
:root {
    scroll-behavior: smooth;
}
 
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.eot');
    src: url('../fonts/poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.eot');
    src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Italic.eot');
    src: url('../fonts/poppins/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Italic.woff') format('woff'),
        url('../fonts/poppins/Poppins-Italic.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Italic.svg#Poppins-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.eot');
    src: url('../fonts/poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Black.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Black.woff') format('woff'),
        url('../fonts/poppins/Poppins-Black.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.eot');
    src: url('../fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff'),
        url('../fonts/poppins/Poppins-Light.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.eot');
    src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/poppins/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.eot');
    src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/poppins/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






.paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-unknown.paypal-buttons-layout-horizontal {
	display: none !important;
}

.woocommerce-cart .paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-unknown.paypal-buttons-layout-vertical {
	display: none !important
}

.woocommerce ul#shipping_method li label {
	padding-right:7px;
}


.paypal-button>.paypal-button-label-container {
	display: none !important;
}

.wcppec-checkout-buttons__separator {
	margin-top: 8px;
}

.woo-selected-variation-item-name {
	display: none !important;
}

.mod_desc {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #3D3B3D;
	margin-bottom: 10px;
}


.PaddingUL ul {
    padding-left:20px !important; 
}

.DescriptionDiv .section-title {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 1.5rem;
    font-weight: 500;
}

.DescriptionDiv .section-title b {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	background-color: #eeeeee;
}

.DescriptionDiv .section-title span {
	margin: 0 15px;
	font-size: 1.2em !important;
	text-transform: uppercase;
}

.DescriptionDiv .SectionTitle1 span {
	font-size: 1.2em !important;
}

.DescriptionDiv .SectionTitle2 span {
	font-size: 0.8em !important;
	max-width: 80%;
	text-align: center;
	line-height: 162%;
}

.DescriptionDiv .SectionTitle3 span {
	font-size: 18px !important; 
}

.DescriptionDiv .Item {
	margin-bottom: 30px;
}
.DescriptionDiv .Item .Link2 {
	margin:auto;
	color: #fbba18 !important;
	text-transform:uppercase;
	text-decoration:underline;
    font-size: 15px;
    font-style: normal;
    font-weight: 700 !important;
	margin-top:30px
}
.DescriptionDiv .Item .TextDivForLInk p {
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.DescriptionDiv .Item .TextDiv {}
.DescriptionDiv .Item .TextDiv a {
	color:#fbba18;
}
.DescriptionDiv .video-block {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: .6em;
	margin-bottom: 30px;
}

.DescriptionDiv .video-block iframe,
.DescriptionDiv .video-block object,
.DescriptionDiv .video-block embed,
.DescriptionDiv .video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.DescriptionDiv .ListStyle {}

.DescriptionDiv .ListStyle ul {}

.DescriptionDiv .ListStyle ul li {
	display: list-item !important;
	list-style-type: square !important;
	padding-left: 0 !important; 
	width: 100%;
}

.ColumnImage {
	text-align: center;
}

.ColumnImage img {
	height: 300px;
	max-width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
	margin-top: 20px;
}


.DescriptionDiv .KilometersDiv {
	border-top: solid #eeeeee 1px;
	border-bottom: solid #eeeeee 1px;
	margin-bottom: 30px;
	margin-top:20px;
}

.DescriptionDiv .KilometersDiv .Item {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.DescriptionDiv .KilometersDiv .Item.Item1 {

	padding-left: 30px;
	padding-right: 30px;
	color: #807d7d;
    font-size: 15px;
}

.DescriptionDiv .Item .VideoDiv {
	text-align:center;
}
.DescriptionDiv .Item .VideoDiv img {
	width:350px;
	height:auto;
}
.DescriptionDiv .Item .ImageDiv {
	text-align:center;
}
.DescriptionDiv .Item .ImageDiv img {
	width:350px;
	height:auto;
}


.DescriptionDiv .DisplayFlex {
	display:inline-flex; 
	align-items:center;
}
.DescriptionDiv .DisplayFlex .TextDiv {
	width:calc(100% - 250px);
	padding-right:50px;
}
.DescriptionDiv .DisplayFlex .Image {
	width:250px;
}




.BorderRight {
	border-right: solid #eeeeee 1px;
}

.BorderRight:nth-child(2),
.BorderRight:nth-child(4),
.BorderRight:nth-child(6) {
	border: none;
}

section.description {
	padding-bottom: 40px;
}

.PaddingTop40 {
	padding-top: 60px !important;
	padding-bottom: 0;
}

.service-center-wrapper {
	margin-top: 20px;
}

.description-detail ul li,
.description-detail ul li span {
	display: contents;
}






.Accordion {}

.Accordion .Item {
	padding: 0px;
	margin-bottom: 0px
}

.Accordion .Item .ItemHead {
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.Accordion .Item .ItemHead h5 button {
	font-size: 17px;
	padding: 8px 0 15px 0;
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	color: #000;
	font-weight: bold;
	background: rgba(0, 0, 0, .03);
	cursor: pointer;
}

.Accordion .Item .ItemHead h5 button.collapsed {
	font-weight: normal;
	color: #777;
	background: none;
}

.Accordion .Item .ItemHead h5 button:focus {
	border: none !important;
	outline: none;
}

.Accordion .Item .ItemHead h5 button .Icon {
	display: inline-block;
	width: 40px;
	height: 100%;
	text-align: center;
	font-size: 26px;
}

.Accordion .Item .ItemHead h5 button.collapsed .Icon i:before {
	content: "\f107";
}

.Accordion .Item .ItemHead h5 button .Icon i:before {
	content: "\f106";
}

.Accordion .Item .ItemBody {
	font-size: 14px;
	color: #777777;
	padding-bottom: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.TextDiv figure {
	margin: 0 auto;
}


.TextDiv1 {
	text-align: center;
	color: #777777;
	margin-top: 20px;
	margin-bottom: 20px;
}

.Uppercase {
	text-transform: uppercase;
}






/********************* Support-Versand-template *******************/
.SupportVersand .slider-wrapper .slick-active.slick-center {
	opacity: 1;
}

.SupportVersand .slider .slick-prev,
.SupportVersand .slider .slick-next {
	font-size: 0;
	border: 0;
	width: 25px;
	height: 25px;
	z-index: 5;
	top: 40%;
	margin-top: -12.5px;
	outline: none;
	cursor: pointer;
}

.SupportVersand .slider .slick-prev {
	position: absolute;
	left: 0px;
	background-image: url('../images/arrow-nav.svg') !important;
	background-position: center;
	background-size: cover;
	width: 42px;
	height: 42px;
	z-index: 12312;
	text-indent: -9999px;
	background-color: #fff !important;
}

.SupportVersand .slider .slick-next {
	transform: rotate(180deg);
	position: absolute;
	right: 0px;
	background: url('../images/arrow-nav.svg') no-repeat center !important;
	width: 42px;
	height: 42px;
	z-index: 12312;
	text-indent: -9999px;
	background-color: #fff !important;
}

.SupportVersand .slider-wrapper {
	background: #F5F5F5;
	padding-top: 55px;
	padding-bottom: 55px;
}

.SupportVersand .slider-wrapper .text {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #3D3B3D;
	margin-top: 30px;
}

.SupportVersand .slick-dots li button {
	background: transparent !important;
	width: 12px !important;
	height: 12px !important;
	border: solid #919191 1px;
	transition: 0.3s
}

.SupportVersand .slick-dots li:hover button,
.SupportVersand .slick-dots li.slick-active button {
	background: #FBBA18 !important;
	border: solid #FBBA18 1px;
}

.SupportVersand .slick-dots {
	list-style-type: none;
	margin-top: 0px;
	height: 65px;
	padding-left:0;
}

.SupportVersand .slick-dots>li::marker {
	opacity: 0;
	display: none;
}

.SupportVersand .slick-dots>li {
	background: none;
}
.SupportVersand .container {
	width:700px;
	max-width:100%;
}
.SupportVersand .slider img {
	height:450px;
	width: 100%;
	object-fit: cover;
	margin: 0 auto; 
}

@media (min-width:768px) {
	.HideDesktop {
		display: none !important;
	}
}

@media(max-width: 768px) {
	.HideMobile {
		display: none !important;
	}

	.SupportVersand .slider-wrapper .SupportVersand .slider {
		margin: 50px auto;
		padding: 0 30px;
	}

	.SupportVersand .slider img {
		height: 250px;
	}

	.SupportVersand .slider .slick-next {
		right: -25px;
	}

	.SupportVersand .slider .slick-prev {
		left: -25px;
	}

	.SupportVersand .slider .slick-prev,
	.SupportVersand .slider .slick-next {
		top: 45%;
	}

	.SupportVersand .slider-wrapper .slick-active:not(.slick-center) {
		height: auto;
	}
}


.top-banner {
	position: relative;
}
.top-banner .container {
	z-index:99;
	position: relative;
}
.top-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
	top: 0;
	left: 0;
	position: absolute;
	z-index:9;
}

.top-banner-wrapper {
	position: relative;
}




/****************** Header Card *******************/
.view-cart {
	height: 42px;
	line-height: 35px;
	font-weight: bold;
}

.subtotal h1 {
	height: 42px;
	border-radius: 5px;
	line-height: 36px;
	margin-bottom: 9px;
}



/****************** Related *******************/
.RelatedHeading {
	padding-left: 0;
	margin-bottom: 13px;
}







/****************** variation *******************/

.woo-variation-swatches .variable-items-wrapper.Warning li {
	border:solid red 3px !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width:70px;
	height:70px;
}


.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: 48%;
	display: inline-block;
	float: left;
	border: solid #EBEBEB 1px;
	border-radius: 4px;
	box-shadow: none;
	padding:15px 30px;
	height:auto;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item.selected, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	border:1px solid #FBBA18 !important;
}


.hover-effect-description {
	position: relative;
}

.hover-effect-description-text {
	background: #EBEBEB;
	border-radius: 4px;
	padding: 10px;
	position: absolute;
	left: calc(100% + 20px);
	top: -7px;
	width: 350px;
	text-align: left;
	z-index: 999;
	line-height: 22px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s
}

.hover-effect-description-text:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #EBEBEB;
	position: absolute;
	left: -9px;
	top: 3px;
}

.hover-effect-description:hover .hover-effect-description-text {
	visibility: visible;
	opacity: 1;
}


.woocommerce div.product form.cart div.quantity {
	margin-top: -45px
}

.p-lisitng-cart {
	height: 240px;
	overflow-y: Scroll
}

.p-lisitng-cart::-webkit-scrollbar {
	width: 10px;
	margin-left: 30px;
}

.p-lisitng-cart::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.p-lisitng-cart::-webkit-scrollbar-thumb {
	background: #888;
}

.p-lisitng-cart::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	margin: 0 2px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border-radius: 4px;
	padding: 10px 13px;
	transition: 0.3s;
}


