body{
    font-size: 1em;
    font-family: roboto-regular, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
    font-size: inherit;
    margin: 0;
    font-weight: normal;
}

.login-and-contacts{
    background-color: #0e7e0e;    
    /*background-color: #166137;*/    
    color: white;
    min-height: 40px;
    font-size: 0.75em;
    font-family: roboto-bold;
    padding-right: 0.975rem;
}

.login-and-contacts > div, .login-and-contacts > div > div{
    display: flex;
    align-items: center;
}

.login-and-contacts .contacts{
    width: inherit;
}

.login-and-contacts .contacts > div{
    padding-left: 0.975rem;
}

.login-and-contacts .login{
    width: 200px;
    text-transform: uppercase;
    color: #ff5620;
}

.login-and-contacts .login > div{
    width: 100%;
    text-align: right;
}

.login-and-contacts .contacts a, .login-and-contacts .login a{
    color: #ff5620;
}

.login-and-contacts .contacts a:hover, .login-and-contacts .login a:hover{
    text-decoration: underline;
}

#menu{
    background-color: #241c02;
    color: white;
    height: 80px;
    padding-right: 0.975rem;
    position: relative;
}

#menu img{
    max-width: 150px;
}

#menu > div{
    display: flex;
    align-items: center;
}

#menu > div > .menu-links{
    width: inherit;
}

#menu > div > .menu-links > ul{
    display: inline-block;
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: center;
}

#menu ul > li{
    display: inline-block;
    text-align: center;
    margin: 2.5%;
}

#menu ul > li > a{
    padding-bottom: 26px;
    transition: .1s all ease-in-out;
    color: white;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 2px;
}

#menu ul > li > a:hover{
    border-bottom: 5px solid #ff5620;
}

#menu ul > li.active > a{
    border-bottom: 5px solid #ff5620;
}

#menu .shop-cart-info{
    min-width: 200px;
    white-space: nowrap;
    font-size: 0.75em;
}

#menu .go-to-cart{
    background-color: #ff5620;
    color: white;
    padding: 10px;
    width: 100%;
    display: block;
}

#menu .go-to-cart:hover{
    text-decoration: underline;
}

#menu .open-menu{
    max-width: 25px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
}

#mobile-menu .close-menu{
    max-width: 20px;
    position: absolute;
    top: 20px;
    right: 50px;
}

#mobile-menu{
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 250px;
    left: -250px;
    height: 100vh;
    background-color: white;
    color: black;
}

#mobile-menu ul{
    list-style: none;
    margin: 0;
    margin-top: 25vh;
    width: 100%;
}

#mobile-menu ul > li{
    margin: 10px;
    text-align: center;
    font-size: 1.2em;
    font-family: roboto-bold;
}

#mobile-menu ul > li a{
    color: black;
}

#mobile-menu ul > li.active a{
    border-bottom: 3px solid #ff5620;
    padding-bottom: 5px;
}

#banner{}

#banner .home-slider .slick-slide{
    position: relative;
}

#banner .home-slider{
    background-image: linear-gradient(#ffd90e, #ffad2c);
    position: relative;
}

#banner .home-slider > div .slider-container{
    display: flex;
    align-items: center;
    min-height: 450px;
    padding: 0 5% 0 5%;
}

#banner .home-slider > div .slider-container > div.image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#banner .home-slider > div .slider-container > div.image img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    -o-object-fit: cover;
}

#banner .home-slider > div .slider-container > div.image span{
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#banner .home-slider > div .slider-container > div.text{
    color: #FFF;
    width: 60%;
    padding: 0 0 0 5%;
    z-index: 100;
}

#banner .home-slider > div .slider-container > div.text .h1{
    font-size: 2.5em;
    margin-bottom: 10px;
}

#banner .home-slider > div .slider-container > div.text .h2{
    font-size: 1.2em;
    margin-bottom: 40px;
}

#banner .home-slider > div .slider-container > div.text a{
    background-color: #ff5620;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    width: 180px;
    text-align: center;
    outline: none;
}

#banner .home-slider > div .slider-container > div.text a:hover{
    background-color: white;
    color: #ff5620;
}

#banner button.slick-prev{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(-50%, -50%);
    max-width: 120px;
    z-index: 100;
    outline: none;
    cursor: pointer;
}

#banner button.slick-next{
    margin: 0;
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translate(-50%, -50%);
    max-width: 120px;
    outline: none;
    cursor: pointer;
}

#banner .home-slider ul.slick-dots{
    display: block;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: auto;
}

#banner .home-slider ul.slick-dots > li{
    display: inline-block;
}

