@import url(product.css);
@import url(product-list.css);
@import url(contact.css);
@import url(cart.css);
@import url(checkout.css);
@import url("https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700&display=swap");
@font-face {
  font-family: 'futuraTOT-bold';
  src: url("../fonts/Futura-T-OT-Bold-Condensed.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

html {
  font-size: 12px; }

body {
  font-family: Archivo;
  color: #555;
  line-height: 1.3;
  font-weight: 400; }

.container-fluid {
  max-width: 1788px;
  padding: 0 14px;
  }
  
#content-wrapper > #main > #content > .jms-row > .container-fluid{
    padding: 0;
}

.container {
  padding: 0 14px; }

.row {
  margin-left: -14px;
  margin-right: -14px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 14px;
  padding-left: 14px; }

.btn, .btn-default {
  font-size: 1.067rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  padding: 0.6667rem 1.667rem;
  border: 2px solid #707070;
  display: inline-block; }
  .btn:hover, .btn-default:hover {
    background-color: #000;
    border-color: #000;
    color: #fff; }

a {
  color: #555; }
  a:hover {
    color: #000; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  height: 42px; }

button:disabled, button[disabled] {
  color: #fff;
  background-color: #555 !important;
  border-color: #555 !important;
  cursor: not-allowed; }

.card {
  border-radius: 0;
  border-top: 0; }

.table thead th {
  border-bottom-width: 1px; }

.table tbody + tbody {
  border-top: 1px solid #dee2e6; }

.label {
  padding: 5px; }

.addon-title {
  margin-bottom: 2.8rem; }
  .addon-title h3 {
    font-size: 2rem;
    letter-spacing: 0.18333333333333332rem; }

#back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 8rem;
  cursor: pointer;
  width: 2.667rem;
  height: 2.667rem;
  font-size: 1.667rem;
  position: fixed;
  right: -40px;
  background: #333;
  color: #fff;
  z-index: 9999; }
  #back-to-top.show {
    right: 0px; }

.breadcrumb {
  background: url("../img/breadcrumb-bg.jpg") center no-repeat;
  background-size: cover;
  margin-bottom: 8rem;
  font-size: 0.9333rem;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize; }
  .breadcrumb .title-meta {
    font-size: 2rem;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-style: initial;
    margin-bottom: 0.9333rem; }
  .breadcrumb ul {
    padding: 20px 14px; }
  .breadcrumb li {
    letter-spacing: 0.3px; }

.bg-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.35);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 1000; }

.page-cms {
  font-size: 1rem;
  line-height: 1.85; }

.site-logo-text {
  font-size: 2.2rem;
  font-family: 'futuraTOT-bold';
  color: #111;
  letter-spacing: 1.5px; }

.layout-column {
  padding-left: 14px;
  padding-right: 14px; }

.addon-desc {
  text-align: center;
  font-size: 1.133rem;
  color: #111;
  letter-spacing: 0.17px; }

.form-control {
  height: 3.067rem;
  line-height: 3.067rem;
  border: 1px solid #ebebeb;
  color: #555; }
  .form-control::-webkit-input-placeholder {
    color: #555; }
  .form-control:-ms-input-placeholder {
    color: #555; }
  .form-control::-ms-input-placeholder {
    color: #555; }
  .form-control::placeholder {
    color: #555; }
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e1e1e1; }

.modal-content {
  border-radius: 0;
  border: 0; }

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.active {
  background-color: #000;
  color: #fff;
  border-color: #000; }

.btn-white {
  color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    border-color: #fff;
    color: #000; }

.btn-transparent {
  background-color: transparent; }
  .btn-transparent:hover {
    background-color: #fff; }

.old-standard-tt {
  font-family: 'Old Standard TT', serif; }

.fa {
  font-family: "Fontawesome" !important; }

.border-bottom {
  border-bottom: 1px solid #ebebeb; }

.hidden {
  display: none; }

.jms-search-input.type-2, .jms-search-input.type-3 {
  display: none; }

#cart_block .ajax_cart_quantity {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  top: -13px;
  right: -14px;
  overflow: hidden; }

.product-miniature .old.price {
  opacity: 1;
  font-weight: 400;
  font-size: 1rem;
  margin-right: 0.8rem; }

.addon-box .post-title a {
  text-transform: initial; }

.input-group-btn .btn .buttonText {
  font-size: 0.9333rem;
  padding: 0; }

.zoomContainer {
  z-index: 991; }

/***** Navigation Style *****/
.owl-nav {
  width: 100%;
  text-align: center; }
  .owl-nav .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
  .owl-nav .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0; }

.owl-theme .owl-controls.disabled div {
  display: none; }

.owl-theme .owl-controls div {
  width: 3.467rem;
  height: 1.667rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-theme .owl-controls div.owl-prev {
    left: -1.733rem;
    background: url("../img/icons/prev.png") no-repeat;
    background-size: cover; }
  .owl-theme .owl-controls div.owl-next {
    right: -1.733rem;
    background: url("../img/icons/next.png") no-repeat;
    background-size: cover; }

.owl-carousel .owl-dot {
  width: 0.6667rem;
  height: 0.6667rem;
  background: #ccc;
  display: inline-block;
  margin: 0 0.2rem;
  border-radius: 50%; }
  .owl-carousel .owl-dot.active {
    background: #000; }

.carousel-nav-swh .owl-controls {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.carousel-nav-swh .owl-carousel:hover .owl-controls {
  opacity: 1; }

.languages-info.type-2 {
  display: none !important; }

#cart_block .text-cart,
#cart_block .ajax_cart_quantity.type-2,
#jms_ajax_search .btn-search .text,
._desktop_user_info .account .text {
  display: none; }

a,
i,
#back-to-top,
.btn,
.btn-default {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms; }

/* header! */
header .row {
  margin-right: -14px;
  margin-left: -14px; }

#header .container-fluid > .row {
  padding: 0; }

.header-right .dropdown-menu {
  right: 14px; }

#header-topbar {
  background: #fff;
  font-size: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #555; }

#header-mobile-top {
  padding-top: 10px;
  padding-bottom: 10px; }

.header-mobile-4 .mobile-menu-wrap {
  right: -300px;
  left: auto;
  -webkit-transition: right 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -o-transition: right 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: right 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s; }

.show-menu .header-mobile-4 .mobile-menu-wrap {
  -webkit-transition: right 0.4s;
  -o-transition: right 0.4s;
  transition: right 0.4s;
  right: 0;
  left: auto; }

#mobile-header .header-sticky.sticky {
  background: #fff !important;
  padding: 10px 0 !important; }

#mobile-header i {
  font-size: 1.467rem;
  color: #000; }

#mobile-header #cart_block .product-link {
  display: block;
  line-height: 1.2;
  color: #000; }

#mobile-header #cart_block .cart_block_list {
  max-height: 12rem; }

#header-top {
  padding: 0;
  position: relative; }
  #header-top .header-right .dropdown-menu {
    top: calc(100% + 21px);
    right: -13px; }
    #header-top .header-right .dropdown-menu.shoppingcart-sidebar {
      top: 0; }
      #header-top .header-right .dropdown-menu.shoppingcart-sidebar .cart_block_list {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        max-height: initial; }
  #header-top .dropdown-menu.shoppingcart-box {
    min-width: 370px;
    max-width: 370px;
    background: #282828;
    color: #fff;
    padding: 29px 35px; }
    #header-top .dropdown-menu.shoppingcart-box .cart-product-image {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
    #header-top .dropdown-menu.shoppingcart-box .cart_block_list .row {
      margin: 0; }
    #header-top .dropdown-menu.shoppingcart-box .cart_block_list .layout-column.product-info {
      padding-left: 20px; }
    #header-top .dropdown-menu.shoppingcart-box .cart_block_list .billing-info {
      margin-bottom: 20px; }
    #header-top .dropdown-menu.shoppingcart-box .cart_block_list li {
      position: relative; }
      #header-top .dropdown-menu.shoppingcart-box .cart_block_list li:not(:last-child) {
        margin: 0px 0px 42px 0px; }
        #header-top .dropdown-menu.shoppingcart-box .cart_block_list li:not(:last-child)::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -22px;
          width: 100%;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.1); }
    #header-top .dropdown-menu.shoppingcart-box .cart-prices-line .value {
      font-size: 20px;
      font-weight: 600; }
    #header-top .dropdown-menu.shoppingcart-box .label {
      padding: 0;
      color: #9f9f9f; }
    #header-top .dropdown-menu.shoppingcart-box .product-link {
      display: block;
      color: #fff;
      line-height: 1.65;
      margin-bottom: 7px; }
    #header-top .dropdown-menu.shoppingcart-box .content_price {
      margin-bottom: 3px; }
    #header-top .dropdown-menu.shoppingcart-box .line .remove_link {
      margin-left: 29px; }
    #header-top .dropdown-menu.shoppingcart-box .price.new {
      font-size: 19px;
      font-weight: 700; }
    #header-top .dropdown-menu.shoppingcart-box .checkout-btn, #header-top .dropdown-menu.shoppingcart-box .cart-btn {
      border-color: #fff;
      background: transparent;
      padding: 7px 20px;
      letter-spacing: 0.6px;
      color: #fff; }
      #header-top .dropdown-menu.shoppingcart-box .checkout-btn:hover, #header-top .dropdown-menu.shoppingcart-box .cart-btn:hover {
        background: #fff;
        color: #111; }
  #header-top ._desktop_user_info .user-info-content a {
    position: relative;
    color: #9f9f9f; }
    #header-top ._desktop_user_info .user-info-content a:hover {
      color: #fff; }
      #header-top ._desktop_user_info .user-info-content a:hover::after {
        width: 100%; }
    #header-top ._desktop_user_info .user-info-content a::after {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      background-color: #fff;
      left: 0;
      bottom: -2px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }

.user-info-content {
  font-size: 0.9333rem;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  color: #9f9f9f;
  background: #282828; }

#hor-menu .dropdown-menu {
  /*background: #282828;*/
  background: #fff; /*RAPH SUBMENU BG COLOR*/
  padding-top: 33px;
  padding-bottom: 33px; }
  #hor-menu .dropdown-menu a {
    font-size: 14px;
    color: #9f9f9f; }
    #hor-menu .dropdown-menu a:hover {
      /*color: #fff; RAPH COLOR LINK HOVER*/
      color: #000; 
        
    }

#hor-menu .nav > li > a {
  font-size: 14px;
  display: block;
  line-height: 83px; }

#hor-menu .nav li.sub-home .mod-content a {
  display: block;
  text-align: center; }
  #hor-menu .nav li.sub-home .mod-content a:hover .text {
    color: #fff; }
    #hor-menu .nav li.sub-home .mod-content a:hover .text::after {
      width: 100%; }
  #hor-menu .nav li.sub-home .mod-content a .text {
    position: relative; }
    #hor-menu .nav li.sub-home .mod-content a .text::after {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      background-color: #fff;
      left: 0;
      bottom: 4px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }

#hor-menu .nav li.open > a span::after {
  width: 100%; }

#hor-menu .nav li > a {
  letter-spacing: 0.3px; }
  #hor-menu .nav li > a:hover span::after {
    width: 100%; }
  #hor-menu .nav li > a span {
    position: relative; }
    #hor-menu .nav li > a span::after {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      background-color: #fff;
      left: 0;
      bottom: -3px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }

#hor-menu .item-fullwidth .dropdown-menu {
  padding: 40px 0;
  max-height: 58.33rem;
  overflow-y: auto; }

.header-sticky.sticky {
  background-color: #fff;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }
  .header-sticky.sticky.sticky-slide {
    -webkit-animation-name: slideDown;
    animation-name: slideDown; }

.header-1 #header-topbar .header-left {
  letter-spacing: 0.2px; }

.header-1 #header-topbar .header-center {
  letter-spacing: 0.15px; }

.header-1 #header-topbar .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .header-1 #header-topbar .header-right > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
    .header-1 #header-topbar .header-right > div:not(:first-child) {
      margin-left: 41px; }
      .header-1 #header-topbar .header-right > div:not(:first-child)::before {
        content: "";
        position: absolute;
        background-color: #ebebeb;
        width: 1px;
        height: 48px;
        left: -21px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .header-1 #header-topbar .header-right .dropdown-menu {
    min-width: 73px;
    padding: 15px 10px;
    text-align: center;
    top: 12px !important;
    left: -20px !important;
    background: #282828;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
    .header-1 #header-topbar .header-right .dropdown-menu ul li a {
      color: #9f9f9f;
      position: relative; }
      .header-1 #header-topbar .header-right .dropdown-menu ul li a::after {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #fff;
        left: 0;
        bottom: -3px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .header-1 #header-topbar .header-right .dropdown-menu ul li a:hover {
        color: #fff; }
        .header-1 #header-topbar .header-right .dropdown-menu ul li a:hover::after {
          width: 100%; }

.header-1 #header-topbar ._desktop_currency_selector {
  position: relative; }

.header-1 #header-top {
  /*background-color: #111;*/
  /*background-color: #0058A2;*/  /*RAPH MENU BG COLOR*/
  background-color: #31a1ff;  /*RAPH MENU BG COLOR*/
    
} 
  .header-1 #header-top .site-logo-text {
    color: #fff; }
  .header-1 #header-top .header-left {
    margin-right: 55px; }
  .header-1 #header-top #hor-menu .level0 > li > a {
    color: #fff; }
  .header-1 #header-top #search-form .search-box input {
    height: 48px; }
  .header-1 #header-top .megamenu {
    position: static; }
  .header-1 #header-top .header-right .fal {
    font-size: 24px;
    color: #fff; }
  .header-1 #header-top .header-right > .row > div {
    padding: 0;
    margin-left: 35px; }
  .header-1 #header-top .header-right #cart_block {
    margin-right: 13px; }

