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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 14px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(51,51,51);
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(51,51,51);
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(0,136,255);
	--wd-alternative-color: rgb(255,191,0);
	--wd-link-color: rgb(0,136,255);
	--wd-link-color-hover: rgb(0,119,193);
	--btn-default-bgcolor: rgb(0,136,255);
	--btn-default-bgcolor-hover: rgb(0,119,193);
	--btn-accented-bgcolor: rgb(0,136,255);
	--btn-accented-bgcolor-hover: rgb(0,119,193);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.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;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: rgba(241,243,244,0);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	color: rgb(0,0,0);
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(241,243,244);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1230px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 0px;
}

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


.products.wd-products.wd-grid-g.elements-list.pagination-pagination .category-grid-item {
  display: none;
}
.mini-info span {
    font-size: 15px !important;
    color: #078080 !important;
    font-family: Roboto;
    font-weight: 400 !important;
}
.widget_shopping_cart .total strong {
    color: #000;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    font-family: Roboto;
}
.woocommerce-mini-cart__total.total {
    font-family: Roboto;
    font-weight: 400 !important;
    padding: 5px 15px !important;
    border-width: 1px !important;
}
.site-content {
    margin-bottom: 0;
}
.buttoned a {
    background: #0088ff1f;
    color: #08f;
    padding: 5px 10px;
    border-radius: 90px;
}
.extra-single td {
    font-family: Roboto !important;
    font-size: 15px;
    font-weight: 400;
}
div.quantity input[type="button"], .qty {
    border-color: #cecece !important;
}
.bundle_data > div {
    width: 100%;
}
.bundle_data .bundle_button {
    display: flex;
}
.bundled_product:nth-last-child(-n+2) {
    margin-bottom: 25px !important;
}
.bundle_form {
    display: block !important;
}
.bundle_availability {
    display: none;
}
.summary-inner .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}
.summary-inner .single_add_to_cart_button {
    width: 100% !important;
    height: 54px;
    font-size: 14px;
}
button, .button, .btn, .wd-wishlist-btn a {
    font-family: Roboto !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}
.bundle_button > .quantity input, .summary-inner > .cart > .quantity .minus, .summary-inner > .cart > .quantity .plus, .summary-inner > .cart > .quantity .qty {
    max-height: 54px !important;
    min-height: 54px !important;
    width: 40px !important;
    min-width: 40px !important;
    border-color: #cecece !important;
}
.summary-inner > .stock {
    display: none !important;
}
.summary-inner > .wd-action-btn {
    margin: 0 !important;
    width: 100%;
    text-align: center;
}
.summary-inner > .wd-action-btn > a {
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cecece;
    color: #44444a;
}
.sku-single {
    text-align: center !important;
    display: inherit;
    font-size: 10px;
    letter-spacing: 2px;
}
.pr-regular span {
    font-size: 22px !important;
    font-weight: 500;
}
.summary-inner > .price {
    display: none;
}
.prodotto-standard .button {
    width: 100%;
    margin-top: 5px;
}
.prodotto-standard .quantity {
    display: none !important;
}
.row-mid-footer .wd-sub-menu li a {
    padding: 5px 0px !important;
}
.title-size-small {
    padding: 20px 0px;
    margin-bottom: 10px;
}
.title-size-small h1 {
    font-size: 30px !important;
}
.woodmart-woocommerce-layered-nav .swatches-large .filter-swatch > span, .wd-pf-dropdown .swatches-large .filter-swatch > span {
    width: 40px;
    height: 40px;
    border: none !important;
}
footer .mega-menu-list > li > a {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
	color:black;
}
footer .wd-sub-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #333;
}
.wd-sub-menu li a:hover {
    text-decoration:underline;
}
#gform_login_widget-3 h5 {
    font-size: 20px;
    text-transform: capitalize;
	font-weight:400;
}
.woocommerce-product-attributes td, .woocommerce-product-attributes th {
    font-size: 13px !important;
    border: none !important;
    padding: 2px 4px !important;
    color: #6c6d6f !important;
    font-family: Open Sans;
    font-weight: 400 !important;
    width: 50%;
    text-align: left !important;
}
.woocommerce-product-attributes > tbody > tr:nth-child(2n) {
    background: #f3f4f7;
}
.product_list_widget > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.product_list_widget > li .price {
    font-size: 16px !important;
}
.widget-product-info a {
    max-height: 38px;
    min-height: 38px;
    overflow: hidden;
    font-size: 13px !important;
    margin-bottom: 4px !important;
}
.product_list_widget a:hover {
    text-decoration: underline;
}
.widget-product-info a {
    max-height: 55px;
	min-height:55px;
    overflow: hidden;
    font-size: 13px !important;
}
.footer-sidebar {
    padding-top: 0;
}
.footer-column > p {
    display: none !important;
}
.footer-sidebar {
    padding-top: 0;
    padding-bottom: 10px;
}
.list-3 .single_add_to_cart_button {
    font-size: 0;
}
.list-3 .single_add_to_cart_button::before {
    font-weight: 100;
    font-size: 20px;
    content: "\f105";
    font-family: "woodmart-font";
}
.out-of-stock.product-label {
    display: none;
}
.prodotto-standard .star-rating {
    display: none;
}

