/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 1, 2019, 3:19:27 PM
    Author     : gasper
*/
@font-face {
  font-family: 'Gilroy Light';
  src:  url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy Extra-Bold';
  src:  url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
}

body{
    font-family: 'Gilroy Light', sans-serif;
    font-size: 16px;
    color: #373434;
    background-color: #272727;
    overflow-x: hidden !important;
}

table{
    width: 100%;
}

h1, h2, h3{
    margin: 0;
    padding: 0;
    font-family: 'Gilroy Light', sans-serif;
}

*:focus {
    outline: 0;
    outline: none;
}
a:hover, a:focus{
    color:#edb780;
}

a{
    text-decoration: none !Important;
    color: black;
}

a:focus{
    outline: none;
}

b, strong {
    font-weight: 700;
}

p{
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color:#5f5d65;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #f3c2a1;
    font-weight: 500;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #cca37f!Important;
}

img:focus {
    outline:none !important;
}

.nav-top{
    font-family: 'Gilroy Light', sans-serif;
    background: linear-gradient(271deg, #2a2a2a 100%, #262626 0%);
    padding-left: 40px;
    font-size: 11px;
    letter-spacing: 1px;
    padding-top:5px;
    padding-bottom:5px;
}
.nav-top .category{
    display: inline-block;
    margin-left:50px;
    color: #b7b6b6;
    font-weight: 100;
}
.nav-top .login{
    display: inline-block;
    margin-right:40px;
}
.nav-top .login a{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color:#e2b07d;
    font-weight: 600;
    text-transform: uppercase;
    padding-right:20px;
}
.nav-top img{
    margin-left:5px;
    margin-right:5px;
}
.navbar-brand img{
    display: inline-block;
    width: 49px;
    height: 56px;
}
.navbar-brand span{
    display: inline-block;
    color:#eef3f9;
    font-size:21px;
    letter-spacing: 1.75px;
    margin-left:15px;
    font-weight: 300;
}

/* NAVBAR */
.navSpecialButton{
    border-radius: 2px;
    border: solid 2px #ffbf00;
    color: #ffbf00!important;
}
.nav>li>a:hover, .nav>li>a:focus{
    color: #ed1d25;
}
.navbar-default {
    border-color: transparent;
    background-image: linear-gradient(271deg, #565656 103%, #474747 -2%);
}

.navbar-default {
    -webkit-transition: padding .4s;
    -moz-transition: padding .4s;
    transition: padding .4s;
}


.navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default.navbar-shrink {
    padding: 0 0;
    margin-top: 0px!important;
}

.navbar-right{
    margin-right:0px!Important;
}
.navbar-default .navbar-nav>li{
    margin-right:45px;
}

.navbar-default .navbar-nav>li>a {
    color: #d7bba3;
    transition: .3s;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.9px;
    text-align: center;
    padding-top:15px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 15px;
    margin-top: -30px;
}


.navbar-brand-scroll{
    margin-left: 35px;
}


.navbar-brand-scroll img{
    width: 90px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.activeNav a{
    color:#f3c2a1!important;
}
.activeNav a:after{
    
    position: absolute;
    content: '';
    height: 1px;
    bottom: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    background: #f3c2a1;
}

.activeNavSub{
    text-decoration: underline!important;
}

.navbar-default.navbar-second .navbar-nav>li>a{
    color: #ed1d25;
}



.navigationBorder{
    position: absolute;
    height: 17px;
    width: 1px;
    background-color: white;
}


/*******************************/ 
.mega-menu {
    width: 180px;
    border-radius: 0;
    background-color: #ffbf00;
    padding-left:0px;
}

.navbar-nav>li>.dropdown-menu{
    margin-top: -3px;
    border:none;
}

.mega-menu li {
    display: inline-block;
    float: left;
    font-size: 0.94rem;
    padding: 8px 0px;
    width: 100%;
}
/*
.mega-menu li.mega-menu-column {
    width: 50%;
}*/

.mega-menu .nav-header {
    padding: 0 !important;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.mega-menu img {
    padding-bottom: 10px;
}

.mega-menu-column li:hover{
    opacity: 0.7;
}

.mega-menu-column ul{
    padding-left:10px;
}




/* Disable Toggle style
********************************/  

/* Dropdown Toggle on style */
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: #ffbf00; /* Set to inherit when using mouse hover to open dropdown */
    color: #fff;
}   
/* Toggle off style */
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li.dropdown > a:focus { 
    background: #ffbf00; /* Set to inherit when using mouse hover to open dropdown */
    color: #fff;
}
/* Toggle hover */
.navbar .nav li.dropdown > .dropdown-toggle:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle:hover {
/*    background-color: #ffbf00;*/
}


/* Toggle caret*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}
/* Toggle caret hover */
.navbar .nav li.dropdown > a:hover .caret, 
.navbar .nav li.dropdown > a:focus .caret {
    background: #ffbf00; /* Set to inherit when using mouse hover to open dropdown */
    color: #fff;
}
/* Toggle caret active */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color:#333;
    border-top-color: #333;
    background: red;

}



/* Hover style
********************************/ 
.navbar .nav > li > a, .mega-menu a{ 
    font-family: 'Gilroy Light', sans-serif;
    color: #d7bba3;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 10000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; 

    /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/ 
    -webkit-backface-visibility: hidden; /* Safari Flicker Fix #2 */
    -webkit-transform: translateZ(0);
}

.mega-menu-column a{
    color:white;
}

.mega-menu a:hover{
    cursor: pointer;
    transition: .3s;
}


.navbar-right{
    transition: .3s;
    margin-top: -10px;
}

.navbar-right .dropdown-menu{
    right: auto;
}


.mega-menu a{
    padding-left: 10px;
    display: inline-block;
}
.open{
    color:white;
}

/* FOOOTER */


.footer{
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer img{
    
}
.footer-img{
    padding-bottom:20px;
}
.footer span{
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1.75px;
    color: #eef3f9;
}
.footer p{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    letter-spacing: 1px;
    color: #eef3f9;
}
.footer ul{
    margin-top:15px;
    list-style: none;
    padding-left:0px;
}
.footer ul li a{
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    color: #d7bba3;
    margin-bottom:10px;
}

/* END OF NAVBAR */

#landing-slider{
    background-image: linear-gradient(to top, #303030 100%, #474747);
}
#landing-slider .title-wrapper{
    margin-top:200px;
}
#landing-slider .slick-dots{
    margin-top:40px;
}
#landing-slider .title-wrapper h1{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#landing-slider ul{
    margin-top:30px;
    padding-left: 20px;
    list-style-image: url('../images/icons/path.svg');
}
#landing-slider ul li{
    font-weight: 300;
    color: #eef3f9;
    margin-bottom:20px;
}
#landing-slider .image-wrapper{
    margin-top: 190px;
    margin-left: 100px;
}
#landing-slider .absolute-wrapper{
    position: absolute;
    top: 70px;
    right: 0;
    width: 47%;
    height: 530px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: bottom!important;
}
#landing-slider .absolute-wrapper img{
    width: 100%;
    height:660px;
}
#landing-slider .lines img{
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 44px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#landing-slider .lines #first{
    right:200px;
    height:135px;
    animation: first-anim 2s infinite;
    animation-iteration-count: 3;
}
@keyframes first-anim {
  0% {
    height: 135px;
  }
  50% {
    height: 195px;
  }
  100% {
    height: 135px;
  }
}

