#product-template {
  margin-top: 30px; }
  @media (max-width: 767px) {
    #product-template {
      margin-top: 15px; } }
  #product-template .product-gallery {
    margin-bottom: 15px;
    position: relative; }
  #product-template #sl-product-thumb {
    position: relative; }
    @media (max-width: 767px) {
      #product-template #sl-product-thumb {
        margin-bottom: 15px; } }
    #product-template #sl-product-thumb #slider-thumb:not(.owl-loaded) {
      width: auto;
      margin-left: -15px; }
      @media (min-width: 1200px) {
        #product-template #sl-product-thumb #slider-thumb:not(.owl-loaded) .item {
          flex: 0 0 calc(100% / 6);
          padding-left: 15px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        #product-template #sl-product-thumb #slider-thumb:not(.owl-loaded) .item {
          flex: 0 0 20%;
          padding-left: 15px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        #product-template #sl-product-thumb #slider-thumb:not(.owl-loaded) .item {
          flex: 0 0 25%;
          padding-left: 15px; } }
      @media (max-width: 767px) {
        #product-template #sl-product-thumb #slider-thumb:not(.owl-loaded) .item {
          flex: 0 0 100%; } }
      @media (max-width: 767px) {
        #product-template #sl-product-thumb #slider-thumb:not(.owl-loaded) {
          width: 100%;
          margin-left: 0; } }
    #product-template #sl-product-thumb #slider-thumb .item a {
      border: 1px solid transparent;
      display: block; }
      @media (max-width: 767px) {
        #product-template #sl-product-thumb #slider-thumb .item a {
          border: none; } }
      #product-template #sl-product-thumb #slider-thumb .item a.zoomGalleryActive, #product-template #sl-product-thumb #slider-thumb .item a.active {
        border: 1px solid #000; }
    #product-template #sl-product-thumb #slider-thumb .owl-prev, #product-template #sl-product-thumb #slider-thumb .owl-next {
      background: #262469;
      color: #fff; }
    @media (min-width: 767px) {
      #product-template #sl-product-thumb #slider-thumb .owl-next, #product-template #sl-product-thumb #slider-thumb .owl-prev {
        background: #262469;
        color: #fff;
        width: 30px;
        height: 30px; }
      #product-template #sl-product-thumb #slider-thumb:hover .owl-prev {
        left: -15px;
        opacity: 1; }
      #product-template #sl-product-thumb #slider-thumb:hover .owl-next {
        right: -15px;
        opacity: 1; } }
  #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 .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: #57c9e8; }
      #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 label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block; }
  #product-template .location-store ul {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #57a41f; }
    #product-template .location-store ul li {
      list-style: none;
      display: flex;
      flex-direction: column; }
      #product-template .location-store ul li .dist {
        font-weight: bold; }
      #product-template .location-store ul li span {
        line-height: 21px; }
  #product-template .content_box {
    margin-bottom: 15px;
    border: 1px solid #262469;
    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 #262469;
          position: absolute;
          left: 0;
          bottom: 0; }
      #product-template .content_box .content_text .text {
        color: #333333;
        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 {
    justify-content: center;
    border-bottom: none; }
    #product-template .product-description-tab .nav li {
      position: relative;
      padding-right: 15px;
      margin: 0 15px 10px 0; }
      @media (max-width: 767px) {
        #product-template .product-description-tab .nav li {
          padding-right: 10px;
          margin: 0 10px 10px 0; } }
      #product-template .product-description-tab .nav li:after {
        content: '';
        position: absolute;
        transform: translateY(50%);
        bottom: 50%;
        right: 0;
        height: 14px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.1); }
      #product-template .product-description-tab .nav li a {
        position: relative;
        font-weight: 500;
        text-transform: uppercase;
        color: #333333;
        letter-spacing: 0;
        font-size: 16px; }
      #product-template .product-description-tab .nav li:last-child:after {
        display: none; }
      #product-template .product-description-tab .nav li.active a, #product-template .product-description-tab .nav li:hover a {
        color: #57c9e8;
        border-bottom: 1px solid #57c9e8; }
  #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: 991px) {
    #product-template .right-pro {
      margin-top: 15px; } }

.product-fixed-buy-mart {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #fff;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(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: #262469;
        color: #fff; }
      .product-fixed-buy-mart ul li#buynow-wanda {
        color: #262469;
        background: transparent;
        border: 1px solid #262469; }

.show-buy-mobile .product-fixed-buy-mart {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); }

