/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


@-webkit-keyframes dot-flashing {
	0% {
		background-color: #7fa5cc;
	}

	50%,
	100% {
		background-color: #ebe6ff;
	}
}

@keyframes dot-flashing {
	0% {
		background-color: #7fa5cc;
	}

	50%,
	100% {
		background-color: #ebe6ff;
	}
}

.instalation_shipping {
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 100%;
	background: #2C303B;
	color: #fec601;
	font-weight: 700;
	padding: 2px 0;
	font-size: 23px;
}

.itemshippUL{
  list-style: none;
}
.itemshippUL li{
  position: relative;
}
.itemshipp:not(.open) .itemshippUL li:not(.selected){
  display: none;
}
.itemshipp:not(.open) .itemshippUL li.selected label {
  padding: 0;
}

.itemshipp:not(.open) .itemshippUL li.selected .input-radio.mc-shop{
  display: none;
}

.itemshippUL label {
  display: block;
  padding: 0 25px 0 0;
}

.instalation_shipping_item {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}

.woocommerce form .form-row .optional {
	display: none;
}

#payments_percent {
	background: #fff;
}

.additional_products_line select {
	font-weight: 600;
}
/*
#cclw_payment_section #payment {
 width:100%;
   float: left;
}
*/
.woocommerce-checkout .payments_percent {
  margin-bottom: 20px;
  margin-top: -20px;
    display:none;
}
.woocommerce-checkout .payments_percent span {
  margin-left: 15px;
  border-bottom: none;
  font-weight: 600;
  font-size: 18px;
}

.woocommerce-checkout #payments_percent{
  width: 23%;
  display: block;
  border: 1px solid #27daff;
}

.woocommerce-checkout .form-row.place-order {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#custom_checkout_field #custom_number_of_payments_field,
#custom_checkout_field #custom_interest_free_payments_field,
#custom_checkout_field #custom_percentage_payment_field,
#custom_checkout_field #custom_interest_payments_field,
#custom_checkout_field #custom_israel_post_tracking_number_field,
#custom_checkout_field #custom_order_details_new_field {
	display: none;
}

tr.order-total td {
	color: #00639e;
}

.woocommerce-cart .wac-qty-button {
	display: none;
}

.product-grid-item .price del {
	display: none;
}

.summary.entry-summary .price del,
.summary.entry-summary .price del .amount {
	color: #fff !important;
	position: relative;
}

.summary.entry-summary .price del {
	margin-left: 95px;
}

.summary.entry-summary .price del bdi {
	font-size: 1px;
}

.summary.entry-summary .price del::after {
	content: "מבצע";
	color: #000;
	position: absolute;
	right: 10px;
	top: 0;
}

.shop_table tr td.ship_block:last-child {
	text-align: right;
}

#shipping_method input.shipping_method {
	position: relative;
	top: 4px;
	float: right;
	margin-left: 7px;
	margin-right: 0;
}

