@charset "UTF-8";
@font-face {
  font-family: "LaLiga";
  src: url("../fonts/LaLiga-Dorsal.otf");
}
@font-face {
  font-family: "LaLiga Volumen";
  src: url("../fonts/LaLiga-Volumen.otf");
}
@font-face {
  font-family: "Moonshiner";
  src: url("../fonts/Moonshiner-Round.otf");
}
@font-face {
  font-family: "Hudson";
  src: url("../fonts/Andrew-Footit-Hudson-NY-Serif.otf");
}
body {
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 15px;
}
body a {
  color: #333;
}
body .h9-banner-type-1 .pb-banner:hover .pb-banner-title {
  background: #1a1f26;
}

/*--------------------- 1.General Styles ---------- */
a:hover {
  color: #1a1f26;
}

.btn,
.btn-default {
  background-color: #1a1f26;
}
.btn.active:hover,
.btn-default.active:hover {
  background-color: #1a1f26;
}

.pb-categorytab .nav.nav-tabs .nav-item .nav-link.active, .pb-categorytab .nav.nav-tabs .nav-item .nav-link:hover,
.pb-producttab .nav.nav-tabs .nav-item .nav-link.active,
.pb-producttab .nav.nav-tabs .nav-item .nav-link:hover {
  color: #1a1f26;
}

/*back to top*/
.back-to-top:hover {
  background-color: #1a1f26;
}

/* Preloader */
.spinner4 .bounce1,
.spinner4 .bounce2,
.spinner4 .bounce3 {
  background-color: #1a1f26;
}

/* Layout */
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.container {
  position: relative;
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    max-width: 1200px;
  }
  .col-xl5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Header */

#header {
  background: #fff;
}
#header .menu-item a:hover {
  color: #1a1f26;
}
#header .menu-item a:hover span:before {
  background-color: #1a1f26;
}
#header .menu-baskonia a:hover {
  color: #a6192e;
}
#header .menu-baskonia a:hover span:before {
  background-color: #a6192e;
}
#header .menu-alaves a:hover {
  color: #0032a0;
}
#header .menu-alaves a:hover span:before {
  background-color: #0032a0;
}
#header .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
#header .alert-box {
  color: #fff;
  background: #ff7451;
}
#header .alert-box .alert {
  font-size: 20px;
  margin: 0;
  padding: 10px 20px;
}
#header .alert-box .alert p {
  display: inline-block;
}
#header .alert-box strong {
  color: #fff;
}
#header .alert-box .more-details {
  position: relative;
  display: inline-block;
}
#header .alert-box .more-details:hover {
  cursor: help;
}
#header .alert-box .more-details:hover::before {
  width: 0;
}
#header .alert-box .more-details:hover .details-content {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
#header .alert-box .more-details::before {
  position: absolute;
  z-index: 2;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  content: "";
  color: transparent;
  background: #ffffff;
  height: 2px;
  pointer-events: none;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
#header .alert-box .more-details .details-content {
  opacity: 0;
  visibility: hidden;
  margin-top: 16px;
  position: absolute;
  background: #333;
  width: 320px;
  font-size: 14px;
  padding: 20px;
  top: calc(100% + 4px);
  left: 50%;
  font-weight: 400;
  line-height: 1.42;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1000;
}
#header .alert-box .more-details .details-content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  border: 4px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #333333;
  pointer-events: none;
  z-index: 11;
}
#header .alert-box .more-details .details-content a {
  font-weight: 800;
  color: #fff;
  text-decoration: underline;
}
#header .alert-box .more-details .details-content a:hover {
  color: #1a1f26;
}
#header .alert-box .close {
  color: #fff;
  padding: 5px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .alert-box .close:hover {
  color: #333;
}
#header .alert-box.closed {
  margin-top: -1px;
}

.header-2 #hor-menu .nav {
  text-align: center;
}

.header-3 #hor-menu .nav {
  text-align: right;
}

.header-4 .header-middle {
  padding-top: 18px;
}
.header-4 #search-form.default {
  margin-left: 10px;
}
.header-4 #hor-menu .jms-megamenu .nav.level0 > li.sub-home > a {
  padding-left: 0;
}
.header-4 #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 63px;
}
.header-4 #hor-menu .jms-megamenu .nav.level0 > li > a span::before {
  bottom: 19px;
}
.header-4 .sticky-wrapper {
  margin-top: -8px;
}
.header-4 .sticky-wrapper.sticky {
  margin-top: 0;
}

.header-5 .right-module-header {
  padding-bottom: 0;
  position: static;
}
.header-5 .header-collapse {
  top: calc(100% + 23px);
}
.header-5 .sticky .header-collapse {
  top: calc(100% + 10px);
}
.header-5 .user-info .header-collapse {
  top: calc(100% + 26px);
}
.header-5 .sticky .user-info .header-collapse {
  top: calc(100% + 12px);
}
.header-5 .cart-collapse {
  top: calc(100% + 26px);
}
.header-5 .sticky .cart-collapse {
  top: calc(100% + 12px);
}

.header-6 .header-middle {
  padding-top: 23px;
}
.header-6 .header-middle .header-collapse {
  left: 0;
  right: auto;
}
.header-6 .header-middle .text-center .logo {
  margin-left: auto;
  margin-right: auto;
}
.header-6 .sticky-wrapper {
  margin-top: -7px;
}
.header-6 #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 64px;
}
.header-6 #hor-menu .jms-megamenu .nav.level0 > li > a span::before {
  bottom: 22px;
}

.header-7 .header-middle,
.header-8 .header-middle,
.header-10 .header-middle {
  padding: 18px 0;
}
.header-7 #search-form.default,
.header-8 #search-form.default,
.header-10 #search-form.default {
  min-width: 470px;
  margin: 0 auto;
}
.header-7 .sticky-wrapper,
.header-8 .sticky-wrapper,
.header-10 .sticky-wrapper {
  background-color: #333;
}
.header-7 #hor-menu .jms-megamenu .nav.level0 > li:first-child > a,
.header-8 #hor-menu .jms-megamenu .nav.level0 > li:first-child > a,
.header-10 #hor-menu .jms-megamenu .nav.level0 > li:first-child > a {
  padding-left: 0;
}
.header-7 #hor-menu .jms-megamenu .nav.level0 > li.open > a,
.header-8 #hor-menu .jms-megamenu .nav.level0 > li.open > a,
.header-10 #hor-menu .jms-megamenu .nav.level0 > li.open > a {
  color: #1a1f26;
}
.header-7 #hor-menu .jms-megamenu .nav.level0 > li.sub-home > a,
.header-8 #hor-menu .jms-megamenu .nav.level0 > li.sub-home > a,
.header-10 #hor-menu .jms-megamenu .nav.level0 > li.sub-home > a {
  color: #1a1f26;
}
.header-7 #hor-menu .jms-megamenu .nav.level0 > li > a,
.header-8 #hor-menu .jms-megamenu .nav.level0 > li > a,
.header-10 #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 40px;
  color: #fff;
}
.header-7 #hor-menu .jms-megamenu .nav.level0 > li > a span::before,
.header-8 #hor-menu .jms-megamenu .nav.level0 > li > a span::before,
.header-10 #hor-menu .jms-megamenu .nav.level0 > li > a span::before {
  bottom: 8px;
}
.header-7 .buy-theme,
.header-8 .buy-theme,
.header-10 .buy-theme {
  text-transform: uppercase;
  color: #1a1f26;
  font-size: 13px;
  font-weight: 800;
  position: relative;
  letter-spacing: 0.7px;
}
.header-7 .buy-theme:hover::before,
.header-8 .buy-theme:hover::before,
.header-10 .buy-theme:hover::before {
  width: 100%;
}

.header-11 #hor-menu .nav {
  text-align: right;
}

.sticky #cart_block .ajax_cart_quantity {
  background: transparent;
  color: #333;
  top: -9px;
  right: -9px;
}
.sticky .header-collapse {
  top: calc(100% + 12px);
}
.sticky .cart-collapse {
  top: calc(100% + 15px);
}
.sticky .user-info .header-collapse {
  top: calc(100% + 15px);
}

.vermenu {
  position: relative;
}
.vermenu.show .vermenu-btn .pt-icon .open-icon {
  display: none;
}
.vermenu.show .vermenu-btn .pt-icon .close-icon {
  display: block;
}

.vermenu-btn {
  background: #1a1f26;
  color: #fff;
  line-height: 39px;
  margin-bottom: 0;
  padding: 1px 15px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
  width: 210px;
}
.vermenu-btn span {
  color: #fff;
}
.vermenu-btn .pt-icon {
  margin-right: 10px;
}
.vermenu-btn .pt-icon .open-icon svg {
  width: 24px;
  height: 24px;
}
.vermenu-btn .pt-icon .close-icon {
  display: none;
}
.vermenu-btn .pt-icon .close-icon svg {
  width: 16px;
  margin-right: 8px;
}

#search-form.default .search-result-area {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  background-color: #fff;
}
#search-form.default .search-result-area .search-result-content {
  padding: 20px;
  margin-top: 0;
}
#search-form.default .search-result-area .search-result-content .search_product_list {
  margin: 0;
}
#search-form.default .search-result-area .search-result-content .row {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}
#search-form.default .search-result-area .search-result-content .item {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#search-form.default .search-result-area .search-result-content .item .search-product-image {
  width: 78px;
  min-width: 78px;
}
#search-form.default .search-result-area .search-result-content .item .product-info {
  width: 100%;
  margin-top: 0;
  margin-left: 18px;
}
#search-form.default .search-result-area .search-result-content .item .product-info a {
  font-size: 16px;
}
#search-form.default .search-result-area .search-result-content .item .product-info .price {
  display: none;
}

.site-logo-text {
  font-size: 26px;
  font-weight: 800;
  display: block;
  letter-spacing: 0.3px;
}

.top-panel {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  padding: 7px 0 5px;
}
.top-panel p {
  margin-bottom: 0;
}
.top-panel .call-us {
  text-align: center;
}
.top-panel .call-us strong {
  color: #333;
}
.top-panel .content .item {
  text-align: center;
}
.top-panel .content .item p {
  display: inline-block;
}
.top-panel .content .item p strong {
  color: #333;
}
.top-panel .content .item .pt-link-underline {
  color: #1a1f26;
  font-weight: 800;
  position: relative;
}
.top-panel .content .item .pt-link-underline:hover::before {
  width: 0;
}
.top-panel .content .item .pt-link-underline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  content: "";
  color: transparent;
  background: #1a1f26;
  height: 1px;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.top-panel .social ul {
  margin-bottom: 0;
  text-align: right;
}
.top-panel .social ul li {
  display: inline-block;
  padding-left: 12px;
}
.top-panel .social ul li a {
  color: #777;
  position: relative;
}
.top-panel .social ul li a:hover {
  color: #333;
}
.top-panel .social ul li a:hover::before {
  width: 100%;
}

.header-sticky {
  position: relative;
}

.sticky #hor-menu .jms-megamenu .nav.level0 > li > a {
  line-height: 53px;
}
.sticky #hor-menu .jms-megamenu .nav.level0 > li > a span::before {
  bottom: 15px;
}

.jms-megamenu {
  position: static;
}
.jms-megamenu .nav > li.item-fullwidth {
  position: static;
}
.jms-megamenu .nav > li.item-fullwidth .mega-col-nav {
  padding-left: 15px;
  padding-right: 15px;
}
.jms-megamenu .dropdown-menu.fullwidth {
  width: 100%;
}
.jms-megamenu .dropdown-menu.fullwidth > .mega-dropdown-inner {
  max-width: 1170px;
  margin: auto;
  padding: 0;
}
.jms-megamenu .nav > .menu-item .mega-nav li.has-label.sale > a span::after {
  background-color: #e12c43;
  content: "Sale";
}
.jms-megamenu .nav > .menu-item .mega-nav li.has-label.new > a span::after {
  background-color: #42a5f6;
  content: "New";
}
.jms-megamenu .nav > .menu-item .mega-nav li.has-label.featured > a span::after {
  background-color: #ffba0a;
  content: "Featured";
}
.jms-megamenu .nav > .menu-item .mega-nav li.has-label.out-of-stock > a span::after {
  background-color: #333;
  content: "Out Of Stock";
}
.jms-megamenu .nav > .menu-item .mega-nav li.has-label > a span::after {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding: 0 4px;
  font-weight: 400;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.jms-megamenu .nav > .menu-item .mega-nav li.group > a {
  font-size: 15px;
  display: block;
  padding-bottom: 11px;
  padding-top: 8px;
  font-weight: 800;
}
.jms-megamenu .nav > .menu-item.item-fullwidth .mega-nav li > a {
  padding-left: 0;
  padding-right: 0;
}
.jms-megamenu .nav > .menu-item .mega-nav li > a,
.jms-megamenu .nav > .menu-item .mega-nav li .mod-content .title {
  border-bottom: medium none;
  line-height: 31px;
  padding: 0 40px;
  letter-spacing: 0;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-transform: initial;
}
.jms-megamenu .nav > .menu-item .mega-nav li > a:hover,
.jms-megamenu .nav > .menu-item .mega-nav li .mod-content .title:hover {
  color: #1a1f26;
}
.jms-megamenu .nav > li.sub-home > a {
  color: #1a1f26;
}
.jms-megamenu .nav > li.sub-home > a span::before {
  width: 100%;
}
.jms-megamenu .nav > li.sub-home .mega-col-nav .mod-content .mod-content:hover .image {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.jms-megamenu .nav > li.sub-home .mega-col-nav .mod-content .mod-content .image {
  width: auto;
  position: absolute;
  right: -34px;
  top: -5px;
  visibility: hidden;
  z-index: 3;
  max-width: 141px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.06);
  opacity: 0;
  transition: all 0.2s;
}
.jms-megamenu .nav > li.open > a {
  color: #1a1f26;
}
.jms-megamenu .nav > li.open > a span::before {
  width: 100%;
}
.jms-megamenu .nav > li.open.menu-baskonia > a {
  color: #a6192e;
}
.jms-megamenu .nav > li.open.menu-baskonia > a span::before {
  background-color: #a6192e;
}
.jms-megamenu .nav > li.open.menu-alaves > a {
  color: #0032a0;
}
.jms-megamenu .nav > li.open.menu-alaves > a span::before {
  background-color: #0032a0;
}
.jms-megamenu .nav > li > a:hover span::before {
  width: 100%;
  background-color: #1a1f26;
}
.jms-megamenu .nav > li > a span {
  position: relative;
}
.jms-megamenu .nav > li > a span::before {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #1a1f26;
  height: 2px;
  -webkit-transition: width 0.25s linear;
  -o-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.jms-megamenu .sub-women .row + .row {
  margin-top: 28px;
}
.jms-megamenu .sub-women .sub-product-carousel {
  margin-top: 5px;
  margin-bottom: 28px;
}
.jms-megamenu .sub-women .sub-product-carousel .owl-nav {
  position: absolute;
  top: -46px;
  right: 4px;
}
.jms-megamenu .sub-women .sub-product-carousel .owl-nav button {
  position: static;
  transform: none;
}
.jms-megamenu .sub-women .sub-product-carousel .owl-nav button:hover {
  background-color: transparent;
}
.jms-megamenu .sub-women .sub-product-carousel .owl-nav button:hover::before {
  color: #333;
}
.jms-megamenu .sub-women .product-miniature .product-miniature .product-info {
  margin-top: 6px;
}
.jms-megamenu .sub-women .product-miniature .content_price {
  font-size: 18px;
  margin-left: 0;
}
.jms-megamenu .sub-women .pb-banner {
  position: relative;
  overflow: hidden;
}
.jms-megamenu .sub-women .pb-banner:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.jms-megamenu .sub-women .pb-banner:hover .banner-content .text-1::before {
  width: 100%;
}
.jms-megamenu .sub-women .pb-banner img {
  transition: transform 1s, -webkit-transform 1s;
}
.jms-megamenu .sub-women .pb-banner.right .banner-content .text-1,
.jms-megamenu .sub-women .pb-banner.right .banner-content .text-2 {
  color: #fff;
}
.jms-megamenu .sub-women .pb-banner.right .banner-content .text-1::before,
.jms-megamenu .sub-women .pb-banner.right .banner-content .text-2::before {
  background-color: #fff;
}
.jms-megamenu .sub-women .pb-banner .banner-content {
  top: 18px;
  left: 25px;
  position: absolute;
  text-align: left;
  margin-top: 0;
}
.jms-megamenu .sub-women .pb-banner .banner-content .text-1 {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #333;
  margin-bottom: 6px;
}
.jms-megamenu .sub-women .pb-banner .banner-content .text-2 {
  font-size: 16px;
  max-width: 275px;
  color: #333;
  line-height: 1.2;
}
.jms-megamenu .banner-men {
  text-align: center;
  margin-top: 11px;
}
.jms-megamenu .banner-men:hover a .text-1::before {
  width: 100%;
}
.jms-megamenu .banner-men a {
  text-align: center;
}
.jms-megamenu .banner-men a img {
  margin-bottom: 16px;
}
.jms-megamenu .banner-men a .text-1 {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #333;
  margin-bottom: 8px;
  line-height: 28px;
}
.jms-megamenu .banner-men a .text-2 {
  font-size: 16px;
  display: block;
  color: #333;
  line-height: 19px;
}

.search-result-area {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

#search-form.default {
  margin-left: 0;
  margin-right: auto;
  max-width: 350px;
  position: relative;
}
#search-form.default .jms-search-input {
  border: 1px solid #ebebeb;
  font-size: 16px;
  height: 44px;
  letter-spacing: 0;
  padding: 9px 18px 10px 18px;
}
#search-form.default .button-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 10px;
}
#search-form.default .button-search svg {
  width: 24px;
  height: 23px;
  color: #333;
  transition: all 0.2s;
}
#search-form.default .button-search svg:hover {
  color: #1a1f26;
}

