@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/css2?family=Raleway:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Francois+One&display=swap');

html {
  font-size: 11px; }

body {
  font-family: "Raleway", sans-serif;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.25px;
  font-size: 1.1rem;
}

#content-wrapper {
  overflow-x: visible; }

.container-fluid {
  max-width: 1780px;
  padding: 0 10px; }

.container {
  padding: 0 10px; }

.container-full {
  max-width: 1640px!important;
}

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

.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: 10px;
  padding-left: 10px; }

.btn, .btn-default {
  font-family: "Raleway", sans-serif;
  font-size: 1.077rem;
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
  color: #fff;
  background-color: #14c2ee;
  padding: 0.423rem 1.308rem;
  border: 0;
  display: inline-block;
  border-radius: 30px;
  letter-spacing: -0.1px; }

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

.btn:hover {
  color: #fff; }

.btn-tab {
  border: 1px solid #ebebeb;
  background: transparent;
  border-radius: 3px; }

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

.btn-bg-white {
  color: #000 !important;
  background: #fff !important; }

  a.btn:hover, a.btn-default:hover {
    color: #fff; }
  a:hover {
    color: #00044b; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Francois One", sans-serif;
}

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: 3.231rem; }

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

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

.label {
  padding: 0; }

.hidden {
  display: none !important; }

.addon-title {
  margin-bottom: 1.154rem; }

.addon-tab-title {
  border: 0;
  background: #fff;
  margin-right: 0;
  padding-right: 25px;
  margin-bottom: 0; }

.tabs-navigation {
  display: none;
  margin-left: auto;
  padding-top: 0;
  padding-left: 20px;
  background: #fff; }

.tabs-navigation-mobile {
  position: relative; }
  .tabs-navigation-mobile .nav-item {
    margin: 0 !important; }
    .tabs-navigation-mobile .nav-item::before {
      display: none !important; }
    .tabs-navigation-mobile .nav-item .nav-link {
      padding: 0; }
      .tabs-navigation-mobile .nav-item .nav-link::before, .tabs-navigation-mobile .nav-item .nav-link::after {
        display: none !important; }
      .tabs-navigation-mobile .nav-item .nav-link.active {
        text-decoration: underline; }
  .tabs-navigation-mobile .dropdown-menu {
    left: auto !important;
    right: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 100% !important;
    min-width: 140px; }

.line-custom {
  display: none;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 15px;
  background: url("../img/home-1/blocktab-bg.png") repeat-x center; }

.addon-tab, .addon-producttab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .addon-tab .nav-tabs, .addon-producttab .nav-tabs {
    border-bottom: 0; }
    .addon-tab .nav-tabs .nav-item, .addon-producttab .nav-tabs .nav-item {
      position: relative;
      margin-right: 0;
      margin-left: 0; }
      .addon-tab .nav-tabs .nav-item .nav-link, .addon-producttab .nav-tabs .nav-item .nav-link {
        position: relative;
        color: #00044b;
        border: 0;
        padding: 0;
        font-weight: 700;
      font-size: 16px;
      }
        .addon-tab .nav-tabs .nav-item .nav-link:hover, .addon-producttab .nav-tabs .nav-item .nav-link:hover {
          color: #d54605; }
        .addon-tab .nav-tabs .nav-item .nav-link.active, .addon-producttab .nav-tabs .nav-item .nav-link.active {
          color: #d54605; }
          .addon-tab .nav-tabs .nav-item .nav-link.active::before, .addon-tab .nav-tabs .nav-item .nav-link.active::after, .addon-producttab .nav-tabs .nav-item .nav-link.active::before, .addon-producttab .nav-tabs .nav-item .nav-link.active::after {
            opacity: 1; }
        .addon-tab .nav-tabs .nav-item .nav-link::before, .addon-producttab .nav-tabs .nav-item .nav-link::before {
          content: "";
          position: absolute;
          bottom: -5px;
          right: 5px;
          opacity: 0;
          width: 45px;
          height: 5px;
          background-image: url("../img/icons/forme-pliee-orange.png");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
        }
        .addon-tab .nav-tabs .nav-item .nav-link::after, .addon-producttab .nav-tabs .nav-item .nav-link::after {
          /*content: "";
          position: absolute;
          bottom: -4px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          opacity: 0;
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 5px solid #14c2ee; */}
      .addon-tab .nav-tabs .nav-item:not(:first-child), .addon-producttab .nav-tabs .nav-item:not(:first-child) {
        margin-left: 30px; }
        .addon-tab .nav-tabs .nav-item:not(:first-child)::before, .addon-producttab .nav-tabs .nav-item:not(:first-child)::before {
          content: "";
          width: 2px;
          height: 17px;
          background: #00044b;
          position: absolute;
          left: -15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.addon-tab {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.154rem; }

.addon-tab-title h3.title-big-yellow {
  /*font-family: "Raleway", sans-serif;*/
  font-size: 50px !important;
  letter-spacing: -0.3px; }

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .tab-content > .tab-pane.active {
    height: initial;
    opacity: 1;
    visibility: visible; }

#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: -3.077rem;
  background: #333;
  color: #fff;
  z-index: 9999; }
  #back-to-top.show {
    right: 0px; }

.breadcrumb {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #555;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #f3f3f3; }
  .breadcrumb .title-meta {
    font-size: 2.308rem;
    font-weight: 600;
    color: #00044b;
    text-transform: capitalize;
    letter-spacing: 0;
    font-style: initial;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    line-height: 1.3;
    margin-bottom: 0.3846rem; }
  .breadcrumb ul {
    padding: 1.5rem 0; }
  .breadcrumb li {
    letter-spacing: 0.3px; }
    .breadcrumb li a {
      display: inline-block;
      -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
      transform: skewX(-5deg); }

.bg-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .bg-overlay.show {
    opacity: 1;
    visibility: visible; }

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

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

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

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

.dropdown-menu {
  color: #555;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .dropdown-menu ul {
    line-height: 2.154rem; }

.work-sans {
  font-family: "Raleway", sans-serif; }

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

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

#cart_block .cart-icon.type-2 {
  color: #fff;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500; }
  #cart_block .cart-icon.type-2 .ajax_cart_quantity {
    position: static;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    margin-left: 3px;
    margin-right: 4px; }

#cart_block .circle-notify {
  top: 0;
  right: 0; }

#cart_block .ajax_cart_quantity {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #01044b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  bottom: 0px;
  right: -8px;
  overflow: hidden; }

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

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

.input-group-btn .btn .buttonText {
  font-size: 1rem;
  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-stage-outer {
  padding: 20px 20px 60px;
  margin: 0 -20px; }

.owl-theme .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .owl-theme .owl-item:hover {
    z-index: 9; }
  .owl-theme .owl-item.active {
    opacity: 1; }

.owl-theme .owl-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
  top: -3.769rem;
  z-index: 1; }
  .owl-theme .owl-controls.disabled div {
    display: none; }
  .owl-theme .owl-controls div {
    width: 2.923rem;
    height: 2.923rem;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all; }
    .owl-theme .owl-controls div.owl-prev {
      background: #fff url("../img/icons/prev.png") no-repeat center; }
    .owl-theme .owl-controls div.owl-next {
      margin-left: 0.5385rem;
      background: #fff url("../img/icons/next.png") no-repeat center; }

.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: #00044b; }

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

a,
#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: -10px;
  margin-left: -10px;
  padding: 0; }

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

.header-sticky.sticky {
  padding: 15px 0 !important; }
  .header-sticky.sticky #hor-menu .nav > li > a {
    line-height: 55px; }

.header-right .dropdown-menu {
  right: 10px;
  min-width: 120px; }

#header-topbar {
  padding: 9px 0;
  font-size: 13px;
}
  #header-topbar .languages-info .btn-xs, #header-topbar .desktop-currency-selector .btn-xs {
    position: relative; }
    #header-topbar .languages-info .btn-xs::after, #header-topbar .desktop-currency-selector .btn-xs::after {
      content: url("../img/icons/down.png");
      position: relative;
      bottom: 1px;
      margin-left: 2px; }
  #header-topbar p.image {
    display: none; }
  #header-topbar .header-left p {
    color: #444; }
  #header-topbar .header-right .dropdown-menu {
    min-width: 108px;
    padding: 8px 22px;
    top: 7px !important;
    left: -22px !important;
    background: #fff;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
    #header-topbar .header-right .dropdown-menu ul li a {
      position: relative; }
      #header-topbar .header-right .dropdown-menu ul li a:hover::after {
        width: 100%; }

#header-top {
  padding: 0;
  position: relative; }
  #header-top.sticky .header-right .dropdown-menu {
    top: calc(100% + 16px); }
  #header-top .container {
    position: relative; }
  #header-top .header-right .lnr {
    font-size: 24px;
    color: #00044b; }
  #header-top .header-right .dropdown-menu {
    top: calc(100% + 21px);
    right: -13px;
    min-width: 200px;
    padding: 8px 22px; }
    #header-top .header-right .dropdown-menu.user-info-sidebar {
      top: 0;
      right: 0;
      min-width: 300px;
      padding: 30px;
    color: black}
    #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: #fff;
    padding: 30px;
    color: black
  }
.shoppingcart-sidebar .cart-title {
  font-weight: 600;
}
    #header-top .dropdown-menu.shoppingcart-box .cart-product-image {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      border: 1px solid #ebebeb; }
    #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 20px 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: 16px;
      font-weight: 700;
      color: #00044b;
      letter-spacing: -0.3px; }
    #header-top .dropdown-menu.shoppingcart-box .label {
      padding: 0; }
    #header-top .dropdown-menu.shoppingcart-box .product-link {
      display: block;
      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 .line .remove_link .lnr {
        color: #00044b; }
    #header-top .dropdown-menu.shoppingcart-box .price.new {
      font-size: 16px;
      font-weight: 800;
      color: #00044b; }
  #header-top ._desktop_user_info .user-info-content a {
    position: relative;
  color: black; }

.cart-button .btn {
  margin: 0.3846rem 0; }

#header-bottom .container {
  padding: 0 10px;
  position: relative; }

#header-bottom .layout-column.megamenu {
  position: static; }

#header-bottom .vermenu-btn {
  color: #fff;
  background: #14c2ee;
  padding: 9px 30px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  letter-spacing: -0.1px;
  min-width: 310px;
  z-index: 998; }
  #header-bottom .vermenu-btn img {
    margin-right: 16px;
    width: 32px;
    height: 24px;
  }

#header-bottom #ver-menu {
  margin-top: 10px;
  width: calc(100% - 20px);
  padding: 0;
  background: #00044b;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #header-bottom #ver-menu .dropdown-menu {
    background: #00044b; }
  #header-bottom #ver-menu ul li a {
    color: #fff; }
    #header-bottom #ver-menu ul li a i {
      color: #14c2ee; }

#header {
  position: relative;
  z-index: 1000; }

.bg-overlay {
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all; }

.open-dropdown-menu.hover-vermenu > .bg-overlay {
  display: none; }

.open-dropdown-menu.hover-vermenu .header-1 #header-bottom::before {
  display: none; }

.open-dropdown-menu > .bg-overlay {
  opacity: 1;
  visibility: visible; }

.open-dropdown-menu .header-1 #header-bottom {
  position: relative;
  z-index: 1; }
  .open-dropdown-menu .header-1 #header-bottom::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 0px);
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    z-index: 999; }

.vermenu-btn {
  cursor: pointer; }

#ver-menu {
  top: 100%;
  width: 260px;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 998; }
  #ver-menu .dropdown-menu {
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  #ver-menu .jms-megamenu {
    padding: 12px 0; }
    #ver-menu .jms-megamenu .caret {
      margin-left: auto;
      position: relative;
      z-index: -1; }
      #ver-menu .jms-megamenu .caret::before {
        content: "\e876";
        font-size: 11px;
        font-family: 'Linearicons-Free';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
  #ver-menu .nav > li {
    padding: 5px 0; }
    #ver-menu .nav > li > a {
      padding: 0 30px; }
  #ver-menu ul li a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #ver-menu ul li a i {
      font-size: 20px;
      margin-right: 10px; }

#hor-menu .dropdown-menu {
  padding: 15px 0;
  min-width: 275px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
  #hor-menu .dropdown-menu .dropdown-menu {
    top: -20px !important; }

#hor-menu .jms-megamenu .nav > li.sub-blog > .dropdown-menu {
  min-width: 220px; }

#hor-menu .jms-megamenu .nav > li.sub-element .dropdown-menu {
  max-width: 990px; }

#hor-menu .jms-megamenu .nav > li.sub-page > .dropdown-menu {
  min-width: 180px; }

#hor-menu .jms-megamenu .nav > li.sub-shop .mega-col-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 380px)/4);
  flex: 0 0 calc((100% - 380px)/4);
  max-width: calc((100% - 380px)/4); }
  #hor-menu .jms-megamenu .nav > li.sub-shop .mega-col-nav.sub-product-layout {
    padding-left: 49px;
    padding-right: 0; }
  #hor-menu .jms-megamenu .nav > li.sub-shop .mega-col-nav.sub-category-layout {
    padding-left: 69px;
    padding-right: 0; }
  #hor-menu .jms-megamenu .nav > li.sub-shop .mega-col-nav.sub-product-box {
    padding-left: 89px;
    padding-right: 0; }
  #hor-menu .jms-megamenu .nav > li.sub-shop .mega-col-nav.sub-promo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 380px;
    width: auto; }

#hor-menu .nav.level0 > li.open > a::before {
  opacity: 1; }

#hor-menu .nav.level0 > li.open > a span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#hor-menu .nav.level0 > li > a {
  position: relative;
  letter-spacing: -0.1px; }
  #hor-menu .nav.level0 > li > a span {
    position: relative; }
    #hor-menu .nav.level0 > li > a span::after {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 2px;
      background: transparent;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .4s all;
      -o-transition: .4s all;
      transition: .4s all;
      z-index: 10; }

  #hor-menu .nav.level0 > li:not(.btn-cabana) > a::before {
    content: "";
    position: absolute;
    bottom: 17px;
    right: 5px;
    opacity: 0;
    width: 45px;
    height: 5px;
    background-image: url("../img/icons/forme-pliee-jaune.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    opacity: 0;
  }

  #hor-menu .nav.level0 > li:not(.btn-cabana) > a:hover::before {
    opacity: 1;
  }

  #header-top .dropdown-menu.shoppingcart-box .product-link {
      color:#00044b;
  }


  @media (max-width:1430px) {
      #hor-menu .nav.level0 > li {
        padding:0 6px;
      }

      #hor-menu .nav.level0 > li > a > span {
          font-size:16px !important;
      }
  }

  @media (max-width:1224px) {
      #hor-menu .nav.level0 > li {
        padding:0 4px;
      }

      #hor-menu .nav.level0 > li > a > span {
          font-size:14px !important;
      }
  }

#hor-menu .nav > .menu-item .mega-nav li > a:hover span::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#hor-menu .nav > .menu-item .mega-nav li > a span {
  position: relative; }
  #hor-menu .nav > .menu-item .mega-nav li > a span::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00044b;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    z-index: 10; }

#hor-menu .nav > .menu-item .mega-nav li.group > a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #00044b;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 14px;
  margin-top: 2px; }
  #hor-menu .nav > .menu-item .mega-nav li.group > a span::before {
    display: none; }

#hor-menu .nav > li > a {
  font-family: "Raleway", sans-serif, sans-serif;
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  line-height: 95px; }

#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 > a {
  letter-spacing: 0.1px; }

#hor-menu .item-fullwidth .dropdown-menu {
  width: calc(100% - 20px);
  max-width: 1300px; }
  #hor-menu .item-fullwidth .dropdown-menu > .mega-dropdown-inner > .row {
    margin: 0; }
    #hor-menu .item-fullwidth .dropdown-menu > .mega-dropdown-inner > .row .mega-col-nav {
      padding: 0 30px; }

.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 {
  background: #fff; }
  .header-1 #header-topbar {
    background: #efefef; }
    .header-1 #header-topbar .header-right .row > div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative; }
      .header-1 #header-topbar .header-right .row > div:not(:first-child) {
        margin-left: 25px; }
    .header-1 #header-topbar .desktop-currency-selector {
      position: relative; }
  .header-1 #header-top.header-sticky.sticky #hor-menu .dropdown-menu {
    top: 100%; }
  .header-1 #header-top.header-sticky.sticky #hor-menu .level0 > li > a::before {
    bottom: 1px; }
.header-1 #header-top #hor-menu .dropdown-menu {
  top: 100%;
}
.header-1 #header-top #hor-menu .btn-cabana .dropdown-menu {
  top: 100%;
}
  .header-1 #header-top #hor-menu .level0 > li > a {
    color: #00044b; }
  .header-1 #header-top #search-form .search-box input {
    height: 48px; }
  .header-1 #header-top .megamenu {
    position: static;
    text-align: center; }
  .header-1 #header-top .header-right {
    margin-top: 5px; }
    .header-1 #header-top .header-right > .row > div:not(:first-child) {
      margin-left: 15px; }
    .header-1 #header-top .header-right #cart_block {
      margin-right: 15px; }
  .header-1 #header-bottom {
    background: #222832; }
    .header-1 #header-bottom #search-form {
      margin-left: 10px;
      width: 100%;
      max-width: 100%; }
      .header-1 #header-bottom #search-form .jms-search-input {
        font-size:16px;
        font-family: Raleway;
        font-weight: 500;
        color: #fff; }
      .header-1 #header-bottom #search-form .search-box .lnr-magnifier {
        color: #fff; }
      .header-1 #header-bottom #search-form .search-box .jms-search-input::-webkit-input-placeholder {
        color: #fff; }
      .header-1 #header-bottom #search-form .search-box .jms-search-input:-ms-input-placeholder {
        color: #fff; }
      .header-1 #header-bottom #search-form .search-box .jms-search-input::-ms-input-placeholder {
        color: #fff; }
      .header-1 #header-bottom #search-form .search-box .jms-search-input::placeholder {
        color: #fff; }
      .header-1 #header-bottom #search-form .search-box button {
        display: none; }
      .header-1 #header-bottom #search-form .search-result-content {
        top: calc(100% + 8px); }
    .header-1 #header-bottom .header-right .block-our-brand {
      display: block;
      background-color: #393e47;
      position: relative; }
      .header-1 #header-bottom .header-right .block-our-brand .our-brand {
        width: 309px;
        height: 58px;
        line-height: 58px;
        background: transparent;
        border: 0;
        color: #fff;
        text-align: left;
        font-size: 14px;
        padding: 0 18px;
        position: relative;
        letter-spacing: 0.2px; }
        .header-1 #header-bottom .header-right .block-our-brand .our-brand.collapsed img {
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .header-1 #header-bottom .header-right .block-our-brand .our-brand img {
          position: absolute;
          top: 50%;
          right: 20px;
          font-size: 10px;
          -webkit-transform: scale(1, -1) translateY(50%);
          -ms-transform: scale(1, -1) translateY(50%);
          transform: scale(1, -1) translateY(50%);
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
      .header-1 #header-bottom .header-right .block-our-brand #our-brand {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #393e47;
        z-index: 999; }
        .header-1 #header-bottom .header-right .block-our-brand #our-brand ul {
          margin-bottom: 0; }
          .header-1 #header-bottom .header-right .block-our-brand #our-brand ul li {
            line-height: 47.5px;
            border-top: 1px solid rgba(255, 255, 255, 0.1); }
            .header-1 #header-bottom .header-right .block-our-brand #our-brand ul li a {
              font-size: 14px;
              color: #fff;
              display: block;
              padding: 0 20px; }
              .header-1 #header-bottom .header-right .block-our-brand #our-brand ul li a:hover {
                background-color: #494d55; }

.header-2 {
  background: #fff; }
  .header-2 #header-topbar {
    background: #efefef; }
    .header-2 #header-topbar .header-right .row > div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative; }
      .header-2 #header-topbar .header-right .row > div:not(:first-child) {
        margin-left: 25px; }
    .header-2 #header-topbar .desktop-currency-selector {
      position: relative; }
  .header-2 #header-top {
    padding: 36px 0 24px; }
    .header-2 #header-top #hor-menu .level0 > li > a {
      color: #00044b; }
    .header-2 #header-top #search-form .search-box input {
      height: 48px; }
    .header-2 #header-top .jmsadvsearch {
      position: static;
      text-align: center; }
    .header-2 #header-top .header-right {
      margin-top: 5px; }
      .header-2 #header-top .header-right > .row > div:not(:first-child) {
        margin-left: 30px; }
      .header-2 #header-top .header-right #cart_block {
        margin-right: 15px; }
  .header-2 #header-bottom #hor-menu .level0 > li:first-child {
    padding-left: 0; }
  .header-2 #header-bottom #hor-menu .level0 > li > a {
    line-height: 51px; }
  .header-2 #header-bottom #hor-menu .level0 > li .jms-megamenu .nav > li.sub-element .dropdown-menu {
    margin-left: 0; }
  .header-2 #header-bottom .header-right img {
    margin-right: 2px; }
  .header-2 #header-bottom .header-right .number-phone {
    font-size: 16px;
    color: #00044b;
    font-weight: 800;
    letter-spacing: -0.2px; }
  .header-2 #hor-menu .nav.level0 > li > a span::after {
    background-color: #ffae00; }

