/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #fileuploader{
	margin: 15px auto 0;
}
#fileuploader .ajax-file-upload{
	position: relative;
	overflow: hidden;
	cursor: default;
	width: 100%;
	text-align: center;
	height: 30px;
	padding: 5px 0 12px;
	line-height: 25px;
}
.ajax-file-upload-statusbar{
	width:100% !important;
}
#fileuploader form .uploader{
	position: absolute;
cursor: pointer;
top: 0px;
width: 100%;
height: 100%;
left: 0px;
z-index: 277;
opacity: 0;
}
.ajax-file-upload-progress {
margin: 5px 10px 5px 0px;
position: relative;
width: 200px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block;
color: #FFFFFF;
}
.ot-block{
	display: flex;
	justify-content: start;
	align-items: center;
	width: 50%;
}
.ot-block a{
	width: 84px;
	display: block;
	margin: 0 10px 10px 0;
}
.ot-block a img{
	width: 100%;
	height: 59px;
	object-fit: cover;
}
.ot-block {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.ot-block a {
	width: 8em;
	height: 8em;
	display: block;
	margin: 0 10px 10px 0;
}
.ot-block a img {
	width: 8em;
	height: 8em;
	object-fit: cover;
}

.ot-block-mini {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.ot-block-mini a {
	width: 5em;
	height: 5em;
	display: block;
	margin: 0 5px 5px 0;
}
@media (max-width: 1024px) {
	.ot-block-mini a {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 768px) {
	.ot-block-mini a {
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 560px) {
	.ot-block-mini a {
		width: 90px;
		height: 90px;
	}
}
@media (max-width: 400px) {
	.ot-block-mini a {
		width: 70px;
		height: 70px;
	}
}
.ot-block-mini a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.multiple-items{
	width: 310px;
	margin: 0px 0 30px 0;
}
.multiple-items a{
	display: block;
	width: 50px;
	height: 50px;
}
.multiple-items a img{
	width: 50px;
	height: 50px;
	object-fit: cover;
}
	.ajax-file-upload-statusbar {
		border: 1px solid #0ba1b5;
		margin-top: 10px;
		width: 420px;
		margin-right: 10px;
		margin: 5px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 5px 5px 5px 15px
		}
		
		.ajax-file-upload-filename {
		width: 300px;
		height: auto;
		margin: 0 5px 5px 0px;
		
		}
		
		.ajax-file-upload-filesize {
		width: 50px;
		height: auto;
		margin: 0 5px 5px 0px;
		display: inline-block;
		vertical-align:middle;
		}
		.ajax-file-upload-progress {
		margin: 5px 10px 5px 0px;
		position: relative;
		width: 250px;
		border: 1px solid #ddd;
		padding: 1px;
		border-radius: 3px;
		display: inline-block;
		color:#FFFFFF;
		
		}
		.ajax-file-upload-bar {
		background-color: #0ba1b5;
		width: 0;
		height: 20px;
		border-radius: 3px;
		color:#FFFFFF;
		
		}
		.ajax-file-upload-percent {
		position: absolute;
		display: inline-block;
		top: 3px;
		left: 48%
		}
		.ajax-file-upload-red {
		-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
		-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
		box-shadow: inset 0 39px 0 -24px #e67a73;
		background-color: #e4685d;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		display: inline-block;
		color: #fff;
		font-family: arial;
		font-size: 13px;
		font-weight: normal;
		padding: 4px 15px;
		text-decoration: none;
		text-shadow: 0 1px 0 #b23e35;
		cursor: pointer;
		vertical-align: top;
		margin: 5px 10px 5px 0px;
		}
		.ajax-file-upload-green {
		background-color: #77b55a;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin: 0;
		padding: 0;
		display: inline-block;
		color: #fff;
		font-family: arial;
		font-size: 13px;
		font-weight: normal;
		padding: 4px 15px;
		text-decoration: none;
		cursor: pointer;
		text-shadow: 0 1px 0 #5b8a3c;
		vertical-align: top;
		margin: 5px 10px 5px 0px;
		}
		.ajax-file-upload {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		cursor:pointer;
		line-height:20px;
		height:25px;
		margin:0 10px 10px 0;
		display: inline-block;
		background: #303394;
		border: 1px solid #e8e8e8;
		text-decoration: none;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		padding: 6px 10px 4px 10px;
		color: #fff;
		border: none;
		-moz-box-shadow: 0 2px 0 0 #2b2e85;
		-webkit-box-shadow: 0 2px 0 0 #2b2e85;
		box-shadow: 0 2px 0 0 #2b2e85;
		vertical-align: middle;
		}
		
		.ajax-file-upload:hover {
			  background: #ff9c01;
			  -moz-box-shadow: 0 2px 0 0 #da8600;
			  -webkit-box-shadow: 0 2px 0 0 #da8600;
			  box-shadow: 0 2px 0 0 #da8600;
		}
		
		.ajax-upload-dragdrop
		{
			width:420px;
			color: #DADCE3;
			text-align:left;
			vertical-align:middle;
			padding:10px 10px 0px 10px;
		}
		
		.state-hover
		{
				border:2px solid #A5A5C7;
		}
		.ajax-file-upload-container
		{
			margin:20px 0px 20px 0px;
		}
		#iqit-reviews-modal .modal-dialog{
			max-width:450px;
		}


#iqit-reviews-modal .modal-dialog .modal-content:after{
		content: '';
		position: absolute;
		right: -31px;
		top: -31px;
		border: 30px solid transparent;
		border-left: 30px solid #303394;
		z-index: 0;
		transform: rotate(
			-45deg
		);
		-webkit-transform: rotate(
			-45deg
		);
		z-index:9999;
}
#iqit-reviews-modal .modal-dialog .close{
		cursor: pointer;
		font-size: 28px;
		height: 26px;
		position: absolute;
		right: 20px;
		top: -3px;
		width: 26px;
		z-index: 1;
		color: white;
		font-family: 'FontAwesome';
		opacity: 1;
		text-shadow: none;
		z-index:99999;
}
.videolink{
	cursor:pointer;
	position:relative;
}
.videolink:after{
	content:'\25B6';
	text-align:center;
	font-size: 5rem;
	transform: translateY(-50%);
	top: 50%;
	left:0;
	color:white;
	background-color: transparent;
	width:100%;
	position:absolute;
	pointer-events: none;
}
.videolink:before{
	content:'';
	background-color:rgba(255,255,255,0.3);
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	pointer-events: none;
}
.fancybox-nav span{
	visibility: visible;
}
.comment__item-time{
	color:#808080
}
.iqit-review-star{
	color: #ff9c01;
}
.modal-header{
	background: transparent;
	z-index:99;
}

#wrapper .breadcrumb li:after{
	content: "﹥";
    font-size: 1rem;
    margin: .3em;
    vertical-align: top;
}
#wrapper .breadcrumb{
	margin-bottom: .75em;
}
#content-wrapper .page-title{
	margin-bottom: .4em;
}
.categories_list{
	margin-bottom: 2em;
}
.categories_list > a{
	color: #1d1d1d;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
	font-stretch: extra-expanded;
	margin-right:1em;
}
.categories_list > a:after{
    position: absolute;
	content:"|";
	margin-left:.25em;
    opacity: .4;
    color: #858585;
    font-size: 1.4em;
    font-weight: 100;
	pointer-events: none
}
.categories_list > a:last-child:after{
	content:"";
}
.categories_list > .blogCategorySelected{
	color:#4d4e98 !important;
	cursor:default
}
.categories_list > .blogCategorySelected:hover{
	color:#4d4e98  !important;
}
.post-additional-info.post-meta-info.text-muted{
	margin: 0 auto 1em;
    padding-top: 0;
	border-top:none;
    font-size: 0.9em;
    color: #858585 !important;
}
.post-additional-info.post-meta-info.text-muted > span{
	display: inline-block;
	margin-right:3em;
}
.post-additional-info.post-meta-info.text-muted > span:last-child{
	float:right;
	margin-right:0
}
.simpleblog-post-item .post-thumbnail img{
	width:100%;
}
.simpleblog-posts h2, .simpleblog-posts .h2{
	border-bottom:none;
	color:#34397e;
	text-align:center;
    padding-bottom: 0;
    margin-bottom: 0.25em;
	font-size: 1rem;
}
.post-title{
	text-align: center;
}

