:root {
	--wd-text-font: "Kanit", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Kanit", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Kanit", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Kanit", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Kanit", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Kanit", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,186,1);
	--wd-alternative-color: rgb(255,186,1);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #ffba01;
	--btn-accented-bgcolor-hover: #DE961A;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #179e00;
	--notices-success-color: #ffffff;
	--notices-warning-bg: #f40000;
	--notices-warning-color: #ffffff;
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(255,186,1);
	--wd-sticky-btn-height: 80px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(237,237,237);
	background-image: url(https://qmart.ro/wp-content/uploads/2023/08/qmart_subscribe.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 1000px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,252,252);
	background-image: none;
}
html .wd-dropdown-cats .wd-nav.wd-nav-vertical > li > a {
	font-family: "Kanit", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Kanit", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 25px;
}
html .btn.wd-buy-now-btn {
	background: rgb(28,53,97);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(23,55,130);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@media screen and (max-width: 600px) {
    #CookiebotWidget:not(.CookiebotWidget-inactive) {
        bottom: 60px!important;
    }






.whb-col-left, .whb-mobile-left {
    justify-content: flex-start;
    margin-left: -25px;
}













.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-count {
    box-shadow: 0 0 4px rgb(0 0 0 / 47%);
    color: #000000;
}







form.woocommerce-checkout wc-order-attribution-inputs {
	order: 3;
}





/* PRODUCT PAGE CHANGES - CUSTOM BUTTONS */
.grx-custom-call2 {
	  margin-top: 20px;
    padding: 7px 15px 6px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    text-align: center;
    background-color: #2db742;
    color: #ffffff;
    display: block;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.grx-custom-call2:hover {
  box-shadow: inset 0 0 200px rgb(0 0 0 / 25%);
}

.grx-custom-call2:before {
    content: "\f175";
    font-family: woodmart-font;
    margin-right: 5px;
    width: 42px;
    height: 42px;
    align-items: center;
}
}




.wa__sq_button {
    width: 100%;
}



body .single_add_to_cart_button:before {
    content: "\f105";
    font-family: woodmart-font;
    font-size: 18px;
    font-weight: 400;
    margin-right: 12px;
    position: absolute;
    opacity: 1;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
		background: rgb(255,176,42);
		background: linear-gradient(124deg, rgba(255,176,42,1) 0%, rgba(182,115,0,1) 100%);
    transition: all .3s ease;
		border-radius: 5px 0px 20px 5px;
}
body .single_add_to_cart_button.loading:before {color: transparent;}
body .single_add_to_cart_button:hover:before {background-color: #c98105;}

body .single_add_to_cart_button:after {inset-inline-start: 12px;}
body .single_add_to_cart_button {padding-inline-start: 60px;}












button.single_add_to_cart_button.button.alt {
    flex: 1 0 auto;
}

button#wd-add-to-cart {
    flex: 1 0 auto;
}







.wd-nav-vertical>li.menu-item-has-children>a:after {
    color: rgb(0 0 0 / 90%)!important;
}


.wd-checkout-prod-title .tm-cart-edit-options {
 display:none!important;
}


.wd-sticky-btn form.cart {
    gap: 0px!important;
}


.checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:before {
 display:none!important;
}
.checkout-order-review:after, .woocommerce-order-pay .entry-content>.woocommerce:after {
 display:none!important;
}







.wd-sticky-nav .menu-label {
 display: none!

}





.tm-extra-product-options .tc-cell, .tc-extra-product-options .tmcp-field-wrap label.tc-cell, .tc-cell {
    margin-bottom: 0px;
}

#enquiry {
    padding-bottom: 0px;
		margin-bottom: 0px;
}

.yith-ywraq-add-to-quote {
    margin-bottom: -15px;
}



.wd-sticky-btn-cart .pbq_pricing_table {

display: none!important;

}


.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
    padding-bottom: 17px!important;
    padding-top: 80px!important;
}


.product-label.out-of-stock {
    width: 100px!important;
    padding: 5px 4px!important;
}




.product-summary-shadow .summary-inner {
    padding: 8px 25px 15px!important;
}

.product-summary-shadow .summary-inner {
    box-shadow: none!important;
}


.product-tabs-wrapper {
    border-top:  none!important;
	  border-bottom:  none!important;
}










.wd-sticky-btn {
    box-shadow: 0 0 15px rgb(0 0 0 / 21%)!important;
}



.wd-sticky-btn .wc-points-rewards-product-message {
display:none!important;

}

