/*!
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 CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14.Woocommerce
15. Header
16. Intro
17. About
18. Products
19. Beer Section
20. Coffee Section
21. Banner
22. Footer
23. Contact Page
24. About Page
25. Products Page
26. Product Single Page

=============================================================*/
/* ================================================================================== 
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: 700; }
.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: "Nunito", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#5d5d5d;
  -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: #ed7757;  color: #fff; }  
::selection { background-color: #ed7757; color: #fff }
/* ================================================================================== 
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;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4; font-family: 'DM Serif Text',serif;color: #000;}
.title h1, .title h2{ font-size: 3.8rem;line-height: 1.1; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:5rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 5rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 6rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 7.5rem; }
}


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

.btn {
	display: inline-block;
	padding: 1.2rem 2.6rem;
	font-weight: 600;
  border-radius: 1rem;
  font-size: 2rem;

}
.btn-primary{
  background-color: #ed7757;
  color: #fff;
  padding-right: 9rem;
  position: relative;
  overflow: hidden;
}
.btn-primary::before{
  content: '';
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
}

.btn-primary::after{
  content: '';
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
  transform: translateY(-100%);

}
.btn-primary:hover::after{
  transform: translateY(0);
}
.btn-primary:hover::before{
  transform: translateY(100%);
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button, .wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button, .wc-block-components-button.wp-element-button{
  display: inline-block;
	padding: 1.2rem 2.6rem;
	font-weight: 600;
  border-radius: 1rem;
  font-size: 2rem; 
  background-color: #ed7757;
  color: #fff;
  padding-right: 9rem;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button::before, .wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button::before,.wc-block-components-button.wp-element-button::before{
  content: '';
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button::after, .wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button::after,.wc-block-components-button.wp-element-button::after{
  content: '';
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
  transform: translateY(-100%);
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover::after, .wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button:hover::after, .wc-block-components-button.wp-element-button:hover::after{
  transform: translateY(0);
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover::before, .wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button:hover::before,.wc-block-components-button.wp-element-button:hover::before{
  transform: translateY(100%);
}
.wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button, .wc-block-components-button.wp-element-button{
  background-color: #2d2e30;
  font-size: 1.6rem;
}
.wc-block-components-button.wp-element-button{
  width: 20rem !important;
}
.btn-secondary{
  background-color: #b98d58;
  color: #fff;
  padding-right: 9rem;
  position: relative;
  overflow: hidden;
}
.btn-secondary::before{
  content: '';
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
}
.btn-secondary::after{
  content: '';
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
  transform: translateY(-100%);

}
.btn-secondary:hover::after{
  transform: translateY(0);
}
.btn-secondary:hover::before{
  transform: translateY(100%);
}





.btn-coffee{
  background-color: #b98d58;
  color: #fff;
overflow: hidden;
  padding-right: 16rem;
  position: relative;
}
.btn-coffee::before{
  content: '';
  background-image: url(images/beans-white.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
}
.btn-coffee::after{
  content: '';
  background-image: url(images/beans-white.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
  transform: translateY(-100%);

}
.btn-coffee:hover::after{
  transform: translateY(0);
}
.btn-coffee:hover::before{
  transform: translateY(100%);
}

.btn-beer{
  background-color: #ed7757;
  color: #fff;
overflow: hidden;
  padding-right: 16rem;
  position: relative;
}
.btn-beer::before{
  content: '';
  background-image: url(images/beer-white.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
}
.btn-beer::after{
  content: '';
  background-image: url(images/beer-white.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
  transform: translateY(-100%);

}
.btn-beer:hover::after{
  transform: translateY(0);
}
.btn-beer:hover::before{
  transform: translateY(100%);
}


.btn-secondary{
  background-color: #43515a;
  color: #fff;
}
.btn-cart{
  background-color: #2d2e30;
  color: #fff;
overflow: hidden;
  padding-right: 10rem;
  position: relative;
}
.btn-cart::before{
  content: '';
  background-image: url(images/cart.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
}
.btn-cart::after{
  content: '';
  background-image: url(images/cart.svg);
  background-repeat: no-repeat;
  background-position: right 2.6rem center;
  background-size: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 100%;
  transition: transform .2s ease-in;
  transform: translateY(-100%);

}
.btn-cart:hover::after{
  transform: translateY(0);
}
.btn-cart:hover::before{
  transform: translateY(100%);
}
button.woocommerce-Button.button, button.woocommerce-button.button,  a.button.wc-backward,   .woocommerce a.button.alt{
	display: inline-block;
	padding: 1.2rem 4.6rem;
	font-weight: 600;
	border-radius: 1rem;
	border: 1px solid transparent;
  transition: all .4s ease-in-out;
  background-color: #ed7757;
  color: #fff;
  border-color: #ed7757;
  font-size: inherit;
}
button.woocommerce-Button.button:hover, button.woocommerce-button.button:hover,  a.button.wc-backward:hover,  .woocommerce a.button.alt:hover{
  background-color: transparent;
  color: #ed7757;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  font-size: inherit !important;
  width: auto !important;
}
.actions button.button{
  display: inline-block;
	padding: 1.2rem 4.6rem;
	font-weight: 600;
	border-radius: 1rem;
	border: 1px solid transparent;
  transition: all .4s ease-in-out;
  background-color: #e9e6ed;
  color: #515151;
  border-color: #e9e6ed;
  font-size: inherit;
}
.actions button.button:hover{
background-color: #c6c6c6;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #43515a;
  padding: 0.8rem 1rem;
  outline: none;
  background-color: #ffffff;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #ed7757;

}
label {
  display: block;
  margin-bottom: 0.5rem;
}
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{
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
  color: #b98d58;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.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
===================================================================================== */
.slick-dots{
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.slick-dots li button{
  font-size: 0;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #f9f3eb;
  border-radius: 50%;
  position: relative;
}
.slick-dots li button::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #b44f1b;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.slick-dots li.slick-active button::after{
  opacity: 1;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  font-size: 0;
  width: 4rem;
  height: 5.5rem;
  z-index: 1;
  cursor: pointer;
}