.header-2 #header-top.sticky #hor-menu .nav > li > a {
  line-height: 72px; }

.header-2 .jms-megamenu > ul > li.sub-home {
  padding-left: 0; }

.header-2 #hor-menu .nav > li > a {
  color: #111; }

.header-2 #header-top .megamenu {
  position: static; }

.header-2 #header-top #hor-menu .nav > li.open > a {
  color: #111; }

.header-2 #header-top #hor-menu .nav > li > a {
  line-height: 102px; }

.header-2 .header-logo {
  text-align: center; }

.header-2 .header-right > .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-2 #cart_block {
  padding-bottom: 6px; }
  .header-2 #cart_block .cart-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-2 #cart_block .cart-icon i {
      font-size: 24px;
      color: #111; }
  .header-2 #cart_block .text-cart {
    display: block;
    font-size: 14px;
    color: #111;
    margin-right: 9px;
    letter-spacing: 0.3px;
    position: relative;
    top: 3px; }
  .header-2 #cart_block .ajax_cart_quantity {
    color: #fff;
    background-color: #111; }

.header-2 ._desktop_user_info {
  padding: 0 15px; }
  .header-2 ._desktop_user_info .user-info > .account i {
    display: none; }
  .header-2 ._desktop_user_info .user-info > .account .text {
    display: block;
    font-size: 14px;
    color: #111;
    padding-bottom: 1px; }
    .header-2 ._desktop_user_info .user-info > .account .text.type-2 {
      display: none; }

.header-2 #jms_ajax_search .btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-2 #jms_ajax_search .btn-search .text {
    display: block;
    font-size: 14px;
    color: #111; }
  .header-2 #jms_ajax_search .btn-search i {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    margin-right: 7px;
    color: #111; }

.header-3 #header-topbar .header-left {
  letter-spacing: 0.2px; }
  .header-3 #header-topbar .header-left .layout-column:last-child {
    display: none; }

.header-3 #header-topbar .header-right {
  text-align: right; }
  .header-3 #header-topbar .header-right > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
    .header-3 #header-topbar .header-right > div:not(:first-child) {
      margin-left: 37px; }
      .header-3 #header-topbar .header-right > div:not(:first-child)::before {
        content: "";
        position: absolute;
        background-color: #ebebeb;
        width: 1px;
        height: 48px;
        left: -21px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .header-3 #header-topbar .header-right .dropdown-menu {
    min-width: 73px;
    padding: 15px 10px;
    text-align: center;
    top: 12px !important;
    left: -20px !important;
    background: #282828;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
    .header-3 #header-topbar .header-right .dropdown-menu ul li a {
      color: #9f9f9f;
      position: relative; }
      .header-3 #header-topbar .header-right .dropdown-menu ul li a::after {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #fff;
        left: 0;
        bottom: -3px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .header-3 #header-topbar .header-right .dropdown-menu ul li a:hover {
        color: #fff; }
        .header-3 #header-topbar .header-right .dropdown-menu ul li a:hover::after {
          width: 100%; }

.header-3 #header-topbar ._desktop_currency_selector {
  position: relative; }

.header-3 .jms-megamenu > ul > li.sub-home {
  padding-left: 0; }

.header-3 .header-right > .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-3 .header-right ._desktop_user_info {
  padding: 0 16px; }

.header-3 .header-right #search-form {
  margin-right: 15px; }
  .header-3 .header-right #search-form .jms-search-input {
    width: 300px; }
    .header-3 .header-right #search-form .jms-search-input.type-1 {
      display: none; }
    .header-3 .header-right #search-form .jms-search-input.type-2 {
      display: block;
      border: 1px solid #868686;
      background: transparent;
      color: #9f9f9f;
      height: 42px;
      padding: 13px 20px;
      background: url("../img/icons/search.png") 261px no-repeat; }
      .header-3 .header-right #search-form .jms-search-input.type-2::-webkit-input-placeholder {
        color: #9f9f9f; }
      .header-3 .header-right #search-form .jms-search-input.type-2:-ms-input-placeholder {
        color: #9f9f9f; }
      .header-3 .header-right #search-form .jms-search-input.type-2::-ms-input-placeholder {
        color: #9f9f9f; }
      .header-3 .header-right #search-form .jms-search-input.type-2::placeholder {
        color: #9f9f9f; }
  .header-3 .header-right #search-form .button-search {
    display: none; }

.header-3 #header-top {
  background-color: #111; }
  .header-3 #header-top #hor-menu .nav > li > a {
    color: #fff; }
  .header-3 #header-top .site-logo-text {
    color: #fff; }
  .header-3 #header-top .megamenu {
    position: static; }
  .header-3 #header-top .header-right .fal {
    font-size: 24px;
    color: #fff; }

.header-4 .header-sticky.sticky {
  background-color: #fff !important; }

.header-4 #hor-menu .nav > li > a {
  color: #000; }

.header-4 .header-left {
  margin-right: 79px; }

.header-4 .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header-4 .header-right > .row > div {
    padding: 0;
    margin-left: 34px; }
  .header-4 .header-right .fal, .header-4 .header-right .far {
    font-size: 18px; }
  .header-4 .header-right .fa-shopping-bag {
    font-size: 20px;
    position: relative;
    bottom: 3px; }
  .header-4 .header-right .btn-group > a {
    color: #111; }

.header-4 #jms_ajax_search .btn-search .text {
  display: inline-block;
  margin-left: 1px;
  position: relative;
  bottom: 2px; }

.header-4 ._desktop_user_info .user-info > .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1px; }
  .header-4 ._desktop_user_info .user-info > .account .text {
    display: inline-block;
    margin-left: 4px; }
    .header-4 ._desktop_user_info .user-info > .account .text.type-2 {
      display: none; }

.header-4 .store-link {
  padding-top: 1px !important; }
  .header-4 .store-link span {
    margin-left: 3px;
    position: relative;
    bottom: 2px; }

.header-4 #cart_block .ajax_cart_quantity {
  background-color: #111;
  color: #fff;
  left: 13px;
  top: -17px;
  right: auto; }

.header-4 #cart_block .cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .header-4 #cart_block .cart-icon .text-cart {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 1px; }

/* header 5 */
.header-5 .header-logo {
  margin-right: 17px; }

.header-5 .header-right > .row {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-5 .layout-column.sidebar {
  margin-left: 4px; }

.header-5 #header-top.header-sticky.sticky #hor-menu .nav > li > a {
  line-height: 72px; }

.header-5 #header-top #hor-menu .nav > li > a {
  color: #111;
  line-height: 122px; }

.header-5 #sidebar-btn {
  margin-top: 5px;
  display: inline-block;
  width: 26px;
  height: 16px;
  background: url("../img/icons/setting.png") no-repeat; }

.header-5 ._desktop_user_info .user-info > .account {
  border: 1px solid #111;
  padding: 7px 20px; }
  .header-5 ._desktop_user_info .user-info > .account:hover {
    background-color: #000; }
    .header-5 ._desktop_user_info .user-info > .account:hover .text.type-2 {
      color: #fff; }
  .header-5 ._desktop_user_info .user-info > .account i {
    display: none; }
  .header-5 ._desktop_user_info .user-info > .account .text.type-2 {
    display: inline-block;
    text-transform: initial !important;
    color: #000; }

.header-5 .free-shipping {
  margin-left: 33px;
  letter-spacing: 0.15px;
  color: #000; }
  .header-5 .free-shipping span {
    position: relative;
    padding-right: 40px; }
    .header-5 .free-shipping span::after {
      content: "";
      position: absolute;
      display: inline-block;
      right: 4px;
      top: 8px;
      width: 30px;
      height: 1px;
      background-color: #363636; }

.header-5 #cart_block {
  margin-left: 17px; }
  .header-5 #cart_block .cart-icon {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-5 #cart_block .cart-icon i {
      font-size: 24px;
      margin-left: 10px;
      padding-top: 1px; }
  .header-5 #cart_block .text-cart {
    display: inline-block; }
  .header-5 #cart_block .ajax_cart_quantity {
    display: none; }
    .header-5 #cart_block .ajax_cart_quantity.type-2 {
      display: inline-block;
      position: static;
      margin-left: 4px; }

.header-5 #jms_ajax_search {
  margin-left: 8px; }
  .header-5 #jms_ajax_search .btn-search {
    color: #000; }
    .header-5 #jms_ajax_search .btn-search i {
      display: none; }
    .header-5 #jms_ajax_search .btn-search .text {
      display: inline-block; }

/* header 6 */
.header-6 {
  background-color: #000; }
  .header-6 #header-top.header-sticky.sticky {
    height: auto !important;
    background: #000; }
    .header-6 #header-top.header-sticky.sticky .col-logo {
      margin-bottom: 16px; }
  .header-6 #header-topbar {
    background-color: #000;
    padding-top: 7px;
    padding-bottom: 7px; }
    .header-6 #header-topbar .col-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-6 #header-topbar .col-left > div:not(:last-child) {
        margin-right: 44px; }
        .header-6 #header-topbar .col-left > div:not(:last-child)::before {
          content: "";
          position: absolute;
          background-color: #767676;
          width: 1px;
          height: 20px;
          right: -23px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .header-6 #header-topbar .col-left a {
        color: #9f9f9f;
        letter-spacing: 0.1px; }
      .header-6 #header-topbar .col-left .dropdown-menu {
        min-width: 73px;
        padding: 15px 10px;
        text-align: center;
        top: 12px !important;
        left: -20px !important;
        background: #282828;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
        .header-6 #header-topbar .col-left .dropdown-menu ul li a {
          color: #9f9f9f;
          position: relative; }
          .header-6 #header-topbar .col-left .dropdown-menu ul li a::after {
            content: "";
            position: absolute;
            width: 0;
            height: 1px;
            background-color: #fff;
            left: 0;
            bottom: -3px;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s; }
          .header-6 #header-topbar .col-left .dropdown-menu ul li a:hover {
            color: #fff; }
            .header-6 #header-topbar .col-left .dropdown-menu ul li a:hover::after {
              width: 100%; }
    .header-6 #header-topbar .col-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .header-6 #header-topbar #search-form {
      width: 350px; }
      .header-6 #header-topbar #search-form .search-box input {
        max-width: 234px;
        margin-left: auto;
        padding-left: 29px;
        padding-right: 0;
        letter-spacing: 0.65px;
        color: #9f9f9f;
        background: transparent url("../img/icons/search.png") 0 no-repeat; }
        .header-6 #header-topbar #search-form .search-box input::-webkit-input-placeholder {
          color: #9f9f9f; }
        .header-6 #header-topbar #search-form .search-box input:-ms-input-placeholder {
          color: #9f9f9f; }
        .header-6 #header-topbar #search-form .search-box input::-ms-input-placeholder {
          color: #9f9f9f; }
        .header-6 #header-topbar #search-form .search-box input::placeholder {
          color: #9f9f9f; }
    .header-6 #header-topbar .button-search {
      display: none; }
  .header-6 #header-top {
    text-align: center; }
    .header-6 #header-top .container-fluid {
      max-width: 100%; }
      .header-6 #header-top .container-fluid .row:nth-child(2) {
        border-top: 1px solid #262626; }
    .header-6 #header-top .site-logo-text {
      color: #fff; }
    .header-6 #header-top .col-logo {
      margin-top: 5px;
      margin-bottom: 25px; }
    .header-6 #header-top #hor-menu .nav > li > a {
      line-height: 56px;
      color: #fff; }

/* header 7 */
.header-7 {
  padding: 3rem 0px; }
  .header-7 .header-sticky.sticky {
    height: auto !important;
    padding: 19px 0 !important; }
  .header-7 .layout-column.logo {
    min-width: 180px;
    text-align: right; }
  .header-7 #ver-menu .jms-megamenu.navbar {
    max-width: 350px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 250px; }
    .header-7 #ver-menu .jms-megamenu.navbar > ul > li.open > .dropdown-menu {
      display: block; }
    .header-7 #ver-menu .jms-megamenu.navbar > ul > li > .dropdown-menu {
      background: transparent;
      position: static;
      width: 100%;
      text-align: center;
      display: none; }
      .header-7 #ver-menu .jms-megamenu.navbar > ul > li > .dropdown-menu ul > li > a span {
        position: relative; }
        .header-7 #ver-menu .jms-megamenu.navbar > ul > li > .dropdown-menu ul > li > a span::after {
          content: "";
          width: 0;
          position: absolute;
          left: 0;
          bottom: -1px;
          background-color: #fff;
          height: 1px;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        .header-7 #ver-menu .jms-megamenu.navbar > ul > li > .dropdown-menu ul > li > a span:hover::after {
          width: 100%; }
  .header-7 .vermenu-btn {
    position: relative;
    top: 3px; }
  .header-7 #search-form {
    max-width: 433px;
    margin: auto; }
    .header-7 #search-form .jms-search-input {
      display: none; }
      .header-7 #search-form .jms-search-input.type-2 {
        display: inline-block;
        max-width: 326px;
        background: url("../img/icons/search-black.png") 0px no-repeat;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        padding: 4px 29px;
        height: 35px;
        margin-bottom: 7px; }
    .header-7 #search-form .button-search {
      display: none; }

/* header 8 */
.header-8 #header-top {
  padding: 10px 0; }

.header-8 .hor-megamenu {
  position: relative;
  border-top: 1px solid #ebebeb; }
  .header-8 .hor-megamenu .megamenu {
    position: static; }

.header-8 #search-form {
  width: 350px;
  float: right;
  padding-bottom: 4px; }
  .header-8 #search-form .search-box input {
    display: none; }
    .header-8 #search-form .search-box input.type-3 {
      display: block;
      text-align: right;
      padding-right: 27px; }
  .header-8 #search-form button {
    padding: 0; }
    .header-8 #search-form button i {
      font-size: 18px;
      position: relative;
      top: 2px; }

