/*
CAROUSEL
*/
.home-carousel {
    height: 60vh; }
.page-carousel {
    height: 40vh; }
.home-carousel .home-carousel-inner {
    height: 100%; }
.home-carousel .home-carousel-inner .home-carousel-item,
.home-carousel .home-carousel-inner .active {
    height: 100%; }

.product-single .controls-top, 
#carousel-book .controls-top{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.carousel-item {
    margin-right: -100% !important;
}

.home-carousel-v1 .carousel .carousel-indicators li {
    width: 32px;
    height: 3px;
    border-radius: 0;
}
.home-carousel-v2 .carousel-item .cover {    
    min-height: calc(100vh - 168px);
}
.home-carousel-v2 .container-control-slide {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #212121;
    display: flex;
}
.home-carousel-v2 .carousel-control-next, 
.home-carousel-v2 .carousel-control-prev {
    position: relative;    
    width: auto;
    opacity: 1; 
    padding: 1.5rem;
}

/* FULL PAGE VIDEO BG */
#full-video-bg.carousel,
#full-video-bg .carousel-item,
#full-video-bg .carousel-item.active {
    height: calc(100vh - 168px);
}
#full-video-bg .carousel-inner {
    height: 100%;
}
#full-video-bg .carousel-item video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
    .home-carousel {
        height: 100%; } 
}

@media (max-width: 740px) {
    .home-carousel {
        height: 100vh;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .home-carousel {
        height: 100vh;
    }
}
/*
NAVBAR
*/
.langmobile{
    position: absolute;
    right: 0;
    top: 13px;
}

.navbar-toggler {
    margin-right: 0px;
    position: absolute;
    right: 60px;
    top: 13px;
}
.navbar .mega-dropdown .dropdown-menu.mega-menu{
    margin-top: -20px;
}
/*
PRODUCTS
*/

.card:hover .catbtn figcaption img{
    opacity: 1;
}

.catbtn {
    width: 100%;
    position: relative;
    display: inline-block;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.catbtn * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.catbtn img {
    max-width: 100%;
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    padding: 0px;
}

.catbtn figcaption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    background-color: rgba(23, 44, 129, 0.5);
}
.products-products-item .catbtn figcaption{
    background-color: rgba(23, 44, 129, 0);
}

.catbtn a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.catbtn:hover figcaption,
.catbtn.hover figcaption {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/*
SEARCH
*/

#openSearch {
	display: block;
	padding: .5rem;
	float: left;
	font-size: 1.3em;
	cursor: pointer;
}
#searchInput {
	float: left;
	position: absolute;
	right: 35px;
}
i#openSearch {
	color: #eee !important;
}
i#openSearch:hover {
	color: #000 !important;
	background-color: #eee;
}
#lensSearch{
	position: absolute;
	right: 75px;
	top: 10px;
}