.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline,
a {
	color: #000;
	font-size: 14px;
}


.wc_payment_methods .payment_box p {
	font-size: 20px;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 0px;
}

.woocommerce ul.order_details {
	margin: 20px 0;
	list-style: none;
	padding-left: 0;
}

.woocommerce ul.order_details li strong {
	margin-top: 12px;
}
 
#shipping_service_field:after,
#before_purchase_checkbox_1_field:after {
	display:none;
}
#shipping_service_field:before,
#before_purchase_checkbox_1_field:before {
	display:none;
}




/******************* Review *******************/
.comment-form-author {}

.comment-form-author label {
	display: inline-block;
	width: 100%;
}

.comment-form-email label {
	display: inline-block;
	width: 100%;
}

.comment-form input {
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	padding: 5px;
}

.woocommerce p.stars a {
	width: 2em;
	height: 2em;
}

.woocommerce p.stars a::before {
	font-size: 22px;
	color: #FBBA18 !important
}

.woo-selected-variation-item-name {
	display: none;
}





.TobBlockContent {
	display: flex;
	position: relative;
	padding: 0px 6px;
	margin-top: -8px;
	margin-bottom: 0;
	background: #fff;
	justify-content: space-between;
	border-top: 1px solid #EBEBEB;
}

.TobBlockContent img {
	height: 40px;
	object-fit: contain;
	margin: 8px auto 6px auto;
	display: block;
	max-width:100%;
}

.TobBlockContent div {
	margin-bottom: 0 !important;
	width:20%;
}


.sale {
	top: 0px;
	right: 0px;

}

.sale p {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.Pname {
	color: #000;
	display: block;
	text-align: center;
	font-size: 1.5em;
	height: 35px;
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	padding-top: 20px;
}

.Pname.ShortTitle {
	font-size: 14px;
	padding-top: 10px;
}

.PnameSpann {
	color: #808080 !important;
	position: absolute !important;
	left: 0px !important;
	width: 100% !important;
	top: 42px;
    font-size: 17px !important;
    margin-bottom: 10px !important;
	font-weight:500 !important;
}

.PricesSpan {
	color: #808080;
	font-size: 12px;
	text-align: center;
	position: relative;
	background: #fff;
	width: 100%;
	z-index: 2;
	bottom: 14px;
	display: inline-block;
}

.woocommerce-variation-price .shipping {
	font-size: 11px;
}

.TextCenter1 {
	text-align: left;
	height: 40px;
}

.einbau__item {}

.einbau__item img {
	width: 44px;
	height: 44px;
	object-fit: contain;
	margin: 5px auto;
	display: block;
}

.opacityAdded {
	opacity: 0.2;
	position: relative;
}

.opacityAdded:after {
	content: '';
	width: 2px;
	height: 100%;
	background: red;
	position: absolute;
	top: 0;
	left: 50%;
	transform: rotate(-45deg);
}

.opacityAdded:before {
	content: '';
	width: 2px;
	height: 100%;
	background: red;
	position: absolute;
	top: 0;
	right:46%;
	transform: rotate(45deg);
}

.opacityAdded2 {
	position: relative;
}

.opacityAdded2 img {
	opacity: 0.2;
}

.opacityAdded2:after {
	content: '';
	width: 2px;
	height: 100%;
	background: red;
	position: absolute;
	top: 0;
	left: 103px;
	transform: rotate(-45deg);
	opacity: 0.2;
}

.opacityAdded2:before {
	content: '';
	width: 2px;
	height: 100%;
	background: red;
	position: absolute;
	top: 0;
	right: 103px;
	transform: rotate(45deg);
	opacity: 0.2;
}



.site-description {
	display: none
}



@media(max-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		position: absolute;
		top: 32px;
		left: 0;
		width: 100%;
	}
	.navbar-expand-lg {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-expand-lg .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-expand-lg .navbar-collapse {
		margin-left:0;
	}
	.navbar-expand-lg .navbar-nav {
		z-index: 99999;
	}
	.navbar-expand-lg .navbar-nav {
		position:relative;
		background:#ffffff;
	}
}


@media(max-width: 768px) {

	.topbar {
		padding: 0px 0px;
	}

	.login-section {
		margin-top: 2px;
	}

	.login-section svg {
		margin-right: 0;
	}

	.search-button-click {
		 
	} 

	.language {
		margin-right:0;
	}
	.language .curLang {
		text-transform:uppercase;
	}
	.language .mobile-globe {
		width: 17px;
		height: 17px;
	}
	.sub-menu-language ul {
		width:140px;
	}
	.drop-arrow {
		margin-left: 7px;
	}


	.woocommerce div.product form.cart div.quantity {
		margin-top: -30px;
	}





	.navbar-expand-lg {
		padding-top: 0;
		padding-bottom: 0;
		padding-left:0;
	}

	.navbar-expand-lg>.container {
		height:0px;
	}



	.navbar-expand-lg .navbar-collapse {
		position: absolute;
        top: -73px;
        left: 0;
        width: 100%;
	}


	.top-banner {
		padding-top: 15px;
	}

	.custom-logo-link img {
		width: 156px;
		height: 33px;
	}





	.woocommerce table.shop_table_responsive tr td.product-quantity::before,
	.woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
		padding: 0;
		font-size: 12px;
	}

	.woocommerce-cart-form table td.product-name {
		padding-top: 7px !important;
		padding-left: 14px !important;
		font-size: 12px;
		margin-bottom: 0;
	}

	.woocommerce-cart-form .product-name a {
		font-size: 12px;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		margin-bottom: 5px;
	}

 
	.woocommerce-cart-form {}

	.woocommerce-cart-form .product-thumbnail {
		padding-top: 0px !important;
		padding-left: 15px !important;
		padding-bottom: 10px !important;
	}

	.woocommerce-cart-form .product-thumbnail a {
		height: 50px;
		width: 150px;
		overflow: hidden;
	}

	.woocommerce-cart-form .product-thumbnail a img {
		margin-top: 0px;
	}

	.woocommerce-cart-form .product-remove {
		margin-top: 12px;
		border: 0 !important;
	}

	.woocommerce-cart-form .product-name a {
		padding-left: 6px;
	}

	.woocommerce-cart-form .quantity {
		margin-right: 0;
		width: auto;
	}


	.woocommerce-cart-form .product-quantity {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.woocommerce-cart-form .product-quantity:before {
		padding-top: 6px !important;
	}

	.woocommerce-cart-form .product-subtotal {
		font-size: 12px;
		padding-bottom: 3px !important;
	}

	.woocommerce-cart-form .product-subtotal .amount {
		font-size: 12px;
	}





	.woocommerce-message {
		margin-bottom: 15px;
	}

	.cart_totals {}

	.cart_totals .cart-subtotal {
		padding: 0;
	}

	.cart_totals .cart-subtotal td {
		padding: 10px !important;
	}

	.cart_totals .order-total {
		padding: 0;
	}

	.cart_totals .order-total td {
		padding: 10px !important;
	}


	.top-block__wrapper {
		margin-bottom: 15px;
	}



	.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table,
	.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table {
		margin-top: 10px;
		margin-bottom: 6px;
	}

	.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tbody::after,
	.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table tbody::after {
		height: auto;
	}

	.cart_item {}

	.cart_item .product-name {
		font-size: 12px;
		padding: 0 !important;
	}

	.cart_item .product-name .product-quantity {
		font-size: 12px;
	}

	.cart_item .product-total {
		padding: 0 !important;

	}

	.cart_item .product-total * {
		font-size: 12px !important;
	}



	.cart-subtotal {
		padding: 0 !important;
	}

	.cart-subtotal .amount {
		font-size: 12px;

	}

	.cart-subtotal th,
	.cart-subtotal td {
		padding: 0 !important;
		font-size: 13px;
		padding-bottom: 4px !important
	}

	.order-total .amount {
		font-size: 12px;
	}

	.order-total th,
	.order-total td {
		padding: 0 !important;
		font-size: 13px;
	}


	#order_review_heading {
		margin-top: 20px !important;
	}

	.wc_payment_methods .payment_box p {
		font-size: 14px;
	}

	.woocommerce-privacy-policy-text p {
		font-size: 14px !important;
	}


	.wc_payment_method label {
		font-size: 13px;
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}

	.wc_payment_method input.input-radio[name=payment_method]+label::before {
		margin-right: 7px;
	}

	#add_payment_method #payment ul.payment_methods li img.stripe-icon,
	.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
		max-width: 34px;
	}

	#add_payment_method #payment .payment_method_paypal .about_paypal,
	.woocommerce-cart #payment .payment_method_paypal .about_paypal,
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
		line-height: 26px;
	}


	.woocommerce-billing-fields {
		padding: 10px;
	}

	.woocommerce-checkout form .col2-set label {
		margin-bottom: 0;
		font-size: 13px;
	}

	.woocommerce-checkout form .col2-set p {
		margin-bottom: 5px;
	}

	.woocommerce-additional-fields {
		padding: 10px;
	}



	.woocommerce table.shop_table th {
		font-size: 14px;
	}

	.product-name a {
		font-size: 12px;
	}

	.woocommerce-order-details {
		padding-top: 0 !important;
	}

}


