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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*===================== TABLE OF CONTENT =======================
1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14.Woocommerce
15. Header
16. Intro
17. Brands
18. Categories
19. Banner1
20. Products Section
21. TrustPilot
22. Newsletter
23. Info Section
24. Footer
25. Products Page
26. Product Page
27. About Page
28. Contact Page
29. Brandovi Page
30. Animations
31. Custom CSS
32. News Page

=============================================================*/
/* ================================================================================== 
Woocommerce
===================================================================================== */
/*----start detalji narudžbe / plaćanje----*/
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; 
}
@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%;
  }
}
/*----end detalji narudžbe / plaćanje----*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }
/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Yantramanav", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;

}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #9013ff;  color: #fff; }  
::selection { background-color: #9013ff; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 170rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
/* ================================================================================== 
5. Headings
===================================================================================== */
h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height:1.4;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 4rem; }
  .single-text .title h1{
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 5rem; }
  .single-text .title h1{
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 6rem; }
  .single-text .title h1{
    font-size: 3.8rem;
  }
}
.title p {
	font-size: 2.4rem;
	font-family: "Galindo", sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	color: #9013ff;
	opacity: 0.37;
}
/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn {
	display: inline-block;
	padding: 1rem 5rem;
	font-weight: 500;
  border-radius: 10rem;
  text-transform: uppercase;
}
.btn-white{
  background-color: rgba(255,255,255,0.12);
  color: #fff;
}
.btn-white2{
  background-color: #fff;
  color: #9013ff;
}
.btn-white:hover{
  background-color: #fff;
  color: #9013ff;
}
.btn-white2:hover{
  background-color: #000;
  color: #fff;
}
.btn-primary{
  background-color: #9013ff;
  color: #fff;
}
.btn-secondary{
  background-color: #43515a;
  color: #fff;
}
.btn-primary:hover{
  background-color: #000;
}
.btn-sm{
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #cecece;
	padding: 1.8rem 2rem;
	outline: none;
	background-color: #ffffff;
	border-radius: 10rem;
	font-size: 1.6rem;
	font-weight: 400;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #9013ff;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;
}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;
}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;
}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;
}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #ececec;
	color: #fff;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 3rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  padding: 1rem 0;
  font-size: 1.4rem;
}
.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;
}
.breadcrumbs ul li::after{
  content: '/';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{
  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.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: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
.relative .custom-next{
  right: -2rem;
}
.relative .custom-prev{
  left: -2rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .custom-arrow{
    width: 6rem;
    height: 6rem;
    background-size: 1.5rem;

  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next{
    right: -4rem;
  }
  .custom-prev{
    left: -4rem;
  }
  .relative .custom-next{
    right: -4rem;
  }
  .relative .custom-prev{
    left: -4rem;
  }
}
.custom-arrows{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.custom-arrows .custom-arrow{
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}
.swiper-pagination{
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  margin-top: 3rem;
  flex-wrap: wrap;
  max-width: 90rem;
}
.swiper-pagination-bullet{
  width: 10%;
  height: 1px;
  background-color: #e0e3e1;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #000;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .custom-arrows{
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .custom-arrows{
    margin-bottom: 5rem;
  }
}
/* ================================================================================== 
14. Woocommerce
===================================================================================== */

.woocommerce-checkout-payment  li,  .woocommerce-shipping-methods li{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.woocommerce-checkout-payment  li input, .woocommerce-shipping-methods li input{
    width:auto;
    margin-right:1rem;
}
.woocommerce-shipping-methods li label{
    margin:0;
}
.woocommerce-shipping-methods li, .woocommerce ul#shipping_method li{
    margin:0;
    padding:0 !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
      display:flex;
    align-items:center;
    flex-wrap:wrap; 
      margin:0;
    padding:0 !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
      width:auto;
    margin-right:1rem;
}
.woocommerce ul#shipping_method li input {
	position: static !important;
	width: 100%;
	left: auto;
}
.woocommerce form .form-row textarea {
	height: 20rem;
}
.wc_payment_methods.payment_methods.methods label{
    margin:0;
}
#order_review_heading {
	margin-top: 3rem;
	clear: both;
	display: block;
	float: left;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f6f9f7;
	border-radius: 5px;
}
/* ------login------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column2 form{
  /* background-color: #f7f4f1;
  border: 0 !important; */
  padding:2.5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;
}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
#customer-login {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 45rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    padding:5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 45rem;
  }
}
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column1 form{
  padding:5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;
}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}
.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: 10rem;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto;
}
body .woocommerce-button, body .woocommerce-Button, body .button, body .wc-block-components-button{
	display: inline-block !important;
	padding: 1rem 5rem !important;
	font-weight: 500 !important;
  border-radius: 10rem !important;
  text-transform: uppercase !important;
  background-color: #9013ff !important;
  color: #fff !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: #000 !important;
}
#customer_login .button{
  margin-top: 3rem;
}
.woocommerce-LostPassword{
  font-style: italic;
  text-decoration: underline;
}
.woocommerce-LostPassword:hover{
  text-decoration: none;
}
/*-----woo result-----*/
.woocommerce .woocommerce-result-count{
  margin: 0;
  float: none;
}
.woocommerce-notices-wrapper{
  width: 100%;
}
.woocommerce .woocommerce-ordering{
  margin: 0;
  float: none;
}
/*-----woo cart-----*/
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 1rem 2rem;
	width: 23rem;
  border-color: transparent;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
	border-color: #eaaa28;
}
.woocommerce .quantity .qty {
	width: 8rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.woocommerce a.remove{
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
.woocommerce a.remove:hover{
  background-color: transparent;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .woocommerce .quantity .qty {
    margin-left: auto;
  }
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width:100%;
  }
  .actions .coupon  button.button{
    width: 100% !important;
    margin-top: 1rem;
  }
}
/*----my account---*/
.woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation{
  padding: 3rem;
  border-radius: 1rem;
  background-color: #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;
}
.woocommerce-MyAccount-navigation ul li a::before{
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(145, 145, 145, 0.1);
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
  background-image: url(images/home.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
  background-image: url(images/orders.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
  background-image: url(images/downloads.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
  background-image: url(images/address.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
  background-image: url(images/payment.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
  background-image: url(images/details.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  background-image: url(images/logout.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--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: #9013ff;
}
.woocommerce-MyAccount-content .edit{
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #9013ff;
  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;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background-color: rgba(246, 137, 2,.1);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-color:rgba(246, 137, 2,.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
.woocommerce-EditAccountForm  legend{
  font-weight: 500;
  margin: 2rem 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation{
    margin-bottom: 0;
  }
}
.woocommerce div.product .product_title {
	margin: 3rem 0;
}
.woocommerce-product-details__short-description p{
  margin-bottom: 2rem !important;
}
/*--------*/
.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;
}
/* ================================================================================== 
15. Header
===================================================================================== */
.lang{
  color: #fff;
  z-index: 3;
  margin-left: auto;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
}
header.scrolled .lang, header.header-pages .lang{
  color: #000;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .lang{
    margin-left: 1rem;
  }
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 4rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-left: 1rem;
    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;
}
header.scrolled .line-toggle, .toggle.activate .line-toggle, header.header-pages .line-toggle{
  background-color: #000;
}
.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}
.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}
.toggle.activate{
  position: absolute;
  top: 3rem;
  right: 1rem;
}
.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: 4.2rem;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 1rem 0;
  color: #fff;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-color: #fff;
  color: #000;
  top: 0;
}
header.header-pages{
  background-color: #fff;
  color: #000;
  position: sticky;
}
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: 10rem;
}
header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 13;
  overflow-y: auto;
  color: #000;
}
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-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
}
header nav li a:hover, header nav li.current_page_item a{
 color: #9013ff;
}
.mobile-info{
  margin-top: 3rem;
}
.menu-item-has-children{
  position: relative;
}
header nav .sub-menu{
  display: none;
}
header nav .sub-menu li{
  display: block;
}
header nav .sub-menu li a{
  display: block;
  padding: 1rem;
  padding-left: 3rem;
}
.menu-toggle, .menu-toggle2{
	position: absolute;
	right: 0;
	top: 5px;
	width: 4rem;
	height: 3.3rem;
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2rem;
	cursor: pointer;
	transition: all.4s ease-in-out;
	z-index: 2;
	background-color: transparent;
}
.o.menu-toggle, .o2.menu-toggle2{
  transform: rotate(180deg);
}
.nav-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  transform: translateX(-100%);
}
body.open .nav-overlay{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  cursor: pointer;
}
.search-desktop{
  display: none;
}
.search-mobile{
  margin-bottom: 3rem;
}
.search-header.search-mobile input{
  width: 100%;
}
@media only screen and (max-width: 75em) {
  /*1200px*/
  header nav li a{
    border-bottom: 1px solid #e7e7e7;
    padding: 1rem 2rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 40rem;
  }
  .header-logo img{
    width: 10rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .search-desktop{
    display: block;
  }
  .search-mobile{
    display: none;
  }
}
@media only screen and (min-width: 83.75em) {
  /*1340px*/

  .toggle{
    display: none;
  }
  .nav-overlay{
    display: none;
  }
  header{
    padding: 0.5rem 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;
    color: #fff;
  }
  header.scrolled  nav,  header.header-pages nav{
    color: #000;
  }
  header nav li{
    display: inline-block;
  }
  header nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  header nav .sub-menu li a{
    padding-left: 1.6rem;
  }
  header nav .sub-menu::before {
    content: '';
    position: absolute;
    top: -1.5rem;
    left: 3rem;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #9013ff;
  }
  .mobile-info{display: none;}
  header nav .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #9013ff;

    border: 1px solid #9013ff;
    border-radius: 1rem;

    opacity: 0;
    visibility: hidden;
    display: block;
    color: #000;
    color: #fff;
  }
  header nav .sub-menu li a:hover{
    color: #fff;
    opacity: 0.6;
  }
  header nav .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 0.7rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
 .header-logo img{
    width: 12.5rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  header{
    padding: 0.5rem 0;
  }
  header nav li a{
    font-size: 1.6rem;
  }
  .header-logo img{
    width: 16.5rem;
  }
}
/*---------*/
.logo-header a{
  display: block;
  overflow: hidden;
}
.logo-header img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
/*---------*/
 .header-cart{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:0.1rem;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  transition: none;
}
.header-user {
  margin-right: 1rem;
  margin-left: 1rem;
}
.header-user  img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.header-favorites  img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.header-cart img{
  display: block;
  width: 3rem;
  height: 2.5rem;
  object-fit: contain;
}
.header-cart{
  position: relative;
}
.cart-q{
  position: absolute;
  width: 1.5rem;
  top: 0rem;
  left: 1.3rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  background-color: #9013ff;
  border-radius: 50%;
  z-index: 1;
}
.header-user img {
	display: block;
	width: 2.6rem;
	height: 2rem;
	object-fit: contain;
}
.header-user {
  margin-left: 1rem;
}
.header-user img, .header-cart img, .header-favorites img{
  filter: brightness(0) invert(100);
}
header.scrolled .header-user img, header.scrolled .header-cart img, header.header-pages .header-user img, header.header-pages .header-cart img, header.scrolled .header-favorites img,  header.header-pages .header-favorites img {
  filter: none;
}
header nav  > ul > li:last-child a:hover{
  color: #bf4045;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .header-user {
    margin-left: 2rem;
  }
}
/*------------------*/
.header-top{
  background-color: #9013ff;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.header-top p{
  margin-bottom: 0;
}
.header-top-slider{
  overflow: hidden;
}
.header-top-slider .swiper-slide{
  transition: all .4s ease-in-out;
}
/*------------------*/
.search-header{margin-left: auto;}
.search-header input{
  background-color: rgba(255,255,255,.2);
  padding: 1.1rem 2.1rem;
  width: 19rem;
}
.search-header form{
  position: relative;
}
.search-header input.search-btn {
	width: 4rem;
	height: 4rem;
	background-color: #9013ff;
	border-color: transparent;
	background-image: url(images/search-white.svg);
	background-size: 1.6rem;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	right: 3px;
	padding: 0;
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .search-header input{
    width: 23rem;
  }
  .search-header{margin-right: 2rem;}

}
/*-----------*/
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent;
	padding: 0;
	border-radius: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	line-height: 24px;
	font-size: 1.6rem;
  border: 1px solid #cecece;
	border-radius: 10rem;
	height: auto;
	font-family: inherit;
  background-color: rgba(255,255,255,.2);
  padding: 1.1rem 2.1rem;
  width: 19rem;
  color: #fff;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus{
  border-color: #9013ff;
} 
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder{
  color: #fff;
}
header.scrolled   .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder{
  color: #000;
}
header.scrolled .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
 border-color: #9013ff;
}
header.scrolled .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover{
   background-color: rgba(255,255,255,.2);
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover {
	 background-color: rgba(255,255,255,.2) !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
  width: 4rem;
	height: 4rem;
	background-color: #9013ff;
	border-color: transparent;
	background-image: url(images/search-white.svg);
	background-size: 1.6rem;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	right: 3px;
	padding: 0;
  left: auto;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{
  display: none;
}
.dgwt-wcas-search-wrapp{
  max-width: auto!important;
  min-width: auto!important;

}
.search-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
  width: 100%;
}
.search-mobile{
  padding: 0 2rem;
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
    width: 23rem;
  }
}
/*--------*/
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
	display: flex;
	position: relative;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	color: #fff;
	margin-left: 1.4rem;
	align-items: center;
	gap: 1.2rem;
}
.xoo-wsc-sc-bkcont{
  display: flex;
  align-items: center;
}
header.scrolled .xoo-wsc-sc-cont .xoo-wsc-cart-trigger{
  color: #000;
}
.xoo-wsc-sc-cont {
	font-size: 1.6rem;
}
.xoo-wsc-sc-bki {
	font-size: 21px;
	color: #9013ff;
}
/*---------*/
.wpml-ls-legacy-list-horizontal a{
  padding: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding:0;
}
header .container{
  max-width: 185rem;
}