.header-3 #header-topbar {
  background: #fff;
  padding: 0; }
  .header-3 #header-topbar .container {
    position: relative; }
  .header-3 #header-topbar #hor-menu .nav > li > a {
    line-height: 50px; }
  .header-3 #header-topbar .jms-megamenu .nav > li:first-child {
    padding-left: 0; }
  .header-3 #header-topbar .jms-megamenu .nav > li.sub-element .dropdown-menu {
    margin-left: 0; }
  .header-3 #header-topbar .header-left {
    position: static; }
  .header-3 #header-topbar .header-right .row > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
    .header-3 #header-topbar .header-right .row > div:not(:first-child) {
      margin-left: 40px; }
      .header-3 #header-topbar .header-right .row > div:not(:first-child)::before {
        content: "";
        height: 50px;
        width: 1px;
        background: #ebebeb;
        left: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute; }
  .header-3 #header-topbar .header-right .mail img {
    position: relative;
    bottom: 1px;
    margin-right: 3px; }
  .header-3 #header-topbar .desktop-currency-selector {
    position: relative; }

.header-3 #header-top {
  padding: 26.5px 0;
  background-color: #0ca56a; }
  .header-3 #header-top .header-right {
    margin-top: 5px; }
    .header-3 #header-top .header-right > .row > div:not(:first-child) {
      margin-left: 30px; }
    .header-3 #header-top .header-right #cart_block {
      margin-right: 15px; }
    .header-3 #header-top .header-right .lnr {
      color: #fff; }
  .header-3 #header-top .vermenu {
    margin-right: 50px;
    position: relative; }
  .header-3 #header-top #ver-menu {
    top: calc(100% + 14px);
    left: auto;
    right: -36px;
    z-index: 992; }
    .header-3 #header-top #ver-menu.limit-sub .level0 > li:nth-child(11) ~ li {
      display: none; }
      .header-3 #header-top #ver-menu.limit-sub .level0 > li:nth-child(11) ~ li.js-more-category {
        display: block; }
    .header-3 #header-top #ver-menu::before {
      content: "";
      width: 9px;
      height: 9px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.25);
      box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.25);
      display: inline-block;
      position: absolute;
      top: -5px;
      background: #fff;
      right: 47px; }
    .header-3 #header-top #ver-menu .jms-megamenu {
      padding: 8px 0; }
    .header-3 #header-top #ver-menu .nav > li > a {
      padding: 0 20px; }
    .header-3 #header-top #ver-menu .nav > li.js-more-category {
      padding: 2px 0 7px; }
      .header-3 #header-top #ver-menu .nav > li.js-more-category a {
        font-size: 16px;
        font-weight: 600; }
    .header-3 #header-top #ver-menu .nav > li a i {
      color: #01c57b; }
  .header-3 #header-top .jms-advsearch select {
    color: #fff;
    background: url("../img/icons/advsearch-down-white.png") no-repeat 166px; }
    .header-3 #header-top .jms-advsearch select option {
      background: #999; }
  .header-3 #header-top .jms-advsearch #searchbox {
    border: 2px solid #fff; }
  .header-3 #header-top .jms-advsearch #ajax_advsearch {
    color: #fff;
    height: 38px; }
    .header-3 #header-top .jms-advsearch #ajax_advsearch::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
    .header-3 #header-top .jms-advsearch #ajax_advsearch:-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .header-3 #header-top .jms-advsearch #ajax_advsearch::-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .header-3 #header-top .jms-advsearch #ajax_advsearch::placeholder {
      color: #fff;
      opacity: 1; }
  .header-3 #header-top .jms-advsearch button {
    height: 38px; }
    .header-3 #header-top .jms-advsearch button i {
      color: #fff; }

.header-3 #hor-menu .nav.level0 > li > a span::after {
  background-color: #01c57b; }

.header-4 #header-topbar {
  background: #fff;
  padding: 4px 0; }
  .header-4 #header-topbar #search-form {
    margin-right: 23px;
    position: relative; }
    .header-4 #header-topbar #search-form::after {
      content: "";
      width: 1px;
      height: 50px;
      background: #ebebeb;
      position: absolute;
      right: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header-4 #header-topbar #search-form input {
      width: 90px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #444;
      font-size: 13px; }
      .header-4 #header-topbar #search-form input::-webkit-input-placeholder {
        color: #444; }
      .header-4 #header-topbar #search-form input:-ms-input-placeholder {
        color: #444; }
      .header-4 #header-topbar #search-form input::-ms-input-placeholder {
        color: #444; }
      .header-4 #header-topbar #search-form input::placeholder {
        color: #444; }
    .header-4 #header-topbar #search-form .search-result-content {
      min-width: 400px; }
  .header-4 #header-topbar .button-search {
    display: none; }
  .header-4 #header-topbar ._desktop_user_info .dropdown-menu {
    top: calc(100% + 10px) !important; }
  .header-4 #header-topbar .header-right .row > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
    .header-4 #header-topbar .header-right .row > div:not(:first-child) {
      margin-left: 40px; }
      .header-4 #header-topbar .header-right .row > div:not(:first-child)::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 50px;
        top: 50%;
        left: -20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #ebebeb; }

.header-4 #header-top {
  background: #c852a8;
  padding: 26.5px 0; }
  .header-4 #header-top .number-phone {
    color: #fff;
    font-size: 16px;
    font-weight: 500; }
    .header-4 #header-top .number-phone img {
      margin-right: 3px; }
  .header-4 #header-top .header-right {
    margin-top: 2px; }
    .header-4 #header-top .header-right > .row > div:not(:first-child) {
      margin-left: 30px; }
    .header-4 #header-top .header-right #cart_block .cart-icon.type-1 {
      display: none; }
    .header-4 #header-top .header-right #cart_block .cart-icon.type-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-4 #header-top .header-right #cart_block i {
      position: relative;
      bottom: 1px; }
    .header-4 #header-top .header-right .lnr {
      color: #fff; }

.header-4 #header-bottom {
  background: #fff; }
  .header-4 #header-bottom #hor-menu .nav > li > a {
    line-height: 60px; }

.header-4 #hor-menu .nav.level0 > li > a span::after {
  background-color: #c852a8; }

.header-5 {
  background-color: #15669a; }
  .header-5 .header-sticky.sticky {
    background-color: #15669a; }
  .header-5 #header-topbar {
    padding: 0; }
    .header-5 #header-topbar .container-fluid {
      max-width: 100%;
      padding: 0; }
    .header-5 #header-topbar .col p {
      display: none; }
      .header-5 #header-topbar .col p.image {
        display: block; }
  .header-5 #header-top {
    padding: 27px 0; }
    .header-5 #header-top .jms-advsearch #searchbox {
      background-color: #fff;
      border-color: #fff; }
    .header-5 #header-top .header-right > .row > div:not(:first-child) {
      margin-left: 30px; }
    .header-5 #header-top .header-right #cart_block {
      padding-top: 6px;
      margin-right: 15px; }
    .header-5 #header-top .header-right .lnr {
      color: #fff; }
    .header-5 #header-top .header-right ._desktop_user_info .account {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: 1.4;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      letter-spacing: -0.1px; }
  .header-5 #header-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .header-5 #header-bottom #hor-menu .nav.level0 > li:first-child {
      padding-left: 0; }
    .header-5 #header-bottom #hor-menu .nav.level0 > li.sub-element .dropdown-menu {
      margin-left: 0; }
    .header-5 #header-bottom #hor-menu .nav.level0 > li > a {
      color: #fff;
      line-height: 54px; }
      .header-5 #header-bottom #hor-menu .nav.level0 > li > a span::after {
        background-color: #fff; }
    .header-5 #header-bottom .header-left {
      position: static; }
    .header-5 #header-bottom .header-right .row > div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative; }
      .header-5 #header-bottom .header-right .row > div:not(:first-child) {
        margin-left: 25px; }
        .header-5 #header-bottom .header-right .row > div:not(:first-child)::before {
          content: "";
          width: 1px;
          height: 54px;
          background-color: rgba(255, 255, 255, 0.1);
          position: absolute;
          left: -14px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .header-5 #header-bottom .header-right .dropdown-menu {
      min-width: 108px;
      top: 12px !important;
      left: -24px !important; }
    .header-5 #header-bottom .header-right .btn-xs, .header-5 #header-bottom .header-right .link-cms {
      color: #fff; }
    .header-5 #header-bottom .header-right .languages-info .btn-xs, .header-5 #header-bottom .header-right .desktop-currency-selector .btn-xs {
      position: relative; }
      .header-5 #header-bottom .header-right .languages-info .btn-xs::after, .header-5 #header-bottom .header-right .desktop-currency-selector .btn-xs::after {
        content: url("../img/icons/down-white.png");
        position: relative;
        bottom: 1px;
        margin-left: 4px; }

.header-6 #header-topbar {
  padding: 11px 0;
  background-color: #031520; }
  .header-6 #header-topbar .languages-info .btn-xs::after, .header-6 #header-topbar .desktop-currency-selector .btn-xs::after {
    content: url("../img/icons/down-d5.png"); }
  .header-6 #header-topbar .col-left .btn-xs, .header-6 #header-topbar .col-left .number-phone {
    color: #d5d5d5; }
  .header-6 #header-topbar .col-left .row > div:not(:last-child) {
    margin-right: 25px; }
  .header-6 #header-topbar .col-right .row > div {
    margin-left: 25px; }
  .header-6 #header-topbar .col-right .link-cms, .header-6 #header-topbar .col-right .account, .header-6 #header-topbar .col-right p {
    color: #d5d5d5; }

.header-6 #header-top {
  background-color: #092333; }
  .header-6 #header-top.sticky {
    padding: 0 !important; }
  .header-6 #header-top .container-fluid {
    position: relative; }
  .header-6 #header-top #ver-menu {
    top: calc(100% + 18px); }
    .header-6 #header-top #ver-menu .jms-megamenu {
      padding: 8px 0; }
    .header-6 #header-top #ver-menu .nav > li > a {
      padding: 0 20px; }
    .header-6 #header-top #ver-menu .js-more-category {
      padding: 2px 0 7px; }
      .header-6 #header-top #ver-menu .js-more-category a {
        font-size: 16px;
        font-weight: 600; }
    .header-6 #header-top #ver-menu.limit-sub .level0 > li:nth-child(11) ~ li {
      display: none; }
      .header-6 #header-top #ver-menu.limit-sub .level0 > li:nth-child(11) ~ li.js-more-category {
        display: block; }
    .header-6 #header-top #ver-menu::before {
      content: "";
      width: 9px;
      height: 9px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);
      box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);
      display: inline-block;
      position: absolute;
      top: -5px;
      background: #fff;
      left: 20px;
      -webkit-transition: .4s all;
      -o-transition: .4s all;
      transition: .4s all; }
  .header-6 #header-top .vermenu-btn {
    width: 50px;
    height: 50px;
    background: #354b58;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .header-6 #header-top .vermenu-btn img {
      width: 25px;
      height: 17px; }
  .header-6 #header-top .megamenu {
    position: static; }
  .header-6 #header-top #hor-menu {
    text-align: center; }
    .header-6 #header-top #hor-menu .nav.level0 > li.open {
      background-color: #c3e235; }
      .header-6 #header-top #hor-menu .nav.level0 > li.open a {
        color: #031520; }
        .header-6 #header-top #hor-menu .nav.level0 > li.open a span::after {
          opacity: 1;
          -webkit-transform: scale(1) translateX(-50%);
          -ms-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%); }
    .header-6 #header-top #hor-menu .nav.level0 > li > a {
      color: #fff;
      line-height: 85px; }
      .header-6 #header-top #hor-menu .nav.level0 > li > a span {
        position: static; }
        .header-6 #header-top #hor-menu .nav.level0 > li > a span::after {
          background: #092333;
          width: calc(100% + 24px);
          left: 50%;
          -webkit-transform: scale(1) translateX(-50%);
          -ms-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
          height: 4px;
          bottom: 0;
          opacity: 0;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
  .header-6 #header-top .block-logo {
    margin-left: 15px; }
  .header-6 #header-top .header-right > .row > div {
    padding: 29.5px 18px;
    background-color: #1f3745; }
  .header-6 #header-top .header-right .dropdown-menu {
    top: 100%; }
  .header-6 #header-top .header-right #jms_ajax_search {
    padding-left: 30px; }
    .header-6 #header-top .header-right #jms_ajax_search #search-form-dropdown {
      min-width: 300px;
      padding: 0; }
      .header-6 #header-top .header-right #jms_ajax_search #search-form-dropdown form {
        width: 100%; }
      .header-6 #header-top .header-right #jms_ajax_search #search-form-dropdown .button-search i {
        color: #00044b; }
  .header-6 #header-top .header-right #wishlist_block {
    padding-right: 30px; }
  .header-6 #header-top .header-right #cart_block {
    background-color: #c3e235;
    padding-right: 21px; }
    .header-6 #header-top .header-right #cart_block .lnr {
      color: #031520; }
    .header-6 #header-top .header-right #cart_block .cart-icon {
      color: #031520; }
      .header-6 #header-top .header-right #cart_block .cart-icon.type-1 {
        display: none; }
      .header-6 #header-top .header-right #cart_block .cart-icon.type-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .header-6 #header-top .header-right #cart_block .ajax_cart_quantity {
      color: #031520; }
  .header-6 #header-top .header-right .lnr {
    color: #fff; }

/* advsearch */
.jms-advsearch {
  display: inline-block;
  position: relative; }
  .jms-advsearch .result_div {
    text-align: left;
    padding: 15px;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 9; }
    .jms-advsearch .result_div .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .jms-advsearch .result_div .item .left-img {
        margin-right: 15px; }
      .jms-advsearch .result_div .item .price.new {
        font-size: 1.231rem;
        font-weight: 800;
        color: #00044b; }

/* ajaxsearch */
#search-form-dropdown .search-result-content {
  top: 100%;
  left: 0;
  padding: 15px; }

/* advsearch */
.jms-advsearch #searchbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  border: 1px solid #ffae00;
  border-radius: 30px; }

.jms-advsearch #ajax_advsearch {
  border: 0;
  outline: none;
  border-left: 1px solid #e1e1e1;
  height: 40px;
  width: 100%;
  min-width: 278px;
  padding: 0 19px;
  font-size: 13px;
  color: #444;
  background: transparent; }
  .jms-advsearch #ajax_advsearch::-webkit-input-placeholder {
    color: #444;
    opacity: 1; }
  .jms-advsearch #ajax_advsearch:-ms-input-placeholder {
    color: #444;
    opacity: 1; }
  .jms-advsearch #ajax_advsearch::-ms-input-placeholder {
    color: #444;
    opacity: 1; }
  .jms-advsearch #ajax_advsearch::placeholder {
    color: #444;
    opacity: 1; }

.jms-advsearch select {
  background: url("../img/icons/advsearch-down.png") no-repeat 166px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  width: 192px;
  font-size: 14px;
  padding: 0 35px 0 14px; }

.jms-advsearch .keyword-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jms-advsearch button {
  border: 0;
  background: transparent;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px; }
  .jms-advsearch button i {
    font-size: 20px;
    color: #00044b; }

/* 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; }

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

.fraction-slider .fs_obj {
  width: auto !important; }

.jms-slider-wrapper .slider .btn {
  font-size: 1.231rem;
  padding: 0.5rem 2.154rem; }

.h1-slider .jms-slider-wrapper .slider {
  margin-right: 0; }

.h1-slider .fraction-slider .prev, .h1-slider .fraction-slider .next {
  font-size: 2vw; }

.h1-slider .fraction-slider .prev {
  left: 1vw; }

.h1-slider .fraction-slider .next {
  right: 1vw; }

.h1-slider .shape div {
  width: 40px !important;
  height: 3px !important;
  background-color: #e1e1e1 !important; }

.slider-home-1 {
  border: 1px solid #e1e1e1; }
  .slider-home-1 .text-2 {
    letter-spacing: -0.4px; }

.h2-slider .shape div {
  width: 40px !important;
  height: 3px !important;
  background-color: #d99400 !important; }

.slider-home-2 {
  border-radius: 4px; }
  .slider-home-2 .text-2 {
    letter-spacing: -0.3px; }

.h3-slider .shape div {
  width: 40px !important;
  height: 3px !important;
  background-color: #80e2bd !important; }

.h3-slider .fraction-slider .prev, .h3-slider .fraction-slider .next {
  color: #fff; }

.slider-home-3 .text-2 {
  letter-spacing: -0.5px; }
  .slider-home-3 .text-2 strong {
    font-weight: 600; }

.h4-slider .shape div {
  width: 40px !important;
  height: 3px !important;
  background-color: rgba(0, 0, 0, 0.25) !important; }

.slider-home-4 .text-2 {
  letter-spacing: -0.5px; }
  .slider-home-4 .text-2 strong {
    font-weight: 600; }

.h5-slider .shape div {
  width: 40px !important;
  height: 3px !important;
  background-color: rgba(0, 0, 0, 0.25) !important; }

.slider-home-5 .text-2 {
  letter-spacing: -0.5px; }
  .slider-home-5 .text-2 strong {
    font-weight: 600; }

.slider-home-5 .border-img {
  display: none !important;
  z-index: 600; }

.slider-home-6 .text-1 {
  letter-spacing: 0;
  /*font-size: 1.7rem!important;*/
}

.slider-home-6 .text-2 {
    letter-spacing: 0px;
    font-family: 'Francois One';
    font-weight:400;
    color:white;
}
@media (max-width: 768px) {
    .jms-slider-wrapper .slider .btn {
        display:none !important;
    }
/*
    .blockreassurance .blockreassurance-content .block-icon img, .blockreassurance .blockreassurance-content .block-icon {
        display:none;
    } */
}

@media (max-width: 768px) {
    #blockcart-modal.modal.fade .modal-dialog {
            z-index:9999999;
            -webkit-transform: translate(0, 0%);
    }
}