.woocommerce-mini-cart__buttons .btn-cart {
	color: var(--btn-shop-color) !important;
	box-shadow: var(--btn-shop-box-shadow) !important;
	background-color: var(--btn-shop-bgcolor) !important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover {
	color: var(--btn-shop-color-hover) !important;
	box-shadow: var(--btn-shop-box-shadow-hover) !important;
	background-color: var(--btn-shop-bgcolor-hover) !important;
}

.woocommerce-checkout .cart-table-section .wac-qty-button {
	display: none;
}

.wpgs-for .slick-slide img {
	max-height: 400px;
}

.wpgs-nav .slick-slide img {
	max-height: 100px;
}

.products_related {
	background: #eee;
	display: block;
	padding: 6px 10px 10px;
	margin-bottom: 24px;
}

.products_related .name {
	font-size: 18px;
	font-weight: bold;
}

.products_related .block {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}

.products_related .block .images {
	display: flex;
	margin-bottom: 0 !important;
}

.products_related .block .images .item::before {
	content: '+';
	font-family: arial;
	font-size: 20px;
	font-weight: 700;
	right: -22px;
	position: absolute;
}

.products_related .block .images .item:first-child::before {
	content: none;
}

.products_related .block .images .item {
	display: flex;
	align-items: center;
	margin-left: 32px;
	position: relative;
}

.products_related .block .images .item img {
	max-width: 98px;
	max-height: 100px;
}

.products_related .actions {
	display: flex;
	align-items: center;
}

.products_related .actions .price_related {
	color: #35455c;
	font-family: "Rubik", sans-serif, Arial;
	font-weight: 700;
	margin-left: 8px;
}

.products_related .actions .submit_related {
	background-color: #35455c;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 6px 5px;
	font-size: 14px;
	width: 90px;
	cursor: pointer;
}

.products_related .check_products {
	margin-top: 8px;
}

.products_related .check_products .line {
	font-size: 16px !important;
	line-height: 23px;
	display: flex;
	align-items: center;
}

.products_related .check_products .line input {
	-webkit-appearance: auto;
	margin-left: 6px;
}

.products_related .check_products .line a {
	color: #06c;
	text-decoration: underline;
	transition: all 0.2s ease 0s;
}

.products_related .check_products .line a:hover {
	color: #09f;
	text-decoration: none;
}

.product-tabs-wrapper img {
	width: auto;
}

.woocommerce-checkout .url_block {
	font-weight: 600;
	margin-bottom: 20px;
}

.woocommerce-checkout .url_block a {
	text-decoration: underline;
	margin-left: 10px;
}

#billing_country_field,
#shipping_country_field {
	display: none;
}

.out-of-stock.product-label {
	background: red;
	color: #fff;
	border-radius: 0;
	width: 50px;
	position: absolute;
	left: 15px;
	top: 3px;
	font-weight: 600;
	word-break: unset;
}

.labels-rounded {
	top: 7px;
	right: 7px;
	width: 100%;
	max-width: 100%;
}

.product-images .product-labels {
	width: 100%;
	max-width: 100% !important;
}

.product-images .out-of-stock.product-label {
	right: 15px;
	left: auto;
}

.featured.product-label {
	display: none;
}

.productCheckbox {
	display: none;
	margin-bottom: 15px;
}

.related-products .productCheckbox {
	display: block;
}

.productCheckbox .text {
	font-size: 17px;
	font-weight: 600;
}

#product-sticky {
	display: none;
	border-bottom: 0px solid #CFD8DC;
	left: 0;
	width: 100%;
	min-height: 100px;
	position: fixed;
	text-align: center;
	top: 0;
	z-index: 999;
}

#product-sticky .wrap {
	display: inline-flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0px 10px 10px 0px #bdbdbd;
	position: relative;
	height: 95px;
}

#product-sticky .backtotop {
	cursor: pointer;
	background: url("/wp-content/uploads/2022/01/pnav.jpg") no-repeat center center transparent;
	width: 119px;
	height: 40px;
	margin-top: 25px;
	margin-right: 20px;
}

#product-sticky .item-image {
	border: 0px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	float: right;
	height: 60px;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	width: 84px;
	margin: 10px auto 15px 0px;
	padding-right: 20px;
}

#product-sticky .item-name {
	float: right;
	font-size: 16px;
	margin: 10px;
	text-align: right;
	width: 285px;
	margin-top: 25px;
	line-height: 20px;
}

#product-sticky .item-price {
	text-align: right;
	float: left;
	font: 20px arial;
	margin-top: 20px;
	width: 302px;
	position: relative;
	height: 95px;
}

#product-sticky .notice .yes_stock {
	background-color: #36455b;
	font-family: "Open Sans Hebrew", Arial, Helvetica, sans-serif !important;
	text-align: center;
	color: #fff;
	padding: 10px 26px;
	font-size: 21px;
	margin: 20px 0 0 10px;
	display: inline-block;
}

#product-sticky .item-price .price ins {
	display: none;
}

#product-sticky .item-price .order-summ {
	color: #00639e;
}

.tax-product_cat .main-page-wrapper {
	background: #efebe9;
}

.tax-product_cat .cat-design-default.categories-with-shadow .wrapp-category {
	background: #fff;
}

/*
.onsale.product-label{
display: block;
font-size: 20px;
font-weight: 700;
min-height: 60px !important;
min-width: 60px !important;
    background-color: #f57f17;
    direction: rtl;	
}
*/
.onsale.product-label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	min-height: 60px !important;
	min-width: 60px !important;
	background-color: #f57f17;
	direction: rtl;
	line-height: 50px;
}

