@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//antiquestone.hu/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: #7b4ec0;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #7b4ec0;
	--btn-accented-bgcolor-hover: #5e1ebf;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #ffffff;
	--notices-warning-bg: #e0b252;
	--notices-warning-color: #ffffff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #7b4ec0;
	background-image: none;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: #7b4ec0;
	background-image: none;
	background-repeat: repeat-x;
	background-size: contain;
	background-position: left center;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #eaeaea;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 50px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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


/*.promo-bl {
	padding-top:30px;
	background: rgba(255,255,255,0.5);
}
.promo-bl-fr {
	margin: 50px 20px;
	border: solid 4px #7153bd;
	background: rgba(255,255,255,0.4);
	padding: 30px;
}
*/
@keyframes beat {
	  0% {
    transform: scale(0.95);
  }
  
  50% {
    transform: scale(1.15);
  }
  
  100% {
    transform: scale(0.95);
  }
}
.header-banner p {
animation: beat 1.1s ease infinite alternate;
}
#announcement {
    padding: 10px;
    background: red;
    color: #fff;
/*     margin-top: -40px;
    margin-bottom: 40px; */
}
#announcement span.icon {
		font-size:200%;
		color:yellow;
		vertical-align: sub;	
}
.wd-logo.wd-main-logo img {
    max-width: inherit;
}

.browser-Safari .menu-item-register {
    visibility: visible; }

.browser-Safari .menu-item-register.sub-menu-dropdown {
    visibility: hidden; }
.product-grid-item .quantity { display: inline-block; }

.breadcrumb.breadcrumbs.woo-breadcrumbs {
    display: none;
}

/* Black Friday 
.page-template-black-friday.sticky-toolbar-on {
    padding: 0!important;
}
.page-template-black-friday .main-page-wrapper {
    background: #2c2c2c;
}
@media screen and (min-width: 408px) and (max-width: 619px) {
.page-template-black-friday div .wd-button-wrapper.text-left a {
    font-size: 80%;
    padding: 5px 10px;
}
.page-template-black-friday ul#menu-black-friday-1 li a {
		/*font-size: 85%;
		color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
}
@media screen and (max-width: 407px) {
.page-template-black-friday div .wd-button-wrapper.text-left a {
    font-size: 70%;
    padding: 2px 0px;
}
.page-template-black-friday ul#menu-black-friday-1 li a {
		/*font-size: 80%!important;
		color: #fff;
    padding-left: 5px!important;
    padding-right: 5px!important;
}
}
.page-template-black-friday ul#menu-black-friday li a, .page-template-black-friday ul#menu-black-friday-1 li a {
    color: #fff;
	  padding-left:15px;
		padding-right:15px;
}
.page-template-black-friday ul#menu-black-friday li:after, .page-template-black-friday ul#menu-black-friday-1 li:after {
    border-color: #fff;
}
.page-template-black-friday .product-title a:hover {
    color: #a0a0a0!important;
}
.page-template-black-friday .product-title a {
    color: #fff!important;
}
.page-template-black-friday .title-wrapper.text-center .title{
    text-transform: uppercase;
}
.page-template-black-friday .title.element-title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 180%;
	  text-transform: none;
}
.page-template-black-friday .amount, .page-template-black-friday .price {
    color: #8069cf;
}
.page-template-black-friday del .amount {
    color: #BDBDBD;
}
.postid-6786 .price {
    display: none;
}
.page-template-black-friday .copyrights-wrapper.copyrights-two-columns {
    background: #1c1c1c;
}
 END Black Friday */


/* Top Bar */

.ctl, .ctr {
    display: inline-block;
    vertical-align: middle;
}
.ctl {
    width: 47%;
    text-align:right;
    font-size:1.1em;
}

