@import "custom-icons.css";
@import "bootstrap-4.css";

.logo-image {
  height: 100px;
  /* overflow: hidden; */
  margin-top: -40px;
}
.logo-image img {
  max-height: 80px;
  width: auto;
}

.brands-browser .brand-logo {
	max-height: 120px;
	width: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Navs */

.dropdown-menu .brands-browser .brand-item a:hover {
	background-color: #d3d3d3;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(211,211,211,.4);
	color: #343434!important;
}

.dropdown-menu .brands-browser .brand-item a {
	color: #343434;
	padding: 1px 1px;
	display: block;
}

@media (max-width: 991px) {
	.navbar-collapse {
		width: 340px;
		transform: translate3d(340px,0,0);
	}
	.nav-open .navbar-translate {
		transform: translate3d(-340px,0,0);
	}
  .navbar .dropdown .dropdown-menu, .navbar .dropdown.show .dropdown-menu {
    height: 380px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
        padding-left: .5rem;
        padding-right: .5rem;
  }
}

@media (min-width: 992px){
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px){
  .modal-xl {
      max-width: 1140px;
  }
}

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}

@media (max-width: 991px) {
	.navbar .dropdown .dropdown-menu, .navbar .dropdown.show .dropdown-menu {
	background-color: white;
	/* height: auto; */
	}
	.navbar {
		padding: 0.625rem 0.625rem 0.85rem 0.625rem;
	}
}

.topbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .625rem 0;
    font-size: 1rem;
}

.topbar-dark .topbar-text, .topbar-dark .topbar-link {
    color: rgba(255,255,255,0.65);
}

.topbar .topbar-text, .topbar .topbar-link {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important;
}

.topbar-dark .topbar-text>i, .topbar-dark .topbar-link>i {
    color: #fe696a;
}

.topbar-dark .topbar-text, .topbar-dark .topbar-link {
    color: rgba(255,255,255,0.65);
}

