@font-face {
  font-family: 'downcomeregular';
  src: url("/wp-content/themes/profile-racing-child/fonts/downcome-webfont.eot");
  src: url("/wp-content/themes/profile-racing-child/fonts/downcome-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/profile-racing-child/fonts/downcome-webfont.woff2") format("woff2"), url("/wp-content/themes/profile-racing-child/fonts/downcome-webfont.woff") format("woff"), url("/wp-content/themes/profile-racing-child/fonts/downcome-webfont.ttf") format("truetype"), url("/wp-content/themes/profile-racing-child/fonts/downcome-webfont.svg#downcomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ========== Mixins ============================================================== */
/* ========== Global ============================================================== */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #eaeaea url("/wp-content/uploads/2015/12/page_background.gif") repeat-y 50% 0;
  background-attachment: fixed;
  color: #262626;
  font-size: 62.5%;
}

.header-site,
.wrapper-site,
.wrapper-content,
.footer-site {
  background-color: transparent !important;
}

h1.heading, h2.heading, h3.heading {
  color: #262626;
  font-family: "downcomeregular", "Roboto Condensed", Helvetica, Arial, sans-serif !important;
}

.hide {
  visibility: hidden;
}

select {
  -webkit-appearance: menulist;
  border: 1px solid #ddd;
  color: #262626;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

textarea {
  border: 1px solid #ddd;
  color: #262626;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"] {
  border-width: 1px;
  color: #262626;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}

/* ========== Header ============================================================== */
.header-site,
.header-site.header-sticky {
  background: transparent url("/wp-content/uploads/2015/12/header_background.png") repeat-x 0 10px;
  background-color: transparent !important;
  padding-top: 24px;
  height: 100px;
}

.header-site.is_stuck_show {
  position: fixed !important;
  top: 0 !important;
  bottom: inherit !important;
}

.header-inline .logo {
  margin-top: -19px;
}

.header-inline .logo img {
  max-height: 100px;
}

.header-inline .inline-site-logo {
  margin: 0 10px;
  width: 100px;
  z-index: 100;
}

.header-site {
  position: relative;
}

.responsive-nav .l-menu {
  color: #ccc;
}

.header-site .menu-item-has-children > a:after {
  vertical-align: baseline;
}

.header-site .inline-left-nav,
.header-site .inline-right-nav {
  width: 48%;
}

.header-site .inline-left-nav .nav-horizontal > ul > li {
  margin-right: 0;
}

.header-site .inline-right-nav .nav-horizontal > ul > li {
  margin-left: 0;
}

.nav-horizontal li a {
  font-weight: 100 !important;
}

.header-site nav ul li {
  color: #fff;
  font-family: 'downcomeregular', 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 3.2rem;
  font-weight: normal !important;
  padding-top: 20px !important;
}

@media (max-width: 920px) {
  .header-site nav ul li {
    font-size: 2.8rem;
  }
}

@media (max-width: 880px) {
  .header-site nav ul li {
    font-size: 2.5rem;
  }
}

@media (max-width: 820px) {
  .header-site nav ul li {
    font-size: 2.2rem;
  }
}

.header-site .menu-item > a:after {
  color: #b3001a;
  font-size: 1.4rem !important;
  font-weight: bold;
  opacity: 1 !important;
  margin-left: 4px;
  content: "\e600";
  font-family: 'layers-icons';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-weight: normal;
  font-size: 0.8rem;
  position: relative;
  top: -0.60rem;
}

.header-site .menu-item li > a:after {
  content: none;
}

.sub-menu {
  background-color: #292929;
  border: 1px solid #1a1818;
  top: 50px;
}

.sub-menu li {
  border-bottom: 1px solid #666;
}

.nav li:hover > .sub-menu {
  top: 60px;
}

.sub-menu li a:hover {
  background-color: #b3001a;
}

.header-site nav ul li li {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 1.5rem;
  padding-top: 0 !important;
}

.title-container {
  background-color: transparent !important;
  max-width: 1040px;
  margin: auto;
  padding: 4rem 20px 0;
}

.title-container .title {
  padding: 0;
}

.title-container .title .bread-crumbs {
  display: none;
}

.title-container .excerpt {
  color: #262626;
}

.section-title {
  padding: 4rem 0 0;
}

.wrapper-content > .content-vertical-massive {
  padding-top: 0;
}

.wrapper-content .section-title .heading {
  font-size: 4.5rem;
  line-height: 5rem;
}

/* ========== Footer ============================================================== */
.footer-site {
  color: #fff;
  background: #131313;
  /* Old browsers */
  background: -moz-linear-gradient(top, #262626 0%, #131313 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #262626 0%, #131313 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #262626 0%, #131313 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#131313',GradientType=0 );
  /* IE6-9 */
}

#footer .widget_nav_menu {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

#footer ul.menu {
  justify-content: space-between;
}

#footer ul.menu li {
  font-family: 'downcomeregular', 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  float: left;
  width: 20%;
}

#footer ul.menu li > a:after {
  color: #b3001a;
  font-size: 1.2rem;
  opacity: 1 !important;
  margin-left: 4px;
  content: "\e600";
  font-family: 'layers-icons';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  position: relative;
  top: -0.40rem;
}

#footer ul.menu li ul {
  display: block;
}

#footer ul.menu .sub-menu {
  background-color: transparent;
  border: none;
  display: block;
  opacity: 1;
  margin-top: 6px;
  position: relative;
  top: 0;
  transition: none;
  visibility: visible;
}

#footer ul.menu .sub-menu li {
  background-color: transparent;
  border: none;
  float: none;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 1.4rem !important;
  width: 100%;
}

#footer .sub-menu li a {
  padding: 0;
}

#footer .sub-menu li a:after {
  content: none !important;
}

#footer .sub-menu li a:hover {
  background: none;
  color: #bbb;
}

#footer a {
  color: #fff;
}

row + .copyright,
#footer .copyright {
  border: none;
  color: #ddd;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.footer-site .content {
  margin: 0 auto;
  max-width: 1040px;
}

.footer-site .layers-content-widget {
  padding-bottom: 0;
}

.footer-site .row {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1040px;
}

.footer-site .row .column {
  margin-bottom: 0;
}

.footer-site .row .row {
  padding: 0;
}

.footer-site .layers-content-widget {
  float: left;
  width: 60%;
}

.footer-site .layers-pro-social-icons {
  float: right;
  margin-top: 20px;
  width: 40%;
}

