@charset "UTF-8";
#product-wrapper .product-single .product-content .pro-content-head .pro-brand a, #product-wrapper .product-single .product-content .pro-content-head .pro-type a, #product-wrapper .product-single .product-content .product-actions button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* ------------ declaring inheritance ------------ */
#product-wrapper .product-single .product-content .pro-content-head > span, #product-wrapper .product-single .product-content .pro-content-head .pro-brand, #product-wrapper .product-single .product-content .pro-content-head .pro-type {
  font-size: 12px; }

#product-wrapper .product-single .product-content .product-actions button {
  font-size: 14px; }

#product-wrapper .product-single .product-content .pro-content-head h1 {
  font-family: '', sans-serif; }

#product-wrapper .product-single .product-content .pro-content-head > span, #product-wrapper .product-single .product-content .pro-content-head .pro-brand, #product-wrapper .product-single .product-content .pro-content-head .pro-type, #product-wrapper .product-single .product-content .product-actions button {
  text-transform: uppercase !important; }

#product-wrapper .product-single .product-content .pro-content-head .pro-brand a, #product-wrapper .product-single .product-content .pro-content-head .pro-type a, #product-wrapper .product-single .product-content .product-actions button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#product-wrapper .product-single .product-content .pro-content-head .pro-brand a:after, #product-wrapper .product-single .product-content .pro-content-head .pro-type a:after {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.product-variant-alert {
  display: block;
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 2px;
  background: #fff6f6;
  color: #ff1f1f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35; }

.swatch.has-variant-error .select-swap {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .product-variant-alert {
    margin-top: 10px;
    padding: 9px 12px;
    font-size: 14px; } }

