/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

.page-subheading {
  display: none;
}

.cart-subtotal-shipping {
  display: none;
}


 @media only screen and (max-width: 1024px ) {
    .foots {
      display: none;
      }
      
     .product-list .product-mobile-slider {
         flex-wrap: wrap;
     }
     .mobverre {
         display: none;
     }
     #cats {
         display: none;
     }
     .p-card-cart-col {
         display: none;
     }
 }
 


#cats {
  padding: 0 0 40px;
}
#cats .flex_w {
  padding: 0;
}
#cats .wrapper {
  float: left;
  width: 33%;
  padding: 0 5px;
  margin: 0 0 5px;
}
#cats .wrapper.__empty {
  height: 0;
  margin: 0;
  padding: 0;
}
#cats .item {
  color: #fff;
  text-decoration: none;
  height: 200px;
  overflow: hidden;
  padding: 15px 20px 25px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#cats .item .type {
  background-color: #464646;
  opacity: 0.8;
}
#cats .item .darkback {
  bottom: 18px;
  width: 100%;
  height: 34px;
  background-color: black;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  z-index: 10;
}
#cats .item .overdark {
  z-index: 20;
}
#cats .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
      max-width: 306px;
}
#cats .item .type {
  border: 1px solid #fff;
  position: absolute;
  left: 20px;
  top: 35px;
  font: 12px 'Regular', Arial, sans-serif;
  color: #fff;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #00000040;
}
#cats .item .title {
  display: block;
  font: 18px 'Regular', Arial, sans-serif;
}
#cats .item .des {
  margin: 10px 0 0;
  font: 14px/1.4 'Regular', Arial, sans-serif;
  display: block;
}
#cats .item .tsh {
  text-shadow: 1px 1px 1px #555555;
}
#cats .item:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#cats .item.__calc {
  background-color: #e3ddc0;
  color: #212121;
}
#cats .item.__calc img {
  margin: 0 0 15px;
}




/*-----В корзину---*/
.tab-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.tab-list .tab-list__item { 
    display: inline-block;
    padding: 8px 10px;
    font-weight: 600;
    float: left;
    text-decoration: none;
    position: relative;
    margin-right: 10px;
    border-radius: 2px;
    background: #F1F1F3;
    transition: 0.1s;
    cursor: pointer;
}
.tab-list .tab-list__item.is-active {
    background: #808ea1;
    color: #fff;
}
.tab-list .tab-list__item.is-active::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -8px;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #808ea1 transparent transparent;
    transition: 0.1s;
}
.tab-list .tab-list__item:not(.is-active):hover { 
    background: #DBDDE2;
}
.tab-list-line {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.tab-list-line_under {
    border-bottom: 1px solid #E9E9E9;
}
.tab-list-line .tab-list__item {
    display: inline-block;
    padding: 0 0 10px 0;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    margin-right: 15px;
    border-radius: 3px;
    cursor: pointer;
}
.tab-list-line .tab-list__item:not(.is-active):hover {
    color: #2a3845;
}
.tab-list-line .tab-list__item.is-active::after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: #f33d63;
}
.tab-list-line .tab-list__item.is-active::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -8px;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #f33d63 transparent transparent;
}
.p-card-deliverypay-info {
    display: inline-block;
    width: 100%;
    border: 1px solid #E9E9E9;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
}

.is-hide {
    display: none;
}









.brand-logo-container {
    height: 100%;
    background: #fff;
    margin: 0 auto;
}


.brands-slider-col{
    height: 200px;
    width: 100%;
    float: none
}
#brand-discount-slider {
position: relative;
    overflow: hidden;
    width: 100% !important;
    height: 200px !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px 0px;
}
#brand-discount-slider ul {
    position: relative;
    margin: 0 !important;
padding: 0 41px !important;
    height: 100% !important;
    list-style: none;
  display: flex;
  width:100% !important;
}
#brand-discount-slider ul li {
position: relative;
    display: block;
    float: left;
    margin: 20px;
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
}
#brand-discount-slider ul li img {
width: 230px;
}
.brand-arrow-prev {
    width: 50px;
    height: 81%;
    background: #E91E63;
    text-align: center;
    line-height: 177px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 25;
    cursor: pointer;
    margin: 20px 0px;
        font-size: 25px;
    font-weight: bold;
}
.brand-arrow-next {
    width: 50px;
   height: 81%;
    background: #E91E63;
    text-align: center;
    line-height: 177px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 25;
    cursor: pointer;
   margin: 20px 0px;
    font-size: 25px;
    font-weight: bold;
}