.block-width-image p {
	margin-bottom: 5px;
}


.product-section {}

.product-section h1 {
	margin-bottom: 20px;
}

.news-container {
	margin-top: 0
}






.MobileSocials {
    margin-left: -5px;
    position: fixed;
    z-index: 999999;
    text-align: center;
    bottom: 253px;
    right: 68px;
}

.MobileSocials .IconDiv {
	width: 35px;
	height: 35px;
}

.MobileSocials .IconDiv img {
	height: 19px;
}

.MobileSocials .Icons {
	position: absolute;
	padding-top: 7px;
	top: -7px;
	left: -4px;
}

.MobileSocials .Icons svg {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	border-radius: 100%;
}

.MobileSocials .Telegram {
	border-radius: 100%;
    position: relative;
}

.MobileSocials .Telegram svg {
	width: 35px;
	height: 35px;
	color: #0088CC;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); 
}
.MobileSocials .Telegram:after {
	content: '';
    width: 33px;
    height: 33px;
    background: #fff;
    position: absolute;
    left: -34px;
    top: 22px;
    border-radius: 100%;
    z-index: -9;
}


.MobileSocials .Whatsapp {
	fill: white;
	width: 35px;
	height: 35px;
	padding: 3px;
	background-color: #4dc247;
}


.MobileSocials .Messenger {
	fill: white;
	width: 35px;
	height: 35px;
}

.MobileSocials .Messenger svg {
	width: 35px;
	height: 35px;
}


.MobileSocials .Email {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #f44b62;
	display: inline-block;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	color: #fff;
	margin-bottom: 8px;
}

.MobileSocials .Email svg {
	box-shadow: none;
	width: 25px;
	height: 21px;
	margin-top: 7px;
}


.MobileSocials .Close {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: #f8635f;
	border-radius: 100%;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	color: #fff;
	line-height: 35px;
	padding-top: 10px;
	overflow: hidden
}

.MobileSocials .Close svg {
	box-shadow: none;
	width: 20px;
	height: 30px;
	margin-top: -15px;
	margin-left: 0px;
}

.MobileSocials .Icons {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s
}

.MobileSocials.Active .Icons {
	visibility: visible;
	opacity: 1;
}




.ErrorPage1 {
	display: inline-block;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.ErrorPage1 .entry-title {
	margin-bottom: 20px;
}

.ErrorPage1 .intro-text {
	margin-bottom: 20px;
}



.search-field {
	height: 45px;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	outline: none;
	box-shadow: none;
}

.search-submit {
	border: none;
	padding-left: 24px;
	padding-right: 24px;
	cursor: pointer;
	background: #FBBA18;
	border-radius: 4px;
	transition: 0.3s all;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: inline-block !important;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #3D3B3D;
	position: relative;
	top: -1px;
}




.old-price p strike {
	font-size: 13px;
}

.p-price.archive .new-price {
	font-size: 15px;
	font-weight: normal;
}

.p-price.archive .new-price b {
	font-weight: normal;
	font-size: 13px;
}

.p-price.archive>div {
	font-size: 11px;
}


.Manufacturer-tabs ul li a {
	font-size: 14px;
	padding: 8px 0;
}


@media(min-width: 768px) {

	.MobileSocials {
		top: auto;
		bottom: 76px;
		right: 22px;
		position: fixed;
	}

	.MobileSocials .IconDiv {
		cursor: pointer;
		background: #FBBA18;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
	}

	.MobileSocials .IconDiv img {
		height: 30px;
		margin-top: 10px;
	}


	.MobileSocials .Icons {
		top: auto;
		bottom: -7px;
		left:0px;
	}

	.MobileSocials .Whatsapp {
		width: 50px;
		height: 50px;
	}

	.MobileSocials .Telegram svg {
		width: 50px;
		height: 50px;
	}

	.MobileSocials .Messenger svg {
		width: 50px;
		height: 50px;
	}

	.MobileSocials .Email {
		width: 50px;
		height: 50px;
	}

	.MobileSocials .Email svg {
		box-shadow: none;
		width: 42px;
		height: 26px;
		margin-top: 11px;
	}

	.MobileSocials .Close {
		width: 50px;
		height: 50px;
		cursor: pointer;
		box-shadow: none;
	}

	.MobileSocials .Close svg {
		width: 48px;
		height: 42px;
		margin-top: -6px;
		margin-left: 0px;
	}


}


.shop_ads {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.shop_ads img {
	width: 100%;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	justify-content: flex-start;
}
.woocommerce-form-coupon-toggle .showcoupon {
	margin-left:8px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin-bottom: 32px;

}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	padding-left:20px !important; 
} 

.woocommerce-checkout form #order_review,
.woocommerce-checkout form #order_review_heading {
	padding-left: 0;
}

.woocommerce-checkout form #order_review_heading {
	margin-top: 7px !important;
	font-size: 16px;
	margin-bottom: 10px;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table {
	margin-top: 0;
}

.OrderNote {
	background-color:#D4D4D4;
	box-shadow: 0px 8px 12px 1.12px rgb(143 143 143 / 14%);
	border: 2px solid #CD2653;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 30px;
	width: 50%;
	display: inline-block;
	float: left
}
.OrderNoteTitle {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
	color:red;
}
.OrderNotesContent {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.woocommerce-checkout input#coupon_code {
	padding: 7px;
	margin-top: 20px;
	border-radius: 5px;
}

.woocommerce-checkout button[name=apply_coupon] {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
	font-size: 16px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	font-size: 14px;
}

.woo-single-country #select2-billing_country-container {
	font-size: 14px;
}

.woocommerce-billing-fields__field-wrapper {}

.woocommerce-billing-fields__field-wrapper label {
	font-size: 13px;
	margin-bottom: 3px
}

.woocommerce-checkout-review-order td {
	font-size: 14px !important;
}