#product-template {
  margin-top: 30px; }
  @media (max-width: 767px) {
    #product-template {
      margin-top: 15px; } }
  #product-template .product-gallery {
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
    width: 85%; }
    #product-template .product-gallery .pro-sale-detail {
      left: 20px; }
  @media (min-width: 992px) {
    #product-template .gallery-product-template {
      position: -webkit-sticky;
      position: sticky;
      top: 70px; } }
  #product-template #sl-product-thumb {
    position: relative;
    width: 15%; }
    @media (max-width: 767px) {
      #product-template #sl-product-thumb {
        margin-bottom: 15px;
        width: 100%; }
        #product-template #sl-product-thumb .slick-prev {
          left: -25px; }
        #product-template #sl-product-thumb .slick-next {
          right: -25px; }
        #product-template #sl-product-thumb .slick-arrow {
          opacity: 1 !important; } }
    @media (min-width: 768px) {
      #product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) {
        flex-direction: column; } }
    #product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item:nth-child(n+6) {
      display: none; }
    @media (max-width: 767px) {
      #product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item {
        flex: 0 0 100%;
        width: 100%; }
      #product-template #sl-product-thumb #slider-thumb:not(.slick-initialized) .item:nth-child(n+2) {
        display: none; } }
    #product-template #sl-product-thumb #slider-thumb .item {
      border: none; }
      #product-template #sl-product-thumb #slider-thumb .item a {
        margin-bottom: 10px;
        border: 1px solid transparent;
        display: block; }
        @media (max-width: 767px) {
          #product-template #sl-product-thumb #slider-thumb .item a {
            border: none;
            margin-bottom: 0; } }
        #product-template #sl-product-thumb #slider-thumb .item a.zoomGalleryActive, #product-template #sl-product-thumb #slider-thumb .item a.active {
          border: 1px solid #000; }
    @media (min-width: 768px) {
      #product-template #sl-product-thumb #slider-thumb .slick-arrow {
        opacity: 1; }
        #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-arrow {
          bottom: 0;
          top: auto;
          left: 0;
          right: auto;
          width: 100%;
          transform: translate(0);
          background: rgba(0, 0, 0, 0.18);
          background: -moz-linear-gradient(top, rgba(180, 180, 180, 0), rgba(0, 0, 0, 0.58) 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(100%, rgba(0, 0, 0, 0.58)));
          background: -webkit-linear-gradient(top, rgba(180, 180, 180, 0), rgba(0, 0, 0, 0.58) 100%);
          background: -o-linear-gradient(top, rgba(180, 180, 180, 0), rgba(0, 0, 0, 0.58) 100%);
          background: -ms-linear-gradient(top, rgba(180, 180, 180, 0), rgba(0, 0, 0, 0.58) 100%);
          background: linear-gradient(to bottom, rgba(180, 180, 180, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
          #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-arrow span {
            left: 50%;
            transform: translateX(-50%) translateY(0);
            width: 100%; }
            #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-arrow span > div {
              left: 50%;
              top: auto;
              bottom: 10px;
              width: 25px; }
        #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-prev {
          top: 0;
          transform: rotate(180deg); }
          #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-prev .arrow-left > .arrow-top {
            transform: rotate(-30deg);
            transform-origin: bottom left; }
          #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-prev .arrow-left > .arrow-bottom {
            transform: rotate(30deg);
            transform-origin: bottom right;
            right: 50%;
            left: auto; }
            #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-prev .arrow-left > .arrow-bottom:after {
              left: 100%;
              right: 0; }
          #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-prev .arrow-left:hover .arrow-bottom:after {
            left: 0; }
        #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-next .arrow-right > .arrow-top {
          transform: rotate(-30deg);
          transform-origin: bottom left; }
          #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-next .arrow-right > .arrow-top:after {
            left: 0;
            right: 100%; }
        #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-next .arrow-right > .arrow-bottom {
          transform: rotate(30deg);
          transform-origin: bottom right;
          right: 50%;
          left: auto; }
        #product-template #sl-product-thumb #slider-thumb .slick-arrow.slick-next .arrow-right:hover .arrow-top:after {
          right: 0; } }
  #product-template .product-content h1 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 7px;
    padding: 0px; }
  #product-template .product-info {
    margin-bottom: 10px;
    line-height: 20px; }
    #product-template .product-info .title {
      font-weight: bold; }
    #product-template .product-info .line-info {
      margin: 0 10px; }
      @media (max-width: 400px) {
        #product-template .product-info .line-info:nth-child(4) {
          display: none; } }
    @media (max-width: 400px) {
      #product-template .product-info .pro-sku {
        display: block;
        flex: 100%;
        width: 100%; } }
  #product-template #pro-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #product-template #pro-price .price-now {
      font-size: 22px;
      color: #ff0000;
      font-weight: 600;
      margin-right: 15px; }
    #product-template #pro-price .price-compare {
      margin-right: 15px; }
      #product-template #pro-price .price-compare del {
        font-size: 16px;
        color: #919191;
        font-weight: 500; }
  #product-template .sort-description {
    margin: 10px 0 5px 0; }
    #product-template .sort-description p {
      margin: 0; }
  #product-template .available-pro {
    font-size: 16px; }
    @media (max-width: 767px) {
      #product-template .available-pro {
        font-size: 14px;
        line-height: 22px; } }
    #product-template .available-pro .title {
      font-weight: bold; }
    #product-template .available-pro .status {
      color: #d70018; }
      #product-template .available-pro .status.red {
        color: #ff0000; }
  #product-template .share-icons {
    display: flex;
    align-self: center;
    margin-top: 15px; }
    #product-template .share-icons .title-share {
      font-size: 14px;
      font-weight: 600; }
    #product-template .share-icons ul {
      margin-left: 15px; }
      #product-template .share-icons ul li {
        margin-right: 15px; }
        #product-template .share-icons ul li a {
          line-height: 0;
          font-size: 18px; }
          #product-template .share-icons ul li a .fa-facebook {
            color: #3b5999; }
          #product-template .share-icons ul li a .fa-twitter {
            color: #55acee; }
          #product-template .share-icons ul li a .fa-pinterest {
            color: #bd081c; }
  #product-template .categories label {
    font-weight: 600;
    margin-right: 10px; }
  #product-template .categories li {
    margin-left: 5px; }
  #product-template .location-store p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    cursor: pointer; }
    #product-template .location-store p #toggle-location {
      background: none;
      border: none;
      font-size: 24px;
      font-weight: bold;
      position: relative;
      top: 2px;
      left: 7px; }
  #product-template .location-store ul {
    padding: 10px;
    border: 1px dashed var(--bgshop);
    max-height: 232px;
    overflow-y: auto;
    display: none; }
    #product-template .location-store ul::-webkit-scrollbar {
      width: 5px;
      background-color: var(--bgshop); }
    #product-template .location-store ul::-webkit-scrollbar-thumb {
      background-color: var(--bgshop);
      border: none; }
    #product-template .location-store ul li {
      list-style: none;
      display: flex;
      flex-direction: column;
      margin-bottom: 7px; }
      #product-template .location-store ul li .dist {
        font-weight: bold; }
      #product-template .location-store ul li span {
        line-height: 21px; }
  #product-template .location-store.fast-active ul {
    display: inline-block; }
    @media (max-width: 767px) {
      #product-template .location-store.fast-active ul {
        display: block; } }
  #product-template .content_box {
    margin-bottom: 15px;
    border: 1px solid #000000;
    padding: 15px;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: border .25s linear .25s;
    -moz-transition: border .25s linear .25s;
    -ms-transition: border .25s linear .25s;
    -o-transition: border .25s linear .25s;
    transition: border .25s linear .25s; }
    #product-template .content_box .content_text {
      text-align: left; }
      #product-template .content_box .content_text .title {
        font-weight: 600;
        color: #000;
        font-size: 18px;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 15px; }
        #product-template .content_box .content_text .title:after {
          content: '';
          width: 42px;
          border-bottom: 2px solid #000000;
          position: absolute;
          left: 0;
          bottom: 0; }
      #product-template .content_box .content_text .text {
        color: #000000;
        font-size: 14px;
        line-height: 28px; }
        #product-template .content_box .content_text .text li {
          margin-bottom: 10px; }
          #product-template .content_box .content_text .text li:last-child {
            margin: 0; }
          #product-template .content_box .content_text .text li img {
            max-width: 24px;
            margin-right: 5px; }
  #product-template .product-description-tab .nav {
    border-bottom: 1px solid #e4e7e6;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 35px;
    float: left;
    width: 100%; }
    #product-template .product-description-tab .nav li {
      background: #f7f7fb;
      margin: 0 -1px 0 0;
      float: left;
      position: relative;
      display: block; }
      #product-template .product-description-tab .nav li a {
        font-weight: 700;
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        margin: 0;
        border: 1px solid #e4e7e6;
        border-bottom: 0;
        padding: 12px 10px 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        display: block;
        line-height: 1.42857143; }
      #product-template .product-description-tab .nav li.active, #product-template .product-description-tab .nav li:hover {
        border-top: 3px solid #000; }
        #product-template .product-description-tab .nav li.active a, #product-template .product-description-tab .nav li:hover a {
          border: 1px solid #e4e7e6;
          border-width: 0 1px;
          color: #000;
          padding-bottom: 11px;
          padding-top: 10px;
          margin-bottom: -1px;
          cursor: pointer;
          background-color: #fff; }
  #product-template .product-description-tab .tab-pane {
    margin-top: 30px;
    display: none; }
    #product-template .product-description-tab .tab-pane.active {
      display: block; }
    @media (max-width: 767px) {
      #product-template .product-description-tab .tab-pane {
        display: block;
        margin-top: 0px; }
        #product-template .product-description-tab .tab-pane .tab-mobile {
          font-size: 16px;
          font-weight: 600;
          padding: 10px 0;
          border-bottom: 1px solid #000; }
          #product-template .product-description-tab .tab-pane .tab-mobile:after {
            content: "+";
            float: right;
            top: -1px;
            position: relative; }
          #product-template .product-description-tab .tab-pane .tab-mobile.active-show:after {
            content: "–"; }
        #product-template .product-description-tab .tab-pane:last-child .tab-mobile {
          border: none; }
        #product-template .product-description-tab .tab-pane .more-description {
          display: none;
          padding-top: 15px; } }

