.n_flex{
    display: flex;
    justify-content: space-between;
}
.n-center{
    justify-content: center;
}
.n_align_center{
    align-items: center;
}
.mb-0{
    margin-bottom: 0;
}
.j-bg{
    background-color: #f1f1f1;
}
.j-pad{
    padding: 100px 0;
}
.text-center{
    text-align: center;
}
.j-text{
    width: 70%;
    margin: 0 auto;
}
.center_margin{
    margin: 0 2em;
}
.j-form{
    margin-top: 2.5em;
}
.prod_area_flex{
    width: 90%;
    margin: 0 auto;
}
.prod_area_img img{
    width: 100%;
}
.prod_area_img{
    width: 19em;
}
.prod_area_info{
    width: calc(100% - 19em);
    padding-left: 8em;
}
.prod_area_info h2{
    color: #63513d;
    font-weight: bold;
    /*font-family: "montserratregular";*/
    font-size: 2em;
    margin-bottom: 1em;
}
.info--list{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: montserratmedium;
}
.info--list li{
    list-style-type: none;
    font-size: 0.9em;
    margin-bottom: 0.5em;
    color: #333333;
}
.info--list li span{
    color: #999999;
}
.m_item_box{
    width: 48%;
    background: white;
    position: relative;
}
.m_img{
    height: 19em;
    overflow: hidden;
}
.m_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_text{
    padding: 1.5em;
    font-weight: 500;
    color: #333333;
}
.m_text p{
    font-size: 0.95em;
    margin-bottom: 1em;
}
.m_text p:last-child{
    margin-bottom: 0;
}
.m_info{
    position: absolute;
    left: 100%;
    width: max-content;
    top: 15.5em;
    padding-left: 7em;
    transform: scale3d(1.7, 1.7, 1.7);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.7s;
}
.m_info h3{
    color: #63513d;
    font-size: 2.7em;
    margin-bottom: 0.1em;
}
.m_info span{
    text-transform: uppercase;
    color: #160f07;
    font-weight: bold;
}

.m_line{
    position: absolute;
    left: 49.8%;
    width: 0.3em;
    top: 0;
    background-color: #cccccc;
}

.m_line_bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0;
    /* bottom: 100%; */
    background-color: #b6a089;
    content: "";
    transition: height 0.7s;
}
.m_circle{
    position: absolute;
    background-color: #cccccc;
    top: 18em;
    width: 1.7em;
    height: 1.7em;
    border-radius: 50%;
    left: -0.7em;
    transition: all 0.5s;
    transition-delay: 0.7s;
    z-index: 1;
}
.m_circle.active{
    background-color: #b6a089;
}

.m_item:nth-child(even){
    display: flex;
    justify-content: flex-end;
}
.m_item:nth-child(even) .m_info{
    left: unset;
    right: 100%;
    padding-left: 0;
    padding-right: 7em;
}

.m_item:nth-child(even) .m_line{
    left: unset;
    right: 103.7%;
}



.m_item_box.active .m_info{
    transform: scale3d(1.0, 1.0, 1.0);
    opacity: 1;
}
.m_item_box.active .m_img img{
    filter: grayscale(0);
    transform: scale3d(1.0, 1.0, 1.0);
    opacity: 1;
}
.m_item:last-child .m_line{
    bottom: unset;
    height: 19em;
}
#particles-js{
    position: relative;
}
#particles-js canvas{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#particles-js .container{
    position: relative;
    z-index: 2;
}

