

/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Header
13. Intro
14. Home Boxes
15. Home Products
16. Home Banners
17. Home Categories
18. Footer
19. Products page
20. Single Product page
21. Documents Page
22. About Page
23. Contact Page
24. Shop Pages
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color:#343434;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
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: #cd3635;  color: #fff; }  
::selection { background-color: #cd3635; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 170rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;}
.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: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4.5rem; }
}


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

.btn {
	display: inline-block;
	padding: 1.2rem 4rem;
	font-weight: 400;
  text-transform: uppercase;
  border:1px solid transparent
}
.btn-primary{
  background-color: #cd3635;
  border-color: #cd3635;
  color: #fff;
}
.btn-secondary{
  background-color: #43515a;
  color: #fff;
}
.btn-primary:hover{
  background-color: transparent;
  color: #cd3635;
}

.woocommerce-variation-add-to-cart.btn {
	display: inline-block!important;
	padding: 1.2rem 4rem!important;
	font-weight: 400!important;
  text-transform: uppercase!important;
  border:1px solid transparent!important
}
.woocommerce-variation-add-to-cart .btn-primary{
  background-color: #cd3635!important;
  border-color: #cd3635!important;
  color: #fff!important;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 1rem 1.5rem;
  outline: none;
  background-color: #ffffff;

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

}
input.btn{
  width: auto;
  transition: all .4s ease-in-out;
}
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;
}