@media (max-width: 580px) {
  .slider-home-6 .text-2 {
    /*font-size: 24px!important;*/
  }
}
.slider-home-6 .text-2 span {
  color:#d34a27;
}
  .slider-home-6 .text-2::before {
    content: "";
    position: absolute;
    width: calc(100% + 3.154rem);
    height: calc(100% + 1.077rem);
    top: 50%;
    left: 50%;
    color:white;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.slider-home-6 .btn-light {
  background-color:white !important;
  color:#00044b !important;
  font-family:'Raleway';
  font-weight:600;
  padding:12px 42px !important;
  font-size:16px !important;
  transition:all 0.3s ease;
}

.slider-home-6 .btn-light:hover {
  background-color:#00044b !important;
  color:white !important;
}

.slider-home-6 .btn-default {
  background-color: #031520 !important; }

.jms-banner {
  position: relative;
  overflow: hidden; }
  .jms-banner:hover > a > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .jms-banner > a > img {
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all; }

/********* home 1 ******/
.h1-slider .row {
  margin-left: 0;
  margin-right: 0; }
  .h1-slider .row > .layout-column {
    padding: 0; }

.h1-slider .vermegamenu {
  display: none; }
  .h1-slider .vermegamenu .addon-box {
    position: relative; }
  .h1-slider .vermegamenu .jms-megamenu {
    padding: 14px 0;
    background: #222832; }
    .h1-slider .vermegamenu .jms-megamenu .nav > li {
      display: block;
      width: 100%;
      padding: 4.4px 0; }
      .h1-slider .vermegamenu .jms-megamenu .nav > li:hover {
        background-color: #333942; }
      .h1-slider .vermegamenu .jms-megamenu .nav > li > a {
        color: #fff;
        padding: 0 30px;
        letter-spacing: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .h1-slider .vermegamenu .jms-megamenu .nav > li > a i {
          font-size: 20px;
          margin-right: 10px;
          color: #14c2ee; }

.h1-banner-1 .container {
  padding: 0; }
  .h1-banner-1 .container > .row {
    margin: 0; }
    .h1-banner-1 .container > .row .layout-column {
      padding: 0; }

.h1-banner-1 .jms-banner > a {
  display: block;
  overflow: hidden;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1; }

.h1-banner-1 .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.5385rem 3.846rem 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .h1-banner-1 .banner-content p {
    margin-bottom: 0;
    letter-spacing: -0.3px; }
  .h1-banner-1 .banner-content .text-1 {
    font-family: "Raleway", sans-serif;
    font-size: 1.846rem;
    font-weight: 500;
    color: #00044b;
    margin-bottom: 0.4615rem;
    line-height: 1.3; }
  .h1-banner-1 .banner-content .text-2 {
    font-size: 1.385rem;
    color: #444; }
    .h1-banner-1 .banner-content .text-2 span {
      font-weight: 700;
      color: #f63622; }

.h1-our-category .container > .row {
  margin: 0; }
  .h1-our-category .container > .row .layout-column {
    padding: 0; }

.h1-our-category .owl-theme .owl-stage-outer {
  padding-bottom: 0;
  margin: 0;
  padding: 20px 0 0; }

.h1-our-category .jms-banner > a > img {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.h1-our-category .jms-banner .banner-content {
  text-align: center;
  position: absolute;
  bottom: 1.538rem;
  left: 1.538rem;
  background: rgba(255, 255, 255, 0.95);
  width: calc(100% - 3.077rem);
  padding: 0.2308rem 2.308rem;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .h1-our-category .jms-banner .banner-content p {
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    font-size: 1.692rem;
    color: #00044b;
    font-weight: 500;
    letter-spacing: -0.3px; }

.h1-our-category .open-sublink .jms-banner .banner-content {
  opacity: 0;
  visibility: hidden; }

.h1-our-category .open-sublink .category-box {
  opacity: 1;
  visibility: visible; }

.h1-our-category .category-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.538rem;
  left: 1.538rem;
  background: rgba(255, 255, 255, 0.95);
  width: calc(100% - 3.077rem);
  height: calc(100% - 3.077rem);
  padding: 2.308rem;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .h1-our-category .category-box .parent-category a {
    font-family: "Raleway", sans-serif;
    font-size: 1.692rem;
    color: #00044b;
    font-weight: 500;
    letter-spacing: -0.3px; }
  .h1-our-category .category-box .parent-category .count, .h1-our-category .category-box .parent-category .count-2 {
    display: none; }
  .h1-our-category .category-box .child-categories {
    margin-top: 1.077rem;
    margin-bottom: 0;
    max-height: 195px;
    overflow-y: auto; }
    .h1-our-category .category-box .child-categories li {
      line-height: 2.462rem; }
      .h1-our-category .category-box .child-categories li a {
        font-size: 1.077rem;
        position: relative; }
        .h1-our-category .category-box .child-categories li a:hover::before {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .h1-our-category .category-box .child-categories li a::before {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #00044b;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transition: .4s all;
          -o-transition: .4s all;
          transition: .4s all;
          z-index: 10; }
  .h1-our-category .category-box .btn-bottom .shopping-now {
    font-size: 1.077rem;
    position: absolute;
    bottom: 2.692rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 0.423rem 1.846rem; }

.h1-lastest-product .addon-tab {
  margin-bottom: 14px; }

.category-box .btn-bottom a.shopping-all {
  display: none; }

.category-box .count, .category-box .count-2 {
  display: none; }

.h1-shop-by-brand .container {
  position: relative; }

.h1-shop-by-brand .addon-box {
  position: relative; }

.h1-shop-by-brand .addon-tab {
  margin-bottom: 0; }

.h1-shop-by-brand .line-custom {
  display: none; }

.h1-shop-by-brand .categorytab-carousel {
  position: static; }

.h1-shop-by-brand .layout-column.banner .jms-banner {
  max-width: 420px;
  margin: 0 auto; }

.h1-shop-by-brand .layout-column.banner .banner-content {
  position: absolute;
  bottom: 1.692rem;
  left: 3.077rem; }
  .h1-shop-by-brand .layout-column.banner .banner-content p {
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    font-size: 1.692rem;
    letter-spacing: -0.3px;
    line-height: 1.2; }
  .h1-shop-by-brand .layout-column.banner .banner-content .text-1 {
    color: #ffde00;
    font-weight: 600; }
  .h1-shop-by-brand .layout-column.banner .banner-content .text-2 {
    font-weight: 300;
    color: #fff;
    line-height: 1.38; }
    .h1-shop-by-brand .layout-column.banner .banner-content .text-2 span {
      font-weight: 600; }

.h1-shop-by-brand .addon-tab {
  background: transparent;
  position: relative; }

.h1-shop-by-brand .addon-tab-title {
  padding-right: 0;
  margin-bottom: 0; }

.h1-shop-by-brand .tabs-navigation {
  float: none;
  width: 100%;
  padding: 0; }

.h1-shop-by-brand .owl-theme .owl-controls {
  top: -5px;
  display: none; }

.h1-shop-by-brand .addon-tab .tabs-navigation-mobile .nav-tabs .nav-item {
  width: 100%; }
  .h1-shop-by-brand .addon-tab .tabs-navigation-mobile .nav-tabs .nav-item a {
    border: 0 !important;
    background: transparent !important; }
    .h1-shop-by-brand .addon-tab .tabs-navigation-mobile .nav-tabs .nav-item a span {
      opacity: 1;
      visibility: visible; }

.h1-shop-by-brand .addon-tab .nav-tabs .nav-item {
  width: calc((100% - 10px)/6);
  margin-left: 0 !important;
  margin-right: 0; }
  .h1-shop-by-brand .addon-tab .nav-tabs .nav-item::before {
    display: none; }
  .h1-shop-by-brand .addon-tab .nav-tabs .nav-item:not(:last-child) {
    margin-right: 2px; }
  .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a {
    border: 2px solid #ebebeb;
    border-radius: 0;
    background: url("../img/brands/brand.jpg") no-repeat center;
    background-size: cover !important; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a.active {
      border-color: #14c2ee; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a::before {
      bottom: -7px;
      left: 50%;
      width: 10px;
      height: 10px;
      border: 2px solid #14c2ee;
      background: #fff;
      -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
      border-left: 0;
      border-top: 0; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a::after {
      display: none; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a span {
      opacity: 0;
      visibility: hidden; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a.categorytab-61 {
      background: url("../img/brands/samsung.jpg") no-repeat center; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a.categorytab-62 {
      background: url("../img/brands/apple.jpg") no-repeat center; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a.categorytab-63 {
      background: url("../img/brands/sony.jpg") no-repeat center; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a.categorytab-64 {
      background: url("../img/brands/dell.jpg") no-repeat center; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a.categorytab-65 {
      background: url("../img/brands/panasonic.jpg") no-repeat center; }
    .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a.categorytab-66 {
      background: url("../img/brands/asus.jpg") no-repeat center; }

.h1-flashsale {
  margin-top: 30px; }

.h1-topseller {
  padding: 5.692rem 0 0.6923rem; }
  .h1-topseller .addon-title {
    margin-bottom: 1rem; }
  .h1-topseller .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .h1-topseller .owl-stage .owl-item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .h1-topseller .owl-stage .owl-item .item {
        height: 100%; }
        .h1-topseller .owl-stage .owl-item .item .product-miniature {
          height: 100%; }
  .h1-topseller .owl-theme .owl-controls {
    top: -3.692rem; }

.h1-banner-2 .layout-column {
  margin-bottom: 10px; }

.h1-banner-2 .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.h1-banner-2 .banner-left .banner-content {
  right: 3.846rem; }
  .h1-banner-2 .banner-left .banner-content p {
    margin-bottom: 0; }
  .h1-banner-2 .banner-left .banner-content .text-1 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 1.692rem;
    color: #00044b;
    letter-spacing: -0.3px;
    line-height: 1.35;
    margin-bottom: 1.538rem;
    margin-top: -0.5385rem; }
    .h1-banner-2 .banner-left .banner-content .text-1 span {
      font-weight: 600;
      color: #f63622; }

.h1-banner-2 .banner-right .banner-content {
  right: 4.769rem; }
  .h1-banner-2 .banner-right .banner-content p {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 1.35; }
  .h1-banner-2 .banner-right .banner-content .text-1 {
    font-size: 1.231rem;
    margin-bottom: 0.9231rem; }
  .h1-banner-2 .banner-right .banner-content .text-2 {
    font-family: "Raleway", sans-serif;
    font-size: 1.692rem;
    font-weight: 300; }
    .h1-banner-2 .banner-right .banner-content .text-2 span {
      font-weight: 600; }

/********* home 2 ******/
.h2-slider {
  background: #222832;
  padding: 3.846rem 0; }
  .h2-slider .vermegamenu {
    display: none; }
    .h2-slider .vermegamenu.limit-sub .level0 > li:nth-child(11) ~ li.js-more-category {
      display: block; }
    .h2-slider .vermegamenu .addon-box {
      position: relative; }
    .h2-slider .vermegamenu .jms-megamenu {
      position: absolute;
      top: 0;
      left: -30px;
      z-index: 1;
      background: #222832; }
      .h2-slider .vermegamenu .jms-megamenu ul {
        padding-bottom: 10px; }
      .h2-slider .vermegamenu .jms-megamenu .nav > li {
        display: block;
        width: 100%;
        padding: 4.4px 0; }
        .h2-slider .vermegamenu .jms-megamenu .nav > li.js-more-category > a {
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0.3px; }
        .h2-slider .vermegamenu .jms-megamenu .nav > li > a {
          color: #fff;
          padding: 0;
          letter-spacing: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .h2-slider .vermegamenu .jms-megamenu .nav > li > a i {
            font-size: 20px;
            margin-right: 10px;
            color: #ffae00; }
    .h2-slider .vermegamenu .vermenu-btn {
      color: #fff;
      padding: 8px 0px;
      margin-top: -19px;
      font-size: 20px;
      font-weight: 600;
      font-family: "Raleway", sans-serif;
      letter-spacing: -0.1px;
      min-width: 310px;
      border-bottom: 1px solid #393e47;
      margin-bottom: 16px; }
      .h2-slider .vermegamenu .vermenu-btn img {
        margin-right: 16px; }

.h2-banner {
  background-color: #fff;
  padding: 6.154rem 0; }
  .h2-banner .layout-column {
    margin-bottom: 10px; }

.h2-hot-offer {
  background-color: #fff;
  padding-bottom: 6.154rem; }
  .h2-hot-offer .layout-column {
    margin-bottom: 20px; }
  .h2-hot-offer .col-megatab .addon-tab {
    margin-bottom: 2px; }
  .h2-hot-offer .col-hotdeal .owl-theme .owl-item {
    opacity: 1; }

.h2-category-title {
  padding-top: 5.692rem;
  background: #222832; }
  .h2-category-title .addon-title {
    margin-bottom: 1.462rem; }
    .h2-category-title .addon-title h3 {
      color: #fff; }

.h2-top-categories {
  background: #222832;
  padding: 0 0 80px; }
  .h2-top-categories .container > .row {
    margin: 0; }
    .h2-top-categories .container > .row .layout-column {
      padding: 0; }
      .h2-top-categories .container > .row .layout-column:hover .category-box {
        background-color: #ffae00; }
        .h2-top-categories .container > .row .layout-column:hover .category-box .parent-category a {
          color: #fff; }
        .h2-top-categories .container > .row .layout-column:hover .category-box .count-2 {
          color: #fff; }
  .h2-top-categories .jms-banner a::before, .h2-top-categories .jms-banner a::after {
    display: none; }
  .h2-top-categories .owl-theme .owl-item {
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .h2-top-categories .owl-theme .owl-controls {
    top: -3.846rem; }
    .h2-top-categories .owl-theme .owl-controls div {
      background-color: #3f4651;
      border-color: #4f5866; }
      .h2-top-categories .owl-theme .owl-controls div.owl-prev {
        background-image: url("../img/icons/prev-grey.png"); }
      .h2-top-categories .owl-theme .owl-controls div.owl-next {
        background-image: url("../img/icons/next-grey.png"); }
  .h2-top-categories .addon-box:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px; }
  .h2-top-categories .category-box {
    text-align: center;
    background-color: #fff;
    padding: 1rem 0.7692rem 1.308rem;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all; }
    .h2-top-categories .category-box .parent-category {
      margin-bottom: 0; }
      .h2-top-categories .category-box .parent-category a {
        font-size: 1.692rem;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        color: #00044b;
        display: block;
        letter-spacing: -0.3px;
        margin-bottom: 0.5385rem; }
    .h2-top-categories .category-box .child-categories, .h2-top-categories .category-box .btn-bottom {
      display: none; }
    .h2-top-categories .category-box .count {
      display: none; }
    .h2-top-categories .category-box .count-2 {
      display: block;
      margin-bottom: 0;
      font-size: 1.077rem;
      font-family: "Raleway", sans-serif;
      color: #444;
      letter-spacing: 0;
      -webkit-transition: .4s all;
      -o-transition: .4s all;
      transition: .4s all; }

.h2-category-carousel::before {
  display: none;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000%;
  height: 100%;
  background: #222832;
  z-index: 9; }

.h2-category-carousel .owl-stage-outer {
  padding-bottom: 0; }

.h2-products {
  padding-top: 4.615rem;
  position: relative;
  z-index: 3; }
  .h2-products ~ .h2-products {
    padding-top: 0;
    z-index: 2; }
  .h2-products + .h2-products + .h2-products {
    padding-bottom: 0.6154rem;
    z-index: 1; }
  .h2-products .container > .row {
    margin: 0 -0.5px;
    overflow: hidden; }
    .h2-products .container > .row .layout-column {
      padding: 0 0.5px; }
  .h2-products .col-left {
    margin-top: 20px;
    z-index: 1; }
    .h2-products .col-left .addon-box:first-child {
      background: #fff;
      padding-bottom: 30px; }
      .h2-products .col-left .addon-box:first-child h2 {
        color: #ffae00;
        background: #222832;
        padding: 2.308rem;
        font-size: 1.846rem;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        letter-spacing: -0.3px;
        margin-bottom: 0; }
      .h2-products .col-left .addon-box:first-child ul {
        background: #fff;
        padding: 2.308rem;
        margin-bottom: 0; }
        .h2-products .col-left .addon-box:first-child ul li {
          line-height: 2.462rem; }
          .h2-products .col-left .addon-box:first-child ul li a {
            font-size: 1.077rem;
            position: relative; }
            .h2-products .col-left .addon-box:first-child ul li a:hover::before {
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
            .h2-products .col-left .addon-box:first-child ul li a::before {
              content: "";
              position: absolute;
              bottom: -1px;
              left: 0;
              width: 100%;
              height: 1px;
              background: #00044b;
              -webkit-transform: scale(0);
              -ms-transform: scale(0);
              transform: scale(0);
              -webkit-transition: .4s all;
              -o-transition: .4s all;
              transition: .4s all;
              z-index: 10; }
      .h2-products .col-left .addon-box:first-child p {
        padding: 0 2.308rem;
        margin-bottom: 0;
        bottom: 152px;
        width: 100%; }
        .h2-products .col-left .addon-box:first-child p .btn {
          min-width: 140px; }
  .h2-products .col-center {
    z-index: 2; }
    .h2-products .col-center .product-miniature {
      margin-bottom: 1px;
      padding-bottom: 1.846rem;
      background: #fff;
      max-height: 388px; }
  .h2-products .col-right {
    margin-top: 20px;
    z-index: 1; }
    .h2-products .col-right .owl-theme .owl-stage-outer {
      padding: 0;
      margin: 0; }
    .h2-products .col-right .content-item {
      position: relative;
      overflow: hidden; }
      .h2-products .col-right .content-item:hover a::before {
        right: 50%;
        left: 50%;
        background: rgba(255, 255, 255, 0.2); }
      .h2-products .col-right .content-item:hover a::after {
        top: 50%;
        bottom: 50%;
        background: rgba(255, 255, 255, 0.2); }
      .h2-products .col-right .content-item:hover a > img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .h2-products .col-right .content-item a::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        z-index: 1; }
      .h2-products .col-right .content-item a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        z-index: 1; }
      .h2-products .col-right .content-item a > img {
        -webkit-transition: .8s all;
        -o-transition: .8s all;
        transition: .8s all; }
    .h2-products .col-right .content-carousel p {
      margin-bottom: 0; }
    .h2-products .col-right .content-carousel .owl-dots {
      position: absolute;
      bottom: 0.3077rem; }
      .h2-products .col-right .content-carousel .owl-dots .owl-dot {
        width: 1rem;
        height: 1rem;
        margin: 0 3.5px;
        background: rgba(255, 255, 255, 0.7); }
        .h2-products .col-right .content-carousel .owl-dots .owl-dot.active {
          background: #ffae00; }

.h2-blog {
  background-color: #fff;
  padding: 5.769rem 0 4.385rem; }

.home_2 .page-home {
  background-color: #ebebeb; }

.home_2 .addon-title h3 {
  text-transform: capitalize; }

/* megatab icon */
.megatab-icon .tabs-navigation {
  display: block;
  padding: 0;
  margin: 0.7692rem 0 0; }

.megatab-icon .addon-tab .nav-tabs li {
  margin: 0; }
  .megatab-icon .addon-tab .nav-tabs li:not(:first-child) {
    margin-left: 8px !important; }
  .megatab-icon .addon-tab .nav-tabs li::before {
    display: none; }
  .megatab-icon .addon-tab .nav-tabs li a {
    width: 3.231rem;
    height: 3.231rem;
    border-radius: 50%;
    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; }
    .megatab-icon .addon-tab .nav-tabs li a.active {
      background: #ffae00; }
      .megatab-icon .addon-tab .nav-tabs li a.active i {
        color: #fff; }
    .megatab-icon .addon-tab .nav-tabs li a::before, .megatab-icon .addon-tab .nav-tabs li a::after {
      display: none; }
    .megatab-icon .addon-tab .nav-tabs li a span {
      display: none; }
    .megatab-icon .addon-tab .nav-tabs li a i {
      font-size: 1.538rem;
      color: #00044b; }

.megatab-icon .owl-theme .owl-controls {
  top: -3.462rem;
  display: none; }

/* hotdeal */
.jms-hotdeal {
  border: 2px solid #ffae00;
  border-radius: 10px;
  padding: 0 2.308rem;
  background-color: #fff; }
  .jms-hotdeal .owl-theme .owl-controls {
    top: -3.538rem; }
    .jms-hotdeal .owl-theme .owl-controls div {
      width: 2.308rem;
      height: 2.308rem; }
  .jms-hotdeal .owl-theme .owl-stage-outer {
    padding: 0;
    margin: 0; }
  .jms-hotdeal .addon-title {
    margin-bottom: 0; }
    .jms-hotdeal .addon-title h3 {
      text-transform: capitalize;
      padding: 1.308rem 0 1.154rem;
      border-bottom: 1px solid #ebebeb; }
  .jms-hotdeal .product-miniature:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .jms-hotdeal .product-flags {
    position: absolute;
    left: 1.308rem;
    top: 1.308rem; }
    .jms-hotdeal .product-flags .discount {
      background: #f63622;
      color: #fff;
      width: 4.615rem;
      height: 4.615rem;
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      border-radius: 50%;
      font-family: "Raleway", sans-serif; }
      .jms-hotdeal .product-flags .discount span {
        line-height: 1.2; }
    .jms-hotdeal .product-flags .product-flag.new {
      top: 1.385rem !important;
      right: 1.385rem; }
  .jms-hotdeal .product-sold {
    margin-top: 1.538rem;
    margin-bottom: 10px; }
  .jms-hotdeal .proces-bars {
    height: 10px;
    border: 1px solid #f63622;
    border-radius: 0.7692rem; }
    .jms-hotdeal .proces-bars span {
      height: 100%;
      background: #f63622;
      display: block;
      border-radius: 10px; }
  .jms-hotdeal .sold-quantyties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #444;
    font-weight: 500;
    margin-bottom: 0.2308rem; }
    .jms-hotdeal .sold-quantyties .available {
      margin-left: auto; }
    .jms-hotdeal .sold-quantyties span {
      color: #f63622; }
  .jms-hotdeal .product-list-reviews {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0; }
  .jms-hotdeal .js-product-miniature .product-info {
    text-align: center;
    padding-left: 0.2308rem;
    padding-right: 0.2308rem; }
  .jms-hotdeal .label-countdown {
    font-family: "Raleway", sans-serif;
    font-size: 1.077rem;
    color: #666;
    letter-spacing: -0.3px;
    margin: 1.923rem 0 0.8462rem; }
  .jms-hotdeal .countdown-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .jms-hotdeal .countdown-section {
    text-align: center;
    background: #ffae00;
    color: #fff;
    padding: 0.07692rem 0.3846rem;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0.2308rem; }
    .jms-hotdeal .countdown-section .countdown-amount {
      font-size: 1.308rem;
      font-weight: 800;
      margin-right: 0.2308rem; }

/* flashsale */
.jmsflashsales .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.7692rem; }
  .jmsflashsales .title .addon-title {
    width: 100%;
    margin-bottom: 0.7692rem; }

.jmsflashsales .countdown-section {
  text-align: center;
  background: #14c2ee;
  color: #fff;
  padding: 0.07692rem 1.154rem;
  border-radius: 0.2308rem;
  display: inline-block; }
  .jmsflashsales .countdown-section:not(:first-child) {
    margin-left: 0.4615rem; }
  .jmsflashsales .countdown-section .countdown-amount {
    font-size: 1.308rem;
    font-weight: 800;
    margin-right: 0.2308rem; }

/* flashsale tab*/
.jmsflashsales-tab .tabpanel {
  margin-bottom: 2.154rem;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #ebebeb;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0 1.923rem;
  background-color: #fff; }
  .jmsflashsales-tab .tabpanel > div {
    padding: 0; }
  .jmsflashsales-tab .tabpanel .addon-title {
    margin-bottom: 0; }
  .jmsflashsales-tab .tabpanel .tabs-navigation .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .jmsflashsales-tab .tabpanel .tabs-navigation .nav li {
      padding: 0 1.538rem; }
      .jmsflashsales-tab .tabpanel .tabs-navigation .nav li:nth-child(5) {
        display: none; }
      .jmsflashsales-tab .tabpanel .tabs-navigation .nav li a {
        display: block;
        line-height: 4.615rem;
        position: relative;
        font-size: 1.077rem;
        font-family: "Raleway", sans-serif;
        letter-spacing: -0.2px;
        color: #666; }
        .jmsflashsales-tab .tabpanel .tabs-navigation .nav li a.active {
          color: #00044b; }
          .jmsflashsales-tab .tabpanel .tabs-navigation .nav li a.active::before, .jmsflashsales-tab .tabpanel .tabs-navigation .nav li a.active::after {
            opacity: 1; }
        .jmsflashsales-tab .tabpanel .tabs-navigation .nav li a::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: #c852a8;
          opacity: 0; }
        .jmsflashsales-tab .tabpanel .tabs-navigation .nav li a::after {
          content: "";
          position: absolute;
          bottom: -5px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          opacity: 0;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #c852a8; }
  .jmsflashsales-tab .tabpanel .flashsales-countdown .countdown-section {
    color: #f63622;
    position: relative; }
    .jmsflashsales-tab .tabpanel .flashsales-countdown .countdown-section:not(:first-child) {
      margin-left: 2.308rem; }
      .jmsflashsales-tab .tabpanel .flashsales-countdown .countdown-section:not(:first-child)::before {
        content: ":";
        position: absolute;
        left: -1.308rem;
        color: #f63622;
        font-weight: 700;
        top: -0.3846rem; }
    .jmsflashsales-tab .tabpanel .flashsales-countdown .countdown-section .countdown-amount {
      font-weight: 800;
      font-size: 1.308rem;
      margin-right: 0.2308rem; }

.jmsflashsales-tab .owl-theme .owl-stage-outer {
  padding: 0;
  margin: 0; }

.jmsflashsales-tab .owl-theme .owl-item {
  opacity: 1; }

.jmsflashsales-tab .owl-theme .owl-controls {
  display: block;
  position: static; }
  .jmsflashsales-tab .owl-theme .owl-controls div {
    width: 1.462rem;
    height: 2.692rem;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0; }
    .jmsflashsales-tab .owl-theme .owl-controls div.owl-prev {
      left: -4.615rem;
      background: url("../img/icons/h4-prev.png") no-repeat center !important; }
      .jmsflashsales-tab .owl-theme .owl-controls div.owl-prev:hover {
        background-image: url("../img/icons/h4-prev-hover.png") !important; }
    .jmsflashsales-tab .owl-theme .owl-controls div.owl-next {
      right: -4.615rem;
      background: url("../img/icons/h4-next.png") no-repeat center !important; }
      .jmsflashsales-tab .owl-theme .owl-controls div.owl-next:hover {
        background-image: url("../img/icons/h4-next-hover.png") !important; }

.jmsflashsales-tab .productbox-flex::after {
  display: none; }

.jmsflashsales-tab .productbox-flex .product-preview {
  width: 38%; }

.jmsflashsales-tab .productbox-flex .product-info {
  width: 62%; }

/* instagram */
.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: #14c2ee; }
  .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 0.3846rem;
    font-size: 0.9231rem; }

/* view mode */
.view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .view-mode .switch-view {
    width: 3.385rem;
    height: 3.385rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0.1538rem solid #e1e1e1;
    cursor: pointer; }
    .view-mode .switch-view.active {
      background-color: #14c2ee;
      border-color: #14c2ee; }
  .view-mode .view-grid {
    margin-right: 0.7692rem;
    background: url("../img/icons/grid.png") center no-repeat; }
    .view-mode .view-grid.active {
      background: url("../img/icons/grid-active.png") center no-repeat; }
  .view-mode .view-list {
    background: url("../img/icons/list.png") center no-repeat; }
    .view-mode .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 */
.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;
  padding: 0.9231rem 1.538rem 1.308rem;
  position: relative; }
  .feature-box .lnr {
    font-size: 2.308rem; }
  .feature-box .feature-img {
    margin-right: 1.231rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.2308rem; }
  .feature-box .include_content_s {
    display: inline-block; }
    .feature-box .include_content_s p {
      line-height: 1.6; }
    .feature-box .include_content_s .text-1 {
      font-family: "Raleway", sans-serif;
      font-size: 1.385rem;
      font-weight: 500; }
    .feature-box .include_content_s .text-2 {
      font-size: 1.077rem;
      -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
      transform: skewX(-5deg); }
  .feature-box p {
    margin-bottom: 0; }

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

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

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

.addon-title.title-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .addon-title.title-blog h3 {
    display: inline-block;
    background: #fff;
    padding-right: 1.231rem; }
  .addon-title.title-blog .category-link {
    margin-left: 1.077rem;
    display: none; }
    .addon-title.title-blog .category-link a {
      display: inline-block;
      position: relative;
      font-size: 1.077rem;
      font-family: "Raleway", sans-serif;
      color: #00044b;
      letter-spacing: -0.2px; }
      .addon-title.title-blog .category-link a:not(:first-child) {
        margin-left: 1.923rem; }
        .addon-title.title-blog .category-link a:not(:first-child)::before {
          content: "";
          position: absolute;
          width: 1px;
          height: 1.077rem;
          background-color: #e1e1e1;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: -1.077rem; }
  .addon-title.title-blog .category-link-mobile .dropdown-menu {
    left: -5px !important; }
    .addon-title.title-blog .category-link-mobile .dropdown-menu a {
      display: block; }

.blog-carousel.owl-theme .owl-item {
  opacity: 1; }

.blog-carousel.owl-theme .owl-stage-outer {
  padding-bottom: 0; }

.blog-carousel .post-category {
  margin-top: 1.231rem; }
  .blog-carousel .post-category a {
    -webkit-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    transform: skewX(-6deg);
    display: inline-block;
    text-transform: capitalize; }

.blog-carousel .post-title {
  text-align: left;
  letter-spacing: 0.1px;
  margin-top: 0.3077rem; }
  .blog-carousel .post-title a {
    font-family: "Raleway", sans-serif;
    font-size: 1.53rem;
    font-weight: 600;
    display: block;
    line-height: 1.5; }

.blog-carousel .post-created {
  position: absolute;
  top: 0.6154rem;
  left: 0.6154rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  line-height: 1.1;
  letter-spacing: 0;
  width: 5.077rem;
  height: 5.077rem;
  border-radius: 50%; }
  .blog-carousel .post-created .day {
    font-size: 1.538rem;
    font-weight: 700;
    color: #fff; }
  .blog-carousel .post-created .month {
    font-size: 1.154rem;
    color: #fff; }

.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: 0.7692rem;
    color: #444;
    position: relative;
    text-transform: capitalize;
    font-size: 1rem; }
    .blog-carousel .post-meta li:not(:last-child)::after {
      content: "-";
      position: absolute;
      bottom: 0;
      right: -0.7692rem; }

/* 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: #00044b; }
    .banner-lookbook .addon-box p {
      line-height: 1; }
      .banner-lookbook .addon-box p:last-child {
        margin-bottom: 0; }

/* newsletter */
.email_subscription .newsletter-desc {
  margin-bottom: 1.308rem;
  line-height: 2.154rem;
  letter-spacing: 0;
  font-size: 1rem;
  color: #444; }

.email_subscription .newsletter-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .email_subscription .newsletter-input-group input {
    border-width: 2px;
    width: 100%;
    margin-bottom: 0.4615rem;
    color: #d4470f;
    font-size: 1rem;
    height: 3.538rem;
    border-color: #d4470f;
    border-radius: 30px !important;
    font-family: Raleway;
    font-weight: 500;
}
.email_subscription .newsletter-input-group input::-webkit-input-placeholder {
  color: #d4470f; }
.email_subscription .newsletter-input-group input:-ms-input-placeholder {
  color: #d4470f; }
.email_subscription .newsletter-input-group input::-ms-input-placeholder {
  color: #d4470f; }
.email_subscription .newsletter-input-group input::placeholder {
  color: #d4470f; }
  .email_subscription .newsletter-input-group button.btn-icon {
    height: 3.538rem;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    padding: 0.3077rem 1rem 0; }
    .email_subscription .newsletter-input-group button.btn-icon i {
      font-size: 1.692rem; }

/* brand */
.brand-carousel {
  padding: 3.846rem 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 ********/
.home_3 .addon-title {
  margin-bottom: 10px; }
  .home_3 .addon-title h3 {
    text-transform: capitalize;
    line-height: 1.5; }

.home_3 .h3-service-box {
  margin-top: -7px; }

.home_3 .h3-category {
  margin-top: -7px; }

.h3-service-box {
  background-color: #01c57b; }
  .h3-service-box .layout-column:not(:last-child) .feature-box::after {
    content: "";
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3); }
  .h3-service-box .feature-box .lnr {
    color: #fff; }
  .h3-service-box .feature-box .include_content_s p {
    color: #fff; }

.h3-productbox-flex .product-carousel-flex .owl-item.active + .active + .active .productbox-flex::after {
  display: none; }

.h3-productbox-flex .owl-theme .owl-stage-outer {
  padding-top: 13px;
  padding-bottom: 53px; }

.h3-productbox-flex .productbox-flex::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  width: 1px;
  height: 130px;
  background-color: #ebebeb;
  z-index: 6; }

.h3-banner-productcarousel {
  background-color: #f5f5f5;
  padding: 71px 0 11px; }
  .h3-banner-productcarousel .addon-title {
    margin-bottom: 20px; }
  .h3-banner-productcarousel .layout-column.banner {
    z-index: 2;
    margin-top: 20px; }
  .h3-banner-productcarousel .product_carousel {
    z-index: 1; }
  .h3-banner-productcarousel .owl-theme .owl-controls {
    top: -56px; }
  .h3-banner-productcarousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .h3-banner-productcarousel .owl-stage .owl-item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .h3-banner-productcarousel .owl-stage .owl-item .item {
        height: 100%; }
        .h3-banner-productcarousel .owl-stage .owl-item .item .product-miniature {
          height: 100%; }

.h3-banner .layout-column {
  margin-bottom: 10px; }

.h3-product-tab {
  margin-top: 30px; }
  .h3-product-tab .addon-producttab {
    position: relative; }
    .h3-product-tab .addon-producttab::before {
      opacity: 0;
      content: "";
      width: 1000%;
      top: 0;
      position: absolute;
      background: #0ca56a;
      height: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1; }
    .h3-product-tab .addon-producttab .tabs-navigation {
      width: 100%;
      padding: 0;
      background-color: transparent !important; }
      .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs {
        border-bottom: 0; }
        .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs .nav-item {
          margin-bottom: 0;
          margin-left: 0 !important;
          width: 25%;
          text-align: center;
          position: relative; }
          .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs .nav-item .nav-link {
            font-size: 1.846rem;
            color: #fff !important;
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            border: 0;
            padding: 1.96rem 1.538rem !important;
            position: relative; }
            .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs .nav-item .nav-link::after {
              content: "";
              position: absolute;
              width: 0.7692rem;
              height: 0.7692rem;
              border: 0;
              background-color: #01c57b;
              -webkit-transform: translateX(-50%) rotate(45deg);
              -ms-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg);
              bottom: -0.3846rem;
              left: 50%;
              opacity: 0;
              -webkit-transition: all .4s;
              -o-transition: all .4s;
              transition: all .4s; }
            .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs .nav-item .nav-link.active {
              background-color: #01c57b;
              border: 0;
              border-radius: 0; }
              .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs .nav-item .nav-link.active::before {
                opacity: 0; }
              .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs .nav-item .nav-link.active::after {
                opacity: 1; }
          .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs .nav-item:not(:last-child)::after {
            content: "";
            height: 100%;
            width: 1px;
            position: absolute;
            right: 0;
            top: 0;
            background-color: #01c57b; }
          .h3-product-tab .addon-producttab .tabs-navigation .nav-tabs .nav-item::before {
            display: none; }
  .h3-product-tab .tab-content {
    margin: 0 -20px;
    overflow: hidden; }
    .h3-product-tab .tab-content > .tab-pane {
      padding: 0 20px; }
    .h3-product-tab .tab-content .item .product-miniature:not(:last-child) {
      margin-bottom: 3.846rem; }

.h3-category {
  background-color: #f5f5f5;
  padding: 5.385rem 0 4.692rem; }
  .h3-category .addon-title {
    margin-bottom: 3.077rem; }
    .h3-category .addon-title h3 {
      text-transform: capitalize;
      text-align: center; }
  .h3-category .category-box {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 1.538rem; }
    .h3-category .category-box .count {
      display: none; }
    .h3-category .category-box .category-thumb {
      position: relative;
      margin-bottom: 2.538rem; }
      .h3-category .category-box .category-thumb .category_image {
        display: block;
        text-align: center;
        overflow: hidden; }
        .h3-category .category-box .category-thumb .category_image:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .h3-category .category-box .category-thumb .category_image img {
          -webkit-transition: .4s all;
          -o-transition: .4s all;
          transition: .4s all; }
      .h3-category .category-box .category-thumb::after {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 4.615rem);
        height: 1px;
        background-color: #ebebeb; }
    .h3-category .category-box .parent-category {
      margin-bottom: 1.231rem; }
      .h3-category .category-box .parent-category a {
        display: block;
        font-family: "Raleway", sans-serif;
        color: #00044b;
        font-size: 1.538rem;
        letter-spacing: -0.3px;
        padding: 0 2.308rem; }
    .h3-category .category-box .child-categories {
      padding: 0 2.308rem;
      margin-bottom: 1.615rem; }
      .h3-category .category-box .child-categories li {
        line-height: 2.385rem;
        position: relative;
        padding-left: 1.154rem; }
        .h3-category .category-box .child-categories li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0.4615rem;
          height: 0.4615rem;
          border-radius: 50%;
          background-color: #01c57b; }
        .h3-category .category-box .child-categories li a {
          font-size: 1.077rem;
          position: relative; }
          .h3-category .category-box .child-categories li a:hover::before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
          .h3-category .category-box .child-categories li a::before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #00044b;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: .4s all;
            -o-transition: .4s all;
            transition: .4s all;
            z-index: 10; }
    .h3-category .category-box .btn-bottom {
      margin-bottom: 30px;
      padding: 0 30px; }
      .h3-category .category-box .btn-bottom .shopping-now {
        display: none; }
      .h3-category .category-box .btn-bottom .shopping-all {
        display: block; }

.h3-home-furniture .addon-title {
  margin-bottom: 0.7692rem; }

.h3-home-furniture .owl-theme .owl-controls {
  top: -3.538rem; }

.service-box .layout-column:not(:last-child) .feature-box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3); }

/******** home 4 ********/
.home_4 .addon-title h3 {
  text-transform: capitalize; }

.home_4 .h4-service {
  padding: 5.154rem 0 4.615rem; }
  .home_4 .h4-service .container {
    position: relative; }
    .home_4 .h4-service .container::before {
      content: "";
      position: absolute; }

.h4-categorytab + .h4-categorytab {
  margin-top: 30px; }

.h4-categorytab .container {
  position: relative; }

.h4-categorytab .addon-tab {
  margin-bottom: 1.846rem; }
  .h4-categorytab .addon-tab .nav-tabs .nav-item {
    margin-right: 0; }
    .h4-categorytab .addon-tab .nav-tabs .nav-item .nav-link::before {
      background-color: #c852a8; }
    .h4-categorytab .addon-tab .nav-tabs .nav-item .nav-link::after {
      border-top-color: #c852a8; }

.h4-categorytab .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .h4-categorytab .owl-stage .owl-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .h4-categorytab .owl-stage .owl-item .item {
      height: 100%; }
      .h4-categorytab .owl-stage .owl-item .item .product-miniature {
        height: 100%; }

.h4-categorytab .product-miniature {
  border: 1px solid #ebebeb; }

.h4-categorytab .layout-column.banner .jms-banner.banner-2 .banner-content {
  text-align: center;
  padding: 26px 40px;
  width: 100%; }
  .h4-categorytab .layout-column.banner .jms-banner.banner-2 .banner-content .text-1 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    margin-bottom: 9px; }
  .h4-categorytab .layout-column.banner .jms-banner.banner-2 .banner-content .text-2 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px; }

.h4-categorytab .layout-column.banner .jms-banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 50px 22px 33px;
  z-index: 0; }
  .h4-categorytab .layout-column.banner .jms-banner .banner-content p {
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #00044b;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0; }
    .h4-categorytab .layout-column.banner .jms-banner .banner-content p strong {
      font-size: 20px;
      font-weight: 700; }
  .h4-categorytab .layout-column.banner .jms-banner .banner-content .btn {
    color: #00044b;
    background-color: #fff;
    text-transform: capitalize; }

.h4-featured-product {
  margin-bottom: -0.9231rem; }
  .h4-featured-product .addon-title {
    padding-top: 0.4615rem; }

.h4-megatab-icon {
  padding: 5.231rem 0 4.846rem; }
  .h4-megatab-icon .megatab-icon .owl-theme .owl-controls {
    top: -4.231rem; }
  .h4-megatab-icon .megatab-icon .owl-theme .owl-stage-outer {
    padding: 20px 0;
    margin: 0; }
  .h4-megatab-icon .addon-tab {
    margin-bottom: 1.154rem; }
  .h4-megatab-icon .addon-tab-title, .h4-megatab-icon .tabs-navigation {
    background-color: transparent !important; }
  .h4-megatab-icon .item .js-product-miniature::after {
    display: none; }
  .h4-megatab-icon .item .js-product-miniature:not(:last-child) {
    margin-bottom: 1.538rem; }
  .h4-megatab-icon .productbox-flex .product-preview {
    width: 38.3%; }
  .h4-megatab-icon .productbox-flex .product-info {
    width: 61.7%; }

.h4-categories .h4-category-carousell {
  display: none; }

.h4-categories .addon-title {
  margin-bottom: 1.462rem; }
  .h4-categories .addon-title h3 {
    text-align: center; }

.h4-categories .category-box {
  margin: 0 -10px; }
  .h4-categories .category-box .item {
    padding: 10px; }

.h4-categories .owl-theme .owl-stage-outer {
  margin: 0;
  padding: 15px 0; }

.h4-categories .owl-theme .owl-item {
  opacity: 1; }

.h4-categories .owl-theme .owl-controls {
  display: block;
  position: static; }
  .h4-categories .owl-theme .owl-controls div {
    width: 2.692rem;
    height: 5.154rem;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0; }
    .h4-categories .owl-theme .owl-controls div.owl-prev {
      left: -4.615rem;
      background: url("../img/icons/h4-prev2.png") no-repeat center !important; }
      .h4-categories .owl-theme .owl-controls div.owl-prev:hover {
        background-image: url("../img/icons/h4-prev2-hover.png") !important; }
    .h4-categories .owl-theme .owl-controls div.owl-next {
      right: -4.615rem;
      background: url("../img/icons/h4-next2.png") no-repeat center !important; }
      .h4-categories .owl-theme .owl-controls div.owl-next:hover {
        background-image: url("../img/icons/h4-next2-hover.png") !important; }

.h4-categories .jms-banner {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
  .h4-categories .jms-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.769rem 2.154rem;
    line-height: 1.3; }
    .h4-categories .jms-banner .banner-content p {
      margin-bottom: 0; }
    .h4-categories .jms-banner .banner-content .text-1 {
      font-family: "Raleway", sans-serif;
      font-size: 1.538rem;
      font-weight: 500;
      color: #00044b;
      letter-spacing: -0.1px;
      margin-bottom: 0.5385rem; }
    .h4-categories .jms-banner .banner-content .text-2 {
      -webkit-transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
      transform: skewX(-5deg);
      color: #444;
      letter-spacing: 0.25px; }

.h4-service .feature-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .h4-service .feature-box .feature-img {
    margin-right: 0; }
  .h4-service .feature-box .lnr {
    font-size: 3.846rem;
    margin-bottom: 1.385rem; }
  .h4-service .feature-box .include_content_s .text-1 {
    font-size: 1.538rem;
    color: #00044b;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0.1538rem; }
  .h4-service .feature-box .include_content_s .text-2 {
    color: #444; }

.h4-slider {
  padding-bottom: 50px; }
  .h4-slider .jmsflashsales-tab .tabpanel {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px; }
    .h4-slider .jmsflashsales-tab .tabpanel .addon-title {
      width: 100%; }
  .h4-slider .jmsflashsales-tab .tabs-navigation-mobile {
    position: absolute;
    top: 10px;
    right: 10px; }

.h4-banner-1 .layout-column {
  margin-bottom: 10px; }

.h4-banner-1 .jms-banner {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .h4-banner-1 .jms-banner .banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4.615rem;
    line-height: 1.3; }
    .h4-banner-1 .jms-banner .banner-content p {
      margin-bottom: 0; }
    .h4-banner-1 .jms-banner .banner-content .text-1 {
      font-size: 1.385rem;
      font-weight: 600;
      color: #f63622;
      text-transform: uppercase;
      letter-spacing: -0.1px;
      margin-bottom: 1rem; }
    .h4-banner-1 .jms-banner .banner-content .text-2 {
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      font-size: 1rem;
      color: #00044b;
      letter-spacing: -0.5px; }

.h4-banner-2 {
  margin-top: 30px; }
  .h4-banner-2 .layout-column {
    margin-bottom: 10px; }
  .h4-banner-2 .jms-banner {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .h4-banner-2 .jms-banner .banner-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 2.308rem;
      line-height: 1.4; }
      .h4-banner-2 .jms-banner .banner-content p {
        font-family: "Raleway", sans-serif;
        margin-bottom: 0;
        font-size: 1.538rem;
        font-weight: 300;
        color: #00044b;
        letter-spacing: -0.1px; }
        .h4-banner-2 .jms-banner .banner-content p:first-child {
          margin-bottom: 1.538rem; }
        .h4-banner-2 .jms-banner .banner-content p strong {
          font-weight: 600; }
      .h4-banner-2 .jms-banner .banner-content .btn {
        padding: 0.423rem 1.538rem; }

.jms-row.line .container {
  position: relative; }
  .jms-row.line .container::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 1px;
    background-color: #ebebeb; }

/******** home 5 ********/
.home_5 .btn, .home_5 .btn-default {
  color: #000 !important; }

.home_5 .product-miniature .product-buttons .ajax-add-to-cart i {
  color: #00044b; }

.home_5 .addon-title h3 {
  text-transform: capitalize;
  text-align: center; }

.home_5 .jms-popup .text-top {
  color: #00044b; }

.h5-banner .addon-title {
  margin-bottom: 2.615rem; }

.h5-banner .layout-column {
  margin-bottom: 10px; }

.h5-category {
  padding: 5.692rem 0 6.231rem;
  background-color: #f2f2f2; }
  .h5-category .addon-title {
    margin-bottom: 3.385rem; }
  .h5-category .layout-column.item {
    margin-bottom: 2.308rem; }
  .h5-category p {
    margin-bottom: 0; }
  .h5-category .jms-banner > a img {
    border-radius: 4px 4px 0 0; }
  .h5-category .category-box {
    background-color: #fff;
    padding: 2.154rem 1.538rem 2.077rem 2.308rem;
    border-radius: 0 0 4px 4px; }
    .h5-category .category-box .shop-now {
      margin-left: auto; }
    .h5-category .category-box .parent-category {
      margin-bottom: 0; }
      .h5-category .category-box .parent-category a {
        font-family: "Raleway", sans-serif;
        font-size: 1.231rem;
        color: #00044b;
        font-weight: 400;
        letter-spacing: -0.2px;
        margin-bottom: 0.7692rem;
        display: inline-block; }
      .h5-category .category-box .parent-category .count {
        display: block;
        font-size: 1rem;
        color: #777;
        margin-bottom: 0;
        font-family: "Muli", sans-serif; }
    .h5-category .category-box .child-categories {
      margin-bottom: 0; }
  .h5-category .view-all {
    display: block;
    text-align: center;
    background-color: #fff;
    font-size: 1.231rem;
    font-family: "Raleway", sans-serif;
    color: #00044b;
    letter-spacing: -0.2px;
    padding: 1.077rem 1.538rem;
    margin-top: 1.538rem; }
    .h5-category .view-all:hover {
      background-color: #fcd62a; }

.h5-product-carousel .addon-title {
  margin-bottom: 0.9231rem; }

.h5-banner-product .row {
  margin-left: -15px;
  margin-right: -15px; }
  .h5-banner-product .row .layout-column {
    padding: 0 15px; }

.h5-banner-product .col-banner .jms-banner {
  margin: auto;
  max-width: 335px; }

.h5-banner-product .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .h5-banner-product .owl-stage .owl-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .h5-banner-product .owl-stage .owl-item .item {
      height: 100%; }
      .h5-banner-product .owl-stage .owl-item .item .product-miniature {
        height: 100%; }

.h5-banner-product .product-miniature {
  border: 1px solid #ebebeb; }

.h5-megatab-product {
  margin-top: 0.8462rem;
  padding: 5.769rem 0 0.7692rem;
  background-color: #f2f2f2; }
  .h5-megatab-product .addon-tab-title {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 1.769rem !important; }
  .h5-megatab-product .megatab-icon .tabs-navigation {
    padding: 0;
    background: transparent;
    margin: auto !important; }
  .h5-megatab-product .megatab-icon .addon-tab .nav-tabs li {
    margin: 0 0.577rem !important; }
    .h5-megatab-product .megatab-icon .addon-tab .nav-tabs li a.active {
      background-color: #fcd62a; }
      .h5-megatab-product .megatab-icon .addon-tab .nav-tabs li a.active i {
        color: #00044b; }
    .h5-megatab-product .megatab-icon .addon-tab .nav-tabs li a i {
      font-size: 1.846rem; }
  .h5-megatab-product .addon-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.769rem; }
    .h5-megatab-product .addon-tab .line-custom {
      display: none; }
  .h5-megatab-product .item .product-miniature:first-child {
    margin-bottom: 1.538rem; }
  .h5-megatab-product .productbox-flex .product-preview {
    width: 38.3%; }
  .h5-megatab-product .productbox-flex .product-info {
    width: 61.7%; }

.h5-blog .addon-title.title-blog .line-custom, .h5-blog .addon-title.title-blog .category-link {
  display: none; }

.h5-blog .addon-title.title-blog h3 {
  display: block;
  padding: 0;
  width: 100%; }

.h5-blog .blog-carousel .post-created .day, .h5-blog .blog-carousel .post-created .month {
  color: #00044b; }

.block-brand .container > .row {
  margin: 0; }

.block-brand .col {
  margin-bottom: 10px;
  padding: 1.308rem;
  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;
  border: 1px solid #ebebeb; }
  .block-brand .col img {
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all; }
  .block-brand .col.change-color img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5; }

/******** home 6 ********/
.home_6 .btn, .home_6 .btn-default {
  //color: white !important;
}

.home_6 .slider-home-6 .btn-default {
  color: #c3e235 !important; }

.home_6 .product-miniature .product-buttons .ajax-add-to-cart i {
  color: #092333; }

.home_6 .addon-title h3 {
  text-transform: none; }

.home_6 .jms-row.line {
  margin-top: -5px; }

.home_6 .jms-popup .text-top {
  color: #00044b; }

.h6-producttab .addon-producttab {
  margin-bottom: 0.9231rem; }

.h6-producttab .addon-producttab .nav-tabs .nav-item .nav-link::before {
  //background-color: #d54605;
}

.h6-producttab .addon-producttab .nav-tabs .nav-item .nav-link::after {
  //border-top-color: #d54605;
}

.product-miniature::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 1.538rem);
  background-color: #efe0d1;
  right: -1rem;
  top: 0.5385rem; }

.products-grid .js-product-miniature, .products .js-product-miniature {
  margin-right: 25px;
}

.h6-producttab .owl-item.active + .active + .active + .active + .active + .active + .active .product-miniature::before {
  display: none; }

.h6-banner {
  margin-top: -12px; }

.h6-flashsale {
  padding: 3.077rem 0 0; }
  .h6-flashsale .jmsflashsales-tab2 {
    margin: 0 -10px; }
    .h6-flashsale .jmsflashsales-tab2 .addon-title {
      margin-bottom: 2.385rem; }
      .h6-flashsale .jmsflashsales-tab2 .addon-title h3 {
        line-height: 1.35; }
    .h6-flashsale .jmsflashsales-tab2 .discount {
      font-size: 1.846rem;
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      color: #00044b;
      letter-spacing: -0.2px;
      line-height: 1.3; }
    .h6-flashsale .jmsflashsales-tab2 .tabpanel {
      padding: 0 10px; }
      .h6-flashsale .jmsflashsales-tab2 .tabpanel label {
        font-size: 1.846rem;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        color: #00044b;
        letter-spacing: -0.35px;
        margin-top: 1.769rem;
        margin-bottom: 2px; }
    .h6-flashsale .jmsflashsales-tab2 .tab-content {
      padding: 0 10px; }
    .h6-flashsale .jmsflashsales-tab2 .nav li {
      width: 100%;
      line-height: 1; }
      .h6-flashsale .jmsflashsales-tab2 .nav li a {
        font-size: 11.54rem;
        font-weight: 200;
        font-family: "Raleway", sans-serif;
        color: #00044b;
        position: relative;
        line-height: 0.75;
        text-align: center;
        display: block;
        z-index: 1; }
        .h6-flashsale .jmsflashsales-tab2 .nav li a::before {
          content: "";
          width: 100%;
          height: 4rem;
          left: 0;
          bottom: 2px;
          position: absolute;
          background-color: #c3e235;
          z-index: -1; }
        .h6-flashsale .jmsflashsales-tab2 .nav li a span {
          font-size: 4.615rem;
          font-weight: 300; }
    .h6-flashsale .jmsflashsales-tab2 .countdown-section {
      background: #092333;
      width: 4.615rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 4.615rem;
      border-radius: 50%;
      color: #fff;
      -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;
      line-height: 1.2; }
      .h6-flashsale .jmsflashsales-tab2 .countdown-section:not(:last-child) {
        margin-right: 0.5385rem; }
      .h6-flashsale .jmsflashsales-tab2 .countdown-section .countdown-amount {
        font-weight: 800;
        font-size: 1.308rem; }
    .h6-flashsale .jmsflashsales-tab2 .owl-stage-outer {
      padding-bottom: 60px; }

.h6-banner-product ~ .h6-banner-product {
  margin-top: -6px; }

.h6-banner-product .row {
  margin-left: -17.5px;
  margin-right: -17.5px; }

.h6-banner-product .layout-column {
  padding-left: 17.5px;
  padding-right: 17.5px; }
  .h6-banner-product .layout-column.product .content-carousel-2 .owl-stage-outer {
    padding: 0 1px;
    margin: 0 -1px; }
  .h6-banner-product .layout-column.product .product-carousel {
    margin-top: 0.5385rem; }
    .h6-banner-product .layout-column.product .product-carousel .product-miniature::before {
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% - 1.538rem);
      background-color: #efe0d1;
      right: -13px;
      top: 7px; }
    .h6-banner-product .layout-column.product .product-carousel .owl-item.active + .active + .active + .active .product-miniature::before {
      display: none; }
  .h6-banner-product .layout-column.product .content-item {
    border: 1px solid #e3f4f1;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    width: 11vw;
    height: 11vw;
    max-width: 192px;
    max-height: 192px;
    min-width: 116px;
    min-height: 116px;
    border-radius: 50%;
    margin: 0 auto;
  }
    .h6-banner-product .layout-column.product .content-item:hover {
      border-color: #e3f4f1;
    background-color: #e3f4f1}
      .h6-banner-product .layout-column.product .content-item:hover a img {
        transform: translate(-50%, -70%) scale(1.05); }
    .h6-banner-product .layout-column.product .content-item p {
      margin-bottom: 0;
    }
    .h6-banner-product .layout-column.product .content-item a {
      font-weight: 700;
    }
      .h6-banner-product .layout-column.product .content-item img {
        -webkit-transition: .4s all;
        -o-transition: .4s all;
        transition: .4s all;
        width: 3.5rem;
        height: 3.5rem;
        max-height: 45px;
        max-width: 45px;
        object-fit: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -84%);
      }
      .h6-banner-product .layout-column.product .content-item p {
        position: absolute;
        top: 60%;
        width: 100%;
        left: 0;
        font-size: calc(10px + 0.2vw);
        font-weight: 600;
        padding: 0 20px;
        line-height: 1.2;
        text-align: center!important;
      }

      @media (max-width: 1200px) {
        .h6-banner-product .layout-column.product .content-item p {
          font-size: calc(8px + 0.2vw);
        }
      }

      @media (max-width: 768px) {
        .h6-banner-product .layout-column.product .content-item p {
          font-size: 10px;
        }
      }
      .h6-banner-product .layout-column.product .content-item span a, .h6-banner-product .layout-column.product .content-item strong a {
        display: block;
        width: auto;
        height: auto;
        border-radius: 0;
      }
  .h6-banner-product .layout-column.banner {
    margin-bottom: 30px; }
    .h6-banner-product .layout-column.banner .banner-content {
      position: absolute;
      left: 3.846rem;
      bottom: 3.077rem; }
      .h6-banner-product .layout-column.banner .banner-content p {
        margin-bottom: 0; }
      .h6-banner-product .layout-column.banner .banner-content .text {
        font-size: 3.231rem;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: 0;
        margin-top: 2.308rem; }

.h6-blog .blog-carousel .post-created .day, .h6-blog .blog-carousel .post-created .month {
  color: #092333; }

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

footer .row {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px; }

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

#footer {
  background: #fff;
  margin-top: 0rem;
  padding-top: 2rem; }
  #footer ul {
    margin-bottom: 0; }
    #footer ul li a {
      color: #444;
      position: relative; }
      #footer ul li a::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #00044b;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .4s all;
        -o-transition: .4s all;
        transition: .4s all;
        z-index: 10; }
      #footer ul li a:hover {
        color: #00044b; }
        #footer ul li a:hover::before {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
  #footer .newsletter #social-links li {
    margin-left: 0; }
  #footer #footer-main {
    margin-bottom: 2rem; }
    #footer #footer-main .layout-column {
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%; }
    #footer #footer-main .block .block-title {
      font-family: "Raleway", sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      color: #00044b;
      text-transform:none;
      letter-spacing: 0;
      margin-bottom: 1.231rem;
      margin-top: -0.3846rem; }
      #footer #footer-main .block .block-title i {
        display: block; }
    #footer #footer-main .block-logo {
      margin-bottom: 1.154rem; }
    #footer #footer-main .block-content ul li {
      line-height: 0; }
    #footer #footer-main .block-contact .addon-title {
      display: none; }
    #footer #footer-main .block-contact .phone {
      font-size: 1.538rem;
      color: #00044b;
      font-weight: 800;
      position: relative;
      letter-spacing: 0;
      margin-bottom: 0.5385rem; }
      #footer #footer-main .block-contact .phone label {
        display: none; }
      #footer #footer-main .block-contact .phone::before {
        position: relative;
        top: 0.6923rem; }
    #footer #footer-main .block-contact .email.section {
      color: #444; }
    #footer #footer-main .block-contact .address .info-address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #444; }
      #footer #footer-main .block-contact .address .info-address label {
        color: #444;
        margin-bottom: 0;
        margin-right: 1.154rem; }
      #footer #footer-main .block-contact .address .info-address span {
        letter-spacing: 0;
        padding: 0 10px; }
    #footer #footer-main .block-contact .email span {
      margin-left: 3px; }
  #footer #footer-copyright {
    padding: 1.923rem 0;
    padding-top:0; }
    #footer #footer-copyright .container {
      position: relative; }
      #footer #footer-copyright .container::before {
        content: "";
        width: calc(100% - 20px);
        height: 1px;
        background-color: #e1e1e1;
        left: 10px;
        top: -2rem;
        position: absolute;
        display: none; }
    #footer #footer-copyright .layout-column {
      text-align: center; }
    #footer #footer-copyright .copyright-content p {
      font-size: 1.154rem;
      color: #444;
      letter-spacing: 0;
      text-transform: initial; }
      #footer #footer-copyright .copyright-content p i {
        font-size: 1rem; }
    #footer #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 #footer-copyright .quick-links a {
        margin: 0 1rem; }

/******** animation ************/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-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 ***/
#off-canvas-menu {
  margin-top: 0;
  padding: 10px 0;
overflow-x: hidden;
  overflow-y: scroll;
  max-height: calc(100vh - 162px);
}
  #off-canvas-menu .open > .dropdown-menu {
    padding: 4px 0;
    background-color: transparent; }
    #off-canvas-menu .open > .dropdown-menu .mega-nav {
      padding-left: 20px; }
  #off-canvas-menu .nav > li {
    border: 0; }
    #off-canvas-menu .nav > li > a {
      padding: 0 30px;
      color: #fff;
      text-transform: capitalize;
      font-size: 16px;
      font-family: "Raleway", sans-serif;
      letter-spacing: -0.3px;
      line-height: 38px;
      font-weight: 500;
    }
    #off-canvas-menu .nav > li:hover, #off-canvas-menu .nav > li.open {
      background: transparent; }
  #off-canvas-menu .dropdown-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    right: 0; }
    #off-canvas-menu .dropdown-menu li > a {
      line-height: 30px;
      color: rgba(255, 255, 255, 0.75); }
  #off-canvas-menu .mega.open .caret::before {
    background-image: url("../img/icons/minus.png"); }
  #off-canvas-menu .mega .caret {
    width: 20px;
    text-align: right; }
    #off-canvas-menu .mega .caret::before {
      content: "";
      width: 12px;
      height: 12px;
      display: inline-block;
      background: url("../img/icons/plus.png") no-repeat center; }
  #off-canvas-menu .top-column {
    font-size: 14px;
    margin-top: 30px;
    padding: 0 30px;
    line-height: 2;
    text-align: left; }
    #off-canvas-menu .top-column ul li.current a {
      color: #fff; }
      #off-canvas-menu .top-column ul li.current a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: #fff; }
    #off-canvas-menu .top-column ul li a {
      font-size: 13px;
      position: relative;
      color: rgba(255, 255, 255, 0.7); }
    #off-canvas-menu .top-column #language-selector-label, #off-canvas-menu .top-column #currency-selector-label {
      font-weight: 600;
      color: #fff; }

/**** preloader ****/


/***** Product Box *****/
.product-miniature {
  position: relative;
  background-color: #fff; }
  .product-miniature:hover {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    z-index: 9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
    .product-miniature:hover ul.product-buttons {
      opacity: 1;
      visibility: visible;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }
      .product-miniature:hover ul.product-buttons li {
        opacity: 1;
        bottom: 0; }
  .product-miniature .product-info ul.product-buttons {
    display: none; }
    .product-miniature .product-info ul.product-buttons .ajax-add-to-cart {
      max-width: 100%; }
  .product-miniature .product-buttons .fa-spinner-third {
    -webkit-animation: spinner 0.4s infinite linear;
    animation: spinner 0.4s infinite linear; }
  .product-miniature .product-buttons .ajax-add-to-cart i {
    color: #fff;
    display: none; }
  .product-miniature .product-buttons .ajax-add-to-cart.checking .fa-spinner-third {
    display: inline-block; }
  .product-miniature .product-buttons .ajax-add-to-cart.checked .fa-check {
    display: inline-block; }
  .product-miniature ul.product-buttons {
    opacity: 0;
    visibility: hidden;
    padding: 0px 11px 10px;
    margin-bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0px 1.538rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 1.538rem rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: flex;
  }
    .product-miniature ul.product-buttons::before {
      content: "";
      width: 100%;
      height: 20px;
      background: #fff;
      top: -20px;
      left: 0;
      right: 0;
      position: absolute;
      z-index: 1; }
    .product-miniature ul.product-buttons .ajax-add-to-cart {
      white-space: nowrap;
      /*max-width: 112px;*/
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
    }

    @media (min-width:1300px) and (max-width: 1540px) {
        .product-miniature ul.product-buttons .ajax-add-to-cart {
            font-size:13px;
        }
    }

    @media (min-width:1140px) and (max-width: 1300px) {
        .product-miniature ul.product-buttons .ajax-add-to-cart {
            font-size:10px;
        }
    }

    @media (min-width:1080px) and (max-width: 1140px) {
        .product-miniature ul.product-buttons .ajax-add-to-cart {
            font-size:8.5px;
        }
    }

    @media (min-width:1000px) and (max-width: 1080px) {
        .product-miniature ul.product-buttons .ajax-add-to-cart {
            font-size:7.5px;
        }
    }

    .product-miniature ul.product-buttons li {
      opacity: 0;
      margin-bottom: 5px;
      position: relative;
      bottom: -20px;
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all; }
      .product-miniature ul.product-buttons li:nth-child(2) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }
      .product-miniature ul.product-buttons li:nth-child(3) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
      .product-miniature ul.product-buttons li:not(:last-child) {
        margin-right: 0.5rem; }
    .product-miniature ul.product-buttons .lnr {
      font-size: 1.538rem;
      color: #f5be2b; }

/***** Product Box Flex *****/
.productbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .productbox-flex:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .productbox-flex .product-preview {
    width: 30%; }
  .productbox-flex .product-info {
    width: 70%;
    padding: 0 1.538rem; }
  .productbox-flex .product-list-reviews {
    position: static;
    padding: 0;
    margin-bottom: -0.1538rem; }
  .productbox-flex .product-buttons {
    margin-top: 2rem; }

/****** popup advertising ******/
.jms-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .jms-popup .main-content {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .jms-popup .content {
    padding: 4.077rem 2.308rem; }
  .jms-popup #social-links {
    margin-bottom: 1.077rem; }
    .jms-popup #social-links li {
      margin: 0;
      margin: 0 0.6923rem !important;
      line-height: 1.2; }
      .jms-popup #social-links li a {
        font-size: 1.692rem; }
  .jms-popup .text-top {
    background: #14c2ee;
    color: #fff;
    font-size: 1.231rem;
    font-family: "Raleway", sans-serif;
    width: 100%;
    text-align: center;
    padding: 0.5385rem 1.538rem;
    letter-spacing: 0.1px; }
  .jms-popup div.logo {
    margin-bottom: 1.308rem; }
  .jms-popup .text-1 {
    font-family: "Raleway", sans-serif;
    font-size: 2.308rem;
    font-weight: 600;
    color: #f63622;
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin-bottom: 0.4615rem; }
  .jms-popup .text-2 {
    font-family: "Raleway", sans-serif;
    font-size: 1.231rem;
    font-weight: 400;
    color: #00044b;
    line-height: 1.2;
    letter-spacing: -0.3px; }
  .jms-popup .newsletter-desc {
    display: none; }
  .jms-popup .newsletter-input-group {
    width: 100%;
    margin: auto; }
    .jms-popup .newsletter-input-group input {
      border: 0.1538rem solid #14c2ee;
      color: #d4470f;
      margin-bottom: 0; }
      .jms-popup .newsletter-input-group input::-webkit-input-placeholder {
        color: #d4470f; }
      .jms-popup .newsletter-input-group input:-ms-input-placeholder {
        color: #d4470f; }
      .jms-popup .newsletter-input-group input::-ms-input-placeholder {
        color: #d4470f; }
      .jms-popup .newsletter-input-group input::placeholder {
        color: #d4470f; }
    .jms-popup .newsletter-input-group button.btn-text {
      display: inline-block;
      position: absolute;
      right: 0;
      border-radius: 0;
      height: 3.538rem;
      font-size: 1.231rem;
      padding-right: 1.615rem;
      padding-left: 1.615rem;
      letter-spacing: 0; }
    .jms-popup .newsletter-input-group button.btn-icon {
      display: none; }

/******* social link *******/
#social-links li {
  margin: 0;
  display: inline-block; }
  #social-links li:not(:last-child) {
    margin-right: 1.154rem; }
  #social-links li a {
    font-size: 1.308rem; }
    #social-links li a::before {
      display: none; }
  #social-links li.facebook a {
    color: #f5be2b; }
  #social-links li.twitter a {
    color: #f5be2b; }
  #social-links li.google-plus a {
    color: #f5be2b; }
  #social-links li.instagram a {
    color: #f5be2b; }
  #social-links li.pinterest a {
    color: #f5be2b; }

/***** home color *******/
.home_1#my-account .links a:hover i {
  color: #14c2ee; }

.home_1 .product-images .thumb-container > .thumb.selected,
.home_1 .product-images .thumb-container > .thumb:hover {
  border-color: #14c2ee !important; }

.home_1 .product-desc li::before {
  background-color: #14c2ee; }

.home_1 .product-variants-item input:checked ~ .radio-label {
  border-color: #14c2ee; }

.home_1 .product-variants-item input:checked + .color::after {
  background-color: #14c2ee; }

.home_1 .megatab-icon .addon-tab .nav-tabs li a.active {
  background: #14c2ee; }

.home_1 .owl-theme .owl-controls div:hover {
  background-color: #14c2ee;
  border-color: #14c2ee; }

.home_1 .owl-theme .owl-controls div.owl-next:hover {
  background-image: url("../img/icons/next-hover.png"); }

.home_1 .owl-theme .owl-controls div.owl-prev:hover {
  background-image: url("../img/icons/prev-hover.png"); }

.home_1 #footer #footer-main .block-contact .phone::before {
  content: url("../img/icons/phone-1.png"); }

.home_1 .jms-popup .newsletter-input-group input {
  border-color: #14c2ee; }

.home_1 .jms-popup .text-top {
  background-color: #14c2ee; }

.home_1 .btn, .home_1 .btn-default,
.home_1 .blog-carousel .post-created {
  background-color: #14c2ee; }

.home_1 #product-availability span::before {
  background-color: #14c2ee; }

.home_1 .email_subscription .newsletter-input-group button.btn-icon i {
  color: #14c2ee; }

.home_1 .h3-service-box {
  background-color: #14c2ee; }

.home_1 .h4-service .feature-box .lnr {
  color: #14c2ee; }

.home_1.blocktab-2 .addon-tab .nav-tabs .nav-item .nav-link::after, .home_1.blocktab-2 .addon-producttab .nav-tabs .nav-item .nav-link::after {
  border-top-color: #14c2ee; }

.home_1 #search_filters .ui-slider .ui-slider-handle {
  background-color: #14c2ee; }

.home_1 .view-mode .switch-view.active {
  background-color: #14c2ee !important;
  border-color: #14c2ee; }

.home_1 .pagination li.current a {
  background-color: #14c2ee; }

.home_2#my-account .links a:hover i {
  color: #ffae00; }

.home_2 .product-images .thumb-container > .thumb.selected,
.home_2 .product-images .thumb-container > .thumb:hover {
  border-color: #ffae00 !important; }

.home_2 .product-desc li::before {
  background-color: #ffae00; }

.home_2 .product-variants-item input:checked ~ .radio-label {
  border-color: #ffae00; }

.home_2 .product-variants-item input:checked + .color::after {
  background-color: #ffae00; }

.home_2 .megatab-icon .addon-tab .nav-tabs li a.active {
  background: #ffae00; }

.home_2 .owl-theme .owl-controls div:hover {
  background-color: #ffae00;
  border-color: #ffae00; }

.home_2 .owl-theme .owl-controls div.owl-next:hover {
  background-image: url("../img/icons/next-hover.png"); }

.home_2 .owl-theme .owl-controls div.owl-prev:hover {
  background-image: url("../img/icons/prev-hover.png"); }

.home_2 #footer #footer-main .block-contact .phone::before {
  content: url("../img/icons/phone-2.png"); }

.home_2 .jms-popup .newsletter-input-group input {
  border-color: #ffae00; }

.home_2 .jms-popup .text-top {
  background-color: #ffae00; }

.home_2 .btn, .home_2 .btn-default,
.home_2 .blog-carousel .post-created {
  background-color: #ffae00; }

.home_2 #product-availability span::before {
  background-color: #ffae00; }

.home_2 .email_subscription .newsletter-input-group button.btn-icon i {
  color: #ffae00; }

.home_2 .h3-service-box {
  background-color: #ffae00; }

.home_2 .h4-service .feature-box .lnr {
  color: #ffae00; }

.home_2.blocktab-2 .addon-tab .nav-tabs .nav-item .nav-link::after, .home_2.blocktab-2 .addon-producttab .nav-tabs .nav-item .nav-link::after {
  border-top-color: #ffae00; }

.home_2 #search_filters .ui-slider .ui-slider-handle {
  background-color: #ffae00; }

.home_2 .view-mode .switch-view.active {
  background-color: #ffae00 !important;
  border-color: #ffae00; }

.home_2 .pagination li.current a {
  background-color: #ffae00; }

.home_3#my-account .links a:hover i {
  color: #01c57b; }

.home_3 .product-images .thumb-container > .thumb.selected,
.home_3 .product-images .thumb-container > .thumb:hover {
  border-color: #01c57b !important; }

.home_3 .product-desc li::before {
  background-color: #01c57b; }

.home_3 .product-variants-item input:checked ~ .radio-label {
  border-color: #01c57b; }

.home_3 .product-variants-item input:checked + .color::after {
  background-color: #01c57b; }

.home_3 .megatab-icon .addon-tab .nav-tabs li a.active {
  background: #01c57b; }

.home_3 .owl-theme .owl-controls div:hover {
  background-color: #01c57b;
  border-color: #01c57b; }

.home_3 .owl-theme .owl-controls div.owl-next:hover {
  background-image: url("../img/icons/next-hover.png"); }

.home_3 .owl-theme .owl-controls div.owl-prev:hover {
  background-image: url("../img/icons/prev-hover.png"); }

.home_3 #footer #footer-main .block-contact .phone::before {
  content: url("../img/icons/phone-3.png"); }

.home_3 .jms-popup .newsletter-input-group input {
  border-color: #01c57b; }

.home_3 .jms-popup .text-top {
  background-color: #01c57b; }

.home_3 .btn, .home_3 .btn-default,
.home_3 .blog-carousel .post-created {
  background-color: #01c57b; }

.home_3 #product-availability span::before {
  background-color: #01c57b; }

.home_3 .email_subscription .newsletter-input-group button.btn-icon i {
  color: #01c57b; }

.home_3 .h3-service-box {
  background-color: #01c57b; }

.home_3 .h4-service .feature-box .lnr {
  color: #01c57b; }

.home_3.blocktab-2 .addon-tab .nav-tabs .nav-item .nav-link::after, .home_3.blocktab-2 .addon-producttab .nav-tabs .nav-item .nav-link::after {
  border-top-color: #01c57b; }

.home_3 #search_filters .ui-slider .ui-slider-handle {
  background-color: #01c57b; }

.home_3 .view-mode .switch-view.active {
  background-color: #01c57b !important;
  border-color: #01c57b; }

.home_3 .pagination li.current a {
  background-color: #01c57b; }

.home_4#my-account .links a:hover i {
  color: #c852a8; }

.home_4 .product-images .thumb-container > .thumb.selected,
.home_4 .product-images .thumb-container > .thumb:hover {
  border-color: #c852a8 !important; }

.home_4 .product-desc li::before {
  background-color: #c852a8; }

.home_4 .product-variants-item input:checked ~ .radio-label {
  border-color: #c852a8; }

.home_4 .product-variants-item input:checked + .color::after {
  background-color: #c852a8; }

.home_4 .megatab-icon .addon-tab .nav-tabs li a.active {
  background: #c852a8; }

.home_4 .owl-theme .owl-controls div:hover {
  background-color: #c852a8;
  border-color: #c852a8; }

.home_4 .owl-theme .owl-controls div.owl-next:hover {
  background-image: url("../img/icons/next-hover.png"); }

.home_4 .owl-theme .owl-controls div.owl-prev:hover {
  background-image: url("../img/icons/prev-hover.png"); }

.home_4 #footer #footer-main .block-contact .phone::before {
  content: url("../img/icons/phone-4.png"); }

.home_4 .jms-popup .newsletter-input-group input {
  border-color: #c852a8; }

.home_4 .jms-popup .text-top {
  background-color: #c852a8; }

.home_4 .btn, .home_4 .btn-default,
.home_4 .blog-carousel .post-created {
  background-color: #c852a8; }

.home_4 #product-availability span::before {
  background-color: #c852a8; }

.home_4 .email_subscription .newsletter-input-group button.btn-icon i {
  color: #c852a8; }

.home_4 .h3-service-box {
  background-color: #c852a8; }

.home_4 .h4-service .feature-box .lnr {
  color: #c852a8; }

.home_4.blocktab-2 .addon-tab .nav-tabs .nav-item .nav-link::after, .home_4.blocktab-2 .addon-producttab .nav-tabs .nav-item .nav-link::after {
  border-top-color: #c852a8; }

.home_4 #search_filters .ui-slider .ui-slider-handle {
  background-color: #c852a8; }

.home_4 .view-mode .switch-view.active {
  background-color: #c852a8 !important;
  border-color: #c852a8; }

.home_4 .pagination li.current a {
  background-color: #c852a8; }

.home_5#my-account .links a:hover i {
  color: #fcd62a; }

.home_5 .product-images .thumb-container > .thumb.selected,
.home_5 .product-images .thumb-container > .thumb:hover {
  border-color: #fcd62a !important; }

.home_5 .product-desc li::before {
  background-color: #fcd62a; }

.home_5 .product-variants-item input:checked ~ .radio-label {
  border-color: #fcd62a; }

.home_5 .product-variants-item input:checked + .color::after {
  background-color: #fcd62a; }

.home_5 .megatab-icon .addon-tab .nav-tabs li a.active {
  background: #fcd62a; }

.home_5 .owl-theme .owl-controls div:hover {
  background-color: #fcd62a;
  border-color: #fcd62a; }

.home_5 .owl-theme .owl-controls div.owl-next:hover {
  background-image: url("../img/icons/next-hover.png"); }

.home_5 .owl-theme .owl-controls div.owl-prev:hover {
  background-image: url("../img/icons/prev-hover.png"); }

.home_5 #footer #footer-main .block-contact .phone::before {
  content: url("../img/icons/phone-5.png"); }

.home_5 .jms-popup .newsletter-input-group input {
  border-color: #fcd62a; }

.home_5 .jms-popup .text-top {
  background-color: #fcd62a; }

.home_5 .btn, .home_5 .btn-default,
.home_5 .blog-carousel .post-created {
  background-color: #fcd62a; }

.home_5 #product-availability span::before {
  background-color: #fcd62a; }

.home_5 .email_subscription .newsletter-input-group button.btn-icon i {
  color: #fcd62a; }

.home_5 .h3-service-box {
  background-color: #fcd62a; }

.home_5 .h4-service .feature-box .lnr {
  color: #fcd62a; }

.home_5.blocktab-2 .addon-tab .nav-tabs .nav-item .nav-link::after, .home_5.blocktab-2 .addon-producttab .nav-tabs .nav-item .nav-link::after {
  border-top-color: #fcd62a; }

.home_5 #search_filters .ui-slider .ui-slider-handle {
  background-color: #fcd62a; }

.home_5 .view-mode .switch-view.active {
  background-color: #fcd62a !important;
  border-color: #fcd62a; }

.home_5 .pagination li.current a {
  background-color: #fcd62a; }

.home_6#my-account .links a:hover i {
  color: #d4470f; }

.home_6 .product-images .thumb-container > .thumb.selected,
.home_6 .product-images .thumb-container > .thumb:hover {
  border-color: #f6dacf !important;
  border-radius: 5px;
}

.home_6 .product-desc li::before {
  background-color: #d4470f; }

.home_6 .product-variants-item input:checked ~ .radio-label {
  border-color: #d4470f; }

.home_6 .product-variants-item input:checked + .color::after {
  background-color: #d4470f; }

.home_6 .megatab-icon .addon-tab .nav-tabs li a.active {
  background: #d4470f; }

.home_6 .owl-theme .owl-controls div:hover {
  background-color: #d4470f;
  border-color: #d4470f; }

.home_6 .owl-theme .owl-controls div.owl-next:hover {
  background-image: url("../img/icons/next-hover.png"); }

.home_6 .owl-theme .owl-controls div.owl-prev:hover {
  background-image: url("../img/icons/prev-hover.png"); }

.home_6 #footer #footer-main .block-contact .phone::before {
  content: url("../img/icons/phone-6.png"); }

.home_6 .jms-popup .newsletter-input-group input {
  border-color: #d4470f; }

.home_6 .jms-popup .text-top {
  background-color: #d4470f; }

.home_6 .btn, .home_6 .btn-default,
.home_6 .blog-carousel .post-created {
  /*background-color: #d4470f;
  color: white;*/
  background-color: #eedece;
  color: #00044b!important;
  font-weight: 600;
}

.home_6 .btn:not(.btn-light):hover, .home_6 .btn-default:hover,
.home_6 .blog-carousel .post-created:hover, .btn-default.hover {
  /*background-color: #eedece;
  color: #00044b!important;*/
  background-color: #d4470f;
  color: white!important;
}

.home_6 .email_subscription .newsletter-input-group button.btn-icon i {
  color: #d4470f;
}

.home_6 .h3-service-box {
  background-color: #c3e235; }

.home_6 .h4-service .feature-box .lnr {
  color: #c3e235; }

.home_6.blocktab-2 .addon-tab .nav-tabs .nav-item .nav-link::after, .home_6.blocktab-2 .addon-producttab .nav-tabs .nav-item .nav-link::after {
  border-top-color: #c3e235; }

.home_6 #search_filters .ui-slider .ui-slider-handle {
  background-color: #c3e235; }

.home_6 .view-mode .switch-view.active {
  background-color: #c3e235 !important;
  border-color: #c3e235; }

.home_6 .pagination li.current a {
  background-color: #d4470f; }

/******** line *******/
.jms-row.line .container-fluid {
  position: relative; }
  .jms-row.line .container-fluid::before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
    top: 0;
    background-color: #ebebeb; }

/*******  product list *********/
.products-list .product-list-reviews {
  position: static;
  margin-bottom: -2px; }

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

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

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

.products-list .product-miniature ul.product-buttons {
  display: none; }

/******* review *******/
#review .comments-note .count {
  display: none; }

#review .grade-stars .star-content {
  left: 10px; }

/********* page not found ***********/
#pagenotfound .breadcrumb {
  display: none; }

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

.page-not-found {
  padding: 16.38rem 0 19.23rem; }
  .page-not-found #search_widget {
    margin: auto; }
  .page-not-found p.text-1 {
    font-size: 5rem;
    margin-bottom: 0;
    color: #00044b;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.7692rem; }
  .page-not-found p.text-2 {
    font-size: 2.154rem;
    margin-bottom: 3rem;
    color: #00044b;
    letter-spacing: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 600; }
  .page-not-found p.text-3 {
    font-size: 1.154rem;
    letter-spacing: 0;
    margin-bottom: 6.385rem; }
  .page-not-found .back-to-home {
    font-size: 1.538rem;
    padding: 0.5385rem 1.308rem;
    min-width: 22rem; }

/***** my account ****/
#my-account .links > div:not(:last-child) {
  border-right: 0; }

#my-account .links .link-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  #my-account .links .link-item i {
    font-size: 25px;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all; }

/***** password ******/
#password .forgotten-password .form-control-submit {
  margin-top: 1.538rem; }

/***** site map ******/
#sitemap .sitemap h5 {
  font-size: 1.846rem;
  letter-spacing: -0.3px; }

#sitemap .sitemap ul.nested > li {
  margin: 0 0 0 1.615rem;
  padding: 0.3846rem 0 0 2.538rem;
  border-left: 1px solid #d6d4d4;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAIAAABR8BlyAAAADklEQVQI12O4duUK2QgA8Owx2QWUkx4AAAAASUVORK5CYII=) no-repeat left 15px transparent; }

/***** addon alertbox *****/
.addon-alertbox #alert-box {
  position: relative; }

.addon-alertbox .close {
  position: absolute;
  top: 14px;
  right: 10px; }

.addon-alertbox p {
  margin-bottom: 0; }

/***** addon video *****/
.addon-video .video-image {
  display: inline-block; }
  .addon-video .video-image i {
    font-size: 30px; }

/***** countdown box *****/
.countdown-box .countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.154rem; }

.countdown-box .countdown-section {
  text-align: center;
  background: #14c2ee;
  color: #fff;
  padding: 0.07692rem 0.3846rem;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0.2308rem; }
  .countdown-box .countdown-section .countdown-amount {
    font-size: 1.308rem;
    font-weight: 800;
    margin-right: 0.2308rem; }

/***** testimonial *****/
.testimonial-box .testimonial-img {
  width: 86px;
  margin: 0 auto 10px; }
  .testimonial-box .testimonial-img img {
    border-radius: 50%; }

/***** page stores *****/
.page-stores .store-item:last-child {
  border-bottom: 0; }

/***** other page ******/
#left-column + #content-wrapper,
#content-wrapper + #right-column {
  margin-top: 30px; }

.form-control-label {
  font-weight: 500;
  color: #00044b;
  font-family: "Raleway", sans-serif;
  font-size: 1.231rem;
  letter-spacing: -0.3px; }

.show-pass button {
  border-radius: 0;
  padding: 0 1.538rem; }

.psgdprgetdatabtn17 {
  float: none; }

#exportDataToCsv {
  margin-left: 0; }

.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: #14c2ee; }

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

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

#order-confirmation .order-confirmation-table .details {
  margin-top: 0.7692rem; }

.contact-layout-3 .col-image {
  margin-bottom: 1.538rem; }

#contact-wrapper #contact-form {
  margin-top: 1.538rem; }

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

.vertical-thumbs .js-qv-mask {
  width: 3.462rem; }

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

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

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

#category #search_widget {
  display: none; }

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

#products-top .filter-button {
  margin-left: 0.7692rem;
  /*Display none car filtres thème buggés*/
  display: none;
}
  #products-top .filter-button #search_filter_toggler {
    line-height: 1.2; }

#products-top .pagination {
  margin-bottom: 0.7692rem;
  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: 1.538rem; }
  #products-top .col-right .sort-by {
    margin-right: auto; }

#desktop-header {
  display: none; }

.regular-price {
  text-decoration: line-through;
  color: #00044b;
  font-size: 1rem; }

.discount.discount-percentage {
  color: #f63622;
  font-size: 1rem; }

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

#history #content-wrapper .label {
  font-size: 0.9231rem;
  padding: 0.3846rem 0.7692rem;
  display: inline-block;
  border-radius: 4px; }

#notifications ul {
  margin-bottom: 0; }

.links .link-item {
  color: #00044b; }

#blockcart-modal .modal-dialog {
  padding: 0 1.077rem; }
  #blockcart-modal .modal-dialog .close {
    padding: 0;
    margin: 0;
    right: 1.077rem; }

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

#blockcart-modal .product-name {
  font-size: 1rem;
  color: #111; }

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

#blockcart-modal .content_price {
  font-size: 1.385rem;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  color: #00044b; }

#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 {
  color: #fff;
  text-transform: capitalize; }
  #blockcart-modal .divide-right .btn-group a:first-child {
    margin-right: 0.7692rem;
    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: 1.538rem; }

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

.remove-from-cart.remove_link {
  margin-left: 2.308rem; }

/**** quickview modal ***/
.quickview-modal .modal-content {
  background-color: transparent; }
  .quickview-modal .modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -2; }

.quickview-modal .product-name {
  font-size: 1.923rem;
  letter-spacing: 0;
  text-transform: initial;
  margin-bottom: 0;
  margin-top: -0.4615rem;
  font-weight: 600;
  color: #00044b;
  font-family: "Raleway", sans-serif; }

.quickview-modal .product-cover .zoom-icon {
  display: none !important; }

.quickview-modal .product-additional-info {
  position: relative;
  margin-left: 0; }
  .quickview-modal .product-additional-info .grade-stars {
    width: 70px; }

.quickview-modal .share-button .product-quickview-review {
  display: none; }

.quickview-modal .product-quickview-review {
  margin-top: 0; }

.quickview-modal .content_price .price {
  font-size: 1.538rem;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #d54605; }

.quickview-modal .modal-body {
  padding: 1.077rem;
  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; }

/***** wishlist *****/
#submitWishlist {
  padding: 0.423rem 1.308rem; }

.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: 3.846rem; }

.wlp_bought_list .product_infos {
  margin-top: 1.154rem; }

.wlp_bought_list #s_title {
  color: #111; }

.wlp_bought_list label {
  color: #111; }

.wlp_bought_list .group_btn a {
  margin-right: 0.3846rem; }

.wl_send.std {
  margin-top: 3.846rem; }

#hideSendWishlist {
  margin-bottom: 1.538rem; }

#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-top {
  padding-top: 10px;
  padding-bottom: 10px; }

.header-mobile-1 #mobile-menu-toggle {
  border-radius: 50%;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #d54605 url("../img/icons/menu-mobile.png") no-repeat center; }
  .header-mobile-1 #mobile-menu-toggle i {
    display: none; }

.header-mobile-1 .col-logo {
  margin-left: -4px; }
  .header-mobile-1 .col-logo img {
    max-width: 80%; }

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

.show-menu {
  overflow: hidden; }
  .show-menu #mobile-header .mobile-menu-wrap {
    left: 0; }

#mobile-header {
  display: block; }
  #mobile-header .header-sticky.sticky {
    background: #d54605 !important;
    padding: 10px 0 !important; }
  #mobile-header i {
    font-size: 18px;
    color: white; }
  #mobile-header #search-form-dropdown form {
    width: 100%; }
  #mobile-header ._desktop_user_info {
    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; }
  #mobile-header #jms_ajax_search {
    padding: 0 10px; }
    #mobile-header #jms_ajax_search .search-box input {
      min-width: auto;
      width: 100%; }
  #mobile-header .search-form .button-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #mobile-header #cart_block {
    padding: 0 10px; }
    #mobile-header #cart_block .product-link {
      display: block;
      line-height: 1.2;
      color: #00044b; }
    #mobile-header #cart_block .cart_block_list {
      max-height: 160px; }
  #mobile-header .row .col-auto {
    padding-left: 10px;
    padding-right: 10px; }
  #mobile-header .mobile-menu-wrap {
    background-color: #222832;
    width: 310px;
    left: -310px;
    overflow: hidden; }
    #mobile-header .mobile-menu-wrap h3.title {
      padding: 24px 30px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 22px;
      text-transform: capitalize;
      color: #fff;
      letter-spacing: -0.3px; }
  #mobile-header #mobile-menu-close {
    background: #d54605;
    border: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    padding: 8px 20px;
    z-index: 9999;
  }
    #mobile-header #mobile-menu-close::before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      background: url("../img/icons/close-menu.png") no-repeat center;
      margin-right: 5px; }
  #mobile-header #search-form-dropdown {
    width: calc(100% - 20px);
    left: 10px;
    min-width: auto;
    padding: 10px; }
    #mobile-header #search-form-dropdown .search-form .button-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #mobile-header #search-form-dropdown .search-result-content {
      width: calc(100% + 20px);
      padding: 20px;
      left: -10px;
      min-width: auto;
      top: calc(100% + 10px); }
      #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: 0;
        line-height: 1.7; }
      #mobile-header #search-form-dropdown .search-result-content .content_price .price.new {
        font-size: 16px;
        font-weight: 800;
        font-style: normal;
        color: #00044b; }
  #mobile-header #cart_block .ajax_cart_quantity {
    width: 14px;
    height: 14px;
    right: -5px;
    font-size: 10px; }

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

.header-mobile-4#mobile-header .mobile-menu-wrap {
  right: -310px;
  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 #mobile-header.header-mobile-4 .mobile-menu-wrap {
  -webkit-transition: right 0.4s;
  -o-transition: right 0.4s;
  transition: right 0.4s;
  right: 0;
  left: auto; }

  @media (min-width: 768px) and (max-width: 992px){
      .product-miniature ul.product-buttons .ajax-add-to-cart {
          font-size:11px;
      }
  }

/******** 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: 576px) {
  .product-comment-list-item .comment-infos {
    margin-bottom: 0px; }
  .owl-theme .owl-stage-outer {
    padding: 20px 20px 70px; }
  .h5-banner .layout-column {
    margin-bottom: 0; }
  .h4-categorytab .layout-column.banner {
    display: none; }
  .h3-banner .layout-column {
    margin-bottom: 0; }
  .h2-banner .layout-column {
    margin-bottom: 0; }
  #order-confirmation .order-confirmation-table .details {
    margin-top: 0; }
  .vertical-thumbs .js-qv-mask {
    width: 35px; }
  .vertical-thumbs .product-cover {
    width: calc(100% - 45px); }
  .product-detail .pb-right-column {
    margin-top: 0; }
  #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; }
  .dropdown-menu.shoppingcart-box {
    width: 370px; }
  .header-mobile-1#mobile-header i {
    font-size: 22px; } }

@media (min-width: 768px) {
  html {
    font-size: 12px; }
  .post-product-comment.write-review {
    float: right; }
  .page-not-found p.text-1 {
    font-size: 16.92rem; }
  .jms-popup .newsletter-input-group {
    width: 595px; }
  #search_filter_controls {
    display: none; }
  #search_filters_wrapper {
    display: block; }
  #products-top .filter-button {
    display: none; }
  #left-column + #content-wrapper,
  #content-wrapper + #right-column {
    margin-top: 0; }
  #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; }
  #footer #footer-main .block .block-title i {
    display: none; }
  #footer #footer-main .layout-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .h5-banner-product .col-banner {
    margin-top: 19px; }
  .h4-banner-1 .layout-column {
    margin-bottom: 0; }
  #mobile-header #search-form-dropdown {
    max-width: 400px;
    right: 10px;
    left: auto; }
  .h2-hot-offer .col-megatab .addon-box:first-child {
    margin-top: -17px; }
  .h2-hot-offer .layout-column {
    margin-bottom: 0; }
  .line-custom.blog {
    display: block; }
  .addon-title.title-blog .category-link {
    margin-left: 14px;
    display: block; }
  .addon-title.title-blog .category-link-mobile {
    display: none; }
  .h1-banner-2 .layout-column {
    margin-bottom: 0; }
  #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: 33.3%;
    margin-bottom: 0; }
  .products-list .product-info {
    width: 66.7%; }
  #products-top .col-right {
    margin-top: 0;
    margin-bottom: 6px; }
  .quickview-modal .modal-dialog {
    max-height: 772px;
    overflow: hidden;
    max-width: 900px !important; }
  .instagram_block .info-block span {
    font-size: 20px; }
  .quickview-modal .product-name {
    margin-top: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .h1-our-category .category-box .child-categories {
    max-height: 85px; } }

@media (min-width: 992px) {
  html {
    font-size: 13px; }
  .h4-slider .jmsflashsales-tab .tabs-navigation-mobile {
    display: block; }
  .h4-banner-2 .layout-column {
    margin-bottom: 0; }
  .h4-banner-1 .jms-banner .banner-content .text-2 {
    font-size: 2rem; }
  .h3-product-tab {
    margin-top: 0; }
    .h3-product-tab .addon-tab-title {
      display: none; }
    .h3-product-tab .tab-content {
      padding-top: 30px; }
    .h3-product-tab .addon-producttab::before {
      opacity: 1; }
  .h2-slider .vermegamenu.limit-sub .level0 > li:nth-child(8) ~ li {
    display: none; }
  .h2-slider .vermegamenu .jms-megamenu .nav > li > a {
    padding: 0 30px; }
  .megatab-icon .addon-tab-title {
    padding-right: 15px; }
  .megatab-icon .tabs-navigation {
    padding-left: 10px;
    padding-right: 102px;
    padding-top: 0 !important;
    margin: 0; }
  .megatab-icon .owl-theme .owl-controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .h2-products ~ .h2-products {
    margin-top: -50px; }
  .h2-products .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.15%;
    flex: 0 0 20.15%;
    max-width: 20.15%; }
    .h2-products .col-left .addon-box:first-child {
      padding-bottom: 0;
      height: calc(100% - 71px); }
      .h2-products .col-left .addon-box:first-child p {
        position: absolute; }
  .h2-products .col-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53.7%;
    flex: 0 0 53.7%;
    max-width: 53.7%; }
  .h2-products .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.15%;
    flex: 0 0 26.15%;
    max-width: 26.15%; }
  .megatab-icon .owl-theme .owl-controls {
    top: -40px; }
  .h2-hot-offer .col-megatab .addon-box:nth-child(2) {
    margin-top: -16px; }
  .h2-slider .vermegamenu {
    display: block; }
  .jmsflashsales .title .addon-title {
    padding-right: 15px;
    margin-bottom: 0;
    width: auto; }
  .jmsflashsales .title .flashsales-countdown {
    margin-left: auto;
    padding-left: 17px; }
  .h1-slider .vermegamenu {
    display: block; }
  .h1-shop-by-brand .addon-tab-title {
    width: 100%;
    margin-bottom: 35px; }
  .h1-shop-by-brand .owl-theme .owl-controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a {
    height: 70px; }
  .h1-shop-by-brand .layout-column.banner {
    display: none; }
  /*.line-custom {
    display: block; }*/
  .tabs-navigation-mobile {
    display: none; }
  .tabs-navigation {
    display: block; }
  .vertical-thumbs .js-qv-mask {
    width: 80px; }
  .vertical-thumbs .product-cover {
    display: block;
    width: calc(100% - 90px); }
  #product .right-column {
    margin-top: 0; }
  .hidden-lg-up {
    display: none; }
  #products-top .col-right {
    text-align: right; }
  #products-top .pagination {
    margin-right: 20px; }
  #category .topseller-block {
    display: block; }
  #category #search_widget {
    display: block; }
  .jms-video .modal-dialog {
    width: 990px;
    max-width: initial; }
    .jms-video .modal-dialog iframe {
      height: 500px; }
  .jms-row.service .layout-column:not(:last-child) {
    margin-bottom: 0; }
  #footer #footer-copyright .layout-column.copyright-content {
    text-align: left; }
  #footer #footer-copyright .layout-column.payment-img {
    text-align: right; } }

@media (min-width: 1200px) {
  html {
    font-size: 14px; }
  .container {
    max-width: 1320px; }
  .is-affixed .pb-right-content {
    padding: 0 10px; }
  #footer #footer-main .layout-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  #footer #footer-main .layout-column:nth-child(1) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  #footer #footer-main .layout-column:nth-child(2) {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%; }
  #footer #footer-main .layout-column:nth-child(3) {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%; }
  #footer #footer-main .layout-column:nth-child(4) {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; }
    #footer #footer-main .layout-column.wrapper {
    /*padding-left: 60px;*/ }
  .h1-slider .layout-column.vermegamenu {
    width: 310px;
    max-width: 310px; }
  .h1-slider .layout-column.sliders {
    width: calc(100% - 310px);
    min-width: calc(100% - 310px); }
  .productbox-flex .product-preview {
    width: 36.5%; }
  .productbox-flex .product-info {
    width: 63.5%; }
  .product-desc li {
    width: 50%;
    float: left; }
  .h6-banner-product .layout-column.banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%; }
  .h6-banner-product .layout-column.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%; }
  .h6-flashsale .jmsflashsales-tab2 {
    margin: 0 -25px; }
    .h6-flashsale .jmsflashsales-tab2 .tabpanel {
      margin-top: 13px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 24.5%;
      flex: 0 0 24.5%;
      max-width: 24.5%;
      padding: 0 25px; }
    .h6-flashsale .jmsflashsales-tab2 .tab-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75.5%;
      flex: 0 0 75.5%;
      max-width: 75.5%;
      padding: 0 25px; }
  .block-brand .col {
    margin-bottom: 0; }
    .block-brand .col:not(:first-child) {
      border-left: 0; }
  .block-brand .row + .row .col {
    border-top: 0; }
  .h5-banner-product .col-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.44%;
    flex: 0 0 27.44%;
    max-width: 27.44%; }
  .h5-banner-product .col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.56%;
    flex: 0 0 72.56%;
    max-width: 72.56%; }
  .home_5 .home-furniture {
    margin-top: -34px; }
  .slider-home-5 .border-img {
    display: block !important; }
  .h4-banner-2 {
    margin-top: 10px; }
  .h4-categorytab + .h4-categorytab {
    margin-top: 5px; }
  .h4-categorytab .tab-content {
    margin-left: 360px; }
  .h4-categorytab .layout-column.banner {
    display: block;
    margin-top: 12px;
    max-width: 355px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9; }
  .h4-slider .jmsflashsales-tab .tabs-navigation-mobile {
    display: none; }
  .h4-slider .jmsflashsales-tab .tabpanel {
    padding-top: 0;
    padding-bottom: 0; }
    .h4-slider .jmsflashsales-tab .tabpanel .addon-title {
      width: auto; }
    .h4-slider .jmsflashsales-tab .tabpanel .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .h3-productbox-flex .productbox-flex::after {
    opacity: 1; }
  .h2-hot-offer .col-megatab .addon-box:first-child {
    margin-top: -12px; }
  .h2-slider .vermegamenu.limit-sub .level0 > li:nth-child(8) ~ li {
    display: block; }
  .h2-slider .vermegamenu.limit-sub .level0 > li:nth-child(11) ~ li {
    display: none; }
  .jms-hotdeal .countdown-section {
    min-width: 82px; }
  .h2-category-carousel::before {
    display: block; }
  .h2-category-carousel .owl-stage-outer {
    overflow: visible; }
  .h1-topseller .container > .row .layout-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68.94%;
    flex: 0 0 68.94%;
    max-width: 68.94%; }
  .h1-banner-1 .jms-banner > a {
    border-left: 0; }
  .home_1 .jms-row.h1-shop-by-brand {
    margin-top: -13px; }
  .home_1 .jms-row.h1-flashsale {
    margin-top: -18px; }
  .home_1 .jms-row.h1-banner-2 {
    margin-top: -8px; }
  .home_1 .jms-row.h1-topseller {
    margin-top: -30px; }
  .h1-shop-by-brand .tab-content {
    margin-right: 440px; }
  .h1-shop-by-brand .addon-tab .nav-tabs .nav-item a {
    height: 100px; }
  .h1-shop-by-brand .layout-column.banner {
    display: block;
    position: absolute;
    top: 183px;
    right: 0;
    max-width: 440px;
    z-index: 9; }
  .h1-shop-by-brand .owl-theme .owl-controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .vertical-thumbs .js-qv-mask {
    width: 110px; }
  .vertical-thumbs .product-cover {
    width: calc(100% - 130px); }
  .zoomContainer {
    display: block; }
  .products-list .product-preview {
    margin-bottom: 0; }
  #desktop-header {
    display: block; }
  #mobile-header {
    display: none; } }

@media (min-width: 1800px) {
  .h6-flashsale .row > .layout-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.2%;
    flex: 0 0 70.2%;
    max-width: 70.2%; } }

.header-1 #header-topbar {
    background:white;
}
#header-top {
    background:#d54605;
  padding: 0 0px;
}
#header-bottom, #header-bottom .vermenu-btn,
.header-1 #header-bottom {
    background:#00044b;
  padding: 5px 10px;
}
#header-topbar .header-left p,
.email_subscription .newsletter-desc,
#footer #footer-main .block-contact .address .info-address,
#footer #footer-main .block-contact .email.section,
#footer #footer-copyright .copyright-content p,
#footer #footer-main .block .block-title {
    color:#00044b !important;
}
.header-1 #header-top #hor-menu .level0 > li > a,
#header-top .header-right .lnr {
  color:white;
  transition:color 0.4s ease, background 0.4s ease;
}
.header-1 #header-top #hor-menu .level0 > li.btn-cabana > a {
  background: none !important;
  margin-top:1px;
}
.header-1 #header-top #hor-menu .level0 > li.btn-cabana > a span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-transform: none;
  background: none;

  background:#75c9b9;
  font-family: 'Francois One';
  line-height:35px;
  border-radius:20px;
  padding:6px 16px;
}
.header-1 #header-top #hor-menu .level0 > li.btn-cabana > a:hover span {
  background:#f5be2b;
}
.header-1 #header-top #hor-menu .level0 > li.btn-cabana > a:hover span {
  color:white!important;
}
#header-topbar .header-left p {
  text-align:center;
}
#header-topbar .header-left p b {
  font-weight:800;
}
header #header-topbar .row .col-auto.header-right,
header #header-bottom .row .col-auto.header-right {
  display:none !important;
}
#header-top a {
    color:white;
}
#header-top .logo.img-responsive {
  max-width:100px;
}
.breadcrumb .title-meta {
    color:#f5be2b;
  text-transform: none;
  margin: 10px 0;
}
#hor-menu .nav > li > a {
  line-height:90px;
}
#hor-menu .nav.level0 > li > a span {
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
}
#hor-menu .nav.level0 > li > a:hover span {
  color:#f5be2b;
}
.breadcrumb {
  background:#fbf6f0;
}
.header-1 #header-topbar {
  padding: 2px;
}
#header-bottom .vermenu-btn {
  min-width: 178px;
  padding-left:2px;
}
.breadcrumb ul li:last-child:after {
  display:none;
}
#footer #footer-copyright .layout-column.copyright-content p {
  font-size:12px;
  font-weight: 500;
}
.email_subscription .newsletter-desc {
  display:none;
}
#footer ul li a {
  color:#00044b;
  font-family: 'Raleway';
  font-weight:normal;
  font-weight: 500;
}

.title-big-yellow {
  font-size: 50px!important;
  text-transform: uppercase!important;
  font-weight: 400!important;
  color: #f5be2b!important;
}

.title-medium-yellow {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #f5be2b!important;
}

.js-product-miniature .content_price .price.new, #product .product-detail .content_price .price.new {
  color: #d54605;
  font-weight: 600;
}
.js-product-miniature .content_price .price.old, #product .product-detail .content_price .price.old {
  color: #00044b;
  opacity: 0.8;
}

#product .product-detail .content_price .price.old {
  font-weight: 600;
  opacity: 0.8;
}

.js-product-miniature .product-title a {
  color: #00044b;
  font-weight: 700;
  font-family: 'Raleway';
  line-height: 1.45;
  font-size: 18px;
}

.quickview-modal .content_price .price.old {
  color: #00044b;
  font-weight: 600;
  opacity: 0.8;
}

.product-flags .product-flag {
  top: 0 !important;
  font-weight: 600;
  font-size: 12px;
  padding: 5px!important;
  min-width: 40px;
  text-align: center;
}

.product-flags .product-flag.discount {
  background: #f5be2b;
  left: 19px;
}

.product-flags .product-flag.discount::before {
  border-top: 24px solid #f5be2b;
  border-right: 6px solid transparent;
  top: 0;
  right: -6px;
}

.product-flags .product-flag.discount::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-bottom: 24px solid #f5be2b;
  top: 0px;
  left: -6px;
}

.product-flags .product-flag.new {
  background: #75c9b9;
  right: 19px;
}

.product-flags .product-flag.new::before {
  border-left: 6px solid transparent;
  border-bottom: 24px solid #75c9b9;
  top: 0;
  left: -6px;
}

.product-flags .product-flag.new::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  top: 0;
  right: -6px;
  border-top: 24px solid #75c9b9;
}


.js-product-miniature .product-preview .product-image {
  padding: 15px;
}

.js-product-miniature .product-info {
  padding: 0rem 15px 1rem!important;
}

#product h1.product-name {
  color: #00044b;
  font-family: "Raleway";
  font-weight: 600;
}

@media (max-width: 580px) {
  #product h1.product-name {
    font-size: 20px;
  }
}

.product-information {
  border-top: 0;
  margin-top: 0;
  padding-top: 1rem;
}

.product-information p {
  color: #00044b;
}

.product-add-to-cart .title {
  color: #00044b;
}

.product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical > .btn {
  border-radius: 0;
  color: #00044b!important;
  background: #faf5f0;
}

.product-quantity input#quantity_wanted {
  background: #faf5f0;
  color: #00044b;
  font-weight: 600;
}

.product-quantity .product-btn {
  padding: 0.42rem 3.5rem;
}

.product-actions .product-add-to-cart {
  border: 0;
  padding-bottom: 0;
}

#more_info_block .panel-heading a {
  color: #d54605;
  font-weight: 600;
  font-family: "Raleway";
}

.product-description p, .product-description span {
  color: #00044b;
  font-weight: 500!important;
  font-size: 1.1rem!important;
}
.product-description a { color: #D4470F; text-decoration: none !important }
.product-description a:hover { text-decoration: underline !important }

#more_info_block {
  margin-top: 3.5rem;
}
#more_info_block .panel.panel-default:not(:last-child) {
  border-color: #f6dacf;
}

#more_info_block .label {
  color: #00044b;
  font-weight: 500;
}

