/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#header-wrap { height: 75px; }

.bullionvaultchart .jschart_time {
	margin-left: 4px;
}

.bullionvaultchart .jschart_metal {
	margin-right: 4px;
}

.bullionvaultchart #jschart_currency {
	margin-left: 8px;
}

.bullionvaultchart #jschart_timeframe {
	margin-left: 8px;
}

.bullionvaultchart #jschart_type {
	margin-left: 4px;
}

.bullionvaultchart .jschart_inside {
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.bullionvaultchart .jschart_blank {
	background-color: #e8e8e8;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	color: black;
	cursor: pointer;
	font-size: 12px;
	padding: 3px;
}

.bullionvaultchart .jschart_clicked {
	color: white;
	background-color: #434343;
	border-bottom: 0.1px solid #434343;
	border-right: 0.5px solid #434343;
	border-left: 0.5px solid #434343;
	border-top: 2px solid #434343;
	padding: 3px;
	font-size: 12px;
	cursor: pointer;
}

.bullionvaultchart .jschart_export {
	color: black;
	background-color: #f4f4f4;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	padding: 2px;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	float: right;
	position: relative;
	-moz-margin-top: -23px !important;
}


.bullionvaultchart .jschart_popup {
	color: black;
	background-color: #f4f4f4;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	float: right;
	position: relative;
	-moz-margin-top: -23px !important;
	margin-right: .25rem;
	margin-left: .5rem;
}

.ie7 .bullionvaultchart .jschart_export {
	margin-top: -23px;
}

.bullionvaultchart .jschart_list {
	color: black;
	background-color: white;
	padding: 2px;
	border-radius: 3px;
	font-size: 12px;
	border: medium none blue;
}

.bullionvaultchart #jschart_controls {
	height: 35px;
	background-color: #f4f4f4;
	width: 100%;
	position: relative;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-weight: bolder;
	white-space: nowrap;
	display: block;
}

.bullionvaultchart #jschart_credits a:link, .bullionvaultchart #jschart_credits a:visited {
	color: black;
	text-decoration: none;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
}

.bullionvaultchart #jschart_credits a:hover {
	color: black;
	text-decoration: underline;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
}

.bullionvaultchart .jschart_logo {
	width: 120px;
	height: 21px;
}

.bullionvaultchart #jschart_credits {
	width: 122px;
	right: 0;
	bottom: 0;
	position: absolute;
	border: 2px solid #8d959b;
	display: none;
	z-index: 4;
	margin-right: 2px;
	margin-bottom: 2px;
	opacity: 0.0;
	filter: alpha(opacity = 0); /* For IE8 and earlier */
	padding-bottom: 34px;
}

.bullionvaultchart #jschart_container {
	background-color: #ffffff;
}

.bullionvaultchart #jschart_timestamp {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	border: 0 solid blue;
	position: absolute;
	bottom: 0;
	display: none;
}

.bullionvaultchart #jschart_creditLinks {
	display: none;
	background-color: white;
	padding: 4px;
	padding-top: 4px;
}

.bullionvaultchart #jschart_creditLogo {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	margin: 2px 5px 6px;
	z-index: 5;
}

.bullionvaultchart #jschart_timestamp a:link, .bullionvaultchart #jschart_timestamp a:visited {
	color: black;
	text-decoration: underline;
}

.bullionvaultchart #jschart_timestamp a:hover {
	color: black;
	text-decoration: underline;
}

#jschart_ht98eo34pl2 {
	text-decoration: none;
}

/*Replicate bootstrap classes used by the embedded chart*/
.visible-xs-inline {
	display: none !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.jschart_list {
		font-size: 16px !important;
	}
}
.highcharts-container > svg > image { opacity: 0;visibility: hidden; }
#jschart_creditLogo, #jschart_credits { opacity: 0;visibility: hidden; }
.highcharts-grid + .highcharts-axis + .highcharts-axis text > tspan:last-child { opacity: 0; display: none; }
.highcharts-axis + .highcharts-axis + .highcharts-axis text > tspan:first-child { opacity: 0; visibility: hidden; cursor: default; display: none; }
.highcharts-axis > .highcharts-axis-title > tspan:last-child { opacity: 0; display: none; }

