/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
#top #wrap_all del {
	    font-size: 26px !important;
}
@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}

#top div.product .woocommerce-tabs, #top div div.product .woocommerce-tabs ul.tabs li a, #reviews #comments ol.commentlist li .comment-text p {
	color: black;
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */



/*--------Widgets----------*/

.responsive #top #header #header_main .inner-container .widget {
    order: 3;
    flex-basis: 70%;
    max-width: 600px;
    padding: 0;
    clear: none!important;

    justify-content: center;
    align-self: center;
    align-items: center;
    z-index: 1;
    margin-left: auto;
}
.responsive #top #header #header_main .inner-container .widget>div {
    width: 100%;
    line-height: 14px;
    padding: 0 10px;
}

.responsive #top #header #header_main .inner-container .widget>div label {
  visibility: hidden;
}
.single-product .sidebar {
	display: none !important;
}
.single-product-summary .summary .price {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.single-product-summary .summary ins {
	margin-right: 16px;
}
.single-product-summary .summary ins:before {
	display: none !important;
}
.single-product-summary .summary ins, .single-product-summary .summary .woocommerce-Price-amount {
	color: #56B31E !important;
	font-size: 32px !important;
	line-height: 24px;
}
.single-product-summary .summary .price del span {
	color: #C3C0C0 !important;
	font-size: 26px !important;
	line-height: 24px;
}
.single-product-summary .summary .single_add_to_cart_button {
	background-color: #C80E0E;
	padding-left: 60px;
    padding-right: 30px;
}
.single-product-summary .summary .single_add_to_cart_button {
	position: relative;
}
.single-product-summary .summary .single_add_to_cart_button:before {
	content: '';
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/04/add_cart.svg);
    background-position: center;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
	margin-left: -30px;
}
.single-product-summary .summary .clickBuyButton {
	background-color: #37424A;
	padding-left: 25px;
	padding-right: 25px;
	height: 43px;
	margin-top: -1px;
}
.wrap-one-click {
	clear: both;
    display: flex !important;
	flex-direction: row;
    align-items: center !important;
    justify-content: flex-start !important;
	padding-top: 16px;
	flex-wrap: wrap;
}
.wrap-one-click .start-phone {
	margin-bottom: 10px;
}
.wrap-one-click .start-phone {
	font-weight: 600;
	font-size: 23px;
	margin-right: 10px;
	line-height: 43px;
}
.wrap-one-click input[name=phone-mask] {
	width: 171px !important;
    text-align: center;
    border: 1px solid #E1E1E1 !important;
    background: #F5F5F5 !important;
    height: 43px;
    margin: -1px 25px 0 0 !important;
}
.single-product-summary .summary .clickBuyButton:before {
	display: none;
}
.wrap-custom_block {
	margin-top: 16px;
}
.wrap-custom_block .socials a {
	margin-right: 15px;
}
.wrap-custom_block .socials {
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-custom_block .why-we {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 27.22px;
	border-bottom: 1px solid #DBDBDB !important;
	border-color: #DBDBDB !important;
}
.wrap-custom_block .why-we div {
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 26.5px;
	font-size: 14px;
	color: black;
	line-height: 26.4px;
}
.wrap-custom_block .why-we div svg {
	margin-right: 6.5px;
}
.single-product .product {
	overflow: hidden;
	background-color: #F8F8F8;
	border: 1px solid #E1E1E1;
	padding: 26px;
	margin-bottom: 30px;
}
.wrap-custom_block p {
	display: block;
	color: #1C1C1C;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
.wrap-custom_block .wrap-about-shipping {
	padding-bottom: 20px;
	border-bottom: 1px solid #DBDBDB !important;
	border-color: #DBDBDB !important;
}
.wrap-custom_block .wrap-about-shipping img {
	margin-right: 40px;
}
.wrap-custom_block .wrap-about-shipping p, .wrap-custom_block .list-dealers p, .wrap-custom_block .wrap-payments-list p {
	font-weight: 600;
}
.list-dealers div {
	color: #1C1C1C;
	font-size: 14px;
	line-height: 26.4px;
	margin-bottom: 5px;
}
.list-dealers div svg {
	margin-right: 9px;
}
.list-dealers {
	padding-bottom: 20px;
	border-bottom: 1px solid #DBDBDB !important;
	border-color: #DBDBDB !important;
}
.wrap-custom_block .wrap-payments-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrap-custom_block .wrap-payments-list div {
	width: 40%;
	display: flex;
	align-items: center;
	margin-bottom: 26.5px;
	font-size: 14px;
	color: black;
	line-height: 26.4px;
}
.wrap-custom_block .wrap-payments-list div svg {
	margin-right: 6.5px;
}
.container-frame {
    position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;
 }
 .container-frame iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
.woocommerce-cart .cart_totals h2, .woocommerce-cart .cart_totals table {
	display: none;
}
.single-product a, .single-product button {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.single-product a:hover, .single-product button:hover {
	opacity: 0.8 !important;
}
#formOrderOneClick .popummessage {
	width: 400px !important;
	max-width: 95%;
}
#formOrderOneClick .popummessage .close_message {
	background: black !important;
	border: 1px solid white !important;
	width: 20px !important;
	height: 20px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.cont-us {
	padding: 67px;
}
.cont-us h5 {
	font-size: 25px;
	line-height: 26.4px;
	text-align: center;
	margin-bottom: 38px;
	color: #1C1C1C;
	font-weight: normal;
}
.cont-us div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px;
}
.cont-us div a {
	height: 42px;
	color: white;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	width: 32%;
}
.cont-us div .viber {
	background-color: #6A0DB4
}
.cont-us div .whatsapp {
	background-color: #12A321
}
.cont-us div .telegram {
	background-color: #1291B9
}
.cont-us div a svg {
	margin-right: 7.7px;
}
#billing_country_field {
	display: none !important;
}
.only-mob {
	display: none;
}
.pagination a {
	background: red !important;
	color: white !important;
}
#top .pagination .current {
	color: red !important;
	border: 1px solid red !important;
}
@media only screen and (max-width: 767px) {
	#av-burger-menu-ul .sub-menu {
		display: none;
	}
	  .wrap-custom_block .why-we div, .wrap-custom_block .wrap-payments-list div {
		width: 100%;
		margin-bottom: 10px;
	}
	.cont-us div {
		padding: 0;
		flex-direction: column;
	}
	.cont-us div a {
		width: 100%;
		margin-bottom: 10px;
	}
	.single-product .product {
		padding: 15px;
	}
	.single-product-summary .summary .single_add_to_cart_button {
		padding-left: 40px;
    	padding-right: 20px;
	}
	.single-product h1:not(.only-mob) {
		display: none;
	}
	.only-mob {
		display: block;
	}
}