#landing-slider .lines #second{
    right:120px;
    height:350px;
    animation: second-anim 1.5s infinite;
    animation-iteration-count: 3;
}
@keyframes second-anim {
  0% {
    height: 350px;
  }
  50% {
    height: 410px;
  }
  100% {
    height: 350px;
  }
}

#landing-slider .lines #third{
    height:500px;
    animation: third-anim 1.2s infinite;
    animation-iteration-count: 3;
}
@keyframes third-anim {
  0% {
    height: 500px;
  }
  50% {
    height: 560px;
  }
  100% {
    height: 500px;
  }
}

#landing-products{
    background-image: linear-gradient(63deg, #303030 40%, #474747 100%);
    padding-bottom: 80px;
}
#landing-products .title-wrapper{
    margin-top:100px;
}
#landing-products .title-wrapper h2, #landing-introduction .title-wrapper h2, #landing-news .title-wrapper h2{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:15px;
}
#landing-products .subtitle-wrapper p{
    background: white;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:45px;
}

#landing-description{
    background:#303030;
}
#landing-description .title-wrapper{
    padding-left:50px;
}
#landing-description .title-wrapper h3{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    color: #d7bba3;
    margin-top:100px;
    margin-bottom:45px;
}
#profile .title-wrapper h3{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #d7bba3;
    margin-top:0px;
    cursor: pointer;
}
#landing-description p{
    font-size: 16px;
    color: #f5f5f5;
    padding-left:50px;
    padding-right:100px;
}
#landing-description .half-background{
    padding-top: 550px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

#landing-introduction{
    background:#292929;
    padding-bottom: 50px;
    padding-top: 50px;
}
#landing-introduction .title-wrapper h3{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #d7bba3;
    margin-top: 20px;
}
#landing-introduction p{
    font-family: 'Gilroy Light', sans-serif;
    margin-bottom:40px;
    margin-top: 10px;
    font-size: 16px;
    color: #a2a2a2;
}
#landing-introduction h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    padding-left: 10px;
    display: inline;
}
#landing-introduction p{
    padding-left: 10px;
    text-align: justify;
}
#landing-introduction img{
    height: 40px; width: 40px;margin-top: -10px;
}
#landing-faq{
    background-repeat: no-repeat;
    background-position: 98% 70%;
}
#landing-faq .title-wrapper h2{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #f5f5f5;
    padding-top:100px;
}
.faq-wrapper{
    background:#565656;
    padding: 20px 45px;
    border-radius: 14px;
    cursor:pointer;
}
.faq-wrapper .question p{
    font-weight: 300;
    color: #e2b07d;
}
.faq-wrapper .answer{
    display:none;
}
.faq-wrapper .answer p{
    font-weight: 300;
    color: #cccccc;
    padding-top:15px;
}
.faq-wrapper .shown{
    display:block;
    
}

#about-us-main{
    background-image: linear-gradient(to top, #303030 100%, #474747);
}
#about-us-main .title-wrapper{
    margin-top: 200px;
}
#about-us-main .title-wrapper h2{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 39px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 35px;
}
#about-us-main .image-wrapper{
    margin-top: 200px;    
}
.about-us-main .description p{
    font-size:18px;
    font-weight: 900;
    color: #cccccc;
    font-family: 'Gilroy Light', sans-serif;
}
.about-us-main .description p span{
    font-size:18px;
    font-weight: 900;
    color: #cccccc;
    font-family: 'Gilroy Extra-Bold', sans-serif;
}


#about-us-text{
    background-image: linear-gradient(63deg, #303030 40%, #474747 100%);
    padding-bottom: 80px;
}

#about-us-text .image-wrapper{
    margin-top: 150px;
}
#about-us-text .content-wrapper{
    margin-top: 120px;
    margin-bottom: 30px;
}
#about-us-text .content-wrapper p {
    color: #f5f5f5;
    font-family: 'Gilroy Light', sans-serif;
    margin-bottom:20px;
}

#about-us-introduction{
   background:#292929; 
   padding-bottom: 80px;
}
#about-us-introduction p{
    font-family: 'Gilroy Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #a2a2a2;
    padding-bottom: 15px;
}
#about-us-introduction .title-wrapper h3{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    margin-top: 100px;
    margin-bottom: 60px;
    line-height: 1.5;
}
#about-us-introduction img{
    height: 40px;
    width: 40px;
}

#map-content{
    background:#303030;
}
#map-content .title-wrapper{
    padding-top: 60px;
}
#map-content .title-wrapper h3{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    margin-top: 100px;
    margin-bottom: 60px;
    line-height: 1.5;
}
#map-content .content-wrapper p{
    font-family: 'Gilroy Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #a2a2a2;
}
#map-content .content-wrapper .location-info{
    padding-bottom: 30px;
}
.mapouter{position:relative;text-align:right;height:100%;width:100%; }
.gmap_canvas {overflow:hidden;background:none!important;height:100%;width:100%;opacity: 0.65;}
#gmap_canvas{
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}
.mapHalf{
    height: 600px;
    padding:0px;
}

#gold-main{
    background-image: linear-gradient(to top, #303030 100%, #474747);
    padding-bottom: 100px;
}
#gold-main .title-wrapper{
    margin-top: 150px;
}
#gold-main .title-wrapper h2{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 35px;
}
#gold-main .image-wrapper{
    margin-top: 180px;    
}
#gold-main ul{
    list-style-image: url('../images/icons/path.svg');
}
#gold-main ul li{
    font-weight: 300;
    color: #eef3f9;
    margin-bottom:20px;
}