.wd-sticky-btn  .yith-ywraq-add-button {
display:none!important;

}



.wd-sticky-btn div.quantity {
display:none!important;
}







.product-image-summary .wd-product-brands a {
    box-shadow: none!important;
}


.wd-hover-tiled .product-wrapper {
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}




.wd-header-cats .wd-dropdown-cats {
    box-shadow: 0 200vh 0 200vh rgb(0 0 0 / 85%)!important;
}
.dropdowns-loaded .wd-dropdown-menu {
    box-shadow: 0 2px 10px -2px rgb(0 0 0/15%)!important;
}


.wd-action-btn.wd-style-icon .button {
    display: none;
}


.menu-opener {
    font-weight: 500;
    font-size: 17px!important;
}


.yith-ywraq-before-table {
display:none;

}

.summary-inner>.price, .wd-scroll-content>.price {
    font-size: 26px;
}


.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
    width: 85%;
    padding-bottom: 30px;
    padding-top: 40px;
}


div.create-account {
    margin-top: 30px;
}


.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn>a {
    display: none;
}


.wt-coupon-amount {
    width: 100%;
    display: none;
}



.solicita-offerta {
    font-size: 18px;
    font-weight: 500;
    color: #ffba01;
}

.wd-hover-quick .wd-add-btn>a {
    display: none;
}


.solicita-oferta-text {
    font-weight: 500;
    color: #ffba01;
}

.tc-tooltip {
    color: #1c3561;
}

.contact-bottom {
    display: none!important;
}
.wdm-enquiry-action-btns {
    text-align: left;
    border-bottom: none!important;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #ffba01!important;
}


.contact-button, .ui-dialog .ui-dialog-buttonpane button {
    background-color: #ffba01;
}


.wpi-button { 
    width: 100%!important;
    padding: 10px 20px!important;
    background-color: rgb(255 255 255 / 50%)!important;
    color: #505050!important;
    border-color: black!important;
	  border-radius:5px!important;
    border: solid!important;
    border-width: 1px!important;
    max-width: 100%!important;
    margin: -3% 0 2% 0!important;
	  font-size: 14px!important;
}


.wpi-button:hover { 

    background-color: rgb(148 148 148 / 19%)!important;
    color: #000!important;

}



















.footer-qm-logo {
margin-top:-30px;
}

.wd-prefooter {
    padding-bottom: 25px;
}

.footer-sidebar {
    padding-bottom: 0px;
    margin-bottom: -20px;
}


.vc_custom_1596198888837 {
    border-bottom-color: #dbdcde !important;
}


.yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button{
    width:100%;
}

 


 


.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button {
    background-color: rgb(255 255 255 / 50%)!important;
    color: #505050!important;
    border-color: black;
    border: solid;
    border-width: 1px;

}


.woocommerce .add-request-quote-button.button:hover, .woocommerce .add-request-quote-button-addons.button:hover, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button:hover, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button:hover {
    background-color: rgb(148 148 148 / 19%)!important;
    color: #000!important;
}


.woocommerce.single-product .product .yith-ywraq-add-to-quote {
    display: block;
    vertical-align: middle;
    margin-top: 5px;
}

.yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button {
    width: 100%;
	  padding: 10px 20px;
}


.wd-after-add-to-cart, .wd-before-add-to-cart {
    margin-top: -20px;
}


.product-share {
    display: none;
}

a.add-request-quote-button.button {
    font-size: 1.0em;
}


.product-summary-shadow .summary-inner {
    padding: 30px 25px 15px;
}

.meta-location-add_to_cart .product_meta, .popup-quick-view .product_meta {
    padding-top: 5px;
}





.cart-totals-inner {
    padding: 15px;
    border: 3px solid #EFEFEF;
}


.wt_coupon_wrapper {
    display: none;
}




.product_title {
    font-size: 26px;
    font-weight: 600;
}

@media (min-width: 1025px) {
.title-size-default .title {
    font-size: 45px!important;
	}}


.woocommerce-additional-fields {
    margin-top: 40px;
}




div#mailchimp-gdpr-fields {
 display:none!important;
}

.mailchimp-newsletter {
    display: -webkit-box;
}


#order_review_heading {
    display: none;
}
.woocommerce-billing-fields {
    margin-top: 0px;
    margin-bottom: -35px;
}
.woocommerce-form-coupon-toggle > .woocommerce-info, .woocommerce-form-login-toggle > .woocommerce-info {
    display: none;
}


.mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a {
    padding: 2px 0;

}
.star-rating span:before {
font-size: 11.6px!important;
}

.mfp-ready button.mfp-close {
    font-weight: bold!important;
    color: #ffffff!important;
    background-color: #FDB803!important;
}


.mfp-wrap .woodmart-promo-popup {
	position: relative;
}

body #cboxClose, 
body .full-screen-close-icon, 
body button.mfp-close {
	position: absolute;
}

.product-image-summary .entry-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
}


.btn-grad {
	background: -webkit-linear-gradient(left, rgba(222,45,148,1) 0%, rgba(95,82,233,1) 100%)!important;
}
.btn-grad { color: #ffffff!important; }
	
.wd-nav-vertical>li>a {
    font-weight: 400;
}




.tc-extra-product-options .tmcp-field-wrap .price.tc-price .tc-original-price {
 display:none!important;
}

.wd-dropdown-cats .wd-nav.wd-nav-vertical>li:hover>a {
	  color: #ffbb00 !important;
}

.labels-rectangular .product-label {
    padding: 5px 4px;
    font-size: 14px;
}


.product-label.new {
    background-color: #ffba01!important;
}

.product-label.onsale {
    background-color: rgb(255 1 1)!important;
}






/* Categories menu - padding */
.wd-nav-vertical>li>a {
    padding: 10px;
		line-height: 0px;
}
/* Categories menu - padding */

.footer-sidebar {
    padding-top: 60px;
    padding-bottom: 30px!important
}
.mailchimp-newsletter {
    padding-bottom: 20px;
}

.product-label.onsale {
    background-color: #ff0303;
}

/* Limit Product title to 2 lines */
.product-grid-item .wd-entities-title {
    height: 35px;
    overflow: hidden;
}
/* Limit Product title to 2 lines */

.blog-design-masonry.blog-style-shadow .article-inner {
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    transition: box-shadow .35s ease;
}

.blog-design-masonry.blog-style-shadow:hover .article-inner {
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
}


.puncte-qm {
    padding-left: 5px;
    border-left: 3px;
    border-style: solid;
    border-color: #ffba01;
    color: #333;
}

.hovered-social-icons {
    display: none;
}


.blog-design-masonry .post-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.wd-post-cat.wd-style-with-bg {
    display: none;
}

.pbq_pricing_table table, .pbq_pricing_summary table {
    margin-bottom: 10px;
}

.pbq_quantity_pricing_tables {
    margin-top: -24px;
    margin-bottom: 10px;
}


.tm-extra-product-options .cpf-type-product-radio ul.tmcp-ul-wrap.tm-element-ul-product>li.tc-epo-element-product-li-container, .tm-extra-product-options .cpf-type-product-dropdown ul.tmcp-ul-wrap.tm-element-ul-product>li.tc-epo-element-product-li-container {
margin-top: -30px;
}


.tc-epo-element-product-container-wrap .product-title, .tc-epo-element-product-container-wrap .product-price, .tc-epo-element-product-container-wrap .product-description, .tc-epo-element-product-container-wrap .product-meta, .tc-epo-element-product-container-wrap .tc-extra-product-options-inline {
    margin: 0 0 0.1em;
}
@media (min-width: 1025px) {
	


.wd-nav-vertical.wd-design-default>li>a {
    min-height: 22px;
}





.vertical-navigation .item-level-0>a {
    padding: 7px 7px;
}

.yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button {
    margin-bottom: 30px!important;
}


.mega-menu-list img, .wd-nav-img {
    max-height: 17px;
}




.wd-entry-meta .meta-author {
    display: none;
}

.tm-quantity input.tm-qty {
    margin-top: -28px;
}


.whb-wjlcubfdmlq3d7jvmt23 .menu-opener  {
    width: 310px;
}

.whb-secondary-menu .menu-simple-dropdown .sub-menu-dropdown, .whb-secondary-menu .menu-simple-dropdown .sub-sub-menu {
    width: 250px;
}



.mobile-beneficii {
display:none;
}
}

@media (max-width: 576px) {
	.product-summary-shadow .summary-inner {
    padding: 8px 5px 15px!important;
}









.page-title .title {
    font-size: 18px;
	  font-weight: 500;
}






.solicita-oferta-text {
 text-align:center!important;
}



.tc-tooltip {
display:none!important
}

.product_title {
    font-size: 20px;
}

.single-product-page .wd-product-brands img {
    max-width: 50px;
}

.desktop-beneficii {
display:none;
}
}

