.skincare-content {
    padding-top: 0em;
    padding-bottom: 0em;
}

figure.wp-block-gallery.alignfull{
	gap:0;
	margin-top:0;
	margin-bottom:0;
}
figure.wp-block-gallery.alignfull figure{
	
}

#informational {
    padding: 0 50px 50px;
    text-align: center;
    background: #f7f7f8;
    margin-top: 50px;
}
#informational div {
    display: inline-block;
    width: 31%;
    min-height: 20px;
    border: 0px solid red;
    text-align: center;
    padding: 1%;
    vertical-align: top;
}

#informational div span {
    font-size: 20px;
    display: block;
    margin-top: 10px;
    font-weight: 700;
}
#informational div u {
    font-size: 14px;
    display: block;
    text-decoration: none;
}
#shipreturnhelp {
    padding: 20px 50px 50px;
    text-align: center;
}
#shipreturnhelp div {
    display: inline-block;
    width: 31%;
    min-height: 20px;
    border: 0px solid red;
    text-align: center;
    padding: 1%;
    vertical-align: top;
}
#shipreturnhelp div span {
    font-size: 20px;
    display: block;
    margin-top: 10px;
    font-weight: 700;
}
#shipreturnhelp div u {
    font-size: 14px;
    display: block;
    text-decoration: none;
}


@media (max-width: 1200px) {
	#informational div, #shipreturnhelp div {
		width: 49%;
	}
}








.products.columns-5 li.post.product.type-product figure a img{
	transition: 0.375s;
}
.products.columns-5 li.post.product.type-product:hover{
	figure a img:nth-child(2){
		opacity:0;
	}
}
figure a img.fadeout{
	opacity:0;
}


div.widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:nth-child(1){
	display:none;
}

p.woocommerce-mini-cart__total.total{
	margin-bottom: -70px;
}



div.jm-mfp-wrap.jm-mfp-close-btn-in.jm-mfp-auto-cursor.jm-mfp-gallery.jm-mfp-ready{
	z-index: 9999999;
}
div.jm-mfp-bg.jm-mfp-ready{
	z-index: 9999999;
}

img.payment-icons{
	border-radius: 4px;
	border: 1px solid #000;
	margin: 0px !important;
	margin-left: 5px !important;
	padding: 2px;
	height: 24px !important;
}
img.payment-icons:nth-child(4){
	background: #000;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #502875 !important;
	color: #fff !important;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #ebebec !important;
	color: #000 !important;
}

.woocommerce-MyAccount-content .button {
    color: #fff !important;
}

#post-10 .woo-wallet-sidebar li.card span.dashicons {
    font-family: dashicons !important;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar{
	display: none;
}
.woo-wallet-my-wallet-container .woo-wallet-content {
    width: 100% !important;
}


.single-product .product .entry-summary .single_add_to_cart_button {
    min-width: 150px;
}


#skincare-masthead img{
	border-radius:0;
}

/*.maingroup, .maingroup2{
	display:none;
}*/

form.woocommerce-ordering{
	display:none;
}


section.related.products ul.products.columns-5{
	column-gap: 1.875em !important;
}
section.related.products ul.products.columns-5 li{
	max-width: 240px !important;
    width: 210px !important;
	min-width: 200px !important;
}




div.cfvsw-swatches-container.cfvsw-product-container div.cfvsw-swatches-option.cfvsw-swatches-disabled{
	background: url(/wp-content/uploads/-icons/x50.png);
	background-repeat: no-repeat;
	background-size: 70px 46px;
}
div.cfvsw-swatches-container.cfvsw-product-container div.cfvsw-swatches-option.cfvsw-swatches-disabled:hover{
	color:#111;
	border-color:#00000020 !important;
}