#gold-text{
    background: #292929; 
    padding-bottom: 80px;
}
#gold-text .title-wrapper h2{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    padding-top: 80px;
    padding-bottom: 50px;
}
#gold-text .content-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.5;
}
#gold-text .content-wrapper p{
    color: #a2a2a2;
    font-family: 'Gilroy Light', sans-serif;
    font-size: 15px;
    padding-bottom: 30px;
}
#gold-savings{
   background-image: linear-gradient(63deg, #303030 40%, #474747 100%);
   padding-bottom: 80px;
}
#gold-savings .title-wrapper h2{
    color: #e2b07d;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding-top: 80px;
    padding-bottom: 60px;
}
#gold-savings .content-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #e2b07d;
    font-size: 18px;
    padding-bottom: 10px;
}
#gold-savings .content-wrapper p{
    color: #f5f5f5;
    font-family: 'Gilroy Light', sans-serif;
    font-size: 15px;
     
}
#gold-savings .content-wrapper .card{
    background-image: linear-gradient(to top, #353535 102%, #404040);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

#silver-main{
    background-image: linear-gradient(to top, #303030 100%, #474747);
    padding-bottom: 100px;
}
#silver-main .title-wrapper{
    margin-top: 150px;
}
#silver-main .title-wrapper h2{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 35px;
}
#silver-main .image-wrapper{
    margin-top: 180px;    
}
#silver-main ul{
    list-style-image: url('../images/icons/path.svg');
}
#silver-main ul li{
    font-weight: 300;
    color: #eef3f9;
    margin-bottom:20px;
}
#silver-text{
    background: #292929; 
    padding-bottom: 80px;
}
#silver-text .title-wrapper h2{
    color: #e2b07d;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding-top: 80px;
    padding-bottom: 50px;
}
#silver-text .content-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.5;
}
#silver-text .content-wrapper p{
    color: #a2a2a2;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 15px;
    padding-bottom: 30px;
}
#silver-savings{
   background-image: linear-gradient(63deg, #303030 40%, #474747 100%);
   padding-bottom: 80px;
}
#silver-savings .title-wrapper h2{
    color: #e2b07d;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding-top: 80px;
    padding-bottom: 60px;
}
#silver-savings .content-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #e2b07d;
    font-size: 18px;
    padding-bottom: 10px;
}
#silver-savings .content-wrapper p{
    color: #f5f5f5;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 15px;
     
}
#silver-savings .content-wrapper .card{
    background-image: linear-gradient(to top, #353535 102%, #404040);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}





#savings-main{
    background-image: linear-gradient(to top, #303030 100%, #474747);
    padding-bottom: 100px;
}
#savings-main .title-wrapper{
    margin-top: 150px;
}
#savings-main .title-wrapper h2{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 35px;
}
#savings-main .image-wrapper{
    margin-top: 180px;    
}
#savings-main ul{
    list-style-image: url('../images/icons/path.svg');
}
#savings-main ul li{
    font-weight: 300;
    color: #eef3f9;
    margin-bottom:20px;
}
#savings-main .description{
    margin-bottom:30px;
}
#savings-main .description p{
    color:#fff;
}
#savings-main .description span{
    font-weight: 900;
    color: #cccccc;
    font-family: 'Gilroy Extra-Bold', sans-serif;
}
#savings-main .description h3{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-news-card ul{
    margin-top:20px;
    list-style-image: url('../images/icons/path.svg');
}
.single-news-card ul li{
    font-weight: 300;
    color: #eef3f9;
    margin-bottom:10px;
}
.gold-span{
    color: #e2b07d;
    font-weight: 600;
    text-decoration: none;
}

#child-savings{
    background-image: linear-gradient(63deg, #303030 40%, #474747 100%);
    padding-bottom: 80px;
}
#child-savings .title-wrapper h2{
    color: #e2b07d;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding-top: 80px;
    padding-bottom: 50px;
}
#child-savings .content-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #e2b07d;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.5;
}
#child-savings .content-wrapper p{
    color: #a2a2a2;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 15px;
    padding-bottom: 30px;
}
#child-savings .subtitle-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}
#child-savings .content-wrapper .card{
    background-image: linear-gradient(to top, #353535 102%, #404040);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 40px;
}
#child-savings .savings-text h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}
#pension-savings{
    background: #292929; 
    padding-bottom: 80px;
}
#pension-savings .title-wrapper h2{
    color: #e2b07d;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding-top: 80px;
    padding-bottom: 50px;
}
#pension-savings .content-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #e2b07d;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.5;
}
#pension-savings .content-wrapper p{
    color: #a2a2a2;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 15px;
    padding-bottom: 30px;
}
#pension-savings .subtitle-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}
#pension-savings .content-wrapper .card{
    background-image: linear-gradient(to top, #353535 102%, #404040);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 40px;
}
#pension-savings .savings-text h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}
#home-savings{
    background-image: linear-gradient(63deg, #303030 40%, #474747 100%);
    padding-bottom: 80px;
}
#home-savings .title-wrapper h2{
    color: #e2b07d;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding-top: 80px;
    padding-bottom: 50px;
}
#home-savings .content-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #e2b07d;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.5;
}
#home-savings .content-wrapper p{
    color: #a2a2a2;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 15px;
    padding-bottom: 30px;
}
#home-savings .subtitle-wrapper h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}
#home-savings .content-wrapper .card{
    background-image: linear-gradient(to top, #353535 102%, #404040);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 40px;
}
#home-savings .savings-text h4{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}
.slick-dots{
    bottom: -50px;
}

.slick-dots li button {
    background: black;
    height:10px!important;
    width:10px!important;
    border-radius: 90px;
    
}
.slick-dots .slick-active button{
    background: white;
}
.slick-dots li.slick-active button:before, .slick-dots li button::before {
    display:none!Important;
}
#faq{
    background-repeat: no-repeat;
    background-position: 98% 70%;
    padding-bottom: 100px;
    padding-top: 100px;
}
#faq .title-wrapper h2{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #edb780;
    padding-top:100px;
}

#news-main{
    padding-top:130px;
    background-image: linear-gradient(to top, #303030 102%, #474747);
    padding-bottom:50px;
    text-align: justify;
}
#news-main .single-news-card h1{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 36px;
    line-height: normal;
    color: #e2b07d;
}
#news-main .single-news-card span{
    line-height: normal;
    color: #ffffff;
    margin-top:10px;
    margin-bottom:20px;
}
#news-main .single-news-card span p{
    line-height: normal;
    color: #ffffff;
    margin-top:10px;
    margin-bottom:20px;
}
#news-main .single-news-card a{
    line-height: normal;
    color: #edb780;
}

#news-main .single-news-card .date{
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f5f5f5;
    margin-top:10px;
    margin-bottom:30px;
}

/* SUBPAGES PAGE */

#subpage{
    background-image: linear-gradient(63deg, #303030 40%, #474747 100%);
}
#subpage .title-wrapper{
    margin-top:150px;
}
#subpage .title-wrapper h2{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:15px;
}
#subpage .subtitle-wrapper p{
    background: white;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:45px;
}
#subpage .body-wrapper p{
    color:#f5f5f5;
    margin-bottom:10px;
}

#subpage .body-wrapper a{
    color:#edb780;
}