.product-fixed-buy-mart {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #fff;
  bottom: -60px; }
  .product-fixed-buy-mart ul {
    justify-content: space-between;
    margin-right: -10px;
    box-shadow: 0 0 10px 0px #ccc;
    padding: 5px 10px; }
    .product-fixed-buy-mart ul li {
      flex: 0 0 calc(50% - 10px);
      text-align: center;
      padding: 10px 15px;
      margin-right: 10px;
      border-radius: 3px;
      font-weight: 600; }
      .product-fixed-buy-mart ul li#add-to-cart-wanda {
        background: #000000;
        color: #fff; }
      .product-fixed-buy-mart ul li#buynow-wanda {
        color: #000000;
        background: transparent;
        border: 1px solid #000000; }

.add-now-ss #buynow-sw {
  display: none; }

.buy-now-ss #add-to-cart-sw {
  display: none; }

.product-comment-fb iframe {
  width: 100% !important; }

.side-section .heading-sidebar span, .side-section .heading-sidebar strong {
  font-size: 20px;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative; }
  @media (max-width: 991px) {
    .side-section .heading-sidebar span, .side-section .heading-sidebar strong {
      font-size: 18px; } }

.side-section .heading-sidebar {
  padding-bottom: 10px;
  position: relative; }
  @media (max-width: 991px) {
    .side-section .heading-sidebar {
      text-align: center;
      display: flex;
      justify-content: center;
      margin-bottom: 15px; }
      .side-section .heading-sidebar span {
        display: flex;
        align-items: center;
        font-weight: 600; }
        .side-section .heading-sidebar span:before, .side-section .heading-sidebar span:after {
          content: '';
          display: block;
          width: 15px;
          height: 2px;
          background-color: #000000; }
        .side-section .heading-sidebar span:before {
          margin-right: 15px; }
        .side-section .heading-sidebar span:after {
          margin-left: 15px; }
      .side-section .heading-sidebar strong {
        margin-left: 4px; } }
  .side-section .heading-sidebar strong {
    display: inline-block;
    color: #d70018; }
  @media (min-width: 992px) {
    .side-section .heading-sidebar:after {
      content: "";
      width: 100px;
      height: 2px;
      background: #000000;
      position: absolute;
      bottom: 0;
      left: 0; } }

.side-section {
  margin-bottom: 30px; }
  .side-section .special-product {
    margin-top: 20px; }

.product-small {
  margin-bottom: 15px; }
  .product-small .product-image {
    width: 25%; }
  .product-small .product-content {
    width: 75%;
    padding-left: 10px; }
    .product-small .product-content .small-name {
      margin-bottom: 10px; }
      .product-small .product-content .small-name a {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000000; }
    .product-small .product-content .price-box span {
      color: #e70303;
      font-weight: 600; }
    .product-small .product-content .price-box .compare-price {
      font-size: 14px;
      font-weight: 500;
      margin-left: 15px;
      color: #888888; }
      .product-small .product-content .price-box .compare-price[data-price="0"] {
        display: none; }

@media (max-width: 991px) {
  .product-small {
    margin-bottom: 0; }
    .product-small .product-image {
      width: 100%; }
    .product-small .product-content {
      width: 100%;
      padding-left: 0;
      padding-top: 10px; }
      .product-small .product-content .small-name {
        margin-bottom: 10px; }
        .product-small .product-content .small-name a {
          font-size: 16px;
          font-weight: 500;
          line-height: 18px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: #000000; }
      .product-small .product-content .price-box span {
        color: #e70303;
        font-weight: 600; }
      .product-small .product-content .price-box .compare-price {
        font-size: 14px;
        font-weight: 500;
        margin-left: 15px;
        color: #888888; }
        .product-small .product-content .price-box .compare-price[data-price="0"] {
          display: none; } }

@media (min-width: 1200px) {
  #owl-collection-related, #result-pd-seen {
    margin-left: -15px;
    /*
		&:not(.slick-initialized){
		.d-flex-column {
		flex: 0 0 20%;
		width: 20%;
	}
	}
		*/ }
    #owl-collection-related .item-slider, #result-pd-seen .item-slider {
      padding-left: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #owl-collection-related, #result-pd-seen {
    margin-left: -15px;
    /*
		&:not(.slick-initialized){
		.d-flex-column {
		flex: 0 0 25%;
		width: 25%;
	}
	}
		*/ }
    #owl-collection-related .item-slider, #result-pd-seen .item-slider {
      padding-left: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #owl-collection-related, #result-pd-seen {
    margin-left: -10px;
    /*
		&:not(.slick-initialized){
		.d-flex-column {
		flex: 0 0 50%;
		width: 50%;
	}
	}
		*/ }
    #owl-collection-related .item-slider, #result-pd-seen .item-slider {
      padding-left: 10px; } }

@media (max-width: 767px) {
  .pd-bt-50-mb {
    padding-bottom: 50px; }
  #owl-collection-related, #result-pd-seen {
    margin-left: -10px;
    /*
		&:not(.slick-initialized){
		.d-flex-column {
		flex: 0 0 50%;
		width: 50%;
	}
	}
		*/ }
    #owl-collection-related .item-slider, #result-pd-seen .item-slider {
      padding-left: 10px; }
    #owl-collection-related.owl-carousel.owl-style-nav .owl-nav > div.owl-prev, #result-pd-seen.owl-carousel.owl-style-nav .owl-nav > div.owl-prev {
      left: 0; }
    #owl-collection-related.owl-carousel.owl-style-nav .owl-nav > div.owl-next, #result-pd-seen.owl-carousel.owl-style-nav .owl-nav > div.owl-next {
      right: 0; } }

