.rhl_hshop_v2_top{
	padding:20px 0px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px solid rgba(29, 29, 29, 0.2);
}

header.rhl_hshop_v2 .city_changer_in{
	color:var(--second_color);
	font-weight:700;
}

header.rhl_hshop_v2 .rhl_hshop_v2_top .rhl_hshop_v2_top_item svg path,
header.rhl_hshop_v2 .rhl_hshop_v2_top .city_changer_in svg path{
	stroke:var(--second_color) !important;
}


.rhl_hshop_v2_top_menu div>ul{
	display:flex;
	margin:0px -8px;
	padding:0px;
	justify-content:space-between;
}

.rhl_hshop_v2_top_menu ul, .rhl_hshop_v2_top_menu ul li{
	list-style-type:none;
}

.rhl_hshop_v2_top_menu ul li{
	margin-left:1px;
	margin-right:1px;
}

.rhl_hshop_v2_top_menu ul li a{
	border-radius:var(--button_border_radius);
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	opacity: 0.8;
	font-size: 15px;
	font-weight: 400;
	display:block;
}

.rhl_hshop_v2_top_menu ul li a:hover{
	background-color:var(--main_color);
	color:#fff;
}

.rhl_hshop_v2_top_order_call .rhl_hshop_v2_top_btn{
	display:flex;
	align-items:center;
	height:22px;
	color:var(--main_color);
	font-weight: 600;
	font-size:15px;
	
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.rhl_hshop_v2_top_phone a, .rhl_hshop_v2_top_item_icon{
	display:flex;
	align-items:center;
}

.rhl_hshop_v2_top_item_icon svg{
	margin-right:8px;
	width:22px;
	height:22px;
}
.rhl_hshop_v2_top_order_call .rhl_hshop_v2_top_btn svg path{
	stroke:var(--main_color) !important;
}

.rhl_hshop_v2_top_item_icon svg path{
	stroke:var(--text_color) !important;
}

.rhl_hshop_v2_bottom{
	padding:16px 0px 0;
	position:relative;
	display:flex;
	width:100%;
	align-items:center;
	justify-content:space-between;
}

.rhl_hshop_v2_bottom_search .dgwt-wcas-search-submit{
	background-color:transparent !important;
	height: 46px !important;
	min-height: 46px !important;
	top:1px !important;
	right:1px !important;
	background-image:url(search_icon.svg);
	background-size:24px 24px;
	background-repeat:no-repeat;
	background-position:center center;
}

.rhl_hshop_v2_bottom_search input[type="search"].dgwt-wcas-search-input{
	border-radius:var(--button_border_radius) !important;
	height: 48px !important;
	font-family: var(--font);
	border: 1px solid rgba(13, 6, 9, 0.2);
	width:432px !important;
}

.rhl_hshop_v2_bottom_search  .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
	font-style: normal !important;
	font-family: var(--font);
}

.rhl_hshop_v2_bottom_search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
	display:none !important;
}

.rhl_hshop_v2_bottom_search .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg  {
	display:none !important;
}

.rhl_hshop_v2_bottom_main{
	display:flex;
	align-items:center;
}

.rhl_hshop_v2_bottom_catalog{
	margin-right:16px;
}

.rhl_hshop_v2_bottom_catalog_btn{
	background-color:var(--second_color);
	color:#fff;
	text-transform:uppercase;
	font-size: 13px;
	cursor:pointer;
	transition: all .3s ease;
	font-weight: 700;
	border-radius:var(--button_border_radius);
	height:48px;
	width:127px;
	display:flex;
	align-items:center;
	padding-left:18px;
	
		  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.rhl_hshop_v2_bottom_catalog_btn i{
	width:16px;
	height:16px;
	margin-right:8px;
}

.rhl_hshop_v2_bottom_catalog_btn svg {
	fill:#fff !important;
}


.rhl_hshop_v2_bottom_catalog_btn:hover{
	background-color:var(--second_color_hover);
}

.rhl_hshop_v2_bottom_item_shop_box{
	display:flex;
}

.rhl_hshop_v2_bottom_item_wishlist_wrap .tool_item_in svg{
	display:none;
}



.rhl_hshop_v2_bottom_item_wishlist_wrap .tool_item_value{
	z-index:5;
}

.rhl_hshop_v2_bottom_item_wishlist_wrap .tool_item_in .tool_item_in_content:after{
	content:'';
	background-image:url(wishlist_icon.svg);
	width: 29px;
	height: 26px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:29px 26px;
}

.rhl_hshop_v2_bottom_item_cart_wrap{
	margin-right:20px;
}

.rhl_hshop_v2_bottom_item_cart_wrap #mini-cart-count-price{
	display:none;
}