.onsale.product-label span {
	display: block;
	font-size: 10px;
}

.product-grid-item {
	background: #fff;
}

.footer-container .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
	text-align: center;
	width: 60px;
	display: inline-block;
}

#invalid .vc_single_image-wrapper {
	background-color: #92dce5;
	padding: 2px;
}

.footer-container .woodmart-title-container {
	color: #fec601;
}

.zaplink {
	display: block;
	text-align: center;
}

.zaplink img {
	max-height: 80px;
}

#loading {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	right: 0;
	z-index: 999;
	display: none;
}

#loading div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.dot-flashing {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #004B9A;
	color: #004B9A;
	-webkit-animation: dot-flashing 1s infinite linear alternate;
	animation: dot-flashing 1s infinite linear alternate;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.dot-flashing::before {
	left: -15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #7fa5cc;
	color: #7fa5cc;
	-webkit-animation: dot-flashing 1s infinite alternate;
	animation: dot-flashing 1s infinite alternate;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

#clean-check {
	font-weight: 700;
	text-decoration: underline;
	font-size: 1.4em
}

.dot-flashing::before,
.dot-flashing::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}

.dot-flashing::after {
	left: 15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #7fa5cc;
	color: #7fa5cc;
	-webkit-animation: dot-flashing 1s infinite alternate;
	animation: dot-flashing 1s infinite alternate;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.no_valid {
	border: 1px solid red;
}

.single-product .wd-social-icon.social-facebook .wd-icon {
	background: rgb(59, 89, 152);
	color: #fff;
}

.single-product .wd-social-icon.social-twitter .wd-icon {
	background: rgb(29, 161, 242);
	color: #fff;
}

.single-product .wd-social-icon.social-pinterest .wd-icon {
	background: #c3333b;
	color: #fff;
}

.single-product .wd-social-icon.social-linkedin .wd-icon {
	background: #0076b3;
	color: #fff;
}

.single-product .wd-social-icon.social-tg .wd-icon {
	background: #2fa3d4;
	color: #fff;
}

.single-product .icons-design-default .wd-social-icon {
	padding: 6px 1px;
}

.single-product .icons-design-default .wd-social-icon .wd-icon {
	line-height: 30px !important;
}

.single-product .product-images img {
	object-fit: scale-down;
}

.single-product .wd-social-icons.icons-size-small .wd-icon,
.single-product .wd-social-icons.icons-size- .wd-icon {
	font-size: 23px !important;
	width: 30px;
	height: 30px;
	margin: 0;
}

.product-share {
	clear: both;
	text-align: left;
}

.single_add_to_cart_button.single_buy_now {
	background: #fff;
	color: var(--btn-shop-bgcolor);
	box-shadow: inset 2px 2px 0 var(--btn-shop-bgcolor), inset -2px -2px 0 var(--btn-shop-bgcolor);
}

.slider-title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 22px;
}

.slider-title::before {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: var(--wd-primary-color);
}

.wd-nav-main .wd-dropdown-menu .product-grid-item .price {
	float: left;
	width: 70%;
}

.wd-nav-main .wd-dropdown-menu .product-grid-item .price del {
	float: none;
	margin-right: 20px;
	color: #ccc;
	display: block;
	text-align: right;
}

.wd-nav-main .wd-dropdown-menu del .amount {
	color: #ccc;
	font-weight: 500;
	font-size: 20px !important;
}

.wd-nav-main .wd-dropdown-menu .product-grid-item .price ins {
	float: none;
	margin-right: 20px;
	display: block;
	text-align: right;
}

.wd-nav-main .wd-dropdown-menu h3.wd-entities-title a {
	color: #fff;
	text-align: right;
	display: block;
	margin-right: 20px;
}

.wd-nav-main .wd-dropdown-menu h3.wd-entities-title {
	margin-bottom: 5px;
}

.wd-nav-main .wd-dropdown-menu .product-grid-item .product-image-link img,
.product-grid-item .hover-img img {
	width: 100%;
	height: 140px;
	object-fit: scale-down;
}