.button {
  font-size: 1.6rem;
}

.button-social.btn-medium i {
  width: 2rem;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 2.4rem;
}

.footer-site .layers-masonry-column {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-site .layers-masonry-column .media.medium .heading + .excerpt {
  margin: 0;
}

.footer-site .layers-masonry-column .heading,
.footer-site .layers-masonry-column p,
.footer-site .media.medium p:not(:first-child) {
  float: left;
  margin: 0 30px 10px 0;
}

.footer-site .layers-masonry-column p:first-child {
  clear: left;
}

.footer-site .layers-masonry-column .heading {
  background: transparent url("/wp-content/uploads/2015/12/footer_logo.png") no-repeat 0 4px;
  display: block;
  height: 38px;
  width: 208px;
  overflow: hidden;
  text-indent: -9999px;
}

@media (max-width: 1040px) {
  .footer-site .widget_nav_menu {
    display: none;
  }
  .footer-site .layers-content-widget {
    float: none;
    margin: 10px auto 0 auto;
    width: 55%;
  }
  .footer-site .layers-pro-social-icons {
    float: none;
    clear: left;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .footer-site .layers-masonry-column .heading,
  .footer-site .layers-masonry-column p,
  .footer-site .media.medium p:not(:first-child) {
    clear: left;
    float: none;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  .footer-site .layers-masonry-column .heading {
    background: transparent url("/wp-content/uploads/2015/12/footer_logo.png") no-repeat 0 4px;
    display: block;
    height: 38px;
    width: 208px;
    overflow: hidden;
    text-indent: -9999px;
  }
  row + .copyright,
  #footer .copyright {
    text-align: center;
    width: 100%;
  }
  row + .copyright .column.span-6,
  #footer .copyright .column.span-6 {
    width: 100% !important;
  }
}

.category-icons {
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* ========== Flexbox for category icons (fill/center horizontally) ========== */
}

.category-icons .media.small .heading,
.category-icons .media.medium .heading,
.category-icons .media.large .heading {
  color: #262626;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 1.2rem;
  line-height: 1;
}

.category-icons .media-image img {
  width: 80%;
}

.category-icons .row,
.category-icons .layers-masonry-column {
  margin: 0;
  padding: 0;
}

.category-icons .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.category-icons .layers-masonry-column {
  flex: 1 1 auto;
  margin: 0 0.5%;
  max-width: 100%;
  width: 100%;
  width: calc((100% / 9) - 20px);
  /* ========== Flexbox - reverse column order (to display images above headings) ========== */
}

.category-icons .layers-masonry-column .media-body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}

.category-icons .layers-masonry-column .media-body .heading,
.category-icons .layers-masonry-column .media-body .excerpt {
  flex: 0 1 auto;
}

.category-icons p {
  display: inline;
}

.layers-masonry-column .media-body .excerpt {
  font-size: 1.5rem;
}

/* ========== Mobile Sidebar ====================================================== */
.off-canvas-right {
  background-color: #333;
}

div#off-canvas-right.wrapper.invert.off-canvas-right.open {
  z-index: 1000;
}

div[class*=' off-canvas-'] {
  font-size: 1.8rem;
}

div[class*=' off-canvas-'] .close-canvas {
  font-size: 1.8rem;
}

div[class*=' off-canvas-'] .content,
div[class*=' off-canvas-'] aside.content {
  padding: 0;
}

div[class*=' off-canvas-'] .content nav,
div[class*=' off-canvas-'] aside.content nav {
  border-top: 1px solid #555;
  display: block;
}

div[class*=' off-canvas-'] .content .menu,
div[class*=' off-canvas-'] aside.content .menu {
  border-bottom: 1px solid #555;
  width: 100%;
}

div[class*=' off-canvas-'] .content .menu li,
div[class*=' off-canvas-'] aside.content .menu li {
  border-top: 1px solid #555;
  font-weight: 700;
  padding: 0.5rem 20px;
}

div[class*=' off-canvas-'] .content .menu li:first-child,
div[class*=' off-canvas-'] .content .menu li li,
div[class*=' off-canvas-'] aside.content .menu li:first-child,
div[class*=' off-canvas-'] aside.content .menu li li {
  border-top: none;
}

div[class*=' off-canvas-'] .content .menu li a,
div[class*=' off-canvas-'] aside.content .menu li a {
  display: block;
  padding: 0.5rem 0;
}

div[class*=' off-canvas-'] .content .menu li .sub-menu,
div[class*=' off-canvas-'] aside.content .menu li .sub-menu {
  border: none;
  opacity: 1;
  padding: 0 0 10px;
  position: static;
  visibility: visible;
}

div[class*=' off-canvas-'] .content .menu li .sub-menu li,
div[class*=' off-canvas-'] aside.content .menu li .sub-menu li {
  border: none;
  font-weight: normal;
  padding: 0;
}

div[class*=' off-canvas-'] .content .menu li .sub-menu li a:hover,
div[class*=' off-canvas-'] aside.content .menu li .sub-menu li a:hover {
  background-color: transparent;
}

div[class*=' off-canvas-'] aside.content.widget_nav_menu {
  padding: 0 0 20px;
}

div[class*=' off-canvas-'] aside.content.woocommerce {
  padding: 0 20px;
}

div[class*=' off-canvas-'] aside.content.woocommerce table {
  border: none;
}

div[class*=' off-canvas-'] .nav-vertical .sub-menu {
  font-size: 1.8rem;
}

div[class*=' off-canvas-'] .nav-vertical .sub-menu a {
  color: #ddd;
  font-weight: normal !important;
  padding-left: 0;
}

.admin-bar div[class*=' off-canvas-'] {
  margin-top: 46px;
}

.admin-bar div[class*=' off-canvas-'] .close-canvas {
  top: 0;
}

.team-rider .media img {
  width: 100%;
}

.team-rider .media.small .excerpt {
  font-size: 1.4rem;
}

.list-grid .button {
  background-color: #b3001a;
  border: 1px solid #8e0115;
}

.list-grid .button:hover {
  background-color: #8e0115;
}

.home .container.isotope {
  padding: 0 0 0 10px;
  max-width: 1020px;
}

.isotope div,
.isotope h2 {
  color: #fff;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.isotope h2 {
  font-size: 18px;
  font-weight: 700;
}

.content-vertical-massive {
  padding-top: 2%;
}

.section-title .excerpt {
  color: #262626;
}

