@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//atlantateak23.ztiwebdemo.com/wp-content/themes/woodmart/fonts/woodmart-font-1-700.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(119,119,119);
	--wd-text-font-size: 16px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Glaciall", 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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Glaciall", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", 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(63,109,91);
	--wd-alternative-color: rgb(0,169,203);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(64,108,91);
	--btn-accented-bgcolor-hover: rgb(158,191,181);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(212,237,218);
	--notices-success-color: rgb(62,119,75);
	--notices-warning-bg: rgb(252,232,232);
	--notices-warning-color: rgb(215,54,59);
}
.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: url(https://www.atlantateak.com/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(158,191,181);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://www.atlantateak.com/wp-content/uploads/2021/09/decor-shop-page-background-opt.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.new {
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(2,169,203);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-el-font-size: 14px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-header-el-font-size: 13px;
	}

}
: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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--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);
}
}


@font-face {
	font-family: "Glaciall";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Glaciall";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Lithos Pro";
	font-weight: 400;
	font-style: normal;
}

.wd-entry-meta .meta-author {
    display: none;
}

.wd-post-cat.wd-style-with-bg {
    display: none;
}

.bundle_form .cart .variations select, .bundled_product .cart .variations .bundled_variation_attribute_value, .single-product div.product .bundle_form .cart .variations select {
    background-color: #f1f9f6;
    color: #000;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 11px !important;
	
}
a.restore-item{
		color: #3E774B;
}

#wd-645d40786ad4c .woodmart-title-container {
    text-decoration: underline;
}
#wd-645d40842cc64 .woodmart-title-container{
text-decoration: underline;
}

.form-style-underlined :is(input[type='email'],input[type='date'],input[type='search'],input[type='number'],input[type='text'],input[type='tel'],input[type='url'],input[type='password'],select,textarea) {
    border-bottom: 1px solid #303445;
}

.form-style-underlined .select2-container--default .select2-selection{
border-bottom: 1px solid #303445;
}
.woocommerce-product-gallery .owl-nav>div.disabled, .wd-btn-arrow{
color: #000;
}

.product-labels{
	display:none;
}

.post-single-page.has-post-thumbnail .article-inner > .entry-header {
display: none;
}

.hovered-social-icons:after {
	display: none;
}

.form-style-underlined :is(select) {
    text-align: center;
}

.ngg-gallery-thumbnail span{
color: #000000
}

.ngg-gallery-thumbnail {
    background-color: #F3EAE2
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern{
font-weight:bold;
}


.vc_custom_1692729036803 {
	margin-top: 0px !important; }

.woocommerce-shipping-totals{
 background-color: #b0f7dc;
}

.variation-count {
    font-size: 14px;
    color: #00849f;
    margin-top: 5px;
		font-weight: 600;
}

.display-invisible{
	display: none;
}
@media (min-width: 1025px) {
	.mobile-only{display:none;}
.product-grid-item .wd-entities-title {
font-size:22px;
line-height: 32px;	
}

.woocommerce-product-gallery .product-labels[class*="labels-rounded"]{
 top:60px;
}

.product-labels {
 top:39px;
}

.gallery-custom-style{
 font-size: 1.2em;
    font-weight: 600;
    color: #406C5B;
    text-align: center !important;
    text-shadow: 1px 0px 1px;
}

.wpb_gallery_heading{font-size:14px;margin-bottom:0px;background-color:#f3EAE2;}

.wd-sub-menu li>a:hover {
    color: var(--sub-menu-color-hover);
}
.wd-sub-menu li>a{
  font-size: 16px;
}

.wd-nav-img, .mega-menu-list img {
max-height: none; 
height: 25px;
}

.vc_custom_1692729036803 {
	margin-top: 0px !important; }

.wpb_wrapper{
	 text-align: center;
}
/* Product Image pagination arrow */
.wd-btn-arrow:after{
		font-size:32px;
		font-weight: 900;
}

.mobile-banner{
display:none;
}
#some-words-about-us {
	font-size: 20px;
  line-height: 34px;
	text-align:left;
	color: rgb(63,109,91);
	margin-bottom:10px;
}
#what-customers-are-saying{
  font-size: 36px;
  line-height: 46px;
	font-weight: 600 !important;
	text-align:left;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.menu-center{text-align:center;}
.mobile-only{display:none;}
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .mobile-only {
      display: none;
    }
  }
.mobile-banner{
display:none;
}

#some-words-about-us {
	font-size: 20px;
  line-height: 30px;
	text-align:left;
	color: rgb(63,109,91);
	margin-bottom:10px;
}

#what-customers-are-saying{
  font-size: 32px;
  line-height: 42px;
	font-weight: 550 !important;
	text-align:left;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.desktop-only{display:none;}
.menu-center{text-align:center;}


}

@media (max-width: 576px) {
	.desktop-only{display:none;}
.menu-center a{justify-content:center;}

.inline-element {
	display: block;}

#wd-641226422a9d6 .woodmart-text-block {
	padding-top: 200px;}

 #wd-64122d65c3390 .woodmart-text-block {
	padding-top: 200px;}

.form-style-underlined label {
    text-align: center;
}

#wd-64e50d238727e .woodmart-title-container, #wd-64e50dc0e4d2f .woodmart-title-container, #wd-64e51bda58fd7 .woodmart-title-container{
text-align: center;
}


element.style {
}
.vc_column_container {
    padding-left: 10px;
    padding-right: 10px;
}
.banner-mobile{
width: 50%;
float: left;
}


.desktop-banner{
display:none;
}

#some-words-about-us {
	font-size: 18px;
	line-height: 26px;
	text-align:left;
	color: rgb(63,109,91);
	margin-bottom: 10px;
}

#what-customers-are-saying{
  font-size: 23px;
  line-height: 40px;
	font-weight: 550 !important;
	text-align:left;
}
}

