@charset "UTF-8";
#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; }
  #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: 24px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize; }
  #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: #0c0c0c; }
      #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 #131212;
    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 #131212;
          position: absolute;
          left: 0;
          bottom: 0; }
      #product-template .content_box .content_text .text {
        color: #0f0f10;
        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;
        color: #000;
        text-transform: uppercase;
        margin: 0;
        border: 1px solid #e4e7e6;
        border-bottom: 0;
        padding: 12px 15px 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: #131212;
        color: #fff; }
      .product-fixed-buy-mart ul li#buynow-wanda {
        color: #131212;
        background: transparent;
        border: 1px solid #131212; }

.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: #131212; }
        .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: #0c0c0c; }
  @media (min-width: 992px) {
    .side-section .heading-sidebar:after {
      content: "";
      width: 100px;
      height: 2px;
      background: #131212;
      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: #0f0f10; }
    .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: #0f0f10; }
      .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; }
    #owl-collection-related:not(.slick-initialized, .slick-initialized) .d-flex-column, #result-pd-seen:not(.slick-initialized, .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; }
    #owl-collection-related:not(.slick-initialized, .slick-initialized) .d-flex-column, #result-pd-seen:not(.slick-initialized, .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; }
    #owl-collection-related:not(.slick-initialized, .slick-initialized) .d-flex-column, #result-pd-seen:not(.slick-initialized, .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; }
    #owl-collection-related:not(.slick-initialized, .slick-initialized) .d-flex-column, #result-pd-seen:not(.slick-initialized, .slick-initialized) .d-flex-column {
      flex: 0 0 50%;
      width: 50%; }
    #owl-collection-related .item-slider, #result-pd-seen .item-slider {
      padding-left: 10px; } }

#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; }