#jms_ajax_search .label-form {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
#jms_ajax_search .label-form p {
  color: #777;
  margin-bottom: 0;
  width: 100%;
  font-size: 16px;
}
#jms_ajax_search .label-form i svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #d0d0d0;
  transition: color 0.2s;
}
#jms_ajax_search .label-form i svg:hover {
  color: #1a1f26;
}
#jms_ajax_search form {
  border-bottom: 1px solid #ebebeb;
}
#jms_ajax_search .jms-search-input {
  border: none;
  color: #333;
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  font-size: 24px;
  height: 55px;
  margin: 0;
  padding: 0;
  font-weight: 800;
  text-transform: initial;
}
#jms_ajax_search .jms-search-input::placeholder {
  color: #333;
}
#jms_ajax_search .search-form .button-search {
  padding: 0;
  color: #333;
  transition: color 0.2s;
}
#jms_ajax_search .search-form .button-search:hover {
  color: #1a1f26;
}

.dropdown #search-form-dropdown {
  left: auto;
  right: -30px;
  width: 400px;
}
.dropdown #search-form-dropdown .search_product_list .item.col-lg-2 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.dropdown #search-form-dropdown .search_product_list .item.col-lg-2 .search-product-image {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.dropdown #search-form-dropdown .search_product_list .item.col-lg-2 .product-info {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
  margin-top: 0;
}
.dropdown#jms_ajax_search .jms-search-input {
  font-size: 16px;
  font-weight: 400;
}

.fullwidth #search-form-dropdown,
.fullscreen #search-form-dropdown {
  position: fixed;
  top: -146px;
  left: 0;
  right: 0;
  padding: 31px 15px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  display: block;
  z-index: 1001;
}
.fullwidth #search-form-dropdown.show,
.fullscreen #search-form-dropdown.show {
  top: -1px;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
.fullwidth #search-form-dropdown .content_price .price.new,
.fullscreen #search-form-dropdown .content_price .price.new {
  color: #1a1f26;
  font-weight: 400;
  font-size: 18px;
}
.fullwidth .search_product_list .row .row,
.fullscreen .search_product_list .row .row {
  margin-left: 0;
  margin-right: 0;
}

.fullscreen #search-form-dropdown {
  height: 100%;
}

.left-module-header {
  display: flex;
}
.left-module-header > div {
  margin-right: 7px;
}

.right-module-header {
  padding-bottom: 5px;
  justify-content: flex-end;
}
.right-module-header > div + div {
  margin-left: 17px;
}
.right-module-header .wishlist svg {
  width: 23px;
  padding-top: 1px;
}
.right-module-header .currency-info {
  margin-left: 9px;
}
.right-module-header svg {
  width: 24px;
  height: 24px;
}
.right-module-header .block-collapse {
  padding-top: 3px;
}
.right-module-header .block-collapse svg {
  margin-left: -2px;
}

.block-collapse > a {
  font-size: 14px;
  color: #777;
}
.block-collapse > a:hover {
  color: #1a1f26;
}
.block-collapse > a svg {
  width: 14px;
  height: 14px;
  color: #d0d0d0;
}

.user-info .header-collapse {
  top: calc(100% + 28px);
}

#cart_block {
  font-size: 14px;
}
#cart_block .ajax_cart_quantity {
  background: #333;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -14px;
  right: -12px;
}
#cart_block .cart-button {
  margin-top: 20px;
  text-align: center;
}
#cart_block .cart-button a + a {
  margin-top: 27px;
}
#cart_block .cart_block_list {
  margin-bottom: 22px;
  max-height: 254px;
  overflow: auto;
}
#cart_block .billing-info {
  padding-top: 22px;
  border-top: 1px solid #ebebeb;
}
#cart_block .billing-info .label,
#cart_block .billing-info .value {
  font-size: 18px;
  font-weight: 800;
  line-height: 33px;
  padding: 0;
  color: #333;
}

.shoppingcart-box.sidebar .shoppingcartbox {
  padding: 0;
}
.shoppingcart-box.sidebar .shoppingcartbox .cart_block_list {
  max-height: initial;
}
.shoppingcart-box .shoppingcartbox {
  padding: 32px 40px 30px;
}
.shoppingcart-box .cart-title {
  font-size: 18px;
  color: #333;
  font-weight: 800;
}
.shoppingcart-box .product-link-cart {
  display: block;
  font-size: 16px;
  width: 100%;
  line-height: 19px;
  padding-bottom: 7px;
}
.shoppingcart-box .property-value span + span::before {
  content: ",";
  position: relative;
  left: -3px;
}
.shoppingcart-box .remove-from-cart {
  margin-bottom: auto;
}

.product-cart-details .quantity {
  display: inline-block;
}
.product-cart-details .price.new {
  font-weight: 800;
  color: #1a1f26;
}

.dropdown-menu.sidebar {
  position: fixed;
  display: block;
  font-size: 14px;
  width: 315px;
  padding: 30px 20px;
  top: 0;
  left: auto;
  right: -315px;
  background-color: #fff;
  height: 100%;
  box-shadow: 0px 4px 6px rgba(51, 51, 51, 0.08);
  transition: all 0.2s;
  z-index: 1000;
}
.dropdown-menu.sidebar.show {
  right: 0;
}

.header-collapse {
  position: absolute;
  min-width: 194px;
  top: calc(100% + 26px);
  border-top: 1px solid #ebebeb;
  left: auto;
  right: calc(100% - 43px);
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(51, 51, 51, 0.08);
  z-index: 1000;
}
.header-collapse ul {
  padding: 31px 0;
  margin-bottom: 0;
}
.header-collapse ul li {
  padding: 0 40px;
  font-size: 14px;
}
.header-collapse ul li > a {
  text-transform: capitalize;
}

.cart-collapse {
  position: absolute;
  right: calc(100% - 32px);
  border-top: 1px solid #ebebeb;
  top: calc(100% + 28px);
  width: 360px;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(51, 51, 51, 0.08);
  z-index: 1000;
}

.collapse-item {
  color: #777;
}

.vermenu .dropdown-menu {
  padding: 0;
  z-index: 1001;
}
.vermenu .jms-megamenu .nav {
  padding: 9px 0;
}
.vermenu .jms-megamenu .nav > .menu-item .mega-nav li {
  padding: 0;
}
.vermenu .jms-megamenu .nav > .menu-item .mega-nav li.open.mega > a::before {
  color: #1a1f26;
}
.vermenu .jms-megamenu .nav > .menu-item .mega-nav li.open.mega.menu-baskonia > a::before {
  color: #a6192e;
}
.vermenu .jms-megamenu .nav > .menu-item .mega-nav li.open.mega.menu-alaves > a::before {
  color: #0032a0;
}
.vermenu .jms-megamenu .nav > .menu-item .mega-nav li.mega > a {
  padding: 0 15px;
}
.vermenu .jms-megamenu .nav > .menu-item .mega-nav li.mega > a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-family: aknay;
  font-size: 14px;
  content: "\e905";
  color: #d0d0d0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  z-index: -1;
}
.vermenu .jms-megamenu .nav > li {
  width: 100%;
}
.vermenu .jms-megamenu .nav > li.open > a .caret::after {
  color: #1a1f26;
}
.vermenu .jms-megamenu .nav > li.open.menu-baskonia > a .caret::after {
  color: #a6192e;
}
.vermenu .jms-megamenu .nav > li.open.menu-alaves > a .caret::after {
  color: #0032a0;
}
.vermenu .jms-megamenu .nav > li a {
  padding: 0 15px;
  width: 100%;
  line-height: 34px;
}
.vermenu .jms-megamenu .nav > li a > i {
  font-size: 28px;
  margin-right: 6px;
  position: relative;
  bottom: 4px;
}
.vermenu .jms-megamenu .nav > li a span::before {
  display: none;
}
.vermenu .jms-megamenu .nav > li a .caret {
  display: flex;
  position: absolute;
  top: 50%;
  right: 5px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.vermenu .jms-megamenu .nav > li a .caret::after {
  font-family: aknay;
  font-size: 14px;
  content: "\e905";
  color: #d0d0d0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  z-index: -1;
}
.vermenu .jms-megamenu .dropdown-menu {
  top: 0;
  left: 100%;
}

.open-button {
  color: #333;
}
.open-button:hover {
  color: #1a1f26;
}
.open-button > svg {
  width: 24px;
  height: 24px;
}

#mobile-header .sticky {
  padding: 10px 0 !important;
}
#mobile-header .right-module-header .row > .btn-group + .btn-group {
  margin-left: 25px;
}
#mobile-header .collapse,
#mobile-header .collapsing {
  text-align: left;
}
#mobile-header .btn-group svg {
  width: 24px;
  height: 24px;
}
#mobile-header .user-info > a {
  color: #777;
}

.header-mobile-4 #mobile-menu-toggle {
  margin-left: 25px;
}

.mobile-menu-wrap {
  padding: 20px 20px;
}
.mobile-menu-wrap .close-button {
  padding: 0;
  font-size: 16px;
  color: #777;
  border: none;
  display: flex;
  align-items: center;
}
.mobile-menu-wrap .close-button:hover {
  color: #1a1f26;
}
.mobile-menu-wrap .close-button svg {
  color: #d0d0d0;
  margin-right: 9px;
}
.mobile-menu-wrap .btn-group {
  display: block;
}
.mobile-menu-wrap .btn-group + .btn-group {
  margin-top: 43px;
}
.mobile-menu-wrap .btn-group label {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  padding-bottom: 11px;
}
.mobile-menu-wrap .btn-group ul li a {
  font-size: 16px;
  line-height: 1.2;
  color: #777777;
  line-height: 39px;
  display: block;
  padding: 0;
}
.mobile-menu-wrap .social-block .block-title {
  display: none;
}
.mobile-menu-wrap #social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mobile-menu-wrap #social-links li {
  margin-right: 41px;
}
.mobile-menu-wrap #social-links li a {
  color: #d0d0d0;
}
.mobile-menu-wrap #social-links li a:hover {
  color: #333;
}
.mobile-menu-wrap #social-links li.pinterest svg {
  width: 20px;
  height: 20px;
}
.mobile-menu-wrap #social-links svg {
  width: 24px;
  height: 24px;
}

#off-canvas-menu {
  margin-top: 18px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 42px;
  margin-bottom: 55px;
}
#off-canvas-menu .jms-megamenu .dropdown-menu {
  min-width: auto;
  transition: none;
}
#off-canvas-menu .jms-megamenu .nav > li > a {
  font-size: 18px;
  font-weight: 800;
  color: #333;
  line-height: 48px;
}
#off-canvas-menu .jms-megamenu .nav > li > a:hover {
  color: #1a1f26;
}
#off-canvas-menu .jms-megamenu .nav > li > a:hover span.caret {
  color: #333;
}
#off-canvas-menu .jms-megamenu .nav > li > a span::before {
  display: none;
}
#off-canvas-menu .jms-megamenu .nav > li > a span.caret {
  display: inline-block;
  position: absolute;
  right: 0;
  color: #d0d0d0;
}
#off-canvas-menu .jms-megamenu .nav > li > a span.caret::after {
  font-family: "aknay";
  font-size: 16px;
  line-height: 1;
  content: "\e905";
}

header .search-result-area {
  background-color: #fff;
}
header .search-result-area .search-result-content {
  margin: 0;
  padding: 10px 0;
}
header .search-result-area .search-product-image {
  width: 80px;
}
header .search-result-area .search_product_list .item + .item {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .top-panel .call-us {
    text-align: left;
  }
  .site-logo-text {
    padding-bottom: 10px;
  }
  #header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  #header {
    padding-top: 20px;
  }
  .fullwidth .search_product_list .row .row,
  .fullscreen .search_product_list .row .row {
    flex-direction: columns;
  }
  header .search-result-area .search-product-image {
    width: 100%;
  }
  header .search-result-area .search_product_list .item {
    margin-bottom: 20px;
  }
  header .search-result-area .search_product_list .item + .item {
    margin-top: 0;
  }
  #search-form-dropdown .container {
    position: static;
  }
  header .search-result-area .search-result-content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .search-result-area {
    top: 100%;
  }
}
@media (max-width: 1199px) {
  .cart-collapse {
    max-width: 290px;
    right: 15px;
    top: calc(100% + 20px);
  }
  .sticky .cart-collapse {
    top: calc(100% + 10px);
  }
  .shoppingcart-box .shoppingcartbox {
    padding: 20px;
  }
  .top-panel {
    padding: 0 !important;
    border-bottom: none !important;
  }
}
/* Footer */
#footer {
  background-color: #f8f8f8;
}
#footer.footer-3 .footer-main .row .layout-column:nth-child(3) {
  display: none;
}
#footer.footer-5 .row + .row {
  margin-top: 32px;
}
#footer.footer-5 #footer-main {
  padding-top: 88px;
  padding-bottom: 48px;
}
#footer.footer-5 #footer-main .newsletter {
  display: flex;
  align-items: center;
}
#footer.footer-5 #footer-main .newsletter .block-title {
  padding-bottom: 0;
  margin-right: 44px;
  white-space: nowrap;
}
#footer.footer-5 #footer-main .newsletter .block-newsletter {
  width: 100%;
}
#footer.footer-5 #footer-main .block .block-socials {
  margin-top: 0;
}
#footer.footer-6 .site-logo-text {
  margin-top: 6px;
  margin-bottom: 4px;
}
#footer.footer-6 .layout-column + .layout-column + .layout-column {
  display: none;
}
#footer.footer-7 {
  text-align: center;
  background-color: #fff;
  padding: 95px 0 36px;
}
#footer.footer-7 .block-socials {
  justify-content: center;
}
#footer.footer-7 .block-socials .block-title {
  display: none;
}
#footer.footer-7 .block-socials .social-links li {
  margin-right: 0;
  margin: 0 4px;
}
#footer.footer-7 #footer-copyright {
  padding-bottom: 0;
}
#footer.footer-8 #footer-copyright {
  padding: 53px 0 49px;
}
#footer.footer-8 #footer-copyright .copyright {
  margin-bottom: 0;
}
#footer.footer-9 {
  text-align: center;
}
#footer.footer-9 .footer-main {
  padding-bottom: 30px;
}
#footer.footer-9 .block h3 {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  padding: 0 0 12px 0;
}
#footer.footer-9 .email_subscription {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
#footer.footer-9 .block-newsletter {
  padding-bottom: 7px;
}
#footer.footer-9 .block-newsletter + p {
  font-size: 14px;
  margin-bottom: 26px;
}
#footer.footer-9 .block .block-socials {
  justify-content: center;
}
#footer.footer-9 .block .block-socials .social-links li {
  margin-right: 0;
  margin: 0 4px;
}
#footer.footer-9 .block .block-socials .block-title {
  display: none;
}
#footer.footer-9 #footer-copyright .copyright {
  margin-bottom: 29px;
}
#footer.footer-9 .footer-copyright img {
  margin: 0 auto;
}
#footer .footer-main {
  padding: 97px 0 53px;
}
#footer #footer-main .layout-column {
  padding-left: 15px;
  padding-right: 15px;
}
#footer #footer-main .block .info-text {
  font-size: 16px;
  line-height: 23px;
}
#footer #footer-main .block .block-title {
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 12px 0;
  position: relative;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: initial;
  margin-top: 0;
}
#footer #footer-main .block .block-socials .block-title {
  margin-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
}
#footer .block-content ul li a {
  display: inline-block;
  padding: 5px 0;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.35;
  color: #777;
}
#footer .block-content ul li a:hover {
  color: #1a1f26;
}
#footer .block-content p {
  font-size: 14px;
  line-height: 23px;
}
#footer .block-store .block-content {
  margin-top: 5px;
}
#footer .block-store .block-content p + p {
  margin-top: 26px;
}
#footer .block-store .block-content strong {
  color: #333;
}
#footer .block-newsletter p {
  font-size: 14px;
  line-height: 20px;
}
#footer .email_subscription {
  margin-top: 12px;
  margin-bottom: 2px;
  padding-bottom: 0;
}
#footer .email_subscription input {
  background-color: #fff;
}
#footer .email_subscription .newsletter-desc {
  display: none;
}
#footer .email_subscription .btn-popup {
  display: none;
}
#footer .email_subscription .btn-icon {
  display: flex;
  border: 0;
  background: transparent;
  height: 44px;
  min-width: 47px;
  max-width: 47px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  justify-content: center;
  color: #333;
  z-index: 9;
}
#footer .email_subscription .btn-icon:hover {
  color: #1a1f26;
}
#footer .email_subscription .btn-icon svg {
  width: 24px;
  height: 24px;
}
#footer .block .block-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 17px;
}
#footer .block .block-socials .social-links {
  margin-bottom: 0;
  padding-bottom: 8px;
}
#footer .block .block-socials .social-links li {
  display: inline-block;
  min-width: 24px;
  text-align: center;
  margin-right: 8px;
}
#footer .block .block-socials .social-links li.pinterest a svg {
  width: 18px;
  height: 23px;
}
#footer .block .block-socials .social-links li a {
  font-size: 24px;
  color: #d0d0d0;
  padding: 0;
}
#footer .block .block-socials .social-links li a:hover {
  color: #333;
}
#footer .block .block-socials .social-links li a svg {
  width: 24px;
  height: 24px;
}
#footer #footer-copyright {
  padding-bottom: 76px;
}
#footer #footer-copyright .copyright {
  font-size: 14px;
  margin-bottom: 16px;
}
#footer #footer-copyright .copyright a {
  position: relative;
  color: #333 !important;
}
#footer #footer-copyright .copyright a:hover::before {
  width: 100%;
}

#footer-main .block.collapsed .block-title i {
  transform: none;
}
#footer-main .block .block-title i {
  transition: 0.4s all;
  color: #d0d0d0;
  transform: rotate(45deg);
}

.img-center {
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #footer.footer-5 #footer-main .newsletter {
    flex-direction: column;
    align-items: baseline;
  }
}
/*--------------------- 4.Elements -------------------- */
/* Blogs */
.pb-blog .post-thumb {
  overflow: hidden;
}
.pb-blog .post-thumb img {
  transition: transform 1s, -webkit-transform 1s;
}
.pb-blog .post-thumb:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.pb-blog .post-title {
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin-top: 27px;
  margin-bottom: 16px;
}
.pb-blog .post-title:hover {
  text-decoration: underline;
}
.pb-blog .post-intro {
  margin-top: -3px;
}
.pb-blog .post-intro p {
  margin-bottom: 13px;
}
.pb-blog .post-meta {
  display: flex;
  flex-wrap: wrap;
}
.pb-blog .post-meta li {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
.pb-blog .post-meta li + li {
  padding-left: 20px;
}
.pb-blog .post-meta li + li::before {
  content: "-";
  position: absolute;
  left: 7px;
}

#module-jms_blog-category .sidebar-column .block-categories,
#module-jms_blog-category .sidebar-column #special-block,
#module-jms_blog-category .sidebar-column .block-custom-html {
  display: none;
}