.wc_payment_method input.input-radio[name=payment_method]+label {
	font-size: 14px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	font-size: 13px !important;
	line-height: 20px;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
	font-size: 13px !important;
	line-height: 20px;
}

.woocommerce-privacy-policy-text p,
.woocommerce-privacy-policy-text a {
	font-size: 13px !important;
}


.woocommerce-billing-fields__field-wrapper input {
	height: 30px;
}

.woocommerce-checkout form .col2-set p {
	margin-bottom: 3px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	font-size: 14px;
}

.product-total {
	display: inherit;
}

.woocommerce-checkout .select2-container .select2-selection--single {
	height: 30px;
}

#select2-billing_country-container {
	line-height: 30px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 23px;
}

.woocommerce-additional-fields h3 {
	font-size: 16px;
}

.woocommerce-checkout-review-order td {
	padding-top: 0 !important;
	padding-left: 0 !important
}

.woocommerce-checkout-review-order th {
	padding-top: 0 !important;
	padding-left: 0 !important
}

.cart_item dl.variation dt {
	display: none !important;
}

#order_review_heading {
	font-weight: bold;
}

.DiscountDiv {
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #000000;
	font-family: Poppins, sans-serif;
	color: #fff;
	text-align: center;
}

.DiscountDiv span {
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
}

.DiscountDiv .CouponN {
	display: inline-block;
	background: #fff;
	padding: 1px 10px;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
	font-size: 14px;
	cursor: pointer;
}

.DiscountDiv .CouponN label {
	margin-bottom: 0;
	font-weight: normal;
	margin-left: 5px;
	cursor: pointer;
}


.product__wrapper-images .slick-list.draggable {
	margin-top: 50px;
}


.legacy-itemprop-offers,
.wgm-info {
	display: none !important;
}


.woocommerce-checkout form .col2-set input {
	border: 1px solid #ddd;
	height: 30px;
	border-radius: 3px;
	padding-left: 10px;
	font-size: 14px;
}

.shipping_address label,
.shipping_address label {
	font-size: 13px;
	margin-bottom: 3px;
}

.shipping_address #select2-shipping_country-container {
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #ddd;
	height: 30px;
	border-radius: 3px;
	padding-left: 10px;
	font-size: 14px;
}

.woocommerce form .form-row textarea {
	height: 100px;
}


.single .paypal-button.paypal-button-number-0.paypal-button-layout-horizontal.paypal-button-shape-rect.paypal-button-number-single.paypal-button-env-sandbox.paypal-button-color-black.paypal-button-text-color-white.paypal-logo-color-white {
	display: none !important;
}


.woocommerce-cart .select2-container .select2-selection--single .select2-selection__rendered {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 5px;
}

.woocommerce-cart .select2-container .select2-selection--single {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 0;
}

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 8px;
}

.select2-results__option {
	font-size: 13px;
}

.woocommerce-cart .select2-container .select2-search__field {
	height: 30px;
}

.select2-container--open .select2-dropdown--below {
	border-top: solid #777 1px;
}



.single_variation_wrap .hover-effect-description {
	position: relative;
	top: 5px;
}

.single_variation_wrap .shipping {
	line-height: 21px;
}

.single_variation_wrap .hover-effect-description-text {
	left: auto;
	right: 0;
	top: 22px;
	font-size: 14px;
}

.single_variation_wrap .hover-effect-description-text:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #EBEBEB;

	position: absolute;
	left: calc(100% - 19px);
	top: -19px;
}

@media (min-width: 767px) {

	.woocommerce-cart #add_payment_method .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		height: 57px !important;
		line-height: 39px !important
	}

	#add_payment_method .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		margin-bottom: 0 !important;
		margin-top: 6px !important;
		height: 43px;
		line-height: 34px !important;
	}

}

@media (max-width: 768px) {

	.woocommerce-cart #add_payment_method .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		margin-bottom: 0 !important;
		margin-top: 7px !important;
	}

	.wcppec-checkout-buttons__separator {
		margin-top: 0;
		margin-bottom: 7px;
		font-size: 13px;
	}
}


.f-logo {}

.f-logo img {
	width: 195px;
}


.FontSize13 {
	font-size: 13px;
}


.archive-single__content>* {
	word-break: normal;
}

.woocommerce-checkout-review-order-table .product-name {
	width: 30%;
}

.woocommerce-checkout-review-order-table .product-total {
	width: 30%;
}


.woocommerce-checkout-review-order-table .cart-subtotal {
	width: 100%
}

.woocommerce-checkout-review-order-table .cart-subtotal th {
	width: 30%;
}

.woocommerce-checkout-review-order-table .cart-subtotal td {
	width: 30%;
}



.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	height: 30px !important;
	font-size: 14px;
	line-height: 30px;

}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 14px !important;
}


.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 100% !important;
	float: inherit !important;
}

.p-image {
	position: relative;
}

.p-image .ComingSoon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8);
	display: inline-flex;
	align-items: center;
	text-align: center;
}

.p-image .ComingSoon span {
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}






.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}


.addReadMore .SeeMore {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.addReadMore .SeeMore .collapsed .ReadMore {
	display:block
}
.addReadMore .SeeMore .ReadMore {
	display:none;
}
.addReadMore .SeeMore .collapsed .ReadLess {
	display:none;
}

.addReadMore button {
	margin: 0 auto;
	width: 200px;
	max-width: 100%;
}

.addReadMore h1 {}

.addReadMore h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #3D3B3D;
	margin-bottom: 20px;
	margin-top: 20px;
}

.addReadMore h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #3D3B3D;
	margin-bottom: 20px;
	margin-top: 20px;
}

.addReadMore p {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #3D3B3D;
	margin-bottom: 30px;
}

button:focus {
	outline: none !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 5px;
}


.wp-pagenavi {}

.wp-pagenavi li {
	list-style: none;
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border-radius: 4px;
	padding: 10px 13px;
	transition: 0.3s;
	border: none;
	color: #919191;
	font-size: .88889em;
}

.wp-pagenavi a:hover {

	background: #ebe9eb;
	color: #8a7e88;
}

.pagi {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.wp-pagenavi {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
	font-size: .88889em;
	margin-bottom: 50px;
	margin-top: 20px;
}

.wp-pagenavi ul.page-numbers {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2
}

.wp-pagenavi .next.page-numbers,
.wp-pagenavi .prev.page-numbers,
.wp-pagenavi a.page-numbers,
.wp-pagenavi span.page-numbers {
	padding: 0 calc(.5 * 1rem);
	display: inline-block;
}

.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi li.active a {
	background: #ebe9eb;
	color: #8a7e88;
	font-weight: normal;
}


.checkout_coupon .button[name="apply_coupon"] {
	height: 35px;
	line-height: 35px !important;
	margin-bottom: 3px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #000 !important;
	width: 38%;
}

/* @media (max-width:768px) {
	.checkout_coupon .button[name="apply_coupon"] {
		width:100% !important;
	}
} */

.woocommerce form.checkout_coupon {
	padding: 0;
	border: none;
}

.product-sku {
	display: none;
}
.archive-single__content img {
	height: auto;
	max-width:100%;
}
.archive-single__content figure {
	max-width:100%;
}
.archive-single__content iframe {
	max-width:100%;
}

@media (max-width: 767px) {
	.archive-single__content iframe {
		height:180px;
	}
}

.archive-single__content table {
	width:100%;
	margin:30px 0;
}
.archive-single__content table th {
	font-weight:500;
	padding:10px;
	background:#d4d4d4;
}
.archive-single__content table td {
	padding:10px;
	border:solid #d4d4d4 1px;
}


.review-star {
	cursor: pointer;
}

.woocommerce span.onsale {
	top: 22px;
	left: calc(100% - 50px);
	min-width: 50px;
	min-height: 50px;
	width: 50px;
	height: 50px;
}


form#check_order {}

form#check_order input[type="text"] {
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #3D3B3D;
	width: 160px;
	height: 36px;
	line-height: 36px;
	outline: none;
	padding-left: 10px;
}

form#check_order button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 0.618em 1em;
	font-weight: 500;
	border-radius: 3px;
	left: auto;
	color: #000;
	background-color: #FBBA18;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	transition: 0.3s;
}

form#check_order button:hover {
	color: #fff;
}

.Loader {
	display: inline-block;
	padding-left: 10px;
	position: relative;
	top: 5px;
}

.Loader .load {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #000;
	width: 24px;
	height: 24px;
	-webkit-animation: spin 0.5s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}




.form-row.hidden {
	display: none !important;
}






.form-row.hidden {
	display: none !important;
}


.ModalStyle1 {
	z-index: 9999999;
}

.ModalStyle1 .modal-body {
	padding: 0;
}