#more_info_block .product-reference,#more_info_block .product-quantities {
  color: #00044b;
  font-weight: 500;
}

.breadcrumb li a {
  color: #00044b;
  text-transform: none;
  font-style: normal;
  font-size: 14px;
}

.breadcrumb li:after {
  color: #00044b;
  margin: 0;
}

.breadcrumb li:last-of-type::after {
  display: none;
}

.jms-row.h6-banner-product .container, .jms-row.h6-banner-product .container-fluid {
  border-bottom: 1px solid #efe0d1;
}

.jms-row.h6-banner-product.h6-banner-product-no-border .container, .jms-row.h6-banner-product.h6-banner-product-no-border .container-fluid {
  border-bottom: 0!important;
}

.jms-row.block-brand .container, .jms-row.block-brand .container-fluid {
  border-bottom: 1px solid #efe0d1;
  padding-bottom: 20px;
}

.block-brand .col {
  border: 0;
}

@media (min-width: 992px) {
  .block-brand .col {
    min-width: calc(100%/5);
  }
}

.blog-carousel .post-category, .blog-carousel .post-category a {
  color: #d54605;
  transform: none;
  text-transform: none;
  font-weight: 600;
  font-size: 1.2rem;
}

.blog-carousel .post-title, .blog-carousel .post-title a {
  color: #00044b;
  margin: 0;
}

