/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 500; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#929292;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #faf5f2;  color: #000; }  
::selection { background-color: #faf5f2; color: #000 }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4; font-family: 'Work Sans',sans-serif;color: #000;}
.title h1, .title h2{ font-size: 3.2rem;text-transform: uppercase; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:5rem; }
.title-center{text-align: center;margin-bottom: 7rem;}
.title h3{
  font-size: 4rem;
  color: #e9dcd5;
  font-family: 'Meow Script', serif;
  margin-bottom: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4rem; }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block!important;
	padding: 1.5rem 6rem!important;
	font-weight: 400!important;
  border-radius: 10rem!important;
}
.btn-primary{
  background-color: #d8c5ba;
  color: #fff;
}
.btn-secondary{
  background-color: #89aa90!important;
  color: #fff!important;
}
 .btn-secondary:hover{
  background-color: #d8c5ba;
}
.btn-primary:hover{
  background-color: #89aa90;
  color: #fff;
}
.btn-cart {
	background-image: url(images/cart-white.svg)!important;
	background-position: left 4.2rem center;
	background-size: 2rem;
	background-repeat: no-repeat;
	padding-left: 8rem!important;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 2rem 1rem;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  color: #000;

}
textarea{
  resize: vertical;
  height: 19rem;

}
input:focus,
textarea:focus, select:focus {
  border-bottom:1px solid #89aa90;

}

label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: 500;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #ececec;
	color: #fff;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #faf5f2;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #000;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
