/* Extracted product listing/filter styles. Load only on product listing/filter templates. */
.productpage .contact_popup,.productpage .cart-login,.pages-product-list .contact_popup,.pages-product-list .cart-login{display:none}
.product-col{
  background: #fff;
  position: relative;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product-col:hover{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.product-col .promotion{
  background: #333;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
}
.product-col .promotion span{
  display: block;
  font-weight: 500;
}
.product-col figure .product-img{
  display: block;
  padding: 20px 0;
}
.product-col figure figcaption{
  padding: 0 20px 10px;
  position: relative;
}
.product-col figure figcaption .product-name{
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-col figure figcaption .product-name a{
  color: #333;
}
.product-col figure figcaption .product-name a:hover{
  color: #ed1c24;
}
.product-col figure figcaption .product-price{
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.product-col figure figcaption .product-price .old{
  display: inline-block;
  color: #cccccc;
  text-decoration: line-through;
  font-weight: 700;
  margin-right: 5px;
}
@media (max-width: 1439px){.product-col figure figcaption .product-price .old{
    font-size: 0.8125rem;
  }}
@media (max-width: 1199px){.product-col figure figcaption .product-price .old{
    display: inline-block;
  }}
.product-col figure figcaption .product-price .new{
  display: inline-block;
  color: #666666;
  font-weight: 700;
}
@media (max-width: 1439px){.product-col figure figcaption .product-price .new{
    font-size: 0.8125rem;
  }}
@media (max-width: 1199px){.product-col figure figcaption .product-price .new{
    display: inline-block;
  }}
.product-col figure figcaption .buy{
  color: #666666;
  position: absolute;
  right: 20px;
  bottom: 14px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  cursor: pointer;
}
.product-col figure figcaption .buy .fa{
  font-size: 1.5rem;
}
.product-col figure figcaption .buy .btn-buy, .product-col figure figcaption .buy span{
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateX(-100%) translateY(-50%);
  -khtml-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
  white-space: nowrap;
  color: #fff;
  background: #333;
  padding: 3px 10px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product-col figure figcaption .buy .btn-buy:after, .product-col figure figcaption .buy span:after{
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 5px solid #333;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(100%) translateY(-50%);
  -khtml-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
}
.product-col figure figcaption .buy:hover{
  color: #ed1c24;
}
.product-col figure figcaption .buy:hover .btn-buy, .product-col figure figcaption .buy:hover span{
  opacity: 1;
}
.productpage main{
  background: #ffffff;
}
.product-sidebar{
  margin: 60px 0 30px;
  position: relative;
}
@media (max-width: 991px){.product-sidebar{
    position: fixed;
    top: 72px;
    bottom: 0;
    left: 0;
    width: 35%;
    background: #f2f2f2;
    z-index: 100;
    margin: 0;
    padding: 0;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    transform: translateX(-100%);
  }.product-sidebar.open{
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    transform: translateX(0%);
  }}
@media (max-width: 991px){.product-sidebar{
    width: 40%;
  }}
@media (max-width: 767px){.product-sidebar{
    width: 50%;
  }}
@media (max-width: 543px){.product-sidebar{
    width: 85%;
  }}
.product-sidebar .filter-toggle{
  width: 40px;
  height: 40px;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  transform: translateX(100%);
  background: #222;
  color: #fff;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
  display: none;
}
.product-sidebar .filter-toggle:before{
  content: '\f00b';
  font-family: 'fontawesome';
}
@media (max-width: 991px){.product-sidebar .filter-toggle{
    display: block;
  }}
@media (max-width: 991px){.product-sidebar .filter-wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 50px 0;
  }}
.product-sidebar .filter-group{
  margin-bottom: 20px;
}
@media (max-width: 991px){.product-sidebar .filter-group{
    padding: 0 30px;
  }}
.product-sidebar .filter-group .filter-title{
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #222;
}
.product-sidebar .filter-group .filter-title:after{
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #ed1c24;
  margin-top: 3px;
}
.product-sidebar .filter-group .product-category > ul li{
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
}
.product-sidebar .filter-group .product-category > ul li > a{
  color: #666666;
}
.product-sidebar .filter-group .product-category > ul li > a:hover{
  color: #ed1c24;
}
.product-sidebar .filter-group .product-category > ul li .btn-showsubcate{
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  cursor: pointer;
}
.product-sidebar .filter-group .product-category > ul li .btn-showsubcate:before{
  content: '';
  display: block;
  height: 2px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product-sidebar .filter-group .product-category > ul li .btn-showsubcate:after{
  content: '';
  display: block;
  height: 2px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -khtml-transform: translateY(-50%) rotateZ(90deg);
  transform: translateY(-50%) rotateZ(90deg);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product-sidebar .filter-group .product-category > ul li .btn-showsubcate:hover:before, .product-sidebar .filter-group .product-category > ul li .btn-showsubcate:hover:after{
  background: #999999;
}
.product-sidebar .filter-group .product-category > ul li .btn-showsubcate.active{
  -webkit-transform: rotateZ(135deg);
  -khtml-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}
.product-sidebar .filter-group .product-category > ul li .sub-cate{
  display: none;
}
.product-sidebar .filter-group .product-category > ul li .sub-cate > ul{
  padding-left: 20px;
  position: relative;
  padding-top: 5px;
}
.product-sidebar .filter-group .product-category > ul li .sub-cate > ul:before{
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  bottom: 14px;
  left: 5px;
  width: 2px;
  background: #e6e6e6;
}
.product-sidebar .filter-group .product-category > ul li .sub-cate > ul > li{
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
}
.product-sidebar .filter-group .product-category > ul li .sub-cate > ul > li:before{
  content: '';
  display: block;
  width: 5px;
  height: 2px;
  background: #e6e6e6;
  position: absolute;
  top: 15px;
  left: -13px;
}
.product-sidebar .filter-group .product-category > ul li .sub-cate > ul > li > a{
  color: #999999;
}
.product-sidebar .filter-group .product-category > ul li .sub-cate > ul > li > a:hover{
  color: #ed1c24;
}
.product-sidebar .filter-group .product-category > ul li .sub-cate > ul > li.active a{
  color: #222;
}
.product-sidebar .filter-group .product-category > ul li.active a{
  color: #ed1c24;
}
.product-sidebar .filter-group .product-category > ul li.active .sub-cate{
  display: block;
}
.product-sidebar .filter-group .product-category > ul .col-xs-6{
  padding: 0;
}
.product-sidebar .filter-group .product-category > ul .col-xs-6 li:nth-child(1), .product-sidebar .filter-group .product-category > ul .col-xs-6 li:nth-child(2){
  font-size: 0.875rem;
}
.product-sidebar .filter-group .product-category > ul .col-xs-6 li:nth-child(1):after, .product-sidebar .filter-group .product-category > ul .col-xs-6 li:nth-child(2):after{
  display: none;
}
.product-sidebar .filter-group .product-category > ul .col-xs-6 li a{
  color: #666666;
}
.product-sidebar .filter-group .product-category > ul .col-xs-6 li a:hover{
  color: #ed1c24;
}
.product-sidebar .filter-group .product-category > ul .col-xs-6 li.active a{
  color: #ed1c24;
}
.product-sidebar .filter-group .product-size{
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-sidebar .filter-group .product-size .size, .product-sidebar .filter-group .product-size li{
  display: inline-block;
}
.product-sidebar .filter-group .product-size .size a, .product-sidebar .filter-group .product-size li a{
  display: block;
  padding: 0 10px;
  line-height: 32px;
  margin-right: 5px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  cursor: pointer;
  color: #999999;
  font-weight: bold;
}
.product-sidebar .filter-group .product-size .size a:hover, .product-sidebar .filter-group .product-size li a:hover{
  color: #ed1c24;
}
.product-sidebar .filter-group .product-size .size a.active, .product-sidebar .filter-group .product-size li a.active{
  background: #222;
  border-color: #222;
  color: #fff;
}
.product-sidebar .filter-group .color-picker .color{
  display: inline-block;
  margin-bottom: 5px;
}
.product-sidebar .filter-group .color-picker .color a{
  display: block;
  padding: 5px;
  color: #999999;
  border: 1px solid #cccccc;
}
.product-sidebar .filter-group .color-picker .color .color-img{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.product-sidebar .filter-group .color-picker .color .color-img img{
  border: 2px solid #cccccc;
}
.product-sidebar .filter-group .color-picker .color .color-name{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
  color: #999999;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  cursor: pointer;
  font-size: 0.8125rem;
  padding-right: 10px;
}
.product-sidebar .filter-group .color-picker .color:hover .color-name{
  color: #ed1c24;
}
.product-sidebar .filter-group .color-picker .color a.active{
  background: #222;
  color: #fff;
  border-color: #222;
}
.product-sidebar .filter-group .color-picker .color a.active .color-img img{
  border-color: #333;
}
.product-sidebar .filter-group .color-picker .color a.active .color-name{
  color: #fff;
}
.product-sidebar .filter-group .filter-range{
  margin: 10px 10px 15px;
  margin-right: 50px;
  position: relative;
}
.product-sidebar .filter-group .filter-range #slider-range{
  width: 100%;
  height: 10px;
  background: #cccccc;
  margin: 10px 0 15px;
  position: relative;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}
.product-sidebar .filter-group .filter-range .ui-widget-header{
  background: #666666;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0px;
  height: 10px;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}
.product-sidebar .filter-group .filter-range .ui-slider-handle{
  position: absolute;
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  top: 5px;
  margin-left: -0.6em;
  left: 15%;
  width: 16px;
  height: 16px;
  background: #666666;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.7);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all, 0s;
  transition: all, 0s;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-sidebar .filter-group .filter-range .ui-slider-handle:hover{
  background: #333;
}
.product-sidebar .filter-group .filter-range .min, .product-sidebar .filter-group .filter-range .max{
  width: 16px;
  height: 16px;
  background: #666666;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.7);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-sidebar .filter-group .filter-range .min:hover, .product-sidebar .filter-group .filter-range .max:hover{
  background: #333;
}
.product-sidebar .filter-group .filter-range .min{
  position: absolute;
  top: 50%;
  left: 0;
}
.product-sidebar .filter-group .filter-range .max{
  position: absolute;
  top: 50%;
  right: 0;
}
.product-sidebar .filter-group .price-range{
  font-size: 0.875rem;
  font-weight: bold;
}
.product-sidebar .filter-group .min-input, .product-sidebar .filter-group .max-input{
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
  font-size: 1rem;
  color: #970c11;
}
.sort{
  margin-bottom: 40px;
  float: right;
}
@media (max-width: 767px){.sort{
    float: none;
    clear: both;
  }}
.sort .sort-amount, .sort .sort-filter{
  display: inline-block;
}
.sort .sort-amount label, .sort .sort-filter label{
  font-weight: bold;
  color: #666666;
  margin-right: 10px;
}
.sort .sort-amount select, .sort .sort-filter select{
  border: none;
  background: #e6e6e6;
  padding: 8px 10px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #666666;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  cursor: pointer;
}
.sort .sort-amount select:hover, .sort .sort-filter select:hover{
  background: #222;
  color: #fff;
}
.sort .sort-amount select:active, .sort .sort-amount select:focus, .sort .sort-filter select:active, .sort .sort-filter select:focus{
  background: #fff;
  color: #666666;
}
.sort .sort-amount select option, .sort .sort-filter select option{
  background: #fff;
}
.sort .sort-filter{
  margin-left: 15px;
}
@media (max-width: 543px){.sort .sort-filter{
    margin-left: 0;
    margin-top: 10px;
  }}
.product-page{
  margin: 60px 0 0;
}
.product-page .product-col{
  margin-bottom: 30px;
}
.product-slide-wrap{
  position: relative;
  margin: 60px 0;
}
@media (max-width: 767px){.product-slide-wrap{
    margin-bottom: 40px;
  }}
.product-slide-wrap .product-name{
  font-size: 2.25rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  border-left: 5px solid #ed1c24;
  padding-left: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1199px){.product-slide-wrap .product-name{
    font-size: 1.75rem;
  }}
.product-slide-wrap .nav-wrap{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1199px){.product-slide-wrap .nav-wrap{
    position: static;
    margin: 10px 0;
  }}
.product-slide-wrap .nav-wrap .nav-slide{
  width: 90px;
  margin: -5px 0;
}
@media (max-width: 1199px){.product-slide-wrap .nav-wrap .nav-slide{
    width: auto;
    margin: 0 -5px;
  }}
.product-slide-wrap .nav-wrap .nav-slide .item{
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
}
@media (max-width: 1199px){.product-slide-wrap .nav-wrap .nav-slide .item{
    padding: 0 5px;
  }}
.product-slide-wrap .nav-wrap .nav-slide .item .product-img{
  padding: 10px;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product-slide-wrap .nav-wrap .nav-slide .slick-current .product-img{
  border: 2px solid #999999;
}
.product-slide-wrap .slide-wrap{
  position: relative;
  float: right;
  width: calc(100% - 110px);
}
@media (max-width: 1199px){.product-slide-wrap .slide-wrap{
    width: 100%;
    float: none;
  }}
.product-slide-wrap .slide-wrap .control .img-prev, .product-slide-wrap .slide-wrap .control .img-next{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product-slide-wrap .slide-wrap .control .img-prev:hover, .product-slide-wrap .slide-wrap .control .img-next:hover{
  color: #ed1c24;
}
.product-slide-wrap .slide-wrap .control .img-prev{
  left: 0;
}
.product-slide-wrap .slide-wrap .control .img-prev:before{
  content: '\f104';
  font-family: 'fontawesome';
}
.product-slide-wrap .slide-wrap .control .img-next{
  right: 0;
}
.product-slide-wrap .slide-wrap .control .img-next:before{
  content: '\f105';
  font-family: 'fontawesome';
}
.product-slide-wrap .slide-wrap:hover .control .img-prev, .product-slide-wrap .slide-wrap:hover .control .img-next{
  opacity: 1;
}
.product-slide-wrap .product-slide .item .product-img{
  padding: 40px;
  background: #fff;
  display: block;
  position: relative;
}
.product-slide-wrap .product-slide .item .product-img:after{
  content: '\f00e';
  font-family: 'fontawesome';
  color: #666666;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1.75rem;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product-slide-wrap .product-slide .item .product-img:hover:after{
  opacity: 1;
}
.product-slide-wrap .product-slide .item .product-img img{
  width: 100%;
}
.pages, .modulepager{
  margin-bottom: 30px;
}
.pages .pagination, .modulepager .pagination{
  width: 100%;
  text-align: right;
}
.pages .pagination li, .modulepager .pagination li{
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.pages .pagination li .fa, .modulepager .pagination li .fa{
  font-size: 1.125rem;
}
.pages .pagination li a, .pages .pagination li span, .modulepager .pagination li a, .modulepager .pagination li span{
  font-weight: bold;
  color: #333;
}
.pages .pagination li:hover a, .pages .pagination li:hover span, .modulepager .pagination li:hover a, .modulepager .pagination li:hover span{
  color: #ed1c24;
}
.pages .pagination li.active, .modulepager .pagination li.active{
  background: #222;
}
.pages .pagination li.active a, .pages .pagination li.active span, .modulepager .pagination li.active a, .modulepager .pagination li.active span{
  color: #fff;
}
.pages.text-xs-center .pagination, .modulepager.text-xs-center .pagination{
  text-align: center;
}
.modulepager .pagination{
  text-align: left;
}
.producttitle{
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  border-left: 5px solid #ed1c24;
  padding-left: 10px;
  margin-bottom: 20px;
  float: left;
}
@media (max-width: 1199px){.producttitle{
    font-size: 1.5rem;
    margin-top: 4px;
  }}
@media (max-width: 767px){.producttitle{
    float: none;
  }}
.module,
.product-item,
.news-item,
.wrap-form,
.product-detail-page .product-info{
  border-color: var(--vt-border);
}
.product-item,
.news-item{
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.product-item:hover,
.news-item:hover{
  transform: translateY(-3px);
  border-color: rgba(48, 50, 143, 0.25);
  box-shadow: var(--vt-shadow);
}
.product-sidebar .wrap-brand .brand-list{-webkit-box-shadow:2px 3px 10px rgba(0,0,0,.15);box-shadow:2px 3px 10px rgba(0,0,0,.15);background-color:#fff;padding:15px 10px 18px 20px}
@media screen and (max-width:992px){.product-sidebar .wrap-acr .brand-list,.product-sidebar .wrap-acr .title-acr{-webkit-box-shadow:none;box-shadow:none}}
.pages-product-list .product-list .product-list-header{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;border-bottom:thin solid #3e4095;padding-bottom:10px}
.pages-product-list .product-list .product-list-header .title{color:#3e4095;font-size:1rem;font-weight:700}
.pages-product-list .product-list .product-list-header .wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}
.pages-product-list .product-list .product-list-header .wrapper p,.pages-product-list .product-list .product-list-header .wrapper select{color:#111;font-size:1rem;font-weight:400}
.pages-product-list .product-list .product-list-header .wrapper select{margin-left:17px}
.pages-product-list .product-list .product-list-header.clearfix:after{display:none!important}
.pages-product-list .product-list .product-list-body .product-item{margin-top:30px}
@media screen and (min-width:992px){.pages-product-list .product-list .product-list-body .product-item{padding:0 5.33px}}
@media screen and (min-width:1200px){.pages-product-list .product-list .product-list-body .product-item{padding:0 13.33px}}
.pages-product-list .product-list .product-list-body .product-item:hover .img img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}
.pages-product-list .product-list .product-list-body .product-item:hover .title a{color:#ec3237}
.pages-product-list .product-list .product-list-body .product-item .img{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;display:block;position:relative;align-items:center;justify-content:center;background-color:#fff;padding-top:100%;height:0;overflow:hidden}
.pages-product-list .product-list .product-list-body .product-item .img iframe,.pages-product-list .product-list .product-list-body .product-item .img img,.pages-product-list .product-list .product-list-body .product-item .img video{-o-object-fit:cover;-webkit-transition:all .3s ease-in-out;-o-transition:.3s ease-in-out all;position:absolute;top:0;left:0;transition:all .3s ease-in-out;width:100%;height:100%;object-fit:cover}
.pages-product-list .product-list .product-list-body .product-item .img img{-webkit-transition:all .3s ease-in-out;-o-transition:.3s all ease-in-out;-o-object-fit:contain;transition:all .3s ease-in-out;margin-top:7.5%;margin-left:7.5%;width:85%;height:85%;object-fit:contain}
.pages-product-list .product-list .product-list-body .product-item .title{margin-top:20px}
.pages-product-list .product-list .product-list-body .product-item .title a{-webkit-transition:all .3s ease-in-out;-o-transition:.3s all ease-in-out;transition:all .3s ease-in-out;color:#111;font-size:1rem;font-weight:600;text-align: center; display: block; text-transform:uppercase}

/* Product category sidebar from ZoneProduct.xslt */
.pages-product-list > .title,.pages-product-list > h3.title{display:none}
.product-sidebar .close-button{display:none}
.product-sidebar .wrap-acr+.wrap-acr{margin-top:60px}
@media screen and (max-width:1200px){.product-sidebar .wrap-acr+.wrap-acr{margin-top:50px}}
@media screen and (max-width:1024px){.product-sidebar .wrap-acr+.wrap-acr{margin-top:45px}}
@media screen and (max-width:992px){.product-sidebar .wrap-acr+.wrap-acr{margin-top:0}}
.product-sidebar .wrap-acr .title{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;align-items:center;z-index:2;margin-left:-14px;background-color:#3e4095;padding:10px 10px 10px 30px;height:2.5rem;color:#fff;font-size:1rem;font-weight:700;text-transform:uppercase}
.product-sidebar .wrap-acr .title:before{position:absolute;top:100%;left:0;border-top:14px solid #01255d;border-left:14px solid transparent;width:0;height:0;content:""}
.product-sidebar .wrap-acr .title-acr{-webkit-box-shadow:2px 3px 10px rgba(0,0,0,.15);position:relative;box-shadow:2px 3px 10px rgba(0,0,0,.15)}
.product-sidebar .wrap-acr .title-acr:before{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:.2s all ease-in-out;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:12;transition:all .2s ease-in-out;background-color:#e0e0e0;width:90%;height:1px;content:""}
@media screen and (max-width:1024px){.product-sidebar .wrap-acr .title-acr:before{width:100%}}
.product-sidebar .wrap-acr .title-acr.removeLine:before,.product-sidebar .wrap-acr .title-acr.active:before{height:0;background:transparent}
.product-sidebar .wrap-acr .title-acr.active a{background-color:#ec3237;color:#fff}
.product-sidebar .wrap-acr .title-acr.active span{-webkit-transform:rotate(180deg) translateY(50%) translateX(0);-ms-transform:rotate(180deg) translateY(50%) translateX(0);transform:rotate(180deg) translateY(50%) translateX(0);color:#fff}
.product-sidebar .wrap-acr .title-acr a{position:relative;background-color:#fff;padding:15px;height:3.125rem}
.product-sidebar .wrap-acr .title-acr a,.product-sidebar .wrap-acr .title-acr span{-webkit-box-align:center;-ms-flex-align:center;-webkit-transition:all .3s ease-in-out;-o-transition:.3s all ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;z-index:10;transition:all .3s ease-in-out;color:#111;font-size:1rem;font-weight:400}
.product-sidebar .wrap-acr .title-acr span{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-box-pack:center;-ms-flex-pack:center;position:absolute;top:50%;right:0;justify-content:center;transform:translateY(-50%);cursor:pointer;width:40px;height:40px;content:""}
@media screen and (max-width:1024px){.product-sidebar .wrap-acr .title-acr span{font-size:1.5625rem!important}}
.product-sidebar .wrap-acr .title-acr span.active{display:none}
.product-sidebar .wrap-acr .content-acr{display:none;background:#f5f5f5;padding:15px 35px}
.product-sidebar .wrap-acr .content-acr.active{display:block}
.product-sidebar .wrap-acr .content-acr a{-webkit-transition:all .3s ease-in-out;-o-transition:.3s all ease-in-out;display:block;transition:all .3s ease-in-out;cursor:pointer;color:#111;font-size:1rem;font-weight:400}
.product-sidebar .wrap-acr .content-acr a:hover,.product-sidebar .wrap-acr .content-acr a.active{color:#ec3237}
.product-sidebar .wrap-acr .content-acr a+a{margin-top:5px}
.product-sidebar .wrap-brand .brand-wrapper+.brand-wrapper{margin-top:15px}
.product-sidebar .wrap-brand .brand-wrapper.active .filter-link .check-box:before,.product-sidebar .wrap-brand .brand-wrapper .filter-link.active .check-box:before{color:#ec3237!important;font-family:Material Icons!important;content:"check_box"!important}
.product-sidebar .wrap-brand .brand-wrapper .filter-link{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}
.product-sidebar .wrap-brand .brand-wrapper .filter-link .check-box{position:relative;width:13px;height:15px}
.product-sidebar .wrap-brand .brand-wrapper .filter-link .check-box:before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:absolute;top:50%;left:0;transform:translateY(-50%);color:#999;font-family:Material Icons;font-size:1rem;font-weight:400;content:"check_box_outline_blank"}
.product-sidebar .wrap-brand .brand-wrapper .filter-link .text{margin-left:8px;color:#111;font-size:1rem;font-weight:400}
@media screen and (max-width:992px){.product-sidebar .wrap-acr{-webkit-transform:translateY(15px);-ms-transform:translateY(15px);-webkit-transition:all .3s ease-in-out;-o-transition:.3s all ease-in-out;position:fixed;top:90px;right:0;bottom:40px;left:0;transform:translateY(15px);visibility:hidden;opacity:0;z-index:97;transition:all .3s ease-in-out;background:#fff;overflow:auto;pointer-events:none}.product-sidebar .wrap-acr.active{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);visibility:visible;opacity:1;pointer-events:visible}.product-sidebar .wrap-acr .brand-list,.product-sidebar .wrap-acr .title-acr{-webkit-box-shadow:none;box-shadow:none}.product-sidebar .wrap-acr .close-button{display:block;padding:10px 15px;color:#111;cursor:pointer}.product-sidebar .wrap-acr .close-button .material-icons{display:block;font-size:24px}}

/* Product mobile sidebar - restored from live */
.product-sidebar-mobile{position:fixed;right:0;bottom:0;left:0;z-index:99}
@media screen and (min-width:1024px){.product-sidebar-mobile{display:none}}
.product-sidebar-mobile .wrapper,.product-sidebar-mobile .wrapper .btn{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}
.product-sidebar-mobile .wrapper .btn{z-index:2;background-color:#3e4095;width:50%;height:40px;color:#fff;font-size:1rem;font-weight:700;text-align:center;text-transform:uppercase;white-space:nowrap;cursor:pointer}
.product-sidebar-mobile .wrapper .btn:first-child{border-right:thin solid #ccc}
@media screen and (max-width:992px){.pages-product-list .product-sidebar{position:static;top:auto;right:auto;bottom:auto;left:auto;-webkit-transform:none;-ms-transform:none;transform:none;z-index:auto;margin:0;padding:0;width:auto;background:transparent}.pages-product-list .product-sidebar.open{-webkit-transform:none;-ms-transform:none;transform:none}}
.product-sidebar .close-button{display:none}
@media screen and (max-width:992px){.product-sidebar .close-button{display:block;padding:10px 0 15px}.product-sidebar .close-button .wrapper-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease-in-out;-o-transition:.3s all ease-in-out;transition:all .3s ease-in-out;margin:0 auto;border:thin solid #ec3237;border-radius:3px;background-color:rgba(208,49,49,.09);padding:10px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#ec3237}.product-sidebar .close-button .wrapper-button span{margin-right:10px}}
@media screen and (max-width:992px){.product-sidebar .wrap-acr{-webkit-transform:translateY(15px);-ms-transform:translateY(15px);-webkit-transition:all .3s ease-in-out;-o-transition:.3s all ease-in-out;position:fixed;top:90px;right:0;bottom:40px;left:0;transform:translateY(15px);visibility:hidden;opacity:0;z-index:97;transition:all .3s ease-in-out;background:#fff;overflow:auto;pointer-events:none}.product-sidebar .wrap-acr.active{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);visibility:visible;opacity:1;pointer-events:visible}.product-sidebar .wrap-acr .brand-list,.product-sidebar .wrap-acr .title-acr{-webkit-box-shadow:none;box-shadow:none}}