.blockreassurance {
  background: #d54605;
  margin-bottom: 5rem;
  padding: 20px 0;
}

.blockreassurance .blockreassurance-content {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.blockreassurance .blockreassurance-content .block-text {
  color: white;
  text-align: left;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blockreassurance .blockreassurance-content .block-text .block-title, .blockreassurance .blockreassurance-content .block-text p {
  color: white!important;
  line-height: 1.3;
  margin-bottom: 10px;
}

.blockreassurance .blockreassurance-content .block-title {
  font-size: 15px;
}

@media (max-width: 575px){
  .blockreassurance .block-title {
    height: auto;
  }
}

.blockreassurance .blockreassurance-content .block-text p {
  font-weight: 600;
  margin-bottom: 0;
}

.blockreassurance .block-icon, .blockreassurance .block-icon img, .blockreassurance .block-icon svg {
  object-fit: contain;
  max-width: 45px;
}

.blockreassurance .blockreassurance-content:first-child .block-icon img, .blockreassurance .blockreassurance-content:first-child .block-icon {
  height: 105px;
  max-width: 70px;
  min-width: 45px;
}

.blockreassurance .blockreassurance-content:nth-child(2) .block-icon img, .blockreassurance .blockreassurance-content:nth-child(2) .block-icon {
  max-width: 58px;
  height: 75px;
  min-width: 45px;
}

.blockreassurance .blockreassurance-content:nth-child(3) .block-icon img, .blockreassurance .blockreassurance-content:nth-child(3) .block-icon {
  max-width: 50px;
  height: 70px;
  min-width: 45px;
}

@media (min-width: 768px) {
  .blockreassurance .blockreassurance-content:first-child .block-icon {
    margin-top: -75px;
  }

  .blockreassurance .blockreassurance-content .block-title {
    font-size: 20px;
    max-width: 150px;
  }
}

.jms-row.h6-blog .blog-item .post-thumb a {
  border:1px solid #d54605;
  margin-right: 2px;
}

#category .breadcrumb ul {
  padding: 1.25rem 0;
}

button.btn-custom {
  position: relative;
  background: transparent!important;
  border: 0;
  color: #d54605;
  font-weight: 600;
  margin-top: -10px;
}
button.btn-custom::before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 5px;
  opacity: 1;
  width: 45px;
  height: 5px;
  background-image: url("../img/icons/forme-pliee-orange.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.title-block h3, #search_filters .facet-title {
  color: #00044b;
  font-weight: 600;
  font-family: 'Raleway';
}

.products-grid .js-product-miniature {
  margin-bottom: 4.5rem;
}

#category .facet-label .checkmark {
  border-color: #eedece;
}