div.cfvsw-swatches-container.cfvsw-shop-container div.cfvsw-swatches-option.cfvsw-swatches-disabled{
	background: url(/wp-content/uploads/-icons/x.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
div.cfvsw-swatches-container.cfvsw-shop-container div.cfvsw-swatches-option.cfvsw-swatches-disabled:hover{
	color:#111;
	border-color:#00000020 !important;
}




.page-id-4520 header, .page-id-4520 footer {
    display: none !important;
}



div.toggle-menu-fixed-titles{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 13px;
    right: 150px;
	padding-top: 13px;
	background: #fff;
	z-index: 1;
}
div.toggle-menu-fixed-links{
    border: 1px solid #ccc;
    border-radius: 7px;
    cursor: pointer;
    padding: 5px;
    flex: 1 1 48%;
    text-align: center;
    font-size: 2.4rem;
    background: #eee;
}
div.toggle-menu-fixed-links:hover{
	background: #fff;
}

div.toggle-menu-fixed-links.lnkselected{
	background: #fff;
	border: 1px solid #aaa;
}



/* - - - - - - - - - - - - - - - - - - */
#skincare-site-branding{ /*logo*/
	justify-content: center;
	order:2;
}
@media (max-width: 991px) {
	#skincare-site-branding{ /*logo*/
		justify-content: left;
	}
}
#skincare-site-navigation{ /*links*/
	order:1;
}
#skincare-site-navigation ul{ /*links ul*/
	justify-content: flex-start;
}
#skincare-masthead .skincare-header-actions{ /*right icons*/
	order:3;
}
/* - - - - - - - - - - - - - - - - - - */
.submenu .menu {
    max-width: none;
    padding: 0 30px;
}
.submenu .menu ul li img {
    max-width: none;
    width: auto;
	height: calc(100vw* 0.155);
}

@media (max-width: 1280px) {
	.submenu .menu .msubimg{
		display:none;
	}
}

/* - - - - - - - - - - - - - - - - - - */

#order_review tr.woocommerce-shipping-totals.shipping{
	/*height: 90px;*/
}
#shipping_method{
	/*position: absolute;
    margin-top: -15px;
    margin-left: -34px;
	margin-left: -11px;*/
}
#shipping_method li{
	cursor: pointer;
	/*min-width: 150px;*/
	white-space: nowrap;
	/*text-align: start;*/
	font-size: 1.5rem !important;
}
.woocommerce-checkout-review-order .woocommerce-shipping-methods label, #shipping_method li bdi{
	font-size: 1.5rem !important;
}
#shipping_method label{
	display: contents;
	cursor: pointer;
}
#shipping_method input{
	border:1px solid #000;
}

.localpickup{
	border: 1px solid #502875; border-radius:7px; padding:7px; margin-bottom:20px;
}





.sixpillarscontent{
	max-width: 1024px;
	margin: auto;
}
.homepillars a{
	color: #000 !important;
}

.newhomepage .wp-block-button__link{
	border: 1px solid #bbb !important;
	background: #fff !important;
	border-radius: 7px !important;
}
.newhomepage .wp-block-button__link:hover{
	border: 1px solid #bbb !important;
	background: #000 !important;
}
.newhomepage a.wp-block-button__link.wp-element-button{
	color: #000 !important;
	padding: 0.5em 2.5em !important;
	padding-top: 0.65em !important;
}
.newhomepage a.wp-block-button__link.wp-element-button:hover{
	color: #fff !important;
}
.wpcp-carousel-section .swiper-button-next, .wpcp-carousel-section .swiper-button-next i, .wpcp-carousel-section .swiper-button-prev, .wpcp-carousel-section .swiper-button-prev i {
    font-family: fontawesome !important;
}
i.fa{
	font-family: fontawesome !important;
}

#sp-wp-carousel-free-id-4847.sp-wpcp-4847 .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000 !important;
}
.wpcp-prev-button.swiper-button-prev{
	margin-left:20px;
	display:none;
}
.wpcp-next-button.swiper-button-next{
	margin-right:20px;
	display:none;
}

.homeh2{
	margin-left: 30px !important;
}

@media (max-width: 1300px) {
	.homepillars{
		flex-wrap: wrap !important;
	}
	.homepillars > div{
		min-width: 30%;
	}
}

@media (max-width: 800px) {
	.homepillars{
		flex-wrap: wrap !important;
	}
	.homepillars > div{
		min-width: 40%;
	}
}




.variation-sizes{
	user-select: none !important;
}




.wpcf7-form-control-wrap ul li{
    line-height: 1.5em;
    font-size: 1.5rem;
}





.skincare-mini-cart .product_list_widget .mini_cart_item a:nth-child(2) img {
    object-fit: contain !important;
	--dominant-color: none !important;
}



ul.CtryDrop li a{
	color: #000 !important;
	display: block;
}

.skincare-header-cart .skincare-mini-cart__toggle .count {
        padding-top: 3px;
}









input, textarea{
    border-radius: 7px !important;
    border: 1px solid #bbb !important;
}
button.components-button, a.button, button.single_add_to_cart_button {
    border-radius: 7px !important;
}