.ModalStyle1 .modal-dialog {
	width:600px;
	max-width: calc(100% - 15px);
}

.ModalStyle1 .modal-content {
	background: #333;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
}

.ModalStyle1 .Title {
	width: 100%;
	height: 46px;
	background: #555;
	color: #fff;
	display: inline-flex;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	position:relative;
}

.ModalStyle1 .Title i {
	margin-right: 10px;
}

.ModalStyle1 .Title .CloseModal {
	cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 5px;
	transition:0.3s;
}
.ModalStyle1 .Title .CloseModal:hover {
	color:#FBBA18;
}

.ModalStyle1 .Content {
	padding: 10px 20px 20px 20px;
}

.ModalStyle1 .Content .Info {
	display: inline-flex;
	align-items: centers
}

.ModalStyle1 .Content h6 {
	font-size: 12px;
	margin: 5px 0;
}

.ModalStyle1 .Content .Info .Left {
	font-family: 'Poppins', sans-serif;
	padding-right: 20px;
	width: 400px;
	max-width: 100%;
}

.ModalStyle1 .Content .Info .Left a {
	color: #FBBA18;
	font-weight: bold;
	font-size: 20px;
}

.ModalStyle1 .Content .Info .Left label {
	color: #FBBA18;
	font-size: 40px;
	font-weight: bold;
	padding-top: 15px;

}

.ModalStyle1 .Content .Info .Left .Text {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
}
.ModalStyle1 .Content .Info .Left .Text h1,
.ModalStyle1 .Content .Info .Left .Text h2,
.ModalStyle1 .Content .Info .Left .Text h3,
.ModalStyle1 .Content .Info .Left .Text h4,
.ModalStyle1 .Content .Info .Left .Text h5 { 
    font-weight: bold;
    padding-top: 15px;
	color:#FBBA18;
	font-size:26px;
} 

.ModalStyle1 .Content .Info .Text span {
	color: #FBBA18;
}

.ModalStyle1 .Content .Info .CheckboxItem {
	margin-top:20px;
	margin-bottom:20px;
}
.ModalStyle1 .Content .Info .CheckboxItem input {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
	cursor: pointer;
}



.ModalStyle1 .Content .Info2 {
	font-family: 'Poppins', sans-serif;
	padding-right: 20px;
	width: 100%;
	max-width: 100%;
} 
.ModalStyle1 .Content .Info2 label {
	color: #FBBA18;
	font-size: 40px;
	font-weight: bold;
	padding-top: 15px;
}
.ModalStyle1 .Content .Info2 .Text {
	color: #FBBA18;
	font-size: 16px;
	line-height: 28px;
} 
.ModalStyle1 .Content .Info2 .Text2 {
	margin-top:30px;
	color: #FBBA18;
	font-size: 16px;
	line-height: 36px;
	text-align:center;
}
.ModalStyle1 .Content .Info2 .Text2 div {

}

.ModalStyle1 .Content .Info2 .Buttons {
	text-align:center !important;
	margin-top:30px;
}
.ModalStyle1 .Content .Info2 .Buttons .button {
	width:120px;
}
 






.ModalStyle1 .Content .Info .Image {
	margin-left: 34px;
	width: 173px;
	height: 151px;
	display: contents;
}

.ModalStyle1 .Content .Info .Image img {
	width: 173px;
	height: 151px;
	object-fit: cover;
	margin-top: 30px;
	border-radius: 5px;
}

.ModalStyle1 .Content .Buttons {
	margin-top: 15px;
	text-align: right;
	margin-bottom: 15px;
}

.ModalStyle1 .Content .Buttons .button {
	margin-left: 20px;
	padding-left: 0;
	padding-right: 0;
	background: #fbba18;
	color: #3d3b3d;
	width:auto; 
    padding-left: 10px;
    padding-right: 10px;
}

.ModalStyle1 .Content .Buttons .button:hover {
	color: #fff;
}

.modal-backdrop {
	background-color: #fff;
}

.ModalStyle1 {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.ModalStyle1:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.ModalStyle1 .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}


.addtocart .added_to_cart.wc-forward {
	display: none !important;
}

.addtocart button:after {
	display: none !important;
}

.HideCategory {
	display: none;
}



.AboutH1 h1 {
	font-size: 1.75rem;
	text-align: center;
	font-weight: 500px;
}

#search-modal {}

#search-modal .modal-data {
	width: 825px;
	left: calc(50% - 412px);
	top: 0;
	height: 100%;
}

.SearchDiv {
	height: 100%;
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.SearchDiv .Content {
	width: 100%;
}

.SearchDiv .InputDiv {
	width: 350px;
	margin: 0 auto;
	position: relative;
}

.SearchDiv .InputDiv input[type="text"] {
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	color: #fff !important;
	font-size: 12px;
	line-height: normal !important;
	text-shadow: 0 0 0 rgb(255 255 255 / 0%);
	border: 0;
	box-shadow: none;
	height: 40px;
	width: 100%;
	background: transparent;
	border-bottom: solid #fff 1px;
	padding-left: 5px;
	border-radius: 0;
}

.SearchDiv .InputDiv input[type="text"]:focus-visible,
.SearchDiv .InputDiv input[type="text"]:focus {
	box-shadow: none;
	border: none;
	border-bottom: solid #fff 1px;
}

.SearchDiv .proclose {
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 21px;
}

.SearchDiv .proclose:hover {
	opacity: 0.7;
}

.SearchDiv .proclose svg {
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: calc(100% - 55px);
	fill: #fefefe;
	padding: 4px;
	box-sizing: border-box;
	box-shadow: 0 0 0 2px rgb(255 255 255 / 90%);
}

.SearchItems {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.SubmitButton {
	position: absolute;
	right: -6px;
	top: 6px;
	border: none;
	background: none;
	z-index: 9;
	cursor: pointer;
	transition: 0.3s;
}

.SubmitButton svg {
	fill: #fff;
	height: 28px;
	width: 28px;
}

.SubmitButton:hover {
	opacity: 0.7;
}



.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	display: none
}


.ThankRegister {
	display:inline-block;
	width:100%;
	padding:100px 0;
	text-align:center;
}
.ThankRegister .Info {
	width:900px;
	max-width:100%;
	margin:0 auto;
	color:#3D3B3D;
	font-family:'Poppins', sans-serif;
}
.ThankRegister .Info h2 {
	font-size:32px;
	font-weight:bold;
	margin-bottom:30px;
}
.ThankRegister .Info img {
	width:65px;
	margin-bottom:15px;
}
.Buttons1 {
	margin-top:50px;
}
.Buttons1 a {
	margin:0 10px;
	width:150px;
	color:#3D3B3D !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
@media (max-width:992px) {
	.ThankRegister  {
		padding:30px 0px;
	}
	.Buttons1 a  {
		margin-bottom:15px !important;
	}
}

.woocommerce-variation-add-to-cart-disabled {
	position:relative;
}
.woocommerce-variation-add-to-cart-disabled:after {
	content:'';
	width:100%;
	height:50px;
	background:transparent;
	position:absolute;
	left:0;
	top:0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button { 
	margin-bottom:20px !important;
}

.woocommerce-ordering .orderby {
	padding-left:7px;
}

.woocommerce .woocommerce-ordering {
	margin-bottom:0;
}
.woocommerce .woocommerce-ordering .sorting{
	width:300px
}



#tab-title-ymm {
	display:none !important;
}

.sub-menu {
	z-index:99999;
}


.ppc-button-wrapper {
	margin-top:20px;
}
.wp-block-image.size-large {
	 
}

#billing_eu_vat_number-description.description {
	display:inline-block;
    font-size: 13px;
}

.woocommerce-input-wrapper {
	position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description { 
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99;
	width:100%; 
}





.single-product .woocommerce-message {
	border-radius: 5px;
    border: solid #8fae1b 4px;
    background: #3D3B3D !important;
	padding-top: 30px;
    padding-bottom: 34px;
	color:#fff;
	flex-direction: row;
}
.woocommerce-page .woocommerce-message .button {
	margin-bottom:0 !important;
	position: absolute;
	right: 30px;
}


/*************** SubscribeDiv ***************/
.SubscribeDiv {
	display:inline-block;
	width:100%;
} 
.SubscribeDiv form {
	margin:0 !important;
}
.SubscribeDiv button {
	padding-left:20px !important;
	padding-right:20px !important;
}

div.mce_inline_error { 
	margin-top: 10px !important;
    width: calc(100% - 25px);
    border-radius: 6px;
    text-align: center;
}
#mc_embed_signup div.mce_inline_error {
	max-width:400px;
}
#mce-success-response {
	color:green;
    margin-top: 10px;
}