#product-template .quanity-inventory {
  background: #ff5a1a;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  padding: 1px 5px;
  margin: 15px 0; }

.bg-countdown-product {
  display: inline-block;
  margin-top: 10px;
  background-image: var(--bg-flashsale);
  padding: 0 10px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 0 0; }
  @media (max-width: 480px) {
    .bg-countdown-product {
      display: block; } }
  .bg-countdown-product .count-down-index {
    margin: 0; }
    .bg-countdown-product .count-down-index span {
      color: #fff; }

.gallery-product-template .product-wishlist {
  position: absolute;
  z-index: 9;
  top: 8px;
  right: 8px; }
  .gallery-product-template .product-wishlist button {
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    width: 40px;
    height: 40px; }
    .gallery-product-template .product-wishlist button:hover:before {
      bottom: 18px; }
    .gallery-product-template .product-wishlist button img {
      width: 25px;
      height: 25px; }

.size-chart {
  border: none;
  background: none;
  font-weight: bold;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .size-chart img {
    margin-right: 5px; }

.swatch .header {
  display: flex;
  align-items: center; }
  .swatch .header > span {
    margin-left: 3px; }

.template-notindex footer.bgft {
  margin-top: 0 !important; }

.item-wrap {
  position: relative; }

.item-wrap:after {
  content: '';
  padding-bottom: 133.33%;
  display: block; }

.item-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#ProductPhoto a {
  display: block; }

#ProductPhoto img {
  width: 100%;
  height: auto; }

#ProductPhoto .owl-dots {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%; }
  #ProductPhoto .owl-dots .owl-dot {
    display: inline-block; }
    #ProductPhoto .owl-dots .owl-dot span {
      position: relative;
      display: inline-block;
      width: 27px;
      height: 2px;
      margin: 0 5px;
      cursor: pointer;
      background: transparent;
      border: 1px solid #E5E5E5;
      -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
      transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
    #ProductPhoto .owl-dots .owl-dot.active span {
      border: 1px solid #000; }

