 	/*
=========================================
=========================================

Hub - Bootstrap 4 Ecommerce Template

=========================================
========================================= */
/*
* ===================================================
*     GENERAL
* ===================================================
*/
a,
span,
i,
small {
  display: inline-block;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body {
  overflow-x: hidden;	
}

section {
  padding: 20px 0;
	width: 100%;
}

section header {
  margin-bottom: 40px;
}

h2 small {
  display: block;
  color: #999;
  font-size: 0.65em;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}

button {
  cursor: pointer;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.9rem;
}

.text-shadow {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .30);
}

.lead strong {
  font-weight: 700;
}

.text-superbig {
  font-size: 15rem;
  font-weight: 300;
}

@media (max-width: 992px) {
  .text-superbig {
    font-size: 5rem;
  }
}

.form-control {
  padding: 12px 20px;
  border: 1px solid #ddd;
  background: none;
  border-radius: 30px;
  outline: none;
  font-weight: 300;
}

.form-control:focus {
  border-color: #EB0029;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  /* Chrome */
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Mulish", sans-serif;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Mulish", sans-serif;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Mulish", sans-serif;
}

.form-control:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #aaa;
  font-weight: 300;
  font-size: 0.95em;
  font-family: "Mulish", sans-serif;
}

label.form-label {
  padding-left: 20px;
  color: #333;
}

.owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px !important;
  background: #ddd !important;
}

.owl-dots .owl-dot.active span {
  background: #EB0029 !important;
}

.quantity .inc-btn,
.quantity .dec-btn {
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gray-bg {
  background: #f5f5f5 !important;
}

.color-white {
  color: #fff !important;
}

.bs-select span {
  cursor: pointer !important;
  z-index: 999;
}

.checkbox-template {
  display: none;
}

.checkbox-template + label {
  position: relative;
  padding-left: 30px !important;
  font-size: 1em;
  font-weight: 400;
  color: #333;
  font-family: "Mulish", sans-serif;
  cursor: pointer;
}

.checkbox-template + label small {
  color: #999;
}

.checkbox-template + label::before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  display: inline-block;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
}

.checkbox-template + label::after {
  content: '\f00c';
  width: 18px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  background: #EB0029;
  color: #fff;
  display: inline-block;
  font-size: 0.6em;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.checkbox-template:checked + label::after {
  opacity: 1;
}

.btn i, .btn-template-outlined i {
  margin: 0 5px;
}

.radio-template {
  display: none !important;
}

.radio-template + label {
  position: relative;
  padding-left: 30px !important;
  font-size: 1em;
  font-weight: 400;
  color: #333;
  font-family: "Mulish", sans-serif;
  cursor: pointer;
}

.radio-template + label small {
  color: #999;
}

.radio-template + label::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ddd;
  display: inline-block;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
}

.radio-template + label::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EB0029;
  border: 2px solid #ddd;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.radio-template:checked + label::after {
  opacity: 1;
}

.pagination-custom a.page-link {
  min-width: 40px;
  padding: 0 15px;
  height: 40px;
  margin: 0 5px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 400;
  border-radius: 0 !important;
}

.pagination-custom a.page-link.active {
  background: #EB0029;
  color: #fff;
}

.has-pattern {
  position: relative;
  z-index: 1;
}

.has-pattern::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 20%;
  z-index: -1;
  opacity: 0.05;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-small {
  padding: 70px 0 !important;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
}



.breadcrumb li::before {
  font-size: 0.7em;
}

.breadcrumb a {
  text-decoration: none !important;
  color: #333;
}


.breadcrumb2 {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumb2 li::before {
  font-size: 0.7em;
}
.breadcrumb2 a {
  text-decoration: none !important;
  color: #EB0029;
}


.text-content p,
.text-content ul,
.text-content ol,
.text-content blockquote {
  margin-bottom: 2rem;
}

.btn-template {
  border-radius: 50px !important;
  color: #fff !important;
}

.btn.wide, .wide.btn-template-outlined {
  padding-left: 50px;
  padding-right: 50px;
}

.btn-template-outlined {
  border-radius: 50px !important;
  background: none;
  border: 1px solid #bbb !important;
  color: #666;
}

.btn-template-outlined.wide {
  padding-left: 50px;
  padding-right: 50px;
}

.btn-template-outlined:hover {
  border-color: #EB0029 !important;
  color: #EB0029 !important;
}

.ribbon, .ribbon-primary, .ribbon-warning, .ribbon-black, .ribbon-dark, .ribbon-danger, .ribbon-info, .ribbon-success {
  padding: 5px 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  position: relative;
  /*letter-spacing: 0.2em;*/
}

.ribbon2 {
	top: 75px !important;
}

.ribbon::before, .ribbon-primary::before, .ribbon-warning::before, .ribbon-black::before, .ribbon-dark::before, .ribbon-danger::before, .ribbon-info::before, .ribbon-success::before {
  content: '';
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  bottom: -14px;
  left: 0;
}

.ribbon-primary {
  background: #EB0029;
}

.ribbon-primary::before {
  border-top: 14px solid #d80000;
}

.ribbon-warning {
  background: #ffc107;
}

.ribbon-warning::before {
  border-top: 14px solid #a07800;
}

.ribbon-black {
  background: #000000;
	color: ffc107;
}

.ribbon-black::before {
  border-top: 14px solid #494745;
}

.ribbon-dark {
  background: #413F3D;
	color: #ABAEB5;
}

.ribbon-dark::before {
  border-top: 14px solid #626364;
}

.ribbon-danger {
  background: #dc3545;
}

.ribbon-danger::before {
  border-top: 14px solid #921925;
}

.ribbon-info {
  background: #17a2b8;
}

.ribbon-info::before {
  border-top: 14px solid #0c525d;
}

.ribbon-success {
  background: #28a745;
}

.ribbon-success::before {
  border-top: 14px solid #145523;
}

.quantity .inc-btn,
.quantity .dec-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
}

.quantity input {
  width: 30px;
  height: 30px;
  border: none;
  text-align: center;
  color: #333;
  font-weight: 400;
  line-height: 30px;
  outline: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: none !important;
  color: #EB0029 !important;
  font-size: 2em !important;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  color: #aaa !important;
}

.dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 1em;
  min-width: 200px;
  margin-top: 10px;
}

.dropdown-menu a {
  color: inherit;
}

.dropdown-menu a:hover {
  color: #EB0029;
}

/* Bootstrap Select override styles */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  font-weight: 300;
  outline: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background: #eee;
  color: #333 !important;
}

.bootstrap-select .dropdown-menu {
  margin: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.bootstrap-select .dropdown-menu::before, .bootstrap-select .dropdown-menu::after {
  display: none !important;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 15px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  color: #333;
  font-size: 1em;
  min-width: 200px;
}

.bootstrap-select .dropdown-menu.open {
  max-height: 230px !important;
}

.bootstrap-select .dropdown-menu::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -5px;
  left: 30px;
}

.bootstrap-select .dropdown-menu::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #eee;
  position: absolute;
  top: -8px;
  left: 30px;
}

.bootstrap-select .dropdown-menu a {
  color: inherit;
}

.bootstrap-select .dropdown-menu a:hover {
  background: #EB0029;
  color: #fff;
}

.bootstrap-select .dropdown-menu a {
  padding: 10px 20px;
}

.bootstrap-select .dropdown-toggle {
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  color: #555 !important;
}

.dropdown-toggle {
  background: none;
  outline: none;
  border-radius: 0;
}

.dropdown-toggle span {
  color: #555;
}