.simpleblog-posts h2 > a, .simpleblog-posts .h2 > a{
	color:#34397e !important;
	font-size: 1.4em;
}

.showFormNewComment{
	margin: 0 auto;
	display: block;
}

.bx-wrapper{
	position: relative;
    padding: 0;
    *zoom: 1;
	box-shadow:none !important;
	border:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	background:inherit;
	margin:10px 0 15px!important;
	touch-action: auto!important;
}

.button.ajax_add_to_cart_button:hover span {
    filter: none;
    background: #0084bf;
}
.button.ajax_add_to_cart_button span {
    border: 1px solid;
    border-color: #06b2e6;
    padding: 10px 14px;
    display: block;
    background: #009ad0;
    background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0);
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none;
}
.accessories-block .exclusive span {
    font-size: 13px;
    line-height: 18px;
    padding: 2px 8px 3px;
    text-decoration: none;
}
.button.ajax_add_to_cart_button {
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: 1px 1px rgb(0 0 0 / 20%);
    padding: 0;
    border: 1px solid;
    border-color: #0079b6 #006fa8 #012740 #006fa8;
	position: relative;
    display: inline-block;    
	cursor: pointer;
    white-space: normal;
    text-align: left;
}
.button.ajax_add_to_cart_button {
    color: white !important;
}
.accessories-block .product-name {
    margin-bottom: 5px;
	margin-top:8px;
	margin-left:2px;
	font-size: 17px;
    line-height: 23px;
    color: #3a3939;
}
.accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939;
}
.accessories-block .product-image {
    border: 1px solid #d6d4d4;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px;
}
.accessories-block .block_content .bx-wrapper img{
    max-width: 100%;
    display: block;
}
.accessories-block .product-image img {
    width: 100%;
    height: auto;
}
.accessories-block .price{
	margin-left:3px;
	font-size: 13px;
	color: #777777;
	white-space: nowrap;
}
.accessories-block .clearfix, .accessories-block .no-print{
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.product_accessories_description a{
	display:block;
}
.ph_rte_ul{
	font-size: 14pt;
}

.similar__articles {
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative;
}

.similar__article-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.similar__article-wrap {
    display: grid;
	width: 100%;
    grid-template-rows: repeat(auto-fill, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
    grid-gap: 1vw;
}
@media (max-width: 380px){
	.similar__article-wrap{
		grid-template-columns: 1fr;
	}
}
.similar__article-item {
    margin: 0 auto;
    text-align: center;
}
.similar__article-item-title{font-size:22px;font-weight:700;color:#303393!important;margin-bottom:15px}
.similar__article-item-title>a{font-size:22px;font-weight:700;color:#303393!important;}
.similar__article-item-title>a:hover{color:#ff9c01!important}
.similar__article-img {
    width: 100%;
}
.article__item-wrap {
    padding: 10px 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.similar__article-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
}
.stat-item {
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    color: #79818d;
    font-size: 14px;
}
.article__stat-category::before {
    background-image: url(https://car-landia.com/themes/warehouse/assets/img/svg/sect.svg);
    width: 16px;
    height: 16px;
}
.stat-item::before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.iqitreviews-simple{
	vertical-align: top;
}
.sharingList{
	display: none;
    position: absolute;
    background: #f7f7f7;
    border: 1px solid #f4f8fa;
    padding: 20px 16px 4px;
    left: -25%;
    width: 203px;
    border-radius: 6px;
    box-shadow: 1px 5px 10px 0 rgb(0 0 0 / 12%);
    z-index: 9;
	margin: 12px auto 0;
}
.sharingText{
	position: relative;
    float: right;
	padding: 0 20px;
	transition:.2s;
}
.sharingText > span{
	cursor:pointer
}
.sharingText:hover{
	padding-bottom:14px;
}
.sharingText > span:hover, .sharingItem:hover,#goToDetails:hover > a{
	color:#ff9c01;
	transition:.2s;
}
.sharingText:hover .sharingList{
	display: block;
	transition:.2s;
}
.sharingList:hover{
	display: block;
	transition:.2s;
}
.sharingItem{
	display: block;
    cursor: pointer;
    margin-bottom: 1rem;
}
.sharingList:before{
	display: block;
    content: "";
    position: absolute;
    top: -14px;
    left: calc(50% - 12px);
    background: hsla(0,0%,100%,0);
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #FFF #FFF #f7f7f7;
}
.product-variants>.product-variants-item .custom-select2{
	width: 100%;
	max-width: 100%;
}
#goToDetails > a{
    display: block;
    font-stretch: expanded;
    font-weight: 600;
	color:#303394;
	cursor:pointer;
}
#goToDetails{
	margin: 1rem 0 1.5rem;
	max-width: max-content;
}
.sharingText svg{
	display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
}
p a:link:not(.nav-link):not(.btn),p a:visited:not(.nav-link):not(.btn) {
    color: #2f2db1;
}
.contact-rich .part .data{
	max-width: calc(100% - 1.5rem);
}
.block-iqitlinksmanager{
	max-width: max-content;
    margin-right: .6rem;
}
.PM_ASBlockTitle{
    font-weight: 700;
	text-align: center;
	font-size: 1.15rem;
}
.url-7369{display:none
}
.contact-rich .ctf_click_open_contactform7{color:#fff;border:2px solid #fff;max-width:222px;padding:5px 15px;font-size:14px;font-weight:500;cursor:pointer;text-align:center}
.ctf_click_open_contactform7{
	padding: 1rem 1.5rem;
}
.row.subcategory1{
	height: 100%;
	min-height:68px
}
.head-info .ctf_click_open_contactform7,.product-add-to-cart .ctf_click_open_contactform7{
	color: #303393;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    border: 2px solid #303393;
    text-align: center;
    line-height: initial;
    cursor: pointer;
    background: #FFF;
	margin-top: 0;
}
.head-info .ctf_click_open_contactform7:hover,.product-add-to-cart .ctf_click_open_contactform7:hover{
	background-color: #303393;
    color: #fff;
}
.product-add-to-cart .ctf_click_open_contactform7{
	padding:0.9rem 1.5rem; 
}
.subcategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    background-color: #f2f2f2;
    text-align: center;
}
.subcategorys {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
    gap: 15px 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.subcategory__img {
	vertical-align: top;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}
.subcategory__title {
    font-size: 16px;
    font-weight: 700;
    color: #383838;
    width: calc(100% - 64px);
	text-align: center;
}
@media (max-width:1140px){
	.subcategorys{
		grid-template-columns: repeat(auto-fill, minmax(30%, 30%));
	}
	.subcategory__title{
		font-size: 14px;
		word-wrap:break-word
	}
}
@media (max-width:800px){
	.subcategorys{
		grid-template-columns: repeat(auto-fill, minmax(30%, 30%));
	}
	.subcategory{
		display: block !important;
		padding:0 0 5px;
	}
	.subcategory__img{
		margin: 0 auto;
		display: block;
	}
	.subcategory__title{
		font-size: 12px;
		width: 99%;
		margin: 0 auto;
		display: block;
		word-wrap:break-word
	}
	.extra-small-gutters .col-add-btn .ctf_click_open_contactform7{
		width:100%;
	}
}

#mobile_header_menu_contact {
	padding: 20px;
}
#mobile_header_menu_contact a {
	padding: 0;
	min-height: auto;
	transition: none;
}

#mobile_header_menu_contact .menu_phones {
	position: relative;
	padding: 0 0 0 40px;
}
#mobile_header_menu_contact .menu_phones a {
	padding: 1px;
}
#mobile_header_menu_contact .menu_phones::before {
	content:'';
	position: absolute;
	top: 4px;
	left: 0;
	width: 28px;
	height: 28px;
	background-image: url('https://car-landia.com/themes/warehouse/assets/img/telephone32.webp');
	background-size: contain;
}