/* PRODUCTS */
.card{
    background-color: #2b2a29;
    border-radius: 14px;
/*    width:85%;*/
    margin: 0 auto;
    margin-bottom:30px;
}
.card .image{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: #e2b07d;
    background-size:150px 120px;
    background-position:70% 80%;
    padding-top:1px;
    padding-left:10px;
    padding-right:10px;
    height:100%;
    background-repeat: no-repeat;
    height:240px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .image.Category2 img{
    max-width: 80%;
    max-height: 80%;
}
.card .description{
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
    background-image: linear-gradient(to top, #353535 102%, #404040);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.card .description .title{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #f5f5f5;
}
.card .description .purity{
    font-size: 12px;
    font-weight: 300;
    color: #f5f5f5;
    padding-right: 15px;
}
.card .description span{
    padding-left:15px;
    border-radius: 14px;
}
.card .description .price{
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #d7bba3;
    margin-top:10px;
    padding-bottom:20px;
}
.card .description div{
    float:right;
    width: 42px;
    height: 42px;
    margin-top: -60px;
    border-radius: 21px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    cursor:pointer;
}
.card .description svg{
    margin-left: 13px;
    margin-top: 9px;
}
.card .image img{
    max-width: 100%;
    max-height:100%;
    margin: 0 auto;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.card .image:hover img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#landing-products .card, #related-products .card{
    width:85%;
}

#landing-news{
    padding-top:150px;
    padding-bottom:10%;
    background-image: linear-gradient(60deg, #303030 38%, #474747 95%);
}
#landing-news .title-wrapper h2{
    margin-bottom:20px;
}

/* PRODUCT PAGE */

#single-product-container{
}
#single-product-container .title-wrapper{
    margin-top:0px;
}
#single-product-container .title-wrapper h2, #single-product-container .title-wrapper h1{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:15px;
}
#single-product-container .subtitle-wrapper p{
    background: #c5c4c4;
    font-family: 'Gilroy Light', sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}
#related-products{
    background-image: linear-gradient(63deg, #303030 40%, #474747 100%);
    padding-bottom:50px;
}
.propertys-wrapper{
    padding-bottom:20px;
}
.propertys-wrapper p{
    background: #c5c4c4;
    font-family: 'Gilroy Light', sans-serif;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}




.float-right{
    float: right;
}

.headerImage{
    position: absolute;
    top: 130px;
    right: 0px;
}

.subHeaderImage{
    position: absolute;
    top: 130px;
    right: 0px;
}

.loginCard{
    background-color: #303030;
    padding: 40px;
    width: 400px;
    margin: 0 auto;
    margin-top: 30vh;
}

.loginImage {
    margin-bottom: 50px;
}

.loginInput {
    margin-bottom: 10px;
    margin-top: 0px;
    border-radius: 3px;
    background-color: #292830;
    border-color:#292830;
    height: 40px;
}
label{
    font-size: 12px;
    color: #d7bba3;
    padding-left:10px;
}

.loginLink {
    padding-top: 10px;
    color: #333333;
    font-size: 12px;
    text-align:center;
}
.login-wrapper{
    height:100vh;padding-left:150px;padding-right:150px;padding-top:200px;
}
.login-backgroun-img{
    height:100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#single-categories-container{
    background:linear-gradient(to bottom, #f2f1ed 70%, #ffffff 30%);
}
#single-categories-container .container{
    margin-top:150px;padding-bottom:20px;
}
#single-product-container{
    margin-top:150px;
}
#single-product-container .product-flower{
    position:absolute;right:50px;
}
.mobile-section{
    display:none;
}
.mobile-section .productHeaderOverTitle{
    margin-top: 0px;
}
.product-branch{
    position: absolute;right: 0;margin-top: 15px;
}


#cd-cart-trigger{
    cursor: pointer;
}
.category-image{
    padding-top:400px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 15px;
}
.category-text-section{
    background-color: #757472;position: absolute;top: 80px;width: 550px;right: 0;padding:60px 25px 40px 30px;
}
.category-title{
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 21px;
    color: #ffbf00;
}
.category-description p, .category-description {
    color:#fff!Important;
}
.landing2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}
.productHeaderTitle{
    margin-top:10px;
    font-size:36px;
    color:#5f5d65;
}
.productHeaderOverTitle{
    margin-top:80px;
    
    font-size: 21px;
    color: #ffbf00;
}
.productSubTitle{
    margin-top:20px;
}
.productPrice{
    font-size: 36px;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    color: #d7bba3;
    font-weight: 800
}
.recomendedTextBox p {
    font-size: 25px;
    text-align: center;
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding:20px;
}
.btn-product{
    background: #fff;
    height: 50px;
    width: 320px;
    border-radius: 2px;
    border: solid 1px #ffbf00;
    text-align: center;
    font-size: 16px;
    color: #757472;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
}
.btn-product:hover{
    color: #ffff;
    background: #ffbf00;
}
.btn-product:hover g{
    fill: #ffff;
}
.quantity-product {
    position: relative;
}

.quantity-product input[type=number]::-webkit-inner-spin-button,
.quantity-product input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.quantity-product input[type=number]{
    -moz-appearance: textfield;
    width: 52%;
}

.quantity-product input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #d9d9d9;
}

.quantity-product input:focus {
    outline: 0;
}