#jschart_timestamp { display: none !important; }
.bullionvaultchart #jschart_credits { display: none !important }
.popmake p { margin-bottom: 15px; }

.single_footer .contact img,
.single_footer .contact img + br { display:none !important; }

@media (max-width: 767px){
	.jschart_blank.jschart_time.hidden-xs.hidden-xs,
	.jschart_blank.jschart_metal.hidden-xs {
		display: inline-block !important; margin-bottom: 2px;
	}
	#jschart_bullion, #jschart_timeframe { display: none !important }
	.bullionvaultchart .jschart_inside { white-space: normal !important; overflow: auto !important }

	.bullionvaultchart #jschart_controls { height: 75px !important }
}

a.button.h-bg-color:not(.bg-secondary-color):hover { color: white !important}
.i-style.rounded-circle-small { width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	background: rgb(6, 113, 226); 
}
a.button-telephone { background: transparent !important; color: white !important; }
a.button-telephone:hover { color: rgb(6, 113, 226) !important; }
.menu-container a.button.text-light.h-bg-light.bg-secondary-color:hover { color: #212529 !important}
.bg-transparent { background: transparent !important; }

.fbox-icon i { text-align: center;}
.fbox-icon img {width: 60px;
	height: 60px;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: 16px;}
.fbox-content span {
	
	display: block;
	font-size: 12px;
	text-transform: uppercase;

}
#footer { font-size: 15px;}
ul.contact li {
	line-height: 31px;
	margin-bottom: 4px;
	margin-top: -6px;
	position: relative;
	padding-left: 25px;
	color: rgba(255,255,255,0.75);
	font-size: 15px;
}
ul.contact li i {
	position: absolute;
	left: 0px;
	top: 12px !important;
	font-size: 14px;
}

.fbox-light .fbox-icon i {
	border-radius: 50% !important;
	background: #F4F4F4 !important;
	border-color: rgb(192, 162, 90);
	border: 3px solid rgb(192, 162, 90) !important;
}
.fbox-light .fbox-icon img { background: transparent; border:transparent}
.fbox-light .fbox-content h3 { font-size: 22px;
	color: rgb(192, 162, 90);
	line-height: 1;
	margin-bottom: 12px; }

.fbox-horizontal .fbox-content {
	justify-content: left;
	display: flex;
	align-items: center;
}

.tparrows { background: transparent !important; }
.tparrows:before { color: #000 !important; font-size: 30px !important; }
.tparrows:hover { opacity: 0.8 !important; }
/*
.menu-item .menu-link:hover { color: rgb(192, 162, 90) !important; }
.is-expanded-menu .sub-menu-container, .is-expanded-menu .mega-menu-content { border-top: 1px solid rgb(192, 162, 90); }
.top-links .button.button-mini:hover { background: rgb(192, 162, 90) !important;}
.menu-container .h-bg-color:hover { background: rgb(192, 162, 90) !important; border-color: rgb(192, 162, 90) !important; }
.menu-container .button-telephone:hover { color: rgb(192, 162, 90) !important; }
.menu-container .button-telephone:hover i { background: rgb(192, 162, 90) !important; }*/
.header-misc-element, .header-misc-icon { margin:0px }

/*************************************************************************************************************
************************************            BLOCK PRODUIT           **************************************
**************************************************************************************************************/
.product-ctn {
	background: transparent;
	box-shadow: 0;
	margin-bottom: 20px;
	padding: 0px 0;
	position: relative;
	cursor: pointer;
}
.product-ctn.light { margin-bottom: 15px; padding: 10px 0 10px; min-height: 97px; }
.product-ctn.currency.light { padding: 22px 0 15px 0; cursor: auto;  }
.product-ctn:last-child { margin-bottom: 0 }
	.product-ctn .product-img {
		padding: 0 15px 0 30px;
		position: relative;
		z-index: 1;
	}
	.product-ctn.currency.light .product-img { padding: 0 0 0 15px }
		.product-ctn .product-img img {
			margin: 0 auto;
		}
		.product-ctn .product-name {
			color: #181818;
			display: inline-block;
			font-size: 16px;
			font-weight: bold;
			line-height: 16px;
			padding-left: 0;
		}
		.product-ctn.currency.light .product-name { padding: 0 15px 0 15px; position: relative; line-height: 130% }
    .product-ctn.currency.light .product-name .product-currency-name {     position: absolute;
    top: 0px;
    right: -5px;
    font-size: 100%;
    width: 110px;
    text-align: center;}
    .product-ctn.currency.light .product-name .product-currency-name.large { width: 200px; }
		.product-ctn.currency.light .product-name .product-currency-name span { display: block; }
    .product-ctn.currency.light .product-img.small .cm-icon {
        height: 23px;
    width: 32px;
    display: block;
    margin-top: 3px;

    }
    	.product-ctn .product-name a {
				text-decoration: none;
			}
			.product-ctn .product-name a.product-link {
				color: #181818;
				display: block;
				font-size: 12px;
				font-weight: normal;
				margin-top: 5px;
				text-decoration: underline;
			}
			.product-ctn .product-name a.product-link:hover { color: #008fff; }
	.product-ctn.currency.light .product-sell, .product-ctn.currency.light .product-buy { padding-right: 0; padding-left: 0; }
	
	.product-ctn.currency.light .product-sell::after, .product-ctn.currency.light .product-buy::after { 
		content: '';
		position: absolute;
		bottom: -24px; 
		right: 0;
		left: 0;
		width: 180px;
		max-width: 90%;
		margin: auto;
		right: 0;
		left: 0;
	}/*
	.product-ctn.currency.light .product-sell::after { border-bottom: 2px solid #111f2a; }
	.product-ctn.currency.light .product-buy::after { border-bottom: 2px solid #008fff; }*/
	


		.product-sell, .product-buy {
			font-size: 13px;
			text-align: center;
		}
			.product-action {
				display: block;
			}
			.single-product .product-price {
				color: var(--cnvs-heading-color);
				display: block;
				font-size: 20px;
				font-weight: 400;
				margin: 5px 0;
			}
			.product-prime {
				display: block;
			}
			.product-currency-name, .product-currency-iso {
				font-weight: bold;
			}

@media (min-width: 990px) {
	.product-sell, .product-buy { padding-left: 0; }
}

@media (max-width: 1320px) {
	
	.product-price {  white-space: nowrap; }
	.product-ctn .add-to-cart-pane { padding-top: 10px }
}

@media (max-width: 767px) {


	.product-ctn .product-img-ctn { text-align: center; }
	.product-ctn .product-infos { padding: 15px }
	.product-ctn .product-infos .product-name::after { margin: 10px 0 0 0 }
	.product-ctn .product-infos .product-name a { height: auto; }
	.product-ctn .product-infos .product-details .product-stock { margin:15px 0 0 0; position: static; }
	.product-ctn .product-name { margin-bottom: 10px; font-size: 18px; text-align: left; padding : 0 5px; }
}

@media (max-width: 480px) {
	.product-ctn .product-img { padding-left: 10px; padding-right: 10px; }
	.product-sell, .product-buy { padding-right: 5px; padding-left: 5px; font-size: 12px; }
	.product-sell .product-price, .product-buy .product-price { font-size: 17px;  }
	
}
@media (max-width: 360px) {
	.product-ctn .product-name { text-align: left; padding : 0 5px; }
}
.fbox-content.type2{ -ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;padding:0 var(--cnvs-featured-box-padding-x) }

#header:hover + .body {
  filter: blur(8px);
}

#rev_slider_19_1 { overflow:visible; }
#rev_slider_19_1 li { border-left: 10px solid white; border-right: 10px solid white; opacity: 1!important; }
.tp-revslider-slidesli:not(.active-revslide){ filter: blur(20px); }
.sub-menu-container .menu-item>.menu-link:hover, .sub-menu-container .menu-item>.menu-link:focus { color: rgb(192, 162, 90) !important }
.menu-item:hover>.menu-link,
.portfolio-desc h3 a:hover { color: rgb(192, 162, 90) !important }

.button-large { padding: 3px 10px !important; font-size: 16px !important; text-transform: none !important; border-radius: 8px; }
.button-large span { font-weight: 400 !important }

#header { height:60px }

.section {
  background-color: #F5F5F7;
}
#rev_slider_19_1 .hermes .tp-bullet { width: 10px; height:10px; }
#rev_slider_19_1 .hermes .tp-bullet:after { background-color:#CCC; height:100% }
#rev_slider_19_1 .hermes .tp-bullet.selected:after { background-color:#333; }
#rev_slider_19_1 .tp-bullets { top: 96% !important }
#slider2 { padding: 10px 0 25px; }
.woocommerce-breadcrumb { font-size:90% }
.single-product .wp-post-image,
.single-product .size-shop_thumbnail,
#shop .product-image img { height:auto !important }
.single-product .product_meta { display:none; }
.single-product .product { list-style: none; }
.entry-meta li { color: rgba(0,0,0,0.5); }
.product-price {
    font-size: 1.0rem;
    font-weight: 400;
  }

.sidebar-widgets-wrap h3 {
	  font-size: 1.1rem;
    /* border-bottom: 1px solid rgba(var(--cnvs-contrast-rgb), 0.1); */
    margin-bottom: 0.4rem;
    /* padding-bottom: 0.8rem; */
    text-transform: uppercase;
}
.sidebar-widgets-wrap div.wc-blocks-filter-wrapper { margin-bottom: 2rem; }

hr {
    border-top: rgba(var(--cnvs-contrast-rgb), 0.1) solid;
}
ul.wc-block-product-categories-list { list-style:none; }
ul.wc-block-product-categories-list ul { margin-left:15px; }
	ul.wc-block-product-categories-list li:before{
content: "";
    font-family: "bootstrap-icons";
    display: inline-flex;
    align-self: center;
    justify-self: center;
    position: relative;
    font-size: .75rem;
    line-height: inherit;
    left: 0;
  }
ul.wc-block-product-categories-list li li:before {
    content: "\F285";
  }
#productinfo_right { padding-left: 30px; }
#productinfo_right h3 {
	font-size: 1.3rem;
	margin-bottom: 0.8rem;
}
.accordion { margin-bottom: 40px; }
.accordion-button:not(.collapsed) { background-color: rgba(0,0,0,0.05) }
.woocommerce-product-details__short-description { margin-bottom: 2rem; }
.woocommerce-product-details__short-description > p { margin-bottom: 0px; }
.quantity { margin-right:0px; }
.summary form.cart {
	/*border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: rgba(0, 0, 0, 0.03);*/
}
.summary form.cart .quantity .qty { background:white; }
.product-desc .summary hr { display:none; }
.woocommerce-more-info h2 {
	font-size: 1.3rem;
	margin-bottom: 0.8rem;
}
.related.products .owl-carousel .owl-item img { height:auto; padding:20px; }
.related.products li.product a {  }
.related.products h3 { font-size: 1.2rem; margin-bottom:0.8rem; }
.related.products .product-price { font-size: 1rem; }
.related.products li.product a.button { margin: 1.5rem 0 1rem !important; }

.wc-block-cart__submit-button {
    background-color: var(--cnvs-link-color);
    color: white;
  }


#top-search {
    padding: 12px 25px 12px 0px;
}
.header-misc a:hover i { color: rgb(192, 162, 90) }
.widget .button { margin-top: 25px !important; }
.widget>h4 { margin-bottom: 1rem !important; }
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0px 0px 25px 0px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 15px 0px 15px !important;
}
.woocommerce-product-attributes th { padding-right: 25px; }
.woocommerce-product-attributes p { margin: 0 !important; }
.summary .table { margin-top: 30px; }
.summary .table tr td:first-child { padding-left: 0px; }
#productinfo_right {
	border: 3px solid #f2f2f2;
	padding: 25px;
}
#productinfo_right .accordion-button, #productinfo_right .accordion-body { padding-left:10px; padding-right:10px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { margin-top: 0px !important; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background-color: var(--cnvs-themecolor) !important;
	color: white !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background-color: #333 !important;
}
.entry.detailpage .woocommerce .button-large { padding-top: 10px !important; padding-bottom: 10px !important; }


