@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400&display=swap');
*, *::after, *::before {margin:0;padding: 0;-webkit-box-sizing: inherit;box-sizing: inherit;}
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: 'Fira Sans', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #4d4d4d;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size:1.6rem;
    overflow-x: hidden;
}
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;
}
::-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; }
.container {
    position: relative;
    width: 100%;
    max-width: 134rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 2rem;
}
.container-sm{
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 2rem;
}
.container-xs{
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 2rem;
}
.container::after {content: "";display: table;clear: both;}

a {color: inherit;text-decoration: none;-webkit-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease;}
strong{font-weight: 500;}
h1, h2, h3, h4, h5, h6{ margin-bottom: 2rem;font-weight: 600;line-height: 1.4;}
p{margin-bottom: 2rem;}
ul{padding-left: 4rem;}
.none{display: none;}
/*----------BREADCRUMBS---------*/
.bread-crumbs{
  padding: 1rem 0;
  margin-top: 3rem;
}
.bread-crumbs ul{list-style:none;padding-left: 0;}
.bread-crumbs ul li{font-size: 1.4rem;display: inline-block;font-weight: 800;}
.bread-crumbs ul li a{display: inline-block;font-weight: 400;}
.bread-crumbs ul li:after{content:"-";padding-left: 1rem;padding-right: 1rem;}
.bread-crumbs ul li:last-child:after{content:"";padding-left: 0;padding-right: 0;}
/*---------------END BREADCRUMBS----------*/



/*-------START COOKIES------*/
    .cookie-wrapper {
        position: fixed;
        bottom: 0;
        right: 0;
        /* boja za pozadinu vanjskog */
        background: #fff;
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
        padding: 15px;
        z-index: 999999999999999;
        overflow-y: auto;
        box-shadow: 0 0 41px 3px rgba(0,0,0,.08);
        color: #000;
    }

  .cookie-wrapper p{

    font-weight: 400;
    font-size: 14px;
    color:#000;
  }
  .cookie-wrapper a{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
       /* boja za pozadinu gumbova */
    background-color: #fff;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
    top: 10px;
    left: 10px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider-input {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B5B5B5;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider-input:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider-input {
    background-color: #535252;
  }
  
  input:focus + .slider-input {
    box-shadow: 0 0 1px #535252;
  }
  
  input:checked + .slider-input:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider-input.round {
    border-radius: 34px;
  }
  
  .slider-input.round:before {
    border-radius: 50%;
  }
  .onemoguci {
	display: inline-block;
	position: relative;
	color: #464646;
}
  .omoguci {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    color: #464646;
  }
  .upravljanje-cookies h3{
    font-size: 21px;
    font-weight: bold;
    color:#000;

  }
  .upravljanje-cookies h4{
    font-size: 18px;
    font-weight: bold;
    color: #000;

    margin:5px 0;
  }
  .upravljanje-cookies {
    /* boja za pozadinu unutarnjeg dijela kad se otvori */
	background: #ECECEC;
	box-sizing: border-box;
	padding: 7.9%;
	display: none;
	margin-top: 2.4%;
}

.upravljanje-cookies p {
    color:#000;
}
  .header-cookies{
    width: 100%;
    position: relative;
  }
  .header-cookies h2{
    float: left;
  }
  .header-cookies a{
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .cookies-1, .cookies-2{
    width: 100%;
    margin-bottom: 25px;
  }
  
  .cookie-btn{
    display: inline-block;
    padding: 10px 30px;

    font-weight: bold;
    text-align: center;
    border:1px solid #bbb;
  }
  .mb15{
    margin-bottom: 15px;
  }
  a.vise-cookies{
    display: inline-block;
    padding: 10px 0;

    font-weight: bold;
    text-decoration: underline;
    margin:5px;
  }
  a.vise-cookies:hover{
    text-decoration: none;
  }
  .cookie-toggle {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #bbb;
	margin: 5px 0;
	text-align: center;
}

.c-btns{
    display: flex;
    align-items: center;
  }
  /*-------END COOKIES------*/


/*---------------COOKIES
.cc_container .cc_btn{
  background-color: #080808 !important;
  color: #fff !important;
  font-size: 1.6rem !important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
	background-color: #262938 !important;
	color: #fff !important;
}
.cc_container p > a{
  font-weight: 600;
  color: #080808;
}
.cc_container .cc_message {
	font-size: 1.6rem !important;
  line-height: 1.2!important;
  font-family: inherit!important;
  color: inherit!important;
}
/*---------------END COOKIES----------*/
/*---------------HEADER----------*/
header{
  /* position: fixed;
  left: 0;
  top: 0; */
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
header ul{
  list-style: none;
  padding-left: 0;
}
/*---------------header top----------*/
.header-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 0;
}
.header-top span, .favorites-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
}
.header-top span{
  display: none;
}
.header-top span img, .favorites-link img{
  display: inline-block;
  margin-right: 1rem;
  height: 1rem;
}
.header-top span:first-child{
  margin-right: 2rem;
}
.favorites-link {
  margin-left: 2rem;
}

@media only screen and (min-width: 25em){ /*400px*/ 
  .header-top{
    padding: 2rem 0;
  }
  .favorites-link {
    margin-left: 4rem;
  }
  .header-top span:first-child{
    margin-right: 4rem;
  }
  .header-top span{
    display: block;
  }
}
/*---------------header bottom----------*/
.header-bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1rem 0;
}
.logo img{
  display: block;
  width: 10rem;
}
@media only screen and (min-width: 25em){ /*400px*/
  .header-bottom{
    padding: 1rem 0;
  }
} 
@media only screen and (min-width: 42.5625em){ /*681px*/ 
  .logo img{
    width: 15.9rem;
  }
}
/*---------------nav primary----------*/
.nav-primary{
 display: none;
}

@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .nav-primary{
    margin-left: auto;
    display: block;
  }
  .nav-primary li{
    display: inline-block;
  }
  .nav-primary li a{
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    font-weight: 300;
    font-size: 1.8rem;
  }

}