.stock-ok {
    color: #29ae5d;
}
.stock-out {
    color: #e61c1c;
}
.stock-limited {
    color: #e89d0e;
}
.stock-ok i, .stock-out i, .stock-limited i {
    margin-right: 4px;
}
.cat-design-alt .hover-mask {
    padding: 10px;
        padding-bottom: 10px;
}
#wcj_product_addons p:not(:first-child) label {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
}
#wcj_product_addons p {
    position:relative;
}
#wcj_product_addons p:not(:first-child) label:hover {
    cursor: pointer;
    border-color: #b5b5b5;
}
#wcj_product_addons input[type="radio"] {
    position: absolute;
    top: 40%;
    margin-left: 15px;
}
#wcj_product_addons p:not(:first-child) label {
    border: 1px solid #ddd;
    padding: 15px 15px 15px 40px;
    border-radius: 4px;
    width: 100%;
}

.wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.blink {
      animation: blink 1.8s steps(2, start) infinite;
      -webkit-animation: blink 1.8s steps(2, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
}
.woocommerce-mini-cart__total {
    border-width: 1px;
}
.woocommerce-mini-cart__total strong {
    text-transform: capitalize;
}
.woocommerce-mini-cart-item .wd-entities-title {
    font-size: 13px !important;
}
.woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    min-width: 50px !important;
    max-width: 50px !important;
}
.woocommerce-mini-cart__buttons.buttons {
    padding: 0px !important;
}
.shopping-cart-widget-footer {
    padding-bottom: 0px !important;
}
.shopping-cart-widget-footer .btn-cart {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    height: 70px !important;
    font-size: 14px;
    background: #009fff30 !important;
    color: #009fff !important;
}
.shopping-cart-widget-footer .checkout {
    border-radius: 0px !important;
    height: 100px !important;
    font-size: 15px !important;
}