.quantity-nav-product {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button-product {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #d9d9d9;
    width: 28px;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button-product.quantity-up-product {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #3a405a;

    background-image: url("../images/icons/upp.svg");
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center top 6px;
}

.quantity-button-product.quantity-down-product {
    position: absolute;
    bottom: -0.1px;
    height: 50%;
    background-image: url("../images/icons/downn.svg");
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center bottom 6px;
}
.quantity-up-product {
    border-bottom: 1px solid #d7bba3!important;
    background-position: center top 10px!important; 
}

.quantity-button-product {
    border-left: 1px solid #d7bba3!important;
}

.quantity-down-product {
    background-position: center bottom 10px!important;
}

.quantity-product input {
    border-color: #d7bba3!important;
    text-align: center;
    padding-right: 45px;
    font-size: 19px;
    height: 46px;
    color:#d7bba3;
    background: #343434;
    
    width: 100%!important;
    border-radius:40px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
}

.quantity-nav-product {
    height: 46px;
}
.quantity-label-product {
    color: #c5c4c4;
    padding-bottom: 10px;
}
.howToUse {
    font-size: 21px;
    color: #ffbf00;
    margin-bottom:30px;
}
.image-gallery-nav {
    width:115px;background:#fff;margin-right:10px;box-shadow: 0 2px 22px 0 rgba(236, 236, 236, 0.5);
}

.slider-for img {
    margin: 0 auto;
    margin-top: 20px;
    max-height: 300px;
}

.slider-nav img {
    cursor: pointer;
}
.slideDownSearch {
    height:10px!important;
}
.slider-for-blog {
    max-height: 300px;
    margin-top: 20px;
}
.slider-for-blog img {
    height: 100%;
    max-height:300px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    outline: none;
}
.slider-nav-blog img {
    max-height: 100px;
    margin: 0 auto;
    outline: none;
    width: auto;
}

.slider-nav-blog .image-gallery-nav {
    margin-top: 5px;
    margin-bottom: 5px;
}
.single-blog-title {
    font-size: 24px;
    color: #ffbf00;
    
}
.single-blog-date {
    font-size: 12px;
    float: right;
    color: black;
    margin-top: 15px;
}
.single-blog-text {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 15px;
    text-align: justify;
}
.blog-single-used-title {
    font-size: 20px;
    text-align: center;
}
.blog-single__used-wrapper {
    padding: 10px 30px 10px 30px;
}
.relatedArticles {
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.relatedArticlesImageCont{
    height: 50px;
    overflow: hidden;
}

.relatedArticlesImage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.relatedArticlesNoImage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 50px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #efefef;
}

.relatedArticles:hover .relatedArticlesImage{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.relatedArticlesTitle{
    font-size: 12px;
    font-weight: 700;
}
.single-blog-title{
    border-bottom: solid 1px #eae8e8;padding-left: 20px;padding-right: 20px;padding-top:15px;
}
.categoryBox{
    background-image: linear-gradient(to top, #2b2b2b 102%, #404040);
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
    margin-bottom: 20px;
}
.shop-container{
    margin-top:50px;margin-bottom:50px;
}
/***********/

.alignClass{
    padding-bottom:20px;
}
.alignClass div{
    text-align: center;
}
.alignClass{
    padding-top:20px;
}
.iconPadding{
    padding-bottom:40px;
}

.productBackground{
    background: linear-gradient(to bottom, #f2f1ed 70%, #fff 50%);
}

.productCard{
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.04);
    padding-bottom:10px;
    display:inline-block;
    margin-right:1%;
    width: 100%;
    margin-bottom:20px;
}

/*.absoluteContainer{
    position: absolute;
    bottom:70px;
    width: calc(100% - 30px);
}*/

.productionBox{
    margin-bottom: 20px;
    color: #373434;
}

.productionBoxTitle{
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
    padding-top: 5px;
    height: 38px;
    color: #373434;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.productionBoxBorder{
    background: #ed1d25;
    width: 1px;
    height: 38px;
    position: absolute;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.productionBoxText{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #5c5b5b;
    font-size: 14px;
    padding-left: 18px;
    height: 70px;
}


.productionBox:hover .productionBoxBorder{
    height: 70px;
}

.productionBox:hover .productionBoxTitle{
    color: #ed1d25;
}

.newsImageBox{
    height: 300px;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
}
.newsImageBox img{
    height: 100%;
    width: auto;
    max-width: 100%;
}

.newsDate{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 14px;


}

.newsTitle{
    font-size: 24px;
    font-weight: 500;
    color: #01112b;
}

.newsShort{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    line-height: 1.63;
    color: #373434;
    margin-top: 10px;
    margin-bottom: 20px;
}


/* SUBPAGE */

.subpageHeader{
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.subpageHeader .breadcrumbs{
    margin-top: 180px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.right-arrow{
    width:10px;margin-top:-2px;
}

.productPriceSubTitle{
    font-size: 30px;
    color:#ffbf00;
    font-weight: 500;
}

.subpageHeader .breadcrumbs a{
    color: white;
}

.subpageHeader .breadcrumbs img{
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumbs{
    padding-top: 80px;
}

.breadcrumbs span{
    font-size:12px;
}

.subpageContainer{
    padding-top: 60px;
    padding-bottom: 90px;
}

.subpageContainerSidebar{
    padding-top: 0px;
    padding-bottom: 90px;
}

.subpageBody h2{
    font-size: 80px;
    font-weight: 700;
    color: #edeef5;
    text-transform: uppercase;
}

.subpageBody h1{
    font-size: 36px;
    font-weight: 500;
    color: #373434;
    margin-top: -35px;
}

.subpageBody .text{
    margin-top: 30px;
    line-height: 1.5 !Important;
    color: #5c5b5b;
    font-family: 'Muli', sans-serif !Important;
    font-weight: 400;
    margin-bottom: 80px;
    font-size: 16px;
}


.galleryContainer{
    margin-top: 30px;
}

.sidebar{
    background-color: #edeef5;
    padding: 30px;
    padding-top: 90px;
}

.sidebar .single{
    font-size: 20px;
    font-weight: 500;
    color: #373434;
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: .3s;
}

.sidebar .single.active{
    /*border-bottom: 2px solid red; */
    border-bottom: 5px solid #e96d6e;
}

.sidebarTitle{
    margin-top: 50px;
}


.topNavigation{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1031;
}

.topNavigation a{
    color: #ffffff;
    margin-right: 10px;
    font-size: 14px;
}

.topNavigation-active{
    color: #ed3833 !Important;
}

.languageNavigation{
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 1;
}

.languageNavigation a{
    color: rgb(51, 51, 52);
    margin-right: 10px;
    font-size: 14px;
}

.languageNavigation-active{
    color: #ed3833 !Important;
}

/*.sidebarActiveNav{
    border-bottom: 2px solid #f07472;
    width:  fit-content;
}*/

.justified-gallery > .entry-visible:hover{
    opacity: 0.9;
}

#mobile-navigation{
    display: none;
}

.slicknav_menu{
    display: none;
}


/*SUBPAGES*/
.subpagesMobileBackground{
    padding-bottom:120px;
}
.subpagesTitle{
    font-size: 40px;
    font-weight: 700;
    margin-top: 200px;
    line-height: 1.32;
    color: #5f5d65;
    margin-bottom:10px;
}

.subpagesTitleLess{
    font-size: 40px;
    font-weight: 700;
    margin-top: 50px;
    line-height: 1.32;
    color: #f2f1ed;
    margin-bottom:10px;
}

.subpagesSubtitle{
    padding-top:50px;
    line-height: 2.25;
}

.subpagesSubtitle p{
    padding-top:20px;
}

#cleaningServices img{
    height:60px;
    width:60px;
}

.iconeDescription{
    padding-left: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #f2f1ed;
    font-size:14px;
    width:230px;
    display: inline-block;
    padding-top:10px;
}
.iconeSubTitle{
    padding-bottom:30px;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.95;
}

.summaryContainer{
    padding-top:40px;
    padding-left:30px;
    padding-right: 20px;
    background:#565656;
    color: #d7bba3;
}
.summaryContainer .title{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.39;
    color: #c3c3c3;
}
.summaryContainer .service{
    font-size: 16px;
    font-weight: 600;
}
.summaryContainer .price{
    text-align: right;
    font-size: 36px;
}
.deliveryTypeCard .price{
    text-align: right;
}
.summaryContainer .note{
    font-size: 12px;
    line-height: 1.67;
    margin-top:55px;
    padding-bottom:20px;
}
.summaryContainer, .additionalPayment{
    font-size: 12px;
}

.summaryWrapper{
    margin-bottom:25px;
}


/*form*/

.form-control{
    background-color: #4a4a4a;
    border:none;
    color: #d7bba3;
    padding-top: 10px;
    height: 50px;
    padding-left: 20px;
    font-size:16px;
    margin-bottom:20px;
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #947f6d;
}
#inputContainer{
    padding-bottom:20px;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #947f6d;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #947f6d;
}
.form-control:focus{
    border: solid 2px #d0a780;
    box-shadow: none;
}
.label {
    position: absolute;
    top: -10px;
    left: 25px;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #9da0a5;
    height: 20px;
    background-color: #303030;
    font-size: 12px;
    text-align: center;
    font-weight: 200;
    min-width: 50px;
    border: solid #9da0a5 1px;
    border-radius:5px;
    z-index: 10;
}
.label.special{
    z-index: 12;
}

.actibeLabel{
    display:block;
}
.activeInput{
    border: solid 2px #d0a780;
}
.productImage{
    margin: 0 auto;
    height: 170px;
    width: auto;
    max-width: 80%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.is-visible{
    display:block!important;
}

/*CART SYLEZ*/

.cartNo{
    position: absolute;
    left: 31px;
    background: #bc8b62;
    color: #3e3e3e;
    width: 18px;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    top: 2px;
}

.cd-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#main-nav, #cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    /* header height */
    padding-top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 30000!Important;
}

@media only screen and (min-width: 768px) {
    #main-nav, #cd-cart {
        width: 350px;
    }
}
@media only screen and (min-width: 1200px) {
    #main-nav, #cd-cart {
        width: 440px;
        padding-top: 80px;
        overflow-y: hidden;
    }
}


#main-nav ul .current {
    box-shadow: inset 3px 0 #435779;
}

.no-js #main-nav {
    position: fixed;
}
.slicknav_brand a span{
    display: inline-block;
    color: #eef3f9;
    font-size: 21px;
    letter-spacing: 1.75px;
    margin-left: 15px;
    font-weight: 300;
}

#cd-cart {
    right: -100%;
    background: white;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1060;
}