.header-8 ._desktop_user_info {
  padding: 0 13px;
  padding-top: 1px; }

.header-8 #wishlist_block {
  padding-top: 3px; }

.header-8 .jms-megamenu .nav > li {
  padding: 0 13px; }
  .header-8 .jms-megamenu .nav > li.sub-home {
    padding-left: 0; }
  .header-8 .jms-megamenu .nav > li > a {
    line-height: 61px !important; }

.header-8 .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-8 .header-right .col-auto {
    padding: 0 13px; }
  .header-8 .header-right .fal {
    font-size: 18px;
    color: #000; }
  .header-8 .header-right #cart_block .cart-icon {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .header-8 .header-right #cart_block .cart-icon i {
      margin-right: 8px;
      font-size: 20px; }
    .header-8 .header-right #cart_block .cart-icon .text-cart {
      padding-top: 1px;
      display: inline-block;
      padding-right: 8px;
      text-transform: capitalize !important; }
    .header-8 .header-right #cart_block .cart-icon .ajax_cart_quantity {
      display: none; }
      .header-8 .header-right #cart_block .cart-icon .ajax_cart_quantity.type-2 {
        display: inline-block;
        top: 0; }
  .header-8 .header-right .languages-info.type-1 {
    display: none; }
  .header-8 .header-right .languages-info.type-2 {
    display: inline-block !important; }
  .header-8 .header-right ._desktop_currency_selector .dropdown-menu,
  .header-8 .header-right .languages-info.languages-info .dropdown-menu {
    width: 100%;
    min-width: 100%;
    padding: 15px;
    left: -14px !important;
    top: 10px !important; }
  .header-8 .header-right ._desktop_currency_selector .btn-xs,
  .header-8 .header-right .languages-info .btn-xs {
    position: relative;
    color: #000;
    margin-left: 25px; }
    .header-8 .header-right ._desktop_currency_selector .btn-xs::after,
    .header-8 .header-right .languages-info .btn-xs::after {
      content: url("../img/icons/down.png");
      margin-left: 3px;
      position: relative;
      bottom: 2px; }
  .header-8 .header-right ._desktop_currency_selector .btn-xs {
    margin-left: 22px; }

/* megamenu */
.menu-item.sub-home .owl-theme .owl-controls div.owl-prev {
  right: calc(100% + 20px);
  left: auto;
  background: url("../img/icons/prev-white.png") no-repeat; }

.menu-item.sub-home .owl-theme .owl-controls div.owl-next {
  left: calc(100% + 20px);
  right: auto;
  background: url("../img/icons/next-white.png") no-repeat; }

.menu-item.sub-home .mega-dropdown-inner .row .mod-content {
  text-align: center; }

.menu-item.sub-home .mega-dropdown-inner .row .view-all-demo {
  display: inline-block !important;
  margin-top: 31px;
  background: transparent;
  border: 1px solid #b7b7b7;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: 340px;
  color: #fff !important;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .menu-item.sub-home .mega-dropdown-inner .row .view-all-demo:hover {
    background: #fff;
    border-color: #fff;
    color: #111 !important; }

/* header sidebar */
.sidebar-right-open #header-sidebar.right-sidebar {
  right: 0; }

.sidebar-right-open #header-sidebar.left-sidebar {
  left: 0; }

#header-sidebar {
  width: 350px !important;
  background: #ebebeb;
  padding: 40px;
  text-align: center;
  padding-top: 9rem; }
  #header-sidebar.right-sidebar {
    right: -350px; }
  #header-sidebar.left-sidebar {
    left: -350px; }
  #header-sidebar .btn-close {
    display: block;
    position: absolute;
    top: 51px;
    right: 35px;
    width: 20px;
    height: 20px;
    background: url("../img/icons/close-sidebar.png") no-repeat;
    background-size: cover; }
  #header-sidebar .logo-sidebar {
    display: block;
    margin-bottom: 19px; }
  #header-sidebar .desc {
    color: #333;
    font-family: 'Old Standard TT', serif;
    letter-spacing: 0.7px;
    margin-top: 3px; }
  #header-sidebar .banner {
    margin-top: 41px;
    margin-bottom: 53px; }
  #header-sidebar .block-newsletter .title, #header-sidebar .block-newsletter .newsletter-desc {
    display: none; }
  #header-sidebar .block-newsletter .newsletter-input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    #header-sidebar .block-newsletter .newsletter-input-group input {
      margin-bottom: 0;
      border: 0; }
    #header-sidebar .block-newsletter .newsletter-input-group .btn.active {
      display: none; }
    #header-sidebar .block-newsletter .newsletter-input-group .btn-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      border: 0;
      position: absolute;
      right: 0;
      top: 50%;
      padding: 0 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: transparent;
      z-index: 99; }
      #header-sidebar .block-newsletter .newsletter-input-group .btn-icon i {
        font-size: 20px;
        color: #666 !important; }
  #header-sidebar .block-contact {
    margin-top: 2.867rem;
    line-height: 2;
    font-size: 14px; }
    #header-sidebar .block-contact .block-title {
      display: none; }
    #header-sidebar .block-contact .block-content {
      padding: 0; }
    #header-sidebar .block-contact .address {
      margin-bottom: 9px; }
    #header-sidebar .block-contact .email, #header-sidebar .block-contact .opening {
      display: none; }
  #header-sidebar .social-links li {
    padding: 0;
    margin: 0; }
    #header-sidebar .social-links li i {
      font-size: 18px;
      color: #777; }
  #header-sidebar #social-links {
    position: static;
    width: 100%;
    margin: 69px 0 0;
    border: 0;
    padding: 0; }
    #header-sidebar #social-links li a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 42px;
      height: 42px;
      background-color: #fff;
      margin: 0 4px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.sidebar-right-open .right-sidebar {
  right: 0px; }

.sidebar-left-open .left-sidebar {
  left: 0px; }

.sidebar-left-open .main-site {
  overflow: unset;
  left: 0;
  right: auto;
  position: relative; }

.sidebar-right-open .main-site {
  overflow: unset;
  left: auto;
  right: 0;
  position: relative; }

.sidebar-right-open .bg-overlay,
.sidebar-left-open .bg-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-open {
  overflow-x: hidden; }

/* promobar */
.promobar-fixed {
  text-align: center;
  color: #fff;
  letter-spacing: 0.15px;
  line-height: 1.85;
  padding: 0.7333rem 0; }
  .promobar-fixed .container {
    position: relative; }
  .promobar-fixed p {
    margin-bottom: 0; }
    .promobar-fixed p a {
      color: #fff;
      position: relative;
      margin-left: 1.533rem; }
      .promobar-fixed p a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #fff;
        bottom: -2px;
        left: 0; }
  .promobar-fixed span {
    font-weight: 600;
    color: #ff794f;
    margin-right: 0.3333rem; }
  .promobar-fixed .close {
    display: inline-block;
    width: 0.8667rem;
    height: 0.8667rem;
    background: url("../img/icons/close-promobar.png") no-repeat;
    background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px; }

/* vermenu btn */
.vermenu-btn {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url("../img/icons/menu.png") no-repeat; }

#ver-menu {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  #ver-menu.show {
    opacity: 1;
    visibility: visible; }
  #ver-menu .ver-content {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative; }
  #ver-menu .jms-megamenu > ul > li > a {
    font-size: 30px;
    line-height: 50px;
    display: block; }
  #ver-menu .nav > li {
    text-align: center; }
    #ver-menu .nav > li a {
      text-transform: uppercase;
      color: #fff; }
  #ver-menu .close-vermenu {
    border: 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 90px;
    width: 32px;
    height: 32px;
    background: url("../img/icons/close-vermenu.png") no-repeat; }

/* alertbox */
.alertbox-fixed {
  background-color: #111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .alertbox-fixed.type-2 {
    background-color: #f0f0f0; }
    .alertbox-fixed.type-2 .addon-alertbox .alert-info {
      background-color: #f0f0f0;
      color: #000; }
      .alertbox-fixed.type-2 .addon-alertbox .alert-info a {
        color: #000; }
        .alertbox-fixed.type-2 .addon-alertbox .alert-info a::after {
          background-color: #000; }
    .alertbox-fixed.type-2 .close {
      background: url("../img/icons/close.png") no-repeat; }

.addon-alertbox {
  position: relative; }
  .addon-alertbox .alert-info {
    position: relative;
    background-color: #111;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 17.5px 0;
    line-height: 1;
    letter-spacing: 0.2px; }
    .addon-alertbox .alert-info p {
      margin-bottom: 0; }
    .addon-alertbox .alert-info a {
      color: #fff;
      position: relative;
      margin-left: 25px; }
      .addon-alertbox .alert-info a::after {
        content: "";
        width: 100%;
        position: absolute;
        height: 1px;
        background-color: #fff;
        bottom: -1px;
        left: 0; }
  .addon-alertbox .close {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url("../img/icons/alert-close.png") no-repeat; }

/* promobar! */
.jms-row.promo-bar {
  padding: 20px 0;
  margin-top: 1px;
  color: #fff;
  background-color: #ff794f;
  display: none; }
  .jms-row.promo-bar .container-fluid {
    max-width: 1250px; }
    .jms-row.promo-bar .container-fluid > .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .jms-row.promo-bar .layout-column.left p, .jms-row.promo-bar .layout-column.right p {
    text-align: center; }
  .jms-row.promo-bar p {
    margin-bottom: 0; }
  .jms-row.promo-bar .col {
    margin: 15px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px; }
  .jms-row.promo-bar .btn {
    padding: 5px 20px;
    font-size: 16px;
    letter-spacing: 0.3px;
    min-width: 109px;
    font-weight: 400; }
  .jms-row.promo-bar .right p {
    text-align: right; }

/* slider */
.slider-fullwidth .container-fluid {
  max-width: 100%;
  padding: 0; }

.fraction-slider .slider-home-1 .text-2 {
  letter-spacing: 0.13333333333333333rem; }

.fraction-slider .slider-home-1 .text-3 {
  letter-spacing: 0.013333333333333334rem; }

.fraction-slider .slider-home-2 .text-2, .fraction-slider .slider-home-8 .text-2 {
  letter-spacing: 0.10666666666666667rem; }

.fraction-slider .slider-home-2 .text-3, .fraction-slider .slider-home-8 .text-3 {
  letter-spacing: 0.013333333333333334rem; }

.fraction-slider .slider-home-3 .text-1 {
  letter-spacing: 0.16666666666666666rem; }

.fraction-slider .slider-home-3 .text-2 {
  letter-spacing: 0.013333333333333334rem; }

.fraction-slider .slider-home-4 .text-2 {
  letter-spacing: 0.08rem; }

.fraction-slider .slider-home-4 .text-3 {
  letter-spacing: 0.013333333333333334rem; }

.fraction-slider .slider-home-4 .btn {
  border-color: #fff;
  color: #fff;
  padding: 0.6rem 2rem; }
  .fraction-slider .slider-home-4 .btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff; }

.fraction-slider .slider-home-5 .text-1 {
  letter-spacing: -0.4px; }

.fraction-slider .slider-home-5 .text-2 {
  letter-spacing: -0.8px; }

.fraction-slider .slider-home-5 .text-3 {
  letter-spacing: -0.18px; }

.fraction-slider .slider-home-5 .shop-it-now {
  display: inline-block;
  position: relative;
  color: #111;
  letter-spacing: 0.3px; }
  .fraction-slider .slider-home-5 .shop-it-now::before {
    content: "";
    width: 2rem;
    height: 0.1333rem;
    display: inline-block;
    margin-right: 0.6rem;
    background: #363636;
    position: relative;
    bottom: 0.2667rem; }

.fraction-slider .slider-home-5 ~ .control {
  position: absolute;
  left: calc(50% + 4.933rem);
  bottom: 2.133rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 993; }
  .fraction-slider .slider-home-5 ~ .control > a {
    margin: 0 0.5rem; }
  .fraction-slider .slider-home-5 ~ .control .prev, .fraction-slider .slider-home-5 ~ .control .next {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: inline-block; }

.fraction-slider .slider-home-6 .text-1 {
  letter-spacing: 0.6px; }

.fraction-slider .slider-home-6 .text-2 {
  letter-spacing: 0.25px; }

.fraction-slider .slider-home-8 .text-2 {
  letter-spacing: -0.02333333333333333rem; }

.fraction-slider .slider-home-8 .text-3 {
  letter-spacing: 0.013333333333333334rem; }

.fraction-slider .slider-home-9 .text-2 {
  letter-spacing: 0.06667rem; }

.fraction-slider .slider-home-2 .fs_obj, .fraction-slider .slider-home-5 .fs_obj, .fraction-slider .slider-home-8 .fs_obj {
  width: auto !important; }

.fraction-slider .slider-home-3 .btn, .fraction-slider .slider-home-6 .btn {
  border-color: #fff;
  color: #fff;
  padding: 0.6rem 1.6rem; }
  .fraction-slider .slider-home-3 .btn:hover, .fraction-slider .slider-home-6 .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000; }

.fraction-slider .btn {
  font-size: 1.067rem;
  padding: 0.6rem 2.467rem;
  border-color: #363636;
  width: auto !important; }
  .fraction-slider .btn:hover {
    border-color: #000; }

.fraction-slider .prev {
  background: url("../img/icons/prev.png") center no-repeat;
  background-size: cover; }

.fraction-slider .next {
  background: url("../img/icons/next.png") center no-repeat;
  background-size: cover; }

/* category 1! */
.jms-banner {
  position: relative; }

.category-1 {
  padding: 7.466666666666667rem 0 8rem;
  background-color: #fff; }
  .category-1 .row .layout-column:not(:last-child) {
    margin-bottom: 20px; }
  .category-1 .row .layout-column:first-child {
    margin-bottom: 0; }
  .category-1 .addon-title h3 {
    color: #000; }
  .category-1 .jms-banner:hover > a img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .category-1 .jms-banner > a {
    display: block;
    overflow: hidden; }
    .category-1 .jms-banner > a img {
      -webkit-transition: 1s all;
      -o-transition: 1s all;
      transition: 1s all; }
  .category-1 .banner-content p {
    margin-bottom: 0;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.267rem;
    font-weight: 700;
    color: #000;
    padding: 0.96875rem 1.333rem;
    line-height: 1; }
    .category-1 .banner-content p a {
      color: #000; }

/* instagram */
.jms-row.instagram .jms-banner {
  overflow: hidden; }
  .jms-row.instagram .jms-banner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .jms-row.instagram .jms-banner img {
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all; }

.instagram_block a.instagram_elements {
  display: block;
  position: relative; }
  .instagram_block a.instagram_elements .info-block .fa-instagram {
    font-size: 1.667rem;
    color: #fff; }
    .instagram_block a.instagram_elements .info-block .fa-instagram:hover {
      color: #ff794f; }
  .instagram_block a.instagram_elements .info-block .number-likes, .instagram_block a.instagram_elements .info-block .number-comments {
    display: none; }
  .instagram_block a.instagram_elements:hover::after {
    opacity: 1; }
  .instagram_block a.instagram_elements:hover .info-block {
    opacity: 1; }
  .instagram_block a.instagram_elements::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }

.instagram_block .info-block {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9; }
  .instagram_block .info-block span {
    color: #fff;
    margin: 0 5px;
    font-size: 12px; }

/* view mode */
.view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .view-mode .switch-view {
    width: 44px;
    height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid #e1e1e1;
    cursor: pointer; }
    .view-mode .switch-view.view-grid {
      margin-right: 10px;
      background: url("../img/icons/grid.png") center no-repeat; }
      .view-mode .switch-view.view-grid.active {
        background: url("../img/icons/grid-active.png") center no-repeat; }
    .view-mode .switch-view.view-list {
      background: url("../img/icons/list.png") center no-repeat; }
      .view-mode .switch-view.view-list.active {
        background: url("../img/icons/list-active.png") center no-repeat; }

/* search widget */
#category #search_widget {
  display: block; }
  #category #search_widget .title-block {
    display: block; }
  #category #search_widget form {
    margin-top: 1.6rem; }

#search_widget {
  margin-bottom: 3.067rem;
  display: none; }
  #search_widget .title-block {
    display: none; }
  #search_widget form {
    position: relative; }
    #search_widget form::after {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      font-size: 16px;
      color: #555;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #search_widget input {
    padding: 0 12px;
    font-size: 14px;
    color: #555;
    letter-spacing: 0.2px; }
    #search_widget input::-webkit-input-placeholder {
      opacity: 1; }
    #search_widget input:-ms-input-placeholder {
      opacity: 1; }
    #search_widget input::-ms-input-placeholder {
      opacity: 1; }
    #search_widget input::placeholder {
      opacity: 1; }