#product-wrapper {
  padding: 15px 0px; }
  #product-wrapper #ProductThumbs .owl-nav > div {
    position: absolute;
    top: calc(50% - 15px);
    height: 35px;
    width: 35px;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    color: #fff; }
    #product-wrapper #ProductThumbs .owl-nav > div.owl-prev {
      left: 0; }
    #product-wrapper #ProductThumbs .owl-nav > div.owl-next {
      right: 0; }
  #product-wrapper #product-playYoutube {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 15px;
    color: #fff; }
  #product-wrapper .product-detail-inner {
    margin-bottom: 30px; }
    #product-wrapper .product-detail-inner .product-single {
      align-items: flex-start; }
    #product-wrapper .product-detail-inner .product-images > div {
      margin-bottom: 5px; }
  @media (max-width: 991px) {
    #product-wrapper .product-single .product-content {
      margin-top: 10px; } }
  @media (min-width: 769px) {
    #product-wrapper .product-single .product-content {
      padding-right: 80px; } }
  #product-wrapper .product-single .product-content .pro-content-head .tagnew {
    border: 1px solid #878484;
    padding: 2px 5px;
    margin-bottom: 10px;
    color: #2d2d2d;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    margin: 0 0 8px; }
  #product-wrapper .product-single .product-content .pro-content-head > span {
    margin: 0px 5px;
    color: #4d4d4d; }
  #product-wrapper .product-single .product-content .pro-content-head h1 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 7px;
    padding: 0px;
    color: #000000; }
  #product-wrapper .product-single .product-content .pro-content-head .pro-brand, #product-wrapper .product-single .product-content .pro-content-head .pro-type {
    display: inline-block; }
    #product-wrapper .product-single .product-content .pro-content-head .pro-brand span, #product-wrapper .product-single .product-content .pro-content-head .pro-brand a, #product-wrapper .product-single .product-content .pro-content-head .pro-type span, #product-wrapper .product-single .product-content .pro-content-head .pro-type a {
      color: #4d4d4d; }
    #product-wrapper .product-single .product-content .pro-content-head .pro-brand a, #product-wrapper .product-single .product-content .pro-content-head .pro-type a {
      position: relative;
      display: inline-block; }
      #product-wrapper .product-single .product-content .pro-content-head .pro-brand a:after, #product-wrapper .product-single .product-content .pro-content-head .pro-type a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #141414; }
      #product-wrapper .product-single .product-content .pro-content-head .pro-brand a:hover, #product-wrapper .product-single .product-content .pro-content-head .pro-type a:hover {
        color: #141414; }
        #product-wrapper .product-single .product-content .pro-content-head .pro-brand a:hover:after, #product-wrapper .product-single .product-content .pro-content-head .pro-type a:hover:after {
          width: 100%; }
  #product-wrapper .product-single .product-content .pro-content-head .pro-sku {
    display: inline-block; }
  #product-wrapper .product-single .product-content .pro-price {
    margin-bottom: 5px; }
    #product-wrapper .product-single .product-content .pro-price .current-price {
      display: inline-block;
      color: #d30000; }
    #product-wrapper .product-single .product-content .pro-price .original-price {
      font-size: 14px;
      color: #b4b4b4;
      padding-right: 20px;
      padding-left: 0px; }
    #product-wrapper .product-single .product-content .pro-price .sale-percentage {
      display: inline-block;
      font-style: italic;
      margin-left: 15px;
      color: #666; }
  #product-wrapper .product-single .product-content .product-actions {
    margin: 10px 0px 5px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #product-wrapper .product-single .product-content .product-actions {
        /*
					position: fixed;
					z-index: 9999;
					bottom: 60px;
					left: 0;
					right: 0;
					background: rgb(255, 255, 255);
					padding-top: 5px;
					border-bottom: 1px solid rgb(238, 238, 238);
					display: flex;
					padding: 5px;
					box-shadow: 1px 1px 5px #808080;
					*/ }
        #product-wrapper .product-single .product-content .product-actions button {
          margin: 0 !important;
          border: 1px solid #fff; } }
    #product-wrapper .product-single .product-content .product-actions button {
      display: inline-block;
      position: relative;
      outline: 0;
      height: 44px;
      line-height: 44px;
      text-align: center;
      border-radius: 0px;
      margin: 0px 5px 20px 0px;
      width: 100%; }
      #product-wrapper .product-single .product-content .product-actions button.btnOutOfStock {
        background: #141414;
        color: #fff;
        padding: 0px 30px; }
      #product-wrapper .product-single .product-content .product-actions button.btnAddToCart {
        background: #141414;
        color: #fff;
        padding: 0px 30px; }
        @media (max-width: 991px) {
          #product-wrapper .product-single .product-content .product-actions button.btnAddToCart {
            margin-bottom: 10px !important; } }
      #product-wrapper .product-single .product-content .product-actions button.btnBuyNow {
        background: #fff;
        color: #000000;
        padding: 0px 30px;
        border: 1px solid #000000; }
        #product-wrapper .product-single .product-content .product-actions button.btnBuyNow:hover {
          background: #000;
          color: #fff; }
  #product-wrapper .product-single .product-content .social-network-actions {
    display: inline-block; }
  #product-wrapper .product-single .product-content .product-size-hotline > span {
    display: inline-block;
    margin: 0px 5px; }
  #product-wrapper .product-single .product-content .product-size-hotline .product-hotline {
    display: inline-block; }
    #product-wrapper .product-single .product-content .product-size-hotline .product-hotline > a {
      display: inline-block;
      position: relative; }
      #product-wrapper .product-single .product-content .product-size-hotline .product-hotline > a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 1px; }
      #product-wrapper .product-single .product-content .product-size-hotline .product-hotline > a:hover:after {
        width: 100%; }
  #product-wrapper .product-single .product-content .swatch-product-single {
    padding: 0px 0px;
    margin: 0; }
  @media (min-width: 992px) {
    #product-wrapper .product-single-2 {
      position: sticky;
      top: 140px;
      z-index: 30; } }
  @media (max-width: 991px) {
    #product-wrapper .product-single-2 {
      padding: 0px 15px !important; } }
  #product-wrapper .product-description-wrapper {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      #product-wrapper .product-description-wrapper {
        padding-right: 80px; } }
    #product-wrapper .product-description-wrapper div.tab {
      display: block;
      position: relative; }
      #product-wrapper .product-description-wrapper div.tab > span {
        display: inline-block;
        margin: 0px 15px;
        float: left;
        height: 53px;
        line-height: 53px; }
      #product-wrapper .product-description-wrapper div.tab button {
        text-align: center;
        float: left;
        outline: none;
        cursor: pointer;
        height: 53px;
        line-height: 53px; }
        #product-wrapper .product-description-wrapper div.tab button span {
          position: relative;
          display: inline-block;
          line-height: normal; }
          #product-wrapper .product-description-wrapper div.tab button span:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 0;
            height: 1px; }
        #product-wrapper .product-description-wrapper div.tab button.active span:after, #product-wrapper .product-description-wrapper div.tab button:hover span:after {
          width: 100%; }
    #product-wrapper .product-description-wrapper .pro-tabcontent {
      display: none;
      -webkit-animation: fadeEffect 1s;
      animation: fadeEffect 1s; }
      #product-wrapper .product-description-wrapper .pro-tabcontent.active {
        display: block; }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    #product-wrapper .product-description-wrapper .product-description {
      margin: 0 0 10px 0;
      padding: 0 0 10px 0;
      border-bottom: 1px solid #e7e7e7; }
      #product-wrapper .product-description-wrapper .product-description.active .pro-tabcontent {
        display: block !important; }
      #product-wrapper .product-description-wrapper .product-description.active .btn-toggle .button-toggle-plus {
        display: none; }
      #product-wrapper .product-description-wrapper .product-description.active .btn-toggle .button-toggle-minus {
        display: block; }
      #product-wrapper .product-description-wrapper .product-description h2 {
        font-size: 16px;
        text-transform: uppercase; }
      #product-wrapper .product-description-wrapper .product-description .btn-toggle {
        font-size: 14px;
        float: right; }
        #product-wrapper .product-description-wrapper .product-description .btn-toggle .button-toggle-plus {
          display: block; }
        #product-wrapper .product-description-wrapper .product-description .btn-toggle .button-toggle-minus {
          display: none; }
  #product-wrapper .product-fb-comments {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    #product-wrapper #surround {
      margin: 0px -15px !important; } }