.brand-arrow-next:hover, .brand-arrow-prev:hover {
  color:#d58e35;
}

.darkback {
    bottom: 18px;
    width: 100%;
    height: 24px;
    background-color: #000;
    opacity: .3;
    position: absolute;
    left: 0;
    z-index: 10;
}
.overdark_title {
    bottom: 18px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}






























.cat_slider {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.cat_slider-category {
  padding: 0 10vw;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.cat_slider-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 89%;
    margin: 0 auto;
}

.cat_slider-container::-webkit-scrollbar {
  display: none;
}

.cat_slider-card {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 40px;
}

.cat_slider-image {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.cat_slider-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount-tag {
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  color: #ff7d7d;
  right: 10px;
  top: 10px;
  text-transform: capitalize;
}

.card-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  width: 90%;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0;
}

.cat_slider-card:hover .card-btn {
  opacity: 1;
}

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

.cat_slider-info {
  width: 100%;
  height: 100px;
  padding-top: 10px;
}

.cat_slider-brand {
  text-transform: uppercase;
}

.cat_slider-short-description {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  opacity: 0.5;
  text-transform: capitalize;
  margin: 5px 0;
}

.price {
  font-weight: 900;
  font-size: 20px;
}

.actual-price {
  margin-left: 20px;
  opacity: 0.5;
  text-decoration: line-through;
}

.pre-btn,
.nxt-btn {
  border: none;
  width: 7vw;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  cursor: pointer;
  z-index: 8;
}

.pre-btn {
  left: 0;
  transform: rotate(180deg);
}

.nxt-btn {
  right: 0;
}

.pre-btn img,
.nxt-btn img {
  opacity: 0.2;
}

.pre-btn:hover img,
.nxt-btn:hover img {
  opacity: 1;
}

.collection-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.collection {
  position: relative;
}

.collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
}

.collection:nth-child(3) {
  grid-column: span 2;
  margin-bottom: 10px;
}

.slider_category_box {
    display: flex;
}
.slider_category_box_icon {
    font-size: 24px;
    font-weight: bold;
}


.slider_category_box {
  float: left;
  width: 20%;
  padding: 0 5px;
  margin: 0 0 5px;
}

.slider_category_box .item {
  color: #fff;
  text-decoration: none;
  width: 160px;
  height: 100px;
  overflow: hidden;
  padding: 15px 20px 12px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.slider_category_box .item .type {
  background-color: #464646;
  opacity: 0.8;
}
.slider_category_box  .item .darkback {
    bottom: 5px;
    height: 34px;
    background-color: black;
    opacity: 0.3;
    position: absolute;
    left: 0px;
    z-index: 10;
}
.slider_category_box  .item .overdark {
  z-index: 20;
}
.slider_category_box  .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
    max-width: 165px;
}
.slider_category_box  .item .type {
  border: 1px solid #fff;
  position: absolute;
  left: 20px;
  top: 35px;
  font: 12px 'Regular', Arial, sans-serif;
  color: #fff;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #00000040;
}
.slider_category_box  .item .title {
  display: block;
}
.slider_category_box  .item .des {
  margin: 10px 0 0;
  font: 14px/1.4 'Regular', Arial, sans-serif;
  display: block;
}
.slider_category_box  .item .tsh {
  text-shadow: 1px 1px 1px #555555;
}
.slider_category_box  .item:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.slider_category_box  .item.__calc {
  background-color: #e3ddc0;
  color: #212121;
}
.slider_category_box  .item.__calc img {
  margin: 0 0 15px;
}


.contain {
    width: 1300px;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px ) {
   .contain {
    width: 360px;
    margin: 0 auto;
    } 
    .slider_category_box {
      float: left;
      width: 50%;
      padding: 0 5px;
      margin: 0 0 5px;
}
 .tsh {
     font-size: 12px;
 }
 }



.s-brand-zones-list li a {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
	}
	.s-section__contents {
		border: 1px solid #c7c7c7;
        padding: 10px;
        border-radius: 10px;
	}
	.s-section__contents ul {
		list-style: none;
		padding: 10px;
	}
	.s-section__contents ul>li {
		padding-top: 10px;
	}
	
		.carousel-item img {
    	    max-width: 860px;
            border-radius: 10px;
    }
	

   @media only screen and (max-width: 1200px ) {
    .mobhead {
      display: none;
    }
 }