/* ================================================================================== 
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: 7rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f2f2f2;
  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;
  color: #cd3635;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.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: #cd3635 !important;
	border: 2px solid #cd3635 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #cd3635 !important;
	border: 2px solid #cd3635 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #cd3635 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #cd3635 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
.header-banner{
  padding: 1rem 0;
  color: #fff;
  background-color: #17171a;
  text-align: center;
  font-size: 1.4rem;
}
.header-banner p{
  margin: 0;
}
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
  padding: 1.5rem 0;
}
header .container{
  display: flex;
  flex: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 7rem;
}
header nav,.main-navigation nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  z-index: 2;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li, .main-navigation nav li {
  display: block;
  margin-right: 0.5rem;
}
header nav li a, .main-navigation nav li a{
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.7rem;
}

header nav li a:hover, header nav li.current_page_item a, .main-navigation nav li.current_page_item a{
  color: #cd3635;
}
header nav li.menu-item-has-children, .main-navigation nav li.menu-item-has-children{
  background-image: url(images/arrow-right2.svg);
  background-repeat: no-repeat;
  background-position: right top 1.9rem;
  background-size: 0.5rem;
  padding-right: 1rem;
}
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 1.5rem;
    order: 3;
}


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

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

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

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

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

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

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

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


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

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-top{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 1.4rem;
}
.header-top {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-size: 1.4rem;
	width: 100%;
	align-items: center;
}
.search-toggle{
  cursor: pointer;
}
.search-toggle  img{
  display: block;
  width: 1.7rem;
  height: auto;
  margin-right: 1rem;
}
.user-link{
  display: none;
  align-items: center;
  padding-left: 2.5rem;
  background-image: url(images/user.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.7rem;
  margin-right: 3rem;

}
.user-link a:first-child{
  border-right: 1px solid #343434;
  padding-right: 1rem;
  margin-right: 1rem;
  
}
.user-link a:hover{
  color: #cd3635;
}
.lang{
  /* background-image: url(images/lang.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.7rem;
  padding-left: 2.5rem; */
  margin: 0 1.5rem 0 0;
}
.wpml-ls-legacy-dropdown {
	width: 13rem;

}
.header-cart{
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #cd3635;
  color: #fff;
}
.header-cart img{
  display: block;
  width: 1.7rem;
  height: auto;
  margin-right: 1rem;
}
.header-right{
  margin-left: auto;
}
.search-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,.8);
  z-index: 20;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.search-wrapper.open{
  opacity: 1;
  visibility: visible;
}
.search-wrapper form{
  width: 100%;
  display: flex;
}
.search-inner{
  max-width: 80rem;
  width: 100%;
  padding: 0 2rem;
}
.search-wrapper input{
  padding: 1rem;
  background-color: rgba(255,255,255, .4);
  padding: 2rem;
  border-color: transparent;
  color: #fff;
}
.search-wrapper input[type="submit"], #searchsubmit{
  background-color: #cd3635;
  width: auto;
  padding-left: 7rem;
  background-image: url(images/search-white.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2rem;
}
.close-search{
  position: absolute;
  top: 2rem;
  right: 4rem;
  cursor: pointer;
  font-size: 4rem;
  color: #fff;
}
.search-toggle{
  display: none;
}
.mobile-info .search-toggle{
  display: block;
}
.mobile-info  .user-link{
  display: flex;
}
.mobile-links{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 1rem;
  gap:1rem
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav,.main-navigation nav{
    width: 40rem;
  }
  .lang{
    margin: 0 3rem;
  }
  .toggle {
      margin-left: 3rem;
  }
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .user-link{
    display: flex;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .search-toggle{
    display: block;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  header nav li.menu-item-has-children ,   .main-navigation nav li.menu-item-has-children{
    background-position: right 3.6rem top 3rem;
  }
  .toggle{
    display: none;
  }
  .header-logo img{
    width: 11rem;
  }

  .header-right{
  margin-left: auto;
}
  header nav, .main-navigation nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;

  }
  header nav li, .main-navigation nav li{
    display: inline-block;
  }
  header nav li a, .main-navigation nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
    height: auto;
    max-height: 40rem;
    overflow-y: scroll;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a, .main-navigation nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  header nav li,   .main-navigation nav li{
    margin-right: 2.5rem;
  }
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro{
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.intro .container{
  padding: 0;
}
.intro-image{
  width: 100%;
}
.intro-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.intro-text{
  color: #fff;
  width: 100%;
  padding: 5rem 2rem;
}
.slick-dots{
  list-style: none;
  padding: 0 2rem 5rem 2rem;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap:1rem
}
.slick-dots li button {
	font-size: 0;
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
	position: relative;
	background: transparent;
}
.slick-dots button::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.slick-dots  li button:hover::after, .slick-dots li.slick-active button::after{
  opacity: 1;
  visibility: visible;
}
.main-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation{
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 144rem;
  }
  .intro-text{
    width: 60%;
    padding: 0 5rem;
  }
  .intro-image{
    width: 40%;
  }
  .intro-image img{
    height: 60rem;
  }
  .slick-dots{
    position: absolute;
    right: 5rem;
    bottom: 5rem;
    justify-content: flex-start;
    padding: 0;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-text{
    padding: 0 10rem;
  }

}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .intro-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-navigation{
    width: 40rem;
    background-color: #fff;
    z-index: 10;
    position: relative;
    display: block;
    background-color: #f9f9f9;
  }

  .main-navigation nav ul li{
    display: block;
    margin-right: 0;
    padding: 0 2rem;
  }
  .main-navigation nav ul li a{
    display: block;
    border-bottom: 1px solid #e7e7e7;
  }
  .intro-slider{
    width: calc(100% - 50rem);
  }
  .mobile-nav{
    display: none;
  }

}
/* ================================================================================== 
14. Home Boxes
===================================================================================== */

.home-text{
  width: 100%;
  margin-bottom: 5rem;
}
.home-boxes-wrapper{
  width: 100%;
}
.home-box{
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.home-box img{
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}
.home-box:hover img{
  transform: scale(1.1);
}
.home-box .title{
  margin: 0;
  position: absolute;
  right: 3rem;
  top: 4rem;
  z-index: 1;
}
.home-box .title h2{
  color: #fff;
}
.home-box:first-child h2{
  color: #343434;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .home-boxes-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-box{
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .home-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .home-text{
    width: 35%;
    padding-right: 13rem;
    margin-bottom: 0;
  }
  .home-boxes-wrapper{
    width: 65%;
  }
}
/* ================================================================================== 
15. Home Products
===================================================================================== */
.title-row{
  margin-bottom: 5rem;
  text-align: center;
}
.title-row  .title{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;

}
.title-row a{
  display: inline-block;
  margin-bottom: 1rem;
}
.title-row  .title h2{
  margin-bottom: 0;
}
.custom-arrows{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:3rem;
  margin-bottom: 1rem;
}
.custom-arrows img{
  width: 1.5rem;
  height: auto;
  display: block;
}
.custom-arrows div{
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.custom-arrows div:hover{
  opacity: 0.6;
}


.slide-inner{
  padding: 3rem;
  border:1px solid #e7e7e7;
  transition: all .4s ease-in-out;
}
.slide-inner:hover{
  box-shadow: 0 0 20px 20px rgba(0,0,0,.04);
}
.product-image{
  display: block;
  margin-bottom: 2rem;
}
.product-image img{
  width: 100%;
  height: 40rem;
  object-fit: contain;
}
.slide-inner h4{
  font-size: 1.4rem;
  color: #aaaaaa;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.slide-inner h3{
  font-size: 1.6rem;
}
.product-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod-price{
  font-size: 1.4rem;
}
.cart-btn{
  display: inline-block;

}
.cart-btn img{
  width: 1.5rem;
  height: auto;
  display: block;
}



@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .title-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    
  }
  .title-row  .title{
    margin: 0;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-start;
  }
  .custom-arrows{
    justify-content: flex-start;
  }
  .title-row  .title h2{
    margin-right: 3rem;
  }

}


@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .product-slide{
    padding: 2.5rem;
  
  }
}
/* ================================================================================== 
16. Home Banners
===================================================================================== */

.banner-box{
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.banner-box img{
  width: 100%;
  height: auto;
  display: block;
}
.banner-box:last-child{
  margin-bottom: 0;
}
.banner-text{
  width: 100%;
  background-color: #17171a;
  color: #fff;
  padding: 5rem 2rem;
}
.banner-text .title{
  margin-bottom: 2rem;
}
.banner-text  .btn{
  margin-top: 2rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .banner-text{
    position: absolute;
    bottom: 5rem;
    right: 5rem;
    max-width: 43rem;
    padding: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banners-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner-box{
    width: 49%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
17. Home Categories
===================================================================================== */
.categories-home h4{
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #343434;
}
.categories-wrapper a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categories-wrapper a:not(:last-child){
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px  solid #a7a7a7;
}
.categories-wrapper a  img{
  width: 3rem;
  height: auto;
  display: block;
}
.categories-wrapper a h3{
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
}
.categories-wrapper a:hover{
  color: #cd3635;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .categories-wrapper a h3{
    font-size: 2.6rem;
  } 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .categories-wrapper a h3{
    font-size: 3.2rem;
  }
}
/* ================================================================================== 
18. Footer
===================================================================================== */
footer{
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 2rem 0;
  color: #fff;
}
.footer-wrapper article{
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.footer-wrapper article:last-child{
  margin-bottom: 0;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li{
  margin-bottom: 0.5rem;
}
footer h3{
  font-size: 2.3rem;
}
.footer-logo a{display: block;}
.footer-logo img{
  display: block;
  width: 11rem;
  height: auto;
  margin: 0 auto;
}
.cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:1rem;
}
.cards img{
  width: 6rem;
  height: 3.4rem;
  object-fit: contain;
  display: block;
}
.copyright{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-wrapper article{
    width: 48.5%;
    text-align: left;
  }
  .footer-wrapper article:last-child{
    margin-bottom: 3rem;
  }
  .footer-logo img{
    width: 14.6rem;
    margin: 0;
  }
  .cards{
    justify-content: flex-start;
  }
  .copyright{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer{
    padding: 7rem 0 2rem 0;
  }
  .footer-wrapper article{
    width: 31.3%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .footer-wrapper article{
    margin-bottom: 0;
    width: auto;
  }
}

/* ================================================================================== 
19. Products page
===================================================================================== */
.product-box{
  padding: 3rem;
  width: 100%;
  margin-bottom: 3rem;
  border:1px solid #e7e7e7;
  transition: all .4s ease-in-out;
}
.product-box:last-child{
  margin-bottom: 0;
}
.product-box:hover{
  box-shadow: 0 0 20px 20px rgba(0,0,0,.04);
}
.product-image{
  display: block;
  margin-bottom: 2rem;
}
.product-image img{
  width: 100%;
  height: 40rem;
  object-fit: contain;
}
.product-box h4{
  font-size: 1.4rem;
  color: #aaaaaa;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.product-box h3{
  font-size: 1.6rem;
}
.page-aside{
  width: 100%;
  background-color: #fbfbfb;
}
.page-content{
  width: 100%;
  margin-top: 5rem;
}
.page-aside h4{
  color: #cd3635;
  font-weight: 600;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right top 1rem;
  background-size: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.page-aside ul{
  list-style: none;
  margin: 0;
  display: none;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.page-aside ul li{
  margin-bottom: 0.5rem;
}
.page-aside li a{
  display: block;
}
.top-filters{
  margin-bottom: 3rem;
}


.filters-select select{
  width: 100%;
margin-top: 1rem;
}
.filters-select p{
  margin-bottom: 0;
}
.page-aside h3{
  background-color: #cd3635;
  color: #fff;
  padding: 1rem;
  background-image: url(images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.1rem;
  display: block;
  cursor: pointer;
}
.filters-wrapper{
  display: none;
  padding: 0 1rem;
}

@media (min-width: 980px) {
  .tax-product_cat .products-wrapper {
      display: block !important;
  }
  .tax-product_cat ul.products.columns-4 {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  /* .tax-product_cat article.product-box {
    width: 98%;
  } */
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .products-wrapper, .products-wrapper ul{
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    gap:3%;
    flex-direction: row;
  }
  .page-content .products-wrapper{
    display: block;
  }
  .filters-select{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filters-select select{
    margin-left: 2rem;
    margin-top: 0;
    width: 40rem;
  }
  .product-box{
    width: 48.5%;
  }
  .product-box:last-child{
    margin-bottom: 3rem;
  }
  .top-filters{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .top-filters p{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-aside{
    width: 30rem;
      background-color: #fbfbfb;
      padding: 3rem;
  
  }
  .page-content{
    width: calc(100% - 30rem);
    padding-left: 5rem;
    margin-top: 0;
  }
  .page-aside ul:first-of-type{
    display: block;
  }
  .page-aside h3{
    display: none;
  }
  .filters-wrapper{
    display: block;
    padding: 0;
  }


}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .product-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
20. Single Product page
===================================================================================== */
.single-product-image{
  width: 100%;
  margin-bottom: 5rem;
}
.single-product-image img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: contain;
}
.single-product-image  a{
  display: block;
  position: relative;
}
.single-product-image a:not(:first-child){
  display: none;
}
.single-product-image a::before{
  content: '';
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background-color: #cd3635;
  background-image: url(images/search-white.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
}
.single-product-text{
  width: 100%;
  background-color: #fbfbfb;
  padding: 5rem 2rem;
}

.single-product .variations tr {
  /* margin-bottom: 20px; */
}

.single-product .variations tr td {
  position: relative;
}

.single-product .variations tr label {
  margin-right: 10px;
}

.single-product .variations {
  margin-bottom: 50px;
  border-collapse: separate;
  border-spacing: 10px;
}

.single-product .quantity {
  margin-bottom: 20px;
}

.reset_variations {
  color: #fff;
  background-color: #cd3635;
  padding: 4px 8px;
  margin: 0px;
  position: absolute;
    right: 0;
    bottom: -42px;
}

.brand img{
  width: 20rem;
  height: auto;
  display: block;
}
.brand{
  margin-bottom: 3rem;
}
.prod-price-single{
  font-size: 3rem;
  color: #cd3635;
  margin-bottom: 2rem;
}
.prod-size select{
  width: 30rem;
}
.prod-size{
  margin-bottom: 3rem;
}
.tabs {
  width: 100%;
}
.tabs a {
  padding: 1rem 2rem;
  display: block;
  border: 1px solid #e7e7e7;
  background: #fff;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.tabs a:hover,
.tabs a.active-tab {
  color: #cd3635;
  border-color: #cd3635;
}
.tabs-container {
  width: 100%;
  display: none;
  padding: 2rem 0;
  margin-top: 1rem;
  background-color: #fff;
}
.tabs-container.active-tab {
  display: block;
}
.product-description{
  margin-top: 5rem;
}
.responsive-table{
  width: 100%;
  max-width: 70rem;
}
.responsive-table table{
  width: 100%;

}
table td{
  padding: 1rem;
  border:1px solid #e7e7e7; 
}
thead td{
  background-color: #fbfbfb;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .single-product-text{
    padding: 5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .single-product-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .single-product-image{
    width: 40%;
    margin-bottom: 0;
  }
  .single-product-text{
    width: 60%;
  }
  .tabs {
    display: flex;
    flex-flow: row wrap;
  }
  .tabs a {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .single-product-image{
    width: 30%;
  }
  .single-product-text{
    width: 70%;
  }

}
/* ================================================================================== 
21. Documents Page
===================================================================================== */
.docs-wrapper{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.docs-wrapper a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 3rem;
	background-color: #f2f2f2;
  border:1px solid transparent;
  margin-bottom: 3rem;
}
.docs-wrapper a img {
	width: 7rem;
	height: 7rem;
	object-fit: contain;
	display: block;
	margin-bottom: 2rem;
}
.docs-wrapper a:hover{
  border-color: #aaaaaa;
}
.docs-wrapper a:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 25em) {
  /*400px*/
  .docs-wrapper a {
    width: 48.5%;
  }
  .docs-wrapper a:last-child{
    margin-bottom: 3rem;
  }
  .docs-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap:3%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .docs-wrapper a {
    width: 31.3%;
  }
  .docs-wrapper a img {
    width: 10rem;
    height: 10rem;
  }
}
/* ================================================================================== 
22. About Page
===================================================================================== */
.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-box{
  padding: 5rem 2rem;
  background-color: #e7e7e7;
  margin: 5rem 0;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .about-text{
    width: 50%;
    margin-bottom: 0;
  }
  .about-image{
    width: 40%;
  }
  .about-box{
    padding: 5rem;
  }
}
/* ================================================================================== 
23. Contact Page
===================================================================================== */

.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-text{
    width: 40%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 50%;
  }
}
/* ================================================================================== 
24. Shop Pages
===================================================================================== */


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  padding: 1rem;
  background-color: #f9f9f9;
}
.woocommerce table.shop_table td{
  border: 0;
border-bottom: 1px solid #e7e7e7;
}
.woocommerce table.shop_table{
  border: 0;
}
.woocommerce table.shop_table th{
  color: #cd3635;
}
.woocommerce a.remove {
	display: block;
	font-size: 1.5em;
	height: 3rem;
	width: 2rem;
	background-image: url(images/delete.svg);
	background-repeat: no-repeat;
	background-size: 1.8rem;
	background-position: center;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 0;
	border: 0;
}
.woocommerce a.remove:hover{
  background-color: #fff;
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.8rem;
  background-position: center;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 17rem;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 0;
	left: auto;
	color: #fff !important;
	background-color: #e95555;
  border:1px solid #e95555;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background-color:transparent;

	color: #e95555 !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.6rem;
	padding: 1em;
  background-color: #cd3635;
border:1px solid #cd3635
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background-color: transparent;
	color: #cd3635;
}
.cart_totals td{
  border-bottom: 0 !important;
}
.cart_totals h2 {
	font-size: 2rem;
	font-weight: 600;
}
.product-quantity input{
  margin-left: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .container .woocommerce{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .woocommerce-cart-form{

    width: 65%;
  }
  .woocommerce .cart-collaterals{
    float: none;
    margin-left: auto;
    width: 30%;
  
  }
  .product-quantity input{
    margin-left: 0;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    padding: 3rem;
  }
}
/*------------*/
 .wc-block-components-address-form__first_name{
  margin-bottom: 1rem;
 }
 .wc-block-components-button {
	display: inline-block;
	padding: 1.2rem 4rem !important;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid transparent;
	background-color: #cd3635;
	border-color: #cd3635;
	color: #fff;
	width:  auto !important;
	font-weight: 600;
}
.wc-block-components-button:hover{
  background-color: transparent;
  color: #cd3635;
}
form p{
  margin-bottom: 0;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {

	border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
	
}
.wc-block-components-title{
  color: #cd3635;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]{
  border-radius: 0 !important;
}
.wc-block-components-totals-wrapper{
  background-color: #f9f9f9;
  padding: 1rem !important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item{
  color: #cd3635;
}
/*----------*/
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;
}
.woocommerce-LostPassword.lost_password{
  font-style: italic;
  text-decoration: underline;
  opacity: 0.6;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  border:1px solid #cd3635;
}
.woocommerce-privacy-policy-text{
  font-size: 1.4rem;
  margin: 2rem 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
  border: 0;
  background-color: #f9f9f9;
}
.woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li{
  display: block;
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation li a{
  display: block;
  padding: 1rem;
  padding-left: 6rem;
  background-position: left 2rem center;
  background-size: 2rem;
  background-repeat: no-repeat;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard  a{
  background-image: url(images/home.svg);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders  a{
  background-image: url(images/orders.svg);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads  a{
  background-image: url(images/downloads.svg);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address  a{
  background-image: url(images/address.svg);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account  a{
  background-image: url(images/account.svg);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout  a{
  background-image: url(images/logout.svg);
  background-color: #e7e7e7;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  padding: 1rem;
  background-color: #f9f9f9;
  width: 100%;
  margin-bottom: 3rem;
}
.woocommerce-MyAccount-navigation li a:hover,  .woocommerce-MyAccount-navigation li.is-active a{
  background-color: rgba(205, 54, 53,.1);
}

.woocommerce-Address-title {
	position: static;
	top: auto;
	left: auto;
	padding: 1rem;
	width: auto;

  margin-bottom: 2rem;
  background-color: #f9f9f9;

}
.woocommerce-Address-title h3{
  font-size: 1.6rem;
  color: #cd3635;
  margin-bottom: 0;
}
.woocommerce-Address-title .edit{
  background-color: #cd3635;
  padding: 0 1rem;
  color: #fff;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .woocommerce-account .woocommerce-MyAccount-navigation{
    width: 30rem;
    margin-bottom: 0;
    padding: 3rem;
  }
  .woocommerce-MyAccount-content{
    width: calc(100% - 30rem);
    padding-left: 5rem;
  }
}