body{
  --main-shop-color: #2c9ed7;
}

.catalog_sidebar{
  max-width: 300px;
}
.sidebar_catBlock{
  margin-bottom:40px;
}
.sidebar_subTitle{
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 9px;
}
.catalog_section .container{
  display: flex;
}


.pageTitle{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.foundCount{
  margin-bottom: 10px;
}

.cat-menu{
  display: flex;
  flex-wrap: wrap;
}
.cat-menu_item{
  width: 100%;
  padding: 5px 0;
}
.cat-menu_item a{
  text-decoration: none;
  color: #333;
  margin-bottom: 5px;
}

.catalog-list{
  display: flex;
  flex-wrap: wrap;

}
.catalog-item{
  min-width: 250px;
  width: 32%;
  margin-right: 1.33%;
  margin-bottom: 30px;
  color: #505050;
  text-decoration: none;
}
.catalog-item_imgWrap{
    margin-bottom: 25px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog-item_imgWrap>a{
    display:block;
    height:100%;
}
.catalog-item_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-item_img img{
  max-width:100%;
}
.catalog-item_name{
  text-decoration:none;
  margin-bottom: 15px;
  display:inline-block;
  color:#313131;
  line-height: 20px;
  font-size: 17px;
}
.catalog-item .price-new{
  color:var(--main-shop-color);
}
.price-wrap{
  margin-bottom: 10px;
  display: inline-block;
}



.prod_topBlock{
  margin-bottom: 20px;
}
.prodPage_priceCountBlock{
  margin-bottom: 15px;
}


.prodImages_block .slick-dotted{
  display: none;
}
.prodPage_priceCountBlock .price-new{
  font-size: 21px;
  font-weight: 600;
  color: #2c9ed7;
}

.addToCartBtn{
  background-color:  var(--main-shop-color);
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0 5px 5px 0; 
  border: 2px solid var(--main-shop-color);
}
.bronProdBtn{
  border: 2px solid var(--main-shop-color);
  padding: 10px 15px;
  margin: 0 5px 5px 0;
  text-decoration: none;
  color: var(--main-shop-color);
}
.countBlock-block{
  font-size: 16px;
  border-radius: 0px;
  position: relative;
  width: 120px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.countBlock-block input{
  width: 100%;
  padding: 10px 30px 10px 10px;
  font-size: 18px;
  text-align: right;
}
.countBlock-block .countBtnWrap{
  position: absolute;
  border: none;
  background-color: transparent;
  font-size: 19px;
  font-weight: 400;
  line-height: 17px;
  width: 24px;
}
.product-info.tabs_block button.tab_head{
  border: none;
  background-color: #fff;
  border-radius: 3px;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: -2px;
  z-index: 1;
  font-size: 15px;
  text-transform: uppercase;
}
.product-info.tabs_block button.tab_head.active{
  border-bottom: none;
  padding: 8px 15px 9px;
  border-bottom: 3px solid #2c9ed7;
  color: #2c9ed7;
}
.product-info.tabs_block .tabs_headsWrap{
    border-bottom: 1px solid #eee;
}
.product-info.tabs_block .tabs_headsWrap{
    border-bottom: 1px solid #000;
    z-index: -1;
}
.product-info .tabs_bodysWrap{padding:15px;}






.prodsCatTabs-section .colorBtn{
  margin: auto;
  display: block;
  width: max-content;
}
.prodsCatTabs-section .tabs_headsWrap{
  flex-wrap: nowrap;
    display: flex;
}


.menu_linkToCatalog.menu-item{
  padding: 0px!important;
}
.menu_linkToCatalog .menu_linkToCatalog-head{
  background-image: url(../img/catalog-icon-2.svg);
  padding-left: 40px;
  background-size: 25px;
  background-position: 11px center;
  padding: 15px 15px 15px 50px;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #1c6d95;
}
.mainPage_catalog .catalog-item{
  width: 24%;
  margin-right: 0.33%;
}
 .menu_linkToCatalog .menu_linkToCatalog-body{
  padding-left: 10px;
  width: max-content;
  max-width: 250px;
 }



.sorter__by {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  height: 0;
  width: 0; }
  .sorter__by.ASC {
    border-bottom: 4px solid; }
  .sorter__by.DESC {
    border-top: 4px solid; }


.priceSlider{
  margin-bottom:25px;
}
.priceSlider_title{
  margin-bottom: 10px;
}
.priceSlider_inputs input{
  display: inline-block;
    white-space: nowrap;
    min-width: 90px;
    vertical-align: middle;
    padding: 7px 17px;
    color: #000;
    font-size: 14px;
    border: 1px solid #ececec;
    border-radius: 10px;
    width: 100px;
}
.sortBlock_categPage label{
  margin-left: 20px;
}
.sortBlock_categPage label:first-child{
  margin-left: 0px;
}
.sortBlock_categPage .orderSelect {
    font-size: 14px;
    color: #3d3c3c;
    text-transform: lowercase;
    border-radius: 15px;
    height: 30px;
    padding: 0 30px 2px 20px;
    max-width: 210px;
    border: 1px solid #ececec;
    margin-left: 20px;
}

.foundCount{
  margin-bottom: 15px;
  font-size: 14px;
  color: #545454;
}
.catalog_OrdersBlock{
  margin-bottom:15px;
}

.pagination{
  display:flex;
}
.pagination li{
  margin-right:10px;
}
.pagination li.active span{
  color:#2c9ed7;
  font-weight:600;
}

.pagination .page-numbers{
  text-decoration: none;
  color: #4d4d4d;
}


/*basket*/


.vShopCartPage{
  margin-bottom:50px;
}

.vShopCartPage input,
.vShopCartPage textarea,
.vShopCartPage select{
    height: 50px;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    padding: 10px 25px;
    transition: .2s all;
    border: 1px solid #ddd;
    margin-bottom: 7px;
}
.vShopCartPage input[type="radio"],
.vShopCartPage input[type="checkbox"]{
  width:20px;
  height:20px;
  margin-right:10px;
}
.vShopCartPage label{
  width:100%;
  display:flex;

}
.cartP_infoBlock{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.cartP_subBlock{
  margin-bottom:30px;
  background-color:#f1f9ff;
  padding:20px;
  margin-bottom: 10px;
  width: 49.5%;
  min-width: 250px;
}
.cartP_subBlock_label{
  font-size:21px;
  width: 100%;
  margin: 20px 0 10px;
}
.dateDeliveryBlock{display:flex;flex-wrap:wrap;}
.dateDeliveryBlock .item{width:30%;min-width:180px;}
.cartPage_bottomBlock{
  width: 100%;
  background-color: #f1f9ff;
  padding: 20px;
  margin-bottom: 10px;
}
.adress_block{display:none}
.adress_block.show{display:block;width: 100%;}

input.cartPage_submiBtn{
  background-color:#29d517;
  color:#fff;
  font-size:29px;
  height: auto;
}
.cartPage_bottomBlock-summ{
  text-align: right;
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
}
.cartPage_bottomBlock-polit{
  
}
.basket-header{
  display: flex;
  /*flex-wrap: wrap;*/
  display: grid;
  /* flex-wrap: wrap; */
  grid-template-columns: auto 140px 130px 140px 140px 40px;
  grid-template-rows: 100%;
  /* border: 1px solid #e5e5e5; */
  border-bottom: none;
  padding: 15px 20px 0;
}
.basket_header_item{
  /* width: 200px; */
  /* text-align: center; */
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  /* border-bottom: none; */
  /* border-right: none; */
  flex-grow: 1;
  /* width: calc((100% - 80px) / 6); */
  box-sizing: border-box;
  flex-shrink: 0;
  border-left: none;
}
.basket-inner{
    display: flex;
    /*flex-wrap: wrap;*/
    display: grid;
    /* flex-wrap: wrap; */
    grid-template-columns: 50px 200px auto 150px 160px 160px 50px;
    grid-template-rows: 100%;
    border-bottom: 1px solid #888;
    /* border-bottom: none; */
}
.basket-inner{
  padding:15px 0;
  font-size:18px;
  /* display: flex; */
  align-items: center;
}
.basket-item-cell{
  /* width:150px; */
  padding: 3px 10px;
  border-right: 1px solid #eee;
  height: 100%;
  display: flex;
}
.name-block{
  flex-direction:column;
}
.basket-body{
  padding: 0;
  border-top: none;
  border: 1px solid #000;
  border-bottom: none;
}
.basketBlock{
  margin-bottom:50px;
}
.basket-result{
  font-size:18px;
  text-align: right;
  font-size: 28px;
  padding: 20px 10px;
  font-weight: 600;
  /* padding-right: 120px; */
  border: 1px solid #000;
  border-top: none;
}
.basket-inner .title-link{
  text-transform:uppercase;
  color: #5d5d5d;
  font-weight:600;
  font-size: 16px;
}
.basket-inner img{
  max-width:100%;
}
.basket_header_item:last-child{
  border-right: none;
}
.basket-inner:last-child{
  border-bottom: 1px solid #e5e5e5;
}
.basket-inner .minicell,
.basket-header .minicell{
  width: 40px!important;
  text-align: center;
  flex-shrink: 0;
  flex-basis: 40px;
}

.basket-body{
}
.basket-header{
  display: flex;
  /*flex-wrap: wrap;*/
  border: 1px solid #000;
  border-bottom: none;
  display: grid;
  grid-template-columns: 50px 200px auto 150px 160px 160px 50px;
  grid-template-rows: 100%;
  padding: 0px;
}
.basket_header_item{
  /* width: 200px; */
  text-align: center;
  padding: 10px;
  border-right: 1px solid #000;
  border-bottom: none;
  /* border-right: none; */
  flex-grow: 1;
  /* width: calc((100% - 80px) / 6); */
  box-sizing: border-box;
  flex-shrink: 0;
}
.basket_header_item:last-child{
  border-right:1px solid #000;
}
.basket-inner:last-child{
  border-bottom:1px solid #000;
}
.basket-inner .minicell,
.basket-header .minicell{
  width: 50px!important;
  text-align: center;
  flex-shrink: 0;
  flex-basis: 40px;
}

.countBlock-block{
  display: flex;
  align-items: center;
  flex-direction: row!important;
  padding: 0px;
  margin: 0 10px;
  width: calc(100% - 20px);
  flex-wrap: wrap;
  border: 1px solid #b8b8b8;
}
.countBtn{
  width: 30px;
  font-size: 21px;
  height: 35px;
}
.countBlock-block input{
  width: calc(100% - 47px);
  text-align: center;
  font-size: 21px;
  height: 35px;
}
.cartP_subBlock,
.cartP_subBlock label,
.cartP_subBlock select{
  font-weight: 500;
}
.basket-inner .minicell{
    font-size: 22px;
    font-weight: 100;
}
.countBlock-block{
  position: relative;
  width: 100%;
  height: 77px;
  box-sizing: border-box;
}
.countBlock-block .countBtnWrap{position: relative;/* width: 28px; *//* height: 21px; */border: none;/* outline: 1px solid #bdbdbd; */background: #ffffff;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-moz-transition: all .3s ease;-o-transition: all .3s ease;-webkit-transition: all .3s ease;transition: all .3s ease;font-size: 19px;line-height: 16px;color: red;padding: 0px;/* top: 100%; */width: 50%;box-sizing: border-box;display: block;}
.countBlock-block .countBtn{
  width:100%;
  margin:0px;
  border:0px;
  
}

.countBlock-block .countBtn.plus{
}
.countBlock-block .countBtn.minus{
  left: 0px;
  bottom: 2px;
  padding-bottom: 5px;
  border-right: 1px solid #e0e0e0;
}
.countBlock-block input {
    background: #fcfcfc;
    text-align: center;
    font: 18px "PT Sans",Arial,sans-serif;
    color: #5d5d5d;
    width: 100%;
    height: 40px;
    padding: 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    /* box-shadow: 0px 0px 1px 2px #c5c5c5; */
    border-width: 1px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
.subcaption {
  color: #8a8a8a;
  font-size: 12px;
}
.basket-inner>.row:first-child{
  align-items: center;
  display: flex;
}
#msCart{
}
.basket-result .sum{
  padding-left: 30px;
}
.basket-result .sum dl:first-child{
  text-align: right;
}