.dnf{
	display: none!important;
}
.dns{
	display: none!important;
}
#shop_splash{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(255,255,255);
	z-index: 200;
	text-align: center;
	padding-top: 25vh;
	font-size: 40px;
}
#shop_splash img{
	margin:auto;
	height: auto;
	width: auto;

	max-width: 75%;

}
#shop_zone_marketing{
	position: fixed;
	height:calc(100vh - 160px);
	width: 100vw;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	-o-transition:all 2s;
	transition:all 2s;
}
#shop_zone_marketing.open{
	top: 160px;
}
#shop_zone_marketing.close{
	top: calc(-100vh + 320px);
}
#shop_zone_browsing{
	position: fixed;
	width: 100vw;
	z-index: 20;
	height: calc(100vh - 50px);
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	-o-transition:all 2s;
	transition:all 2s;
}
#shop_zone_browsing.close{
	top: 100vh;
}
#shop_zone_browsing.open{
	top: 50px;
}
#shop_cat_view_container{
	height: inherit;
	width: 100vw;
}
.shop_cat_view{
	position: absolute;
	height: inherit;
	width: inherit;
}
.shop_cat_view_panel{
	position: absolute;
	height: inherit;
	background-size: cover;
	background-position: center;
	background-color: rgb(0,0,0);
	-webkit-filter: blur(1px) grayscale(1);
	-o-filter: blur(1px) grayscale(1);
	filter: blur(2px) grayscale(1);
	transition: all 1s;
	text-align: center;
}
.shop_cat_view_panel.active{
	-webkit-filter: blur(0);
	-o-filter: blur(0);
	filter: blur(0);
}
.brb{border-right: #FFF solid 1px;}
.panel{
	background-size: cover;
	background-position: center;
	background-color: rgb(0,0,0);
	-webkit-filter: blur(1px) grayscale(1);
	-o-filter: blur(1px) grayscale(1);
	filter: blur(2px) grayscale(1);
}
.panel.active{
	-webkit-filter: blur(0);
	-o-filter: blur(0);
	filter: blur(0);
}
#shop_slides_browser_zone1 .shop_cat_sel{
	border-right: transparent solid 1px;
	border-left: transparent solid 1px;
	border-bottom: transparent solid 3px;
	/*vertical-align: middle;*/
	text-align: center;
	cursor: pointer;
	display: table-cell;
}
#shop_slides_browser_zone1 :hover.shop_cat_sel{
	border-right: rgb(130,130,130) solid 1px;
	border-left: rgb(130,130,130) solid 1px;
	border-bottom: transparent solid 3px;
	/*vertical-align: middle;*/
	text-align: center;
	cursor: pointer;
	display: table-cell;
	background-color: rgb(50,50,50);
}
#shop_slides_browser_zone1 .shop_slide_row{
	display: table-row;
}
.shop_cat_sel:last-of-type{
	border-right: rgba(255,255,255,0.5) solid 0px;
}
#shop_header_container{
	position: fixed;
	left: calc(-100vw);
	top:50px;
	height: calc(100vh - 50px);
	width: 100%;
	background-color: rgb(0,0,0);
	color:rgb(255,255,255);
	z-index: 100;
}
#shop_header_container.open{
	position: fixed;
	left: 0px;
	top:50px;
	height: calc(100vh - 50px);
	width: 100%;
	padding-left: 5px;
}
#shop_basket_button img{
	height: 50px;
}

#shop_left{
	padding-top: 5px;
	max-height:calc(100vh - 300px);
	overflow-y:scroll;
}
#shop_left div.shop_left_block{
	border-left: rgb(255,255,255) solid 5px;
	text-align: center;
	margin-bottom: 0px;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}
#shop_left div:hover.shop_left_block{
	border-left: rgba(0,0,0,0.5) solid 5px;
	text-align: center;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}