#gform_1 {
	border: 1px solid #cfc8d8;
padding: 20px;
margin: 0em 0;
text-align: left;
border-radius: 5px;
}

#datatable1 { text-align:left !important }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.priceing_list ul, .product_desc ul { list-style:none }
.single_priceing { margin-bottom:30px; }
.slider_content { max-width: 1300px; margin:0 auto; }
.testimonial { z-index:0; }
.product_active_two { margin-bottom: 30px; }
.product_name h2 a { color: #242424 }
.advantages_content h3 { margin-bottom: 0px; }
.advantages_button a { font-weight:500 }
.contact-ftr textarea.form-control {
    height: 80px;
}
.entry.detailpage ul { list-style:none }

.mega-sub-menu h4 { font-size: 1rem; font-weight: normal; margin-top: 10px; margin-bottom: 15px; }
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:not(:first-child) > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.mega-menu-row .mega-sub-menu:not(:first-child) .mega-menu-column li a { font-size: 0.85rem !important; font-weight:normal; }
.mega-menu-row .mega-sub-menu .menu-more-link { color: white; font-size: 0.85rem !important; margin-top: 20px; }
.mega-menu-row .mega-sub-menu .menu-more-link:hover { color: rgb(192, 162, 90); }
.xoo-el-action-sc { display:inline }
.xoo-el-login-tgr.xoo-el-pop-sc { color: var(--cnvs-link-color); }
.xoo-el-login-tgr.xoo-el-pop-sc:hover { color: black }
.xoo-el-form-container button.btn.button.xoo-el-action-btn { background: var(--cnvs-link-color) !important; }
.primary-menu .vi-wcaio-menu-cart { display:none; }
.user-logged-in .primary-menu .vi-wcaio-menu-cart { display:inline; }
.vi-wcaio-menu-cart-content-wrap { margin-right:-45px; color: black; margin-top: 20px; }
.vi-wcaio-menu-cart-text-wrap {
    border-radius: 50%;
    background: red;
    width: 17px;
    text-align: center;
    font-size: 10px;
    margin-left: -10px;
    margin-top: -13px;
}
.vi-wcaio-menu-cart a { min-width:auto; }

.user-logged-in .single-product .product-price p.price { margin-bottom: 0px; font-weight:bold; }
.user-logged-in .single-product .product-price p.price-incl { font-size: 75%; color: rgba(0, 0, 0, 0.5); }

.quantity .qty {
    width: 75px;
}

.single_add_to_cart_button.button {
    --cnvs-btn-padding-y: 0.4rem;
    margin: 3px;
}
.awcdp-deposits-wrapper .awcdp-deposits-option { width: 100% !important; }
.checkout .woocommerce-additional-fields h3 { display:none }

header.woocommerce-products-header {
	--cnvs-page-title-padding: 0rem 3rem;
    --cnvs-page-title-parallax-padding: 6.25rem;
    --cnvs-page-title-mini-padding: 1.5rem;
    --cnvs-page-title-bg: var(--cnvs-contrast-bg-offset);
    --cnvs-page-title-color: var(--cnvs-contrast-900);
    --cnvs-page-title-font-size: 2.25rem;
    --cnvs-page-title-font-weight: 500;
    --cnvs-page-title-spacing: 0;
    --cnvs-page-title-subtitle-size: 1.125rem;
    --cnvs-page-title-parallax-font-size: calc(2rem + 1vw);
    --cnvs-page-title-parallax-subtitle-size: 1.25rem;
    --cnvs-page-title-mini-size: 1.25rem;
    --cnvs-page-title-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-page-title-center-mx-width: 48rem;
    position: relative;
    padding: 3rem 0;
    background-color: white;
    border-bottom: 1px solid var(--cnvs-page-title-border-color);
    margin-bottom: 30px;
}
header.woocommerce-products-header h1.page-title {
	background-color: white;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0px;
	border: none !important;
}
}