.wp-block-button__link, .skincare-btn{
	border: 1px solid #bbb !important;
	background: #fff !important;
	border-radius: 7px !important;
	color: #000 !important;
}
.wp-block-button__link:hover, .skincare-btn:hover{
	border: 1px solid #bbb !important;
	background: #000 !important;
	color: #fff !important;
}
a.wp-block-button__link.wp-element-button{
	border: 1px solid #bbb !important;
	color: #000 !important;
	padding: 0.5em 2.5em !important;
	padding-top: 0.65em !important;
}
a.wp-block-button__link.wp-element-button:hover{
	color: #fff !important;
}

.maingroup a.wp-block-button__link.wp-element-button:hover, .maingroup2 a.wp-block-button__link.wp-element-button:hover{
	color: #fff !important;
	background: #000 !important;
}

.iti__country-container {
    border-radius: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
div.skincare-posts a.skincare-entry-cta{
	border: 1px solid #666 !important;
	background: #000 !important;
	border-radius: 7px !important;
	color: #fff !important;
	padding: 0.5em 2.5em !important;
	padding-top: 0.65em !important;
	margin-top: -12px;
}
#primary > article a.skincare-entry-cta{
	border: 1px solid #666 !important;
	background: #fff !important;
	border-radius: 7px !important;
	color: #000 !important;
	padding: 0.5em 2.5em !important;
	padding-top: 0.65em !important;
	margin-top: -12px;
}
#primary > article a.skincare-entry-cta:hover{
	border: 1px solid #666 !important;
	background: #000 !important;
	color: #fff !important;
}
button#mc-embedded-subscribe{
	border: 1px solid #666 !important;
	background: #000 !important;
	border-radius: 7px !important;
	color: #fff !important;
	padding: 0.5em 2.5em !important;
	padding-top: 0.65em !important;
	width: 100%;
	margin-top: -12px;
}
button#mc-embedded-subscribe:hover{
	border: 1px solid #bbb !important;
	background: #ddd !important;
	color: #000 !important;
}
button#place_order{
	border-radius: 7px !important;
}
button[type="submit"]{
	border-radius: 7px !important;
	padding: 0.5em 2.5em !important;
	padding-top: 0.65em !important;
}
form.checkout_coupon.woocommerce-form-coupon button[type="submit"]{
	border-radius: 7px !important;
	width: 100% !important;
	padding: 0.5em 2.5em !important;
	padding-top: 0.65em !important;
}
input#pwgc-apply-gift-card-checkout{
	padding: 0.5em 2.5em !important;
	padding-top: 0.65em !important;
}
input#pwgc-apply-gift-card-checkout:hover{
	border: 1px solid rgb(80,40,117) !important;
	background: #fff !important;
	color: #000 !important;
}



/* --- --- --- Size Guides --- --- --- */
	div.section table tr td:first-child, div.section table tr th:first-child{
		text-align: left !important;
	}
/* --- --- --- Size Guides --- --- --- */







/* --- --- --- TOP MENU --- --- --- */
#skincare-header, #skincare-masthead, #skincare-masthead > div.skincare-container, #skincare-masthead > div.skincare-container > div.skincare-row, #skincare-site-navigation, div.skincare-header-actions{
	height: 56px;
}
#skincare-site-navigation ul li a{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-top: -5px;
}
#skincare-site-branding{
    margin-top: -15px;
}
div.skincare-page-headerX{
	display:none !important;
}
#page{
	margin-top: 97px;
}
/* --- --- --- TOP MENU --- --- --- */



.videogroup{
    position: relative;
    overflow: hidden;
    text-align: center;
	width: 100%;
	height: 900px;
	border:0px solid #000;
}
.videogroup video{
	position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

video{
	pointer-events: none;
	-webkit-touch-callout: none;
}

@media (max-width: 1500px) {
	.videogroup{
		height: 800px;
	}
}
@media (max-width: 1200px) {
	.videogroup{
		height: 700px;
	}
}
@media (max-width: 1100px) {
	.videogroup{
		height: 600px;
	}
}
@media (max-width: 1000px) {
	.videogroup{
		height: 500px;
	}
}
@media (max-width: 900px) {
	.videogroup{
		height: 400px;
	}
}
@media (max-width: 800px) {
	.videogroup{
		height: 375px;
	}
}
@media (max-width: 700px) {
	.videogroup{
		height: 350px;
	}
}
@media (max-width: 600px) {
	.videogroup{
		height: 300px;
	}
}



#content > div.skincare-container{
	transition: 0s;
}