#category .facet-label input:checked ~ .checkmark {
  border-color: #eedece;
}

#category .facet-label input:checked ~ .checkmark:after {
  color: #d54605;
  font-size: 11px;
  top: 35%;
  left: 75%;
}

#category .facet .facet-label.active .search-link {
  color: #00044b;
}

#category .facet .facet-label.active .search-link:before {
  display: none;
}

#category .facet-label:hover .checkmark {
  border-color: #00044b;
}

#products-top .pagination .left-pagination {
  color: #d54605;
  font-weight: 500;
  font-size: 1.075;
}

.products-sort-order {
  border-color: #d54605;
  border-radius: 25px;
}

.products-sort-order .select-title span {
  color: #d54605;
}

.pagination {
  border-color: #f6dacf;
}

#header-top .header-right .lnr.lnr-user, .header-mobile-1#mobile-header .lnr.lnr-user {
  background: url("../img/icons/cavalier.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 32px;
}

#header-top .header-right .lnr.lnr-cart, .header-mobile-1#mobile-header .lnr.lnr-cart {
  background: url("../img/icons/shop.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 32px;
}

#header-top .header-right .lnr:before, .header-mobile-1#mobile-header .lnr:not(.lnr-magnifier):before{
  opacity: 0;
  visibility: hidden;
}
#header-top .header-right .lnr:before, .header-mobile-1#mobile-header .lnr.lnr-magnifier{
  margin-top: -5px;
}