.product-grid-item .product-image-link {
	background: #fff;
}

.wd-nav-main .wd-dropdown-menu .product-grid-item .product-element-top {
	width: 30%;
	float: right;
}

.wd-nav-main .wd-dropdown-menu .wd-buttons,
.wd-nav-main .wd-dropdown-menu .wd-add-btn {
	display: none !important;
}

.wd-nav-main {
	width: 100%;
}

.post-edit-link {
	color: red;
	font-weight: 600;
}

.wd-nav-main .wd-sub-menu li a {
	color: #fff;
	font-weight: 500;
}

.wd-nav-main .wd-dropdown {
	background-color: rgba(0, 0, 0, 0.8)
}

.wd-nav-main .wd-sub-menu li a:hover {
	color: var(--sub-menu-color-hover);
}

#open_contacts .item {
	width: 48%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 20px 1% 0;
	padding: 20px 10px 0;
	min-height: 170px;
	background: #eee;
}

#map_open_contacts {
	height: 300px;
}

#open_contacts .title,
#send_to_friend .title {
	font-size: 20px;
}

#send_to_friend .text_product {
	margin: 10px 0;
}

#send_to_friend .text_product .name {
	margin-right: 5px;
	font-weight: 600;
}

#open_contacts .form_title,
#open_contacts .title_map {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0;
}

input[type="submit"] {
	font-size: 18px;
	padding: 12px 30px;
	background: #2c303b;
	color: #fec601;
}

input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	margin-bottom: 10px;
}

.woocommerce-product-gallery .slick-slider .slick-prev,
.woocommerce-product-gallery .slick-slider .slick-next,
.woocommerce-product-gallery .slick-slider .slick-prev:hover,
.woocommerce-product-gallery .slick-slider .slick-next:hover {
	color: transparent;
	background: transparent;
	box-shadow: none;
	font-size: 0px;
}

#deliveryproductblock input[type="submit"] {
	font-size: 18px;
	padding: 12px 30px;
	background: #2c303b;
	color: #fec601;
	margin: 0 5px;
	height: 50px;
}

#deliveryproductblock input[type="email"],
#deliveryproductblock input[type="text"],
#deliveryproductblock input[type="tel"] {
	height: 50px;
	border: 1px solid #ededed;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

#deliveryproductblock input[type="checkbox"] {
	height: 20px;
	width: 20px;
}

#deliveryproductblock .wpcf7-list-item-label {
	color: #000;
	font-size: 18px;
}

.wd-dropdown-menu .widget_nav_menu li a {
	color: #fff;
	font-weight: 600;
}

.wd-nav[class*="wd-style-"]>li.wd-has-children>a::after,
.wd-nav[class*="wd-style-"]>li.menu-item-has-children>a::after {
	display: none;
}

.wd-popup input[type="email"],
.wd-popup input[type="text"],
.wd-popup input[type="tel"],
.wd-popup textarea {
	border: var(--wd-form-brd-width) solid #aaa;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.wd-popup [type="submit"] {
	padding: 12px 40px;
	font-size: 16px;
	background-color: var(--wd-primary-color);
	color: #3E3E3E;
	font-weight: 700;
}

.wd-popup .wpcf7-list-item-label {
	color: #fff;
	font-size: 16px;
}

.wpcf7 {
	direction: rtl;
}

.wd-header-main-nav .wd-nav>li {
	width: 10%;
	text-align: center;
}

.pagin-style-1 .flickity-page-dots li.is-selected {
	width: 30px;
	border-radius: 50px;
}

.whb-top-bar .wd-nav-secondary>li>a {
	font-weight: 600;
	font-size: 14px;
}

.whb-top-bar .wd-social-icons.icons-size-small .wd-icon,
.wd-social-icons.icons-size- .wd-icon {
	font-size: 18px;
}

.rtl .whb-general-header .aws-container .aws-show-clear .aws-search-field {
	padding: 5px 20px 5px 40px;
	background: #f5f5f5;
	border: none;
	border-radius: 0 50px 50px 0 !important;
	font-size: 16px;
	font-weight: 500;
	min-width: 300px;
}

.rtl .whb-general-header .aws-container .aws-search-form .aws-form-btn {
	background: #f5f5f5;
	border: none;
	border-radius: 50px 0 0 50px !important;
}

