@media (min-width: 992px) {
  .jms-row.header.fixed,
  .jms-row.menu.fixed {
    left: 0;
    right: 0;
    position: fixed !important;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    z-index: 999; }
  .home_5 .jms-row.header.fixed, .home_7 .jms-row.header.fixed, .home_11 .jms-row.header.fixed, .home_12 .jms-row.header.fixed, .home_15 .jms-row.header.fixed {
    background: rgba(20, 20, 20, 0.9); }
  .home_6 .jms-row.menu.fixed, .home_8 .jms-row.menu.fixed, .home_11 .jms-row.menu.fixed, .home_14 .jms-row.menu.fixed, .home_15 .jms-row.menu.fixed {
    background: rgba(20, 20, 20, 0.9); }
  .jms-row.header.fixed {
    top: 0; }
  .jms-row.menu.fixed {
    top: 68px;
    z-index: 998; } }

#index {
  overflow-x: hidden; }
  /* #index.fixed {
    position: fixed;
    top: 0;
    left: 0; } */

#header {
  position: relative;
  background: #fff; }

.modal-open .header.fixed, .modal-open .menu.fixed {
  z-index: 998; }

.popup_home {
  margin-top: -2px; }

.open-search.modal-open .menu.fixed, .open-search.modal-open .header.fixed {
  z-index: 999; }

.icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px; }

.addon-alertbox p {
  display: inline-block;
  margin-bottom: 0; }

.addon-alertbox .close {
  opacity: 1;
  position: absolute;
  right: -35px;
  top: 0; }

.addon-alertbox .icon {
  fill: #858585; }

.addon-alertbox .alert-custom {
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0;
  padding: 6.5px 0; }
  .addon-alertbox .alert-custom.v2 {
    background: #fff;
    color: #141414; }

.header {
  padding: 5.5px 0; }

.jms-slider-wrapper .btn-shop .btn-default {
  min-width: 215px;
  margin: 0 3px; }

.right-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 5px; }
  .right-icon-group .addon-box {
    margin-left: 15px; }
    .right-icon-group .addon-box p {
      margin-bottom: 0; }
    .right-icon-group .addon-box a:hover svg {
      fill: #858585; }
  .right-icon-group .open > a,
  .right-icon-group .btn-xs:hover {
    color: #858585; }
  .right-icon-group .open a svg {
    fill: #858585; }
  .right-icon-group .languages-info, .right-icon-group .currency-info {
    margin-right: -6px;
    padding-top: 2px; }
    .right-icon-group .languages-info .btn-xs, .right-icon-group .currency-info .btn-xs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.home_3 .jms-row.header, .home_5 .jms-row.header, .home_7 .jms-row.header, .home_12 .jms-row.header, .home_13 .jms-row.header {
  position: relative; }
  .home_3 .jms-row.header .container, .home_3 .jms-row.header .layout-column, .home_5 .jms-row.header .container, .home_5 .jms-row.header .layout-column, .home_7 .jms-row.header .container, .home_7 .jms-row.header .layout-column, .home_12 .jms-row.header .container, .home_12 .jms-row.header .layout-column, .home_13 .jms-row.header .container, .home_13 .jms-row.header .layout-column {
    position: unset; }

.jms-row.menu {
  position: relative; }
  .jms-row.menu .container, .jms-row.menu .layout-column {
    position: static; }

.jms-megamenu .dropdown-menu.fullwidth {
  width: 100%; }
  .jms-megamenu .dropdown-menu.fullwidth > .mega-dropdown-inner {
    max-width: 1170px;
    margin: auto;
    padding: 0; }

.open-service .popup-customer-services {
  right: 0; }
  .open-service .popup-customer-services + .bg-overlay {
    opacity: 1;
    visibility: visible; }

.popup-customer-services {
  position: fixed;
  right: -270px;
  top: 0;
  width: 270px;
  z-index: 9999;
  background: #fff;
  padding: 25px 0;
  height: 100%;
  overflow-y: auto; }
  .popup-customer-services .container {
    width: 270px;
    padding: 0 20px; }
  .popup-customer-services h1, .popup-customer-services h2, .popup-customer-services h3, .popup-customer-services h4, .popup-customer-services h5, .popup-customer-services h6 {
    padding-bottom: 0; }
  .popup-customer-services h5 {
    letter-spacing: 0.7px; }
  .popup-customer-services p {
    color: #858585;
    line-height: 17px;
    margin-bottom: 20px; }
  .popup-customer-services .popup-services__content [class*="icon-"] {
    margin-top: -2px; }

.service {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0; }
  .service i {
    margin-right: 15px; }
  .service p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
    .service p span {
      color: #858585;
      line-height: 1.3; }
      .service p span span {
        color: #141414; }
  .service .icon {
    width: 30px;
    height: 30px; }

.banner-bg {
  padding: 162px 0 165px;
  text-align: center; }
  .banner-bg.v1 {
    padding: 168px 0 160px; }
    .banner-bg.v1 .btn-group .btn-default:first-child {
      margin-bottom: 10px; }
  .banner-bg p {
    color: #fff;
    margin-bottom: 0; }
  .banner-bg .text-1 {
    font-size: 15px;
    letter-spacing: 0.8px;
    padding-bottom: 19px; }
  .banner-bg .text-2 {
    font-size: 44px;
    letter-spacing: 2.2px;
    padding-bottom: 16px; }
  .banner-bg .text-3 {
    padding-bottom: 27px; }
  .banner-bg .btn-default {
    color: #fff;
    border-color: #fff;
    min-width: 220px;
    margin: 0 3px; }
    .banner-bg .btn-default:hover {
      background: #fff;
      color: #141414 !important;
      border-color: #fff; }

.addon-product-carousel-2 .addon-title h3 {
  text-align: left; }

.banner-category .jms-banner:hover .banner-content p {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.banner-category .jms-banner:hover .banner-content ul {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.banner-category .banner-content {
  position: unset; }
  .banner-category .banner-content p {
    padding: 9.5px;
    letter-spacing: 0.7px;
    font-size: 15px;
    position: absolute;
    width: calc(100% - 40px);
    text-align: center;
    left: 20px;
    bottom: 20px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .banner-category .banner-content ul {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
    height: calc(100% - 40px);
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-box-shadow: 0 0 1px #141414;
    box-shadow: 0 0 1px #141414; }
    .banner-category .banner-content ul li.group a {
      color: #141414;
      font-size: 15px;
      letter-spacing: 0.7px;
      padding-bottom: 4px; }
    .banner-category .banner-content ul li a {
      color: #858585;
      line-height: 23px;
      display: inline-block; }
      .banner-category .banner-content ul li a:hover {
        color: #141414; }

.home_1 #jms_ajax_search .btn-search > span + i + span, .home_6 #jms_ajax_search .btn-search > span + i + span, .home_14 #jms_ajax_search .btn-search > span + i + span, .home_15 #jms_ajax_search .btn-search > span + i + span {
  display: none !important; }

#jms_ajax_search #search-form .close-search {
  background: #141414 url("../img/icon/close-search.png") no-repeat center; }

.product_tab ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.jms-tab ul .nav-item.active a {
  color: #141414; }

.jms-tab ul .nav-item a {
  padding: 0 15px;
  font-size: 18px;
  color: #858585; }
  .jms-tab ul .nav-item a.active {
    color: #141414; }

#product #main {
  position: relative; }

#jmsproductvideo {
  margin-bottom: 30px; }
  #jmsproductvideo .jms-popup-wrap {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #jmsproductvideo .popup_close {
    font-size: 17px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -20px; }
  #jmsproductvideo .open-video .jms-video {
    z-index: 11111; }
  #jmsproductvideo .open-video .jms-popup-overlay {
    opacity: 1 !important;
    display: block !important;
    background: rgba(0, 0, 0, 0.9); }
  #jmsproductvideo .open-video .jms-popup-box {
    display: block; }
  #jmsproductvideo .jms-popup-box {
    z-index: 999; }
  #jmsproductvideo .addon-title h3 p {
    margin-bottom: 0; }
  #jmsproductvideo .addon-title span {
    display: block;
    font-size: 10px;
    color: #858585;
    margin-left: 5px;
    white-space: nowrap;
    padding-top: 2px;
    font-style: normal; }

.addon-video {
  text-align: center; }
  .addon-video .btn-close {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 999991;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .addon-video span > .fa-close {
    color: #fff;
    font-family: FontAwesome;
    font-size: 30px;
    height: 32px; }
  .addon-video .bg-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;
    z-index: 99999; }

.jms-row.video.show-video iframe {
  position: fixed;
  max-width: 1000px;
  top: 200px;
  z-index: 999999;
  border: 2px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible; }

.jms-row.video.show-video .jms-addon.jms-video {
  opacity: 1;
  visibility: visible; }

.jms-row.video.show-video .bg-overlay {
  opacity: 1;
  visibility: visible; }

.jms-row.video.show-video .btn-close {
  visibility: visible; }

.jms-addon.jms-video {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("../img/h11-bg-video.jpg") no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .jms-addon.jms-video iframe {
    opacity: 0;
    visibility: hidden; }

.jms-row.cates-carousel .owl-theme .owl-controls div.owl-prev {
  left: 32px; }

.jms-row.cates-carousel:hover .owl-theme .owl-controls div.owl-prev {
  left: 42px; }

.jms-row.cates-carousel .owl-theme .owl-controls div.owl-next {
  right: 32px; }

.jms-row.cates-carousel:hover .owl-theme .owl-controls div.owl-next {
  right: 42px; }

.jms-row.cates-carousel .container-fluid {
  border: 50px solid #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02); }

.jms-row.cates-carousel .banner-content {
  top: auto;
  left: 0;
  bottom: 32px;
  width: 100%; }
  .jms-row.cates-carousel .banner-content p {
    font-size: 32px;
    padding: 0 20px; }

.owl-carousel.owl-loaded {
  display: block; }

.module-group {
  width: 304px;
  padding: 30px; }
  .module-group .collapse, .module-group .collapsing {
    position: unset !important;
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .module-group .btn-group p {
    font-weight: 500;
    margin-bottom: 13px; }
  .module-group .btn-group .btn-xs {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #8f8f8f;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative; }
  .module-group .btn-group .btn-xs i {
    position: absolute;
    right: 20px;
    top: 14px; }
  .module-group .currency-info.type-2 {
    display: block;
    margin-bottom: 36px; }
  .module-group .currency-info.type-1 {
    display: none; }
  .module-group .currency-info ul {
    border: 1px solid #ddd;
    border-top: 0; }
  .module-group .languages-info.type-1 {
    display: none; }
  .module-group .languages-info.type-2 {
    display: block;
    margin-bottom: 34px; }
  .module-group .languages-info ul {
    border: 1px solid #ddd;
    border-top: 0; }
  .module-group #_desktop_user_info .user-info > .account {
    text-transform: uppercase;
    color: #8f8f8f;
    font-weight: 500; }
    .module-group #_desktop_user_info .user-info > .account .fa {
      color: #000;
      margin-right: 4px; }
    .module-group #_desktop_user_info .user-info > .account:hover {
      color: #141414; }
  .module-group #_desktop_user_info .type-2 {
    display: block; }
  .module-group #_desktop_user_info .type-1 {
    display: none; }

.logo-center .addon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#social_block.type-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0; }
  #social_block.type-2 ul li {
    padding: 0 9px;
    position: relative; }
    #social_block.type-2 ul li a {
      color: #141414; }
      #social_block.type-2 ul li a:hover .tooltip-wrap {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }

.top_menu_second .container {
  position: unset; }
  .top_menu_second .container > .row {
    margin: 0; }

.top_menu_second .layout-column {
  padding: 0; }

.top_menu_second .jms-megamenu .dropdown-menu {
  width: auto; }

.top_menu_second .jms-megamenu .collection > .dropdown-menu {
  width: 815px; }

.top_menu_second .right_menu {
  margin-bottom: 102px; }

.top_menu_second .social_icon {
  position: absolute;
  bottom: 75px; }

.top_menu_second #social_block::before {
  content: "";
  width: 293px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: -78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.top_menu_second #_desktop_currency_selector {
  margin-bottom: 23px; }

.top_menu_second .currency-info.type-1, .top_menu_second .languages-info.type-1 {
  display: none; }

.top_menu_second .currency-info.type-3, .top_menu_second .languages-info.type-3 {
  display: block; }

.top_menu_second .currency-info ul li, .top_menu_second .languages-info ul li {
  padding: 0; }

.wb {
  word-break: break-all;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-weight: 500;
  color: #858585;
  letter-spacing: -0.21vw; }

.bg-color-default {
  background: #f1f1f1; }

.lookbook-name {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.6px; }

.banner_category .jms-banner a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0); }

.banner_category .jms-banner:hover a > img {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.banner_category .jms-banner:hover a::before {
  opacity: 1; }

.banner_category .jms-banner:hover .banner-content {
  -webkit-transform: translateY(-53px);
  -ms-transform: translateY(-53px);
  transform: translateY(-53px);
  color: #141414; }

.banner_category .banner-content {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  position: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-top: 13px;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all; }

.jms-popup-content .icon-theme-153 {
  width: 30px;
  height: 30px; }

.jms-popup-content #newsletter_block_left .addon-title h3 {
  text-transform: uppercase; }

.jms-popup-content #newsletter_block_left button.btn-default {
  display: none; }
  .jms-popup-content #newsletter_block_left button.btn-default.active {
    display: block; }

