.t706__carticon {
  display: none !important;
}
.custom-cart {
    cursor: pointer;
}
.custom-cart-main {
    cursor: pointer;
    position: fixed;
    top: 20px !important;
}
.scroll-arrow-hide {
    opacity: 0;
    transition: 0.3s;
}
.main-logo {
  position: fixed;
  width: 100%;
  height: auto;
  display: block;
  transform-origin: left top; /* Увеличение начинается сверху */
  top: 20px !important;
}
.t951 {
    max-width: 1160px !important;
    margin: 0 auto;
}
.t951__sidebar-wrapper {
    position: fixed;
    top: calc(50% - 50px);
}

.t-menu__link-item {
    margin-bottom: 15px !important;
}
.t-store__card__textwrapper {
    padding-top: 10px;
}
.t-store__card__price, .t-store__card__price_old {
    font-size: 14px !important;
}
.t-store__card__price-wrapper {
    margin-top: 2px;
}
.t-store__parts-switch-btn.t-active {
    opacity: 1 !important;
    background-color: #00BBFF;
}
.t951__sidebar .t-store__parts-switch-wrapper {
    align-items: start;
}
.t706__sidebar-heading {
    font-weight:400;
    border: 1px solid #BCBCBC;
    padding: 5px;
}
.t706__sidebar-top {
    border: none !important;
}
.t706__sidebar-close {
    top: 40px !important;
    right: 40px !important;
}
.t706__sidebar-count {
    font-family: 'Inter';
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
    justify-self: self-end;
    font-weight: 300;
}
.t706__sidebar-top {
    padding: 0px !important;
}
.t706__sidebar-products {
    margin-top: 20px;
    border-top: 1px solid #BCBCBC;
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0px;
}
.t706__product-imgdiv {
    width: 120px;
    height: 160px;
    border-radius: 0;
}
.t706__product-title {
    padding: 0 !important;
    vertical-align: top;
}
.t706__product-title a {
    font-family: 'Inter';
    font-weight: 300;
}
.t706__product-amount, .t706__product-plusminus, .t706__product-del-wrapper {
    position: absolute;
    display: block;
    width: auto;
    padding: 0 !important;
}
.t706__product-amount {
    left: 140px;
    top: 20px;
    font-weight: 500;
}
.t706__product-plusminus {
    left: 140px;
    bottom: 40px;
}
.t706__product-del-wrapper {
    right: 0;
    bottom: 0;
}
.t706__product {
    position: relative;
}
.t706__product-title__option {
    margin-top: 20px;
}
.t706__sidebar-prodamount-wrap {
    padding: 50px 0px 15px 0px !important;
    display: flex;
    justify-content: space-between;
    font-family: 'Inter';
    font-weight:300 !important;
    text-transform: uppercase;
}
.t706__sidebar-continue {
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 200 !important;
    letter-spacing: 0.8px;
}
.t706__cartpage-products {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.t-store__prod-snippet__container {
    padding: 20px 0px 50px 0px;
}
/*.t-slds__thumbsbullet-wrapper {*/
/*    text-align: left !important;*/
/*}*/
.t-slds__thumbsbullet {
    width: 100px !important;
    height: 80px !important;
    overflow: hidden;
}
.t-slds__thumbsbullet.t-slds__bullet {
    margin-right: 16px !important;
}
.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: rgba(25, 190, 215, 0.3) !important;
}
.t-slds__bgimg.t-slds__bgimg-contain {
    padding-bottom: 125% !important;
}
/*.t-slds__bgimg-contain {*/
/*    background-size: cover;*/
/*}*/
.t-slds__container {
    background: none !important;
}
.t-store__prod-popup__title-wrapper {
    margin-bottom: 0;
}
.t-store__prod-popup__name {
    /*font-family: 'Helvetica' !important;*/
    font-size: 16px;
}
.t-store__prod-popup__price-item {
    font-size: 14px !important;
}
.t-store__prod-popup__price-value {
    font-family: 'Arial' !important;
    font-weight: 200 !important;
}
.t-product__option-item_simple {
    padding: 0 !important;
}
.t-store__prod-popup__btn {
    border-radius: 0 !important;
    font-family: 'Inter' !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0 !important;
}
.t-slds__arrow-left {
    left: 0 !important;
}
.t-slds__arrow-right {
    right: 0 !important;
}
.t-slds__arrow_body {
    width: 15px !important;
}
.t-slds__arrow {
    background: none !important;
}