.section-title.small .heading,
.section-title.medium .heading,
.section-title.large .heading {
  font-size: 4rem;
}

.section-title.small .excerpt,
.section-title.medium .excerpt,
.section-title.large .excerpt {
  font-size: 1.6rem;
}

.title-container {
  background-color: transparent;
}

.bread-crumbs {
  display: none;
}

.container.content-main.archive {
  padding-top: 30px;
}

.media .heading {
  color: #b3001a;
  font-weight: 700;
  text-transform: uppercase;
}

.archive .section-title {
  margin-bottom: 10px;
}

.archive .section-title h1.heading {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 2em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.story a:not(.button) {
  color: #b3001a;
  border-bottom-color: rgba(179, 0, 26, 0);
}

.story a:not(.button):hover {
  border-bottom-color: #b3001a;
}

.story img {
  max-width: 100%;
}

.sidebar .well {
  background-color: #eaeaea !important;
}

.section-nav-title {
  color: #262626;
  font-size: 1.8rem;
}

.media.small .excerpt,
[data-accordion],
.thumbnail-body .article-title + .excerpt {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.media.small .heading {
  font-size: 2.0rem;
}

.faq-title h4 {
  color: #b3001a;
  text-transform: uppercase;
}

.layers-slider-widget.hero-slider {
  height: auto !important;
}

.layers-slider-widget.hero-slider .swiper-wrapper {
  height: auto !important;
}

.layers-slider-widget.hero-slider .swiper-wrapper a {
  cursor: pointer;
  width: 100% !important;
}

.layers-slider-widget.contact-us .swiper-slide .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0;
  position: absolute;
  right: 0;
  width: 28%;
}

.layers-slider-widget.contact-us .swiper-slide .overlay h3 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 3rem !important;
  text-transform: uppercase;
}

@media (max-width: 360px) {
  .layers-slider-widget.contact-us .swiper-slide .overlay {
    margin: 3%;
    width: 94% !important;
  }
}

@media (max-width: 769px) {
  .layers-slider-widget.contact-us .swiper-slide .overlay {
    padding: 20px;
    width: 50%;
  }
}

.wpcf7 .wpcf7-form-control-wrap {
  display: inline;
}

.wpcf7 #contact-fname-wrapper,
.wpcf7 #contact-lname-wrapper,
.wpcf7 #contact-email-wrapper,
.wpcf7 #contact-dept-wrapper {
  float: left;
  margin-right: 2%;
  margin-top: 10px;
  width: 49%;
}

.wpcf7 #contact-lname-wrapper,
.wpcf7 #contact-dept-wrapper {
  margin-right: 0;
  width: 49%;
}

.wpcf7 #contact-dept-wrapper label {
  float: left;
  margin-top: 8px;
  width: 30%;
}

.wpcf7 #contact-dept-wrapper span {
  float: right;
  margin-top: 0;
  width: 70%;
}

.wpcf7 #contact-subject-wrapper {
  clear: left;
  padding-top: 10px;
}

.wpcf7 #contact-subject-wrapper,
.wpcf7 #contact-message-wrapper {
  padding-top: 10px;
  width: 100%;
}

.wpcf7 #contact-subject-wrapper input,
.wpcf7 #contact-message-wrapper textarea {
  max-width: 100%;
  width: 100%;
}

.wpcf7 #contact-btn-send {
  margin: 15px auto 0 auto;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  background-color: #a0a0a0;
  border: 1px solid #fff;
  color: #fff;
}

div.wpcf7-mail-sent-ng {
  background-color: #a0a0a0;
  border: 1px solid #fff;
  color: #fff;
}

div.wpcf7-spam-blocked {
  border: 2px solid #b3001a;
  border: 1px solid #fff;
  color: #fff;
}

div.wpcf7-validation-errors {
  background-color: #b3001a;
  border: 1px solid #fff;
  color: #fff;
}

span.wpcf7-not-valid-tip {
  color: #b3001a;
  margin: 2px 8px 8px 8px;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #b3001a;
}

div.wpcf7-response-output {
  background-color: #262626;
  color: #fff;
  font-size: 1.6rem;
  margin: 1em 0;
  padding: 0.25em 1em;
  width: 100%;
}

@media (max-width: 360px) {
  .wpcf7 #contact-dept-wrapper label,
  .wpcf7 #contact-dept-wrapper span {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 769px) {
  .wpcf7 #contact-email-wrapper,
  .wpcf7 #contact-email-wrapper input,
  .wpcf7 #contact-dept-wrapper {
    clear: left;
    margin-right: 0;
    max-width: 1000px;
    width: 100%;
  }
}

.FAQs {
  clear: both;
}

.FAQs h2 {
  display: none;
}

.faq_wrap_all {
  margin: 30px 0;
}

.faq_wrap_all h3 {
  background-color: #f4f4f4;
  border: 1px solid #d9d9d9;
  color: #b3001a;
  line-height: 20px;
  margin-top: 20px !important;
  padding: 15px 40px 15px 20px !important;
  position: relative;
}

.faq_wrap_all h3:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  background: url("/wp-content/themes/profile-racing-child/img/down.png") right 0px no-repeat;
  background-size: 50%;
}

.faq_wrap_all .ui-accordion-header-active:after {
  transform: rotate(-180deg);
  right: 10px;
  top: 10px;
}

.faq_wrap_all p {
  margin-top: 0 !important;
  padding-top: 5px;
}

.ui-accordion-content-active {
  background-color: #fff;
  border: 1px solid #d9d9d9 !important;
  padding: 10px 20px;
}

.ui-accordion-content-active:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ========== Woocommerce ========================================================= */
.header-cart {
  background-color: #b3001a;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 0;
  padding: 0 3rem 0 0;
  position: absolute;
  top: -20px;
  right: -20px;
}

.header-cart .cart {
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
}

.header-cart .l-shopping-cart,
.header-cart .cart-count,
.header-cart .cart-total {
  border-radius: 0;
  display: inline-block;
  line-height: 2rem;
  margin: 0;
  padding: 0.4rem;
}

.header-cart .l-shopping-cart,
.header-cart .cart-count {
  background-color: rgba(0, 0, 0, 0.2);
}

.header-cart .cart-count {
  padding-right: 1rem;
}

.header-cart .l-shopping-cart:before {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0;
}

.header-mini-cart .product_list_widget .mini_cart_item img {
  float: left;
  padding-right: 1rem;
}