#banner .home-slider ul.slick-dots > li > button{
    background-color: white;
    color: white;
    width: 10px;
    height: 10px;
    margin: 15px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

#banner .home-slider ul.slick-dots > li.slick-active > button{
    background-color: #ff5620;
    color: #ff5620;
}

.home-welcome{
    margin: 5% 0 2% 0;
}

.home-search{
    margin: 0 0 5% 0;
}

.home-search input{
    background-image: url('../_img/client/icons/search.png');
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    background-size: 25px 25px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 25px;
    box-shadow: none;
    border: 1px solid #8b8b8b;
}

input::placeholder, textarea::placeholder{
    color: #8b8b8b;
}

.home-search button{
    background-color: #ff5620;
    color: white;
    padding: 15px;
    min-width: 200px;
    border-radius: 25px;
    margin-top: 25px;
    outline: none;
    transition: all ease-in .2s;
}

.home-search button:hover{
    transform: scale(1.05);
}

.home-search button:hover{
    cursor: pointer;
}

.home-welcome .h1{
    font-family: roboto-light;
}

.home-description > div > div{
    border-top: 1px solid #cacaca;
    padding-top: 25px;
}

.home-description > div > div > p{
    max-width: 90%;
    margin: auto;
}

.category-types{
    margin: 5% 0 5% 0;
    font-family: roboto-bold;
}

.category-types .cat{
    position: relative;
    height: 300px;
    overflow: hidden;
}

.category-types .cat:hover .image img {
    transform: scale(1.1);
}

.category-types .cat .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all ease-in-out .2s;
}  

.category-types .cat .image span{    
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.category-types .cat p{
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    z-index: 200;
}

/****************************** Message *****************************/

#message{
    position: fixed;
    right: 0;
    top: 40vh;
    z-index: 100;
    width: 50px;
    height: 50px;
    transition: all ease-in .2s;
}

#message:hover{
    cursor: pointer;
    right: 10px;
}

#form-message input, #form-message textarea, #form-detail input, #form-detail textarea{
    border: 1px solid #8b8b8b;
}

#form-message, #form-message .close-button, #form-detail, #form-detail .close-button{
    outline: none;
}

#form-message .title, #form-detail .title{
    border-bottom: 1px solid #cacaca;
    margin-bottom: 25px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 1.5em;
}

#form-message .title > div, #form-detail .title > div{ 
    display: initial;
    border-bottom: 3px solid #ff5620;
    padding-bottom: 7px;
}

#form-message .description, #form-detail .description{
    font-size: 0.85em;
}

#form-message-content, #form-detail-content{
    margin-top: 25px;
}

#form-message-content a.button, #form-detail-content a.button{
    background-color: white;
    color: black;
    display: block;
    margin: auto;
    max-width: 200px;
    border-radius: 25px;
    box-shadow: 0px 2px #888888;
}

#form-message-content a.button:hover, #form-detail-content a.button:hover {
    box-shadow: 0px 2px #ff5620;
    color: #ff5620;
}

/****************************** Message *****************************/



/****************************** Form rent Message *****************************/

#form-product-rent .title {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 25px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 1.5em;
}

#form-product-rent, #form-product-rent .close-button{
    outline: none;
}

#form-product-rent .title{
    border-bottom: 1px solid #cacaca;
    margin-bottom: 25px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 1.5em;
}

#form-product-rent .title > div{ 
    display: initial;
    border-bottom: 3px solid #ff5620;
    padding-bottom: 7px;
}

#form-product-rent .description{
    font-size: 0.85em;
}

#form-product-rent .description p{
    margin: 0;
}

#form-product-rent{
    margin-top: 25px;
}

#form-product-rent input, #form-product-rent textarea{
    border: 1px solid #8b8b8b;
}

#form-product-rent #form-rent{
    margin-top: 25px;
}

#form-product-rent a.button{
    background-color: white;
    color: black;
    display: block;
    margin: auto;
    min-width: 150px;
    border-radius: 25px;
    box-shadow: 0px 2px #888888;
}

#form-product-rent .rent-condicions a{
    padding-top: 11px;
    display: block;
    font-size: 0.85rem;
    text-decoration: underline;
    color: black;
}

/****************************** Form rent Message *****************************/




.about-us{
    margin-top: 25px;
    margin-bottom: 5%;
}

.about-us .title > div{
    border-bottom: 1px solid #cacaca;
}

.about-us .title > div .h1{
    font-family: roboto-light;
}

.about-us .company{
    margin-top: 5%;
}

.about-us .company .h2{
    color: #ff5620;
    font-size: 1.8em;
}

.about-us .company .title-and-description > div:first-child{
    margin-bottom: 10%;
}