.rhl_hshop_v2_bottom_item_cart_wrap a{
	display:flex;
	justify-content:center;
	padding-bottom:24px;
	min-width:58px;
}


.rhl_hshop_v2_bottom_item_wishlist_wrap a{
	min-width:75px;
	display:flex;
	justify-content:center;
	padding-bottom:24px;
}

.rhl_hshop_v2_bottom_item_wishlist_wrap a{
	position:relative;
}
.rhl_hshop_v2_bottom_item_cart_wrap a .rhl_hshop_v2_bottom_item_cart_content{
	position:relative;
	min-width:29px;
	height:26px;
	display:inline-block;
}

header .rhl_hshop_v2_bottom_item_wishlist_wrap .tool_item_wishlist a{
	width:auto;
	height:auto;
	display:flex;
	justify-content:center;
}

.rhl_hshop_v2_bottom_item_wishlist_wrap a .tool_item_in_content{
	width: 29px;
	height: 26px;
	display:block;
	position:relative;
}

.rhl_hshop_v2_bottom_item_wishlist_wrap a:before,
.rhl_hshop_v2_bottom_item_cart_wrap a:after{
	color:var(--text_color);
	display:block;
	position:absolute;
	width:100%;
	left:0px;
	text-align:center;
	bottom:0px;
	opacity: 0.6;
	font-size: 14px;
}

.rhl_hshop_v2_bottom_item_cart_wrap a:after{
	content:'Корзина';
}

.rhl_hshop_v2_bottom_item_wishlist_wrap a:before{
	content:'Избранное';
}



header .rhl_hshop_v2_bottom .tool_item_value{
	height:19px;
	width:19px;
	border-radius:9.5px;
}

.rhl_hshop_v2_bottom_connect:hover{
	opacity:0.7;
}

.rhl_hshop_v2_bottom_connect{
	display:flex;
	flex-direction:column;
	align-items:center;
	color: var(--main_color);
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 171.429%;
	margin-right:20px;
}

.rhl_hshop_v2_bottom_connect svg path{
	stroke:var(--main_color) !important;
}

.rhl_hshop_v2_bottom_connect span{
	display:block;
}

header.off_reverse_color .rhl_hshop_v2_top a,
header.off_reverse_color .rhl_hshop_v2_top{
	color:#fff;
}


header.off_reverse_color .rhl_hshop_v2_top_item_icon svg path {
	stroke:#fff !important;
}

header.off_reverse_color  .rhl_hshop_v2_top_menu ul li a:hover {
	background-color: #fff;
	color: var(--main_color);
}

.rhl_hshop_v2_smart_catalog_dropdown{
	position:absolute;
	top:100%;
	display:none;
	border-radius:var(--border_radius_main_item_header);
	overflow: hidden;
	background-color:#fff;
	left:0px;
	box-shadow: 0 5px 30px rgba(34,34,34,.1);
	margin-top:12px;
	width:100%;
}

.dgwt-wcas-suggestions-wrapp{
	margin-top: 12px !important;
	border-radius:var(--border_radius_main_item_header) !important;
	box-shadow: 0 5px 30px rgba(34,34,34,.1) !important;
	border:0px none !important;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  min-height: 46px !important;
}

.dgwt-wcas-si img{
	border-radius:var(--button_border_radius) !important;
}

.rhl_hshop_v2_smart_catalog_dropdown.active{
	display:block;
}

.rhl_hshop_v2_smart_catalog{
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	max-height: calc(80vh - 100px);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 40px 12px;
}

ul.rhl_hshop_v2_smart_catalog_list{
	display:flex;
	padding:0px;
	margin:0px;
	width:100%;
	flex-wrap:wrap;
}

ul.rhl_hshop_v2_smart_catalog_list>li>ul{
	margin:0px;
	padding:0px;
}

ul.rhl_hshop_v2_smart_catalog_list>li a:hover{
	color:var(--second_color);
}

ul.rhl_hshop_v2_smart_catalog_list>li>a{
	font-weight:600;
	font-size:16px;
}

ul.rhl_hshop_v2_smart_catalog_list>li>ul>li>a{
	font-size:15px;
	opacity:0.8;
	padding: 2px 0 4px;
}

ul.rhl_hshop_v2_smart_catalog_list>li .rhl_hshop_v2_smart_catalog_li_img{
	position:absolute;
	left:0px;
	top:0px;
}