#cart-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}

#billing_country_field{
	display:none;
}
.woocommerce-checkout .checkout-block{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.woocommerce-checkout .checkout-left{
	width: 60%;
    padding-right: 20px;
    position: relative;
}
.woocommerce-checkout .checkout-right{
	width: 40%;
    padding-left: 20px;
}

.woocommerce-billing-fields__field-wrapper {
    padding-top: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.woocommerce-checkout label,
.woocommerce-checkout #payment ul.payment_methods li label{
	font-weight:400;
	text-transform:none;
}


.checkout-results-shipping {
    order: 30;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
	text-transform:uppercase;
}
.woocommerce ul#shipping_method,
.woocommerce ul.payment_methods {
    list-style: none outside;
    margin: 10px 0 0;
    padding: 0;
	text-transform:none;
}

.woocommerce ul#shipping_method li,
.woocommerce ul.payment_methods li{
	margin: 0 0 15px !important;
	padding:0 !important;
	border:0 !important;
    line-height: 20px !important;
    list-style: none outside;
    display: flex;
    flex-direction: row;
    align-items: start;
	flex-wrap:wrap;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_state_field{
	order:31;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_city_field{
	order:32;
}
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field{
	order:33;
}
.woocommerce-checkout #payment{
	margin-top:25px;
}
.woocommerce-additional-fields .wcus-checkout-fields h3,
.woocommerce-additional-fields > h3{
	display:none;
}
.woocommerce-additional-fields .wcus-checkout-fields p{
	padding: 3px;
    margin: 0 0 6px;
}
#order_review .shop_table{
	margin:0;
}
#order_review .shop_table thead{
	display:none;
}
#order_review .shop_table,
#order_review .shop_table tbody,
#order_review .shop_table tfoot,
#order_review .shop_table tr,
#order_review .shop_table td{
	display:block;
}