.woocommerce-form-register__submit {
	margin-bottom:0 !important;
}










.woocommerce-form label {
	margin-bottom:0;
}
.RegisterForm {
	display:inline-block;
	width:100%; 
    padding: 3px;
}
.RegisterForm .RadioButton {
	background:#ebebeb;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
    text-align: center;
    border-radius: 5px;
	position:relative;
	overflow:hidden;
}
.RegisterForm .RadioButton label {
	font-weight:bold;
}
.RegisterForm input[type="radio"] {
	height:100%;  
	width:100%;
	position:absolute;
	top:0;
	left:0; 
	opacity:0;
	cursor:pointer;
	width:100%;
}
.RegisterForm .input_style {
	border: 1px solid #ddd;
    height: 30px;
	width:100%;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 20px;
} 
.RegisterForm input:checked + label,
.RegisterForm label.Active {
	width:100%;
	background:#FBBA18;
}
.RegisterForm .input_style:focus {
	
}
.RegisterForm .input_style:focus:after, 
.RegisterForm .input_style:focus:before { 
	display:none !important;
}
.RegisterForm .VatNumber {
	position:relative;
}
.RegisterForm .VatNumber .input_style {
	height:37px;
} 
.RegisterForm .VatNumber .button {
	position: absolute;
    right: 0;
    bottom: -10px; 
}

.RegisterForm.Hidden {
	visibility:hidden;
	opacity:0;
	height:0;
} 

.vat_checker {
	display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 15px;
    max-width: calc(100% - 30px) !important;
	margin-bottom:15px;
	background:#f8f8f8;
}
.vat_checker.Hidden {
	display:none;
}
.notice_vat {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:red;
}
.vat_checker .rendered_vat_data {
	margin-top:15px;
}
.vat_checker .rendered_vat_data .item {
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 8px 6px;
    border-radius: 4px;
    background: #fff;
	position:relative;
} 
.vat_checker .rendered_vat_data .item .title {
	font-weight: 600;
}
/* .RegisterForm .input_style:read-only  {
	background-color: #f2f2f2;
	color:#b5b5b5; 
} */
 .RegisterForm .input_style:read-only  {
	height:34px;
	line-height:34px;
 }

.ThankTitle {
	margin-bottom:10px;
}
.ThankReview {
	margin-bottom:15px;
}

.ButtonItem { 
	border: none !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    cursor: pointer !important;
    background: #FBBA18 !important;
    border-radius: 4px !important;
    transition: 0.3s all !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    display: inline-block !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    line-height: 16px !important;
    text-transform: uppercase !important; 
	margin-left:10px !important;
	margin-right:10px !important;
}
.ButtonItem:hover {
    background: #3D3B3D !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
.page-id-8 .ThankRegister {
	padding-top:0;
} 

 #billing_eu_vat_number_field {
	display:none !important;
} 
.woocommerce-billing-fields__field-wrapper input:read-only {
	background-color: #f2f2f2;
}



.ArticleAuthor {
	display:inline-block;
	width:100%;
	border: 1px solid #EBEBEB;
	padding:15px;
	border-radius:5px;
    margin-top: 30px;
    margin-bottom: 30px;

}
.author-title-wrapper {
	display:inline-flex;
	align-items:center;
}
.ArticleAuthor .Info {
	width:calc(100% - 100px);
	padding-left:30px;
}
.author-avatar {
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:100%;
	border:3px solid #FBBA18;
}
.author-avatar img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.author-title {
	font-size:15px;
}
.author-description {
	font-size:15px;
}
.author-link {
	margin-top:6px;
	display:inline-block;
	font-weight:600;
	transition:0.3s;
}
.author-link:hover {
	color:#FBBA18;
}
@media (max-width: 992px) {
	.author-avatar {
		margin:0 auto;
		margin-bottom:15px;
	}
	.ArticleAuthor {
		text-align:center;
	}
	.author-title-wrapper{
		display:inline-block;
	}
	.ArticleAuthor .Info {
		width:100%;
		padding-left:0;
	}
	.author-description {
		font-size: 13px;
	}
}




.ymm-selector {}
.ymm-selector .level {
	width:250px !important;
}
.ymm-selector .ymm-select { 
} 
.ymm-selector.ymm-horizontal .level select.ymm-select, 
.ymm-selector.ymm-horizontal .level select.ymm-category-select {
	height:40px;
	border-radius:4px;
	padding-left:5px;
	padding-right:5px;
	border:none;
} 
.ymm-selector.ymm-horizontal .ymm-submit-any-selection { 
    margin-left: 10px;  
    margin-top: -1px;
}
.ymm-selector.ymm-horizontal .ymm-clear {
	display:none;
}
@media (max-width: 992px) {
	.ymm-selector.ymm-horizontal .level {
		width:100% !important;
		margin-bottom:15px;
		font-size: 13px;
	}
	.ymm-selector.ymm-horizontal .level select.ymm-select, 
	.ymm-selector.ymm-horizontal .level select.ymm-category-select {
		height:35px;
		width:100%;
	}
	.ymm-selector.ymm-horizontal .ymm-submit-any-selection {
		width:100%;
		margin-left:0;
	}
	.block-content .level  {
		padding-right:0 !important;
		padding-left:0 !important; 
	}
}


h2.hidden, h3.hidden {
	display:none !important
}


.single-product-price h3.hidden {
	display:block !important;
	margin: 0 !important;
}

.single-product-price h3 span {
	    margin-top: 10px;
    color: #F3424C !important;
    font-weight: 600;
    font-size: 24px !important;
}

.woocommerce-MyAccount-navigation-link--my-coupons, .woocommerce-MyAccount-navigation-link--referral-link {
	display: none;
}


.ErrorPage {
	display:inline-block;
	text-align:center;
	width:100%;
	padding:100px 0;
}

.ErrorPage .E404 {
	font-size:100px;
}
.ErrorPage .Text1 {
	margin-bottom:20px;
	font-size:20px;
}
.ErrorPage .Text2 {
	font-size:20px;
}



.selection .select2-selection__arrow {
    top: 3px !important;
}
#select2-billing_country-container {
    line-height: 30px;
    padding-left: 8px;
}
.woocommerce-checkout .select2-container .select2-selection--single {
	background:#f2f2f2;
	border:1px solid #ddd
}
.blockedCountry {}
.blockedCountry .select2-selection {
	position:relative; 
}
.blockedCountry .select2-container:after {
    content: '';
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;  
}



.login.checking {
	position:relative;
}
.login.checking:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.7);
	z-index:9;
}
.login.checking:after {
	content:''; 
	width: 1em;
	height: 1em;
    display: block;
    position: absolute;
    top: 32.3%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
	background: url('../images/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
	z-index:99;
}




.BillingVatNotes {}
.BillingVatNotes .btn {
	width:100%;
	text-align:center;
}
.BillingVatNotes .Text {
	font-size: 14px;
    line-height: 24px;
    color: #000000;
	margin-top:15px;
	background-color: #D4D4D4;
    box-shadow: 0px 8px 12px 1.12px rgb(143 143 143 / 14%);
    border: 2px solid #CD2653;
    border-radius: 5px;
    padding: 15px;
}
.BillingVatNotes .Text a,
.BillingVatNotes .Text div {
	display:inline-block;
	color:green;
	font-weight:bold; 
	cursor:pointer;
}


.manufactur-section .ymm-selector.ymm-horizontal .ymm-submit-any-selection {
	background-color: #FBBA18;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #3D3B3D;
    padding: 11px 18px 11px 18px;
	background-repeat: no-repeat;
    background-position: 10%;
	width:100%;
	margin-left:0;
}
.manufactur-section .ymm-selector.ymm-horizontal .level select.ymm-select, 
.manufactur-section .ymm-selector.ymm-horizontal .level select.ymm-category-select {
	width:100%;
}


.CartSupport .card-header {
	height:50px;
	display:inline-flex;
	align-items:center;
	width:100%;
}
.CartSupport .card-header a.collapsed {
	width:100%;
}

.error_vat, .check_verify {
	display:none
}

.validate-phone {}
.validate-phone .woocommerce-input-wrapper {
	width:100%;
    display: inline-block;
}
.validate-phone .woocommerce-input-wrapper .iti {
    display: inline-block;
	width: 100%;
}
.validate-phone .woocommerce-input-wrapper .iti .input-text {
	padding-left:50px;
}


/* Notify me - Products coming soon */
.swal2-content{
	padding:0 6px !important;
}
.cwginstock-subscribe-form .panel-primary {
 	width: 100%;
	overflow:hidden;
	border-color:#d9d9d9;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
	border:none; 
    height: 40px;
    background: #d9d9d9;
	text-align:center;
    padding: 0 10px;
	width:100%;
	border-radius:0;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading h4 {
    font-size: 15px; 
	line-height:40px;
	color:#000;
}
.cwginstock-subscribe-form .form-group {
	margin-bottom:0;
}
.cwginstock-subscribe-form .panel-body {
	padding-left:30px;
	padding-right:30px;
}
.cwginstock-subscribe-form .panel-body .col-md-12 {
	padding:0;
}

.cwginstock-panel-body input[type=text], 
.cwginstock-panel-body input[type=email] {
	border: 1px solid #ddd;
    height: 38px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
}

.cwgstock_button {
	border: none;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
    background: #FBBA18;
    border-radius: 4px;
    transition: 0.3s all;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    display: inline-block !important;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3D3B3D;
}
.cwgstock_button:hover{
	background: #3D3B3D;
    color: #ffffff !important;
}

.cwgstock_output {
	padding-top:12px;
}
.cwgstock_output * {
	font-size:14px;
}
.cwginstock-subscribe-form  {
	padding-top:0 !important;
	margin-top:30px;
}



.cwg_popup_submit  {
	border: none;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
	background: #3D3B3D;
    border-radius: 4px;
    transition: 0.3s all;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    display: inline-block !important;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff !important;
	width:100% !important;
	margin-top:25px;
	margin-bottom:25px !important;
}
.cwg_popup_submit:hover{
    background: #FBBA18 !important;
    color: #3D3B3D  !important; 
}


.woocommerce-info a.button {
	margin-bottom:0 !important;
}




.PageDiv ol { 
    padding-left: 15px; 
}

.PageDiv h1, 
.PageDiv h2,
.PageDiv h3, 
.PageDiv h4, 
.PageDiv h5, 
.PageDiv h6,
.PageDiv p {
	margin-bottom:1rem;
}
/* .PageDiv a {
	color:#0056b3 !important;
} */



#NoShippingModal {}
#NoShippingModal .Text {
	color: #fff;
	padding: 50px 20px;
	text-align: center;
	font-size:17px;
	line-height: 162%;
} 
#NoShippingModal .Text a {
	color:#FBBA18;
	font-size:18px;
}

 

