@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
	--section_margin_top: 80px;
}

body{
	font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Roboto', serif;
    color: #000;

}
a,
a:hover{
	text-decoration: none;
	color: #77c1cd;
}

/* Custom styles for Bootstrap5 */
.alert-warning {
	background: #6ac1ce91;
    color: #121212;
}
/* ----- Custom styles for Bootstrap - END -----*/



.top_0{
	top: 0;
}

h2{
    font-weight: 400;
    color: #4b4b4b;
    font-size: 20px;
}
.page-home h2{
    text-transform: uppercase;
}

.h1{
    font-weight: 700;
    font-size: 36px;
    color: #24292E;
    margin-bottom: 0;
}
.line_after_h1{
    width: 100%;
    margin: 24px 0 0;
    height: 1px;
    background: #E5E5E5;
}

h1.page-title {
	margin-top: 2%;
    margin-bottom: 2%;
}

.header{
    height: 110px;
    display: flex;
    align-items: center;
}
.header .brand img{
	width: 110px;
	margin: 0px 55px 0px 0;
}
.header .menus_wrap{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.header .header_top{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    border-bottom: 1px solid #c7c7c7;
}
.header .ul_top{
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.header .ul_top li{
	list-style-type: none;
	margin-left: 12px;
    padding: 11px 0 6px;
}
.header .ul_top li:hover {
    border-bottom: 1px solid #77c1cd;
    margin-bottom: -1px;
}
.header .ul_top li a{
	color: #666666;
	font-size: 13px;
}
.header .ul_top li:hover a {
    color: #77C1CD;
}
.header .language .lang-item{
    font-size: 14px;
    color: #E5E5E5;
}
.header .language .lang-current {
    font-size: 14px;
    color: #77c1cd;
}
.header .header_bottom{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .ul_bottom{
    margin-bottom: 0;
    display: flex;
    padding: 0;
    width: 650px;
    align-items: center;
    justify-content: space-between;
}
.header .ul_bottom li{
    list-style-type: none;
    text-align: center;
    /* margin-right: 20px; */
}


.header .ul_bottom li a{
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    transition-duration: .35s;
}
.header .ul_bottom li a:hover,
.header .ul_bottom li a:focus {
    font-size: 16px;
    color: #77c1cd;
}
.header .icons_wrap{
    display: flex;
}
.header .icon{
    display: block;
    width: 23px;
    height: 23px;
    margin-left: 28px;
}
.header .icon-search{
    background: url('../img/search.svg') center center no-repeat;
}
.header .icon-login{
    background: url('../img/login.svg') center center no-repeat;
}
.header .icon-favorites{
    background: url('../img/favorites.svg') center center no-repeat;
}
.header .icon-cart{
    background: url('../img/cart.svg') center center no-repeat;
}
.header .menu_mob{
	width: 27px;
	height: 27px;
	margin-left: 20px;
	background: url('../img/menu_mob.svg') center center no-repeat;
	background-size: auto;
    display: none;
}
.offcanvas_menu .offcanvas-body{
    position: relative;
    padding: 30px 15px;
}
.offcanvas_menu .btn-close{
    top: 30px;
    right: 15px;
    position: absolute;
    outline: none;
    box-shadow: none;
}
.offcanvas_menu .login{
    background: url('../img/icon-login.svg') left center no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    display: inline-block;
    min-height: 20px;
    padding: 4px 5px 0px 28px;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}
.offcanvas_menu .search_wrap{
    margin-top: 30px;
}
.offcanvas_menu .search{
    background: url('../img/icon-search.svg') 15px center no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    height: 30px;
    padding: 8px 8px 7px 42px;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
}
.offcanvas_menu .search:placeholder{
    color: #ADADAD;
}
.offcanvas_menu .navigation_menu{
    margin: 40px 0;
    padding: 0;
}
.offcanvas_menu .navigation_menu .nav_item{
    margin: 0 0 10px;
    list-style-type: none;
}
.offcanvas_menu .navigation_menu .nav_item:last-of-type{
    margin: 0;
}
.offcanvas_menu .navigation_menu .nav_link{
    padding: 5px 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
}
.offcanvas_menu .line{
    width: 100%;
    background: #E5E5E5;
    height: 1px;
}
.offcanvas_menu .navigation_page{
    margin: 40px 0;
    padding: 0;
}
.offcanvas_menu .navigation_page .nav_item{
    margin: 0 0 10px;
    list-style-type: none;
}
.offcanvas_menu .navigation_page .nav_item:last-of-type{
    margin: 0;
}
.offcanvas_menu .navigation_page .nav_link{
    padding: 5px 0;
    color: #000;
    font-size: 14px;
    display: inline-block;
}
.offcanvas_menu .info{
    margin: 40px 0 0;
    color: #ADADAD;
}
.offcanvas_menu .info p{
    margin-bottom: 10px;
}
.offcanvas_menu .info p:last-of-type{
    margin: 0;
}
.offcanvas_menu .info a{
    color: #000;
}

.s_free_shipping{
	background: #333333;
	color: #fff;
    font-size: 13px;
    height: 40px;
}
.slide_free_shipping{
    position: relative;
    padding: 0 20px;
}
.slide_free_shipping .splide__arrow--prev{
    width: 10px;
    height: 30px;
    background: url('../img/free_shipping_arrow_left.svg') center left no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
    border: 0;
    left: 0;
    opacity: 1;
}
.slide_free_shipping .splide__arrow--next{
    width: 10px;
    height: 30px;
    background: url('../img/free_shipping_arrow_right.svg') center right no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
    border: 0;
    right: 0;
    opacity: 1;
}
.slide_free_shipping .splide__arrow svg{
    display: none;
}
.slide_free_shipping .text{
    text-align: center;
}


.s_general{
	position: relative;
	overflow: hidden;
    height: calc( 100vh - 150px );
}
.s_general .img_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.s_general .scroll_left,
.s_general .scroll_right{
    width: 40px;
    height: 40px;
    bottom: 40px;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
}
.s_general .scroll_left{
    left: 40px;
}
.s_general .scroll_right{
    right: 40px;
}
.s_general .img_scroll{
    width: 100%;
    height: 100%;
    overflow-x: scroll;
}
.s_general .img_scroll::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

.s_general .img_scroll::-webkit-scrollbar-track {
    background: transparent;
}

.s_general .img_scroll::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 6px;
    border: 6px solid #999;
}

.s_general .img_scroll .img{
    height: 100%;
}

.s_general .text_wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.s_general .desc{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.s_general .mob{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
}
.s_general h1{
	text-transform: uppercase;
	color: #fff;
	font-size: 70px;
	font-weight: 900;
	text-shadow: 0px 4px 3.92px rgba(0, 0, 0, 0.35);
}
.s_general .title{
    max-width: 1200px;
    margin: 0 auto;
}
.s_general .text{
	max-width: 570px;
	width: 100%;
	color: #fff;
	margin: 0 auto;
    font-size: 18px;
}


.s_popular_cat{
	margin-top: var(--section_margin_top);
}

.s_popular_cat .container-fluid .row {
    transition-duration: 2s;
    transition: ease-out 0.5s;
}

.s_popular_cat .cat_cont{
	width: 200px;
	margin-top: 24px;
	flex-shrink: 0;
    transition: all ease-out 0.5s;
    margin-bottom: 20px;
}

.s_popular_cat .cat_cont:hover {
    transform: scale(1.1);
}

.s_popular_cat .cat_url{
	color: #4b4b4b;
    padding-top: 10px;
    display: block;
    font-size: 14px;
    transition-duration: .5s;
}

.s_popular_cat .cat_cont:hover .cat_url {
    color: #7DBCCF;
    font-size: 16px;
}

.s_general_text{
	margin-top: var(--section_margin_top);
}
.s_general_text .text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumb{
    margin: 20px 0 20px;
}
.breadcrumb-item{
    color: #808080;
    font-weight: 300;
    font-size: 13px;
}
.breadcrumb a{
    color: #131313;
}

.breadcrumb-none {
    display: none;
}

.btn_filter_mobile{
    padding-left: 25px;
    background: url('../img/icon-filter.svg') center left no-repeat;
    font-size: 12px;
    color: #131313;
    margin-top: 25px;
    display: inline-block;
}
.p_catalog .main{
    margin-top: 60px;
}

.filter{
    position: relative;
    padding-right: 12px;
}

.filter .title{
    font-family: "HelveticaNeueCyr";
    font-weight: 500;
    font-size: 16px;
    color: #77C1CD;
    margin-bottom: 20px;
}
.filter .polzunok-container * {
    box-sizing: border-box;
    outline: none;
}
.filter .polzunok-container {
    margin-bottom: 20px;
}
.filter .inputs_wrap{
    display: flex;
    align-items: center;
}
.filter .inputs_wrap .btn_ok{
    font-family: 'HelveticaNeueCyr';
    width: 40px;
    height: 30px;
    background: #77C1CD;
    color: #333;
    margin-left: 15px;
    border: 0;
}
.filter .inputs_wrap span{
    display: block;
    width: 15px;
    text-align: center;
}
.filter .polzunok-container:after {
    content: "";
    clear: both;
    display: table;
}
.filter .polzunok-container .ui-slider {
    margin: 25px 5px 5px;
    position: relative;
    height: 2px;
    border-radius:10px;
    background: #bbb;

}
.filter .polzunok-container .ui-slider .ui-slider-handle {
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #77C1CD;
    z-index: 2;
    transition: transform 0.2s, border 0.4s;
    top: -5px;
    margin-left: -5px;
}
.filter .polzunok-container .ui-slider .ui-slider-handle:last-of-type{
    margin-left: -7px;

}
.filter .polzunok-input-left,
.filter .polzunok-input-right {
    font-family: 'HelveticaNeueCyr';
    width: calc( 50% - 35px );
    height: 30px;
    font-size: 14px;
    color: #000;
    padding: 8px;
    border: 1px solid #EFEFEF;
}
.filter .polzunok-container .ui-slider .ui-slider-range {
    top: -5px;
    position: absolute;
    z-index: 1;
    border: 5px solid #fff;
    height: 12px;
    background: #77C1CD;
    border-radius:12px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
    cursor: pointer;
}

.filter .checkbox_wrap{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.filter .checkbox_wrap label{
    margin-bottom: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #131313;
}
.filter .checkbox_wrap label:last-of-type{
    margin: 0;
}
.filter .checkbox_wrap .checkbox{
    margin-right: 8px;
    border: 1px solid #ADADAD;
}
.filter .line{
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background: #E5E5E5;
}
.filter .btn_wrap{
    position: sticky;
    bottom: 30px;
}
.main .btn_wrap .btn_create{
    border: 1px solid #ADADAD;
    border-radius: 5px;
    padding: 20px 10px;
    font-weight: 500;
    font-size: 16px;
    background: #77C1CD;
    color: #fff;
    transition: .35s;
}

.filter .btn_wrap .btn_create:hover {
    color: #77C1CD;
    background: #fff;
}


.product_container{
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 30px;
    width: 100%;
}
.product_container .img_wrap{
    position: relative;
    padding-bottom: 166%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product_container .img_wrap .img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product_container .circle{
    opacity: 0;
    transition: .5s all;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 3;
    background: rgba(255, 255, 255, 0.61);
    font-size: 20px;
    color: #131313;
    text-transform: uppercase;
}
.product_container .img_wrap:hover .circle{
    opacity: 1;
}
.product_container .circle-like{
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    /* background: url('../img/icon-like.svg') center center no-repeat, #fff;
    -webkit-background-size: 23px;
    background-size: 23px; */
}
.product_container .circle-like:hover svg {
    fill: #9E2424;
    stroke: none;
}
.product_container .circle-like .like_tooltip{
    opacity: 0;
    transition: .5s all;
    position: absolute;
    background: #333333;
    border-radius: 5px;
    right: 55px;
    width: 195px;
    padding: 13px 3px 12px 9px;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    pointer-events: none;
}
.product_container .circle-like .like_tooltip:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 60px;
    right: -60px;
    top: 0;
}
.product_container .circle-like:hover .like_tooltip{
    opacity: 1;
    pointer-events: unset;
}
.product_container .circle-like .like_tooltip a{
    text-decoration: underline;
    color: #fff;
}
.product_container .size_wrap{
    position: absolute;
    bottom: 13px;
    right: 10px;
}
.product_container .size_wrap .circle{
    margin-bottom: 16px;
}
.product_container .size_wrap .circle:last-of-type{
    margin-bottom: 0;
}

.product_container .title{
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #131313;
}
.product_container .price_wrap{
    display: flex;
    justify-content: center;
}
.product_container .price{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #131313;
    margin: 0 5px;
}

.product_container .price_old{
    font-weight: 500;
    font-size: 16px;
    text-decoration-line: line-through;
    color: #ADADAD;
    margin: 0 5px;
    text-transform: uppercase;
}
.product_container .add_cart{
    position: absolute;
    bottom: 0;
    border: 0.7px solid #333333;
    border-radius: 5px;
    padding: 13px 12px 12px;
    text-transform: uppercase;
    color: #131313;
    display: block;
    width: 144px;
    left: calc(50% - 72px);
    text-align: center;
    transition: .35s;
}
.product_container .add_cart:hover {
    background: #131313;
    color: #FFFFFF;
}
.pagination{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagination li{
    margin: 0 4px;
}
.pagination li a{
    display: block;
    height: 35px;
    min-width: 35px;
    width: 100%;
    border: 1px solid #77C1CD;
    color: #000;
    background: #fff;
    text-align: center;
    padding: 7px 2px;
    font-size: 16px;
}
.pagination li span{
    display: block;
    height: 35px;
    min-width: 35px;
    width: 100%;
    border: 1px solid #ADADAD;
    color: #ADADAD;
    background: #fff;
    text-align: center;
    padding: 7px 2px 0;
    font-size: 16px;
}
.pagination li.active a{
    background: #B8E0E7;
}

.p_login .page-title{
    margin-top: 55px;
}
.p_login .page-title span{
    display: inline-block;
    background: #656565;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 35px;
    position: relative;

}
.p_login .page-title span::after,
.p_login .page-title span::before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
}
.p_login .page-title span::before {
    border-top: 20px solid #333;
    border-left: 25px solid transparent;
    top: 100%;
    left: 0;
}
.p_login .page-title span::after {
    border-top: 26px solid transparent;
    border-left: 20px solid #656565;
    border-bottom: 26px solid transparent;
    top: 0;
    left: 100%;
}
.p_login .main{
    margin-top: 30px;
}
.p_login .form-group{
    margin-bottom: 20px;
}
.p_login .form-group label{
    margin-bottom: 5px;
}
.p_login .forgot{
    font-size: 12px;
    color: #000000;
}

.p_product .main{
    margin-top: 60px;
}
.p_product .breadcrumb{
    margin: 0;
}
.p_product .title{
    margin-top: 15px;
    font-weight: 700;
    font-size: 24px;
    color: #131313;
}
.p_product .text{
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
}
.p_product .text p{
    margin-bottom: 16px;
}
.p_product .text ul{
    margin: -16px 0 16px 10px;
    padding-left: 1rem;
}
.p_product .price_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.p_product .price{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #131313;
}
.p_product .circle_wrap{
    display: flex;
    align-items: center;
}
.p_product .circle_wrap span{
    display: block;
    margin-left: 10px;
}

.p_product .circle-like {
    transition: .5s all;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 3;
    font-size: 20px;
    color: #131313;
    text-transform: uppercase;
    cursor: pointer;
    /* background: url('../img/icon-like.svg') center center no-repeat, #fff;
    -webkit-background-size: 23px;
    background-size: 23px; */
}
.p_product .circle-like:hover svg {
    fill: #9E2424;
    stroke: none;
}
.p_product .wrap-none {
    display: none;
}
.p_product .circle-like .like_tooltip{
    opacity: 0;
    transition: .5s all;
    position: absolute;
    background: #333333;
    border-radius: 5px;
    right: 0;
    top: 45px;
    width: 195px;
    padding: 13px 3px 12px 9px;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    pointer-events: none;
}
.p_product .circle-like .like_tooltip:after{
    content: '';
    position: absolute;
    width: 100%;
    top: -40px;
    height: 40px;
    right: 0;
}
.p_product .circle_wrap:hover .like_tooltip{
    opacity: 1;
    pointer-events: unset;
}
.p_product .circle_wrap span{
    font-weight: 300;
    font-size: 14px;
    color: #131313;
}
.p_product .circle-like .like_tooltip a{
    text-decoration: underline;
    color: #fff;
}
.p_product .color_wrap{
    margin-top: 20px;
    display: none;
}
.p_product .color{
    cursor: pointer;
    border-radius: 15px;
    margin-right: 5px;
    position: relative;
    width: 38px;
    height: 38px;
}
.p_product .color:after{
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 13px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #fff;
}
.p_product .color_black{
    background: #000;
}
.p_product .color:last-of-type{
    margin-right: 0;
}
.p_product .size_wrap{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.p_product .size_wrap span{
    font-weight: 600;
    font-size: 13px;
    color: #131313;
}
.p_product .size_wrap .size_table{
    font-size: 13px;
    text-decoration-line: underline;
    color: #131313;
    padding-left: 25px;
    margin-left: 22px;
    background: url('../img/size_table.png') 0px 0px no-repeat;
    cursor: pointer;
}
.p_product .sizes{
    display: flex;
    margin-top: 20px;
}
.p_product .size-item{
    cursor: pointer;
    width: 42px;
    padding: 10px 5px 9px;
    text-align: center;
    margin-right: 5px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #000000;
    text-transform: uppercase;
    color: #000;
    border-radius: 10px;
}
.p_product .size-item.active{
    color: #FFFFFF;
    background: #131313;
}
.p_product .size-item.disabled{
    border: 1px solid #B3B3B3;
    color: #B3B3B3;
    cursor: auto;
    pointer-events:none;
}
.p_product .size-item:last-of-type{
    margin-right: 0;
}
.p_product .btn_add_cart{
    margin-top: 25px;
    background: #131313;
    border: 0.7px solid #131313;
    border-radius: 5px;
    display: block;
    width: 210px;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    transition: .35s;
    font-family: 'HelveticaNeueCyr', sans-serif;
}
.p_product .btn_add_cart:hover {
    background: #B3B3B3;
}

.p_product .nav-tabs{
    margin-top: 35px;
    border-bottom: 0;
    border-top: 1px solid #E5E5E5;
}

.p_product .nav-tabs button:active  {
    color: #77C1CD;
    border-top: 1px solid #77c1cd;
    margin-top: -1px
}
.p_product .nav-link{
    border: 0;
    color: #808080;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 0px 0;
    margin: 0 15px;
}
.p_product .nav-link.active{
    color: #77C1CD;
    border-top: 1px solid #77c1cd;
    margin-top: -1px;
    font-size: 16px;
    font-weight: 500;
}

.p_product .size-item:active{
    border-top: 1px solid #333333;
    background: #333333;
    margin-top: -1px;
    color: #FFFFFF;
    transition: .5s all;
    font-size: 13px;
}

.p_product .tab-content{
    padding: 20px 15px 5px;
}
.p_product .tab-content p{
    margin-bottom: 6px;
    font-size: 16px;
}

.p_product .img_pay{
    max-width: 100px;
    margin-right: 5px;
    margin-bottom: 15px;
}


.slide_recommendation{
    position: relative;
    margin-top: 30px;
}
.slide_recommendation .splide__slide{
    width: 162px;
}
.slide_recommendation .img_wrap{
    width: 112px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}
.slide_recommendation .img_wrap img{
    width: 100%;
    height: 100%;
}
.slide_recommendation .slider_title{
    margin-top: 3px;
    font-size: 12px;
    color: #131313;
    text-align: center;
}
.slide_recommendation .slider_price{
    margin-top: 2px;
    font-weight: 600;
    font-size: 12px;
    color: #131313;
    text-align: center;
}

.p_product h2{
    font-size: 300px;
    font-size: 20px;
    text-transform: uppercase;
    color: #131313;
}

.thumbnail-carousel .splide__slide {
    border: 0 !important;
    position: relative;
    height: 168.5px !important;
    margin-bottom: 13px;
}
.thumbnail-carousel .splide__slide.is-active:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 5px solid #3DAFE9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.thumbnail-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.footer{
	padding: 40px 0 40px;
	margin-top: 60px;
    background: #333;
    color: #fff;
}
.footer a{
	color: #fff;
}

.footer .top_block{
	justify-content: space-between;
}
.footer .top_block .foot_left_cont{
/*	padding: 40px 0 80px; */
	max-width: 550px;
	width: 100%;
}
.footer .top_block .foot_rigt_cont{
	padding: 40px 0 0;
	max-width: 550px;
	width: 100%;
    margin: 0 auto;
}

.footer .top_block .text{
	height: 78px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4%;
}
.footer .top_block .subscription{
	display: flex;
	border: 1px solid #fff;
}


.footer .top_block .subscription .email{
	width: calc(100% - 190px);
	border: 0;
	border-right: 1px solid #fff;
	box-shadow: none;
	outline: none;
	background: var(--dark);
	color: #fff;
	height: 54px;
	padding: 0 32px;
}
.footer .top_block .subscription .submit {
	width: 190px;
	border: 0;
	box-shadow: none;
	outline: none;
	background: var(--dark);
	color: #fff;
	height: 54px;
    font-size: 16px;
    text-transform: uppercase;
}
.footer .top_block .subscription:hover {
    border: 1px solid #7DBCCF;
}
.footer .top_block .subscription:hover .submit {
    color: #7DBCCF;
}
.footer .top_block .subscription:hover .email {
    border-right: 1px solid #7DBCCF;
}
.footer .top_block a.social{
	width: 250px;
	border: 1px solid #fff;
	display: flex;
	height: 56px;
}
.footer .foot_rigt_cont .social .logo {
    fill: #fff;
    stroke: none;
    margin-top: -1px;
    margin-left: -1px;
}
.footer .top_block a.social .url_text{
	width: calc(100% - 54px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.footer .top_block a.social:hover {
    border: 1px solid #7DBCCF;
}
.footer .top_block a.social:hover .url_text  {
    color: #7DBCCF;
}
.footer .top_block a.social:hover .fb,
.footer .top_block a.social:hover .insta {
    fill: #7DBCCF;
}
.hashtag {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    margin-top: 40px;
}
.hashtag p {
    margin-bottom: 0;
}
.color-text {
    color: #77C1CD;
}
.footer .top_block .line_vertical{
	position: relative;
}
.footer .top_block .line_vertical:after{
	content: '';
	top: 0;
	position: absolute;
	height: 100%;
	width: 1px;
	right: -0.5px;
	background: #adadad;
}
.footer .text1, .text1-none{
	margin-top: 40px;
	margin-bottom: 20px;
    padding: 0 20px;
    color: #adadad;
    font-size: 14px;
}
.footer .line_horisont{
	width: 100%;
	height: 1px;
	background: #adadad;
}
.footer .fz_24 {
    font-size: 24px;
}
.footer .bottom_block{
	margin-top: 40px;
}
.footer .bottom_block img{
	margin-left: 20px;
}
.footer .text2{
	margin-top: 20px;
	padding: 0 20px;
	color: #adadad;
	font-size: 14px;
}
.footer .accordion-button {
    display: none;
}
.footer .bottom_block .title{
	font-size: 16px;
	margin-bottom: 35px;
}
.footer .accordion-button{
	border-radius: 0 !important;
	font-size: 16px;
	padding: 0 0 10px;
	color: #fff !important;
	background: var(--dark) !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none;
}
.footer .accordion-body{
	border-radius: 0;
	color: #fff !important;
	background: var(--dark) !important;
	box-shadow: none !important;
	border: 0;
	padding: 0;
	outline: none;
}
.footer .accordion-item{
	background: var(--dark) !important;
	border: 0 !important;
}

.footer .bottom_block .footer_link{
	margin-bottom: 8px;
}
.footer .bottom_block .footer_link a{
	font-size: 14px;
	color: #fff;
}
.footer .bottom_block .text_info{
	color: #adadad;
	font-size: 14px;
}
/* .footer .bottom_block .text_info p:first-of-type{
	font-size: 16px;
} */
.footer .bottom_block .text_info a{
	color: #fff;
	font-weight: 400;
}
.footer .bottom_block .text_info a:hover {
    color: #7DBCCF;
    text-decoration: underline;
}
.footer .bottom_block .footer_link a:hover {
    color: #7DBCCF;
    text-decoration: underline;
}
.footer .text1-none {
    display: none;
}

.footer .contact-none {
    display: none;
}

.revies_block_wrap{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.revies_block{
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.revies_block__name{
    font-weight: 700;
    margin-bottom: 10px;
}
.revies_block__text{
    font-size: 12px;
}

.block_cart{
    display: flex;
    position: relative;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 30px;
    padding-bottom: 30px;

}
.block_cart .img_wrap{
    width: 165px;
    margin-right: 30px;
    flex-shrink: 0;
}
.block_cart .img{
    width: 100%;
}
.block_cart .info{
    display: flex;
    flex-direction: column;
}
.block_cart .title{
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #131313;
    margin-bottom: 39px;
    margin-right: 40px;
}

.block_cart .options_wrap{
    display: flex;
    align-items: center;
}
.block_cart .option{
    background: #FFFFFF;
    border: 1px solid #333333;
    box-shadow: inset 0px -4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 2px 2px 0px 0px;
    height: 44px;
    width: 125px;
    padding: 0 5px;
    text-transform: uppercase;
    color: #333333;
}

.block_cart .product-quantity{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 60px;
}
.block_cart .input_number{
    border: 1px solid #333333;
    border-radius: 2px;
    height: 43px;
    width: 43px;
    margin: 0 6px;
    text-align: center;
}
.block_cart .input_number::-webkit-outer-spin-button,
.block_cart .input_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.block_cart .count_down,
.block_cart .count_up{
    color: #000000;
    padding: 5px;
    cursor: pointer;
}

.block_cart .price_one{
    font-weight: 500;
    font-size: 16px;
    color: #131313;
}

.block_cart .btn_close{	border: 0;
    background: url('../img/btn_close.png') center center no-repeat;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
}

.p_cart .price_all{
    position: absolute;
    bottom: 20px;
    right: 0;
    font-weight: 500;
    font-size: 16px;
    color: #131313;
}
.p_cart .btn_buy{
    width: 468px;
    text-align: center;
    margin-top: 33px;
    padding: 14px;
    max-width: 100%;
    background: #7DBCCF;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
}
.p_cart .cart_sum_wrap{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    color: #131313;
}

.p_order form{
    margin-top: 30px;
}
.p_order label{
    margin-top: 20px;
}
.p_order .form-check-input{
    margin-top: 23px;
}
.p_order .form-check-label{
    background: #77C1CD;
    padding: 2px 4px;
    color: #fff;
}



.block_info_order{
    margin-top: 30px;
    padding: 60px 40px 40px;
    border: 1px solid #77C1CD;
    border-radius: 6px;
}
.block_info_order .title{
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    color: #131313;
    border-bottom: 1px solid #77C1CD;
}
.block_info_order .product{
    margin-top: 30px;
    border-bottom: 1px solid #77C1CD;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #131313;
}
.block_info_order .product .close{
    position: absolute;
    background: url(../img/btn_close.png) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 0;
    right: -30px;
}
.block_info_order .product span{
    font-weight: 400;
    font-size: 14px;
    color: #565656;
    text-transform: none;
    display: inline-block;
    margin-left: 5px;
}
.block_info_order .price{
    flex-shrink: 0;
    margin-left: 20px;
    font-weight: 600;
}
.block_info_order .result{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #77C1CD;
}
.block_info_order .grey{
    color: #565656;
}
.block_info_order .result .w-100{
    margin: 8px 0;
}

.block_info_order .final_price{
    font-size: 28px;
    font-weight: 700;
    color: #131313;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}



.block_info_order .btn_final{
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
    background: #77C1CD;
    border-radius: 6px;
    border: 0;
}




.offcanvas_cart{
    width: 585px;

}
.offcanvas_cart .offcanvas-header{
    padding: 0 0 30px;
    margin: 1rem 1rem 0;
    border-bottom: 1px solid #C7C7C7;
}
.offcanvas_cart .offcanvas-body{
    padding-top: 30px;
}
.offcanvas_cart .offcanvas-title{
    font-size: 36px;
    text-transform: none;
}
.offcanvas_cart .btn_close{
    background: url(../img/btn_close.png) center center no-repeat;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    display: block;
}
.offcanvas_cart .product-quantity{
    margin: 0 30px;
}
.offcanvas_cart .option{
    width: 50px;
}
.offcanvas_cart .price_all{
    min-width: 80px;
    font-weight: 500;
    text-align: right;
}
.offcanvas_cart .cart_sum_wrap{
    font-size: 18px;
    font-weight: 700;
    color: #131313;
    margin-bottom: 30px;
}

.offcanvas_cart .bottom{
    width: 100%;
    padding: 1rem;
    border-top: 1px solid #C7C7C7;
    background: #fff;
}

.offcanvas_cart .bottom .btn_to_cart{
    width: 100%;
    display: block;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 6px;
    text-transform: uppercase;
    color: #333333;
    display: block;
    padding: 14px;
    margin-bottom: 10px;
}
.offcanvas_cart .bottom .btn_to_order{
    width: 100%;
    display: block;
    background: #77C1CD;
    color: #fff;
    border: 1px solid #77C1CD;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 14px;
}
.cart_h1_wrap .h1{
    font-size: 24px;
}

/* CHAT STYLES FROM PREVIOUS DESIGN */

.chat {
    display: flex;
    align-items: center;
}
.chat textarea {
    width: 100%;
    margin: 0 20px 0 0;
    display: inline-block;
    padding: 4px 6px;
    font-size: 1rem;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    outline: 0;
}
#chat-messages{
    margin: 20px 0;
    padding: 10px 20px;
    min-height: 70px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    word-break: break-all;
}
.message-date {
    margin-left: 6px;
    font-size: 0.8em;
    color: #888;
}
#new-chat {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
#new-chat input {
    min-width: 250px;
}
#new-chat button {
    margin-left: 20px;
}
#new-chat .errorMessage {
    top: 0;
}
.chat-widget {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 70px;
    z-index: 100;
}
.chat-widget-container {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
}
.chat-widget-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 10px auto;
    border-radius: 50%;
    background: #7DBCCF;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.chat-widget-button:hover, .chat-widget-button:focus {
    color: #fff;
    text-decoration: none;
}
.chat-widget-button:hover {
    box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
}
.chat-widget-button.facebook {
    background: #4267b2;
}
.chat-widget-button.instagram {
    background: #ed4956;
}
.chat-widget-button.viber {
    background: #995aca;
}
.chat-widget-button.telegram {
    background: #2fc6f6;
}
.chat-widget-show-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: auto;
    background: #7DBCCF padding-box;
    border-radius: 50%;
    border: solid 8px rgba(125, 188, 207, .2);
    cursor: pointer;
    box-sizing: content-box;
    transition: .6s;
}
.chat-widget-show-button.active {
    width: 45px;
    height: 45px;
    background: #d6d6d6 padding-box;
    border: solid 8px rgba(214, 214, 214, .2);
}
.chat-widget-show-button svg.close-item {
    display: none;
}
.chat-widget-show-button.active svg {
    display: none;
}
.chat-widget-show-button.active svg.close-item {
    display: block;
}
.livechat {
    display: none;
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 400px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}
.livechat-title {
    padding: 12px 18px;
    border-radius: 5px 5px 0 0;
    background: #7DBCCF;
    color: #fff;
}
.livechat-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 12px;
    height: 12px;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M11%201L1%2011M1%201l10%2010%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.9%22/%3E%3C/svg%3E) center no-repeat;
    cursor: pointer;
}

.livechat-main {
    height: 300px;
    padding: 5px 10px;
    background: #f4fcfe;
    border-bottom: solid 1px #7DBCCF;
    word-break: break-all;
    overflow-y: auto;
}

.livechat-message {
    display: block;
    width: 350px;
    margin-bottom: 10px;
    padding: 5px 0 5px 10px;
    border: 0;
    border-radius: 0 0 5px 5px;
    resize: none;
    font-size: 14px;
    line-height: 1.2;
}

.livechat-message:focus {
    outline: 0;
}

.livechat-send-btn {
    position: absolute;
    bottom: 40px;
    right: 10px;
    width: 33px;
    height: 33px;
    background-color: #7DBCCF;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23646D7B%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.059%209.152L4.04%2012.21.165%208.333l3.92-3.92-.018%203.245h2.862a3%203%200%200%200%203-3v-.156a3%203%200%200%200-3-3H5.545L6.06.286h1.38a4%204%200%200%201%204%204v.866a4%204%200%200%201-4%204H4.06z%22%20opacity%3D%22.8%22/%3E%3C/svg%3E);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

/* Temporary styles added by me */


.cart-popup label {
    margin: .5rem 0 0;
}
.cart-popup .submit, .quick-popup .submit, .cart-order .submit
{
	background: #7DBCCF;
    height: 40px;
    margin: 1rem auto;
	margin-bottom: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 40px;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 250px;
    max-width: 100%;
    outline: none;
}
.cart-popup .submit:hover, .cart-order .submit:hover{
	background: #338ba6;
}




/* STYLES FROM PREVIOUS DESIGN - START */

.cost{
	font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}
.cost span{font-size: 120%;}
.cost span.red{color: #aa0505;}

.category{
	margin-bottom: 20px;
}
.category-set{
	margin: 20px 0;
}
.category-item{
	display: inline-block;
    margin: 0 30px 20px 0;
    padding: 6px 10px;
	background: #F8CDE0;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.category-item:last-child{
	margin-right: 0;
}
.category-item.active, .category-item:hover{
	background: #77C1CD;
	color: #FFF;
	text-decoration: none;
}
.category-item-set{
	margin: 0 10px 20px 0;
	padding: 6px 7px;
	font-size: 0.95em;
}

.choises{

}
.choise-container{
	position: relative;
    padding-right: 15px;
}
.choise-container.disabled{
	display: none;
}
.choise{
	display: inline-block;
	margin: 4px 0 4px 15px;
}
.set-remove{
	margin-left: 10px;
	color: #d9534f;
	cursor: pointer;
}
.set-remove-item{
	position: absolute;
	top: 1px;
	right: 0px;
	color: #d9534f;
	cursor: pointer;
}
.set-note{
	font-size: 0.75em;
	margin-top: 10px;
}
.choises label{
	float: right;
	margin: 0 15px 0 0;
}
.set-add{
	background: #7DBCCF;
    color: #fff;
    height: 30px;
    margin: 15px 0;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    cursor: pointer;
	font-size: 20px;
}
.set-add:hover{
	background: #338ba6;
}
.set-add span{
	text-transform: uppercase;
	font-size: 0.8em;
    margin-left: 5px;
}
#package{
	margin-left: 10px;
	vertical-align: middle;
}
#produc-selector .size-select{
	height: auto;
    width: auto;
    padding: 2px 0;
}
.set-selector .size-select{
	min-width: 160px;
}
.set-btn {
    width: 100%;
    height: 40px;
    margin: 2px 0;
    background: #7DBCCF;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
	cursor: pointer;
}
.slider img{
	width: 100%;
}
.slider-left{
	float: left;
	width: 27%;
}
.slider-center{
	float: left;
	width: 41%;
	margin-left: 1%;
}
.slider-right{
	float: left;
	width: 30%;
	margin-left: 1%;
}
.product-img {
	float: left;
	--bs-gutter-x: 0;
}
.product-img img {
	width: 100%;
}
.product-scroll{
    height: 447px;
    overflow: auto;
}
.product-scroll img {
    cursor: pointer;
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}




/* CART - ORDER PAGE */

.mini-cart{
		background-size: 100% auto;
		width: 35px;
		height: 44px;
		margin: 5px auto;
		padding-top: 15px;
		font-size: 14px;
}

.mini-cart:hover, .mini-cart:focus{
	text-decoration: none;
}

.cart-table{
	width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
}
.cart-table tr{
	border-bottom: solid 1px #ddd;
}
.cart-table tr.borderless{
	border: 0;
}
.cart-table tr.padding-top td{
    padding-top: 15px;
}
.cart-table thead tr{
	border-bottom: solid 3px #ddd;
}
.cart-table tbody tr:hover{
	background: #eee;
}
.cart-table td{
	text-align: center;
	position: relative;
}
.cart-table td:first-child {
    text-align: left;
}
.cart-table thead td:first-child{
    padding-left: 15px;
	text-align: left;
}
.cart-table tbody td:first-child{
    width: 80px;
}
.cart-table tbody td:last-child{
    width: 20%;
}
.cart-table img{
    width: 100%;
}
.cart-price{
	font-size: 1.1rem;
	color: #77C1CD;
}
.cart-table select{
    padding: 4px 3px 3px;
	outline: none;
}
.cart-table input[type="number"]{
    width: 42px;
    padding: 4px 3px 3px;
	outline: none;
}
.cart-btn{
	margin: 10px 0 0 20px;
	width: 200px;
    display: inline-block;
    background: #7DBCCF;
    color: #fff;
    height: 40px;
    margin: .5rem 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
	cursor: pointer;

}


.cart-delete {
    border: none;
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #77c1d1;
    transform: translateY(-50%);
}

.cart-table tr:hover .cart-delete{
	display: block;
}
.cart-empty {
    display: none;
}
#cart-order-form{
	display: none;
	margin-top: 20px;
}