.checkout-review{
	background: #F7F7F7;
    padding: 0;
    position: relative;
}
.woocommerce-checkout .woocommerce-checkout-review-order{
	border:0;
}
.woocommerce-checkout .titlecheckout,
.woocommerce-checkout h3{
	font-size:14px;
	line-height: 20px;
	padding:0;
	margin:0;
	font-weight:800;
	text-transform:uppercase;
}
.checkout-products {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    margin: 5px 0 20px;
}
.checkout-products .cart_item {
	border:0;
    border-bottom: solid 1px #727272;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0 30px;
    position: relative;
    flex-direction: column;
    min-height: 115px;
}

#order_review .cart_item .product-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding:0 !important;
	border:0px;
}
#order_review .cart_item .product-name .product-name-info{
	padding-right:20px;
}

.cart_item .product-image img{
	width:75px;
	height:auto;
}

.cart_item .product-name-wrapper {
    width: calc(100% - 75px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    color: #151875;
}

.cart_item .variation{
	margin:0;
	display: flex;
    width: 100%;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.cart_item .variation dd{
	margin:0;
}

.woocommerce-checkout .cart_item .amount{
	float:none;font-size:17px;
	color: #0C2D3C;
	font-size: 17px;
    font-weight: 700;
	text-align:left;
	margin-top: 10px;
}

.cart_item .control-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.cart_item .control-block .form-inline{
	margin-left: auto;
	display: block;
    margin-top:10px;
}

.cart_item .control-block .form-inline .form-group{
	margin:0;
}
.cart_item .control-block .form-inline .input-group{
	display:flex;
	align-items:center;
}
.cart_item .control-block .input-group-addon {
    padding: 0px;
    background: transparent;
    color: #1a1a26;
    font-weight: 500;
    font-size: 22px;
    border: none;
	display: inline-block;
	height:100%;
	float:left;
	height:32px;
	width:32px;
	line-height:32px;
	text-align:center;
	cursor:pointer;
}
.cart_item .control-block .form-inline div.quantity{
	width:unset;
}

.cart_item .control-block .form-inline .qty {
    border-radius: 0;
    padding: 11px 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    height: 32px !important;
    -moz-appearance: textfield !important;
	width: 45px !important;
    color: #131212 !important;
	background:#fff !important;
	text-align:center !important;
	border: 1px solid #727272 !important;
}

.cart_item .control-block .form-inline .qty::-webkit-outer-spin-button,
.cart_item .control-block .form-inline .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_item .product-name a.remove{
	position: absolute;
    right: 1px;
    top: 17px;
    font-size: 26px;
}


.woocommerce-checkout .woocommerce-billing-fields .form-row-wide{
	display: flex;
    width: 100%;
	padding: 3px;
    margin: 0 0 6px;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-wide label {
    width: 150px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_state_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_city_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field label,
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field label{
	display:none;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper {
    display: inline-flex;
    width: calc(100% - 150px);
}

.woocommerce-checkout .woocommerce-billing-fields #billing_state_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-billing-fields #billing_city_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field .woocommerce-input-wrapper{
	width:100%;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-wide label span.optional{
	display:none;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    width: 100%;
    border: 1px solid #727272;
    padding: 5px 15px;
    background: #fff;
	height: 43px
}

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

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 43px;
    border: 1px solid #727272;
    line-height: 43px;
    background: #fff;
	margin:0;
}
.woocommerce-checkout  .zen-ui-select__value{
	background: #fff;
	border: 1px solid #727272;
	height:43px;
	line-height:23px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    background: #fff;
}

#call_me_radio_field {
    margin: 5px 0 15px 0;
    width: auto;
	display:flex;
	flex-wrap:wrap;
}
#call_me_radio_field label {
    width: auto !important;
	margin:0 15px 0 0;
}

#call_me_radio_field .woocommerce-input-wrapper input[type="radio"],
.woocommerce-shipping-methods input[type="radio"] {
    display: none;
}

#call_me_radio_field .woocommerce-input-wrapper input[type="radio"]+label,
.woocommerce-shipping-methods input[type="radio"] + label,
.woocommerce-checkout #payment ul.payment_methods label{
    position: relative;
    display: flex !important;
	align-items:center;
    padding-left: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	min-height:22px;
}

#call_me_radio_field .woocommerce-input-wrapper input[type="radio"]+label:before, 
#call_me_radio_field .woocommerce-input-wrapper input[type="radio"]+label:after,
.woocommerce-shipping-methods input[type="radio"]+label:before,
.woocommerce-shipping-methods input[type="radio"] + label:after,
.woocommerce-checkout #payment ul.payment_methods label:before,
.woocommerce-checkout #payment ul.payment_methods label:after{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    color: white;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #C4C4C4;
}