.product-variants-item .select-option {
  background-color: #faf5f0;
}
.product-actions .product-variants select {
  color: #00044b;
  padding: 0 10px 0 5px;
  margin-right: 5px;
  font-weight: 600;
  background-color: transparent;
}

#product-availability span, #product-availability i {
  color: #d54605;
}

#product-availability span.available {
  color: #00044b;
}
.home_6 #product-availability span::before {
  background-color: #76caba;
}

#product-availability span.available::before {
  display:none;
}

.product-desc p,
.product-desc span {
  font-weight: 500!important;
  font-size: 1.1rem!important;
}
.product-desc a { color: #D4470F; text-decoration: none !important }
.product-desc a:hover { text-decoration: underline !important }

.product-features h3 {
  color: #00044b;
  font-family: "Raleway";
  font-size: 1.15rem;
}

.product-cover {
  border-color: #f6dacf;
  border-radius: 5px;
}

.product-cover img {
  border-radius: 5px;
}

.pagination .js-search-link {
  font-weight: 600;
  color: #00044b;
}

.jms-row.h6-blog {
  padding-bottom: 25px;
}

#category-description {
  color: #00044b;
  font-weight: 500;
  text-transform: none;
  max-width: 600px;
  line-height: 1.5;
  margin: 0px auto 0 auto;
  padding: 7px 15px 0 15px;
}
#category-description a { color: #D4470F; text-decoration: none !important }
#category-description a:hover { text-decoration: underline !important }

