/* ---- GLOBAL ---- */
body, p , a{
    font-family: 'Gotham Pro','Helvetica Neue',Helvetica,'Segoe UI',Arial,sans-serif;
    color: #2B2A29;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.clear{
    clear: both;
}
.posabs{
    position: absolute;
}
.posrel{
    position: relative;
}
input, a, select, textarea, button, input:active, a:active, select:active, textarea:active, button:active, input:focus, a:focus, select:focus, textarea:focus, button:focus{
    outline: none;
}

    
.content{
    margin-bottom: 75px;
}

.splash-content{
    height: 100vh;
    background: #4CB4A3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.splash-logo{}
.splash-logo img{
    display: block;
    margin: 0 auto 25px;
}
.splash-logo h1{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.splash-logo p{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 5.5px;
    color: #FFFFFF;
    margin-bottom: 0;
}
    

.onbording-content{
    min-height: 100vh;
    background: url(../images/onbording-bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.onbording-logo{}
.onbording-logo img{
    display: block;
    margin: 0 auto 30px;
}
.onbording-logo h1{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.onbording-logo p{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: rgba(252, 252, 252, 0.7);
    margin-bottom: 40px;
}
.onbording-logo a{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFF9FF;
    padding: 25px 0;
    width: 90%;
    display: block;
    margin: 0 auto 70px;
    background: #4CB4A3;
    border-radius: 19px;
}


.header-menu{
    padding-top: 10px;
    padding-bottom: 20px;
}
.header-menu-left{
    display: flex;
    justify-content: flex-start;
}
.header-menu-right{
    display: flex;
    justify-content: flex-end;
}
    
    
.sales{
    margin-bottom: 25px;
}
.category-slider-block{
    background: url(../images/category-slider-bg.png) no-repeat center;
    border-radius: 5px;
    background-size: cover;
}
.category-slider{}
.category-slide{}
.tool-foto{
    position: relative;
}
.tool-foto::after{
    position: absolute;
    content: '';
    background: url(../images/slide-after.png) no-repeat top;
    width: 63px;
    height: 95px;
    top: 0;
}
.tool-foto img{
    margin-top: 15px;
    margin-bottom: 10px;
}
.tool-disc{
    margin-top: 30px;
}
.tool-disc h2{
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #030303;
    margin-bottom: 5px;
}
.tool-disc p{
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #4CB4A3;
    margin-bottom: 5px;
}

.slick-dots li button:before{
    content: '' !important;
    background: #030303 !important;
    opacity: 0.3 !important;
    border-radius: 15px !important;
    width: 5px !important;
    height: 5px !important;
}
.slick-dots li.slick-active button:before{
    width: 17px !important;
    background: #4CB4A3 !important;
    opacity: 1 !important;
}
.slick-dots li{
    width: 0 !important;
    height: 0 !important;
    margin: 0 10px !important;
}
.slick-dots li.slick-active{
    margin-right: 20px !important;
}
.slick-dots{
    bottom: 0 !important;
}


.search{
    margin-bottom: 25px;
}
.search-form{}
.search-form input{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #7C7C7C;
    padding-left: 45px;
    background: #F2F3F2 url(../images/search.svg) no-repeat left 15px top 16px;
    
    border: none;
    border-radius: 15px;
    height: 52px;
    width: 100%;
}


.category{}
.category-title{
    margin-bottom: 20px;
}
.category-title h2{
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #181725;
    margin-bottom: 0;
}
.category-all{
    margin-bottom: 20px;
    text-align: right;
}
.category-all a{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #4CB4A3;
    margin-bottom: 0;
}

.category-block{
    margin-right: 1%;
    margin-bottom: 25px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 18px;
    width: 18%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width:769px){
    .category-block{
        width: 31%;
    }
}
.category-block img{
    display: block;
    margin: 0 auto 15px;
}
.category-block h3{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #181725;
    margin-bottom: 10px;
}
.category-block p{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #181725;
    margin-bottom: 10px;
}
.pagination li{
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin:0 5px;
}
.pagination li.active,.pagination li:hover{
    color:#4CB4A3;
    border:1px solid #4CB4A3;
}

.product-header{
    padding-top: 15px;
    margin-bottom: 30px;
    background: #F2F3F2;
    border-radius: 0px 0px 25px 25px;
}
.back{}
.back img{}
.load{}
.load img{}
.product-header .category-slider{
    margin-bottom: 15px !important;
}
.product-header .category-slide img{
    display: block;
    margin: 0 auto 30px;
}


.product-block{}
.product-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-title h1{
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #181725;
    margin-bottom: 0px;
}
.product-title img{}


.product-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(226, 226, 226, 0.7);
    margin-bottom: 20px;
}
.count{}
.count input{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #181725;
    margin: 0 20px;
    
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 17px;
    width: 45px;
    height: 45px;
}
.minus{}
.plus{}
.price{}
.price p{
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #181725;
    margin-bottom: 0;
}
.plus svg, .minus svg {
   fill: #B3B3B3;
}
.plus:hover svg, .minus:hover svg {
    fill: #4CB4A3;
}

.product-description{
    margin-bottom: 0px;
}
.disc{
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(226, 226, 226, 0.7);
    margin-bottom: 18px;
}
.disc:last-child{
    border-bottom: none;
}
.disc-header{}
.disc-header button{
    background: none;
    border: none;
    padding: 0 !important;
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.disc-header button::after{
    position: absolute;
    content: '';
    background: url(../images/collapse.svg) no-repeat;
    width: 16px;
    height: 10px;
    right: 0;
    top: 10px;
}
.disc-header button.collapsed::after{
    position: absolute;
    content: '';
    background: url(../images/collapsed.svg) no-repeat;
    width: 10px;
    height: 16px;
    right: 0;
    top: 5px;
}
.disc-header button h2{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #181725;
    margin-bottom: 10px;
}
.disc-header button .rating{
    margin-right: 35px;
}
.disc-body{
    font-family: Golos;
    font-size: 13px;
    line-height: 21px;
    text-transform: capitalize;
    color: #7C7C7C;
    margin-bottom: 0px;
}


.product-button{
    margin-bottom: 40px;
}
.btn-addcart{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFF9FF;
    margin-bottom: 0;
    display: block;
    padding: 25px 0;
    width: 100%;
    background: #4CB4A3;
    border-radius: 19px;
}

.cart-title{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 30px;
}
.cart-title h1{
    font-family: Golos;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #181725;
    margin-bottom: 0;
}



.cart-product{}
.cart-block{
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.cart-block-img{}
.cart-block-img img{
    display: block;
    margin: 0 auto;
}
.cart-block-title{}
.cart-block-title h2{
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #181725;
    margin-bottom: 30px;
}
.cart-count{
    display: flex;
    align-items: center;
}
.cart-count p{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #181725;
    margin: 0 18px;
}
.cart-minus{
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: 17px;
    padding: 10px 15px;
}
.cart-plus{
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: 17px;
    padding: 10px 15px;
}
.cart-plus svg, .cart-minus svg {
   fill: #B3B3B3;
}
.cart-plus:hover svg, .cart-minus:hover svg {
    fill: #4CB4A3;
}
.cart-block-price{
    position: relative;
}
.cart-block-price a{
    position: absolute;
    right: 15px;
    top:-20px;
}
.cart-block-price p{
    position: absolute;
    bottom: 0;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    right: 15px;
    letter-spacing: 0.1px;
    color: #181725;
}


.spasibo-content{
    background: url(../images/spasibo-bg.png) no-repeat center;
    background-size: cover;
}

.spasibo-logo{
    padding-top: 190px;
    padding-bottom: 110px;
}
.spasibo-logo img{
    display: block;
    margin: 0 auto;
}
.spasibo-block{
    padding-bottom: 125px;
}
.spasibo-block h1{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #181725;
    margin-bottom: 15px;
}
.spasibo-block p{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #7C7C7C;
    margin-bottom: 0;
}


.spasibo-buttons{
    padding-bottom: 40px;
}
.bg-n{
    background: none;
    color: #181725;
}


.singup-block{
    padding-top: 230px;
    padding-bottom: 90px;
    position: relative;
}
.singup-block::before{
    position: absolute;
    content: '';
    background: url(../images/singup-before.png) no-repeat center;
    width: 320px;
    height: 560px;
    top: -150px;
    right: 0px;
}
.singup-block h1{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 29px;
    color: #030303;
    margin-bottom: 30px;
}
.singup-block input{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #030303;
    margin-bottom: 40px;
    
    background: none;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
}
.singup-block p{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #828282;
    margin-bottom: 40px;
}
.singup-block .btn-addcart{
    margin-bottom: 20px;
}
.btn-gmail{
    background: #5383EC;
    position: relative;
    text-transform: capitalize;
}
.btn-gmail::after{
    position: absolute;
    content: '';
    background: url(../images/btn-google.svg) no-repeat center;
    width: 25px;
    height: 25px;
    top: 22px;
    left: 40px;
}
.btn-facebook{
    background: #4A66AC;
    position: relative;
    text-transform: capitalize;
}
.btn-facebook::after{
    position: absolute;
    content: '';
    background: url(../images/btn-facebook.svg) no-repeat center;
    width: 15px;
    height: 25px;
    top: 22px;
    left: 40px;
}


.account-header{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}
.account-header h3{
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    color: #181725;
    margin-bottom: 5px;
}
.account-header p{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #7C7C7C;
    margin-bottom: 0;
}
.avatar img{
    border-radius: 27px;
    width: 65px;
    height: 65px;
    object-fit: cover;
}
.edit img{}

.account-block{
    margin-bottom: 30px;
}
.account-item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.account-item a{
    display: flex;
    justify-content: space-between;
}
.account-item p{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #181725;
    margin-bottom: 0;

}
.account-item p img{
    margin-right: 20px;
}
.account-item img{}


.account-button {}
.account-button a{
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #4CB4A3;
    margin-bottom: 25px;
    
    background: #F2F3F2;
    border-radius: 19px;
    padding: 25px 0;
}
.account-button a.btn-exait::after{
    position: absolute;
    content: '';
    background: url(../images/exait.svg) no-repeat center;
    width: 21px;
    height: 21px;
    top: 23px;
    left: 25px;
}
.account-button a.btn-back{
    margin-top: 20px;
}
.account-button a.btn-back::after{
    position: absolute;
    content: '';
    background: url(../images/bback.svg) no-repeat center;
    width: 21px;
    height: 21px;
    top: 23px;
    left: 25px;
}


.all-categories{}
.cat-block{
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cat-block img{
    max-width: 117px;
    padding: 10px;
    order: 1;
}
.cat-name{
    order: 2;
    padding: 15px;
}
.odd img{
    order: 2;
}
.odd .cat-name{
    order: 1;
}

.cat-name h2{
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.cat-name p{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.header_menu{
    display: none;
    position: absolute;
    top: 50px;
    z-index: 1;
    background: #fff;
}
.all-categories-two{}
.cat-block-two{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
    align-items: center;
}
.cat-block-two h2{
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 0px;
}
.cat-block-two h2 img{
    max-width: 45px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.cat-block-two p{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #333333;
    margin-bottom: 0px;
}



.order-header{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}
.order-header-block{
    display: flex;
    align-items: center;
}
.order-header-block h3{
    font-family: Golos;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #181725;
    margin-bottom: 0;
}
.order-header-block a{
    margin-bottom: 0;
    margin-right: 15px;
}
.order-header-block a img{
    padding: 10px;
    border: 1px solid #181725;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


.orders{}
.order-block{}
.order{
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}
.order-head{}
.btn-order{
    background: none;
    border: none;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    text-align: left;
}
.btn-order::after{
    position: absolute;
    content: '';
    background: url(../images/collapse.svg) no-repeat;
    width: 16px;
    height: 10px;
    right: 0;
    top: 10px;
}
.btn-order.collapsed::after{
    position: absolute;
    content: '';
    background: url(../images/collapsed.svg) no-repeat;
    width: 10px;
    height: 16px;
    right: 0;
    top: 5px;
}
.btn-order h2{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #181725;
    margin-bottom: 0;
}
.order-body{}
.order-body h4{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;

    color: #828282;
    margin-bottom: 20px;
}
.list-order{
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.list-order h3{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #181725;
}
.list-order h3 img{
    max-width: 23px;
    margin-right: 20px;
}
.list-order p{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.1px;
    color: #181725;
}


.my-acc{}
.my-acc-form{}
.my-acc-form .form-group{}
.my-acc-form .form-group label{
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #181725;
    margin-bottom: 15px;
}
.my-acc-form .form-group input,.my-acc-form .form-group select{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #7C7C7C;
    background: #F2F3F2;
    border-radius: 15px;
    border: none;
    margin-bottom: 20px;
    padding: 20px 22px;
}
.my-acc-form .form-group select{
 padding: 0px  22px;   
}
.my-acc-form button, .btn-primary,#button-shipping-address.btn-primary,#button-payment-method.btn-primary,#button-payment-address.btn-primary,#button-shipping-method.btn-primary{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    margin: 10px auto;
    padding: 10px 0;
    background: #4CB4A3;
    border-radius: 19px;
}



.promo-block{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}
.promo-block h2{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #181725;
    margin-bottom: 10px;
}
.promo-block p{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
    margin-bottom: 10px;
    min-width: 115px;
}
.promo-block h3{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: right;

    color: #181725;
    margin-bottom: 10px;
}



@media screen and (max-width:374px){
    .btn-google::after{
        left: 20px;
    }
    .btn-facebook::after{
        left: 20px;
    }
    .avatar{
        padding-right: 0;
    }
    .cat-name h2{
        font-size: 20px;
    }
}







.footer-menu{
    position: fixed;
    bottom: -1px;
    padding: 15px 0;
    background: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    z-index: 100;
    width: 100%;
    filter: drop-shadow(2px -5px 15px rgba(85, 94, 88, 0.09));
}
.footer-block{
    display: flex;
    justify-content: space-between;
}
.footer-block a{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

    color: #181725;
    margin-bottom: 0;
}
.footer-block a svg{
    fill: #181725;
    min-height: 30px;
}
.footer-block a.active,.footer-block a:hover,.footer-block a:active{
    color: #4CB4A3;
}
.footer-block a.active svg,.footer-block a:hover svg,.footer-block a:active svg{
    fill: #4CB4A3;
}





.checkout-item{
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}
.checkout-item h2{
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #181725;
}
.checkout-body{}
.checkout-body h3{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
    margin-bottom: 30px;
}
.checkout-body a, .checkout-body button{
    padding: 10px 0;
    font-size: 14px;
    margin: 0 auto 25px;
}
.form-check label{
    display: block;
    font-family: Golos;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #181725;
    margin-bottom: 15px;
    margin-left: 20px;
}
.form-check input[type="checkbox"]:checked{
    border: 1px solid #4CB4A3;
    background: #4CB4A3;
}   
.my-acc-form .form-group textarea {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #7C7C7C;
    background: #F2F3F2;
    border-radius: 15px;
    border: none;
    margin-bottom: 20px;
    padding: 20px 22px;
}  
    
.cart-block-price .btn-addcart {
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFF9FF;
    margin-bottom: 0;
    display: block;
    padding: 10px 0;
    width: 100%;
    background: #4CB4A3;
    border-radius: 19px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
  
.favorite h2{
    margin-bottom: 10px;
    font-weight: normal;
}
.oform:last-child{
    margin-bottom: 0;
}
.oform{
    margin-bottom: 15px;
}
.oform span p{
    margin-bottom: 7px;
    display: inline-block;
}
.oform span{
    font-family: Golos;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #828282;
    display: block;
}

.favorite.cart-block-price img{
    width: 16px;
}
.favorite.cart-block-price p{
    bottom: 40px;
}
    


@media (min-width:414px) and (max-width:767px){
    .favorite.cart-block-price img{
        top: -20px;
    }
}