span.varcols img {
    transition: 0s;
}
span.varcols img:hover{
    transition: 0.25s ease-in-out !important;
}
span.varcols img:not( :hover ){
	transition: 0.25s ease-in-out !important;
}









/* --- --- --- --- --- --- START PRODUCT PAGE --- --- --- --- --- --- */


	#product-page div.outofStock.cfvsw-swatches-disabled i.fa-solid.fa-bell{
		position:absolute;
		top: 3px;
		left: 3px;
		opacity: 0;
		transition: 0.25s;
	}
	#product-page div.outofStock.cfvsw-swatches-disabled:hover i.fa-solid.fa-bell{
		opacity: 1;
		color: #000;
    transform: rotate(720deg);
    transition-duration: 0.75s;
	}
	#product-page div.outofStock.cfvsw-swatches-disabled i.fa-regular.fa-bell{
		position:absolute;
		top: 3px;
		left: 3px;
		opacity: 1;
		transition: 0.25s;
	}
	#product-page div.outofStock.cfvsw-swatches-disabled:hover i.fa-regular.fa-bell{
		opacity: 0;
		color: #000;
    transform: rotate(720deg);
    transition-duration: 0.75s;
	}
	#product-page div.outofStock.cfvsw-swatches-disabled{
		cursor: pointer !important;
	}
	
	#product-page .sizealltables{
		display:none;
		transition: 0s;
	}
	#product-page .sizealltables *{
		transition: 0s;
	}
	#product-page .sizetable{
		width:100%;
		display:inline-block;
		text-align: center;
		font-weight: 500;
	}
	#product-page .sizetable{
		margin-bottom: 20px;
	}

	#product-page .sizetable table td{
		padding: 2px;
		padding-top: 7px;
		padding-bottom: 3px;
		text-align: center;
		font-weight: normal;
	}
	#product-page .sizetable table tr td:first-child{
		text-align: left;
		width: 100px !important;
		padding-left: 7px;
		padding-right: 7px;
		font-weight: 500;
		white-space: nowrap;
	}
	#product-page .sizetable table tr:first-child td{
		font-weight: 500;
	}









	#product-page *:not(.fa-classic):not(.fa-regular):not(.fa-solid):not(.fa-brands):not(.fa-solid):not(.jdgm-star):not(.jdgm-paginate__page):not(.jm-mfp-arrow):not(.jdgm-media-fieldset__icon){
		font-family: 'Gordita', Arial, Helvetica, sans-serif !important;
	}
	#product-page a{
		color:#000 !important;
	}
	#product-page a:hover{
		color:#502875 !important;
	}

	#product-page .jdgm-rev-widg__title, #product-page .jdgm-row-stars{
		display: none !important;
	}
	#product-page #judgeme_product_reviews {
		margin: auto;
		margin-top: auto !important;
	}
	
	#product-page .pswp__bg {
		background: #fff !important;
	}
	
	#product-page .flex-gallery img{
		background-image: url('/wp-content/plugins/media-library-plus/images/ajax-loader.gif') no-repeat center center;
		
	}
	
	#product-page #metaslider-id-4983{
		display: none;
	}
	#product-page div.fotorama{
		display:none;
	}