.cat-post-list .item .blog-post {
  padding-bottom: 35px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}
.cat-post-list .post-thumb {
  overflow: hidden;
}
.cat-post-list .post-thumb:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cat-post-list .post-thumb img {
  width: 100%;
  transition: transform 1s, -webkit-transform 1s;
}
.cat-post-list .entry-body {
  margin-top: 22px;
}
.cat-post-list .post-title {
  margin-bottom: 10px;
}
.cat-post-list .post-meta {
  display: flex;
  font-size: 13px;
}
.cat-post-list .post-meta li + li {
  margin-left: 4px;
}
.cat-post-list .post-meta .comment {
  margin-left: auto;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}
.cat-post-list .post-meta .comment .pt-icon {
  display: flex;
  margin-right: 10px;
}
.cat-post-list .post-meta .comment .pt-icon::before {
  font-family: "aknay";
  font-size: 23px;
  line-height: 1;
  content: "\e906";
}
.cat-post-list .post-intro p {
  margin-bottom: 12px;
}
.cat-post-list .post-category a {
  position: relative;
  font-weight: 800;
  color: #333;
}
.cat-post-list .post-category a:hover::before {
  width: 100%;
}

.title-blog {
  text-align: center;
}

.widget-title, .title_block {
  font-weight: 800;
  font-size: 18px;
  color: #333;
  padding-bottom: 0;
}

.widget-categories li a {
  display: block;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  text-transform: capitalize;
  color: #777;
  padding: 6px 0;
}
.widget-categories li a:hover {
  color: #1a1f26;
}

.blog-widget {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 24px;
  margin-bottom: 35px;
}
.blog-widget ul li .navbar-toggler {
  display: none;
}
.blog-widget.widget-archives > ul li a {
  font-size: 16px;
  color: #777;
  line-height: 31px;
}
.blog-widget.widget-archives > ul li a:hover {
  color: #1a1f26;
}
.blog-widget .item-post {
  margin-bottom: 16px;
}
.blog-widget .post-title {
  font-size: 16px;
  font-weight: 800;
  display: block;
  line-height: 1.5;
  margin-bottom: 7px;
  margin-top: 11px;
}
.blog-widget .post-title:hover {
  text-decoration: underline;
}
.blog-widget .intro-text p {
  margin-bottom: 3px;
}
.blog-widget p {
  font-size: 16px;
  line-height: 25px;
}
.blog-widget .post-meta {
  display: flex;
  font-size: 13px;
}
.blog-widget .post-meta li + li {
  margin-left: 4px;
}
.blog-widget .post-meta .post-category a {
  position: relative;
  font-weight: 800;
  color: #333;
}
.blog-widget .post-meta .post-category a:hover::before {
  width: 100%;
}

.single-blog .title {
  font-size: 36px;
  padding: 0;
  text-align: center;
  line-height: 1.1;
  font-weight: 800;
  color: #333;
  margin-top: -5px;
}
.single-blog .post-meta {
  display: flex;
  margin-top: 9px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  text-transform: uppercase;
}
.single-blog .post-meta .post-comment-count {
  display: none;
}
.single-blog .post-meta li + li {
  margin-left: 5px;
}
.single-blog .post-meta a {
  font-weight: 800;
  position: relative;
  font-weight: 800;
  color: #333;
}
.single-blog .post-meta a:hover::before {
  width: 100%;
}
.single-blog .post-thumb {
  display: block;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}
.single-blog .post-fulltext .pt-title {
  margin-top: 12px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 800;
  padding-bottom: 25px;
  color: #333;
}
.single-blog .post-fulltext .blog-grid-small-padding {
  margin: 42px -5px;
}
.single-blog .post-fulltext .blog-grid-small-padding > div {
  padding: 0 5px;
  margin-bottom: 10px;
}
.single-blog .post-fulltext #myCarousel {
  margin: 42px 0 32px;
}
.single-blog .post-fulltext .carousel-indicators {
  position: static;
  width: 100%;
  margin: 0;
  justify-content: flex-start;
  margin-top: 6px;
}
.single-blog .post-fulltext .carousel-indicators li {
  display: none;
  text-indent: initial;
  width: auto;
  height: auto;
  background: transparent;
  text-align: left;
  margin: 0;
}
.single-blog .post-fulltext .carousel-indicators li span {
  font-size: 24px;
  color: #333;
  font-weight: 800;
}
.single-blog .post-fulltext .carousel-indicators li.active {
  display: block;
}
.single-blog .post-fulltext .controls {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.single-blog .post-fulltext .carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  background: transparent;
  text-shadow: none;
  width: 25px;
  height: 25px;
  margin-left: 9px;
  opacity: 1;
}
.single-blog .post-fulltext .carousel-control:hover {
  background-color: #333;
}
.single-blog .post-fulltext .carousel-control:hover::before {
  color: #fff;
}
.single-blog .post-fulltext .carousel-control span {
  display: none;
}
.single-blog .post-fulltext .carousel-control:before {
  font-family: "aknay";
  font-size: 23px;
  z-index: 2;
  color: #D0D0D0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.single-blog .post-fulltext .carousel-control.left::before {
  content: "\e904";
}
.single-blog .post-fulltext .carousel-control.right::before {
  content: "\e905";
}
.single-blog .social-sharing {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

#comments {
  max-width: 770px;
  margin: auto;
}
#comments .heading {
  font-size: 36px;
  line-height: 43px;
  font-weight: 800;
  padding-bottom: 49px;
  text-transform: initial;
  color: #333;
}
#comments .success {
  margin-bottom: 30px;
}
#comments #new_comment_form_footer {
  margin-top: 20px;
}
#comments #accordion {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 86px;
  margin-bottom: 103px;
  margin-top: 50px;
}

#post-comments .post-comment + .post-comment {
  margin-top: 20px;
}
#post-comments .post-comment-info {
  display: flex;
}
#post-comments .post-comment-info .title {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: -8px;
  font-weight: 400;
}
#post-comments .post-comment-info .title span {
  font-weight: 800;
  color: #333;
}
#post-comments .post-comment-info .title div + div {
  margin-left: 5px;
}
#post-comments .user-image {
  margin-right: 32px;
  margin-top: 7px;
  display: inline-flex;
  justify-content: center;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f8f8f8;
  align-items: center;
}
#post-comments .user-image svg {
  width: 24px;
  height: 24px;
}

.category-post .category-info {
  margin-top: 10px;
}

@media (min-width: 992px) {
  #module-jms_blog-category #left-column {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 45px;
  }
  #module-jms_blog-category #content-wrapper.col-lg-9 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
/* Breadcrumb */
.breadcrumb {
  font-size: 12px;
  color: #fff;
  background: #76777A;
}
.breadcrumb a {
  color: #fff;
}

.breadcrumb-nav {
  width: 100%;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
}
.breadcrumb-wrapper .container-fluid {
  max-width: 100%;
  padding: 0 50px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .container-fluid {
    max-width: 960px;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .container-fluid {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .container-fluid {
    max-width: 540px;
  }
}
/* Product box */
.home_9 .product-miniature .content_price .price.new {
  color: #1a1f26;
}
.home_9 .product-miniature button.cart-button {
  background-color: #1a1f26;
}

/* Testimonials */
.pb-testimonial .pb-testimonial-box:hover {
  cursor: pointer;
}
.pb-testimonial .pb-testimonial-box:hover .pb-testimonial-comment h5::before {
  width: 100%;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-img {
  width: 80px;
  margin-right: 16px;
  border-radius: 50%;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-comment {
  padding: 48px 40px 22px 53px;
  background: #f8f8f8;
  position: relative;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-comment h5 {
  display: inline-block;
  padding-bottom: 11px;
  margin-bottom: 0;
  position: relative;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-comment::after {
  content: "";
  display: block;
  position: absolute;
  left: 76px;
  bottom: -17px;
  width: 0;
  height: 0;
  border-top: 17px solid #f8f8f8;
  border-right: 34px solid transparent;
}
.pb-testimonial .pb-testimonial-box .pb-rating {
  position: absolute;
  right: 40px;
  top: 42px;
}
.pb-testimonial .pb-testimonial-box .pb-rating i {
  color: #EBEBEB;
}
.pb-testimonial .pb-testimonial-box .pb-rating i + i {
  margin-left: 1px;
}
.pb-testimonial .pb-testimonial-box .pb-reviewsbox-author {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 24px;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-author {
  font-size: 13px;
  font-weight: 800;
  color: #333;
  margin-right: 4px;
  margin-bottom: 0;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-position {
  position: relative;
}
.pb-testimonial .pb-testimonial-box .pb-testimonial-position::before {
  content: "—";
}
.pb-testimonial .owl-dots {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pb-testimonial .pb-testimonial-box .pb-testimonial-comment {
    padding: 15px 20px;
  }
  .pb-testimonial .pb-testimonial-box .pb-rating {
    position: static;
  }
  .pb-testimonial .pb-testimonial-box .pb-testimonial-img {
    width: 60px;
  }
  .pb-testimonial .pb-testimonial-box .pb-testimonial-img img {
    width: 60px;
    height: 60px;
  }
}
.jms-popup {
  padding: 10px;
}
.jms-popup .content {
  background-size: 49% auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.jms-popup .row {
  margin: 0;
}
.jms-popup .popup-close:hover svg {
  color: #333;
}
.jms-popup .popup-close svg {
  color: #d0d0d0;
  transition: color 0.2s;
}
.jms-popup .jms-popup-content {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 62px;
}
.jms-popup h3 {
  padding-bottom: 0 !important;
}
.jms-popup .newsletter-desc {
  font-size: 18px;
  display: block;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.jms-popup .block-content {
  margin-top: 32px;
}
.jms-popup .newsletter-input-group {
  display: block;
}
.jms-popup .newsletter-input-group input {
  font-size: 14px;
  width: 100%;
  margin-bottom: 78px;
}
.jms-popup .newsletter-input-group button {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 28px;
  letter-spacing: 0.5px;
}
.jms-popup .email_subscription button.btn-default {
  position: static;
  display: block !important;
  background: #1a1f26;
  margin: auto;
  font-size: 14px;
  max-width: 100%;
}
.jms-popup .email_subscription button.btn-default:hover {
  background: #333;
}
.jms-popup .dontshow {
  display: inline-flex;
  position: relative;
  padding-left: 8px;
  transform: translateY(-99px);
}
.jms-popup .dontshow input:hover {
  cursor: pointer;
}
.jms-popup .dontshow input:hover ~ .checkmark {
  border-color: #333;
}
.jms-popup .dontshow label a {
  position: relative;
  letter-spacing: -0.1px;
}
.jms-popup .dontshow label a::before {
  width: 100%;
}
.jms-popup .dontshow label a:hover {
  color: #333;
}
.jms-popup .dontshow label a:hover::before {
  width: 0;
}

@media (max-width: 767px) {
  .jms-popup {
    height: auto !important;
  }
  .jms-popup .content {
    background: #fff;
  }
  .jms-popup h3 {
    font-size: 28px;
    line-height: 39px;
  }
  .jms-popup .jms-popup-content {
    padding: 20px;
  }
}
#blockcart-modal.modal.fade.show .modal-dialog {
  transform: translateY(-50%);
}
#blockcart-modal.modal.fade .modal-dialog {
  top: 50%;
  transform: translateY(-75%);
}
#blockcart-modal .modal-dialog {
  width: 450px;
  margin: 0 auto;
}
#blockcart-modal #myModalLabel {
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  color: #333333;
  padding-bottom: 0;
}
#blockcart-modal .modal-header {
  border: 0;
  padding: 15px;
  justify-content: center;
}
#blockcart-modal .modal-body {
  text-align: center;
  padding: 5px 0 40px;
}
#blockcart-modal .modal-body .row {
  margin: 0;
}
#blockcart-modal .modal-body .row .layout-column {
  padding: 0 40px;
}
#blockcart-modal .modal-content {
  border: 0;
  padding-top: 25px;
}
#blockcart-modal .close {
  color: #d0d0d0;
  padding: 0;
  top: 25px;
  right: 25px;
}
#blockcart-modal .close:hover {
  color: #333;
}
#blockcart-modal .product-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #333333;
  margin: 17px 0 0 0;
  padding-bottom: 2px;
}
#blockcart-modal .product-image {
  width: 98px;
  margin-left: auto;
  margin-right: auto;
}
#blockcart-modal .cart-content {
  padding: 23px 0 0;
  border-top: 1px solid #ebebeb;
}
#blockcart-modal .cart-content p {
  font-size: 18px;
  color: #1a1f26;
  font-weight: 800;
  margin-bottom: 0;
}
#blockcart-modal .cart-content p.cart-products-count {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
#blockcart-modal .cart-content button.btn-default {
  margin-top: 22px;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#blockcart-modal .cart-content button.btn-default svg {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}
#blockcart-modal .cart-content .btn-default {
  display: flex;
  justify-content: center;
  width: 100%;
}
#blockcart-modal .cart-content .btn-border {
  margin-bottom: 10px;
}
#blockcart-modal .content_price {
  margin: 6px 0 24px;
}
#blockcart-modal .content_price .price.new {
  font-size: 14px;
  color: #1a1f26;
  font-weight: 800;
}
#blockcart-modal .property-value span {
  display: block;
  font-size: 14px;
  line-height: 17px;
}
#blockcart-modal .view-cart {
  display: block;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  height: 44px;
  line-height: 44px;
  color: #333;
  transition: 0s all;
}
#blockcart-modal .view-cart:hover {
  border: 2px solid #333;
  line-height: 42px;
}

@media (max-width: 575px) {
  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }
  #blockcart-modal .modal-body .row .layout-column {
    padding: 0 20px;
  }
}
.quickview-modal .modal-dialog {
  max-width: 950px;
  background-color: transparent;
}
.quickview-modal .modal-content {
  border: none;
  border-radius: 0;
}
.quickview-modal .modal-body {
  padding: 40px;
  background-color: #fff;
}
.quickview-modal .close {
  width: 24px;
  height: 24px;
  top: 15px;
  right: 15px;
}
.quickview-modal .close:hover {
  opacity: 1 !important;
}
.quickview-modal .close svg {
  color: #d0d0d0;
  transition: 0.2s all;
}
.quickview-modal .close svg:hover {
  color: #333;
}
.quickview-modal .slick-list {
  overflow: hidden;
}
.quickview-modal .thumb-container {
  margin-bottom: 10px;
}
.quickview-modal .product-images {
  position: relative;
}
.quickview-modal .product-images button::before {
  font-size: 14px;
}
.quickview-modal .images-container .slick-arrow.slick-prev {
  top: calc(100% + 0px);
  right: 0;
}
.quickview-modal .product-cover .zoom-icon {
  display: none;
}
.quickview-modal .product-name {
  font-size: 24px;
}
.quickview-modal .product-prices.content_price .price.new {
  font-size: 24px;
}
.quickview-modal .product-prices.content_price .old.price {
  font-size: 18px;
}
.quickview-modal .product-desc {
  font-size: 16px;
}
.quickview-modal .btn-link {
  margin-top: 25px;
  color: #1a1f26;
  font-size: 13px;
  text-transform: initial;
}
.quickview-modal .btn-link::before {
  background-color: #1a1f26;
}

/*--------------------- 5.Pages -------------------- */
/* Category */
#category.home_9 .breadcrumb-wrapper {
  margin-bottom: 50px;
}

#category.home_9 #wrapper > .container {
  padding: 0 20px;
}

.category-title h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 800;
  padding: 0;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.category-title h3 span {
  color: #d0d0d0;
  font-weight: 400;
}

#category.home_9 .sidebar-column .block-custom-html,
#category.home_9 .sidebar-column .block-bestseller {
  display: none;
}

.title-block h3,
#search_filters .facet-title {
  transition: color 0.2s;
}
.title-block h3:hover,
#search_filters .facet-title:hover {
  color: #1a1f26;
}

#search_filters .btn-clear-all {
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 28px;
  color: #333;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0;
}
#search_filters .btn-clear-all::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 2px;
  transition: width 0.25s linear;
}
#search_filters .btn-clear-all:hover::before {
  width: 100%;
}

#search_filters #filter-block ul {
  margin-bottom: 0;
}
#search_filters .filter-block {
  font-size: 16px;
}
#search_filters .filter-block .js-search-link {
  color: #d0d0d0;
  margin-right: 5px;
}
#search_filters .filter-block .js-search-link:hover {
  color: #1a1f26;
}
#search_filters .filter-block .js-search-link::before {
  content: "\e908";
  font-family: "aknay";
  font-size: 11px;
  width: 16px;
  height: 16px;
}

.view-mode .button {
  display: inline-block;
}
.view-mode .button .view-grid.active span {
  border-color: #333;
}
.view-mode .button .view-grid:hover span {
  border-color: #333;
}
.view-mode .button .view-grid.view-grid-2 {
  margin-right: 4px;
}
.view-mode .button .view-grid.view-grid-2 span {
  width: 11px;
}
.view-mode .button .view-grid.view-grid-4 {
  margin-left: 4px;
}
.view-mode .button .view-grid.view-grid-4 span {
  width: 5px;
}
.view-mode .button .view-grid.view-grid-6 {
  margin-left: 4px;
  display: none;
}
.view-mode .button .view-grid.view-grid-6 span {
  width: 3px;
}
.view-mode .button .view-grid span {
  width: 7px;
  height: 12px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  transition: border 0.2s;
  margin: 0 0.5px;
}
.view-mode .button .view-list {
  margin-left: 4px;
}
.view-mode .button .view-list.active span {
  background-color: #333;
}
.view-mode .button .view-list:hover span {
  background-color: #333;
}
.view-mode .button .view-list span {
  width: 24px;
  height: 5px;
  display: block;
  position: relative;
  background-color: #d0d0d0;
  transition: background-color 0.2s;
}
.view-mode .button .view-list span:first-child {
  margin-bottom: 2px;
}
.view-mode .button .view-list span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #ffffff;
  display: block;
  width: 2px;
  height: 5px;
}
.view-mode .button a {
  display: inline-block;
}

