@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*, *::after, *::before {margin:0;padding: 0;-webkit-box-sizing: inherit;box-sizing: inherit;}

@font-face {
  font-family: 'Aldo';
  src: url('fonts/Aldo-PC.woff') format('woff'),
       url('fonts/Aldo-PC.woff2') format('woff2'),
       url('fonts/Aldo-PC.ttf') format('truetype'),
       url('fonts/Aldo-PC.otf') format('opentype');
       font-weight: 500;
}
html{
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  font-size: 56.25%;
}
@media only screen and (min-width: 85.4375em){/*1367px*/
  html{font-size: 62.5%;}
}
body{
   font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size:1.4rem;
    overflow-x: hidden;
}
::-moz-selection {
  color: #fff;
  background: #009bdf;
}

::selection {
  color: #fff;
  background: #009bdf;
}
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:.7 !important; }
:-moz-placeholder{color:inherit; opacity:.7; }
::-moz-placeholder{color:inherit; opacity:.7; }
:-ms-input-placeholder{color:inherit; }
.container {
    position: relative;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 2rem;
}

@media only screen and (min-width: 90.0625em) {/*1441px*/ 
  .container {
    max-width: 144rem;
  }
}
.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: 700;}
h1, h2, h3, h4, h5, h6{ margin-bottom: 2rem;font-weight: 600;}
p{margin-bottom: 2rem;color: #767679;}
ul{padding-left: 4rem;}
.none{display: none;}
/*----------BREADCRUMBS---------*/
.bread-crumbs{
  background-color: #f3f3f3;
  padding: 1rem 0;
  margin-bottom: 1px;
}
.bread-crumbs ul{list-style:none;padding-left: 0;}
.bread-crumbs ul li{font-size: 1.4rem;display: inline-block;color: #009bdf;}
.bread-crumbs ul li a{display: inline-block;color: #333;}
.bread-crumbs ul li a:hover{color:#009bdf;}
.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----------*/
/*---------------END GALLERY----------*/
/*---------------CHECKBOX----------*/
label.check-wrapper {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-size: 1.4rem;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition:all .4s ease-in-out;
          -o-transition:all .4s ease-in-out;
          transition:all .4s ease-in-out;
}
.check-wrapper  strong{color:#f68c39;}
.check-wrapper:hover input ~ .checkmark {background-color: #009bdf; } 
.check-wrapper input:checked ~ .checkmark {background-color: #009bdf; }
.checkmark:after {content: ""; position: absolute; display: none; }
.check-wrapper input:checked ~ .checkmark:after {display: block; }
.check-wrapper .checkmark:after {
  left: .7rem;
  top: .5rem;
  width: .5rem;
  height: 1rem;
  border: solid white;
  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;
}
/*---------------END CHECKBOX----------*/
/*---------------RADIO----------*/
label.radio-wrapper {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-size: 1.4rem;
}
.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radiomark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition:all .4s ease-in-out;
          -o-transition:all .4s ease-in-out;
          transition:all .4s ease-in-out;
  border-radius: 50%;
}
.radio-wrapper  strong{color:#f68c39;}
.radio-wrapper:hover input ~ .radiomark {background-color: #009bdf; } 
.radio-wrapper input:checked ~ .radiomark {background-color: #009bdf; }
.radiomark:after {content: ""; position: absolute; display: none; }
.radio-wrapper input:checked ~ .radiomark:after {display: block; }
.radio-wrapper .radiomark:after {
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -webkit-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  border-radius: 50%;
}
/*---------------END RADIO----------*/





/*-------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: inherit;
    }

  .cookie-wrapper p{

    font-weight: 400;
    font-size: 14px;
  }
  .cookie-wrapper a{
    display: block;
    text-decoration: none;
    color: inherit;
    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;

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

    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%;
}
  .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: #009bdf !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: #009bdf;
}
.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 ul{
  list-style: none;
  padding-left: 0;
}
header .container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-header{
  background-color: #f3f3f3;
  position: relative;
}
.top-nav{
  margin-left: auto;
}
.top-nav li{
  display: inline-block;
}
.top-nav li a{
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.top-nav li a:hover{
  color: #009bdf;
}

/*------------------------------------------*/
.search-toggle{
  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: #009bdf;
  margin-left: 3rem;
}
.search-toggle img{
  display: block;
  padding: 1rem;
}
.search-wrapper {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	/* height: 100%; */
	background-color: #009bdf;
	-webkit-transform: translateY(-10rem);
	-ms-transform: translateY(-10rem);
	transform: translateY(-10rem);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 2rem 0;
}
.search-wrapper.open{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.search-wrapper form{
  width: 100%;
  height: 100%;
}
.search-wrapper input{
  width: 100%;
  height: 100%;
  border: 0;
  padding: 1rem 3rem 1rem 9rem;
  
  background: url(../images/svg/search-white.svg) no-repeat center left 3rem;
  background-color: rgba(255,255,255,.2);
  color:#ffffff;
}
.search-wrapper input:focus{
  outline: none;
}
.close-search{
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .search-toggle img{
    padding: 1.6rem;
  }
}
/*------------------------------------------*/
.header-contact{
  display: none;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .header-contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-contact a{
    display: inline-block;
  }
  .header-contact img{
    display: inline-block;
    margin-right: 1rem;
  }
  .header-contact span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-contact span:not(:last-child){margin-right: 2rem;}
}
/*------------------------------------------*/
.header-logo img{
  width: 10em;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .header-logo img{
    width: 18.9rem;
  }
}
/*------------------------------------------*/
.bottom-header{
  padding: 2rem 0;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  max-width: 40rem;
  width: 100%;
  background-color: #009bdf;
  height: 100%;
  min-height: 100vh;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
          overflow-y: auto;
}
body.ac nav{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
nav li{
  display: block;
  position: relative;
}
nav li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #fff;
  width: auto;
}
nav li a:hover, nav li a.mslc{
  opacity: .6;
}
nav li a svg{
  display: inline-block;
  margin-left: auto;
}



nav .sub li{
  display: block;
}
nav .sub li a{
  display: block;
  color: #ffffff;
  padding: .5rem 1rem;
  font-size:1.4rem;
}

nav .sub li a:hover{
  color: #fff;
  opacity: .7;
}
.st0{
  fill: #ffffff;
}
.toggle-nav{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
}
.menu-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
body.ac .menu-overlay{
  opacity: 1;
  visibility: visible;
}
.menu-close{
  position: absolute;
  right: 3rem;
  top: 3rem;
  line-height: 0;
  outline: none;
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}
nav > ul{
  margin-top: 7rem;
}
nav .sub{
  display: none;
}
nav .sub .sub{
  display: none;
}
nav li a.mobile-link{
  display: block;
}
nav li a.desktop-link{
  display: none;
}
@media only screen and (min-width: 80.0625em){/*1281px*/ 
  nav{
    margin-left: auto;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    background-color: transparent;
    width: auto;
    max-width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    height: auto;
    min-height: 100%;
    overflow-y: visible;



  }
  nav li{
    display: inline-block;
  }
  nav li a{
    padding: 0 1rem;
    color: inherit;
    width: auto;
  }
  nav li a.desktop-link{
    display: inline-block;
  }
  
  nav li a.mobile-link{
    display: none;
  }
  nav li a svg{
    margin-left: 1rem;
  }
  nav .sub {
    position: absolute;
    top: 4rem;
    width: 19rem;
    background-color: #009bdf;
    color: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
  }
  nav .sub:before{
    content: '';
    position: absolute;
    left: 0;
    top: -2rem;
    height: 2rem;
    width: 100%;
    background-color: transparent;
  }
  nav .sub .sub{
    left: 100%;
    top: 0;
    background-color: #72c6ef;
    display: block;
  }
  nav ul > li:hover > .sub{
    opacity: 1;
    visibility: visible;
  }
  .st0{
    fill: #333333;
  }
  .toggle-nav{
    display: none;
  }
  nav > ul{
    margin-top: 0;
  }
  nav li a:hover, nav li a.mslc{
    color: #009bdf;
    opacity: 1;
  }
}
/*------------------------------------------*/
.cart-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3rem;
  margin-left: auto;
}
.cart-number{
  display: inline-block;
  margin-left: .5rem;
}
.cart-wrapper img{width: 4rem;}
@media only screen and (min-width: 80.0625em){/*1281px*/ 
  .cart-wrapper{
    margin-left: 3rem;
  }
}
/*---------------END HEADER----------*/
/*---------------SLIDERS----------*/

.banners .container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 1px;

}
.news-slider{
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-slider img, .banner-right img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-slider img{
  -o-object-fit: contain;
  object-fit: contain;
}
.news-slider--text{
  position: absolute;
  left: 0;
  bottom: 5rem;
  width: 100%;
  padding: 2rem 3rem;
  color: #ffffff;
}
.news-slider--text h2 {
	font-size: 1.8rem;
	font-weight: 600;
	text-shadow: 1px 2px 3px #000;
	margin-bottom: .5rem;
}
.news-slider--text p{
  text-shadow: 1px 2px 3px #000;
  color: #ffffff;
}
.news-slider .swiper-slide{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper-pagination-bullet{
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  opacity: 1;
  border:1px solid #ccc;
}
.swiper-pagination-bullet-active{
  background-color: #009bdf;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 3rem;
}
@media only screen and (min-width: 56.3125em){/*901px*/ 
  .banners .container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-slider{
    width: 30%;
    height: 40rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
} 
@media only screen and (min-width: 67.25em) {/*1080px*/
  .news-slider{
    height: 50rem;
  }
}
/*------------------------------------------*/
.banner-right {
	width: 100%;
	overflow: hidden;
	position: relative;
  margin-left: auto;
  margin-bottom: 3rem;
  height: 53rem;
}
.banner-right--text {
	position: absolute;
  width: 100%;
  max-width: 40.6rem;
	right: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0,155,223,.6);
	color: #ffffff;
  padding: 3rem 3rem;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-right--text h2{
  font-size: 1.7rem;
  margin-bottom: .5rem;
  color: #ffffff;
}
.banner-right--text p{
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.banner-row{
  text-align: right;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 42.5625em){ /*681px*/ 
  .banner-right{
    height: auto;
  } 
}
@media only screen and (min-width: 56.3125em){/*901px*/ 
  .banner-right {
    width: 66%;
    height: 39rem;
    margin-bottom: 0;
  }
}   
@media only screen and (min-width: 67.25em) {/*1080px*/
  .banner-right {
    height: 43rem;
  }
}
@media only screen and (min-width: 90.0625em) {/*1441px*/
  .banner-right {
    height: 50rem;
  }
} 

/*---------------END SLIDERS----------*/
/*---------------HOME----------*/
.content-space{
  padding:5rem 0;
}

.bg1{
  background: url(../images/bg1.png) top left, url(../images/bg2.png) bottom right ;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .content-space{
    padding:8rem 0;
  }
}   
/*------------------------------------------*/

.badges--left{
  width: 100%;
  margin-bottom: 5rem;
}
.badges--left h1{
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;

}
.btn {
	border-radius: 1rem;
	background-color: #f68c39;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	display: inline-block;
	margin-top: 3rem;
	padding: 1rem 4rem;
}
.btn:hover{
  background-color: #009bdf;
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .badges-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .badges--left{
    width: 30%;
    margin-bottom: 0;
  }
}
/*------------------------------------------*/
.badges--right {
	width: 100%;
	overflow: hidden;
}
.badges-slider{
  overflow: hidden;
  width: 100%;
}
.badges-slider .swiper-slide{
  background-color: #72c6ef;
  height: auto;
  padding: 2rem 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;
}
.badges-slider .swiper-slide img{
  width: 7rem;
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .badges--right {
    width: 53%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .badges-slider .swiper-slide img{
    width: auto;
    height: 14rem;
  }
  .badges-slider .swiper-slide{
    height: 20rem;
    padding: 0;
  }
} 
/*------------------------------------------*/
.title{
  text-align: center;
  padding-bottom: 4rem;
}
.title h1, .title h2{
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .title h1, .title h2{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {/*1025px*/
  .title{
    padding-bottom: 7rem;
  }
  .title h1, .title h2{
    font-size: 4.5rem;
  }
} 
/*------------------------------------------*/
.products{
  padding-top: 10rem;
  max-width: 126rem;
  margin: 0 auto;
}
.products-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.products-box{
  width: 100%;
  background-color: #ffffff;
  border:1px solid #e7e7e7;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 2.5rem;
}
.products-box:hover{
  -webkit-box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.1);
}

.product-btns{
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-cart {
	background-image: url(../images/svg/cart-white.svg);
	background-repeat: no-repeat;
	background-position: left 1rem center;
	background-color: #f68c39;
	padding: .5rem 1rem;
	padding-left: 4rem;
	color: #ffffff;
	border-radius: 1rem;
	background-size: 2rem;
}

.btn-more{
	background-color: #f68c39;
	padding: .5rem 1rem;
	color: #ffffff;
	border-radius: 1rem;
	background-size: 2rem;
}
.btn-cart:hover, .btn-more:hover{
  background-color: #009bdf;
}
.price{
  color: #009bdf;
  font-weight: 500;
}
.price-wrap{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.price-wrap span:first-child {
	text-decoration: line-through;
  display: inline-block;
  margin-right: 1rem;
  color: #333;
}
.product-text h3{
  font-size: 1.8rem;
  color: #009bdf;
  font-weight: 500;
  margin-bottom: 1rem;
}
.product-image{
  /* padding: 3rem; */
  margin: 2rem 0;
  position: relative;
}
.product-image a{
  position: relative;
  display: block;
}
.product-image img {
	display: block;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.product-image a:hover img.image-back{
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.product-image img.image-back{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sticker {
	position: absolute;
	left: 0;
	top: -2rem;
	background-color: #009bdf;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	width: 6rem;
	height: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row;
	        flex-flow: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 9;
	border-radius: 50%;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .products-box{
    width: 49%;
    margin-right: 2%;
  }
  .products-box:nth-child(2n+2){
    margin-right: 0;
  }
  .price-wrap span:first-child {
    margin-right: 0;
  }
  .price-wrap{
    flex-flow: column;
  }
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .price-wrap{
    flex-flow: row wrap;
  }
  .price-wrap span:first-child {

    margin-right: 1rem;
  }
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .products-box{
    width: 23.5%;
  }
  .products-box:nth-child(2n+2){
    margin-right: 2%;
  }
  .products-box:nth-child(4n+4){
    margin-right: 0;
  }
  .price-wrap{
    display: flex;
    flex-flow: column;
  }
  .price-wrap span:first-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 90.0625em) {/*1441px*/ 
  .price-wrap{
    flex-flow: row wrap;
  }
  .price-wrap span:first-child {
    margin-right: 0.5rem;
  }

}
/*------------------------------------------*/
.btn-transparent{
  background-color: rgba(246,140,57,.6);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-transparent:hover, .welcome--banner:hover .btn-transparent{
  background-color: rgba(246,140,57,1);
}
.welcome--title h2{
  font-size: 3rem;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 00;
  text-transform: uppercase;
}
.welcome--title h3{
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  padding-left: 6rem;
  text-transform: uppercase;
}
.welcome--title {
	position: absolute;
	left: 6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.welcome--banner{
  max-width: 66rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  height: 30rem;
  display: block;
}
.welcome--banner img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.welcome--banner:hover img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.welcome--text{
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8rem;
}
.welcome--text p{
  font-size:1.6rem
}
.pdsmall{
  padding-bottom: 4rem;
}
/*------------------------------------------*/
.furniture-page .text{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*---------------END HOME----------*/
/*---------------FOOTER----------*/
.footer-top{
  background-color: #fbfbfb;
}
.footer-top .container{
  max-width: 96rem;
}
.sale-box {
	width: 100%;
	background-color: #009bdf;
	border-radius: 1rem;
	text-align: center;
	padding: 5rem;
}
.sale-box h2{
  color: #fff;
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.sale-box p{
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.btn-white-transparent{
  background-color: rgba(255,255,255,.31);
}
.btn-white-transparent:hover{
  background-color: rgba(255,255,255,1);
  color: #009bdf;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .sale-box {
    width: 48%;
  }
  .footer-top .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .sale-box h2{
    font-size: 4rem;
  }
}
/*------------------------------------------*/
.sale-icons{
  width: 100%;
  margin-top: 5rem;
}
.sale-text {
  width: 77%;
  padding-left: 3rem;
}
.sale-icons h3{
  font-size: 1.4rem;
  color: #f68c39;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.sale-icons p{
  margin-bottom: 0;
  width: 100%;

}
.icon{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  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: #009bdf;
}
.icon img{
  width: 3rem;
}
.sale-icons div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sale-icons div:not(:last-child){
  margin-bottom: 2rem;
}

@media only screen and (min-width: 37.5625em){/*601px*/ 
  .sale-icons{
    width: 45%;
    margin-left: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .icon img{
    width: 3.8rem;
  }
  .icon{
    width: 8rem;
    height: 8rem;
  }
}
/*------------------------------------------*/
footer{
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding:7rem 0 4rem 0;
  z-index: 989;
}
footer .container{
  max-width: 116rem;
}
.footer-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.footer-logo-wrapper{
  text-align: center;
  margin-bottom: 7rem;
}


.footer-box h2{
  color: #ffffff;
  font-size: 2rem;

}

footer a:hover{
  color: #009bdf;
}
footer ul{
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
footer p{
  color: #ffffff;
}
.social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.social a{
  display: inline-block;
  padding-right: 1rem;
}
.copyright{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
}

.v img{
  display: block;
}
.footer-box{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .copyright{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .v{
    margin-left: auto;
  }
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .footer-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  
  }
  .footer-box{
    width: 28%;
    margin-bottom: 0;
  }
  .footer-links{
    width: 33%;
  }
  .footer-box:last-child{
    padding-left: 4rem;
  }
}
/*------------------------------------------*/
.newsletter-wrapper {
	border-radius: 1rem;
	max-width: 90rem;
	width: 100%;
	background-color: rgba(255,255,255,.1);
	margin: 0 auto;
	padding: 4rem 2rem;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .newsletter-wrapper {
    padding: 4rem;
  }
}
.newsletter-footer{

}
.newsletter-footer input {
	display: block;
	width: 100%;
	border: 1px solid #e7e7e7;
	padding: 2rem;
	outline: none;
	-webkit-transform: all .4s ease-in-out;
	-ms-transform: all .4s ease-in-out;
	transform: all .4s ease-in-out;
	font-size: 1.5rem;

	border-radius: 1rem;
}
.newsletter-footer input:focus{
  outline: none;
  border-color: #009bdf;
}

.newsletter-footer label{
  display: block;
  margin-bottom: .5rem;
  font-size: 1.4rem;
 color: #009bdf;
  font-weight: 500;
}
.newsletter-wrapper .check-wrapper{
  font-weight: 300;
  color: #333;
}
.newsletter-wrapper .check-wrapper strong{color: #f68c39;}
.newsletter-wrapper .check-wrapper a{
  position: relative;
  z-index: 99;
}

/*---------------END FOOTER----------*/
/*---------------PAGES----------*/

.text{
  width: 100%;
}
.images{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 5rem;
}
.images a {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: 1rem;
}
.images a:nth-child(2n+2){
  margin-right: 0;
}
.images a 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;

}
.images a:hover img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (min-width: 42.5625em){ /*681px*/ 
  .content-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .text{
    width: 50%;
  }
  .images{
    width: 40%;
    margin-top: 0;
  }
}
/*------------------------------------------*/
.places-row{
  width: 100%;
}
.places-map{
  width: 100%;
  margin-bottom: 5rem;
}
.places-image img{
  width: 100%;
  display: block;
  margin-bottom: 3rem;
}
.places-row:not(:last-child){
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .places-text{
    width: 65%;
  }
  .places-image{
   width: 30%;   
  }
  .places-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .places-image img{
    margin-bottom: 0;
  }
}
/*------------------------------------------*/
.contact-text{
  margin-bottom: 3rem;
}
.contact-form input, .contact-form textarea, .order-form input, .order-form textarea{
  display: block;
  width: 100%;
  border:1px solid #e7e7e7;
  padding:2rem;
  outline: none;
  -webkit-transform: all .4s ease-in-out;
      -ms-transform: all .4s ease-in-out;
          transform: all .4s ease-in-out;
  font-size: 1.3rem;
  border-radius: 1rem;
}
.contact-form input:focus, .contact-form textarea:focus, .order-form input:focus, .order-form textarea:focus{
  outline: none;
  border-color: #009bdf;
}

.contact-form label, .order-form label{
  display: block;
  margin-bottom: .5rem;
  font-size: 1.4rem;
  color: #009bdf;
  font-weight: 500;
}
button{
  border:0;
  outline: none;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.form-box{
  margin-bottom: 2rem;
}
.contact-form label.check-wrapper, .order-form label.check-wrapper{
  color: #767679;
  font-weight: 300;
}
.contact-map{
  margin-top: 5rem;
  width: 100%;
}
#map{
  width: 100%;
  height: 60rem;
}
@media only screen and (min-width: 42.5625em){ /*681px*/ 
  .contact-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-text{
    width: 35%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 60%;
  }
}
/*------------------------------------------*/
.title-other{
  text-align: left;
}
.title-other h3{
  color: #009bdf;
  font-size: 2.6rem;
  font-weight: 300;
}
/*------------------------------------------*/

.product-gallery{
  width: 100%;
  overflow: hidden;
  margin-bottom: 5rem;
}
.image-zoom{
  padding: 2rem;
}
.image-zoom img{
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.product-slider{
  background-color: #fff;
  border:1px solid #e7e7e7;
  position: relative;

}
.product-gallery{
  position: relative;
}
.gallery-thumbs{
  margin-top: 3rem;
}
.gallery-thumbs .swiper-slide{
  background-color: #fff;
  cursor: pointer;
  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;
}
.gallery-thumbs .swiper-slide img, .slider-nav img{
  padding: 5px;
  border:1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slider-nav__item.slick-slide.slick-current.slick-active img{
  border-color: #000;
}
.slider-nav__item{
  cursor: pointer;
}
.selector-arrow{
  font-size: 0;
  width: 4rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 32%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-color: #f3f3f3;
  background-size: 1rem;
  cursor: pointer;
}
.right-selector{
  background-image: url(../images/svg/next.svg);
  right: 0;


}
.left-selector{
  background-image: url(../images/svg/prev.svg);
  left: 0;
  

}
 .slick-track{
  /* transform: translate3d(0px, 0px, 0px)!important; */
 } 
.product-slider .swiper-slide{
  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;
          overflow: hidden;
}

@media only screen and (min-width: 40.0625em){/*641px*/ 
  .product-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-gallery{
    width: 40%;
    margin-bottom: 0;
  }
  .product-content{
    width: 55%;
  }
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 

  .gallery-thumbs .swiper-slide img{
    padding: 2rem;
  }
}
/*------------------------------------------*/
.product-content h1{
  font-size: 4.5rem;
  font-weight: 300;
}
.price-wrapper{
  border-bottom: 1px solid #e7e7e7;
  margin: 0  0 5rem 0;
  padding-bottom: 3rem;
}
.price-wrapper span{
  display: inline-block;
  font-weight: 500;
}
.price-other{
  font-size:3rem;
  font-weight: 500;
  margin-right: 1rem;
  color: #009bdf;
}
.old-price{
  font-size: 1.6rem;
  text-decoration: line-through;
}

.product-wrap--left{
  width: 100%;
  background-color: #f3f3f3;
  padding:3rem;
}
.product-wrap--right{
  width: 100%;
  margin-top: 3rem;
}
.product-wrap--right .btn-cart{
  margin-bottom: 2rem;
  margin-top: 0;
}
.call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 1rem;
}
.call img{
  display: inline-block;
  margin-right: 1rem;
}
.product-size select{
  border:none;
  outline:none;
  background-color: #fff;
  padding: 1rem 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/svg/arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.product-quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.product-quantity input {
	width: 4rem;
	padding: 1rem;
  border: 0;
  background-color: #fff;
  outline: none;
  text-align: center;
}
.plus, .minus{
  display: inline-block;
  padding: .5rem;
}
.product-quantity span{
  margin-left: 3rem;
  display: inline-block;
}
input.plus{
  background-color: transparent;
}
input.minus{
  background-color: transparent;
}
.product-wrap--right .btn-cart {
	padding: 1.5rem 2.5rem;
	padding-left: 6rem;
	font-size: 1.8rem;
  border-radius: 0.5rem;
  display: inline-block;
  background-size: 3rem;
}

@media only screen and (min-width: 64.0625em) {/*1025px*/
  .product-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-wrap--left{
    width: 45%;
    background-color: #f3f3f3;
    padding:3rem;
  }
  .product-wrap--right{
    width: 45%;
    margin-top: 0;
  }
} 
/*------------------------------------------*/
.tabs {
  width: 100%;
}
.tabs a {
  padding: 2rem 4rem;
  display: block;
  background: #fff;
  font-size: 1.6rem;
  margin-right: .5rem;
}
.tabs a:hover, .tabs a.active-tab {
  background: #009bdf;
  color: #fff;
}
.tabs-container {
  width: 100%;
  display: none;
  border: 1px solid #e7e7e7;
  padding: 4rem 2rem;
  background-color: #fff;
  overflow-x: auto;
}
.tabs-container.active-tab{
  display: block;
}
.product-tabs{
  margin-top: 5rem;
}
@media only screen and (min-width: 42.5625em){ /*681px*/ 
  .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .tabs a {
    display: inline-block;
  }
}

/*------------------------------------------*/
.comparison-table{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  padding-left: 12rem;
  width: 100rem;
}
.comp-wrap{
  overflow-x: auto;
}
.first-column{
  width: 100%;
  position: absolute;
  max-width: 12rem;
  left: 0;
}
.table-column {
  width: 32.6%;
  margin-right: 1%;
}
.table-column:last-child{
  margin-right: 0;
}
.table-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #e7e7e7;
}
.table-cell {
	font-size: 1.3rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	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;
  text-align: center;
  /* height: 6rem; */

}
/* .table-cell.h2{
  min-height: 15rem;
} */

.first-column--row {
	/* padding: 1.9rem; */
	border-bottom: 1px solid #e7e7e7;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: right;
	/* height: 5.086rem; */
	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:0 .9rem;
}
.first-column--row:nth-child(-n+2){
  border-bottom: 0;
  padding: .1px 0;
}
.table-cell:not(:last-child){
  border-right: 1px solid #e7e7e7;
}
.table-column{
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;

}
.tabs-container h2{
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 4rem;
  overflow-x: auto;
}
.table-title {
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	background-color: #009bdf;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.7rem 0;
	height: 6rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.table-column:nth-child(3) .table-title{
  background-color: #4daad3;
}
.table-column:nth-child(4) .table-title{
  background-color: #72c7f0;
}
.table-cell .btn {
  margin-top: 0;
	padding: 1rem 1rem;
	font-size: 1.1rem;
}
.table-cell--image img {
	display: block;
	width: 9rem;
	-o-object-fit: contain;
	   object-fit: contain;
	height: 4rem;
}
.table-cell-desc{
  height: 7rem;
}
.price-cell{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-cell span{
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.price-cell span:last-child{
  font-weight: 300;
  font-size: 1.2rem;
}

@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .comparison-table{
    width: 100%;
  }
}
/*------------------------------------------*/

.cart-table{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-img img{
  width: 10rem;
}
.sum input {
	width: 7rem;
	padding: 1rem;
  border: 0;
  background-color: #f0f0f0;
  outline:none;
  text-align: center;
}
.cell-delete{
  line-height: 0;
  font-size: 3rem;
  color: #333333;
  font-weight: 600;
}
.table{width: 100%;display: block; }
.total-price-table{width: 100%; -ms-flex-item-align: start; align-self: flex-start;margin-top: 3rem;}
.table, .total-price-table {
display: table;
text-align: center;
border-collapse: separate;
font-weight: 400;
}
.table_row, .table_row_price { display: table;width: 100%; }
.table_row{margin-bottom: 3rem;}
.theader { display: none; }

.table_header {
display: table-cell;
border-right: 1px solid #e7e7e7;
background: #009bdf;
color: #ffffff;
padding-top: 1rem;
padding-bottom: 1rem;
padding: 1rem;
}
.table_header:first-child { border-left: #e4e4e4 1px solid; text-align: left; }
.table_small{border-right: 1px solid #e4e4e4;display: table-row;}
.table_small:first-child{border-left: 1px solid #e4e4e4; }
.table_header:last-child { border-right: #e4e4e4 1px solid; }
.table_small, .table_small_price { display: table-row; border-bottom: #e4e4e4  1px solid; vertical-align: middle; }
.table_small:last-child{border-right:1px solid #e4e4e4 ;}
.table_row > .table_small:last-child > .table_cell:last-child{border-bottom: 0;}
.table_row > .table_small > .table_cell:nth-child(odd) {
display: table-cell;
width: 50%;
background: #009bdf;
padding-top: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #fff;
color: #fff;
}
.table_row > .table_small > .table_cell { padding: 1rem; color: #5b5b5b;border-bottom: 1px solid #e7e7e7; }
.table_row > .table_small:first-child > .table_cell { text-align: center; }
.table_small:first-child .table_cell img{display: none;}
.table_cell .item-title { padding: 1rem; display: inline;}
.cart-page .table_small .sum input, .cart-page .table_small .min, .cart-page .table_small .plu{ display: inline-block; float: none; }
.cart-page .table_small .sum{ float: none; margin: 0 auto; text-align: center; }
.table_small_price{
border-top: 1px solid #e4e4e4 ;
border-bottom: 0;
text-align: left;
border-right: 1px solid #e4e4e4 ;
display: table-cell;
width: 50%;
}
.table_small_price:first-child{ border-left: 1px solid #e4e4e4 ; border-right: 0; }
.table_small_price .table_cell{ padding: 1rem; }
.table_small_price:last-child .table_cell{ text-align: right; }
.cell_title{ text-transform: uppercase; font-weight: 500; }
.total-price{ background: #009bdf; color: #fff; }
.table-btn {
	width: 100%;
	margin-top: 1rem;
	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;
}
.btn-sm{
  display: inline-block;
  margin-top: 2rem;
  text-decoration: underline;
}
.btn-order{ display: inline-block; }
.btn-order:hover{color: #fff;}
.cart-table-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.table_small .quantity{ margin-right: auto; margin-left: auto; }
.specification-form{margin-top: 4rem;}
.specification-form h2{font-size: 3.4rem;}
.specifikacija-page .quantity{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 2rem;}
.specification-form form { width: 75%; margin-top: 1rem; }
.form-text{ margin-top: 4rem; font-weight: 600; font-style: italic; }
.back-cart{display: inline-block;background-color: #373e44;}
.back-cart img{vertical-align: middle;margin-right: 1rem;}
.mt{margin-top: 2rem;}
@media only screen and (min-width: 42.5625em) {/*681px*/
.table{display: table;}
.theader { display: table-row; }
.table_row, .table_row_price { display: table-row; }
.table-row{margin-bottom: 0;}
.table_small{display: table-cell;}
.table_row > .table_small > .table_cell:nth-child(odd){display: none;}
.table_small, .table_small_price { display: table-cell;} 
.table_row > .table_small:first-child > .table_cell { text-align: left; }
.table_small:first-child .table_cell img{display: inline-block;}
.table_cell .item-title {vertical-align: top; }
.table_row > .table_small > .table_cell{border-bottom: 0;}

}
@media only screen and (min-width: 61.3125em) {/*981px*/
.table{width: 65%; }
.total-price-table{width: 30%;margin-top: 0;}
}

/*------------------------------------------*/
.order-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-form{
  width: 100%;
  margin-top: 5rem;
}
.order-view{
  width: 40%;
}
.order-view h3{
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: .5rem;
}
.order-view--price div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.full-price{
  background-color: #009bdf;
  color: #ffffff;
}
.order-view--products{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.full-price{
  padding: 1rem;
  border-top:1px solid #e7e7e7;
  padding-top: 1rem;
  margin-top: 1rem;
  font-size: 1.8rem;
}
.btn-back{
  display: inline-block;
  border:1px solid #f68c39;
  background-color: #ffffff;
  color: #f68c39;
}
.btn-back:hover{
  border-color: #009bdf;
  color: #fff;
}
.hidden-form input, .odabir-osoba input, .druga-adresa input{margin-bottom: 2rem;}
@media only screen and (min-width: 61.3125em){/*981px*/
  .order-form{
    width: 50%;
  }
} 
/*------------------------------------------*/
.text-center{
  text-align: center;
}
/*------------------------------------------*/


.health-box{
  width: 100%;

  margin-bottom: 2rem;
  padding: 1rem;
  display: block;
 
  overflow: hidden;
  border-radius: 1rem;
}

.health-box .btn{
  margin-top: auto;
}
.health-box p{
  margin-bottom: 2rem;
}
.health-box h3{
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 2rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.health-box br{
  display: none;
}
.health-box h3:hover{
  color: #009bdf;
}
.health-img{
  overflow: hidden;
  display: block;
  width: 100%;
}
.health-img img{
  display: block;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.health-img:hover img{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.health-nav ul{
  list-style: none;
  
}
.health-nav ul li{
  display: block;
}
.health-nav li a{
  display: block
}
.side-nav{
  padding-left: 0;
}
.side-nav > li > a{
  background-color: #009bdf;
  color: #fff;
  padding: 1rem;
  font-size: 1.8rem;
  border-radius: 1rem;
}
.health-sub li{
  margin-top: 1rem;
}
.health-sub li:last-child{
  margin-bottom: 1rem;
}
.health-sub li a:hover, .health-sub li a.mslc{
  color: #009bdf;
}
.health-text .images{
  width: 100%;
  margin-top: 5rem;
}
@media only screen and (min-width: 30.0625em){ /*481px*/ 
  .health-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
  }
  .health-box{
    width: 49%;
    margin-right: 2%;
    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;
  }
  .health-box:nth-child(2n+2){
    margin-right: 0;
  }
}
@media only screen and (min-width: 48.0625em){ /*769px*/ 
  .health-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .health-nav{
    width: 23%;
  }
 
  .health-wrapper, .health-text{
    width: 67%;
  }

}
/*------------------------------------------*/
.fixed-btns {
	position: fixed;
	right: 0;
  width: 11rem;
  z-index: 988;
  bottom: 40px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}
.fixed-btns.hide{
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.fixed-btns a {
	display: block;
	background-color: #f68c39;
	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: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	padding: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: 1.4;
	width: 13rem;
	height: 13rem;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.fixed-btns a span{
  display: block;
  margin-top: .2rem;
  font-size: 1.3rem;
  font-weight: 300;
}
.fixed-btns a img{
  display: block;
  margin: 0 auto;
  width: 2rem;
  margin-bottom: 1rem;
}
.fixed-btns a:hover{
  background-color: #009bdf;
}
@media only screen and (min-width: 56.3125em) {/*901px*/ 
  .fixed-btns {
    bottom: auto;
    top: 320px;
  }
}
@media only screen and (min-width: 81.25em) {/*1300px*/

}
@media only screen and (min-width: 90.0625em) {/*1441px*/ 
  .fixed-btns{
    width: 13rem;
  }
}
/*------------------------------------------*/
.usporedba-text{
  margin-top: 10rem;
}
/*---------------LOAD----------*/

.load-wrapper{
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.load-wrapper h2{
  font-weight: 300;
  opacity: 0;
  -webkit-animation: fade-in 12s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 12s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  text-align: center;
}
.load-wrapper img{
  opacity: 0;
  -webkit-animation: fade-in 12s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in 12s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  width: 40%;        
}
.load-wrapper{
  -webkit-animation: fade-in-reverse 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-reverse 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          -webkit-animation-delay: 5s;
                  animation-delay: 5s;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
   50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-reverse {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade-in-reverse {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 37.5625em){/*601px*/ 
  .load-wrapper img{width: 40rem;}
}
/*---------------END LOAD----------*/
.txt_error {
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px solid #e81500 !important;
}
.error {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size:20px;
  border: 1px dashed #e81500 !important;
  padding: 15px;
  margin-bottom: 20px;
}
/*---------------END PAGES----------*/
/*---------------PRELOADER----------*/


.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	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: #009bdf;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 8rem;
}
.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 4rem 4rem;
      -ms-transform-origin: 4rem 4rem;
          transform-origin: 4rem 4rem;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*---------------END PRELOADER----------*/