.products-grid .js-product-miniature {
  width: calc(50% - 12.5px);
}

.home_6 #search_filters .ui-slider .ui-slider-handle {
  background-color:#d54605;
}

#search_filters .ui-slider-horizontal {
  border-color:#eedece;
}

@media (max-width: 767px) {
  .products-grid .js-product-miniature:nth-child(2n):before {
    display: none;
  }
  .products-grid .js-product-miniature:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .products-grid .js-product-miniature {
    width: calc((100%)/3 - 17px);
  }
}

@media (max-width: 1199px) {
  .products-grid .js-product-miniature:nth-child(3n):before {
    display: none;
  }
}


@media (min-width: 1200px) {
  .products-grid.grid-4 .js-product-miniature {
    width: calc(25% - 19px);
  }
  .products-grid .js-product-miniature:nth-child(3n) {
    margin-right: 25px;
  }
  .products-grid .js-product-miniature:nth-child(4n) {
    margin-right: 0;
  }
  .products-grid .js-product-miniature:nth-child(4n):before {
    display: none;
  }
}


.container_store_locator {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.container_store_locator .store_locator_descr {
  font-weight: 500;
}

.container_store_locator #fmeStorePage label {
  font-weight: 700;
  font-size: 1.25rem;
  color: #00044b;
}

.container_store_locator #fmeStorePage input, .container_store_locator #fmeStorePage select {
  border-width: 2px;
  width: 100%;
  color: #d4470f;
  font-size: 1rem;
  border-color: #d4470f;
  border-radius: 30px !important;
  height: 40px;
}

.container_store_locator #fmeStorePage .btn {
  font-size: 1.15rem;
  font-weight: 600!important;
}

.container_store_locator #fmeStorePage .btn-primary {
  background-color: #00044b!important;
  color: white!important;
}

.container_store_locator #fmeStorePage .container-btn-primary {
  width: 52%;
}
.container_store_locator #fmeStorePage .container-btn-warning {
  width: 43%;
}

#fmmsl_split_list a:not(.btn) {
  font-weight: 700;
  font-size: 1.25rem;
}

#fmmsl_split_list p {
  font-weight: 500;
  color: #00044b;
  line-height: 1.4;
}

#fmmsl_split_list ul li {
  color: #00044b;
  border-color: #f6dacf;
}

#fmmsl_split_list .btn {
  font-size: 1.25rem;
  font-weight: 500;
  color: #d4470f!important;
  border: 1px solid #d4470f!important;
  background-color: white!important;
}

#fmmsl_split_list .btn:hover {
  font-size: 1.25rem;
  font-weight: 500;
  color: white!important;
  background-color: #d4470f!important;
}


#fmmsl_split_list{
  padding-right: 10px;
}
/* width */
#fmmsl_split_list::-webkit-scrollbar {
  width: 15px;
}

/* Track */
#fmmsl_split_list::-webkit-scrollbar-track {
  background: #faf5f0;
}

/* Handle */
#fmmsl_split_list::-webkit-scrollbar-thumb {
  background: #00044b;
  border-radius: 10px;
}

/* Handle on hover */
#fmmsl_split_list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#fmmsl_single_store_maparea .fmmsl_store_hours_details .fmmsl_wh_wrap {
  border: 0;
  background: #faf5f0;
}

#fmmsl_single_store_maparea .fmmsl_store_hours_details .fmmsl_wh_wrap h2 {
  color: #00044b;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Raleway";
}

#fmmsl_single_store_maparea table {
  border: 0;
}

#fmmsl_single_store_maparea table tr td, #fmmsl_single_store_maparea table tr td strong {
  border: 0;
  padding: 6px 10px;
  font-weight: 500;
}

#fmmsl_single_store_maparea table tr td strong {
  font-weight: 500;
}

#fmmsl_single_store_maparea .table-striped tbody tr:nth-of-type(odd) {
  background: white;
}

#fmmsl_single_store_content .fmmsl_subwrap {
  background-color: transparent;
  padding: 0;
}

#fmmsl_single_store_content .fmmsl_subwrap h1 {
  color: #00044b;
  font-weight: 700;
  font-family: "Raleway";
  margin-bottom: 15px;
}

#fmmsl_single_store_content .fmmsl_subwrap .fmmsl_single_store_content_descr {
  color: #00044b;
  font-weight: 500;
  line-height: 1.6;

}

#fmmsl_single_store_content .fmmsl_subwrap .fmmsl_single_store_content_info {
  color: #d4470f;
  font-weight: 500;
  margin-bottom: 15px;
}

.container-histoire-bar-jeux h2 {
  font-weight: 700;
  font-family: "Raleway";
}

.container-histoire-bar-jeux h3 {
  font-weight: 700;
  font-family: "Raleway";
  font-size: 2.7rem;
  margin-bottom: 20px;
}

.container-histoire-bar-jeux {
  font-weight: 500;
  font-family: "Raleway";
  line-height: 1.6;
}

.container-histoire-bar-jeux .container-histoire-bar-jeux-odd {
  background-color: #faf5f0;
}

.container-histoire-bar-jeux .container-histoire-bar-jeux-odd h3, .container-histoire-bar-jeux .container-histoire-bar-jeux-odd div {
  color: #00044b;
}


.container-histoire-bar-jeux .container-histoire-bar-jeux-even {
  background-color: #00044b;
}

.container-histoire-bar-jeux .container-histoire-bar-jeux-even h3, .container-histoire-bar-jeux .container-histoire-bar-jeux-even div {
  color: #faf5f0;
}

.container-histoire-bar-jeux .video-histoire-bar-jeux {
  height: 550px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("../img/video_histoire_bar_jeux.png");
}

#fmeStorePage select.form-control {
  border-radius: 30px !important;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}

.jms-megamenu .nav > .menu-item .mega-nav li a {
  color:#00044b !important;
  font-family: 'Raleway';
  font-weight:500;
  padding: 0 18px;
  font-size: 15px;
}

@media (max-width: 580px) {
  #footer #footer-main .h3.block-title {
    margin-bottom: 0;
  }
}

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

.full-title h3 {
  font-size: 28px;
  color: #00044b;
  font-weight: 700;
  font-family: Raleway;
  text-align: center;
  text-transform: none;
  padding: 15px;
}

.full-title .addon-title {
  margin-bottom: 10px;
}

.bloc-50-texte-image h3, .bloc-100-texte h3 {
  font-size: 20px;
  color: #00044b;
  font-weight: 700;
  text-transform: none;
  font-family: Raleway;
}

.bloc-50-texte-image {
 padding: 35px 0;
}

.bloc-50-texte-image p, .bloc-100-texte p {
  color: #00044b;
  font-weight: 500;
  text-transform: none;
  font-family: Raleway;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.bloc-50-texte-image img {
  width: 63%!important;
  padding: 50px;
  margin: auto;
  display: block;
}

.bloc-50-texte-image .addon-box {
  height: 100%;
}

.bloc-50-texte-image .jms-banner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloc-100-texte, .bloc-50-image {
  margin-bottom: 20px;
}

.bloc-hook-map {
  padding: 35px 0;
  margin-bottom: 50px;
}

.bloc-hook-map h2 {
  font-size: 28px;
  color: #00044b;
  font-weight: 700;
  font-family: Raleway;
  margin-bottom: 20px;
}

.bloc-hook-map h3 {
  font-size: 20px;
  color: #00044b;
  font-weight: 700;
  text-transform: none;
  font-family: Raleway;
}

.bloc-hook-map p {
  color: #00044b;
  font-weight: 500;
  font-family: Raleway;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.bloc-hook-map #map-home {
  height: 100%;
  min-height: 400px;
}

.bloc-hook-map .parking {
  color: #d4470f;
}

.color-bg-text h3 {
  font-size: 28px;
  color: white;
  font-weight: 700;
  font-family: Raleway;
  text-align: center;
  text-transform: none;
  padding: 15px;
}

.color-bg-text p {
  color: white;
  font-weight: 500;
  font-family: Raleway;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.bloc-50-image-decale {
  padding: 40px 0;
}

.bloc-50-image-decale .image-decale {
  margin-top: 50px;
}

.colonne-3-personnes {
  padding: 25px 0;
  margin-bottom: 50px;
  text-align: center;
}

.colonne-3-personnes img {
  padding: 30px;
  max-width: 300px;
}

.colonne-3-personnes h3 {
  font-size: 20px;
  color: #00044b;
  font-weight: 700;
  text-transform: none;
  font-family: Raleway;
}

.colonne-3-personnes p {
  color: #00044b;
  font-weight: 500;
  font-family: Raleway;
  font-size: 16px;
  line-height: 1.6;
}

.colonne-3-personnes .addon-title h3 {
  font-size: 30px;
  text-transform: none;
  font-family: "Francois One";
  font-weight: 400;
  color: #f5be2b;
}

.page-cms-custom-bg .breadcrumb-wrapper {
  position: relative;
}

.page-cms-custom-bg .breadcrumb-wrapper:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 60vh;
  max-height: 620px;
  min-height: 500px;
  background-color: #75c9b9;
  z-index: -1;
}

@media (max-width: 580px) {
  .page-cms-custom-bg .breadcrumb-wrapper:before {
    min-height: 850px;
  }
}

.hide {
    display: block!important;
}

.carrier-extra-content #mondialrelay_content {
    width: 100%;
}

.PM_ASBlockOutput {
  font-size: 1rem
}
.PM_ASBlockOutput .card-header {
  display: none;
}
.PM_ASBlockOutput .card {
  border: none
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
  border: none;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
  margin-bottom: 2rem;
}
.PM_ASBlockOutputVertical .PM_ASCriterionsGroupName {
  font-size: 1.3rem
}
.PM_ASBlockOutput .row {
  margin: 0
}
.PM_ASCritRangeValue {
  text-align: left;
  margin: 0 0 0.75rem;
}
.PM_ASCritRange {
  max-width: calc( 100% - 1.2rem ); border: 3px solid #eedece;
}
.PM_ASBlockOutput .ui-widget-header { background: none }
.PM_ASBlockOutput .ui-state-default,
.PM_ASBlockOutput .ui-widget-content .ui-state-default,
.PM_ASBlockOutput .ui-widget-header .ui-state-default { border: none; border-radius: 1rem; background: #d4470f none; top: -0.4em }
.PM_ASCriterionsGroupOuter::-webkit-scrollbar-track {
    background: #faf5f0;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.PM_ASCriterionsGroupOuter::-webkit-scrollbar {
  width: 15px
}
.PM_ASCriterionsGroupOuter::-webkit-scrollbar-thumb {
    background: #00044b;
    border-radius: 10px;
}
.PM_ASCriterionsGroupOuter::-webkit-scrollbar-thumb:hover {
  background-color: #555
}

#off-canvas-menu .dropdown-menu li > a {
    color:white !important;
}

.show-menu #mobile-header .mobile-menu-wrap img.logo {
    width:100px;
    margin:24px 0;
}

.show-menu #mobile-header .mobile-menu-wrap > a {
    display:flex;
    justify-content:center;
    width:100%;
}

.product-images .thumb-container > .thumb {
    width:99% !important;
}

section.facet ul:not(.faceted-slider) {
    max-height: 280px;
    overflow-y: auto;
}

section.facet ul::-webkit-scrollbar {
  width: 15px;
}

/* Track */
section.facet ul::-webkit-scrollbar-track {
  background: #faf5f0;
}

/* Handle */
section.facet ul::-webkit-scrollbar-thumb {
  background: #00044b;
  border-radius: 10px;
}

/* Handle on hover */
section.facet ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.blue-h2 {
    font-size: 28px;
    color: #00044b;
    font-weight: 700;
    font-family: Raleway;
    text-align: center;
    text-transform: none;
    padding: 15px;
}

.white-h2 {
    font-size: 28px;
    color: white;
    font-weight: 700;
    font-family: Raleway;
    text-align: center;
    text-transform: none;
    padding: 15px;
}

#checkout-payment-step.-current.-unreachable .content {
  display: block!important;
}