#product-page div.cfvsw-swatches-option2.cfvsw-swatches-disabled {
    background: url(/wp-content/uploads/-icons/x50.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 56px !important;
	color: #777 !important;
	font-weight: normal;
	cursor: default;
}
	#product-page .arrows i{
		cursor:pointer;
		color: #b2b1af;
	}
	#product-page .arrows i:hover{
		color: #502875;
	}
	
	
	#product-page .venttech{
		width: auto;
		display: flex;
		gap: 25px;
		margin-top: 20px;
		position: relative;
		padding-top:20px;
		padding-bottom: 10px;
		transition: 0.25s;
	}
	#product-page .venttech > div:first-child{
		width: 60%;
	}
	#product-page .venttech > div:last-child{
		width: 40%;
	}
	#product-page .venttech > div:last-child img{
		width: 100%;
		border-radius: 7px;
	}
	#product-page .venttech > div div{
		padding-top:10px;
		padding-bottom: 20px;
		transition: 0.25s;
		cursor: pointer;
	}
	#product-page .venttech > div div h2{
		margin-bottom: 0;
	}
	#product-page .venttech > div div span{
		display:block;
		margin-top:5px;
		padding-left:30px;
		padding-right:30px;
	}
	
	@media (max-width: 1050px) {
		#product-page .venttech{
			flex-direction: column-reverse;
		}
		#product-page .venttech > div:first-child{
			width: 100%;
		}
		#product-page .venttech > div:last-child{
			width: 100%;
		}
	}


	
	#product-page .ymal {
		width: auto;
		display: flex;
		gap: 25px;
		margin-top: 20px;
		position: relative;
	}
	#product-page .ymal > div{
		width: 25%;
		background: #fff;
	}
	#product-page .ymal a:hover{
		color: #000 !important;
	}

	
	#product-page .youmaylike{
		scrollbar-color: #eee #f7f7f7;
	}
	
	#product-page .bubblecol{
		position: absolute;
		top: calc(100% - 232px);
		margin-left: 15px;
	}
	#product-page .bubblecol > a div{
		display: block;
		border-radius:100px;
		width: 16px;
		height: 16px;
		margin-bottom: 4px;
		border:1px solid #444;
		transition: 0.25s;
	}
	#product-page .bubblecol > a div:not(.unused):hover{
		scale: 1.2;
	}
	#product-page .bubblecol > a div.unused{
		border: none;
	}

	
	#product-page .prodtablemain{
		max-height: 270px;
		overflow: auto;
	}
	#product-page .prodtable, #product-page .prodtable td{
		border:none;
	}
	#product-page .prodtable td{
		border-bottom: 1px solid #ccc;
		padding-top: 8px !important;
	}
	#product-page .prodtable tr:last-child td{
		border:none;
	}
	#product-page .prodtable td img{
		border-radius: 7px;
	}
	#product-page .prodtable select{
		border-radius: 7px;
		border: 1px solid #ccc !important;
		width: 40%;
	}

		



	#product-page h1.product_title.entry-title span {
		font-size: 2.0rem !important;
	}
	#product-page span.varcols{
		display: flex;
		gap: 15px;
	}
	#product-page span.varcols a{
		width: 20%;
	}
	#product-page span.varcols a img {
		width: 100%;
		height: auto;
	}
	
	#product-page .benefits{
		margin-top: 15px;
		padding-bottom: 15px;
		display: flex;
		gap: 15px;
		border-bottom: 1px solid #6E6E6E;
	}
	#product-page .benefits > div{
		width: 15%;
		text-align: center;
		background: #e6e6e6;
		border-radius: 7px;
		font-size: 1rem;
		
		padding-bottom: 10px;
		vertical-align: top;
	}
	#product-page .benefits > div img{
		width: 100%;
		padding: 20px;
		padding-bottom: 10px;
		border:0px solid #000;
		display: block;
	}
	
	#product-page .variation-sizes, #product-page .variation-length, #product-page .add-cart, #product-page .payments{
		display: flex;
		gap: 10px;
		align-items: center;
	}
	#product-page .add-cart-count{
		display: flex;
		gap: 0px;
		align-items: center;
	}
	#product-page .desc-meta{
		display: flex;
		flex-direction: column;
		gap: 0px;
		align-items: center;
		margin-top: 30px;
	}
	#product-page .payments-icons{
		display: flex;
		gap: 30px;
		align-items: center;
		margin-left: -5px;
		margin-top: 20px;
		justify-content: center;
	}
	#product-page .payments-icons > div > img{
		max-height: 51px !important;
		width:auto;
	}
	#product-page .payments-icons *{
		transition: 0s;
	}
	
	#product-page .variation-sizes *{
		transition: 0s;
	}
	
	#product-page .variation-sizes > div{
		border: 1px solid #ccc;
		padding: 15px;
		padding-left: 5px;
		padding-right: 5px;
		width: 60px;
		height: 56px;
		text-align: center;
		border-radius: 7px;
		cursor: pointer;
		font-weight: bold;
		
		margin-top: 4px;
	}
	#product-page .variation-sizes > div:hover{
		transition: 0.25s;
		background: #502875;
		color: #fff;
	}
	
	#product-page .reg-button{
		display: inline-block;
		border: 1px solid #ccc;
		padding: 15px;
		border-radius: 7px;
		cursor: pointer;
		font-weight: bold;
		text-align: center;
		transition: 0.25s;
	}
	#product-page .reg-button:hover{
		background: #000;
		color: #fff;
		transition: 0.25s !important;
	}
	
	#product-page .reg-button img{
		height: 17px;
		margin-right: 20px;
	}
	#product-page .reg-button:hover img{
		filter: invert(100%);
	}
	
	#product-page .reg-button-cart{
		border: 1px solid #502875;
		background: #502875;
		color: #fff;
		padding: 15px;
		border-radius: 7px;
		cursor: pointer;
		font-weight: bold;
		text-align: center;
		transition: 0.25s;
	}
	#product-page .reg-button-cart:nth-child(1){
		width: 80%;
	}
	#product-page .reg-button-cart:hover{
		box-shadow: -5px 5px 15px rgba(0,0,0,0.25), 5px 5px 15px rgba(0,0,0,0.25);
	}
	#product-page .add-cart > div:nth-child(2){
		width: 20%;
	}
	
	#product-page .add-cart-count > div{
		border: 0px solid #ccc;
		text-align: center;
		font-size: 3rem;
		padding: 3px;
		vertical-align: center;
		transition: 0.25s;
	}
	#product-page .add-cart-count > div:nth-child(1), #product-page .add-cart-count > div:nth-child(3){
		width: 25%;
		cursor: pointer;
		font-size: 2rem;
	}
	#product-page .add-cart-count > div:nth-child(2){
		width: 50%;
	}
	#product-page .add-cart-count > div:nth-child(1):hover, #product-page .add-cart-count > div:nth-child(3):hover{
		scale: 1.25;
	}
	
	#product-page .payments > div{
		width: 80%;
	}
	
	#product-page .add-cart, #product-page .add-cart *{
		transition: 0s;
	}
	#product-page .reg-button-cart:hover{
		transition: 0.25s;
	}

	
	#product-page .desc-meta > div{
		width: 100%;
		border-top: 1px solid #6E6E6E;
		padding: 15px;
		padding-left: 0;
		cursor: pointer;
		font-weight: bold;
		transition: 0.25s;
	}
	#product-page .desc-meta > div:last-child{
		border-bottom: 1px solid #6E6E6E;
	}
	#product-page .desc-meta > div > i{
		float: right;
	}
	#product-page .desc-meta > div > div.desc{
		display: block;
		font-weight: normal;
		padding: 15px;
		border: 0px solid #eee;
		display: none;
		font-size: 1.4rem;
		cursor: default;
	}
	#product-page .desc-meta > div:first-child > div.desc{
		display: block;
	}
	
	#product-page .desc-meta, #product-page .desc-meta *{
		transition: 0s !important;
	}
	