div:hover.option{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
#shop_main{
	background-color: rgb(225,225,225);
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	height: calc(100vh - 70px);
	z-index: 50;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.shop_right_elm_list{
	display: table;
	width: 95%;
	border: rgb(150,150,150) solid 1px;
	margin-left:5px;
	margin-bottom:15px;
	margin-right:5px;
	border-radius: 5px;
	background-color: rgb(255,255,255);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.shop_right_elm_list .int_table{
	height: 100px;
}
.shop_right_elm_list .block_view{
	display: none;
}
.shop_right_elm_list .list_view{
	display: none;
}
.shop_right_elm_list .marque{
	font-size: 10px;
	color:rgb(150,150,150);
}
.shop_right_elm_list .modele{
	font-size: 12px;
}
.shop_right_elm_list .descri{
	font-size: 14px;
}
.shop_right_elm_list .elm_prix{
	font-size: 10px;
}
.shop_right_elm_list .desc{
	margin: 10px;
	font-size: 30px;
}
div.shop_right_elm_list img{
	border-radius: 10px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
div:hover.shop_right_elm_list img{
	border-radius: 10px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

div.shop_right_elm_block{
	float: left;
	width: 305px;
	height: 300px;
	margin-top:8px;
	margin-left:10px; 
	margin-right:0px; 
	margin-bottom:5px; 
	border: rgba(150,150,150,0.5) solid 1px;
	border-radius: 3px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	box-shadow: rgb(200,200,200) 0 0 5px;
}
div:hover.shop_right_elm_block{
	background-color: rgb(225,225,225);
	box-shadow: rgb(150,150,150)  0 0 10px;
}
.shop_fv_card{
	margin-bottom:25px;
	padding-bottom: 10px;
}
.shop_fv_card .title{
	font-size: 22px;
	margin-bottom: 10px;
	/*background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);*/
	padding: 5px;
}
div.shop_right_elm_block .marque{
	height: 32px;
	font-size: 18px;
	text-transform: capitalize;
	color: rgb(100,100,100);
}
div.shop_right_elm_block .modele{
	padding-top: 15px;
	font-size: 20px;
	padding-left: 10px;
}
div.shop_right_elm_block .descri{
	padding-left: 10px;
	color: rgb(100,100,100);
	font-size: 14px;
}
div.shop_right_elm_block .elm_prix{
	font-size: 18px;
	text-align: center;
}
div.shop_right_elm_block img{
	border-radius: 10px;
	-webkit-transition:all 0.5s;
}
div:hover.shop_right_elm_block img.shadow{
	box-shadow: rgb(255,255,255) 0 0 20px;
	border-radius: 10px;
	-webkit-transition:all 0.5s;
}
#shop_fv{
	position: fixed;
	top:50px;
	width: 100vw;
	height: calc(100vh - 50px);
	background-color: rgb(255,255,255);
	z-index: 90;
	text-align: center;
	-webkit-transition:all 0.5s;
	padding: 0;
	margin: auto;
}
#shop_fv.close{
	/*top: calc(-100vh);*/
	opacity: 0;
	transform: scale(3, 3);
	-moz-transform: scale(3, 3);
	z-index: 0;
}
#shop_fv.closeing{
	/*top: calc(-100vh);*/
	opacity: 0;
	transform: scale(0.5, 0.5);
	z-index: 90;
}
#shop_fv.open{
	/*top:160px;*/
	opacity: 1;
	z-index: 90;
}

.shop_fv_scroll{
	overflow:auto;
	height: calc(100vh - 70px);
	padding-top: 20px;
	-webkit-overflow-scrolling: touch;
}
#shop_fv_close {
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	cursor: pointer;
	padding: 8px;
	z-index: 1;
}
#shop_fv_close img{
	width: 15px;
	height: 15px;
}
div#shop_right_panel{
	position: fixed;
	top: 50px;
	width: calc(100vw);
	height: calc(100vh - 50px);
	color: rgb(255,255,255);
	padding-top:10px;
	overflow: auto;
}
div#shop_right_panel.close{
	left: calc(-100vw);
	background-color: rgba(0,0,0,0);
	z-index: 90;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
div#shop_right_panel.open{
	left: 0;
	background-color: rgba(0,0,0,1);
	box-shadow: rgb(0,0,0) 0 0 15px;
	z-index: 110;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