/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro-slider{
  overflow: hidden;
}
.intro-slider img{
  display: block;
  width: 100%;
  height:100vh;
  object-fit: cover;
  object-position: top;
  transition: all .4s ease-in-out;
}
.swiper-slide{
  box-sizing: border-box;
  position: relative;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
}
.intro-slider .swiper-slide.swiper-slide-active.swiper-slide-fully-visible .intro-inner{
  -webkit-animation: scale-in-center 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}
.intro-inner{
  max-width: 75rem;
  width: 100%;
}
.intro-inner p{
  max-width: 40rem;
  width: 100%;
}
.intro-btns{
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem
}
.logo-part img{
  width: 8.4rem;
  height: auto !important;
  object-fit: contain;
}
.logo-part {
  margin-bottom: 3rem;
}
.intro .btn{
  margin-top: 3rem;
}

 @-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
  .intro-slider img{
    height:70rem;
  }
}
@media (max-width: 599px) {
  .intro-slider img{
    height:calc(100vh - 10rem);
  }
}
/* ================================================================================== 
16. Products
===================================================================================== */
.products-slider{
  overflow: hidden;
}
.product-box{
  width: 48.5%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  border:1px solid #b8b8b8;
  box-sizing: border-box;
  height: auto;
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 2rem;
}
.product-box h4{
  font-size: 1.3rem;
  opacity: 0.6;
  font-weight: 400;
  margin-bottom: 1rem;
}
.product-image{
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.product-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .4s ease-in-out;
	aspect-ratio: 16/13;
	object-fit: contain;
  position: relative;
  z-index: 1;
}