.navbar-top {
    position: relative;
    z-index: 110;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.navbar-top .navbar-nav .nav-link {
    padding: 0.5rem 0.5rem;
}

/* Navs end */

.bg-light {
    background-color: #f8f9fa!important;
}

.btn-lignum, .bg-lignum:  {
	background-color: #546E7A !important;
}


.form-control, .is-focused .form-control {
  background-image: linear-gradient(to top, #546E7A 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.btn.btn-primary {
    color: #fff;
    background-color: #546E7A;
    border-color: #546E7A;
}

.lead.lead-text > p {
  font-size: inherit;
}
.lead.lead-text > p br {
  margin-top: 10px;
}

/* E-commerce begin layout settings */

.product-page .related-products .title {
    margin-bottom: 80px;
}

.product-page .price-wrapper {
	font-weight: 800;
	font-size: 22px;
}
.product-page .price-wrapper .offer-price .price
{
	font-size: 24px;
	color: #FF5900;
}

/* E-commerce end layout settings */

/* ---------------------------------- */
/* Begin form floating labels */

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.text-white .bmd-form-group:not(.has-success):not(.has-danger) [class*=" bmd-label"].bmd-label-floating, .text-white .bmd-form-group:not(.has-success):not(.has-danger) [class^=bmd-label].bmd-label-floating {
    color: #ffffff;
}

.text-white .form-control, .text-white .is-focused .form-control {
    background-image: linear-gradient(to top, #cfcfcf 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
	color: #ffffff;
}

.bdm-form-group-lg.is-focused .form-control {
	background-size: 100% 100% 100% 100%;
	transition-duration: .3s;
	box-shadow: none;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-placeholder {
    top: 0.4375rem;
}

/* Category navigator */

.catalog-wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
	width: 100%;
}

.catalog-wrapper .catalog-content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    padding-left: 10px;
}

@media (min-width: 991px) {
  .catalog-wrapper .catalog-content {
      padding: 20px;
  }
}



.catalog-wrapper .sidebar {
    min-width: 320px;
    max-width: 320px;
	transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
}

.catalog-wrapper .sidebar.active {
    margin-left: -320px;
    transform: rotateY(100deg); /* Rotate sidebar vertically by 100 degrees. */
}

.catalog-wrapper .catalog-content .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
	cursor: pointer;
}

#sidebarCollapse span {
	width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    /* rotate first one */
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    /* second one is not visible */
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    /* rotate third one */
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

@media (max-width: 768px) {
    .catalog-wrapper .sidebar {
        margin-left: -320px;
        transform: rotateY(90deg);
    }
    .catalog-wrapper .sidebar.active {
        margin-left: 0;
        transform: none;
    }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

/* end form floating labels */


.card-collapse .card-header a i {
    float: right;
    top: 4px;
    position: relative;
}

.card-collapse .card-header {
	box-shadow: none!important;
	background: #fff;
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 15px 10px 5px 0;
}

.card-collapse .card-header a[aria-expanded=true] i {
    transform: rotate(180deg);
}

.card.card-collapse .card-header .title {
    color: #000;
}

/*  Frontpage start */

.page-header .display-2 {
	font-weight: 800;
}

.page-header {
	height: 85vh;
}

@media (max-width: 768px) {
	.page-header .display-2 {
		font-size: 2.8125rem;
	}
	.page-header {
		height: 70vh;
	}
}

section.contact-us .big-map {
    width: 100%;
    height: 100%;
    position: absolute;
}

.contact-us {
    padding: 0;
    position: relative;
}

.section-statistic .counter-value {
	font-weight: 600;
}

section.section-about {
	font-family: Montserrat;
	font-weight: 500;
	line-height: 200%;
}

/*  Frontpage end */

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-64 { font-size: 64px; }

/* Lift */

.lift {
    -webkit-transition: -webkit-box-shadow .25s ease,-webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease,-webkit-transform .25s ease;
    -o-transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-box-shadow .25s ease,-webkit-transform .25s ease;
}

.lift-lg:focus, .lift-lg:hover {
    -webkit-box-shadow: 0 1rem 5rem rgba(27,22,66,.1),0 2rem 3rem -1rem rgba(27,22,66,.05)!important;
    box-shadow: 0 1rem 5rem rgba(27,22,66,.1),0 2rem 3rem -1rem rgba(27,22,66,.05)!important;
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}

.card-testimonial .card-description+.card-title {
    margin-top: 20px;
}

.card-testimonial .card-avatar {
    max-width: 100px;
    max-height: 100px;
    margin-top: -50px;
}

.card-profile .card-avatar, .card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -60px auto 0;
}

.card-plain.card-profile .card-avatar, .card-plain.card-testimonial .card-avatar {
    margin-top: 0;
}

.card-profile, .card-testimonial {
    margin-top: 60px;
    text-align: center;
}

.card-testimonial .card-footer {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.card .card-footer, .card .card-header {
    background-color: transparent;
    padding: 0;
}

.card .header-raised {
	padding-bottom: 20px;
	padding-top: 15px;
}

.category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9a9a9a;
}

/* modal spinner */
.modal-backdrop.show {
  opacity: 0.75;
}

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 90px;
  height: 90px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  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);
  }
}

/* Hide Google reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden !important;
}

.footer .heart {
  color: #F74933;
}

.gallery-wrapper {
  margin: 0;
  margin-bottom: 50px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.11);
  border-bottom: 6px solid #ffffff;
}

.image-gallery {
  position: relative;
  display: block;
  min-height: 180px;
  border-top: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
  outline: 0;
}

.col-md-12.image-gallery {
  min-height: 320px;
  border-top: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
}

.image-gallery .image-gallery-overlay img.image-gallery-overlay-button {
  position: relative;
  width: 160px;
  height: auto;
  top: 50%;
  right: 50%;
  opacity: 100%;
}

.image-gallery img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.image-gallery-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
  width: 100%;
  cursor: pointer;
  height: 100%;
  background-color: #444;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.image-gallery-overlay-last {
  opacity: 0.5;
  background-color: #333;
}

.image-gallery:hover .image-gallery-overlay {
  opacity: 0.3;
  background-color: #333;
}

.image-gallery-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: fit-content;
  color: #fff;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  pointer-events: none;
  text-align: center;
  margin-right: -100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .image-gallery:not(:nth-of-type(4)) {
    display: none !important;
  }
}