:root {
--contrast-on-yellow: #5e4620;
--bright-yellow: #bea34a;
--deep-yellow: #EDE6D0;
--light-yellow: #f7f4eb;
--xlight-yellow: #fcfbf8;
--bright-accent: rgb(41, 102, 138);
--light-accent: rgb(243, 243, 243);
--light-accent2: #dbdbdc;
}
body, html {
overflow-x: hidden;
}
.inside-header {
padding: 30px 30px 30px 30px;
}
.term-description a,
.term-description a,
.term-description a:link,
.term-description a:link {
color:#29668A;
}
.entry-content a:hover,
.term-description a:hover {
color:#2781b5;
}
.awooc-custom-order-wrap {
background-color: var(--light-yellow);
}
.displaynone {display: none!important;} .inside-navigation.grid-container {
max-width: 100vw;
}
.main-navigation.slideout-navigation .main-nav > ul > li > a {
line-height: 1.75!important;
padding: 8px 16px;
}
.arcontactus-message-button.no-text {
background-color: rgb(41, 102, 138);
}
.blog .entry-summary {display: none;}
.blog h1.entry-title, .single-post h1.entry-title {display: none;}
.blog h2.entry-title {font-size: 18px; text-align: center;}
.blog .post-image img {
object-fit: cover;
height: 180px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
display: block;
width: 100% !important;
}
.woocommerce-variation-price {display: none;}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
background-color: var(--bright-yellow) !important;
color: #fff;
}
.woocommerce button.awooc-custom-order.button {
background-color: rgb(41, 102, 138);
border-radius: 100px;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
padding: 16px 36px;
text-transform: uppercase;
display: block;
margin: 10px auto;
position: relative;
}
.woocommerce button.awooc-custom-order.button:hover {
background-color: rgb(29, 73, 98);
}
.woocommerce button.awooc-custom-order.button.disabled::before {
color:#3c382b;
font-size: 0.75em;
text-transform: none;
font-weight: normal;
display: block;
text-align: center;
position: absolute;
top: -40%;
}
.tm-extra-product-options .tc-cell, .tc-extra-product-options .tmcp-field-wrap label.tc-cell, .tc-cell {
padding: 0 20px;
}
.tc-price-wrap {
padding: 0 0.5em 0 1em;
align-self: center;
}
#ywcdd_info_single_product #ywcdd_info_shipping_date {
border-radius: 8px;
background: var(--light-accent);
}
.ywcdd_date_info.shipping_date {
white-space: nowrap;
}
[lang="ru-RU"] .woocommerce button.awooc-custom-order.button.disabled::before {
content: "Виберите опции перед заказом.";
}
[lang="uk-UA"] .woocommerce button.awooc-custom-order.button.disabled::before {
content: "Оберіть опції перез замовленням.";
}
.woocommerce div.product .product_title {
font-size: 24px !important;
margin: 10px 0;
}
span.ywcdd_shipping_message {
font-size: 14px;
} .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {}
.woocommerce ul.products li.product .button {
border: 0px solid var(--contrast-2);
background: #fff;
color: var(--contrast-2);
border-radius: 100px;
padding: 6px 24px;
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
margin-top: 0.5em;
}
.woocommerce ul.products li.product .onsale {
position: absolute;
top: 45%;
right: 5px;
-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.woocommerce .wc-mobile-columns-2 ul.products li.product .onsale {
top: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
background-color: var(--bright-yellow);
color: #fff;
padding: 6px 16px;
margin: 0px 0 10px 0;
}
.site-footer {
margin: 0px 0px;
}
.wpcf7-spinner {
display: none;
}
.wpcf7-form-control input[type="text"],
.wpcf7-form-control input[type="tel"],
input[type="text"],
input[type="tel"] {
border: 2px solid #fff;
border-radius: 10px;
max-width: 70%;
}
.woocommerce-Tabs-panel:empty,
.awooc-col.columns-left.awooc-col-full:empty {display: none;}
.woocommerce .awooc-custom-order-wrap input.wpcf7-form-control[type="submit"] {
max-width: 70%;
}
.woocommerce .awooc-custom-order-wrap input.wpcf7-form-control[type="text"],
.woocommerce .awooc-custom-order-wrap input.wpcf7-form-control[type="tel"] {
border: 2px solid var(--bright-yellow);
background-color: #fff;
border-radius: 10px;
}
.woocommerce .awooc-custom-order-wrap input.wpcf7-form-control[type="text"]:hover,
.woocommerce .awooc-custom-order-wrap input.wpcf7-form-control[type="tel"]:hover,
input[type="text"]:hover,
input[type="tel"]:hover {
border: 2px solid var(--bright-yellow);
background-color: var(--light-yellow);
}
.woocommerce .awooc-custom-order-wrap input.wpcf7-form-control[type="submit"],
input[type="submit"] {
background-color: var(--bright-yellow);
border-radius: 100px;
padding: 16px 36px;
min-width: 240px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
} .photo-shadow img {
box-shadow: 10px 10px 0px rgba(237, 235, 235, 0.8);
} .woocommerce table.shop_attributes th {
font-size: 16px;
}
.woocommerce table.shop_attributes td p {
padding: 8px 16px;
font-size: 16px;
} .header-widget {
width: 80%;
text-align: right;
}
.header-widget img {
vertical-align: middle;
}
.site-header a {
font-weight: 600;
}
.header-widget {}
.tm-extra-product-options {
padding: 8px;
background-color: var(--light-yellow);
border: 2px dashed var(--bright-yellow);
border-radius: 8px;
color: var(--contrast-on-yellow);
margin-bottom: 20px;
}
.wc-block-grid__product-price {
border: 1px solid var(--bright-yellow);
background-color: var(--bright-yellow);
padding: 5px
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
border-radius: 0px;
}
.wc-block-grid__product-onsale {
position: absolute;
top: 5%;
right: 15%;
background-color: #9e0404;
color: #fff;
border: 0px;
border-radius: 0px;
}
.woocommerce ul.products li.product {
display: flex;
flex-direction: column; }
.product_title {
text-align: center;
}
.woocommerce ul.products li.product .price {
border-radius: 10px;
}
.woocommerce div.product p.price {
text-align: center;
border-radius: 100px;
margin-bottom: 1em;
}
bdi {
word-break:keep-all;
white-space: nowrap;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart table td {
padding-right: 0;
line-height: 1.25;
}
.woocommerce div.product form.cart th.label {
padding-right: 8px;
}
th.label label {
display: table-cell;
vertical-align: middle;
height: 48px;
}
.woocommerce div.product form.cart .variations select {
background-color: var(--light-yellow);
color: var(--contrast-on-yellow);  
border-color: var(--bright-yellow);
margin-left: 0em;
margin-right: 0em;
width: 100%;
}
input[type="email"], input[type="number"],
input[type="password"], input[type="search"], 
input[type="tel"], input[type="text"], input[type="url"],
select, textarea {
border-width: 2px;
}
option {
line-height: 1.5;
height: 48px;
padding: 8px;
}
option:hover, option:focus {
background-color: var(--base-2);
}
.woocommerce-product-attributes.shop_attributes {
margin-left: auto;
margin-right: auto;
max-width: 640px;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
background: none;
}
td.woocommerce-product-attributes-item__value {
border-right: none;
}
.wc-block-grid__product-price del {
font-size: 12px !important;
vertical-align: top;
color: #d3cfc2;
font-weight: 600;
}
.wc-block-grid__product-price ins {
color: #fff;
font-size: 20px;
font-weight: 600;
}
.related.products h2 {
text-align: center;
margin: 40px auto;
width: auto;
color: #807a7a;
} .woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
border-width: 0px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.page-numbers a, .page-numbers span {
width: 48px;
height: 48px;
border-radius: 48px;
line-height: 28px;
display: block;
border: 0px solid currentcolor;
box-sizing: border-box;
background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
background-color: #e2d7b4;
color:#705d20;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin: 0 2.8% 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
}
.woocommerce span.onsale {
background-color: #9e0404;
border-radius: 0px;
}
.woocommerce-Tabs-panel {
margin: 0px 0px 0px;
padding-top: 120px;
position: relative;
}
.woocommerce-Tabs-panel:last-of-type {
margin-bottom: 80px;
} .woocommerce-Tabs-panel h1 { font-size: 21px; font-style: italic; font-weight: bold; }
.woocommerce-Tabs-panel h2 { font-size: 21px; font-style: italic; font-weight: bold; }
.woocommerce-Tabs-panel h3 { font-size: 21px; font-style: italic; font-weight: bold; }
.woocommerce-Tabs-panel--ywtm_5043 .ywtm_content_tab,
.woocommerce-Tabs-panel--ywtm_1473 .ywtm_content_tab {
background-color: var(--light-yellow);
padding: 20px 20px 20px 60px;
border: 2px solid #fff;
border-radius: 8px;
text-align: center;
color: #3c382b;
font-size: 20px;
position: relative;
transform: translate(-20px,0);
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.woocommerce-Tabs-panel--ywtm_5043 .ywtm_content_tab p:first-of-type,
.woocommerce-Tabs-panel--ywtm_1473 .ywtm_content_tab p:first-of-type {
z-index: 2;
position: relative;
padding-top: 3.5em;
}
.woocommerce-Tabs-panel--ywtm_5043 .ywtm_content_tab p,    
.woocommerce-Tabs-panel--ywtm_1473 .ywtm_content_tab p {
z-index: 2;
position: relative;
padding-top: 0.5em;
}
.woocommerce-Tabs-panel--ywtm_5043 .ywtm_content_tab::before,
.woocommerce-Tabs-panel--ywtm_1473 .ywtm_content_tab::before {
content: "%";
font-size: 180px;
position: absolute;
left: 0;
top: 0;
color:var(--light-yellow);
z-index: 1;
display: block;
line-height: 1;
font-weight: bold;
}
.woocommerce-Tabs-panel--ywtm_5043 .ywtm_content_tab::after,
.woocommerce-Tabs-panel--ywtm_1473 .ywtm_content_tab::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
transform: translate(20px, 20px);
left: 0;
top: 0;
background:#e2d7b4;
z-index: 0;
display: block;
border-radius: 8px;
}
.tab-faqs-container .tab-faq-wrapper {
border-color: #d3cfc2;
}
.tabs-off {
z-index: 10;
}
.wsticky-containter {
position: relative;
box-sizing: border-box;
}
.js-sticky-widget {
transition: all 0.25s ease-in-out;
box-sizing: border-box;
opacity: 1;
}
.js-sticky-widget.hidden {
transition: all 0.25s ease-in-out;
visibility: hidden;
opacity: 0;
}
.js-sticky-widget.widget-sticky {
position: fixed;
box-sizing: border-box;
width: 100%!important;
max-width: 100vw!important;
left: 0!important; top: 60px!important;
z-index: 10;
overflow: hidden;
}
.admin-bar .js-sticky-widget.widget-sticky {
top:60px!important;
}
.tab-faqs-container {
font-size: 18px;
}
.tabs-off {
display: block;
display: flex;
flex-direction: row;
flex-shrink: 1;
width: 100%;
max-width: 100vw!important;
flex-wrap: wrap;
flex: 0 1 100%;
margin: 0;
}
.widget-sticky .tabs-off {
flex-wrap: nowrap;
}
.tabs-off li {
background-color: var(--deep-yellow); list-style: none;
width: 50%;
display: block;
text-align: center;
border-right: #fff 2px solid;
border-bottom: #fff 2px solid;
margin-bottom: 0px;
}
.js-sticky-widget:not(.widget-sticky) .tabs-off {
border-radius: 8px;
overflow: hidden;
}
.widget-sticky .tabs-off li {
width: 100%;
}
.tabs-off li:last-of-type {
border-right: none;
}
.tabs-off li a {
padding: 16px 8px;
width: 100%;
line-height: 1.25;
display: block;
text-align: center;
color:var(--contrast-on-yellow);
}
.widget-sticky .tabs-off li a {
font-size: 14px;
word-break: break-word;
}
.tabs-off li a:hover {
color: var(--bright-yellow);
}
a.contacts_top_link {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--contrast);
}
@media screen and (min-width:673px) {
.woocommerce-Tabs-panel {
padding-top: 80px;
}
.woocommerce-Tabs-panel--ywtm_5043 .ywtm_content_tab,	
.woocommerce-Tabs-panel--ywtm_1473 .ywtm_content_tab {
padding: 20px 40px 20px 80px;
}
.tabs-off {
display: block;
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: nowrap;
flex: 0 1 100%;
margin: 0;
}
.tabs-off li {
list-style: none;
width: 100%;
display: block;
text-align: center;
border-right: #fff 2px solid;
}
.tabs-off li:last-of-type {
border-right: none;
}
.tabs-off li a {
padding: 16px 16px;
width: 100%;
display: block;
text-align: center;
}
.js-sticky-widget.widget-sticky {
top: 0px!important;
}
.widget-sticky .tabs-off li a {
font-size: 16px;
}
.admin-bar .js-sticky-widget.widget-sticky {
top:32px!important;
}
}
@media screen and (min-width:1024px) {
.woocommerce ul.products li.product .price {
border-radius: 10px;
}
.widget-sticky .tabs-off li a {
font-size: 18px;
}
.gb-container.gb-container-6ca9b99d .wp-block-image .aligncenter {margin-left: 0;} .addcolumns {
columns: 2;
column-gap: 40px;
}
}
@media screen and (max-width:1023px) {
}