.ctr {
    width: 49%;
    text-align:left;
    font-size:1.8em;
    line-height: 1.8em;
}
.ctl span.call {
    letter-spacing: 2.25px;
}
.ctl strong {
    font-weight: bold;
}
.call-ic {
    width: 12px;
    text-align: center;
    margin-right: 12px;
    margin-left: 5px;
    color: #ffffff;
    font-size: 90%;
}
.whb-color-light .whb-text-element.t-l a {
    color: #ffffff;
}
.whb-color-light .whb-text-element.t-l a:hover {
    color: rgba(255,255,255,.9);
}
.partner-logo a {
    float: left;
    display: -webkit-box;
}
.partner-logo p{
		display: -webkit-inline-box;
}
/* Header */
.anniversary.menu-item span.nav-link-text {
    display: none;
}
.anniversary.menu-item img {
    max-height: 40px!important;
}
.h-partner img {
    max-width: 70px!important;
    margin-right: 10px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist {
    display:none;
}
.stone-c-t i {
font-size: 1.6em!important;
    vertical-align: middle;
    max-width: 26px;
}
.stone-c-t-t span, .promo-t span {
    font-size: 0.9em;
    text-transform: initial;
}
.promo-t {
    background: #7153bd;
}
.wd-header-my-account .wd-tools-icon:before, .woodmart-wishlist-info-widget .wishlist-icon:before, .wd-header-cart .wd-tools-icon:before {
    font-size: 27px!important;
}
.shop-content-area .woocommerce-breadcrumb span, .shop-content-area .yoast-breadcrumb span {
    color: #7153BD;
}
.shop-content-area .woocommerce-breadcrumb span.breadcrumb_last, .shop-content-area .yoast-breadcrumb span.breadcrumb_last {
    color: #333;
}
.color-scheme-light .breadcrumbs span, .color-scheme-light .yoast-breadcrumb span {
    color: #7153BD;
}
.color-scheme-light .yoast-breadcrumb span.breadcrumb_last, .color-scheme-light .breadcrumbs span.breadcrumb_last {
    color: #fff;
}
.whb-sticked .info-box-inner.reset-mb-10 {
    font-size: 80%;
    margin-top: 10px;
}
@media (min-width:1026px) and (max-width:1150px){
.small-screen {
	display:none!important;
	}
}
@media screen and (max-width: 1025px) {
.wd-search-full-screen.wd-opened {
		top:172px!important;
}
}
@media (min-width: 1026px) {
.vc_row.intro-carousel {
	margin-left: 24.3%!important;
}
.wd-search-full-screen.wd-opened {
		top:188px!important;
}
}
/*@media (max-width: 576px){
.wd-header-mobile-but .wd-tools-text, .wd-header-mobile-nav .wd-tools-text {
    display: inline-block!important;
    font-size: 10.5px!important;
}
.location-ic {
    margin-top: -7px;
}
}*/
.location-ic {
    text-align: center;
    font-size: 20px;
}
.location-icon .wd-tools-icon, .wd-header-mobile-nav .wd-tools-icon {
    width: 16px!important;
}
.wd-header-search-mobile .wd-tools-icon, .wd-header-cart .wd-tools-icon {
    width: 20px!important;
}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li, .wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li {
    margin-bottom: 10px;
}
:is(.wd-custom-icon,picture.wd-custom-icon img) {
    max-width: 38px;
    width: 100%;
}
.darkness {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 380;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
    transition: opacity .25s ease,visibility 0s ease .25s;
}

.darkness-opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease,visibility 0s ease;
    transition: opacity .25s ease,visibility 0s ease;
}
.vertical-navigation .item-level-0:hover > a {
    background-color: #f2f2f2;
}

.h-c .box-icon-wrapper {
    align-self: center;
}
.whb-sticked .h-c-hu .info-box-inner div {
    display: none;
}
.wpb_column.category-title .wd-wpb {
    margin-bottom: 0;
}
.h-c-hu .info-box-inner p {
    font-size: 150%;
}
.h-c, .h-c .info-box-inner a {
	color: #7b4ec0;
	font-weight: bold;
	text-shadow: 2px 2px rgba(0,0,0, 0.11);
}
.h-c-hu .info-box-inner p:not(:last-child) {
    margin-bottom: 5px;
}
.whb-sticked .h-c-hu .info-box-inner p {
    font-size: 130%;
}
/*.whb-sticked .h-c-hu .info-box-inner p:not(:last-child) {
    margin-bottom: 5px;
}*/
.whb-sticked .h-c-hu .info-box-inner p:last-child {
    margin-bottom: -10px;
}
.whb-header-bottom .whb-column.whb-col-mobile div:first-child {
    margin-left: -5px;
}
.whb-header-bottom .whb-column.whb-col-mobile div:last-child {
    margin-right: -5px;
}
.h-m-b {
    padding: 0!important;
}
.h-m-b a {
    font-size: 11.5px;
}
.wd-header-text.h-m-b:last-child .hm-button {
    background: rgb(51,51,51)!important;
}
.m-akcio-btn {
  animation: pulse 2s infinite;	
}
@keyframes pulse {
  0% {
    background: #fff;
		color: #333;
  }
	50% {
    background: #7b4ec0;
		color: #fff!important;
	}
  100% {
    background: #fff;
		color: #333;
  }
}