.table{
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
    background-color: white;
}
.table th{
    background: #e1e1e1;
    color: #747474;
    padding: 1em;
    text-align: left;
    font-weight: normal;
}
.table td{
    padding: 1.5em 1em;
    border-bottom: 1px solid #dcdada;
}
.table th:first-child{
    padding-left: 2em;
}
.td_img{
    width: 40%;
    text-align: center;
    display: block;
}
.td_img p{
    color: #160f07;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    font-family: montserratmedium;
    font-weight: bold;
    font-size: 1.1em;
}
.red_text {
    color: #cd3333!important;
}
.bold_text{
    font-weight: bold;
    font-family: montserratmedium;
}
td.bold_text span{
    font-size: 1.2em;
}
.td_img:hover{
    opacity: 0.7;
}
.td_img img{
    width: 60%;
}
.full_width{
    width: 100%!important;
}
.td_list{
    padding-left: 2em;
    padding-right: 1em;
    width: 60%;
    font-family: montserratmedium;
}
.td_list ul{
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}
.td_list ul li{
    list-style-type: none;
    margin-bottom: 0.7em;
}
.td_list ul li:last-child{
    margin-bottom: 0;
}
.td_list ul li span{
    color: #999999;
}
.rem_btn{
    display: block;
    width: 3em;
    padding: 0 1em;
    line-height: 1;
}
.rem_btn img{
    width: 100%;
    transition: all 0.5s;
}
.rem_btn:hover img{
    transform: rotate(180deg);
}
.table_info{
    margin-top: 3em;
}
.t_right{
    width: 50%;
    font-family: montserratmedium;
    font-weight: bold;
}
.t_right_top{
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #dcdada;
}
.t_right_bottom{
    font-size: 1.4em;
}
.p_item{
    font-size: 1.3em;
    color: #666666;
    font-family: "merriweatherregular";
}
.t_right_top{
    text-align: right;
}
.t_total_text{
    color: #666666;
    font-family: "merriweatherregular";
    font-weight: normal;

}
.t_total{
    color: #63513d;
    font-size: 1.1em;
    font-family: "merriweatherregular";

}
.mob_visible{
    display: none;
}
.n_align_start{
    align-items: flex-start;
}
.n_start{
    justify-content: flex-start;
}
.c_left{
    width: calc(100% - 24em);
}
.c_right{
    width: 22em;
}
.brown-stick{
    background-color: #63513d;
    color: white;
}
.c_right_header{
    color: #675543;
    font-family: montserratmedium;
    padding: 0.75em 0.5em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    background-color: #e1e1e1;
}
.c_right_header:hover{
    background-color: #675543;
    color: #e1e1e1;
}
.c_right_header span{
    font-size: 0.9em;
}
.c_right_pad{
    background-color: white;
    padding: 2.5em 1.5em;
    padding-bottom: 1.7em;
}
.c_right_pad h4 {
    color: #63513d;
    font-size: 1.5em;
    line-height: 1;
    margin: 0;
    margin-bottom: 1em;
    font-weight: normal;
}
.c_r_item{
    margin-bottom: 0.5em;
}
.c_r_item:last-child{
    margin-bottom: 0;
}
.c_r_title{
    color: #333333;
    font-size: 0.9em;
    opacity: 0.6;
    font-family: montserratmedium;
}
.c_r_price{
    font-family: "merriweatherregular";
    color: black;
    font-size: 1.2em;
    font-weight: bold;
}
.t_border{
    padding-top: 1.7em;
    border-top: 1px solid #e1e1e1;
}
.c_r_total_text{
    color: #160f07;
    font-size: 1.4em;
    font-weight: bold;
    font-family: "merriweatherregular";
}
.c_r_total{
    color: #63513d;
    font-size: 1.4em;
    font-weight: bold;
    font-family: "merriweatherregular";
}
.n_wrap{
    flex-wrap: wrap;
}
.c_l_item{
    padding-bottom: 1.8em;
    margin-bottom: 1.8em;
    border-bottom: 1px solid #e1e1e1;
}
.c_l_item:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.c_l_item h4{
    color: #63513d;
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: normal;
}
.c-form-group {
    width: 48%;
    margin-bottom: 1em;
}
.c_l_label{
    opacity: 0.6;
    font-family: montserratmedium;
    display: block;
    padding-left: 25px;
    font-size: 0.85em;
    margin-bottom: 0.3em;
}
.c-form-control{
    margin: 0!important;
    padding-left: 25px!important;
}
.custom_label{
    background-color: white;
    display: flex;
    align-items: flex-start;
    padding: 2em 1.5em;
    cursor: pointer;
    border: 1px solid transparent;
}
.custom_label.active {
    border-color: black;
}
.custom_label input{
    width: 1em;
    height: 1em;
}
.label_info{
    width: calc(100% - 1em);
    padding-left: 1em;
    font-family: montserratmedium;
    margin-top: -0.05em;
}
.label_info p{
    margin-bottom: 0;
    font-size: 0.9em;
    color: #666666;
    font-weight: bold;
}
.label_info span{
    font-size: 0.8em;
    opacity: 0.6;
}
.policy_label{
    margin: 1.5em 0;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.policy_label p{
    margin: 0;
    width: calc(100% - 1em);
    padding-left: 0.5em;
    font-size: 0.9em;
    margin-top: 0.1em;
}
.policy_label a{
    text-decoration: underline;
}
.policy_label a:hover{
    text-decoration: none;
}
.c_btn_info{
    width: calc(100% - 260px);
    padding-left: 1.5em;
}
.c_btn_info p{
    font-size: 0.9em;
    margin: 0;
}
.h_nav{
   width: 17em;
}
.h_cart_table{
   width: calc(100% - 18.5em);
}
.h_nav ul{
    padding: 0;
    margin: 0;
    background-color: white;
    list-style-type: none;
}

.h_nav ul li{
    border-top: 1px solid #e6e5e5;
    position: relative;
}
.h_nav ul li a{
    display: block;
    padding: 1.5em;
    text-transform: uppercase;
    font-family: montserratmedium;
    font-size: 0.9em;
    font-weight: bold;
    color: #160f07;
}
.h_nav ul li:before{
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    right: 100%;
    transition: all 1s;
    background-color: #d3ac8e;
}
.h_nav ul li:hover:before, .h_nav ul li.active:before{
    right: 0;
}
.h_nav ul li a:before{
    display: none;
    content: "•";
    margin-right: 0.5em;
    font-size: 1.2em;
    color: #d3ac8e;
}
.h_nav ul li.active a:before{
    display: inline-block;
}
.hc_table .table{
    background: transparent;
}

.orange_text{
    color: #d3ac8e;
}
.medium{
    font-size: 1.2em;
    color: black;
}
.rem_btn i{
    color: #695039;
    font-size: 1.3em;
}
.rem_btn:hover i{
    color: #d3ac8e;
}
.menu_toggle .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5em;
}
.menu_toggle li a:before{
    display: none!important;
}
.menu_toggle li:before{
    display: none!important;
}
.menu_toggle li .icon i{
    transition: all 0.6s;
}
.menu_toggle li.active .icon i{
    transform: rotate(-180deg);
}
.pr_list span{
    display: block;
    margin-bottom: 0.4em;
}
.pr_list{
    text-align: right;
    padding-right: 2em;
}
.pr_list span:last-child{
    margin-bottom: 0;
}
.c_info_flex{
    margin-bottom: 1.5em;
}
.c_info_item{
    width: 48.5%;
    background-color: white;
}
.c_info_item_header{
    background-color: #e1e1e1;
    padding: 1.4em 2em;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: montserratmedium;
    font-weight: bold;
}
.c_info_item_body{
    padding: 1.4em 2em;
}
.c_info_item_body p{
    margin-bottom: 0.6em;
    color: #160f07;
    font-family: montserratmedium;
}
.c_info_item_body p a{
    color: #160f07;
}
.c_info_item_body p span{
    color: #999999;
    font-family: montserratregular;
    opacity: 0.8;
}
.c_info_item_body p:last-child{
    margin-bottom: 0;
}
.c_info_item_body p:last-child{
    margin-bottom: 0;
}
.sticker_flex .art{
    margin: 0;
    margin-left: 1rem;
}
.sticker_flex .stiker span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}
.new_right .cat--unit__name {
    margin: 30px 0;
}
.new_right .item__price {
    font-size: 23px;
}
.new_right .item__price.old--price {
    margin-right: 17px;
    font-size: 16px;
    margin-left: 0;
}
.old--price{
    color: #999999;
}
.cat__nav .slick-slide img{
    transition: opacity 0.5s;
}
.cat__nav .slick-slide.slick-current img{
    opacity: 0.2;
}
.rotate_box{
    position: relative;
}
.rotate_box:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/360_icon_50.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    content: "";
}
.rotate_box img{
    opacity: 0.2;
}
.color_box{
    margin: 20px 0;
}
#post_color{
    display: inline;
}
.color_item{
    display: block;
    /*width: 90px;*/
    /*height: 90px;*/
    /*margin-right: 10px;*/
    /*margin-bottom: 10px;*/
    border: 1px solid transparent;
    transition: all 0.5s;
}
.color_flex{
    margin-top: 7px;
    /*padding: 0;*/
}