.slick-prev{
  left: 0;
  background-image: url(images/prev.svg);
}
.slick-next{
  right: 0;
  background-image: url(images/next.svg);
}
/* -----swiper--- */
.slider-arrows{
  display: flex;
  flex-direction: column;
  gap:3rem;
  position: absolute;
  left: 30rem;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next, .swiper-button-prev{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem;
  cursor: pointer;
}
.swiper-button-next{
  background-image: url(images/next.svg);
}
.swiper-button-prev{
  background-image: url(images/prev.svg);
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .swiper-button-next, .swiper-button-prev{
    width: 9rem;
    height: 9rem;
    background-size: 1.7rem;
  }
}
/* ================================================================================== 
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;
}

/*-----cart page---*/
.woocommerce-cart .container, .woocommerce-checkout .container{
  max-width: 144rem;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
  height: 8rem;
  width: 100%;
  object-fit: contain;
}
.wc-block-components-product-name {
	font-size: 2.2rem;
  color: #000;
  font-weight: 600;
}
.price.wc-block-components-product-price{
  color: #000;
}
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link{
  padding-left: 2rem !important;
  background-image: url(images/delete.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 1rem !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
  padding: 5rem;
  background-color: #f7f7f7;
}
.wc-block-components-sidebar-layout {
	align-items: flex-start;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0  !important;
	padding-right: 0 !important;
  color: #000;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 2.3rem !important;
	text-transform: none !important;
	color: #000 !important;
	padding-bottom: 3rem !important;
}


@media only screen and (max-width: 75em) {
  /*1200px*/
  .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
    padding: 2.5rem !important;
  }
}
@media only screen and (max-width: 750px) {
  .wc-block-components-totals-wrapper {
    border-top: 0 !important;
  
  }
}
/*-------*/

.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	width: 100% !important;
	margin-bottom: 3rem !important;
	border-radius: 3rem;
	background-color: #f7f7f7;
	padding: 3rem 1.2rem !important;
	box-sizing: border-box !important;
}
.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
	height: 30rem  !important;
	object-fit: contain !important;
}
.wp-block-heading.has-large-font-size{
  margin-bottom: 3rem;
}
.wc-block-cart .wc-block-cart__submit-container--sticky::before{
  content: none !important;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .wp-block-woocommerce-cart-cross-sells-block >  div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    width: 48.5% !important;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    padding: 5rem 3rem !important
  }
}
/*-------------*/
.wc-block-components-totals-wrapper {
	padding: 3rem  !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
	max-width: 100%;
	width: 6rem !important;
	height: 6rem !important;
	object-fit: contain!important;
}
.wp-block-woocommerce-checkout-shipping-method-block, .wp-block-woocommerce-checkout-pickup-options-block{
  display: none  !important;
}
.wc-block-components-title.wc-block-components-title{
  font-family: "Nunito", sans-serif !important;
}
/* ================================================================================== 
15. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  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: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	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: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 1.5rem 0;
  color: #fff;
  transition: all .4s ease-in;
}
header.scrolled{
  background-color: rgba(0,0,0,.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
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: 12rem;
}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #2d2e30;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 600;
}

header nav li a:hover, nav li.current_page_item a{
  color: #ed7757;
}
header nav h3{
  color: #fff;
}


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

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

header .sub-menu li{
  display: block;
}
header .sub-menu li a{
  display: block;
  padding: 1rem;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 40rem;
  }
  .header-logo img{
    width: 16.8rem;
  }

}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    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;

  }
  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: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  header .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/*--------*/