.header-mini-cart .product_list_widget .mini_cart_item .remove {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: #b3001a;
  font-size: 2.6rem;
  font-weight: 700;
  height: 20px;
  line-height: 1;
  margin-top: -0.6rem;
  text-indent: 0;
  width: 20px;
}

.header-mini-cart .product_list_widget .mini_cart_item .variation {
  border: none;
  float: left;
  margin: 1rem 0;
}

.header-mini-cart .product_list_widget .mini_cart_item .variation th, .header-mini-cart .product_list_widget .mini_cart_item .variation td {
  border: none;
  color: #262626;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 0 0 0.3rem;
  width: 50%;
}

.header-mini-cart .product_list_widget .mini_cart_item .variation th {
  font-weight: 600;
}

.header-mini-cart .product_list_widget .mini_cart_item .quantity {
  float: right;
  margin: 0;
}

.header-mini-cart .product_list_widget .mini_cart_item .quantity .amount {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 700;
}

.header-mini-cart .product_list_widget .mini_cart_item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.header-mini-cart .total {
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-transform: uppercase;
}

.header-mini-cart .total .amount {
  color: #262626;
  float: right;
  padding: 0;
}

.woocommerce-result-count-container {
  background-color: #262626;
}

.woocommerce-result-count-container .woocommerce-result-count {
  color: rgba(255, 255, 255, 0.9);
}

.products .product {
  background-color: #262626;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0 40px 0;
}

.products .product:hover .button {
  background-color: #b3001a;
}

.products .product .img-wrap {
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.products .product .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.products .product h3, li.product h2.woocommerce-loop-product__title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin: 0;
  padding: 1rem 1.5rem;
}

.products .product .price {
  background-color: #b3001a;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 0;
  max-width: 90%;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}

.products .product .price del, .products .product .price ins {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
}

.products .product .price del .amount, .products .product .price ins .amount {
  color: rgba(255, 255, 255, 0.9);
}

.products .product a {
  display: block;
  margin: 0;
  padding-bottom: 2rem;
}

.products .product a.button {
  background-color: rgba(255, 255, 255, 0.1);
  clear: left;
  font-size: 1.6rem;
  margin: 2rem 0 0;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

.products .product a.button:hover {
  background-color: #b3001a;
}

.product .product-top .column {
  margin: 0;
  padding: 0;
  width: 49%;
}

.product .product-top .column.product-images {
  margin-left: 1%;
}

.product .product-top .column.product-images a {
  background-color: #262626;
  border: 1px solid #c4c4c4;
  border-bottom-color: #262626;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
  display: block;
  text-align: right;
  transition: all 0.2s ease-in-out;
}

.product .product-top .column.product-images a:after {
  color: rgba(255, 255, 255, 0.9);
  content: "View Larger";
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 1rem;
  text-transform: uppercase;
}

.product .product-top .column.product-images a.woocommerce-product-gallery__trigger {
  display: none;
}

.product .product-top .column.product-images a img {
  width: 100%;
}

.product .product-top .column.product-images a:hover {
  border: 1px solid #b3001a;
  background-color: #b3001a;
  transition: all 0.2s ease-in-out;
}

.product .product-top .column.product-images .thumbnails a {
  border-bottom-color: #c4c4c4;
  display: inline-block;
}

.product .product-top .column.product-images .thumbnails a:after {
  content: none;
}

.product .product-top .column.product-images .thumbnails a:hover {
  border-bottom-color: #b3001a;
}

.product .product-top .column.purchase-options-container {
  width: 50%;
}

.product .product-top .column.purchase-options-container h1 {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.2rem;
  padding: 1rem 2rem 0;
}

.product .product-top .column.purchase-options-container h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.9rem;
}

.product .product-top .column.purchase-options-container > div:first-of-type {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
  padding: 1rem 0;
}

.product .product-top .column.purchase-options-container > div.product_meta {
  background-color: transparent;
  padding: 1.5rem;
  color: #000;
}

.product .product-top .column.purchase-options-container > div:first-of-type .price, .product-top p.price {
  background-color: #b3001a;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  height: 2.8rem;
  line-height: 1.8rem;
  margin: 0;
  max-width: 100%;
  padding: 0.5rem 4rem 0.5rem 1.8rem;
}