.absolute-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1px; }

.promobox__border {
  border: 1px solid transparent;
  opacity: 0; }

.brand-carousel {
  border-top: 1px solid #e5e5e5; }
  .brand-carousel .brand-item:hover .promobox__border {
    opacity: 1;
    border-color: #141414; }

.owl-theme .owl-controls div.owl-prev::before {
  content: url("../img/icon/prev.png"); }

.owl-theme .owl-controls div.owl-next::before {
  content: url("../img/icon/next.png"); }

.intro-text {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 0;
  padding: 95px 20px 91px; }

.menu-collapse {
  position: relative; }

.collapse {
  font-size: 12px;
}

.btn-group .collapse, .btn-group .collapsing {
  position: absolute !important;
  right: 0;
  left: auto;
  top: 100%;
  min-width: 169px;
  margin-bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  .btn-group .collapse li, .btn-group .collapsing li {
    line-height: 23px;
    padding: 0 15px; }
  .btn-group .collapse .collapse-item, .btn-group .collapsing .collapse-item {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    letter-spacing: 0.5px; }

#footer {
  margin-top: 20px;
  padding-top: 57px;
  border-top: 1px solid #e5e5e5; }
  #footer .addon-title h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding-bottom: 15px;
    text-align: left; }
  #footer .addon-title span {
    color: #858585; }
  #footer .addon-desc {
    margin-bottom: 17px;
    font-size: 11px;
  }
  #footer .addon-box {
    font-size: 11px;
  }
  #footer ul li {
    line-height: 23px; }
    #footer ul li a {
      color: #858585; }
      #footer ul li a:hover {
        color: #141414; }
  #footer .footer-top .addon-title h3 {
    padding-bottom: 13px; }
  #footer .footer-top #social_block li {
    line-height: 22px;
    padding-bottom: 4px; }
  #footer .footer-top #social_block .fa {
    min-width: 20px;
    color: #141414; }
  #footer .footer-top .border-beside .contact-info p {
    padding-left: 91px; }
  #footer .footer-top .contact-info {
    margin-top: 13px; }
    #footer .footer-top .contact-info p {
      color: #858585;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 13px;
      margin-bottom: 8px; }
      #footer .footer-top .contact-info p .text-left {
        line-height: 1.3; }
      #footer .footer-top .contact-info p a {
        color: #858585;
        text-decoration: underline; }
        #footer .footer-top .contact-info p a:hover {
          color: #141414; }
  #footer .footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #e5e5e5; }
    #footer .footer-bottom .payments p {
      text-align: right;
      margin-bottom: 0; }
    #footer .footer-bottom .copyright {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #footer .footer-bottom .copyright .addon-box:first-child {
        margin-right: 15px; }
      #footer .footer-bottom .copyright p {
        font-size: 10px;
        color: #858585;
        margin-bottom: 0;
        line-height: 1.6; }
        #footer .footer-bottom .copyright p a {
          text-decoration: underline;
          color: #858585; }
          #footer .footer-bottom .copyright p a:hover {
            color: #141414; }

.customs-html-left .html_left {
  position: relative;
  margin-top: 47px; }
  .customs-html-left .html_left img {
    width: 100%; }
  .customs-html-left .html_left:hover img {
    -webkit-animation: 0.6s ease 0s normal forwards 1 running pulse;
    animation: 0.6s ease 0s normal forwards 1 running pulse; }

.customs-html-left .banner-text {
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: calc(100% - 40px);
  z-index: 1;
  bottom: 15px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px; }
  .customs-html-left .banner-text .top-text {
    font-size: 15px;
    letter-spacing: 0.7px;
    padding-bottom: 4px; }
  .customs-html-left .banner-text .bottom-text {
    color: #858585; }

.customs-html-left .block-service {
  margin-bottom: 16px;
  margin-top: 2px; }
  .customs-html-left .block-service p {
    margin-right: 12px; }
  .customs-html-left .block-service span {
    line-height: 1.29;
    color: #858585; }

.products-sort-order .select-title span {
  cursor: pointer;
  display: block;
  line-height: 31px;
  overflow: hidden;
  padding-left: 9px;
  padding-right: 60px;
  white-space: nowrap;
  color: #858585; }

.products-sort-order.dropdown i {
  font-size: 14px;
  cursor: pointer; }

.products-sort-order .dropdown-menu {
  left: auto;
  min-width: 173px;
  padding: 15px 17px;
  position: absolute;
  right: -7px;
  display: block;
  background: #fff;
  top: calc(100% + 10px); }
  .products-sort-order .dropdown-menu a {
    display: block;
    line-height: 23px;
    color: #858585;
    padding: 0 5px; }
    .products-sort-order .dropdown-menu a:hover, .products-sort-order .dropdown-menu a.current {
      background: #f2f2f2;
      color: #141414; }

.top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .top-info .category {
    margin-bottom: 0;
    font-weight: 500;
    color: #858585;
    text-transform: capitalize;
    display: none; }
    .top-info .category a {
      color: #141414; }
  .top-info #product-availability {
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 3px;
    margin-left: 35px; }

#product-modal .modal-body {
  padding: 0; }

#product-modal .modal-content {
  border: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset; }

#product-modal .modal-dialog {
  width: 70vw;
  max-width: 100vh;
}

#thumbnails ul li {
  margin-bottom: 10px; }

#search_widget h3 {
  display: none; }

#left-column #search_widget h3, #right-column #search_widget h3 {
  display: block; }

#left-column #search_widget button, #right-column #search_widget button {
  font-size: 20px;
  color: #000;
  padding-left: 0; }

#left-column #search_widget form, #right-column #search_widget form {
  border: 0;
  background: #f2f2f2; }

.product-detail.thumbslist .same-category {
  max-width: 1200px;
  padding: 0 15px; }

.product-detail.thumbslist .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .product-detail.thumbslist .images-container .product-cover {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .product-detail.thumbslist .images-container .js-qv-mask {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-height: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 10px; }
    .product-detail.thumbslist .images-container .js-qv-mask ul li.thumb-container img {
      width: 106px;
      margin-right: 10px; }

.addthis_inline_share_toolbox_ld1s::after {
  content: "";
  display: table;
  clear: both; }

.product-detail.sticky.fixed-right-column .pb-right-column {
  bottom: 0;
  padding: 0;
  height: auto;
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 99; }
  .product-detail.sticky.fixed-right-column .pb-right-column #jmsproductvideo {
    display: none; }
  .product-detail.sticky.fixed-right-column .pb-right-column .container-cs {
    width: 1170px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-cover {
    display: block;
    width: 63px;
    margin-right: 15px; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-prices.content_price .price.new {
    margin-top: 0; }
  .product-detail.sticky.fixed-right-column .pb-right-column .pd-name {
    font-size: 15px;
    margin-right: 20px;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-prices.content_price .price.new {
    font-size: 17px; }
  .product-detail.sticky.fixed-right-column .pb-right-column .pd-name,
  .product-detail.sticky.fixed-right-column .pb-right-column .content_price {
    padding-bottom: 0; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .product-detail.sticky.fixed-right-column .pb-right-column #add-to-cart-or-refresh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 65px; }
    .product-detail.sticky.fixed-right-column .pb-right-column .product-variants .product-variants-item:not(:last-child) {
      margin-bottom: 0;
      margin-right: 20px; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-variants-item.size input + span {
    width: 28px !important;
    height: 28px !important; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .title {
      display: none; }
    .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .product-quantity {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .product-quantity .customs {
        margin-bottom: 0; }
      .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .product-quantity .product-btn.cart-button {
        padding: 0; }
        .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .product-quantity .product-btn.cart-button:hover .text-addcart {
          left: 0; }
        .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .product-quantity .product-btn.cart-button span {
          display: none !important; }
          .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .product-quantity .product-btn.cart-button span.text-addcart {
            display: block !important; }
            .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .product-quantity .product-btn.cart-button span.text-addcart i {
              display: none; }
      .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .product-quantity .add .row > div {
        margin-bottom: 0;
        padding-left: 20px; }
    .product-detail.sticky.fixed-right-column .pb-right-column .product-add-to-cart .addToWishlist {
      display: none; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-desc,
  .product-detail.sticky.fixed-right-column .pb-right-column .addthis_inline_share_toolbox_ld1s,
  .product-detail.sticky.fixed-right-column .pb-right-column #more_info_block,
  .product-detail.sticky.fixed-right-column .pb-right-column #product-availability {
    display: none; }

.product-detail.sticky .same-category {
  max-width: 1200px;
  padding: 0 15px; }

.product-detail.sticky .images-container .product-images > li.thumb-container {
  display: block; }
  .product-detail.sticky .images-container .product-images > li.thumb-container > .thumb {
    margin-right: 0;
    border: 0 !important; }

.product-detail.sticky .images-container .js-qv-mask {
  width: 100%;
  margin-right: 0;
  max-height: 100%; }

.product-detail.sticky .product-images .product-cover-horizontal:not(:last-child) {
  margin-bottom: 10px; }

.product-detail.sticky .product-cover {
  display: none; }

.product-detail.sticky + #more_info_block {
  margin-top: 95px; }

.images-container.slider {
  display: none; }

.product-detail.slider .images-container {
  display: none; }
  .product-detail.slider .images-container.slider {
    display: block; }

.product-detail.slider .images-container .js-qv-mask {
  max-height: 100%;
  width: 100%;
  margin-right: 0; }

.product-detail.slider .pb-right-column {
  margin-top: 40px; }

.product-detail.slider .pb-left-column, .product-detail.slider .pb-right-column {
  width: 100%; }

.product-detail.slider .top-info, .product-detail.slider .product-quantity {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product-detail.slider .product-actions .product-variants {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product-detail.slider .product-add-to-cart {
  max-width: 370px;
  margin: auto;
  margin-top: 30px; }

.product-detail.slider .product-variants-item.size input {
  margin-right: 0; }

.product-detail.slider .product-variants-item ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .product-detail.slider .product-variants-item ul li {
    margin: 0;
    margin: 0 5px; }

.product-detail.slider .product-variants-item:last-child {
  margin-right: 0; }

.product-detail.slider .product-information {
  max-width: 765px;
  margin: auto; }

.product-detail.slider .addthis-animated {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product-detail.slider + #more_info_block .nav.nav-tabs {
  text-align: center; }

.product-layout-carousel .pd-name {
  font-size: 32px;
  padding-bottom: 5px; }

.product-layout-carousel .top-info {
  padding-bottom: 17px; }

.product-layout-carousel .product-prices.content_price .price.new {
  font-size: 24px; }

.product-layout-carousel .product-actions .product-variants {
  display: block !important; }

.product-layout-carousel .product-information .product-desc {
  padding-top: 18px;
  margin-bottom: 26px; }

.product-layout-carousel #more_info_block {
  margin-top: 91px; }
  .product-layout-carousel #more_info_block .nav.nav-tabs {
    text-align: center; }
    .product-layout-carousel #more_info_block .nav.nav-tabs li {
      padding: 0;
      padding: 0 22px; }

.product-layout-carousel .product-variants-item {
  display: block;
  margin-right: 0;
  margin-bottom: 34px; }
  .product-layout-carousel .product-variants-item ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-layout-carousel .product-variants-item ul li:last-child {
      margin-right: 0; }

.product-layout-carousel .pb-right-column {
  margin-top: 47px; }

.product-layout-carousel .zoomContainer {
  display: none;
  z-index: 99; }

.product-layout-carousel .owl-theme:hover .owl-controls div {
  opacity: 1;
  visibility: visible; }

.product-layout-carousel .owl-theme .owl-controls div {
  font-family: "icommon";
  opacity: 0;
  visibility: hidden; }

.product-layout-carousel .owl-theme .owl-controls div.owl-prev::before {
  content: "\eb36"; }

.product-layout-carousel .owl-theme .owl-controls div.owl-next::before {
  content: "\eb37"; }

.product-layout-carousel #main .images-container .js-qv-mask {
  overflow: unset; }

@-webkit-keyframes slideDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.la.la-cog {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.jms-advsearch .input-group.keyword-group {
  width: 100%; }

#_desktop_user_info .type-2 {
  display: none; }

.languages-info ul > li.current > a, #_desktop_currency_selector ul > li.current > a, #_desktop_user_info ul > li.current > a {
  color: #141414; }

.languages-info ul > li > a, #_desktop_currency_selector ul > li > a, #_desktop_user_info ul > li > a {
  padding: 0 7px;
  color: #858585;
  text-transform: capitalize; }
  .languages-info ul > li > a:hover, #_desktop_currency_selector ul > li > a:hover, #_desktop_user_info ul > li > a:hover {
    color: #141414; }

#left-column .best-sellers_block_right + .customs-html-left, #right-column .best-sellers_block_right + .customs-html-left {
  margin-top: 20px;
  padding-top: 9px; }

.best-sellers_block_right .product_button {
  display: none; }

.best-sellers_block_right .product-link {
  font-size: 14px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.best-sellers_block_right .product-preview .flexbox + .product-info .label.label-discount {
  display: none; }

.best-sellers_block_right .content_price .price.new {
  font-size: 14px; }

.best-sellers_block_right .product-box .flexbox {
  width: 37%; }

.best-sellers_block_right .product-preview .flexbox + .product-info {
  width: 63%;
  margin-top: 0; }

.best-sellers_block_right .title-block h3 {
  margin-bottom: 2px; }

#blockcart-modal .modal-dialog {
  margin: 0 auto; }

#blockcart-modal.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  transform: translate(0, 20%); }

#blockcart-modal.modal.in .modal-dialog {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%); }

#product-modal .modal-dialog {
  margin: 0 auto;
  padding: 15px; }

#product-modal.modal.fade .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%); }

#product-modal.modal.in .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.page-index #content-wrapper {
  margin-bottom: 0; }