/* service */
.jms-row.service {
  padding: 2.867rem 0;
  background-color: #111; }
  .jms-row.service .layout-column:not(:last-child) {
    margin-bottom: 20px; }
  .jms-row.service.v2 {
    background-color: #fff; }
    .jms-row.service.v2 .feature-box .include_content_s p {
      color: #555; }
      .jms-row.service.v2 .feature-box .include_content_s p span {
        color: #000; }

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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; }
  .feature-box .image {
    display: inline-block;
    margin-bottom: 15px; }
  .feature-box .include_content_s {
    display: inline-block; }
    .feature-box .include_content_s p {
      font-size: 1rem;
      color: #9f9f9f;
      line-height: 1.7;
      letter-spacing: 0.1px; }
      .feature-box .include_content_s p span {
        font-size: 1.067rem;
        color: #fff; }
  .feature-box p {
    margin-bottom: 0; }

/* email subscription */
.email_subscription .newsletter-desc {
  margin-bottom: 1.2rem;
  line-height: 2.067rem;
  letter-spacing: 0.15px;
  font-size: 0.9333rem; }

.email_subscription .newsletter-input-group input {
  border-width: 2px;
  width: 100%;
  margin-bottom: 1.2rem;
  font-size: 0.8667rem;
  height: 3.067rem;
  border-color: #e1e1e1; }

.email_subscription .newsletter-input-group button {
  width: 100%;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  font-size: 1.067rem;
  font-weight: 600; }
  .email_subscription .newsletter-input-group button.btn-icon {
    display: none; }

/* gifts */
.jms-row.banner-gifts .addon-title {
  margin-bottom: 1.133rem; }

.jms-row.banner-gifts .layout-column.title {
  margin-bottom: 1.933rem; }

.jms-row.banner-gifts .jms-banner > a {
  display: block;
  overflow: hidden; }
  .jms-row.banner-gifts .jms-banner > a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .jms-row.banner-gifts .jms-banner > a img {
    -webkit-transition: 800ms all;
    -o-transition: 800ms all;
    transition: 800ms all; }

.jms-row.banner-gifts .jms-banner {
  margin-bottom: 1.867rem;
  position: relative; }
  .jms-row.banner-gifts .jms-banner .banner-content {
    min-width: auto;
    position: absolute;
    bottom: 3.333rem;
    left: 0;
    background: #fff;
    padding: 0.7333rem 1.333rem 0.3333rem;
    font-family: 'Old Standard TT', serif;
    text-align: center; }
    .jms-row.banner-gifts .jms-banner .banner-content p {
      margin-bottom: 0;
      font-size: 2.267rem;
      color: #010101;
      letter-spacing: 0.4px; }

/* blogs */
.cat-post-list.more-columns .post-intro {
  padding: 0; }

.post-fulltext .col-xs-12:not(:last-child) {
  margin-bottom: 14px; }

#module-jmsblog-categories #left-column,
#module-jmsblog-post #left-column,
#module-jmsblog-archive #left-column,
#module-jmsblog-tag #left-column {
  margin-bottom: 20px; }

#module-jmsblog-categories #right-column,
#module-jmsblog-post #right-column,
#module-jmsblog-archive #right-column,
#module-jmsblog-tag #right-column {
  margin-top: 20px; }

.blog-type-1 {
  background: #f8f8f8;
  padding: 7.467rem 0 6.667rem; }

.post-thumb a {
  display: block;
  overflow: hidden; }
  .post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .post-thumb a img {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all; }

.blog-carousel .post-title {
  text-align: left;
  letter-spacing: 0.1px;
  margin-top: 1.333rem; }
  .blog-carousel .post-title a {
    font-size: 1.6rem;
    color: #000;
    font-weight: 500; }

.blog-carousel .post-created {
  position: absolute;
  top: 0.8rem;
  background: #fff;
  left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 11px 7px 8px; }
  .blog-carousel .post-created .day {
    font-size: 1.867rem;
    font-weight: 700;
    color: #000; }
  .blog-carousel .post-created .month {
    font-size: 15px;
    color: #010101; }

.blog-carousel .post-intro p {
  line-height: 1.85;
  letter-spacing: -0.1px; }

.blog-carousel .post-meta {
  text-align: left; }
  .blog-carousel .post-meta li {
    margin: 0;
    margin-right: 5px;
    font-size: 13px;
    color: #888;
    font-style: italic;
    position: relative; }
    .blog-carousel .post-meta li:not(:last-child)::after {
      content: ",";
      position: absolute;
      bottom: 0;
      right: -4px; }

.blog-carousel .post-intro {
  margin: 1.4rem 0 1.2rem; }

/* banner lookbook */
.banner-lookbook {
  padding: 7.933rem 0; }
  .banner-lookbook .addon-box {
    text-align: center;
    color: #f3f3f3; }
    .banner-lookbook .addon-box .text-1 {
      font-family: 'Old Standard TT', serif;
      font-size: 1.333rem;
      margin-bottom: 1.133rem; }
    .banner-lookbook .addon-box .text-2 {
      font-weight: 600;
      font-size: 3.667rem;
      margin-bottom: 3.333rem; }
    .banner-lookbook .addon-box .btn {
      color: #f3f3f3;
      padding: 0.6rem 2.467rem; }
      .banner-lookbook .addon-box .btn:hover {
        color: #000; }
    .banner-lookbook .addon-box p {
      line-height: 1; }
      .banner-lookbook .addon-box p:last-child {
        margin-bottom: 0; }

/* newsletter */
.email_subscription .title {
  display: none; }

.email_subscription .block-title {
  display: none; }

.newsletter-type-1 {
  background-color: #111;
  padding: 7.533rem 0 7.267rem; }
  .newsletter-type-1 .block-title.type-2 {
    display: block;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 1.4px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .newsletter-type-1 .block-content {
    margin-left: auto; }
    .newsletter-type-1 .block-content .newsletter-desc {
      display: none; }
  .newsletter-type-1 .email_subscription {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .newsletter-type-1 .email_subscription > h3 {
      display: none; }
    .newsletter-type-1 .email_subscription .newsletter-desc {
      color: #9f9f9f;
      margin-bottom: 0; }
  .newsletter-type-1 .newsletter-input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .newsletter-type-1 .newsletter-input-group input {
      margin-bottom: 0;
      background: transparent;
      border-color: #464646;
      margin-right: 0.7333rem;
      height: 52px;
      color: #9f9f9f; }
      .newsletter-type-1 .newsletter-input-group input::-webkit-input-placeholder {
        color: #9f9f9f; }
      .newsletter-type-1 .newsletter-input-group input:-ms-input-placeholder {
        color: #9f9f9f; }
      .newsletter-type-1 .newsletter-input-group input::-ms-input-placeholder {
        color: #9f9f9f; }
      .newsletter-type-1 .newsletter-input-group input::placeholder {
        color: #9f9f9f; }
    .newsletter-type-1 .newsletter-input-group button {
      background: #fff;
      color: #111;
      border-color: #fff;
      padding-left: 3.4rem;
      padding-right: 3.4rem; }

.newsletter-type-2 {
  padding: 7.533rem 0 7.267rem; }
  .newsletter-type-2 .block-title.type-2 {
    display: block;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 1.4px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .newsletter-type-2 .block-content {
    margin-left: auto; }
    .newsletter-type-2 .block-content .newsletter-desc {
      display: none; }
  .newsletter-type-2 .title {
    display: block;
    margin-right: 3.333rem; }
    .newsletter-type-2 .title .block-title {
      display: none; }
      .newsletter-type-2 .title .block-title.type-2 {
        display: block; }
  .newsletter-type-2 .block-content {
    margin-left: auto; }
    .newsletter-type-2 .block-content .newsletter-desc {
      display: none; }
  .newsletter-type-2 .email_subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .newsletter-type-2 .email_subscription .newsletter-desc {
      color: #fff;
      margin-bottom: 0; }
  .newsletter-type-2 .newsletter-input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .newsletter-type-2 .newsletter-input-group input {
      margin-bottom: 0;
      background: transparent;
      border-color: #fff;
      margin-right: 0.7333rem;
      min-width: 490px;
      height: 3.467rem;
      color: #fff; }
      .newsletter-type-2 .newsletter-input-group input::-webkit-input-placeholder {
        color: #fff; }
      .newsletter-type-2 .newsletter-input-group input:-ms-input-placeholder {
        color: #fff; }
      .newsletter-type-2 .newsletter-input-group input::-ms-input-placeholder {
        color: #fff; }
      .newsletter-type-2 .newsletter-input-group input::placeholder {
        color: #fff; }
    .newsletter-type-2 .newsletter-input-group button {
      background: #fff;
      color: #111;
      border-color: #fff;
      padding-left: 3.4rem;
      padding-right: 3.4rem; }

.newsletter-type-1 .title, .newsletter-type-2 .title {
  display: block;
  margin-right: 0;
  text-align: center;
  margin-bottom: 10px; }

.newsletter-type-1 .email_subscription, .newsletter-type-2 .email_subscription {
  display: block; }

.newsletter-type-1 .newsletter-input-group, .newsletter-type-2 .newsletter-input-group {
  display: block; }
  .newsletter-type-1 .newsletter-input-group input, .newsletter-type-2 .newsletter-input-group input {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 15px; }

/* brand */
.brand-carousel {
  padding: 50px 0; }
  .brand-carousel.owl-carousel img {
    width: auto; }
  .brand-carousel .brand-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/* addon video */
.jms-video .close {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../img/icons/close.png") no-repeat; }

.jms-video .video-image {
  cursor: pointer; }

.jms-video .modal.show .modal-dialog {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.jms-video .modal-dialog {
  width: calc(100% - 28px);
  position: absolute;
  margin: 0 auto;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all; }
  .jms-video .modal-dialog iframe {
    height: 250px; }

.jms-video .modal-content {
  border-radius: 0;
  border: 0; }

.jms-video .modal-body {
  padding: 25px; }

/* brand */
.brand .brand-carousel {
  padding: 7.733rem 0; }

/* contact page */
#contact #contact-info .block-content {
  border: 0;
  padding: 0; }

#contact .contact-box iframe {
  height: 300px; }

#contact #contact-wrapper .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 2.067rem; }
  #contact #contact-wrapper .social-links li {
    margin: 0; }
    #contact #contact-wrapper .social-links li.facebook a {
      background-color: #3c5a99; }
    #contact #contact-wrapper .social-links li.twitter a {
      background-color: #309cea; }
    #contact #contact-wrapper .social-links li.google-plus a {
      background-color: #d9002f; }
    #contact #contact-wrapper .social-links li.instagram a {
      background-color: #c94836; }
    #contact #contact-wrapper .social-links li.pinterest a {
      background-color: #BD2129; }
    #contact #contact-wrapper .social-links li.youtube a {
      background-color: #F40000; }
    #contact #contact-wrapper .social-links li.vimeo a {
      background-color: #01A7EA; }
    #contact #contact-wrapper .social-links li.linkedin a {
      background-color: #0271AE; }
  #contact #contact-wrapper .social-links a {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.6rem; }
    #contact #contact-wrapper .social-links a i {
      color: #fff;
      font-size: 1.133rem; }

/* home 3 */
.h3-banner-1 .jms-banner > a {
  display: block;
  overflow: hidden; }
  .h3-banner-1 .jms-banner > a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .h3-banner-1 .jms-banner > a img {
    -webkit-transition: 800ms all;
    -o-transition: 800ms all;
    transition: 800ms all; }

.h3-banner-1 .row .layout-column:not(:last-child) {
  margin-bottom: 30px; }

.h3-banner-1 .banner-content {
  margin-top: 1.267rem; }
  .h3-banner-1 .banner-content p {
    margin-bottom: 0; }
  .h3-banner-1 .banner-content .text-1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.8rem;
    letter-spacing: 0.5px; }
  .h3-banner-1 .banner-content .text-2 {
    font-size: 14px;
    margin-bottom: 1.8rem;
    letter-spacing: 0.14px; }
  .h3-banner-1 .banner-content .btn {
    border: 1px solid #111;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 0.4rem 1rem;
    min-width: 160px; }

.h3-banner-bg {
  padding: 4.467rem 0 5rem;
  text-align: center; }
  .h3-banner-bg .text-1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 5px; }
  .h3-banner-bg .text-2 {
    position: relative;
    font-size: 2.8rem;
    font-weight: 700;
    color: #ff794f;
    font-style: italic;
    display: inline-block;
    letter-spacing: 0.8px;
    padding: 6px 23px 2px;
    margin-bottom: 16px;
    z-index: 1; }
    .h3-banner-bg .text-2::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: skewX(-21deg);
      -ms-transform: skewX(-21deg);
      transform: skewX(-21deg);
      background-color: #fff;
      z-index: -1; }
  .h3-banner-bg .text-3 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }

.jms-row.h3-categories .jms-banner > a {
  display: block;
  overflow: hidden; }
  .jms-row.h3-categories .jms-banner > a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .jms-row.h3-categories .jms-banner > a img {
    -webkit-transition: 800ms all;
    -o-transition: 800ms all;
    transition: 800ms all; }

.jms-row.h3-categories .layout-column.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .jms-row.h3-categories .layout-column.categories .banner-content {
    margin-top: 13px; }
  .jms-row.h3-categories .layout-column.categories p {
    font-size: 1.267rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 0.2px; }
    .jms-row.h3-categories .layout-column.categories p a {
      color: #000; }

.home_3 .addon-title h3 {
  letter-spacing: 1.3px; }

/* line */
.jms-row.line {
  border-bottom: 1px solid #ebebeb; }

/* home 4 */
.h4-promobar .promobar-fixed {
  color: #000; }
  .h4-promobar .promobar-fixed p a {
    color: #000; }
    .h4-promobar .promobar-fixed p a::after {
      background-color: #000; }
  .h4-promobar .promobar-fixed .close {
    background: url("../img/icons/close.png") no-repeat;
    background-size: cover; }

.h4-banner .row .layout-column:not(:last-child) {
  margin-bottom: 20px; }

.h4-banner.type-1 .jms-banner > a, .h4-banner.type-2 .jms-banner > a, .h4-banner.type-3 .jms-banner > a {
  display: block;
  overflow: hidden; }
  .h4-banner.type-1 .jms-banner > a:hover img, .h4-banner.type-2 .jms-banner > a:hover img, .h4-banner.type-3 .jms-banner > a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .h4-banner.type-1 .jms-banner > a img, .h4-banner.type-2 .jms-banner > a img, .h4-banner.type-3 .jms-banner > a img {
    -webkit-transition: 800ms all;
    -o-transition: 800ms all;
    transition: 800ms all; }

.h4-banner.type-1 .banner-content, .h4-banner.type-2 .banner-content, .h4-banner.type-3 .banner-content {
  position: absolute;
  bottom: 5.333rem;
  width: 100%;
  text-align: center;
  color: #fff; }
  .h4-banner.type-1 .banner-content .text-1, .h4-banner.type-2 .banner-content .text-1, .h4-banner.type-3 .banner-content .text-1 {
    font-family: 'Old Standard TT', serif;
    font-size: 2.267rem;
    letter-spacing: 0.6px;
    margin-bottom: 2.467rem; }
  .h4-banner.type-1 .banner-content p, .h4-banner.type-2 .banner-content p, .h4-banner.type-3 .banner-content p {
    margin-bottom: 0; }
  .h4-banner.type-1 .banner-content .btn, .h4-banner.type-2 .banner-content .btn, .h4-banner.type-3 .banner-content .btn {
    font-size: 14px;
    font-weight: 400;
    border-width: 1px;
    letter-spacing: 0.3px;
    padding: 0.4rem 1.533rem; }

.h4-banner.type-2 {
  padding: 8rem 0 7.4rem;
  background-color: #232327; }
  .h4-banner.type-2 .container > .row {
    margin-left: -32px;
    margin-right: -32px; }
  .h4-banner.type-2 .layout-column {
    padding: 0 32px; }
  .h4-banner.type-2 .banner-content {
    bottom: 3.333rem; }
    .h4-banner.type-2 .banner-content .text-1 {
      font-size: 2rem;
      margin-bottom: 1.933rem; }
    .h4-banner.type-2 .banner-content .btn {
      padding: 0.4rem 1.067rem;
      min-width: 178px; }

.h4-banner.type-3 {
  background-color: #232327;
  padding-bottom: 8rem; }
  .h4-banner.type-3 .addon-title h3 {
    color: #fff; }
  .h4-banner.type-3 .banner-content {
    margin-top: 1.267rem;
    position: static; }
    .h4-banner.type-3 .banner-content .text-1 {
      font-size: 2rem;
      margin-bottom: 1.933rem; }

/* home 5 */
.h5-category .product_carousel {
  margin-bottom: 20px; }
  .h5-category .product_carousel .addon-box:nth-child(3) {
    max-width: 419px;
    margin: auto; }
  .h5-category .product_carousel .addon-title {
    text-align: left;
    margin-bottom: 15px; }
    .h5-category .product_carousel .addon-title h3 {
      letter-spacing: 0;
      line-height: 1.39;
      margin-bottom: 5px;
      padding-right: 65px; }
  .h5-category .product_carousel .addon-desc {
    text-align: left;
    font-size: 14px;
    font-style: italic;
    color: #555;
    line-height: 2;
    letter-spacing: 0.15px;
    text-transform: initial;
    margin-bottom: 3.333rem; }
  .h5-category .product_carousel .owl-theme .owl-controls div {
    top: calc(50% - 50px); }
    .h5-category .product_carousel .owl-theme .owl-controls div.owl-prev {
      left: -5rem; }
    .h5-category .product_carousel .owl-theme .owl-controls div.owl-next {
      right: -5rem; }
  .h5-category .product_carousel .productbox-2 .product-title {
    text-align: center !important; }
  .h5-category .product_carousel .productbox-2 .variant-links {
    display: none; }
  .h5-category .product_carousel .productbox-2 .product-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.h5-category .category_carousel .control {
  position: absolute;
  bottom: 2.6rem;
  right: 1.533rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .h5-category .category_carousel .control .carousel-control-next {
    opacity: 1;
    margin: 0 0.5rem;
    position: static;
    width: 3.467rem;
    height: 1.667rem;
    background: url("../img/icons/next.png") no-repeat;
    background-size: cover; }
    .h5-category .category_carousel .control .carousel-control-next span {
      display: none; }
  .h5-category .category_carousel .control .carousel-control-prev {
    opacity: 1;
    margin: 0 0.5rem;
    position: static;
    width: 3.467rem;
    height: 1.667rem;
    background: url("../img/icons/prev.png") no-repeat;
    background-size: cover; }
    .h5-category .category_carousel .control .carousel-control-prev span {
      display: none; }

.h5-category .category_carousel .carousel-item a {
  display: block; }
  .h5-category .category_carousel .carousel-item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Old Standard TT', serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }

.h5-categories .layout-column.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .h5-categories .layout-column.categories .jms-banner > a {
    display: block;
    overflow: hidden; }
    .h5-categories .layout-column.categories .jms-banner > a:hover img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .h5-categories .layout-column.categories .jms-banner > a img {
      -webkit-transition: 800ms all;
      -o-transition: 800ms all;
      transition: 800ms all; }
  .h5-categories .layout-column.categories .banner-content {
    margin-top: 0.8667rem; }
  .h5-categories .layout-column.categories p {
    font-size: 1.267rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 0.2px; }
    .h5-categories .layout-column.categories p a {
      color: #000; }

/* home 6 */
.h6-banner .container-fluid > .row {
  margin-left: -5px;
  margin-right: -5px; }

.h6-banner .layout-column {
  padding: 0 5px; }
  .h6-banner .layout-column:not(:last-child) {
    margin-bottom: 20px; }
  .h6-banner .layout-column:first-child {
    margin-bottom: 0; }

.h6-banner .jms-banner > a {
  display: block;
  overflow: hidden; }
  .h6-banner .jms-banner > a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .h6-banner .jms-banner > a img {
    -webkit-transition: 800ms all;
    -o-transition: 800ms all;
    transition: 800ms all; }

.h6-banner .banner-content {
  text-align: center;
  margin-top: 1.267rem; }
  .h6-banner .banner-content p {
    margin-bottom: 0; }
  .h6-banner .banner-content .text {
    font-size: 1.467rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.267rem;
    letter-spacing: 0.1333rem; }
  .h6-banner .banner-content .btn {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    padding: 0.4rem 2.067rem; }

.h6-banner-carousel .addon-box {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.6rem; }

.h6-banner-carousel .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.6rem; }
  .h6-banner-carousel .control .carousel.slide {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #ebebeb; }
  .h6-banner-carousel .control .carousel-control-next {
    opacity: 1;
    margin-left: 1rem;
    position: static;
    width: 3.467rem;
    height: 1.667rem;
    background: url("../img/icons/next.png") no-repeat;
    background-size: cover; }
    .h6-banner-carousel .control .carousel-control-next span {
      display: none; }
  .h6-banner-carousel .control .carousel-control-prev {
    opacity: 1;
    position: static;
    width: 3.467rem;
    height: 1.667rem;
    background: url("../img/icons/prev.png") no-repeat;
    background-size: cover; }
    .h6-banner-carousel .control .carousel-control-prev span {
      display: none; }

.h6-banner-carousel .content {
  position: absolute;
  bottom: 6.667rem;
  left: 6.667rem;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 100%;
  text-align: center; }
  .h6-banner-carousel .content p {
    display: none; }
  .h6-banner-carousel .content .text-1 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.19rem;
    margin-bottom: 0.6667rem; }
  .h6-banner-carousel .content .text-2 {
    letter-spacing: 0.7px;
    margin-bottom: 3rem; }
  .h6-banner-carousel .content .btn {
    background: #fff;
    border-color: #fff;
    padding: 0.5rem 2.933rem;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.09333rem; }
    .h6-banner-carousel .content .btn:hover {
      background-color: #000;
      border-color: #000; }

/* home 7 */
.home_7 #header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }
  .home_7 #header #header-top {
    background-color: #fff;
    -webkit-animation: none;
    animation: none;
    position: static !important;
    padding: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

.home_7 .main-site > #wrapper {
  margin-top: 82px; }

.home_7 .footer-4#footer {
  border-top: 0; }
  .home_7 .footer-4#footer #footer-main {
    padding-bottom: 0; }
    .home_7 .footer-4#footer #footer-main .block-newsletter {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 4.333rem; }
  .home_7 .footer-4#footer .footer-copyright {
    border-top: 0; }

.h7-col-sidebar .addon-box:not(:first-child) {
  display: none; }

.h7-col-sidebar .addon-box:first-child {
  margin-bottom: 20px; }

.h7-col-sidebar.is-affixed .inner-wrapper-sticky {
  left: auto !important;
  z-index: 9; }

.h7-col-sidebar .dropdown-menu.shoppingcart-box {
  left: calc(100% + 28px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.h7-col-sidebar .dropdown-toggle::after {
  display: none; }

.h7-col-sidebar .store-locator {
  text-transform: uppercase; }

.h7-col-sidebar ._desktop_user_info {
  margin-bottom: 1.067rem; }
  .h7-col-sidebar ._desktop_user_info a {
    color: #111;
    font-size: 13px; }
  .h7-col-sidebar ._desktop_user_info .dropdown-menu {
    left: calc(100% + 30px) !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

.h7-col-sidebar .store-locator {
  color: #111;
  font-size: 13px;
  letter-spacing: 0.3px; }

.h7-col-sidebar #cart_block {
  font-size: 13px;
  padding: 0;
  margin-bottom: 1.067rem; }
  .h7-col-sidebar #cart_block .cart-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .h7-col-sidebar #cart_block .ajax_cart_quantity {
    display: none; }
    .h7-col-sidebar #cart_block .ajax_cart_quantity.type-2 {
      display: inline-block;
      position: static;
      font-size: 13px; }
  .h7-col-sidebar #cart_block .fa-shopping-bag {
    display: none; }
  .h7-col-sidebar #cart_block .text-cart {
    display: inline-block;
    color: #111;
    margin-right: 3px; }

.h7-col-sidebar .level-1 > li {
  line-height: 37px; }
  .h7-col-sidebar .level-1 > li > a {
    font-size: 1.333rem;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.1px; }

.h7-col-sidebar .level-2 {
  margin: 0.2rem 0 1.333rem; }
  .h7-col-sidebar .level-2 > li {
    line-height: 28px; }
    .h7-col-sidebar .level-2 > li > a {
      letter-spacing: 0.3px;
      position: relative; }
      .h7-col-sidebar .level-2 > li > a:hover {
        color: #111; }
        .h7-col-sidebar .level-2 > li > a:hover::before {
          width: 100%; }
      .h7-col-sidebar .level-2 > li > a::before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        background-color: #111;
        left: 0;
        bottom: -1px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }

.h7-col-main .item .js-product-miniature {
  margin-bottom: 3.133rem; }

.h7-col-main .productbox-1 .product-info {
  margin-top: 1.533rem; }

/* home 8 */
.h8-banner-type-1 {
  margin-top: 8px; }
  .h8-banner-type-1 .jms-banner > a {
    display: block;
    overflow: hidden; }
    .h8-banner-type-1 .jms-banner > a:hover img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .h8-banner-type-1 .jms-banner > a img {
      -webkit-transition: 800ms all;
      -o-transition: 800ms all;
      transition: 800ms all; }
  .h8-banner-type-1 .layout-column:not(:last-child) {
    margin-bottom: 20px; }
  .h8-banner-type-1 .banner-content {
    position: absolute;
    bottom: 1.333rem;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 0.5333rem 0.6667rem;
    min-width: 20rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .h8-banner-type-1 .banner-content p {
      margin-bottom: 0;
      font-size: 1.267rem;
      font-weight: 600;
      color: #000;
      letter-spacing: 0.1333rem; }

.h8-banner-type-2 .container-fluid {
  max-width: 100%;
  padding: 0; }

.h8-banner-type-2 .jms-banner > a {
  display: block;
  overflow: hidden; }
  .h8-banner-type-2 .jms-banner > a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .h8-banner-type-2 .jms-banner > a img {
    -webkit-transition: 800ms all;
    -o-transition: 800ms all;
    transition: 800ms all; }

.h8-banner-type-2 .layout-column:not(:last-child) {
  margin-bottom: 20px; }

.h8-banner-type-2 .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5.333rem; }
  .h8-banner-type-2 .banner-content .text-1 {
    font-size: 1.333rem;
    color: #000;
    font-family: 'Old Standard TT', serif;
    margin-bottom: 0.8667rem;
    letter-spacing: 0.4px; }
  .h8-banner-type-2 .banner-content .text-2 {
    font-size: 2.133rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.533rem;
    letter-spacing: 1.3px; }
  .h8-banner-type-2 .banner-content .text-3 {
    letter-spacing: 0.7px; }
  .h8-banner-type-2 .banner-content p {
    margin-bottom: 0; }

/* home 9 */
.home_9 .header-4 .header-left {
  margin-right: 18px; }

.h9-banner-type-1 .jms-banner > a {
  display: block;
  overflow: hidden; }
  .h9-banner-type-1 .jms-banner > a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .h9-banner-type-1 .jms-banner > a img {
    -webkit-transition: 800ms all;
    -o-transition: 800ms all;
    transition: 800ms all; }

.h9-banner-type-1 .layout-column {
  margin-bottom: 20px; }

.h9-banner-type-1 .banner-1 .banner-content {
  right: 7.8rem; }

.h9-banner-type-1 .banner-2 {
  margin-bottom: 1.867rem; }
  .h9-banner-type-1 .banner-2 .banner-content {
    right: 7.2rem; }

.h9-banner-type-1 .banner-3 .banner-content, .h9-banner-type-1 .banner-4 .banner-content {
  left: 4rem; }

.h9-banner-type-1 .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .h9-banner-type-1 .banner-content p {
    font-size: 1.467rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px; }

.h9-banner-type-2 .jms-banner > a {
  display: block;
  overflow: hidden; }
  .h9-banner-type-2 .jms-banner > a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .h9-banner-type-2 .jms-banner > a img {
    -webkit-transition: 800ms all;
    -o-transition: 800ms all;
    transition: 800ms all; }

.h9-banner-type-2 .layout-column:not(:last-child) {
  margin-bottom: 20px; }

.h9-banner-type-2 .layout-column:first-child {
  margin-bottom: 0; }

.h9-banner-type-2 .banner-content {
  left: 4.333rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .h9-banner-type-2 .banner-content p {
    margin-bottom: 0; }
  .h9-banner-type-2 .banner-content .text-1 {
    font-size: 1.467rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.4rem; }
  .h9-banner-type-2 .banner-content .text-2 {
    letter-spacing: 0.75px;
    margin-bottom: 0.2667rem; }

.jms-row.h9-sale-off p {
  margin-bottom: 0; }

.jms-row.h9-sale-off .addon-title {
  margin-bottom: 1.067rem; }
  .jms-row.h9-sale-off .addon-title h3 {
    font-size: 2.333rem;
    font-family: 'Old Standard TT', serif;
    text-transform: initial;
    letter-spacing: -0.2px;
    line-height: 1.45; }

.jms-row.h9-sale-off .addon-desc {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.3px;
  margin-bottom: 3.667rem; }

.jms-row.h9-sale-off .btn {
  min-width: 13.47rem;
  border-color: #464646; }
  .jms-row.h9-sale-off .btn:hover {
    border-color: #000; }

/* footer top */
#footer .footer-top-1 {
  padding: 2.333rem 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  #footer .footer-top-1 .socials {
    margin-bottom: 20px; }
  #footer .footer-top-1 .social-links {
    position: relative; }
    #footer .footer-top-1 .social-links::after {
      content: "";
      position: absolute;
      right: -44px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      height: 37px;
      /*background-color: #b7b7b7;*/
      background-color: #fff;
      opacity: 0; }
    #footer .footer-top-1 .social-links li {
      margin: 0; }
      #footer .footer-top-1 .social-links li.facebook a {
        background-color: #3c5a99; }
      #footer .footer-top-1 .social-links li.twitter a {
        background-color: #309cea; }
      #footer .footer-top-1 .social-links li.google-plus a {
        background-color: #d9002f; }
      #footer .footer-top-1 .social-links li.instagram a {
        background-color: #c94836; }
      #footer .footer-top-1 .social-links li.pinterest a {
        background-color: #BD2129; }
      #footer .footer-top-1 .social-links li.youtube a {
        background-color: #F40000; }
      #footer .footer-top-1 .social-links li.vimeo a {
        background-color: #01A7EA; }
      #footer .footer-top-1 .social-links li.linkedin a {
        background-color: #0271AE; }
    #footer .footer-top-1 .social-links a {
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0.4667rem; }
      #footer .footer-top-1 .social-links a i {
        color: #fff;
        font-size: 1.133rem; }

/* footer */
footer .row .layout-column {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  -ms-flex-positive: initial; }

footer .row {
  padding: 0; }

#index #footer {
  margin-top: 0; }

#footer {
  background: #fff;
  margin-top: 8rem; }
  #footer ul {
    margin-bottom: 0; }
  #footer li a {
    font-size: 0.9333rem;
    text-transform: capitalize;
    letter-spacing: 0.1px;
    position: relative; }
    #footer li a::before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      background-color: #000;
      left: 0;
      bottom: -1px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    #footer li a:hover {
      color: #000; }
      #footer li a:hover::before {
        width: 100%; }
  #footer #social-links li a::before {
    display: none; }
  #footer .block-content ul li {
    line-height: 2rem; }
  #footer .block-title {
    display: block; }
    #footer .block-title.type-1, #footer .block-title.type-2 {
      display: none; }
  #footer .block-contact .block-title .text-2 {
    display: none; }
  #footer .block-contact .block-content {
    margin-top: 11px;
    border: 0;
    padding: 0;
    font-style: italic;
    line-height: 2;
    font-size: 0.9333rem;
    letter-spacing: -0.001px; }
    #footer .block-contact .block-content .info-address {
      margin-bottom: 10px; }
    #footer .block-contact .block-content .section.phone, #footer .block-contact .block-content .section.email {
      margin-bottom: 2px; }

#footer-main {
  /*
  padding-top: 7.667rem;
  padding-bottom: 6.333rem; 
  */    
  padding-top: 5rem;
  padding-bottom: 3rem;
}
  #footer-main .contact-infos ul{
     line-height: 30px;
  }
  #footer-main .contact-infos .site-logo-text{
    margin-bottom: 15px;
    display: block;
    margin-top: -6px;
  }
  #footer-main .layout-column.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  #footer-main .block .block-title {
    font-size: 1.267rem;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding-bottom: 0.6667rem;
    margin-bottom: 0.6667rem; }
    #footer-main .block .block-title i, #footer-main .block .block-title span {
      display: block; }
    #footer-main .block .block-title span {
      float: right;
      cursor: pointer; }