#call_me_radio_field .woocommerce-input-wrapper input[type="radio"]:checked+label:after,
.woocommerce-shipping-methods input[type="radio"]:checked + label:after,
.woocommerce-checkout #payment ul.payment_methods input[type="radio"]:checked+label:after{
    background-color: #dd9933;
    border-color: #dd9933;
}

#call_me_radio_field .woocommerce-input-wrapper{
	display:flex;
}
.woocommerce-checkout .place-order{
	padding:0;
}
.woocommerce-shipping-methods label img,
.woocommerce-checkout-payment ul.payment_methods label img{
	margin-right:7px !important;
	width:28px;
	height:auto;
}

.woocommerce form .form-row label .required{
	text-decoration:none;
	border:0;
}

#order_review .shop_table .cart-subtotal{
	display:none;
}
#order_review .shop_table td,
th{
	border:0 !important;
}

#order_review .shop_table .order-total{
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	width: 100%;
	border:0;
	background:none;
}

.woocommerce-checkout .checkout-review .order-total th{
	font-size:17px;
	text-transform:uppercase;
	padding:0;
}

.woocommerce-checkout .checkout-review .order-total td{
	    font-size: 17px;
		font-weight: 600;
    text-align: right;
	padding:0;
}
.checkout-place-wrapper{
	padding-top:15px;
}
.checkout-place-wrapper .button{
	width:100%;
}
.container.detail-content{
	margin-top:0;
}
#content.site-content{
	margin-top:180px;
}
#content.site-content .wrapper-breadcrumb{
	background: #f8f8f8;
}
.header-fixed{
	top:unset;
}

.free-shipping-info{
	background: #fff;
    padding: 15px;
    margin: 10px 0 25px;
	
    text-align: center;
    
}
.free-shipping-info td{
	color: #151875 !important;
	font-weight: 700;
	line-height:1.3;
}
.woocommerce-checkout .free-shipping-info .amount {
    color: #C0282E;
    display: inline;
	float:none;
}
@media (max-width: 991px) {
	.woocommerce-checkout .checkout-block{
		flex-direction: column;
        margin-top: 0;
	}
    .woocommerce-checkout .checkout-left, 
	.woocommerce-checkout .checkout-right{
        width: 100%;
    }
	.woocommerce-checkout .checkout-left {
       padding-right: 0;
    }
	.woocommerce-checkout .checkout-right {
        padding-left: 0;
        margin-top: 40px;
    }
	#content.site-content{
	margin-top:150px;
}
}