.about-us .company .about-us-slider{
    position: relative;
}

.about-us .company .about-us-slider button.slick-prev{
    margin: 0;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    max-width: 50px;
    z-index: 100;
    outline: none;
    cursor: pointer;
}

.about-us .company .about-us-slider button.slick-next{
    margin: 0;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(50%, -50%);
    max-width: 50px;
    outline: none;
    cursor: pointer;
}

.about-us .company .about-us-slider div{
    margin: 5px;
}

.about-us .company .links-buy-rent{
    margin-top: 50px;
}

#form-message input, #form-message textarea{
    border: 1px solid #8b8b8b;
}

.about-us .company .go-buy, .about-us .company .go-rent{
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    min-width: 40%;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
    transition: all ease-in-out .2s;
}

.about-us .company .go-buy:hover, .about-us .company .go-rent:hover{
    cursor: pointer;
    transform: scale(0.95);
}

.about-us .company .go-buy{
    background-color: black;
    color: white;
}

.about-us .company .go-rent{
    background-color: White;
    color: black;
    
}

.rent, .store-container{
    margin-top: 25px;
    margin-bottom: 5%;
}


/*********************** Rent Menu and Store Menu **********************/
.rent .rent-menu nav, .store-container .store-menu nav{
    max-width: 300px;
}