#footer-copyright {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;
  text-transform: initial;
  letter-spacing: -0.3px; }
  #footer-copyright .layout-column {
    text-align: center; }
  #footer-copyright .quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #footer-copyright .quick-links a {
      margin: 0 1rem; }

#footer.footer-1 .layout-column.newsletter {
  min-width: auto; }

#footer.footer-1 #footer-copyright {
  background-color: #ebebeb;
  padding: 16px 0; }

#footer.footer-1 .email_subscription .title {
  display: block; }
  #footer.footer-1 .email_subscription .title .block-title.type-2, #footer.footer-1 .email_subscription .title .newsletter-desc {
    display: none; }

#footer.footer-2 #footer-copyright {
  background-color: #ebebeb;
  padding: 16px 0; }

#footer.footer-2 .block-contact .block-title {
  display: none !important; }
  #footer.footer-2 .block-contact .block-title.type-2 {
    display: block !important; }

.footer-3#footer .block-contact .block-title {
  display: none; }
  .footer-3#footer .block-contact .block-title.type-3 {
    display: block; }

.footer-3#footer .quick-links {
  display: none; }

.footer-3#footer .copyright-content .copyright-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.footer-3#footer .social-links li {
  display: block;
  margin: 0;
  line-height: 30px; }
  .footer-3#footer .social-links li .fa {
    font-size: 15px;
    margin-right: 10px; }