a.wishlist_top {
  display: none; }

#header a.wishlist_top.home_page {
  display: block; }

#header a.wishlist_top.my_account {
  display: none !important; }

#my-account a.wishlist_top.my_account {
  display: block; }

#customer-form .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  #customer-form .custom-checkbox input {
    margin-right: 4px;
    position: relative;
    top: 1px; }

#module-jmswishlist-mywishlist .wl_send .submit input {
  padding: 0 20px;
  background: transparent;
  border-radius: 3px;
  font-size: 14px; }

#module-jmswishlist-mywishlist .wl_send input {
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 3px; }

#sitemap ul.nested > li {
  margin: 0 0 0 21px;
  padding: 5px 0 0 33px;
  border-left: 1px solid #e5e5e5;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAIAAABR8BlyAAAADklEQVQI12O4duUK2QgA8Owx2QWUkx4AAAAASUVORK5CYII=) no-repeat left 15px transparent; }

#history .text-xs-right div {
  text-align: right; }

#history .order > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.text-xs-center.order-actions > a {
  margin: 0 3px; }

.label.label-pill {
  color: #fff;
  padding: .2em .6em;
  font-size: 12px;
  font-weight: 500; }

#conditions-to-approve .js-terms > a {
  font-size: 13px;
  text-decoration: underline; }

#order-confirmation #content-wrapper {
  margin-bottom: 0px; }

.ps-shown-by-js button {
  cursor: pointer; }

.view-mode.right .sort-by {
  display: none; }

.view-mode .button {
  display: inline-block;
  position: relative;
  left: 2px; }
  .view-mode .button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .view-mode .button a.active i {
      fill: #141414; }
  .view-mode .button i {
    font-size: 18px;
    fill: #bdbdbd; }

.products-list-in-row .label-sale {
  display: none; }

.products-list-in-row .product-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  .products-list-in-row .product-preview:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .products-list-in-row .product-preview .product-info {
    opacity: 1 !important;
    visibility: visible !important; }
    .products-list-in-row .product-preview .product-info .product_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.products-list-in-row .product-quantities {
  margin-bottom: 21px; }

.products-list-in-row .product-link {
  text-align: left;
  padding: 0 0 14px;
  font-size: 18px; }

.products-list-in-row .content_price {
  text-align: left; }

.products-list-in-row .product-info .color_to_pick_list {
  display: block; }

.products-list-in-row .product-preview .color_to_pick_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 18px; }
  .products-list-in-row .product-preview .color_to_pick_list .js-count.count {
    display: none; }
  .products-list-in-row .product-preview .color_to_pick_list > .variant-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0; }

.products-list-in-row .product_action {
  display: none !important; }

.products-list-in-column .product-info > .btn-group {
  display: none; }

.product-line-grid-right .material-icons {
  display: none; }

.product-line-grid-right .btn-touchspin:hover::before {
  color: #222; }

.product-line-grid-right .bootstrap-touchspin-up::before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 16px;
  color: #888;
  position: relative;
  top: 3px; }

.product-line-grid-right .bootstrap-touchspin-down::before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 16px;
  color: #888;
  position: relative;
  bottom: 3px; }

.mega_menu {
  cursor: pointer;
  margin-bottom: 0; }
  .mega_menu .close_menu {
    display: none; }

.open-sidebar1 .mega_menu .open_menu {
  display: none; }

.open-sidebar1 .mega_menu .close_menu {
  display: block; }

#off-canvas-menu ul li .mod-content {
  padding: 0 20px; }
  #off-canvas-menu ul li .mod-content a {
    padding: 0; }

#off-canvas-menu .menu-item > .dropdown-menu {
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
  display: none; }

#off-canvas-menu #_desktop_user_info {
  padding: 0 20px; }
  #off-canvas-menu #_desktop_user_info .user-info > .logout2 {
    text-transform: capitalize; }
  #off-canvas-menu #_desktop_user_info ul li {
    padding: 0; }
    #off-canvas-menu #_desktop_user_info ul li a {
      padding: 0; }
  #off-canvas-menu #_desktop_user_info .type-2 {
    display: block;
    text-align: center; }
  #off-canvas-menu #_desktop_user_info .type-1, #off-canvas-menu #_desktop_user_info .type-3 {
    display: none; }

#off-canvas-menu .languages-info {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px; }
  #off-canvas-menu .languages-info > span {
    font-weight: 600; }
  #off-canvas-menu .languages-info ul {
    padding: 0; }
    #off-canvas-menu .languages-info ul li {
      padding: 0; }
      #off-canvas-menu .languages-info ul li a {
        padding: 0;
        line-height: 31px; }
  #off-canvas-menu .languages-info.type-1, #off-canvas-menu .languages-info.type-2 {
    display: none; }
  #off-canvas-menu .languages-info.type-3 {
    display: block; }

#off-canvas-menu #_desktop_currency_selector {
  padding: 0 20px;
  text-align: center; }
  #off-canvas-menu #_desktop_currency_selector ul {
    padding: 30px 0; }
    #off-canvas-menu #_desktop_currency_selector ul li {
      padding: 0; }
      #off-canvas-menu #_desktop_currency_selector ul li a {
        padding: 0;
        line-height: 31px; }
  #off-canvas-menu #_desktop_currency_selector.type-1, #off-canvas-menu #_desktop_currency_selector.type-2 {
    display: none; }
  #off-canvas-menu #_desktop_currency_selector.type-3 {
    display: block; }

.quickview.fade.in {
  background: rgba(20, 20, 20, 0.5); }

.quickview .modal-body {
  padding: 30px; }

.quickview .modal-header {
  min-height: auto;
  padding: 0;
  border-bottom: 0; }

.quickview .modal-content {
  border-radius: 0;
  border: 0; }

.quickview .product-cover {
  border: 0;
  margin-bottom: 0; }

.quickview .product-actions .product-variants {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.quickview .js-qv-product-cover {
  background: #f1f1f1; }

.quickview .content_price .price.old {
  display: block;
  margin: 10px 0 0; }

.quickview .images-container .product-images > li.thumb-container {
  display: block; }

.quickview .product-variants-item {
  display: block;
  margin-right: 0; }
  .quickview .product-variants-item:not(:last-child) {
    margin-bottom: 35px; }

.quickview .right {
  text-align: left; }
  .quickview .right .top-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .quickview .right .content_price .price.new {
    text-align: center; }

.quickview .arrows.js-arrows {
  width: 70px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .quickview .arrows.js-arrows i {
    font-size: 15px;
    cursor: pointer; }

.quickview .block-social ul li a {
  color: #858585; }
  .quickview .block-social ul li a:hover {
    color: #141414; }

.quickview #jmsproductvideo {
  display: none; }

#product .product-cover .layer {
  bottom: -40px;
  right: 0;
  font-size: 10px;
  color: #858585;
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9; }
  #product .product-cover .layer i {
    margin-right: 3px; }

#product .thumbslist .product-cover .layer {
  left: 0; }

#product #footer {
  margin-top: 78px; }

#search #content .search-box {
  width: 290px;
  margin: 0 auto; }

#more_info_block.v2 {
  margin-top: 35px; }

#more_info_block #accordion {
  border-top: 1px solid #e5e5e5; }

#more_info_block .panel.panel-default {
  padding: 4px 0;
  border: 0;
  margin-top: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-bottom: 1px solid #e5e5e5; }

#more_info_block .panel-title {
  padding: 0; }

#more_info_block .panel-body {
  border-top: 0;
  padding: 0;
  margin-top: -4px; }

#more_info_block .panel-heading {
  border: 0;
  padding: 0;
  background: transparent; }
  #more_info_block .panel-heading h4 {
    padding: 10px 0px; }
	#product-details {
	padding: 10px;
}
  #more_info_block .panel-heading a {
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    display: block; }
    #more_info_block .panel-heading a.collapsed i {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
    #more_info_block .panel-heading a i {
      position: absolute;
      right: -6px;
      top: 1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: .4s all;
      -o-transition: .4s all;
      transition: .4s all; }

#more_info_block .panel-body {
  margin-top: 19px; }

#more_info_block .product-description ul {
  margin-bottom: 5px; }

#more_info_block .product-description p {
  margin-bottom: 20px; }

#more_info_block .tabs .tt-tabs-product__list li {
  display: block; }

#more_info_block .table-product-sizes {
  width: 100%;
  margin-bottom: 15px; }
  #more_info_block .table-product-sizes tr {
    border-bottom: 1px solid #e5e5e5; }
  #more_info_block .table-product-sizes td {
    font-size: 13px;
    height: 34px;
    padding: 6.5px 15px !important;
    vertical-align: middle !important; }
    #more_info_block .table-product-sizes td:first-child {
      color: #858585;
      width: 110px; }

#product .product-variants-item.size input + span, #product .product-variants-item.taillet input + span, .quickview .product-variants-item.size input + span, .quickview .product-variants-item.taillet input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #858585;
  padding: 0 10px;
  min-width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  z-index: 0; }

#product .product-variants-item.size input:checked + span, #product .product-variants-item.taillet input:checked + span, .quickview .product-variants-item.size input:checked + span, .quickview .product-variants-item.taillet input:checked + span {
  position: relative;
  color: #141414;
  border-color: #141414; }

.ver_mobile {
  display: none;
  background: #141414;
  padding: 2px 0; }
  .ver_mobile p {
    margin-bottom: 0; }