#product-page .flex-container {
  display: flex;
  /*background-color: DodgerBlue;*/
	margin-top: 2.125em;
}

#product-page .flex-container > div {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  /*font-size: 30px;*/
}
#product-page .flex-container > div:nth-child(1) {
	width:55%;
}
#product-page .flex-container > div:nth-child(2) {
	width:45%;
	margin-left:20px;
	padding-left: 10px;
}

	
	#product-page .flex-gallery{
		display: flex;
		width: 100%;
	}
	#product-page .flex-gallery div{
	  background-color: #fff;
	  margin: 0;
	}
	#product-page .flex-gallery > div:nth-child(1) {
		width: 19%;
	}
	#product-page .flex-gallery > div:nth-child(2) {
		width: 81%;
		padding-left: 10px;
		padding-right: 10px;
		
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: hidden;
	}
	
	#product-page .flex-gallery > div:nth-child(2) > img{
		flex-shrink: 0;
		min-width: 100%;
		min-height: 100%;
		margin-top: -10px;
		object-fit: cover;
	}
	
	#product-page .flex-gallery-sub{
		display: flex;
		flex-direction: column;
		width: 100% !important;
		font-size: initial !important;
	}
	#product-page .flex-gallery-sub div{
		width: 100% !important;
		margin-bottom: 3px;
	}
	#product-page .flex-gallery-sub > div > img{
		width: 100%;
		opacity: 0.35;
		cursor: pointer;
		transition: 0;
	}
	#product-page .flex-gallery-sub > div:nth-child(1) > img{
		opacity:1;
	}
	#product-page img.mainimage{
		cursor: pointer;
	}
	
	#product-page .flex-gallery-row2{
		display: flex;
		width: 100%;
		background: #fff;
	}
	#product-page .flex-gallery-row2 > div{
		width: 50%;
		margin-right: 10px;
	}
	
	#product-page .flex-gallery-row3{
		display: flex;
		width: 100%;
		background: #fff;
	}
	#product-page .flex-gallery-row3 > div{
		width: 100%;
		margin-right: 10px;
	}
	#product-page .flex-gallery-row3 > div > img{
		width: 100%;
	}
	
	
	#product-page .flex-gallery div.imgcompletelook{
		display:;
		position: absolute;
		background: #ccc;
		border-radius: 7px;
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 7px;
		cursor: pointer;
		font-size: 1.4rem;
		margin-left: 10px;
		margin-top: -50px;
		opacity: 0.9;
		font-weight: 500;
		top:100%;
	}
	#product-page .flex-gallery div.imgcompletelook:hover{
		transition: 0.25s !important;
		background: #eee;
	}
	
	#product-page .desccompletelook, #product-page .desccompletelook *{
		transition: 0s !important;
	}
	
	