#shop_right_panel img{
	box-shadow: rgb(255,255,255) 0 0 15px;
	border-radius: 5px;
}
.shop_button{
	display: none;
	position: relative;
	top:0;
	width: 40px;
	height: 110px;
	overflow: hidden;
	z-index: 10;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div:hover.shop_right_elm_block div.shop_button{
	position: relative;
	top:0;
	width: 40px;
	height: 110px;
	overflow: hidden;
	z-index: 10;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div.shop_right_elm_block div.shop_button div.in{
	opacity: 1;
}
div.shop_right_elm_block div.shop_button div.out{
	opacity: 0;
}
div:hover.shop_right_elm_block div.shop_button div{
	opacity: 1;
}
div.shop_right_elm_block div.pt{
	position: relative;
	top:-110px;
	width: inherit;
}
div.shop_right_elm_list .elm_basket{
	background-color:#00C853;
	padding: 10px;
	font-size:20px;
	font-weight:900;
	color:white;
	outline: none;
	border: none;
	width: 275px;
}
div.shop_right_elm_block .elm_basket{
	cursor: pointer;
	margin: 5px;
	text-align: left;
	color: rgb(200,200,200);
	font-size: 24px;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div.shop_right_elm_block .elm_basket.out{
	background-image: url(../image/svg/basket_000.svg);
}
div.shop_right_elm_block .elm_wishlist.out{
	background-image: url(../image/svg/heart_000.svg);
}
div.shop_right_elm_block .elm_basket.in{
	background-image: url(../image/svg/basket_0070c6.svg);
}
div.shop_right_elm_block .elm_wishlist.in{
	background-image: url(../image/svg/heart_CC0066.svg);
}
div.shop_right_elm_block .elm_compare.out{
	background-image: url(../image/svg/spinner_000.svg);
}
div.shop_right_elm_block .elm_compare.in{
	background-image: url(../image/svg/spinner_00FF1D.svg);
}
div#shop_full_view_scroll .elm_compare.out{
	background-image: url(../image/svg/spinner_000.svg);
}
div#shop_full_view_scroll .elm_compare.in{
	background-image: url(../image/svg/spinner_00FF1D.svg);
}
div.shop_elm_full .elm_basket{
	background-color: rgb(0,160,80);
	padding: 5px;
	text-align: center;
	color: rgb(200,200,200);
	font-size: 24px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div.shop_right_elm_list .elm_wish{
	background-color:#CC0066;
	padding: 8px;
	font-size:18px;
	font-weight:900;
	color:white;
	outline: none;
	border: none;
}
div.shop_right_elm_block .elm_wishlist{
	cursor: pointer;
	padding: 5px;
	color: rgb(200,200,200);
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: 5px 0;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div.shop_right_elm_block .elm_quick{
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	color: rgb(200,200,200);
	height: 30px;
	width: 30px;
	background-image: url(../image/svg/eye_000.svg);
	background-repeat: no-repeat;
	background-position: 5px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div.shop_right_elm_block .elm_compare{
	cursor: pointer;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: rgb(200,200,200);
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-position: 5px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div.shop_right_elm_block .image{
	height: 150px;
}
div.shop_elm_full .elm_wishlist{
	background-color: rgb(0,102,153);
	padding: 5px;
	text-align: center;
	color: rgb(200,200,200);
	font-size: 24px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div#shop_full_view_scroll .elm_compare{
	cursor: pointer;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: rgb(200,200,200);
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-position: 5px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div#shop_order_button{
	background-color: rgb(36,181,94);
	color: rgb(255,255,255);
	width: 100%;
	padding: 10px;
	text-align: center;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div:hover#shop_order_button{
	background-color: rgba(36,181,94,1);
	color: rgb(0,0,0);
	cursor: pointer;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
div.shop_elm_in_basket{

}
div.shop_elm_in_sale{

}
div.shop_elm_in_sale_in_basket{

}
.shop_qte_style_neg{
	display: inline-block;
	text-align: center;
	background-color: rgb(150,150,150);
	color: rgb(0,0,0);
	width: 48px;
	border-radius: 50%;
}
.shop_qte_style_pos{
	display: inline-block;
	text-align: center;
	background-color: rgb(200,200,200);
	color: rgb(0,0,0);
	width: 48px;
	border-radius: 50%;
}
.basket_item_tr{
	margin-top: 10px;
	background-color: rgba(100,100,100,0.8);
}
.reminder_style{
	color: rgb(100,100,100);

}
span:hover.reminder_style{
	color: rgb(255,255,255);
}
.shop_product_grid{
	cursor: pointer;
	margin: 10px;
	opacity: 0.5;
}
.shop_product_grid.active{
	opacity: 1;
}
.inscri_bad{
	box-shadow: rgb(255,0,0) 0 0 10px !important;
	border-radius: 5px !important;
	color: rgb(255,0,0) !important;
}
.inscri_good{
	box-shadow: rgb(0,74,131) 0 0 10px !important;
	border-radius: 5px !important;
}
.ins_inp{
	margin: 10px;
	padding: 5px;
	font-size: 24px;
}
#shop_left_container{
	 display: table-cell;
	 width: 0%;
}
#shop_right_container{
	width: 100vw;
	height: inherit;
}
#shop_browser{
	height: inherit;
}
#shop_landing{
	height: calc(100vh - 50px);
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right:5px;
	padding-left:5px;
}
#shop_main_search{
	font-size: 24px;
	color: rgb(255,255,255);
	height: 25px;
	background-color: transparent;
	padding-left: 15px;
	width: 75%;
	-webkit-transition:all 1s;
}
#shop_main_search:focus{
	border-radius: 0!important;
	color: rgb(255,255,255);
	padding-left: 15px;
	border-bottom: transparent solid 2px;
}