.whb-general-header .wd-logo img {
	top: -10px;
	position: relative;
}

.wd-header-my-account .wd-tools-icon {
	background: url(/wp-content/uploads/2021/12/ico1.png);
	background-size: contain;
	color: transparent;
	height: 23px;
	width: 23px;
}

.wd-header-cart .wd-tools-icon.woodmart-cart-icon {
	background: url(/wp-content/uploads/2021/12/ico2.png);
	background-size: contain;
	color: transparent;
	height: 23px;
	width: 23px;
}

.wd-tools-element>a {
	padding-right: 5px;
	padding-left: 5px;
}

.whb-general-header .whb-col-right .wd-header-text {
	padding-right: 2px;
	padding-left: 0px;
}

.sliderbutton.btn.btn-color-primary,
.sliderbutton.btn.btn-color-primary:hover {
	color: var(--wd-title-color);
	background-color: var(--wd-primary-color);
	font-size: 20px;
	font-weight: 600;
	padding: 14px 50px;
}

.product-grid-item .product-image-link img,
.product-grid-item .hover-img img {
	width: 100%;
	height: 283px;
	object-fit: scale-down;
}

.product-grid-item .wd-entities-title {
	font-size: 18px;
	font-weight: 600;
	display: block;
	min-height: 36px;
	margin-bottom: 20px;
}

.product-grid-item .price {
	font-size: 23px;
}

del .amount {
	color: var(--wd-link-color);
	font-weight: 500;
}

.price del {
	color: var(--wd-link-color);
}

.amount {
	font-weight: 600;
	color: #00639e;
}

.product-grid-item .price del {
	float: none;
	margin-right: 5px;
}

.product-grid-item .price ins {
	float: none;
	margin-left: 5px;
}

.product-grid-item .price {
	display: flex !important;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	margin-top: -10px;
}

.wd-hover-button .wd-add-btn>a,
.wd-hover-info-alt .wd-add-btn>a {
	width: 120px;
}

.wd-hover-button .wd-add-btn>a.product-learnmore {
	display: block;
	border: 2px solid #fff;
	width: 120px;
	margin: 0 auto 10px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 600;
}

.wd-hover-button .wd-add-btn>a.product-learnmore:hover,
.wd-hover-button .wd-add-btn>a:hover,
.wd-hover-info-alt .wd-add-btn>a:hover {
	background: #fff;
	color: #000;
}

.product-grid-item {
	margin-bottom: 40px !important;
}

#footerForm input[type="email"] {
	background: #fff;
	border: #fff;
	font-size: 16px;
	padding: 15px !important;
	height: 50px;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#footerForm button[type="submit"] {
	height: 50px;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #2c303b;
	color: #fec601;
	font-size: 25px;
}

.copyrights-wrapper {
	border-top: none;
	background: #e4e4e4;
}

.min-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #2c303b;
	font-weight: 600;
}

.main-footer {
	color: #fff;
	font-weight: 600;
}

.main-footer li {
	margin-bottom: 5px;
}

.main-footer li a {
	color: #fff;
}

#footerForm .vc_col-sm-8,
#footerForm .vc_col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.cat-design-default .more-products {
	display: none;
}

.cat-design-default .hover-mask {
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: #2c303b;
	width: 100%;
	right: 0;
	height: 45px;
	transform: translateY(0) translateZ(0)
}

.cat-design-default .wd-entities-title {
	position: relative;
	bottom: unset;
	right: unset;
	color: #fff;
	line-height: 40px;
	font-size: 25px;
}