.cat-design-alt .hover-mask {
    padding: 0;
}
.wrapp-category {
border: 1px solid #d7d7d7;
border-radius: 4px;
padding: 10px;
	background: white;
}
.wrapp-category h3 {
text-transform: capitalize !important;
font-size: 13px !important;
min-height: 38px;
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(calc(-150px * 7));
		transform: translateX(calc(-150px * 7))
}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(calc(-150px * 7));
		transform: translateX(calc(-150px * 7))
}
}
.footer-slide2 img {
padding: 0px 0px;
max-width: 120px;
height: auto;
}
.footer-slider2 {
    height: 60px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.footer-slide-track2 {
	-webkit-animation: scroll 50s linear infinite;
	animation: scroll 50s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(130px * 8);
}
.footer-slide-2 {
	height: 120px;
	width: 120px;
	margin-right: 20px;
}
.footer-slide2 {
transform: scale(0.8);
}
    /* CSS for Sprite */
    ._spritebarneys-farm-logo1, ._spritebest-buds-logo, ._spritecibdol-logo, ._spriteclipper-logo, ._spritecombie-logo1,
    ._spritecookies-logo1, ._spritedavinci-logo, ._spriteelixinol-logo, ._spritehappease-logo1, ._spriteocb-rolling-papers-logo,
    ._spritepharma-hemp-logo, ._spriteraw-logo, ._spritethe-bulldog-logo, ._spritevolcano-logo, ._spritex-vape-logo {
        max-width: 100%;
        background-size: 100%;
        background-image: url('https://new.adtecno.com/wp-content/uploads/2021/10/brands.png');
    }

    ._spritebarneys-farm-logo1 {
        background-position: 0 0%;
        background-size: 100%;
    }

    ._spritebest-buds-logo {
        background-position: 0 7.142857%;
        background-size: 100%;
    }

    ._spritecibdol-logo {
        background-position: 0 14.285714%;
        background-size: 100%;
    }

    ._spriteclipper-logo {
        background-position: 0 21.428571%;
        background-size: 100%;
    }

    ._spritecombie-logo1 {
        background-position: 0 28.571429%;
        background-size: 100%;
    }

    ._spritecookies-logo1 {
        background-position: 0 35.714286%;
        background-size: 100%;
    }

    ._spritedavinci-logo {
        background-position: 0 42.857143%;
        background-size: 100%;
    }

    ._spriteelixinol-logo {
        background-position: 0 50%;
        background-size: 100%;
    }

    ._spritehappease-logo1 {
        background-position: 0 57.142857%;
        background-size: 100%;
    }

    ._spriteocb-rolling-papers-logo {
        background-position: 0 64.285714%;
        background-size: 100%;
    }

    ._spritepharma-hemp-logo {
        background-position: 0 71.428571%;
        background-size: 100%;
    }

    ._spriteraw-logo {
        background-position: 0 78.571429%;
        background-size: 100%;
    }

    ._spritethe-bulldog-logo {
        background-position: 0 85.714286%;
        background-size: 100%;
    }

    ._spritevolcano-logo {
        background-position: 0 92.857143%;
        background-size: 100%;
    }

    ._spritex-vape-logo {
        background-position: 0 100%;
        background-size: 100%;
    }@media (min-width: 1025px) {
	.single-product-page > div:not(:last-child) {
    margin-bottom: 0;
}
.product-images-inner {
    padding-top: 40px;
}
.single-product-page > .container {
    margin-bottom: 0 !important;
}
.single-product .main-page-wrapper {
    padding-top: 0;
}
.summary-inner {
border-left: 1px solid #ddd;
padding: 25px;
border-radius: 0px;
border-right: 1px solid #ddd;
}
.row.product-image-summary-inner .entry-summary {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}
.row.product-image-summary-inner .product-images {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}
.bundled_product .cart {
    margin-bottom: 0px !important;
}
.bundled_product .bundled_item_price_quantity {
    display: none !important;
}

.bundled_product .stock {
    display: none !important;
}
.bundled_product h4 {
    font-size: 14px !important;
    margin-bottom: 2px;
}
.bundled_product .bundled_product_excerpt {
    font-family: Roboto;
    font-size: 13px;
    color: #999;
    max-width: 64%;
}
.bundled_product .details {
    position: relative;
}
.bundled_product .bundled_item_button {
    position: absolute;
    top: 0;
    right: 0;
}
.bundled_product_summary .details {
    width: 90% !important;
}
.bundled_product_summary {
    display: flex;
}
.bundled_product_summary .bundled_product_images {
    max-width: 10% !important;
}
.bundled_product_summary .details {
    padding-left: 15px !important;
}

.related-cat .wrapp-category {
    border: 1px solid #ddd;
    border-radius: 4px !important;
    background: white !important;
    padding: 10px;
}
.related-cat .category-grid-item {
    max-width: 12.5% !important;
    margin-bottom: 30px !important;
    padding: 0px 10px !important;
}
.container.related-and-upsells > div {
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
}
.prodotto-standard h3 {
    font-size: 13px !important;
	margin-bottom: 10px !important;
    line-height: 18px !important;
    min-height: 56px !important;
    text-align: left;
    max-height: 56px;
    overflow: hidden;
}
.prodotto-standard {
    background: white;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
}
.container.related-and-upsells {
    background: #f1f3f4;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
#block-3 {
    padding: 12px;
    margin-bottom: 0px;
}
.bundle_price span {
    font-size: 24px !important;
}
.categorie-ajax .wd-sub-menu > li {
    margin-bottom: 20px !important;
}
.categorie-ajax .sub-sub-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.categorie-ajax .mega-menu-list > li > a {
    color: black;
    text-transform: capitalize !important;
    font-size: 14px;
}
.wd-nav-img {
    display: inline-block;
    margin-right: 7px;
    max-height: 18px;
    display: none;
}
.wd-dropdown, .whb-sticky-real.whb-sticked .wd-header-cats:not(:hover) .wd-dropdown-cats.wd-opened {
    visibility: hidden;
    opacity: 0;
    transition: none !important;
    transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    pointer-events: none;
}
.list-3 .barcode {
text-align: center;
font-size: 10px;
letter-spacing: 1px;
color: black;
margin-top: 20px;
overflow: hidden;
max-width: 60%;
margin-left: auto;
}
.list-3 .barcode > div {
    margin: auto;
}
.whb-top-bar li a, .whb-top-bar a > span {
    font-size: 14px !important;
    color: black !important;
    font-weight: 600 !important;
}
.list-3 .wd-wishlist-btn a::before {
    font-weight: 400 !important;
    margin-right: 10px;
    font-size: 16px !important;
}
.list-3 .wd-wishlist-btn {
    width: 100%;
    margin-top: 15px;
}
.list-3 .wd-wishlist-btn a {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 15px !important;
	flex-direction: initial !important;
    font-weight: 600;
}
.list-3 .wd-product-brands {
    position: absolute;
    max-width: 75px;
    right: 37px;
    top: 12px;
}
.list-3 .button {
    margin-left: 15px;
	width: 100%;
}
.product-list-item .shop_attributes {
    margin-bottom: 0 !important;
}
.extra-info {
    display: flex;
    margin-bottom: 10px;
}
.list-3 .cart {
    display: flex;
}
.barcode-list {
    max-width: 60%;
    margin-left: auto;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    overflow: hidden;
    color: black;
    line-height: 20px;
}
.bundled_product {
    border: 1px solid #ddd !important;
    padding: 10px 12px !important;
    margin-bottom: 15px !important;
    border-radius: 6px;
}
.bundled_product_title {
    font-size: 15px !important;
    margin-bottom: 10px;
}
.bundled_product_excerpt p {
    margin-bottom: 5px;
}
.price-stock-2 {
text-align:left;	
}
.price-stock-1 .price {
    font-size: 16px !important;
    text-align: left;
}
.shop-content-area .outofstock .add-to-cart-loop {
    background: #ee343d;
        background-color: rgb(238, 52, 61);
    width: 90%;
    margin-top: 0px !important;
}
.price-stock {
    display: flex;
    margin-bottom: 10px;
}
.price-stock-1 {
    width: 40%;
    line-height: 23px;
}
.price-stock-2 {
    width: 60%;
    line-height: 23px;
}
.prodotto-standard:hover a {
    text-decoration: underline;
}
.prodotto-standard .product-element-top {
  padding: 10px;
	margin-bottom:0px !important;
	min-height: 185px;
}
.prodotto-standard {
	padding: 10px;
}
.list-3 .wd-add-btn .stock {
    display: none !important;
}
.list-1 .product-image-link {
    padding: 10px;
}
.list-3 .price {
    font-size: 20px !important;
}
.product-list-item .list-1 {
    max-width: 20%;
    margin-bottom: auto !important;
}
.product-list-item .list-2 {
    max-width: 55%;
    width: 55%;
    margin-bottom: auto;
    padding: 15px 0px;
}
.product-list-item .list-3 {
max-width: 25%;
width: 25%;
margin-bottom: auto;
padding: 15px 20px;
text-align: right;
}
.cat-design-alt img {
    max-width: 90px;
}
#gform_login_widget-3, #woocommerce_price_filter-2, .woodmart-woocommerce-layered-nav {
    padding: 20px !important;
    margin-bottom: 0px !important;
}
.area-sidebar-shop > .widget-area {
    border: 1px solid #dbdee3 !important;
    background: white;
    border-radius: 5px;
}
.product-list-item .product-wrapper {
    border: 1px solid #ddd !important;
    background: white;
	padding-bottom:0px !important;
    border-radius: 4px;
}
#menu-desktop-categorie .wd-dropdown-menu {
    padding-top: 0px !important;
    border-top: 1px solid #ddd;
}
.infobox-cat:hover {
    border-color: #ddd !important;
}
.infobox-cat .info-box-content {
    display: flex;
}
.infobox-cat h4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
#menu-desktop-categorie .wd-dropdown {
    box-shadow: 0 100vh 0vh 100vh rgba(0, 0, 0, 0.5);
}
.product-list-item {
    margin-bottom: 12px !important;
}
.products > .cat-design-alt {
    width: 16.66666666666%;
    max-width: 16.66666666666%;
	padding: 0px 10px !important;
	margin-bottom: 20px;
}
.product-list-item .product-element-top {
    flex: 0 0 22% !important;
}
header .searchform input {
    border: none !important;
    background: white !important;
    border-radius: 90px !important;
    color: black !important;
	height: 42px !important;
}
header .searchform button::after {
    color:black !important;
}
}