#product_list {
  margin-top: 33px;
}
#product_list .pagination {
  display: block;
  font-size: 14px;
}
#product_list .pagination ul li.current a {
  color: #1a1f26;
}
#product_list .pagination ul li a {
  color: #777;
}
#product_list .pagination ul li a:hover {
  color: #1a1f26;
}

.products-list .col-product {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 70px;
}
.products-list .product-miniature {
  display: flex;
  text-align: left;
}
.products-list .product-miniature:hover {
  box-shadow: none;
}
.products-list .product-miniature:hover .btn-group {
  display: none;
}
.products-list .product-miniature::before {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 0.1rem;
  background-color: #ebebeb;
  left: 0;
  right: 0;
}
.products-list .product-miniature .product-preview {
  width: 220px;
  min-width: 220px;
}
.products-list .product-miniature .product-preview .wrapp-buttons {
  display: none;
}
.products-list .product-miniature .product-preview .product-action {
  display: none;
}
.products-list .product-miniature .product-preview .specific_prices {
  display: none;
}
.products-list .product-miniature .product-link {
  font-size: 18px;
}
.products-list .product-miniature h3.product-title {
  padding-bottom: 3px;
}
.products-list .product-miniature .product-info {
  padding: 0 20px;
  text-align: left;
  transition: none;
  margin-top: -10px;
}
.products-list .product-miniature .product-info #review {
  display: none;
}
.products-list .product-miniature .product-info .category-name {
  display: inline-block;
}
.products-list .product-miniature .product-info .product_action {
  display: none !important;
}
.products-list .product-miniature .product-info .addToWishlist {
  display: inline-flex;
  position: absolute;
  right: 3.5rem;
  top: 2.8rem;
}
.products-list .product-miniature .product-info .variant-links {
  display: flex;
  position: static;
  margin-top: 0;
  justify-content: flex-start;
}
.products-list .product-miniature .product-list-action {
  display: flex;
  flex-direction: column;
  width: 166px;
  min-width: 166px;
}
.products-list .product-miniature .product-list-action .cart-button {
  padding-bottom: 4px;
  margin-bottom: 4px;
  padding-left: 21px;
  padding-right: 21px;
}
.products-list .product-miniature .product-list-action .cart-button:hover .text-addcart {
  margin-left: 7px;
}
.products-list .product-miniature .product-list-action .content_price {
  margin-left: 0;
  margin-bottom: 15px;
}
.products-list .product-miniature .product-list-action .content_price .price {
  display: inline-block;
}
.products-list .product-miniature .product-list-action .text-addcart {
  width: auto;
  font-size: 13px;
  line-height: 1;
  margin-left: 7px;
  transition: none;
  display: block;
}
.products-list .product-miniature .product-list-action a.product-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 11px;
}
.products-list .product-miniature .product-list-action a.product-btn svg {
  width: 24px;
  height: 24px;
}
.products-list .product-miniature .product-list-action a.product-btn span {
  margin-left: 9px;
}
.products-list .product-miniature .product-list-reviews {
  justify-content: flex-start;
}
.products-list .product-miniature .product-short-desc {
  display: block;
  font-size: 16px;
  margin-top: 16px;
  line-height: 25px;
}

.col-product {
  padding: 0 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 60px;
}

#category.home_9 .sidebar-column {
  margin-top: 2px;
}
#category.home_9 .breadcrumb-wrapper {
  margin-bottom: 40px;
}
#category.home_9 .breadcrumb-nav {
  margin-bottom: 0;
}
#category.home_9 #footer {
  margin-top: 7rem;
}

#search #footer {
  margin-top: 7rem;
}

#products-top {
  margin: 0;
  border: 0;
  padding: 0;
}
#products-top .page-pagination {
  display: none;
}
#products-top .pagination {
  margin: 0;
  padding: 0;
  border: 0;
  justify-content: center;
  margin-bottom: 20px;
}
#products-top .select-title {
  position: relative;
}
#products-top .sort-by {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#products-top .sort-by .inlude_sort_by {
  margin-right: 15px;
}
#products-top .sort-by .label-sort-by {
  font-weight: 400;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  margin-right: 1.6rem;
}
#products-top .block-pagination {
  display: block;
}

#special-block .product-miniature + .product-miniature {
  margin-top: 30px;
}

.block-custom-html {
  margin-top: 50px;
  text-align: center;
}
.block-custom-html .html-block:hover .banner-text .top-text::before {
  width: 100%;
}
.block-custom-html .html-block:hover .image img {
  width: 100%;
  transform: scale3d(1.1, 1.1, 1);
}
.block-custom-html .image {
  display: block;
  overflow: hidden;
}
.block-custom-html .image img {
  transition: transform 1s, -webkit-transform 1s;
}
.block-custom-html .banner-text {
  margin-top: 16px;
}
.block-custom-html .banner-text .top-text {
  font-size: 24px;
  font-weight: 800;
  color: #333;
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
}
.block-custom-html .banner-text .top-text::before {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 2px;
  transition: width 0.25s linear;
}
.block-custom-html .banner-text .bottom-text {
  font-size: 16px;
  color: #333;
}

.products-list .product-miniature .btn-group {
  display: none;
}

@media (min-width: 576px) {
  #content-wrapper #search_filters_wrapper {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .col-product {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-2 .products .col-product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-3 .products .col-product {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-4 .products .col-product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-5 .products .col-product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid-6 .products .col-product {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.sidebar-column .btn-close {
  position: absolute;
  top: 30px;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 800;
  color: #777;
  display: flex;
  align-items: center;
}
.sidebar-column .btn-close svg {
  color: #d0d0d0;
  margin-right: 8px;
}

@media (min-width: 992px) {
  #category.home_9 .sidebar-column .block-custom-html,
  #category.home_9 .sidebar-column .block-bestseller {
    display: block;
  }
}
@media (max-width: 991px) {
  #category.home_9 div#left-column,
  #category.home_9 div#right-column {
    position: fixed;
    width: 315px;
    max-width: 315px;
    height: 100%;
    background: #fff;
    top: 0;
    left: -315px;
    transition: left 0.3s;
    padding: 77px 30px 50px;
    overflow-y: auto;
    z-index: 10000;
  }
  #category.home_9 div#left-column .special-block,
  #category.home_9 div#right-column .special-block {
    display: none;
  }
  #products-top #search_filter_toggler {
    border: 0;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding: 0;
  }
  #products-top #search_filter_toggler svg {
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }
  #products-top .view-mode {
    display: block;
  }
  #products-top .inlude_sort_by {
    margin-right: 15px;
  }
  #products-top .sort-by {
    justify-content: flex-end;
  }
  #products-top .pagination {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .open-filter .bg-overlay {
    opacity: 1;
    visibility: visible;
  }
  .open-filter#category.home_9 div#left-column, .open-filter#category.home_9 div#right-column {
    left: 0;
  }
  .show-menu .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  #products-top .sort-by {
    justify-content: flex-end;
  }
  #products-top .sort-by .view-mode {
    display: none;
  }
}
.home_9 {
  /* Sticky bar */
}
.home_9 .facet-label a,
.home_9 .cat-item a {
  font-size: 14px;
}
.home_9 .facet ul.faceted-slider {
  font-size: 14px;
}
.home_9 #product .breadcrumb-wrapper {
  margin-bottom: 100px;
}
.home_9 .product-cover .zoom-icon svg {
  width: 24px;
  height: 24px;
  color: #333;
  transition: 0.2s all;
}
.home_9 .product-cover .zoom-icon svg:hover {
  color: #1a1f26;
}
.home_9 .product-images button {
  border: none;
  background-color: transparent;
}
.home_9 .product-images button:hover::before {
  color: #333;
}
.home_9 .product-images button::before {
  font-family: "aknay";
  font-size: 23px;
  color: #d0d0d0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.home_9 .product-images button.slick-prev::before {
  content: "\e903";
}
.home_9 .product-images button.slick-next::before {
  content: "\e902";
}
.home_9 .jms-videos.popup .icon-video {
  color: #ff0000;
  transition: color 0.2s;
}
.home_9 .jms-videos.popup .icon-video:hover {
  color: #333;
}
.home_9 .jms-videos.popup .icon-video svg {
  width: 30px;
  height: 30px;
}
.home_9 .jms-videos.popup iframe {
  max-width: 100%;
  border: 40px solid #fff;
}
.home_9 .jms-videos.popup a.popup-close {
  color: #d0d0d0;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
  transition: color 0.2s;
}
.home_9 .jms-videos.popup a.popup-close:hover {
  color: #333;
}
.home_9 #product-modal .modal-dialog {
  background-color: transparent;
}
.home_9 .accordion .panel-title {
  margin-bottom: 0;
}
.home_9 .accordion .panel-body {
  padding-top: 2rem;
}
.home_9 .product-description.panel-collapse {
  margin-bottom: 2rem;
}
.home_9 .product-description p {
  color: #777;
  margin-bottom: 0;
}
.home_9 .images-container.grid .product-images, .home_9 .images-container.thumbs-vertical .product-images {
  margin-left: -10px;
  margin-right: -10px;
}
.home_9 .images-container.grid .thumb-container, .home_9 .images-container.thumbs-vertical .thumb-container {
  margin-bottom: 2rem;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.home_9 .images-container.grid .thumb-container::after, .home_9 .images-container.thumbs-vertical .thumb-container::after {
  display: none;
}
.home_9 .images-container.grid .thumb-container > .thumb, .home_9 .images-container.thumbs-vertical .thumb-container > .thumb {
  border-color: #ebebeb;
}
.home_9 .product-images .thumb-container {
  position: relative;
  list-style-type: none;
}
.home_9 .productModal-carousel .owl-stage-outer {
  overflow: hidden;
}
.home_9 .product-layout-gallery .thumb-container,
.home_9 .product-layout-3columns .thumb-container {
  margin-bottom: 10px;
}
.home_9 .product-layout-gallery .thumb-container .thumb,
.home_9 .product-layout-3columns .thumb-container .thumb {
  width: 100%;
}
.home_9 .product-layout-gallery .mask > .row,
.home_9 .product-layout-3columns .mask > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.home_9 .product-layout-gallery .mask > .row .thumb-container,
.home_9 .product-layout-3columns .mask > .row .thumb-container {
  padding-left: 5px;
  padding-right: 5px;
}
.home_9 .product-layout-3columns .product-quantity .product-btn.cart-button {
  margin-right: 0;
  margin-bottom: 2rem;
}
.home_9 .product-layout-3columns .product-quantity .add {
  display: block;
}
.home_9 .product-layout-3columns .block-social {
  margin-top: 2rem;
}
.home_9 .product-layout-3columns .product-action {
  border: 1px solid #ebebeb;
  padding: 20px 20px;
}
.home_9 .pt-tabs-top01 {
  margin-top: 32px;
}
.home_9 .pt-tabs-top01 svg {
  width: 153px;
  height: 24px;
  color: #d0d0d0;
}
.home_9 .col-description {
  margin-top: 15px;
}
.home_9 .container-indent-tab {
  margin: 15px 0 0;
}
.home_9 .container-indent-tab .no-gutters .row {
  margin: 0;
}
.home_9 .container-indent-tab .no-gutters .col-sm-6 {
  padding: 0;
}
.home_9 .container-indent-tab + .container-indent-tab {
  margin-top: 45px;
}
.home_9 #more_info_block.tabs .tab-content {
  padding-top: 56px;
}
.home_9 #more_info_block.tabs > ul {
  position: relative;
}
.home_9 #more_info_block.tabs > ul::before {
  content: "";
  width: 1000%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home_9 #more_info_block.tabs > ul li + li {
  margin-left: 30px;
}
.home_9 #more_info_block.tabs > ul li a {
  padding: 0 20px;
  color: #333;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 800;
  padding: 0;
  position: relative;
  line-height: 52px;
  border: 0;
  border-bottom: 2px solid transparent;
}
.home_9 #more_info_block.tabs > ul li a.active {
  color: #1a1f26;
  border-bottom-color: #1a1f26;
}
.home_9 #more_info_block .tab-fullwidth-1 .pt-title {
  font-size: 24px;
  padding-bottom: 25px;
}
.home_9 #more_info_block .tab-fullwidth-1 .pt-list-dot li,
.home_9 #more_info_block .tab-fullwidth-1 .pt-list-number li {
  margin: 0;
  display: block;
}
.home_9 #more_info_block .tab-fullwidth-1 .pt-list-dot li a,
.home_9 #more_info_block .tab-fullwidth-1 .pt-list-number li a {
  font-weight: 400;
  line-height: 28px;
  color: #777;
  text-transform: initial;
}
.home_9 #more_info_block .tab-fullwidth-1 .pt-list-dot li a:hover,
.home_9 #more_info_block .tab-fullwidth-1 .pt-list-number li a:hover {
  color: #1a1f26;
}
.home_9 #more_info_block .tab-fullwidth-1 dl dt {
  font-size: 24px;
  line-height: 35px;
  color: #333333;
  font-weight: 800;
  padding: 0 0 20px 0;
}
.home_9 #more_info_block .tab-fullwidth-1 dl dt:not(:first-child) {
  margin-top: 39px;
}
.home_9 #more_info_block .tab-fullwidth-1 .pt-list-number {
  margin-top: 23px;
}
.home_9 #more_info_block .tab-fullwidth-1 .row.pt-col-smallindent {
  margin: 0 -5px;
}
.home_9 #more_info_block .tab-fullwidth-1 .row.pt-col-smallindent .col-md-12 {
  margin-bottom: 10px;
}
.home_9 #more_info_block .tab-fullwidth-1 .row.pt-col-smallindent > div {
  padding: 0 5px;
}
.home_9 .block-fullwidth {
  margin-top: 45px;
  margin-bottom: 100px;
}
.home_9 .block-fullwidth ~ .container .line {
  display: none;
}
.home_9 .block-fullwidth #more_info_block .panel-body {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.home_9 .block-fullwidth #more_info_block .panel.panel-default {
  border-bottom: 1px solid #ebebeb;
}
.home_9 .block-fullwidth #more_info_block .panel-title {
  padding-left: 15px;
  padding-right: 15px;
}
.home_9 .block-fullwidth #more_info_block .panel-title > a .pt-icon {
  display: none;
}
.home_9 #product .product-name {
  text-transform: initial;
}
.home_9 .product-name {
  text-transform: initial;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}