/* Mobile menu */

ul#menu-help-menu-mob li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 5px 20px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .2px;
    border-bottom: 1px solid rgba(129,129,129,.2);
}
.widget ul#menu-help-menu-mob li, .wd-widget ul#menu-help-menu-mob li {
    margin-bottom: 0px;
}
.mobile-menu-widget {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.wd-logo img {
	padding:3px 0!important;
}
.m-gall-btn {
	background:#7b4ec0;
}
.m-gall-btn a {
	color: white!important;
}
/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
div#vc_images-carousel-1-1711790489 {
    margin: 0 auto!important;
}
/* The container <div> - needed to position the dropdown content */
.dd {
  position: relative;
  display: inline-block;
}
.dd button {
	background-color: transparent;
	color: white;
	padding: 5px;
	margin-top: 10px;
	margin-left: -30px;
}
.h-c-hu-m button img {
height: 15px;
}

/* Dropdown Content (Hidden by Default) */
.dd-c {
  display: none;
  position: fixed;
	color:#fff;
  background-color: #333;
  min-width: 280px!important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
	left: auto!important;
	right: 10vw!important;
	padding:10px 0;
	border: 1px solid #fbbc34;
}
.dd-c ul {
list-style: none;
margin: 0;
padding: 0;
}

/* Links inside the dropdown */
.dd-c a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dd-c a:hover {background-color: #ccc;}

/* Show the dropdown menu on hover */
.dd:hover .dd-c {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dd:hover .dbtn {background-color: #7b4ec0;}




/* Slider */
.ps-slider .wd-add-btn.wd-add-btn-replace a, .ps-slider .product-grid-item .price {
    display: none!important;
}
@media (max-width: 1000px) {
.ps-slider .product-grid-item .wd-product-sku {
		display: none!important;
}
}
/* Promotii */
.wpb-js-composer .vc_tta.vc_tta-style-modern.promo-tab .vc_tta-panel-body {
    background-image: none!important;
}

/* Front page */
.thin-main-slider {
	max-height:600px;
}
.carousel-main-p .owl-item .product-wrapper {
box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.2)!important;
}


/* Shop Page 

.popup-quick-view .product-image-summary {
    min-height:296px;
}
*/

.product-grid-item .quantity input {
    border: 2px solid rgba(129,129,129,.2);
}
.product-grid-item .quantity {
    margin: -4px 5px;
}
.product-grid-item .quantity .minus, .product-grid-item .quantity .plus {
    display: none;
}
.product-labels {
    max-width: 85%;
}
.product-label.featured {
    display: none;
}

.product-grid-item .product-title {
    margin-bottom: 5px;
    font-size: 14px;
}
.prefix-var, .norm-price {
		display: inline-block!important;
}
h3.product-subtitle {
    font-size: 85%!important;
    color: #5c5c5c;
    border-bottom: 2px solid #e5af59;
    margin-bottom: 10px;
}


/* Product Page */
.wd-sidebar-opener:not(.wd-on-toolbar) {
    background-color: rgba(123,78,192,0.85)!important;
}
.wd-sidebar-opener.wd-on-shop>a:before {
		color: white;
}
@media (min-width: 355px) and (max-width: 414px) {
.labels-rectangular .out-of-stock .product-label{
    font-size: 9px;
}
}
@media (max-width: 354px) {
.labels-rectangular .out-of-stock .product-label{
    font-size: 7.6px;
    padding-left: 3px;
    padding-right: 3px;
}
}
.rp_wcdpd_pricing_table table {
    margin-bottom: 10px;
}
img.swipe-tabel-cant {
    display: none;
}
.rp_wcdpd_product_page {
    margin-top: 25px!important;
}
@media (max-width: 505px){
    img.swipe-tabel-cant {
    max-height: 60px;
    display: block;
    margin: 0 auto;
}
}
.product-images .product-labels {
    max-width: 40%;
}
.rp_wcdpd_product_page_title {
    text-align: center;
}
h1.product_title.entry-title {
    margin-bottom: 5px;
}
h2.product-subtitle {
    color: #5c5c5c;
    border-bottom: 2px solid #e5af59;
    display: inline-flex;
    font-size: 105%;
		margin-bottom: 30px;
}
.product-subtitle span {
    position: absolute;
    max-width: 250px;
    color: #fff;
    background: #333;
    text-align: center;
    font-size: 75%;
    visibility: hidden;
    padding: 10px;
}
.product-subtitle:hover span {
    visibility: visible;
    z-index: 999;
    margin-left: -2%;
    margin-top: -2%;
		opacity: 90%;
	  display: flex;
}

.product-grid-item.onbackorder .text-left {
    text-align: center;
}
.product-grid-item.onbackorder .text-left .co-p, .suggestion-price .co-p, .widget_recently_viewed_products .text-left .co-p {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 18px;
}
.onbackorder .btn.co-p:hover {
    color: #fff;
}
.onbackorder .btn.co-p {
    background-color: #fbbc34;
}
.onbackorder .uom, .onbackorder .wd-price-unit, .onbackorder .woocommerce-price-suffix {
		display:none;
}
.uom, small.woocommerce-price-suffix, .wd-carousel-container .price .uom {
    font-size: 70%!important;
    color: #777;
	  font-weight:initial;
}
.quantity {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
.widget_shopping_cart .cart-info .quantity {
    display: initial!important;
}
.qty-suffix {
    float: none!important;
    margin: 10px 10px 10px -5px!important;
    font-weight:600;
}
.cart_item .qty-suffix {
    display: none!important;
    float: none!important;
    margin: 10px 0px 10px 5px!important;
}
.cart-quantity-suffix {
    display: inline-block!important;
    float: none!important;
    margin: 10px 0 0 5px!important;
    font-weight:600;
    font-size: 14px!important;
}
.product_meta .tagged_as {
    display: none!important;
}
.quick-shop-form span.qty-suffix {
    display: none;
}
p.stock.available-on-backorder {
    margin-bottom: 10px;
}
.single-breadcrumbs-wrapper {
    margin-bottom: 15px;
    margin-top: -20px;
}
.single-product-page .iconic-wlv-variations__row--pa_lot strong.iconic-wlv-variations__label:before {
    content: '\27a5';
    margin-right: 5px;
    color: #7b4ec0;
    font-size: 20px;
    line-height: 20px;
}
.single-product-page .label.iconic-wlv-variations__label {
    color: #333;
    font-size: 15px;
}
.single-product-page .iconic-wlv-variations__row--pa_lot .iconic-wlv-terms__term--image {
    max-width: none;
}
.single-product-page td.label.iconic-wlv-variations__label {
    border: none;
    padding: 15px 12px 0;
}
td.value.iconic-wlv-variations__value {
    padding: 0px 12px 15px;
    border-bottom: 0px;
}
span.iconic-wlv-variations__selection {
    display: none;
}
.iconic-wlv-terms__term-content {
    padding: 6px 12px;
}
.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content {
    border: 1px solid #e5af59;
    background: #e5af591a;
}


/* Sidebar */
.mobile-nav.act-mobile-menu, aside.sidebar-container.show-hidden-sidebar {
    z-index: 10000000;
}
.product .info-box-carousel-wrapper {
    margin-bottom: 20px;
}

/* Pages */

.wd-loader:after {
    border-left-color: #7153bd;
}
.sidebar-container.area-sidebar-shop {
    border: solid 1px #eaeaea;
    padding: 20px 20px 20px 20px;
}
.quantity input[type=number] {
    width: 55px!important;
}


/* Lichidari */
.l-s-ic .info-icon {
    color: #fff!important;
}


/* Cart */
.woocommerce-checkout-review-order-table .shipping th {
    width: 40%!important;
    max-width: 40%!important;
}
.woocommerce-checkout-review-order-table .shipping td {
    width: 60%!important;
    max-width: 60%!important;
}
#shipping_method input.shipping_method, input#yoast-local-seo-shipping_method_toggle {
    position: relative;
    top: 4px;
    float: right;
    margin-right: 0;
    margin-left: 7px;
}
#select2-shipping_method_select-container {
    display: block;
    line-height: 2.6;
}
.woocommerce ul#shipping_method li .select2-container {
    max-width: 230px!important;
}
.select2-results__option {
    border-bottom: 1px solid #f8f8f8;
}
li.select2-results__option:nth-child(4n + 1), li.select2-results__option:nth-child(4n + 3) {
    background-color: #f8f8f8;
}
span.woo-adv-qty-suffix {
    font-size: 0.85em;
    font-weight: 600;
}
.shop_table_responsive tbody tr.shipping{
    display:none;
}
@media (min-width: 1200px){
td.product-quantity {
    width: 20%;
}
}
.shipping-note a {
    font-weight: bold;
}
.shipping-note {
    font-size: 90%;
}
td.product-price del, td.product-subtotal del, td.product-total del {
    display: flow-root;
}
.woocommerce-cart-form__cart-item small.woocommerce-price-suffix {
    display: none;
}