#shop_fv_galerie{
	position: fixed;
	top:160px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgb(255,255,255);
	z-index: 200;
	display: none;
}

.product_img{
	border-radius: 3px;
}
.product_img_small{
	width: auto;
	max-width: 75%;
}
.shop_basket_img{
	width: auto;
	max-width: 100px;
    max-height: 100px;
}
input.shop_qte{
	width:50px;
	border-radius: 3px!important;
	height: 20px;
	font-size: 14px;
	padding: 2px!important;
	text-align: center;
}
#shop_compare{
	position: fixed;
	top:160px;
	color: rgb(255,255,255);
	width: 15vw;
	height: calc(100vh - 160px);
	z-index: 100;
	-webkit-transition:all 0.5s;
}
#shop_compare.close{
	left: -15vw;
	opacity: 0;
}
#shop_compare.open{
	left: 0;
	opacity: 1;
	box-shadow: rgb(0,0,0) 0 0 20px;
	background-color: rgb(0,0,0);
}
.focus{
	box-shadow: rgb(0,0,0) 0 0 30px!important;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
.sr_blink {
   animation: blink 1s infinite;
}
.shop_fv_img_wrapper{
	height: calc(100vh / 2);
}
.shop_full_view_img{
	max-width: 90vw;
	width: auto;
	height: auto;
	max-height: calc(100vh /2);
	box-shadow: rgb(255,255,255) 0 0 15px;
	border-radius: 5px;
	margin: auto;
}
.shop_full_view_button{
	color:white;
	outline: none;
	border: none;
	font-size:12px;
	font-weight:900;
}
.shop_full_view_button_buy{
	background-color:#0088cc;
	padding: 15px;
}
:hover.shop_full_view_button_buy{
	background-color:#00FF53;
	padding: 15px;
}
.shop_full_view_button_wish{
	background-color:#CC0066;
	padding: 15px;
	width: 170px;
}
:hover.shop_full_view_button_wish{
	background-color:#CC0077;
	padding: 15px;
}
.shop_right_elm_list .list_hide{
	display: none;
}
.shop_right_elm_block .block_hide{
	display: none;
}

.shop_right_elm_list_price_wish{
	background-color:#CC0066;
	padding: 8px;
	font-size:18px;
	font-weight:900;
	color:white;
	outline: none;
	border: none;
}
#shop_compare_pin{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	float: right;
}
div.shop_right_compare{
	margin: 10px;
	border: rgb(150,150,150) solid 1px;
	border-radius: 3px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
div:hover.shop_right_compare{
	background-color: rgb(225,225,225);
	box-shadow: rgb(150,150,150)  0 0 10px;
}
#shop_view_compare{
	cursor: pointer;
	margin: 10px;
	opacity: 0.5;
}
#shop_view_compare.active{
	opacity: 1;
}
#inv_first_load{
	background-color: rgb(0,0,0);
	width: 0;
	height: 10px;
}
#shop_cat_sub.wide{
	position: fixed;
	top: 160px;
	left: 100vw;
	background-color: rgba(0,0,0,0.85);
	padding:10px;
	color:rgb(255,255,255);
	z-index: 50;
	width:300px;
}
.shop_cat_sub_sel{
	border-bottom:rgb(255,255,255) solid 1px;
	padding: 10px;
	vertical-align: middle;
}
:hover.shop_cat_sub_sel{
	border-bottom:rgb(255,255,255) solid 1px;
	padding: 10px;
	vertical-align: middle;
	background-color: rgb(75,75,75);
}
#shop_fv_head{
	width: 100%;
	border-bottom:3px solid rgb(200,200,200);
	text-align: center;
	background-color: rgb(255,255,255);
	border-radius: 10px 10px 0 0;
}
#shop_fv_head span{
	font-size: 12px;
}
.fv_ancre_link{
	padding: 10px;
	font-size: 10px;
	background-color: rgb(200,200,200);
	cursor: pointer;
}
.fv_ancre_link.active{
	padding: 10px;
	background-color: rgb(200,200,200);
	border-bottom: var(--main-design-color) solid 2px;
	position: relative;
}
.fv_ancre_link.active:before{
	content: '';
	position: absolute;
	top: 25px;
	left:calc(50% - 8px);
	border: 5px transparent solid;
	border-top-color: var(--main-design-color);
	transform: rotate(180deg);
}
#shop_fv_scroll_bottom{
	height: 90vh;
	width: 1px;
	background-color: transparent;
}
#shop_filter_setting{
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
}
#shop_filter_setting.and{
	background-image: url(../image/svg/shop_filter_and.svg);
}
#shop_filter_setting.or{
	background-image: url(../image/svg/shop_filter_or.svg);
}
.wos_center_button{
	white-space: nowrap;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 150px;
}
#shop_cat_sel_container{
	position: fixed;
	bottom:0px;
	left: 0px;
	width: 100%;
	height: 129px;
	opacity: 1;
	z-index: 80;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	-o-transition:all 2s;
	transition:all 2s;
	overflow-x: scroll;
	overflow-y: hidden;
}
#shop_cat_sel_container > div{
	height: inherit;
}
#shop_cat_sel_container span{
	display: block;
	font-size: 14px;
}
#shop_cat_sel_container img{
	height: 2em;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	display: none;
}
#shop_cat_sel_container{
	position: fixed;
	bottom:0px;
	left: 0px;
	height: 40px;
}
.shop_cat_sel{
	padding: 8px;
}
.shop_cat_sel img{
	max-height: 20px;
	max-width: 50px;
}
.shop_cat_sel_ext2{
	white-space: nowrap;
}
#add_to_basket{
	font-size: 12px;
}
#fv_ancre_spec{
	font-size: 18px;
}
#shop_fv_description{
	padding: 10px;
}
#shop_cat_vid{
	display: none;
}
#shop_option_panel{
	display: none;
}