.product-image:hover img{
  opacity: 0;
  visibility: hidden;
}
.product-image img.image-hover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: -0;

}
.product-box h3{
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.product-box p{
  font-size: 1.4rem;
  opacity: 0.4;
}
.price-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.price-old{
  text-decoration: line-through;
  opacity: 0.4;
}
.bottom-btns{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;

  margin-top: auto;
  gap:1rem
}
.bottom-btns .price-box{
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.btn-more{
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 600;
}
.btn-cart {
	display: inline-block;
  font-size: 1.6rem;
	border-radius: 10rem;
	color: #fff;
  width: 3rem;
  height: 3rem;
  position: relative;
  font-weight: 600;
  background-color: #9013ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yith-add-to-wishlist-button-block{
  margin: 0;

}

.btn-cart-bg{
  background-image: url(images/cart-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.btn-cart  img{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.btn-cart:hover{
  opacity: 0.6;
}

.btn-favorites, .yith-add-to-wishlist-button-block {
	display: inline-block;
  font-size: 1.6rem;
	border-radius: 10rem;
	color: #fff;
  width: 3rem;
  height: 3rem;
  position: relative;
  font-weight: 600;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-favorites  img{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.btn-favorites:hover, .yith-add-to-wishlist-button-block:hover{
  opacity: 0.6;
}
.sticker {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #9013ff;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.4rem 2rem;
  z-index: 2;
}
.sticker-new {
	background-color: #000;
	right: 0;
	left: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .bottom-btns{
    flex-direction: row;
    justify-content: space-between;
  }
  .bottom-btns.product-box{
    width: auto;
  }
  .product-box .yith-add-to-wishlist-button-block{
  margin-left: auto;
}
  .bottom-btns .price-box{
    width: auto;
  }
  .product-box h3{
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
  .product-box{
    padding: 2rem;
  }
  .product-box p{
    font-size: 1.6rem;
  }
  .product-box h4{
    font-size: 1.6rem;
  }
  .btn-favorites {
    margin-left: auto;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .product-box{
    width: 31.3%;
  }
  .products-slider{
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .products-section1-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-section1-left{
    width: 49%;
    margin-bottom: 5rem;
  }
  .product-section1-right{
    width: 49%;
  }
  .product-section1-left img{
    height: 80rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .product-box{
    width: 22.7%;
  }
  .product-section1-right .product-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .product-section1-left img{
    height: 92rem;
  }
  .left-text{
    padding: 10rem;
  }
}
/*-------------*/
@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%;
    margin-bottom: 3rem;
  }
  .products-wrapper .product-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .products-wrapper .product-box{
    width: 31.3%;
  }
}
/*--------*/
.yith-wcwl-add-to-wishlist-button:is(button) {
	flex-direction: row;
	gap: 5px;
	padding: 0;
	font-size: .9rem;
	overflow: hidden;
	background: #000;
	border-radius: 50%;
}

.single-desc .yith-wcwl-add-to-wishlist-button {
  font-size: 1.6rem;
  border-radius: 10rem;
  color: #fff;
  width: 3rem;
  height: 3rem;
  position: relative;
  font-weight: 600;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .btn-favorites, .single-desc .yith-wcwl-add-to-wishlist-button {
	background-image: url(images/favorites-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.4rem;
} */
.single-desc .yith-wcwl-add-to-wishlist-button:hover{
  opacity: 0.6;
}
.yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper {
	background: #000;
}
.single-desc .yith-add-to-wishlist-button-block{
  margin-top: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-desc .yith-add-to-wishlist-button-block {
    position: absolute;
    right: 2.9rem;
    bottom: 1.7rem;
    margin-top: 0;
  }
}
/* ================================================================================== 
17. Brands
===================================================================================== */
.brands{
  overflow: hidden;
}
.brands-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
  width: 192rem;
  gap:3rem;
}
.move {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  align-items: center;
  gap:3rem
}
.brand-item {
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	-o-transition: transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
	width: 10rem;
	padding: 0px 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.brand-item:hover{
  transition: none;
}
.brand-item img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 7/4;
}
.brands2-wrapper{
  margin-top: 1rem;
}
.move.back {
	-webkit-animation-name: moveSlideshowBack;
	animation-name: moveSlideshowBack;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.move.foward {
	-webkit-animation-name: moveSlideshowForward;
	animation-name: moveSlideshowForward;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .brand-item {
    width: 10rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .brand-item {
    width: 20rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-brand-title h2{
    font-size: 6.5rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .brand-item {
    width:20rem;
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .home-brand-title h2{
    font-size: 10rem;
  }
}
@keyframes moveSlideshowBack {
  0% {
   -webkit-transform:translateX(0);
           transform:translateX(0)
  }
  to {
   -webkit-transform:translateX(-100%);
           transform:translateX(-100%)
  }
 }
 @-webkit-keyframes moveSlideshowBack {
  0% {
   -webkit-transform:translateX(0)
  }
  to {
   -webkit-transform:translateX(-100%)
  }
 }
 @keyframes moveSlideshowForward {
  0% {
   -webkit-transform:translateX(-100%);
           transform:translateX(-100%)
  }
  to {
   -webkit-transform:translateX(0);
           transform:translateX(0)
  }
 }
 @-webkit-keyframes moveSlideshowForward {
  0% {
   -webkit-transform:translateX(-100%)
  }
  to {
   -webkit-transform:translateX(0)
  }
 }
 .brands-wrapper:hover .move {
  animation-play-state: paused !important;
  -webkit-animation-play-state: paused !important;
}
.brands-btn{
  margin-top: 3rem;
display: flex;
justify-content: center;
padding: 0 2rem;
}
/* ================================================================================== 
18. Categories
===================================================================================== */
.catgories .container{
  max-width: 120rem;
}
.bg1{
  background-image: url(images/bg1.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100%;
}
.bg2{
  background-image: url(images/bg2.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100%;
}
.categories-box{
  width: 100%;
  margin-bottom: 3rem;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cat-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.categories-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.cat-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 3;
  padding: 5rem 3rem;
  text-align: center;
}
.cat-text h3{
  font-size: 3rem;
}
.categories-box:hover img{
  transform: scale(1.1);
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .cat-text .btn{
    padding: 0.6rem 3rem 0.4rem 3rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .categories-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .categories-box{
    width: 48.5%;
  }
  .categories-box img{
    aspect-ratio: 16/16;
  }
  .cat-text{
    text-align: left;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .categories-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .cat-text h3{
    font-size: 3rem;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .categories-box img{
    aspect-ratio: 16/9;
  }
 
}
/* ================================================================================== 
19. Banner1
===================================================================================== */
.banner1{
  padding: 6rem 0;
  text-align: center;
}
.banner-map {
	width: 100%;
}
.banner2-text{
  width: 100%;
  margin-bottom: 5rem;
}
.banner-map img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 60rem;
  margin: 0 auto;
}
.icon-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:2rem;
  margin-bottom: 3rem;
  justify-content: center;
}
.icon-row p{
  margin-bottom: 0;
}
.icon-row img{
  display: block;
  width: 4.1rem;
  height: 4.7rem;
  object-fit: contain;
}
.banner-abs-text {
	width:100%;
	height: auto;
	font-weight: 400;
}
.banner-abs img {
	display: block;
	width: 18rem;
	margin-top: 11rem;
	position: relative;
	z-index: 1;
  margin-right: 5rem;
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .banner-abs img{
    display: block;
  }
  .banner-abs-text {
    width:29rem;
    background-image: url(images/chat.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40rem;
    position: absolute;
    top: -17rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
  }
  .banner-abs{
    position: absolute;
    right: 0;
    top: 5rem;
  }
  .banner-abs-text p {
    width: 100%;
    padding-bottom: 4rem;
    padding-left: 5.5rem;
    padding-right: 0rem;
  }
  .icon-row{
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner1-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .banner-map {
    width: 38%;
  }
  .banner2-text{
    width: 55%;
    margin-bottom: 0;
  }
  .banner-abs{
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .banner-map img{
    max-width: 100%;
    margin: 0;
  }
  .banner1{
    text-align: left;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .banner-abs-text {
    width: 34rem;
  }
  .banner-abs-text p{
    padding-bottom: 5rem;
    padding-left: 7rem;
    padding-right: 2rem;
  }
  .banner1{
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .banner2-text{
    width: 48%;
  }
  .banner-abs-text {
    right: -12rem;
  }
  .banner-abs img {
    margin-right: 5rem;
  }
}
/* ================================================================================== 
20. Products Section
===================================================================================== */

.products-section-wrapper .product-box{
  margin-bottom: 0;
}
.products-section-text{
  width: 100%;
  padding: 4rem;
  background-color: #161616;
  color: #fff;
  position: relative;
}
.products-section-content{
  width: 100%;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.products-section-text .btn{
  margin-top: 2rem;
}
.products-section-text  .title{
  margin-bottom: 2rem;
}
.products-section-text img{
  display: block;
  width: 30rem;
  margin-left: -10rem;
  margin-top: 5rem;
}
.products2-slider, .products3-slider, .products4-slider {
  overflow: hidden;
  padding-bottom: 2rem;
}
.pop img{
  display: block;
  width: 8rem;
  object-fit: contain;
  margin: 0;
}
.pop{
  position: absolute;
  right: 3rem;
  width: 8rem;
  height: 4rem;
  bottom: 3rem;
}
.products-section2 .products-section-content{
  padding-right: 2rem;
  padding-left: 2rem;
}
.products-section2 .custom-arrows{
  justify-content: center;
}
.products-section2 .products-section-text {
  background-color: #9013ff;
}
.fig{
  margin-top: 3rem;
}
.fig img {
	width: 24rem;
	margin: 0;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .fig {
    position: absolute;
    right: 4rem;
    bottom: 2rem;
    z-index: 1;
    margin-top: 0;
  }
  .products-section-text p{
    width: calc(100% - 22rem);
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .products-section-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products-section-content{
    padding-left: 2rem;
    padding-right: 0;
  }
  .products-section-text{
    width: 30%;
  }
  .products-section-content{
    width: 70%;
  }
  .products-section-text p{
    width: auto;
  }
  .products-section-reverse .products-section-wrapper{
    flex-direction: row-reverse;
  }
  .products-section2 .products-section-content,   .products-section1 .products-section-content{
    padding-right: 5.9rem;
    padding-left: 0;
  }
  .fig {
    bottom: -6rem;
  }
  .products-section2 .custom-arrows,   .products-section1 .custom-arrows{
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .products-section-content{
    padding-left: 5rem;
  }
  .pop{
    top: 5rem;
    right: 5rem;
    height: 4rem;
    bottom: auto;
  }
}
@media only screen and (min-width: 105em) {
  /*1680px*/
  .products-section-text{
    padding: 10rem;
  }
}
.products-section3 .products-section-text img {
	width: 100%;
	height: auto;
	margin: 0;
  margin-top: 4rem;
  margin-top: auto;
}
.products-section3 .products-section-text{
  padding: 0;
  display: flex;
  flex-direction: column;
}
.products-section3 .products-section-text h2{
  padding: 5rem 5rem 0 5rem;
}
.products-section3 .products-section-text  .btn{
  margin-bottom: 3rem;
  align-self: flex-start;
  margin-left: 5rem;
  margin-top: 0;
}
/* ================================================================================== 
21. TrustPilot
===================================================================================== */
.section-trustpilot img{
  display: block;
  width: 100%;
  height: auto;
}
/* ================================================================================== 
22. Newsletter
===================================================================================== */
.newsletter-section{
  background-color: #09090a;
  color: #fff;
  background-image: url(images/banner2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.newsletter-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.newsletter-text{
  max-width: 40rem;
  width: 100%;
}
.newsletter-text .title{
  margin-bottom: 2rem;
}
.newsletter-section form{
  position: relative;
}
.newsletter-content{
  position: relative;
  max-width: 58rem;
  width: 100%;
}
.newsletter-section input{
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 1.6rem;
  padding: 2rem 2rem;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.newsletter-section input.btn-newsletter {
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 5rem;
	height: 100%;
	background-image: url(images/arrow-right2-white.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 3rem;
	padding: 0;
}
/* ================================================================================== 
23. Info Section
===================================================================================== */
.info-section{
  background-color: #9013ff;
  color: #fff;
}
.info-wrapper{
  padding: 0 2rem;
}
.info-box{
  width:100%;
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.info-box:last-child{
  margin-bottom: 0;
}
.info-icon img{
  display: block;
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.info-text{
  width: calc(100% - 8rem);
  font-size: 1.7rem;
}
.info-box h3{
  text-transform: uppercase;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .info-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3%;
  }
  .info-box{
    width:48.5%;
  }
  .info-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .info-box{
    width: 22.7%;
    margin-bottom: 0;
  }
  .info-box:last-child{
    margin-bottom: 0;
  }
}
/* ================================================================================== 
24. Footer
===================================================================================== */
footer{
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-weight: 400;
}
.footer-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  z-index: 1;
}
footer ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-wrapper{
  position: relative;
  z-index: 1;
}
footer h3{
  color: #000;
}
.footer-wrapper article{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-wrapper article:last-child{
  margin-bottom: 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logo img{
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 3rem;
}
footer h3{
  font-size: 2.1rem;
}
.copyright{
  padding: 2rem 0;
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
}
.cards{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content:center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
.footer-mail{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:1rem
}
.footer-mail img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.footer-phone{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:1rem
}
.footer-phone img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.footer-location{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:1rem
}
.footer-location img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.footer-whatsapp{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:1rem
}
.footer-whatsapp img{
  display: block;
  width: 2rem;
  height: 2rem;
}
footer h3{
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.footer-contact a{
  margin-bottom: 1rem;
}
.logo-sm img{
  width: 8rem;
  height: auto;
  display: block;
  margin: 0  auto;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-wrapper article{
    width: auto;
    text-align: left;
  }
  footer .social{
    justify-content: flex-start;
  }
  .footer-phone, .footer-location, .footer-mail, .footer-whatsapp{
    justify-content: flex-start;
  }
  .logo-sm img{
    margin: 0;
  }
  .footer-wrapper article.footer-box-logo{
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-wrapper article{
    width: auto;
    margin-bottom: 0;
  }
  .footer-wrapper article.footer-box-logo{
    width: auto;
    margin-bottom: 0;
  }
  .footer-logo img{
    margin: 0;
  }
}  
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer{
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 26rem;
  }
  footer h3{
    font-size: 3rem;
  }
}
/* ================================================================================== 
25. Products Page
===================================================================================== */
.top-height{
  width: 100%;
  height: 5.78rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .top-height{
    height: 7.43rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .top-height{
    height: 9.88rem;
  }
}
.text-center{
  margin: 0 auto;
  max-width: 70rem;
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.title-sm{
  margin-bottom: 3rem;
}
.page-aside{
  width: 100%;
  border:1px solid #ccc;
}
.filter-btn-wrap{
  padding: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem
}
.filter-btn-wrap .btn-sm{
  background-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
}
.page-content{
  width: 100%;
  margin-top: 3rem;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.page-aside ul li a {
	display: block;
	color: #000;
	font-weight: 400;
	font-size: 1.6rem;
	text-transform: uppercase;
	position: relative;
	padding: 0.6rem 2rem;
	border-bottom: 1px solid #e7e7e7;
}
.page-aside ul li:last-child a{
  border-bottom: 0;
} 
.page-aside ul.sub-menu{
  padding-left: 0;
  padding-top: 1rem;
}
.page-aside ul.sub-menu li a{
  text-transform: none;
  border-bottom: 0;
  background-color: transparent;
}
.page-aside li a:hover, .page-aside li.current_page_item a{
 color: #9013ff;
}
.page-aside h3 {
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1rem;
	background-color: #e9d7f9;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0;
	padding: 1.5rem;
  border-bottom: 1px solid #a1a1a1;
}
.page-aside h3.opened{
	background-image: url(images/arrow-up.svg);
}
.aside-content{
  padding-top: 1rem;
}
.aside-content .menu-item-has-children{
  position: relative;
}
.aside-content .sub-menu{
  display: none;
}
.page-aside .menu-toggle2{
  top: 1px;
}
.check-wrap{
  display: none;
}
.page-top{
  margin-bottom: 5rem;
  font-size: 1.6rem;
  color: #000;
  border-top: 1px solid #e7e7e7;
  padding-top: 3rem;
}
.page-top p{
  margin-bottom: 0;
}
.top-filter form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap:2rem;
}
.top-filter select {
	width: 100%;
	border: 1px solid #cacaca;
	padding: 1rem 1.6rem;
  appearance: none;
  background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.top-filter select:focus{
  border-color: #9013ff;
}
.top-filter select:last-of-type{
  margin-top: 0;
}
.products-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.products-wrapper .product-box{
  width: 48.5%;
  margin-bottom: 3rem;
}
.product-accordion{
  margin-top: 2rem !important;
}
.product-accordion h3{
  font-weight: 600;
  font-size: 1.8rem;
}
.check-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  padding: 0 2rem;
  font-weight: 400;
}
.check-box input{
  width: auto;
}
.check-wrap{
  padding: 1rem 0;
}
.grid-change{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  margin-bottom: 3rem;
  width: 100%;
}
.grid-change p{
  margin-bottom: 0;
}
.grid-change a {
	display: flex;
  opacity: 0.3;
}
.grid-change  a img{
  display: block;
  width: 2.4rem;
  height: 1.9rem;
  object-fit: contain;
}
.grid-change  a:hover, .grid-change a.active{
  opacity: 1;
}
.filter-view {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .products-wrapper .product-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .filter-view select{
    width: 10rem !important;
  }
  .top-filter{
    margin-top: 0;
  }
  .filter-view {
    margin-right: 3rem;
  }
  .top-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-filter select {
    margin-left: 2rem;
    margin-top: 0;
    width: 30rem;
  }
  .grid-change{
    margin-right: auto;
  }
  .filter-view {
    margin-bottom: 2rem;
  }
} 
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .filter-view {
    margin-bottom: 3rem;
  }
  .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page-top{
    border-top: 0;
    padding-top:0;
  }
  .page-aside{
    position: sticky;
    top: 15rem;
    width: 31rem;
  }
  .page-content{
    width: calc(100% - 36rem);
    margin-top: 0;
  }
  .aside-content{
    display: block;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-aside{
    width: 33rem;
  }
  .page-content{
    width: calc(100% - 40rem);
  }
  .products-wrapper .product-box{
    width: 22.7%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .filter-view {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 93.75em) {
  /*1500px*/
  .grid-change{
    width: auto;
    margin-bottom: 0;
  }
  .filter-view{
    margin-bottom: 0;
  }
}
/*----------*/
.price-filter{
  padding: 1.5rem;
    display:none;
}
.price-filter input{
  color: #000 !important;
}
.price-filter-wrap .btn{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
}
/*-------------*/
.list-wrapper .product-box {
	width: 100%;
	padding-left: 15rem;
	position: relative;
	padding-top: 5rem;
	padding-bottom: 5rem;
  overflow: hidden;
  transition: none;
}
.product-image{
  transition: none;
}
.list-wrapper .product-box .product-image {
	position: absolute;
	left: 0;
	top: 50%;
	width: 13rem;
	transform: translateY(-50%);
  transition: none;
}
.list-wrapper .product-box .product-image img {
	display: block;
	width: 100%;
	height: 21rem;
  transition: none;
	object-fit: contain;
}
.list-wrapper .product-box .product-image:hover img{
  transition: transform .4s ease-in-out;
}
.list-wrapper .product-box .bottom-btns {
	flex-direction: row;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .list-wrapper .product-box .product-image {
    width: 19rem;
  }
  .list-wrapper .product-box {
    padding-left: 21rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .list-wrapper .product-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 92.5em) {
  /*1480x*/
  .list-wrapper .product-box .product-image {
    width: 30rem;
  }
  .list-wrapper .product-box {
    padding-left: 30rem;
  }
}
/*-------------*/
.price-filter input {
	color: #000 !important;
	margin-bottom: 2rem;
}
.ui-slider {
  height: 4px;
  background: #e0e0e0; 
  border: none;
  border-radius: 2px;
  position: relative;
}
.ui-slider-range {
  background: #9013ff;
  height: 100%;
  top: 0;
  border-radius: 2px;
}
.ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #9013ff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.ui-slider-handle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(144, 19, 255, 0.3);
}
.ui-slider-horizontal .ui-slider-handle {
	top: 0.1em;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #9013ff;
	background: #9013ff;
	font-weight: normal;
	color: #ffffff;
}
/* ================================================================================== 
26. Product Page
===================================================================================== */
/*---------*/
.single-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-images{
  width: 100%;
  overflow: hidden;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
}
.single-text .product-price{
  margin-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;
}
.single-gallery .swiper-slide{
  background: #fff;
}
.thumbs-gallery .swiper-slide {
  cursor: pointer;
}
.single-gallery{
  position: relative;
}
.single-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.single-price{
  font-size: 2.6rem;
  margin: 3rem 0;
}
.single-selection{
  padding-top: 3rem;
  border-top:1px solid #e7e7e7;
}
.single-link{
  padding: 2.5rem;
  background-color: #eef2ee;
  margin-top: 2.5rem;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.single-text .title h1{
  padding-left: 0;
  margin-bottom: 0;
}
.single-text .title{
  margin-bottom: 2rem;
}
.single-text .breadcrumbs ul{
  justify-content: flex-start;
}
.single-text .price-wrap{
  font-size: 2.3rem;
  border-right: 0;
}
.single-gallery  .swiper-button-next{
  right: 1rem;
}
.single-gallery  .swiper-button-prev{
  left: 1rem;
}
.thumbs-gallery{
  margin-top: 2rem;
}
.thumbs-gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border: 1px solid #faf5f2;
	object-position: center;
}
.swiper-slide{
  box-sizing: border-box;
}
.thumbs-gallery .swiper-slide-thumb-active img{
  border-color: #9013ff;
}
.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, .single-btns form {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
	gap: 2.2rem;
	align-items: flex-start;
}
.single-btns form{
  flex-direction: row;
}
.single-btns .btn-favorites{
  margin-left: 1rem;
}
.single-quantity input {
	width: 4.7rem;
	height: 4.7rem;
	border: 1px solid #c9c9c9;
	padding: 0;
	text-align: center;
  border-radius: 0;
}
.plus, .minus {
	width: 4.7rem;
	height: 4.7rem;
	background-color: #9013ff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
  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(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 1.6rem center;
	background-size: 1rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.similar-products .custom-arrows{
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.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;
}
.aside-toggle span{
  width: 4rem;
  height: 4rem;
  background-color: #9013ff;
  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: 0;
	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;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-btns,   .single-btns form{
    flex-direction: row;
    align-items: center;
    gap:1rem;
    flex-wrap: wrap;
  }
  
  .single-options  select{
    width: 30rem;
  }
  .single-btns .btn{
    width: auto;
  }
  .single-btns form{
    margin-top: 0;
  }
  .cart-bottom-btns .btn-cart{
    width: auto !important;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-wrapper{
    flex-direction: row;
  }
  .single-images{
    width: 41%;
  }
  .single-text{
    width: 59%;
    padding-left: 5rem;
    margin-top: 0;
  }
  .single-link{
    padding: 5rem;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 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;
  border-bottom: 1px solid #e7e7e7;
}
.tabs a {
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding: 2rem;
  width: 100%;
}
.tabs a:hover,
.tabs a.active-tab {
  border-color: #3e9bb1;
  color: #3e9bb1;
}
.tabs-container {
	width: 100%;
	display: none;
	padding: 2rem 0;
}
.tabs-container.active-tab {
  display: block;
}
.single-bottom{
  margin-top: 5rem;
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 3.1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .tabs a {
    width: auto;
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .single-bottom{
    padding: 3rem  5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tabs-container {
    padding: 2rem 0;
  }
}
/*----------*/
.share{
  background-color: #f7f7f7;
  margin-top: 5rem;
  padding: 2rem;
}
.share-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  gap:1rem
}
.share a{
  display: inline-block;
}
.share a  img{
  display: block;
  width: 4rem;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .share h3{
    margin-bottom: 0;
  }
  .share{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
  }
}
/*-------*/
.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.accordion__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;
}
/*-----*/
.similar-slider{
  overflow: hidden;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

  .similar-slider{
    padding: 0 2rem;
  }
}
/*-----*/
.docs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3rem;
}
.docs a {
	display: inline-block;
	font-weight: 600;
	background-image: url(images/downloads.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: left center;
	padding-left: 4.2rem;
}
/*-----------*/
.fancybox__backdrop{
  background-color: #fff;
}
.fancybox__toolbar{
  background: #fff;
}
.fancybox__slide{
  padding: 0;
  justify-content: center;
}
.fancybox__carousel{
  z-index: 30;
}
.carousel__button svg {
  fill: #000; 
  stroke: #000; 
  filter: none; 
}
.fancybox__nav .carousel__button svg{
  display: none;
}
.fancybox__nav .carousel__button.is-next{
  background-image: url(images/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.fancybox__nav .carousel__button.is-prev{
  background-image: url(images/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
/*-------------*/
.single-table table{
  width: 100%;
}
.single-table table td{
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem 0;
}
.single-table table td:last-child{
  text-align: right;
}
.single-table table td:first-child{
  font-weight: 600;
}
/*--------*/
.single-price-box, .single-main-box .price {
	font-size: 3rem;
	justify-content: flex-start;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	font-weight: 600;
	color: #9013ff;
	flex-wrap: wrap;
	margin-bottom: 1.4rem;
	line-height: 1.1;
	margin-top: 1rem;
}
.single-main-box .woocommerce-variation-price .price, .single2 .price {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	flex-direction: column;

	gap: 1rem;
	border: 0;
}
.single2 .price{
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.lowest-price{
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
}
.single-main-box{
  background-color: #fff;
  padding: 1rem;
  margin-top: 3rem;
  border-radius: 1rem;
  position: relative;
}
.stock{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.stock-icon {
	width: 3.4rem;
	height: 3rem;
	background-image: url(images/in-stock.svg);
	background-repeat: no-repeat;
	background-size: 2.4rem;
	background-position: center;
}
.out-of-stock .stock-icon{
  background-image: url(images/out-of-stock.svg);
}
.single-delivery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.single-delivery img {
	display: block;
	width: 3.4rem;
	height: 4rem;
	object-fit: contain;
}
.in-stock{
  color: #0c8c2a;
}
.out-of-stock{
  color: #992c2e;
}
.btn-cart2, .cart-bottom-btns .btn-cart {
	display: inline-block;
  font-size: 1.6rem;
	border-radius: 10rem;
	color: #fff;
  width: 4rem;
  height: 4rem;
  position: relative;
  font-weight: 600;
  background-color: #9013ff;
  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: 2.3rem 3rem;
	padding-left: 6rem;
}
 .single-desc .single_add_to_cart_button{
  	display: inline-block !important;
  font-size: 1.6rem !important;
	border-radius: 10rem !important;
	color: #fff !important;
  position: relative !important;
  font-weight: 600 !important;
  background-color: #9013ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: url(images/cart-white.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left 2rem center !important;
  background-size: 1.7rem !important;
	padding: 1.3rem 3rem !important;
	padding-left: 6rem !important;
  margin-left: 1rem !important;
}
.single-main-box .variations{
  display: block;
}
.single-main-box .variations th, .single-main-box .variations td{
  display: block;
  text-align: left;
}
.single-main-box .variations select {
	display: block;
	width: 26rem;
	border: 1px solid #cecece;
	padding: 1rem 3rem;
	outline: none;
	background-color: #ffffff;
	border-radius: 10rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
}
.single_variation_wrap{
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}
.single-desc .woocommerce-variation-add-to-cart, .single2 .cart{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-desc .quantity{
  margin-bottom: 2rem;
}
.single-desc .quantity .qty{
  margin-left: 0 !important;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-desc .woocommerce-variation-add-to-cart, .single2 .cart{
    flex-direction: row;
  }
  .single-desc .quantity{
    margin-bottom: 0;
  }
  .single-main-box .woocommerce-variation-price .price ,  .single2 .price{
	  flex-direction: row;
    	align-items: center;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-main-box{
    padding: 2rem;
  }
}
/*--------*/
.single-bottom-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding: 2rem;
  background-color: #fff;
}
.single-bottom-wrap p{
  margin-bottom: 0;
}
/*----------*/
.cart-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 2rem 0;
	z-index: 30;
	box-shadow: 0 0 13px 3px rgba(0,0,0,.05);
  transition: all .4s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
  display: none;
}
.scrolling .cart-bottom{
  transform: translateY(0);
  opacity: 1;
}
.cart-bottom-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cart-bottom-image img{
  display: block;
  width: 4rem;
  height: auto;
}
.cart-bottom  h3{
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-left: 2rem;
}
.cart-bottom .product-item-price{
  font-size: 1.8rem;
  margin-right: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
.cart-bottom-btns{
  margin-bottom: 0;
  margin-top: 0;
}
.cart-bottom-btns .btn{
  font-size: 1.6rem;
}
.cart-bottom-image,.cart-bottom-title {
  display: none;
} 
.cart-bottom  .plus, .cart-bottom .minus {
  width: 3.7rem;
  height: 3.7rem;
}
.cart-bottom  .single-quantity input {
	width: 3.7rem;
	height: 3.7rem;
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .cart-bottom-btns .btn span{
    font-size: 0;
  }
  .cart-bottom-btns .btn {
    width: 5rem !important;
    height: 5rem;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
  }
    .cart-bottom-btns .btn span::before{
      content: none;
    }
      .cart-bottom-btns .btn{
        background-position: center;
      }
  .cart-bottom-btns .btn span{
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .cart-bottom-btns .btn-cart span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 3rem;
    background-image: url(images/cart-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    z-index: 2;
  }
  .cart-bottom-btns .btn-cart::before{
    content: none;
  }
  .cart-bottom-btns{
    flex-direction: row;
    gap:1rem;
    align-items: center;
  }
  .cart-bottom-btns .plus,   .cart-bottom-btns  .minus {
    width: 3.7rem;
    height: 3.7rem;
  }
  .cart-bottom-btns .single-quantity input {
    width: 3.7rem;
    height: 3.7rem;
  }
  .cart-bottom-btns .btn span::before{
    left: 50% !important;
    transform: translate(-50%,-50%);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .cart-bottom-image,.cart-bottom-title {
    display: block;
  } 
  .cart-bottom-price{
    margin-left: auto;
  }
}
/* ================================================================================== 
27. About Page
===================================================================================== */
.about-page-image{
  width: 100%;
}
.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  object-fit: cover;
}
.about-page-row:nth-child(2n+2){
  flex-direction: row-reverse;
}
.about-page-row:not(:last-child){
  margin-bottom: 5rem;
}
.about-page-wrapper{
  margin-top: 10rem;
}
.about-page-wrapper2{
  margin-bottom: 5rem;
}
.about-page-text2{
  width: 100%;
  text-align: center;
}
.about-page-image2  {
  width:100%;
  margin-bottom:3rem;
}
.about-page-image2 img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 20rem;
  margin: 0 auto;
  animation: spin-coin 4s linear infinite;
  transform-style: preserve-3d;
}
@keyframes spin-coin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.about-page-text2 .btn{
  margin-top: 3rem;
}

.cat-slider{
  overflow: hidden;
}
.bg3{
  background-color: #9013ff;
  color: #fff;
}
.cat-slider img {
	width: 5rem;
	filter: brightness(0) invert(100);
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.slide-image{
  width: 15rem;
  height: 15rem;
  background-color: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  border:1px solid #fff;
}
.cat-slider h4{
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
  opacity: 0.5;
}
.cat-slider h3{
  font-size: 2.4rem;
  font-family: "Galindo", sans-serif;
}
.cat-slider  .btn-white{
  background-color: #fff;
  color: #9013ff;
  margin-top: 3rem;
  opacity: 1;
}
.cat-slider  .btn-white:hover{
  opacity: 0.7;
}
.about-page-categories{
  padding: 5rem 0;
}
.about-page-categories .swiper-pagination{
  margin-top: 5rem;
}
.bg4{
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .about-page-wrapper2{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .about-page-text2{
    width: 48%;
    text-align: left;
  }
  .about-page-image2  {
    width:48%;
    margin-bottom: 0;
  }
  .about-page-image2 img{
    max-width: 40rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-image{
    width: 45%;
  }
  .about-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .cat-slider h3{
    font-size: 3rem;
  }
  .about-page-categories{
    padding: 7rem 0;
  }
  .about-page-categories .swiper-pagination{
    margin-top: 7rem;
  }
}

/*--------*/
.whyus .title{
  margin-bottom: 3rem;
}
.whyus-wrapper{
  margin-top: 5rem;
}
.whyus-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.whyus-box:last-child{
  margin-bottom: 0;
}
.whyus-box img{
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.whyus-box  h3{
  font-size: 2.4rem;
}
.whyus-icon{
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  background-color: #9013ff;
}
.whyus-icon img{
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .whyus-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .whyus-box{
    width: 48.5%;
  }
  .whyus-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .whyus-icon img{
    width: 6rem;
    height: 6rem;
  }
  .whyus-icon{
    width: 15.2rem;
    height: 15.2rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .whyus-box{
    width: 22.7%;
  }
  .whyus-wrapper{
    margin-top: 5rem;
  }
  .whyus-box h3{
    font-size: 2.6rem;
  }
}
/* ================================================================================== 
28. Contact Page
===================================================================================== */
.contact-box{
  width:100%;
  padding:3rem 1rem;

  margin-bottom:3rem;
  border:1px solid #a1a1a1;
border-radius: 2rem;
}
.contact-box-text{
  width: 100%;
}
.contact-box:last-child{
  margin-bottom:0;
}
.contact-form{
max-width: 70rem;
width: 100%;
padding: 5rem 2rem;
background-color:#fff;
margin: 0 auto;
position: relative;
margin-top: 8rem;
border-radius: 2rem;
}
.contact-form input.btn-primary{
  width: auto;
  transition: all .4s ease-in-out;
  padding: 1.8rem 4rem;
  border:0;
}
.contact-box a{
  text-decoration:underline;
}
.contact-form::before {
content: '';
width: 10rem;
height: 10rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -5rem;
background-image: url(images/mail.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 3rem;
z-index: 1;
background-color: #fff;
border-radius: 50%;
}
.contact-form .btn{
border-bottom: 0;
width: auto;
transition: all .4s ease-in-out;
}
.map iframe{
  width:100%;
  height:40rem;
  display:block;
}
.contact-icon{
  width: 7rem;
  height: 7rem;
  background-color: #9013ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.contact-icon img{
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.contact-box-text .footer-whatsapp{
  justify-content: flex-start;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .contact-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-box-text{
    width: calc(100% - 10rem);
  }
}
@media only screen and (min-width: 48.0625em) {
/*769px*/
.contact-boxes{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  gap:3%;
  flex-wrap: wrap;
}
.contact-box{
  width:48.5%;
}
.contact-box:last-child{
  margin-bottom:3rem;
}
}
@media only screen and (min-width: 61.3125em) {
/*981px*/
.contact-box{
  padding:5rem;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-form{
    padding: 5rem;

  }
}
/* ================================================================================== 
29. Brandovi Page
===================================================================================== */
.brands-nav{
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;
}
.brands-nav  ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.brands-nav ul li{
  display: inline-block;
}
.brands-nav ul li a {
	display: inline-block;
	padding: 1rem 2rem;
	font-weight: 600;
	border: 1px solid #e7e7e7;
  margin-bottom: 1rem;
}
.brands-nav  ul li a:hover{
  color: #fff;
  background-color: #9013ff;
}
.brands-row-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.brands-box{
  width:48.5%;
  margin-bottom: 3rem;
  border:1px solid #ccc;
  text-align: center;
  padding: 1rem;
}
.brands-box img{
  display: block;
  width: 25rem;
  margin: 0 auto;
  height: 12rem;
  object-fit: contain;
}
.brands-box h3{
  margin-bottom: 0;
}
.brands-box:hover {
	box-shadow: 0 8px 30px 5px rgba(0,0,0,.1);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .brands-box{
    width:31.3%;
  }
  .brands-box img{
    width: 30rem;
    height: 17rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .brands-box{
    width: 22.7%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .brands-box{
    padding: 3rem;
  }
}
/* ================================================================================== 
30. Animations
===================================================================================== */
.hiddens{
  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
}
@-webkit-keyframes zoomIn {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(.3,.3,.3);
      transform: scale3d(.3,.3,.3)
  }

  50% {
      opacity: 1
  }
}

@keyframes zoomIn {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(.3,.3,.3);
      transform: scale3d(.3,.3,.3)
  }

  50% {
      opacity: 1
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

/* ================================================================================== 
31. Custom CSS
===================================================================================== */

.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.wpcdt-timer-495 .wpcdt-clock {
	max-width: 400px;
	margin: 2rem 0 0 0 !important;
}
.woocommerce-no-products-found, .woocommerce-info{
  width: 100%;
}
/*----------*/
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;
}
.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;
}
@media only screen and (min-width: 700px) {
  .wc-block-checkout__sidebar {
    top: 104px !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  ;
}
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
  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);
}
} 
.volumen{
  margin:2rem 0;
  position: relative;
}
.volumen h3 {
	background-image: url(images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	background-size: 1rem;
	background-color: #e9d7f9;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0;
	padding: .5rem 1rem;
	height: 4rem;
	display: flex;
	align-items: center;
}
.volumen.open h3{
	background-image: url(images/arrow-up.svg);
}
.volumen ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	overflow-y: auto;
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 5;
	display: none;
	max-height: 14.6rem;
}
.volumen.open ul{
  display: block;
}
.volumen ul a {
	display: block;
	font-size: 1.6rem;

	border-bottom: 1px solid #ccc;
	font-weight: 400;
  padding: 5px 1rem;
}
.volumen ul a:hover{
  background-color: #e9d7f9;
}
.volumen ul li:last-child a{
  border-bottom: 0;
}
.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: 10rem;
	color: #fff;
  position: relative;
  font-weight: 600;
  background-color: #9013ff;
  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;
}
/*-------------*/

.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: 10rem;
  text-transform: uppercase;
  background-color: #9013ff;
  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;
}
/*-------*/
.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;
}
/* ================================================================================== 
32. News Page
===================================================================================== */
.news-box a{
  text-decoration: none;
}
.news-box{
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.news-box h3{
  font-size: 2.4rem;
}
.news-image{
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/15;
  object-fit: cover;
  transition: all .4s ease-in-out;

}
.news-box .btn-sm{
  margin-top: auto;
  align-self: flex-start;
}
.container-blog{
  max-width: 100rem;
}
.article-image{
  margin-bottom: 5rem;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .news-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .news-box{
    width: 31.3%;
  }
  .news-box h3{
    font-size: 3rem;
  }

}  
/*---*/