#cd-cart.speed-in {
    background-image: linear-gradient(to top, #303030 100%, #474747);
    overflow-x: hidden;
    right: 0;
    color: #d7bba3;
}
#cd-cart > * {
    padding: 0 20px;
}
#cd-cart h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
}
#cd-cart .cd-cart-items {
    padding: 0;
    overflow: hidden;
/*    overflow-y: scroll;*/
    height:auto;
    max-height:60vh;
    list-style: none;
}
#cd-cart .cd-cart-items li {
    position: relative;
    padding: 0.5em;
    border-top: solid 0.5px #5d5a5a29;
    padding-top: 20px!Important;
}

#cd-cart .cd-qty, #cd-cart .cd-price {
    color: #a5aebc;
}
#cd-cart .cd-price {
    margin-top: .4em;
}
#cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
    float: right;
}
#cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7dcf85;
    color: #FFF;
    text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0px 32px;
    }
    #cd-cart .cd-cart-items li {
        padding: 0em 2em;
    }
    #cd-cart .cd-item-remove {
        right: 2em;
    }
}

main {
    position: relative;
    min-height: 100%;
    background: #eeeff7;
    padding-top: 70px;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    main {
        padding-top: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    main {
        padding-top: 120px;
    }
}

#cd-gallery-items li {
    margin-bottom: 1.5em;
}
#cd-gallery-items li img {
    width: 100%;
    display: block;
    border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
    #cd-gallery-items li {
        width: 48%;
        float: left;
        margin-bottom: 2em;
        margin-right: 4%;
    }
    #cd-gallery-items li:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    #cd-gallery-items li {
        width: 31%;
        float: left;
        margin-bottom: 2.5em;
        margin-right: 3.5%;
    }
    #cd-gallery-items li:nth-child(2n) {
        margin-right: 3.5%;
    }
    #cd-gallery-items li:nth-child(3n) {
        margin-right: 0;
    }
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 10000;
    display: none;
}
#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    margin-top: 50px;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #1d2129;
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #1d2129;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


.successTitle{
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
}

.successSubtitle{
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 24px;
}
.sidebarExitButton img{
    width:20px;
}

.cartOverViewTitle{
    font-size: 14px;
    line-height: 1.32;
    font-family: 'Gilroy Light', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom:10px;
}

.cartOverViewTitle a{
    font-size: 12px;
    text-align: right;
    float: right;
    color: #ffffff;
    padding-top: 5px;
    transition: .3s;
}

.cartOverViewTitle a:hover{
    color: #cb5612;
}