.dropdown-toggle::after {
  border: none !important;
  content: '\f107';
  vertical-align: baseline;
  font-family: 'FontAwesome';
  margin-left: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

i.icon-cart::before {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

i[class*='icon-'] {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.coming-full-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.light-overlay, .dark-overlay {
  position: relative;
}

.light-overlay .overlay-content, .dark-overlay .overlay-content {
  position: relative;
  z-index: 20;
}

.light-overlay::after, .dark-overlay::after {
  content: ' ';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  position: absolute;
  left: 0;
  top: 0;
}

.light-overlay::after {
  background: #fff;
  opacity: .3;
}

/*
* ===================================================
*     TOP BAR
* ===================================================
*/
.top-bar {
  background: #222;
  color: #bbb;
  font-size: 0.85em;
  padding: 15px 1rem;
  font-weight: 300;
}

.top-bar .dropdown-item {
  font-weight: 300;
}

.top-bar a {
  color: #bbb;
  text-decoration: none;
}

.top-bar img {
  /*margin-right: 10px;
  width: 20px;*/
}

.top-bar ul {
  margin-bottom: 0;
}

.top-bar ul li {
  padding: 0 15px;
  border-right: 1px solid #555;
  margin-right: 0 !important;
}

.top-bar ul li:first-of-type {
  padding-left: 0;
}

.top-bar ul li:last-of-type {
  border-right: none;
}

.top-bar ul i {
  margin-right: 7px;
}

.top-bar .dropdown {
  padding: 0 25px;
  border-left: 1px solid #555;
  margin-left: 0 !important;
}

.top-bar .dropdown:last-of-type {
  padding-right: 0;
  padding-left: 20px;
}

.top-bar .dropdown:first-of-type {
  border-left: none;
}

.top-bar .dropdown-menu {
  margin-top: 17px;
}

.top-bar a.dropdown-toggle {
  color: inherit;
  text-decoration: none;
}

.top-bar a.dropdown-toggle::after {
  margin-left: 5px;
}

.top-bar a.dropdown-item {
  color: #555;
  font-weight: 300;
}

.top-bar a.dropdown-item:hover {
  color: #EB0029;
}

.top-bar-wrap{
  background: #181818;
  padding: 16px 0;
}
.header-logo img{
  max-width: 132px;
  width: 100%;
}
.head-top-nav-and-search-wrap {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
.navbar-top-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}
.top-nav-link{
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
nav.navbar .menu-large li a{
  font-family: "Mulish", sans-serif;
  font-weight : 500;
}

.header .navbar{
  background: #181818;
  padding: 9px 0;
}
.header nav.navbar a.nav-link{
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
	padding-left: 16px;
  padding-right: 16px;
}
/* Top Bar Media Query ---------------------------- */
@media (min-width: 993px) {
	.tablet-mobi-display{
		display: none;
	}
}
@media (max-width: 992px) {
  .top-bar .text-col,
  .head-top-nav-and-search-wrap {
    display: none;
  }
  .navbar-toggler{
	  z-index: 9999;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
  }
	.header .navbar,
  .header .navbar .nav-link{
 	padding: 0px ;
  }
	nav.navbar .nav-item{
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
  nav.navbar a.nav-link i{
    float: right;
  }  
  .navbar-toggler:focus, .navbar-toggler:hover{
    outline: none;
  }
	.top-bar-mobi-menu{
		border-top: 1px solid #333;	
	}
	.top-bar-mobi-menu.top-bar-mobi-menu-first{	
		margin-top: 28px;
	}
	.top-bar-mobi-menu:last-child{
		border-bottom: 1px solid #333;	
	}
	
}

/*
* ===================================================
*     NAVBAR
* ===================================================
*/
nav.navbar {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

nav.navbar .dropdown-item {
  padding: 0;
  margin-bottom: 30px;
}

nav.navbar .dropdown-item:last-of-type {
  margin-bottom: 0;
}


nav.navbar .nav-item {
  position: relative;
}

nav.navbar a.nav-link {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover {
  color: #EB0029;
}

nav.navbar a.nav-link i {
  margin-left: 3px;
}

nav.navbar .cart .dropdown-menu {
  padding: 30px;
}

nav.navbar a.view-cart {
  display: none;
}

nav.navbar .cart-product {
  min-width: 320px;
}

nav.navbar .cart-product .img {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  background: #f5f5f5;
  padding: 10px;
  overflow: hidden;
}

nav.navbar .cart-product .details {
  width: 100% !important;
}

nav.navbar .cart-product .text {
  padding-left: 20px;
}

nav.navbar .cart-product span,
nav.navbar .cart-product strong,
nav.navbar .cart-product small {
  display: block;
}

nav.navbar .total-price {
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

nav.navbar .CTA .btn, nav.navbar .CTA .btn-template-outlined {
  width: 50%;
}

nav.navbar .CTA .btn:first-of-type, nav.navbar .CTA .btn-template-outlined:first-of-type {
  margin-right: 10px;
}

nav.navbar .right-col .search,
nav.navbar .right-col a.dropdown-toggle,
nav.navbar .right-col .user-link {
  color: #333;
  margin: 0 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2em;
}

nav.navbar .right-col .search::after,
nav.navbar .right-col a.dropdown-toggle::after,
nav.navbar .right-col .user-link::after {
  display: none;
}

nav.navbar .right-col .search {
  font-size: 1.1em;
}

nav.navbar .right-col .cart {
  font-size: 1.1em;
  position: relative;
}

nav.navbar .cart-no {
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  font-size: 0.6em;
  background: #EB0029;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0;
}

nav.navbar .search-area {
  display: none;
}

nav.navbar .search-area-inner {
  width: 100vw;
  height: 100vh;
  background: rgba(255,255,255,0.91);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99991;
}

nav.navbar .search-area-inner form {
  width: 100%;
  max-width: 700px;
  margin: 20px;
}

nav.navbar .search-area-inner .form-group {
  position: relative;
}

nav.navbar .search-area-inner input {
  background: none;
  border: none;
  border-bottom: 1px solid #aaa;
  width: 100%;
  padding: 15px 0;
  font-family: "Mulish", sans-serif;
  outline: none;
  font-size: 1.2em;
  font-weight: 300;
}

nav.navbar .search-area-inner button {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: none;
  border: none;
  outline: none;
}

nav.navbar .search-area-inner .close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
  color: #555;
}

nav.navbar .menu-large {
  position: static !important;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 8px;
}

.dropdown-menu > li a {
  padding: 10px 15px !important;
  color: #333;
  font-size: 0.9em;
  text-transform: none !important;
}

.dropdown-menu > li a:hover {
  color: #EB0029 !important;
}

.dropdown-menu > a:active {
  background-color: #EB0029;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  font-size: 1em;
}
.mobile-nav-resources {
	display: none;
}
@media (min-width: 992px){
	.dropdown-submenu:hover > .dropdown-menu {
		display:block;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		max-height: 90vh;
  		overflow-y: auto;
	}
/*
	body.nav-show{
		height: 100vh;
  		overflow-y: hidden;
	}
*/
}
@media (max-width: 992px){
	.mobile-nav-resources {
		display: block;
	}
	.desk-nav-resources {
		display: none;
	}
	.dropdown-submenu > .dropdown-menu  {
	margin-left: 25px;
}
.header-logo img{
position: relative;
  z-index: 99999;
}
.nav-show {
  height: unset;
  overflow: hidden;
}

	
 
}
.megamenu {
  width: 100%;
  padding: 20px 30px 60px 30px;
  margin-top: 0;
  z-index: 9999;
	background: #181818;
	backdrop-filter: blur(20px);
}
/* scrollbar */
.megamenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.megamenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.megamenu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.megamenu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
.megamenu strong {
  margin-bottom: 10px;
  display: block;
}

.megamenu ul {
  padding: 0;
  margin-bottom: 20px;
  font-size: 0.9em;
}

.megamenu ul a {
	padding: 5px 0 !important;
	text-decoration: none;
	color: #181818;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
}
.megamenu .mega-menu-box ul a{
	padding: 8px 0 !important;
}
.megamenu ul a:hover {
  background: none;
  color: #EB0029;
}

.megamenu .product-col {
  border-left: 1px solid #eee;
}

.megamenu .product-col .product-image{
	max-height: 350px;
}

.megamenu .product-heading a {
  color: #333;
}

.megamenu .product-heading a:focus, .megamenu .product-heading a:hover {
  color: #EB0029;
  background: none;
  text-decoration: none;
}

.megamenu .product-image img {
  max-width: 250px;
  margin: 0 auto 20px;
}

.megamenu .product-image:hover {
  background: none;
}

.megamenu ul.rate li {
  margin: 0;
}

.megamenu .services-block {
  margin-top: 15px;
/*	background-color: #E5E5E5;*/
}

.megamenu .services-block .item {
	border-radius: 9px;
	border: 1px solid #464646;
	background: #262626;
	padding: 12px;
	gap: 14px;
}
.mega-menu-services-block-wrap{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 21px;
	margin: 24px -10px 0 !important;
}
.megamenu .services-block.mega-menu-services-block-wrap span{
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 16.8px */
	text-transform: uppercase;
}
.megamenu .services-block span {
  font-weight: 700;
  font-size: 0.95em;
  display: block;
}

.megamenu .services-block small {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.megamenu .services-block i {
  font-size: 1.8em;
  margin-right: 10px;
}

.right-col .dropdown-menu {
  left: auto;
  right: 0;
  margin-top: 35px;
}

.right-col .dropdown-item:hover {
  background: none;
}

.right-col .cart-product a {
  text-decoration: none !important;
  color: #333 !important;
  padding: 0;
}

.right-col .cart-product a:hover {
  background: none;
}

.right-col .cart-product span {
  font-weight: 700;
  font-size: 0.85em;
  display: block;
  margin-top: 5px;
  color: #555;
}

.right-col .cart-product i {
  cursor: pointer;
}

.right-col a.btn, .right-col a.btn-template-outlined {
  color: #fff;
}

.right-col small,
.right-col span {
  font-weight: 300;
  color: #656565;
}

.user.dropdown .dropdown-menu {
  padding: 0;
}

.user.dropdown li {
  margin: 0 !important;
}

.user.dropdown a {
  display: block;
  text-decoration: none !important;
}
.col-lg-3.navigation{
  padding-right: 6px;
  padding-left: 6px;
}
.mega-menu-box{
	background: #ffffff;
	padding: 15px;
	display: flex;
  flex-direction: column;
	justify-content: space-between;
}
.with-image-box-submenu-row .mega-menu-box{
	border-radius: 4px;
}
.dropdown-menu .mega-menu-services-block-wrap a:hover {
  color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
.mega-submenu-head{
	margin: 0 -10px;
}
.mega-submenu-head h3{
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px; /* 158.333% */
	text-transform: uppercase;
	margin-bottom: 16px;
}

.red-trans-common-btn {
  color: #FF0016 !important;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
  border-radius: 3px;
	text-align: center;
  background-color: transparent;
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid #FF0016;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
}
.red-trans-common-btn:hover{
	text-decoration: none;
}
.red-border-button-wrap .red-trans-common-btn{
	width: 100%;
	color: #EB0029 !important;
	border-color: #EB0029;
}
/* Navbar Media Query ---------------------------- */
@media (min-width: 992px) {
	.header nav.navbar .show a.nav-link{
		position: relative;
	}
	.header nav.navbar .show a.nav-link:after{
		content: '';
		width: calc(100% - 30px);
		height: 4px;
		background-color: #FD001B;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	nav.navbar .show a.nav-link i{
		transform: rotate(-180deg);
	}
}
@media (max-width: 991px) {
  .megamenu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px;
  }
	.search-wrap {
		position: absolute;
		top: -58px;
    	right: 55px;
	}
	.search-wrap .search-anchor img{
		width: 34px;
	}
/*  .megamenu .product-col,
  .megamenu .services-block {
    display: none;
  }*/
  .megamenu #slide-up {
	display: none;
	}
  .megamenu .services-block {
    /*display: none;*/
	margin-bottom: 1rem!important;
  }
  .megamenu .services-block .item {
	margin: 0;
  }
  .megamenu .product-col {
    display: none;
  }
  .phone-support-number {
	margin-bottom: 3rem!important;
  }	
  .cart .dropdown-menu {
    display: none !important;
  }
  a.view-cart {
    display: inline-block !important;
    font-size: 0.85em;
    text-decoration: none !important;
    margin-left: 10px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  nav.navbar .search,
  nav.navbar .right-col a.dropdown-toggle {
    margin-bottom: 10px !important;
  }
  .right-col .dropdown-menu {
    position: static;
    margin: 0;
    margin-left: -7px;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  nav.navbar .cart-no {
    right: auto;
    left: 20px;
  }
  nav.navbar .dropdown-menu {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
	.col-lg-3.navigation{
		padding-bottom: 16px;
	}
	.navigation .mega-menu-box ul{
		grid-template-columns: repeat(2, 1fr);
	}
	nav.navbar .dropdown-menu{
		padding: 0;
	}
	
	.mega-submenu-head h3{
		font-size: 14px;
		line-height: 18px;
		display: none;
	}
	.col-lg-3.navigation {
	  padding-right: 0;
	  padding-left: 0;
	}
	
	.mega-menu-services-block-wrap{
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		margin: 0px -15px 0 !important;
	}

}


/*
* ===================================================
*     Search page
* ===================================================
*/

.search-entry {
    width: 100%;
    height: 8vh;
    background: rgba(157,201,255,0.47);
    margin: 20px 0px
}

.search-entry form {
    width: 100%;
    max-width: 700px;
    margin: 20px;
}

.search-entry label {
    position: absolute;
    padding: 25px;
    background: none;
    border: none;
    outline: none;
}

.search-entry input {
    background: none;
    border: none;
    border-bottom: 1px solid #aaa;
    width: 100%;
    padding: 15px 10px;
    font-family: "Mulish", sans-serif;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
}

.search-entry button {
    position: absolute;
    padding: 25px;
    background: none;
    border: none;
    outline: none;
}

.search-grid .product {
    margin-bottom: 30px;
    border-top: #e2e3e5;
    border-top-style: dotted;
    border-top-width: 1px;
}

/*
* ===================================================
*     HERO SECTION
* ===================================================
*/
section.hero .item {
  padding: 30px 0;
  background-size: cover !important;
	resize: both;
	
}

section.hero .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
}

section.hero .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  margin-top: 0;
}

section.hero .owl-nav .owl-next,
section.hero .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: #555 !important;
  text-align: center;
  line-height: 47px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 40px;
  background: #fff !important;
  z-index: 999;
  padding: 0;
  font-size: 1.4em !important;
  margin: 0;
}

section.hero .owl-nav .owl-next {
  left: auto;
  right: 40px;
}

section.hero.hero-home h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/* Hero Section Media Query -------------------------- */
@media (max-width: 1120px) {
  section.hero .item {
    padding: 100px 0;
  }
  section.hero .owl-dots {
    bottom: 20px;
  }
  section.hero nav#nav-dots.nav-dots {
    display: block;
  }
  section.hero nav#nav-arrows.nav-arrows {
    display: none;
  }
}

/*
* ===================================================
*     PARALLAX SECTION
* ===================================================
*/
section.parallax {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

section.parallax-equity {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*
* ===================================================
*     BG  VIDEO
* ===================================================
*/
section.hero-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

video.bg-video {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

/*
* ===================================================
*     CATEGORIES SECTION
* ===================================================
*/
section.categories a {
  display: block;
  color: #333;
  text-decoration: none;
}

section.categories .item {
    min-height: 200px;
    background-color: #E1E1E1;
    padding: 20px;
    background-position: center right !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
section.categories .brand-description {
	/* [disabled]min-height: 89px; */
	background-color: #000000;
	color: #ffffff;
	padding: 20px;
	background-position: top right !important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
}

section.categories .item h3 {
  margin-bottom: 0;
}

section.categories .item span {
  color: #656565;
  font-weight: 300;
  display: block;
}

/* Categories Section Media Query -------------------------- */
@media (max-width: 992px) {
  section.categories div[class*="col-"] {
    margin-bottom: 30px;
  }
  section.categories div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
}

/*
* ===================================================
*     COLLECTION PRODUCTS [Men & Women]
* ===================================================
*/
.product.is-gray .image {
  background: #f5f5f5;
}

.product.is-gray .image .hover-overlay {
  background: rgba(245, 245, 245, 0.9);
}

.product .image {
  position: relative;
  background: #fff;
  padding: 20px;
  height: auto;
}


.product .image .ribbon, .product .image .ribbon-primary, .product .image .ribbon-warning, .product .image .ribbon-danger, .product .image .ribbon-info, .product .image .ribbon-success {
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: 999;
  font-size: 0.9em;
}

.product .image .ribbon + .ribbon, .product .image .ribbon-primary + .ribbon, .product .image .ribbon-warning + .ribbon, .product .image .ribbon-danger + .ribbon, .product .image .ribbon-info + .ribbon, .product .image .ribbon-success + .ribbon, .product .image .ribbon + .ribbon-primary, .product .image .ribbon-primary + .ribbon-primary, .product .image .ribbon-warning + .ribbon-primary, .product .image .ribbon-danger + .ribbon-primary, .product .image .ribbon-info + .ribbon-primary, .product .image .ribbon-success + .ribbon-primary, .product .image .ribbon + .ribbon-warning, .product .image .ribbon-primary + .ribbon-warning, .product .image .ribbon-warning + .ribbon-warning, .product .image .ribbon-danger + .ribbon-warning, .product .image .ribbon-info + .ribbon-warning, .product .image .ribbon-success + .ribbon-warning, .product .image .ribbon + .ribbon-danger, .product .image .ribbon-primary + .ribbon-danger, .product .image .ribbon-warning + .ribbon-danger, .product .image .ribbon-danger + .ribbon-danger, .product .image .ribbon-info + .ribbon-danger, .product .image .ribbon-success + .ribbon-danger, .product .image .ribbon + .ribbon-info, .product .image .ribbon-primary + .ribbon-info, .product .image .ribbon-warning + .ribbon-info, .product .image .ribbon-danger + .ribbon-info, .product .image .ribbon-info + .ribbon-info, .product .image .ribbon-success + .ribbon-info, .product .image .ribbon + .ribbon-success, .product .image .ribbon-primary + .ribbon-success, .product .image .ribbon-warning + .ribbon-success, .product .image .ribbon-danger + .ribbon-success, .product .image .ribbon-info + .ribbon-success, .product .image .ribbon-success + .ribbon-success {
  top: 60px;
}

.product .image .ribbon + .ribbon + .ribbon, .product .image .ribbon-primary + .ribbon + .ribbon, .product .image .ribbon-warning + .ribbon + .ribbon, .product .image .ribbon-danger + .ribbon + .ribbon, .product .image .ribbon-info + .ribbon + .ribbon, .product .image .ribbon-success + .ribbon + .ribbon, .product .image .ribbon + .ribbon-primary + .ribbon, .product .image .ribbon-primary + .ribbon-primary + .ribbon, .product .image .ribbon-warning + .ribbon-primary + .ribbon, .product .image .ribbon-danger + .ribbon-primary + .ribbon, .product .image .ribbon-info + .ribbon-primary + .ribbon, .product .image .ribbon-success + .ribbon-primary + .ribbon, .product .image .ribbon + .ribbon-warning + .ribbon, .product .image .ribbon-primary + .ribbon-warning + .ribbon, .product .image .ribbon-warning + .ribbon-warning + .ribbon, .product .image .ribbon-danger + .ribbon-warning + .ribbon, .product .image .ribbon-info + .ribbon-warning + .ribbon, .product .image .ribbon-success + .ribbon-warning + .ribbon, .product .image .ribbon + .ribbon-danger + .ribbon, .product .image .ribbon-primary + .ribbon-danger + .ribbon, .product .image .ribbon-warning + .ribbon-danger + .ribbon, .product .image .ribbon-danger + .ribbon-danger + .ribbon, .product .image .ribbon-info + .ribbon-danger + .ribbon, .product .image .ribbon-success + .ribbon-danger + .ribbon, .product .image .ribbon + .ribbon-info + .ribbon, .product .image .ribbon-primary + .ribbon-info + .ribbon, .product .image .ribbon-warning + .ribbon-info + .ribbon, .product .image .ribbon-danger + .ribbon-info + .ribbon, .product .image .ribbon-info + .ribbon-info + .ribbon, .product .image .ribbon-success + .ribbon-info + .ribbon, .product .image .ribbon + .ribbon-success + .ribbon, .product .image .ribbon-primary + .ribbon-success + .ribbon, .product .image .ribbon-warning + .ribbon-success + .ribbon, .product .image .ribbon-danger + .ribbon-success + .ribbon, .product .image .ribbon-info + .ribbon-success + .ribbon, .product .image .ribbon-success + .ribbon-success + .ribbon, .product .image .ribbon + .ribbon + .ribbon-primary, .product .image .ribbon-primary + .ribbon + .ribbon-primary, .product .image .ribbon-warning + .ribbon + .ribbon-primary, .product .image .ribbon-danger + .ribbon + .ribbon-primary, .product .image .ribbon-info + .ribbon + .ribbon-primary, .product .image .ribbon-success + .ribbon + .ribbon-primary, .product .image .ribbon + .ribbon-primary + .ribbon-primary, .product .image .ribbon-primary + .ribbon-primary + .ribbon-primary, .product .image .ribbon-warning + .ribbon-primary + .ribbon-primary, .product .image .ribbon-danger + .ribbon-primary + .ribbon-primary, .product .image .ribbon-info + .ribbon-primary + .ribbon-primary, .product .image .ribbon-success + .ribbon-primary + .ribbon-primary, .product .image .ribbon + .ribbon-warning + .ribbon-primary, .product .image .ribbon-primary + .ribbon-warning + .ribbon-primary, .product .image .ribbon-warning + .ribbon-warning + .ribbon-primary, .product .image .ribbon-danger + .ribbon-warning + .ribbon-primary, .product .image .ribbon-info + .ribbon-warning + .ribbon-primary, .product .image .ribbon-success + .ribbon-warning + .ribbon-primary, .product .image .ribbon + .ribbon-danger + .ribbon-primary, .product .image .ribbon-primary + .ribbon-danger + .ribbon-primary, .product .image .ribbon-warning + .ribbon-danger + .ribbon-primary, .product .image .ribbon-danger + .ribbon-danger + .ribbon-primary, .product .image .ribbon-info + .ribbon-danger + .ribbon-primary, .product .image .ribbon-success + .ribbon-danger + .ribbon-primary, .product .image .ribbon + .ribbon-info + .ribbon-primary, .product .image .ribbon-primary + .ribbon-info + .ribbon-primary, .product .image .ribbon-warning + .ribbon-info + .ribbon-primary, .product .image .ribbon-danger + .ribbon-info + .ribbon-primary, .product .image .ribbon-info + .ribbon-info + .ribbon-primary, .product .image .ribbon-success + .ribbon-info + .ribbon-primary, .product .image .ribbon + .ribbon-success + .ribbon-primary, .product .image .ribbon-primary + .ribbon-success + .ribbon-primary, .product .image .ribbon-warning + .ribbon-success + .ribbon-primary, .product .image .ribbon-danger + .ribbon-success + .ribbon-primary, .product .image .ribbon-info + .ribbon-success + .ribbon-primary, .product .image .ribbon-success + .ribbon-success + .ribbon-primary, .product .image .ribbon + .ribbon + .ribbon-warning, .product .image .ribbon-primary + .ribbon + .ribbon-warning, .product .image .ribbon-warning + .ribbon + .ribbon-warning, .product .image .ribbon-danger + .ribbon + .ribbon-warning, .product .image .ribbon-info + .ribbon + .ribbon-warning, .product .image .ribbon-success + .ribbon + .ribbon-warning, .product .image .ribbon + .ribbon-primary + .ribbon-warning, .product .image .ribbon-primary + .ribbon-primary + .ribbon-warning, .product .image .ribbon-warning + .ribbon-primary + .ribbon-warning, .product .image .ribbon-danger + .ribbon-primary + .ribbon-warning, .product .image .ribbon-info + .ribbon-primary + .ribbon-warning, .product .image .ribbon-success + .ribbon-primary + .ribbon-warning, .product .image .ribbon + .ribbon-warning + .ribbon-warning, .product .image .ribbon-primary + .ribbon-warning + .ribbon-warning, .product .image .ribbon-warning + .ribbon-warning + .ribbon-warning, .product .image .ribbon-danger + .ribbon-warning + .ribbon-warning, .product .image .ribbon-info + .ribbon-warning + .ribbon-warning, .product .image .ribbon-success + .ribbon-warning + .ribbon-warning, .product .image .ribbon + .ribbon-danger + .ribbon-warning, .product .image .ribbon-primary + .ribbon-danger + .ribbon-warning, .product .image .ribbon-warning + .ribbon-danger + .ribbon-warning, .product .image .ribbon-danger + .ribbon-danger + .ribbon-warning, .product .image .ribbon-info + .ribbon-danger + .ribbon-warning, .product .image .ribbon-success + .ribbon-danger + .ribbon-warning, .product .image .ribbon + .ribbon-info + .ribbon-warning, .product .image .ribbon-primary + .ribbon-info + .ribbon-warning, .product .image .ribbon-warning + .ribbon-info + .ribbon-warning, .product .image .ribbon-danger + .ribbon-info + .ribbon-warning, .product .image .ribbon-info + .ribbon-info + .ribbon-warning, .product .image .ribbon-success + .ribbon-info + .ribbon-warning, .product .image .ribbon + .ribbon-success + .ribbon-warning, .product .image .ribbon-primary + .ribbon-success + .ribbon-warning, .product .image .ribbon-warning + .ribbon-success + .ribbon-warning, .product .image .ribbon-danger + .ribbon-success + .ribbon-warning, .product .image .ribbon-info + .ribbon-success + .ribbon-warning, .product .image .ribbon-success + .ribbon-success + .ribbon-warning, .product .image .ribbon + .ribbon + .ribbon-danger, .product .image .ribbon-primary + .ribbon + .ribbon-danger, .product .image .ribbon-warning + .ribbon + .ribbon-danger, .product .image .ribbon-danger + .ribbon + .ribbon-danger, .product .image .ribbon-info + .ribbon + .ribbon-danger, .product .image .ribbon-success + .ribbon + .ribbon-danger, .product .image .ribbon + .ribbon-primary + .ribbon-danger, .product .image .ribbon-primary + .ribbon-primary + .ribbon-danger, .product .image .ribbon-warning + .ribbon-primary + .ribbon-danger, .product .image .ribbon-danger + .ribbon-primary + .ribbon-danger, .product .image .ribbon-info + .ribbon-primary + .ribbon-danger, .product .image .ribbon-success + .ribbon-primary + .ribbon-danger, .product .image .ribbon + .ribbon-warning + .ribbon-danger, .product .image .ribbon-primary + .ribbon-warning + .ribbon-danger, .product .image .ribbon-warning + .ribbon-warning + .ribbon-danger, .product .image .ribbon-danger + .ribbon-warning + .ribbon-danger, .product .image .ribbon-info + .ribbon-warning + .ribbon-danger, .product .image .ribbon-success + .ribbon-warning + .ribbon-danger, .product .image .ribbon + .ribbon-danger + .ribbon-danger, .product .image .ribbon-primary + .ribbon-danger + .ribbon-danger, .product .image .ribbon-warning + .ribbon-danger + .ribbon-danger, .product .image .ribbon-danger + .ribbon-danger + .ribbon-danger, .product .image .ribbon-info + .ribbon-danger + .ribbon-danger, .product .image .ribbon-success + .ribbon-danger + .ribbon-danger, .product .image .ribbon + .ribbon-info + .ribbon-danger, .product .image .ribbon-primary + .ribbon-info + .ribbon-danger, .product .image .ribbon-warning + .ribbon-info + .ribbon-danger, .product .image .ribbon-danger + .ribbon-info + .ribbon-danger, .product .image .ribbon-info + .ribbon-info + .ribbon-danger, .product .image .ribbon-success + .ribbon-info + .ribbon-danger, .product .image .ribbon + .ribbon-success + .ribbon-danger, .product .image .ribbon-primary + .ribbon-success + .ribbon-danger, .product .image .ribbon-warning + .ribbon-success + .ribbon-danger, .product .image .ribbon-danger + .ribbon-success + .ribbon-danger, .product .image .ribbon-info + .ribbon-success + .ribbon-danger, .product .image .ribbon-success + .ribbon-success + .ribbon-danger, .product .image .ribbon + .ribbon + .ribbon-info, .product .image .ribbon-primary + .ribbon + .ribbon-info, .product .image .ribbon-warning + .ribbon + .ribbon-info, .product .image .ribbon-danger + .ribbon + .ribbon-info, .product .image .ribbon-info + .ribbon + .ribbon-info, .product .image .ribbon-success + .ribbon + .ribbon-info, .product .image .ribbon + .ribbon-primary + .ribbon-info, .product .image .ribbon-primary + .ribbon-primary + .ribbon-info, .product .image .ribbon-warning + .ribbon-primary + .ribbon-info, .product .image .ribbon-danger + .ribbon-primary + .ribbon-info, .product .image .ribbon-info + .ribbon-primary + .ribbon-info, .product .image .ribbon-success + .ribbon-primary + .ribbon-info, .product .image .ribbon + .ribbon-warning + .ribbon-info, .product .image .ribbon-primary + .ribbon-warning + .ribbon-info, .product .image .ribbon-warning + .ribbon-warning + .ribbon-info, .product .image .ribbon-danger + .ribbon-warning + .ribbon-info, .product .image .ribbon-info + .ribbon-warning + .ribbon-info, .product .image .ribbon-success + .ribbon-warning + .ribbon-info, .product .image .ribbon + .ribbon-danger + .ribbon-info, .product .image .ribbon-primary + .ribbon-danger + .ribbon-info, .product .image .ribbon-warning + .ribbon-danger + .ribbon-info, .product .image .ribbon-danger + .ribbon-danger + .ribbon-info, .product .image .ribbon-info + .ribbon-danger + .ribbon-info, .product .image .ribbon-success + .ribbon-danger + .ribbon-info, .product .image .ribbon + .ribbon-info + .ribbon-info, .product .image .ribbon-primary + .ribbon-info + .ribbon-info, .product .image .ribbon-warning + .ribbon-info + .ribbon-info, .product .image .ribbon-danger + .ribbon-info + .ribbon-info, .product .image .ribbon-info + .ribbon-info + .ribbon-info, .product .image .ribbon-success + .ribbon-info + .ribbon-info, .product .image .ribbon + .ribbon-success + .ribbon-info, .product .image .ribbon-primary + .ribbon-success + .ribbon-info, .product .image .ribbon-warning + .ribbon-success + .ribbon-info, .product .image .ribbon-danger + .ribbon-success + .ribbon-info, .product .image .ribbon-info + .ribbon-success + .ribbon-info, .product .image .ribbon-success + .ribbon-success + .ribbon-info, .product .image .ribbon + .ribbon + .ribbon-success, .product .image .ribbon-primary + .ribbon + .ribbon-success, .product .image .ribbon-warning + .ribbon + .ribbon-success, .product .image .ribbon-danger + .ribbon + .ribbon-success, .product .image .ribbon-info + .ribbon + .ribbon-success, .product .image .ribbon-success + .ribbon + .ribbon-success, .product .image .ribbon + .ribbon-primary + .ribbon-success, .product .image .ribbon-primary + .ribbon-primary + .ribbon-success, .product .image .ribbon-warning + .ribbon-primary + .ribbon-success, .product .image .ribbon-danger + .ribbon-primary + .ribbon-success, .product .image .ribbon-info + .ribbon-primary + .ribbon-success, .product .image .ribbon-success + .ribbon-primary + .ribbon-success, .product .image .ribbon + .ribbon-warning + .ribbon-success, .product .image .ribbon-primary + .ribbon-warning + .ribbon-success, .product .image .ribbon-warning + .ribbon-warning + .ribbon-success, .product .image .ribbon-danger + .ribbon-warning + .ribbon-success, .product .image .ribbon-info + .ribbon-warning + .ribbon-success, .product .image .ribbon-success + .ribbon-warning + .ribbon-success, .product .image .ribbon + .ribbon-danger + .ribbon-success, .product .image .ribbon-primary + .ribbon-danger + .ribbon-success, .product .image .ribbon-warning + .ribbon-danger + .ribbon-success, .product .image .ribbon-danger + .ribbon-danger + .ribbon-success, .product .image .ribbon-info + .ribbon-danger + .ribbon-success, .product .image .ribbon-success + .ribbon-danger + .ribbon-success, .product .image .ribbon + .ribbon-info + .ribbon-success, .product .image .ribbon-primary + .ribbon-info + .ribbon-success, .product .image .ribbon-warning + .ribbon-info + .ribbon-success, .product .image .ribbon-danger + .ribbon-info + .ribbon-success, .product .image .ribbon-info + .ribbon-info + .ribbon-success, .product .image .ribbon-success + .ribbon-info + .ribbon-success, .product .image .ribbon + .ribbon-success + .ribbon-success, .product .image .ribbon-primary + .ribbon-success + .ribbon-success, .product .image .ribbon-warning + .ribbon-success + .ribbon-success, .product .image .ribbon-danger + .ribbon-success + .ribbon-success, .product .image .ribbon-info + .ribbon-success + .ribbon-success, .product .image .ribbon-success + .ribbon-success + .ribbon-success {
  top: 110px;
}

.product .image img {
  max-width: 250px;
}

.product2 .image img {
  max-width: 150px;
  max-height: 180px;
}

.product .image:hover .hover-overlay {
  opacity: 1;
}

.product .image:hover a {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.product .title {
  padding: 15px 0;
}

.product .title small {
  color: #777;
}

.product .title a {
  display: block;
  color: #333;
  text-decoration: none;
}

.product .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .hover-overlay a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  color: #777;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product .hover-overlay a:hover {
  color: #EB0029;
  border-color: #EB0029;
}

.product .hover-overlay a:first-of-type {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}

.product .hover-overlay a:last-of-type {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}

.product .hover-overlay a.active {
  width: 120px;
  background: #EB0029;
  color: #fff;
  border-color: transparent;
  font-weight: 300;
  font-size: 0.8em;
  margin: 0 5px;
  opacity: 0;
}

.product .hover-overlay a.active i {
  margin-right: 5px;
}

/*
* ===================================================
*     DIVIDER SECTION
* ===================================================
*/
section.divider {
  background-size: cover !important;
  color: #fff;
}

section.divider p {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
}

section.divider .btn, section.divider .btn-template-outlined {
  margin-top: 30px;
}

/*
* ===================================================
*     BLOG SECTION
* ===================================================
*/
.post {
  background: #fff;
  margin-bottom: 30px;
}

.post .thumbnail {
  min-width: 200px;
  max-width: 200px;
  max-height: 320px;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.post .thumbnail img {
  height: 100%;
  margin-left: -100px;
}

.post .info {
  padding: 20px;
}

.post span.date {
  margin-top: 5px;
}

.post span.date i {
  margin-right: 5px;
}

.post a {
  text-decoration: none;
}

.post a:focus, .post a:hover {
  text-decoration: none;
}

.post h4 {
  margin-bottom: 0;
  color: #333;
}

.post h4 a {
  color: #333;
}

.post h4 a:focus, .post h4 a:hover {
  color: #EB0029;
  text-decoration: none;
}

.post span.date {
  color: #656565;
  font-size: 0.85em;
  font-weight: 300;
}

.post p {
  font-size: 0.95em;
  line-height: 1.7em;
  color: #777;
  margin: 20px 0;
}

.post.post-gray {
  background: #f8f9fa;
}

a.read-more {
  color: #EB0029;
}

a.read-more i {
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.read-more:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}

/* Blog Section Media Query -------------------------- */
@media (max-width: 992px) {
  section.blog div[class*="col-"] {
    margin-bottom: 30px;
  }
  section.blog div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  section.blog .post .thumbnail {
    min-width: 100%;
    max-width: 100%;
    height: 200px;
  }
  section.blog .post img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

/*
* ===================================================
*     BRANDS SECTION
* ===================================================
*/
section.brands .brand {
  width: 150px;
}

section.brands .owl-dots {
  margin-top: 25px !important;
}

/*
* ===================================================
*     FOOTER
* ===================================================
*/
footer.main-footer {
  background: #181818;
}

footer.main-footer ul {
  margin-bottom: 0;
}

footer.main-footer .services-block {
  background: #F4F4F3;
  color: #181818;
}
.services-block-wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	justify-content: center;
}
.services-block-col{
	border-right: 1px solid rgba(24, 24, 24, 0.15);	
}
.services-block-col:last-child{
	border-right: none;
}
.services-block-bx {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 33px 15px 35px;
}
footer.main-footer .services-block .item a:hover {
  color: #EB0029;
}

footer.main-footer .services-block div[class*='col-'] {
  border-right: 1px solid #555;
}

footer.main-footer .services-block div[class*='col-']:last-of-type {
  border: none;
}

footer.main-footer .services-block .icon a{
  color: #181818;
	text-decoration: none;
}
footer.main-footer .services-block a:hover{
	text-decoration: none;
}
footer.main-footer .services-block .item:hover .icon a{
  color: #EB0029;
}

footer.main-footer .services-block .item:hover .icon {
  color: #EB0029;
}

footer.main-footer .services-block .icon {
  margin-right: 20px;
  font-size: 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer.main-footer .services-block h6 {
  	color: #181818;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

footer.main-footer .services-block span {
  	color: #181818;
	font-family: "Mulish", sans-serif;
	font-size: 14.183px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.892px; /* 147.302% */
	letter-spacing: -0.257px;
	opacity: 0.6;
}

footer.main-footer .main-block {
  background: #181818;
  padding: 65px 0 85px;
  color: #999;
}

footer.main-footer .main-block h5 {
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

footer.main-footer .info p {
  line-height: 1.8em;
  font-size: 0.9em;
  margin-top: 20px;
}

footer.main-footer .info a {
  font-size: 0.95em;
  color: inherit;
  margin-right: 10px;
}
footer .address-footer-wrap{
  margin-bottom: 55px;
}
footer.main-footer .info a:hover {
  color: #EB0029;
}

footer.main-footer .site-links a {
  color: #9D9D9D;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 35px */
  text-decoration: none;
  margin-bottom: 5px;
}

footer.main-footer .site-links a:hover {
  color: #EB0029;
}

footer.main-footer .newsletter p {
  color: #9D9D9D;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 32px;
}

footer.main-footer .newsletter p.sml-txt{
  font-size: 12px;
}

footer.main-footer .newsletter .form-group {
  position: relative;
  margin-top: 30px;
}

footer.main-footer .newsletter input {
  background: none;
  padding: 7px 15px;
  border: 1px solid #fff;
  outline: none;
  width: 83%;
  color: #505050;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
  height: 40px;

  border-radius: 4px;
  background: #FFF;
}
#newsletter-form{
	max-width: 400px;
	width: 100%;
}
#newsletter-form button[type="submit"]{
	width: 40px;
  height: 40px;
  border: 1px solid #f00;
  background-color: #FF0016;
  border-radius: 4px;
}
#newsletter-form button .fa{
	display: none;
}
#newsletter-form button[type="submit"]:after{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/home-images/explore-more-arrow-icon.svg) no-repeat left 0px;
	background-size: auto;
	background-size: 24px;
	position: absolute;
	right: 7px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
footer.main-footer .newsletter input:focus {
  border-color: #EB0029;
}

footer.main-footer .newsletter button {
  background: none;
  border: none;
  color: #999;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer.main-footer .newsletter button:hover {
  color: #EB0029;
}

footer.main-footer .copyrights {
  background: #181818;
  color: #888;
  padding: 30px 0;
  border-bottom: 1px solid #181818;
}

footer.main-footer .copyrights p {
  font-weight: 300;
  font-size: 14px;
}

footer.main-footer .copyrights a {
  color: inherit;
}

footer.main-footer .copyrights a:hover {
  color: #EB0029;
}

footer.main-footer .copyrights p,
footer.main-footer .copyrights ul {
  margin: 0;
}

footer.main-footer .copyrights ul.payment-list img {
  width: 35px;
}

/* Footer Media Query -------------------------- */
@media (max-width: 992px) {
  footer.main-footer .services-block div[class*='col-'] {
    text-align: center;
    border: none;
    padding: 20px 0;
  }
  footer.main-footer .services-block div[class*="col-"]:first-of-type {
    padding-top: 0;
  }
  footer.main-footer .services-block div[class*='col-']:last-of-type {
    padding-bottom: 0;
  }
  footer.main-footer .main-block div[class*='col-'] {
    margin-bottom: 40px;
  }
  footer.main-footer .main-block div[class*='col-']:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  footer.main-footer .copyrights {
    text-align: center;
  }
  footer.main-footer .copyrights ul.payment-list {
    margin: 10px auto 0;
    float: none;
    padding: 0;
  }
}

/*
* ===================================================
*     Overview POPUP
* ===================================================
*/
.overview {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px !important;
  z-index: 9999;
}

.overview .modal-dialog {
  max-width: 1000px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.overview .modal-content {
  border-radius: 0;
  position: relative;
  border: none;
}

.overview [class*="ribbon-"] {
  position: absolute;
  top: 30px;
  left: -12px;
}

.overview .close {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #EB0029;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 0.8em;
  z-index: 999;
  cursor: pointer;
  outline: none;
}

.overview .modal-body {
  padding: 100px 40px;
}

.overview .image img {
	max-width: 300px;
	margin: 0 auto;
}

.overview .price {
  font-size: 1.25em;
}

.overview .price .original {
  font-weight: 300;
  color: #aaa;
  text-decoration: line-through;
}

.overview .price .current {
  font-weight: 700;
  color: #EB0029;
}

.overview p {
  font-weight: 300;
  line-height: 1.7em;
  color: #777;
}

.overview .CTAs {
  margin-top: 30px;
}

.overview .CTAs a {
  margin-bottom: 10px;
}

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

/* Overview Popup Media Query -------------------------- */
@media (max-width: 991px) {
  .overview {
    text-align: center;
  }
  .overview .CTAs li {
    margin: 0 !important;
  }
  .overview .CTAs a {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .overview .modal-body {
    padding: 100px 20px;
  }
  .overview img {
    max-width: 200px !important;
  }
  .overview .CTAs li {
    margin: 0 !important;
  }
  .overview .CTAs a {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/*
* ===================================================
*     SCROLL TO TOP BUTTON: ;
* ===================================================
*/
#scrollTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background: #EB0029;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

/*
* ===================================================
*     NOUI SLIDER THEMING
* ===================================================
*/
.noUi-target {
  background: #ddd;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 3px;
  height: 14px;
  left: 0;
  right: 0 !important;
  top: -5px;
  background: #222 !important;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-connect {
  background: #222;
}

/*
* ===================================================
*     PRODUCT DETAILS SECTION
* ===================================================
*/
section.product-details {
	padding-top: 10px !important;
}

section.product-details .product-images {
  position: relative;
}

section.product-details .product-images .ribbon, section.product-details .product-images .ribbon-primary, section.product-details .product-images .ribbon-warning, section.product-details .product-images .ribbon-danger, section.product-details .product-images .ribbon-info, section.product-details .product-images .ribbon-success {
  position: absolute;
  top: 20px;
  left: 3px;
  z-index: 999;
}

section.product-details .product-images .ribbon + .ribbon, section.product-details .product-images .ribbon-primary + .ribbon, section.product-details .product-images .ribbon-warning + .ribbon, section.product-details .product-images .ribbon-danger + .ribbon, section.product-details .product-images .ribbon-info + .ribbon, section.product-details .product-images .ribbon-success + .ribbon, section.product-details .product-images .ribbon + .ribbon-primary, section.product-details .product-images .ribbon-primary + .ribbon-primary, section.product-details .product-images .ribbon-warning + .ribbon-primary, section.product-details .product-images .ribbon-danger + .ribbon-primary, section.product-details .product-images .ribbon-info + .ribbon-primary, section.product-details .product-images .ribbon-success + .ribbon-primary, section.product-details .product-images .ribbon + .ribbon-warning, section.product-details .product-images .ribbon-primary + .ribbon-warning, section.product-details .product-images .ribbon-warning + .ribbon-warning, section.product-details .product-images .ribbon-danger + .ribbon-warning, section.product-details .product-images .ribbon-info + .ribbon-warning, section.product-details .product-images .ribbon-success + .ribbon-warning, section.product-details .product-images .ribbon + .ribbon-danger, section.product-details .product-images .ribbon-primary + .ribbon-danger, section.product-details .product-images .ribbon-warning + .ribbon-danger, section.product-details .product-images .ribbon-danger + .ribbon-danger, section.product-details .product-images .ribbon-info + .ribbon-danger, section.product-details .product-images .ribbon-success + .ribbon-danger, section.product-details .product-images .ribbon + .ribbon-info, section.product-details .product-images .ribbon-primary + .ribbon-info, section.product-details .product-images .ribbon-warning + .ribbon-info, section.product-details .product-images .ribbon-danger + .ribbon-info, section.product-details .product-images .ribbon-info + .ribbon-info, section.product-details .product-images .ribbon-success + .ribbon-info, section.product-details .product-images .ribbon + .ribbon-success, section.product-details .product-images .ribbon-primary + .ribbon-success, section.product-details .product-images .ribbon-warning + .ribbon-success, section.product-details .product-images .ribbon-danger + .ribbon-success, section.product-details .product-images .ribbon-info + .ribbon-success, section.product-details .product-images .ribbon-success + .ribbon-success {
  top: 80px;
}

section.product-details .product-images .ribbon + .ribbon + .ribbon, section.product-details .product-images .ribbon-primary + .ribbon + .ribbon, section.product-details .product-images .ribbon-warning + .ribbon + .ribbon, section.product-details .product-images .ribbon-danger + .ribbon + .ribbon, section.product-details .product-images .ribbon-info + .ribbon + .ribbon, section.product-details .product-images .ribbon-success + .ribbon + .ribbon, section.product-details .product-images .ribbon + .ribbon-primary + .ribbon, section.product-details .product-images .ribbon-primary + .ribbon-primary + .ribbon, section.product-details .product-images .ribbon-warning + .ribbon-primary + .ribbon, section.product-details .product-images .ribbon-danger + .ribbon-primary + .ribbon, section.product-details .product-images .ribbon-info + .ribbon-primary + .ribbon, section.product-details .product-images .ribbon-success + .ribbon-primary + .ribbon, section.product-details .product-images .ribbon + .ribbon-warning + .ribbon, section.product-details .product-images .ribbon-primary + .ribbon-warning + .ribbon, section.product-details .product-images .ribbon-warning + .ribbon-warning + .ribbon, section.product-details .product-images .ribbon-danger + .ribbon-warning + .ribbon, section.product-details .product-images .ribbon-info + .ribbon-warning + .ribbon, section.product-details .product-images .ribbon-success + .ribbon-warning + .ribbon, section.product-details .product-images .ribbon + .ribbon-danger + .ribbon, section.product-details .product-images .ribbon-primary + .ribbon-danger + .ribbon, section.product-details .product-images .ribbon-warning + .ribbon-danger + .ribbon, section.product-details .product-images .ribbon-danger + .ribbon-danger + .ribbon, section.product-details .product-images .ribbon-info + .ribbon-danger + .ribbon, section.product-details .product-images .ribbon-success + .ribbon-danger + .ribbon, section.product-details .product-images .ribbon + .ribbon-info + .ribbon, section.product-details .product-images .ribbon-primary + .ribbon-info + .ribbon, section.product-details .product-images .ribbon-warning + .ribbon-info + .ribbon, section.product-details .product-images .ribbon-danger + .ribbon-info + .ribbon, section.product-details .product-images .ribbon-info + .ribbon-info + .ribbon, section.product-details .product-images .ribbon-success + .ribbon-info + .ribbon, section.product-details .product-images .ribbon + .ribbon-success + .ribbon, section.product-details .product-images .ribbon-primary + .ribbon-success + .ribbon, section.product-details .product-images .ribbon-warning + .ribbon-success + .ribbon, section.product-details .product-images .ribbon-danger + .ribbon-success + .ribbon, section.product-details .product-images .ribbon-info + .ribbon-success + .ribbon, section.product-details .product-images .ribbon-success + .ribbon-success + .ribbon, section.product-details .product-images .ribbon + .ribbon + .ribbon-primary, section.product-details .product-images .ribbon-primary + .ribbon + .ribbon-primary, section.product-details .product-images .ribbon-warning + .ribbon + .ribbon-primary, section.product-details .product-images .ribbon-danger + .ribbon + .ribbon-primary, section.product-details .product-images .ribbon-info + .ribbon + .ribbon-primary, section.product-details .product-images .ribbon-success + .ribbon + .ribbon-primary, section.product-details .product-images .ribbon + .ribbon-primary + .ribbon-primary, section.product-details .product-images .ribbon-primary + .ribbon-primary + .ribbon-primary, section.product-details .product-images .ribbon-warning + .ribbon-primary + .ribbon-primary, section.product-details .product-images .ribbon-danger + .ribbon-primary + .ribbon-primary, section.product-details .product-images .ribbon-info + .ribbon-primary + .ribbon-primary, section.product-details .product-images .ribbon-success + .ribbon-primary + .ribbon-primary, section.product-details .product-images .ribbon + .ribbon-warning + .ribbon-primary, section.product-details .product-images .ribbon-primary + .ribbon-warning + .ribbon-primary, section.product-details .product-images .ribbon-warning + .ribbon-warning + .ribbon-primary, section.product-details .product-images .ribbon-danger + .ribbon-warning + .ribbon-primary, section.product-details .product-images .ribbon-info + .ribbon-warning + .ribbon-primary, section.product-details .product-images .ribbon-success + .ribbon-warning + .ribbon-primary, section.product-details .product-images .ribbon + .ribbon-danger + .ribbon-primary, section.product-details .product-images .ribbon-primary + .ribbon-danger + .ribbon-primary, section.product-details .product-images .ribbon-warning + .ribbon-danger + .ribbon-primary, section.product-details .product-images .ribbon-danger + .ribbon-danger + .ribbon-primary, section.product-details .product-images .ribbon-info + .ribbon-danger + .ribbon-primary, section.product-details .product-images .ribbon-success + .ribbon-danger + .ribbon-primary, section.product-details .product-images .ribbon + .ribbon-info + .ribbon-primary, section.product-details .product-images .ribbon-primary + .ribbon-info + .ribbon-primary, section.product-details .product-images .ribbon-warning + .ribbon-info + .ribbon-primary, section.product-details .product-images .ribbon-danger + .ribbon-info + .ribbon-primary, section.product-details .product-images .ribbon-info + .ribbon-info + .ribbon-primary, section.product-details .product-images .ribbon-success + .ribbon-info + .ribbon-primary, section.product-details .product-images .ribbon + .ribbon-success + .ribbon-primary, section.product-details .product-images .ribbon-primary + .ribbon-success + .ribbon-primary, section.product-details .product-images .ribbon-warning + .ribbon-success + .ribbon-primary, section.product-details .product-images .ribbon-danger + .ribbon-success + .ribbon-primary, section.product-details .product-images .ribbon-info + .ribbon-success + .ribbon-primary, section.product-details .product-images .ribbon-success + .ribbon-success + .ribbon-primary, section.product-details .product-images .ribbon + .ribbon + .ribbon-warning, section.product-details .product-images .ribbon-primary + .ribbon + .ribbon-warning, section.product-details .product-images .ribbon-warning + .ribbon + .ribbon-warning, section.product-details .product-images .ribbon-danger + .ribbon + .ribbon-warning, section.product-details .product-images .ribbon-info + .ribbon + .ribbon-warning, section.product-details .product-images .ribbon-success + .ribbon + .ribbon-warning, section.product-details .product-images .ribbon + .ribbon-primary + .ribbon-warning, section.product-details .product-images .ribbon-primary + .ribbon-primary + .ribbon-warning, section.product-details .product-images .ribbon-warning + .ribbon-primary + .ribbon-warning, section.product-details .product-images .ribbon-danger + .ribbon-primary + .ribbon-warning, section.product-details .product-images .ribbon-info + .ribbon-primary + .ribbon-warning, section.product-details .product-images .ribbon-success + .ribbon-primary + .ribbon-warning, section.product-details .product-images .ribbon + .ribbon-warning + .ribbon-warning, section.product-details .product-images .ribbon-primary + .ribbon-warning + .ribbon-warning, section.product-details .product-images .ribbon-warning + .ribbon-warning + .ribbon-warning, section.product-details .product-images .ribbon-danger + .ribbon-warning + .ribbon-warning, section.product-details .product-images .ribbon-info + .ribbon-warning + .ribbon-warning, section.product-details .product-images .ribbon-success + .ribbon-warning + .ribbon-warning, section.product-details .product-images .ribbon + .ribbon-danger + .ribbon-warning, section.product-details .product-images .ribbon-primary + .ribbon-danger + .ribbon-warning, section.product-details .product-images .ribbon-warning + .ribbon-danger + .ribbon-warning, section.product-details .product-images .ribbon-danger + .ribbon-danger + .ribbon-warning, section.product-details .product-images .ribbon-info + .ribbon-danger + .ribbon-warning, section.product-details .product-images .ribbon-success + .ribbon-danger + .ribbon-warning, section.product-details .product-images .ribbon + .ribbon-info + .ribbon-warning, section.product-details .product-images .ribbon-primary + .ribbon-info + .ribbon-warning, section.product-details .product-images .ribbon-warning + .ribbon-info + .ribbon-warning, section.product-details .product-images .ribbon-danger + .ribbon-info + .ribbon-warning, section.product-details .product-images .ribbon-info + .ribbon-info + .ribbon-warning, section.product-details .product-images .ribbon-success + .ribbon-info + .ribbon-warning, section.product-details .product-images .ribbon + .ribbon-success + .ribbon-warning, section.product-details .product-images .ribbon-primary + .ribbon-success + .ribbon-warning, section.product-details .product-images .ribbon-warning + .ribbon-success + .ribbon-warning, section.product-details .product-images .ribbon-danger + .ribbon-success + .ribbon-warning, section.product-details .product-images .ribbon-info + .ribbon-success + .ribbon-warning, section.product-details .product-images .ribbon-success + .ribbon-success + .ribbon-warning, section.product-details .product-images .ribbon + .ribbon + .ribbon-danger, section.product-details .product-images .ribbon-primary + .ribbon + .ribbon-danger, section.product-details .product-images .ribbon-warning + .ribbon + .ribbon-danger, section.product-details .product-images .ribbon-danger + .ribbon + .ribbon-danger, section.product-details .product-images .ribbon-info + .ribbon + .ribbon-danger, section.product-details .product-images .ribbon-success + .ribbon + .ribbon-danger, section.product-details .product-images .ribbon + .ribbon-primary + .ribbon-danger, section.product-details .product-images .ribbon-primary + .ribbon-primary + .ribbon-danger, section.product-details .product-images .ribbon-warning + .ribbon-primary + .ribbon-danger, section.product-details .product-images .ribbon-danger + .ribbon-primary + .ribbon-danger, section.product-details .product-images .ribbon-info + .ribbon-primary + .ribbon-danger, section.product-details .product-images .ribbon-success + .ribbon-primary + .ribbon-danger, section.product-details .product-images .ribbon + .ribbon-warning + .ribbon-danger, section.product-details .product-images .ribbon-primary + .ribbon-warning + .ribbon-danger, section.product-details .product-images .ribbon-warning + .ribbon-warning + .ribbon-danger, section.product-details .product-images .ribbon-danger + .ribbon-warning + .ribbon-danger, section.product-details .product-images .ribbon-info + .ribbon-warning + .ribbon-danger, section.product-details .product-images .ribbon-success + .ribbon-warning + .ribbon-danger, section.product-details .product-images .ribbon + .ribbon-danger + .ribbon-danger, section.product-details .product-images .ribbon-primary + .ribbon-danger + .ribbon-danger, section.product-details .product-images .ribbon-warning + .ribbon-danger + .ribbon-danger, section.product-details .product-images .ribbon-danger + .ribbon-danger + .ribbon-danger, section.product-details .product-images .ribbon-info + .ribbon-danger + .ribbon-danger, section.product-details .product-images .ribbon-success + .ribbon-danger + .ribbon-danger, section.product-details .product-images .ribbon + .ribbon-info + .ribbon-danger, section.product-details .product-images .ribbon-primary + .ribbon-info + .ribbon-danger, section.product-details .product-images .ribbon-warning + .ribbon-info + .ribbon-danger, section.product-details .product-images .ribbon-danger + .ribbon-info + .ribbon-danger, section.product-details .product-images .ribbon-info + .ribbon-info + .ribbon-danger, section.product-details .product-images .ribbon-success + .ribbon-info + .ribbon-danger, section.product-details .product-images .ribbon + .ribbon-success + .ribbon-danger, section.product-details .product-images .ribbon-primary + .ribbon-success + .ribbon-danger, section.product-details .product-images .ribbon-warning + .ribbon-success + .ribbon-danger, section.product-details .product-images .ribbon-danger + .ribbon-success + .ribbon-danger, section.product-details .product-images .ribbon-info + .ribbon-success + .ribbon-danger, section.product-details .product-images .ribbon-success + .ribbon-success + .ribbon-danger, section.product-details .product-images .ribbon + .ribbon + .ribbon-info, section.product-details .product-images .ribbon-primary + .ribbon + .ribbon-info, section.product-details .product-images .ribbon-warning + .ribbon + .ribbon-info, section.product-details .product-images .ribbon-danger + .ribbon + .ribbon-info, section.product-details .product-images .ribbon-info + .ribbon + .ribbon-info, section.product-details .product-images .ribbon-success + .ribbon + .ribbon-info, section.product-details .product-images .ribbon + .ribbon-primary + .ribbon-info, section.product-details .product-images .ribbon-primary + .ribbon-primary + .ribbon-info, section.product-details .product-images .ribbon-warning + .ribbon-primary + .ribbon-info, section.product-details .product-images .ribbon-danger + .ribbon-primary + .ribbon-info, section.product-details .product-images .ribbon-info + .ribbon-primary + .ribbon-info, section.product-details .product-images .ribbon-success + .ribbon-primary + .ribbon-info, section.product-details .product-images .ribbon + .ribbon-warning + .ribbon-info, section.product-details .product-images .ribbon-primary + .ribbon-warning + .ribbon-info, section.product-details .product-images .ribbon-warning + .ribbon-warning + .ribbon-info, section.product-details .product-images .ribbon-danger + .ribbon-warning + .ribbon-info, section.product-details .product-images .ribbon-info + .ribbon-warning + .ribbon-info, section.product-details .product-images .ribbon-success + .ribbon-warning + .ribbon-info, section.product-details .product-images .ribbon + .ribbon-danger + .ribbon-info, section.product-details .product-images .ribbon-primary + .ribbon-danger + .ribbon-info, section.product-details .product-images .ribbon-warning + .ribbon-danger + .ribbon-info, section.product-details .product-images .ribbon-danger + .ribbon-danger + .ribbon-info, section.product-details .product-images .ribbon-info + .ribbon-danger + .ribbon-info, section.product-details .product-images .ribbon-success + .ribbon-danger + .ribbon-info, section.product-details .product-images .ribbon + .ribbon-info + .ribbon-info, section.product-details .product-images .ribbon-primary + .ribbon-info + .ribbon-info, section.product-details .product-images .ribbon-warning + .ribbon-info + .ribbon-info, section.product-details .product-images .ribbon-danger + .ribbon-info + .ribbon-info, section.product-details .product-images .ribbon-info + .ribbon-info + .ribbon-info, section.product-details .product-images .ribbon-success + .ribbon-info + .ribbon-info, section.product-details .product-images .ribbon + .ribbon-success + .ribbon-info, section.product-details .product-images .ribbon-primary + .ribbon-success + .ribbon-info, section.product-details .product-images .ribbon-warning + .ribbon-success + .ribbon-info, section.product-details .product-images .ribbon-danger + .ribbon-success + .ribbon-info, section.product-details .product-images .ribbon-info + .ribbon-success + .ribbon-info, section.product-details .product-images .ribbon-success + .ribbon-success + .ribbon-info, section.product-details .product-images .ribbon + .ribbon + .ribbon-success, section.product-details .product-images .ribbon-primary + .ribbon + .ribbon-success, section.product-details .product-images .ribbon-warning + .ribbon + .ribbon-success, section.product-details .product-images .ribbon-danger + .ribbon + .ribbon-success, section.product-details .product-images .ribbon-info + .ribbon + .ribbon-success, section.product-details .product-images .ribbon-success + .ribbon + .ribbon-success, section.product-details .product-images .ribbon + .ribbon-primary + .ribbon-success, section.product-details .product-images .ribbon-primary + .ribbon-primary + .ribbon-success, section.product-details .product-images .ribbon-warning + .ribbon-primary + .ribbon-success, section.product-details .product-images .ribbon-danger + .ribbon-primary + .ribbon-success, section.product-details .product-images .ribbon-info + .ribbon-primary + .ribbon-success, section.product-details .product-images .ribbon-success + .ribbon-primary + .ribbon-success, section.product-details .product-images .ribbon + .ribbon-warning + .ribbon-success, section.product-details .product-images .ribbon-primary + .ribbon-warning + .ribbon-success, section.product-details .product-images .ribbon-warning + .ribbon-warning + .ribbon-success, section.product-details .product-images .ribbon-danger + .ribbon-warning + .ribbon-success, section.product-details .product-images .ribbon-info + .ribbon-warning + .ribbon-success, section.product-details .product-images .ribbon-success + .ribbon-warning + .ribbon-success, section.product-details .product-images .ribbon + .ribbon-danger + .ribbon-success, section.product-details .product-images .ribbon-primary + .ribbon-danger + .ribbon-success, section.product-details .product-images .ribbon-warning + .ribbon-danger + .ribbon-success, section.product-details .product-images .ribbon-danger + .ribbon-danger + .ribbon-success, section.product-details .product-images .ribbon-info + .ribbon-danger + .ribbon-success, section.product-details .product-images .ribbon-success + .ribbon-danger + .ribbon-success, section.product-details .product-images .ribbon + .ribbon-info + .ribbon-success, section.product-details .product-images .ribbon-primary + .ribbon-info + .ribbon-success, section.product-details .product-images .ribbon-warning + .ribbon-info + .ribbon-success, section.product-details .product-images .ribbon-danger + .ribbon-info + .ribbon-success, section.product-details .product-images .ribbon-info + .ribbon-info + .ribbon-success, section.product-details .product-images .ribbon-success + .ribbon-info + .ribbon-success, section.product-details .product-images .ribbon + .ribbon-success + .ribbon-success, section.product-details .product-images .ribbon-primary + .ribbon-success + .ribbon-success, section.product-details .product-images .ribbon-warning + .ribbon-success + .ribbon-success, section.product-details .product-images .ribbon-danger + .ribbon-success + .ribbon-success, section.product-details .product-images .ribbon-info + .ribbon-success + .ribbon-success, section.product-details .product-images .ribbon-success + .ribbon-success + .ribbon-success {
  top: 145px;
}

section.product-details .product-images .owl-carousel {
  background: #ffffff;
  padding: 35px 0;
  overflow: hidden;
}

section.product-details .price {
  font-size: 1.25em;
}

section.product-details .price .original {
  font-weight: 300;
  color: #aaa;
  text-decoration: line-through;
}

section.product-details .price .current {
  font-weight: 700;
  color: #EB0029;
}

section.product-details h2 {
  margin-bottom: 15px;
}

section.product-details p {
  font-weight: 300;
  line-height: 1.7em;
  color: #777;
  margin-top: 20px;
}

section.product-details .CTAs {
  margin-top: 30px;
}

section.product-details .CTAs a {
  margin-bottom: 10px;
}

section.product-details .quantity {
  margin-right: 20px;
}

section.product-details [class*="ribbon-"] {
  margin-bottom: 20px;
}

section.product-details .item img {
  max-width: 350px;
  margin: 0 auto;
}

section.product-details .owl-thumbs {
  margin-top: 20px;
}

section.product-details .owl-thumb-item {
  background: none;
  border: none;
  opacity: 0.5;
  cursor: pointer;
  margin: 10px;
  outline: none;
}
section.product-details .related-item {
  background: none;
  border: none;
  cursor: pointer;
  margin: 10px;
  outline: none;
}

section.product-details .owl-thumb-item.active {
  opacity: 1;
}

section.product-details .owl-thumb-item img {
  max-width: 50px;
}
section.product-details .related-item img {
  max-width: 50px;
}
section.product-details ul.rate {
  margin-bottom: 0;
  margin-right: 10px;
}

section.product-details ul.rate li {
  margin: 0;
  font-size: 0.95em;
}

section.product-details .review span {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
}

/* Product Details Media Query ---------------------------- */
@media (max-width: 992px) {
  section.product-details {
    text-align: center;
  }
  section.product-details .details {
    margin-top: 50px;
  }
}

/*
* ===================================================
*     PRODUCT DESCRIPTION SECTION
* ===================================================
*/
section.product-description .tab-content {
  padding: 20px 0;
}

section.product-description .tab-pane p {
  color: #666;
  line-height: 1.8em;
  font-weight: 400;
}

section.product-description a.nav-link {
  color: #555;
  text-transform: uppercase;
  border-color: #fff #fff #ddd;
  font-size: 0.9em;
  font-weight: 500;
}

section.product-description a.nav-link.active, section.product-description a.nav-link:hover, section.product-description a.nav-link:focus {
  color: #EB0029;
  border-color: #fff #fff #EB0029;
}

section.product-description ul.additional-information {
  display: inline-block;
}

section.product-description ul.additional-information li {
  padding: 15px;
}

section.product-description ul.additional-information li:nth-of-type(even) {
  background: #fafafa;
}

section.product-description ul.additional-information strong, section.product-description ul.additional-information span {
  min-width: 150px;
  text-transform: uppercase;
  font-size: 0.85em;
}

section.product-description ul.additional-information span {
  color: #656565;
}

section.product-description .share-product {
  padding: 30px 0;
  margin-top: 60px;
}

section.product-description .share-product ul {
  margin: 0;
}

/*section.product-description .share-product a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #bbb;
  color: #777;
  font-size: 0.9em;
}

section.product-description .share-product a:hover {
  color: #fff;
  background: #EB0029;
  border-color: #EB0029;
}*/
	   section.product-description .share-product a {
			width: 35px;
			height: 35px;
			line-height: 35px;
			border-radius:  50%;
			border: 0px solid #bbb;
			color: #777;
			font-size: 1.75em;
		}
		section.product-description .share-product a:hover {
			color: #fff;
			background: #777;
			border-color:#777;
		}
section.product-description strong {
  color: #666;
  margin-right: 20px;
}

section.product-description .review {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}

section.product-description .review:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

section.product-description .review-image {
  display: block;
  width: 120px;
  max-width: 100%;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0 auto .5rem;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.125);
}

section.product-description .review-text {
  padding-top: 1rem;
}

section.product-description .row .accessories {
  width: auto;
}

section.product-description .accessories {
  /*padding-top: .25rem;*/
  padding-bottom: .5rem;
  border-bottom: 1px solid #e9ecef;
	margin-left: 0;
}

section.product-description .accessories:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

section.product-description .accessories-image {
  display: block;
  width: 120px;
  max-width: 100%;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0 auto .5rem;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.125);
}

section.product-description .accessories-text {
  padding-top: .5rem;
}

/* Product Description Media Query */
@media (max-width: 768px) {
  section.product-description .share-product strong {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 380px) {
  section.product-description .nav-item {
    font-size: 0.85em;
  }
}

/*
* ===================================================
*     PRODUCTS SIDEBAR
* ===================================================
*/
.sidebar {
  padding: 50px 0;
}

.sidebar .block {
  padding: 30px 0;
  margin-right: 30px;
  border-bottom: 1px solid #eee;
}

.sidebar .block:last-of-type {
  border-bottom: 0;
}

.sidebar .block:first-of-type {
  padding-top: 0;
}

.sidebar .block > ul > li > a {
  color: #333;
  text-decoration: none;
  margin: 10px 0;
  padding: 6px 20px;
  border-radius: 50px;
}

.sidebar .block > ul > li > a:hover {
  background: #222;
  color: #fff;
}

.sidebar .block > ul > li > a:hover small {
  background: #fff;
  color: #333;
}

.sidebar.sidebar-right .block {
  margin-right: 0;
  margin-left: 30px;
}

.sidebar h6 {
  margin-bottom: 30px;
}

.sidebar ul small {
  padding: 0 12px;
  border-radius: 50px;
  background: #333;
  color: #fff;
  font-size: 0.7em;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.sidebar ul ul a {
  text-decoration: none;
  padding: 5px 0;
  font-size: 0.9em;
  color: #656565;
  font-weight: 300;
  margin: 0;
  padding: 5px 20px;
  display: block;
  border-radius: 30px;

}

.sidebar ul ul a:hover {
  color: #fff;
  background: #333;
}

.sidebar li.active > a {
  border-radius: 50px;
  background: #222;
  color: #fff !important;
}

.sidebar li.active > a small {
  background: #fff;
  color: #333;
}

.sidebar .value {
  margin: 10px 0;
  color: #555;
  font-size: 0.9em;
  font-weight: 300;
}

.sidebar .example-val {
  color: #333;
  font-weight: 500;
  font-weight: 400;
}

.sidebar .filter-submit {
  background: none;
  border: none;
  color: #333;
  padding: 2px 20px;
  font-weight: 300;
  border-radius: 50px;
  background: #222;
  color: #fff;
  cursor: pointer;
  text-decoration: none !important;
}

/* Products Sidebar Media Query ------------------------ */
@media (max-width: 992px) {
  .sidebar .block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .sidebar, .products-grid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/*
* ===================================================
*     PRODUCTS GRID SECTION
* ===================================================
*/
.products-grid {
  padding: 50px 0;
}

.products-grid .product {
  margin-bottom: 30px;
}

.products-grid h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products-grid h3:hover {
  color: #EB0029;
}

.products-grid header {
  margin-bottom: 40px;
}

.products-grid header span.visible-items {
  color: #555;
  margin-right: 20px;
}

/* Products Grid Media Query ------------------------ */
@media (max-width: 992px) {
  .sidebar {
    padding-bottom: 50px;
  }
  .products-grid.sidebar-left {
    padding-top: 0;
  }
  .products-grid.sidebar-right {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

/*
* ===================================================
*     SHOPPING CART SECTION
* ===================================================
*/
.basket .basket-header {
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 50px;
  background: #f5f5f5;
}

.basket .basket-body {
  padding: 0 30px;
}

.basket .basket-body span {
  font-size: 1.1em;
  color: #656565;
}

.basket .basket-footer {
  padding: 0 30px;
}

.basket .basket-footer .item {
  padding: 15px 0;
}

.basket .item {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}

.basket .item img {
  max-width: 80px;
}

.basket i.delete {
  cursor: pointer;
}

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

.basket .title span {
  font-size: 0.9em;
}

.basket a {
  color: #333 !important;
  text-decoration: none !important;
}

.basket h5 {
  font-weight: 400;
  margin-bottom: 5px;
}

section.shopping-cart .CTAs {
  margin-top: 40px;
}

section.shopping-cart .CTAs a {
  margin-left: 15px;
}

.block-header {
  padding: 20px 30px;
  border-radius: 50px;
  background: #f5f5f5;
}

.block-header h1,
.block-header h2,
.block-header h3,
.block-header h4,
.block-header h5,
.block-header h6 {
  margin-bottom: 0;
}

.block-body {
  padding: 20px 30px;
}

.block-body p {
  color: #656565;
  line-height: 1.7em;
  font-weight: 300;
}

.block-body input,
.block-body textarea {
  padding: 10px 15px;
  border: 1px solid #ddd;
  width: 100%;
  outline: none;
}

.cart-black-button {
  background: #222;
  border: none;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 0.8em;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
}

ul.order-menu li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

ul.order-menu span {
  color: #555;
}

ul.order-menu strong {
  font-weight: 500;
  color: #555;
}

ul.order-menu strong.price-total {
  font-weight: 700;
  font-size: 1.2em;
}

.CTAs {
  margin-top: 40px;
}

.CTAs a {
  margin-bottom: 10px;
}

/* Shopping cart mediaquery -------------------------- */
@media (max-width: 992px) {
  .shopping-cart .container:first-of-type {
    width: 100% !important;
    overflow-x: scroll;
  }
  .shopping-cart .container:first-of-type .basket-holder {
    min-width: 991px;
  }
}

/*
* ===================================================
*     CHECKOUT SECTION
* ===================================================
*/
section.checkout .block-body {
  border: 1px solid #ddd;
  padding: 40px 30px;
}

section.checkout ul.order-menu {
  margin-bottom: 0;
}

section.checkout ul.order-menu li {
  padding: 15px 0;
}

section.checkout ul.order-menu li:last-of-type {
  border-bottom: none;
}

section.checkout .nav-pills {
  background: #f5f5f5;
  border-radius: 50px;
  padding: 0;
  border: none !important;
  overflow: hidden;
  height: 50px;
}

section.checkout .nav-link {
  border: none !important;
  background: none;
  padding: 0;
  line-height: 50px;
  height: 100%;
  text-align: center;
  width: 100% !important;
  background: none;
  border-radius: 0 !important;
  position: relative;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.85em;
  color: #555;
}

section.checkout .nav-link:hover {
  background: #eee;
}

section.checkout .nav-link.active {
  background: #EB0029;
  color: #fff;
}

section.checkout .nav-link.active::after {
  display: none;
}

section.checkout .nav-link.disabled {
  cursor: not-allowed !important;
  background: #fafafa;
  color: #999;
}

section.checkout .nav-link::after {
  content: '';
  width: 1px;
  height: 50%;
  background: #ddd;
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 0;
}

section.checkout .nav-item {
  width: 25% !important;
  height: 100%;
}

section.checkout .nav-item:last-of-type .nav-link {
  border-right: none !important;
}

section.checkout .nav-item:last-of-type .nav-link::after {
  display: none;
}

section.checkout .tab-content {
  padding: 40px 0 0;
}

section.checkout label strong {
  font-weight: 700;
  margin-bottom: 10px;
}

section.checkout label span.label-description {
  font-size: 0.85em;
  font-weight: 400;
  color: #656565;
  margin-bottom: 0;
}

section.checkout .radio-template + label::after {
  content: '';
  top: calc(50% - 9px);
}

section.checkout .radio-template:checked + label::after {
  opacity: 1;
}

section.checkout .tab-block .basket-header {
  text-transform: uppercase;
  font-weight: 700;
  color: #555;
  font-size: 0.85em;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "Mulish", sans-serif;
}

section.checkout .tab-block .item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

section.checkout .tab-block .title {
  margin-left: 15px;
}

section.checkout .tab-block h6 {
  font-weight: 500;
}

section.checkout .tab-block span {
  font-size: 0.9em;
}

section.checkout .tab-block img {
  max-width: 70px;
}

section.checkout .tab-block a {
  color: #333;
  text-decoration: none !important;
}

section.checkout .cart {
  overflow: hidden;
}

section.checkout .total {
  font-size: 1.2em;
  font-weight: 400;
  padding: 20px 0;
}

section.checkout .total span:last-of-type {
  font-weight: 700;
}

section.checkout .card {
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}

section.checkout .card-header {
  padding: 15px 20px;
  background: #fff;
  border: none !important;
  border-radius: 50px;
  background: #f5f5f5;
}

section.checkout .card-header.active {
  background: #EB0029;
  color: #fff;
  border-color: #EB0029;
}

section.checkout .card-header a {
  color: inherit;
}

section.checkout .card-header h6 {
  margin-bottom: 0;
}

section.checkout .CTAs .prev i {
  margin-left: 0;
  margin-right: 7px;
}

section.checkout .CTAs .next i {
  margin-right: 0;
  margin-left: 7px;
}

.confirmation-icon {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 2rem;
  color: #EB0029;
  border: solid 1px #EB0029;
}

/* Checkout Media Query -------------------- */
@media (max-width: 768px) {
  section.checkout .nav-pills {
    height: auto;
    border-radius: 0;
    background: none;
  }
  section.checkout .nav-item {
    width: 100% !important;
  }
  section.checkout .nav-link {
    border-radius: 50px !important;
    margin-bottom: 10px;
    background: #fafafa;
  }
  section.checkout .nav-link::after {
    display: none;
  }
  section.checkout .cart {
    width: 100% !important;
    overflow-x: scroll;
  }
  section.checkout .cart .cart-holder {
    min-width: 768px;
  }
  section.checkout .cart .price-total {
    width: 100%;
  }
}

@media (max-width: 992px) {
  section.checkout .order-summary {
    margin-top: 50px;
  }
}

/* =======================================================
       Contact Page
   ======================================================= */
#map {
  height: 400px;
}

.contact-icon {
  height: 5rem;
  font-size: 3rem;
  color: #EB0029;
}

/* =======================================================
       Blog Pages
   ======================================================= */
h4.comments-heading {
  margin-bottom: 2rem;
}

.comment {
  margin-bottom: 2rem;
}

.comment p.posted {
  color: #868e96;
  font-size: 90%;
}

.comment p {
  color: #adb5bd;
}

.comment-form h4 {
  margin-bottom: 2rem;
}

.post-item {
  margin-bottom: 2rem;
}

.post-item .image {
  margin-bottom: 20px;
}

.post-item .intro {
  color: #495057;
  font-weight: 300;
}

.post-item h4 {
  font-size: 1.25rem;
}

.post-item h4 a {
  color: #212529;
}

.post-item h4 a:focus, .post-item h4 a:hover {
  color: #EB0029;
}

.pagination-lg {
  font-weight: 300;
}

/* =======================================================
       About
   ======================================================= */
.about-item {
  margin-bottom: 5rem;
}

.about-item:last-child {
  margin-bottom: 0;
}

.about-icon {
  line-height: 1;
  padding: 0 2rem;
  font-size: 5rem;
  color: #EB0029;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 992px) {
  .about-icon {
    padding: 0;
    font-size: 4rem;
  }
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
}

.team-member h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.team-member h3 a {
  color: #212529;
}

.team-member h3 a:focus, .team-member h3 a:hover {
  color: #EB0029;
  text-decoration: none;
}

.team-member p.role {
  color: #333;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.team-member .social {
  margin-bottom: 1rem;
}

.team-member .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  vertical-align: bottom;
}

.team-member .social a i {
  vertical-align: bottom;
  line-height: 26px;
}

.team-member .social a.facebook {
  background-color: #4460ae;
}

.team-member .social a.gplus {
  background-color: #4875B4;
}

.team-member .social a.twitter {
  background-color: #3cf;
}

.team-member .social a.instagram {
  background-color: #cd4378;
}

.team-member .social a.email {
  background-color: #4a7f45;
}

.team-member .text p {
  color: #444;
  font-size: 0.95rem;
}

/*
* ===================================================
*    CUSTOMER SECTION
* ===================================================
*/
.customer-profile {
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #e9ecef;
  border-bottom: none;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  padding: 2rem;
}

.customer-image {
  padding: 0.5rem;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.125);
  max-width: 10rem;
  margin-bottom: 1.5rem;
}

.customer-nav .list-group-item {
  border: 1px solid #e9ecef;
  color: #495057;
  font-weight: 500;
  font-size: 0.9rem;
}

.customer-nav .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.customer-nav .list-group-item:focus, .customer-nav .list-group-item:hover {
  background: #f8f9fa;
}

.customer-nav .list-group-item .icon,
.customer-nav .list-group-item .fa {
  margin-right: 0.5rem;
}

.customer-nav .list-group-item.active {
  background: #EB0029;
  border-color: #EB0029;
  color: #fff;
}

.content-block {
  margin-bottom: 4rem;
}

.basket-customer-order {
  margin-bottom: 4rem;
}

/* Customer zone mediaquery -------------------------- */
@media (max-width: 992px) {
  .basket-customer-order {
    width: 100% !important;
    overflow-x: scroll;
  }
  .basket-customer-order .basket-holder {
    min-width: 991px;
  }
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 160px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
}

.style-switch-select {
  height: auto !important;
}

#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 200px;
  left: 0;
  background: #fff;
  border: solid 1px #ced4da;
  z-index: 2000;
}

#style-switch h4 {
  color: #495057;
}

/* ========================================= 
   THEMING OF BOOTSTRAP COMPONENTS           
   ========================================= */
/*
 * 1. NAVBAR
 */
.navbar {
	width: 100%;
  padding: 0.5rem 1rem;
 
}


.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 25px;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}

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

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

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

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/*
 * 2. BUTTONS
 */
.btn, .btn-template-outlined {
  font-weight: normal;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 25px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn:focus, .btn-template-outlined:focus, .btn.focus, .focus.btn-template-outlined {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.25);
}

.btn.disabled, .disabled.btn-template-outlined, .btn:disabled, .btn-template-outlined:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn-template-outlined:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active, .btn-template-outlined:not([disabled]):not(.disabled).active {
  background-image: none;
}

.btn-primary, .btn-template {
  color: color-yiq(#EB0029);
  background-color: #EB0029;
  border-color: #EB0029;
}

.btn-primary:hover, .btn-template:hover {
  color: color-yiq(#ff1919);
  background-color: #ff1919;
  border-color: #ff0c0c;
}

.btn-primary:focus, .btn-template:focus, .btn-primary.focus, .focus.btn-template {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
}

.btn-primary.disabled, .disabled.btn-template, .btn-primary:disabled, .btn-template:disabled {
  background-color: #EB0029;
  border-color: #EB0029;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-template:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .btn-template:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.btn-template {
  color: color-yiq(#ff0c0c);
  background-color: #ff0c0c;
  border-color: #fe0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
}

.btn-secondary {
  color: color-yiq(#868e96);
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: color-yiq(#727b84);
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: color-yiq(#6c757d);
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: color-yiq(#28a745);
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: color-yiq(#218838);
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: color-yiq(#1e7e34);
  background-color: #1e7e34;
  border-color: #1c7430;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: color-yiq(#138496);
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {

  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: color-yiq(#117a8b);
  background-color: #117a8b;
  border-color: #10707f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: color-yiq(#e0a800);
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: color-yiq(#d39e00);
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: color-yiq(#c82333);
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: color-yiq(#bd2130);
  background-color: #bd2130;
  border-color: #b21f2d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: color-yiq(#e2e6ea);
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: color-yiq(#dae0e5);
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: color-yiq(#343a40);
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: color-yiq(#23272b);
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: color-yiq(#1d2124);
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary-nav {
  color: #EB0029;
  background-color: white;
  background-image: none;
  border-color: #EB0029;
border-radius: 10px;
	
}

.btn-outline-primary-nav:hover,.btn-outline-primary-nav:hover small {
  color: #fff;
  background-color: #EB0029;
  border-color: #EB0029;
}

.btn-outline-primary {
  color: #EB0029;
  background-color: transparent;
  background-image: none;
  border-color: #EB0029;
border-radius: 10px;
	
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #EB0029;
  border-color: #EB0029;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #EB0029;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #EB0029;
  border-color: #EB0029;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
}
.btn-outline-primary a{
	text-decoration: none !important;
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
}

.btn-outline-warning:hover {
  border-color: #ffc107;
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;

  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-light:hover, .btn-outline-light:focus {
  color: #212529;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 25px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 25px;
}

/*
 * 3. TYPE  
 */
body {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

a {
  color: #EB0029;
  text-decoration: none;
}

a:focus, a:hover {
  color: #f20000;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 3.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}


h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.letter-spacing-1 {
  letter-spacing: 0.1em;
}

.letter-spacing-2 {
  letter-spacing: 0.2em;
}

.letter-spacing-3 {
  letter-spacing: 0.3em;
}

.letter-spacing-4 {
  letter-spacing: 0.4em;
}

.letter-spacing-5 {
  letter-spacing: 0.5em;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  border-left: 5px solid #EB0029;
  font-weight: 300;
}

.blockquote-footer {
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.text-primary {
  color: #EB0029 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #ff0c0c !important;
}

/*
 * 4. PAGINATION
 */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #EB0029;
  border-color: #EB0029;
}

.page-item.disabled .page-link {
  color: #868e96;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #EB0029;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #f20000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/*
* 5. UTILITIES
*/
.bg-primary {
  background-color: #EB0029 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #ff0c0c !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

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

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.border-primary {
  border-color: #EB0029 !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

.border-dark {
  border-color: #343a40 !important;
}

.text-primary {
  color: #EB0029 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #ff0c0c !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

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

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.badge-primary {
  color: color-yiq(#EB0029);
  background-color: #EB0029;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: color-yiq(#EB0029);
  text-decoration: none;
  background-color: #ff0c0c;
}

.badge-secondary {
  color: color-yiq(#868e96);
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: color-yiq(#868e96);
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: color-yiq(#28a745);
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: color-yiq(#28a745);
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: color-yiq(#17a2b8);
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: color-yiq(#ffc107);
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: color-yiq(#dc3545);
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: color-yiq(#f8f9fa);
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: color-yiq(#343a40);
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: color-yiq(#343a40);
  text-decoration: none;
  background-color: #1d2124;
}


/* Barron Lighting Home page Design start */
/* Hero Banner Design Start */
.home-page-parent .container{
	padding-left: 0;
	padding-right: 0;
}
.hero-banner-sec{
    position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.hero-banner-imges-wrap{
    height: 645px;
    width: 100%;
}
.hero-banner-imges-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-banner-content-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	
	padding-left: 15px;
	padding-right: 15px;
}
.hero-banner-middle-cont{
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
}
.hero-banner-middle-cont h1{
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "Mulish", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
}

.hero-banner-bottom-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.banner-bottom-menu-list{
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.35);    
    padding-left: 0;
}
.banner-bottom-menu-list li{
    background: rgba(19, 19, 19, 0.40);
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    text-align: left;
    list-style-type: none;      
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-bottom-menu-list li:last-child{
    border-right: none;
}
.banner-bottom-menu-list li a{
    padding: 24px;
    display: inline-block;
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    position: relative;
}
.banner-bottom-menu-list li a:after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/home-images/arrow-forward-icon.svg) no-repeat left 0px;
    background-size: 20px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.top-bar-wrap .container {
  position: relative;
}
.top-bar-wrap .container::after {
  content: '';
  background-color: #333;
  width: 98%;
  height: 1px;
  position: absolute;
  bottom: -16px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.home-page-parent a:focus, .home-page-parent a:hover {
  color: #fff;
  text-decoration: none;	
}
.top-nav-item {
  list-style-type: none;
}
.home-page-parent .latest-first-news-wrap h2 a:focus, 
.home-page-parent .latest-first-news-wrap h2 a:hover,
.home-page-parent .all-news-details h3 a:focus, 
.home-page-parent .all-news-details h3 a:hover{
	color: #3E4041;
}
.banner-search {
  display: flex;
  justify-content: center;
}
.banner-search input[type="search"]{
	height: 56px;
	padding: 12px 16px;
	border-radius: 4px;
	border: 1px solid #000;
	background: #FFF;
	
	color: #636567;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 395px;
    width: 100%;
}
.banner-search button.submit{
	color: #FFF;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	border-radius: 3px;
	background: #FD001B;
	border: 1px solid #FD001B;
	display: flex;
	padding: 16px 60px 16px 28px;
	justify-content: center;
	align-items: center;
	gap: 8px;	
	position: relative;
}
.banner-search button.submit:after{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/home-images/explore-more-arrow-icon.svg) no-repeat left 0px;
	background-size: 24px;
	position: absolute;
	right: 23px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.banner-search form{
	width: 100%;
}
.banner-search form .form-group{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
/* Hero Banner Design End */
/* Our Brands Design Start */
.our-brand-sec{
    padding: 75px 15px;
}
.container{
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}
.head-top-common-wrap{
    text-align: center;
}
.head-top-common-wrap label{
    color: #737373;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 1px;
    text-transform: uppercase;  
    margin-bottom: 8px;
}
.head-top-common-wrap h2{
    color: #181818;
    font-family: "Mulish", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.our-brands-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.our-brands-col{
    border-radius: 12px;
    position: relative;
}
.our-brands-row img {
    width: 100%;
}
.our-brands-col-cont{
    padding: 29px 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.our-brands-col h3{
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.7px;
    margin-top: 0;
    margin-bottom: 8px;
}
.our-brands-col p{
    color: rgba(255,255,255,0.7);
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: -0.7px;
/*    text-transform: capitalize;*/
    margin-top: 0;
    margin-bottom: 22px;
    max-width: 300px;
    width: 100%;
}
.explore-anchor{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-right: 30px;
    text-decoration: none;
	text-transform: uppercase;
}
.explore-anchor:after{
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/home-images/explore-more-arrow-icon.svg) no-repeat left 0px;
    background-size: 24px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.our-brand-sec .head-top-common-wrap{
    margin-bottom: 40px;
}
/* Our Brands Design End */
/* Integrity and innovation Design Start */
.entigrity-innovation-sec{
    padding: 75px 15px 140px;
    text-align: center;
}
.entigrity-innovation-cont-wrap h2{
    color: #181818;
    font-family: "Mulish", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
}
.grey-color-span{
    color: #7D8082;
}
.entigrity-innovation-cont-wrap p{
    color: #636567;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    max-width: 460px;
    width: 100%;
    margin: 0 auto 40px;
}
.red-common-btn{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 3px;
    background-color: #FD001B;
    padding: 16px 60px 16px 28px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.red-common-btn:hover, .red-common-btn:focus,
#newsletter-form button[type="submit"]:hover,
#newsletter-form button[type="submit"]:focus{
	background-color: #D01523;
}
.red-common-btn:after{
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/home-images/explore-more-arrow-icon.svg) no-repeat left 0px;
    background-size: 24px;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.white-trans-common-btn{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 3px;
    background-color: transparent;
    padding: 16px 60px 16px 28px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
}
.white-trans-common-btn:after{
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/home-images/explore-more-arrow-icon.svg) no-repeat left 0px;
    background-size: 24px;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
/* Integrity and innovation Design End */
/* Find a Local Design Start */
.find-location-sec{
    padding: 105px 15px 55px;
}
.find-location-wrap{
    border-radius: 24px;
    background-color: #F4F4F3;
    padding: 102px 90px;
    background-image: url(../img/home-images/find-local-representative-bg-img.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.find-location-wrap h2{
    color: #181818;
    font-family: "Mulish", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.find-location-wrap p{
    color: #636567;
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 20px;
}
.find-location-wrap .red-common-btn{
	width: 140px;
	padding: 16px 30px 16px 18px;
}
/* Find a Local Design End */
/* Background and content Design Start */
.bg-and-content-sec{
    padding: 0 15px 50px;
}
.bg-and-content-wrap{
    border-radius: 12px;
    background: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 560px;
}
.bg-and-content-wrap > div{
    width: 50%;
    padding: 0 28px;
}
.background-col{
    background-image: url(../img/home-images/blg-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	border-radius: 12px 0px 0px 8px;
	
}
.background-col h2{
    color: #ffffff;
    font-family: "Mulish", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 568px;
    width: 100%;
}
.content-col{
    border-radius: 0px 12px 12px 0px;
}
.content-col-wrap{
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
}
.content-col p{
    color: #ffffff;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 48px;
}
/* Background and content Design End */
/* Latest News Design Start */
.latest-news-sec{
    padding: 55px 15px 90px;
}
.latest-news-sec .head-top-common-wrap{
    margin-bottom: 66px;
}
.latest-news-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}
.latest-news-col img{
	max-width: 450px;
    width: 100%;
	height: 100%;
  	object-fit: contain;
	object-position: center;
	mix-blend-mode: multiply;	
}
.latest-news-col .latest-all-other-news-wrap img{
	max-width: 120px;
}
.latest-news-wrap > div{
    width: 50%;
}
.latest-first-news-wrap{
    position: relative;
}
.first-news-thumbnail-wrap{
    border-radius: 12px;
	height: auto;
	background: #F7F7F7;
	border-radius: 10.56px;
	padding: 20px;
	text-align: center;
}
.latest-first-news-wrap h2{
    color: #3E4041;
    text-overflow: ellipsis;
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px;
    position: inherit;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
}
.latest-first-news-wrap h2 a{
    color: #3E4041;
    text-decoration: none;
}
.latest-first-news-wrap h2 span{
	color: #181818;
	font-family: "Mulish", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}
.latest-all-other-news-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.all-other-news-col {
    display: flex;
    align-items: self-start;
    gap: 24px;
}
.all-news-thumbnail{
    width: 30%;
	height: 120px;
	background: #F7F7F7;
	border-radius: 10.56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.all-news-details{
    width: 70%;
}
.all-news-details h3{
    color: #181818;
    text-overflow: ellipsis;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
}
.all-news-details p{
    color:  #3E4041;
    text-overflow: ellipsis;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;   
      -webkit-line-clamp: 3;   
      -webkit-box-orient: vertical;       
      overflow: hidden;
}
.all-news-details h3 a{
    color:  #3E4041;
    text-decoration: none;
}
/* Latest News Design End */
/* innovative solutions Design Start */
.innovative-solutions-sec{
    padding: 15px;
}
.innovative-solutions-sub-sec{
    padding: 96px 15px 105px;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(221, 227, 231, 0.20) 0%, rgba(221, 227, 231, 0.20) 100%), #F2F3F0;
    background: linear-gradient(0deg, color(display-p3 0.8706 0.8902 0.9059 / 0.20) 0%, color(display-p3 0.8706 0.8902 0.9059 / 0.20) 100%), color(display-p3 0.9493 0.9534 0.941);
}
.innovative-solutions-wrap {
    display: flex;
    align-items: self-start;
    justify-content: center;
}
.image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.image-section img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
.accordion-section {
    flex: 1;
    padding: 0px 0px 0px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}
.accordion-section .head-top-common-wrap {
    text-align: left;
    margin-bottom: 16px;
}
.accordion-header {
    color: #181818;
    font-family: "Mulish", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    padding: 0px 20px 0 28px;    
    transition: color 0.3s ease;
    opacity: 0.16;
}

.accordion-header::after {
/*    content: '';*/
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header {
    color: #181818;
    border-left: 2px solid #FD001B;
    opacity: 1;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(-135deg) translateY(-50%);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0px 20px 0 28px;
    margin-bottom: 0px;
}

.accordion-content p {
    color: #3E4041;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 24px;
}
.mobile-accordian-thumb img{
    width: 100%;
	height: 100%;
  min-height: 190px;
}
/* innovative solutions Design End */
/* Latest Releases Design Start */
.align-left-wrap{
    text-align: left;
}
.latest-release-sec{
    padding: 132px 15px 75px;
}
.categores-and-explore-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.red-common-btn.medium-btn{
    padding: 8px 40px 8px 12px;
}
.red-common-btn.medium-btn::after{
    right: 10px;
}
.categories-wrap{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 8px;
    width: 80%;
}
.button-wrap button{
    color: #181818;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 35px;
    background: #F1F1F1;
    border: 1px solid #F1F1F1;
    display: flex;
    height: 40px;
    padding: 0px 18px;
    justify-content: center;
    align-items: center;
}
.button-wrap button.active{
    color: #FFF;
    border-radius: 60px;
    background: #FD001B;
    border: 1px solid #FD001B;
}
.banner-search button.submit:hover,.banner-search button.submit:focus,
.button-wrap button.active:hover, .button-wrap button.active:focus{
	background-color: #D01523;
}
.white-trans-common-btn:hover,
.white-trans-common-btn:focus{
	opacity: 0.6;
}
.explore-wrap{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage-latest-release{
	padding-top: 47px;
}
.common-product-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
}
.common-product-slider .owl-carousel .owl-nav button.owl-prev,
.common-product-slider .owl-carousel .owl-nav button.owl-next{
	border-radius: 3px;
	background: #F1F1F1 !important;
	display: flex;
	padding: 8px 12px !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	position: relative;
	width: 48px;
    height: 40px;
}
.common-product-slider .owl-carousel .owl-nav button.owl-prev.disabled, 
.common-product-slider .owl-carousel .owl-nav button.owl-next.disabled{
	background-color: #aaa !important;
	cursor: not-allowed;
}
.common-product-slider .owl-carousel .owl-nav button.owl-prev{
	margin-left: -25px;
}
.common-product-slider .owl-carousel .owl-nav button.owl-next{
	margin-right: -25px;
}
.common-product-slider  .owl-nav .owl-prev span, 
.common-product-slider  .owl-nav .owl-next span {
  display: none;
}
.common-product-slider .owl-carousel .owl-nav button.owl-prev::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/home-images/prev-arrow-icon.svg) no-repeat left 0px;
    background-size: auto;
  background-size: 24px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.common-product-slider .owl-carousel .owl-nav button.owl-next::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/home-images/next-arrow-icon.svg) no-repeat left 0px;
    background-size: auto;
  background-size: 24px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.common-product-slider .owl-carousel .owl-item {
  background-color: #FAFAFA;
/*  height: 460px;*/
  padding: 20px;
	  max-height: inherit;
}
.common-product-slider .owl-carousel .item {
  display: flex;
  flex-direction: column;
}
.common-product-slider .owl-carousel .item img{
  mix-blend-mode: multiply;
}
.common-product-slider .product-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #000;
	font-family: Mulish;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	min-height: 40px;
}
.common-product-slider .product-links {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #D4D4D4;
}
.common-product-slider .product-links a{
	position: relative;
	padding-right: 32px;
	color: #181818;
	font-family: "Mulish", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.common-product-slider .product-links a::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/home-images/next-arrow-icon.svg) no-repeat left 0px;
  background-size: auto;
  background-size: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.common-product-slider .product-links a:hover,
.common-product-slider .product-links a:focus{
	text-decoration: none;
}
.common-product-slider.lite-logic-sec .owl-carousel .owl-nav button.owl-prev {
	margin-left: 0;
}
.common-product-slider.lite-logic-sec .owl-carousel .owl-nav button.owl-next {
	margin-right: 0;
}
.common-product-slider.lite-logic-sec .owl-nav{
	position: inherit;
	justify-content: flex-start;
	gap: 16px;
	margin-top: 23px;
}
.common-product-slider.lite-logic-sec .owl-nav{
	justify-content: flex-end;
}
.common-product-slider.lite-logic-sec .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.common-product-slider .owl-dots .owl-dot span{
  width: 8px !important;
  height: 8px !important;
}
.homepage-latest-release .owl-dots {
  display: none;
}
/* Latest Releases Design End */
/* lite Logic Design Start */
.lite-logic-sec{
    padding: 15px;
}
.lite-logic-sub-sec{
    padding: 82px 15px;
    background-color: #181818;
    border-radius: 10px;
    background-image: url(../img/home-images/light-logic-bg-img.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.lite-logic-sub-sec .categores-and-explore-wrapper{
    margin-bottom: 40px;
}
.head-top-common-white-wrap{
    margin-bottom: 43px;
}
.head-top-common-white-wrap h2{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
}
.head-top-common-white-wrap p{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 580px;
    width: 100%;
}
.liteLogic-section-slider{
	margin-top: 43px;
}
.common-product-slider.lite-logic-sec .owl-carousel .owl-item,
.common-product-slider .owl-carousel .owl-item{
	border-radius: 3px;
}
.common-product-slider.lite-logic-sec .product-title{
	color: #181818;
}
.lite-logic-sub-sec .brand-title,
.latest-slider-parent .brand-title{
	color: #737373;
	font-family: "Mulish", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 8px;
}
/* lite Logic Design End */
/* Search Section Design Start */
.search-sidebar-sec{
    border-left: 1px solid #3E4041;
    background: rgba(24, 24, 24, 0.95);
    backdrop-filter: blur(20px);
    padding: 32px 65px;
    max-width: 726px;
    width: 100%;
    height: 100%;
    
    position: fixed;
    right: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
	z-index: 99999;
	overflow-y: scroll;
}
/* scrollbar */
.search-sidebar-sec::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.search-sidebar-sec::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.search-sidebar-sec::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.search-sidebar-sec::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
.search-sidebar-top-wrap {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}
.search-sidebar-top-wrap h4{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 158.333% */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.recent-search-wrap{
    margin-bottom: 40px;
}
.recent-search-wrap h5{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}
.resent-search-list{
    padding-left: 0;
    margin: 0;
}
.resent-search-list li{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 16px;
    list-style-type: none;
}
.resent-search-list li a{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    text-decoration: none;
}
.resent-search-list li:last-child{
    margin-bottom: 0;
}
.resent-search-list li a:hover,
.resent-search-list li a:focus{
    opacity: 0.7;
}
.recent-search-categories-wrap{
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.resent-search-categories-list{
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.resent-search-categories-list li{    
    text-align: center;
    list-style-type: none;
}
.resent-search-categories-list li a{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 184.615% */
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    display: block;
    border-radius: 4px;
    border: 1px solid #636567;
}
.resent-search-categories-list li a:hover,
.resent-search-categories-list li a:focus{
    opacity: 0.7;
}
.resent-search-type-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 21px;
    margin-bottom: 30px;
}
.resent-search-type-col{
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 14px;
    text-decoration: none;

    border-radius: 9px;
    border: 1px solid #383838;
    background: #262626;
}
.search-type-thumbnail{
    width: 50px;
}
.search-type-details{
    width: 95%;
}
.search-type-details label{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 15.6px */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4px;
}
.search-type-details p{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 0;
}
.search-field-wrap{
    width: 100%;
    margin-bottom: 24px;
}
.search-field-wrap input[type="search"]{
    border-radius: 3px;
    background: #F5F5F5;
    padding: 10px 15px 7px;
    color: #757575;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    border: none;
}

.resent-quick-serarch-result-sec {
    width: 100%;
}
.resent-quick-serarch-result-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 21px;
}
.resent-quick-serarch-result-sec h5{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}
.resent-quick-serarch-result-col{
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 16px;
    text-decoration: none;

    border-radius: 9px;
    border: 1px solid #383838;
    background: #262626;
    position: relative;
    padding-right: 35px;
}
.resent-quick-serarch-result-col:after{
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../img/home-images/redirect-right-arrow-icon.svg) no-repeat  left top;
}
.quick-serarch-result-thumbnail{
    width: 50px;
}
.quick-serarch-result-details{
    width: 95%;
}
.quick-serarch-result-details label{
    color: #FFF;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 15.6px */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4px;
}
.search-field-wrap .form-group{
	position: relative;
}
.search-field-wrap .submit {
  position: absolute;
  right: 6px;
  top: 5px;
  background: transparent;
  border: none;
}
.search-sidebar-top-wrap .close-btn:hover{
	cursor: pointer;
}
/* Search Section Design End */
/* bottom Brands Design Start */
.brands-bottom-sec{
	padding: 85px 20px 80px;
	
}
.brands-bottom-sec .container{
	max-width: 950px;
	width: 100%;
	margin: 0 auto;	
}
.brands-bottom-wrap {
 	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	gap: 49px;
}
/* bottom Brands Design End */
/* Footer top wrap design start */
.footer-logo{
    margin-bottom: 32px;
}
.address-footer-wrap label{
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.address-footer-wrap p{
  color: #9D9D9D;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 28px;
}
footer.main-footer .info p{
  margin-top: 0;
}
.copyright-footermenu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.copyright-text p{
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.footer-bottom-menu-wrap ul{
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-bottom-menu-wrap ul li{
  color: #FFF;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  list-style-type: none;
}
.main-footer .social-menu .list-inline-item a{
  width: 41px;
  height: 41px;
  border-radius: 20.583px;
  border: 1.029px solid #9D9D9D;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.main-footer ul.social-menu{
    display: flex;
    align-items: center;
  }
/* Footer top wrap design end */
/* New mega menu design start */
.mega-menu-box.without-menu-box{
	padding: 0;
  background: linear-gradient(180deg, #000B21 0%, #000B21 100%);
}
.without-menu-box img {
  width: 100%;
}
.without-menu-box .bottom-mega-menu-box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.without-menu-box .red-common-btn.medium-btn {
	padding: 16px 60px 16px 28px;
	border-radius: 3px;
	color: #fff;
	margin: 25px 0;
}
.without-menu-box .red-common-btn.medium-btn::after {
  right: 15%;
}
.megamenu strong h4{
	color: #02090F;
	font-family: "Mulish", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	text-transform: uppercase;
	margin: 0;
}
.with-image-box-submenu-row .navigation ul.list-unstyled{
	grid-template-columns: repeat(1, 1fr);
}
.with-image-box-submenu-row .navigation ul.list-unstyled li{
	color: #02090F;
	font-family: "Mulish", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 200% */
	text-transform: uppercase;
}
.megamenu .with-image-box-submenu-row ul.list-unstyled .menu-item-with-icon a{
	display: flex;
    align-items: center;
    gap: 12px;
}
button:focus{
	outline: none;
}
.box-thumbnail-menu-wrap{
	position: relative;
}
.box-thumbnail-menu-col img{
	width: 100%;
}
.box-thumbnail-menu-col{
	padding-left: 6px;
	padding-right: 6px;
}
.bottom-mega-menu-url-wrap {
    position: absolute;
    left: 24px;
    bottom: 13px;
	width: 100%;
    max-width: 270px;
}
.bottom-mega-menu-url-wrap a{
	color: #FFF;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 125% */
	text-transform: uppercase;
	position: relative;
	width: 100%;
}
.bottom-mega-menu-url-wrap a:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/home-images/explore-more-arrow-icon.svg) no-repeat left 0px;
    background-size: 24px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.bottom-mega-menu-url-wrap a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
.header nav.navbar a.nav-link .fa{
	top: 1px;
  position: relative;
  right: -3px;
}
/* New mega menu design end */
.overly-bg{
	display: none;
}
.nav-show .overly-bg {
  position: fixed;
  width: 100%;
  height: 110%;
	position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
	pointer-events: none;
	display: block;
}
.nav-show .top-bar-wrap,
.nav-show .header{
	z-index: 999999;
/*    position: relative;*/
}
.nav-show {
/*  height: 105vh;
  overflow: hidden;*/
}

.lite-logic-sec .carousel-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	transition: opacity 0.3s ease-in-out;
}

.lite-logic-sec .carousel-wrapper.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	position: relative;
}

.latest-release-sec .homepage-latest-release{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	transition: opacity 0.3s ease-in-out;
}

.latest-release-sec .homepage-latest-release.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	position: relative;
}
/* Barron Lighting Home page Design end */

/* Barron Lighting Home page Responsive Design start */
@media (min-width: 1024px){
    /* Hero Banner Design Start */
    .banner-bottom-menu-list li{
        min-height: 68px;
    }
    /* Hero Banner Design End */
	.common-product-slider.lite-logic-sec .owl-carousel .owl-item,
	.common-product-slider .owl-carousel .owl-item{
		border-radius: 3px;
		max-width: 316px !important;
	}
}
@media (max-width: 1024px){
    /* Hero Banner Design Start */
    .hero-banner-content-wrap{
        justify-content: start;
    }
    .hero-banner-middle-cont{
        padding-top: 65px;
    }
    .banner-bottom-menu-list li a{
        padding: 16px;
    }
    /* Hero Banner Design End */
    /* Our Brands Design Start */
    .our-brands-col h3{
        font-size: 24px;
    }
    .our-brands-col p{
        font-size: 18px;
		line-height: 120%;
        max-width: 250px;
    }
    .explore-anchor{
        font-size: 14px;
    }
    .red-common-btn,
    .white-trans-common-btn{
        font-size: 14px;
    }
    /* Our Brands Design End */
    /* Find a Local Design Start */
    .find-location-wrap{
        padding: 70px 30px;
    }
    /* Find a Local Design End */
    /* Background and content Design Start */
    .background-col h2{
        font-size: 24px;
    }
    .content-col p{
        font-size: 14px;
    }
    /* Background and content Design End */
    /* Latest News Design Start */
    .latest-news-wrap{
        flex-direction: column;
    }
    .latest-news-wrap > div {
        width: 100%;
    }
    .latest-news-sec .head-top-common-wrap {
        margin-bottom: 32px;
    }
    /* Latest News Design End */
    /* Search Section Design Start */
    .search-sidebar-sec{
        padding: 32px 25px;
        max-width: 700px;
    }
    /* Search Section Design End */	
  	/* bottom Brands Design Start */
  	.brands-bottom-wrap {
  		grid-template-columns: repeat(2, 1fr);
  		gap: 32px 56px;
  	}
  	.brands-bottom-sec {
    		padding: 10px 20px 40px;
  	}
  	/* bottom Brands Design End */
    /* Footer top wrap design start */
     footer.main-footer .main-block{
      padding: 55px 0 50px;
    }
    /* Footer top wrap design end */
}
@media (min-width: 992px){
	.mobile-search-field{
		display: none;
	}
	.nav-show .top-bar-row{
		z-index: 9999;
  		position: relative;
	}
	.top-bar-row .navbar-toggler {
  		display: none;
	}
}
@media (max-width: 991px){	
	.mobile-search-field .search-field-wrap .submit img{
		width: 32px;
	}
	.mobile-search-field .search-field-wrap .submit{
		top: 9px;
    	padding-right: 5px;
	}
	.mobile-search-field .search-field-wrap,
	.mobile-search-field .search-field-wrap .form-group{
		margin-bottom: 0;
	}
	nav.navbar .nav-item.mobile-search-field{
		padding-bottom: 10px;
		padding-left: 21px;
    	padding-right: 18px;
		padding-top: 25px;
	}	
	.header .navbar{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;		
	}
	.nav-show .header .navbar{
		height: 80vh;
    	overflow-y: scroll;
	}
	.nav-show .navbar > .container-fluid{
		align-items: flex-start;
		height: 100%;
	}
	.header nav.navbar a.nav-link:hover,
	.header nav.navbar a.nav-link:focus{
		outline: none;
		border: none;
	}
	.header nav.navbar a.nav-link {
		padding-left: 0;
		padding-right: 0;
  	}
	nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover {
    	color: #fff;
	}
	.mobile-search-field .search-field-wrap input[type="search"]{
		height: 52px;
		padding: 10px 5px 10px 15px;
	}
	.fa-close:before{
		content: '';
		width: 32px;
		height: 32px;
		background: url(../img/home-images/close-icon.svg) no-repeat left 0px;
		background-size: 32px;
		position: absolute;
		right: 5px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.banner-bottom-menu-list li{
		border-right: none;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    /* Hero Banner Design Start */
    .hero-banner-middle-cont h1{
        font-size: 36px;
    }
    .banner-bottom-menu-list{
        grid-template-columns: repeat(2, 1fr);
    }
    /* Hero Banner Design End */
	/* Latest Releases Design Start */
	.common-product-slider .owl-carousel .owl-item{
		 height: auto;
	}
	/* Latest Releases Design End */   
    /* Background and content Design Start */
    .bg-and-content-wrap{
        height: 400px;
    }
    /* Background and content Design End */
    /* innovative solutions Design Start */
    .accordion-header{
        padding: 0px 0px 0 20px;
        font-size: 28px;
        line-height: 36px;
    }
    .accordion-section{
        padding: 0px 0px 0px 25px;
    }
    .mobile-accordian-thumb{
        margin-bottom: 20px;
    }
    .accordion-content p{
        font-size: 14px;
        line-height: 22px;
    }
    .innovative-solutions-sub-sec{
        padding: 55px 15px 35px;
    }
    /* innovative solutions Design End */
	.bottom-mega-menu-url-wrap{
		max-width: 87%;
	}
	.box-thumbnail-menu-row .col-lg-3.navigation{
		width: 50%;
	}
}
@media (min-width: 768px){
    .display-in-mobile{
        display: none;
    }
    /* innovative solutions Design Start */
    .mobile-accordian-thumb{
        display: none;
    }
    /* innovative solutions Design End */
    /* Footer top wrap design start */
    .desktop-display-none{
      display: none;
    }
	li.nav-item.dropdown.menu-large.show .fa-angle-up:before {
    	content: "\f107" !important;   
	}
	li.nav-item.dropdown.menu-large.show .fa-angle-up {
		top: -1px;
	}
	/* Footer top wrap design end */
}
@media (max-width: 767px){
    .display-in-desktop{
        display: none;
    }
    /* Hero Banner Design Start */
    .hero-banner-imges-wrap{
        height: 680px;
    }
    .hero-banner-middle-cont h1{
        font-size: 24px;
    }
    .banner-bottom-menu-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-bottom-menu-list li{
        text-align: left;
    }

    /* Hero Banner Design End */
    /* Our Brands Design Start */
    .our-brand-sec{
        padding: 35px 15px 45px;
    }
    .head-top-common-wrap label{
        font-size: 12px;
    }
    .head-top-common-wrap h2{
        font-size: 32px;
    }
	.latest-news-sec .head-top-common-wrap h2{
		max-width: 340px;
    	width: 100%;
    	margin: 0 auto;
    }
    .our-brands-row{
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    /* Our Brands Design End */
    /* Integrity and innovation Design Start */
    .entigrity-innovation-sec{
        padding: 45px 15px 88px;
    }
    .entigrity-innovation-cont-wrap h2{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .entigrity-innovation-cont-wrap p{
        font-size: 14px;
        margin-bottom: 24px;
    }
    .entigrity-innovation-cont-wrap .red-common-btn{
        display: block;
        text-align: center;
    }
	.accordion-content{
		padding: 0px 0px 0 0px;
	}
	.active .accordion-content{		
		max-height: inherit !important;
	}
    /* Integrity and innovation Design End */
    /* Find a Local Design Start */
    .find-location-wrap{
        padding: 40px 16px 35%;
        background-size: 100%;
    }
    .find-location-wrap h2{
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 10px;
    }
    .find-location-wrap p{
        font-size: 14px;
        margin-bottom: 24px;
    }
    .find-location-wrap .red-common-btn{
        display: block;
        text-align: center;
		width: 100%;
    }
	.find-location-wrap .red-common-btn::after{
		right: 30%;
	}
	.entigrity-innovation-cont-wrap p{
		max-width: 270px;
	}	
	.entigrity-innovation-cont-wrap .red-common-btn::after{
		right: 32%;
	}
	.find-location-sec {
  		padding: 45px 15px 5px;
	}
    /* Find a Local Design End */
    /* Background and content Design Start */
    .bg-and-content-wrap{
        flex-direction: column;
        max-width: 767px;
        width: 100%;
        height: inherit;
        overflow: hidden;
    }
    .bg-and-content-wrap > div {
        width: 100%;
        margin: 0 28px;
        padding: 0 ;
    }
    .bg-and-content-wrap > div.background-col{
        border-radius: 12px 12px 0px 0px;
        padding: 47px 28px;
    }
    .bg-and-content-wrap > div.content-col {
        border-radius: 0px 0px 12px 12px;
        padding: 47px 28px 90px;
    }
    .background-col h2{
/*        padding: 0 28px;*/
    }
    .content-col-wrap{
        max-width: unset;
        width: initial;
/*        padding: 0 28px;*/
    }
	
	.bg-and-content-sec {
  		padding: 0 8px 50px;
	}
	.background-col{
		background-size: 120%;
	}
	.content-col-wrap .red-common-btn{
		width: 100%;
	}
	.content-col-wrap .red-common-btn::after{
		right: 15%;
  		top: 4px;
	}
    /* Background and content Design End */
    /* innovative solutions Design Start */
    .innovative-solutions-sec {
        padding: 15px 8px;
    }
    .innovative-solutions-sub-sec{
        padding: 48px 28px;
        gap: 16px;
    }
    .image-section{
        display: none;
    }
    .innovative-solutions-wrap{
        flex-direction: column;
    }
    .accordion-section{
        width: 100%;
        padding: 0;
    }
    .accordion-header{
        padding: 0px 0px 0 20px;
        font-size: 28px;
        line-height: 36px;
    }
    .mobile-accordian-thumb{
        margin-bottom: 20px;
    }
    .accordion-content p{
        font-size: 14px;
        line-height: 22px;
			padding-left: 28px;
    }
    /* innovative solutions Design End */
    /* Latest Releases Design Start */    
    .categores-and-explore-wrapper{
        flex-direction: column;
        gap: 20px;
    }
    .categories-wrap,
    .explore-wrap{
        width: 100%;
/*
        max-width: 1024px;
        overflow-y: scroll;
        flex-wrap: inherit;
        padding-bottom: 10px;
*/
    }
    .button-wrap button{
        font-size: 12px;
		padding: 0px 10px;
    }
	.common-product-slider .owl-carousel .owl-nav button.owl-prev {
  		margin-left: 0;
	}
	.common-product-slider .owl-carousel .owl-nav button.owl-next {
  		margin-right: 0;
	}
	.common-product-slider .owl-nav{
		position: inherit;
		justify-content: flex-start;
		gap: 16px;
		margin-top: 23px;
	}
	.common-product-slider.lite-logic-sec .owl-nav{
		justify-content: flex-end;
	}
	.latest-release-sec{
		padding-top: 75px;
		padding-left: 0;
		padding-right: 0;
	}
	.categories-wrap,
	.homepage-latest-release{
		padding-left: 15px;
		padding-right: 15px;
	}
	.latest-release-sec .head-top-common-wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.latest-first-news-wrap h2{
		padding-left: 15px;
  		padding-right: 15px;
	}
	.latest-news-sec {
  		padding: 55px 15px 50px;
	}
	.explore-btm-wrap{
		padding-left: 15px;
  		padding-right: 15px; 
	}
	.explore-btm-wrap .red-common-btn.medium-btn{
		width: 100%;
  		text-align: center;
		padding: 16px 60px 16px 28px;
		height: 48px;
		margin-top: 20px;
	}
	.explore-btm-wrap .red-common-btn.medium-btn::after {
  		right: 35%;
		top: 4px;
	}
	.homepage-latest-release {
  		padding-top: 0;
	}
    /* Latest Releases Design End */
    /* lite Logic Design Start */
    .lite-logic-sec {
        padding: 8px;
    }
    .lite-logic-sub-sec{
/*        background-image: url(../img/home-images/light-logic-bg-mobi-img.png);*/
        padding: 44px 16px;
    }
    .lite-logic-sub-sec .categores-and-explore-wrapper {
        margin-bottom: 30px;
    }
    .head-top-common-white-wrap h2{
        font-size: 24px;
    }
    .head-top-common-white-wrap p{
        font-size: 14px;
    }
    .white-trans-common-btn {
        display: block;
        text-align: center;
    }
	.lite-logic-sub-sec .white-trans-common-btn::after{
		right: 25%;
  		top: 2px;
	}
	
	.lite-logic-sub-sec .head-top-common-white-wrap {
  		margin-bottom: 0;
	}
    /* lite Logic Design End */
    /* Search Section Design Start */
    .search-sidebar-sec{
        max-width: 100%;
        position: inherit;
    }
    .resent-search-categories-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .resent-search-type-col{
        border: 1px solid #464646;
    }
	.header .navbar .search-area{
		width: 100%;
	}
	.header .navbar{
		padding: 0;
	}
    /* Search Section Design End */
	
	/* Footer top wrap design start */
	.services-block-wrap{
		grid-template-columns: repeat(1, 1fr);
		padding-left: 20px;
    	padding-right: 20px;
	}
	.services-block-col {
	  	border-right: none;
		border-bottom: 1px solid rgba(24, 24, 24, 0.15);
	}
	.services-block-col:last-child {
  		border-bottom: none;
	}
	.services-block-bx{
		justify-content: flex-start;
		align-items: flex-start;
  		padding: 16px 0;
	}
	footer.main-footer .services-block h6{
		font-size: 14px;
		letter-spacing: 2px;
    	line-height: 16px;
	}
	footer.main-footer .services-block span{
		font-size: 12px;
		line-height: 14px; /* 116.667% */
		letter-spacing: -0.257px;
	}
	footer.main-footer .services-block .icon {
  		font-size: 1.5em;
		margin-right: 15px;
	}

  footer.main-footer .main-block{
    padding: 45px 0 0;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-logo img {
    max-width: 155px;
  }
  .copyright-footermenu-wrap{
    flex-direction: column;
    gap: 16px;
  }
  footer.main-footer .copyrights{
    padding-left: 20px;
    padding-right: 20px;
  }
  .copyrights .container{
    padding-top: 24px;
    border-top: 1px solid #2F2B2B;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-bottom-menu-wrap ul li,
  footer.main-footer .copyrights p{
    font-size: 12px;
  }
  .mobile-display-none{
    display: none;
  }
  .footer-menu-mobile {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
  }
  .footer-menu-mobile > div{
    width: 50%;
  }
  footer.main-footer .main-block h5{
    font-size: 14px;
  }
  footer.main-footer .site-links a{
    font-size: 12px;
    line-height: 200%;
  }
  .address-para{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .address-footer-wrap {
    margin-bottom: 25px;
  }
  .address-footer-wrap label{
    font-size: 14px;
  }
  footer.main-footer .info p{
    font-size: 12px;
    margin-bottom: 0;
  }
  footer.main-footer .info{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #2F2B2B;
  }
  footer.main-footer .main-block .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-footer .social-menu .list-inline-item a{
    width: 36px;
    height: 36px;
  }
  .main-footer .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
	.common-product-slider.lite-logic-sec .owl-dots{
		bottom: 15px;
		width: 53%;
	}
	.services-block-bx img {
	  width: 30px;
	}
	.footer-bottom-menu-wrap ul{
		gap: 14px;
	}
	/* Footer top wrap design end */
	.header nav.navbar a.nav-link{
		padding-left: 0;
		padding-right: 0;
	}
	.mega-subenu-row {
  		margin-top: 15px;
		height: 100%;
	}	
	
}
@media (max-width: 600px){
	/* Hero Banner Design Start */
	.banner-search form .form-group{
		flex-direction: column;
	}
	.banner-search input[type="search"]{
		max-width: 100%;
		height: 46px;
	}
	.banner-search button.submit{
		width: 100%;
		height: 46px;
	}
	.banner-search button.submit::after{
		right: 37%;
  		top: 2px;
	}
	/* Hero Banner Design End */
    /* Latest News Design Start */
    .all-other-news-col{
        flex-direction: column;
        gap: 22px;
    }
    .all-news-thumbnail,
    .all-news-details{
        width: 100%;
    }
    .first-news-thumbnail-wrap{
        height: auto;
        border-radius: 11px;
        background: #F7F7F7;
		border-radius: 10.56px;
		padding: 20px;
    }
	.latest-news-col img{
		mix-blend-mode: multiply;
	}
    .latest-first-news-wrap h2{
        -webkit-line-clamp: inherit;
        overflow: inherit;
		font-size: 20px;
		margin-top: 22px;
    }
	.latest-first-news-wrap h2 span{
		display: none;
	}
	footer.main-footer .newsletter input{
		width: 80%;
		font-size: 16px;
	}
	.search-field-wrap input[type="search"]{
		font-size: 16px;
	}
	.all-news-thumbnail{
		height: 100px;
        border-radius: 12px;
        background: #F7F7F7;
		border-radius: 10.56px;
		padding: 10px;
	}
	.all-news-thumbnail img{
		mix-blend-mode: multiply;
	}
	.all-news-details p{
		-webkit-line-clamp: 2;
	}
	.all-news-details h3{
		margin-bottom: 0;
	}
    /* Latest News Design End */
	
	.mega-menu-box-thumbnail {
		height: 160px;
		max-width: 343px;
		width: 100%;
	}
	.box-thumbnail-menu-col img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mega-menu-box.without-menu-box .mega-menu-box-first-child{
		height: 232px;
  		width: 100%;
	}
	.without-menu-box.without-menu-box .mega-menu-box-first-child img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.without-menu-box .red-common-btn.medium-btn{
		margin: 0 0 0;
		position: absolute;
		bottom: 20px;
	}
	.latest-first-news-wrap h2{
		position: inherit;
	}
	.box-thumbnail-menu-col {
		padding-left: 0;
		padding-right: 0;
	}
	.bottom-mega-menu-url-wrap{
		max-width: 285px;
	}
}




.lite-logic-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.lite-logic-sec .video-background {
  position: absolute;
  left: 0;
	right: 0;
	margin: 0 auto;
  width: 98%;
  height: 97%;
  object-fit: cover;
  border-radius:18px;
}

.lite-logic-sub-sec {
  position: relative;
  z-index: 1;
  background: transparent;
  border-radius:18px;
}
.litw-logic-video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-mobile {
  display: none;
}

@media only screen and (min-width: 768px) {
  .video-desktop {
    display: block;
  }
  .video-mobile {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	  .video-desktop {
		display: none;
	  }
	  .video-mobile {
		display: block;
	}
	.lite-logic-sec .video-background {
/*    	width: 92%;*/
		width: 100%;
		border-radius: 6px;
	    object-fit: contain;
        object-position: top;
	}
	.litw-logic-video-wrap {
		background-color: #080D11;
		border-radius: 6px;
		left: 0;
		width: 97%;
	}
}
	
.lite-logic-sub-sec {
  position: relative;
  z-index: 1;
}

.navbar-top-nav a.top-nav-link .fa {
    top: 2px;
    position: relative;
    right: -3px;
}

.navbar-top-nav a.top-nav-link i {
    margin-left: 3px;
}

li.top-nav-item.show .dropdown-menu.megamenu.pt-0.show {
    width: 164px;
    padding: 0;
	margin-top: 28px;
}

li.top-nav-item.show .dropdown-menu.megamenu.pt-0.show .mega-menu-box{
	display : block;
	background: unset;
	padding: 0;
	padding-bottom: 25px;
/*	padding: 15px 0;*/
}

li.top-nav-item.show .megamenu .with-image-box-submenu-row ul.list-unstyled .menu-item-with-icon a{
	color:#ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-transform: none;
}
li.top-nav-item.show .megamenu .with-image-box-submenu-row ul.list-unstyled .menu-item-with-icon a:hover, li.top-nav-item a.top-nav-link:hover{
	color: #f20000;	
	text-decoration: none;
}

li.top-nav-item a.top-nav-link:focus{
	color: #fff;
	text-decoration: none;
}


li.top-nav-item.show .megamenu .with-image-box-submenu-row ul.list-unstyled .menu-item-with-icon:not(:last-child) a {
    padding-bottom: 20px !important;
}

li.top-nav-item.show .navigation ul{
	margin-bottom:0;
}

.top-bar-wrap li.top-nav-item.show .container::after{
	content : none;
}

.top-bar-wrap li.top-nav-item.show .container{
	border: 1px solid #3E4041
}
li.nav-item.tablet-mobi-display.top-bar-mobi-menu a {
	text-transform: none !important;
}
@media only screen and (max-width: 1024px) {
  .with-image-box-submenu-row .navigation ul.list-unstyled li:first-child {
    margin: 0;
  }

  .with-image-box-submenu-row
    .navigation
    ul.list-unstyled
    li:not(:first-child) {
    margin: 7px 0;
  }

  li.nav-item.tablet-mobi-display.top-bar-mobi-menu.show a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
  }

  li.nav-item.tablet-mobi-display.top-bar-mobi-menu.show .mega-menu-box {
    background: unset;
    padding-bottom: 0;
  }

  li.nav-item.tablet-mobi-display.top-bar-mobi-menu.show .col-lg-3.navigation {
    padding-bottom: 0;
  }
  .header nav.navbar a.nav-link {
    font-size: 16px;
  }
  li.nav-item.tablet-mobi-display.top-bar-mobi-menu.show {
    padding-bottom: 0;
  }
  li.nav-item.tablet-mobi-display.top-bar-mobi-menu.show .navigation ul.list-unstyled{
        margin-bottom: 0;
  }  
  li.nav-item.tablet-mobi-display.top-bar-mobi-menu.show .mega-subenu-row{
        margin-top: 0;
  }
	.tablet-mobi-display a, .top-bar-mobi-menu a {
    text-transform: capitalize !important;
}
}




/* Barron Lighting Home page Responsive Design end */



/*landing pages css Starts from here */


.landing-pages .about-exitronix {
	background-color: #e6e6e6;
	margin: 15px;
	padding: 80px;
	max-width: 98%;
	text-align: center;
	border-radius: 12px;
}
.landing-pages .about-exitronix-heading {
	margin-bottom: 20px;
	font-family: Mulish;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	color: #181818;
    border-radius: 10px;
}
.landing-pages .about-exitronix-para {
	color: #636567;
	max-width: 73%;
	margin: 0 auto;
	font-family: Mulish;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
}
.landing-pages .about-exitronix-para.about-growlite-para {
	max-width: 60%;
}

.landing-pages .about-exitronix .red-common-btn {
	margin-top: 40px;
}


.landing-pages .exit-signs .red-common-btn {
	background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}


.landing-pages .learn-more {
	font-family: Mulish;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.08px;
	text-align: left;
	color: #fff;
	margin-top: 40px;
	width: Hug (175px)px;
	height: Hug (56px)px;
	top: 248px;
	left: 302px;
	padding: 16px 28px 16px 28px;
	gap: 8px;
	border-radius: 3px 0px 0px 0px;
	opacity: 0px;
	background: #E81D2C;


}
.landing-pages .learn-more:hover {
	background-color: #c51820;
}

.landing-pages .learn-more::after ,.landing-pages .learn-more-btn::after {
	content: "  →";
	font-size: 18px;
	margin-left: 15px;
}



.landing-pages .exit-signs {
	background-image: url('../img/landing-pages/exit-background.png');
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr;
	background-color: #000;
	max-width: 98%;
	padding: 130px;
	background-size: cover;
	background-position: center;
	margin: 15px;
	border-radius: 12px;
}


.landing-pages .exit-signs.exit-tracelite {
	background-image: url('../img/landing-pages/exit-tracelite-new.png');
}
.landing-pages .exit-signs.exit-specialtyled {
	background-image: url('../img/landing-pages/exit-specialtyled.png');
}

.landing-pages .exit-signs.exit-growlite {
	background-image: url('../img/landing-pages/exit-growlite.png');
}


.landing-pages .product-content {
	flex: 1;
	padding-top: 117px;
	max-width: 83%;
}

.landing-pages .product-image-container {
	background-color: #ffffff;
	width: 442px;
	height: 524px;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 20px;
	margin: 20px;
	margin-left: auto;
}

.landing-pages .exit-signs .product-category {
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.landing-pages .exit-signs .product-title {
	font-family: Mulish;
	font-size: 48px;
	font-weight: 700;
	line-height: 57.6px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.landing-pages .product-description {
	font-family: Mulish;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	color: #fff;
}

.landing-pages .learn-more-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	margin-top: 12px;
}

.landing-pages .learn-more-btn:hover {
	background-color: #000;
}

.landing-pages .exit-sign-image {
	width: 356px;
	height: 356px;
	opacity: 0px;
}

.landing-pages .hero-banner-imges-wrap {
    height: 426px;
}

.landing-pages .hero-banner-middle-cont h1{
    text-align: left;
    margin-bottom: 10px;
}

.landing-pages .hero-banner-middle-cont p{
    font-family: Mulish;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	color:#fff;
	text-transform: uppercase;
}


.landing-pages .hero-banner-middle-cont .learn-more{
    margin-top: 24px;
}

.landing-pages .our-brand-sec-top img {
    border-radius: 12px;
}

.landing-pages .our-brand-sec-bottom .our-brands-row {
    grid-template-columns: repeat(3, 1fr);
}

.landing-pages .hero-banner-middle-cont {
    max-width: 90%;
}

.landing-pages .banner-bottom-menu-list li a:after{
	content: none
}
@media (max-width: 1300px) {
	.landing-pages .common-product-slider .owl-carousel .owl-nav button.owl-next{
		margin-right: 0;
	}
	.landing-pages .common-product-slider .owl-carousel .owl-nav button.owl-prev{
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.landing-pages .our-brand-sec-bottom{
		padding-bottom: 140px;
	}
	.landing-pages .banner-bottom-menu-list li {
	    text-align: center;
	}
	.landing-pages .latest-release-sec{
		padding: 132px 15px 110px;
	}
}


@media (max-width: 768px) {
	.landing-pages .hero-banner-imges-wrap {
		height: unset;
	}
	.landing-pages .banner-bottom-menu-list li a img{
		position: absolute;
		right: 20px;
	}

	.landing-pages .exit-signs.exit-exitronix {
		background-image: url('../img/landing-pages/exit-exitronix-mobile.png');
	}
	
	.landing-pages .exit-signs.exit-tracelite {
		background-image: url('../img/landing-pages/exit-tracelite-mobile-new.png');
	}
	
	.landing-pages .exit-signs.exit-specialtyled {
		background-image: url('../img/landing-pages/exit-specialtyled-mobile.png');
	}

	.landing-pages .exit-signs.exit-growlite {
		background-image: url('../img/landing-pages/exit-growlite-mobile.png');
	}

	.landing-pages .product-image-container{
		padding: 0;
	}
	.landing-pages .product-image-container {
	    width: 100%;
	    height: 363px;
	    padding: 0;
	    margin: 58px 0 40px 0;
	}
	.landing-pages .product-content {
		max-width: 100%;
	    padding-top: 40px;
	}
	.landing-pages .exit-signs .product-title {
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: left;
	}
	.landing-pages .hero-banner-sec .red-common-btn, .landing-pages .about-exitronix .red-common-btn , .landing-pages .exit-signs .red-common-btn{
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}
	.landing-pages .hero-banner-sec .red-common-btn::after, .landing-pages .about-exitronix .red-common-btn::after, .landing-pages .exit-signs .red-common-btn::after{
		right: 31%;
        top: 4px;
	}
	.landing-pages .about-exitronix {
		max-width: 96%;
	}
	.landing-pages .about-exitronix {
		padding: 48px 29px;
		max-width: 96%;
	}
	.landing-pages .about-exitronix-heading{
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: center;
	}
	.landing-pages .about-exitronix-para{
		max-width: 85%;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		text-align: center;
	}
	.landing-pages .about-exitronix-para.about-specialled-para{
		max-width: 88%;
	}
	.landing-pages .about-exitronix-para.about-growlite-para{
		max-width: 85%;
	}
	.landing-pages .head-top-common-wrap h2{
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: center;
	}
	
	.landing-pages .our-brand-sec-top .head-top-common-wrap h2{
		text-align: center;
		max-width: 95%;
		margin: 0 auto;
	}	
	.landing-pages .our-brand-sec-bottom .head-top-common-wrap .our-brands-row img{
		height: 444.52px;
	}
	.landing-pages .our-brand-sec-bottom .our-brands-row {
		grid-template-columns: repeat(1, 1fr);
	}
	.landing-pages .hero-banner-middle-cont {
        padding-top: 50px;
		max-width: 100%;
	    margin-top: 12px;
    }
	 
	.landing-pages .latest-release-sec .head-top-common-wrap h2 {
        text-align: left;
        width: 50%;
    }
	.landing-pages .hero-banner-middle-cont p{
		margin-bottom: 0;
	}
	
	.landing-pages .hero-banner-middle-cont .learn-more {
		margin-top: 12px;
	}
	.landing-pages .hero-banner-middle-cont h1{
		margin-bottom: 25px;
	}
	.landing-pages .head-top-common-wrap label {
        padding-left: 15px;
        padding-right: 15px;
    }
	.landing-pages .exit-signs, .landing-pages .about-exitronix {
		max-width: 94%;
		margin: 0 auto;
	}
	.landing-pages .exit-signs {
		margin: 15px auto;
        grid-template-columns: 1fr; /* Change to one column for mobile */
        padding: 0 24px; /* Adjust padding for smaller screens if necessary */
    }
	.landing-pages .exit-sign-image {
/*		width: 100%;*/
		width: 223px;
        height: 223px;
	}
	.landing-pages .our-brand-sec-top img {
/*		height: 240px;*/
		height: auto;
		object-fit: cover;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
	.landing-pages .exit-signs{
		padding: 80px 50px;
	}
	
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
	.landing-pages .exit-signs{
		padding: 60px;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 1299px) {
	.landing-pages .about-exitronix, .landing-pages .exit-signs{
		max-width: 97%;
		margin: 15px auto;
	}
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.landing-pages .exit-signs{
		padding: 80px 30px;
		align-items: center;
	}
	.landing-pages .product-content {
		padding-top: 0;
		max-width: 96%;
	}
	.landing-pages .product-image-container{
		width: 302px;
		height: 354px;
	}
	.landing-pages .exit-sign-image{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.landing-pages .exit-signs .product-title{
		font-size: 33px;
 		line-height: 43.6px;
 	}
	.landing-pages .about-exitronix-para, .landing-pages .about-exitronix-para.about-growlite-para{
		max-width: 779px;
	}
}

.landing-pages .specialty-led-brand-col h3 img, .landing-pages .exitronix-brand-col h3 img{
	width: 182px;
    height: 42px;
}

.landing-pages .trace-lite-brand-col h3 img{
	width: 178px;
	height: 42px;
}

.landing-pages .growlite-brand-col h3 img{
	width: 180px;
    height: 42px;
}
  #cookieConsent {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: #222; color: white; padding: 15px;
    text-align: center; font-family: Arial, sans-serif;
    z-index: 9999;
    display: none;
  }
  #cookieConsent button {
    margin-left: 15px; padding: 8px 15px;
    background: #4CAF50; color: white; border: none;
    cursor: pointer; font-weight: bold;
  }


/*landing pages css Ends here */