.header-cart{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  color: #b98d58;
  margin-left: 3rem;
}
.header-cart img{
  display: block;
  width: 3.7rem;
  height: auto;
  margin-right: 0.5rem;
}
.header-user img{
  display: block;
  width: 2.3rem;
  height: auto;
}
.header-user{
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .header-user{
    margin-left: 3rem;
  }
}
/* ================================================================================== 
16. Intro
===================================================================================== */
.intro-slider{
  overflow: hidden;
  position: relative;
}
.intro-slide{
  box-sizing: border-box;
  position: relative;
  transition: all .4s ease-in-out;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);

}
.intro-slide img{
  display: block;
  width: 100%;
  height: 90rem;
  object-fit: cover;

}
.intro-slide .title h1{
  color: #fff;
}
.intro-slide .title h1 span:first-of-type{
  color: #b98d58;
}
.intro-slide .title h1 span:last-of-type{
  color: #ed7757;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 80rem;
  width: 100%;
  position: relative;
  text-align: center;
}
.intro-btns{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:2rem
}
.intro-inner h3{
  -webkit-text-stroke: 1px rgba(255,255,255,.2);
  text-transform: uppercase;
  font-size: 20rem;
  font-weight: 900;
  color: transparent;
  font-family: "Nunito", sans-serif;
  position: absolute;
  left: 0;
  top: -10rem;
  display: none;
}
.intro-inner h4{
  -webkit-text-stroke: 1px rgba(255,255,255,.2);
  font-size: 11rem;
  font-weight: 900;
  color: transparent;
  font-family: "Nunito", sans-serif;
  position: absolute;
  left: 0;
  top: 6rem;
  transform: rotate(-90deg);
  transform-origin: bottom  left;
  display: none;
}
.intro-slider .swiper-button-prev{
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(100);
  z-index: 2;
}
.intro-slider .swiper-button-next{
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(100);
  z-index: 2;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .intro-btns{
    flex-direction: row;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-inner h3{
    display: block;
  }
  .intro-inner h4{
    display: block;
  }
  .intro-inner{
    text-align: left;
    padding-left: 10rem;
  }
  .intro-btns{
    justify-content: left;
  }
  .intro-slider .swiper-button-prev{
    right: 15rem;
    left: auto;
    bottom: 10rem;
    top: auto;
    transform: none;
  }
  .intro-slider .swiper-button-next{
    right: 3rem;
    bottom: 10rem;
    top: auto;
    transform: none;
  }
  .intro-slide img{
    height: 90rem;
  }

}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .intro-inner{
    max-width: 120rem;
  }
}
/* ================================================================================== 
17. About
===================================================================================== */
.about{
  position: relative;
}

