

/*===================== 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. Header
13. Intro
14. Home Icons
15. Steps
16. Home Gallery
17. Reviews
18. Offer
19. Banner
20. Footer
21. Offer Single Page
22. Pagination
23. Popup Form
24. Banner
25. Banner Product
26. WoooCommerce
=============================================================*/
/* ================================================================================== 
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;
  scroll-behavior: smooth;

}
@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;
  background-color: #131313;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  
}
main{
  position: relative;
}
section{
  background-color: #131313;
  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: #ffff00;  color: #131313; }  
::selection { background-color: #ffff00; color: #131313 }
/* ================================================================================== 
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: 500;line-height:1.4;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:6rem; }
.title-center{text-align: center;}
@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: 4.8rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5rem; }
}

@media only screen and (min-width: 85.4375em) {
  .title h1, .title h2{ font-size: 5.5rem; }}
  /*1367px*/
/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;

  padding: 1.3rem 3.6rem;
	font-weight: 500;
	border-radius: 10rem;
	transition: all .4s ease-in-out;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro .btn{
	font-size: 2rem;
  padding: 2rem 4.6rem;
}
.intro-btns{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:2rem;
}
.btn-primary{
  background-color: #ffff00;
  color: #050517;
  border:1px solid #ffff00
}
.btn-black{
  background-color: #000;
  color: #ffff00;
  border:1px solid #000
}
.btn-black:hover{
  background-color: #ffff00;
  color: #000;
  border-color: #ffff00;
}
.btn-secondary {
	background-color: transparent;
	border: 1px solid #ffff00;
	color: #ffff00;
	padding-left: 5.9rem;
	background-image: url(images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	background-size: 1.9rem;
}
.btn-primary:hover,  .btn-secondary:hover{
  background-color: #050517;
  color: #ffff00;
  border-color: #000;
}
.btn-secondary:hover{
  background-color: #ffff00;
  color: #050517;
	background-image: url(images/arrow-right2.svg);
}
.btn-tertiary{
  background-color: transparent;
  color: #fff;
  border:1px solid #fff;
}
.btn-tertiary:hover{
  background-color: #ffff00;
  color: #050517;
  border-color: #ffff00;
}
.btn2{
  background-color: transparent;
  color: rgba(0,0,0,.8);
  border:1px solid rgba(0,0,0,.8);
}
.btn2:hover{
background-color: rgba(0,0,0,.8);
color: #fff;
}
.btn3:hover{
  opacity: 0.7;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #43515a;
	padding: 1.1rem 1.5rem;
	outline: none;
	background-color: rgba(255,255,255,.2);
	border-radius: 1rem;
	font-size: 1.6rem;
	border-color: transparent;
}
textarea{
  resize: vertical;
  height: 13rem;
}
input.wpcf7-validates-as-required.wpcf7-not-valid, select.wpcf7-validates-as-required.wpcf7-not-valid, textarea.wpcf7-validates-as-required.wpcf7-not-valid {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.wpcf7-form.invalid .wpcf7-list-item{
  color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
  border-radius: 1rem;
  padding: 1.1rem 1.5rem;
}
.wpcf7-list-item label{
  margin-bottom: 0;
}
.wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7-response-output{
  display: none !important;
}
select{
  appearance: none;
  background-image: url(images/arrow-bottom-white.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
select option{
 color: #050517;
}
input:focus,
textarea:focus, select:focus {
  border-color: #ffff00;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 1rem;
}
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;
  background-color: rgba(255,255,255,.2);
  border-radius: 1px;
  -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: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0.4);
  width: 100%;
  height: 100%;
  background-color:  #ffff00;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.check-wrapper p{
  margin-bottom: 0;
  opacity: .5;
}

/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
.space-sm{
  padding: 5rem 0;
}
.space-sm .title{
  margin-bottom: 0;
}
@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-center ul{
  justify-content: center;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
  color: #ffff00;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
  color: #fff;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
.breadcrumbs2 ul li{

  color: #c3c3c3;

}
.breadcrumbs2 ul li::after{

  color: #000;
}
.breadcrumbs2 ul li a{

  color: #000;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.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: #ffff00 !important;
	border: 2px solid #ffff00 !important;
  color: #000  !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #ffff00 !important;
	border: 2px solid #ffff00 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #ffff00 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #ffff00 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
.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;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-color: rgba(0,0,0,.6);
}
header .container{
  display: flex;
  flex: 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: 15rem;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #131313;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-weight: 500;
}

nav li a:hover, nav li.current_page_item a, nav li a.active{
  color: #ffff00;
}

.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #fff;
}
.mobile-info a{
  color: #ffff00;
}
.mobile-info p{
  margin: 0;
}
.menu-item-has-children{
  position: relative;
}
header .btn{
  margin-left: auto;
  display: none;
}
.header-info{
  margin-left: 3rem;
  font-weight: 500;
  text-align: right;
  display: none;
}
.header-info  a{
  color: #ffff00;
}
.header-info p{
  margin: 0;
}
.mobile-info .btn{
  display: inline-block;
  margin-top: 3rem;
  color: #050517;
  border:1px solid #ffff00;
}
.mobile-info .btn:hover{
  color: #ffff00;

}
.header-cart{
  color: #fff;
  margin-left: auto;
}
.header-cart .xoo-wsc-sc-bki::before {
	color: #fff;
  font-weight: 300;
}
.header-cart .xoo-wsc-sc-count{
  background-color: #ffff00;
  color: #000;
  font-weight: 600;
}
.header-cart .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
	flex-direction: row-reverse;
	color: #fff;
	gap: 1rem;
}
.xoo-wsc-basket{
  background-color: #ffff00;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  header .btn{
    display: inline-block;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .header-logo img{
    width: 20rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .header-cart{
    margin-left: 5rem;
  }

  header{
    font-size: 1.8rem;
  }
  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;
    margin-right: 5rem;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  header .btn{
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
  .header-info{
    display: block;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro{
  position: relative;
  width: 100%;
  padding: 13rem 0 5rem 0 ;
  height: 100vh;
}
.intro-content .container{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 5rem;
}

.parallax-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;

}
.intro-image{
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.intro-video{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-video video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.intro-text{
  width: 100%;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto;
}
.intro-form{
  width: 100%;
  padding: 0;
  position: relative;

}
.wpcf7-list-item{
  margin: 0;
}
.wpcf7-list-item label{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wpcf7-list-item input{
  width: auto;
  margin-right: 1rem;
}
.intro-form form p{
  margin: 0;
}
.intro-form form br{
  display: none;
}

.intro-form .btn{
  font-size: 1.4rem;
}
.btn-form{
  display: flex;
  justify-content: center;
}
.intro-text h1{
  font-size: 3.2rem;
}
.intro-text strong{
  color: #ffff00;
}
.intro-text h3{
  font-size: 2.4rem;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 1rem;

	font-size: 1.2rem;
	margin-top: 1rem;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.wpcf7-response-output {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 1rem;

	font-size: 1.2rem;
	margin-top: 1rem;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.intro-content{
  height: 100%;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .intro-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .intro-form fieldset{
    width: 48%;
  }
  .intro-form fieldset.w-100{
    width: 100%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro-content{
    height: 100%;
  }
  
  .intro{
    padding: 0;
    height: 100vh;

  }
  .intro-text h1{
    font-size: 4rem;
  }

}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .intro-text{
    max-width: 65rem;
  }
  .intro-form{
    max-width: 52rem;
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .intro-text h1{
    font-size: 5rem;
  }
  .intro-text h3{
    font-size: 3rem;
  }
  
}
/* ================================================================================== 
14. Home Icons
===================================================================================== */
.home-icons{
  padding: 5rem 0 2rem 0;
  position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
  background-color: transparent;

}

.icon-box{
  width:100%;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon{
  font-size: 3rem;
}
.home-icons h2{
  font-size: 2.8rem;
  text-align: center;
}
.icon img{
  display: block;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.icon-box p {
	margin: 0;
	padding-left: 1rem;
	width: calc(100% - 7rem);
}
.icon-box p strong{
  color: #ffff00;
}
.home-icons .container {
  display: block;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .icons-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%;
  }
  .icon-box{
    width:48.5%;
  }
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .home-icons{
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .icon-box{
    width:31.3%;
    margin-bottom: 0;
  }
  .home-icons h2{
    font-size: 3.6rem;
  }
  .icon-box p{
    width: calc(100% - 3rem);
  }
  .icon img{
    width: 6rem;
    height: 6rem
  }
  .icon{
    font-size: 4.4rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-icons .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .home-icons h2{
    text-align: left;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

  .home-icons{
    padding: 5rem 0;
  }
 
}
/* ================================================================================== 
15. Steps
===================================================================================== */
.bg{
  background-color: #050517;
}
.bg-white{
  background-color: #fff;
  color: #050517;
}
.bg-grey{
  background-color: #f9f9f9;
  color: #050517;
}


.bg-white .title strong{
  color: #000066;
}
.bg-grey .title strong {
	color: #000066;
}
.title strong{
 color: #ffff00; 
}
.steps-wrapper{
  margin-top: 5rem;

}
.step-box{
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
display: flex;
flex-direction: column;
text-align: center;
}

.step-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.step-icon img {
	display: block;
	width: 8rem;
	height: 7rem;
	object-fit: contain;
}
.step-box h3{
  font-size: 2.4rem;
  color: #000;
}

.bottom-btn{

  display: flex;
  justify-content: center;
}
.steps .title{
  max-width: 70rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .steps-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  
  }
 
  .step-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .step-box{
    width: 31.333%;
  }
 

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .step-box{
    width: 31.3%;
  }
 



}
@media only screen and (min-width: 90em) {
  /*1440px*/

  .bottom-btn{
    margin-top: 5rem;
  }

}
@media only screen and (min-width: 92.5em) {
  /*1480px*/



}
@media only screen and (max-width: 48em) {
  /*768px*/
 
}
@media only screen and (min-width: 118.75em) {
  /*1900px*/
 

}
/* ================================================================================== 
16. Home Gallery
===================================================================================== */
.gallery-slider img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.slick-arrow{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.2rem;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(255,255,255,.5);
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}
.slick-prev{
  left: 2rem;
  background-image: url(images/prev-white.svg);
}
.slick-next{
  right: 2rem;
  background-image: url(images/next-white.svg);
}
.slide-g{
  position: relative;
}
.slide-g h3{
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  padding: 2rem  3rem;
  color: #fff;
  backdrop-filter: blur(10px);
  background-color: rgba(255,255,255,.2);
  margin: 0;
  
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-slider img{
    height: 60rem;
  }
  .slick-arrow{
    width: 6.4rem;
    height: 6.4rem;
  }
}
/* ================================================================================== 
17. Reviews
===================================================================================== */
.reviews .bottom-btn{
  margin-top: 5rem;
}
.r-content{
  padding: 3rem;
  background-color: #f3f3f3;
  position: relative;
  padding-left: 5rem;
  font-size: 1.4rem;
  font-style: italic;
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,.0980392));
  min-height: 10rem;
}
.r-stars{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:5px;
  align-items: center;
  float: left;
}
.r-content::before {
	bottom: 47px;
	box-sizing: border-box;
	color: #bbb;
	content: '\201C';
	display: block;
	height: 96px;
	left: 55px;
	position: absolute;
	right: 515.391px;
	text-size-adjust: 100%;
	top: 20px;
	width: 24.6094px;
	column-rule-color: #bbb;
	perspective-origin: 12.2969px 48px;
	transform-origin: 12.2969px 48px;
	border: 0 none #bbb;
	font: normal normal normal normal 60px/96px Georgia,serif;
	margin: -25px 0 0 -40px;
	outline: #bbb none 0;
}
.r-content::after {
	box-sizing: border-box;
	color: #fff;
	content: '';
	display: block;
	left: 3rem;
	position: absolute;
	text-size-adjust: 100%;
	column-rule-color: #fff;
	perspective-origin: 15px 15px;
	transform-origin: 15px 15px;
	filter: drop-shadow(2px 2px 1px rgba(0,0,0,.0980392));
	border-top: 30px solid #fff;
	border-right: 15px solid transparent;
	border-top: 20px solid #f3f3f3;
	border-left: 14px solid transparent;
	font: normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;
	outline: #fff none 0;
  bottom: -2rem;
}
.g-icon{
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.g-icon img{
  display: block;
  width: 3.2rem;
  height: auto;
}
.r-slide{
  padding: 0 1rem;
  height: auto;
}
.reviews-slider .slick-track{
  display: flex !important;
}
.r-author{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4rem;
  padding: 0 2rem;
}
.r-icon{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.r-icon img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r-letter{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0288d1;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
}

.author-content{
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.3rem;
}
.author-content  h4{
  margin: 0;
  font-weight: 300;
}
.reviews-slider .slick-arrow {
	display: block;
	width: 28px;
	height: 28px;
	top: auto;
  bottom: 10rem;
	right: 5px;
	left: auto;
	overflow: hidden;
	background: rgba(0,0,0,.2) no-repeat 58% 51%;
	background-image: url(images/slider_arrow.png);
	background-size: 7px 11px;
	border-radius: 32px;
	text-indent: -999em;
	opacity: .6;
	transition: opacity .2s;
	border-width: 0 !important;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.reviews-slider .slick-next{
  left: auto;
}
.reviews-slider .slick-prev {
	left: 5px;
	right: auto;
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background-position-x: 50%;
	background-position-y: 49%;
}
.reviews-slider{
  padding: 0 3rem
}
.slick-dots li button {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 4px !important;
	background: 0 0;
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	border: 1px solid #c3c3c3;
	cursor: pointer;
}
.slick-dots li.slick-active button{
	background: #c3c3c3;
	cursor: default;
}
.slick-dots{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .r-content{
    min-height: 20rem;
  }
  .reviews-slider .slick-arrow {
    top: 50%;
    bottom: auto;
  }

}
/* ================================================================================== 
18. Offer
===================================================================================== */
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.offer .text-center{
  font-style: italic;
  opacity: 0.5;
}
.offer .title{
  margin-bottom: 2rem;
}
.offer-box{
  width: 100%;
  margin-bottom: 4rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.offer-box img{
  display: block;
  width: 100%;
  height:auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}


.offer-box h3{
  transition: all .4s ease-in-out;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.offer-image{
  overflow: hidden;
  margin-bottom: 3rem;
  display: block;
}
.offer-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 2rem;
}
.offer-table{
  margin-bottom: 3rem;
}
.offer-row span{
  display: inline-block;
}
.offer-row span:first-child{
  font-weight: 500;
  color: #ffff00;
  width: 10rem;
}
.offer-row span:last-child {
	opacity: 0.7;
	width: calc(100% - 13rem);
	display: block;
	padding-left: 2rem;
}
.offer-bottom{
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.offer-price{
  font-size: 2rem;
  font-weight: 500;
  color: #ffff00;
  display: flex;
  align-items: center;
  gap:2rem
}
.price-old{
  color: #fff;
  opacity: 0.5;
  text-decoration: line-through;
}
.offer-btns{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:2rem;
  margin-top: 3rem;
  text-align: center;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .offer-btns{
    flex-direction: row;
  }
  .offer-row span:first-child{
    width: auto;
  }
  .offer-row span:last-child {
    width: calc(100% - 19rem);
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .offer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .offer-box{
    width: 48.5%;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

}


@media only screen and (min-width: 56.3125em) {
  /*901px*/
 
  .offer-box:hover img{
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .text-center{
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  
  .offer-box h3{
    font-size: 3.7rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/

  .offer-bottom{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .offer-btns{
    margin-top: 0;
  }
}
/* ================================================================================== 
19. Banner
===================================================================================== */
.banner{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}


.banner-text{
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}
.banner .title{
  margin-bottom: 3rem;
}

.banner .intro-form{
  max-width: 76rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  
.banner{
  background-attachment: fixed;
}
}
/* ================================================================================== 
20. Footer
===================================================================================== */
footer{
  background-color: #131313;
  position: relative;
  z-index: 1;
}

.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
.footer-logo{
  display: inline-block;
}
.footer-logo img{
  display: block;
  width: 15rem;
  height: auto;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li{
  margin-bottom: 0.5rem;
}
footer ul li a:hover{
  color: #ffff00;
}
.social{
  display: flex;
  align-items: center;
  gap:1rem;
  flex-direction: row;
  flex-wrap: wrap;
}
footer  .social{
  justify-content: center;

}
.social a{
  display: inline-block;
}

.social a img{
  display: block;
  width: 4rem;
  height: auto;
}
footer  h3{
  color: #ffff00;
}
.copyright{
  padding: 1rem 0;
  background-color: #131313;
}
.copyright  .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-align: center;
  flex-wrap: wrap;

}
.info-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;

}
.info-row img{
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  object-fit: contain;

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .copyright  .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .info-row{
    justify-content: flex-start;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  footer  .social{
    justify-content: flex-start;
  
  }
  .footer-logo img{
    width: 20rem;
  }

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  footer ul{
    column-count: 2;
    column-gap: 2rem;
  }
}
/* ================================================================================== 
21. Offer Single Page
===================================================================================== */
.top-image{
  position: relative;
  height: 60rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top-image .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.top-image-text .title{
  margin-bottom: 3rem;
}
.top-image-text{
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .top-image{
    background-attachment: fixed;
  }
}
/*------------*/


.offer-single-image{
  width: 100%;
  margin-bottom: 5rem
}
.offer-single-image img{
  display: block;
  width: 100%;
  height: 50rem;
  object-fit: cover;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .offer-single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
  }
  .offer-single-image{
    width: 48%;
    margin-bottom: 0
  }
  .offer-single-text{
    width: 48%;
  }

}
/* ================================================================================== 
22. 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;
}
/* ================================================================================== 
23. Popup Form
===================================================================================== */
.popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  padding: 2rem;
}
.popup.open{
  opacity: 1;
  visibility: visible;
}
.popup-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
  cursor: pointer;
}
.popup-inner{
  max-width: 90rem;
  width: 100%;
  display: flex;
  justify-content: center;

}
.popup-close {
	position: absolute;
	top: 0;
	right: 2rem;
	color: #ffff00;
	font-size: 6rem;
	font-weight: 300;
	cursor: pointer;
}
.popup-inner .intro-form{
  max-width: 100%;
  height: 66rem;
  overflow-y: auto;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .popup-close{
    right: 5rem;
  }
}
/* ================================================================================== 
24. Banner
===================================================================================== */
.banner2{
  position: relative;
}
.banner2 .parallax-image{
  top: -1400px;
}
.banner-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
}


.banner-content .container{
  height: 100%;
}
.banner-text2{
  width: 100%;
  margin-bottom: 5rem;
}
.banner-form{
  width: 100%;
}
.banner-image{
  overflow: hidden;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .banner-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .banner-text2{
    width: 45%;
    margin-bottom: 0;
  }
  .banner-form{
    width: 45%;
  }
  .banner2 .parallax-image{
    top: -700px;
  }
}
/* ================================================================================== 
25. Banner Product
===================================================================================== */
.banner-product{
  position: relative;
}
.banner-product img{
  display: block;
  width: 100%;
  height: auto;
}

.banner-product-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-product-text{
  padding: 5rem 0;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .banner-product-text{
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
  }
  .banner-product-inner{
    max-width: 50rem;
    margin-left: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .banner-product-inner{
    max-width: 70rem;
  }
}
/*-----------*/
.section-wrapper{
  background-color: #fff;
  color: #000;
}
.section-text{
  width: 100%;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-image{
  width: 100%;
}


.section-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;

}
.section-inner .title{
  margin-bottom: 3rem;
}
.section-btns{
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3rem;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .section-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-text{
    width: 50%;
    padding: 3rem;
  }
  .section-image{
    width: 50%;
  }
  .section-wrapper:nth-child(2n+2){
    flex-direction: row-reverse;
  }
  .section-inner{
    max-width: 60rem;
    width: 100%;
  }
  .section-image img{
    height: 100%;
  }
}
/*-------------*/
.video-section{
  background-color: #000;
}
.video-wrap video{
  width: 100%;
  height: auto;
  display: block;
}

.video-section-text {
	max-width: 90rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.video-wrap{
  margin-top: -15rem;
}

/*----------*/
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

@keyframes fadeInDown {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

.animate__fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

@keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}

.animate__fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}
/* ================================================================================== 
26. WoooCommerce
===================================================================================== */
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
	border-radius: 10rem;
  color: #ffff00;
}
.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart{
  background-color: #ffff00;
  color: #000;
}
body.woocommerce-cart section.pages,  body.woocommerce-page section.pages{
  background-color: #fff;
  color: #000;
} 
body.woocommerce-cart {
  font-size: 1.8rem;
}
body.woocommerce-cart inču
.wp-element-button, body .button.alt,.wc-block-components-button{
  display: inline-block;
  padding: 1.3rem 3.6rem;
  font-weight: 500;
  border-radius: 10rem;
  transition: all .4s ease-in-out;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #000;
  color: #ffff00;
  font-weight: 600;

}

.wc-block-cart__submit-button.wp-element-button, body .button.alt, .wc-block-components-button{
  background-color: #ffff00;
  color: #000;
  border-radius: 10rem;
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #ffff00;
  color: #000;
 
}
.wc-block-cart__submit-button.wp-element-button:hover, body .button.alt:hover{
  background-color: #000;
  color: #ffff00;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #000;
  color: #ffff00;
}
body.woocommerce-page section.pages input,  body.woocommerce-page section.pages textarea,  body.woocommerce-page section.pages select{
  background-color: rgba(0,0,0,0.05);
}
body .woocommerce form .form-row textarea{
  height: 20rem;
}
button#place_order{float: none;
margin-left: auto;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
  width: auto;
}
.select2-container--default .select2-selection--single {
	background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 1rem;
	height: 4.4rem;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	padding-left: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
  transform: translateY(-50%);
}
/* checkout font */
.checkout.woocommerce-checkout{
  font-size: 1.7rem;
}
.checkout.woocommerce-checkout label{
  font-size: 1.7rem;
}
/* payment bottom */
.wc_payment_methods.payment_methods.methods li{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap:0.5rem;
}
.wc_payment_methods.payment_methods.methods li input{
  width: auto;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: rgba(183, 183, 183, 0.14);
	border-radius: 5px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #dfdfdf;
	
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {

	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	
}
h3#order_review_heading{
  margin-top: 3rem;
}
input.wc-block-components-quantity-selector__input{
  background-color: transparent  !important;

}
.wc-block-components-totals-item__label{
  font-weight: 600;
}
.top-height{
  background-color: #131313;
  height: 9.1rem;
  width: 100%;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .top-height{
    height: 11.19rem;
  }
}
.checkout.woocommerce-checkout .col-1{
  width: 100%;
  float:none;
}
.checkout.woocommerce-checkout .col-2{
  width: 100%;
  float:none;
} 
.checkout.woocommerce-checkout .col2-set .col-1, .checkout.woocommerce-checkout .col2-set .col-1{
  width: 100%;
  float:none;
}