.footer-3#footer .block-contact .block-title .text-1 {
  display: none; }

.footer-3#footer .block-contact .block-title .text-2 {
  display: block; }

.footer-3#footer .block-contact .block-content .section.address {
  display: none; }

.footer-3 #footer-copyright {
  background-color: #ebebeb;
  padding: 16px 0; }

.footer-4#footer {
  border-top: 1px solid #ebebeb; }
  .footer-4#footer #footer-main {
    padding-top: 4.867rem;
    padding-bottom: 3.333rem; }
  .footer-4#footer .block-title {
    display: block; }
  .footer-4#footer .block-content {
    display: block; }
  .footer-4#footer .footer-copyright .socials {
    text-align: center;
    margin-bottom: 20px; }
  .footer-4#footer .footer-copyright .social-links {
    margin-right: 0; }
    .footer-4#footer .footer-copyright .social-links::after {
      opacity: 0; }
  .footer-4#footer .footer-copyright .payment-img {
    text-align: center; }
    .footer-4#footer .footer-copyright .payment-img img {
      margin-left: 0; }
  .footer-4#footer .email_subscription {
    text-align: center;
    max-width: 680px;
    margin: auto;
    border-color: #e1e1e1; }
    .footer-4#footer .email_subscription .title {
      display: block; }
      .footer-4#footer .email_subscription .title .block-title {
        display: none; }
        .footer-4#footer .email_subscription .title .block-title.type-2 {
          display: block; }
      .footer-4#footer .email_subscription .title .newsletter-desc {
        display: none; }
    .footer-4#footer .email_subscription .newsletter-desc {
      margin-bottom: 1.867rem; }
  .footer-4#footer .newsletter-input-group {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .footer-4#footer .newsletter-input-group input {
      height: 52px;
      margin-bottom: 15px; }
    .footer-4#footer .newsletter-input-group button {
      max-width: 180px;
      margin-left: 10px;
      background: transparent;
      color: #111;
      letter-spacing: 0.2px; }
      .footer-4#footer .newsletter-input-group button:hover {
        background-color: #111;
        color: #fff; }
  .footer-4#footer .block-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1.3px;
    padding-bottom: 0;
    margin-bottom: 5px;
    display: block; }
    .footer-4#footer .block-title i {
      display: none; }
    .footer-4#footer .block-title + .block-content {
      display: block; }
  .footer-4#footer .footer-copyright {
    background: transparent;
    border-top: 1px solid #ebebeb;
    padding: 31px 0 29px; }
    .footer-4#footer .footer-copyright .container-fluid > .row:first-child {
      margin-bottom: 1.733rem; }
    .footer-4#footer .footer-copyright .quick-links {
      display: none; }
    .footer-4#footer .footer-copyright .copyright-content {
      max-width: 100%;
      text-align: center; }
    .footer-4#footer .footer-copyright .social-links {
      position: relative; }
      .footer-4#footer .footer-copyright .social-links::after {
        content: "";
        position: absolute;
        right: -44px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 37px;
        background-color: #b7b7b7; }
      .footer-4#footer .footer-copyright .social-links li {
        margin: 0; }
        .footer-4#footer .footer-copyright .social-links li.facebook a {
          background-color: #3c5a99; }
        .footer-4#footer .footer-copyright .social-links li.twitter a {
          background-color: #309cea; }
        .footer-4#footer .footer-copyright .social-links li.google-plus a {
          background-color: #d9002f; }
        .footer-4#footer .footer-copyright .social-links li.instagram a {
          background-color: #c94836; }
        .footer-4#footer .footer-copyright .social-links li.pinterest a {
          background-color: #BD2129; }
        .footer-4#footer .footer-copyright .social-links li.youtube a {
          background-color: #F40000; }
        .footer-4#footer .footer-copyright .social-links li.vimeo a {
          background-color: #01A7EA; }
        .footer-4#footer .footer-copyright .social-links li.linkedin a {
          background-color: #0271AE; }
      .footer-4#footer .footer-copyright .social-links a {
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0.4667rem; }
        .footer-4#footer .footer-copyright .social-links a i {
          color: #fff;
          font-size: 1.133rem; }