.blog-widget .comment-item span {
  font-weight: 600;
  color: #000; }

.blog-widget .post-thumb img {
  height: 55px; }

.blog-widget .item-post .post-thumb {
  width: 31%;
  border-radius: 0;
  display: none; }

.blog-widget .item-post .left {
  width: 100%;
  margin-left: 0; }
  .blog-widget .item-post .left .post-title {
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 1.5;
    display: block; }
    .blog-widget .item-post .left .post-title:hover {
      color: #141414; }
  .blog-widget .item-post .left .post-created {
    margin: 0;
    font-size: 12px;
    color: #8f8f8f;
    font-weight: 500; }

.post-fulltext .carousel-control {
  display: block;
  opacity: 1;
  top: calc(50% - 20px);
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%; }
  .post-fulltext .carousel-control span {
    display: none; }
  .post-fulltext .carousel-control.left {
    left: 10px;
    background: #fff url("../img/icon/prev.png") no-repeat center; }
  .post-fulltext .carousel-control.right {
    right: 10px;
    background: #fff url("../img/icon/next.png") no-repeat center; }

#module-jmsblog-post #left-column #newsletter_block_left .form-group, #module-jmsblog-post #right-column #newsletter_block_left .form-group {
  display: block; }
  #module-jmsblog-post #left-column #newsletter_block_left .form-group #newsletter-input, #module-jmsblog-post #right-column #newsletter_block_left .form-group #newsletter-input {
    margin-right: 0;
    margin-bottom: 10px; }
  #module-jmsblog-post #left-column #newsletter_block_left .form-group button, #module-jmsblog-post #right-column #newsletter_block_left .form-group button {
    width: 100%; }

#right-column .customs-html-left, #left-column .customs-html-left {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 19px; }

#right-column #newsletter_block_left #newsletter-input, #left-column #newsletter_block_left #newsletter-input {
  text-transform: unset; }

#right-column #newsletter_block_left .addon-title h3, #left-column #newsletter_block_left .addon-title h3 {
  text-transform: uppercase;
  font-size: 15px !important;
  letter-spacing: 0.7px;
  text-align: left;
  padding-bottom: 18px; }

#right-column #newsletter_block_left .addon-title span, #left-column #newsletter_block_left .addon-title span {
  color: #858585;
  line-height: 1.3; }

.post-comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .post-comment-info .left h6 {
    padding-bottom: 11px;
    font-size: 14px;
    margin-top: 0; }
    .post-comment-info .left h6 span {
      color: #141414; }
  .post-comment-info .left .title {
    margin-bottom: 12px; }
    .post-comment-info .left .title p {
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      color: #8f8f8f;
      margin-bottom: 10px; }
      .post-comment-info .left .title p i {
        color: #141414;
        margin-right: 4px; }
  .post-comment-info .post-comment-content {
    margin-bottom: 0;
    line-height: 1.88;
    font-size: 13px;
    color: #858585; }

#module-jmsblog-post .breadcrumb-box.container {
  display: block; }

#module-jmsblog-post .breadcrumb-inner ol li {
  margin: 0; }

#module-jmsblog-post .rte.v2 {
  font-size: 15px;
  line-height: 23px; }
  #module-jmsblog-post .rte.v2 p {
    margin-bottom: 20px; }
  #module-jmsblog-post .rte.v2 h4 {
    padding-bottom: 28px; }

#module-jmsblog-post .rte h3 {
  padding-bottom: 24px; }

#module-jmsblog-post .rte blockquote {
  padding-left: 30px;
  margin-left: 40px;
  margin-bottom: 40px;
  border-color: #141414; }
  #module-jmsblog-post .rte blockquote span {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    display: block;
    font-style: normal; }

#module-jmsblog-post .rte blockquote p {
  color: #141414;
  font-size: 24px;
  line-height: 1.3; }

#module-jmsblog-post .rte p {
  color: #858585; }

#module-jmsblog-post .rte .article-text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px; }

#module-jmsblog-post .rte ol, #module-jmsblog-post .rte ul {
  font-size: 20px !important;
  line-height: 30px !important; }

#module-jmsblog-post .rte ul li {
  padding-left: 16px;
  color: #858585; }
  #module-jmsblog-post .rte ul li::before {
    display: inline-block;
    content: '';
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: -16px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #141414; }

.rte a {
  color: #858585; }
  .rte a:hover {
    color: #141414; }

#commentForm {
  padding-top: 35px;
  margin-top: 0; }
  #commentForm .form-group {
    margin-bottom: 0; }
  #commentForm input, #commentForm textarea {
    height: 35px;
    padding-left: 13px;
    border: 1px solid #e5e5e5;
    padding: 0 15px; }
    #commentForm input:hover, #commentForm input:focus, #commentForm textarea:hover, #commentForm textarea:focus {
      border-color: #141414; }
  #commentForm textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px; }
  #commentForm label {
    color: #222;
    margin-bottom: 9px; }
    #commentForm label.lb-comment {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 26px; }
  #commentForm #new_comment_form_footer {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #commentForm #new_comment_form_footer p {
      margin-bottom: 0; }

#module-jmsblog-categories .category-info {
  margin-top: 15px;
  margin-bottom: 0px; }

.cat-post-list.more-columns {
  margin: 0 -15px;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
  text-align: left; }

.wlp_bought img {
  width: 100%; }

.modal-dialog .product-cover:hover::after {
  display: none; }

.modal-dialog .product-cover .layer {
  display: none !important; }

.product-preview button.cart-button:focus {
  outline: none; }

.jms-banner .btn-default {
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: 0.7px; }
  .jms-banner .btn-default.active {
    padding-left: 20px;
    padding-right: 20px; }

.jms-banner .banner-content p {
  margin-bottom: 0; }

