/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
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
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

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.
*/

@import url('fonts/fonts.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. Header
15. Intro
16. Categories
17. Products
18. About
19. Products 2
20. About 2
21. Newsletter
22. Banner
23. Products Page
24. Single Products Page 
25. Contact 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; }  a, a:active, a:hover, a:focus { outline: none;text-decoration: 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; } 
 strong { font-weight: 700; }

.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem;margin: 2rem 0; }
a{
  text-decoration: underline;
  color: inherit;
}
.go-back {
	position: fixed;
	right: 2rem;
	bottom: 5rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #0cc0df;
	background-image: url(images/arrow-up-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
	z-index: 10;
	display: none;
	cursor: pointer;
}
header a{
  text-decoration: none;
}
.image-404 img{
  display: block;
  width: 100;
  max-width: 80rem;
  height: auto;
  margin: 0 auto;

}
.image-404{
  margin-bottom: 5rem;
}

/* ================================================================================== 
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:#00126d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  background-color: #fdfdfd;
  position: relative;
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 0.6 !important; }
:-moz-placeholder { color: inherit; opacity: 0.6; }
::-moz-placeholder { color: inherit; opacity: 0.6; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #63a3d3;  color: #fff; }  
::selection { background-color: #63a3d3; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-2xl{
  max-width: 192rem;
  padding: 0;
}
.container-fluid{
  max-width: 100%;
}
.container-md{
  max-width: 120rem
}
.container-sm{
  max-width: 100rem;
}
.container-xl{
  max-width: 160rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;margin-top:1rem;}
h1 { font-size: 4.8rem; line-height: 1.4; }
h2 { font-size: 3.6rem; line-height: 1.2; }
h3 { font-size: 2.3rem; line-height: 1.3; }
h4 { font-size: 2.2rem; line-height: 1.4; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.6rem; line-height: 1.5; }
h1 {
  font-size: clamp(3.2rem, 4vw + 1rem, 4.8rem);
  line-height: 1.4;
}

h2 {
  font-size: clamp(2.4rem, 3vw + 0.8rem, 4rem);
  line-height: 1.2;
}


.title h1, .title h2{  font-size: clamp(3.2rem, 4vw + 1rem, 5.4rem); }
p {   margin-bottom: 1.6rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  h3 { font-size: 2.6rem; line-height: 1.3; }

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

.btn {
	display: inline-block;
	padding: 0.7rem 4rem;
	font-weight: 600;
  border-radius: 5px;
  border:1px solid transparent;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.btn-border{
  border-color: #00126d;
}
.btn-border:hover{
  background-color: #00126d;
  color: #fff;
}
.btn-primary{
  padding: 1.2rem 4rem;
}
.btn-products{
  background-color: #c53552;
  background-image: url(images/products-icon-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.5rem;
  color: #fff;
  padding-left: 7rem;
  border-color: #c53552;
}
.btn-products:hover{
  background-image: url(images/products-icon-red.svg);
  color: #c53552;
  background-color: transparent;
}
.btn-contact{
  background-color: #63a3d3;
  background-image: url(images/chat-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.5rem;
  color: #fff;
  padding-left: 7rem;
  border-color: #63a3d3;
}
.btn-contact:hover{
  background-image: url(images/chat-blue.svg);
  color: #63a3d3;
  background-color: transparent;
}
.btn-secondary{
  background-color: #eac9d0;
  color:#00126d;
  padding: 1.2rem 4rem;
}
.btn-tertiary{
  background-color: #c53552;
  border-color: #c53552;
  padding: 1.2rem 4rem;
  padding-left: 7rem;
}
.btn-tertiary.btn-contact:hover{
  background-image: url(images/chat-red.svg);
  color: #c53552;
}
/* Sakrij WooCommerce gumb gore */
.variants-product .single_add_to_cart_button {
  display: none !important;
}

.btn-add-cart{
  background-color: #00126d;
  color: #fff;
  text-align: center;
  margin-top: 3rem !important;
  width: 100%;
  padding: 2rem 2rem;
}
.btn-add-cart:hover{
  background-color: #c53552;
}
.btn-doc{
  background-color: #c53552;
  background-image: url(images/doc-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.5rem;
  color: #fff;
  padding-left: 7rem;
  border-color: #c53552;
}
.btn-doc:hover{
  background-image: url(images/doc-red.svg);
  color: #c53552;
  background-color: transparent;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 1.6rem 3rem;
  outline: none;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  border:1px solid #ccc;

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

}
input[type="button"]{
  width: auto;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
  font-family: inherit;
  font-size: 1.6rem;
  width: auto;
}
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: 6rem !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: #000!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: #fff  !important;
	border: 1px solid #cecece!important;
	color: #000!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #fff !important;
	border: 1px solid #cecece !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: #000 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #fff;
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: center;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.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
===================================================================================== */
.custom-arrow{
  width: 4rem;
  height: 4rem;
  border:1px solid #00126d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 0;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .custom-arrow{
  width: 6rem;
  height: 6rem;
    background-size: 2.5rem;
  }
  .custom-next{
    right: 1rem;
  }
  .custom-prev{
    left: 1rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next{
    right: 1rem;
  }
  .custom-prev{
    left: 1rem;
  }
  
}
/* pagination custom 1 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border:1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border-color: #fff;

}
/* pagination custom 2 */
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

}
/* ================================================================================== 
14. 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: 2rem;
    order: 3;
}


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

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

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

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

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

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

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

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f3f8fc;
  z-index: 10;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-color: #fff;
}
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: 15rem;
  height: auto;
}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
body.open header  nav{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .4s ease-in-out;
}
header nav li:first-child a{
  color: #868686;
}
header nav li a:hover, header nav li.current_page_item a{
  color: #c53552;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.user-header{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  font-weight: 500;
  margin-left: auto;
}
.user-header img{
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}
.user-header span{
  display: none;
}
.cart-header{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
   font-weight: 500;
}
.cart-header img{
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}
.search-header{
  cursor: pointer;
  margin: 0 2rem;
}
.search-header img{
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}
header .btn-desktop{
  margin-right: 4rem;
  margin-left: auto;
  display: none;
}
.menu-bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
body.open .menu-bg{
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.desktop-menu{
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 40rem;
  }
  .user-header span{
    display: inline-block;
  }
}

 @media only screen and (min-width: 37.5625em) {
  /*601px*/
  header .btn-desktop{
    display: inline-block;
  }
  .user-header{
    margin-left: 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .header-logo img{
    width: 20rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .desktop-menu{
    display: block;
  }
  .mobile-menu{
    display: none;
  }
  header .btn-desktop{
    margin-left: 0;
  }
  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;
    margin-right: auto;

  }
  header nav li{
    display: inline-block;
  }
  header nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .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;
  }
  .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*/
}
/*---------*/
.search-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5);
  cursor: pointer;
}
.search-popup{
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;

  z-index:9999;
  align-items:center;
  justify-content:center;
  box-sizing: border-box;
  padding: 0 2rem;
  display: none;
}
.search-popup.open{
  display: flex;
}
.search-inner{
  background:#fff;
  padding:8rem 2rem 5rem  2rem;
  border-radius:8px;
  max-width:100rem;
  width:100%;
  position:relative;
}
.search-popup *{
  box-sizing: border-box;
}
.search-inner form{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap:2rem;
}
.search-inner form input{
  width: 100%;
  height: 5.5rem;
  box-sizing: border-box;
}
.search-inner form button{
  display: inline-block;
  padding: 1rem 4rem;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #63a3d3;
  color: #fff;
  height: 5.5rem;
  font-size: 1.6rem;
  border-radius: 0.8rem;
   box-sizing: border-box;
}
.search-inner form button:hover{
  background-color: #000;
}
.search-popup-close{
  font-size: 3.8rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
  text-decoration: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .search-inner form{
    flex-direction: row;
  }
  .search-inner form input{
    width: 70%;
  }
  .search-inner{
  padding:7rem 5rem 5rem 5rem;
  }

}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  padding-bottom: 5rem;
}
.intro .container .container{
  position: static;
  height: 100%;
}
.intro .container, .intro-wrapper{
  height: 100%;
}