@media (max-width: 767.98px) {
    .woocommerce-checkout .checkout-left {
        order: 2;
    }
	 .woocommerce-checkout .checkout-right {
        order: 1;
        margin: 0 0 30px;
    }
	.woocommerce-checkout .woocommerce-billing-fields .form-row-wide{
		display:block;
	}
	#call_me_radio_field{
		margin-left:0;
	}
	.woocommerce-checkout .woocommerce-billing-fields .form-row-wide label{
		margin-bottom: 5px;
		width: 100%;
	}
	
	.woocommerce-checkout .woocommerce-billing-fields .form-row-wide .woocommerce-input-wrapper {
		width:100%;
	}
	.checkout-review{
		margin:0 -15px;
		padding:20px 15px;
		width:calc(100% + 30px);
	}
}

@media (max-width: 640px) {
	.woocommerce-variation-add-to-cart{
		display:block;
	}
    .single-product .button.single_add_to_cart_button {
        max-height: 50px;
        min-width: 100%;
		padding:14px;
    }
	#content.site-content{
		margin-top:120px;
	}
}


.cart-box .cart_list{
	max-height:calc(100vh - 91px);
}

body.admin-bar .cart-box .cart_list{
	max-height:calc(100vh - 123px);
}

.cart-box .cart_list::-webkit-scrollbar{
	width: 5px;
	margin-left:5px;
}

.cart-box .cart_list::-webkit-scrollbar-track-piece{
	background-color: #efefef;
}

.cart-box .cart_list::-webkit-scrollbar-thumb{
	background-color: #CBCBCB;
}

.cart-box .cart_list::-webkit-scrollbar-thumb:hover{
	background-color: #909090;
}

.woocommerce-checkout #payment .input-radio {
    visibility: hidden;
    display: none;
}

.woocommerce-shipping-methods .custom-carrier{
	width:100%;
}
.woocommerce-products-header{
clear:both;
padding:30px 0 0;}
.woocommerce-products-header .page-title{
margin:0;}
@media (min-width:768px){
.archive-desc{
clear:both;}
.archive-desc .page-thumb{
width:33%;
margin-top:0.85em;
margin-right:15px;
float:left;}
.archive-desc .term-description{
display:inline;}
}
.accordion{
margin:30px 0 0;}

.accordion .collapse{
display:none;}

.accordion .accordion-item {
	border-top:1px solid #000;
}
.accordion .accordion-item:last-child{
border-bottom:0px;
}

.accordion .accordion-header{
padding:15px 0;
font-weight:600;
font-size:1.25rem !important;
cursor:pointer;
color:#000;
display: flex;
align-items: center;
}
.accordion .accordion-header span{
    padding-right: .5rem !important;
}
.accordion .accordion-header:after {
content: "";
width: 1.5rem;
height: 1.5rem;
flex-shrink: 0;
margin-left: auto;
background-size: 1.5rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222629'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transition:.2s;
}

.accordion .accordion-header:not(.collapsed)::after {
      transform:rotate(180deg);
}

.accordion .accordion-body{
padding-bottom:15px;}


.recent-product-reviews .slide-entry {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.star-rating {
    color: #ffcc00;
    font-size: 14px;
}

.full-section{
background:#fff;
padding:45px 0;
clear:both;}

.full-section .container_wrap{
border:0px !important;}


/* Content slider title */
.av-contentslider-style-1{
margin:0 !important;}
.av-contentslider-style-1 h3.slide-entry-title {
padding:0!important;
font-size: 16px !important;
margin:0 0 15px !important
}

#top .av-contentslider-style-1 .entry-meta{
padding-bottom:15px;
border-bottom:1px solid #eee;}
.av-contentslider-style-1 .star-rating{
float:none !important;

}

#top .av-contentslider-style-1 .entry-content {
padding: 0 !important;

}

#top #payment div.form-row.place-order{
	padding:0;
	margin:0;
}

#top .form-row#call_me_radio_field{
	margin-top:15px;
}