.banner_html {
  text-align: center;
  color: #fff; }
  .banner_html ul {
    margin-bottom: 0;
    padding: 21.5px 0; }
    .banner_html ul li {
      display: inline-block;
      padding: 0 47px;
      font-size: 19px;
      letter-spacing: 0.23px; }

.categorytab-carousel2 .categoryname {
  display: none; }

.big_save .addon-box {
  background: url("../img/big_save_bg.png") no-repeat top center;
  background-size: cover;
  padding: 68px 0 36px; }
  .big_save .addon-box ul {
    margin-bottom: 0;
    margin-left: 50px; }
    .big_save .addon-box ul li {
      font-size: 20px;
      display: inline-block;
      letter-spacing: 0; }
      .big_save .addon-box ul li strong {
        color: #000; }
      .big_save .addon-box ul li.code {
        padding: 11.5px 19px;
        background: #141414;
        border-radius: 30px;
        padding: 11.5px 19px;
        font-size: 18px;
        margin-left: 55px; }
        .big_save .addon-box ul li.code strong {
          color: #fff; }

.home_categories2.type2 {
  border-top: 1px solid #ebebeb; }
  .home_categories2.type2 .c_item-info {
    text-align: center;
    position: relative; }
    .home_categories2.type2 .c_item-info::after {
      content: "";
      width: 1px;
      height: 150px;
      position: absolute;
      background: #ebebeb;
      top: 0;
      right: -15px; }
    .home_categories2.type2 .c_item-info ul li {
      padding: 3px 0px; }

.cat-name2 {
  text-transform: capitalize;
  font-style: italic;
  font-weight: 700;
  color: #555;
  margin-bottom: 0;
  margin-top: 8px;
  letter-spacing: 0.6px;
  display: block; }
  .cat-name2 span {
    font-weight: 400; }

.categories-carousel2-no-carousel {
  text-align: right;
  position: absolute;
  right: 15px;
  top: 2px; }
  .categories-carousel2-no-carousel .categories-wrapper {
    border: 0; }
    .categories-carousel2-no-carousel .categories-wrapper .c_item-info {
      width: auto;
      padding-top: 0; }
  .categories-carousel2-no-carousel .block_category {
    display: inline-block;
    margin-left: 24px; }

.jmsflashsales-tab {
  border-top: 1px solid #ebebeb;
  padding-top: 36px;
  display: flow-root; }
  .jmsflashsales-tab .flashsales-countdown {
    margin-top: 15px; }
  .jmsflashsales-tab .countdown-row::before {
    display: none; }
  .jmsflashsales-tab .countdown-period {
    display: block;
    font-size: 14px;
    padding-top: 6px; }
  .jmsflashsales-tab .countdown-section .countdown-amount {
    background: #ff8400;
    min-width: 45px;
    line-height: 45px;
    border-radius: 3px; }
  .jmsflashsales-tab .countdown-section::after {
    display: none; }
  .jmsflashsales-tab .countdown-section:not(:last-child) {
    margin-right: 5px; }
  .jmsflashsales-tab .countdown-section .countdown-amount {
    font-size: 20px;
    font-weight: 700; }
  .jmsflashsales-tab .addon-title h3 {
    border-bottom: 0;
    padding-bottom: 36px; }
  .jmsflashsales-tab .tabpanel {
    width: 20%;
    float: left;
    position: relative; }
  .jmsflashsales-tab .tab-content {
    width: 80%;
    float: left;
    position: relative; }
  .jmsflashsales-tab ul li.active a {
    background: #141414;
    color: #fff; }
    .jmsflashsales-tab ul li.active a::after {
      opacity: 1; }
  .jmsflashsales-tab ul li a {
    padding: 10.5px 15px;
    letter-spacing: 0.2px;
    display: inline-block;
    padding-right: 23px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset; }
    .jmsflashsales-tab ul li a::after {
      content: "";
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      right: -20px;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #141414;
      z-index: 999; }
    .jmsflashsales-tab ul li a.active {
      background: #141414;
      color: #fff; }
      .jmsflashsales-tab ul li a.active::after {
        opacity: 1; }

.guaranteed {
  padding: 10px 0 15px;
  border: 1px solid #e5e5e5; }
  .guaranteed span {
    font-size: 15px;
    line-height: 21px;
    padding: 0 15px;
    color: #858585;
    background: #fff;
    position: absolute;
    top: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 215px; }

.jmsflashsales-tab2 .addon-title {
  border-bottom: 1px solid #e1e1e1; }
  .jmsflashsales-tab2 .addon-title h3 {
    border-bottom: 0; }

.jmsflashsales-tab2 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jmsflashsales-tab2 .product-preview {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jmsflashsales-tab2 .block-label .label-sale, .jmsflashsales-tab2 .block-label .label-new {
  display: none; }

.jmsflashsales-tab2 .block-label .label-discount {
  font-size: 17px;
  border-radius: 0;
  margin-bottom: 13px;
  width: 65px;
  height: 28px;
  position: unset;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("../img/sale-bg-type2.png") no-repeat center;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px; }

.jmsflashsales-tab2 .content_price {
  margin-bottom: 10px; }

.jmsflashsales-tab2 .product-preview .product-info .product-description {
  display: block;
  line-height: 1.85;
  margin-bottom: 25px; }

.jmsflashsales-tab2 .product-link {
  font-size: 21px;
  letter-spacing: 0; }

.jmsflashsales-tab2 .content_price .price.new {
  font-size: 24px; }

.jmsflashsales-tab2 .proces-bars span {
  float: left;
  height: 100%;
  background-color: #ff8400; }

.jmsflashsales-tab2 .proces-bars {
  height: 10px;
  border: 1px solid #ff8400; }

.jmsflashsales-tab2 .sold-quantyties {
  display: flow-root;
  margin-bottom: 3px;
  letter-spacing: 0; }
  .jmsflashsales-tab2 .sold-quantyties span {
    color: #000; }

.jmsflashsales-tab2 .text-addcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1px; }

.jmsflashsales-tab2 .product_button i {
  margin-right: 3px;
  padding-bottom: 3px; }

.jmsflashsales-tab2 .product-sold {
  max-width: 308px; }

.jmsflashsales-tab2 .addToWishlist {
  display: none; }

.jmsflashsales-tab2 .preview {
  width: 53%; }

.jmsflashsales-tab2 .product-info {
  width: 47%; }

.jmsflashsales-tab2 .product-preview:hover .product_button {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.jmsflashsales-tab2 .product-preview button.cart-button {
  width: auto;
  padding: 0 17px 0 12px;
  text-transform: uppercase;
  font-weight: 700; }

.jmsflashsales-tab2 .product_button {
  position: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-top: 50px; }

.jmsflashsales-tab2 .flashsales-countdown {
  position: relative;
  bottom: 2px; }

.jmsflashsales-tab2 .countdown-row::before {
  content: "End In:";
  text-transform: capitalize;
  color: #ff8400;
  font-size: 20px;
  margin-right: 17px; }

.jmsflashsales-tab2 .countdown-section {
  min-width: auto; }
  .jmsflashsales-tab2 .countdown-section:not(:last-child) {
    margin-right: 17px; }
    .jmsflashsales-tab2 .countdown-section:not(:last-child)::after {
      color: #ff8400;
      font-weight: 700;
      font-size: 20px;
      right: -10px; }
  .jmsflashsales-tab2 .countdown-section .countdown-amount {
    color: #ff8400;
    font-size: 20px; }

.jmsflashsales-tab2 .nav {
  width: 20%; }
  .jmsflashsales-tab2 .nav li {
    margin: 3px 0;
    display: inline-block; }
    .jmsflashsales-tab2 .nav li.active a {
      border-color: #141414;
      background: #141414;
      color: #fff; }
      .jmsflashsales-tab2 .nav li.active a::after {
        opacity: 1; }
    .jmsflashsales-tab2 .nav li a {
      background: #fff;
      font-size: 17px;
      font-weight: 700;
      border: 1px solid #ebebeb;
      padding: 8px 15px;
      min-width: 180px; }
      .jmsflashsales-tab2 .nav li a::after {
        content: "";
        width: 0;
        opacity: 0;
        height: 0;
        position: absolute;
        top: -1px;
        right: -21px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #141414;
        -webkit-transition: .4s all;
        -o-transition: .4s all;
        transition: .4s all;
        z-index: 999; }
      .jmsflashsales-tab2 .nav li a.active {
        border-color: #141414;
        background: #141414;
        color: #fff; }
        .jmsflashsales-tab2 .nav li a.active::after {
          opacity: 1; }

.jmsflashsales-tab2 .tab-content {
  width: 80%; }

.flashsales-tab-carousel2 .product-description ul {
  display: none; }

.jmsflashsales .view-all {
  line-height: 36px; }

.jmsflashsales .flashsales-slick {
  display: none;
  padding-top: 35px; }
  .jmsflashsales .flashsales-slick .product-box .flexbox {
    width: 40%; }
  .jmsflashsales .flashsales-slick .product-preview .flexbox + .product-info {
    width: 60%; }
  .jmsflashsales .flashsales-slick .product_button {
    display: none; }
  .jmsflashsales .flashsales-slick .flexbox + .product-info {
    padding-right: 30px; }
  .jmsflashsales .flashsales-slick .slick-active:nth-child(2n + 1) > div:not(:first-child) {
    display: none; }
  .jmsflashsales .flashsales-slick .slick-active:nth-child(2n + 1) .product-info {
    padding: 0 20px; }
  .jmsflashsales .flashsales-slick .slick-active:nth-child(2n + 1) .block-label {
    display: block !important; }
  .jmsflashsales .flashsales-slick .slick-active:nth-child(2n + 1) .flex-box.product-box {
    display: block;
    border: 1px solid #141414; }
    .jmsflashsales .flashsales-slick .slick-active:nth-child(2n + 1) .flex-box.product-box .flexbox, .jmsflashsales .flashsales-slick .slick-active:nth-child(2n + 1) .flex-box.product-box .product-info {
      width: 100%; }

.jmsflashsales .addon-title h3 {
  padding: 0;
  line-height: 36px;
  border: 0; }

.jmsflashsales .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative; }

.jmsflashsales .flashsales-carousel {
  padding-top: 36px; }

.jmsflashsales .countdown-row {
  position: relative; }
  .jmsflashsales .countdown-row::before {
    content: "end in:";
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding-right: 4px;
    padding-left: 7px; }

.jmsflashsales .countdown-period {
  display: none; }

.jmsflashsales .flashsales-countdown {
  background: #ff8400;
  border-radius: 5px;
  padding: 8px 10px;
  margin-left: 79px; }

.jmsflashsales .countdown-section {
  background: transparent;
  margin: 0;
  border-radius: 0;
  min-width: 31px;
  padding: 0;
  position: relative; }
  .jmsflashsales .countdown-section:not(:last-child)::after {
    content: ":";
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2px; }

.jmsflashsales .countdown-section .countdown-amount {
  margin-bottom: 0;
  font-size: 16px; }

.h3.about-us-title {
  text-align: center;
  margin: 17px 0 8px; }

.rte.about-us p {
  margin-bottom: 0; }

.rte.customer-service .container {
  max-width: 770px;
  margin: auto;
  padding: 0 !important; }

.rte.customer-service h5 {
  margin-left: 17px;
  letter-spacing: 0.75px; }

.rte.customer-service ul li {
  color: #858585;
  padding-left: 16px;
  position: relative; }
  .rte.customer-service ul li::before {
    display: inline-block;
    content: '';
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: -16px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #141414; }
  .rte.customer-service ul li a {
    color: #858585; }
    .rte.customer-service ul li a:hover {
      color: #141414; }

.table-wrap {
  overflow-x: auto; }

.rte.size-guide h4 {
  padding-bottom: 15px; }

.rte.size-guide .fs {
  font-size: 13px !important;
  line-height: 17px !important; }

.page-style .h3.size-guide-title,
.rte.size-guide .h3.size-guide-title {
  margin-top: 17px;
  margin-bottom: 8px; }

.page-style .table-size-guide th,
.rte.size-guide .table-size-guide th {
  background: #141414;
  color: #fff; }

.page-style .table-size-guide tr:last-child td,
.rte.size-guide .table-size-guide tr:last-child td {
  border-bottom: solid 1px #E5E5E5; }

.page-style .table-size-guide tr:first-child th:first-child,
.rte.size-guide .table-size-guide tr:first-child th:first-child {
  width: 200px; }

.page-style .table-center td:not(:first-child), .page-style .table-center th:not(:first-child),
.rte.size-guide .table-center td:not(:first-child),
.rte.size-guide .table-center th:not(:first-child) {
  text-align: center; }

.page-style .responsive-table td,
.rte.size-guide .responsive-table td {
  border-top: 1px solid #dee2e6; }

.page-style .responsive-table td, .page-style .responsive-table th, .page-style .table td, .page-style .table th,
.rte.size-guide .responsive-table td,
.rte.size-guide .responsive-table th,
.rte.size-guide .table td,
.rte.size-guide .table th {
  font-size: 13px;
  height: 34px;
  padding: 8px 15px !important;
  vertical-align: middle !important;
  line-height: 17px; }

.page-style .responsive-table,
.rte.size-guide .responsive-table {
  line-height: 17px;
  width: 100%;
  max-width: 100%; }

.h3.faqs-title,
.h3.privacy-policy-title {
  margin: 17px 0 8px; }

.rte.faqs > .container p {
  padding-bottom: 50px;
  margin-bottom: 2px; }

#theme-section-faqs .container {
  max-width: 770px; }

#theme-section-faqs .faqs__head {
  font-size: 15px;
  letter-spacing: 0.7px;
  border-top: 1px solid #e5e5e5; }
  #theme-section-faqs .faqs__head i {
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all; }
  #theme-section-faqs .faqs__head.collapsed i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

#theme-section-faqs .list-lg {
  padding-bottom: 28px;
  margin-bottom: 1px; }

#theme-section-faqs ul li {
  color: #858585;
  padding-left: 16px;
  position: relative; }
  #theme-section-faqs ul li::before {
    display: inline-block;
    content: '';
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: -16px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #141414; }
  #theme-section-faqs ul li a {
    color: #858585; }
    #theme-section-faqs ul li a:hover {
      color: #141414; }

.rte.privacy-policy .container {
  padding: 0 !important; }

.rte.privacy-policy h5 {
  letter-spacing: 0.75px;
  padding-bottom: 0; }

.rte.privacy-policy a {
  color: #858585; }
  .rte.privacy-policy a:hover {
    color: #141414; }

.rte.privacy-policy ul li {
  color: #858585;
  padding-left: 16px;
  position: relative; }
  .rte.privacy-policy ul li::before {
    display: inline-block;
    content: '';
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: -16px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #141414; }

.sitemap h5 {
  text-transform: uppercase;
  letter-spacing: 0.7px; }

.sitemap ul li {
  line-height: 23px; }
  .sitemap ul li a {
    color: #858585; }
    .sitemap ul li a:hover {
      color: #141414; }

.cms-id-11 #footer {
  margin-top: 0; }

.page-style {
  font-size: 13px;
  line-height: 17px;
  color: #858585; }
  .page-style .h1, .page-style .h2, .page-style .h3, .page-style .h4, .page-style .h5, .page-style .h6, .page-style a, .page-style a:active, .page-style a:link, .page-style a:visited, .page-style blockquote, .page-style blockquote p, .page-style h1, .page-style h2, .page-style h3, .page-style h4, .page-style h5, .page-style h6, .page-style i {
    color: #141414; }
  .page-style .mt-40, .page-style .my-40 {
    margin-top: 40px !important; }
  .page-style .mb-40, .page-style .my-40 {
    margin-bottom: 40px !important; }
  .page-style hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid transparent; }
    .page-style hr:not(.hr--clear) {
      border-top-color: #E5E5E5; }
  .page-style p, .page-style code {
    color: #858585;
    background: transparent; }
  .page-style .list-lg, .page-style ol, .page-style ul {
    line-height: 23px; }
  .page-style .list-lg {
    font-size: 15px; }
  .page-style .fs-lg {
    font-size: 15px !important;
    line-height: 23px !important; }
  .page-style ul:not(.list-unstyled) li {
    padding-left: 16px; }
    .page-style ul:not(.list-unstyled) li::before {
      background-color: #141414;
      display: inline-block;
      content: '';
      margin-bottom: 2px;
      margin-right: 10px;
      margin-left: -16px;
      border-radius: 50%;
      width: 4px;
      height: 4px; }
  .page-style .docs-title + ul {
    margin-bottom: 0; }
  .page-style blockquote, .page-style blockquote p {
    font-size: 18px;
    line-height: 24px; }
  .page-style blockquote, .page-style p {
    margin-bottom: 20px; }
  .page-style h1, .page-style h2, .page-style h3, .page-style h4, .page-style h5, .page-style h6 {
    padding-bottom: 0; }
  .page-style .h1, .page-style .h2, .page-style .h5, .page-style h1, .page-style h2, .page-style h5 {
    letter-spacing: .05em; }
  .page-style h1, .page-style .h1 {
    margin-bottom: 33px; }
  .page-style h2, .page-style .h2 {
    margin-bottom: 45px; }
  .page-style h3, .page-style .h3 {
    margin-bottom: 24px; }
  .page-style h4, .page-style .h4 {
    margin-bottom: 28px; }
  .page-style h5, .page-style .h5 {
    margin-bottom: 25px; }
  .page-style h6, .page-style .h6 {
    margin-bottom: 26px; }
  .page-style img {
    max-width: 100%;
    image-rendering: auto; }
  .page-style p {
    margin-bottom: 20px; }
  .page-style a {
    display: inline-block;
    -webkit-tap-highlight-color: transparent; }
    .page-style a:hover, .page-style a:visited, .page-style a:active, .page-style a:link {
      text-decoration: none; }
  .page-style a:focus, .page-style img:focus {
    outline: 0; }
  .page-style label {
    margin-bottom: 2px;
    margin-right: 15px; }
  .page-style hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid transparent; }
  .page-style blockquote {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-left: solid 2px transparent;
    font-style: italic;
    border-color: #141414; }
    .page-style blockquote p {
      margin-bottom: 0 !important; }
    .page-style blockquote span {
      display: block;
      margin-top: 15px;
      font-style: normal; }
  .page-style table ul, .page-style table ol {
    margin-bottom: 0; }
  .page-style .responsive-table td, .page-style .table td, .page-style label {
    color: #141414; }
  .page-style td {
    vertical-align: inherit; }
  .page-style ul, .page-style ol {
    list-style: none;
    padding-left: 0; }
  .page-style ul:not(.list-unstyled) li {
    padding-left: 16px; }
    .page-style ul:not(.list-unstyled) li::before {
      display: inline-block;
      content: '';
      margin-bottom: 2px;
      margin-right: 10px;
      margin-left: -16px;
      border-radius: 50%; }
  .page-style ul:not(.list-unstyled) ul {
    padding-left: 18px; }
  .page-style ol:not(.list-unstyled) {
    counter-reset: list1; }
    .page-style ol:not(.list-unstyled) li {
      padding-left: 16px; }
      .page-style ol:not(.list-unstyled) li::before {
        margin-left: -16px;
        counter-increment: list1;
        content: counter(list1) ". "; }
    .page-style ol:not(.list-unstyled) ol {
      padding-left: 36px;
      counter-reset: list2; }
      .page-style ol:not(.list-unstyled) ol li::before {
        counter-increment: list2;
        content: counter(list1) "@mixin " counter(list2) ". "; }
  .page-style video {
    display: block; }
  .page-style .table, .page-style .responsive-table {
    text-align: left;
    border-collapse: collapse; }
    .page-style .table th, .page-style .responsive-table th {
      border-bottom: none !important; }
    .page-style .table th, .page-style .table td, .page-style .responsive-table th, .page-style .responsive-table td {
      height: 34px;
      padding: 8px 15px !important;
      vertical-align: middle !important; }
  .page-style .table-wrap {
    max-width: 100%;
    overflow-x: auto; }
  .page-style .table-center th:not(:first-child),
  .page-style .table-center td:not(:first-child) {
    text-align: center; }
  .page-style .rte blockquote {
    margin-bottom: 40px; }
  .page-style #preview-bar-iframe,
  .page-style #admin-bar-iframe {
    display: none !important; }

.currency-info.type-2, .currency-info.type-3 {
  display: none; }

.languages-info.type-2, .languages-info.type-3 {
  display: none; }

.text-custom {
  display: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
  padding-left: 6px; }

.cart_block_total.ajax_block_cart_total {
  letter-spacing: 0px; }

#cart_block {
  display: flow-root; }
  #cart_block.open .bg-overlay {
    opacity: 1;
    visibility: visible; }
  #cart_block.open .dropdown-menu {
    right: 0;
    left: auto; }
  #cart_block .dropdown-menu {
    position: fixed;
    right: -270px;
    top: 0;
    width: 270px;
    height: 100%;
    left: auto;
    padding: 0; }
  #cart_block .btn-default {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    white-space: nowrap; }
  #cart_block .close-cart {
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer; }
  #cart_block .quantity {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 13px; }
  #cart_block .cart_block_list {
    padding-top: 17px; }
    #cart_block .cart_block_list .property-value {
      color: #858585;
      margin: 2px 0 10px; }
      #cart_block .cart_block_list .property-value span {
        position: relative; }
        #cart_block .cart_block_list .property-value span:not(:last-child)::after {
          content: "/";
          padding: 0 5px; }

.cart-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cart-icon.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cart-icon .text-bag {
    padding: 2px 5px 0 6px; }
  .text-bag {
    text-transform: uppercase;
    font-size: 12px;
  }
  .cart-icon.type2 {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    width: 125px;
    height: 50px;
    background: #141414;
    color: #fff;
    border-radius: 3px !important;
    text-align: right;
    padding: 0 16px;
    float: right; }
    .cart-icon.type2::before {
      display: none; }
    .cart-icon.type2 .la-shopping-cart {
      font-size: 38px; }
    .cart-icon.type2 .ajax_cart_quantity {
      position: unset;
      background: transparent;
      font-size: 16px;
      font-weight: 700;
      margin-left: 2px;
      width: auto; }

#best-sales #search_widget, #best-sales .blog-widget {
  display: none; }

.vimeo-slider .jms-slide-content.fs_obj.fs_fixed_obj {
  width: 100% !important; }

.jms-slider-wrapper .countdown.is-countdown {
  background: transparent;
  margin: 0;
  padding: 0; }

.jms-slider-wrapper .countdown-row::before {
  display: none; }

.jms-slider-wrapper .countdown-section {
  width: 3.4vw;
  height: 3.1vw;
  border: 2px solid #141414;
  border-radius: 3px;
  text-align: center;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5vw;
  min-width: auto; }
  .jms-slider-wrapper .countdown-section:not(:last-child)::after {
    display: none; }
  .jms-slider-wrapper .countdown-section .countdown-amount {
    display: block;
    font-weight: 700;
    font-size: 1.2vw;
    color: #000; }
  .jms-slider-wrapper .countdown-section .countdown-period {
    font-size: 0.7vw;
    color: #555; }

#form_wishlist {
  margin-top: 20px; }
  #form_wishlist fieldset {
    padding: 15px 0; }

.wishlist_top.home_page {
  display: inline-block;
  color: #000; }
  .wishlist_top.home_page:hover {
    color: #141414; }

#block-order-detail .display_list li {
  margin-bottom: 10px; }
  #block-order-detail .display_list li a {
    margin-right: 6px; }

.flashsales-tab-carousel2 .product-miniature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: transparent !important; }

.flashsales-tab-carousel2 .product-preview .product-info .product-description {
  display: block; }

.mega-tab-right .mega_cates_tab .addon-title h3, .mega-tab-right .product_tab .addon-title h3 {
  text-align: left; }

.mega-tab-right .mega_cates_tab .addon-desc, .mega-tab-right .product_tab .addon-desc {
  text-align: left; }

.mega-tab-right .mega_cates_tab .jms-tab, .mega-tab-right .product_tab .jms-tab {
  position: absolute;
  top: 24px;
  right: 15px; }
  .mega-tab-right .mega_cates_tab .jms-tab ul .nav-item, .mega-tab-right .product_tab .jms-tab ul .nav-item {
    margin-right: 0;
    margin-left: 48px; }

#jms_ajax_search #ajax_search {
  background: #fff url("../img/icon/search-bg.png") no-repeat right 0px; }

.mega-tab-center .mega_cates_tab .addon-desc {
  margin-bottom: 44px; }

.mega-tab-center .mega_cates_tab .jms-tab {
  margin-bottom: 21px; }
  .mega-tab-center .mega_cates_tab .jms-tab ul li {
    margin: 0 20px; }

.addon-blog .addon-title h3 {
  padding-bottom: 38px; }

.addon-blog .owl-theme .owl-controls div {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.mega_cates_tab {
  overflow: hidden; }

.categorytab-carousel .categoryname {
  display: none; }

.tab-content .tab-pane.active ~ .tab-pane .owl-controls {
  display: none; }

.jms-hotdeal.type2 {
  border-radius: 5px; }
  .jms-hotdeal.type2 .owl-stage-outer {
    border-radius: 5px; }
  .jms-hotdeal.type2 .hotdeal-carousel {
    padding-top: 0;
    border-width: 1px; }
  .jms-hotdeal.type2 > .label {
    font-size: 18px;
    left: auto;
    right: 35px;
    top: -7px;
    border-radius: 0 0 3px 3px;
    padding: 11px 18px; }
    .jms-hotdeal.type2 > .label::before {
      top: 2px;
      left: -5px;
      border-left: 5px solid transparent;
      border-top: 5px solid #dc263f;
      border-right: 5px solid transparent;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .jms-hotdeal.type2 > .label::after {
      content: "";
      width: 0;
      height: 0;
      top: 0px;
      right: -3px;
      border-bottom: 5px solid transparent;
      border-right: 5px solid #dc263f;
      border-top: 5px solid transparent;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      z-index: 8; }
  .jms-hotdeal.type2 .product-preview .product-info .product-description {
    display: block;
    line-height: 1.85; }
    .jms-hotdeal.type2 .product-preview .product-info .product-description ul {
      display: none; }
  .jms-hotdeal.type2 .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    padding: 4.5px 0; }
  .jms-hotdeal.type2 .img-hotdeal {
    width: 50%; }
  .jms-hotdeal.type2 .product-info {
    width: 50%;
    text-align: left;
    padding: 0 85px 0 15px; }
  .jms-hotdeal.type2 .product_button {
    position: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 28px; }
    .jms-hotdeal.type2 .product_button i {
      margin-right: 3px; }
  .jms-hotdeal.type2 .product-preview:hover .product_button {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  .jms-hotdeal.type2 .product-preview button.cart-button {
    width: auto;
    padding: 0 17px 0 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .jms-hotdeal.type2 .product-preview button.cart-button.checking > .la, .jms-hotdeal.type2 .product-preview button.cart-button.checked > .la {
      width: 22px;
      height: 22px;
      margin-right: 5px; }
  .jms-hotdeal.type2 .text-addcart, .jms-hotdeal.type2 .text-outofstock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .jms-hotdeal.type2 .product-link {
    font-size: 21px;
    letter-spacing: 0; }
  .jms-hotdeal.type2 .content_price {
    margin-bottom: 6px; }
    .jms-hotdeal.type2 .content_price .price.new {
      font-size: 24px; }
  .jms-hotdeal.type2 .proces-bars {
    border-color: #ff8400; }
    .jms-hotdeal.type2 .proces-bars span {
      background-color: #ff8400; }
  .jms-hotdeal.type2 .label.label-discount {
    font-size: 17px;
    border-radius: 0;
    margin-bottom: 11px;
    width: 64px;
    height: 28px;
    position: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding-left: 8px;
    background: url("../img/sale-bg-type2.png") no-repeat center; }

.product-carousel-col5 .owl-dots {
  bottom: -34px; }

.quick_link {
  padding: 23px 0;
  font-size: 14px; }
  .quick_link ul {
    margin-bottom: 0; }
    .quick_link ul li a {
      position: relative; }
      .quick_link ul li a:not(:last-child) {
        margin-right: 30px; }
        .quick_link ul li a:not(:last-child)::after {
          content: "";
          height: 12px;
          width: 1px;
          background: #dfdfdf;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: -16px; }

.categories-wrapper {
  position: relative; }
  .categories-wrapper .category-info {
    position: absolute;
    top: 52px;
    text-align: center;
    width: 100%; }
    .categories-wrapper .category-info a {
      font-size: 32px;
      color: #fff;
      font-weight: 500;
      padding: 0 15px;
      display: inline-block; }

.jms-vermegamenu .menu-item.more_cates.no-icon {
  display: none; }

.jms-vermegamenu .nav > li.top_seller > a::after {
  display: none; }

.home_6 .jms-vermegamenu .nav > li.top_seller > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background: #ebebeb;
  display: block; }

.jms-megamenu .features .image {
  margin-bottom: 28px; }

.jms-megamenu .features .dropdown-menu::before {
  left: 550px; }

.jms-megamenu .features .mega-dropdown-inner ul li:not(.group) a {
  padding-left: 14px;
  position: relative; }
  .jms-megamenu .features .mega-dropdown-inner ul li:not(.group) a::before {
    content: "";
    padding-right: 3px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #141414;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px; }

.jms-megamenu {
  font-weight: 600;
}

.jms-megamenu .stores .dropdown-menu::before {
  left: 443px; }

.jms-megamenu #jms-megamenu-container .nav.level0 {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08); }

.ver_menu {
  background: #fff;
  color: #010101;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 17px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  border-radius: 3px;
  position: relative; }
  .ver_menu img {
    position: absolute;
    right: 20px;
    top: 16px; }

.banner-product .container-fluid > .row {
  margin: 0 -10px; }

.banner-product .layout-column {
  padding: 0 10px; }

.banner-product .jms-banner {
  margin-bottom: 20px; }

.addon-instagram .addon-title h3 {
  padding-bottom: 33px; }

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 30.5px 0; }
  .feature-box .include_content_s {
    margin-left: 33px; }
    .feature-box .include_content_s p {
      margin-bottom: 0; }
    .feature-box .include_content_s .text-1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 3px;
     }
    .text-1 {
      font-size: 20px;
    }
    .feature-box .include_content_s .text-2 {
      letter-spacing: 0.2px; }
  .feature-box .feature-img i {
    font-size: 48px;
    color: #141414; }

#new-products #search_filters_wrapper {
  border: 0; }

#new-products #left-column #search_widget,
#new-products #newsletter_block_left {
  display: none; }

#new-products .blog-widget,
#new-products .contact-rich {
  display: none; }

#newsletter_block_left .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: 20px; }

#newsletter_block_left #newsletter-input {
  margin-right: 10px;
  margin-bottom: 0; }

#newsletter_block_left button.active {
  display: none; }

.newsletter-type-1 .block_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .newsletter-type-1 .block_content .addon-title {
    width: 100%;
    margin-right: 28px; }
    .newsletter-type-1 .block_content .addon-title h3 {
      text-align: left; }
  .newsletter-type-1 .block_content .news_content {
    width: 100%; }

.newsletter-type-1 #newsletter_block_left .form-group {
  margin-top: 0; }

.commentForm .addon-title h3 {
  font-size: 24px !important;
  text-align: left;
  letter-spacing: 0; }

#module-jmsblog-post .character-first {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  float: left;
  line-height: 0.8;
  margin-right: 5px;
  position: relative;
  top: 4px;
  left: -4px; }

#module-jmsblog-post .block-img {
  margin-top: 97px;
  margin-bottom: 98px; }

#module-jmsblog-post .video {
  margin-top: 50px;
  margin-bottom: 91px; }

#module-jmsblog-post .f-semibold {
  margin-top: 55px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.17px;
  padding-bottom: 47px; }

#module-jmsblog-post .au-testimonial-body {
  margin-top: 52px;
  margin-bottom: 50px; }
  #module-jmsblog-post .au-testimonial-body .au-comment {
    color: #000; }

#module-jmsblog-post .entry-description p {
  color: #8f8f8f;
  letter-spacing: 0.14px;
  line-height: 1.7; }

.menu .features .image img {
  width: 100%; }

.google_plusone_iframe_widget {
  width: auto !important; }

.jms-row.topbar .left ul li {
  letter-spacing: 0; }

.jms-row.topbar .right .title {
  letter-spacing: 0; }

#languages-2,
#currency-2 {
  top: 100%;
  width: 100%;
  right: 0;
  position: unset !important;
  -webkit-box-shadow: unset;
  box-shadow: unset; }

#_desktop_currency_selector.type3, #_desktop_currency_selector.type2 {
  display: none; }

#_desktop_currency_selector.type1 {
  display: block; }

.btn-group ul {
  padding: 10px 0;
  margin-bottom: 0; }
  .btn-group ul li {
    padding: 0 20px; }

.btn-group .btn-xs i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.faq-left-column .nav li {
  width: 100%; }
  .faq-left-column .nav li.active a {
    color: #141414; }
  .faq-left-column .nav li a {
    font-size: 14px;
    font-weight: 500;
    padding: 4.5px 0;
    color: #000;
    text-transform: uppercase; }
    .faq-left-column .nav li a.active {
      color: #141414; }

#cms .question {
  margin-bottom: 94px; }

#cms .title-accordion {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 34px; }

#cms .contact .line {
  margin-bottom: 88px; }

#cms .contact h2 {
  font-size: 21px;
  font-weight: 500; }