.home_9 .rating {
  margin-bottom: 27px;
}
.home_9 .product-comments-additional-info .comments-note {
  color: #1a1f26;
  font-weight: 800;
}
.home_9 .product-prices.content_price .old.price {
  font-size: 24px;
  margin-bottom: 0;
  text-decoration: line-through;
  margin-right: 5px;
}
.home_9 .product-prices.content_price .old.price + .price.new {
  color: #76777A;
}
.home_9 .product-prices.content_price .price.new {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0;
  color: #1a1f26;
}
.home_9 .product-prices.content_price #jms_productvideo {
  margin-top: 2rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.home_9 .product-information .blockreassurance_product {
  margin-top: 43px;
}
.home_9 .product-information .other-info {
  font-size: 16px;
  line-height: 25px;
}
.home_9 .product-information .other-info label {
  margin-bottom: 0;
}
.home_9 .product-information .other-info > li .editable {
  font-weight: 800;
  color: #333;
  text-transform: capitalize;
}
.home_9 .product-information .specific_prices {
  margin-bottom: 3rem;
}
.home_9 .product-information .specific_prices .countdown-section {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0.3rem;
  min-width: 5.15rem;
  line-height: 1;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background-color: rgba(204, 102, 102, 0.85);
}
.home_9 .product-information .specific_prices .countdown-section .countdown-amount {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
  padding-right: 0;
}
.home_9 .product-information .specific_prices .countdown-section .countdown-period {
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_9 .product-information .specific_prices .countdown-section:not(:last-child) {
  margin-right: 1.6rem;
}
.home_9 .product-information .specific_prices .countdown-section:not(:last-child)::after {
  color: #333333;
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 0.6rem;
  margin-top: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.home_9 .blockreassurance_product {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
.home_9 .blockreassurance_product > div {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 20px;
}
.home_9 .blockreassurance_product > div:hover .block-title::before {
  width: 100%;
}
.home_9 .blockreassurance_product .block-title {
  margin-bottom: 0;
  position: relative;
}
.home_9 .blockreassurance_product .block-title::before {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 2px;
  transition: width 0.25s linear;
}
.home_9 .blockreassurance_product .item-product {
  width: 25px;
  height: 25px;
  padding-top: 0;
  margin-right: 7px;
}
.home_9 .product-variants-item .input-radio + span {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  transition: 0.2s all;
  z-index: 0;
}
.home_9 .product-variants-item .input-radio:checked + span, .home_9 .product-variants-item .input-radio:hover + span {
  position: relative;
  border: 2px solid #333;
}
.home_9 .product-variants,
.home_9 .product-customization-item {
  font-size: 16px;
  margin: 20px 0 10px;
}
.home_9 .product-variants .select-option.bar,
.home_9 .product-customization-item .select-option.bar {
  display: none;
}
.home_9 .product-variants ul li + li,
.home_9 .product-customization-item ul li + li {
  margin-left: 6px;
}
.home_9 .product-variants .collapse .radio-label,
.home_9 .product-customization-item .collapse .radio-label {
  font-weight: 800;
  color: #333;
  margin-left: 5px;
}
.home_9 .product-variants .select-option,
.home_9 .product-customization-item .select-option {
  position: relative;
}
.home_9 .product-variants .select-option::before,
.home_9 .product-customization-item .select-option::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.home_9 .product-variants .select-option::after,
.home_9 .product-customization-item .select-option::after {
  font-family: "aknay";
  font-size: 14px;
  line-height: 1;
  content: "\e903";
  width: 12px;
  height: 7px;
  line-height: 1;
  right: 18px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  color: #d0d0d0;
  pointer-events: none;
}
.home_9 .product-variants .select-option select,
.home_9 .product-customization-item .select-option select {
  color: #333;
  height: 44px;
  font-weight: 800;
  margin-bottom: 0;
  padding: 9px 50px 7px 18px;
  background: transparent;
  border: 1px solid #ebebeb;
  min-width: 270px;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.home_9 .product-add-to-cart .bootstrap-touchspin,
.home_9 .cart-overview .bootstrap-touchspin {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  background: #f8f8f8;
  width: 138px;
}
.home_9 .product-add-to-cart .cart-button,
.home_9 .cart-overview .cart-button {
  height: 54px;
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 20px;
}
.home_9 .product-add-to-cart .cart-button svg,
.home_9 .cart-overview .cart-button svg {
  width: 24px;
  height: 24px;
}
.home_9 .product-add-to-cart #quantity_wanted,
.home_9 .cart-overview #quantity_wanted {
  width: 100%;
  height: 54px;
  border: 0;
  text-align: center;
  background: transparent;
  font-size: 20px;
  font-weight: 800;
  padding: 0 50px;
  color: #333;
}
.home_9 .product-add-to-cart .btn-touchspin,
.home_9 .cart-overview .btn-touchspin {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 9;
}
.home_9 .product-add-to-cart .btn-touchspin:hover svg,
.home_9 .cart-overview .btn-touchspin:hover svg {
  color: #1a1f26;
}
.home_9 .product-add-to-cart .btn-touchspin svg,
.home_9 .cart-overview .btn-touchspin svg {
  color: #d0d0d0;
  transition: color 0.2s;
}
.home_9 .product-add-to-cart .btn-touchspin i,
.home_9 .cart-overview .btn-touchspin i {
  display: none;
}
.home_9 .product-add-to-cart .btn-touchspin::before,
.home_9 .cart-overview .btn-touchspin::before {
  font-family: "aknay";
  line-height: 1;
}
.home_9 .product-add-to-cart .bootstrap-touchspin-up,
.home_9 .cart-overview .bootstrap-touchspin-up {
  right: 0;
}
.home_9 .product-add-to-cart .bootstrap-touchspin-down,
.home_9 .cart-overview .bootstrap-touchspin-down {
  left: 0;
}
.home_9 .product-quantity {
  display: block;
}
.home_9 .product-quantity .text-addcart {
  width: auto;
  line-height: normal;
  font-size: 13px;
  margin-left: 7px;
}
.home_9 .guaranteed {
  margin-top: 48px;
  padding: 11px 0;
  border: 1px solid #ebebeb;
  position: relative;
}
.home_9 .guaranteed img {
  margin: 0 auto;
}
.home_9 .guaranteed span {
  font-size: 18px;
  line-height: 21px;
  padding: 0 15px;
  background: #fff;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 280px;
  font-weight: 800;
  color: #333;
  text-transform: capitalize;
}
.home_9 #more_info_block .panel-group {
  margin-bottom: 0;
}
.home_9 #more_info_block .panel.panel-default {
  padding: 15px 0;
  border: 0;
  margin-top: 0;
  box-shadow: none;
}
.home_9 #more_info_block .panel-title {
  padding: 0;
}
.home_9 #more_info_block .panel-title > a:hover {
  color: #1a1f26;
}
.home_9 #more_info_block .panel-title > a.collapsed .pt-icon {
  top: 0;
  transform: scale(1);
}
.home_9 #more_info_block .panel-title > a .pt-icon {
  margin-left: 4px;
  display: inline-block;
  transform: scale(1, -1);
  transition: 0.15s all;
  position: relative;
  top: 2px;
}
.home_9 #more_info_block .panel-title > a svg {
  width: 12px;
  height: 7px;
}
.home_9 #more_info_block .panel-body {
  border-top: 0;
  padding: 0;
  margin-top: -4px;
}
.home_9 #more_info_block .panel-heading {
  border: 0;
  padding: 0;
  background: transparent;
}
.home_9 #more_info_block .panel-heading h4 {
  padding: 0;
}
.home_9 #more_info_block .panel-heading a {
  font-size: 18px;
  font-weight: 800;
  position: relative;
  display: block;
  color: #1a1f26;
  line-height: 24px;
}
.home_9 #more_info_block .panel-heading a.collapsed {
  color: #333;
}
.home_9 #more_info_block .panel-heading a.collapsed:hover {
  color: #1a1f26;
}
.home_9 #more_info_block .panel-heading a.collapsed i {
  transform: rotate(0);
}
.home_9 #more_info_block .panel-heading a i {
  position: absolute;
  right: -6px;
  top: 1px;
  transform: rotate(45deg);
  transition: 0.4s all;
}
.home_9 #more_info_block .panel-body {
  margin-top: 24px;
  color: #777;
}
.home_9 #more_info_block .panel-body label + span {
  color: #333;
}
.home_9 #more_info_block .product-description ul {
  margin-bottom: 0;
  margin-top: 21px;
}
.home_9 #more_info_block .product-description p {
  margin-bottom: 20px;
}
.home_9 #more_info_block #product-comments-list-header .ratings-text {
  display: none;
}
.home_9 #more_info_block #product-comments-list-header .grade-stars .star-content {
  left: 15px;
}
.home_9 #product-comments .product-comment-list-item h4 {
  font-size: 18px;
  color: #333;
  font-weight: 800;
  padding-bottom: 0;
  margin-bottom: 3px;
}
.home_9 #product-comments .comment-buttons {
  width: 100%;
  display: block;
}
.home_9 #product-comments .comment-buttons::after {
  content: "";
  display: table;
  clear: both;
}
.home_9 #product-comments .comment-buttons .useful-review,
.home_9 #product-comments .comment-buttons .not-useful-review {
  display: none;
}
.home_9 #product-comments .comment-buttons .report-abuse {
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 800;
  color: #333;
  display: inline-block;
  position: relative;
  margin-top: 3px;
}
.home_9 #product-comments .comment-buttons .report-abuse::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 1px;
  transition: width 0.25s linear;
}
.home_9 #product-comments .comment-buttons .report-abuse::before {
  width: 100%;
}
.home_9 #product-comments .comment-buttons .report-abuse:hover::before {
  width: 0;
}
.home_9 #product-comments .comment-date {
  display: flex;
  font-size: 14px;
  color: #333;
  font-weight: 800;
  margin-bottom: 6px;
}
.home_9 #product-comments .comment-date span {
  font-weight: 400;
  margin-right: 5px;
  margin-left: 1px;
}
.home_9 #product-comments .comments-note {
  color: #777;
  font-size: 14px;
}
.home_9 #product-comments .comments-note span {
  position: relative;
  bottom: 3px;
  right: 5px;
}
.home_9 #product .line {
  padding: 152px 0 43px;
}
.home_9 .line {
  position: relative;
}
.home_9 .line::before {
  content: "";
  width: 1000%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home_9 .same-category {
  padding: 0 5px;
}
.home_9 .same-category .title {
  margin-bottom: 32px;
}
.home_9 #sticky-bar {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0 30px;
  background-color: #f8f8f8;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}
.home_9 #sticky-bar.hidden {
  opacity: 0;
  visibility: hidden;
}
.home_9 #sticky-bar .product-title {
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  font-weight: 400;
}
.home_9 #sticky-bar .price {
  line-height: 22px;
}
.home_9 #sticky-bar .price.old + .price.new {
  color: #76777A;
}
.home_9 #sticky-bar .price.new {
  color: #1a1f26;
  font-weight: 800;
}
.home_9 #sticky-bar .col-right form {
  display: flex;
  align-items: center;
}
.home_9 #sticky-bar .col-right form > * {
  display: none;
}
.home_9 #sticky-bar .col-right form .product-add-to-cart {
  display: block;
}
.home_9 #sticky-bar .col-right form .product-add-to-cart .product-variants {
  display: none;
}
.home_9 #sticky-bar .col-right form .product-variants-item .input-radio + span {
  width: 28px;
  height: 28px;
  background-color: #fff;
}
.home_9 #sticky-bar .col-right form .product-variants-item .input-radio {
  width: 28px;
  height: 28px;
}
.home_9 #sticky-bar .col-right form .product-variants,
.home_9 #sticky-bar .col-right form .product-customization-item {
  display: flex;
  align-items: center;
}
.home_9 #sticky-bar .col-right form .product-variants .control-label,
.home_9 #sticky-bar .col-right form .product-customization-item .control-label {
  display: none;
}
.home_9 #sticky-bar .col-right form .product-variants .product-variants-item,
.home_9 #sticky-bar .col-right form .product-customization-item .product-variants-item {
  margin-bottom: 0;
  margin-right: 15px;
}
.home_9 #sticky-bar .col-right form .product-variants .select-option.bar,
.home_9 #sticky-bar .col-right form .product-customization-item .select-option.bar {
  display: inline-block;
}
.home_9 #sticky-bar .col-right form .product-variants .select-option select,
.home_9 #sticky-bar .col-right form .product-customization-item .select-option select {
  min-width: 120px;
  background-color: #fff;
}
.home_9 #sticky-bar .col-right form .product-variants .right-group,
.home_9 #sticky-bar .col-right form .product-customization-item .right-group {
  display: none;
}
.home_9 #sticky-bar .product-cover {
  margin-right: 2rem;
}
.home_9 #sticky-bar .product-cover img {
  max-width: 60px;
}
.home_9 #sticky-bar .product-prices.content_price > * {
  display: none;
}
.home_9 #sticky-bar .product-prices.content_price .price {
  display: inline-block;
}
.home_9 #sticky-bar .product-prices.content_price .price.new {
  font-size: 1.6rem;
}
.home_9 #sticky-bar .product-prices.content_price .price.old {
  font-size: 1.4rem;
}
.home_9 #sticky-bar #product-availability {
  display: none;
}
.home_9 #sticky-bar #quantity_wanted {
  max-width: 4.8rem;
  padding: 0 1rem;
  height: 44px;
}
.home_9 #sticky-bar .product-quantity {
  display: block;
  align-items: center;
}
.home_9 #sticky-bar .product-quantity .control-label {
  display: none;
}
.home_9 #sticky-bar .product-quantity .qty {
  margin-bottom: 0;
  margin-right: 10px;
}
.home_9 #sticky-bar .product-quantity .product-btn.cart-button {
  margin-bottom: 0;
}
.home_9 #sticky-bar .product-add-to-cart .bootstrap-touchspin {
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.home_9 #sticky-bar .product-add-to-cart .btn-touchspin {
  width: 44px;
  height: 44px;
}
.home_9 #sticky-bar .product-add-to-cart .btn-touchspin:hover svg {
  color: #1a1f26;
}
.home_9 #sticky-bar .cart-button {
  padding: 5px 20px 4px;
  height: 44px;
}
.home_9 #sticky-bar .cart-button .icon-cart {
  display: none;
}
.home_9 #sticky-bar .cart-button .text-addcart {
  margin-left: 0;
}
.home_9 #sticky-bar .addToWishlist {
  display: none;
}
.home_9 #product-modal {
  display: block;
  opacity: 0;
  visibility: visible;
  z-index: -1;
}
.home_9 #product-modal.fade {
  transition: none;
}
.home_9 #product-modal.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s linear;
  z-index: 99999;
}
.home_9 #product-modal .modal-body {
  padding: 0;
}
.home_9 #product-modal .modal-content {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.home_9 #product-modal .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 572px;
}
.home_9 #product-modal.modal.fade .modal-dialog {
  top: 50%;
  transform: translate(0, -60%);
}
.home_9 #product-modal.modal.show .modal-dialog {
  top: 50%;
  transform: translate(0, -50%);
}
.home_9 #product-modal .thumb {
  width: 100%;
}
.home_9 #product-modal .owl-theme .owl-controls div {
  top: 50%;
}
.home_9 #product-modal .owl-theme .owl-controls div.owl-prev {
  left: 25px;
}
.home_9 #product-modal .owl-theme .owl-controls div.owl-next {
  right: 25px;
}
.home_9 .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.home_9 .image-mobile-carousel.owl-carousel .owl-nav button {
  background-color: #fff;
}
.home_9 .image-mobile-carousel.owl-carousel .owl-nav button:hover, .home_9 .image-mobile-carousel.owl-carousel .owl-nav button:focus {
  background-color: #333;
}
.home_9 .image-mobile-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.home_9 .image-mobile-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.home_9 .page-index .zoomContainer {
  display: none !important;
}
.home_9.layout-deportivo-alaves .product-customization-fields {
  font-family: "LaLiga", "Open Sans", sans-serif;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  top: 145px;
}
.home_9.layout-deportivo-alaves .product-customization-fields.product-customization-dark {
  color: #000;
}
.home_9.layout-deportivo-alaves .product-customization-fields [data-index="0"] {
  font-size: 32px;
  min-height: 23px;
  margin-bottom: 90px;
}
.home_9.layout-deportivo-alaves .product-customization-fields [data-index="0"] span {
  width: 20px;
  height: 125px;
  position: absolute;
  left: 47%;
  top: 0;
  transform-origin: bottom center;
}
.home_9.layout-deportivo-alaves .product-customization-fields [data-index="1"] {
  font-size: 162px;
  margin-top: 10px;
}
.home_9.layout-baskonia .product-customization-fields {
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  top: 130px;
}
.home_9.layout-baskonia .product-customization-fields.product-customization-dark {
  -webkit-text-stroke: 1px #0a2240;
  position: absolute;
  top: 115px;
}
.home_9.layout-baskonia .product-customization-fields.product-customization-light {
  -webkit-text-stroke: 2px #fff;
}
.home_9.layout-baskonia .product-customization-fields [data-index="0"] {
  font-size: 29px;
  letter-spacing: 0.03em;
  min-height: 40px;
  font-family: "Moonshiner", "Open Sans", sans-serif;
  color: #0a2240;
}
.home_9.layout-baskonia .product-customization-fields [data-index="1"] {
  font-size: 135px;
  margin-top: 70px;
  color: #ce0e2d;
  font-family: "Hudson";
}
@media (min-width: 1200px) {
  .home_9 .product-detail .pd-left-content {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .home_9 .images-container.grid .thumb-container,
  .home_9 .images-container.thumbs-vertical .thumb-container {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .home_9 .inner-wrapper-sticky {
    position: static !important;
    top: auto !important;
    width: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  .home_9 .zoomContainer {
    display: none;
  }
}
@media (max-width: 991px) {
  .home_9 #sticky-bar .col-right form .product-variants {
    display: none;
  }
  .home_9 #product .line {
    padding: 50px 0 43px;
  }
}
@media (max-width: 767px) {
  .home_9 .product-layout-3columns .pb-right-column > .row {
    position: static !important;
    top: auto !important;
    width: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  .home_9 #product .breadcrumb-wrapper {
    margin-bottom: 10px;
  }
  .home_9 #product .line {
    padding: 30px 0;
  }
  .home_9 .same-category .title {
    font-size: 24px;
  }
  .home_9 #sticky-bar .product-cover {
    margin-right: 1rem;
  }
  .home_9 #sticky-bar .product-cover img {
    max-width: 50px;
  }
  .home_9 #sticky-bar .product-title {
    display: none;
  }
  .home_9 #sticky-bar .cart-button {
    padding: 0 10px;
  }
  .home_9 #sticky-bar .cart-button .icon-cart {
    display: block;
  }
  .home_9 #sticky-bar .cart-button span {
    display: none;
  }
  .home_9 #sticky-bar .product-add-to-cart .bootstrap-touchspin {
    width: 75px;
  }
  .home_9 #sticky-bar .product-add-to-cart .btn-touchspin {
    width: 30px;
  }
}
@media (max-width: 575px) {
  .home_9 .jms-videos.popup a.popup-close {
    right: 4px;
    top: -4px;
  }
  .home_9 .jms-videos.popup iframe {
    height: auto !important;
    border-width: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 800;
}

.demo-typography h1, .demo-typography h2, .demo-typography h3, .demo-typography h4, .demo-typography h5, .demo-typography h6 {
  padding-bottom: 0;
}

.pt-base-color {
  color: #1a1f26;
}

.pt-title-subpages {
  font-size: 36px;
  line-height: 43px;
  font-weight: 800;
  margin-top: -7px;
}

h4 {
  font-size: 24px;
  line-height: 35px;
}

h1 {
  font-size: 64px;
  line-height: 77px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 36px;
  line-height: 43px;
}

h4 {
  font-size: 24px;
  line-height: 35px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 23px;
}

.demo-typography {
  margin-top: 11px;
}

.demo-typography .pt-title-subpages + h4 {
  margin-top: 37px;
}

.demo-typography h4 + h1 {
  margin-top: 12px;
}

.demo-typography h1 + h2 {
  margin-top: -14px;
}

.demo-typography h2 + h3 {
  margin-top: -10px;
}

.demo-typography h3 + h4 {
  margin-top: -5px;
}

.demo-typography h4 + h5 {
  margin-top: 2px;
}

.demo-typography h5 + h6 {
  margin-top: 9px;
}

.demo-typography h6 + p {
  margin-top: 9px;
}

.demo-typography p + .text-md {
  margin-top: 22px;
}

.text-md {
  font-size: 16px;
  line-height: 25px;
}

.demo-typography p + .text-sm {
  margin-top: 26px;
}

.text-sm {
  font-size: 14px;
  line-height: 22px;
}

.demo-typography .title-top {
  margin-top: 40px;
}

.demo-typography .pt-list-top {
  margin-top: 22px;
}

.pt-list-dot > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -4px 0 0 24px;
}

.pt-list-dot > li ul > li {
  position: relative;
  padding: 4px 0 0 11px;
}

.pt-list-dot > li ul > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #777777;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0px;
  border-radius: 50%;
}

.pt-list-number ol {
  padding: 0px 0 0px 34px;
  counter-reset: li;
  list-style: none;
}

.demo-typography .pt-list-top02 {
  margin-top: 38px;
}

.pt-blockquote {
  position: relative;
}

.pt-blockquote .pt-main-text {
  display: inline-block;
  font-size: 24px;
  line-height: 35px;
  color: #333333;
  font-weight: 800;
  margin-bottom: 0;
}

.pt-blockquote::before {
  font-family: "aknay";
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 1px;
  color: #333333;
  font-weight: 800;
  font-size: 19px;
  line-height: 1;
}

.pt-blockquote .pt-description {
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
  margin-top: 18px;
  font-weight: 800;
}

.demo-typography h4 + table {
  margin-top: 12px;
}