@media (min-width: 769px) {
  #ProductPhoto .grid__item {
    width: 25%; }
    #ProductPhoto .grid__item.large--one-half {
      width: 50%; } }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 991px) {
  .product-service {
    margin-top: 20px; } }

.product-service .product-service-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4; }
  .product-service .product-service-item a {
    color: #333; }

.product-service .product-service-title {
  padding-left: 15px; }

.row-5 {
  margin: 0px -2.5px; }
  .row-5 > div {
    padding: 0px 2.5px; }

.tab-list .tab-link {
  display: inline-block;
  width: 49%; }

.tab-list .tab-link:hover:not(.active) h2 {
  background: #f5f5f5; }

.tab-list .tab-link.active h2 {
  border-color: #000; }

.tab-list .tab-link h2 {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #e8eaea;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #000;
  padding-left: 0; }

.wrapper {
  padding: 0 100px;
  max-width: 1822px;
  margin: auto; }
  @media (max-width: 991px) {
    .wrapper {
      padding: 0 15px !important; } }

@media (max-width: 991px) {
  .product-pagetab .wrapper {
    padding: 0 15px !important; } }

@media (min-width: 992px) {
  .product-pagetab .tab-list .tab-link {
    width: 30%; } }

@media (min-width: 1200px) {
  .product-pagetab {
    margin-top: 70px; } }

.product-pagetab .pro-tabcontent {
  padding: 20px 0px;
  display: none; }
  .product-pagetab .pro-tabcontent.active {
    display: block; }

#product-sider-seen {
  padding-top: 30px; }

.product-images {
  justify-content: center; }

.pro-tabcontent {
  margin-top: 10px; }

.pro-tabcontent body {
  margin: 8px; }

.pro-tabcontent th {
  font-weight: bold;
  text-align: center; }

.pro-tabcontent caption {
  text-align: center; }

.pro-tabcontent h1 {
  font-size: 2em;
  margin: .67em 0; }

.pro-tabcontent h2 {
  font-size: 1.5em;
  margin: .75em 0; }

.pro-tabcontent h3 {
  font-size: 1.17em;
  margin: .83em 0; }

.pro-tabcontent h4, .pro-tabcontent p,
.pro-tabcontent blockquote, .pro-tabcontent ul,
.pro-tabcontent fieldset, .pro-tabcontent form,
.pro-tabcontent ol, .pro-tabcontent dl, .pro-tabcontent dir,
.pro-tabcontent menu {
  margin: 1.12em 0; }

.pro-tabcontent h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.pro-tabcontent h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.pro-tabcontent h1, .pro-tabcontent h2, .pro-tabcontent h3, .pro-tabcontent h4,
.pro-tabcontent h5, .pro-tabcontent h6, .pro-tabcontent b,
.pro-tabcontent strong {
  font-weight: bold; }

.pro-tabcontent blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.pro-tabcontent i, .pro-tabcontent cite, .pro-tabcontent em,
.pro-tabcontent var, .pro-tabcontent address {
  font-style: italic; }

.pro-tabcontent pre, .pro-tabcontent tt, .pro-tabcontent code,
.pro-tabcontent kbd, .pro-tabcontent samp {
  font-family: monospace; }

.pro-tabcontent pre {
  white-space: pre; }

.pro-tabcontent big {
  font-size: 1.17em; }

.pro-tabcontent small, .pro-tabcontent sub, .pro-tabcontent sup {
  font-size: .83em; }

.pro-tabcontent sub {
  vertical-align: sub; }

.pro-tabcontent sup {
  vertical-align: super; }

.pro-tabcontent table {
  border-spacing: 2px;
  border-collapse: separate; }

.pro-tabcontent thead, .pro-tabcontent tbody,
.pro-tabcontent tfoot {
  vertical-align: middle; }

.pro-tabcontent td, .pro-tabcontent th, .pro-tabcontent tr {
  vertical-align: inherit; }

.pro-tabcontent s, .pro-tabcontent strike, .pro-tabcontent del {
  text-decoration: line-through; }

.pro-tabcontent hr {
  border: 1px inset; }

.pro-tabcontent ol, .pro-tabcontent ul, .pro-tabcontent dir,
.pro-tabcontent menu, .pro-tabcontent dd {
  margin-left: 40px; }

.pro-tabcontent ol {
  list-style-type: decimal; }

.pro-tabcontent ul {
  list-style-type: disc; }

.pro-tabcontent ol ul, .pro-tabcontent ul ol,
.pro-tabcontent ul ul, .pro-tabcontent ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.pro-tabcontent {
  line-height: 1.2; }

.pro-tabcontent a {
  color: #0782c1;
  text-decoration: underline; }

/* HTML5 */
.pro-tabcontent figure {
  margin: 1em 40px; }

body.product .breadcrumb-shop {
  display: none; }

#product-wrapper {
  padding: 0;
  background: #fff;
  color: #5f5f5f; }
  #product-wrapper > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  #product-wrapper .inner,
  #product-wrapper .product-detail-inner {
    margin: 0; }
  #product-wrapper .product-single {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0; }
  #product-wrapper .product-single-1 {
    padding-left: 0;
    padding-right: 0; }
  #product-wrapper .product-single-2 {
    background: #fff;
    border-left: 1px solid #ececec;
    padding: 36px 60px 40px !important; }
  #product-wrapper .product-single .product-content {
    padding-right: 0;
    max-width: 390px; }
  #product-wrapper .product-info-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
    color: #9b9b9b;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4; }
    #product-wrapper .product-info-breadcrumb a,
    #product-wrapper .product-info-breadcrumb strong {
      color: inherit;
      font-weight: 400; }
    #product-wrapper .product-info-breadcrumb strong {
      color: #2d2d2d;
      font-weight: 700; }
  #product-wrapper .producttitlnw {
    color: #5d5d5d !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.12;
    margin-bottom: 14px !important; }
  #product-wrapper .product-visual-rating,
  #product-wrapper .dabansoluong {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #777;
    font-size: 13px;
    line-height: 1.4; }
  #product-wrapper .product-visual-rating {
    margin-bottom: 6px; }
  #product-wrapper .product-visual-rating .stars {
    color: #222;
    letter-spacing: 1px; }
  #product-wrapper .pro-sku {
    display: none !important; }
  #product-wrapper .dabansoluong img {
    width: 13px;
    height: 13px;
    opacity: .65; }
  #product-wrapper .pro-price {
    margin: 28px 0 26px !important; }
  #product-wrapper .pro-price .current-price {
    color: #2c2c2c !important;
    font-size: 22px;
    font-weight: 700; }
  #product-wrapper .pro-price .original-price {
    color: #8a8a8a;
    font-size: 16px;
    margin-right: 8px; }
  #product-wrapper #script-general-container {
    margin-bottom: 16px; }
  #product-wrapper .product-images {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0 !important;
    background: #fff; }
  #product-wrapper .product-images > div {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f2f2f2; }
  #product-wrapper .item-wrap:after {
    padding-bottom: 128%; }
  #product-wrapper .item-wrap img,
  #product-wrapper .item-wrap video {
    object-fit: cover;
    background: #f2f2f2; }
  #product-wrapper .swatch {
    margin-bottom: 22px; }
  #product-wrapper .swatch .header {
    margin-bottom: 12px;
    color: #343434;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase; }
  #product-wrapper .swatch .header > span {
    color: #b4b4b4;
    font-weight: 400;
    text-transform: none; }
  #product-wrapper .swatch .select-swap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  #product-wrapper .swatch .swatch-element {
    margin: 0 !important; }
  #product-wrapper .swatch .swatch-element input {
    display: none; }
  #product-wrapper .swatch .swatch-element label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    margin: 0;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    background: #fff;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer; }
  #product-wrapper .swatch .swatch-element.color label {
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    border-color: #fff;
    box-shadow: 0 0 0 1px #d7d7d7; }
  #product-wrapper .swatch .swatch-element.color label span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 0;
    background: var(--bg-swatch) center/cover no-repeat; }
  #product-wrapper .swatch .swatch-element label.sd,
  #product-wrapper .swatch .swatch-element input:checked + label {
    border-color: #202020;
    color: #202020; }
  #product-wrapper .swatch .swatch-element.color label.sd,
  #product-wrapper .swatch .swatch-element.color input:checked + label {
    box-shadow: 0 0 0 2px #9b6a2f, 0 0 0 4px #fff; }
  #product-wrapper .swatch .img-check {
    display: none !important; }
  #product-wrapper .size-chart {
    margin-left: auto;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-transform: none; }
  #product-wrapper .product-actions {
    display: flex !important;
    flex-direction: column;
    margin-top: 10px !important; }
  #product-wrapper .product-actions button,
  #product-wrapper .product-actions a {
    width: 100%;
    height: 40px !important;
    margin: 0 0 10px !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 38px !important;
    text-align: center;
    text-transform: uppercase; }
  #product-wrapper .product-actions .addtocartnew {
    background: #1f1f1f !important;
    border: 1px solid #1f1f1f !important;
    color: #fff !important; }
  #product-wrapper .product-actions .btnAddToCart {
    background: #fff !important;
    border: 1px solid #777 !important;
    color: #6a6a6a !important; }
  #product-wrapper .product-actions .flextoaddfind {
    display: block;
    width: 100%;
    margin-top: 20px; }
  #product-wrapper .product-actions .flextoaddfind2 {
    display: none !important; }
  #product-wrapper .product-actions .flextoaddfind1 a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
    color: #222 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left; }
  #product-wrapper .product-service {
    margin-top: 20px; }
  #product-wrapper .product-service-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: #777;
    font-size: 13px;
    line-height: 1.35; }
  #product-wrapper .product-description-wrapper {
    display: none; }
  #product-wrapper .product-detail-related {
    clear: both;
    margin: 0;
    padding: 38px 0 52px;
    border-top: 1px solid #e6e6e6;
    background: #fff; }
  #product-wrapper .product-detail-related .heading-related {
    max-width: none;
    margin: 0 0 30px;
    padding: 0 70px;
    color: #5b5b5b;
    font-size: 28px !important;
    font-weight: 700;
    text-align: left !important;
    text-transform: none !important; }
  #product-wrapper .relatedproductflex {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px; }
  #product-wrapper .relatedproductflex .itemproducyt {
    min-width: 0;
    background: #fff; }
  #product-wrapper .relatedproductflex .product-block {
    margin: 0; }
  #product-wrapper .relatedproductflex .product-img {
    background: #f2f2f2; }
  #product-wrapper .relatedproductflex .image-resize {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1.5; }
  #product-wrapper .relatedproductflex .image-resize img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px; }
  #product-wrapper .relatedproductflex .product-detail {
    padding: 18px 18px 0;
    text-align: center; }
  #product-wrapper .relatedproductflex .pro-name {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35; }
  #product-wrapper .relatedproductflex .pro-name a {
    color: #5d5d5d; }
  #product-wrapper .relatedproductflex .pro-price {
    margin: 0 !important;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 700; }
  #product-wrapper .relatedproductflex .onecanflexx,
  #product-wrapper .product-detail-related .seemorelated {
    display: none !important; }

@media (min-width: 992px) {
  #product-wrapper .product-single-1 {
    flex: 0 0 68.7%;
    max-width: 68.7%; }
  #product-wrapper .product-single-2 {
    flex: 0 0 31.3%;
    max-width: 31.3%;
    top: 0;
    min-height: calc(100vh - 1px); } }

@media (max-width: 991px) {
  #product-wrapper .product-single {
    display: block; }
  #product-wrapper .product-images {
    grid-template-columns: 1fr; }
  #product-wrapper .product-single-2 {
    position: static;
    border-left: 0;
    padding: 22px 18px 26px !important; }
  #product-wrapper .product-single .product-content {
    max-width: none; }
  #product-wrapper .producttitlnw {
    font-size: 22px !important; }
  #product-wrapper .product-detail-related .heading-related {
    padding: 0 18px;
    font-size: 22px !important; }
  #product-wrapper .relatedproductflex {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.unreset img, .descriptionmota img {
  display: inline-block;
  vertical-align: middle; }