#mobile_header_menu_contact .menu_email {
	position: relative;
	padding: 5px 0 15px 45px;
}
#mobile_header_menu_contact .menu_email a {
	font-weight: 700;
}

#mobile_header_menu_contact .btn-primary {
	min-width: 100%;
	margin-bottom: 20px;
}

#mobile_header_menu_contact .social_links {
	text-align: center;
}
#mobile_header_menu_contact .social_links a {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 5px;
	background-image: url('https://car-landia.com/themes/warehouse/assets/img/social_icons.webp');
	background-size: cover;
	font-size: 0;
}
#mobile_header_menu_contact .social_links a.link_viber {
	background-position: 84px 0;
}
#mobile_header_menu_contact .social_links a.link_whatsapp {
	background-position: 0 0;
}
#mobile_header_menu_contact .social_links a.link_telegram {
	background-position: 166px 0;
}
iframe{
	max-width:99.9%;
}
.viewed__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.viewed__item-img{max-width:120px;width:100%;height:auto;margin-right:15px}.viewed__item-txt{font-size:14px;max-width:120px}
.catalog__subtitle{font-size:16px;font-weight:700;color:#383838;margin-bottom:15px}

.sidebar__category{line-height: 150%;font-size:22px;color:#303393;font-weight:700;padding-bottom:15px;margin-bottom:20px;position:relative}.sidebar__category::after{content:"";position:absolute;bottom:0;background-color:#f2f2f2;width:100%;height:2px;left:0}
.sidebar__category > a{color:inherit !important;font-size:inherit !important;font-weight: inherit !important;}
.sidebar__category > a:hover{color: #ff9c01 !important;}
.sidebar__category__btn{color:#484848;font-size:16px;cursor:pointer;max-width: max-content;font-weight: 600;}

.catalogmobilemenu-dropdown{display:block;background-color: #323693;width:100%;}
.catalogmobilemenu-catalog{color:#FFF;position: relative;display:block;background-color:#ff9c00;width:96%;padding:2%;margin:2%;}
.catalogmobilemenu-catalog-item{color:#FFF !important;text-align: center;max-width: max-content;}
.catalogmobilemenu-catalog-item:hover{color:inherit;}
.catalogmobilemenu-dropdown-menu{width:100%;margin-top: 1rem;}
.catalogmobilemenu-parent{width:100%;display:block;}
.catalogmobilemenu-dropdown-header-wrapper{color:#41449b;position: relative;width:100%;background-color:#f3f3f3;padding-top:0.5rem;padding-bottom:0.5rem;}
.catalogmobilemenu-dropdown-header-item{display:block;color:#41449b !important;text-align: center;max-width: max-content;}
.catalogmobilemenu-dropdown-header-item:hover{color: inherit;}
.catalogmobilemenu-children{display:block;background-color:#fff;padding: 1rem;text-align: center;}
.catalogmobilemenu-children > .catalogmobilemenu-dropdown-item{position: relative;display:block;color:#000;margin:0.6rem;margin-bottom:0.3rem;text-align: center;max-width: max-content;}
.catalogmobilemenu-tmp-span{cursor:pointer;transition:0.3s;position: absolute;right: 12px;top: 0px;font-size: 24px;transform: rotate(315deg);}
.catalogmobilemenu-tmp-span-rotate{top: 8px;transform: rotate(225deg);}
.another-variants::before{
	content: "Фото от товара с другими характеристиками";
    position: absolute;
    top: 0;
    left: calc((100% - 250px) / 2);
    color: red;
    font-size: 12px;
    background: #FFF;
    padding: 4px 8px;}
.product-cover img{padding:1px}
#product-images-thumbs{height:auto;}
.product-video-thumbs{
    margin-right: 1rem;
    white-space: normal;
}
.product-video-thumbs > .thumb-container{
	margin: 0 0 1rem;
	cursor:pointer;
}
@media(max-width:768px){
	.product-video-thumbs > .thumb-container{
		display: inline-block;
		max-width: 120px;
	}
}
.product-thumbs-type{
	font-size: 0.9rem;
	font-family: 'FontAwesome';
	min-width: 75px;
	text-align: left;
}

@media (max-width: 767.98px){
	.card-header{
		text-align:center;
	}
	#footer-container-main .js-block-toggle .block-content{
		transition: max-height 1s ease-in-out;
		overflow-y: hidden;
		margin-left: 15px;
	}
	#footer-container-main .js-block-toggle .block-title::before{
		content:" ∟ ";
		position: relative;
		transform: rotate(225deg);
		margin-right:5px;
	}

	#footer-container-main ._toggled .block-title::before{
		transform: rotate(315deg);
		top:-5px;
	}
}
.elementor-brands .slick-slide > div{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#footer-container-main a:hover path{
	fill:#e82a34
}
.simpleblog__post__content img{
	padding-right:0.5rem;
	padding-bottom:0.5rem;
}
.accessories-block .product-image img{
	padding:0.25rem;
}
.grecaptcha-badge{
	display: none;
}
.customCssContactFormId2 > span{
	background: #fff;
    border: 2px solid #303393;
	font-size:16px;
	font-weight:600;
    width: 100%;
    max-width: 285px;
    color: #303393;
}
@media (max-width:768px){
	.customCssContactFormId2 > span{
		max-width: 100%;
	}
}
.simpleblog-posts-column{
	padding:0 1rem;
}
.elementor-element-ff64f62 span{
	color:#c4302b !important
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
	background-size: 100%;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
	.youtube  {    width: 100% !important;}	
}
.simpleblog__post__content a:link:not(.nav-link):not(.btn), .simpleblog__post__content a:visited:not(.nav-link):not(.btn){
	color:#2f2db1;
}
.simpleblog__post__content .ph_rte_ul a:link:not(.nav-link):not(.btn){
	color:#484848;
}
.simpleblog__post__content .ph_rte_ul a:hover:link:not(.nav-link):not(.btn), .simpleblog__post__content a:hover:not(.nav-link):not(.btn){
	color: #ff9c01;
}
.cbp-vertical-on-top>.cbp-vertical>ul{
	min-width:max-content;
}