.footer-5#footer {
  border-top: 1px solid #ebebeb; }
  .footer-5#footer #footer-main {
    padding-top: 7.067rem;
    padding-bottom: 5.267rem; }
  .footer-5#footer .container {
    max-width: 1194px; }
    .footer-5#footer .container > .row {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  .footer-5#footer .layout-column.col-right, .footer-5#footer .layout-column.col-center .block-title {
    text-align: left; }
  .footer-5#footer .layout-column.col-center {
    text-align: center; }
    .footer-5#footer .layout-column.col-center .logo {
      display: block;
      margin-bottom: 1.267rem; }
    .footer-5#footer .layout-column.col-center .desc {
      font-family: 'Old Standard TT', serif;
      color: #333;
      letter-spacing: 0.7px;
      font-size: 15px;
      margin-top: 4px; }
    .footer-5#footer .layout-column.col-center .block-newsletter {
      margin-top: 3.333rem; }
    .footer-5#footer .layout-column.col-center .newsletter-input-group input {
      height: 52px; }
  .footer-5#footer .block-newsletter .newsletter-input-group {
    display: block; }
    .footer-5#footer .block-newsletter .newsletter-input-group input {
      border-right: 2px solid #e1e1e1;
      margin-bottom: 15px; }
  .footer-5#footer .block-newsletter .block-content {
    display: block; }
  .footer-5#footer .block-newsletter .block-title, .footer-5#footer .block-newsletter .newsletter-desc {
    display: none; }
  .footer-5#footer .block-newsletter .newsletter-input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .footer-5#footer .block-newsletter .newsletter-input-group button {
      width: auto;
      padding: 6.5px 21px;
      background: transparent;
      color: #111; }
      .footer-5#footer .block-newsletter .newsletter-input-group button:hover {
        background-color: #111;
        color: #fff; }
  .footer-5#footer .block-newsletter .email_subscription {
    padding-bottom: 0 !important; }
  .footer-5#footer #social-links {
    margin-top: 3.667rem; }
    .footer-5#footer #social-links li {
      margin: 0 16px; }
    .footer-5#footer #social-links .fa {
      font-size: 1.8rem; }
      .footer-5#footer #social-links .fa:hover {
        color: #000; }
  .footer-5#footer #footer-copyright {
    padding: 10px 0 24px;
    background: transparent; }
    .footer-5#footer #footer-copyright .quick-links {
      display: none; }
    .footer-5#footer #footer-copyright .copyright-content {
      max-width: 100%;
      text-align: center; }

.footer-6#footer {
  padding: 7rem 0 7.8rem;
  background-color: #000; }
  .footer-6#footer .footer-main {
    padding: 0 0 18px; }
    .footer-6#footer .footer-main .container > .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .footer-6#footer .footer-main .col-logo {
      margin-bottom: 15px;
      text-align: center; }
    .footer-6#footer .footer-main .col-right ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer-6#footer .footer-main .col-right ul li {
        position: relative;
        margin: 0 15px !important; }
        .footer-6#footer .footer-main .col-right ul li:not(:first-child) {
          margin-left: 0; }
          .footer-6#footer .footer-main .col-right ul li:not(:first-child)::before {
            content: "";
            opacity: 0;
            position: absolute;
            width: 6px;
            height: 6px;
            background-color: #ff794f;
            left: -24px;
            top: 50%;
            border-radius: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .footer-6#footer .footer-main .col-right ul li a {
          font-size: 15px;
          color: #c5c5c5;
          text-transform: uppercase;
          font-weight: 600; }
          .footer-6#footer .footer-main .col-right ul li a:hover {
            color: #fff; }
  .footer-6#footer .site-logo-text {
    color: #fff; }
  .footer-6#footer #footer-copyright {
    color: #c5c5c5; }
    .footer-6#footer #footer-copyright .copyright-content .copyright-content {
      max-width: 100%; }
    .footer-6#footer #footer-copyright .quick-links {
      display: none; }
    .footer-6#footer #footer-copyright .socials ul {
      position: relative;
      top: 5px; }
      .footer-6#footer #footer-copyright .socials ul li {
        margin: 0;
        margin-left: 15px; }
        .footer-6#footer #footer-copyright .socials ul li a {
          font-size: 22px;
          color: #c5c5c5; }
          .footer-6#footer #footer-copyright .socials ul li a:hover {
            color: #fff; }

@-webkit-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

/*** off canvas menu ***/
#mobile-menu-close {
  padding: 20px 14px; }
  #mobile-menu-close h3 {
    text-transform: uppercase; }

#off-canvas-menu {
  margin-top: 0;
  padding: 10px 0; }
  #off-canvas-menu .nav > li {
    border: 0; }
    #off-canvas-menu .nav > li > a {
      padding: 0 14px;
      border-bottom: 1px solid #ebebeb; }
    #off-canvas-menu .nav > li:hover, #off-canvas-menu .nav > li.open {
      background: #ebebeb; }
  #off-canvas-menu .dropdown-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    right: 0; }
  #off-canvas-menu .mega .caret {
    width: 20px;
    text-align: right; }
  #off-canvas-menu .top-column {
    font-size: 14px;
    margin-top: 30px;
    padding: 0 14px;
    line-height: 2; }
    #off-canvas-menu .top-column ul li.current a {
      color: #000; }
      #off-canvas-menu .top-column ul li.current a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: #000; }
    #off-canvas-menu .top-column ul li a {
      position: relative; }
    #off-canvas-menu .top-column #language-selector-label, #off-canvas-menu .top-column #currency-selector-label {
      font-weight: 600;
      color: #000; }

/**** preloader ****/
.preloader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  background: #fff; }
  .preloader .spinner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100px;
    text-align: center;
    z-index: 10000; }
    .preloader .spinner .bounce1, .preloader .spinner .bounce2, .preloader .spinner .bounce3 {
      width: 15px;
      height: 15px;
      margin: 0 7px;
      background-color: #000;
      -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);
      border-radius: 50%;
      display: inline-block;
      -webkit-animation: loadingstyle4 1.4s infinite ease-in-out;
      animation: loadingstyle4 1.4s infinite ease-in-out;
      -webkit-animation-fill-mode: none;
      animation-fill-mode: none;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    .preloader .spinner .bounce1 {
      -webkit-animation-delay: -.32s;
      animation-delay: -.32s; }
    .preloader .spinner .bounce2 {
      -webkit-animation-delay: -.16s;
      animation-delay: -.16s; }

/***** other page ******/
.block-promo .cart-summary-line .label {
  float: left; }

.block-promo .cart-summary-line .voucher {
  float: right; }

.block-promo .collapse-button {
  cursor: pointer; }
  .block-promo .collapse-button:hover {
    color: #ff794f; }

.row.sitemap {
  line-height: 1.85; }

.show .shoppingcart-box.shoppingcart-sidebar,
.show .user-info-content.user-info-sidebar {
  right: 0; }

#order-confirmation .order-confirmation-table .details {
  margin-top: 10px; }

.contact-layout-3 .col-image {
  margin-bottom: 20px; }

#contact-wrapper #contact-form {
  margin-top: 20px; }

.page-cms .col-xs-12:not(:last-child) {
  margin-bottom: 15px; }

.vertical-thumbs .js-qv-mask {
  width: 45px; }

.vertical-thumbs .product-cover {
  width: calc(100% - 55px); }

.hidden-md-down {
  display: none; }

.products-list .js-product-miniature {
  display: block; }

.products-list .product-preview {
  width: 100%;
  margin-bottom: 20px; }

.products-list .product-info {
  width: 100%;
  padding: 0; }

#category .topseller-block {
  display: none; }

#category #search_widget {
  display: none; }

#products-top .view-mode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

#products-top .filter-button {
  margin-left: 10px; }
  #products-top .filter-button #search_filter_toggler {
    line-height: 1.2; }

#products-top .pagination {
  margin-bottom: 10px;
  display: none; }

#products-top .col-left {
  display: none; }

#products-top .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px; }
  #products-top .col-right .sort-by {
    margin-right: auto; }

#mobile-menu-toggle {
  cursor: pointer; }

#desktop-header {
  display: none; }

#mobile-header {
  display: block; }

.dropdown-menu.shoppingcart-box {
  min-width: auto;
  max-width: initial;
  width: calc(100% - 28px); }

.page-not-found #search_widget {
  margin: auto; }

#history #content-wrapper .label {
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block; }

#notifications ul {
  margin-bottom: 0; }

.links .link-item {
  color: #000; }

#blockcart-modal .modal-dialog {
  padding: 0 14px; }
  #blockcart-modal .modal-dialog .close {
    padding: 0;
    margin: 0;
    right: 14px; }

#blockcart-modal .modal-title {
  letter-spacing: 0;
  font-weight: 500;
  margin: auto; }

#blockcart-modal .product-name {
  font-size: 15px;
  color: #111; }

#blockcart-modal .product-image {
  border: 0; }

#blockcart-modal .content_price {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #000; }

#blockcart-modal .cart-content {
  color: #111; }

#blockcart-modal .divide-left {
  line-height: 1.85;
  border-left: 0;
  border-right: 1px solid #ebebeb; }
  #blockcart-modal .divide-left span {
    color: #111; }

#blockcart-modal .divide-right .btn-group a:first-child {
  margin-right: 10px;
  cursor: pointer; }
  #blockcart-modal .divide-right .btn-group a:first-child:hover {
    color: #fff; }

.block-social ul li a {
  color: #fff; }

.block-social ul li.facebook a {
  background: #3c5a99; }

.block-social ul li.twitter a {
  background: #309cea; }

.block-social ul li.googleplus a {
  background: #d9002f; }

.block-social ul li.pinterest a {
  background: #E60019; }

.billing-info {
  margin-top: 20px; }

.cart_block_list {
  max-height: 300px;
  overflow-y: auto; }

.remove-from-cart.remove_link {
  margin-left: 30px; }

/**** quickview modal ***/
.quickview-modal {
  font-size: 15px; }
  .quickview-modal .product-name {
    font-size: 1.6rem;
    font-weight: 400;
    color: #111; }
  .quickview-modal .content_price .price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000; }
  .quickview-modal .modal-body {
    padding: 14px;
    padding-bottom: 1.667rem; }
  .quickview-modal.show .horizonal-thumbs .js-qv-mask {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .quickview-modal .images-container {
    position: relative;
    overflow: hidden; }
  .quickview-modal .horizonal-thumbs .js-qv-mask {
    position: relative;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; }
  .quickview-modal .horizonal-thumbs .slick-arrow {
    opacity: 1; }

.modal-open .zoomContainer {
  z-index: 1051; }

.page-not-found {
  padding: 5rem 0 5rem; }

.wishlist-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wishlisturl.form-group {
  margin-bottom: 50px; }

.wlp_bought_list .product_infos {
  margin-top: 15px; }

.wlp_bought_list #s_title {
  color: #111; }

.wlp_bought_list label {
  color: #111; }

.wlp_bought_list .group_btn a {
  margin-right: 5px; }

.wl_send.std {
  margin-top: 50px; }

#hideSendWishlist {
  margin-bottom: 20px; }

#hideWishlist {
  float: none; }

#block-order-detail .display_list {
  margin-bottom: 0;
  margin-left: auto; }

/*** header mobile ***/
#header-mobile-bottom .user-info-content,
#header-mobile-top .user-info-content {
  background: #fff; }
  #header-mobile-bottom .user-info-content a,
  #header-mobile-top .user-info-content a {
    color: #111; }

.header-mobile-1#mobile-header i {
  font-size: 16px; }

.header-mobile-1 .header-right {
  position: static; }

#mobile-header i {
  font-family: "Font Awesome 5 Pro"; }

#mobile-header #search-form-dropdown {
  width: calc(100% - 28px);
  left: 14px;
  min-width: auto; }
  #mobile-header #search-form-dropdown .search-result-content {
    width: calc(100% + 38px);
    padding: 20px;
    left: -19px;
    top: calc(100% + 18px);
    font-size: 15px; }
    #mobile-header #search-form-dropdown .search-result-content .row {
      padding: 0; }
    #mobile-header #search-form-dropdown .search-result-content .product-link {
      display: block;
      margin-bottom: 7px; }

.header-mobile-2 .header-right {
  position: static; }

.header-mobile-4 #header-mobile-top .container > .row {
  padding: 0; }
  .header-mobile-4 #header-mobile-top .container > .row .col-auto {
    padding-left: 14px;
    padding-right: 14px; }

.header-mobile-4 #mobile-menu-toggle {
  cursor: pointer;
  position: relative;
  top: 2px; }

/******** responsive *********/
@media (min-width: 375px) {
  .vertical-thumbs .js-qv-mask {
    width: 55px; }
  .vertical-thumbs .product-cover {
    width: calc(100% - 65px); } }

@media (min-width: 414px) {
  .vertical-thumbs .js-qv-mask {
    width: 65px; }
  .vertical-thumbs .product-cover {
    width: calc(100% - 75px); } }

@media (min-width: 480px) {
  #footer-main .block .block-title i, #footer-main .block .block-title span {
    display: none; } }