.pt-list-number {
  counter-reset: li;
  margin-bottom: 0;
  margin-top: 22px;
}
.pt-list-number:not(.indent-left-none) {
  margin-left: 43px;
}
.pt-list-number li::before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  color: #777;
}
.pt-list-number li a {
  color: #777;
}
.pt-list-number li a:hover {
  color: #1a1f26;
}

.pt-list-dot {
  margin-top: 22px;
}
.pt-list-dot:not(.indent-left-none) {
  margin-left: 43px;
}
.pt-list-dot > li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding: 0 0 0 11px;
  color: #777;
}
.pt-list-dot > li a {
  color: #777;
}
.pt-list-dot > li a:hover {
  color: #1a1f26;
}
.pt-list-dot > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #777;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

blockquote {
  padding-left: 60px;
  border-left: solid 2px transparent;
}

.pt-table-04 {
  width: 100%;
}

.pt-table-04 thead {
  background-color: #333333;
  color: #ffffff;
}

.pt-table-04.pt-table-col-3 td, .pt-table-04.pt-table-col-3 th {
  width: 30%;
}

.pt-table-04 thead th {
  font-weight: 800;
}

.pt-table-04 tbody tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.pt-table-04 thead th, .pt-table-04 thead td, .pt-table-04 tbody th, .pt-table-04 tbody td {
  padding: 12px 19px 11px;
  font-size: 16px;
  line-height: 1.1;
}

.pt-table-04 thead th:not(:first-child) {
  border-left: 1px solid #EBEBEB;
}

.pt-table-04 tbody tr td:not(:first-child) {
  border-left: 1px solid #EBEBEB;
}

.pt-table-04 strong {
  color: #333333;
}

.demo-typography table + table {
  margin-top: 40px;
}

.demo-typography .form-control.form-control-focus {
  border-color: transparent;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(51, 51, 51, 0.08);
}

.form-default .pt-disabled {
  pointer-events: none;
  opacity: 0.5;
  user-select: none;
}

.form-default .form-control.is-invalid {
  border: 1px solid #dc3545;
}

.form-default .form-control.is-invalid:focus {
  border-color: transparent;
}

.form-default .invalid-feedback {
  margin-top: 2px;
  font-size: 14px;
  line-height: 24px;
}

.form-default .form-group {
  margin-bottom: 23px;
  position: relative;
}

.form-default .form-group label:not(.error) {
  font-size: 16px;
  color: #777777;
  padding-bottom: 1px;
  margin-bottom: 0;
}

.form-control.is-invalid {
  margin-bottom: 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

#inputErrorFocused {
  border-color: transparent;
  box-shadow: 0px 2px 12px rgba(51, 51, 51, 0.08);
}

.demo-typography .pt-list-top02 {
  margin-top: 38px;
}

.demo-typography h4 + .row {
  margin-top: 5px;
}

.list-form-row {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-form-row .checkbox-group {
  margin: 0;
}

.list-form-row li:not(:first-child) {
  margin-top: 7px;
}

.checkbox-group.size-md label {
  font-size: 16px;
  line-height: 23px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
}

.checkbox-group input[type=checkbox] {
  display: none;
}

.checkbox-group label .check {
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 10;
  background: transparent;
  width: 20px;
  height: 20px;
  line-height: 1;
  transform: scale(0);
}

.checkbox-group label {
  cursor: pointer;
}

.checkbox-group label .check {
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 10;
  background: transparent;
  width: 20px;
  height: 20px;
  line-height: 1;
  transform: scale(0);
}

.checkbox-group:hover label .box {
  border-color: #333333;
}

.checkbox-group.pt-demo-border label .box {
  border-color: #333333 !important;
}

.checkbox-group input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  transform: scale(1);
}

.checkbox-group label .check::before {
  display: block;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS4xNjY2N0w2LjM4NDYyIDExTDE1IDEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjYiLz4KPC9zdmc+Cg==");
  position: relative;
  left: 2px;
  top: 4px;
}

.checkbox-group.size-md label .box {
  top: 1px;
}

.checkbox-group label .box {
  background: transparent;
  height: 20px;
  width: 20px;
  z-index: 9;
  border: 1px solid #EBEBEB;
}

.checkbox-group label span {
  display: block;
  position: absolute;
  left: 0;
  transition-duration: 0.12s;
}

.checkbox-group.pt-disabled {
  pointer-events: none;
  user-select: none;
}

.checkbox-group.pt-disabled .check, .checkbox-group.pt-disabled .box {
  opacity: 0.5 !important;
}

.radio {
  display: block;
  cursor: pointer;
  margin: 0 0 6px !important;
  font-size: 16px;
  transition: all 0.15s linear;
  color: #777777;
}

.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio .outer {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 3px 23px 0 0;
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.radio .inner {
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  display: block;
  background-color: #333333;
  opacity: 0;
  position: relative;
  border-radius: 50%;
  transition: all 0.2s linear;
  transform: scale(0);
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio.pt-demo-border .outer {
  border-color: #333333;
}

.radio.pt-demo-border .outer {
  border-color: #333333;
}

.radio.pt-disabled {
  pointer-events: none;
  user-select: none;
}

.radio.pt-disabled .inner {
  opacity: 0.5 !important;
}

.demo-btn .item:not(:first-child) {
  margin-top: 10px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-lg {
  height: 54px;
  padding: 5px 30px 4px;
  border-radius: 0;
  font-size: 13px !important;
}

.btn .pt-icon svg, .btn-link .pt-icon svg {
  width: 24px;
  height: 24px;
}

.btn .pt-icon, .btn-link .pt-icon {
  margin-right: 10px;
  display: inline-flex;
  position: relative;
  top: -2px;
}

.btn.btn-border.btn-lg {
  height: 54px;
  padding: 5px 30px 4px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
}

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

.btn.btn-border::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  transition: all 0.2s;
}

.btn.btn-border:hover::before {
  border-width: 2px;
  border-color: #333333;
}

.btn.pt-base-dark-color {
  background: #333333;
  color: #ffffff;
}
.btn.pt-base-dark-color:hover {
  background: #1a1f26;
}

.btn-link.btn-lg {
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 800;
  color: #333;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4.5px 0;
}
.btn-link.btn-lg:hover .pt-text::before {
  width: 100% !important;
}
.btn-link.btn-lg .pt-text {
  position: relative;
}
.btn-link.btn-lg .pt-text::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 2px;
  transition: width 0.25s linear;
}

.demo-icon {
  margin-left: -20px;
  margin-top: -20px;
}
.demo-icon::after {
  content: "";
  display: table;
  clear: both;
}

.demo-icon .item {
  color: #333333;
  float: left;
  width: 6%;
  margin-left: 20px;
  margin-top: 20px;
}

.demo-icon .item:not(.pt-icon-size-lg):not(.pt-icon-size-xl):not(.pt-icon-size-md) svg {
  width: 24px;
  height: 24px;
}

.demo-icon .item.pt-icon-size-lg svg {
  width: 75px;
  height: 24px;
}

.demo-icon .item.item-separator {
  width: 100%;
}

.demo-icon .item.pt-icon-size-xl svg {
  width: 150px;
  height: 24px;
}

.demo-icon .item.pt-icon-size-md svg {
  width: 60px;
  height: 24px;
}

.demo-icon .item svg + svg {
  margin-left: 20px;
}

.pt-svg-sprite {
  display: none;
}

.pt-promo-box {
  margin-top: 11px;
  position: relative;
  overflow: hidden;
  max-width: 370px;
}
.pt-promo-box:hover .image-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.pt-promo-box:hover .pt-description .pt-title-large::before {
  width: 100%;
}
.pt-promo-box .image-box img {
  width: 100%;
  transition: transform 1s, -webkit-transform 1s;
}
.pt-promo-box .pt-description {
  position: absolute;
  top: 33px;
  left: 38px;
  right: 35px;
  color: #fff;
}
.pt-promo-box .pt-description .pt-title-small {
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  transition: color 0.2s;
}
.pt-promo-box .pt-description .pt-title-large {
  font-size: 36px;
  line-height: 43px;
  font-weight: 800;
  margin: 8px 0 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  transition: color 0.2s;
}
.pt-promo-box .pt-description .pt-title-large::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #fff;
  height: 2px;
  transition: width 0.25s linear;
}

#cms.home_9 .breadcrumb-wrapper {
  margin-bottom: 50px;
}
#cms.home_9 #footer {
  margin-top: 100px;
}

.pt-about {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
}
.pt-about .pt-img {
  padding-right: 0;
}
.pt-about .pt-img-content {
  position: relative;
}
.pt-about .pt-img-main {
  width: 80.4%;
}
.pt-about .loading {
  width: 100%;
}
.pt-about .pt-img-sub {
  position: absolute;
  right: 0;
  bottom: -84px;
}
.pt-about .pt-description {
  padding-left: 130px;
}
.pt-about .pt-description .pt-title {
  font-size: 36px;
  line-height: 43px;
  color: #333;
  font-weight: 800;
  padding-bottom: 31px;
}

.shipping-return,
#privacy-policy,
#terms {
  max-width: 770px;
  margin: auto;
}
.shipping-return p,
#privacy-policy p,
#terms p {
  margin: 16px 0 0 0px;
}
.shipping-return p + [class^=pt-list],
#privacy-policy p + [class^=pt-list],
#terms p + [class^=pt-list] {
  margin-top: 22px;
}
.shipping-return h3,
#privacy-policy h3,
#terms h3 {
  text-align: center;
  padding-bottom: 37px;
}
.shipping-return .jms-tab,
#privacy-policy .jms-tab,
#terms .jms-tab {
  padding-top: 0;
  padding-bottom: 37px;
  justify-content: center;
}
.shipping-return .jms-tab ul li:not(:last-child)::after,
#privacy-policy .jms-tab ul li:not(:last-child)::after,
#terms .jms-tab ul li:not(:last-child)::after {
  content: "/";
  font-size: 36px;
  font-weight: 800;
  display: inline-block;
  color: #ebebeb;
}
.shipping-return .jms-tab ul li a,
#privacy-policy .jms-tab ul li a,
#terms .jms-tab ul li a {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 800;
  padding: 5px 12px;
}
.shipping-return .jms-tab ul li a.active,
#privacy-policy .jms-tab ul li a.active,
#terms .jms-tab ul li a.active {
  color: #1a1f26;
}
.shipping-return dl.pt-type-01 dd > :nth-child(1),
#privacy-policy dl.pt-type-01 dd > :nth-child(1),
#terms dl.pt-type-01 dd > :nth-child(1) {
  margin-top: 0;
}
.shipping-return dl.pt-type-01 dt,
#privacy-policy dl.pt-type-01 dt,
#terms dl.pt-type-01 dt {
  font-size: 24px;
  line-height: 35px;
  color: #333;
  font-weight: 800;
  padding-bottom: 20px;
}
.shipping-return dl.pt-type-01 dt:not(:first-child),
#privacy-policy dl.pt-type-01 dt:not(:first-child),
#terms dl.pt-type-01 dt:not(:first-child) {
  margin-top: 38px;
}

.pt-list-number {
  counter-reset: li;
  margin-bottom: 0;
  margin-top: 22px;
}
.pt-list-number:not(.indent-left-none) {
  margin-left: 43px;
}
.pt-list-number li::before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  color: #777;
}
.pt-list-number li a {
  color: #777;
}
.pt-list-number li a:hover {
  color: #1a1f26;
}

.pt-list-dot {
  margin-top: 22px;
}
.pt-list-dot:not(.indent-left-none) {
  margin-left: 43px;
}
.pt-list-dot > li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding: 0 0 0 11px;
  color: #777;
}
.pt-list-dot > li a {
  color: #777;
}
.pt-list-dot > li a:hover {
  color: #1a1f26;
}
.pt-list-dot > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #777;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

.page-not-found {
  padding: 33px 0 82px;
}
.page-not-found .not-found {
  display: none;
  text-align: center;
}
.page-not-found .pt-title-02 {
  color: #ebebeb;
  font-size: 36px;
  line-height: 43px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}
.page-not-found .pt-title.pt-size-large {
  font-size: 64px;
  line-height: 77px;
  margin-top: 16px;
  color: #333;
  font-weight: 800;
  padding-bottom: 0;
}
.page-not-found .pt-title.pt-size-large + p {
  margin-top: 25px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}
.page-not-found .pt-title.pt-size-large + p .pt-link {
  position: relative;
  color: #1a1f26;
}
.page-not-found .pt-title.pt-size-large + p .pt-link::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #1a1f26;
  height: 1px;
  transition: width 0.25s linear;
}
.page-not-found .pt-title.pt-size-large + p .pt-link::before {
  width: 100%;
}
.page-not-found .pt-title.pt-size-large + p .pt-link:hover::before {
  width: 0;
}

#search .category-title {
  display: none;
}
#search .search-not-found {
  display: block;
}
#search .page-not-found svg {
  width: 119px;
  height: 119px;
  color: #ebebeb;
  margin-bottom: 35px;
}
#search .page-not-found h4 {
  font-size: 36px;
  line-height: 43px;
}
#search .page-not-found .small-text span {
  color: #1a1f26;
  font-weight: 800;
}

#category .category-not-found {
  display: block;
}
#category .category-not-found svg {
  width: 119px;
  height: 119px;
  color: #ebebeb;
  margin-bottom: 35px;
}
#category .category-not-found h4 {
  font-size: 36px;
  line-height: 43px;
}
#category .category-not-found .small-text {
  margin-bottom: 33px;
}
#category .category-not-found .small-text span {
  color: #1a1f26;
  font-weight: 800;
}

@media (max-width: 767px) {
  .page-not-found .pt-title.pt-size-large {
    font-size: 55px;
    line-height: 66px;
  }
}
@media (max-width: 481px) {
  .page-not-found .pt-title.pt-size-large {
    font-size: 38px;
    line-height: 48px;
  }
}
.size-guide {
  max-width: 770px;
  margin: auto;
  margin-top: -6px;
  margin-bottom: -11px;
}
.size-guide .addon-title h3 {
  padding-bottom: 37px;
}
.size-guide .panel-body {
  padding: 0;
}
.size-guide .panel-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 35px;
  padding: 0;
  padding-bottom: 32px;
}
.size-guide .panel-title a {
  display: block;
  width: 100%;
  position: relative;
  color: #1a1f26;
}
.size-guide .panel-title a.collapsed {
  color: #333;
}
.size-guide .panel-title a.collapsed::after {
  transform: rotate(45deg);
}
.size-guide .panel-title a::after {
  font-family: "aknay";
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 9px;
  right: 0;
  transition-duration: 0.4s;
  content: "\e908";
  color: #d0d0d0;
  transform: rotate(0);
  transition-property: transform;
  will-change: transform;
  font-weight: normal;
}
.size-guide .pt-info-list {
  margin-top: 43px;
}
.size-guide .pt-info-list li {
  font-size: 16px;
  line-height: 25px;
}
.size-guide .pt-info-list li strong {
  color: #333;
}
.size-guide .pt-table-size {
  margin-bottom: 37px;
}
.size-guide .pt-table-size table {
  width: 100%;
  font-size: 16px;
  line-height: 21px;
}
.size-guide .pt-table-size table th:first-child,
.size-guide .pt-table-size table td:first-child {
  padding-left: 20px;
  padding-right: 5px;
  font-weight: 800;
  width: 180px;
}
.size-guide .pt-table-size table th,
.size-guide .pt-table-size table td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.size-guide .pt-table-size table th:first-child,
.size-guide .pt-table-size table td:first-child {
  text-align: left;
}
.size-guide .pt-table-size table td:first-child {
  color: #333333;
}
.size-guide .pt-table-size table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.size-guide .pt-table-size thead {
  background-color: #333333;
}
.size-guide .pt-table-size thead tr th {
  color: #fff;
}

#faqs {
  max-width: 770px;
  margin: auto;
  margin-top: -6px;
  margin-bottom: -28px;
}
#faqs h3 {
  text-align: center;
  padding-bottom: 13px;
}
#faqs .pt-item {
  border: none;
  box-shadow: none;
}
#faqs .panel-body {
  padding: 0;
  margin-bottom: 19px;
  margin-top: 17px;
}
#faqs .panel-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 73px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#faqs .panel-title a {
  display: block;
  width: 100%;
  position: relative;
  color: #1a1f26;
}
#faqs .panel-title a.collapsed {
  color: #333;
}
#faqs .panel-title a.collapsed:hover {
  color: #1a1f26;
}
#faqs .panel-title a.collapsed::after {
  transform: rotate(45deg);
}
#faqs .panel-title a::after {
  font-family: "aknay";
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 28px;
  right: 0;
  transition-duration: 0.4s;
  content: "\e908";
  color: #d0d0d0;
  transform: rotate(0);
  transition-property: transform;
  will-change: transform;
  font-weight: normal;
}
#faqs ul li a {
  color: #777;
}
#faqs ul li a:hover {
  color: #1a1f26;
}

#contact .page-content .title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 800;
  color: #333333;
  margin-top: -7px;
  margin-bottom: 33px;
}
#contact .page-content .contact-map:hover iframe {
  filter: grayscale(0);
}
#contact .page-content .contact-map iframe {
  width: 100%;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}
#contact .page-content #contact-info .address {
  margin-top: 17px;
}
#contact .page-content #contact-info .phone {
  margin-top: 22px;
}
#contact .page-content #contact-info .phone span {
  font-weight: 800;
  color: #333;
}
#contact .page-content #contact-info .email {
  font-weight: 800;
  color: #1a1f26;
}
#contact .page-content .contact-map {
  margin-top: 30px;
  margin-bottom: 40px;
}
#contact #footer {
  margin-top: 100px;
}

#authentication #footer {
  margin-top: 100px;
}
#authentication #wrapper .login-layout-5 {
  max-width: 400px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
#authentication .login-form .fb-login-button {
  margin-top: 20px;
}
#authentication .show-pass button {
  font-size: 0px;
  border: none;
  background: none;
  padding: 0;
  color: #777;
}
#authentication #wrapper {
  padding-top: 0;
}
#authentication .form-group .form-control {
  margin-bottom: 24px;
}
#authentication #login-wrapper select, #authentication #login-wrapper input {
  height: 42px;
}
#authentication .login-form h1, #authentication .register-form h1 {
  font-size: 36px;
  padding-bottom: 11px;
}
#authentication .login-form h3, #authentication .register-form h3 {
  padding-bottom: 4px;
  font-size: 24px;
}
#authentication .show-pass {
  position: absolute;
  top: 0;
  right: 10px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