.woocommerce-checkout.processing .blockUI.blockOverlay { 
    background: rgb(0,0,0,0.5) !important; 
    position: fixed !important;
}
 


.gradik div {
    position:relative;
}
.gradik div a {
    width:185px;
    height:54px; 
    display:inline-block;
}
.gradik div a.Link1 {
	position:absolute;
	bottom:0;
	left:0;
}

.gradik div a.Link2 {
	position:absolute;
	bottom:0;
	right:0;
}

.SubTotal small {
	font-size:12px;
}

small.smallfont {
    color: #A49A9A;
    font-size: 10px;
}




#ModalOffer .Content {
	flex-direction: column;
	display: flex;
}
#ModalOffer .Content .Info {
	display: flex;
	flex-direction: column;
}
.product_item {
	border-top: 1px solid red;
	display: flex;
}
.product_item .Left {
	width:80% !important;
}
.product_item .Left label {
	font-size: 20px !important;
	width: 100%;
	padding-top: 0;
}
.product_item .Image {
	width: 20% !important;
	display: flex !important;
}
.product_item .Image img{
   width:100% !important;
 height:auto !important;
}
.product_item .Left .Text {
	display: flex;
	width: 100%;
}
.product_item .Left .Text .variation {
   
	display: flex;
	flex-direction: column;
}


.HomeText1 h3 {
	text-transform: inherit;
}


.SearchDiv .proloading {
	height:30px;
    position: relative;
    top: 30px;
}
.SearchDiv .proloading #loading {
	position:relative;
	overflow:hidden;
}
.SearchDiv .proloading #loading:before {
	content: "";
	position: absolute;
	left: -50%;
	height: 3px;
	width: 40%;
	background-color: #fbba18;
	-webkit-animation: lineAnim 1s linear infinite;
	-moz-animation: lineAnim 1s linear infinite;
	animation: lineAnim 1s linear infinite;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

@keyframes lineAnim {
	0% {
		left: -40%;
	}
	50% {
		left: 20%;
		width: 80%;
	}
	100% {
		left: 100%;
		width: 100%;
	}
}



.SmallHint {
	display:inline-block;
	width:100%;
	padding:15px;
	background-image: linear-gradient(to right, #ED7540, #FBB81E);
	border-radius:10px;
	color:#fff;
	margin-bottom:30px;
    font-size: 15px;
    font-weight: 500;
}

.BigHint {
	display:inline-block;
	width:100%;
	padding:15px 70px;
	text-align:center;
	background-image: linear-gradient(to right, #ED7540, #FBB81E);
	border-radius:10px;
	color:#fff;
	margin-bottom:10px;
	margin-top:-20px;
    font-size: 15px;
    font-weight: 500;
}




.RightSocial {
    position: fixed;
    right: 0;
    bottom: calc(50% - 114px);
    z-index: 4444;
    display: flex;
    flex-direction: column;
    z-index: 999;
    width: 50px
}

.RightSocial .Social a {
    display: flex;
    align-items: center;
    padding: 5px 12px;
    margin: 3px 0;
    background: #3d3b3d;
    position: relative;
    transition: all .4s;
    text-decoration: none;
    pointer-events: all;
    color: #fff;
    width: 240px;
    right: 0;
    font-size: 22px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.RightSocial .Social a .Icon {
    display: inline-block;
    width:30px;
	height:34px;
    font-size: 20px;
    text-align: center;
	line-height:42px;
}
.RightSocial .Social a .Icon svg {
    width: 22px;
}

.RightSocial .Social a span {
    text-decoration: none;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
    color: #fff;
    font-family: "Roboto";
    font-weight: 500
}

.RightSocial .Social a:hover {
    right: 186px;
    background: var(--custom_color)
}

.RightSocial .CartIcon {
    background: rgba(var(--SiteColor)) !important;
    height: 50px;
    display: inline-block;
    position: relative
}

.RightSocial .CartIcon:hover {
    background: rgba(var(--SiteColor)) !important;
    right: 186px
}

.RightSocial .CartIcon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}




.ProductBanners {
	display:inline-block;
	width:100%;
	text-align:center;
}
.ProductBanners a {
	display:inline-block;
}
.ProductBanners img {
	max-width:100%;
}

#ForScrolling {
	position:relative;
	top:-10px;
}
@media (max-width: 992px) {
	#ForScrolling {
		position:relative;
		top:0px;
	}
}


 

.SKFTabs {
	
}
.SKFTabs li {
	width:50%;
}
.SKFTabs li:first-child {
	padding-right:10px;
}
.SKFTabs li:last-child {
	padding-left:10px;
}
.SKFTabs .nav-link {
	background: #ebebeb;
    height: 40px;
    line-height: 40px; 
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
	border:none;
	width:100%;
	padding:0;
	cursor:pointer;
}
.SKFTabs .nav-link.active {
    background: #FBBA18;
	color:#fff;
}

.SKFTabContent {
	padding-top:20px;
}

.SelectOrderCount {
	display:inline-block;
	width:100%;
	text-align:right; 
} 
.SelectOrderCount select {
	width:50px;
	text-align:center;
}


#loader_animation {
	height: 30px;
    position: relative;
    top: 30px;
    width: 200px;
    margin: 0 auto; 
}
#loader_animation .LoadingDiv {
	position:relative;
	overflow:hidden;
	height:10px;
}
#loader_animation .LoadingDiv:before {
	content: "";
	position: absolute;
	left: -50%;
	height: 3px;
	width: 40%;
	background-color: #fbba18;
	-webkit-animation: lineAnim 1s linear infinite;
	-moz-animation: lineAnim 1s linear infinite;
	animation: lineAnim 1s linear infinite;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

@keyframes lineAnim { 
	0% {
		left: -40%;
	}
	50% {
		left: 20%;
		width: 80%;
	}
	100% {
		left: 100%;
		width: 100%;
	}
}




.BlockedUser {
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 150px);
	width:300px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:red;
}


.DeviceCounts {
	display:inline-block;
	width:100%;
	margin-top:15px;
}
.DeviceCounts .radio-container {
	position:relative;
	text-align:center;
	height:40px;
	line-height:40px;
	border-radius:10px;
	background:#ebebeb; 
}
.DeviceCounts .radio-container label {
	font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}
.DeviceCounts .radio-container input[type="radio"]:checked+label {
	position:relative;
	text-align:center;
	height:40px;
	line-height:40px;
	border-radius:10px;
	background:#FBBA18;
	color:#fff;
}
 