.cartOverViewBorder{
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cartOverViewCardsTitle{
    text-transform: uppercase;
}

.cartOverViewCards{
    margin-top: 10px;
    max-width: 100%;
}

.cartOverViewCards img{
    max-width: 100%;
}

.cartStepBack{
    margin-top: 10px;
    background: none;
    color: #ffffff;
    font-size: 12px;
    transition: .3s;
}

.cartStepBack:hover{
    color: #cb5612;
}

.cartStepBack img{
    width: 13px;
    margin-right: 10px;
}

.cartButton2{
    width: 330px;
    float: right;
    margin-top: 0px;
    margin-bottom: 50px;
}

.shopContainer{
    margin-bottom: 100px;
}


.cartOverViewSingleProduct{
    margin-bottom: 10px;
    border-bottom: solid 1px #5d5a5a29;
    padding-bottom: 15px;
}

.cartOverViewProductImage {
    height: 80px;
    background-image: linear-gradient(to top, #303030 100%, #474747);
    border-radius: 5px;
}

.cartOverViewProductPrice{
    font-size: 14px;
    font-weight: 700;
}

.cartOverViewProductShort{
    font-size: 12px;
}

.cartOverViewQuantityTitle{
    font-size: 12px;
    margin-top: 10px;
}
.cartOverViewPriceTitle{
    font-size: 12px;
}


.addQuantity{
    margin-left: 7px;
    border-radius: 5px;
    margin-top: -3px;
}

.subQuantity{
    margin-right: 7px;
    border-radius: 5px;
    margin-top: -3px;
}

.quantityInput {
    text-align: center;
    border: 2px solid #ddd;
    margin: 0px;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    font-weight: 700;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}
.hideSidebar p{
    color: #d7bba3!Important;
}
.singleOverviewQuantity{
    padding-bottom: 10px;
}
.quantityInput {
    text-align: center;
    margin: 0px;
    width: 48px;
    height: 32px;
    border-radius: 5px;
    font-weight: 700;
    background-image: linear-gradient(to top, #303030 100%, #474747);
    border: none;
}

.quantity-down{
    display: inline-block;
    margin: 0px;
    width: 33px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    padding: 6px 0;
    background-image: linear-gradient(to top, #303030 100%, #474747);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s;
    margin-right: 7px;
    border-radius: 5px;
    margin-top: -3px;
}

.quantity-up{
    margin: 0px;
    width: 33px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    padding: 6px 0;
    background-image: linear-gradient(to top, #303030 100%, #474747);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s;
    margin-left: 7px;
    border-radius: 5px;
    margin-top: -3px;
    display: inline-block;
}

.quantity-up:hover {
    cursor: pointer;
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    color: #ffffff;
}

.quantity-down:hover {
    cursor: pointer;
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    color: #ffffff;
}

.cartOverViewProductDelete img{
    width: 15px;
    transition: .3s;
    float: right;
    margin-top: -18px;
}

.cartOverViewProductDelete img:hover{
    opacity: 0.6;
    transition: .3s;
    cursor: pointer;
}    
.sidebarExitButton img{
    width: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: .3s;
}

.sidebarExitButton img:hover{
    opacity: 0.8;
    cursor: pointer;
}

/* width */
.hideSidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.hideSidebar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.hideSidebar::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.hideSidebar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* wierd BACKGROUNDS */
.reservationsOuterBackground{
    background: linear-gradient(90deg, #f2f1ed 66.66666667%, #ffbf00 33.33333333%);
    padding-top:30px;
    padding-bottom:30px;
}
.reservationsInnerBackground{
    background: linear-gradient(90deg, white 66.66666667%, #ffbf00 33.33333333%);
}
.cartOuterBackground,.cartOuterBackgroundStep1,.cartOuterBackgroundStep2{
    background: linear-gradient(90deg, #303030 66.66666667%, #565656 33.33333333%);
    padding-top:30px;
    padding-bottom:30px;
    margin-top:50px;
}
.cartInnerBackground{
    color: #d7bba3;
}

.missingData{
    border: 1px solid rgb(142 5 7)!Important;
}
.missingDataCheck{
    color:rgb(142 5 7);
}
.missingDataButton{
    background:rgb(142 5 7)!Important;
}
.missingDataText{
    color:rgb(142 5 7)!Important;
}
.missingDataBottom{
    border-bottom:1px solid rgb(142 5 7)!Important;
}
.agreementLink{
    color:#cfa681;
}
.missingAgreement, .missingAgreement label, .missingAgreement span{
    color: rgb(142 5 7)!important;
    border-color: rgb(142 5 7)!important;
}


#error{
    font-weight:600;
    color:red;
    display:none;
    font-size:12px;
    display: block;
    padding-bottom:20px;
}

.slicknav_nav .slicknav_row:hover{
    background: #757471;
}

.containerPadding{
    padding-bottom:100px;
    padding-top:30px;
}
.timeGrid{
    display:none;
}
.contactRow{
    padding-bottom:50px;padding-top:30px;
}

.absoluteContainer {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 30px);
}
.hiddenPaypal img{
    width: 40px;
    width: 130px;
    transition: .3s;
}

.hiddenPaypal img:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.productionFooter{
    text-align: center;padding-top: 10px;margin-top: 20px;font-size:12px;
}

/* COOKIES */
#gdpr-cookie-message {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #f2f1ed;
  padding: 10px 20px;
  text-align: center;
}

#gdpr-cookie-message h4,
#gdpr-cookie-message p {
  color: black;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  padding-right: 15px;
}

#gdpr-cookie-message h4 {
  font-weight: bold;
  color: #8cc63f;
  text-transform: uppercase;
}

#gdpr-cookie-message p a {
  color: #c2b6b5;
  text-decoration: underline;
  padding-left: 5px;
}

#gdpr-cookie-message button {
  margin: 0 10px;
  background-color: #ffffff;
  border: none;
  padding: 5px 10px;
  color: #000;
  font-size: 13px;
}

#gdpr-cookie-message button#gdpr-cookie-advanced {
  color: black;
  background: transparent;
  border: 1px solid black;
}

#gdpr-cookie-message button:hover {
  background-color: #8cc63f;
  color: #fff;
}

#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
  opacity: 0.7;
}

#gdpr-cookie-types h5 {
  color: black;
  font-size: 14px;
  padding-top: 10px;
}

#gdpr-cookie-types ul li {
  list-style: none;
  color: black;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
}
.categoryBox2{
    box-shadow: 0 2px 22px 0 rgba(132, 121, 121, 0.5);
    padding-bottom: 10px;
    background: #ffbf00;
    margin-bottom:30px;
    transition: all 0.5s ease;
}
.categoryBox2:hover{
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.shopCard2Title{
    padding-top:10px;
    font-size:18px;
    color:#fff;
}
.shopCard2Button{
    font-size:13px;
    color:#fff!important;
}
.criteryChecbox{
    font-size:12px;
    font-weight:100;
    display:block;
    text-transform: uppercase;
}
.panel-heading{
    padding:0px;
}
.panel-heading a{
    color: #f5f5f5;
    font-size:15px!Important;
}
.panel-group{
    margin-bottom: 0px;
}
.categoryBox{
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.04);
    padding-top: 15px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:15px;
}
.categoryBoxTitle{
    border-bottom: 1px solid #f5f5f5;;
    margin-bottom: 10px;
    color: #f5f5f5;
}
.subCategoriesContainer{
    padding-left:5px;
}
.criteryBreadcrumb, .criteryBreadcrumb a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.17px;
    color: #d7bba3;
}
#criteryBreadcrumb span{
    margin-right:10px;
    cursor: pointer;
    padding:5px;
}
.orderTextActive{
    background:#5f5d65;
    color:#fff!Important;
}
.singleProductDesdription, .singleProductImage{
    margin-top:30px;margin-bottom:30px;
}
.singleProductImage{
   padding-top:20px;
    padding-bottom:20px;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.04);
}
.singleProductDesdription{
    text-align: justify;
    padding-top: 40px;
    padding-bottom: 30px;
}

/*modal*/
.is-visible{
    display:block!Important;
}
.modal {
    position: fixed;
    display: block;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
}
.modal.is-visible {
    visibility: visible;
}
.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 60em;
    margin-left: -30em;
    background-color: #303030;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    border-radius: 5px;
}
.modal-wrapper section{
/*    padding: 20px;*/
    padding-bottom: 0px;
}
.modal-title{
    background-color: #fbfbfd;
    color: #3d465a;
    width: 100%;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}