ul.rhl_hshop_v2_smart_catalog_list>li{
	width:25%;
	padding:0px 24px 0px 80px;
	margin:0px 0px 24px;
	position:relative;
}

ul.rhl_hshop_v2_smart_catalog_list, ul.rhl_hshop_v2_smart_catalog_list li{
	list-style-type:none;
}

.rhl_hshop_v2_smart_catalog_li_img img{
	width:60px;
	border-radius:var(--button_border_radius);
}



.rhl_hshop_v2_smart_catalog_list ul li:nth-child(n+4) {
    display: none;
}

.rhl_hshop_v2_smart_catalog_list .rhl_hshop_v2_show-more-btn {
	cursor:pointer;
	font-size:14px;
	color:var(--main_color);
}

.rhl_hshop_v2_smart_catalog_list .rhl_hshop_v2_show-more-btn:hover {
	opacity:0.8;
}


@media screen and (max-width: 1240px) {

	.rhl_hshop_v2_top_hours, .rhl_hshop_v2_bottom_connect{
		display:none;
	}
	
	.rhl_hshop_v2_bottom_search input[type="search"].dgwt-wcas-search-input{
		width:320px !important;
	}
	
}

@media screen and (max-width: 990px) {
	header{
		display:none !important;
	}
}



.sortable-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sortable-category-item {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: move;
}

.sortable-category-item:hover {
    background: #f9f9f9;
}

.sortable-category-handle {
    margin-right: 8px;
    color: #999;
    cursor: move;
}

.sortable-category-item.ui-sortable-helper {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sortable-category-item.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f3f3f3;
    border: 2px dashed #ddd;
}


.global_header_subset_container .rhl_hshop_v2{
	margin-bottom:24px;
}


.rhl_hshop_v2_social_wrap{
	display:flex;
	align-items:center;
}

.rhl_hshop_v2_social{
	display:flex;
	margin-left:24px;
	color:var(--main_color);
	align-items:center;
	font-weight: 700;
}


.rhl_hshop_v2_social svg {
	width:24px;
	height:24px;
	margin-right:7px;
}

.rhl_hshop_v2_social svg path{
	fill:var(--main_color) !important;
}

.rhl_hshop_v2_social.rhl_hshop_v2_whatsapp{
	color:#51C85D;
}

.rhl_hshop_v2_social.rhl_hshop_v2_whatsapp svg path{
	fill:#51C85D !important;
}

.rhl_hshop_v2_social.rhl_hshop_v2_telegram{
	color:#20A0E1;
}

.rhl_hshop_v2_social.rhl_hshop_v2_telegram svg path{
	fill:#20A0E1 !important;
}



.global_header_subset_container_off_header_attach .rhl_hshop_v2 .container{
	background-color:rgba(255, 255, 255, 0.95);
	padding-bottom:16px;
	padding-left:32px;
	padding-right:32px;
	max-width: 1360px;
	border-radius:var(--big_border_radius);
}

.global_header_subset_container_off_header_attach .rhl_hshop_v2{
	position:absolute;
	top:24px;
	left:0px;
	width:100%;
}


@media screen and (max-width: 1390px) {
	
	html body .global_header_subset_container_off_header_attach .rhl_hshop_v2 .container{
		max-width:1260px; 
		padding-left:30px;
		padding-right:30px;
	}
	
	
}

@media screen and (max-width: 1290px) {
	
	html body .global_header_subset_container_off_header_attach .rhl_hshop_v2 .container {
		max-width: 1230px;
		padding-left:24px;
		padding-right:24px;
	}
  
}


@media screen and (max-width: 1240px) {
	
	.rhl_hshop_v2_top{
		padding:12px 0px;
	}
	
	
	.rhl_hshop_v2_top_menu ul li a{
		padding-left:6px;
		padding-right:6px;
		font-size:12px;
	}
	
	html body .global_header_subset_container_off_header_attach .rhl_hshop_v2 .container {
		max-width: 1140px;
	}
  
}


@media screen and (max-width: 1160px) {
	
	
	html body .global_header_subset_container_off_header_attach .rhl_hshop_v2 .container {
		max-width: 990px;
	}
  
	.rhl_hshop_v2_social{
		margin-left:12px;
	}
	
	.rhl_hshop_v2_top .city_changer_in,
	.rhl_hshop_v2_top{
		font-size:12px;
	}
	
	.rhl_hshop_v2_social svg {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}
  
}