/* -----swiper--- */
.custom-arrows{
  display: flex;
  flex-direction: row;
  gap:3rem;
  position: absolute;
  right: 2rem;
  bottom: 8rem;
  z-index: 10;
}
.custom-arrow{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
  cursor: pointer;
}
.custom-next{
  background-image: url(images/next.svg);
}
.custom-prev{
  background-image: url(images/prev.svg);
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .custom-arrows{
    bottom: 20rem;
    right: 20rem;
  }
}
/* ================================================================================== 
14. Woocommerce
===================================================================================== */
.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"] {
	position: static !important;
	width: 100%;
	left: auto;
	top: auto;
}
.woocommerce-checkout-payment  li,  .woocommerce-shipping-methods li{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.woocommerce-checkout-payment  li input, .woocommerce-shipping-methods li input{
    width:auto;
    margin-right:1rem;
}
.woocommerce-shipping-methods li label{
    margin:0;
}
.woocommerce-shipping-methods li, .woocommerce ul#shipping_method li{
    margin:0;
    padding:0 !important;
    
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
      display:flex;
    align-items:center;
    flex-wrap:wrap; 
      margin:0;
    padding:0 !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
      width:auto;
    margin-right:1rem;
}
.woocommerce ul#shipping_method li input {
	position: static !important;
	width: 100%;
	left: auto;
}
.woocommerce form .form-row textarea {
	height: 20rem;

}
.wc_payment_methods.payment_methods.methods label{
    margin:0;
}
#order_review_heading {
	margin-top: 3rem;
	clear: both;
	display: block;
	float: left;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f6f9f7;
	border-radius: 5px;
}
/* ------login------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column2 form{
  /* background-color: #f7f4f1;
  border: 0 !important; */
  padding:2.5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;


}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
#customer-login {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 45rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    padding:5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 40rem;
  }
}
/* ------remember me------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column1 form{
  background-color: #f7f4f1;
  border: 0 !important;
  padding:5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;


}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}

/*-----woo result-----*/
.woocommerce .woocommerce-result-count{
  margin: 0;
  float: none;
}
.woocommerce-notices-wrapper{
  width: 100%;
}
.woocommerce .woocommerce-ordering{
  margin: 0;
  float: none;
}
/*-----woo cart-----*/
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 1rem 2rem;
	width: 23rem;
  border-color: transparent;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
	border-color: #eaaa28;
}
.woocommerce .quantity .qty {
	width: 8rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.woocommerce a.remove{
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
.woocommerce a.remove:hover{
  background-color: transparent;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}

@media only screen and (max-width: 48em) {
  /*768px*/
  .woocommerce .quantity .qty {
    margin-left: auto;
  }
}
 
@media only screen and (max-width: 37.5em) {
  /*600px*/
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width:100%;
  }
  .actions .coupon  button.button{
    width: 100% !important;
    margin-top: 1rem;
  }
 
}
/*----my account---*/

.woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation{
  padding: 3rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  margin-bottom: 3rem;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul li a{
  padding-left: 5rem;
  position: relative;

}
.woocommerce-MyAccount-navigation ul li a::before{
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(246, 137, 2,.1);
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
  background-image: url(images/home.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
  background-image: url(images/orders.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
  background-image: url(images/downloads.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
  background-image: url(images/address.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
  background-image: url(images/payment.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
  background-image: url(images/details.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  background-image: url(images/logout.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.woocommerce-MyAccount-navigation ul li a:hover,  .woocommerce-MyAccount-navigation ul li.is-active a{
  color: #e97600;
}
.woocommerce-MyAccount-content .edit{
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #f68902;
  color: #fff;
}
header.woocommerce-Address-title{
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.7rem;


}
.woocommerce-MyAccount-content .woocommerce-Addresses{
  border-radius: 1rem;
  background-color: #f9f9f9;
  padding: 2rem;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background-color: rgba(246, 137, 2,.1);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {

	border-color:rgba(246, 137, 2,.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;

}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation{
    margin-bottom: 0;
  }
}
.woocommerce div.product .product_title {
	margin: 3rem 0;

}
.woocommerce-product-details__short-description p{
  margin-bottom: 2rem !important;
}
/* ================================================================================== 
15. Header
===================================================================================== */

/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 4rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 2rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 20;
  padding: 1.5rem 0;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 14rem;
}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
  background-image: url(images/bg1.png);
  background-repeat: no-repeat;
  background-size: 40rem;
  background-position: right 3rem center;
}
header nav.open{
  opacity: 1;
  visibility: visible;
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  color: #000;
}

header nav li a:hover, header nav li.current_page_item a{
  color: #c4ad8d;
}



.mobile-info{
  margin-top: 3rem;
 
}
.menu-item-has-children{
  position: relative;
}
header .sub-menu{

  display: none;
  padding-left: 1rem;
}

header .sub-menu li{
  display: block;
}
header .sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-user{
  display: inline-block;
  margin: 0 1rem 0 auto;
}
.header-user img{
  display: block;
  width: 1.5rem;
  height: auto;
}
.header-favorites img{
  display: block;
  width: 1.5rem;
  height: auto;
  margin-right: 1rem;
}
.header-favorites{
  display: flex;
  color: #000;
  font-size: 1.6rem;
  margin-right: 1rem;

}
.header-cart img{
  display: block;
  width: 1.5rem;
  height: auto;
  margin-right: 1rem;
}
.header-cart{
  display: flex;
  color: #000;
  font-size: 1.6rem;

}
.mobile-info ul li a{
  color: #929292;
}
.menu-toggle {
	position: absolute;
	right: 0;
	top: 1px;
	width: 5rem;
	height: 3.9rem;
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	transition: all.4s ease-in-out;
	z-index: 2;
	background-color: #fff;
}
.o.menu-toggle{
  transform: rotate(180deg);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-cart img{
    width: 2rem;
  }
  .header-favorites img{
    width: 2rem;
  }
  .header-user img{
    width: 1.7rem;
  }
  .header-favorites{
    margin-right: 2rem;
  }
  .header-user{
    margin: 0 2rem 0 auto;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .header-logo img{
    width: 22rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .menu-toggle{
    display: none;
  }
  .header-user{
    margin: 0 2rem 0 10rem;
  }
  header nav h3{
    display: none;
  }
  header nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    background-image: none;

  }
 header nav li{
    display: inline-block;
  }
  header nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  header .sub-menu {
    position: absolute;
    left: 0;
    top: 6rem;
    width: 37rem;
    background-color: #faf5f2;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  header .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  header .sub-menu::before {
    content: '';
    width: 1.6rem;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 0,100% 100%,0 100%);
    background: #faf5f2;
    position: absolute;
    top: -1.4rem;
    left: 4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
16. Intro
===================================================================================== */
.intro-slider{
  overflow: hidden;
  position: relative;
}
.intro-slider img{
  display: block;
  width: 100%;
  height: 80rem;
  aspect-ratio: 16/7.7;
  object-fit: cover;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}
.intro-inner{
  max-width:100rem;
  width: 100%;
  
}
.intro-inner h1{
  text-transform: none;
}
.intro-slider .custom-arrows{
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-slider img{
    height: auto;
  }
  .intro-slider .custom-arrows{
    display: flex;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .intro-text .container{
    padding-bottom: 12rem;
  }
}
/* ================================================================================== 
17. Products
===================================================================================== */
.products-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.product-box{
  width: 48.5%;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;

}
.mobile-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.product-image{
  display: block;
  margin-bottom: 2rem; 
  position: relative;
  cursor: pointer;
}
.product-image img{
  display: block;
  width: 100%;
  height: auto;
}
.product-box h3{
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.product-box-price{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1rem;
  
}
.product-box-price .price-old{
  text-decoration: line-through;
}
.product-box-price .price-content{
  color: #000;
}
.product-box-hover{
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all .4s  ease-in-out;


}
.product-box h3{
  font-size: 1.8rem;
}
.product-box-hover img {
	display: block;
	width: 2rem;
	height: 1.7rem;
	object-fit: contain;
}
.product-image:hover .product-box-hover{
  opacity: 1;
  visibility: visible;
}
.product-box-hover a {
	width: 4rem;
	height: 4rem;
	background-color: #faf5f2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-box-hover a:hover{
  opacity: 0.6;
}
.product-box-btns{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.product-box-btns a {
	width: 4rem;
	height: 4rem;
	background-color: #faf5f2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-box-btns a img {
	display: block;
	width: 2rem;
	height: 1.7rem;
	object-fit: contain;
}
.product-box-btns a:hover{
  background-color: #eff4f0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .product-box{
    width: 31.3%;
  }
  .product-box h3{
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .product-box-hover{
    display: flex;
  }
  .product-box-btns{
    display: none;
  }
  .mobile-link {
    display: none;
  }
  
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .product-box{
    width: 22.7%;
  }
  .page-content  .product-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
18. Banner
===================================================================================== */

.banner-image{
  width: 100%;
}
.banner-text{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 2rem;
  margin-bottom: 5rem;

  background-image: url(images/bg1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 27rem;
}
.banner-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .banner-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner-image{
    width: 50%;
  }
  .banner-inner{
    max-width: 50rem;
    width: 100%;
  }
  .banner-text{
    padding: 0;
    padding-right: 10rem;
    margin-top: 5rem;
    margin-bottom: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .banner-text{
    background-size: 43rem;
  }
}
/* ================================================================================== 
19. Products 2
===================================================================================== */
.products2-wrapper{
  margin-top: 10rem;
}
.products2-text{
  width: 100%;
  background-color: #eff4f0;
  position: relative;

  padding: 7rem 2rem;
  text-align: center;
}
.products2-content{
  width: 100%;
  position: relative;
  margin-top: 5rem;
}
.products-slider{
  overflow: hidden;
}
.products2-inner{
  max-width: 100rem;
  width: 100%;
}

.products2-bg {
	position: absolute;
	left: 36rem;
	bottom: 14rem;
	width: 21rem;
	height: 13rem;
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
  display: none;
	background-size: 21rem;
}
.products2-text .title h3{
  color: #89aa90;
}

.products2-content-text {
	width: 100%;
	max-width: 60rem;
	margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.products2-content-text h3{
  font-size: 2.6rem;
}
.products-slider .custom-arrows {
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
  position: static;
  margin: 0 auto;
  padding: 0 2rem;
  justify-content: center;

}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .products-slider .custom-arrows {
    top: 3rem;
    left: 2rem;
    right: auto;
    bottom: auto;
    position: absolute;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
  }
  .products2-content-text {
    text-align: left;
    margin: 0;
    margin-left: auto;
    margin-bottom: 5rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .products2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }
  .products2-text{
    width: 40%;
    padding: 7rem 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .products2-content{
    width: 55%;
  }
  .products2-inner{
    max-width: 40rem
  }
  .products2-content-text{
    max-width: 40rem;
    margin-bottom: 5rem;
    margin-right: 15rem;
  }
  .products-slider .custom-arrows {
    top: 7rem;
    left: 0;
  }
  .products2-bg {
    display: block;
  }
}

@media only screen and (min-width: 100em) {
  /*1600px*/
  .products2-bg {
    left: 20rem;
    bottom: 14rem;
    width: 40rem;
    height: 25rem;
    background-size: 40rem;
  }
  .products2-content{
    margin-top: 15rem;
  }
  .products2-text{
    padding: 10rem;
  }
}
/* ================================================================================== 
20. Banner 2
===================================================================================== */
.banner2 .banner-wrapper{
  flex-direction: row-reverse;
  background-color: #eff4f0;
  align-items: center;

}
.banner2 .banner-image img{
  height: 70rem;
  object-fit: cover;
}
.banner2 .title h3{
  color: #89aa90;
}
.banner2 .banner-inner{
  max-width: 80rem;
}
.banner2 .banner-text{
  padding-left: 4rem;
  padding-right: 0;
  background-image: none;
  position: relative;
  margin-top: 0;
  justify-content: flex-start;
}

.products3-bg {
	position: absolute;
	right: 0;
	bottom: -17rem;
	width: 32rem;
	height: 25rem;
	background-image: url(images/bg3.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 1;
	background-size: 25rem;
  display: none;
}
.banner2 .banner-text{
  padding: 5rem 2rem;
}
.banner2 .banner-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .products3-bg {
    display: block;  
  }
}
 
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .banner2 .banner-inner{
    max-width: 55rem;
  }
  .banner2 .banner-text{
    padding: 0;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .banner2 .banner-text{
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 118.75em) {
  /*1900px*/
  .products3-bg {
    right: 0;
    bottom: -20rem;
    width: 32rem;
    height: 40rem;
    background-size: 40rem;
  }
}
/* ================================================================================== 
21. Icons Section
===================================================================================== */
.icons-section .container{
  max-width: 170rem;
}
.icon-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icon-box{
  width: 100%;
  padding: 0  2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 3rem;
}
.icon{
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf5f2;
  margin-bottom: 2rem;
}
.icon img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.icon-box h3{
  margin-bottom: 1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .icon-box{
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .icon{
    width: 15rem;
    height: 15rem;
  }
  .icon img{
    width: 7rem;
    height: 7rem;
  }
  .icon-box{
    width: 25%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
22. Footer
===================================================================================== */
footer{
  background-color: #faf5f2;
}
.footer-newsletter{
  margin-bottom: 5rem;
}
.footer-newsletter form{
  position: relative;
}
.newsletter-title{
  text-align: center;
  margin-bottom: 0;
}
.newsletter-title h2{
  text-transform: none;
}
.newsletter-form{
  width: 100%;
}
.newsletter-form input.newsletter-btn{
  border: 0;
  padding: 0;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer{
 font-size: 1.6rem;
 font-weight: 400;
}

.footer-logo img{
  display: block;
  width: 13rem;
  height: auto;
  margin: 0 auto;
}
.footer-box{
  margin-bottom: 3rem;
  text-align: center;
}
.footer-logo{
  width: 100%;

  margin-bottom: 5rem;
}
footer h3{
  text-transform: uppercase;
  font-size: 2.1rem;
}
.copyright{
  padding: 2rem 0;
  background-color: #fff;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2rem;
  margin: 2rem auto;
}
.cards img {
	display: block;
	width: 4rem;
	height: 2.3rem;
	object-fit: contain;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/

  .footer-box{
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo{
    margin-bottom: 3rem;
  }
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
  .cards{
    margin: 0 auto;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .newsletter-form{
    width: calc(100% - 50rem);
  }
  .newsletter-title{
    max-width: 40rem;
    text-align: left;

  }
  .footer-newsletter{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer-logo{
    width: auto;
    margin-bottom: 0;
  }
  .footer-logo img{
    margin: 0;
  }
  .footer-logo img{
    width: 17rem;
  }
  .cards img{
    width: 6rem;
    height: 4rem;

  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .newsletter-form{
    width: calc(100% - 70rem);
  }
}
/* ================================================================================== 
23. Products Page
===================================================================================== */
.text-center{
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.title-sm{
  margin-bottom: 3rem;
}
.page-aside{
  width: 100%;
  background-color: #faf5f2;
  padding: 3rem;
}
.page-content{
  width: 100%;
  margin-top: 5rem;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside ul li{
  margin-bottom: 1rem;
}
.page-aside ul li a {
	display: inline-block;
	color: #000;
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page-aside ul.sub-menu{
  padding-left: 2rem;
  padding-top: 1rem;

}
.page-aside ul.sub-menu li a{
  text-transform: none;
}
.page-aside li a:hover, .page-aside li.current_page_item a{
  color: #c4ad8d;
}
.page-aside h3 {
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1rem;
	cursor: pointer;
	font-size: 2rem;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}
.aside-content{
  padding-top: 1rem;
  display: none;
}
.page-top{
 
  margin-bottom: 5rem;
  font-size: 1.6rem;
  color: #000;
}
.page-top p{
  margin-bottom: 0;
}
.top-filter{
  margin-top: 2rem;
}

.top-filter select {
	width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .top-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-filter select {
    margin-left: 2rem;
    margin-top: 0;
    width: 30rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page-top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .top-filter{
    margin-top: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-aside{
    position: sticky;
    top: 10rem;
    width: 31rem;

  }
  .page-content{
    width: calc(100% - 36rem);
    margin-top: 0;
  }
  .aside-content{
    display: block;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-aside{
    width: 40rem;
  }
  .page-content{
    width: calc(100% - 45rem);
  }
}
/* ================================================================================== 
24. Product Page
===================================================================================== */

/*---------*/
.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images{
  width: 100%;
  overflow: hidden;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
}
.single-text .product-price{
  margin-bottom: 3rem;
}
.single-text .btn{
  margin-top: 3rem;
}
.thumbs-gallery img{
  display: block;
  height: auto;
  width: 100%;
}
.single-gallery .sticker-wrapper {
	right: 0;
	top: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
	
}
.single-gallery .swiper-slide{
  background: #fff;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery{
  position: relative;
}
.single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 4/4;
}
.single-price{
  font-size: 2.6rem;
  margin: 3rem 0;
}
.single-selection{
  padding-top: 3rem;
  border-top:1px solid #e7e7e7;
}
.single-link{
  padding: 2.5rem;
  background-color: #eef2ee;
  margin-top: 2.5rem;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.single-text .title h1{
  padding-left: 0;
  margin-bottom: 0;
}
.single-text .title{
  margin-bottom: 2rem;
}
.single-text .breadcrumbs ul{
  justify-content: flex-start;
}
.single-text .price-wrap{
  font-size: 2.3rem;
  border-right: 0;
}
.single-gallery  .swiper-button-next{
  right: 1rem;
}
.single-gallery  .swiper-button-prev{
  left: 1rem;
}

.thumbs-gallery{
  margin-top: 2rem;
}
.thumbs-gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 3/3;
	border: 1px solid #faf5f2;
	object-position: center;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #89aa90;
}
.single-category {
	opacity: 0.57;
	margin-bottom: 2rem;
}
.single-text .btn{
  margin-top: 0;
}
.single-quantity {
	position: relative;
	padding-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.single-btns {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
	gap: 2.2rem;
	align-items: flex-start;
}
.single-quantity input {
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid #c9c9c9;
	padding: 0;
	text-align: center;
  border-radius: 0;
}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #eff4f0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.desc2{
  margin-top: 3rem;
}
.price-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
}
.price-old{
  color: #ccc;
  text-decoration: line-through;
}
.single-description{
  margin-top: 3rem;
}
.single-options span{
  color: #000;
}
.single-options  select{
  width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.single-text .social{
  margin-top: 3rem;
}
.bg-flower{
  background-image: url(images/bg-pages.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 27rem;
}
.similar-products .custom-arrows{
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.favorites-btn {
	width: 5rem;
	height: 5rem;
	background-color: #eff4f0;
	display: flex;
	align-items: center;
	justify-content: center;
  margin-right: 1rem;
}
.favorites-btn img {
	display: block;
	width: 2rem;
	height: 1.7rem;
	object-fit: contain;
}
.favorites-btn:hover{
  background-color: #faf5f2;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns{
    flex-direction: row;
    align-items: center;
    gap:1rem
  }
  .single-options  select{
    width: 30rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-wrapper{
    flex-direction: row;
  }
  .single-images{
    width: 41%;

  }
  .single-text{
    width: 59%;
    padding-left: 5rem;
    margin-top: 0;
  }
  .single-link{
    padding: 5rem;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/

  .bg-flower{
    background-size: 43rem;
  }
}
/*---------*/
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #e7e7e7;
}
.tabs a {
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding: 2rem;
  width: 100%;
}
.tabs a:hover,
.tabs a.active-tab {
  border-color: #3e9bb1;
  color: #3e9bb1;
}
.tabs-container {
	width: 100%;
	display: none;
	padding: 2rem 0;
}
.tabs-container.active-tab {
  display: block;
}
.single-bottom{
  margin-top: 5rem;
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 3.1rem;

}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .tabs a {
    width: auto;
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-bottom{
    padding: 3rem  5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tabs-container {
    padding: 2rem 0;
  }
}
/*----------*/
.share{
  background-color: #f7f7f7;
  margin-top: 5rem;
  padding: 2rem;
}

.share-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  gap:1rem
}
.share a{
  display: inline-block;
}
.share a  img{
  display: block;
  width: 4rem;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .share h3{
    margin-bottom: 0;
  }
  .share{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
  }
}
/*-------*/

.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;

}

.accordion {
	padding: 1rem 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	counter-increment: accordion-counter;
	border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  color: #000;
}

.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;

}

.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.single-gallery .swiper-button-next {
	right: 1rem;
}
.single-gallery .swiper-button-prev {
	left: 1rem;
}
.single-gallery  .swiper-button-next, .single-gallery .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
  filter: brightness(0) invert(100);
}
/*-----*/
.docs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3rem;
}
.docs a {
	display: inline-block;
	font-weight: 600;
	background-image: url(images/downloads.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: left center;
	padding-left: 4.2rem;
}
/*-----------*/
.fancybox__backdrop{
  background-color: #fff;
}
.fancybox__toolbar{
  background: #fff;
}

.fancybox__slide{
  padding: 0;
  justify-content: center;
}

.fancybox__carousel{
  z-index: 30;
}
.carousel__button svg {
  fill: #000; 
  stroke: #000; 
  filter: none; 
}
.fancybox__nav .carousel__button svg{
  display: none;
}
.fancybox__nav .carousel__button.is-next{
  background-image: url(images/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.fancybox__nav .carousel__button.is-prev{
  background-image: url(images/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
/*-------------*/
/* ================================================================================== 
25. Contact Page
===================================================================================== */
.contact-form{
  max-width: 70rem;
  width: 100%;
  padding: 5rem 2rem;
  background-color: #eff4f0;
  margin: 0 auto;
  position: relative;
  margin-top: 8rem;
}

.contact-form::before {
	content: '';
	width: 10rem;
	height: 10rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5rem;
	background-image: url(images/mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3rem;
	z-index: 1;
	background-color: #eff4f0;
	border-radius: 50%;
}
.contact-form .btn{
  border-bottom: 0;
  width: auto;
  transition: all .4s ease-in-out;
}


.contact-form fieldset p br{
  display: none;
}

  @media only screen and (min-width: 64.0625em) {
    /*1025px*/
    .contact-form{
      padding: 5rem;
    }
  }
/* ================================================================================== 
26. About Page
===================================================================================== */

.about-text{
  width: 100%;
  position: relative;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-text1{
  padding: 5rem 2rem;
  background-color: #eff4f0;
}
.about-text .products2-bg {
	right: -10rem;
	left: auto;
	bottom: 18rem;
	width: 33rem;
	height: 21rem;
	background-size: 31rem;
	display: none;
}
.about-text2{
  padding: 5rem 2rem;
}
.about-text h3{
  color: #89aa90;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-text{
    width: 50%;
  }
  .about-image{
    width: 50%;
  }
  .about-image img{
    height: 100%;
  }
  .about-text1{
    padding: 5rem;
    padding-bottom: 10rem;
  }
  .about-text2{
    padding: 5rem;
    padding-top: 10rem;
  }
  .about-text .products2-bg {
    display: block;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-text1{
    padding: 10rem;
    padding-bottom: 15rem;
  }
  .about-text2{
    padding: 10rem;
    padding-top: 15rem;
  }
  .about-text .products2-bg{
    right: -10rem;
    bottom: 21rem;
    width: 40rem;
    height: 25rem;
      background-size: 40rem;
  
  }

}

.hidden-add-to-cart {
    display: none;
}


/* .yith-wcwl-add-to-wishlist-button svg,
.yith-wcwl-add-to-wishlist-button span {
  display: none;
} */

.yith-wcwl-add-button a,
.yith-wcwl-add-button .yith-wcwl-icon,
.yith-wcwl-add-button span {
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}


.pulse {
    animation: pulse 0.3s ease;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.25); }
    100% { transform: scale(1); }
}

.btn-cart.disabled {
    opacity: 0.5;
    pointer-events: none;
}