.intro-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.intro-btns{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  margin-top: 7rem;
}
.intro-btns a{
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
   .intro-btns a{
    width: auto;
  }
    .intro-btns{
    flex-direction: row;
    gap:3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro{
    height: 88vh;
  }
  .intro-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .intro-image{
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .intro-text{
    width: 50%;
    margin-right: auto;
  }
  .intro-text p{
    width: 70%;
  }

 
  .intro{
    padding-bottom: 0;
  }

}
/* ================================================================================== 
16. Categories
===================================================================================== */
.categories-slider{
  overflow: hidden;
}
.categories a {
	text-decoration: none;
	transition: all .4s ease-in-out;
	display: block;
	text-align: center;
	padding: 1.4rem 1rem;
	background-color: #d9e1eb;
  height: 100%;
}
.categories h3{
  font-size: 1.6rem;
  margin: 0;
}
.categories .swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.categories img {
	display: block;
	width: 5rem;
	height: 5rem;
	object-fit: contain;
	margin: 0 auto;
	margin-bottom: 2rem;
}
.categories .swiper-slide:nth-child(3n+3) a{
  background-color: #d0f3e0;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .categories img {
	width: 7rem;
	height: 8rem;
}
}
/* ================================================================================== 
17. Products
===================================================================================== */
.products{
  position: relative;
  z-index: 1;
}


.products1-wrapper .products-text-box:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.products1-wrapper .product-box:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.products1-wrapper .product-box:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
.products1-wrapper .product-box:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
.products1-wrapper .product-box:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
.product-box {
	position: relative;
	position: relative;
	text-decoration: none;
	transition: all .4s ease-in-out;
	display: block;
	text-align: center;
	/* border: 1px solid #ccc; */
	padding: 2rem;
	box-shadow: 0 0 56px 11px rgba(0,0,0,0.05);
	border-radius: 1rem;
}
.product-box:hover {
	box-shadow: none;
}
.product-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: contain;
}
.product-image{
  margin-bottom: 2rem;
  
}
.product-text{
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.products-text-box{
  background-color: #dbeffe;
  padding: 5rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.title-icon img{
  display: block;
  width: 4.5rem;
  height: auto;
  margin: 0 auto;
}

.title-icon{
  margin-bottom: 2rem;
}

.products-text-box .btn{
  margin-top: 4rem;
}
.product-box p{
  margin-top: 0;
  font-size: 1.6rem;
  opacity: 0.6;
}
.product-box h3 {
	margin: 0;
	font-size: 1.7rem;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 64em) {
  /*1024px*/
  .products1-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .products1-wrapper .product-box{
    width: 48.5%;
    margin-bottom: 3rem;
  }


}
@media only screen and (max-width: 30em) {
  /*480px*/
    .products1-wrapper .product-box{
    width: 100%;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .products1-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:2rem
  }
    .products-text-box{
    padding: 10rem;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
18. About
===================================================================================== */
.about{
  position: relative;
  background-color: #ffffff;
}

.about-title{
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
}
.about-text{
  width: 100%;
  margin-top: 5rem;
}
.about-title h2{
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.5;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-title{
    width: 30rem;
    margin-top:  5rem;
    text-align: left;
    margin-bottom: 0;

  }
  .about-image{
    width: calc(100% - 95rem);
  }
  .about-text{
    width: 45rem;
    margin-bottom: 15rem;
    margin-top: 0;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-title h2{
   font-size: 5.4rem;
  }
}
/* ================================================================================== 
19. Products 2
===================================================================================== */
.text-center{
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10rem;
}
.products-wrapper .product-box{
  width: 100%;
  margin-bottom: 1rem;

}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .products-wrapper .product-box{
    width: 48.5%;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .products-wrapper .product-box{
   width: 31.3%;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/

}
/* ================================================================================== 
20. About 2
===================================================================================== */

.about2-text{
  width: 100%;
  padding: 0 2rem 5rem 2rem;
}
.about2-image{
  width: 100%;
}
.about2-image img{
  display: block;
  width: 100%;
  height: auto;
}

.numb{
  font-weight: 600;
  display: block;
  font-size: 6rem;
}
.about-info-numbers{
  margin-bottom: 3rem;
  padding: 0 2rem;
  padding-right:8rem;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .about-info-numbers{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3%;
  }
  .about-info-box{
    width: 45%;
  }
  }
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about2-text{
    width: 45%;
    padding: 5rem;
    display: flex;
    justify-content: flex-end;
    padding-top: 15rem;
  }
  .about2-image{
    width: 50%;
  }
  .about2-inner{
    max-width: 45rem;
    width: 100%;
  }
  .about-info-numbers{
    padding-left: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .numb{
    font-size: 10rem;
  }
}
/* ================================================================================== 
21. Newsletter
===================================================================================== */
.newsletter .container{
  background-color: #dbeffe;
  padding: 5rem 2rem;
  text-align: center;
}
.newsletter-form{
  max-width: 65rem;
  width: 100%;
  margin: 0  auto;
  margin-top: 5rem;
}
.newsletter-form form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:2rem
}
.btn-newsletter{
  height: 5.5rem;
  background-color: #63a3d3;
  color: #fff;
}
.newsletter-form input{
  height: 5.5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .newsletter-form form{
    flex-direction: row;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .newsletter .container{
    padding: 10rem 5rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .newsletter .container{
    padding: 20rem 10rem;
  }
}
/* ================================================================================== 
22. Banner
===================================================================================== */
.banner{
  color: #fff;
}
.banner .container{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 2rem;
}
.banner-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.banner-text{
  position: relative;
  z-index: 2;
  text-align: center;
}
.banner-text ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:3%;
}
.banner-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .banner .container{
    padding: 10rem 5rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
      background-attachment: fixed;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .banner .container{
    padding: 20rem 10rem;
  }
}
/* ================================================================================== 
23. Banner
===================================================================================== */
footer{
  padding-bottom: 5rem !important;
  position: relative;
  z-index: 2;

}
section{
  position: relative;
  z-index: 2;
}


.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a{
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.footer-logo img{
  display: block;
  width: 18rem;
  margin: 0 auto;
}
.copyright {
  padding-bottom: 5rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
}
.cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  padding: 2rem 0;
}
.cards img{
  display: block;
  width: 4.7rem;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.bg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
	background-position: bottom;
}
.bg-body {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/bg-1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 0;
}

  @media only screen and (min-width: 42.5625em) {
  /*681px*/
  .cards img{
    width: 7rem;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .cards{
    padding: 0;
  }
}   
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .footer-logo img{
    width: 28rem;
  }
}
/* ================================================================================== 
24. Products Page
===================================================================================== */

.page-aside{
  width: 100%;
  margin-bottom: 5rem;
}
.aside-content{
  display: none;
}
.page-main{
  width: 100%;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside ul li a{
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:1rem;
  background-color: rgb(217, 225, 235);
  color: rgb(0, 18, 109);
  padding: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 4px;

}
.page-aside ul li a:hover{
  opacity: 0.6;
}
.page-aside ul li {
  margin-bottom: 1rem;
}
.page-aside ul li a img{
  display: block;
  width: 3rem;
  height: 2rem;
  object-fit: contain;
}

.page-aside ul li:nth-child(3n+1) a{
  background-color: rgb(217, 225, 235);
  color: rgb(0, 18, 109);
}
.page-aside ul li:nth-child(3n+2) a{
  background-color: rgb(234, 201, 208);
  color: rgb(202, 73, 99);
}
.page-aside ul li:nth-child(3n+3) a{
  background-color: rgb(208, 243, 224);
  color: rgb(40, 120, 77);
}
@media only screen and (max-width: 64em) {
  /*1024px*/
  .page-aside h3{
    background-image: url(images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: right center;
  } 
  .page-aside h3.active{
    background-image: url(images/arrow-up.svg);
  }
}
 
   
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .pages-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-aside{
    margin-bottom: 0;
    width: 30rem;
  }
  .page-main{
    width: calc(100% - 35rem);
  }
  .aside-content{
    display: block;
  }
}

/* ================================================================================== 
24. Single Products Page
===================================================================================== */

.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
  padding:  0;
background-color: transparent;
}
.single-text h2{
	font-size: 3rem;
	line-height: 1.5;

}
.desc-image{
  margin-top: 5rem;
}
.desc-image img{
  display: block;
  width: 100%;
  height: auto;
}
.single-text .product-price{
  margin-top: 3rem;
}
.single-text .btn{
  margin-top: 3rem;
}
.thumbs-gallery img{
  display: block;
  height: auto;
  width: 100%;
}
.single-gallery {
  position: relative;
}
.single-gallery .sticker{
  z-index: 2;
}
.single-gallery .sticker-wrapper {
	right: 0;
	top: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
}

.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery{
  position: relative;
}
.single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/11;
}
.single-price{
  font-size: 2.6rem;
  margin: 3rem 0;
}
.single-selection{
  padding-top: 3rem;
  border-top:1px solid #e7e7e7;
}
.single-link{
  padding: 2.5rem;
  background-color: #eef2ee;
  margin-top: 2.5rem;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.single-text h1{
  font-size: 3.6rem;
}
.single-text .title h1{
  padding-left: 0;
  margin-bottom: 0;
}
.single-text .title{
  margin-bottom: 2rem;
}
.single-text .breadcrumbs ul{
  justify-content: flex-start;
}
.single-text .price-wrap{
  font-size: 2.3rem;
  border-right: 0;
}
.single-gallery  .swiper-button-next{
  right: 1rem;
}
.single-gallery  .swiper-button-prev{
  left: 1rem;
}
.thumbs-gallery {
	margin-top: 2rem;
	width: 100%;
}
.thumbs-gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border: 1px solid #ccc;
	object-position: center;
	aspect-ratio: 16/14;
	padding: 0;
	box-sizing: border-box;
	object-fit: cover;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #000;
}
.single-category {
	opacity: 0.57;
	margin-bottom: 2rem;
}
.single-text .btn{
  margin-top: 0;
}
.single-quantity {
	position: relative;
	padding-right: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.single-btns {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
	gap: 2.2rem;
	align-items: flex-start;
}
.single-btns .favorites-btn{
  margin-left: 1rem;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}
.single-quantity input {
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid #c9c9c9;
	padding: 0 !important;
	text-align: center;
  border-radius: 0;
}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #d6cfc8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #000;
  opacity: 0.5;
}
.desc2{
  margin-top: 3rem;
}
.price-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
}
.single-description{
  margin-top: 3rem;
}
.single-options span{
  color: #000;
}
.single-options  select{
  width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(/wp-content/uploads/2025/08/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.similar-products .custom-arrows{
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.similar-products .title{
  position: relative;
}
.single-text .favorites-btn {
	width: 5rem;
	height: 5rem;
	background-color: #b8b7af;
	display: flex;
	align-items: center;
	justify-content: center;
  margin-right: 1rem;
}
.single-text .favorites-btn img {
	display: block;
	width: 2rem;
	height: 1.7rem;
	object-fit: contain;
}
.single-text .favorites-btn:hover{
  background-color: #fff;
}
.single-product-price{
  justify-content: flex-start;
  font-size: 3rem;
}
.single-btns .btn{
  width: 100%;
  text-align: center;
}
.products-slider{
  overflow: hidden;
  padding-top: 1rem;
}
.desc2{
  margin-top: 2rem
}
.relative {
	position: relative;
	padding: 0 2rem;
}
.aside-toggle {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 2rem;
	font-weight: 400;
	background-color: #f4f4f4;
	font-size: 1.6rem;
	text-decoration: none;
}
.aside-toggle span{
  width: 4rem;
  height: 4rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.aside-toggle span img{
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.aside-inner {
	position: fixed;
	width: 100%;
	background: #fff;
	height: 100%;
	min-height: 100vh;
	top: 5rem;
	left: 0;
	z-index: 10;
	padding: 3rem;
  padding-top: 4.5rem;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  overflow-y: auto;
}
.aside-inner.open{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.aside-close{
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 5rem;
  cursor: pointer;
}
.custom-arrows2{
  justify-content: center;
  margin-bottom: 5rem;
}
.single-text .variations{
  display: block;
  width: 100%;
}
.single-text .variations tr, .single-text .variations th,  .single-text .variations td{
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.single-text .variations select {
	padding: 1.4rem 2rem;
}
.single-text .price  {
	color: #000 !important;
	font-size: 1.25em;
  margin-bottom: 0;
}
.single-text .variations_button{
  margin-top: 2rem;
}
.single-text .variations_form {
  width: 100%;
}
.single-text .single_variation_wrap .quantity{
  display: none !important;
}
.single-text .single_add_to_cart_button{
  display: inline-block !important;
	padding: 1.4rem 2.6rem !important;
	font-weight: 500 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 1.6rem !important;
  background-color: transparent !important;
  color: #000 !important;
  border:1px solid #000 !important;
  border-radius: 0 !important;
}
.single-text .dokan-store-support-btn-product{
  border-radius: 0 !important;
  padding: 1.4rem 2.6rem !important;
}
.single-text .dokan-store-support-btn-product:hover{
  opacity: 0.6;
}

.single-text .single_add_to_cart_button:hover{
  background-color: #000 !important;
  color: #fff !important;
}
.single-images .custom-arrow{
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
}
.single-images .custom-prev{
  left: 2rem;
}
.single-images .custom-next{
  right: 2rem;
}
.tabs-container img{
  max-width: 90rem;
  width: 100%;
  height: auto;
  display: block;
}
.youtube-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gaP:1rem;
  align-items: center;
}
.custom-prod-arrows .custom-arrow{
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  transform: none;
}
/* .custom-prod-arrows {
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2rem;
	right: 0;
  bottom: 1.2rem;
} */
 .custom-prod-arrows .custom-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
 }
.custom-prod-arrows .custom-prev{
  left: 1rem;
}
.custom-prod-arrows .custom-next{
  right: 1rem;
}
.short-desc{
  padding: 3rem;
  margin-top: 5rem;
  background-color: #f9f9f9;
}
.short-desc h3{
  font-size: 2rem;
}
.short-desc a{
  text-decoration: none;
}
.single-image-wrap{
  position: relative;
}
.btn-details{
  display: block;
  width: 100%;
  padding: 2rem;
  background-color: #d9e1eb;
  font-size: 2rem;
  font-weight: 600;
  background-image: url(images/next.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 2rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  margin-top: 3rem;
  padding-right: 5rem;
}
.btn-details:hover{
  opacity: 0.6;
}
@media only screen and (max-width: 30em) {
  /*480px*/

.single-text .dokan-store-support-btn-product, .single-text .single_add_to_cart_button{
  width: 100% !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
  display: block !important;
  margin-left: 0 !important;
}
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns{
    flex-direction: row;
    align-items: center;
    gap:1rem;
    flex-wrap: wrap;
  }
  .single-options  select{
    width: 30rem;
  }
  .single-btns .btn{
    width: auto;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-wrapper{
    flex-direction: row;
  }
  .single-images{
    width: 45%;
  }
  .single-text {
	width: 50%;
	margin-top: 0;

	padding: 5rem;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
  .single-link{
    padding: 5rem;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .aside-toggle{
    display: none;
  }
  .aside-inner{
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    background-color: transparent;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0;
  }
  .aside-close{
    display: none;
  }
  .aside-toggle{
    display: none;
  }
  .aside-inner h2{
    display: none;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
}
/*---------*/
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.tabs a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding: 2rem;
  width: 100%;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.tabs a:hover,
.tabs a.active-tab {
 background-color: #ededed;
}
.tabs-container {
	width: 100%;
	display: none;
	padding: 2rem 0;
  padding-top: 5rem;
}
.tabs-container.active-tab {
  display: block;
}
.single-bottom{
  margin-top: 5rem;
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 3.1rem;
}

.tabs-text{
  width: 100%;
  margin-bottom: 5rem;
}
.tabs-container ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-image{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .tabs a {
    width: auto;
    border-bottom: 1px solid transparent;
    padding: 2rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-bottom{
    padding: 3rem  5rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .tabs-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tabs-image{
    width: 48%;
  }
  .tabs-text{
    width: 48%;
    margin-bottom: 0;
  }
  .tabs-image img{
    width: 70%;
  }
}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tabs-container {
    padding: 2rem 0;
    padding-top: 5rem;
  }
}
/*----------*/
.share{
  margin-top: 5rem;
}
.share-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  gap:1rem
}
.share a{
  display: inline-block;
}
.share a  img{
  display: block;
  width: 3rem;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

 
}
/*-------*/
.accordion-wrapper {
  counter-reset: accordion-counter;
  width: 100%;
}
.accordion__body_text{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion {
	padding: 0.5rem 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	counter-increment: accordion-counter;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  color: #000;
  font-size: 2rem;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.8;
}
.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.single-gallery .custom-next {
	right: 1rem;
}
.single-gallery .custom-prev {
	left: 1rem;
}
.single-gallery  .custom-next, .single-gallery .custom-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.stock{
  margin: 3rem 0;

}
.in-stock{
  color: #28784d;

}
.in-stock span{
  font-weight: 600;
}
/*-------*/
.similar-slider{
  overflow: hidden;
  position: relative;
}
/*----*/
.variant-wrapper{
    display:flex;
    flex-wrap: wrap;
    gap:3%;
    flex-wrap:wrap;
}
.variant-title p{
  font-size: 1.2rem;
  margin-bottom: 0;
}
.variant-label {
	justify-content: space-between;
	gap: 0;
	border: 1px solid #b0b6d2;
	padding: 1.2rem;
	border-radius: 0;
	cursor: pointer;
	background: #fff;
	width: 31.3%;
	transition: 0.2s;
	text-align: center;
}
.variant-label input{
    display:none;
}
.variant-title{
  width: 100%;;
}

.variant-label:has(input:checked){
    background:#d9e1eb;
}
.variant-row{
  margin-bottom: 4rem;
}
.variant-row  h3, .single-table h3{
  font-size: 2rem;
}
.variant2 .variant-label{
  border-color: #edc0c9;
  color: #c53552;
}
.variant2 .variant-label:has(input:checked){
    background:#faf2f4;

}
.variant2.variant-row  h3{
   color: #c53552;
}
.variant3 img{
  display: block;
  width: 2.2rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 5px;
}
.variant3 strong{
  display: block;
}
.variant3 .variant-label:nth-child(1){
  color: #79229d;
}
.table-wrapper{
  width:600px;
  margin:40px auto;
}

.single-table table{
    width:100%;
    border-collapse:collapse;
}

.single-table thead th{
    text-align:left;
    padding:1rem;
    font-size:1.3rem;
    color:#9aa0a6;
    border:1px solid #ddd;
    text-align: center;
}
.single-table thead th:first-child{
  text-align: left;
}
.single-table thead th:last-child{
  text-align: right;
}
.single-table thead{
  margin-bottom: 3rem;
  background-color: #fcfcfc;
}
.single-table tbody td{
    padding:1rem;
    border:1px solid #ddd;
    font-size:1.6rem;
    transition: all .4s ease-in-out;
}
.single-table tbody td:not(:last-child){
    border-right: 0;
}
.single-table tbody td:not(:first-child){
    border-left: 0;
}
.single-table tbody td:last-child{
    text-align:right;
    width: 40%;
}
.single-table thead th:not(:last-child){
    border-right: 0;
}
.single-table thead th:not(:first-child){
    border-left: 0;
}
.single-table tbody td:nth-child(2){
  text-align: center;
}
.single-table tbody tr:hover{
    background:#c7cdd8;

}


@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .variant-label {
    width: 22.7%;
  }
}
/*---*/
.total-price{
  padding: 3rem;
  background-color: #ededed;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}
.total-title p{
  margin: 0;
  font-weight: 600;
}
.total-title span{
  color: #b8b8b8;
  font-weight: 700;
}
.total-price-box{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  text-align: right;
  gap:3rem
}
.old-price{
  text-decoration: line-through;
  font-size: 2.7rem;
  opacity: 0.5;
  font-weight: 600;
}
.new-price{
   font-size: 2.7rem;
   font-weight: 600;
}
.total-price-box span{
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #a3a3a3;
}
/*----------------*/
.woo-variation-swatches .variable-items-wrapper{
  gap: 3%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: 48.5%;
	height: 9rem;
  border:1px solid #d5d8e3;
  box-shadow: none !important;
  margin: 0;
  margin-bottom: 1rem;
}
.woo-variation-swatches .variable-items-wrapper .variable-item img {
	height: 10rem;
	object-fit: contain;
}
.value.woo-variation-items-wrapper{
  margin-bottom: 2rem;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
		width: 48.5%;
	height: 9rem;
  font-weight: 600;
    margin: 0;
      margin-bottom: 1rem;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: none !important;
	color: var(--wvs-selected-item-text-color,#00126d);
  background-color: #d5d8e3;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents::before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
	content: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
		box-shadow: none !important;
	color: var(--wvs-selected-item-text-color,#00126d);
  background-color: #d5d8e3;
}
.single-text .variations_form td{
  padding-bottom: 0;
}

.single-text table.variations tbody tr:first-child{
  width: 100%;
}
.single-text table.variations tbody tr:nth-child(4), .single-text table.variations tbody tr:nth-child(5), .single-text table.variations tbody tr:nth-child(6){
  width: 100%;
}
.single-text .variable-item-span{
  line-height: 1.1;
  color: #00126d ;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 5px;
}
.single-text form.cart::after {
	content: none;
}
.single-text form.cart {
  margin-bottom: 0 !important;
}
.single-text form.cart .reset_variations {
	padding: 0rem 1rem;
	background-color: #e5e5e5;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	margin-top: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
		width: 31.3%;
  }
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: 31.3%;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
		width: 22.1%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: 22.1%;
}
}

/* ================================================================================== 
25. Contact Page
===================================================================================== */
 .contact-text {
  width:100%;
  margin-bottom:5rem
}

.contact-form {
  width:100%;
  max-width:80rem;
  margin: 0  auto;
}


.contact-wrapper strong {
  font-weight:500
}
.contact-form form p {
  margin-bottom:0
}
.contact-form form br {
  display:none
}
.contact-map iframe {
  width:100%;
  height:40rem;
  display:block
}
.contact-form button.btn {
  transition:all .4s ease-in-out;
  width:auto;

  cursor: pointer;
}
.contact-form button.btn:hover{
  opacity: 0.6;
}
.map iframe {
  width:100%;
  height:40rem;
  display:block
}
@media only screen and (min-width:30.0625em) {
  .contact-form form {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  .contact-form fieldset {
    width:48%
  }
  .contact-form fieldset.w-100 {
    width:100%
  }
}

/* ================================================================================
   WOOCOMMERCE CUSTOM STYLES
   ================================================================================
*/
/* ================================================================================
 ORDER DETAILS & CHECKOUT PAYMENT
   ================================================================================ */

body .woocommerce ul.order_details {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 3rem;
}

body .woocommerce ul.order_details li {
	float: none;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1;
	border-right:0;
	border-bottom: 1px solid #e7e7e7;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #fff;
	padding: 2rem;
	width: 100%;
}

body .woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4rem;
	text-transform: none;
	line-height: 1.5;
	margin-top: 5px;
}

body.woocommerce-order-received .woocommerce-order-details{
	padding: 2rem;
}

body.woocommerce-order-received .woocommerce-columns{
	display: flex;
	flex-direction: column;
	gap:2rem;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2rem;
}

body.woocommerce-order-received .woocommerce-column--2,
body.woocommerce-order-received .woocommerce-column--1{
	float: none;
	width: 100%;
}

body .woocommerce .woocommerce-customer-details address {
	border: 0; 
}

#order_review_heading {
	margin-top: 3rem;
	clear: both;
	display: block;
	float: left;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background: #f6f9f7;
	border-radius: 5px;
}

#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;
}

.wc-block-checkout__shipping-method-option-title {
	text-wrap: balance;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: inherit;
	font-weight: 400;
	line-height: inherit;
	line-height: 28px;
}

/* Order Details Responsive */
@media only screen and (min-width: 48.0625em) { /*769px*/
	body .woocommerce ul.order_details {
		display: flex;
		flex-direction: row;
	}
	
	body .woocommerce ul.order_details li {
		width: 25%;
		border-right: 1px solid #e7e7e7;
		border-bottom: 0;
	}
	
	body.woocommerce-order-received .woocommerce-columns{
		flex-direction: row;
		gap:0
	}
	
	body.woocommerce-order-received .woocommerce-column--2,
	body.woocommerce-order-received .woocommerce-column--1{
		width: 48%;
	}
}


/* ================================================================================
CHECKOUT & SHIPPING METHODS
   ================================================================================ */

.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 ul#shipping_method li input {
	position: static !important;
	width: 100%;
	left: auto;
}

.woocommerce ul#shipping_method li{
	justify-content: flex-end;
}

.woocommerce-shipping-methods li:first-child{
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	text-align: right;
	justify-content: flex-end;
}

.wc_payment_methods.payment_methods.methods label{
	margin:0;
}

.woocommerce-checkout-payment{
	background-color: transparent !important;
	padding: 2rem;
	border:1px solid #ccc;
	margin-top: 5rem;
}

.woocommerce-checkout-payment .wc_payment_methods.payment_methods {
	padding: 0 !important;
}

#box_now_selected_locker_details, 
#box_now_selected_locker_details_blocks {
	margin-left: auto;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	overflow-x: auto;
}


/* ================================================================================
FORMS & INPUTS
   ================================================================================ */

.woocommerce form .form-row textarea {
	height: 20rem;
}

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

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: normal;
	padding: 1.8rem 2rem !important;
	display: block;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 5px;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto;
}

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

.password-input{
	width: 100%;
}

.checkout-layout input, 
.checkout-layout textarea {
	border-color: #ccc !important;
	padding: 1rem !important;
}

.checkout-layout input:focus{
	border-color: #33a646 !important;
}

.checkout-layout .form-row label{
	margin-bottom: 0 !important;
}

.checkout-layout h3{
	padding-bottom: 2rem !important;
	border-bottom: 1px solid #ccc !important;
	font-size: 2.4rem !important;
}

.checkout-layout .select2-container .select2-selection--single {
	border-color: #ccc;
}

.checkout-layout #mx_custom_checkout_field h3 {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

#mx_custom_checkout_field, 
.woocommerce-additional-fields{
	margin-top: 4rem;
}

.wc-blocks-components-select__container{
	margin-top: 12px;
}


/* ================================================================================
BUTTONS
   ================================================================================ */

body .woocommerce-button, 
body .woocommerce-Button, 
body .button, 
body .wc-block-components-button{
	display: inline-block !important;
	padding: 1.6rem 5rem !important;
	font-weight: 500 !important;
	border-radius: 5px !important;
	text-transform: uppercase !important;
	background-color: #63a3d3 !important;
	color: #fff !important;
	text-decoration: none;
	transition: all .4s ease-in-out;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	padding: 0 !important;
	background-color: #c53552 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: auto !important;
}

body .woocommerce-button:hover, 
body .woocommerce-Button:hover, 
body .button:hover, 
body .wc-block-components-button:hover{
	background-color: #c53552 !important;
}


/* ================================================================================
LOGIN & AUTHENTICATION
   ================================================================================ */

#customer_login h2{
	text-transform: uppercase;
}

#customer_login .u-column1 form, 
#customer_login .u-column2 form{
	padding:2.5rem;
}



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

#customer_login .button{
	align-self: flex-start;
	margin-top: 3rem;
}

#customer-login {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-LostPassword{
	font-style: italic;
	text-decoration: underline;
}

.woocommerce-LostPassword:hover{
	text-decoration: none;
}

/* Login Responsive */
@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: 45rem;
	}
}


/* ================================================================================
MY ACCOUNT & NAVIGATION
   ================================================================================ */

.woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation{
	padding: 3rem;
	border-radius: 1rem;
	background-color: #fff;
	margin-bottom: 3rem;
	border:1px solid #e7e7e7;
}

.woocommerce-MyAccount-navigation ul li{
	margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation ul li a{
	padding-left: 5rem;
	position: relative;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.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: #dbeffe;
	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--lista-zelja a::before{
	background-image: url(images/favorites.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: #63a3d3;
}

.woocommerce-MyAccount-content .edit{
	display: inline-block;
	padding: 1rem 3.6rem;
	font-weight: 400;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #63a3d3;
	color: #fff;
	float: left !important;
	margin-bottom: 2rem !important;
}

header.woocommerce-Address-title{
	position: static;
	margin: 0;
	padding: 0;
	background-color: transparent !important;
	font-size: 1.7rem;
	animation: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

header.woocommerce-Address-title h2 {
	font-size: 2.1rem;
	color: #000;
	font-weight: 500;
}

.woocommerce-MyAccount-content em{
	font-size: 1.4rem;
	opacity: 0.8;
}

.woocommerce-EditAccountForm legend{
	font-weight: 500;
	margin: 2rem 0;
}
.woocommerce-address-fields .button{
  margin-top: 3rem !important;
}
/* My Account Responsive */
@media only screen and (min-width: 48.0625em) { /*769px*/
	.woocommerce-MyAccount-navigation{
		margin-bottom: 0;
	}
}


/* ================================================================================
CART
   ================================================================================ */

.woocommerce .woocommerce-result-count{
	margin: 0;
	float: none;
}

.woocommerce .woocommerce-ordering{
	margin: 0;
	float: none;
}

#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;
}

.order-review-wrapper-custom{
	padding: 2rem;
	border:1px solid #ccc;
}

.order-review-wrapper-custom h3{
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

.order-review-wrapper-custom table.shop_table{
	padding: 0;
	margin: 0;
	border: 0;
}

.order-review-wrapper-custom thead th:first-child{
	width: 40%;
}

.order-review-wrapper-custom thead th:last-child{
	text-align: right;
}

.order-review-wrapper-custom tfoot td:first-child{
	width: 40%;
}

.order-review-wrapper-custom tfoot td{
	text-align: right;
}

.order-review-wrapper-custom tbody td:last-child{
	text-align: right;
}

.order-review-wrapper-custom .cart-subtotal td{
	text-align: right;
}

/* Cart Responsive */
@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;
	}
}

@media only screen and (min-width: 56.3125em) { /*901px*/
	.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions table{
		width: 100%;
	}
	
	#customer_details, 
	#order_review{
		width: 48%;
	}
}


/* ================================================================================
PRODUCT PAGES
   ================================================================================ */

.woocommerce div.product .product_title {
	margin: 3rem 0;
}

.woocommerce-product-details__short-description p{
	margin-bottom: 2rem !important;
}

.yith-wcwl-add-to-wishlist-button__label {
	display: none;
}

.wpcdt-timer-495 .wpcdt-clock {
	max-width: 400px;
	margin: 2rem 0 0 0 !important;
}


/* ================================================================================
 WISHLIST (YITH)
   ================================================================================ */

.wishlist_table thead tr th, 
.wishlist_table tfoot td td, 
.widget_yith-wcwl-lists ul.dropdown li.current a, 
.widget_yith-wcwl-lists ul.dropdown li a:hover, 
.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, 
.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
	background: #fff;
}

table.wishlist_table {
	font-size: 100%;
	color: #000;
	font-weight: 400;
	letter-spacing: 0;
}

.wishlist_table .product-add-to-cart a.add_to_cart_button {
	display: inline-block !important;
	margin: 0;
	font-size: 1.6rem;
	border-radius: 5px;
	color: #fff;
	position: relative;
	font-weight: 600;
	background-color: #63a3d3;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(images/cart-white.svg);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	background-size: 2rem;
	padding: 0.8rem 3rem;
	padding-left: 6rem;
	margin: 0 !important;
}

.wishlist_table .product-add-to-cart a.add_to_cart_button:hover{
	background-color: #000;
}

.wishlist_table .product-add-to-cart a.remove_from_wishlist {
	padding: 0.8rem 3rem !important;
	display: inline-flex !important;
	background-color: #000!important;
}

.product-add-to-cart .dateadded{
	margin-bottom: 1rem;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
	text-align: left !important;
}


/* ================================================================================
 FILTERS (WPF)
   ================================================================================ */

.wpfFilterWrapper .wpfFilterTitle {
	cursor: pointer;
	background-color: #e9d7f9;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0;
	padding: 2rem 1.5rem;
	border-bottom: 1px solid #a1a1a1;
}

body .wpfFilterWrapper .wfpTitle {
	font-size: 2rem !important;
	font-weight: bold;
	height: auto;
	margin: inherit;
	padding: 0;
	color: inherit;
	line-height: inherit;
	font-weight: 400;
}

body .wpfFilterWrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.wpfTitleToggle {
	font-size: 1.4rem !important;
}

.wpfFilterWrapper ul{
	padding: 2rem;
}

body .ui-slider-horizontal .ui-slider-handle {
	top: 0.2em;
	margin-left: -.6em;
}

body .wpfFilterButton.wpfButton{
	display: inline-block;
	padding: 0.8rem 4rem;
	font-weight: 500;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #63a3d3;
	color: #fff;
	height: auto;
	width: auto;
}

body .wpfClearButton.wpfButton{
	background-color: transparent;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	border: 0;
	width: auto;
	height: auto;
}

body .wpfFilterButtons {
	min-width: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
	padding: 1rem 2rem 2rem 2rem;
}

body .wpfFilterButton.wpfButton:hover{
	background-color: #000;
}


/* ================================================================================
WOOCOMMERCE BLOCKS - CART & CHECKOUT
   ================================================================================ */

.woocommerce-notices-wrapper{
	width: 100%;
}

.woocommerce-no-products-found, 
.woocommerce-info{
	width: 100%;
}

body .woocommerce-NoticeGroup{
	width: 100% !important;
}

body .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
	font-size: 1.6rem;
}

body .wc-block-checkout__shipping-method-option-title{
	font-size: 1.6rem;
}

body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
	width: auto;
}

.wc-block-components-checkout-return-to-cart-button {
	font-weight: 600;
	font-size: 1.6rem;
}

.wc-block-components-address-card__edit{
	font-weight: 600;
}

body .wc-block-components-form .wc-block-components-checkout-step {
	margin: 0 0 4px;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{
	font-weight: 500;
}

body .wc-block-components-sidebar {
	padding-left: 0;
	background: #fff;
	padding: 1rem !important;
	margin-left: auto !important;
	border: 1px solid #ccc;
	width:100%;
	margin-top: 0;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
	padding: 2rem;
}

body .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper {
	border-left: 0;
}

.wc-block-components-totals-item__label, 
.wc-block-components-totals-item__value, 
.wc-block-formatted-money-amount{
	font-size: 2rem !important;
	margin-bottom: 2rem;
	font-weight: 600;
}

.wc-block-components-totals-item__description{
	line-height: 1.6;
}

/* WooCommerce Blocks - Cart Items */
.wc-block-cart *, 
.wp-block-woocommerce-cart-order-summary-block, 
.wc-block-cart-items * {
	font-size: 1.6rem !important;
}

.wc-block-cart-items__row .wc-block-cart-item__remove-link {
	position: absolute;
	left: 0;
	width: 3rem;
	height: 3rem;
	font-size: 0 !important;
	background-image: url(images/delete.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 1.6rem !important;
	background-position: center !important;
	top: 10.6rem;
}

.wc-block-cart-item__remove-link svg {
	display: none;
}

.wc-block-components-product-name {
	font-size: 2rem !important;
	font-weight: 600;
	text-decoration: none;
}

.wc-block-components-product-metadata,
.wc-block-components-product-badge {
	display: none;
}

.wc-block-cart-item__total{
	padding: 0 !important;
}

.wc-block-cart-item__prices .wc-block-formatted-money-amount{
	font-size: 1.5rem !important;
}

.wc-block-cart-items, 
.wc-block-cart-items__row{
	position: relative !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	padding: 1rem;
	border: 1px solid #ccc;
}

.wc-block-components-sidebar-layout{
	align-items: flex-start;
}

.woocommerce-cart.woocommerce-page .container, 
.woocommerce-checkout .container, .woocommerce-account  .container{
	max-width: 150rem;
}

/* WooCommerce Blocks - Checkout */
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]{
	width: auto;
	padding: 0;
}

.wc-block-components-checkbox {
	margin-bottom: 2rem;
}

.wp-block-woocommerce-checkout-order-summary-block, 
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{
	font-size: 1.6rem;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	font-size: 1.6rem !important;
	font-weight: 600;
}

.wp-block-woocommerce-checkout-pickup-options-block{
	display: none;
}

.wp-block-woocommerce-checkout-shipping-method-block{
	display: none;
}

/* Blocks Responsive */
@media only screen and (min-width: 30.0625em) { /*481px*/
	.wc-block-components-sidebar {
		padding: 3rem !important;
	}
	
	.wc-block-components-sidebar-layout .wc-block-components-main {
		padding: 3rem;
	}
}

@media only screen and (min-width: 700px) {
	.wc-block-checkout__sidebar {
		top: 104px !important;
	}
}

@media only screen and (min-width: 735px) {
	.wc-block-cart-item__image {
		width: 17rem;
		padding-left: 4rem !important;
	}
	
	.wc-block-cart-items__row .wc-block-cart-item__remove-link {
		left: 0;
		top: 1.6rem;
	}
	
	body .wc-block-components-sidebar{
		padding: 3rem;
		top: 20rem;
		right: 0;
		margin-top: 0;
  position: sticky !important;
  	width: 33% !important;
	}
}

@media only screen and (max-width: 736px){
	body .wc-block-components-totals-wrapper {
		padding: 16px 12px !important;
		border-left: 1px solid hsla(0,0%,7%,.11);
	}
	
	body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
		margin-top: 0;
		padding-left: 12px;
		padding-right: 12px;
		border-left: 1px solid hsla(0,0%,7%,.11);
	}
	
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
		border-left: 1px solid hsla(0,0%,7%,.11);
	}
}


/* ================================================================================
 SINGLE PRODUCT CUSTOMIZATION
   ================================================================================ */

/* Sakrij WooCommerce elemente na svim proizvodima */
.single-product .variants-product > p {
	display: none;
}

.single-product .variants-product .woocommerce-variation-price {
	display: none;
}

.single-product .variants-product .variations_button {
	display: none;
}


/* ================================================================================
. MISCELLANEOUS
   ================================================================================ */

/* Sakrij WooCommerce gumb gore */
.variants-product .single_add_to_cart_button {
	display: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #28784d;
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
}