.product-btn {
    background: #6ac1ce;;
    height: 40px;
    margin-top: .4%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
    outline: none;
}

.product-btn:hover, .product-btn:focus {
    background: #9CE0F5;
    outline: none;
}








/* STYLES FROM PREVIOUS DESIGN - END */


label {
	    padding: 12px 5px 0px 5px;
}

.label-no-call {
    margin-left: 6px;
    padding: 6px 6px 2px 6px;
    background: #6ac1ce;
    color: #fff;
}

.hint {
	font-size: 10px;
    color: #6ac1ce;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-info {
    color: #6ac1ce;
    padding: 5px;
}


.popup-img img {
    width: auto;
    max-height: 250px;
}

.ui-dialog {
	background: #ffffffe3;
	border-radius: 10px;
    padding: 20px;
	box-shadow: 1px 1px #00000075;
}


.catalog-select label input{
	margin-right: 8px;
}


.ui-widget-header {
    border: 0;
    background: #e5e5e500;
    color: #222222;
    font-weight: bold;
}

#orderform-paymentmethod img {
	height: 16px;
	margin-left: 6px;
}

#orderform-paymentmethod .custom-radio {
	display: flex;
	align-items: center;
	padding-top: 12px;
}

#orderform-paymentmethod .custom-radio label {
	padding: 0px 5px 0px 5px;
}