.cat-design-default.categories-with-shadow .wrapp-category {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.tax-product_cat .category-grid-item img {
	width: 100%;
	min-height: 250px;
	max-height: 250px;
	object-fit: scale-down;
}

.fb-product-out {
	margin-top: 2rem;
}

.fb-product-out {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
	display: flex;
	flex-flow: row nowrap;
	float: right;
	width: 100%;
	padding: 10px;
	position: relative;
}

.fb_reset {
	background: none;
	border: 0;
	border-spacing: 0;
	color: #000;
	cursor: auto;
	direction: ltr;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-align: right;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-spacing: normal;
}

.fb_iframe_widget {
	display: inline-block !important;
	position: absolute !important;
	bottom: -35px;
	left: 0px;
}

a.wpa-trigger.re-wpa-trigger {
	display: inline-block !important;
}

li.alert-price a {
	color: #fff0;
}

a.wpa-trigger {
	margin: 0 0.5em 0 0.5em;
	margin-bottom: 0px;
	font-size: 0.8em;
	border-bottom: 1px dashed;
	cursor: pointer;
	vertical-align: text-bottom;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: inline-block;
	line-height: initial;
	vertical-align: text-bottom;
	margin-bottom: 0.25em;
}

.product-tools .product-tools-ul {
	list-style: none;
}

.product-tools .product-tools-ul li.alert-price {
	background-position: -32px 0;
}

.product-tools .product-tools-ul li.payments {
	background-position: 10px 0;
}

.product-tools .product-tools-ul li.contact {
	background-position: -65px 0;
}

.product-tools .product-tools-ul li.send-to-friend {
	background-position: -100px 0;
}

.product-tools .product-tools-ul li.print {
	background-position: -140px 0;
}

.product-tools .product-tools-ul li {
	background: url(/wp-content/uploads/2021/05/toolsicons.png) no-repeat scroll 50px 0 transparent;
	cursor: pointer;
	position: relative;
	padding: 0px;
	float: right;
	margin: 0 3px 0 0;
	width: 42px;
	height: 42px;
	margin-top: 15px;
}

.product-tools li a.name {
	background-image: none;
	background-position: 0 0 !important;
	height: 42px;
	line-height: 22px;
	padding: 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 42px;
	z-index: 0;
	display: none;
	color: #fff0;
}

/*, .single .product-share*/
.product_meta .wpa-trigger {
	display: none;
}

.product-tools .product-tools-ul li:hover {
	opacity: 0.5;
}

.product-tools li:hover a.name {
	display: block;
}

#open_payments,
#open_contacts,
#send_to_friend {
	display: none;
	width: 50%;
	direction: rtl;
}

#open_payments .amount {
	color: #000;
}

#open_payments .title {
	margin-bottom: 0;
}

.fb-product-in img {
	margin-top: 10px;
	margin-left: 30px;
}

.fancybox-content {
	text-align: right;
}

.table_price {
	height: auto;
	display: table;
	float: left;
	width: 100%;
}

.table_price .tr {
	height: auto;
	display: table-row;
}

.table_price .tr .td:first-child,
.table_price .tr .th:first-child {
	border-right: 1px solid #000;
}

.table_price .tr .th {
	font-weight: 700;
}

.table_price .tr .td,
.table_price .tr .th {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0.1rem 0.2rem;
	color: #000;
	font-size: 15px;
	width: 33.33%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	text-align: right;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.short-attr-out {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 15px auto;
	width: 100%;
}

.short-attr-out>div {
	display: block;
	width: 50%;
	font-size: 16px;
	padding: 0px 10px;
	line-height: 1;
	margin-bottom: 5px;
}

.short-attr-out .block div {
	margin-bottom: 5px;
}

.delivery-price-toggle {
	background: url(/wp-content/plugins/innozilla-per-product-shipping-woocommerce/assets/img/info-icon_small.png) no-repeat scroll 2px 2px transparent;
	color: #4a4a4a;
	display: inline-block;
	padding: 2px 2px 2px 21px;
	text-decoration: none;
	padding-left: 21px;
}

.short-attr-out .block div {
	margin-bottom: 5px;
}


#product-sticky .backtotop {
  cursor: pointer;
  background: url("/wp-content/uploads/2022/01/pnav.jpg") no-repeat center center transparent;
  width: 119px;
  height: 40px;
  margin-top: 25px;
  margin-right: 20px;
}

.delivery-price-product {
	display: none;
	background-color: #fff;
	border: 1px solid #bebebe;
	border-radius: 5px;
	box-shadow: 0 0 1px 1px #e5e5e5;
	padding: 17px 15px;
	position: absolute;
	left: 0;
	top: 70%;
	min-width: 320px;
	max-width: 360px;
	z-index: 999;
}

.delivery-price-block {
	position: relative;
}