#shop_cat_mob{
	position: fixed;
	left: 0;
	max-height: 100px;
	width: 100vw;
	z-index: 90;
	height: 60px;
	background-color: rgba(0,0,0, 0.75);
	overflow-x: scroll;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-overflow-scrolling: touch;
	-webkit-transition:all 0.5s;
}
#shop_cat_mob.open{
	top: 50px
}
#shop_cat_mob.close{
	top: -20px
}

#shop_cat_sub_mob{
	position: fixed;
	left: 0;
	width: 100vw;
	height: calc(100vh - 110px);
	z-index: 80;
	background-color: rgba(0,0,0, 0.75);
	overflow-x: scroll;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	-webkit-overflow-scrolling: touch;
	-webkit-transition:all 0.5s;
}
#shop_cat_sub_mob.open{
	top: 120px;
	opacity: 1;
}
#shop_cat_sub_mob.close{
	top: calc(-100vh + 50px);
	opacity: 0;
}

#shop_cat_sub_mob ul.close{
	display: none;
}
#shop_cat_sub_mob ul.open{
	display: block;
}


#shop_search_mob{
	position: fixed;
	left: 0;
	max-height: 40px;
	width: 100vw;
	z-index: 90;
	background-color: rgba(0,0,0, 0.75);
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-overflow-scrolling: touch;
	-webkit-transition:all 0.5s;
}
#shop_search_mob.open{
	top: 50px;
}
#shop_search_mob.close{
	top: 0px;
}
#shop_page{
	position: fixed;
	top: 50px;
	display: flex;
	bottom: 0px;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	will-change: transform;
	right: 8px;
	transition: all 0.5s
}
#shop_page.zoom{
	animation: ShopPageZoom 0.5s;
}
@keyframes ShopPageZoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.shop_page_row .shop_page_elm{
	background-color: rgb(150,150,150);
	padding: 5px;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	cursor: pointer;
	transition: transform 0.5s ease-out;
}
.shop_page_row .shop_page_elm.active{
	background-color: rgb(255, 153, 51);
	animation: PunchIn 0.8s;
}
@keyframes PunchIn {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
.shop_page_row .shop_page_elm:hover{
	transform: scale(1.5);
}
#shop_page .shop_page_row{
	display: flex;
	height: 32px;
	align-items: center;
}
.shop_page_row .shop_page_label{
	display: none;
}

#shop_basket_mob_wrapper{
	position: fixed;
	left: 0;
	right: 0;
	height: calc(100vh - 50px);
	width: 100%;
	z-index: 99;
	background-color: rgb(255,255,255);
	-webkit-transition:all 0.5s;
}
#shop_basket_mob_wrapper.close{
	top:calc(-100vh + 50px);
}
#shop_basket_mob_wrapper.open{
	top:50px;
}
.shop_basket_scroll{
	max-height:calc(100vh - 250px);
	overflow-y:auto;
}

.shop_product_gallery_thumb_sel{
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
}

:hover.shop_product_gallery_thumb_sel{
	box-shadow: var(--main-design-color) 0 0 10px;
}
.shop_product_gallery_thumb_sel.active{
	box-shadow: var(--main-design-color) 0 0 10px;
}