.rent .rent-menu nav > div, .store-container .store-menu nav > div{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.rent .rent-menu nav ul, .store-container .store-menu nav ul{
    list-style: none;
    margin: 0;
    margin-top: 15px;
}

.rent .rent-menu nav ul > li, .store-container .store-menu nav ul > li{
    margin-bottom: 15px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.rent .rent-menu nav ul > li > a, .store-container .store-menu nav ul > li > a{
    border-bottom: 2px solid #ff5620;
    padding-bottom: 7px;
    color: black;
    font-family: roboto-bold;
}

.rent .rent-menu nav ul > li > a, .store-container .store-menu nav ul > li > a.active,
.rent .rent-menu nav ul > li > a:hover, .store-container .store-menu nav ul > li > a:hover{
    color: #ff5620;
}
/*********************** Rent Menu and Store Menu **********************/


/*********************** Rent Slider **********************/
.rent .rent-slider .slick-slide{
    position: relative;
}

.rent .rent-slider{
    background-image: linear-gradient(#ffd90e, #b59924);
}

.rent .rent-slider > div .slider-container{
    display: flex;
    align-items: center;
    padding: 5% 5% 5% 5%;
}

.rent .rent-slider > div .slider-container > div:first-child{
    width: 60%;
    padding: 0 0 0 10%;
}

.rent .rent-slider > div .slider-container > div:last-child{
    width: 40%;
}

.rent .rent-slider > div .slider-container a{
    background-color: #ff5620;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    width: 180px;
    text-align: center;
}

.rent .rent-slider .slider-container > div:first-child img{
    max-width: 150px;
}

.rent .rent-slider .slider-container > div:first-child .price{
    margin-top: 150px;
    font-size: 2em;
    color: white;
}

.rent .rent-slider .slider-container > div:last-child img {
    width: 70%;
    max-width: 600px;
    margin-left: -25%;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%) rotate(17deg);
}

.rent .rent-slider button.slick-prev{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50px;;
    transform: translate(-50%, -50%);
    max-width: 90px;
    z-index: 100;
    outline: none;
    cursor: pointer;
}

.rent .rent-slider button.slick-next{
    margin: 0;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
    max-width: 90px;
    outline: none;
    cursor: pointer;
}

.rent .rent-slider ul.slick-dots {
    display: block;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: auto;
}

.rent .rent-slider ul.slick-dots > li {
    display: inline-block;
}

.rent .rent-slider ul.slick-dots > li > button {
    background-color: white;
    color: white;
    width: 10px;
    height: 10px;
    margin: 15px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.rent .rent-slider ul.slick-dots > li.slick-active > button {
    background-color: #ff5620;
    color: #ff5620;
}
/*********************** Rent Slider **********************/


/****************** Promo Categories *********/

.rent .promo-cat{
    margin-top: 25px;
}

.rent .promo-cat > .title{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.rent .promo-cat > .title > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    padding-bottom: 7px;
    font-family: roboto-bold;
    font-size: 1.2em;
}

.rent .promo-cat .categories{}

.rent .promo-cat .categories > .cell{
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #cacaca;
}

.rent .promo-cat .categories > .cell .cat > div.prd-img{
    min-height: 160px;
    max-height: 161px;
    overflow: hidden;
}

.rent .promo-cat .categories > .cell > div > div.title{
    border-bottom: 1px solid #cacaca;
    margin: 15px;
    padding-bottom: 5px;
}

.rent .promo-cat .categories > .cell > div > p{
    margin: 15px;
    font-size: 0.75em;
}


/****************** Promo Categories *********/



/****************** General Product Rent Css *********/
.products-list > .cell{
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #cacaca;
    padding: 10px;
    font-size: 0.75em;
}

.products-list > .cell .prd .img{
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.products-list > .cell .navigation{
    margin-top: 10px;
    color: gainsboro;
}

.products-list > .cell .navigation > a{
    color: gainsboro;
}

.products-list > .cell .title{
    font-family: roboto-regular;
    font-weight: bold;
    text-transform: none;
}

.products-list > .cell .title h1{
    font-weight: bold;
}

.products-list > .cell .price{
    font-weight: bold;
    color: #ff5620;
    border-bottom: 1px solid #cacaca;
}

.products-list > .cell .description {
    margin-top: 10px;
}

.products-list > .cell .go-rent, .products-list > .cell .go-to-detail{
    display: block;
    background-color: black;
    color: white;
    text-align: center;
    width: 100%;
    padding: 5px;
    position: relative;
}

.products-list > .cell .go-rent:hover, .products-list > .cell .go-to-detail:hover{
    background-color: #ff5620;
}


.products-list > .cell .go-rent::before, .products-list > .cell .go-to-detail::before{
    background-image: url('../_img/client/icons/shopping_cartwhite.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px; 
    height: 15px;
    content:"";
    position: absolute;
    left: 8px;
    top: 6px;
}

.products-list > .cell .go-rent:hover, .products-list > .cell .go-to-detail:hover{
    cursor: pointer;
}


/****************** General Product Rent Css *********/



/****************** Popular Rent *********/

.rent .popular-rent{
    margin-top: 25px;
}

.rent .popular-rent > .title{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.rent .popular-rent > .title > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    padding-bottom: 7px;
    font-family: roboto-bold;
}

/****************** Popular Rent *********/


/****************** Popular Best Rent *********/

.rent .best-rent{
    margin-top: 25px;
}

.rent .best-rent > .title{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.rent .best-rent > .title > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    padding-bottom: 7px;
    font-family: roboto-bold;
}

.rent .best-rent .load-more{
    background-color: #ff5620;
    color: white;
    padding: 10px;
    display: block;
    margin: auto;
    margin-top: 5%;
    min-width: 200px;
    outline: none;
    transition: all ease-in-out .2s;
}

.rent .best-rent .load-more:hover{
    cursor: pointer;
    transform: scale(1.05);
}

/****************** Popular Best Rent *********/



/****************** Brands Slider *********/
.brands{
    padding: 1rem 0;
    position: relative;
}

.brands .title{
    margin-bottom: 25px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.brands .title > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    font-family: roboto-bold;
    padding-bottom: 7px;
    font-size: 1.2em;
}

.brands .brands-slider button.slick-prev, .brands .brands-slider button.slick-next{
    max-width: 20px;
    outline: none;
    cursor: pointer;
}

.brands .brands-slider button.slick-prev{
    position: absolute;
    top: -50px;
    right: 30px;
    width: 10px;
}

.brands .brands-slider button.slick-next{
    position: absolute;
    top: -50px;
    right: 10px;
    width: 10px;
}
/****************** Brands Slider *********/


/****************** Related Products *********/

.rent .products-related{
    margin-top: 25px;
}

.rent .products-related > .title{
    border-bottom: 1px solid #cacaca;
}

.rent .products-related > .title > div{
    display: initial;
    border-bottom: 3px solid #ff5620;
}
/****************** Related Products *********/





#contacts{
    margin-top: 25px;
    margin-bottom: 5%;
}

#contacts .title{
    margin-bottom: 3%;
}

#contacts .title > div .h1{
    border-bottom: 1px solid #cacaca;
    font-family: roboto-light;
}

#contacts .contact-info > div{
    display: flex;
    font-size: 0.85em;
}

#contacts .contact-info > div > div{
    margin-right: 7%;
}

#contacts .contact-info > div > div .title{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ff5620;
    font-family: roboto-bold;
}

#contacts #contact-form{
    margin-top: 10%;
    border-top: 1px solid #cacaca;
    padding-top: 5%;
}

#contacts #contact-form a.button{
    background-color: white;
    color: black;
    display: block;
    max-width: 200px;
    border-radius: 25px;
    box-shadow: 0px 2px #888888;
    transition: all ease-in-out .2s;
}

#contacts #contact-form a.button:hover{
    box-shadow: 0px 2px #ff5620;
    color: #ff5620;
}