#cms .wpb_wrapper p {
  color: #858585;
  line-height: 1.71; }

.zoomLens {
  cursor: pointer; }

.home_6 .back-to-top .icon, .home_7 .back-to-top .icon, .home_10 .back-to-top .icon, .home_11 .back-to-top .icon, .home_12 .back-to-top .icon, .home_14 .back-to-top .icon, .home_15 .back-to-top .icon {
  fill: #dbdbdb; }

@media (min-width: 1200px) {
  .home_4 .jms-row.header.fixed, .home_9 .jms-row.header.fixed, .home_10 .jms-row.header.fixed, .home_11 .jms-row.header.fixed {
    padding: 0;
    height: 0; }
    .home_4 .jms-row.header.fixed .container, .home_9 .jms-row.header.fixed .container, .home_10 .jms-row.header.fixed .container, .home_11 .jms-row.header.fixed .container {
      position: static; }
    .home_4 .jms-row.header.fixed .logo-center, .home_9 .jms-row.header.fixed .logo-center, .home_10 .jms-row.header.fixed .logo-center, .home_11 .jms-row.header.fixed .logo-center {
      position: absolute;
      left: 0;
      right: auto;
      width: auto;
      top: 5px;
      -webkit-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-name: slideDown;
      animation-name: slideDown;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease; }
    .home_4 .jms-row.header.fixed .right-icon-group, .home_9 .jms-row.header.fixed .right-icon-group, .home_10 .jms-row.header.fixed .right-icon-group, .home_11 .jms-row.header.fixed .right-icon-group {
      position: absolute;
      right: 0;
      left: auto;
      width: auto;
      top: 5px;
      -webkit-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-name: slideDown;
      animation-name: slideDown;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease; }
      .home_4 .jms-row.header.fixed .right-icon-group .addon-box:first-child, .home_4 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(2), .home_4 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(6), .home_4 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(7), .home_9 .jms-row.header.fixed .right-icon-group .addon-box:first-child, .home_9 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(2), .home_9 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(6), .home_9 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(7), .home_10 .jms-row.header.fixed .right-icon-group .addon-box:first-child, .home_10 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(2), .home_10 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(6), .home_10 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(7), .home_11 .jms-row.header.fixed .right-icon-group .addon-box:first-child, .home_11 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(2), .home_11 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(6), .home_11 .jms-row.header.fixed .right-icon-group .addon-box:nth-child(7) {
        display: none; }
  .home_1 #wrapper, .home_11 #wrapper {
    position: relative;
    background: #fff; }
  .home_1 #footer, .home_11 #footer {
    position: fixed;
    width: 100%;
    z-index: -1!important;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto; }
  .product-detail.default #jmsproductvideo {
    margin-bottom: 0;
    position: absolute;
    right: calc(100% + 439px);
    bottom: -115px; }
  .page-index .product-preview .product-info {
    min-height: 85px; }
  .product-detail.thumbslist .images-container .js-qv-mask ul li.thumb-container:nth-child(5n) img {
    margin-right: 0; }
  .rte.about-us .container {
    max-width: 770px;
    margin: auto; }
  .container--sm.px-0 {
    width: 770px; } }