.modal-title img{
    margin-right: 15px;
    margin-top: -3px;
}
.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.btn-close div{
    color: #fff;
    float: right;
    width: 23px;
    padding-bottom:5px;
/*    height: 23px;
    text-align: center;
    border-radius: 50%;
    transition: .3s;*/
}
.modal-footer{
    text-align: left;
    border: none;
}
.cancelModal{
    font-size: 14px;
    font-weight: 600;
    color: #929eb8;
    margin-top: 15px;
    margin-left: 20px;
    cursor: pointer;
    transition: .3s;
}
.cancelModal:hover{
    color: #3b6a8d;
}
.modal-delete-icon img{
    width: 18px;
}
.element-text{
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.small-element-text{
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.big-element-text{
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 900;
}
.modal-wrapper{
    top: 25vh;
}

@keyframes beat{
    to { transform: scale(1.2); }
}

.blogCard{
    margin-top: 35px;
    background-color: #ffffff;  
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.14);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 30px;
}


.blogCardImageCont{
    height: 210px;
    overflow: hidden;
}

.blogCardImage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blogCard:hover .blogCardImage{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.blogCardNoImage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90px;
    height: 210px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blogCard:hover .blogCardNoImage{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.blogCardTextBox{
    padding: 15px;
    height: 105px;
}

.blogCardText{
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #10151c;
}

.blogCardDate{
    font-size: 14px;
    color: #333334;
    text-align: right;

}

.technical_data{
    padding-top: 30px;
    letter-spacing: 1.1px;
}

.card .description .price span{
    padding-left: 0px;
}
.daterangepicker {
    z-index: 50000!important;
}

.saving-mass{
    background-color: #4a4a4a;
    border:none;
    color: #9ea0a5;
    padding: 10px;
    height: 30px;
    font-size:16px;
    margin-bottom:20px;
}
#SavingTotalPriceText{
    font-size:20px;
}


.saving-price-input {
    position: relative;
    display:inline-block;
    width:45%;
    margin-right:10px;
}

.saving-price-input > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 30px;
    text-align: center;
    font-style: normal;
    color:#d7bba3;
    font-size: 21px;
}

.saving-price-input > input {
    border-color: #d7bba3!important;
    text-align: center;
    padding-right: 45px;
    font-size: 19px;
    height: 46px;
    color: #d7bba3;
    background: #343434;
    width: 100%!important;
    border-radius: 40px;
    line-height: 1.65;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #d9d9d9;
    padding-left: 20px;
    padding-right: 0;
}
.btn-close{
    color: #d7bba3;
}


.news-card{
    
    padding:10px;
}
.news-card img{
/*    display:none;*/
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    aspect-ratio: 1.498;
    object-fit: cover;
    width: 100%;
}
.news-card .big-date{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    display:none;
    padding: 18px 20px 17px 21px;
    border-radius: 14px;
    border: solid 1px #e2b07d;
    width: 101px;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f5f5f5;
}
.news-card .news-container{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 14px;
}
.news-card .news-container .text-holder{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding-top:15px;
}
.news-card .news-container .text-holder .border{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding-top:30px;
    border-bottom: solid 1px #979797;
    width:80px;
}
.news-card .news-container .text-holder .title{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 16px;
    color: #f5f5f5;
}
.news-card .news-container .text-holder .date{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    display:none;
}
.news-card .news-container .text-holder .short{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding-top:35px;
    font-size: 14px;
    color: #e2b07d;
    line-height: normal;
}
.news-card .news-container .text-holder .short p{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding-top:35px;
    font-size: 14px;
    color: #e2b07d;
    line-height: normal;
}



.news-card.slick-slide.slick-current.slick-active img{
    display:block;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    margin: 0 auto;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
}
.news-card.slick-slide.slick-current.slick-active .big-date{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    display:none;
}
.news-card.slick-slide.slick-current.slick-active{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding:10px;
}
.news-card.slick-slide.slick-current.slick-active .news-container{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 14px;
}
.news-card.slick-slide.slick-current.slick-active .news-container .text-holder{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding-top:15px;
    background-image: linear-gradient(to top, #303030 102%, #474747);
}
.news-card.slick-slide.slick-current.slick-active .news-container .text-holder .border{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    display:none;
}
.news-card.slick-slide.slick-current.slick-active .news-container .text-holder .title{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 16px;
    color: #f5f5f5;
}
.news-card.slick-slide.slick-current.slick-active .news-container .text-holder .date{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 12px;
    color: #f5f5f5;
    padding-bottom:20px;
}
.news-card.slick-slide.slick-current.slick-active .news-container .text-holder .short{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 14px;
    color: #e2b07d;
    line-height: normal;
}
.news-card.slick-slide.slick-current.slick-active .news-container .text-holder .short p{
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 14px;
    color: #e2b07d;
    line-height: normal;
}

.news-nav div{
    display:inline-block;padding: 16px 19px;background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);cursor:pointer;
}
.stock{
    font-family: 'Gilroy Bold', sans-serif;
    color:#dfd2c6;
    margin-bottom:10px;
    font-size:13px;
}
.stock span{
    text-transform: uppercase;
}
#alert {
    padding: 10px;
    background: #565656;
    color: #fff;
    margin-top:5px;
    display:none;
    border-radius: 4px;
}

#alert .closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

#alert .closebtn:hover {
    color: #9da0a5;
}

#alertCard {
    padding: 10px;
    background: #565656;
    color: #fff;
    margin-top:5px;
    display:none;
    border-radius: 4px;
}

#alertCard .closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

#alertCard .closebtn:hover {
    color: #9da0a5;
}

#subpage ul, ol{
    color:#fff;
}

#card-element, .MyStripeElement {
    border-radius: 4px;
    background-color: #4a4a4a;
    border: solid 2px #4a4a4a;
    color: #d7bba3;
    padding-top: 15px;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.StripeElement--focus {
    border: solid 2px #d0a780!Important;
}
.loading {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    display: none;
}

/* --- SEGUNDO EJEMPLO --- */

.dotcolor {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    margin: 0px 10px;
    animation: colors 1.3s ease-in-out infinite;
}

@keyframes colors {
    0%,
    100% {
        background-color: #acbbb9;
        transform: initial;
    }

    50% {
        transform: translateY(-20px);
        background-color: #e7a29f;
    }
}

.dotcolor:nth-child(2) {
    animation-delay: -1.1s;
}

.dotcolor:nth-child(3) {
    animation-delay: -0.9s;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: solid 2px #d0a780;
  -webkit-text-fill-color: #d7bba3;
  -webkit-box-shadow: 0 0 0px 1000px #4a4a4a inset;
  transition: background-color 5000s ease-in-out 0s;
}

.stats {
   background-image: linear-gradient(63deg, #484848 40%, #474747 100%);
    padding-top: 64px;
    padding-bottom: 64px; }
.stats__element {
    font-size: 16px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;}
@media (max-width: 968px) {
    .stats__element {
        padding-bottom: 40px;
        font-size: 14px; } }
.stats__element span.big {
    font-size: 48px; }
@media (max-width: 968px) {
    .stats__element span.big {
        font-size: 32px; } 
}
.stats h3{
   background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.check-link {
    color: white;
}
.checkboxContainer{
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-top: 2px;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkboxContainer .checkmark {
    font-family: 'Gilroy Extra-Bold', sans-serif;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.83px;
    color: #e2b07d;
    background: inherit;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d6bba3;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #303030;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #d6bba3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#TermsModal p, #PrivacyModal p{
    color:white;
    margin-bottom: 20px;
    font-size:14px;
}

#TermsModal a, #PrivacyModal a{
    color:#d7bba3;
}

.demand-modal{
    top:10vh;width: 40em;margin-left: -20em;
}

#DemandLoader {
  margin-top:10px;
  display:none;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

/* Customize the label (the container) */
.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  color: #f5f5f5;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cb-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #2B2B2B;
  border: 1px solid #BC8B64;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .cb-checkmark {
  background-color: #2B2B2B;
  border: 1px solid #BC8B64;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .cb-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .cb-checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-holder a {
    color: #d7bba3;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}


.payment-preinvoice-item {
    color: #d6bba3;
}

table.dataTable thead :is(.sorting_desc, .sorting_asc, .sorting) {
	background-image: unset !important;
}