/* GDPR */
@media (min-width: 768px) {
    .wordpress-gdpr-popup-small {
    left: 10px;
}
}
.wordpress-gdpr-popup-small{
    -webkit-box-shadow: #000 0 0 8px;
    box-shadow: #000 0 0 8px;
}
.wordpress-gdpr-popup-actions-links {
    text-align: center;
    font-size: 90%;
}
.wordpress-gdpr-popup-small .wordpress-gdpr-popup-container {
    max-width: 400px;
}


/* Cookie button */
#cmplz-manage-consent .cmplz-manage-consent {
    min-width: 50px!important;
    left: 70px!important;
    bottom: 10px!important;
		width: 50px!important;
		height: 50px!important;
		border-radius:50px!important;
		font-size: 20px;
}
#cmplz-manage-consent .cmplz-manage-consent:hover {
    background: rgba(33, 111, 243, 1);
    transition: .4s ease-in-out all;
}


/* Footer */
.footer-column {
    margin-bottom: 0px;
}
.footer-column .newsletter p {
    margin-bottom: 0;
}
.footer .title-wrapper {
    margin-bottom: 10px;
}
.footer ul.sub-sub-menu a {
    padding: 5px 0;
}
.cplf {
    width: 43%;
}
.cpl {
    width: 37%;
}
.cprf {
    width: 45%;
    font-weight:bold;
}
.cpr {
    width: 60%;
    font-weight:bold;
}
.cplf, .cprf, .cpl, .cpr {
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1024px) {
/*** Header ***/
.h-c-hu-m{
	  text-align: center;
		color: #ffffff;
		max-height: 70px;
}
.h-c-hu-m .top-bar-title, .h-c-hu-m .top-bar-title-d {
    font-size: 110%;
    line-height: 125%;
		color: #ffffff;
}
.h-c-hu-m span, .h-c-hu-m span a{
	  font-weight: initial;
}
.h-c-hu-m a{
	  font-size: 170%;
		line-height: revert;
		color: #ffffff;
}
.h-c-hu-m .dd a{
	  font-size: 130%;
		line-height: revert;
		color: #ffffff;
		padding: 0px;
}
.h-c-hu-m .vc_column-inner{
	  padding-left:5px;
		padding-right:5px;
}
	
div#chat-application {
    bottom: 55px!important;
}
}
@media (max-width: 365px){
.h-c-hu-m a{
	  font-size: 140%;
}
.h-c-hu-m .dd a{
	  font-size: 130%;
		padding: 5px;
}
}@media (min-width: 1025px) {
	/* Top Bar */

.whb-sticked .whb-top-bar {
        display: none;
    }

/* Intro Slider */
.vc_row.intro-carousel {
    margin-left: 25%;
}
ul#menu-categorii-produse.wd-nav-vertical {
    box-shadow: 3px 5px 6px rgb(0 0 0 / 15%);
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* Menu */

.stone-c-t i {
    margin-right: 7px;
}

/*Shop Page*/

.product-labels {
    max-width: 72%;
}


/*Product Page*/

.qty-suffix {
    font-size: 90%!important;
}
.cart-quantity-suffix {
    margin: 5px 10px 10px 5px!important;
    font-size: 85%!important;
}
}

@media (max-width: 576px) {
	/* Top Bar */

.ctl {
    width: 43%;
}

/* Menu */

.stone-c-t i {
    margin-right: 7px;
}

/*Shop Page*/

.product-labels {
    max-width: 72%;
}


/*Product Page*/

.qty-suffix {
    font-size: 90%!important;
}
.woodmart-sticky-btn .qty-suffix {
    display: none;
}
.cart-quantity-suffix {
    margin: 5px 10px 10px 5px!important;
    font-size: 85%!important;
}
.woodmart-hover-base .hover-content table p, .woodmart-hover-base .hover-content table th {
    font-size: 12px!important;
}
}