/*---------------sub----------*/
.main-sub .has-sub {
	position: relative;
	background-image: url(../images/sub-white.svg);
	background-repeat: no-repeat;
	background-position: right top 1rem;
	background-size: 1rem;
}
.main-sub .has-sub > a{
  padding-right: 2rem;
}
.main-sub > li > a{
  font-weight: 600;

}
.main-sub {
	display: none;
  margin-top: 2rem;

}
.main-sub.open-sub{
  opacity: 1;
  visibility: visible;
}
.nav-primary ul > li.has-sub{
  position: relative;
}
.main-sub a:hover{
  opacity: .6;
}



.main-sub li{
  display: block;
}
.main-sub li a{
  display: block;
  text-transform: none;
  font-size: 1.6rem;
}
.main-sub .sub{
  display: none;
}

.menu-icon {
	width: 3.2rem;
	height: 2.3rem;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 9;
  margin-left: auto;
}
.menu-icon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #4d4d4d;
}
.menu-icon span{
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.menu-icon span:nth-child(1) {top: 0;}
.menu-icon span:nth-child(2) {top: 1rem;}
.menu-icon span:nth-child(3) {top: 2rem;}

.menu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -.1rem;
  left: .8rem;
}

.menu-icon.open span:nth-child(2) {width: 0%;opacity: 0;}

.menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 2.2rem;
  left: .8rem;
}
.mobile-nav{
  display: block;
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .mobile-nav{
    display: none;
  }
  .menu-icon {
    margin-left: 5rem;
  }
  .main-sub {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 5rem;
    width: 64rem;
    padding: 4rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: 1px solid #e7e7e7;
    margin-top: 0;
  }
  .main-sub > li{
    width: 50%;
  }
  .main-sub li a{
    padding: 0.7rem 2.5rem;
  }
  .main-sub .has-sub {
    background-image: url(../images/sub.svg);
    background-position: right 2rem top 1.7rem;
  }
  /* .main-sub > li:hover > a{
    -webkit-text-stroke: 1px black;
  } */
}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .nav-primary ul > li.has-sub:hover .main-sub{
    opacity: 1;
    visibility: visible;
  }
}
/*---------------nav secondary----------*/
.nav-secondary{
  position: fixed;
  min-height: 100vh;
  height: 100%;
  max-width: 30rem;
  width: 100%;
  color: #fff;
  background-color: #4d4d4d;
  right: 0;
  top: 0;
  z-index: 999;
  text-align: right;
  padding: 7rem 5rem 7rem 5rem;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
}
.nav-secondary li{
  display: block;
  margin-bottom: 1rem;
}
.nav-secondary li a{
  display: block;
  text-transform: uppercase;
}
.nav-secondary.open{
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
.menu{
  margin-bottom: 3rem;
}
.nav-info{
  margin-top: auto;
}
.nav-info span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-info img{
  display: inline-block;
  margin-right: 2rem;
}
.nav-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(255,255,255,.6);
  z-index: 999;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.nav-overlay.open{
  opacity: 1;
  visibility: visible;
}

  @media only screen and (min-width: 30.0625em){ /*481px*/ 
    .nav-secondary{
      max-width: 41rem;
    }
  }
/*---------------END HEADER----------*/
/*---------------MAIN----------*/


/* main{
  margin-top: 15.4rem;
} */
/*---------------btns----------*/
.btn-more{
  margin-top: 2.5rem;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-send{
  display: inline-block;
  background-color: #4d4d4d;
  color: #fff;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  border: 0;
  font-weight: 500;
}
.btn-send:hover, .btn-more:hover{
  opacity: .7;
}
/*---------------END MAIN----------*/
/*---------------HOMEPAGE----------*/
/*---------------articles----------*/
.homepage{
  padding-top:5rem;
}
.article-row{
  position: relative;
  margin-bottom: 5rem;
}

.article-text {
	width: 100%;
	z-index: 9;
}
.article-slider {
	width: 100%;
  margin-top: 5rem;
}
.article-text h2{
  font-size: 2.4rem;
  margin-bottom: 4rem;
  font-family: 'Bodoni Moda', serif;
  font-style: italic;
}
.article-text h2 br{
  display: none;
}

.article-slide img{
  display: block;
  width: 100%;
}
@media only screen and (max-width: 50em){ /*800px*/
  .article-text p{
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .article-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .article-text {
    position: absolute;
    left: 1rem;
    top: 0;
    max-width: 70rem;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;

  }
  .article-slider {
    max-width: 40rem;
    margin-top: 0;
  }
  .article-text p{
    max-width: 40rem;
    width: 100%;
  }

  .article-row:nth-child(2n+2), .product-bottom .article-row{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .article-row:nth-child(2n+2) .article-text, .product-bottom .article-text{
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    left: auto;
    right: 1rem;
  }
  .article-row{
    margin-bottom: 13rem;
  }
  .product-bottom .article-row{
    margin-bottom: 9rem;
  }
  .article-text h2 br{
    display: initial;
  }
  .article-text h2{
    font-size: 2.9rem;
  }
 
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .article-slider {
    max-width: 50rem;
  }
}
@media only screen and (min-width: 61.3125em){/*981px*/
  .article-slider {
    max-width: 60rem;
  }
  .article-text p{
    max-width: 30rem;
  }
} 
@media only screen and (min-width: 68.75em) {/*1100px*/
  .article-slider {
    max-width: 82.7rem;
  }
  .article-text h2{
    font-size: 4.9rem;
  }
  .article-text {
    left: 1rem;
    top: 7rem;

  }
  .article-text p{
    max-width: 30rem;
  }
  .article-row:nth-child(2n+2) .article-text, .product-bottom .article-text{
    right: 1rem;
  }
} 
@media only screen and (min-width: 75.0625em){/*1201px*/
  .article-text {
    left: 9rem;
  }
  .article-row:nth-child(2n+2) .article-text, .product-bottom .article-text{
    right: 9rem;
  }
}

/*---------------slick slider----------*/
.slick-dots{
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}
.article-row:nth-child(2n+2) .slick-dots{
  right: auto;
  left: 2rem;
}
.slick-dots li button{
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border:1px solid #4d4d4d;
  border-radius: 50%;
  display: inline-block;

}
.slick-dots li:not(:last-child){
  margin-right: 1rem;
}
.slick-active{
  opacity: .7;
}
/*---------------END HOMEPAGE----------*/
/*---------------FOOTER----------*/
/*---------------form----------*/
fieldset{
  border: 0;
  display: block;
}
fieldset:not(:last-child){
  margin-bottom: 2rem;
}
label{
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
input, textarea, select{
  display: block;
  background-color: #fff;
  padding: 1.5rem;
  font-size: 1.7rem;
  font-style: italic;
  opacity: .63;
  border:1px solid transparent;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100%;
  display: block;

}
input:focus, textarea:focus, select::focus{
  border:1px  solid #4d4d4d;
}
button{
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media only screen and (min-width: 50.0625em){/*801px*/  
  input, textarea, select{
    padding: 2rem;
  }
}
/*---------------checkbox----------*/
label.check-wrapper {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  padding-left: 4rem;
  font-size: 1.6rem;
  font-weight: 300;
}
label.check-wrapper a{
  font-weight: 600;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  padding: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.3rem;
  width: 2.3rem;
  background-color: #fff;
  -webkit-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}
.check-wrapper  strong{color:#080808;}
.checkmark:after {content: ""; position: absolute; display: none; }
.check-wrapper input:checked ~ .checkmark:after {display: block; }
.check-wrapper .checkmark::after {
	left: 1rem;
	top: 0.6rem;
	width: .5rem;
	height: 1rem;
	border: solid #484848;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
/*---------------newsletter----------*/
.newsletter{
  padding: 5rem 0;
}
.container-newsletter{
  max-width: 67rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.newsletter{
  background-color: #ededed;
}
.newsletter h2{
  font-size: 2.7rem;
  font-weight: 400;
  margin-bottom: 5rem;
  text-align: center;
}


.fieldset-group button {
	margin-top: 2rem;
}
@media only screen and (min-width: 50.0625em){/*801px*/ 

  .newsletter h2{
    font-size: 3.7rem;
  }
  .fieldset-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fieldset-group label.check-wrapper{
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .fieldset-group button {
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
    margin-left: 2rem;
    margin-top: 0;
  }
} 
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .newsletter{
    padding: 10rem 0;
  }
  .newsletter h2{
   margin-bottom: 7rem;
  }
}
/*---------------main footer----------*/
footer{
  background-color: #4d4d4d;
  color: #fff;
  padding: 5rem 0 5rem 0;
  text-align: center;
}
.footer-logo {
  margin-bottom: 5rem;
  text-align: center;
}
.footer-logo a{
  display: inline-block;
}
.footer-logo img{
  display: block;
}

.footer-links ul{
  list-style: none;
  padding-left: 0;
}
.footer-links li{
  display: block;
}
.footer-links li a{
  display: block;
}
footer h3{
  font-size: 1.9rem;
}
footer p, footer h3{
  color: #fff;
}
.footer-social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-social a{
  display: inline-block;
}
.footer-social a:not(:last-child){
  margin-right: 1rem;
}
.footer-social a img{
  display: block;
}
.copyright{
  margin-top: 3rem;
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
.v{
  font-size: 1.5rem;
  color:#fff;
  margin-top: 1rem;
}
.v img{
  display: block;
}
footer article:not(:last-child){
  margin-bottom: 3rem;
}
@media only screen and (min-width: 42.5625em){ /*681px*/
  .footer-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .footer-contact{
    width: 30%;
  }
  .footer-links{
    width: 45%;
  }
  .footer-other{
    width: 20%;
  }
  .footer-links ul{
    list-style: none;
    padding-left: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  footer{
    padding: 10rem 0 5rem 0;
    text-align: left;
  }
  footer article:not(:last-child){
    margin-bottom: 0;
  }
  .footer-social{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .copyright{
    margin-top: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  
  }
  .v{
    margin-left: auto;
    margin-top: 0;
  }
}
/*---------------END FOOTER----------*/
/*---------------PAGES----------*/
/*---------------space----------*/
.space{
  padding: 5rem 0;
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .space{
    padding: 7rem 0;
  }
}
/*---------------title----------*/
.title{
  text-align: center;
  margin-bottom: 5rem;
}
.title h1, .title h2{
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}
.title-serif{
  text-align: left;
}
.title-serif h1{
  font-size: 2.9rem;
  margin-bottom: 4rem;
  font-family: 'Bodoni Moda', serif;
  font-style: italic;
}
@media only screen and (min-width: 25em){ /*400px*/ 
  .title h1, .title h2{
    font-size: 3rem;
  }
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .title h1, .title h2{
    font-size: 4rem;
  }
  .title{
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 68.75em) {/*1100px*/
  .title-serif h1{
    font-size: 4.9rem;
  }
} 
/*---------------contact page----------*/

.contact-text{
  width: 100%;
  margin-bottom: 3rem;
}
.contact-form{
  width: 100%;
}
.contact-form input, .contact-form textarea, .product-select select{
  border:1px solid #4d4d4d;
  padding: 1rem;
}
.contact-form .checkmark{
  border:1px solid #4d4d4d;
}
.contact-form .check-wrapper .checkmark::after {
	left: 0.8rem;
	top: 0.5rem;

}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .contact-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-text{
    width: 50%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 50%;
  }
}
/*---------------contact location----------*/
.contact-location{
  padding: 8rem 4rem 1rem 4rem;
  margin-top: 5rem;
}
.contact-location h3{
  font-size: 1.9rem;
}
.contact-location article{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 37.5625em){/*601px*/ 
  .contact-location{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }
  .contact-location article{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5rem;
  }
  .contact-location article:nth-child(2n+2){
    margin-right: 0;
  }
}
@media only screen and (min-width: 40.0625em){/*641px*/ 
  .contact-location{
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 61.3125em){/*981px*/
  .contact-location article{
    width: 32%;
  }
  .contact-location article:nth-child(2n+2){
    margin-right: 2%;
  }
  .contact-location article:nth-child(3n+3){
    margin-right: 0;
  }
} 
/*---------------contact map----------*/
.contact-map{
  padding-bottom: 0;
    padding-top: 3rem;
}
/*---------------about page ----------*/
.about-row{
  margin-bottom: 3rem;
}
.about-text{
  width: 100%;
}
.about-image{
  width: 100%;
  margin-bottom: 3rem;
}
.about-image img{
  display: block;
  width: 100%;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .about-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 5rem;
  }
  .about-text{
    width: 60%;
    padding-left: 5rem;
  }
  .about-image{
    width: 40%;
    margin-bottom: 0;
  }
}
/*---------------news page ----------*/
.catalogue-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalogue-wrapper article{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5rem;
}
.catalogue-wrapper article:nth-child(2n+2){
  margin-right: 0;
}
.news-wrapper article a, .catalogue-wrapper article a{
  display: block;
}
.news-image, .catalogue-image{
  overflow: hidden;
}
.news-wrapper img, .catalogue-wrapper img{
  width: 100%;
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.news-wrapper article a:hover .news-image img, .catalogue-wrapper article a:hover .catalogue-image img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news-wrapper h2, .catalogue-wrapper h2 {
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	padding: 1rem 0;
	width: 80%;
	margin: 0 auto;
}
.news-wrapper article{
  width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .news-wrapper, .catalogue-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-wrapper article{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5rem;
  }
  .news-wrapper article:nth-child(2n+2){
    margin-right: 0;
  }
}
@media only screen and (min-width: 42.5625em){ /*681px*/
  .news-wrapper article, .catalogue-wrapper article{
    width: 32%;
  }
  .news-wrapper article:nth-child(2n+2), .catalogue-wrapper article:nth-child(2n+2){
    margin-right: 2%;
  }
  .news-wrapper article:nth-child(3n+3), .catalogue-wrapper article:nth-child(3n+3){
    margin-right: 0;
  }
} 
/*---------------locations page ----------*/
.locations{
  margin-top: 5rem;
}
.locations h3{
  font-size: 1.9rem;
}
.locations article{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.locations-page{
  padding-bottom: 0;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .locations{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .locations article{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5rem;
  }
  .locations article:nth-child(2n+2){
    margin-right: 0;
  }
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  .locations{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .locations article{
    width: 32%;
  }
  .locations article:nth-child(2n+2){
    margin-right: 2%;
  }
  .locations article:nth-child(3n+3){
    margin-right: 0;
  }
}
/*---------------media page ----------*/
.tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #4d4d4d;
}
.tabs a {
  padding: 1.5rem 1rem;
  display: block;
  background: #fff;
  font-size: 1.6rem;
  margin-right: .5rem;

  text-align: center;
}
.tabs a:hover, .tabs a.active-tab {
  background: #4d4d4d;
  color: #fff;
}
.tabs-container {
  width: 100%;
  display: none;
  border: 1px solid #e7e7e7;
  padding:  3rem 2rem;
  background-color: #fff;
}
.tabs-container.active-tab{
  display: block;
}

@media only screen and (min-width: 43.75em) {/*700px*/
  .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tabs a {
    display: inline-block;
    width: 25%;
  }
} 
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .tabs a {
    padding: 2rem 4rem;
  }
}
/*---------------media inner ----------*/
.media-title h2{
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
}
.media-title{
  margin-bottom: 3rem;
}
.tabs-wrap{
  margin-bottom: 1.5rem;
}
.tabs-wrap article{
  width: 100%;
  margin-bottom: 2rem;
  cursor: pointer;
}

.tabs-wrap article img{
  display: block;
  width: 100%;
}
.catalogue-wrapper{
  margin-top: 6rem;
}
.tabs-video{
  margin-top: 6rem;
}

.tabs-video article {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  margin-bottom: 5rem;
}

.tabs-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tabs-text{margin-top: 7rem;}
@media only screen and (min-width: 25em){ /*400px*/ 
  .tabs-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs-wrap article{
    width: 49%;
    margin-right: 2%;
  }
  .tabs-wrap article:nth-child(2n+2){
    margin-right: 0;
  }

}
@media only screen and (min-width: 42.5625em){ /*681px*/ 
  .tabs-wrap article{
    width: 32%;
  }
  .tabs-wrap article:nth-child(2n+2){
    margin-right: 2%;
  }
  .tabs-wrap article:nth-child(3n+3){
    margin-right: 0;
  }
}
/*---------------products page ----------*/

.products-wrapper article{
  width: 100%;
  margin-bottom: 5rem;

}

.products-wrapper article a{
  display: block;
}
.product-image{
  overflow: hidden;
}
.products-wrapper img{
  width: 100%;
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.products-wrapper article a:hover .product-image img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.products-wrapper h2 {
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	padding: 1rem 0;
	width: 80%;
	margin: 0 auto;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .products-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products-wrapper article{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5rem;
  
  }
  .products-wrapper article:nth-child(2n+2){
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .products-wrapper article{
    width: 32%;
  }
  .products-wrapper article:nth-child(2n+2){
    margin-right: 2%;
  }
  .products-wrapper article:nth-child(3n+3){
    margin-right: 0;
  }
}
/*---------------category page ----------*/
.category-page, .product-tabs, .news-details, .page-details{
  padding-bottom: 5rem;
}
.category-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-wrapper article{
  width: 100%;
  border:1px solid #e6e6e6;
  min-height:46rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.category-wrapper article a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem;
  overflow: hidden;
}
.prod-back{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 2rem;
}
.category-wrapper article img{
  display: block;
  width: 100%;
}
.prod-title{
  margin-top: 2rem;
}
.prod-back h2 {
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	padding: 1rem 0;
	width: 80%;
	margin: 0 auto;
}
.prod-price{
  font-weight: 600;
}
.small-price {
  font-size: 1.9rem!important;
  display: inline!important;
  margin-left: 10px;
}
.category-wrapper article a:hover .prod-back{
  opacity: 1;
  visibility: visible;
}

.category-wrapper article:hover{
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.sticker-1{
  font-weight: 600;
  z-index: 1;
  position: absolute;
  font-size: 1.6rem;
  left: 2rem;
  top: 1rem;
}
.sticker-2, .sticker-3 {
	position: absolute;
	background-color: #ffd200;
	font-weight: 600;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	z-index: 1;
	width: 16rem;
	height: 11rem;
	-webkit-transform-origin: 100% 100%;
	    -ms-transform-origin: 100% 100%;
	        transform-origin: 100% 100%;
}
  .sticker-3 span {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	position: relative;
	top: 2rem;
}
.sticker-3{
  background-color: #4d4d4d;
  font-weight: 300;
  color: #fff;
  font-size: 1.4rem;

}
.sticker-2{
  right: auto;
  left: 0;
  top: 5rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 7rem;
  height:4rem;
}
.sticker-3 span {
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
	right: -2px;
	line-height: 1;
	text-align: center;
  width: 75%;
  top: 2.7rem;
}
@media only screen and (min-width: 22.5625em){/*361px*/ 

}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .category-wrapper article{
    width: 50%;
    min-height:33rem;
  }
}
@media only screen and (min-width: 33.75em){/*540px*/ 
  .category-wrapper article{
    min-height:40rem;
  }
}
@media only screen and (min-width: 50.0625em){/*801px*/  
  .category-page, .product-tabs, .news-details, .page-details{
    padding-bottom: 14rem;
  }
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .category-wrapper article{
    width: 33.333%;
    min-height:35rem;
  }

}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .category-wrapper article{
    min-height: 40rem;
  }
}
@media only screen and (min-width: 80.0625em){/*1281px*/
  .sticker-3 span {
    width: 75%;
  }
}
/*---------------product page ----------*/
.product-page .container-sm{
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-slider{
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 3rem;
}
.product-info{
  width: 100%;
}
.product-info h1{
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;

}
.price span{
  font-size: 2.6rem;
  display: block;
}
.price p{
  font-size: 1.4rem;
  font-style: italic;
  opacity: .63;
}
.sm-text p{
  font-size: 1.8rem;
}
.product-select{
  margin: 2rem 0;
}

.product-select label{
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.product-select select{
  width: 100%;
  display: block;

}
.fav{
  display: block;
  border:1px solid #4d4d4d;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.fav span{
  display: inline-block; 
   background-image: url(../images/heart-o.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.8rem;
  padding-left: 5rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.fav:hover span, .fav.active span{
  background-image: url(../images/heart.svg);
}
.prod-mail{
  display: block;
  padding: 1rem;
}
.prod-mail span{
  background-image: url(../images/mail.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 5rem;
  background-size: 2rem;
}
.prod-phone{
  display: block;
  padding: 1rem;

}
.prod-phone span{
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 5rem;
  background-size: 2rem;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .product-select fieldset{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-select select{
    width: auto;
    display: inline-block;
    margin-left: auto;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  
  }
  .product-select label{
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .price span{
    font-size: 3.6rem;
  }
  .product-select{
    margin: 4rem 0;
  }
}
@media only screen and (min-width: 42.5625em){ /*681px*/
  .product-page .container-sm{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-slider{
    width: 40%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
  .product-info{
    width: 55%;
  }
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .product-slider{
    width: 50%;
  }
  .product-info{
    width: 45%;
  }
}
/*---------------product slider ----------*/
.slider-for{
  border:1px solid #e7e7e7;

}
.slider-for img{
  display: block;
  width: 100%;
  height: 45rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-nav img {
	display: block;
	width: 100%;
	height: 11rem;
	-o-object-fit: contain;
	   object-fit: contain;
}
.slide-nav{
  border:1px solid #e7e7e7;
  cursor: pointer;
}
.slide-nav.slick-active{
  opacity: 1;
}

/* .my-gallery img {
  width: 100%;
  height: auto;
}

.my-gallery figure {
  display: block;
  float: left;
  width: 100%;
}

.my-gallery figcaption {
  display: none;
}

.my-gallery {
  width: 100%;
  margin: 0 auto;
}
.my-gallery img {
  width: 100%;
  display: block;
  height: auto;
}

.photoSwipeOpen .slick-track {
  transition: none !important;
}

.slider-nav img {
  max-width: 200px;
  display: block;
}

.slider-nav .slick-track {
  transform: none !important;
}

.slider-nav .slick-active {
  border-bottom: 2px solid red;
}

.slider-for figure a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  text-align: center;
}


.pswp__bg {
  opacity: 0.8 !important;
} */
.open-gallery {
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 6rem;
	height: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #fff;
	border: 0;
	z-index: 1;
}
.open-gallery img{
  display: block;
  width: 2rem;
}
.slider-wrapper{
  position: relative;
}
.mfp-arrow::before, .mfp-arrow::after {
	content: none;
}
button.mfp-arrow{
	width: 8rem;
	height: 8rem;
	border: 1px solid #fff;
	border-radius: 50%;

	background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
button.mfp-arrow-right{
  background-image: url(../images/arrow-gallery-white.svg);
  right: 1rem;
}
button.mfp-arrow-left{
  background-image: url(../images/arrow-gallery-white-left.svg);
  left: 1rem;
}
.mfp-bg {
	background: #000;
	opacity: .9;
}
/*---------------details page ----------*/

.details-text img{
  width: 100%;
  display: block;
  margin: 3rem 0;
}
@media only screen and (min-width: 50.0625em){/*801px*/ 
  
.details-text img{
  margin: 6rem 0;
}
} 
/*---------------newws details page ----------*/
.news-details-image{
  margin-bottom:  4rem;
}
.news-details-image img{
  display: block;
  width: 100%;
}
.news-details .title{
  margin-bottom: 4rem;
}
.news-details .article-slider{
 max-width: 100%;
  margin-top: 4rem;
}
.news-details .article-slider img{
  display: block;
  width: 100%;
}
/*---------------favorites page ----------*/
.favorites-list{
  width: 100%;
  margin-bottom: 5rem;
}

.favorites-list article:not(:last-child){
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom:1px solid #e7e7e7;
}
.favorites-content{
  width: 100%;
}
.favorites-price{
  width: 100%;
  font-weight: 500;
  text-align: left;
  margin-top: 3rem;
}
.favorites-image{
  max-width: 20rem;
  width: 100%;
}
.favorites-image img{
  display: block;
  width: 100%;
}
.favorites-text h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2rem;
}
.favorites-actions{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.favorites-actions select {
	border: 1px solid #e7e7e7;
	padding: 1rem;
  width: 7rem;
}
.favorites-delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 4.5rem;
	height: 4.5rem;
	border: 1px solid #e7e7e7;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 3rem;
	border-radius: 50%;
}
.favorites-delete img{
  display: block;
}
.favorites-delete:hover{
  border-color: #4d4d4d;
}

.favorites-total{
  width: 100%;
}
.favorites-total h2 {
	font-size: 2rem;
	font-weight: 500;
}
.total-row{
  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;
}
.total-row:not(:first-child){
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e7e7;
}
.total-row h4{
  margin-bottom: 0;
  font-weight: 300;
}
.total-row.total-last{
  border-top: 1px solid #4d4d4d;

}
.total-last h4, .total-last span{
  font-weight: 500;
  font-size: 1.8rem;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .favorites-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .favorites-price{
    text-align: right;
  }
}
@media only screen and (min-width: 37.5625em){/*601px*/
  .favorites-content{
    max-width: 60rem;
  }
  .favorites-price{
    max-width: 15rem;
    margin-top: 0;
  }
  .favorites-list article{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
} 
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .favorites-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .favorites-list{
    width: 60%;
    margin-bottom: 0;
  }
  .favorites-total{
    width: 35%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .favorites-list{
    width: 70%;
  }
  .favorites-total{
    width: 25%;
  }
}
/*---------------page ----------*/
.page-video{
  margin-top: 3rem;
}
.page-video article{
  margin-bottom: 0;
}

/*---------------search----------*/
.search{
  margin-left: 2rem;
  display: flex;
  align-items: center;position: relative;
}
.search form {
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	z-index: 1;
	transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.search form.open{
  opacity: 1;
  visibility: visible;
  width: 20rem;
}
.search form input{
  padding: 1rem;
  border:1px solid #e7e7e7;
  font-size: 1.3rem;
  background-color: #fff;
  opacity: 1;

}
.search-trigger{
  position: relative;
  z-index: 2;
  margin-right: 1rem;
}
.search-trigger img{
  display: block;
}
.no-pb{
  padding-bottom: 0;
}
/*---------------END PAGES----------*/