#wrapper-box-sw-mb {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  -o-transform: translateY(100vh); }
  #wrapper-box-sw-mb .result-swatch-mb {
    position: relative; }
    #wrapper-box-sw-mb .result-swatch-mb .bar:before, #wrapper-box-sw-mb .result-swatch-mb .bar:after {
      background: #000; }
  #wrapper-box-sw-mb #form-swatch-mobile {
    padding: 15px 10px;
    position: relative; }
    #wrapper-box-sw-mb #form-swatch-mobile .product-title h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    #wrapper-box-sw-mb #form-swatch-mobile .product-title .pro_sku_sw {
      font-size: 14px; }
    #wrapper-box-sw-mb #form-swatch-mobile .pro-price-sw {
      font-size: 16px;
      color: #ff0000;
      font-weight: 600;
      margin-right: 15px; }
    #wrapper-box-sw-mb #form-swatch-mobile del {
      color: #919191;
      font-weight: 500; }
    #wrapper-box-sw-mb #form-swatch-mobile .select-swatch {
      float: left;
      max-height: 210px;
      overflow-y: auto; }

.show-add-cart-mb #wrapper-box-sw-mb {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); }

.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: #262469; }
        .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: #57c9e8; }
  @media (min-width: 992px) {
    .side-section .heading-sidebar:after {
      content: "";
      width: 100px;
      height: 2px;
      background: #262469;
      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: #333333; }
    .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: #333333; }
      .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; }
  .owl-pro-mobile:not(.owl-loaded) {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

#owl-collection-related:hover .owl-nav > button, .owl-pro-mobile:hover .owl-nav > button, #result-pd-seen:hover .owl-nav > button {
  opacity: 1; }
  @media (min-width: 992px) {
    #owl-collection-related:hover .owl-nav > button.owl-prev, .owl-pro-mobile:hover .owl-nav > button.owl-prev, #result-pd-seen:hover .owl-nav > button.owl-prev {
      left: -20px; }
    #owl-collection-related:hover .owl-nav > button.owl-next, .owl-pro-mobile:hover .owl-nav > button.owl-next, #result-pd-seen:hover .owl-nav > button.owl-next {
      right: -20px; } }
  #owl-collection-related:hover .owl-nav > button:hover, .owl-pro-mobile:hover .owl-nav > button:hover, #result-pd-seen:hover .owl-nav > button:hover {
    background: #57c9e8;
    color: #fff; }

@media (min-width: 992px) {
  #owl-collection-related .owl-nav > div.owl-prev, .owl-pro-mobile .owl-nav > div.owl-prev, #result-pd-seen .owl-nav > div.owl-prev {
    left: 0; }
  #owl-collection-related .owl-nav > div.owl-next, .owl-pro-mobile .owl-nav > div.owl-next, #result-pd-seen .owl-nav > div.owl-next {
    right: 0; } }

@media (min-width: 1200px) {
  #owl-collection-related:not(.owl-loaded), #result-pd-seen:not(.owl-loaded) {
    margin-right: -15px;
    width: 100%; }
    #owl-collection-related:not(.owl-loaded) .item, #result-pd-seen:not(.owl-loaded) .item {
      flex: 0 0 20%;
      padding-right: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #owl-collection-related:not(.owl-loaded), #result-pd-seen:not(.owl-loaded) {
    margin-left: -15px;
    width: 100%; }
    #owl-collection-related:not(.owl-loaded) .item, #result-pd-seen:not(.owl-loaded) .item {
      flex: 0 0 25%;
      padding-right: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #owl-collection-related:not(.owl-loaded), .owl-pro-mobile:not(.owl-loaded) {
    margin-right: -15px;
    width: 100%; }
    #owl-collection-related:not(.owl-loaded) .item, .owl-pro-mobile:not(.owl-loaded) .item {
      flex: 0 0 33.333333%;
      padding-right: 15px; } }

@media (max-width: 767px) {
  #owl-collection-related:not(.owl-loaded), .owl-pro-mobile:not(.owl-loaded) {
    margin-right: -10px;
    width: 100%; }
    #owl-collection-related:not(.owl-loaded) .item, .owl-pro-mobile:not(.owl-loaded) .item {
      flex: 0 0 50%;
      padding-right: 10px; }
  #product-template .product-description-tab .scroll-tab {
    padding-right: 55px;
    position: relative; }
    #product-template .product-description-tab .scroll-tab .nav {
      justify-content: flex-start;
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow-x: auto; }
  #nav-toggle-tab {
    border: none;
    font-size: 0;
    background: #f1f1f1;
    position: absolute;
    right: 0;
    top: -5px;
    padding: 5px;
    border-radius: 3px; }
  .fixed-nav-toggle {
    display: none;
    position: absolute;
    height: auto;
    left: auto;
    right: 0;
    top: 35px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000; }
    .fixed-nav-toggle li {
      list-style: none;
      padding: 5px 7px;
      font-size: 16px; }
      .fixed-nav-toggle li.active a {
        color: #57c9e8; } }

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