.about-images{
  width: 100%;
}
.about-text{
  width: 100%;
  padding: 0 2rem 5rem 2rem;
}

.move1{
  -webkit-text-stroke: 1px #b98d58;
  font-size: 20rem;
  font-weight: 400;
  color: transparent;
  font-family: 'DM Serif Text',serif;
  position: absolute;
  left: 30%;
  top: 0;
  color: transparent;
  opacity: 0.4;
  display: none;
}
.move2{
  -webkit-text-stroke: 0.5px #b98d58;
  font-size: 20rem;
  font-weight: 400;
  color: transparent;
  font-family: 'DM Serif Text',serif;
  position: absolute;
  right: 5rem;
  top: -10rem;
  color: transparent;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  opacity: 0.7;
  display: none;
 
}
.about-text .title strong{
  font-weight: 400;
  color: #ed7757;
}
.about-text .btn{
  margin-top: 3rem;
}
.about-images{
  position: relative;
}
.about-images img{
  width: 100%;
  height: auto;
  display: block;
}
.about-images img:last-child{
  position: relative;
  width: 50%;
  margin-left: auto;
  right: -10rem;
  top: -5rem;
  display: none;
}
.about-bg{
  width: 65%;
  height: 34rem;
  background-image: url(images/bg.jpg);
  margin-top: -30rem;
  display: none;

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-bg{
    display: block;
  }
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .about-text{
    width: 60%;
    padding: 0 10rem 0 20rem;
  }
  .about-images{
    width: 40%;
  }
  .move1{
    display: block;
  }
  .about-images img:last-child{
    display: none;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .move2{
    display: block;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .move1{
    font-size: 25rem;
  }
  .move2{
    font-size: 25rem;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .about-text{
    padding: 0 20rem 0 20rem;
  }
  .about-text  .title{
    position: relative;
    transform: translateX(-10rem);
  }

}
/* ================================================================================== 
18. Products
===================================================================================== */

.product-box{
  width: 100%;
  border-radius: 3rem;
  background-color: #f7f7f7;
  padding: 3rem 1.2rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-box .btn{
  margin-top: auto;
}
.product-image{
  display: block;
  margin-bottom: 3rem;

}
.product-image img {
	display: block;
	width: 100%;
	object-fit: contain;
	height: 29rem;
}
.product-box h3{
  font-size: 2.4rem;
  font-family: 'Nunito', sans-serif;
}
.product-box p{
  margin-bottom: 3rem;
}
.product-box-price{
  font-size: 2.1rem;
  margin-bottom: 3rem;
  font-weight: 600;
  color: #000;
}
.product-box.product-accessories .product-image img{
  margin-top: 0;
  height: 12rem;
}
.product-box.product-accessories .btn{
  background-color: #2d2e30;
}
.product-box.product-beer .btn{
  background-color: #ed7757;
}
.product-box.product-coffee .btn{
  background-color: #b98d58;
}
.product-box.product-coffee .product-box-price{
  color: #b98d58;
}
.product-box.product-beer .product-box-price{
  color: #ed7757;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .product-image img {
    margin-top: -12rem;
  }
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    margin-top: 15rem;
  }
  .main-content   .products-wrapper{
    margin-top: 7rem;
  }
  .product-box{
    width: 48.5%;
    margin-bottom: 13rem;
  }
  .product-box.product-accessories .product-image img{
    margin-top: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .product-box{
    padding: 5rem 3rem;
  }
  .product-box.product-accessories .product-image img{
    height: 15rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .product-box h3{
    font-size: 3rem;
  }
  .product-box-price{
    font-size: 2.8rem;
  }
  .product-box{
    width: 31.3%;
  }
  .main-content .product-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .main-content .product-box{
    width: 31.3%;
  }
}
/*----------*/
.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{
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    align-items: center;
  }
}
/*----------*/
.faq{
  margin-top: 5rem;
}
.faq h3{
  font-size: 3rem;
}
.accordion-wrapper {
  counter-reset: accordion-counter;
}

.accordion {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  -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%;
}

.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: #45484f;
  -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;
}

.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);
}