/*submit*/
.t-form__submit button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    height: 50px;
}

/*description*/

.tilda-custom-text {
    display: flex;
    flex-direction: column;
    gap: 10px
}
.tilda-size {
    display: flex;
    flex-direction: column;
    gap: 6px
}
.tilda-size-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.tilda-size-item__s {
    background-color: #FF0004;
    width: 5px;
    height: 5px;
}
.tilda-size-item__m {
    background-color: #0077FF;
    width: 5px;
    height: 5px;
}
.tilda-size-item__l {
    background-color: #19BED7;
    width: 5px;
    height: 5px;
}
.tilda-size-item__xl {
    background-color: #FF9D72;
    width: 5px;
    height: 5px;
}
.tilda-table {
    margin-top: 20px;
    align-self: start;
    text-align: left;
    border-collapse: collapse;
}
.tilda-table td {
    padding: 6px 20px;
}
.tilda-table td:first-child {
    padding-left: 0;
}
.tilda-table tr {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

/*order*/

#customdelivery {
    margin-top: 0 !important
}
.t-name.t-name_md {
    /*display: none !important*/
}
.t-form__inputsbox {
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-template-rows: repeat(5, 1fr);*/
    /*gap: 8px;*/
}

/*size*/
.s-size {
    border-bottom: 2px solid #FF0004 !important;
}
.m-size {
    border-bottom: 2px solid #0077FF !important;
}
.l-size {
    border-bottom: 2px solid #19BED7 !important;
}
.xl-size {
    border-bottom: 2px solid #FF9D72 !important;
}

/*description*/
.uc-description {
    max-width: 1200px;
    margin: auto;
}
.uc-description .t396__artboard {
    padding: 0 !important;
}
.uc-description-text {
    flex: 1;
}
/*product-item-icon*/
.t-store__card__mark {
    background-color: #ff0004 !important;
    font-family: 'Rubik';
    font-size: 13px;
    width: 40px;
    border-radius: 0;
    height: 40px;
    padding: 0 !important;
}
@media(max-width: 960px) {
    .uc-description {
        padding-top: 140px !important;
    }
    .t951__sidebar-wrapper {
        position: static;
    }
    .t951 {
        padding: 0px 100px;
    }
    .t-slds__arrow-left {
        left: 20px !important;
    }
    .t-slds__arrow-right {
        right: 20px !important;
    }
    .t-slds__arrow_body {
        width: 15px !important;
    }
    .t-slds__thumbsbullet-wrapper {
        display: none;
    }
    .t-slds__bgimg.t-slds__bgimg-contain {
        padding-bottom: 110% !important;
    }
    .t-store__card__price {
        font-weight: 300 !important;
        color: #474747;
    }
    .t-store__prod-snippet__container {
        padding-top: 40px !important;
    }
    .t951__sidebar-wrapper .t-store__parts-switch-wrapper {
        border-bottom: 1px solid rgba(0,0,0,0.3);
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media(max-width: 660px) {
    .main-logo {
        top: 10px !important;
    }
    .uc-description {
        padding-top: 80px !important;
    }
    .t951 {
        padding: 0px 40px;
    }
    .t706__product-del {
        position: static;
    }
    .t706__product {
        margin: 15px 0;
    }
    .t-store__prod-popup__col-right {
        padding-top: 10px !important; 
    }
    .t706__product-amount {
        top: 50px;
    }
    .t706__product-title__option {
        position: absolute;
        bottom: 40px;
    }
    .t706__product-plusminus {
        left: 140px;
        bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    .t-slds__arrow-withbg .t-slds__arrow_body {
         width: 15px !important; 
    }
}
@media(max-width: 460px) {
    .t951 {
        padding: 0px;
    }
}