@media (min-width: 992px) {
  .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-item .post-thumb {
      margin-right: 20px;
      width: 270px;
      min-width: 270px; }
  div.blog-carousel .post-info {
    margin-top: 0; } }

@media (min-width: 768px) {
  .addon-title.mobile {
    display: none; }
    .addon-title.mobile + .collapse {
      display: block;
      visibility: visible; }
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1600px) and (min-width: 992px) {
  .home_1 .jms-row.header.fixed .right-icon-group, .home_1 .jms-row.header.fixed .col-logo {
    display: none; } }

@media (max-width: 1366px) {
  .fancybox-margin {
    margin-right: 0 !important; }

@media (max-width: 1199px) {
  .home_1.page-index #wrapper, .home_11.page-index #wrapper {
    margin-bottom: 0 !important; }
  .product-detail.sticky.fixed-right-column .pb-right-column .container-cs {
    width: 970px; }
  .product-detail.sticky.fixed-right-column .pb-right-column .pd-name,
  .product-detail.sticky.fixed-right-column .pb-right-column .product-variants {
    display: none; }
  .product-detail.sticky.fixed-right-column .pb-right-column .product-quantity input#quantity_wanted {
    width: 100px; }
  .vimeo-slider .fraction-slider {
    height: 100% !important; }
  .jms-megamenu .dropdown-menu.fullwidth > .mega-dropdown-inner {
    max-width: 970px; }
  div.blog-item .post-thumb {
    width: 100%; }
  div.products-list-in-row .content_price {
    margin-bottom: 0;
    padding-top: 0; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-detail.thumbslist .images-container .js-qv-mask ul li.thumb-container:nth-child(4n) img {
    margin-right: 0; }
  .product-detail.thumbslist .images-container .js-qv-mask ul li.thumb-container img {
    width: 110px; }
  #left-column #search_widget input {
    width: 175px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .zoomContainer {
    width: 298px !important;
    height: 353px !important; }
  div.modal-dialog.cover_product1 {
    width: 970px; }
  .quickview .arrows.js-arrows i.js-arrow-down {
    bottom: 40px; }
  .quickview .arrows.js-arrows i.js-arrow-up {
    top: 60px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .home_1 .jms-row.menu, .home_2 .jms-row.menu, .home_4 .jms-row.menu, .home_6 .jms-row.menu, .home_8 .jms-row.menu, .home_9 .jms-row.menu, .home_10 .jms-row.menu, .home_11 .jms-row.menu, .home_14 .jms-row.menu, .home_15 .jms-row.menu {
    position: absolute;
    bottom: 2px;
    display: inline-block;
    left: calc((100% - 750px)/2 - 3px);
    width: 22px;
    border: 0; }
    .home_1 .jms-row.menu .container, .home_2 .jms-row.menu .container, .home_4 .jms-row.menu .container, .home_6 .jms-row.menu .container, .home_8 .jms-row.menu .container, .home_9 .jms-row.menu .container, .home_10 .jms-row.menu .container, .home_11 .jms-row.menu .container, .home_14 .jms-row.menu .container, .home_15 .jms-row.menu .container {
      width: 22px; }
  div.service .feature-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px; }
  .countdown-box .countdown-section {
    margin-bottom: 10px; }
  .product-detail.thumbslist .images-container .js-qv-mask ul li.thumb-container:nth-child(3n) img {
    margin-right: 0; }
  .product-detail.thumbslist .images-container .js-qv-mask ul li.thumb-container img {
    width: 113px; } }