@media (min-width: 576px) {
  #order-confirmation .order-confirmation-table .details {
    margin-top: 0; }
  .cat-post-list.more-columns .post-intro {
    padding: 0 40px; }
  .vertical-thumbs .js-qv-mask {
    width: 35px; }
  .vertical-thumbs .product-cover {
    width: calc(100% - 45px); }
  .product-detail .pb-right-column {
    margin-top: 0; }
  #more_info_block.tab-left .nav-tabs .nav-item {
    width: auto;
    margin-right: 6px;
    margin-bottom: 0;
    text-align: center; }
  #products-top .pagination {
    margin-right: 10px;
    margin-bottom: 0; }
  .feature-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .feature-box .image {
      margin-right: 16px;
      margin-bottom: 0; }
  .h4-banner .row .layout-column:not(:last-child) {
    margin-bottom: 0; }
  .newsletter-type-1 .newsletter-input-group, .newsletter-type-2 .newsletter-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 548px;
    margin: auto; }
    .newsletter-type-1 .newsletter-input-group input, .newsletter-type-2 .newsletter-input-group input {
      min-width: auto;
      margin-bottom: 0;
      margin-right: 10px; }
    .newsletter-type-1 .newsletter-input-group button, .newsletter-type-2 .newsletter-input-group button {
      width: 200px; }
  .footer-5#footer .layout-column.col-center .newsletter-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: auto; }
    .footer-5#footer .layout-column.col-center .newsletter-input-group input {
      margin-right: 10px;
      margin-bottom: 0; }
  .footer-4#footer .newsletter-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-4#footer .newsletter-input-group input {
      margin-bottom: 0; }
  .dropdown-menu.shoppingcart-box {
    width: 370px; }
  .header-mobile-1#mobile-header i {
    font-size: 22px; } }

@media (min-width: 768px) {
  html {
    font-size: 13.5px; }
  #contact .contact-box iframe {
    height: 500px; }
  #products-top .col-left {
    display: block; }
  #products-top .col-right .sort-by {
    margin-right: 0; }
  #products-top .pagination {
    display: inline-block; }
  .cart-grid-right {
    margin-top: 0; }
  .contact-layout-3 .col-image {
    margin-bottom: 0; }
  #contact-wrapper #contact-form {
    margin-top: 0; }
  .product-layout-3columns .product-quantity {
    margin-right: 20px; }
  .vertical-thumbs .js-qv-mask {
    width: 55px; }
  .vertical-thumbs .product-cover {
    width: calc(100% - 65px); }
  .products-list .js-product-miniature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .products-list .product-preview {
    width: 31%;
    margin-bottom: 0; }
  .products-list .product-info {
    width: 69%;
    padding: 0 28px; }
  #products-top .col-right {
    margin-top: 0;
    margin-bottom: 5px; }
  .jms-row.promo-bar {
    display: block; }
  .h9-banner-type-1 .layout-column {
    margin-bottom: 0; }
  .h9-banner-type-2 .layout-column:not(:last-child) {
    margin-bottom: 0; }
  .h8-banner-type-2 .layout-column:not(:last-child) {
    margin-bottom: 0; }
  .h6-banner-carousel .content {
    top: auto;
    left: 6.667rem;
    bottom: 6.667rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    text-align: left; }
    .h6-banner-carousel .content p {
      display: block; }
  .h6-banner .layout-column:not(:last-child) {
    margin-bottom: 0; }
  .h3-banner-1 .row .layout-column:not(:last-child) {
    margin-bottom: 0; }
  .quickview-modal .modal-dialog {
    max-height: 772px;
    overflow: hidden;
    max-width: 1200px !important; }
  .instagram_block .info-block span {
    font-size: 20px; }
  .quickview-modal .product-name {
    margin-top: 0; }
  #footer-main .layout-column.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  #footer-main .layout-column.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  #footer-main .layout-column.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .footer-6#footer .footer-main .col-logo {
    text-align: left;
    margin-bottom: 0; }
  .footer-6#footer .footer-main .col-right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .footer-6#footer .footer-main .col-right ul li {
      margin-right: 0 !important; }
      .footer-6#footer .footer-main .col-right ul li:not(:first-child) {
        margin-left: 20px !important; }
  .footer-6#footer #footer-copyright .layout-column {
    text-align: left; }
  .footer-6#footer #footer-copyright .socials {
    text-align: right; }
  .footer-5#footer .layout-column .block-title {
    display: none; }
  .footer-5#footer .layout-column.col-right {
    text-align: right; }
  #footer .footer-top-1 .socials {
    margin-bottom: 0;
    text-align: right; }
  #footer .footer-top-1 .social-links {
    margin-right: 29px; }
    #footer .footer-top-1 .social-links::after {
      opacity: 1; }
  #footer .footer-top-1 .payment-img {
    text-align: left; }
    #footer .footer-top-1 .payment-img img {
      margin-left: 0px;
      width: 480px;
        
    } }

@media (min-width: 992px) {
  #module-jmsblog-categories #left-column,
  #module-jmsblog-post #left-column,
  #module-jmsblog-archive #left-column,
  #module-jmsblog-tag #left-column {
    margin-bottom: 0; }
  #module-jmsblog-categories #right-column,
  #module-jmsblog-post #right-column,
  #module-jmsblog-archive #right-column,
  #module-jmsblog-tag #right-column {
    margin-top: 0; }
  .vertical-thumbs .js-qv-mask {
    width: 80px; }
  .vertical-thumbs .product-cover {
    display: block;
    width: calc(100% - 90px); }
  #product .right-column {
    margin-top: 0; }
  .hidden-md-down {
    display: block; }
  .hidden-lg-up {
    display: none; }
  #products-top .filter-button {
    display: none; }
  #products-top .col-right {
    text-align: right; }
  #category .topseller-block {
    display: block; }
  #category #search_widget {
    display: block; }
  #products-top .pagination {
    margin-right: 29px; }
  .h8-banner-type-1 .layout-column:not(:last-child) {
    margin-bottom: 0; }
  .h8-banner-type-1 .container-fluid {
    max-width: 100%;
    padding: 0 8px; }
    .h8-banner-type-1 .container-fluid > .row {
      margin-left: -4px;
      margin-right: -4px; }
  .h8-banner-type-1 .layout-column {
    padding: 0 4px; }
  .jms-video .modal-dialog {
    width: 990px;
    max-width: initial; }
    .jms-video .modal-dialog iframe {
      height: 500px; }
  .h5-category .product_carousel {
    margin-top: -4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%; }
  .h5-category .category_carousel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%; }
  .newsletter-type-1 .title, .newsletter-type-2 .title {
    display: inline-block;
    margin-right: 3.333rem;
    text-align: left;
    margin-bottom: 0; }
  .newsletter-type-1 .email_subscription, .newsletter-type-2 .email_subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .newsletter-type-1 .newsletter-input-group, .newsletter-type-2 .newsletter-input-group {
    max-width: initial; }
  .jms-row.promo-bar {
    padding: 8px 0; }
    .jms-row.promo-bar .col {
      margin: 0; }
    .jms-row.promo-bar .layout-column.left p {
      text-align: left; }
    .jms-row.promo-bar .layout-column.right p {
      text-align: right; }
  .jms-row.banner-gifts .jms-banner .banner-content {
    min-width: 440px; }
  .jms-row.service .layout-column:not(:last-child) {
    margin-bottom: 0; }
  .footer-1#footer .layout-column.newsletter {
    min-width: 449px;
    max-width: 449px !important; }
  .footer-3#footer #footer-copyright .layout-column.payment-img {
    text-align: right; }
  .footer-4#footer .footer-copyright .socials {
    text-align: right;
    margin-bottom: 0; }
  .footer-4#footer .footer-copyright .social-links {
    margin-right: 29px; }
    .footer-4#footer .footer-copyright .social-links::after {
      opacity: 1; }
  .footer-4#footer .footer-copyright .payment-img {
    text-align: left; }
    .footer-4#footer .footer-copyright .payment-img img {
      margin-left: 37px; }
  .footer-6#footer .footer-main .col-right ul li:not(:first-child) {
    margin-left: 43px !important; }
    .footer-6#footer .footer-main .col-right ul li:not(:first-child)::before {
      opacity: 1; }
  #footer-main .layout-column.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  #footer-main .layout-column.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  #footer-copyright .layout-column {
    text-align: left; }
  #footer-copyright .layout-column2 {
    text-align: right; }
  #footer-copyright .quick-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #footer-copyright .quick-links a {
      margin-left: 35px;
      margin-right: 0; } }

@media (min-width: 1200px) {
  html {
    font-size: 15px; }
  .vertical-thumbs .js-qv-mask {
    width: 100px; }
  .vertical-thumbs .product-cover {
    width: calc(100% - 110px); }
  .zoomContainer {
    display: block; }
  .products-list .product-preview {
    margin-bottom: 0; }
  .products-list .product-info {
    padding: 0 28px; }
  .home_5 .container {
    max-width: 1490px; }
  .home_7 .main-site > #wrapper {
    margin-top: 152px; }
  .home_7.page-index .main-site {
    margin-left: 235px; }
  .home_7.page-index #wrapper .container-fluid, .home_7.page-index #footer .container-fluid {
    max-width: 1607px;
    margin: 0; }
  .header-7 .layout-column.logo {
    height: 62px; }
  .h7-col-sidebar {
    position: fixed;
    left: 0;
    max-width: 235px;
    z-index: 90; }
    .h7-col-sidebar .addon-box {
      text-align: right; }
      .h7-col-sidebar .addon-box:first-child {
        margin-top: -11px; }
      .h7-col-sidebar .addon-box:not(:first-child) {
        display: block; }
  .h7-col-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .container {
    max-width: 1192px; }
  .newsletter-type-1 .newsletter-input-group input, .newsletter-type-2 .newsletter-input-group input {
    min-width: 490px; }
  .header-1 #header-top .megamenu {
    margin-right: 0; }
  #desktop-header {
    display: block; }
    #desktop-header.header-7 #header-top .site-logo-text {
      position: fixed;
      left: 127px;
      top: 45px; }
  #mobile-header {
    display: none; }
  .category-1 .row .layout-column:not(:last-child) {
    margin-bottom: 0; } }

@media (min-width: 1366px) {
  .header-1 #header-top .megamenu {
    margin-right: 77px; }
  .h3-brand .container {
    max-width: 1265px; }
  .h5-category .container-fluid {
    max-width: 100%;
    padding: 0; }
  .h5-category .category_carousel {
    padding-left: 81px; } }

@media (min-width: 1800px) {
  .breadcrumb ul {
    padding-top: 7.4rem;
    padding-bottom: 7.667rem;
    padding-left: 14px;
    padding-right: 14px; }
  .h7-col-sidebar .addon-box:first-child {
    margin-bottom: 11.87rem; }
  .h5-category .product_carousel {
    padding-left: 235px;
    padding-right: 7px; } }
    
    
    .h6.carrier-name{
        margin-left: 10px;
    }

    .row.delivery-option{
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .logocarrier{
        margin-top: -5px;
    }
    .row.carrier-extra-content{
        justify-content: center;
    }
    .MRW-Container.MRW-ButtonContainer{
        margin: 10px;
    }
    .MRW-Line{
        text-align: center;
    }
    #mondialrelay_change-relay{
        margin-top: 20px;
    }
    #delivery > label {
        margin-top: 15px;
    }
    
    .order-message-form.box > form > .form-fields{
        margin: 30px;
    } 
    
    .message.row{
        margin-bottom: 50px;
    }
    .form-group.center-email-fields > .form-control-submit.btn-default.hidden-xs-down{
        margin-top: 15px;
    }
    .form-fields.renew-password > .container-fluid{
        margin-top: 30px;
    }
    .form-fields.renew-password > .container-fluid > .row.form-group > .col-md-4{
        margin-left: -15px;
    }
    

#footer li a:hover{
    color:#7ce1ff;
}    
    
#footer li a::before{
    background: #e12828;    
}
    
.position-relative > a:hover{
    color: #e12828;    
}
    
    
    #hor-menu .nav li > a span::after{
        background: #003e72;
    }
    
    .logocarrier{
        max-width: 60px;
    }
    
    .homeicons .image .img-responsive {
    max-width: 100px;
    }



/* ONGLET ACTIF */
#more_info_block .nav-tabs>li.active>a,
#more_info_block .nav-tabs>li>a.active {
    background: #000000 !important;
    color: #FFFFFF !important;
    border-color: #000000 !important;
}

/* ONGLET INACTIF */
#more_info_block .nav-tabs>li>a {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #CCCCCC !important;
}





/*add to cart*/

/* ADD TO CART – GRADIENT CTA */

@keyframes gradientSlide {
    0% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }

    100% {
        background-position: 0% center;
    }
}

#myaddtocartbtn {
    background-image: linear-gradient(to right,
            #5a0000 0%,
            #ed2b17 51%,
            #5a0000 100%);

    background-size: 200% auto;
    color: #ffffff;

    animation: gradientSlide 4s ease-in-out infinite;

    transition:
        box-shadow 0.3s ease,
        transform 0.25s ease;

    box-shadow: 0 0 20px rgba(231, 76, 60, 0.35);
    border-radius: 10px;
}


#myaddtocartbtn:hover {
    animation: none;
    box-shadow: 0 8px 22px rgba(231, 76, 60, 0.55);
    transform: translateY(-1px);
}



 
 /*sticky socials*/
.rounded-social-buttons {
    text-align: center;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-whatsapp,
.fa-linkedin,
.fa-tiktok,
.fa-youtube,
.fa-instagram {
    font-size: 25px;
}

.rounded-social-buttons .social-button.whatsapp {
    background: #25D366;
}

.rounded-social-buttons .social-button.whatsapp:hover,
.rounded-social-buttons .social-button.whatsapp:focus {
    color: #25D366;
    background: #fefefe;
    border-color: #25D366;
}

.rounded-social-buttons .social-button.twitter {
    background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
    color: #55acee;
    background: #fefefe;
    border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.rounded-social-buttons .social-button.tiktok {
    background: #000000;
}

.rounded-social-buttons .social-button.tiktok:hover,
.rounded-social-buttons .social-button.tiktok:focus {
    color: #000000;
    background: #fefefe;
    border-color: #000000;
}

.rounded-social-buttons .social-button.youtube {
    background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
    background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
    color: #125688;
    background: #fefefe;
    border-color: #125688;
}


/*hide back to top*/

#back-to-top{
    display: none;
}