.delivery-price-block ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

.delivery-price-block ul li p {
	padding: 0;
	margin: 0;
}

.delivery-price-product .close {
	background: url(/wp-content/plugins/innozilla-per-product-shipping-woocommerce/assets/img/close.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	display: inline-block;
	float: left;
	height: 20px;
	text-indent: -22px;
	width: 20px;
	position: absolute;
	left: 3px;
	top: 4px;
	color: transparent;
}

.product_meta {
	color: #000;
	font-weight: 400;
}

.delivery-price-product li {
	display: inline-block;
	float: right;
	font-size: 16px;
	width: 100%;
}

.delivery-price-product li em.price {
	float: left;
	font-weight: bold;
	text-align: left;
	width: auto;
	max-width: 30%;
	color: #000;
}

.summary-inner>.price,
.wd-scroll-content>.price {
	font-size: 45px;
}

.tabs-layout-accordion .wd-tab-wrapper>.wd-accordion-title {
	font-size: 25px;
}

.wc-tab-inner div,
.wc-tab-inner span,
.wc-tab-inner p {
	font-family: "Assistant", Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
}


@media (min-width:576px) {
	.product-grid-item.col-sm-4 {
		margin-right: 0.3%;
		margin-left: 0.3%;
		-ms-flex: 0 0 32.7333%;
		flex: 0 0 32.7333%;
		max-width: 32.7333%;
	}
}

@media (min-width:768px) {
	.product-grid-item.col-md-3 {
		margin-right: 0.5%;
		margin-left: 0.5%;
		-ms-flex: 0 0 24%;
		flex: 0 0 24%;
		max-width: 24%;
	}

	.vc_col-sm-1,
	.vc_col-sm-10,
	.vc_col-sm-11,
	.vc_col-sm-12,
	.vc_col-sm-2,
	.vc_col-sm-3,
	.vc_col-sm-4,
	.vc_col-sm-5,
	.vc_col-sm-6,
	.vc_col-sm-7,
	.vc_col-sm-8,
	.vc_col-sm-9 {
		float: right;
	}
}


@media (max-width:1024px) {

	/*#product-sticky,*/
	.product-tools-ul {
		display: none !important;
	}

	.fb-product-out {
		margin-bottom: 50px;
	}
}
@media (max-width:900px) {
.woocommerce-checkout #payments_percent{
  width: 48%;
}
}
@media (max-width:768px) {
	.category-grid-item .hover-mask {
		padding: 0 !important;
	}
.woocommerce-checkout #payments_percent{
  width: 100%;
}	
}


@media (max-width:767px) {
	#topFooter {
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
	}

	#topFooter>.wpb_column>.vc_column-inner {
		padding-top: 5px !important;
	}

	#topFooter .wpb_content_element {
		margin-bottom: 5px;
	}

	#footerForm .vc_col-sm-8,
	#footerForm .vc_col-sm-4 {
		margin-bottom: 10px;
	}

	#footerForm input[type="email"],
	#footerForm button[type="submit"] {
		border-radius: 5px;
	}

	#footerForm button[type="submit"] {
		width: 100%;
	}
}

@media (max-width:575px) {
	.labels-rounded .product-label {
		font-size: 14px !important;
	}

	.product-grid-item.col-6 {
		margin-right: 1%;
		margin-left: 1%;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}


	.product-grid-item.col-6 .wd-entities-title,
	.product-grid-item.col-6 .wd-product-cats,
	.product-grid-item.col-6 .wd-product-brands-links {
		font-size: 16px;
	}

	.product-grid-item.col-6 .price,
	.product-grid-item.col-6 .star-rating {
		font-size: 16px;
	}

	.title-line-two .product-grid-item.col-6 .wd-entities-title {
		max-height: 45px;
	}

	.footer-container .vc_custom_1640167154569 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
		text-align: center;
		width: auto;
		display: inline-block;
	}

	.footer-container .vc_custom_1640167154569 .vc_col-sm-3:first-child {
		text-align: center;
	}

	.product-grid-item .product-image-link img,
	.product-grid-item .hover-img img {
		height: 200px;
	}
}
@media (max-width:480px) {
.woocommerce-checkout .form-row.place-order {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
}