.accordion--active .accordion__head_btn:before, .accordion--active .accordion__head_btn:after{
  background-color: #fff;
}
/* ================================================================================== 
19. Beer Section
===================================================================================== */
.beer-section{
  position: relative;
  background-color: #ed7757;
  padding-top: 7rem;
  background-image: url(images/beers.svg);
  background-position: left 5rem top 20rem;
  background-size: 24rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.beer-section::after{
  content: '';
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  width: 24rem;
  height: 27rem;
  background-image: url(images/grain.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -5rem;
}

.beer-text{
  width: 100%;
  padding: 0 2rem;
}
.beer-slider{
  width: 100%;
  overflow: hidden;
  padding: 0 2rem;
}
.beer-slider .swiper-slide{
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
  position: relative;
  box-sizing: border-box;
}
.beer-slider .swiper-slide::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 80%;
  width: 100%;
  border-radius: 3rem;
  z-index: -1;
} 
.beer-inner{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
.beer-inner h2  strong{
  color: #fff;
}
.beer-slider .swiper-slide .product-image img {
	margin-top: 0;
}
.beer-arrows{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:2rem;
  margin-top: 5rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .beer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .beer-inner{
    max-width: 50rem;
    margin: 0;
    text-align: left;
  }
  .beer-text{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-left: 15rem;
  }
  .beer-slider{
    width: 50%;
    margin-left: auto;
    padding: 0;
  }
  .beer-arrows{
    justify-content: flex-start;
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .beer-text{
    width: 50%;
    padding-left: 20rem;
  }
  .beer-slider{
    width: 45%;
  }
}
/* ================================================================================== 
20. Coffee Section
===================================================================================== */
.coffee-section{
  position: relative;
  padding-top: 7rem;
  background-image: url(images/beans-bg.png);
  background-repeat: no-repeat;
  background-position: right 15rem top;
  background-size: 21rem;
}


.coffee-text{
  width: 100%;
  padding: 0 2rem;
  
}
.coffee-slider{
  width: 100%;
  padding: 0 2rem;
  overflow: hidden;
}
.coffee-slider .swiper-slide{
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
  position: relative;
  box-sizing: border-box;
}
.coffee-slider .swiper-slide::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f7f7f7;
  height: 80%;
  width: 100%;
  border-radius: 3rem;
  z-index: -1;
} 
.coffee-inner{
  max-width: 80rem;
  width: 100%;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
.coffee-inner h2  strong{
  color: #b98d58;
}
.coffee-slider .swiper-slide .product-image img {
	margin-top: 0;
}
.coffee-arrows{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:2rem;
  margin-top: 5rem;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .coffee-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
  }
  .coffee-text{
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0;
    padding-right: 15rem;
  }

  .coffee-slider{
    width: 50%;
    padding: 0;
    margin-right: auto;
  }
  .coffee-inner{
    margin: 0;
    text-align: left;
    max-width: 50rem;
  }
  .coffee-arrows{
    justify-content: flex-start;
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .coffee-text{
    width: 50%;
    padding-right: 20rem;
  }
  .coffee-slider{
    width: 45%;
  }
}
/* ================================================================================== 
21. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
  color: #fff;
  position: relative;
}
.banner::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);

}
.text-center{
  max-width: 58rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner .title h2{
  color: #fff;
}
.banner .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
22. Footer
===================================================================================== */
footer{
  color: #000;
  text-align: center;
}

footer h3{
  font-size: 2.4rem;
}
.footer-box:not(:last-child){
  margin-bottom: 3rem;
}
.footer-logo {
  width: 100%;
  margin-bottom: 3rem;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logo img {
	display: block;
	width: 20rem;
  margin: 0 auto;
}
.copyright{
  font-size: 1.4rem;
  color: #000;
  padding: 1.5rem 0;
  background-color: #f1e6d3;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  footer{
    text-align: left;
  }
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-logo img {
    margin: 0;
  }
  .footer-box:not(:last-child){
    margin-bottom: 0;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo {
    width: auto;
  }
  .footer-logo img {
    transform: rotate(-90deg);
    transform-origin: 57% 105%;
  }
  footer h3{
    font-size: 3rem;
  }
}
/* ================================================================================== 
23. Footer
===================================================================================== */
.top-image{
  position: relative;
}
.top-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}
.top-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-inner{
  max-width: 120rem;
  color: #fff;
}
.top-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.top-image img{
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
}
.top-inner h1{
  color: #fff;
}
.contact-wrapper{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.contact-wrapper a{
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  background-color: #f7f7f7;
  border-radius: 3rem;
  padding: 5rem;
  text-align: center;
  color: #000;
  font-size: 2rem;
  border:1px solid #f7f7f7;

}
.contact-wrapper a:hover{
  border-color: #ed7757;
}
.contact-wrapper a img {
	display: block;
	width: 5rem;
	height: 4rem;
	object-fit: contain;
	margin: 0 auto;
  margin-bottom: 3rem;
}
.contact-wrapper a:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .contact-wrapper a{
    width: 48.5%;
    margin-bottom: 0;
  }
  .contact-wrapper a img {
    width: 6rem;
    height: 5rem
  }

}
/* ================================================================================== 
24. About Page
===================================================================================== */
.about-page-wrapper{
  margin: 5rem 0;
}
.about-page-image{
  width: 100%;
  position: relative;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-page-image img:last-child{
  width: 25rem;
  position: absolute;
  right: -10rem;
  bottom: 5rem;
  display: none;
}
.about-page-text{
  width: 100%;
  margin-top: 5rem;
}
.text-center-lg{
  max-width: 120rem;
  text-align: left;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-image{
    width: 45%;
  }
  .about-page-text{
    width: 40%;
    margin-top: 0;
  }
  .text-center-lg{
    text-align: center;
  }
  .about-page-image img:last-child{
    display: block;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-wrapper{
    margin: 10rem 0;
  }
}
/* ================================================================================== 
25. Products Page
===================================================================================== */

.main-aside{
  width: 100%;
  border:1px solid #ccc;
  border-radius: 3rem;
  padding: 3rem;
}
.main-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.main-aside h3{
  font-size: 2.4rem;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
  margin-bottom: 0;
  cursor: pointer;
}
.main-aside ul li a{
  display: block;
  margin-bottom: 1rem;
}
.main-aside ul li a:hover, .main-aside ul li.current_page_item > a{
  color: #b98d58;
}
.main-content{
  width: 100%;
  margin-top: 5rem;
}
.nav-aside1{
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}


.nav-aside2 ul > li > a{
  background-repeat: no-repeat;
  background-position: left center;
  background-repeat: 2rem;
  padding-left: 5rem;
}

.nav-aside2 ul:not(.sub-menu) > li:first-child > a{
  background-image: url(images/coffee.svg);
}
.nav-aside2 ul:not(.sub-menu) > li:nth-child(2) > a{
  background-image: url(images/beer.svg);
}
.nav-aside2 ul:not(.sub-menu) > li:nth-child(3) > a{
  background-image: url(images/accessories.svg);
}
.nav-aside2 ul:not(.sub-menu) > li:nth-child(2) > a:hover{
  color: #ed7757;
}
.nav-aside2 ul:not(.sub-menu) > li:nth-child(3) > a:hover{
  color: #2d2e30;
}
.aside-nav{
  display: none;
  margin-top: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .main-content{
    margin-top: 15rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .main-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .main-aside{
    width: 25rem;
    position: sticky;
    top: 15rem;
    left: 0;
  }
  .main-content{
    margin-top: 0;
    width: calc(100% - 30rem);
  }
  .aside-nav{
    display: block;
  }
  .main-aside h3{
    font-size: 3rem;
  }
}
/*---------*/

.category-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  gap:1rem;
  padding-bottom: 2rem;
}
.category-nav ul li{
  display: inline-block;
}
.category-nav ul li a{
  display: inline-block;
  border-radius: 1rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  border:1px solid #5d5d5d;
  color: #5d5d5d;
}
.category-nav ul li a:hover, .category-nav ul li.current_page_item a{
  background-color: #b98d58;
  color: #fff;
  border-color: #b98d58;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .category-nav ul{
    justify-content: center;
  }
}
/* ================================================================================== 
26. Product Single Page
===================================================================================== */

.single-images{
  width: 100%;
  margin-bottom: 5rem;
  overflow: hidden;
}
.single-text {
	width: 100%;
	background-color: #f7f7f7;
	padding: 5rem 2.5rem;
	border-radius: 3rem;
}
.single-price{
  color: #000;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.single-text .btn{
  margin-top: 3rem;
}
.single-slider img{
  display: block;
  width: 100%;
  height: 34rem;
  object-fit: contain;
}
.thumbs-slider img{
  display: block;
  width: 100%;
  height: 10rem;
  object-fit: contain;
  border:1px solid #e7e7e7;
  padding: 1rem;

}
.single-slider{
  margin-bottom: 2rem;
  position: relative;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-slider .swiper-slide{
  cursor: pointer;
}
.fancybox__thumbs{
  display: none;
}
.fancybox__backdrop{
  background-color: #fff;
}
.fancybox__toolbar{
  background: #fff;
}
.fancybox__slide::before, .fancybox__slide::after {
	content: none;
}
.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;
}
.single-slider .swiper-button-next {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.single-slider .swiper-button-prev {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.single-slider .swiper-button-prev,.single-slider .swiper-button-next {
  width: 6rem;
  height: 6rem;
  background-size: 1.2rem;
}
.product-info{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:2%;

}
.product-info-box {
	width: 49%;
	text-align: center;
	border-radius: 3rem;
  margin-bottom: 1rem;
	padding: 3rem 1rem;
	background-color: #f7f7f7;
}
.product-info-box p{
  margin-bottom: 0;
}
.product-info-box img {
	display: block;
	width: 5rem;
	height: 4rem;
	object-fit: contain;
	margin: 0 auto;
	margin-bottom: 1.3rem;
}
.product-info-box h3{
  font-size: 1.8rem;
}

.product-single-text{
  width: 100%;
  padding: 5rem 0;
}
.product-single-image{
  width: 100%;
}
.product-single-image img{
  display: block;
  width: 100%;
  height: auto;
}
.similar-slider{
  overflow: hidden;
  padding-top: 0;
}
.similar-slider .swiper-slide{
  margin-bottom: 0;
}
.similar-slider .swiper-button-next {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.similar-slider .swiper-button-prev {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .product-info{
    gap:1%;
  }
  .product-info-box {
    width: 32.6%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .similar-slider{
   padding-top: 15rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .single-images{
    width: 35%;
    margin-bottom: 0;
  }
  .single-text {
    width: 60%;
    padding: 5rem;
  }
  .product-info-box {
    width: 19.2%;
  }
  .product-single-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .product-single-text{
    width: 50%;
    padding: 5rem;
  }
  .product-single-image{
    width: 50%;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .product-info-box {
    width: 13.4%;
  }
  .product-single-text{
    padding: 5rem 10rem;
  }

}