#authentication .show-pass button:before {
  content: "\f06e";
  font-family: "FontAwesome";
  font-size: 14px;
}
#authentication .show-pass button:hover {
  color: #333 !important;
}
#authentication .show-pass:hover {
  color: #333;
}
#authentication .forgot-password {
  text-align: center;
}
#authentication .forgot-password a:hover {
  color: #333;
}
#authentication .form-footer {
  text-align: center;
}
#authentication .forgot-password {
  margin-top: 15px;
  width: 100%;
}
#authentication .form-footer {
  margin-top: 6px;
}
#authentication .form-footer button {
  font-size: 14px;
}
#authentication .input-group.js-parent-focus {
  display: block;
}
#authentication .form-group.row label {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 1px;
}
#authentication .form-group.row label .required {
  float: right;
  font-size: 14px;
}
#authentication .form-group .form-control {
  margin-bottom: 22px;
}
#authentication .form-control-comment {
  line-height: 40px;
  font-size: 16px;
}
#authentication .form-control-valign {
  line-height: 32px;
}
#authentication #login-form .form-group {
  margin-bottom: 0;
}
#authentication .register-form .custom-radio input {
  margin-top: 7px;
}
#authentication .no-account {
  margin-top: 47px;
}
#authentication .no-account h3 {
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 35px;
}
#authentication .no-account .content {
  margin-bottom: 23px;
}
#authentication .no-account ul li {
  padding-left: 16px;
  line-height: 23px;
  position: relative;
}
#authentication .no-account ul li::before {
  display: inline-block;
  content: "";
  margin-bottom: 2px;
  margin-right: 10px;
  margin-left: -16px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #333;
}

.content .pt-layout-content .pt-list-dot {
  display: block;
}

.forgot-password > a {
  font-size: 14px;
  font-weight: 800;
  position: relative;
  color: #333 !important;
  display: inline-block;
}
.forgot-password > a::before {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 2px;
  transition: width 0.25s linear;
}
.forgot-password > a:hover::before {
  width: 100%;
}

#password .page-content {
  max-width: 570px;
  margin: 0 auto;
}
#password .breadcrumb-wrapper {
  margin-bottom: 93px;
}
#password #footer {
  margin-top: 90px;
}

@media (max-width: 1199px) {
  #authentication {
    border: 0;
  }
}
@media (max-width: 481px) {
  #authentication #wrapper > .container {
    max-width: 100%;
  }
}
#mywishlist .wishlist-header {
  margin-bottom: 20px;
}
#mywishlist .table thead th, #mywishlist .table td {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  border-bottom-width: 1px;
}
#mywishlist .wishlist-add {
  font-size: 16px;
}
#mywishlist .wishlist-container {
  font-size: 16px;
}
#mywishlist .wlp_bought_list .wishlist-box {
  border: none;
  padding: 0;
}
#mywishlist .wishlist_product_detail {
  font-size: 16px;
}
#mywishlist .wishlist_product_detail .form-control {
  margin-bottom: 10px;
}
#mywishlist .wishlist-footer-links {
  margin-top: 50px;
}

#notifications ul {
  margin-bottom: 0;
}

#my-account .page-content .links > a {
  margin-bottom: 20px;
}
#my-account .page-content .link-item {
  background: white none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  display: block;
  height: 100%;
  padding: 1rem;
  word-break: break-all;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}
#my-account .page-content .link-item i {
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
}

#identity .page-content {
  font-size: 16px;
}
#identity .page-content form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#identity .js-parent-focus.pasword-form {
  display: flex;
}

#addresses .page-header {
  border-bottom: 0;
}
#addresses .page-header h1 {
  text-transform: uppercase;
  font-size: 26px;
  padding: 0;
}
#addresses .address-body h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 800;
  padding-bottom: 21px;
}
#addresses .address-body .pt-wrapper {
  margin-top: 72px;
}
#addresses .address-body .pt-title {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 25px;
}
#addresses .address-body .pt-table-shop-02 {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}
#addresses .address-body .pt-table-shop-02 tbody td {
  padding-top: 10px;
  padding-bottom: 7px;
  padding-right: 10px;
}
#addresses .address-body .pt-table-shop-02 tbody td:first-child {
  width: 20%;
  min-width: 134px;
  padding-top: 9px;
  padding-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
}
#addresses .address-body .pt-table-shop-02 tbody tr {
  border-top: 1px solid #ebebeb;
}
#addresses .address-footer a {
  margin-right: 26px;
}
#addresses .address-footer a:hover svg {
  color: #1a1f26;
}
#addresses .address-footer svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: all 400ms;
}
#addresses .address {
  background: white none repeat scroll 0 0;
  margin-bottom: 0;
}
#addresses .address .address-body {
  margin-top: -7px;
}
#addresses .address .address-body address {
  line-height: 28px;
  font-size: 16px;
}
#addresses .address .address-footer {
  padding: 10px 0 0;
  margin-top: 12px;
  text-align: left;
}
#addresses .address .address-footer a:last-child {
  margin-right: 0;
  margin-left: 6px;
}
#addresses #content-wrapper .fa {
  font-size: 15px;
}
#addresses .btn-link::before {
  display: none;
}

.address-top .addresses-create-new .btn-default {
  padding: 0 20px;
  color: #fff;
}
.address-top .btn-link {
  margin-top: 30px;
}
.address-top .btn-link:hover svg {
  color: #1a1f26;
}
.address-top .btn-link svg {
  width: 24px;
  height: 24px;
  margin-left: -7px;
  margin-right: 10px;
  transition: all 400ms;
}

#address .js-address-form form {
  margin-top: 50px;
}
#address .js-address-form .form-footer {
  margin-top: 30px;
}
#address .form-fields .form-group {
  margin-top: 30px;
}
#address .page-header {
  border-bottom: 0;
}
#address .page-header h1 {
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.9);
  font-size: 26px;
  padding: 0;
}
#address .form-control.form-control-select {
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}

.address-form {
  font-size: 16px;
}

#history .page-content table {
  margin-top: 20px;
  font-size: 16px;
}
#history .page-content .table-bordered thead td,
#history .page-content .table-bordered thead th,
#history .page-content .table-bordered td,
#history .page-content .table-bordered th {
  font-weight: 400;
}

@media (max-width: 767px) {
  #addresses .card.card-block {
    padding: 15px 0px;
  }
  #addresses #wrapper > .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 481px) {
  #addresses .address .address-footer a:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* Checkout page */
#cart .breadcrumb-wrapper {
  margin-bottom: 77px;
}
#cart #footer {
  margin-top: 88px;
}

.cart-block h1 {
  font-size: 36px;
  margin: 0 0 20px;
  text-align: center;
  padding: 0;
  letter-spacing: 0;
}

.cart-items {
  border-top: 1px solid #ebebeb;
  list-style: none;
}
.cart-items li {
  border-bottom: 1px solid #ebebeb;
  padding: 3rem 0;
}
.cart-items li.cart-item-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #999;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
  display: none;
}

.card.cart-summary .btn-checkout {
  padding: 16px 15px;
  width: 100%;
  letter-spacing: 0.4px;
  font-size: 17px;
}
.card.cart-summary .checkout a:active {
  color: #fff;
}
.card.cart-summary .checkout a:focus {
  color: #fff;
}

.cart-box .btn-shopping:hover {
  color: #fff;
  background: #141414;
  border-color: #141414 !important;
}
.cart-box .btn-shopping:active {
  color: #fff;
  background: #141414;
  border-color: #141414 !important;
}
.cart-box .btn-shopping:focus {
  color: #fff;
  background: #141414;
  border-color: #141414 !important;
}

.text-xs-center {
  text-align: center;
}

.product-image .product-line-info {
  text-align: left;
}

.product-line-info .product-info-value:not(:last-child) {
  padding-bottom: 12px;
}
.product-line-info .label.product-name {
  font-size: 18px;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  text-align: left;
  white-space: normal;
}

.product-price .value {
  font-size: 20px;
  color: #000;
}

body#checkout #cart-summary-product-list .media-left {
  max-width: 60px;
  margin-right: 1rem;
}
body#checkout #cart-summary-product-list .media-left img {
  width: 100%;
}

.product-qty .bootstrap-touchspin {
  display: flex;
  border: 1px solid #ebebeb;
}
.product-qty .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("../images/icon/plus.png") no-repeat center;
}
.product-qty .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("../images/icon/minus.png") no-repeat center;
}
.product-qty .input-group-btn-vertical {
  flex-direction: column;
  justify-content: center;
  width: 31px;
  border-left: 1px solid #ebebeb;
}
.product-qty .input-group-btn-vertical button:hover i {
  color: #141414;
}
.product-qty .js-cart-line-product-quantity {
  background: transparent;
}
.product-qty .btn-touchspin {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent !important;
  z-index: 99;
  height: 22px;
}
.product-qty .btn-touchspin i {
  display: flex;
  justify-content: center;
  color: #858585;
}
.product-qty .btn-touchspin.bootstrap-touchspin-up {
  border-bottom: 1px solid #ebebeb;
}

.row_cs {
  padding: 0;
  display: flex;
  align-items: center;
}

.row_cs.remove-button {
  justify-content: center;
}

.product-right .product-qty {
  justify-content: center;
}
.product-right .product-total {
  justify-content: flex-end;
}

.product-line-grid {
  display: flex;
  align-items: center;
  padding: 0;
}
.product-line-grid > .row_cs {
  padding: 0;
}
.product-line-grid .product-link {
  font-size: 20px;
  line-height: 29px;
  color: #333333;
  font-weight: 800;
}
.product-line-grid .product-link:hover {
  color: #1a1f26;
}
.product-line-grid .product-line-info .value {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  font-weight: 800;
}

.product-image.media-middle {
  display: flex;
  align-items: center;
  max-width: 100px;
}

.js-cart-line-product-quantity.form-control {
  text-align: center;
  height: 54px;
  padding: 0;
  border: none;
  background-color: #f8f8f8;
}

.product-line-grid-right {
  text-align: center;
}
.product-line-grid-right .price, .product-line-grid-right .product-price {
  font-size: 18px;
  line-height: 35px;
  color: #1a1f26;
  font-weight: 800;
}

.cart-line-product-actions .remove-from-cart svg {
  width: 24px;
  height: 24px;
}
.cart-line-product-actions .remove-from-cart:hover {
  color: #1a1f26;
}

.alert.alert-danger.js-error {
  position: relative;
  margin-top: 2.25rem;
  background: #F54337;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  display: none;
}
.alert.alert-danger.js-error i {
  position: relative;
  top: 6px;
}
.alert.alert-danger.js-error span {
  font-size: 14px;
}

.cart-summary-line {
  padding: 9px 0;
  border-bottom: 1px solid #ebebeb;
}
.cart-summary-line .value {
  float: right;
}

.cart-detailed-totals h3 {
  color: #000;
  padding-bottom: 25px;
}

.label-title {
  padding: 17px 0;
  color: #fff;
  background: #0070c9;
}
.label-title > div {
  padding: 0;
  font-size: 20px;
}

.cart-grid .cart-overview .label-title::before {
  content: "";
  display: table;
}
.cart-grid .cart-overview .label-title::after {
  content: "";
  display: table;
  clear: both;
}
.cart-grid .cart-overview.js-cart {
  margin-bottom: 50px;
}
.cart-grid .cart-overview.js-cart .no-items {
  display: block;
  padding: 30px 0;
}

.cart-grid-right .right-box {
  width: 100%;
  background-color: #f8f8f8;
  padding: 40px;
  font-size: 16px;
}
.cart-grid-right .right-box .cart-summary {
  border: none;
  background-color: transparent;
}
.cart-grid-right #block-reassurance {
  clear: both;
  margin-top: 2rem;
}

.cart-summary .label {
  font-size: 18px;
  padding: 0;
  font-weight: 800;
  color: #333;
}

.cart-summary-totals .cart-summary-line {
  border-bottom: 0px;
}

.cart-detailed-actions .btn {
  width: 100%;
}

.promo-input {
  height: 40px;
  font-size: 14px;
  padding: 0 15px;
}

.block-promo {
  margin-bottom: 20px;
}

.btn-continue-shopping {
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}
.btn-continue-shopping:hover span::before {
  width: 100%;
}
.btn-continue-shopping svg {
  width: 24px;
  height: 24px;
}
.btn-continue-shopping span {
  position: relative;
  margin-left: 10px;
  color: #333;
}
.btn-continue-shopping span::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background-color: #333;
  height: 2px;
  transition: width 0.25s linear;
}

body#checkout section.checkout-step.-complete {
  border-color: #1a1f26 !important;
}
body#checkout section.checkout-step.-complete .step-title {
  background-color: #1a1f26;
  color: #fff;
}

#delivery-addresses .address-footer > a {
  color: #666;
  font-size: 14px;
  margin-right: 15px;
}
#delivery-addresses .address-footer > a:hover {
  color: #333;
}
#delivery-addresses .address-footer > a svg {
  position: relative;
  bottom: 2px;
}

#order-summary-content > .row {
  margin-bottom: 20px;
}
#order-summary-content .h3 {
  line-height: 30px;
}
#order-summary-content .card {
  border: none;
}

#conditions-to-approve .js-terms > a {
  text-decoration: underline;
}
#conditions-to-approve .js-terms > a:hover {
  color: #1a1f26;
}

#payment-confirmation {
  margin-top: 15px;
}

@media (max-width: 575px) {
  body#checkout section.checkout-step .step-title {
    font-size: 14px;
  }
  .cart-grid-right .right-box {
    padding: 20px;
  }
}
html {
  font-size: 14px;
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
.page-home {
  padding-top: 20px;
}

.h3,
.h4,
h3,
h4 {
  font-size: 1.125rem;
}

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] {
  border-radius: 0px;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0 15px;
}

ul {
  padding: 0px;
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.layout-full-width #content-wrapper {
  width: 100%;
}

.form-control {
  border-radius: 0px;
  height: 35px;
  line-height: 40px;
  border: 1px solid #eee;
  padding: 0 15px;
}

.label {
  padding: 0.25rem;
}

select:focus,
button:focus,
div:focus {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.btn {
  border-radius: 0px;
}

.btn-default.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-fullwidth {
  width: 100%;
}

.btn-halfwidth {
  width: calc(50% - 10px);
}

.small-padding > .col,
.small-padding > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.img-responsive {
  max-width: 100%;
}

/***** Header *****/
#mobile-header {
  display: none;
}

@media (max-width: 992px) {
  #desktop-header {
    display: none;
  }
  #mobile-header {
    display: block;
  }
}
header p {
  margin: 0px;
}

header i {
  font-size: 15px;
}

footer .row,
header .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /*padding:0px 15px;*/
}

footer .layout-column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

footer .row .layout-column,
header .row .layout-column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

footer .row .col-auto,
header .row .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.s-padding .col-auto {
  padding-left: 5px;
  padding-right: 5px;
}

.width-20 {
  min-width: 20%;
}

.width-25 {
  min-width: 25%;
}

#mobile-header .row .col-auto {
  padding-left: 7px;
  padding-right: 7px;
}

#header-mobile-top {
  padding: 20px 0px;
  position: relative;
}

#header-mobile-bottom {
  padding: 10px 0px;
  background: #efefef;
  position: relative;
}

#mobile-header .btn-group,
#mobile-header .col-auto {
  position: unset;
}

.header-top {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #777;
}

.header-sticky.sticky {
  background: #fff;
  position: fixed !important;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 0px !important;
}

.header-sticky.sticky .container {
  height: 100%;
}

.header-sticky.sticky .container .row {
  height: 100%;
}

.header-sticky.sticky #hor-menu {
  align-items: center;
  display: flex;
  height: 100%;
}

#search-form {
  max-width: 60%;
  margin: 0 auto;
}

#cart_block .cart-icon {
  position: relative;
}

#cart_block .ajax_cart_quantity {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 500;
  bottom: -3px;
  right: -3px;
  overflow: hidden;
}

#cart_block .circle-notify {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  top: 9px;
  right: 3px;
  overflow: hidden;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 1.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#content-wrapper .page-title {
  color: #333;
  text-align: left;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}

.text-small {
  font-size: 0.8rem;
}

.header-right .dropdown-menu {
  right: 0px;
  left: auto;
  min-width: 200px;
}

.dropdown-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}

.collapse.in {
  display: block;
  visibility: visible;
}

#hor-menu .nav {
  display: block;
  width: 100%;
}

#hor-menu.align-center .navbar > ul {
  text-align: center;
}

#hor-menu.align-right .navbar > ul {
  text-align: right;
}

#ver-menu {
  position: absolute;
  width: calc(100% - 30px);
  margin-bottom: 0px;
  border-radius: 0;
  z-index: 9991;
  background: #fff;
  padding: 15px 0px;
  min-width: 220px;
  box-shadow: 0px 1px 5px #ddd;
}

#ver-menu .nav {
  width: 100%;
}

#ver-menu .nav > li {
  vertical-align: top;
  text-align: left;
  width: 100%;
  padding: 5px 20px;
}

#ver-menu .open > .dropdown-menu {
  opacity: 1;
  left: 100%;
  top: 0px;
  visibility: visible;
}

#ver-menu .dropdown-menu {
  background: #fff;
  border-radius: 0;
  display: block;
  left: 100%;
  margin-top: 0;
  min-width: 230px;
  opacity: 0;
  padding: 20px 0px;
  position: absolute;
  visibility: hidden;
  z-index: 9999;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
}

.vermenu-btn {
  display: flex;
}

.vermenu-btn i {
  margin-right: 10px;
  font-size: 24px !important;
}

#header-bottom .container {
  padding-left: 0px;
  padding-right: 0px;
}

.margin-right-15 {
  margin-right: 15px;
}

.user-info-sidebar .customer-name {
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.user-info-content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}

/***** Sidebar *****/
#header-sidebar {
  width: 343px !important;
  top: 0px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: #222;
  float: left;
  height: 100%;
  margin-left: 0;
  position: fixed;
  z-index: 9999;
}

.left-sidebar {
  left: -343px;
  right: auto;
}