.slide-mobile img {
	width: 100%;
}

.catalog-old-price {
    color: #606060;
    font-size: 1.2rem;
    text-decoration: line-through;
}

.sizes-table td {
    border: 1px solid;
    padding: 3px;
}

.popup-size-btn {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 10px;
    background: #7DBCCF;
    color: #fff;
    cursor: pointer;
}
.popup-size-btn a {
    color: #fff;
}

#care ul {
    list-style-type: none;
}


.review-info {
    margin-bottom:10px;
}

.review-info .name {
    font-size: 16px;
    font-weight: 500;
}

.review-text {
    font-size:14px;
}

.cart-popup .form-control {
	margin: 10px 0;
}

.custom-checkbox {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.cart-count {
    background: #6ac1ce;
    color: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    text-align: center;
}

#not-found {
    background-color:rgba(248, 153, 189, 0.75);
    padding-block: 60px;
    margin-bottom: -60px;
}

#not-found .not-found-text {
    font-size: 1.5rem;
    font-weight: 500;
}

#not-found .btn_go_home {
    font-size: 1.25rem;
    text-align: center;
    padding: 10px 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    color: #000;
    background-color: transparent;
    transition: all .1s ease-in-out;
}
#not-found .btn_go_home:hover {
    background: rgb(125, 188, 207);
    border-color: rgb(125, 188, 207);
    color: #fff;
}

.banner-button {
    font-size: 1.25rem;
    text-align: center;
    padding: 10px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(125, 188, 207);
    background-color: rgb(125, 188, 207);
    color: #fff;
    transition: all .1s ease-in-out;
    width: fit-content;
    margin: 20px auto;
}
.banner-button:hover {
    color: rgb(125, 188, 207);
    border-color: rgb(125, 188, 207);
    background-color: #fff !important;
}

.slide-mobile {
    position: relative;
}

.slide-mobile__button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: end;
}
