@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//petverse.ge/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", 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: "Lato", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(55,43,147);
	--wd-alternative-color: rgb(129,96,255);
	--wd-link-color: rgb(55,43,147);
	--wd-link-color-hover: rgb(129,96,255);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(55,43,147);
	--btn-accented-bgcolor-hover: rgb(55,43,147);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.new {
	background-color: rgb(68,165,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wp-caption-text {
    display: none;
}
.wp-caption:hover .wp-caption-text {
    display: block;
}

.wp-caption {
    display: inline-grid;
}

.yikes-custom-woo-tab-title {
	display: none;
}


@media (max-width: 1024px) {
.wd-side-hidden {
background-color: #5040C1 !important;
}
.wd-nav-mobile>li>a {
    color: #fff !important;
}
.wd-action-btn>a {
    color: #777 !important;
}
.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a {
    background-color: #0B0A3C !important;
}
.mobile-nav .wd-nav-opener.wd-active {
    background-color: #3B398B;
    color: #fff !important;
}
.mobile-nav .searchform {
    --wd-form-placeholder-color: #FFFFFF !important;
}
.wd-nav-mobile>li>ul li>a {
    color: white !important;
}
	
	.wd-side-hidden.wd-right {
    background-color: #ffffff !important;
}
}


/* The Modal (background) */
.pet-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: -webkit-fill-available;/* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.pet-modal-content {
  background-color: #fefefe;
  margin: 30% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: fit-content;
    max-width: 500px;
}


@media only screen and (max-width: 1155px) and (min-width: 1024px) {
	.wd-nav-main>li>a, .wd-nav-secondary>li>a {
  
		font-size: 12px !important;}
}


form.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

@media (max-width: 769px) {
	form.woocommerce-checkout {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
 
}
}


@media (max-width: 1024px) {
    .tabs-layout-tabs {
        display: block !important;
    }
}


.onsale {
	color: #fff;
    background-color: #372b93;
    padding: 6px 6px 6px 6px;
    border: solid 1px #372b93;
    border-radius: 5px;
    font-weight: 900;
	    z-index: 999999999;
    position: absolute;
	font-size: 18px;
}


/* .thwvsf-item-span.item-span-text 
	 {
    display: none !important;

}  */