.color_item img{
    width: 20%; /*было 100%
 /*  height: 100%; */
    object-fit: cover;
}
.color_item:hover{
    background-color: #f3f3f3;
}
.color_item.active{
    border-color: #d3ac8e;
    pointer-events: none;
    user-select: none;
}
.info_list_box .info--list li{
    margin-bottom: 0.8em;
}
.variation_box{
    margin: 25px 0;
}
.variation_btn{
   display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85em 2em;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    background-color: #f1f1f1;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.variation_btn span{
    text-transform: uppercase;
    font-size: 0.85em;
    color: #666666;
    font-family: montserratmedium;
    display: block;
    padding-top: 2px;
}
.variation_btn i{
    font-size: 0.7em;
}
.variation_btn.active i{
    transform: rotate(-180deg);
    transition: all 0.5s;
}
.size_top .art{
    margin: 0;
}
.size_box{
    margin-top: 25px;
}
.brown_link{
    font-size: 14px;
    color: #63513d;
    font-family: montserratmedium;
}
.brown_link:hover{
    text-decoration: underline;
}
.size_item{
    display: block;
    color: #333333;
    border: 1px solid #dddddd;
    padding: 7px 14px;
    padding-top: 8px;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: bold;
}
.size_item:hover, .size_item.active{
    background-color: #f1f1f1;
}
.size_flex{
    margin-top: 10px;
    width: calc(100% + 10px);
}
.form_box{
    margin-top: 25px;
}
.kaspi_button{
	margin-top: 25px;
}
.form_box .btn{
    margin: 0;
    margin-right: 20px;
}
.form_box .like--icon{
    position: static;
    font-size: 25px;
}
.cat--unit .left.pos_static{
    position: static;
}
.item .btn{
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.item .item__cont .item__price {
    position: static;
    margin-top: 25px;
    margin-bottom: 15px;
}
.order_text{
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
    font-size: 0.85em;
}

.color_flex .slick-slide {
    height: 76px;
    outline: none;
    position: relative;
}
.color_flex .slick-slide:after {
    display: none;
}
.color_flex .slick-slide.slick-current img{
    opacity: 1;
}
.variation_select_box{
    position: relative;
    z-index: 8;
}
.cat__for .rotate_box:before {
    width: 50px;
    height: 38px;
    right: unset;
    bottom: unset;
    background-size: 100% 100%;
}
.cat__for .rotate_box img{
    opacity: 1;
}
.variation_list{
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    padding-top: 3.2em;
    border-radius: 27px 27px 0px 0px;
    max-height: 45em!important;
    display: none;
}

.variation_item{
    display: flex;
    align-items: center;
    padding: 2em;
    background-color: white;
}
.variation_item:first-child{
    position: relative;
}
.variation_item:first-child:after{
    position: absolute;
    bottom: 100%;
    height: 1.5em;
    background: #ebebeb;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.variation_item:hover, .variation_item.active{
    background-color: #ebebeb;
}
.variation_item:hover:after, .variation_item.active:after{
    opacity: 1;
}
.variation_item:hover .info--list li, .variation_item.active .info--list li{
    color: #333333;
}
.variation_item_info{
    width: calc(100% - 10em);
    padding-right: 0.5em;
}
.variation_item_price{
    width: 10em;
    font-family: montserratbold; 
    color: #63513d;
    text-align: right;
}

.variation_item .info--list li{
    color: #999999;
    margin-bottom: 0.3em;
}

.r_count{
        position: absolute;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff181f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    top: 1px;
    right: -11px;
}
@media screen and (min-width: 768px) {
    .m_item_box{
        transition: all 1s;
        opacity: 0.5;
        transition-delay: 1s;
    }
    .m_item_box.active{
        opacity: 1;
    }
    .cat--unit .left {
        margin-bottom: 10px;
    }
    .h_nav ul li:first-child{
        border: none;
    }
    .hc_table .table td{
        font-family: montserratmedium;
    }
    .hc_table .table tr {
        box-shadow: 0px 15px 33.25px 1.75px transparent;
        transition: all 0.5s;
    }

    .hc_table .table tr:hover {
        background-color: white;
        z-index: 1;
        box-shadow: 0px 15px 33.25px 1.75px rgba(0, 0, 0, 0.12);
    }
    .hc_table .table td:first-child{
        padding-left: 2em;
    }
    .hc_table .table td {
        padding: 2.5em 1em;
    }
}
@media screen and (max-width: 1050px) {
    .c-form-group {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .c_btn_box{
        flex-direction: column-reverse;
        align-items: center;
    }
    .c_btn_info p {
        text-align: center;
    }
    .c_btn_info {
        width: 100%;
        padding-left: 0;
        padding-bottom: 1.5em;
    }
}
@media screen and (max-width: 992px) {
    .variation_item{
        padding: 1em;
        flex-direction: column;
    }
    .variation_item_info {
        width: 100%;
        padding-right: 0;
    }
    .variation_item_price {
        width: 100%;
        text-align: left;
        margin-top: 0.5em;
    }
    .c_info_item_body p {
        font-weight: normal;
        font-size: 0.9em;
    }
    .c_info_flex{
        margin-bottom: 0;
        display: block;
    }
    .c_info_item{
        width: 100%;
        margin-bottom: 1.5em;
    }
    .h_cart{
        display: block;
    }
    .h_nav {
        width: 17em;
        margin: 0 auto;
        margin-bottom: 1.5em;
    }
    .h_cart_table{
        width: 100%;
    }
    .c__flex{
        flex-direction: column-reverse;
    }
    .c_left {
        width: 100%;
    }
    .c_right {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .table{
        font-size: 0.7em;
    }
    .m_item_box .m_img img {
        filter: grayscale(0);
        transform: scale3d(1.0, 1.0, 1.0);
        opacity: 1;
    }
    .m_item_box .m_info {
        transform: scale3d(1.0, 1.0, 1.0);
        opacity: 1;
    }
    .prod_area_info h2 {
        font-size: 1.5em;
    }
    .prod_area_img {
        width: 400px;
        margin: 0 auto;
    }
    .prod_area_info {
        width: 100%;
        padding-left: 0;
        padding-top: 2em;
    }
    .prod_area_flex {
        width: 100%;
        display: block;
    }
    .btn {
        display: inline-block;
    }
    .j-text p{
        font-size: 0.9em;
    }
    .j-text{
        text-align: center;
    }
    .center_margin {
        margin: 0;
    }
    .m_line{
        display: none;
    }
    .m_info {
        position: static;
        padding: 0!important;
        width: 100%;
    }
    .m_item_box{
        width: 100%;
        margin-bottom: 2em;
    }
    .m_info h3 {
        font-size: 1.5em;
        margin-bottom: 0;
    }
    .m_info span {
        margin: 0.6em 0;
        display: block;
        font-size: 1.2em;
    }
    .m_text p {
        font-size: 1em;
        margin-bottom: 1em;
    }
    .j-text {
        width: 100%;
    }
    .j-pad {
        padding: 50px 0;
    }
    .j-form{
        display: block;
    }

}
@media screen and (max-width: 768px) {
     .variation_list {
        max-height: 25em!important
    }
    .table.f_i_block tr:first-child{
        display: block;
    }
    .pr_list {
        text-align: center;
        padding-right: 0;
    }
    .mob_none{
        display: none;
    }
    .h_nav{
        width: 100%;
    }
    td.bold_text span {
        font-size: 1em;
    }
    .table{
        font-size: 1em;
        background-color: transparent;
    }
    .table tbody{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .table tr:first-child{
        display: none;
    }
    .table tr{
        display: block;
        width: 49%;
        background-color: white;
        margin-bottom: 1.5em;
        position: relative;
        padding: 1em 0.5em;
        padding-top: 2.5em;
    }
    .table td{
        width: 100%;
        display: block;
        border: none;
        padding: .5em 1em;
    }
    .td_name_flex{
        display: block;
    }
    .td_img {
        width: 100%;
        margin-bottom: 1em;
    }
    .td_list {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .td_list ul {
        font-size: 1em;
    }
    .rem_btn{
        position: absolute;
        top: 0.8em;
        right: 0.8em;
        z-index: 2;
        padding: 0;
        width: 1.1em;
    }
    .mob_visible{
        display: block;
    }
    table td.m_flex{
        display: flex;
        justify-content: space-between;
    }
    .table_info{
        flex-direction: column-reverse;
        align-items: center;
    }
    .t_right {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5em;
    }
    .table_info {
        margin-top: 0.6em;
    }
    .t_right_bottom {
        font-size: 1.2em;
    }
    .p_item {
        font-size: 1.1em;
    }
}
@media screen and (max-width: 650px) {
    .table tr{
        width: 100%;
    }
    .table td {
        padding: 0.7em 1em;
    }
}
@media screen and (max-width: 567px) {
    /*.color_item {*/
    /*    width: 60px;*/
    /*    height: 60px;*/
    /*    margin-right: 5px;*/
    /*    margin-bottom: 5px;*/
    /*}*/
    .sticker_flex .art {
        margin: 0;
        margin-left: 5px;
    }
    .form_box {
        justify-content: center;
    }
	.kaspi_button{
		justify-content: center;
		display: flex;
	}
    .c_info_item_body p {
        margin-bottom: 1em;
    }
    .c_info_item_header {
        font-size: 0.8em;
    }
    .h_nav ul li a{
        font-size: 0.8em;
    }
    .policy_label {
        margin: 1em 0;
    }
    .c_right_pad {
        padding: 1.4em 1.1em;
    }
    .c_r_total {
        font-size: 1.3em;
    }
    .c_r_price {
        font-size: 1em;
    }
    .c_right_pad h4 {
        font-size: 1.3em;
    }
    .c_r_total_text {
        font-size: 1.3em;
    }
    .c_l_item {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
    .c-form-group {
        margin-bottom: 1em;
    }
    .c_l_item h4 {
        font-size: 1.3em;
    }
    .m_text {
        padding: 1em;
    }
    .prod_area_img {
        width: 90%;
    }
    .m_items{
        font-size: 0.9em;
    }
    .m_info span {
        font-size: 1em;
    }
    .m_img {
        height: 14em;
    }
}

.slider .slick-dots {
    bottom: 90px;
}
.slider .slick-dots li button{
    border: none!important;
    opacity: 0.5!important;
    background-color: white!important;
}
.slider .slick-dots li.slick-active button{
    opacity: 1!important;
}

@media screen and (max-width: 470px) {
    .item .item__cont .item__price {
        margin-bottom: 30px;
    }
    .variation_btn{
        font-size: 0.9em
    }
    .variation_list {
        padding-top: 2.6em;
    }
    .slider .slick-dots {
        bottom: 33px;
    }

}