@media (max-width: 900px) {
	#product-page .flex-container > div.left-section{
		display:none;
	}
	#product-page .flex-container > div.right-section{
		width: 100%;
		margin-left:0px;
		padding-left: 0px;
	}
	#product-page #metaslider-id-4983{
		/*display:block;*/
	}
	#product-page div.fotorama{
		display:block;
	}
}
#product-page div.fotorama__nav-wrap{
    margin-top: -30px;
    margin-bottom: 30px;
}

#product-page Div.fotorama__nav.fotorama__nav--dots{
    background: #ffffff88;
}

#product-page Div.fotorama__nav__shaft{
    Scale: 1.5;
}

#product-page .fotorama__nav--dots .fotorama__nav__frame {
    scale: 1.5;
}

#product-page .fotorama__dot {
    border-radius: 0;
    border: 1px solid #444;
}







	#product-page #popup-missingsize input.wpcf7-submit{
		width: 100% !important;
		border: 1px solid #bbb;
		background: #000 !important;
		color: #fff !important;
	}
	#product-page #popup-missingsize input.wpcf7-submit:hover{
		background: #fff !important;
		color: #000 !important;
	}
	
	#product-page #product-page #sizemiss{
		width: auto !important;
		pointer-events: none;
		width: 64px !important;
		text-align: center;
		padding: 10px !important;
		color: #777;
		font-weight: 500;
	}
	#prodname{
		border:0 !important;
		font-weight: 500;
		padding:0 !important;
		cursor: default !important;
	}
	#product-page .frc-captcha{
		scale: 0.7 !important;
	    margin-top: -25px !important;
	}
	#product-page .wpcf7-response-output{
		display:none !important;
	}
	
	#product-page .fancybox-button.fancybox-close-small{
		border-radius: 100px !important;
		padding: 7px !important;
	}
	#product-page .fancybox-button.fancybox-close-small:hover{
		background: #eee !important;
		border: 1px solid #aaa !important;
	}
	
	/*#content *{
		transition: 0s;
	}*/


/* --- --- --- --- --- ---  END  PRODUCT PAGE --- --- --- --- --- --- */




a.footwhatsa{
    position: fixed !important;
    bottom: 95px;
    right: 23px;
	z-index: 1;
}
.footwhats {
    font-size: 56px !important;
    margin-top: 10px;
    color: #25d366;
	transition:0.25s;
    background: #fff;
    line-height: 36px !important;
	opacity: 0.75;
}
.footwhats:hover{
	color: #25d366 !important;
	scale:1.1;
	opacity:1;
}


div.fotorama__dot{
	border-radius: 2px !important;
}

div.fotorama__nav__frame.fotorama__nav__frame--dot.fotorama__active div.fotorama__dot{
    width: 4px;
    height: 4px;
    background: #444;
	border-radius: 5px !important;
}


div.floatingaddtobag{
	display:none;
	box-shadow: 0px 0px 10px #00000055;
}
@media (max-width: 600px) {
	div.floatingaddtobag{
		position:fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		/*display: block;*/
		background: #ffffff88;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	div.floatingaddtobag .reg-button-cart{
		width: 100% !important;
	}
	body{
		padding-bottom: 96px;
	}
}








#woo-chatbot-ball > img{
	width: 54px;
	height: 54px;
}
.woo-chatbot-ball {
	width: 54px;
	height: 54px;
}