.right-sidebar {
  right: -343px;
  left: auto;
}

.main-site {
  overflow: hidden;
  position: relative;
  left: 0px;
}

#header-sidebar,
.main-site {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}

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

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

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

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

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

#header-sidebar .social-links {
  position: absolute;
  bottom: 20px;
  margin: 0px 30px;
  width: calc(100% - 60px);
  text-align: center;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #2e2e2e;
}

#header-sidebar .social-links li {
  display: inline-block;
  margin: 0px 15px;
}

#header-sidebar .social-links li i {
  font-size: 16px;
  color: #8f8f8f;
}

#header-sidebar #ver-menu {
  box-shadow: none;
  background: none;
  width: 100%;
  padding-top: 60px;
}

#header-sidebar .jms-megamenu .nav > li {
  padding: 0px;
}

#header-sidebar .jms-megamenu .nav > li > a {
  color: #bababa;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 30px;
  font-size: 16px;
  text-align: left;
  line-height: 46px;
  display: block;
  position: relative;
}

#header-sidebar .jms-megamenu .nav > li > a > .caret::after {
  content: "\f105";
  font-family: FontAwesome;
}

#header-sidebar .jms-megamenu .nav > li > a > .caret {
  display: block;
  border: 0;
  top: 4px;
  position: absolute;
  right: 35px;
  -webkit-transform: skewX(13deg);
  -ms-transform: skewX(13deg);
  transform: skewX(13deg);
}

.right-sidebar #ver-menu .open > .dropdown-menu {
  right: 100%;
  left: auto;
}

/***** Cart *****/
.dropdown-menu.user-info-sidebar,
.dropdown-menu.shoppingcart-box {
  min-width: 300px;
  max-width: 300px;
}

.shoppingcart-box.shoppingcart-sidebar,
.user-info-content.user-info-sidebar {
  margin: 0px;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transform: translate3d(115%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  padding-bottom: 50px;
  min-width: 300px;
}

.show .shoppingcart-box.shoppingcart-sidebar,
.show .user-info-content.user-info-sidebar {
  transform: translateZ(0);
}

.shoppingcart-box.shoppingcart-sidebar .cart_block_list {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
}

.cart_block_list {
  padding: 0px;
  list-style: none;
  margin-bottom: 30px;
}

.cart_block_list .row {
  margin: 0px 0px 15px 0px;
}

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

.cart-product-image {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.cart-product-image img {
  width: 100%;
}

.cart_block_list .layout-column.product-info {
  padding-left: 15px;
}

.cart-prices-line .value {
  float: right;
}

.remove-from-cart i {
  font-size: 26px !important;
}

.cart-title {
  display: none;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.shoppingcart-sidebar .cart-title {
  display: block;
}

.billing-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-top: 20px;
}

.billing-info .cart-prices-line {
  line-height: 30px;
}

.cart-button .btn {
  width: 100%;
  margin: 10px 0px;
}

#blockcart-modal .modal-header {
  background: #ebebeb;
  border-radius: 3px;
  position: relative;
}

#blockcart-modal .modal-dialog .close {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.modal-dialog .close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  z-index: 99;
}

#blockcart-modal .modal-title {
  font-size: 15px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#blockcart-modal .modal-body {
  background: #fff;
  padding: 3.125rem 1.875rem;
  border-radius: 3px;
}

#blockcart-modal.modal.in .modal-dialog {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

#blockcart-modal.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

#blockcart-modal .modal-dialog {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop.in {
  opacity: 0.3;
}

#blockcart-modal .product-image {
  width: 100%;
  border: 1px solid #ebebeb;
}

#blockcart-modal .product-name {
  font-size: 1.1rem;
  margin: 0;
  padding-bottom: 4px;
  color: #000;
  font-weight: 400;
}

#blockcart-modal .divide-left {
  border-left: #ebebeb 1px solid;
}

.number-bounce.bounce .ajax_cart_quantity {
  -webkit-animation: bounceIconUp 1s ease-in-out 2 forwards;
  -moz-animation: bounceIconUp 1s ease-in-out 2 forwards;
  -o-animation: bounceIconUp 1s ease-in-out 2 forwards;
  animation: bounceIconUp 1s ease-in-out 2 forwards;
}

@keyframes bounceIconUp {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
}
/***** Footer *****/
#footer {
  background: #f6f5f6;
  margin-top: 90px;
}

#footer-top .layout-column {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-main .layout-column {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .row-col-4 .layout-column.wrapper {
    width: 25% !important;
  }
  #footer-main .layout-column {
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 570px) {
  #footer-copyright .layout-column,
  #footer-top .layout-column {
    width: 100% !important;
    text-align: center !important;
  }
  #footer-copyright .layout-column:first-child,
  #footer-top .layout-column:first-child {
    margin-bottom: 10px;
  }
}
#footer-main .block {
  padding-bottom: 1rem;
}

#footer-main .block .block-title {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000;
}

#footer-main .block .block-title i {
  float: right;
  cursor: pointer;
  font-size: 24px;
}

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

#footer-main .opening,
#footer-main .collapsed .closing {
  display: none;
}

#footer ul {
  list-style: none;
  padding: 0px;
}

#footer input {
  border-radius: 0px;
}

#footer li a {
  color: #555555;
  line-height: 26px;
}

#footer-copyright p {
  margin-bottom: 0px;
}

#footer-copyright .social-links {
  margin: 20px 0px !important;
}

#footer-copyright .social-links i {
  font-size: 26px;
}

#footer .languages-list {
  margin: 0px;
}

#footer .languages-list li {
  display: inline-block;
  margin: 0px 5px;
}

.languages-info a {
  line-height: 1;
}

.languages-info a img {
  margin-right: 5px;
}

#footer .social-links {
  display: inline-block;
  margin: 0px;
}

#footer .social-links li {
  display: inline-block;
  margin: 0px 10px;
}

#footer-top .newsletter-desc {
  display: none;
}

#footer-top .block-title {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

#footer-top .block-content {
  display: inline-block;
}

#footer-top .text-center .block-content {
  width: 50%;
}

.html_links ul {
  margin: 0px;
}

.html_links ul li {
  display: inline-block;
  margin: 0px 20px;
}

.html_links ul li:first-child {
  margin-left: 0px;
}

.html_links ul li:last-child {
  margin-right: 0px;
}

.footer-1 #footer-top .row,
.footer-8 #footer-top .row {
  margin: 20px 0px;
}

.footer-1 .email_subscription,
.footer-8 .email_subscription {
  margin: 0px 0px 20px 0px;
}

.footer-1 .email_subscription .block-title,
.footer-8 .email_subscription .block-title {
  display: block !important;
}

/***** SHOP PAGE *****/
.old.price {
  text-decoration: line-through;
  opacity: 0.5;
}

.quickview-modal .modal-dialog {
  max-width: 1200px;
  width: 100%;
  margin: 66px auto;
}

/***** Breadcrumb *****/
.breadcrumb-wrapper {
  padding: 0px 15px;
  margin-bottom: 30px;
}

.breadcrumb {
  border-radius: 0px;
  padding: 0px;
}

.breadcrumb ul {
  list-style: none;
  padding: 0px 15px;
  margin: 0px;
  width: 100%;
}

.breadcrumb ul.align-center {
  text-align: center;
}

.breadcrumb ul.align-right {
  text-align: right;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li:after {
  content: "/";
  opacity: 0.7;
  margin: 0.3em;
}

.breadcrumb .seperator-dash li:after {
  content: "-";
}

.breadcrumb .seperator-arrow li:after {
  content: ">";
}

.breadcrumb li:last-child:after {
  content: "";
}

/***** Mobile Menu *****/
#content-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#content-wrap {
  -webkit-overflow-scrolling: touch;
}

.close-button {
  font-size: 20px;
  border: 0 none;
  margin-top: 0;
  padding: 10px 20px;
  text-align: left;
  width: 100%;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
}

.close-button h3 {
  float: left;
  font-size: 20px;
  margin: 0px;
}

.close-button i {
  float: right;
}

.mobile-menu-wrap {
  background: #fff none repeat scroll 0 0;
  left: -300px;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: left 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 270px;
  height: 100%;
  z-index: 999999;
}

/* Shown menu */
.show-menu .mobile-menu-wrap {
  transition: left 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.show-menu .mobile-menu-wrap + .bg-overlay {
  opacity: 1;
  visibility: visible;
}

#off-canvas-menu {
  margin-top: 20px;
}

#off-canvas-menu .nav > li {
  float: left;
  width: 100%;
  margin-top: 0;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  padding: 0px;
}

#off-canvas-menu .nav > li > a {
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
  color: #555;
  display: block;
  padding: 0px 20px;
}

#off-canvas-menu .nav > li:hover,
#off-canvas-menu .nav > li.open {
  background: #eee;
}

#off-canvas-menu .open > .dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  padding: 15px 0px;
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  transition: none;
}

#off-canvas-menu .dropdown-menu li > a {
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  position: relative;
  font-size: 13px;
  color: #555;
}

#off-canvas-menu .mega .caret {
  font-family: FontAwesome;
  font-style: normal;
  float: right;
}

#off-canvas-menu .mega .caret:before {
  content: "\f105";
}

.owl-carousel .owl-item img {
  width: 100%;
}

/***** Blog Home Widget *****/
.addon-box .post-title {
  text-align: center;
  margin-top: 1rem;
}

.addon-box .post-title a {
  font-size: 1rem;
  text-transform: capitalize;
}

.addon-box .post-meta {
  list-style: none;
  padding: 0px;
  text-align: center;
}

.addon-box .post-meta li {
  display: inline-block;
  margin: 0px 0.625rem;
  font-size: 0.8125em;
  opacity: 0.75;
  font-weight: 500;
}

/***** Block Title *****/
.addon-title h3 {
  margin: 0px;
}

.blocktitle-1 .addon-title {
  text-align: center;
}

.blocktitle-2 .addon-title {
  text-align: center;
}

.blocktitle-2 .addon-title h3 {
  position: relative;
}

.blocktitle-2 .addon-title h3::before {
  content: " ";
  width: 80px;
  border-bottom: 2px solid #e0e0e0;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 40px);
}

.blocktitle-3 .addon-title {
  text-align: center;
}

.blocktitle-3 .addon-desc {
  display: none;
}

.blocktitle-4 .addon-desc {
  display: none;
}

.blocktitle-5 .addon-desc {
  display: none;
}

.blocktitle-5 .addon-desc {
  display: none;
}

.blocktitle-5 .addon-title {
  position: relative;
}

.blocktitle-5 .addon-title::before {
  content: " ";
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.blocktitle-6 .addon-desc {
  display: none;
}

.blocktitle-6 .addon-desc {
  display: none;
}

.blocktitle-6 .addon-title {
  position: relative;
}

.blocktitle-6 .addon-title::before {
  content: " ";
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blocktitle-6 .addon-title h3 {
  display: inline-block;
  border-bottom: 2px solid red;
}

/***** Block Tab Title *****/
.addon-tab-title h3 {
  margin: 0px;
}

.addon-tab-title .addon-tab-desc {
  margin: 0px;
}

.addon-tab .nav-tabs .nav-link {
  border: 0px;
  padding: 0px;
}

.addon-tab .nav-tabs {
  border: 0px;
}

.addon-tab .nav-tabs .nav-item {
  margin-left: 20px;
  margin-right: 20px;
}

.blocktab-1 .addon-tab-title {
  text-align: center;
}

.blocktab-1 .addon-tab .nav-tabs .nav-item {
  display: inline-block;
}

.blocktab-1 .addon-tab ul {
  text-align: center;
  display: block;
}

.blocktab-1 .addon-tab .nav-tabs .nav-link.active {
  border-bottom: 2px solid red;
}

.blocktab-2 .addon-tab {
  border-bottom: 2px solid #e0e0e0;
}

.blocktab-2 .addon-tab-title .addon-tab-desc {
  display: none;
}

.blocktab-2 .addon-tab-title {
  display: inline-block;
  z-index: 1;
  margin-bottom: -2px;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  vertical-align: middle;
}

.blocktab-2 .tabs-navigation {
  display: inline-block;
}

.blocktab-3 .addon-tab-title {
  text-align: center;
}

.blocktab-3 .addon-tab ul {
  text-align: center;
  display: block;
}

.blocktab-3 .addon-tab .nav-tabs .nav-item {
  display: inline-block;
  margin: 0px !important;
}

.blocktab-3 .addon-tab .nav-tabs .nav-link {
  position: relative;
}

.blocktab-3 .addon-tab .nav-tabs .nav-link::before {
  color: #333;
  content: "/";
  position: absolute;
  left: -5px;
  line-height: 1;
  top: calc(20% - 3px);
}

.blocktab-3 .addon-tab .nav-tabs .nav-item:first-child .nav-link::before {
  content: none;
}

.blocktab-4 .addon-tab-title h3,
.blocktab-4 .addon-tab-title .addon-tab-desc {
  display: none;
}

.blocktab-4 .addon-tab {
  border-bottom: 1px solid #e0e0e0;
}

.blocktab-4 .addon-tab .nav-tabs .nav-link {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.blocktab-4 .addon-tab .nav-tabs .nav-link.active {
  border-bottom: 1px solid red;
}

/***** PAGE NOT FOUND *****/
.page-not-found {
  text-align: center;
  padding: 5rem 0 12.5rem;
}

.page-not-found .small-text {
  margin-bottom: 3.125rem;
}

.page-not-found #search_widget {
  max-width: 40%;
}

.page-not-found p.text-1 {
  font-size: 10rem;
  margin-bottom: 1.5rem;
  color: #000;
  line-height: 1;
}

.page-not-found p.text-2 {
  font-size: 1.875rem;
  margin-bottom: 2.1rem;
  color: #000;
  letter-spacing: 0.03125rem;
}

.page-not-found p.text-3 {
  margin-bottom: 5.4375rem;
}

/***** Authentication *****/
#login-wrapper .login-row {
  margin-top: 2rem;
}

#login-wrapper h3 {
  margin-bottom: 1.25rem;
}

#login-wrapper select,
#login-wrapper input {
  height: 40px;
}

#login-image .login-box {
  width: 100%;
}

.forgot-password {
  float: left;
}

.return-store {
  float: right;
}

.authentication-links {
  margin-top: 10px;
  font-size: 90%;
}

.no-account {
  margin-top: 20px;
}

.input-group-btn button,
.input-group-btn .btn {
  height: 100%;
  padding: 0 10px;
}

.input-group-btn .btn .buttonText {
  line-height: 1;
  display: inline-block;
  vertical-align: sub;
  text-transform: capitalize;
  font-size: 0.75rem;
  padding: 0px 5px;
}

/***** Navigation Style *****/
.owl-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% - 1rem);
}

.owl-nav button span {
  font-size: 1.5rem;
  border: 2px solid #bdbdbd;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 1;
}

.owl-nav button span:hover {
  background: #303030;
  border-color: #303030;
  color: #ffffff;
}

.owl-nav .owl-prev {
  float: left;
  margin-left: -1rem;
}

.owl-nav .owl-next {
  float: right;
  margin-right: -1rem;
}

.carousel-nav-2 .owl-nav button span {
  border-radius: 50%;
}

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

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

/***** Pagination Style *****/
.owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.owl-dots button span {
  border: 1px solid #dedede;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1;
  margin: 0 0.4rem;
}

.owl-dots button.active span {
  background: #303030;
  border: 1px solid #303030;
}

.carousel-pag-swh .owl-dots {
  opacity: 0;
  transition: all 0.3s;
}

.carousel-pag-swh .owl-carousel:hover .owl-dots {
  opacity: 1;
}

#form_wishlist {
  margin-top: 2rem;
}

#submitWishlist {
  line-height: 33px;
  padding: 0px;
}

#block-history {
  margin-top: 2rem;
}

.wishlist-btns {
  margin: 10px 0px;
  display: inline-block;
  width: 100%;
}

#hideWishlist {
  float: left;
}

#block-order-detail .display_list {
  display: inline-block;
  float: right;
}

#block-order-detail .display_list li {
  float: left;
  margin-left: 1rem;
}

.wishlisturl {
  margin-top: 2rem;
}

.links > div {
  padding: 1rem;
  border: 1px solid #ebebeb;
}

.links .link-item {
  align-items: center;
  display: flex;
}

.links .link-item i {
  margin-right: 10px;
}

.address-footer {
  margin-bottom: 1rem;
  display: flex;
}

.address-footer a {
  margin: 10px;
}

.order-actions .btn-default {
  margin: 5px 10px;
  display: block;
}

.show-pass button {
  padding: 0px 10px;
}

@media (min-width: 768px) {
  .order-actions .btn-default {
    display: inline-block;
  }
}
@media (max-width: 796px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
.zoomContainer {
  z-index: 5000;
}

.store-item {
  border-bottom: 1px solid #dedede;
  padding: 1.5rem 0;
}

.store-date-hour label {
  float: left;
  min-width: 50px;
  font-weight: bold;
}

.store-date-hour .value {
  float: left;
}

.pricing-box {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(22, 45, 61, 0.1);
  border-radius: 4px;
  will-change: transform;
  -webkit-transition: all 0.42s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.42s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 60;
  height: 100%;
  text-align: center;
  padding: 40px;
  display: flex;
  flex: 0 1 50%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.pricing-header {
  border-bottom: 1px solid #dfe5eb;
  padding-bottom: 25px;
}

.pricing-title h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.pricing-box .content_price {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.pricing-box .product-short-desc {
  margin-top: 20px;
  line-height: 35px;
}

.pricing-box .col-action {
  margin-top: auto;
  padding: 20px 0px 0px 0px;
  text-align: center;
}

.label-pill {
  color: #fff;
}

.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
  border-bottom: 1px solid hsla(0, 0%, 63%, 0.25);
}

.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0;
}

.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  margin: 0.25rem 0;
  color: #fff;
  padding: 0.25rem 0.375rem;
}

.page-order-detail .box {
  border: 1px solid hsla(0, 0%, 63%, 0.25);
  padding: 1rem;
  margin-bottom: 1rem;
}

.email_subscription i {
  font-size: 22px;
}

.email_subscription button {
  display: flex;
}

textarea::placeholder, select::placeholder {
  font-weight: normal !important;
}

/*# sourceMappingURL=theme.css.map */