.B2BTermPage {
	margin-top:30px; 
	display:inline-block; 
	width:100%;
	text-align:center;
}
.SendB2BRequestToSlack {
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3D3B3D;
	cursor:pointer;
}
.SendB2BRequestToSlack_2 {
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3D3B3D;
	cursor:pointer;
}
.RegisterB2BRequestToSlack { 
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3D3B3D;
	cursor:pointer;
}
.RegisterB2BRequestToSlack_2 {
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3D3B3D;
	cursor:pointer;
}



.SKFLoader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999999;
	display:none;	
} 
.SKFLoader.active {
	display:block;
}
.SKFLoader .LoadDiv{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	transform:rotate(45deg);
	background: #fff;
	position:relative;
	top:calc(50% - 24px);
	left:calc(50% - 24px);
}
.SKFLoader .LoadDiv::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border:24px solid #FBBA18;
	animation: SKFLoaderAnimation 2s infinite linear;
}

@keyframes SKFLoaderAnimation {
	0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
	100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}




  /* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}
#nprogress .bar {
    background: #FBBA18;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #FBBA18, 0 0 5px #FBBA18;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}
#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #FBBA18;
    border-left-color: #FBBA18;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}
 
@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.ShopTitle {
	font-size:25px;
}
.CategoryTitle {
	font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 21px;
    text-transform: uppercase;
    color: #3D3B3D;
}
@media (max-width: 992px) {
    .ShopTitle {
		font-size:19px;
	}
	.CategoryTitle {
		font-size:19px;
	}
}

.short-description h1 {
	display:inline-block !important;
	margin-bottom:20px;
    font-size:22px;
}



.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color:#000;
	background:#FBBA18;
}

.ClearCartButton {
	margin-left:12px;
	background:#3D3B3D;
	color:#fff;
    padding: .618em 1em;
	border-radius:3px;
	transition:0.3s;
	font-weight:600;
	text-align:center;
}
.ClearCartButton:hover {
	background:#FBBA18;
	color:#000;
}





.WishListIcon { 
	height:30px;
	display:inline-flex;
	align-items:center;
	margin-right:25px;
}
.WishListIcon .Icon {
	width:23px;
	height:23px;
}
.WishListIcon .Icon svg {
	width:23px;
	height:23px;
}
.WishListIcon .Icon svg path { 
	color:#919191;
}
.WishListIcon span {
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3D3B3D;
} 
.wishlist-title-container {
	display:none;
}

.add_to_wishlist.single_add_to_wishlist {
	display:inline-flex;
	align-items:center;
	font-size:17px;
	color:#000;
	transition:0.3s;
}
.add_to_wishlist.single_add_to_wishlist:hover {
	color:#FBBA18;
}
.add_to_wishlist.single_add_to_wishlist svg path {
	transition:0.3s;
}
.add_to_wishlist.single_add_to_wishlist:hover svg path {
	color:#FBBA18;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	flex-direction: row;
}

.yith-wcwl-wishlistaddedbrowse {
    flex-direction: row;
}
.yith-wcwl-wishlistaddedbrowse span {
	text-indent:-99999999px;
}
.yith-wcwl-wishlistaddedbrowse span svg path {
	color:#FBBA18;
}
.yith-wcwl-wishlistaddedbrowse a {
	font-size:17px;
	color:#000;	
	transition:0.3s;
}
.yith-wcwl-wishlistaddedbrowse a:hover {
	color:#FBBA18;
}
/***********/
.WishlistloopItem {
    position: absolute;
    z-index: 9999999;
    left: calc(100% - 39px);
    top: -2px;
}
.WishlistloopItem .yith-wcwl-add-button {}
.WishlistloopItem .yith-wcwl-add-button span {
	display:none;
}
.WishlistloopItem .yith-wcwl-wishlistaddedbrowse {}
.WishlistloopItem .yith-wcwl-wishlistaddedbrowse {
	text-indent:-99999999999px;
}

.wishlist_table {
	padding-left:0;
	margin-top:40px;
}
.wishlist_table li {
	
}
.wishlist_table li:nth-child(even) {
	background: #eee;
    padding:10px;
}
.wishlist_table li:nth-child(odd) { 
    padding:10px;
}
.wishlist_table.modern_grid li .item-details table.item-details-table td, .wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td {
	padding:0;
}
.wishlist_table .additional-info-wrapper {
	padding-left:74px;
    margin-top: -5px;
}
.wishlist_table.mobile li .item-wrapper {
	margin-bottom:0;
	width:100%;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a { 
	margin-bottom:10px;
    background-color: #FBBA18;
    border-radius: 4px;
    color: #3D3B3D;
    padding: 11px 18px 11px 30px;
    display: inline-block;
    padding: 8px 16px;
	color:#3D3B3D;
	font-size:16px;
}

.term-speedometer-calibration .SidebarSearchDiv,
.term-abarth-speedometer-calibration .SidebarSearchDiv,
.term-alfa-romeo-speedometer-calibration .SidebarSearchDiv,
.term-aston-martin-speedometer-calibration .SidebarSearchDiv,
.term-audi-speedometer-calibration .SidebarSearchDiv,
.term-bentley-speedometer-calibration .SidebarSearchDiv,
.term-bmw-speedometer-calibration .SidebarSearchDiv,
.term-build-your-dream-speedometer-calibration .SidebarSearchDiv,
.term-cadillac-speedometer-calibration .SidebarSearchDiv,
.term-chevrolet-speedometer-calibration .SidebarSearchDiv,
.term-chrysler-speedometer-calibration .SidebarSearchDiv,
.term-citroen-speedometer-calibration .SidebarSearchDiv,
.term-dodge-speedometer-calibration .SidebarSearchDiv,
.term-ferrari-speedometer-calibration .SidebarSearchDiv,
.term-fiat-speedometer-calibration .SidebarSearchDiv,
.term-ford-speedometer-calibration .SidebarSearchDiv,
.term-genesis-speedometer-calibration .SidebarSearchDiv,
.term-gmc-speedometer-calibration .SidebarSearchDiv,
.term-hyundai-speedometer-calibration .SidebarSearchDiv,
.term-infiniti-speedometer-calibration .SidebarSearchDiv,
.term-jaguar-speedometer-calibration .SidebarSearchDiv,
.term-jeep-speedometer-calibration .SidebarSearchDiv,
.term-kia-speedometer-calibration .SidebarSearchDiv,
.term-lamborghini-speedometer-calibration .SidebarSearchDiv,
.term-land-rover-speedometer-calibration .SidebarSearchDiv,
.term-levc-speedometer-calibration .SidebarSearchDiv,
.term-lexus-speedometer-calibration .SidebarSearchDiv,
.term-lincoln-speedometer-calibration .SidebarSearchDiv,
.term-lotus-speedometer-calibration .SidebarSearchDiv,
.term-lynk-co-speedometer-calibration .SidebarSearchDiv,
.term-maserati-speedometer-calibration .SidebarSearchDiv,
.term-mazda-speedometer-calibration .SidebarSearchDiv,
.term-mclaren-speedometer-calibration .SidebarSearchDiv,
.term-mercedes-speedometer-calibration .SidebarSearchDiv,
.term-mg-speedometer-calibration .SidebarSearchDiv,
.term-mini-speedometer-calibration .SidebarSearchDiv,
.term-nissan-speedometer-calibration .SidebarSearchDiv,
.term-opel-speedometer-calibration .SidebarSearchDiv,
.term-peugeot-speedometer-calibration .SidebarSearchDiv,
.term-polestar-speedometer-calibration .SidebarSearchDiv,
.term-porsche-speedometer-calibration .SidebarSearchDiv,
.term-rolls-royce-speedometer-calibration .SidebarSearchDiv,
.term-seat-speedometer-calibration .SidebarSearchDiv,
.term-skoda-speedometer-calibration .SidebarSearchDiv,
.term-smart-speedometer-calibration .SidebarSearchDiv,
.term-subaru-speedometer-calibration .SidebarSearchDiv,
.term-suzuki-speedometer-calibration .SidebarSearchDiv,
.term-toyota-speedometer-calibration .SidebarSearchDiv,
.term-vauxhall-speedometer-calibration .SidebarSearchDiv,
.term-volkswagen-speedometer-calibration .SidebarSearchDiv,
.term-volvo-speedometer-calibration .SidebarSearchDiv,
.term-xpeng-speedometer-calibration .SidebarSearchDiv,
.term-zeekr-speedometer-calibration .SidebarSearchDiv
{
    display: none;
}

 

.notice-for-us-customer {
	width:100%;
	padding:15px;
	text-align:center;
	border-radius:5px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
	margin-top:-10px;
	margin-bottom:10px;
}