@media (max-width: 991px) {
  .jms-row.header.fixed {
    position: fixed;
    top: 0;
    z-index: 998;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    width: 100%; }
  .home_5 .jms-row.header.fixed, .home_7 .jms-row.header.fixed, .home_12 .jms-row.header.fixed, .home_15 .jms-row.header.fixed {
    background: #141414; }
  .home_1 .jms-row.menu.fixed, .home_2 .jms-row.menu.fixed, .home_4 .jms-row.menu.fixed, .home_6 .jms-row.menu.fixed, .home_8 .jms-row.menu.fixed, .home_9 .jms-row.menu.fixed, .home_10 .jms-row.menu.fixed, .home_11 .jms-row.menu.fixed, .home_14 .jms-row.menu.fixed, .home_15 .jms-row.menu.fixed {
    z-index: 999;
    position: fixed;
    top: 6px;
    bottom: auto;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }
  .cart-icon .text-bag {
    display: none; }
  #category #right-column {
    margin-top: 30px; }
  div.product-detail.sticky.fixed-right-column .pb-right-column .container-cs {
    width: 750px; }
  .sm-mb-10 {
    margin-bottom: 10px !important; }
  div#blockcart-modal .cart-content {
    padding-left: 0; }
    div#blockcart-modal .cart-content button, div#blockcart-modal .cart-content .btn-default {
      margin-right: 0;
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
  #header {
    border-bottom: 1px solid #e5e5e5; }
  .home_2 #footer .footer-social, .home_9 #footer .footer-social, .home_10 #footer .footer-social {
    margin-top: 0; }
  .home_6 .jms-row.menu, .home_8 .jms-row.menu {
    background: #fff; }
    .home_6 .jms-row.menu .icon, .home_8 .jms-row.menu .icon {
      fill: #141414; }
  .home_1 .right-icon-group .addon-box:nth-child(5), .home_1 .right-icon-group .addon-box:nth-child(6), .home_6 .right-icon-group .addon-box:nth-child(5), .home_6 .right-icon-group .addon-box:nth-child(6), .home_14 .right-icon-group .addon-box:nth-child(5), .home_14 .right-icon-group .addon-box:nth-child(6), .home_15 .right-icon-group .addon-box:nth-child(5), .home_15 .right-icon-group .addon-box:nth-child(6) {
    display: none; }
  .home_2 .right-icon-group .addon-box:nth-child(1), .home_2 .right-icon-group .addon-box:nth-child(6), .home_2 .right-icon-group .addon-box:nth-child(7), .home_3 .right-icon-group .addon-box:nth-child(1), .home_3 .right-icon-group .addon-box:nth-child(6), .home_3 .right-icon-group .addon-box:nth-child(7), .home_4 .right-icon-group .addon-box:nth-child(1), .home_4 .right-icon-group .addon-box:nth-child(6), .home_4 .right-icon-group .addon-box:nth-child(7), .home_5 .right-icon-group .addon-box:nth-child(1), .home_5 .right-icon-group .addon-box:nth-child(6), .home_5 .right-icon-group .addon-box:nth-child(7), .home_7 .right-icon-group .addon-box:nth-child(1), .home_7 .right-icon-group .addon-box:nth-child(6), .home_7 .right-icon-group .addon-box:nth-child(7), .home_8 .right-icon-group .addon-box:nth-child(1), .home_8 .right-icon-group .addon-box:nth-child(6), .home_8 .right-icon-group .addon-box:nth-child(7), .home_9 .right-icon-group .addon-box:nth-child(1), .home_9 .right-icon-group .addon-box:nth-child(6), .home_9 .right-icon-group .addon-box:nth-child(7), .home_10 .right-icon-group .addon-box:nth-child(1), .home_10 .right-icon-group .addon-box:nth-child(6), .home_10 .right-icon-group .addon-box:nth-child(7), .home_11 .right-icon-group .addon-box:nth-child(1), .home_11 .right-icon-group .addon-box:nth-child(6), .home_11 .right-icon-group .addon-box:nth-child(7), .home_12 .right-icon-group .addon-box:nth-child(1), .home_12 .right-icon-group .addon-box:nth-child(6), .home_12 .right-icon-group .addon-box:nth-child(7), .home_13 .right-icon-group .addon-box:nth-child(1), .home_13 .right-icon-group .addon-box:nth-child(6), .home_13 .right-icon-group .addon-box:nth-child(7) {
    display: none; }
  .home_5 .right-icon-group, .home_7 .right-icon-group, .home_12 .right-icon-group {
    margin-top: 0; }
  .home_5 .header .menu .icon, .home_7 .header .menu .icon, .home_12 .header .menu .icon {
    fill: #fff; }
  .home_3 .right-icon-group, .home_7 .right-icon-group, .home_12 .right-icon-group, .home_13 .right-icon-group {
    margin-top: 0; }
  .home_3 .header .menu .addon-box:first-child, .home_7 .header .menu .addon-box:first-child, .home_12 .header .menu .addon-box:first-child, .home_13 .header .menu .addon-box:first-child {
    margin-left: 20px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  div.product-box .flexbox {
    width: 30%; }
  div.product-preview .flexbox + .product-info {
    width: 70%;
    padding: 0 10px; }
    div.product-preview .flexbox + .product-info .label.label-discount {
      margin-bottom: 10px; }
  .jms-row.menu {
    margin-bottom: 0; }
  .service .layout-column:not(:last-child) {
    margin-bottom: 10px; }
  .jms-row.banner-category .layout-column:not(:last-child),
  .jms-row.banner .layout-column:not(:last-child) {
    margin-bottom: 20px; }
  .col-logo .addon-box {
    padding-left: 30px; }
  .logo-center .addon-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px; }
  .footer-top .layout-column {
    margin-bottom: 14px; }
  #footer .footer-bottom .copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #footer .footer-bottom .payments p {
    text-align: center;
    margin-top: 20px; }
  #commentForm .form-group {
    margin-bottom: 20px; }
  .blog-widget .post-thumb img {
    height: auto; }
  #left-column #search_widget button {
    width: 50px; }
  .quickview .arrows.js-arrows i.js-arrow-up {
    top: 10px; }
  .quickview .arrows.js-arrows i.js-arrow-down {
    bottom: 0px; }
  .quickview .images-container .js-qv-mask {
    max-height: 295px; }
  .header .container > .row, .header .container-fluid > .row {
    display: block; }
  input#ajax_search {
    min-width: 470px; }
  div#jms_ajax_search #search_result {
    width: 470px; }
  #mobile-vermegamenu {
    position: absolute;
    top: calc(100% + 2px);
    width: calc(100% - 30px);
    background: #fff;
    z-index: 9999; }
  .jmsflashsales-tab2 .main {
    padding: 20px 0; }
  div.modal-dialog.cover_product1 {
    width: 750px; }
  .product-variants .product-variants-item:not(:last-child) {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .home_10 .custom-mobile::after, .home_11 .custom-mobile::after, .home_12 .custom-mobile::after, .home_15 .custom-mobile::after {
    background: #3e3e3e; }
  #footer .footer-top .contact-info p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #footer .footer-top .border-beside {
    margin-top: 20px; }
    #footer .footer-top .border-beside .contact-info p {
      padding-left: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .custom-mobile {
    text-align: center; }
    .custom-mobile::after {
      content: "";
      width: 100%;
      height: 1px;
      background: #e5e5e5;
      position: absolute;
      left: 0;
      top: -13px; }
    .custom-mobile .addon-title {
      display: none; }
      .custom-mobile .addon-title.mobile {
        display: block;
        cursor: pointer; }
        .custom-mobile .addon-title.mobile.collapsed i {
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset; }
        .custom-mobile .addon-title.mobile h3 {
          text-align: center !important; }
          .custom-mobile .addon-title.mobile h3 i {
            position: absolute;
            right: -4px;
            top: -1px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: .4s all;
            -o-transition: .4s all;
            transition: .4s all; }
  #jmsproductvideo .jms-popup-wrap {
    width: calc(100% - 60px); }
  .product-preview .color_to_pick_list a {
    margin-bottom: 10px; }
  div.product-detail.sticky.fixed-right-column .pb-right-column .container-cs {
    width: calc(100% - 30px); }
    div.product-detail.sticky.fixed-right-column .pb-right-column .container-cs .product-quantity .customs {
      display: none; }
  div#block-order-detail .display_list li a {
    margin-right: 0;
    margin-bottom: 10px; }
  .wishlisturl input {
    width: 100% !important; }
  .hidden-sm-down {
    display: none !important; }
  .sm-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .addon-alertbox .close {
    position: unset; }
  div.jms-banner .banner-content .banner-title {
    font-size: 16px; }
  div.banner-bg,
  div.banner-bg.v1 {
    padding: 100px 0; }
    div.banner-bg .layout-column .addon-box,
    div.banner-bg.v1 .layout-column .addon-box {
      padding: 0 15px; }
    div.banner-bg .text-2,
    div.banner-bg.v1 .text-2 {
      font-size: 30px; }
    div.banner-bg .btn-group .btn-default:first-child,
    div.banner-bg.v1 .btn-group .btn-default:first-child {
      margin-bottom: 10px; }
  div.jms-slider-wrapper .fs-pager-wrapper {
    bottom: 15px; }
  div.jms-banner.type-1 .banner-content .banner-title {
    font-size: 16px; }
  .home_3 .header .menu .addon-box:first-child, .home_7 .header .menu .addon-box:first-child, .home_12 .header .menu .addon-box:first-child, .home_13 .header .menu .addon-box:first-child {
    margin-left: 10px; }
  .home_1 .jms-row.menu, .home_2 .jms-row.menu, .home_4 .jms-row.menu, .home_6 .jms-row.menu, .home_8 .jms-row.menu, .home_9 .jms-row.menu, .home_10 .jms-row.menu, .home_11 .jms-row.menu, .home_14 .jms-row.menu, .home_15 .jms-row.menu {
    position: absolute;
    bottom: 2px;
    top: auto;
    display: inline-block;
    left: 11px;
    width: 22px;
    border: 0; }
    .home_1 .jms-row.menu .container, .home_2 .jms-row.menu .container, .home_4 .jms-row.menu .container, .home_6 .jms-row.menu .container, .home_8 .jms-row.menu .container, .home_9 .jms-row.menu .container, .home_10 .jms-row.menu .container, .home_11 .jms-row.menu .container, .home_14 .jms-row.menu .container, .home_15 .jms-row.menu .container {
      width: 22px;
      padding: 0 !important; }
  .fraction-slider .prev i,
  .fraction-slider .next i {
    font-size: 30px; }
  #footer div.addon-social {
    display: block; }
    #footer div.addon-social .addon-title {
      padding-bottom: 10px; }
  .addon-alertbox .alert-custom {
    padding: 6.5px 20px;
    line-height: 1.5; }
  .newsletter-type-1 .block_content {
    display: block; }
    .newsletter-type-1 .block_content .addon-title {
      margin-right: 0;
      margin-bottom: 20px; }
  .au-testimonial-body {
    padding: 0; }
  .our-team .row > div {
    padding: 0; }
  .breadcrumb-box.container {
    display: block; }
  .intro-text {
    font-size: 16px;
    letter-spacing: 0; }
    .intro-text + p {
      font-size: 14px !important; }
  .banner-product-name.large {
    font-size: 16px; }
  .banner-product-price {
    font-size: 14px; }
  div#module-group {
    right: 0; }
  div#jms_ajax_search #search-form .searchbox {
    top: 130px; }
  div#jms_ajax_search #search_result {
    top: 185px; }
  .searchbox input#ajax_search {
    min-width: 290px; }
  div#jms_ajax_search div#search_result {
    width: 290px; }
  div#search_result .result_div .item .left-img {
    width: 30%; }
  div#search_result .result_div .right-info {
    width: 70%; }
  .countdown-box .row {
    display: block; }
  .page-index #wrapper > .container {
    padding: 0 !important; }
  div.jms-hotdeal.type2 .product-box {
    padding: 50px 0; }
  div.jmsflashsales-tab2 .nav {
    width: 100%; }
    div.jmsflashsales-tab2 .nav li a::after {
      display: none; }
  div.jmsflashsales-tab2 .tab-content {
    width: 100%; }
  div.jmsflashsales-tab2 .main {
    display: block; }
  div.jms-tab .nav {
    overflow: auto; }
  .container {
    padding: 0 15px !important; }
  input#ajax_advsearch {
    width: 100%; }
  #advsearch_result {
    width: 100% !important;
    min-width: auto !important; } }

@media (max-width: 481px) {
  .jms-videos iframe {
    height: 300px; }
  div.owl-carousel .owl-item img {
    width: 100%; }
  .product-miniature.product-preview .product-info {
    padding-bottom: 10px; }
  .product-miniature.product-preview .product_action {
    display: block; }
    .product-miniature.product-preview .product_action button {
      width: 100%;
      min-width: 100%;
      white-space: nowrap; }
    .product-miniature.product-preview .product_action .addToWishlist {
      margin-left: 0;
      margin-top: 10px; }
  #module-jmswishlist-mywishlist .footer_links li {
    display: block;
    margin-right: 0; }
    #module-jmswishlist-mywishlist .footer_links li:first-child a {
      margin-bottom: 10px; }
    #module-jmswishlist-mywishlist .footer_links li a {
      width: 100%;
      text-align: center; }
  .payments img {
    width: 100%; }
  #newsletter_block_left .form-group button {
    width: 100%; }
  #newsletter_block_left #newsletter-input {
    margin-right: 0;
    margin-bottom: 15px; }
  .product-information .countdown-box .countdown-amount {
    font-size: 20px !important; }
  #module-group {
    width: 290px; }
  div#newsletter_block_left .form-group {
    display: block; }
  div#newsletter_block_left .newsletter-btn {
    height: 45px; }
  .countdown-box .cd-title {
    font-size: 28px; }
  .countdown-box .cd-price {
    font-size: 18px; }
    .countdown-box .cd-price span {
      font-size: 14px; }
  .countdown-box .countdown-amount {
    font-size: 20px;
    padding-top: 6px; }
  .countdown-box .countdown-section {
    width: 60px;
    height: 60px;
    padding: 0; }
  div.jms-tab ul .nav-item a {
    display: inline-block; }
  .jms-row.banner_html ul li {
    padding: 0 20px; }
  div.fs-pager-wrapper a, div.fs-custom-pager-wrapper a {
    margin: 0 2px; }
  div.hotdeal-carousel .product-info {
    padding: 0 15px 30px; }
  div.jms-hotdeal.type2 .img-hotdeal, div.jms-hotdeal.type2 .product-info {
    width: 100%; }
  div.jms-hotdeal.type2 .product-box {
    display: block; }
  div.jmsflashsales-tab2 .nav li {
    display: block; }
  div.flashsales-tab-carousel2 .product-miniature {
    display: block; }
  div.flashsales-tab-carousel2 div.product-preview .product-info {
    width: 100%;
    padding: 0; }
  div.jmsflashsales-tab2 .preview {
    width: 100%; }
  form#searchbox #selector_cat {
    padding-right: 58px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .mega_cates_tab .jms-tab ul li, .product_tab .jms-tab ul li {
    padding: 10px 0; }
  .view-mode .button {
    padding: 9px 0; }
  div.product-add-to-cart .text {
    margin-right: 10px; }
  div#blockcart-modal.modal.in .modal-dialog {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%); }
  .sort-by {
    display: none; }
  div.products-list-in-row .product-preview .preview {
    width: 100%; }
  div.products-list-in-row .product-preview .product-info {
    width: 100%;
    border-right: 0;
    margin-top: 20px;
    padding: 0; }
  div.products-list-in-row .product-preview .product_action {
    width: 100%; }
  div.products-list-in-row .product-preview .border {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  div.products-list-in-row .product-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #searchbox #selector_cat {
    max-width: 121px !important; }
  div.fraction-slider .prev, div.fraction-slider .next {
    display: none; }
  .product_tab .owl-theme .owl-controls {
    top: -15px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .cate_tab .addon-title h3 {
    float: none;
    width: 100%;
    text-align: center; }
  .cate_tab .addon-title .jms-tab {
    float: left;
    width: 100%;
    border-bottom: 0 !important; }
  .cate_tab .jms-tab ul {
    display: block;
    margin-bottom: 45px;
    border-bottom: 0; }
    .cate_tab .jms-tab ul li {
      text-align: center; }
  .cate_tab .owl-theme .owl-controls {
    top: -15px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  div.feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center !important;
    padding: 15px 0; }
    div.feature-box i {
      margin-right: 0 !important; }
    div.feature-box .include_content_s {
      margin-left: 0;
      margin-top: 10px; } }


@media (min-width: 992px){
  .product-detail.sticky .pb-right-column {
    padding-left: 0;
  }
  .product-detail.sticky .pb-right-column .container-cs{
    padding-left: 15px;
  }
}

* {
  font-family: 'Poppins', sans-serif;
}