.product .product-top .column.purchase-options-container > div:first-of-type .price del, .product .product-top .column.purchase-options-container > div:first-of-type .price ins {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.product .product-top .column.purchase-options-container > div:first-of-type .price del .amount, .product .product-top .column.purchase-options-container > div:first-of-type .price ins .amount {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.product .product-top .column.purchase-options-container > div:first-of-type .price del {
  font-size: 1.2rem;
  font-weight: normal;
}

.product .product-top .column.purchase-options-container > div:first-of-type .price del .amount {
  font-size: 1.2rem;
}

.product .product-top .column.purchase-options-container form {
  margin: 1.5rem;
}

.product .product-top .column.purchase-options-container form select {
  border: 1px solid #c1c1c1;
  color: #262626;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-appearance: menulist;
}

.product .product-top .column.purchase-options-container form input {
  border: 1px solid #c1c1c1;
  color: #262626;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.product .product-top .column.purchase-options-container form .reset_variations {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
}

.product .product-top .column.purchase-options-container form .price {
  color: #b3001a;
  font-size: 1.8rem;
}

.product .product-top .column.purchase-options-container form .button {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding: 0 1.5rem;
}

.product .product-top .column.purchase-options-container .product_meta  {
  background-color: transparent;
  padding: 1.5rem;
}

.product .product-top .column.purchase-options-container .product_meta span {
  font-size: 1.4rem;
}

.product .woocommerce-tabs ul.tabs {
  border-bottom: 4px solid #262626;
  font-size: 1.4rem;
}

.product .woocommerce-tabs ul.tabs li {
  background-color: #eaeaea;
}

.product .woocommerce-tabs ul.tabs li a {
  background-color: transparent;
  color: inherit;
}

.product .woocommerce-tabs ul.tabs li a:hover {
  color: #b3001a;
}

.product .woocommerce-tabs ul.tabs li.active {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
}

.product .woocommerce-tabs ul.tabs li.active a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.product .woocommerce-tabs .panel {
  background-color: #eaeaea;
}

.product .onsale {
  background-color: #b3001a;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  top: 15px;
  left: 0;
  min-width: 10%;
  text-transform: uppercase;
}

.woocommerce-message,
.woocommerce-info,
ul.woocommerce-error {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  list-style: none;
  margin: 0 -10px 20px -2px;
  padding: 2rem 40% 2rem 2rem !important;
  position: relative;
}

.woocommerce-message li,
.woocommerce-info li,
ul.woocommerce-error li {
  list-style-type: none;
  margin: 0;
  padding: 0.25rem 2rem;
}

.woocommerce-message li:first-child,
.woocommerce-info li:first-child,
ul.woocommerce-error li:first-child {
  padding-top: 1rem;
}

.woocommerce-message li:last-child,
.woocommerce-info li:last-child,
ul.woocommerce-error li:last-child {
  padding-bottom: 1rem;
}

.woocommerce-message .button,
.woocommerce-message a,
.woocommerce-info .button,
.woocommerce-info a,
ul.woocommerce-error .button,
ul.woocommerce-error a {
  background-color: #b3001a;
  border: none;
  border-bottom: 2px solid #8e0115;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-family: "downcomeregular", "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  height: auto;
  line-height: 2.6rem;
  padding: 0.5em 1.5rem 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  width: auto;
  color: rgba(255, 255, 255, 0.9) !important;
  float: right;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin-top: -2.2rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  text-transform: none;
}

.woocommerce-message .button:hover,
.woocommerce-message a:hover,
.woocommerce-info .button:hover,
.woocommerce-info a:hover,
ul.woocommerce-error .button:hover,
ul.woocommerce-error a:hover {
  background-color: #b3001a;
  border: none;
  border-bottom: 2px solid #8e0115;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.woocommerce-message .button:active,
.woocommerce-message a:active,
.woocommerce-info .button:active,
.woocommerce-info a:active,
ul.woocommerce-error .button:active,
ul.woocommerce-error a:active {
  background-color: #b3001a;
  border: none;
  border-top: 2px solid #8e0115;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}

.woocommerce-message .button:active:hover,
.woocommerce-message a:active:hover,
.woocommerce-info .button:active:hover,
.woocommerce-info a:active:hover,
ul.woocommerce-error .button:active:hover,
ul.woocommerce-error a:active:hover {
  background-color: #b3001a;
  border: none;
  border-top: 2px solid #8e0115;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.woocommerce-message,
.woocommerce-info {
  padding: 0.5rem 2rem;
}

ul.woocommerce-error {
  background-color: #b3001a;
}

ul.woocommerce-error:before {
  background-color: #262626;
  content: "We're sorry, something went wrong.";
  display: block;
  padding: 0.5rem 2rem;
}

.woocommerce-page .wrapper-content .content-main {
  padding-top: 0;
}

.woocommerce-cart .woocommerce .shop_table,
.woocommerce-checkout .woocommerce .shop_table {
  border: none;
}

.woocommerce-cart .woocommerce .shop_table th,
.woocommerce-cart .woocommerce .shop_table td,
.woocommerce-checkout .woocommerce .shop_table th, .woocommerce-checkout .woocommerce .shop_table td {
  border: none;
}

.woocommerce-cart .woocommerce .shop_table thead,
.woocommerce-checkout .woocommerce .shop_table thead {
  padding: 2rem 0;
}

.woocommerce-cart .woocommerce .shop_table thead th,
.woocommerce-checkout .woocommerce .shop_table thead th {
  background-color: transparent;
  border: none;
  padding: 50px 0 2rem 0;
}

.woocommerce-cart .woocommerce .shop_table thead th .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table thead th .profile-theme-wrapper {
  background-color: #bdbdbd;
  color: #262626;
  font-size: 1.5rem;
  padding: 1rem;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce .shop_table thead th.product-name .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table thead th.product-name .profile-theme-wrapper {
  padding-left: 2.5rem;
}

.woocommerce-cart .woocommerce .shop_table thead th.product-subtotal .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table thead th.product-subtotal .profile-theme-wrapper {
  padding-right: 2.5rem;
}

.woocommerce-cart .woocommerce .shop_table tbody td .remove,
.woocommerce-checkout .woocommerce .shop_table tbody td .remove {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #b3001a;
  font-size: 3rem;
  font-weight: 700;
  height: auto;
  text-indent: 0;
  width: auto;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item th,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item th,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item th,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item th {
  color: rgba(38, 38, 38, 0.75);
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td {
  border: none;
  color: #262626;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 2rem;
  vertical-align: top;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-thumbnail,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-thumbnail,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-thumbnail,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-thumbnail {
  padding: 0 0 2rem 2rem;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-thumbnail img,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-thumbnail img,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-thumbnail img,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-thumbnail img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  max-width: none;
  min-width: none;
  width: 150px;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 50px 0 2rem;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name .profile-theme-wrapper,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name .profile-theme-wrapper {
  display: table;
  padding: 0 1rem;
  width: 100%;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name .profile-theme-wrapper a,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name .profile-theme-wrapper a,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name .profile-theme-wrapper a,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name .profile-theme-wrapper a {
  display: table-cell;
  padding: 0 0 0 1rem;
  vertical-align: middle;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name .variation,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name .variation,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name .variation,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name .variation {
  border: none;
  margin: 1.5rem;
  max-width: 250px;
  width: auto;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name .variation th,
.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name .variation td,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name .variation th,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name .variation td,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name .variation th,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name .variation td,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name .variation th, .woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name .variation td {
  background-color: transparent;
  color: #262626;
  font-size: 1.2rem;
  padding: 0 2rem 0 0;
  text-align: left;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name .variation th p,
.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name .variation td p,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name .variation th p,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name .variation td p,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name .variation th p,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name .variation td p,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name .variation th p, .woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name .variation td p {
  margin: 0;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-name .variation th,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-name .variation th,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-name .variation th,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-name .variation th {
  color: rgba(38, 38, 38, 0.75);
  font-weight: 600;
  width: auto;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-price .profile-theme-wrapper,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-price .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-price .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-price .profile-theme-wrapper {
  padding-right: 1rem;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-price .amount,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-price .amount,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-price .amount,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-price .amount {
  display: inline-block;
  padding: 0.5rem 0;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-quantity .profile-theme-wrapper,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-quantity .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-quantity .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-quantity .profile-theme-wrapper {
  padding: 1.5rem 2rem;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-quantity .qty,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-quantity .qty,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-quantity .qty,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-quantity .qty {
  border: none;
  color: #262626;
  height: 3rem;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-subtotal,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-subtotal,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-subtotal,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-subtotal {
  text-align: right;
  min-width: 100px;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-subtotal .profile-theme-wrapper,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-subtotal .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-subtotal .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-subtotal .profile-theme-wrapper {
  padding-right: 0;
  right: 0;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-subtotal .amount,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item td.product-subtotal .amount,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-subtotal .amount,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item td.product-subtotal .amount {
  background-color: #b3001a;
  display: inline-block;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
  min-width: 100px;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item .profile-theme-wrapper,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item .profile-theme-wrapper,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item .profile-theme-wrapper {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
  display: table-cell;
  height: 5rem;
  padding: 1rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  vertical-align: middle;
}

.woocommerce-cart .woocommerce .shop_table tr.cart_item .profile-theme-wrapper a,
.woocommerce-cart .woocommerce .shop_table tr.bundled_table_item .profile-theme-wrapper a,
.woocommerce-checkout .woocommerce .shop_table tr.cart_item .profile-theme-wrapper a,
.woocommerce-checkout .woocommerce .shop_table tr.bundled_table_item .profile-theme-wrapper a {
  color: inherit;
  border: none;
}

.woocommerce-cart .woocommerce .shop_table .actions > input[type="submit"],
.woocommerce-checkout .woocommerce .shop_table .actions > input[type="submit"] {
  background-color: #b3001a;
  border: none;
  border-bottom: 2px solid #8e0115;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-family: "downcomeregular", "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  height: 36px;
  line-height: 1rem;
  padding: 0.5em 1.5rem 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  width: auto;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  text-transform: none;
}

.woocommerce-cart .woocommerce .shop_table .actions > input[type="submit"]:hover,
.woocommerce-checkout .woocommerce .shop_table .actions > input[type="submit"]:hover {
  background-color: #b3001a;
  border: none;
  border-bottom: 2px solid #8e0115;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.woocommerce-cart .woocommerce .shop_table .actions > input[type="submit"]:active,
.woocommerce-checkout .woocommerce .shop_table .actions > input[type="submit"]:active {
  background-color: #b3001a;
  border: none;
  border-top: 2px solid #8e0115;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}

.woocommerce-cart .woocommerce .shop_table .actions > input[type="submit"]:active:hover,
.woocommerce-checkout .woocommerce .shop_table .actions > input[type="submit"]:active:hover {
  background-color: #b3001a;
  border: none;
  border-top: 2px solid #8e0115;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart-collaterals .cart_totals {
  width: 48% !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2 {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  background-color: #eaeaea;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
  padding: 1rem;
  width: 100% !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td {
  padding-top: 2rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:last-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:last-child td {
  padding-bottom: 2rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td {
  border: none;
  display: table-cell;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 0.5rem 1.5rem;
  vertical-align: top;
  width: 50%;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  text-align: left;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td {
  font-weight: 500;
  text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table p,
.woocommerce-checkout .cart-collaterals .cart_totals table p {
  margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table .coupon-apply label,
.woocommerce-checkout .cart-collaterals .cart_totals table .coupon-apply label {
  text-align: left;
  text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals table .coupon-apply .input-text,
.woocommerce-checkout .cart-collaterals .cart_totals table .coupon-apply .input-text {
  border-radius: 6px 0 0 6px;
}

.woocommerce-cart .cart-collaterals .cart_totals table .coupon-apply .button,
.woocommerce-checkout .cart-collaterals .cart_totals table .coupon-apply .button {
  border-radius: 0 6px 6px 0;
  margin: 0;
  min-width: 100px;
}

.woocommerce-cart .cart-collaterals .cart_totals table .coupon-apply .coupon-code,
.woocommerce-checkout .cart-collaterals .cart_totals table .coupon-apply .coupon-code {
  display: flex;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping-calculator-button {
  border: none;
  background-color: #b3001a;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping #shipping_method,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping #shipping_method {
  list-style: none !important;
  margin: 0 0 1rem 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping #shipping_method li,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping #shipping_method li {
  list-style: none !important;
  overflow: hidden;
  position: relative;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping #shipping_method li input[type="radio"],
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping #shipping_method li input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping #shipping_method li label,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping #shipping_method li label {
  cursor: pointer;
  font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping #shipping_method li label > span,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping #shipping_method li label > span {
  display: block;
  font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping #shipping_method li input[type="radio"]:checked + label,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping #shipping_method li input[type="radio"]:checked + label {
  color: #b3001a;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping #shipping_method li input[type="radio"]:checked + label:before,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping #shipping_method li input[type="radio"]:checked + label:before {
  content: "\f00c";
  font-family: FontAwesome;
  padding: 0 1rem 0 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .cart_totals .shipping-calculator-form {
  padding: 0 0 2rem;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form input,
.woocommerce-checkout .cart-collaterals .cart_totals .shipping-calculator-form select, .woocommerce-checkout .cart-collaterals .cart_totals .shipping-calculator-form input {
  border: 1px solid #c1c1c1;
  color: #262626;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  height: 3rem;
  margin: 0 0 1rem 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form select,
.woocommerce-checkout .cart-collaterals .cart_totals .shipping-calculator-form select {
  -webkit-appearance: menulist;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  float: none;
  text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button {
  background-color: #b3001a;
  border: none;
  border-bottom: 2px solid #8e0115;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-family: "downcomeregular", "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  height: 36px;
  line-height: 1rem;
  padding: 0.5em 1.5rem 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  width: auto;
  display: inline-block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 0 auto;
  text-transform: none;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #b3001a;
  border: none;
  border-bottom: 2px solid #8e0115;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:active,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button:active {
  background-color: #b3001a;
  border: none;
  border-top: 2px solid #8e0115;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:active:hover,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button:active:hover {
  background-color: #b3001a;
  border: none;
  border-top: 2px solid #8e0115;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.woocommerce-cart .woocommerce-billing-fields input,
.woocommerce-cart .woocommerce-billing-fields select,
.woocommerce-cart .woocommerce-billing-fields textarea,
.woocommerce-cart .woocommerce-shipping-fields input,
.woocommerce-cart .woocommerce-shipping-fields select,
.woocommerce-cart .woocommerce-shipping-fields textarea,
.woocommerce-checkout .woocommerce-billing-fields input,
.woocommerce-checkout .woocommerce-billing-fields select,
.woocommerce-checkout .woocommerce-billing-fields textarea,
.woocommerce-checkout .woocommerce-shipping-fields input, .woocommerce-checkout .woocommerce-shipping-fields select, .woocommerce-checkout .woocommerce-shipping-fields textarea {
  max-width: 100%;
  width: 100%;
}

.woocommerce-cart .woocommerce-billing-fields h3,
.woocommerce-cart .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0;
  padding: 1rem;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce-billing-fields h3 label,
.woocommerce-cart .woocommerce-shipping-fields h3 label,
.woocommerce-checkout .woocommerce-billing-fields h3 label,
.woocommerce-checkout .woocommerce-shipping-fields h3 label {
  font-size: 2rem;
  font-weight: bold;
}

.woocommerce-cart .woocommerce-billing-fields h3 input,
.woocommerce-cart .woocommerce-shipping-fields h3 input,
.woocommerce-checkout .woocommerce-billing-fields h3 input,
.woocommerce-checkout .woocommerce-shipping-fields h3 input {
  width: auto;
}

.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td {
  font-size: 1.4rem !important;
  width: 60%;
}

.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td.product-name,
.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td.product-total {
  padding: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td.product-total {
  text-align: right;
  width: 40%;
}

.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td .amount {
  display: block;
}

.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td .variation {
  margin: 0.5rem 0 1rem !important;
}

.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td .variation tr,
.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td .variation th,
.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td .variation td {
  display: block;
  white-space: normal;
  width: auto;
}

.woocommerce-checkout .woocommerce table.shop_table thead th:last-child,
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
  text-align: right;
  padding-right: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  padding-left: 0;
}

.woocommerce-checkout #order_review .place-order .wc-terms-and-conditions {
  margin-bottom: 2rem;
}

.sidebar .well {
  background-color: transparent !important;
  padding-left: 0;
}

.sidebar .widget li {
  border: none !important;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.sidebar .woocommerce-product-search input[type="submit"] {
  background-color: #b3001a;
}

.sidebar .woocommerce.widget_product_categories:nth-child(3) {
  display: none;
}

.woocommerce .product .related.products {
  margin-top: 3rem;
}

.woocommerce .product .related.products .products {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
}

.woocommerce .product .related.products .products li {
  flex: 0 0 auto;
  float: none;
  margin-top: 0;
  margin-left: 0;
}

.woocommerce-account #wrapper-content {
  background-image: none;
}

.woocommerce-account #wrapper-content .woocommerce h2 {
  margin-bottom: 1rem;
}

.woocommerce-account #wrapper-content .woocommerce .addresses {
  width: 100%;
}

.woocommerce-account #wrapper-content .woocommerce .addresses .address {
  color: #262626;
  float: left;
  margin-right: 20px;
  width: calc(((100% / 12) * 3) - 20px);
}

.woocommerce-account #wrapper-content .woocommerce .addresses .address:last-child {
  margin-right: 0;
}

.woocommerce-account #wrapper-content .woocommerce .addresses .address .title {
  margin-bottom: 1rem;
}

.woocommerce-account #wrapper-content .woocommerce .addresses .address address {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.wc-account-tab .button.view {
  width: auto;
}

.woocommerce-order-received .story {
  background-color: #fafafa;
  border: 1px solid #e7e7f5;
  border-top-color: #262626;
  border-top-width: 3px;
  border-bottom-color: #c9c9d3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  padding: 2rem 4rem;
}

/*---- My Account Tabs ----------*/
.tabs {
  box-sizing: border-box;
  float: none;
  list-style: none !important;
  margin: 0 !important;
  position: relative;
  padding: 0;
  text-align: left;
  width: 100%;
}

.tabs:after {
  clear: both;
  content: '';
  display: table;
}

.tabs * {
  box-sizing: border-box;
}

.tabs label {
  background-color: #f3f3f3;
  border-radius: 0;
  clear: none;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 1.6rem;
  margin: 0 2px 0 0;
  padding: 1rem 2rem;
  position: relative;
  top: 4px;
  transition: all 0.2s ease-in-out;
  width: auto;
}

.tabs label:hover {
  color: #b3001a;
  top: 0;
}

.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.tabs .tab-content {
  background-color: #fafafa;
  border: 1px solid #e7e7f5;
  border-top-color: #262626;
  border-top-width: 3px;
  border-bottom-color: #c9c9d3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  display: none;
  float: left;
  margin-top: -40px;
  padding: 2rem 4rem;
  position: relative;
  text-align: left;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
  animation-duration: 0.5s;
}

.tabs .tab-content * {
  -webkit-animation: scale 0.2s ease-in-out;
  -moz-animation: scale 0.2s ease-in-out;
  animation: scale 0.2s ease-in-out;
}

.tabs [id^=tab]:checked + label {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.9);
  top: 0;
}

.tabs #tab1:checked ~ #tab-content1,
.tabs #tab2:checked ~ #tab-content2,
.tabs #tab3:checked ~ #tab-content3,
.tabs #tab4:checked ~ #tab-content4 {
  display: block;
}

@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.select2-container {
  background-color: #fff;
  max-width: 100%;
  font-size: 14px;

}

.select2-container .select2-choice > .select2-chosen {
  color: #262626;
}

.select2-container a.select2-choice:hover {
  text-decoration: none;
  border-color: #999;
  border-width: 1px;
}

.select2-results .select2-result-label {
  font-size: 14px;
}

.select2-results .select2-result.select2-highlighted {
  background-color: #b3001a;
  background-color: #262626;
  color: #fff;
}

.tagcloud a {
  display: block;
  font-size: 1.6rem !important;
  font-weight: 700;
  line-height: 1.8rem;
  margin: 0 0 1rem 0;
}

/* ========== BROWSER HAX ====== */
@-moz-document url-prefix() {
  .category-icons .layers-masonry-column {
    flex: 1 1 auto;
    width: 9%;
  }
}

.home .fb_widget {
  height: 249px !important;
}

.fb_widget .fb_iframe_widget {
  bottom: 0;
}

@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce .shop_table tr.cart_item td.product-subtotal .amount,
  .woocommerce-checkout .woocommerce .shop_table tr.cart_item td.product-subtotal .amount {
    padding: 0.5rem 1.5rem 0.5rem 2rem;
  }
}

@media (max-width: 768px) {
  .category-icons .media.small .heading,
  .category-icons .media.medium .heading,
  .category-icons .media.large .heading {
    font-size: 1.2rem;
  }
  .category-icons .layers-masonry-column {
    margin: 0 0.2%;
  }
  .category-icons .row {
    flex-wrap: wrap;
  }
  .footer-site .layers-content-widget {
    float: left;
    width: 100%;
  }
  .footer-site .layers-content-widget .container {
    padding: 0;
  }
  .header-cart {
    display: none;
  }
  .sidebar .woocommerce.widget_product_categories,
  .sidebar .woocommerce.widget_product_tag_cloud {
    display: none;
  }
  .sidebar .woocommerce.widget_product_categories:nth-child(3) {
    display: block;
  }
  .sidebar .purchase-options-container .variations td {
    display: block;
  }
  .sidebar .purchase-options-container .variations td.label {
    padding: 5px 0 0 0;
  }
  .sidebar .purchase-options-container .variations td.value {
    padding: 0 0 5px 0;
  }
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-checkout .cart-collaterals .cart_totals {
    width: 100% !important;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table th,
  .woocommerce-checkout .cart-collaterals .cart_totals table th {
    padding-top: 2rem;
    width: 20%;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table td,
  .woocommerce-checkout .cart-collaterals .cart_totals table td {
    padding-top: 2rem;
    width: 80%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart,
  .woocommerce-checkout .woocommerce table.shop_table.cart {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .woocommerce-cart .woocommerce table.shop_table.cart table,
  .woocommerce-cart .woocommerce table.shop_table.cart thead,
  .woocommerce-cart .woocommerce table.shop_table.cart tbody,
  .woocommerce-cart .woocommerce table.shop_table.cart tr,
  .woocommerce-cart .woocommerce table.shop_table.cart th,
  .woocommerce-cart .woocommerce table.shop_table.cart td,
  .woocommerce-checkout .woocommerce table.shop_table.cart table, .woocommerce-checkout .woocommerce table.shop_table.cart thead, .woocommerce-checkout .woocommerce table.shop_table.cart tbody, .woocommerce-checkout .woocommerce table.shop_table.cart tr, .woocommerce-checkout .woocommerce table.shop_table.cart th, .woocommerce-checkout .woocommerce table.shop_table.cart td {
    display: block;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart thead tr,
  .woocommerce-checkout .woocommerce table.shop_table.cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr {
    /*border: 1px solid #d2d3d3; */
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item .profile-theme-wrapper,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item .profile-theme-wrapper {
    background-color: transparent;
    color: #262626;
    display: block;
    height: auto;
    position: static;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item .profile-theme-wrapper a,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item .profile-theme-wrapper a {
    display: inline-block;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td {
    line-height: 1.4rem;
    padding: 0;
    width: 100%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td:before,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td:before {
    color: rgba(38, 38, 38, 0.75);
    display: block;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 0 1.5rem;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-thumbnail,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-thumbnail {
    float: left;
    padding: 0;
    width: 35%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-thumbnail a img,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-thumbnail a img {
    width: 100% !important;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-name,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-name {
    float: left;
    line-height: 1.6rem;
    padding: 0;
    width: 65%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-name .profile-theme-wrapper,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-name .profile-theme-wrapper {
    background-color: #262626;
    color: rgba(255, 255, 255, 0.9);
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-name .profile-theme-wrapper a,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-name .profile-theme-wrapper a {
    padding: 1rem;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-name .variation,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-name .variation {
    margin: 0.5rem 1.5rem 1.5rem;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-price,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-price {
    float: left;
    text-align: left;
    width: 65%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-price:before,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-price:before {
    content: "PRICE";
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-price .profile-theme-wrapper,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-price .profile-theme-wrapper {
    padding: 0 1.5rem 1.5rem;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-quantity,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-quantity {
    float: left;
    text-align: left;
    width: 65%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-quantity:before,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-quantity:before {
    content: "QUANTITY";
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-quantity .profile-theme-wrapper,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-quantity .profile-theme-wrapper {
    float: left;
    padding: 0.5rem 1.5rem 1.5rem;
    width: auto;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-quantity .quantity,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-quantity .quantity {
    margin: 0;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-quantity .product-remove,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-quantity .product-remove {
    float: left;
    padding: 1.2rem 0 1.5rem;
    width: 30%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-subtotal,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-subtotal {
    clear: left;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-subtotal .profile-theme-wrapper,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-subtotal .profile-theme-wrapper {
    background-color: #262626;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0;
    margin: 0 0 2rem;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-total:before,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-total:before {
    content: "TOTAL";
  }
  .woocommerce-message,
  .woocommerce-info,
  ul.woocommerce-error {
    padding: 1rem 0 !important;
    text-align: center;
    width: 100%;
  }
  .woocommerce-message .button,
  .woocommerce-message a,
  .woocommerce-info .button,
  .woocommerce-info a,
  ul.woocommerce-error .button,
  ul.woocommerce-error a {
    display: inline-block;
    float: none;
    margin: 0 auto;
    position: static;
    width: auto;
  }
  .woocommerce-account .woocommerce .container {
    padding: 0;
  }
  .tabs label {
    display: block;
    float: none;
    margin: 0;
    top: 0;
    transition: none 0.2s ease-in-out;
  }
  .tabs label:hover {
    top: 0;
  }
}

@media (max-width: 600px) {
  .product .product-top .column.product-images,
  .product .product-top .column.purchase-options-container {
    margin: 0;
    width: 100%;
  }
  .woocommerce .product .related.products .products {
    flex-wrap: wrap;
  }
  .woocommerce .product .related.products .products li {
    width: 48%;
  }
  .home .container.isotope {
    padding-left: 0;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    float: none;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .category-icons .media.small .heading,
  .category-icons .media.medium .heading,
  .category-icons .media.large .heading {
    font-size: 1.3rem;
  }
  .category-icons .layers-masonry-column {
    width: calc((100% / 3) - 20px);
    margin-bottom: 1.5rem;
  }
  .woocommerce .product .related.products .products li {
    margin: 2rem 0;
    width: 100%;
  }
  .home .container.isotope {
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .footer-site .button-social.btn-medium {
    margin: 0 4px 2rem;
  }
  .footer-site .button-social.btn-medium i {
    font-size: 1.4rem;
    height: 2.3rem;
    line-height: 2.3rem;
    width: 1rem;
  }
}

@media (max-width: 400px) {
  .category-icons .layers-masonry-column {
    margin: 0 0.2%;
  }
  .footer-site .column {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-thumbnail,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-thumbnail {
    width: 100%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-name,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-name {
    width: 100%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-price,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-price {
    width: 50%;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-quantity,
  .woocommerce-checkout .woocommerce table.shop_table.cart tr.cart_item td.product-quantity {
    width: 50%;
  }
}