#contacts .como_chegar p{
    text-transform: uppercase;
    color: #ff5620;
    font-family: roboto-bold;
    font-size: 0.85em;
}

#contacts #gmap{
    min-height: 500px;
}


.rent-conditions{
    margin-top: 25px;
    margin-bottom: 5%;
}

.rent-conditions .title > div{
    border-bottom: 1px solid #cacaca;
}

.rent-conditions .title .h1{
    font-family: roboto-light;
}

.rent-conditions .rent-conditions-description{
    margin-top: 5%;
}

.rent-conditions .rent-conditions-description > div:first-child > div{
    border: 1px solid #cacaca;
    padding: 25px;
    text-align: center;
    max-width: 300px;
}

.rent-conditions .rent-conditions-description > div:first-child > div > div{
    border-top: 1px solid #cacaca;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.5em;
}

.rent-conditions ul{
    list-style: none;
}

.rent-conditions ul > li{
    margin-bottom: 10px;
}

.search {
    margin-top: 3%;
    margin-bottom: 3%;
}

.search > div{
    display: flex;
    position: relative;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 3%;
}

.search > div input{
    margin: 0;
    border-radius: 25px;
    border: 1px solid #8b8b8b;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.search > div button{
    background-color: #ff5620;
    color: white;
    width: 200px;
    background-image: url('../_img/client/icons/search-white.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 7px;
    cursor: pointer;
    border-radius: 25px;
    outline: none;
    position: absolute;
    right: 0;
    height: 52px;
}

/*********************** Store Slider **********************/
.store-slider .slick-slide{
    position: relative;
}

.store-slider{
    background-image: linear-gradient(#ffd90e, #ffad2c);
    position: relative;
}

.store-slider > div .slider-container{
    display: flex;
    align-items: center;
    min-height: 450px;
    padding: 0 5% 0 5%;
}

.store-slider > div .slider-container > div.image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.store-slider > div .slider-container > div.image img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    -o-object-fit: cover;
}

.store-slider > div .slider-container > div.image span{
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.store-slider > div .slider-container > div.text{
    color: #FFF;
    width: 60%;
    padding: 0 0 0 5%;
    z-index: 100;
}

.store-slider > div .slider-container > div.text .h1{
    font-size: 2.5em;
    margin-bottom: 10px;
}

.store-slider > div .slider-container > div.text .h2{
    font-size: 1.2em;
    margin-bottom: 40px;
}

.store-slider > div .slider-container > div.text a{
    background-color: #ff5620;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    width: 180px;
    text-align: center;
    outline: none;
}

.store-slider > div .slider-container > div.text a:hover{
    background-color: white;
    color: #ff5620;
}

.store-container .store-slider button.slick-prev{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50px;;
    transform: translate(-50%, -50%);
    max-width: 90px;
    z-index: 100;
    outline: none;
    cursor: pointer;
}

.store-container .store-slider button.slick-next{
    margin: 0;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
    max-width: 90px;
    outline: none;
    cursor: pointer;
}

.store-container .store-slider ul.slick-dots {
    display: block;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: auto;
}

.store-container .store-slider ul.slick-dots > li {
    display: inline-block;
}

.store-container .store-slider ul.slick-dots > li > button {
    background-color: white;
    color: white;
    width: 10px;
    height: 10px;
    margin: 15px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.store-container .store-slider ul.slick-dots > li.slick-active > button {
    background-color: #ff5620;
    color: #ff5620;
}
/*********************** Store Slider **********************/

/****************** Promo Categories *********/

.store-container .promo-cat{
    margin-top: 25px;
}

.store-container .promo-cat > .title{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.store-container .promo-cat > .title > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    padding-bottom: 7px;
    font-family: roboto-bold;
    font-size: 1.2em;
}

.store-container .promo-cat .categories{}

.store-container .promo-cat .categories > .cell{
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #cacaca;
}

.store-container .promo-cat .categories > .cell .cat > div.prd-img{
    min-height: 160px;
    max-height: 161px;
    overflow: hidden;
}

.store-container .promo-cat .categories > .cell > div > div.title{
    border-bottom: 1px solid #cacaca;
    margin: 15px;
    padding-bottom: 5px;
}

.store-container .promo-cat .categories > .cell > div > p{
    margin: 15px;
    font-size: 0.75em;
}

/****************** Promo Categories *********/


/****************** Popular Store *********/

.store-container .popular-store{
    margin-top: 25px;
}

.store-container .popular-store > .title{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.store-container .popular-store > .title > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    padding-bottom: 7px;
    font-family: roboto-bold;
    font-size: 1.2em;
}

/****************** Popular Store *********/


/****************** Popular Best Seller *********/

.store-container .best-seller{
    margin-top: 25px;
}

.store-container .best-seller > .title{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.store-container .best-seller > .title > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    padding-bottom: 7px;
    font-family: roboto-bold;
    font-size: 1.2em;
}

.store-container .load-more{
    background-color: #ff5620;
    color: white;
    padding: 10px;
    display: block;
    margin: auto;
    margin-top: 5%;
    min-width: 200px;
    outline: none;
    transition: all ease-in-out .2s;
}

.store-container .load-more:hover{
    transform: scale(1.05);
}

.store-container .load-more:hover{
    cursor: pointer;
}

/****************** Popular Best Seller *********/


/******************* Store categories *************/

.store-container .title-and-filters{
    border-bottom: 1px solid #cacaca;
}

.store-container .title-and-filters > .title > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    padding-bottom: 9px;
    font-family: roboto-bold;
    font-size: 1.2em;
}

.store-container .title-and-filters .filters{
    display: flex;
    align-items: center;
}

.store-container .title-and-filters .filters label{
    min-width: 80px;
}

.store-container .title-and-filters .filters select{    
    font-family: sans-serif;
    margin-bottom: 5px;
    font-size: 0.75rem;
    height: 30px;
    padding: 0;
    padding-right: 25px;
    padding-left: 15px;
    margin-left: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/******************* Store categories *************/


.store-container .products-related{
    margin-top: 25px;
}

.store-container .products-related > .title{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}

.store-container .products-related > .title > div {
    display: initial;
    border-bottom: 3px solid #ff5620;
    padding-bottom: 6px;
    font-family: roboto-bold;
    font-size: 1.2em;
}

/********************* Start Product Detail ************************/

.store-container .video iframe, .rent .video iframe{
    width: 100%;
    min-height: 400px;
    border: none;
}



.store-container .breadcrumbs, .rent .breadcrumbs{
    border: 1px solid #cac8c7;
    display: inline-block;
}

.store-container .breadcrumbs li, .rent .breadcrumbs li{
    font-size: 0.55em;
    margin-right: 30px;
    padding: 5px;
    position: relative;
}

.store-container .breadcrumbs li:not(:last-child)::after, .rent .breadcrumbs li:not(:last-child)::after {
    position: absolute;
    top: 0;
    background-image: url('../_img/client/next.png');
    background-size: 15px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px; 
    height: 24px;
    content:"";
}

.store-container .breadcrumbs li a, .rent .breadcrumbs li a{
    color: black;
    font-family: roboto-bold;
}


.product-detail .product-store-slider, .product-detail .product-rent-slider{
    border: 1px solid #cacaca;
}

.product-detail .product-store-slider-nav .slick-slide, .product-detail .product-rent-slider-nav .slick-slide{
    border: 1px solid #cacaca;
    margin: 5px;
    margin-top: 15px;
    max-width: 100px;
    max-height: 90px;
    overflow: hidden;
}

.product-detail .title{
    font-family: roboto-bold;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.product-detail .made-by{
    font-size: 0.75em;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.product-detail .description{
    font-size: 0.85em;
}

.product-detail .share > button{
    display: inline-block;
    width: 20%;
    border: 1px solid #cacaca;
    padding: 10px;
    font-size: 0.75em;
    cursor: pointer;
}

.product-detail .send-and-print{
    margin-top: 15px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
}

.product-detail .send-and-print a{
    color: black;
    font-size: 0.75em;
    font-family: roboto-bold;
    margin-right: 10px;
}

.product-detail .send-and-print a:hover{
    text-decoration: underline;
}

.product-detail .price-and-options{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.product-detail .price-and-options .price{
    font-size: 1.5em;
    font-family: roboto-bold;
}

.product-detail .price-and-options .price span.iva{
    font-size: 0.65em;
    font-family: roboto-regular;
}

.product-detail .price-and-options .price span.old{
    font-size: 0.6em;
    color: #ff5620; 
    text-decoration: line-through;
    font-family: roboto-regular;
}

.product-detail .price-and-options .price span.expiry{
    display: block;
    font-size: 0.4em;
    font-family: roboto-regular;
}

.product-detail .price-and-options .variant{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.product-detail .price-and-options .variant select{
    max-width: 80%;
    margin: 0;
    margin-left: 10px;
}

.product-detail .price-and-options .qtty{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.product-detail .price-and-options .qtty span > span{
    display: block;
    border: 1px solid #cacaca;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.product-detail .price-and-options .qtty span > span:first-child{
    line-height: 0.6;
    padding-top: 8px;
    padding-bottom: 1px;
}

.product-detail .price-and-options .qtty span > span:last-child{
    transform: rotate(180deg);
    line-height: 0.6;
    padding-bottom: 2px;
    padding-top: 6px;
}

.product-detail .price-and-options .qtty input{
    max-width: 60px;
    margin: 0;
    margin-left: 10px;
}

.product-detail .price-and-options > div:first-child{
    width: 65%;
}

.product-detail .price-and-options > div:last-child{
    padding-left: 10px;
    width: 35%;
}

.product-detail .price-and-options > div:last-child button{
    display: block;
    padding: 12px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
    transition: all ease-in-out .2s;
}

.product-detail .price-and-options > div:last-child button:hover{
    transform: scale(0.95);
    cursor: pointer;
}

.product-detail .price-and-options > div:last-child a{
    font-size: 0.75em;
    color: black;
    text-decoration: underline;
    margin: auto;
}

.product-detail .price-and-options > div:last-child a:hover{
    color: #ff5620;
}

.product-detail .price-and-options > div:last-child button.action{
    background-color: #ff5620;
    color: white;
    outline: none;
    border:none;
    transition: all ease-in-out .2s;
}

.product-detail .price-and-options > div:last-child button.contact{
    background-color: white;
    color: black;
    transition: all ease-in-out .2s;
}

.product-detail .price-and-options > div:last-child button:hover{
    transform: scale(0.95);
    cursor: pointer;
}

.product-detail .more-info{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
    margin: 3% 0;
    font-family: roboto-bold;
}

.product-detail .more-info > div > div{
    display: initial;
    border-bottom: 2px solid #ff5620;
    padding-bottom: 6px;
}

.product-detail .technical-info > div > div{
    margin-top: 15px;
    font-size: 1.2em;
}

.product-detail .technical-info > div > ul{
    list-style: none;
    margin-top: 25px;
    font-size: 0.75em;
}

.product-detail .technical-info > div > ul > li{
    display: flex;
    align-items: center;
}

.product-detail .technical-info > div > ul > li > div:first-child{
    min-width: 40%;
}

/********************* End Product Detail ************************/




footer{
    background-color: #241c02;
    padding-top: 5%;
    color: white;
    font-size: 0.9em;
}

footer .menu-footer a{
    color: white;
}

footer .menu-footer a:hover{
    text-decoration: underline;
    color: #ff5620; 
}

footer ul{
    list-style: none;
    margin: 0;
}

footer .footer-title{
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ff5620;
    letter-spacing: 2px;
}

footer .message-and-call a{
    display: block;
    padding: 15px 10px;;
    border-radius: 25px;
    border: 1px solid white;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
}

footer .message-and-call a:last-child{
    background-color: #ff5620;
    border: none;
}

footer .message-and-call a:first-child:hover{
    background-color: #ff5620;
    color: white;
    border: 1px solid #ff5620;
}

footer .message-and-call a:last-child:hover{
    background-color: white;
    color: #ff5620;
}

footer .address{
    min-height: 80px;
}

footer .contacts{
    margin-bottom: 25px;
}

footer .newsletter{
    margin-top: 5%;
}

footer .newsletter .title{
    border-top: 1px solid white;
    padding-top: 10px;
    color: #ff5620;
    text-transform: uppercase;
}

footer .newsletter h6,
footer .newsletter #newsletter-form > div:first-child{
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

footer .newsletter #newsletter-form input[type=text]{
    margin: 0;  
    background-color: transparent;
    color: #FFF;
    height: 3rem;
}

footer .newsletter #newsletter-form button{
    background-color: white;
    text-align: center;
    padding: 10px;
    color: black;
    margin-left: 10px;
    height: 3rem;
    width: 120px;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
}

footer .newsletter #newsletter-form button:hover{
    background-color: #ff5620;
    color: white;
}

footer .newsletter #newsletter-form label {
    color: white;
}

footer a.go-to-map{
    color: white;
    text-decoration: underline;
}

footer a.go-to-map:hover{
    color: #ff5620;
}


footer .rules{
    margin-top: 40px;
}

footer .credits{
    background-color: black;
    color: white;
    padding: 10px;
    margin-top: 15px;
}

footer .credits a{
    color: white;
}

footer .rules a{
    color: #ff5620;
}

footer .rules a:hover{
    color: white;
}

footer .credits a:hover{
    color: #ff5620;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    
    #menu{
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    
    #menu img {
        max-width: 70px;
    }
    
    #menu .shop-cart-info {
        width: auto;
        min-width: 100px;
        position: absolute;
        right: 50px;
    }
    
    #menu .go-to-cart {
        padding: 5px;
    }
    
    #menu .open-menu {
        right: 0px;
    }
    
    #banner .home-slider > div .slider-container > div:first-child {
        width: 100%;
    }

    #banner .home-slider > div .slider-container > div.text{
        width: 90%;
    }

    #banner .home-slider > div .slider-container > div.text .h1 {
        font-size: 2em;
    }

    #banner .home-slider > div .slider-container > div.text .h2 {
        font-size: 1em;
    }
    
    #banner .home-slider .slider-container img {
        width: 50%;
        top: 15%;
        right: 15%;
        z-index: -1;
    }
    
    #banner .home-slider > div .slider-container .h1 {
        font-size: 1.5em;
    }
    
    #banner button.slick-prev {
        left: 20px;
        max-width: 50px;
    }
    
    #banner button.slick-next {
        right: 0;
        max-width: 50px;
    }
    
    .category-types .cat {
        margin-bottom: 20px;
    }
    
    .about-us .company .h2 {
        font-size: 1em;
    }
    
    .about-us .company .company-img{
        margin-top: 10%
    }
    
    .about-us .company .go-buy, .about-us .company .go-rent {
        width: 75%;
        margin-bottom: 10px;
        display: block;
        font-size: 0.75em;
        margin: auto;
    }
    
    .about-us .company .links-buy-rent a{
        margin-bottom: 10px;
    }
    
    .search > div button {
        width: 140px;
    }
    
    .store-container .store-menu nav, .rent .rent-menu nav{
        max-width: 100%;
    }
    
    .store-container .store-slider button.slick-prev, .rent .rent-slider button.slick-prev {
        left: 30px;
        max-width: 30px;
    }
    
    .store-container .store-slider button.slick-next, .rent .rent-slider button.slick-next {
        right: 0px;
        max-width: 30px;
    }
    
    .store-container .store-slider .slider-container > div:last-child img, .rent .rent-slider .slider-container > div:last-child img  {
        width: 80%;
        transform: translate(-50%, -50%) rotate(17deg);
    }
    
    .store-container .store-slider .slider-container > div:first-child img, .rent .rent-slider .slider-container > div:first-child img {
        max-width: 100px;
    }
    
    .store-container .store-slider .slider-container > div:first-child .price, .rent .rent-slider .slider-container > div:first-child .price {
        font-size: 1em;
    }
    
    .store-container .title-and-filters {
        padding-bottom: 8px;
    }
    
    .products-list > .cell .prd .img {
        min-height: 150px;
    }
    
    .rent .rent-menu .vertical > li > a, .store-container .store-menu .vertical > li > a{
        border-bottom: 0px;
    } 
    
    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
        border-color: #ff5620 transparent;
    }
    
    #contacts .contact-info > div {
        display: block;
    }
    
    #contacts .contact-info > div > div {
        margin-top: 20px;
    }
    
    footer .logo{
        text-align: center;
    }
    
    footer .logo img{
        max-width: 50%;
        margin-bottom: 5%;
    }
    
    footer .contacts{
        margin-top: 10%;
    }
    
    footer .message-and-call a {
        padding: 10px 10px;
        max-width: 200px;
        margin: auto;
        margin-bottom: 15px;
    }
    
    footer .newsletter .title {
        border-top: none;
    }
    
    footer .newsletter .title  > div{
        border-top: 1px solid #cacaca;
        padding-top: 10px;
    }
    
    #contacts #contact-form a.button {
        max-width: 100%;
        margin-bottom: 10%;
    }  
    
}
  
/* Medium and up */
@media screen and (min-width: 40em) {}

@media screen and (min-width: 1390px ) {}
 
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 76.9375em) {
    
    #menu img {
        max-width: 106px;
    }
    
    #banner .home-slider .slider-container img {
        width: 50%;
        top: 0%;
        right: 10%;
        z-index: -1;
    }
    
    #banner button.slick-next {
        right: 0;
        max-width: 80px;
    }
    
    #banner button.slick-prev {
        max-width: 80px;
    }
    
    #menu .go-to-cart {
        position: absolute;
        width: 200px;
        right: 0px;
        transform: translate(-50%, -50%);
    }
    
}
  
/* Large and up */
@media screen and (min-width: 77em) {}
  
/* Large only */
@media screen and (min-width: 77em) and (max-width: 89.9375em) {}


.fill {  
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}

.margin-top { margin-top: 3rem; }
.margin { margin-bottom: 1rem; }
.big { font-size: 1.2em; }
.slick-slide:focus { outline: none; }


.law { font-size: 0.8em; }
.law-footer {

    display: block;
    color: grey;
}
.law-menu {

    padding-left: 0.3rem;
    font-weight: normal;
    color: white;
}
.law-contacts {

    display: block;
    color: grey;
}