/* SEARCH MOBILE */
.ct-searchForm .inner {
    display: table-cell;
    vertical-align: middle;
}
.ct-searchForm {
    display: table;
    z-index: 9999;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #eee;
    background-color: rgba(238,238,238,0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
}
.ct-searchForm .form-control {
    background-color: transparent;
    border-radius: 0;
    background-clip: padding-box;
    border: 0 none;
    border-bottom: 1px solid #ccc;
    border-radius: 0!important;
    height: auto;
    padding: 15px 35px;
    color: #212121;
    font-weight: 300;
    font-size: 36px;
    font-size: 3.6rem;
    font-size: 36px;
    font-size: 3.6rem;
}
.ct-searchForm .form-control::placeholder {
    color: #212121;
}
.ct-searchForm.is-open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.ct-searchForm .ct-search-btn {
    position: absolute;
    top: 35%;
    right: 30px;
    border: 0 none;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    font-size: 1.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ct-searchForm-close {
    cursor: pointer;
    padding-top:20px;
}
.col-sm-offset-2 {
    margin-left: 16.66667%;
}

.ct-searchForm .form-control {
    font-size: 16px;       
    font-weight: 500;
    text-align: center;
    padding: 8px 16px;        
}
.col-sm-offset-2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.ct-searchForm-close svg {
    width: 16px!important;
    height: 16px!important;
}

/*
VARIOUS
*/
html,
body,
.view {
    height: 100%; 
}

/* Fix safari browser */
@media not all and (min-resolution:.001dpcm) { 
      .view{
            height:auto !important;
        }
     .carousel-item .view{
            height:100% !important;
        }             
}
/* ****  */

.products-loader {
	background: hsla(0, 0%, 100%, .8);
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: wait;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	min-height: 400px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}
.img-fluid{
    width: 100%;
}
#map-container-stores{
    height:450px;
    width: 100%;
    overflow:hidden;
    position:relative;    
}
html, body {
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
}
.position-sticky {
    top: 0;
}
.dropdown-toggle::after {
    display: none;
}
[data-validate-for] {
    color: #ff3547;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0.5rem;
}
.cover {
    background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* HEADINGS AND TEXT */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.title {
    font-weight: bold;
    color: #212121;
    display: block;
    margin-bottom: 1rem;
}
.subtitle {
    font-size: 1.25rem;
    margin-bottom: 0;
}
.description {
    font-weight: 300;
    color: #6c757d;
}
.small {
    font-size: 12px;
}

/* MDB SELECT */
.select-wrapper span.caret {
    font-size: 8px;
    right: 1rem;
    top: 14px;
}
.select-wrapper input.select-dropdown:not(.active) {
    border: 1px solid #eee;
    color: #212121;
    font-weight: 400;
    padding: 0 1rem;
    width: calc(100% - 2rem - 2px);
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}
.select-wrapper input.active {
    box-shadow: none;
    border: 1px solid transparent;
}
.select-wrapper ul {
    box-shadow: none;
    border: 1px solid #eee;
}
.dropdown-content {
    min-width: fit-content;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #6c757d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding: 0.5rem 1rem;
}
.dropdown-content li>a:hover, .dropdown-content li>span:hover {
    background-color: #212121;
    color: #fff;
}

@media (min-width: 992px){
    .dropdown:hover .dropdown-menu {display: block;}
}





/*  Super small devices (iPhone 5/SE, less than 320px) */
@media (max-width: 319.98px) {}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    
    #full-video-bg.carousel, #full-video-bg .carousel-item, #full-video-bg .carousel-item.active {
        height: calc(100vh - 152px);
    }    
    
    /* STEPPER */
    ul.stepper {
        margin: 0;
        padding: 1.5rem 0;
    }
    .stepper-horizontal {
        flex-direction: row;
        align-items: baseline;
    }
    .stepper-horizontal li {
        align-items: center;        
    }
    ul.stepper li a {
        padding: 0;        
    }
    .stepper-horizontal li {        
        font-size: 12px;
        line-height: 1;        
    }
    ul.stepper li a .circle {
        margin-right: 0;
        display: block;
        margin: auto;
    }
    .stepper-horizontal li:not(:last-child) {        
        padding-right: 0.5rem;    
    }
    .stepper-horizontal li a .label {        
        margin-top: .5rem;
    }
    .stepper-horizontal li:not(:last-child):after {
        display: none;
    }
    .stepper-horizontal li:not(:first-child):before {
        display: none;
    }
    .stepper__separetor {
        width: 20px;
        height: 1px;
        background-color: #ccc;
        position: absolute;
        top: 15px;
        right: 0;
    }
        
    
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    
    #home-carousel-v2 .text__wrapper {
        z-index: 1;
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        width: calc(100% - 3rem);
    }
    
    #home-carousel-v2 .text__wrapper .title {
        color: #fff;
    }
    #home-carousel-v2 .text__wrapper .subtitle,
    #home-carousel-v2 .text__wrapper .description {
        color: #fff;
        opacity: 0.8;
    }    
    
    .home-carousel-v2 .carousel-item .cover {    
        min-height: calc(100vh - 145px);
        filter: brightness(0.8);
    }    
    
}
