/*Добавляем к полям с ценами округление*/
.t-store__filter__btn,
.t-store__filter__input {
  border-radius: 14px;
}
/*Меням цвет полоски на черный и увеличиваем толщину*/
.t-store__filter__range_bg {
  height: 3px;
  background-color: #4f4f4f;
}
/*Делаем пункты меню кргулыми */
.t-checkbox__indicator {
  border-radius: 50%;
}

/*Сейчас значение по умолчанию на мобильной версии 80%. Изменим на 60%. */
/*Скорее всего еще нужно будет добавить отступ слева margin-left: 10%; */
/*@media screen and (max-width: 480px) {*/
/*  .t786__container_mobile-flex .t786__col {*/
/*    min-width: 60%;*/
/*    max-width: 60%;*/
/*  }*/
/*}*/

.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    background-color: transparent;
}
/*Размеры чекбокса выбора цвета*/
.checkbox__radio__Size{
  width:26px;
  height:26px;
}
.t786__scroll-icon-wrapper {
display: none;
  }
  
  
  .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
background-color: transparent;
}
/*Размер шрифта 1) в описании 2) внутри таба*/
@media screen and (max-width: 960px) {
  .js-store-prod-all-charcs,
  .js-store-prod-all-text {
    font-size: 14px;
  }
  .t-descr_xxs {
    font-size: 14px;
  }
}

/*Размер шрифта в табах */
@media screen and (max-width: 640px){
.t-name_xs {
    font-size: 14px;
}
.t-name_md {
    font-size: 16px;
}
}
.js-product .t-product__option-select{
    border-radius: 0px;
     background: #ffffff;
      /*border: 1px #000000 solid;*/
}
.js-product .t-product__option-select:focus{
   outline: none;
   border: 1px #000000 solid;
}





.js-store-prod-text a {
    display: inline-block;
    padding: 10px 25px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 0px;
    font-weight: 400;
}
.js-store-prod-text a:first-of-type {
    background-color: #FFFFFF;
    color: #000000 !important;
    border: 1px solid #000000;
    display: inline-flex;
    justify-content: center;
    width: 170px
    
}
.js-store-prod-text a:last-of-type {
    background-color: #FFFFFF;
    color: #000000 !important;
    border: 1px solid #000000;
    display: inline-flex;
    justify-content: center;
    width: 170px
}   

    .js-store-prod-text a:nth-of-type(2) {
    background-color: #FFFFFF;
    color: #000000 !important;
    border: 1px solid #000000;
    display: inline-flex;
    justify-content: center;
    width: 170px
}


.t706__cartwin_showed {
    z-index: 999999999;
}





.t-btn td {
width: 155px;
}

@media screen and (max-width: 640px){
.t-btn td {
width: 175px;
}
} 






	
.t706__carticon-wrapper {
  opacity: 0;
  animation: ani 4.5s forwards;
}

@keyframes ani {
  0%, 90% {opacity: 0;}
  100% {opacity: 1;}
}

    .js-product-controls-wrapper.t-store__card__prod-controls-wrapper{
	display: block !important;
	}

	/*.js-product-edition-option-name.t-product__option-title.t-descr.t-descr_xxs{*/
	/*    display:none;*/
	/*}*/
	.js-product-controls-wrapper.t-store__card__prod-controls-wrapper>*:not([data-option-type="color"]){
	display: none !important;
	}
	
/*размер кружка по умолчанию 26*26 измени размер на необходимый*/
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color{
    /*ширина по умолчанию 26px*/
    width: 16px; 
    /*высота по умолчанию 26px*/
    height: 16px;
}

.t1002__addBtn_active svg path {
    fill: #CECECE;
}
.t-title_md {
    font-weight:900;    
}





.t-store__card__sku {
display: none;
}



.t-store .t-product__option-title {

display: none;
}

.t-store .t-product__option {
margin-top: 0px;

}



.t-store__grid-separator {
margin-bottom: 40px;
}



@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col,
.t-store__grid-cont .t-store__stretch-col {
margin-bottom: 40px;
}
}


.CCProductRating {
display: none !important;
}

.CCProjectLink {
display: none !important;
}


.CCReviewsList__title {
font-size: 16px !important;
}
.CCReviewForm__title {
font-size: 16px !important;
}
.CCFieldInput__label {
font-size: 12px !important;

}
.CCRatingInput__label {
font-size: 12px !important;
}
.CCTextareaInput__label {
font-size: 12px !important;
}
.CCFilesInput__label {
font-size: 12px !important;
}
.CCStar {
    width: 30 !important;
    height: 30 !important;
}