body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

.grecaptcha-badge {
     z-index: 99999999999999999;   
}


.jconfirm .jconfirm-box div.jconfirm-content-pane {
    overflow-y: auto !important;
}

.splide__track {
    height: 100%;
    width:100%;
}

.products .product:not(.has-tag) {
      background: linear-gradient(#0d0d0d, #0d0d0d) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 11.06%, rgba(255, 255, 255, 0.2) 23.56%, rgba(255, 255, 255, 0.2) 100%) border-box !important;
}

.whatsapp-fixed {
    position: fixed;
    z-index: 9999999;
    bottom: 30px;
    left: 30px;
    display: flex
;
    align-items: center;
}

.whatsapp-fixed > img {
    width: 70px;
    position: relative;
    z-index: 2;
}

.whatsapp-fixed > div {
       background-color: white;
    padding: 9px 28px;
    padding-right: 25px;
    border: 2px solid #28b63e;
    position: absolute;
    left: 53px;
    z-index: 1;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.whatsapp-fixed > div > span {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #28b63e;
    transition: 0.3s all ease;
    width: 0;
}

.whatsapp-fixed > div p {
    white-space: nowrap;
    font-weight: 600;
    color: #28b63e;
    font-size: 22px !important;
    z-index: 2;
    transition: 0.25s all ease;
    position: relative;
    line-height: 30px;
    font-family: var(--pFont) !important;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #A7F333;
	background-image: linear-gradient(to bottom, #A7F333, #A7F333);
	background-repeat: repeat-x;
}
/* top */

#top {
	background-color: #3e3e3e;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0!important;
	min-height: 40px;
}
#top .container {
	padding: 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #A7F333;
	background-image: linear-gradient(to bottom, #A7F333, #A7F333);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-decoration: none;
}
.list-inline>li{
    padding-right:10px;
    padding-left:10px;
}
#top .btn-link:hover, #top-links a:hover {
	color: white;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #A7F333;
	background-image: linear-gradient(to bottom, #A7F333, #A7F333);
	background-repeat: repeat-x;
	border-color: #A7F333 #A7F333 #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #A7F333;
	background-image: linear-gradient(to bottom, #A7F333, #A7F333);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #A7F333;
	background-image: linear-gradient(to bottom, #A7F333, #A7F333);
	background-repeat: repeat-x;
	border-color: #A7F333 #A7F333 #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #A7F333;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
    
    .spacer{
        display:none!important;
    }
    .first{
        height:auto!important;
    }
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	/*min-height: 600px;*/
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #A7F333;
	background-image: linear-gradient(to bottom, #A7F333, #A7F333);
	background-repeat: repeat-x;
	border-color: #A7F333 #A7F333 #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #A7F333;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #A7F333;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
    height: 5em; 
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.caption .manufacturer {
	margin-top:1em;
}

/* NEW CSS */

#cookieMessage {
  background-color:var(--darkColor)!important;
  border-top: 1px solid rgba(255,255,255,0.1)!important;
  padding:25px 40px;
  display: flex;
  align-items:center;
  height:100px;
}

#cookieMessage b {
  font-size: 15px;
  font-weight:200;
  width:calc(100% - 180px);
  text-align:left!important;
}

#cookieMessage b button {
    background-color:transparent;
    color: var(--textColor);
    font-weight: 900!important;
    outline: 0;
    padding: 5px 10px;
    font-weight: 600;
    position: absolute!important;
    right: 40px;
    height: 45px;
    display: block!important;
    top: calc(50% - 22.5px);
    width: 160px!important;
    font-family: var(--titleFont);
    text-transform: uppercase;
    font-size: 26px!important;
    font-style: italic;
	background-color: #0c0c0c;
	border: 3px solid transparent!important;
}

/* #cookieMessage b button::after {
    content: ' ';
    width: 100%;
    height: 100%;
    background: var(--gradient);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.04, 1.09);
	z-index: -1;
} */

#cookieMessage b a {
  color:white!important;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: underline;
  font-size: 15px!important;
}

#cookieMessage b a:hover {
	text-decoration: underline!important;
}

#titleBar {
  display: none;
}

.background-image {
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

#cookieMessage.displayNone {
	display: none!important;
}

/* PAYMENT LOGOS */

.payment-logos {
	width:100%;
	height:fit-content;
	padding:25px;
	display:flex;
	justify-content:center;
	background-color:var(--darkColor);	
	align-items:center;
	gap:30px;
	flex-wrap:wrap;
	position:relative;
}

.payment-logos img {
	height:90%;
	min-height:30px;
	max-height: 45px;
}

.shipping-model-custom input[type="radio"] {
	-webkit-appearance: radio!important;
}

.shipping-model-custom .btn-primary {
	border: 0!important;
	font-family: var(--pFont);
	background: unset;
	background-color: var(--brightColor);
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 0!important;
	color: var(--darkColor);
	text-shadow: 0 0 transparent;
}

.shipping-model-custom .btn-default {
	border: 0!important;
	font-family: var(--pFont);
	background: unset;
	background-color: var(--darkColor);
	font-weight: 800;
	color: var(--brightColor);
	text-transform: uppercase;
	border-radius: 0!important;
	text-shadow: 0 0 transparent;
	letter-spacing: unset!important;
}

.shipping-model-custom .modal-title {
	line-height: 24px;
}

.warning-container .alert-dismissible .close {
	right: 0!important;
}

.cust-refresh-button {
	background: unset;
	background-color:var(--brightColor);
}

.cust-refresh-button:hover {
	background-color: var(--brightColor);
}

.btn-primary {
	border: 0!important;
	font-family: var(--pFont);
	background: unset;
	background-color: var(--brightColor);
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 0!important;
	color: var(--darkColor);
	text-shadow: 0 0 transparent;
}

.btn-primary:hover {
	background-color: var(--darkColor);
	color: var(--brightColor);
}


@media (max-width: 1500px) {

  #cookieMessage {
    padding:40px;
  }

}

@media (max-width: 1000px) {

  #cookieMessage {
    padding:20px;
    height: unset!important;
  }

  #cookieMessage b,
  #cookieMessage a {
    font-size: 12px!important;
		line-height: 15px;
    width: 100%!important;
  }

  #cookieMessage b button {
    width: 100%!important;
    margin-top: 15px!important;
    margin-bottom: 0!important;
    position:relative!important;
    top:unset!important;
    right:unset!important;
  }

	.payment-logos img {
		max-height:35px;
	}

	.payment-logos img.visa-logo {
		max-height: 22px;
		min-height: unset;
	}

}


/* NEW CSS SIFTING */

.ecom-navbar {
  display: flex;
  flex-direction: column;
  width:100%;
  position: fixed;
  z-index: 10;
}

.ecom-navbar .top {
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap:10px;
  padding: 0 120px;
  height: 30px;
  background-color: var(--grey);
}

.ecom-navbar .top > div:not(.socials-container) {
	display: flex;
	gap: 15px;
	align-items: center;
}

.ecom-navbar a {
	font-weight: 300;
	font-size: 17px;
}

.ecom-navbar a:hover {
	text-decoration: underline!important;
}

.ecom-navbar .top a {
	font-size: 13px;
}

.ecom-navbar a > img {
    width: 7px;
    margin-left: 8px;
    position: relative;
    top: 0px;
}

.ecom-navbar .bottom a:hover {
	color: white!important;
	text-decoration: underline!important;
}

.ecom-navbar .top > div img {
  width:18px;
  object-fit: contain;
}

.ecom-navbar .bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  height:90px;
  align-items: center;
  padding: 0 120px;
  background-color: var(--medgrey);
}

.ecom-navbar .bottom > div:not(.nav-sub-menu) {
  gap:28px;
  display: flex;
  align-items:center;
}

.ecom-navbar .bottom .cart-button {
  position: absolute;
  right:20px;
}

.ecom-navbar .bottom .uk-dropdown-nav {
  display:flex;
  flex-direction:column;
  gap:9px;
}

.icon-button {
  padding:8px;
  height:40px;
  width:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:0;
  transition:0.15s all ease;
    background-color: rgba(255, 255, 255, 0.1);
}

#product-quantity-container .icon-button img {
	filter: brightness(100);
}

#product-quantity-container .icon-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.icon-button:hover {
  transition:0.15s all ease;
}

.nav-logo {
  height:50px;
  width:300px;
  left:20px;
}

.nav-logo img {
  height: 100%!important;
  width: 100%!important;
  object-fit: contain;
  margin-left: 0!important;
  object-position: left;
}

.main-banner {
  display: block;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  height:90vh;
}

.main-banner .content {
  position: absolute;
  bottom:0;
  left:0;
  padding:50px;
  display:flex;
  flex-direction: column;
  gap: 15px;
  width:750px;
}

.main-banner .content h1 {
  margin-bottom: 0;
}

hr.thick {
  margin:0!important;
}

.button-container {
  display:flex;
  gap:10px;
  margin-top:10px;  
  transition:0.15s all ease;
}

.category-links {
  position: absolute;
  bottom: 0;
  right:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.category-links > a:hover {
  right:0;
  transition:0.2s all ease;
}

.category-links > a {
  display:flex;
  align-items:center;
  justify-content: flex-start;
  width:375px;
  padding:15px;
  gap:20px;
  white-space: nowrap;
  position: relative;
  right:-10px;
  transition:0.2s all ease;
}

.category-links > a img:first-of-type {
  width: 25px;
  max-height: 25px;
  object-fit: contain;
}

.category-links > a img:last-of-type {
  width:7px;
  position: absolute;
  right:30px;
}

.best-sellers .product {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  padding:30px;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.best-sellers .product .featured-tag {
  position: absolute;
  top:-22px;
  right:-2px;
  padding: 15px;
  display: flex;
  gap:15px;
  align-items: center;
  height: 44px;
}

.best-sellers .product .featured-tag h3 {
  position: relative;
}

.best-sellers .product .featured-tag img {
  width:20px;
  object-fit: contain;
}

.best-sellers .product > img.company-logo {
  position: absolute;
  top:5px;
  left:5px;
  width:100px;
  object-fit: contain;
  padding: 10px;
}

.best-sellers .product h4 {
  width:100%;
  text-align: center;
}

.best-sellers .product .stars {
  display: flex;
  gap:2px;
}

.best-sellers .product .stars img {
  width:23px;
}

.best-sellers .product .image {
  width:100%;
  height:250px;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}

.best-sellers h2 {
  text-align: center;
  margin-bottom: 40px;
}

.best-sellers {
  margin:40px 0;
  height: fit-content;
}

.best-sellers button {
  width: 100%;
  margin-top: 15px;
}

.best-sellers .product > p {
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 18px;
  gap:5px;
}

.best-sellers .product h4 {
  margin-bottom: 7.5px;
}

.best-sellers .splide__track {
  padding-top: 22px;
}

.features-section {
  display:flex;
  flex-direction:column;
  background-blend-mode: overlay;
  padding:90px 100px;
  margin-top: 80px;
  align-items: center;
}

.features-section h2 {
  margin-bottom: 10px;
}

.features-section > p {
  width:800px;
  text-align: center;
  margin-bottom: 30px;
}

.features-box {
  display: flex;
  gap:60px;
  margin-top: 30px;
}

.features-box .feature {
  display: flex;
  gap:15px;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
}

.features-section .feature img {
  width:90px;
  margin-bottom: 10px;
}

.contact-section {
  display: flex;
  gap:30px;
}

.contact-section .form {
  display: flex;
  flex-direction: column;
  flex-basis: 55%;
  padding: 100px 120px;
  padding-bottom: 50px;
}

.contact-section .image {
  position:relative;
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
}

.contact-section .image > div {
  position: absolute;
  bottom: 0;
  padding:50px;
  display: flex;
  flex-direction: column;
}

.contact-section .image > div a img {
  width:20px;
  margin-right:5px;
}

.contact-section .image > div h3:first-of-type {
  margin-top: 0!important;
}

.contact-section .image > div h3 {
  margin-bottom: 10px;
  margin-top:25px;
}

.contact-section .form form {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}

.contact-section .button-container {
  margin-top: 25px;
}

.footer-container {
  display:flex;
  justify-content: center;
  gap:110px;
  align-items: flex-start;
  padding:80px 50px;
}

.footer-container img {
  height:70px;
  align-self: center;
}

.footer-container a img {
  width:20px;
  height:20px;
  object-fit: contain;
  margin-right: 10px;
}

.nav-container {
  display:flex;
  gap:40px;
}

.nav-container > div {
  display:flex;
  flex-direction: column;
}

.footer-container .contact {
  gap:10px;
  flex-direction: column;
  display: flex;
}

.copyright-container {
  display:flex;
  justify-content: center;
  padding:12px 8px;
}

.copyright-container img {
  height:18px;
  margin-left:3px;
}

.ecom-navbar.mobile {
  display: none;
}

.ecom-navbar.mobile .bottom > div > a > img {
	height:25px;
	width:25px;
	margin-left: 0;
}

.ecom-navbar.mobile .bottom > div:last-of-type {
	gap:18px;
}

.ecom-navbar.mobile .icon-button {
	width:35px;
	height:35px;
}

.category-top {
  height: 100px;
  width:100%;
  display:flex;
  align-items: center;
  padding:10px 50px;
  justify-content: space-between;
}

.nav-gap {
  height:124px;
}

.category-top > * {
  display:flex;
}

.category-top > div > div {
  display: flex;
  align-items: center;
  gap:15px;
}

.category-top> div:first-of-type img {
  width:7px;
  object-fit: contain;
}

.category-top > div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  gap:0px!important;
  max-width: 100%;
  row-gap: 0!important;
}

.category-top > div:last-of-type {
  display: flex;
  gap:20px;
  align-items: center;
}

.category-top > div:last-of-type form {
  margin:0;
  display: flex;
  align-items: center;
  gap:10px;
}

.products-container .product {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  padding:30px;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  height: auto;
}

.products-container .product > img.company-logo {
  position: absolute;
  top:5px;
  left:5px;
  width:100px;
  object-fit: contain;
  padding: 10px;
}

.products-container .product .stars {
  display: flex;
  gap:2px;
}

.products-container .product .stars img {
  width:23px;
}

.products-container .product .image {
  width:100%;
  height:250px;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}

.products-container {
  display: flex;
  flex-basis:calc(100% - 40px);
  padding: 50px;
  flex-wrap: wrap;
  gap:20px;
  position: relative;
  padding-bottom: 85px;
  align-content: baseline;
}

.products-container > .product {
  flex-basis:calc(25% - 15px);
}

.left-column-container .uk-accordion {
  margin:0!important;
}

.left-column-container .uk-accordion-content {
  margin-top: 0;
}

.left-column-container .uk-accordion-title::before {
  position: absolute;
  right: 10px;
}

.left-column-container ul li {
  margin-top: 0!important;
}

.left-column-container ul li img {
  width:15px;
  object-fit: contain;
}

.category-container {
  display: flex;
  position: relative;
}

.category-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  width: calc(100% - 50px);
  bottom: 0;
  height: 80px;
  padding: 0 50px;
}

.category-footer > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.left-column-container span {
  width:17px;
  display: flex;
  justify-content: center;
  align-items: center;
  height:17px;
  border-radius: 4px;
  margin-right: 8px;
}

.left-column-container span.active {
  background-color: var(--brightColor);
}

.left-column-container span img {
  width: 70%;
  position: relative;
  display: none;
}

.left-column-container span.active img {
  display: block
}

.cat-mobile-control {
  display: none;
  padding-bottom: 10px;
  flex-basis: 100%;
  gap: 10px;
}

.cat-mobile-control form {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.cat-mobile-control form select {
  width: 100%;
  font-weight: 600;
}

.cat-mobile-control > a {
  flex-basis: 40%;
}

.uk-offcanvas#filter {
  width: 100%;
}

.uk-offcanvas#filter .uk-offcanvas-bar {
  width: 90%;
  padding: 0;
}

.uk-offcanvas#filter .uk-offcanvas-bar .left-column-container {
  padding-top: 0;
}

.uk-offcanvas#filter .uk-offcanvas-bar .left-column-container a {
  padding: 14px 16px;
}

.content-section {
  display: flex;
}

.content-section .content {
  flex-basis: 55%;
  padding: 140px 150px;
  display: flex;
  flex-direction: column;
  gap:20px;
}

.content-section .image {
  flex-basis: 45%;
}

.faq-container {
  padding: 80px 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.faq-container .uk-accordion {
  width: 100%;
  text-align: left;
  margin-top: 50px;
}

.faq-container .uk-accordion li {
  margin-top: 0;
}

.faq-container .uk-accordion .uk-accordion-content {
  padding: 20px;
  margin-top: 0;
}

.faq-container .image-container {
  display: flex;
  gap: 20px;
  height:375px;
  width: 100%;
  margin-top: 40px;
}

.faq-container .image-container .background-image {
  height: 100%;
  flex-basis: 100%;
}

.membership-features {
  display: flex;
  background-blend-mode: overlay;
  padding: 90px 100px;
  gap: 30px;
}

.membership-features .feature {
  flex-basis: 25%;
  padding:35px;
  height: fit-content;
}

.product-container {
  display: flex;
  justify-content: center;
  gap: 70px;
  padding: 70px 0;
}

.product-container .content {
	padding: 20px 0;
}

.product-container .content .options-container {
	display:flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

.product-container .content .options-container > div > div {
  display: flex;
  gap:10px;
}

.product-container .content .options-container > div > div input {
  width: 60px!important;
  padding: 5px 11px;
}

.product-container .content .options-container > div > select {
  min-width: 100px;
}

.product-container .content .options-container > div {
  display: flex;
  flex-direction: column;
  gap:0px;
}

.product-container .content .options-container label {
  margin-bottom: 10px;
}

.product-container .content .price-container {
  gap: 0px;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
  align-items:flex-start;
  margin-bottom: 30px;
  text-transform: uppercase!important;
}

.product-container .content p {
  margin-bottom: 15px;
}

.product-container .content p:last-of-type {
  margin-bottom: 0!important;
}

.product-container .content {
  flex-basis: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-container .images {
  flex-basis: 40%;
}

.product-container .images .main-image {
  width: 100%;
  height: 400px;
}

.product-container .images .main-image .magnify {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5)!important;
    width: 50px;
    height: 50px;
}

.control-product-slider .splide__arrows .splide__arrow {
	background-color: rgba(0,0,0,0.5)!important;
}

.control-product-slider .splide__arrows img {
	filter: brightness(30);
}

.product-container .images .magnify img {
	filter: brightness(20);
	width: 80%;
	object-fit: contain;
}

.product-container .images {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-basis: 600px;
}

.product-container .images > div:not(.main-image) {
  display: flex;
  height: 180px;
  gap: 20px;
}

.product-container .control-product-slider .small-image {
  height: 100%;
  flex-basis: 50%;
}

.control-product-slider {
  width: 100%;
}

.control-product-slider * {
  height: 100%;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 0!important;
}

.control-product-slider .splide__arrows {
  position: absolute;
  width: 100%;
}

.control-product-slider .splide__arrows .splide__arrow {
  background-color: var(--brightColor);
  opacity: 1!important;
  width: 35px;
  height: 35px;
  border-radius: 0;
}

.control-product-slider .splide__arrows img {
  width: 8px;
  object-fit: contain;
}

.control-product-slider .splide__arrows .splide__arrow.splide__arrow--next {
  right:0;
}
.control-product-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  left:0;
}

.control-product-slider .splide__slide:focus-visible {
  outline:unset!important;
  outline-offset:unset!important;
}

.control-product-slider .splide__track--nav>.splide__list>.splide__slide {
  border:0!important;
}

.similar-container {
  display: flex;
  gap: 20px;
  position: relative;
}

.similar-container .product {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px;
  flex-basis: calc(25% - 15px);
  align-items: center;
  justify-content: center;
  position: relative;
}

.similar-container .product > img.company-logo {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100px;
  object-fit: contain;
  padding: 10px;
}

.similar-container .product .image {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}

.similar-container .product .stars {
  display: flex;
  gap: 2px;
}

.similar-container .product .stars img {
  width: 23px;
}

.similar-products {
  padding: 50px 100px;
}

#basket-container .uk-offcanvas-bar {
  width: 450px;
  display: flex;
  flex-direction: column;
}

#basket-container .uk-offcanvas-bar .basket-item {
  display: flex;
  gap: 10px;
  padding:2px 0;
}

#basket-container .uk-offcanvas-bar .basket-item .background-image {
  flex-basis:50px!important;
  height:50px!important;
  min-width: 50px;
}

#basket-container .uk-offcanvas-bar .basket-item .desc {
  flex-basis: 80%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

#basket-container .uk-offcanvas-bar .basket-item .price {
  flex-basis: calc(20% - 60px);
  text-align: right;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.basket-bottom {
  width: 100%;
  left: 0;
  align-items: center;
  flex-direction: column;
  display: flex;
  margin-top: 30px;
}

.basket-bottom > img:first-of-type {
  width: 60%!important;
  margin-right: 0!important;
  margin-bottom: 30px;
}


.basket-bottom > p img {
  margin-bottom:0!important;
  width: 20px!important;
  margin-right: 8px;
}

.basket-bottom > p:first-of-type {
  margin-bottom: 15px!important;
}

.basket-offcanvas {
  display: flex;
  flex-direction: column;
  gap:20px;
  max-height: 390px;
  min-height: 200px;
  overflow-y: auto;
}

.basket-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.uk-offcanvas-close img {
  width: 30px;
}

.uk-offcanvas-close svg {
  display: none;
}

.uk-offcanvas-close {
  padding: 0!important;
}

.success-failure-container {
  height: 80vh;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-failure-container .content {
  padding:50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.success-failure-container .content .successMessage > p:last-of-type {
  margin-top: 10px;
}

.success-failure-container .content .successMessage {
  text-align: center;
}

.success-failure-container .content > a {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top:25px;
  width: 100%;
}

.success-failure-container .content > a button {
  width: 100%;
}

.success-failure-container .successTitle {
  font-size: 35px!important;
  line-height: 36px!important;
  max-width: 400px;
  text-align: center;
  margin-right:0!important;
}

.basket-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.basket-page-container .shoppingCartHolder {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 3%;
}

.basket-page-container .shoppingCartHolder table {
  width: 100%;
}

.basket-page-container .shoppingCartHolder table tr {
  height: 60px;
}

.basket-page-container .shoppingCartHolder table td {
  padding: 20px;
}

.cart-bottom-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 4%;
  margin-bottom: 50px;
}

.cart-bottom-container .totals-table-basket {
  padding: 30px;
}

.cart-bottom-container .cartTable {
  display: flex;
  flex-direction: column;
}

.cart-bottom-container .button-container {
  margin-top: 30px;
  justify-content: flex-end;
}

.cart-bottom-container .cartTable .total-row {
  display:flex; 
  gap: 50px;
  width: 100%;
  justify-content: flex-end;
  padding: 2px 0;
}

.cart-bottom-container .cartTable .total-row:last-of-type {  
  padding-top: 15px;
  margin-top: 15px;
}

.cart-bottom-container .uk-accordion {
  width: 600px;
}

.cart-bottom-container .uk-accordion li {
  margin-top:0;
  margin-bottom: 10px;
}

.cart-bottom-container .uk-accordion .uk-accordion-content {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap:5px;
  padding: 10px 0;
}

.cart-bottom-container .uk-accordion-title::before {
  height: 100%;
  position: absolute;
  right: 10px;
}

.cart-bottom-container .uk-accordion li a h3 {
  font-family:var(--pFont)!important;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
}

.checkout-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
  padding:60px 100px;
}

.ecom-navbar .bottom > div .uk-dropdown {
  width: fit-content;
}

.ecom-navbar .bottom > div .uk-dropdown * {
  width: fit-content;
}

.ecom-navbar .bottom > div .uk-dropdown li {
  width: fit-content;
}

.cart-quantity > div {
  display: flex;
}

.cart-quantity * {
  margin: 0!important;
}

.cart-quantity > div span {
  display: flex;
}

.cart-name div.gap {
  width: 4px;
}

.checkout-login {
  display: flex;
}

.checkout-login > * {
  flex-basis: 50%;
  padding: 40px;
}

.checkout-login > div:first-of-type {
  border-right: 0;
}

.checkout-accordion {
  width: 1700px;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap:5px;
}

.checkout-login .part1 *,
.checkout-login .part2 * {
  font-size: 15px;
  line-height: 20px;
}

.checkout-login .part2 label {
  margin-top: 0;
  margin-bottom:10px;
}

.checkout-login .part2 .form-group:first-of-type {
  margin-top: 10px;
}

.checkout-login .part2 .form-group {
  margin-bottom: 10px;
}

.checkout-login .part2 .form-group:last-of-type {
  margin-bottom: 0;
}

.checkout-login .part1 .radio:last-of-type {
  margin-bottom: 20px;
}

.checkout-login .part1 input {
  margin-top: 20px;
}

.checkout-accordion .panel-body {
  padding: 0!important;
  border:0!important;
}

.checkout-accordion .panel {
  border: 0!important;
  box-shadow: 0 0 transparent;
}

.after-reg-container {
  padding: 20px;
}

.after-reg-container label {
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.after-reg-container .pull-right {
  float: unset!important;
  font-size: 16px!important;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
}

.after-reg-container .pull-right * {
  font-size: 16px!important;
  font-weight: 600;
}

.flex-basis-hun {
  flex-basis: 100%;
  margin-top: 10px;
}

.delivery-container .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-right: unset!important;
  margin-left: unset!important;
  gap: 10px;
}

.delivery-container .form-group label {
  text-align: left!important;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.delivery-container .form-group input {
  width: 100%;
}

.delivery-container form {
  width: 100%;
}

.delivery-container {
  padding: 30px 40px;
}



.order-button-container {
  margin:0!important;
}

.not-found-container {
  height: 80vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.not-found-container .not-found-box {
  padding: 60px;
  display: flex;
  flex-direction: column;
  width: 400px;
}

.not-found-container .not-found-box button {
  width: 100%;
}

.not-found-container .not-found-box > p {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.not-found-container .not-found-box h1 {
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  width: 100%;
}

.register-account-container {
  display: flex;
  gap: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  position: relative;
  min-height: 580px;
}

.register-account-container .alert-dismissible {
  position: absolute;
  top: 0;
  font-size: 15px;
  display: flex;
  gap: 6px;
  align-items: center;
}


.register-box {
  padding: 60px;
  margin: 20px 0;
  gap: 40px;
  display: flex;
  flex-direction: row;
  height: fit-content;
}

.account-login-container {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.account-login-container > .well {
  flex-basis: 800px;
  border-radius: 0;
  padding: 60px;
  border: 0;
  height: fit-content;
}

.register-account-container form input[type="submit"] {
  background-image: unset!important;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0!important;
}

.forgotten-password {
  line-height: 50px;
  text-decoration: underline;
  font-size: 15px!important;
}

.account-login-container .well form {
  margin-top: 10px;
}

.account-main-page {
  display: flex;
  gap:40px;
  padding: 50px;
  position: relative;
  justify-content: center;
}

.account-main-page .alert-dismissible {
  position: absolute;
  top: 0;
  font-size: 15px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.account-main-page > div#content {
  flex-basis: 950px;
}

.account-main-page #column-right {
  flex-basis: 400px;
}

.account-main-page .list-unstyled {
  margin-top: 10px;
  margin-bottom: 25px;
}

.account-main-page .form-horizontal .form-group {
  margin:0!important;
}

.account-main-page fieldset {
  margin:0;
}

.account-main-page .radio  {
  margin-left: 20px;
}

.account-main-page .radio:last-of-type {
  margin-bottom: 15px;
}

.newsletter-container > div {
  display: flex;
  flex-direction: column;
}

.account-main-page .table-responsive {
  margin-top: 20px;
}


/* NEW NAV 2 */

.nav-sub-menu {
    display: none;
    position: absolute;
    right: -70px;
    top: 100%;
    padding: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 25px;
    z-index: 1;
    background-color: #151515;
    width: 90%;
    overflow-y: auto;
    max-height: 80vh;
}

.ecom-navbar .bottom > div > div:not(.nav-sub-sub) {
  height: 100%;
  position: relative;
}

.nav-sub-menu.on {
  display: flex;
}

.ecom-navbar .bottom > div:not(.nav-sub-menu) {
  height: 100%;
}

.nav-sub-sub {
  display: flex;
  flex-direction: column;
  /* min-height: 265px; */
  width: calc(16.6666666667% - 20.8333333333px);
}

.nav-sub-sub h4 {
  font-size: 24px;
  margin-bottom:5px;
  padding-right: 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  bottom: 5px;
  display: flex;
  align-items: flex-end;
  border-bottom: 0!important;
}

.nav-number-1 {
  width: 325px;
  left: -25px;
}

.nav-number-1 .nav-sub-sub {
  flex-basis: 100%!important;
}

.nav-number-2 {
  width:600px!important;
}

.nav-number-2 .nav-sub-sub {
  flex-basis: calc(50% - 12.5px)!important;
}

.nav-number-3 {
  width: 900px!important;
}

.nav-number-3 .nav-sub-sub {
  flex-basis: calc(33.33333% - 16.6666666667px)!important;
}

.nav-number-4 {
  width: 1100px!important;
}

.nav-number-4 .nav-sub-sub {
  flex-basis: calc(25% - 18.75px)!important;
}

.nav-number-5 {
  width: 1250px!important;
}

.nav-number-5 .nav-sub-sub {
  flex-basis: calc(20% - 20px)!important;
}

.nav-number-6 {
  width: 80%!important;
}

.nav-sub-sub a.viewall {
  margin-top:10px;
  color: #fff!important;
  text-decoration: underline!important;
}

.mobile-nav {
  display: flex;
  flex-direction: column; 
  justify-content: flex-start;
  padding-top:30%;
  padding-bottom:10%;
  height: 100%;
  align-items: center;
}

.mobile-nav a,
.acc_head {
  width: 100%;
  font-size: 14px!important;
  padding: 10px 20px!important;
  display: flex;
}

.mobile-nav > img {
  margin-bottom: 50px!important;
  width: 80%;
}

.mobile-nav .uk-accordion-title::before {
  position: absolute;
  right: 20px;
}

.mobile-nav .uk-accordion {
  width: 100%;
}

#offcanvas-menu  .uk-offcanvas-bar {
  background-color: var(--darkColor);
}

.nav-space {
  width: 100%;
  height: 20px;
}

.offcanvas-hide {
  border-bottom: 0!important;
}

.accordionjs {
  width: 100%;
}

.accordionjs .acc_section > .acc_head {
  background: transparent!important;
  border-top:0;
  border-left:0;
  border-right:0;
}

.accordionjs .acc_section {
  border-radius: 0!important;
  border: 0!important;
}



.accordionjs .acc_section .acc_content {
  padding: 0!important;
}

.accordionjs .accordionjs > .acc_section > .acc_head,
.accordionjs .accordionjs > .acc_section > .acc_content > a.link {
  padding-left: 30px!important;
}

.accordionjs .accordionjs .accordionjs > .acc_section > .acc_head,
.accordionjs .accordionjs .accordionjs > .acc_section > .acc_content > a.link {
  padding-left: 40px!important;
}

.accordionjs .accordionjs .accordionjs .accordionjs > .acc_section > .acc_head,
.accordionjs .accordionjs .accordionjs .accordionjs > .acc_section > .acc_content > a.link {
  padding-left: 50px!important;
}

.accordionjs .accordionjs .accordionjs .accordionjs .accordionjs > .acc_section > .acc_head,
.accordionjs .accordionjs .accordionjs .accordionjs .accordionjs > .acc_section > .acc_content > a.link {
  padding-left: 60px!important;
}

.accordionjs .accordionjs .accordionjs .accordionjs .accordionjs .accordionjs > .acc_section > .acc_head,
.accordionjs .accordionjs .accordionjs .accordionjs .accordionjs .accordionjs > .acc_section > .acc_content > a.link {
  padding-left: 70px!important;
}

.accordionjs * {
  border-radius: 0!important;
}



.accordionjs .link {
  text-transform: capitalize;
  font-weight: 300!important;
  font-size: 14px!important;
}

.mobile-nav-contact-info {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.mobile-nav-contact-info img {
  width: 26px;
}

.create-review-container .required {
  display:flex;
  flex-direction: column;
  gap:9px;
  text-align: left;
}

.create-review-container .rating-container {
  margin-bottom: 20px;
}

.create-review-container .rating-container > div {
  display: flex;
  gap: 5px;
  align-items: center;
}

.product-container .nav {
  margin-top: 0;  
  margin-bottom: 0;
}

.product-container #tab-description,
.product-container #tab-review, 
.product-container #tab-spec {
  padding: 20px;
  border-top: 0;
  max-height: 400px;
  overflow-y: auto;
}

.product-container .button-container {
  margin-top: 0;
}

.recurring-container {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 15px;
  padding-bottom: 0px!important;
  margin-bottom: 25px;
}

.recurring-container * {
  width: 100%;
}

.recurring-container p {
  font-weight: 600;
}

.no-space-inputs {
  gap: 0!important;
}

.options-container .calendar-button button .fa {
  color: var(--brightColor);
}

.options-container .file-input-container button {
  background-color: var(--brightColor);
  font-size: 15px!important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--darkColor);
  gap: 5px;
  font-weight: 500!important;
}

.options-container .checkbox-input-container {
  flex-basis: 100%;
}

.options-container .checkbox-input-container > div {
  display:flex;
  flex-wrap: wrap;
  gap:25px!important;
  row-gap: 15px!important;
  align-items: center;
}

.options-container .textarea-input-container {
  flex-basis: 100%;
  min-height: 125px;
}

.product-container .rating-container {
  margin-top: 20px;
}

.reviews-container table tbody tr:nth-child(2) td p {
  max-height: 200px!important;
  overflow-y: auto;
  font-size: 14px!important;
  line-height: 20px!important;
}

.product-comparison-container {
  padding: 70px 8vw;
}

.product-comparison-container .comparison-button-container > div > * {
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  border: 0!important;
  width: 200px!important;
  flex-basis: 100%;
}

.product-comparison-container .comparison-button-container > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-comparison-container table tbody tr td:not(.title-column) {
  min-width: 200px;
  width: 250px;
}

.product-comparison-container table tbody tr td.title-column {
  max-width: 100px;
  width: 200px;
}

.product-comparison-container table thead tr td {
  border: 0;
}

.wrapping-stars.stars {
  flex-basis: 100%;
  justify-content: center;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0!important;
}

.table-condensed td {
  padding: 5px!important;
}

.bootstrap-datetimepicker-widget {
  width: unset!important;
  min-width: unset;
  padding: 10px!important;
}

.bootstrap-datetimepicker-widget th {
  font-weight: 600!important;
}

div.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td {
  padding: 5px!important;
}

#column-left .list-group {
  margin-bottom: 0;
}

#column-left .list-group a.child-link {
  padding-left: 20px!important;
}

#column-left .list-group a.child-link.subchild-link {
  padding-left: 35px!important;
  font-weight: 400!important;
  display: flex;
  justify-content: space-between;
  flex-direction: row!important;
}

#column-left .list-group a.child-link.subchild-link span {
    border: 0!important;
    font-size: 20px!important;
    font-weight: 300;
}

.left-column-container #column-left .uk-accordion .uk-accordion-content {
  display: flex;
  flex-direction: column;
  padding: 7px 0;
}

.filter-button-container {
  display: flex;
  margin-top: 10px;
}



.mobile-filter .column-title.panel-heading {
  display: none;
}

.mobile-filter .panel {
  border:0!important;
  margin: 0!important;
}

.mobile-filter .uk-modal-body {
  padding: 20px;
}

.mobile-filter .list-group {
  display: none;
}

.mobile-filter .uk-accordion-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.mobile-filter .uk-accordion {
  margin-top: 0;
}

.mobile-filter .uk-accordion-content {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}


.mobile-filter .uk-accordion>:nth-child(n+2) {
  margin-top: 15px;
}

.mobile-filter .uk-accordion-title::before {
  display: none;
}

.cart-button .input-group {
  height: unset!important;
  display: flex;
  align-items: center;
  margin-bottom: 0!important;
}


.cart-button .live-search {
  padding-top: 35px;
  max-height: 400px;
  padding-bottom: 0!important;
  height: unset!important;
  margin-top: unset;
  overflow-y: auto;
  top: 40px;
  border-radius: 0!important;
  box-shadow: 0 0 transparent;
}

.cart-button .live-search .live-search-none {
  padding: 10px!important;
  background: transparent!important;
}

.search-top-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    height: unset!important;
}

.search-top-container > div > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 15px;
    flex-direction: row!important;
    height: unset!important;
}

.search-top-container {
    padding: 40px 50px 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-top-container  > * {
    margin: 0!important;
    padding: 0!important;
}

.search-top-container > div {
    width: unset;
}

.search-top-container > h2 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 0!important;
}

.search-top-container .checkbox-inline {
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.search-top-container > div > div label {
  margin:0!important;
}

.search-top-container > div > div *:not(input,select,select option) {
    color: white;
}

.search-top-container > div > div select,
.search-top-container > div > div input {
    font-size: 15px!important;
    color: white!important;
    box-shadow: 0 0 transparent!important;
}

.bottom-search-bar {
  display: none;
  padding: 10px 5px;
  padding-top: 0;
}

.bottom-search-bar #search {
  margin-bottom: 0!important;
  width: 100%;
}

.bottom-search-bar .input-lg .live-search {
  padding-top: 35px;
  max-height: 400px;
  padding-bottom: 0!important;
  height: unset!important;
  margin-top: unset;
  overflow-y: auto;
  top: 40px;
  border-radius: 0!important;
  box-shadow: 0 0 transparent;
}

.bottom-search-bar .input-group .input-group-btn {
  width: fit-content!important;
  display: flex;
  height: 40px;
  position: absolute;
  right: 0px;
}

.bottom-search-bar #search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
}

.empty-search {
  width: 100%;
  padding: 25px;
  text-align: center;
  color: white;
}

.mobile-hide {
  display: none;
}

.cart-button .mobile-hide img {
  margin-left: 0;
}

:root {
    --grey: #212121;
    --medgrey: #1A1A1A;
    --darkgrey: #0D0D0D;
    --textColor: #ffffff;
    --gradient: linear-gradient(275deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%);
    --transDarker: rgba(0, 0, 0, 0.9);
    --titleFont: agenda-one-extra-condensed, sans-serif;
    --pFont: obvia, sans-serif;
}

html,
body {
	background-color: var(--darkgrey);
}

.cart-div img {
	width: 20px!important;
	margin-left: 0!important;
}

.under-nav {
	width: 100%;
	background-color: #151515;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
	padding: 0 120px;
	height: 37px;
}

.under-nav * {
	font-size: 15px!important;
	opacity: 0.5;
    text-transform: capitalize!important;
}

.under-nav a:hover {
	opacity: 1;
	text-decoration: none!important;
}

.banner-container {
	display: flex;
}

.banner-container * {
	color: white;
}

.banner-container > div.background-image {
	flex-basis: 55%;
	min-height:550px;
	max-height: 650px;
	height: 70vh;
	position: relative;
}

.banner-container > div.background-image::after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	background: var(--gradient);
	z-index: 3;
}

.banner-container > div.background-image > .overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.80) 100%);
	width: 100%;
	height: 100%;
	padding: 70px;
}

.banner-container > div.background-image > .overlay {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.banner-container > div:not(.background-image) {
	display: flex;
	flex-basis: 45%;
}

.banner-container > div:not(.background-image) > div {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
}

.banner-container > div:not(.background-image) > div > a {
	flex-basis: 50%;
	position: relative;
	overflow: hidden;
}

.banner-container > div:not(.background-image) > div > a:hover {
	text-decoration: unset!important;
}

.banner-container > div:not(.background-image) > div > a:hover > img {
	transform: scale(1.15);
	transition: 1.5s all ease;
}


.banner-container > div .splide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-container > div:not(.background-image) > div > a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: 0.75s all ease;
}

.banner-container .overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.80) 100%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding:40px;
	position: relative;
	pointer-events: none;
	z-index: 2;
}

.tag {
	position: absolute;
	top: 20px;
	background-color: rgba(0,0,0,0.5);
	right: 0;
	padding: 8px 14px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.tag > img {
	width: 15px;
}

.banner-container > div:not(.background-image) > a {
	flex-basis: 50%;
	position: relative;
	overflow: hidden;
}

.banner-container > div:not(.background-image) > a:hover {
	text-decoration: unset!important;
}


.banner-container > div:not(.background-image) > a:hover > img {
	transform: scale(1.15);
	transition: 1.5s all ease;
}

.banner-container > div:not(.background-image) > a > img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.75s all ease;
}

.nav-gap {
	height: 157px;
}

h1 {
    font-size: 90px;
    line-height: 77px;
	font-weight: 800;
    font-style: italic;
}

h2 {
    font-size: 50px;
    line-height: 60px;
	font-weight: 800;
    font-style: italic;
}

h3 {
	text-transform: uppercase;
    font-size:44px;
    line-height: 42px;
	font-weight: 800;
    font-style: italic;
}

h4 {
    font-size:30px;
    line-height: 30px;
	font-weight: 400;
    font-style: italic;
}

h5 {
	text-transform: uppercase;
	font-family: var(--titleFont);
    font-size:28px;
    line-height: 34px;
	font-weight: 800;
    font-style: italic;
	margin: 0;
}

.banner-container > div.background-image > .overlay > p {
	max-width: 600px;
}

.products {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 40px;
}

.category-container .products .product {
    flex-basis: calc(33.3333333333% - 20px);
	height: fit-content;
    position: relative;
}

.category-container .products {
    width: calc(100% - 23%);
    position: relative;
    left: 23%;
    min-height: 800px;
    padding: 0 50px 50px 50px!important;
	padding-bottom: 100px!important;;
}

.search-products-container {
    padding-bottom: 100px;
    position: relative;
}

.product {
	display: flex;
	flex-direction: column;
	flex-basis: calc(25% - 22.5px);
	padding: 30px;
    padding-bottom: 105px;
	position: relative;
	background: linear-gradient(#0d0d0d, #0d0d0d) padding-box,
				linear-gradient(270deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%) border-box;
	border: 3px solid transparent;
}

.product:nth-child(even) {
	background: linear-gradient(#0d0d0d, #0d0d0d) padding-box,
				linear-gradient(90deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%) border-box;
}

.space-between {
	align-items: center;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.product > .background-image {
	height: 250px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.product > .background-image .tag {
	z-index: 3;
}

.product > .background-image > img:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.product > .background-image > img:last-of-type {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transform: rotate(0deg);
	transition: 0.5s all ease;
}

.product:hover > .background-image > img:last-of-type {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transform: rotate(0);
}

.product > .space-between {
	padding: 0 40px;
    padding-bottom: 30px;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 105px;
    align-items: flex-end;
}

a:hover button {
	text-decoration: none!important;
}

button {
	color: white;
	padding: 10px 15px;
	font-family: var(--titleFont);
	text-transform: uppercase;
	/* background: linear-gradient(rgba(26, 26, 26, 0.4), rgba(26, 26, 26, 0.8)) padding-box, linear-gradient(270deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%) border-box; */
	border: 0 solid transparent;
	position: relative;
	transition: 2s all ease;
	overflow: hidden;
}

button:hover .gradient {
    transition:1s all ease;
    left: -150%;
	width: 250%;
}

button .gradient {
	background: linear-gradient(270deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%) border-box;
	border: 2px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.75s all ease;
}

button p {
	margin-bottom: 0!important;
	font-size: 24px;
	font-style: italic;
	font-weight: 800;
	font-family: var(--titleFont);
	z-index: 2;
	position: relative;
	text-transform: uppercase;
}

button:hover {
	/* background: linear-gradient(rgba(26, 26, 26, 0.4), rgba(26, 26, 26, 0.8)) padding-box, linear-gradient(270deg, #FFBF10 18%, #F62821 29.06%, #63048D 41.56%, #0981E9 100%) border-box!important; */
	transition: 2s all ease;
}

button.grey {
    border: 0!important;
    background: #1f1f1f;
}

.product:hover {
	text-decoration: unset!important;
}

.product p {
	font-size: 20px;
}

.product h3,
.product h4 {
    text-transform: uppercase;
	padding: 0 10px;
}

.product h4 {
	height: 60px;
}

.product:hover {
	color: white!important;
}

.tiles-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0 40px;
}

.tiles-container > a {
	display: flex;
	align-items: flex-end;
	position: relative;
	flex-basis: calc(33.333333333% - 20px);
	height: 325px;
	overflow: hidden;
    border-bottom: 1px solid #0d0d0d;
}

.tiles-container > a:hover {
	text-decoration: unset!important;
}

.tiles-container > a:hover img {
	transform:scale(1.15);
	transition: 0.75s all ease;
}

.tiles-container > a > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	object-fit: cover;
	transition: 1.5s all ease;
}

.tiles-container > a .overlay {
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
	position: relative;
}

.tiles-container > a .overlay h2 {
	margin-bottom: 0;
}

.tiles-container > a::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background: linear-gradient(275deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%);
	background-size: 100%;
	z-index: 4;
	transition: 2s all ease;
}

.tiles-container > a:hover::after {
    background-position-x:-89vw;
	background-size:400%;
	transition: 1s all ease;
}

.content-section-1 {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 40px 0;
}

.content-section-1 h5 {
	margin: 20px 0;
}

.content-section-1 .content {
	width: 750px;
	text-align: center;
	padding: 80px 60px;
	background-color: rgba(0,0,0,0.7);
}

.content-section-1 .content * {
	color: white;
}

.content-section-1 .content h1 {
	font-size:70px;
	line-height:75px;
}

.content-section-1 .content p {
	margin-bottom: 15px;
}

.content-section-1 .content p:last-of-type {
	margin-top: 0;
}

.logo-container {
	display: flex;
	gap:90px;
	justify-content: center;
	align-items: center;
	padding: 60px;
}

.content-section-1::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background: var(--gradient);
    z-index: 4;
}

.contact-form-container * {
	color: white;
}

.contact-form-container {
	display: flex;
	padding: 40px;
}

.contact-form-container > div {
	flex-basis: 50%;
}

.contact-form-container > div.background-image .overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	flex-direction: column;
	text-align: center;
	width: 100%;
    min-height: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.contact-form-container > div.form-container {
	display: flex;
	flex-direction: column;
}

.contact-form-container > div.form-container form {
	margin-top:15px;
}

.contact-form-container > div.form-container form button {
	margin-top: 24px;
}

form .row {
    display: flex;
    margin: 0!important;
    gap: 25px;
    width: 100%;
}

form .row::before,
form .row::after {
	content: unset!important;
}

form .col {
	display: flex;
	flex-direction: column;
	width: 100%;
}

form .col * {
	width: 100%;
}

.contact-form-container > div.form-container {
	padding: 60px 100px;
}

.contact-form-container input,
.contact-form-container textarea {
	border: 0;
	background-color: rgba(255,255,255,0.03);
	color: white;
    padding: 15px 18px;
	font-size: 16px;
	height: 55px;
}

.contact-form-container textarea {
	height: 140px;
}

.contact-form-container *::placeholder {
	color: rgba(255,255,255,0.4)!important;
	font-weight: 300;
	font-size: 17px;
}

label {
    font-weight: 300 !important;
    font-size: 17px!important;
}

.contact-form-container > div.background-image .overlay > img {
    height: 70px;
    margin-bottom: 15px;
}

.contact-form-container > div.background-image .overlay > div {
	display: flex;
	gap: 15px;
}

.contact-form-container > div.background-image .overlay > div * {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
}

.contact-form-container > div.background-image .overlay br {
	display: none;
}

.contact-form-container > div.background-image .overlay .socials-container {
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-form-container > div.background-image .overlay .socials-container img {
	width: 35px;
}

.contact-form-container > div.background-image {
	position: relative;
}

.contact-form-container > div.background-image::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background: var(--gradient);
	z-index: 4;
}

.footer {
	display: flex;
	justify-content: center;
	gap: 80px;
	padding: 90px;
}

.footer > div {
	display: flex;
	flex-direction: column;
}

.footer a {
	white-space: nowrap;
}

.footer * {
	color: white;
}

.footer > img {
    height: 65px;
    margin-top: 40px;
    margin-right: 50px;
}

.footer .socials-container {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
}

.footer .socials-container img {
	width: 24px;
}

.footer h5 {
	margin-bottom: 20px;
}

a:hover {
	color: white;
	text-decoration: underline;
}

.copyright-container {
    padding: 16px 8px;
}

.copyright-container p {
	opacity: 0.5;
}

.ecom-navbar button {
	/* background: linear-gradient(rgba(26, 26, 26, 0.4), rgba(26, 26, 26, 0.8)) padding-box, linear-gradient(270deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%) border-box; */
}

.ecom-navbar .contact-hover a:hover {
	text-decoration: none!important;
}

.contact-hover {
	display: flex;
	align-items: center;
}

.contact-hover a {
	height: fit-content!important;
}

.logo-container a img {
	object-fit: contain;
}

.menu-tablet {
	display: none!important;
	align-items: center;
	cursor: pointer;
}

.menu-tablet > div { 
	background-color:#171717;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-tablet > div > img {
	width: 45px;
}

.off-menu {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    transition: 0.6s all cubic-bezier(0.45, 0.1, 0.07, 1);
    z-index: 999;
	justify-content: center;
    background-color: rgba(23, 23, 23, 0.95);
}

.off-menu > .off-menu-container > * {
	opacity: 0;
}

.off-menu *:not(.close-menu){
	object-fit: contain;
}

.close-menu {
    position: absolute;
    top: 29px;
    right: 29px;
    width: 30px;
    cursor: pointer;
    transition: 1s all ease;
}

.off-menu-container {
	pointer-events: none;
    padding: 9vw;
	padding-top: 1vw;
    display: flex;
	justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
	max-width: 1000px;
}


.off-menu-container a:hover {
	text-decoration: none!important;
}

.off-menu-container h2 {
	margin: 0!important;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.off-menu-container > .space-between:first-of-type > img {
    margin-bottom: 30px!important;
    height: 60px;
    width: fit-content;
}

.off-menu-container h2 a img {
	height: 25px;
	margin-bottom: 0!important;
}

.off-menu-container h2 a {
	font-weight: 800!important;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 35px!important;
	line-height: 40px!important;
	text-transform: uppercase!important;
}

.off-menu-container .socials-container {
	display: flex;
	gap: 12px;
}

.off-menu-container .space-between > div {
	display: flex;
	align-items: center;
	gap: 15px;
}

.off-menu-container .space-between:last-of-type {
	margin-top: 20px;
}

.off-menu-container .space-between:last-of-type > div {
	flex-wrap: wrap;
}

.off-menu-container .socials-container > a > img {
	width: 30px;
}

.off-menu.full-size {
	width: 100%;
	height: 100%;
}

.off-menu > .off-menu-container > * {
	transition: 0.25s all ease;
	transform: translateY(40px);
}

.feat-prod-1 img,
.feat-prod-2 img,
.feat-prod-3 img {	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition: 0.75s all ease;
}

.feat-prod-1 li:hover img,
.feat-prod-2 li:hover img,
.feat-prod-3 li:hover img {
	transform: scale(1.1);
	transition: 1.5s all ease;
}

.small-banner {
	height: 400px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 70px 90px;
    /* margin-top: -50px; */
}

.small-banner::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 3px;
    left:0;
    bottom: 0;
    background: var(--gradient);
    z-index: 4;
}

.small-banner > img {
	width: 100%;
	height: 120%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
    margin-top: -115px;
}

.small-banner h1 {
	position: relative;
	z-index: 2;
    margin-bottom: 0!important;
}

.category-top {
    justify-content: flex-end;
}

.category-container .left-column-container {
    position: absolute;
    top: -100px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 23%;
    flex-basis: unset!important;
}

#column-left .list-group a {
    background-color: transparent;
    color: white;
    border-top: 0;
    padding: 5px 0px 5px 0px!important;
    padding-left: 10px!important;
}

#column-left .list-group {
    padding: 50px;
    background-color:#090909;
}

#column-left .list-group a.child-link {
    padding-left: 0px!important;
    font-size: 17px!important;
    line-height: 20px;
}

.category-container .left-column-container #column-left > div.list-group > a:nth-child(2) {
    border-top: 0!important;
    margin-top: 0!important;
    padding-top: 0!important;
}

#column-left .list-group a.child-link:not(.subchild-link) {
    padding-top: 20px!important;
    margin-top: 15px;
    border-bottom: 0!important;
    padding-bottom: 14px!important;
    border-top: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    pointer-events: none!important;
}

#column-left .list-group a.child-link.subchild-link {
    border-bottom: 0!important;
    padding-left: 0px!important;
    opacity: 0.7;
}

#column-left .list-group a.child-link.subchild-link:hover {
    opacity: 1;
}

#column-left .list-group .list-group-item:not(.child-link){
    display: none;
}

.category-container .left-column-container .swiper-viewport {
    display: none;
}

.select-container {
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 15px;
    width: 265px;
}

.category-container .products .cat-mobile-control .select-container {
    width: 100%!important;
}

.category-top.category-page-breadcrumb .select-container label,
.category-container .products .cat-mobile-control .select-container label {
    font-family: var(--titleFont)!important;
    text-transform: uppercase;
    font-style: italic!important;
    font-weight: 800!important;
    font-size: 25px!important;
    width: 100px;
    margin: 0!important;
    color: white;
}

.category-top.category-page-breadcrumb .select-container > select, 
.category-container .products .cat-mobile-control .select-container select {
    background-color: transparent!important;
    border: 0!important;
    font-size: 18px;
    font-weight:300!important;
    text-transform: capitalize!important;
    font-family: var(--pFont)!important;
    padding: 0!important;
    position: absolute;
    left: 0;
    padding-left: 100px!important;
    width: 100%;
    height: 100%;
}

.category-top.category-page-breadcrumb .select-container > select option,
.category-container .products .cat-mobile-control .select-container select option {
    font-size: 18px!important;
    padding-left: 0!important;
}

.category-container .products .cat-mobile-control .select-container form {
    width: 100%!important;
}

.select-container *:focus {
    outline: 0!important;
}

.faqs-container {
    display: flex;
    margin: auto;
    gap: 30px;
    width: 1400px;
}

.faq-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-basis: 50%!important;
}

.faqs .space-between {
    width: 1400px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

.faqs .space-between h1 {
    font-size: 65px;
    line-height: 60px;
    text-align: right;
    margin: 0!important;
}

.faqs {
    padding: 50px 0;
}

.faq-card * {
    color: white;
}

.faq-card > h3 > img {
    width: 35px;
    object-fit: contain;
    position: relative;
    top: 4px;
}

.faq-card > h3 {
    align-items: flex-start;
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.faq-card {
    padding: 50px;
    border-radius: 10px;
}

.faq-card:nth-child(even) {
    background-color: rgba(255,255,255,0.05);
}

.faq-card:nth-child(odd) {
    background-color: rgba(255,255,255,0.025);
}

.portfolio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding:60px 100px;
}

.portfolio-container > a {
    flex-basis: calc(25% - 7.5px);
    position: relative;
    height: 17vw;
    overflow: hidden;
}

.portfolio-container > a > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
    transition: 0.75s all ease;
}

.portfolio-container > a .overlay {
    position: absolute;
    bottom: 0;
    padding: 30px;
    background-color: rgba(13,13,13,0.6);
    width: 100%;
    z-index: 2;
}

.portfolio-container > a:hover > img {
    transform: scale(1.1);
    transition: 1.5s all ease;
}

.portfolio-container > a > span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: rgba(13,13,13,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.portfolio-container > a > span > img {
    width:30px;
}

.uk-lightbox {
    background-color: rgba(0, 0, 0, 0.8);
}

.content-section-2 {
    display: flex;
    gap: 90px;
    padding: 70px 110px;
}

.content-section-2 * {
    color: white;
}

.content-section-2 > .background-image {
    flex-basis: 50%;
    position: relative;
}

.content-section-2 > .content {
    flex-basis: 50%;
    padding:40px 0;
}

.content-section-2 > .content p {
    margin-bottom: 15px;
}

.content-section-2 ul li {
    margin-bottom: 15px;
}

li {
    font-size: 17px;
    line-height: 25px;
}

.content-section-2 ul {
    margin-bottom: 30px;
}

.content-section-2 > .background-image:after {
    content:' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background: var(--gradient);
    z-index: 3;
}

.why-cards {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    padding-bottom: 60px;
}

.why-cards .centered-title h2 {
    font-size: 67px;
    line-height: 64px;
}

.why-cards .centered-title h2 img {
    position: relative;
    top: 1.5px;
    margin-right: 2px;
}

.centered-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.centered-title p {
    width: 600px;
    text-align: center;
}

.centered-title * {
    color: white;
}

.why-cards * {
    color: white;
}

.why-cards .cards {
    display: flex;
    gap: 40px;
    width: 1400px;
}

.why-cards .cards > div {
    flex-basis: calc(33.3333333333% - 20px);
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    background: linear-gradient(#141414, #141414) padding-box, linear-gradient(270deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%) border-box;
    border: 3px solid transparent;
}

.centered-title hr {
    width: 300px;
    border-top: 0!important;
    height:2px;
    background: var(--gradient);
    margin: 40px 0;
    margin-bottom: 50px;
}

.why-cards .cards > div > img {
    width: 60px;
    height:60px;
    object-fit: contain;
}

.why-cards .cards > div h3 {
    height: 90px;
    margin-top: 20px;
}

.basket-page-container h1 {
    text-transform: uppercase!important;
}

.basket-page-container .shoppingCartHolder table thead tr {
    background-color: transparent!important;
}

.basket-page-container .shoppingCartHolder table thead tr * {
    color: white;
}

.basket-page-container .shoppingCartHolder table tr:nth-child(even),
.basket-page-container .shoppingCartHolder table td {
    background-color: transparent!important;
}

.basket-page-container .shoppingCartHolder table tr:nth-child(even) {
    background-color: #121212;
}

.basket-page-container .shoppingCartHolder table td {
    color: white;
}

.cartTable * {
    color: white!important;
}

.cart-bottom-container > div:first-of-type h2 {
    text-transform: uppercase;
}

.product-container .content h1 {
	text-transform: uppercase!important;
	margin-top: 5px!important;
	margin-bottom: 15px!important;
	font-size: 60px;
	line-height: 52px;
}

.product-container .content h2 {
	margin-bottom: 0!important;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
}

.product-container #tab-description, 
.product-container #tab-review, 
.product-container #tab-spec {
	color: white!important;
    background-color: rgba(255,255,255,0.05);
	font-size: 14px;
	line-height: 18px;
	max-height: 200px;
	border: 0!important;
}

.product-container #tab-description ul, 
.product-container #tab-review ul, 
.product-container #tab-spec ul {
	margin: 5px 0;
}

.product-container #tab-description *, 
.product-container #tab-review *:not(button p), 
.product-container #tab-spec *,
.product-container #tab-specification * {
	font-size: 14px;
	line-height: 18px;
	color: white;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th,
.table-bordered {
	border-color: rgba(255,255,255,0.1);
}

.product-container .nav li a {
	color: white!important;
	margin-bottom: 0!important;
	border-bottom: 0!important;
	font-size: 14px!important;
}

.product-container .nav li:active {
	border: 0!important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: rgba(255,255,255,0.05)!important;
    border: 0!important;
}

.nav>li>a:focus, 
.nav>li>a:hover {
    background-color: rgba(255,255,255,0.1)!important;
	border: 0!important;
}

.nav-tabs {
	border-bottom: 0!important;
}

.rating-container p {
	margin: 0!important;
}

.create-review-container .rating-container > div {
	gap: 10px!important;
}

.product-container .content .options-container {
	margin-top: 0px!important;
}

.product-container .content .options-container label {
	color: white;
}

.options-container button {
    height: 42px;
}

.options-container input {
	border:0;
}

.product-container .content .price-container * {
	text-transform: uppercase;
	color: white!important;
}

.product-container .content .price-container span {
	font-weight: 300;
	text-transform: uppercase!important;
}

.product-container .price-container h3 {
	font-size: 50px;
    line-height: 50px;
}

.create-review-container input,
.create-review-container textarea {
	border: 0!important;
	background-color: rgba(255,255,255,0.02);
}

.create-review-container input:focus,
.create-review-container textarea:focus {
	outline: 0!important;
} 

.create-review-container input::placeholder,
.create-review-container textarea::placeholder {
	color: rgba(255,255,255,0.3);
}

.create-review-container .rating-container label {
	padding-top: 0!important;
}

.create-review-container h3 {
	font-size: 25px!important;
	margin-top: 20px!important;
}

.product-container .content .options-container.space-between label {
	margin-top: 0!important;
}

.product-container .content .options-container.space-between .price-container {
	margin-bottom: 0!important;
	align-items: flex-start;
}

.product-container .content .options-container.space-between {
	justify-content: flex-start;
	position: relative;
	margin: 30px 0!important;
	margin-bottom: 35px!important;
	gap: 40px;
}

.product-container .content .desc-container * {
	color:white;
	font-size: 16px;
	line-height: 25px;
}

.product-container .content .desc-container ul {
	margin: 5px 0;
	margin-top: 20px!important;
}

.product-container .content .desc-container ul li {
	margin-bottom: 5px;
}

.klarna-container p {
	color: white;
	text-align: right;
}

.klarna-container {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 15px!important;
	position: absolute;
	top: -5px;
	right: 0;
}

.klarna-container > img {
	height: 22px;
}

.options-container.space-between .klarna-container > p {
	margin-bottom: -3px!important;
}

.options-container.space-between .klarna-container > a {
	text-decoration: underline;
}

.centered-product-details {
	display: flex;
	justify-content: center;
	gap: 70px;
	margin: auto;
	margin-bottom: 90px;
    padding: 0 70px;
}

.centered-product-details ul {
    margin-bottom: 0px;
    margin-top: 15px;
}

.centered-product-details *:not(h3) {
	color: white;
	font-size: 17px;
	line-height: 25px;
}

.centered-product-details > div:first-of-type {
	flex-basis: 800px;
}

.centered-product-details > div:last-of-type {
	flex-basis: 500px;
}

.centered-product-details .socials-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 22px;
	padding-left: 7px;
}

.centered-product-details .socials-container img {
    width: 24px;
}

.similar-products-container hr {
	margin-bottom: 20px;
}

.similar-products-container {
	margin: 80px 0;
	margin-bottom: 50px;
}

.message-container-special .alert-dismissible {
    background-color: #212121 !important;
    color: white;
    margin-bottom: 0!important;
}

.message-container-special .alert-dismissible * {
	color: white!important;
	font-weight: 300!important;
}

.message-container-special .alert-dismissible .close {
	opacity: 1!important;
}

.generic-page-container {
    padding: 100px;
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.generic-page-container h1 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.generic-page-container h4 {
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
}

.generic-page-container * {
    color: #fff!important;
}

.extra-links {
    display: flex;
    gap: 25px;
    margin-top: 20px;
    z-index: 9999999999999999999999999999;
}

.extra-links a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.extra-links a h2 {
    border: 0!important;
    font-family: var(--pFont);
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.extra-links a > img {
    width: 25px;
    position: relative;
    bottom: 1px;
}

.product p:not(.discount-strikethrough) span,
.product .discount-price-container .discount-strikethrough span {
    color: white!important;
    font-weight: 200!important;
    font-size: 15px;
    line-height: 20px;
}

.product .discount-price-container .discount-strikethrough {
    text-decoration: none!important;
}

.product .discount-price-container > p:first-of-type {
    font-size: 28px;
    line-height: 34px;
}

.product .full-price {
    font-size: 28px;
    line-height: 34px;
}

.product .full-price span {
    font-size: 17px!important;
    line-height: 20px!important;
}

.product .discount-price-container > p:first-of-type span {
    font-size: 17px;
    line-height: 20px;
}

.product .discount-price-container .discount-strikethrough b {
    text-decoration: line-through!important;
}

.product .discount-price-container .discount-strikethrough span {
    color: red!important;
}

.product-container .content .options-container.space-between .price-container .special-old-price {
    color: red!important;
    font-size: 35px!important;
    line-height: 30px;
}

#car-slider a > img {
    height: 130px;
    max-width: 170px;
    object-fit: contain;
}

.category-dropdown .subsubcategory-list li {
    padding: 6px 5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 0!important;
}

.category-dropdown .mobile-cat-name {
    padding: 0 5px;
}

.cat-mobile-control ul {
    margin-top: 0!important;
}

.category-dropdown .subsubcategory-list {
    padding: 0!important;
    margin-top: 5px!important;
    margin-bottom: 15px!important;
}

.category-dropdown .subsubcategory-list:last-of-type {
    margin-bottom: 0!important;
}

.img-thumbnail {
    padding: 0!important;
    border: 0!important;
    width:60px;
    height:60px;
}

.cart-image {
    text-align: left;
}

.cart-bottom-container .uk-accordion li a {
    border: 1px solid rgba(255,255,255,0.1)!important;
}

.cart-bottom-container .uk-accordion select, 
.cart-bottom-container .uk-accordion input {
    color: var(--darkgrey)!important;
}

.cart-bottom-container .uk-accordion .uk-accordion-content p {
    color: white;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--darkgrey);
}

.delivery-container > *:not(textarea) {
    color: white!important;
}

.cart-bottom-container .uk-accordion .uk-accordion-content button {
    margin-top: 10px!important;
}

.modal-body {
    color: var(--darkgrey);
}

.cart-quantity > div span button {
    border-radius: 0!important;
}

.checkout-container h1 {
    text-transform: uppercase;
}

.checkout-login .part1 *, 
.checkout-login .part2 * {
    color: white;
}

.checkout-login .part1 select, 
.checkout-login .part2 select,
.checkout-login .part1 select option,
.checkout-login .part2 select option,
.checkout-login .part1 input, 
.checkout-login .part2 input {
    color: var(--darkgrey)!important;
    font-size: 16px!important;
}

.after-reg-container label,
.after-reg-container .pull-right {
    color: white;
}

.panel {
    background-color: var(--darkColor);
}

.checkout-accordion .panel-heading {
    background-color: var(--medgrey);
    color: white;
}

.checkout-login > * {
    border: 1px solid rgba(255,255,255,0.2);
    border-top: 0;
}

.checkout-accordion .panel-body .btn.btn-primary {
    font-size: 20px!important;
    font-weight: 900!important;
    border:0!important;
    background: linear-gradient(270deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%) border-box;
}

.checkout-accordion .panel-body .btn.btn-primary:hover {
    color: white!important;
}

.checkout-login h2 {
    text-transform: uppercase!important;
}

.table-bordered * {
    color: white;
    border-color: white;
}

.table-hover>tbody>tr:hover {
    background-color: transparent!important;
}


.contactformsent .jconfirm-box {
	width: 350px;
	background-color:var(--medgrey)!important;
	padding: 40px 60px!important;
}

.contactformsent .jconfirm-buttons {
	padding-bottom: 0!important;
}

.contactformsent .jconfirm-buttons button {
    width: 100%;
    font-size: 24px!important;
    margin: 0!important;
    font-style: italic!important;
    padding: 13px 15px!important;
    border-radius: 0!important;
    border: 1px solid var(--highlight)!important;
    background-image: unset!important;
    background-color: unset!important;
    background: linear-gradient(270deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%)!important;
    box-sizing: border-box!important;
    color: white!important;
    font-weight: 800!important;
    transition: all ease 0.2s!important;
    height: fit-content;
    box-shadow: 0 0 transparent!important;
    line-height: unset!important;
}

.contactformsent .jconfirm-buttons button:hover {
	color: white!important;
}

.contactformsent .jconfirm-bg {
	background-color: rgba(0 0 0 / 50%)!important;
}

.contactformsent .jconfirm-content * {
	color: white;
	font-size: var(--psize);
	line-height: var(--plineh);
}

.contactformsent .jconfirm-title-c {
    margin-bottom: 0!important;
}

.contactformsent .jconfirm-title-c * {
    color: white;
    text-transform: uppercase;
    font-family: var(--titleFont)!important;
    font-style: italic;
    font-weight: 900;
    font-size: 40px!important;
    line-height: 35px;
}

.contactformsent .jconfirm-content-pane {
    margin-bottom: 0px!important;
}

.contactformsent .jconfirm-buttons button:focus {
    outline: 0!important;
}

.no-products-found {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    color: white!important;
}

.category-list a {
    text-transform: capitalize!important;
}

.category-container .products .product:not(.has-tag) {
    background:linear-gradient(#0d0d0d, #0d0d0d) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 11.06%, rgba(255, 255, 255, 0.2) 23.56%, rgba(255, 255, 255, 0.2) 100%) border-box!important;
}

#column-left .list-group a.active.child-link {
    color: #ffffff!important;
    background-color: transparent!important;
    border-right: 0!important;
}

.product-container .content .options-container {
    padding: 10px 0!important;
    padding-bottom: 0!important;
    margin-bottom: -10px!important;
}

.options-container select {
    background-color: rgba(255,255,255,0.1);
    color: white;
    border: 0!important;
    font-size: 16px!important;
    padding: 10px 20px;
}

.options-container select option {
    font-size: 16px!important;
    color: var(--darkgrey)!important;
}

.centered-product-details > div:first-of-type p {
    margin-bottom: 10px!important;
}

.centered-product-details > div:first-of-type p:last-of-type {
    margin-bottom: 0!important;
}

.text-spacer {
    width: 100%;
    height: 10px!important;
}

.pagination {
    margin-left: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background-color: rgba(255,255,255,0.05);
	color: white!important;
}

.pagination>li>a, 
.pagination>li>span {
	color: white!important;
	font-weight: 300;
	font-family: var(--pFont)!important;
	font-size: 15px!important;
}

.search-container {
    display: flex;
    align-items: center;
}

.search-container .searchContainer {
    margin-bottom: 0!important;
}

.search-container .searchContainer input {
    height: 40px;
    line-height: 20px;
    padding: 15px;
    font-size: 14px!important;
    color: white;
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1)!important;
    box-shadow: 0 0 transparent;
    outline: 0!important;
 }

.search-container #search .btn-lg {
    width:40px!important;
    height:40px!important;
    padding:0!important;
    border-radius: 0!important;
    background: rgba(255,255,255,0.02)!important;
    border: 1px solid rgba(255,255,255,0.1)!important;
    text-shadow: 0 0 transparent;
    box-shadow: 0 0 transparent;
}

.search-container .live-search,
.live-search ul li {
    background-color: var(--grey)!important;
}

.search-container .live-search {
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 transparent;
}

.search-container .live-search .product-add-cart {
    display: none;
}

.search-container .live-search > ul > li > div:not(.product-add-cart) a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.search-container .live-search > ul > li > div:not(.product-add-cart) a .product-image {
    width: 40px;
    height: 40px;
}

.search-container .live-search > ul > li > div:not(.product-add-cart) a .product-name {
    flex-basis: calc(100% - 50px);
    font-size: 13px;
    line-height: 14px;
    color: white;
    font-weight: 300;
}

.search-container .live-search > ul > li > div:not(.product-add-cart) a .product-name p {
    display: none;
}

.search-container .live-search > ul > li > div:not(.product-add-cart) a .product-price {
    margin-top: 0!important;
}

.search-container .live-search > ul > li > div:not(.product-add-cart) a .product-price span {
    color: white;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.search-container #search .btn-lg .fa {
    color: white;
}

.currency-dropdown-select {
    border: 0!important;
    width: 60px !important;
}

.currency-dropdown-select img {
    width: 15px !important;
    height: 15px !important;
}

.live-search ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 5px;
}

.live-search ul {
    margin-bottom: 6px!important;
}

.live-search ul li:hover {
    background-color: var(--darkgrey)!important;
}

.live-search .result-text {
    background-color: var(--darkgrey)!important;
}

.live-search .result-text a {
    font-size: 12px!important;
    color: rgba(255,255,255,0.7)!important;
}

.custom-input-button,
#product-search.search-top-container .custom-input-button {
    background: linear-gradient(270deg, #FFBF10 0%, #F62821 11.06%, #63048D 23.56%, #0981E9 100%) border-box;
    color: white!important;
    margin-bottom: 0!important;
    font-size: 24px!important;
    font-style: italic;
    font-weight: 800;
    font-family: var(--titleFont);
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

.search-products-container .cat-mobile-control select {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.search-products-container .cat-mobile-control select option {
    color: var(--darkgrey);
}

.under-nav .search-container {
    display: none!important;
}

.under-nav .search-container input {
    color: white!important;
}

.under-nav .search-container input::placeholder {
    color: rgba(255,255,255,0.2)!important;
}


@media (max-height: 700px) {
  .main-banner {
    height: 640px;
  }
}

@media (max-height: 900px) {
  .nav-sub-menu {
    max-height: 70vh;
  }
}

@media (max-height: 600px) {
  .nav-sub-menu {
    max-height: 60vh;
  }
}

@media (max-width: 1300px) and (min-height: 1200px) {
  
  .main-banner {
    max-height: 900px;
  }

} 

@media (max-width: 1200px) and (max-height: 750px) {
  
	.off-menu-container {
		padding: 9vw;
		padding-top: 7vw;
	}

}


@media (max-width: 1200px) and (max-height: 650px) {
  
	.off-menu-container h2 a {
		font-size: 25px !important;
		line-height: 28px !important;
	}

}


@media (max-width: 1200px) and (max-height: 550px) {
  
	.off-menu-container .socials-container > a > img {
		width: 22px;
	}

	.off-menu-container > .space-between:first-of-type > img {
		margin-bottom: 20px !important;
		height: 45px;
	}

	.off-menu-container h2 a {
        font-size: 18px !important;
        line-height: 24px !important;
    }

	.off-menu-container h2 {
		padding-bottom: 5px;
	}

	.off-menu-container h2 a img {
    	height: 15px;
	}

} 


@media (min-width: 2150px) {
  
  .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
      padding-bottom: 26px;
  }
  .contactformsent .jconfirm-buttons button {
        width: 100%;
        padding: 21px 21px !important;
        font-size: 30px !important;
  }
  
  .welcomemessage .button-container {
      margin-top: 30px !important;
  }
  
    .search-container .searchContainer input {
        width: 300px;
        font-size: 18px!important;
    }

    .search-container .live-search > ul > li > div:not(.product-add-cart) a .product-name {
        font-size: 17px;
        line-height: 18px;
        flex-basis: calc(100% - 70px);
    }

    .live-search .result-text a {
        font-size: 17px !important;
    }

    .search-container .live-search > ul > li > div:not(.product-add-cart) a .product-price span {
        font-size: 17px;
        line-height: 25px;
    }

    .live-search ul li {
        padding: 10px!important;
        margin: 0px 5px!important;
    }

    .search-container .live-search > ul > li > div:not(.product-add-cart) a .product-image {
        width: 60px;
        height: 42px;
    }
    
    .options-container select {
        font-size: 21px!important;
    }

    .options-container select option {
        font-size: 21px!important;
    }

	.product h4 {
		height: 78px;
	}

	.category-container .products {
		min-height: 1100px;
	}

    .product .discount-price-container > p:first-of-type {
        font-size: 30px !important;
        line-height: 34px !important;
    }

    .product .discount-price-container > p:first-of-type span {
        font-size: 21px !important;
        line-height: 23px !important;
    }

    .product .full-price span {
        font-size: 21px !important;
        line-height: 23px !important;
    }

    .product .full-price {
        font-size: 30px !important;
        line-height: 34px !important;
    }

    .klarna-container > img {
        height: 28px;
    }

    .product-container .content .options-container > div {
        gap: 5px;
    }

    .product-container .price-container h3 {
        font-size: 70px;
        line-height: 60px;
    }

    .product-container .price-container h4 {
        font-size: 45px;
        line-height: 45px;
    }
    
    .product-container .content h1 {
        font-size: 80px;
        line-height: 69px;
    }

    .centered-product-details > div:first-of-type {
        flex-basis: 1050px;
    }

    .centered-product-details > div:last-of-type {
        flex-basis: 500px;
    }

    .centered-product-details  {
        gap: 110px;
    }

    .centered-product-detail {
        gap: 110px;
    }

    .product-container .content .options-container.space-between {
        margin: 35px 0 !important;
        margin-bottom: 50px !important;
        gap: 40px;
    }

    .centered-product-details *:not(h3) {
        font-size: 21px;
        line-height: 32px !important;
    }

    .product-container {
        gap: 110px;
    }

    .product-container .images {
        flex-basis: 750px;
    }

    .product-container .content {
        flex-basis: 800px;
    }

    .why-cards .centered-title h2 img {
        height: 90px;
        top: 4.5px;
    }

    .why-cards .centered-title h2 {
        font-size: 90px;
        line-height: 85px;
        margin-bottom: 40px;
    }
   
    .centered-title p {
        width: 1000px;
    }

    .why-cards .cards > div > img {
        width: 80px;
        height: 80px;
    }

    .why-cards .cards {
        width: 1800px;
    }
    
    .why-cards .cards > div {
        padding: 70px;
    }

    .why-cards .cards > div h3 {
        height: 120px;
        margin-top: 20px;
    }

    button p {
        font-size: 29px!important;
    }
    
    .content-section-2 {
        gap: 130px;
        padding: 110px 200px;
    }

    .faqs-container,
    .faqs .space-between {
        width: 1800px;
    }

    .faq-card > h3 {
        gap: 25px;
        font-size: 52px;
        line-height: 51px;
    }

    .faq-card > h3 > img {
        width: 45px;
    }

    .faq-card {
        padding: 70px;
    }

    .faqs-container {
        gap: 40px;
    }

    .faq-col {
        gap: 40px;
    }
    
    .small-banner > img {
        width: 100%;
        height: 120%;
        object-fit: cover;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        margin-top: -150px;
    }

    .category-top {
        height: 120px;
    }

    .category-top.category-page-breadcrumb .select-container > select {
        font-size: 21px!important;
    }

    .category-container .left-column-container {
        top: -120px!important;
    }

    .select-container {
        width: 300px;
    }

    .category-top.category-page-breadcrumb .select-container > select {
        padding-left: 110px!important;
    }

    .category-top.category-page-breadcrumb .select-container label {
        font-size: 31px!important;
    }
    
    #column-left .list-group a.child-link {
        font-size: 21px!important;
    }

    .small-banner {
        height: 610px;
    }
    
	.banner-container > div.background-image {
		min-height:750px;
	}

	.copyright-container p {
		font-size: 16px!important;
		line-height: 21px!important;
	}

	.footer .socials-container img {
		width: 33px;
	}

	.contact-form-container > div.background-image .overlay > img {
		height: 85px;
	}

	.contact-form-container input, 
	.contact-form-container textarea {
		padding: 20px 22px;
		height: 70px;
	}

	.contact-form-container textarea {
    	height: 200px;
	}

	.content-section-1 .content h1 {
		font-size: 85px;
		line-height: 90px;
	}

	.content-section-1 h5 {
		margin: 29px 0;
	}

	.content-section-1 .content {
		width: 950px;
	}
	
	.tiles-container > a {
		height: 400px;
	}

	.tiles-container > a .overlay {
		height: 55px;
	}
	
    .product {
        padding: 40px;
        padding-bottom: 130px;
    }

    .product > .space-between {
        padding: 0 50px;
        padding-bottom: 40px;
    }

	.product > .background-image {
		height: 300px;
	}
	
	.under-nav {
		height: 42px;
	}
	
	.tag > img {
		width: 20px;
	}

	.tag {
		padding: 12px 19px;
	}

	.banner-container .overlay {
		padding: 50px;
	}

	h3 {
		font-size: 60px;
		line-height: 58px;
	}

	h4 {
		font-size: 38px;
		line-height: 43px;
	}

	h5 {
		font-size: 38px;
		line-height: 43px;
	}

	.banner-container > div.background-image > .overlay > p {
		max-width: 900px;
	}

	.banner-container > div.background-image > .overlay {
		padding: 90px;
	}

    p,
    li, 
	a,
	input,
	label,
	input::placeholder,
	textarea::placeholder {
        font-size: 21px!important;
        line-height:32px!important;
	}
	

	h1 {
		font-size: 130px;
		line-height: 112px;
	}

	.under-nav * {
		font-size: 19px !important;
	}

	.ecom-navbar .top a {
		font-size: 19px;
	}

	button {
		padding: 14px 21px;
		font-size: 31px;
		line-height: 35px;
	}

	.ecom-navbar a {
		font-size: 21px!important;
	}

	.cart-div img {
		width: 25px !important;
		margin-left: 0 !important;
	}

	.ecom-navbar .top {
		height: 40px;
	}
	
  .cart-button #search .input-lg {
    width: 450px;
  }

  .cart-button .live-search ul li .product-image {
    width: 50px;
    height: 50px;
  }

  .cart-button .live-search {
    max-height: 600px!important;
  }

  .cart-button .live-search ul li .product-price {
    flex-basis: unset;
  }

  .left-column-container #column-left .uk-accordion .uk-accordion-content {
    padding: 10px;
  }

  .product-comparison-container .comparison-button-container > div {
    flex-wrap: unset;
  }

  .cart-bottom-container .cartTable .total-row p:last-of-type {
    width: 130px;
  }

  #basket-container .uk-offcanvas-bar .basket-item .desc {
    flex-basis: 62%;
  }

  .basket-offcanvas {
    max-height: 680px;
  }

  #basket-container .uk-offcanvas-bar {
    width: 500px;
  }

  #basket-container .uk-offcanvas-bar .basket-item .background-image {
    height: 80px!important;
    flex-basis: 80px!important;
  }

  .options-container .icon-button {
    width: 52px!important;
    height: 52px!important;
  }

  .similar-products {
    padding: 90px 170px;
  }

  .similar-products .product .image {
    height: 300px;
  }

  .product-container {
    padding: 110px 0;
  }  

  .product-container .images .main-image {
    height: 550px;
  }

  .membership-features .feature {
    padding:50px;
  }  

  .product-container .images > div:not(.main-image) {
    height: 230px;
  }

  .faq-container {
    padding: 100px 10%;
  }

  .content-section .content {
    padding: 200px 180px;
    gap:25px
  }

  .content-section .content {
    margin-top: 25px;
  }

  .products-container > .product {
    flex-basis: calc(20% - 16px);
  }

  .left-column-container span {
    height:19px;
    width:19px;
  }

  .left-column-container {
    flex-basis: 530px;
  }

  .products-container .product .image {
    height:300px;
  }

  .nav-gap {
    height: 192px;
  }

  .ecom-navbar .top > div img {
    width:23px;
  }

  .main-banner .content {
    width:1000px;
  }
  
  .footer-container img {
    height: 80px;
  }

  .nav-container {
    gap:50px;
  }

  .footer-container a img {
    margin-right:15px;
  }

  .copyright-container img {
    height: 23px;
    margin-left: 5px;
  }   

  .button-container {
    gap:15px;
  }

  .main-banner .content {
    gap:30px;
    padding: 80px;
  }

  .nav-logo {
    height:62px;
  }

  .ecom-navbar .bottom {
    height:110px;
  }

  .category-links > a img:first-of-type {
    width: 32px;
  } 

  .ecom-navbar .top {
    gap:20px;
  }

  .icon-button {
    height:45px;
    width:45px;
  }

  .best-sellers .product .image {
    height:300px;
  }

  .best-sellers .product > img.company-logo {
    width:120px;
  }

  .best-sellers {
    margin: 70px 0;
  }

  .features-section .feature img {
    width:100px;
  }

  .features-box {
    gap:80px;
  }

  .features-section {
      padding: 110px 180px;
  }

  .payment-logos {
    padding:50px!important;
  }

  .contact-section .form {
    flex-basis: 45%;
  }

  .contact-section .image {
    flex-basis: 55%;
  }

  .contact-section .button-container {
    margin-top: 35px;
  }

}

@media (max-width: 1800px) {

    .product .full-price,
    .product .discount-price-container > p:first-of-type {
        font-size: 23px;
        line-height: 29px;
    }

    .product .discount-price-container .discount-strikethrough {
        display: flex;
        flex-direction: column;
        line-height: 20px;
    }

}

@media (max-width: 1700px) {

    .product .full-price {
        display: flex;
        flex-direction: column;
    }
    
  .products-container > .product {
    flex-basis: calc(33.33333% - 13.3333333333px);
  }

  .similar-container .product:nth-child(5) {
    display: none;
  }

  .nav-sub-sub {
    flex-basis: calc(20% - 20px);
  }

}

@media (max-width: 1600px) {

    .why-cards .cards {
        width: 1200px;
    }
    
    .why-cards .cards > div h3 {
        height: 70px;
        margin-top: 20px;
    }

    .portfolio-container {
        padding: 60px;
    }

    .portfolio-container > a {
        height: 19vw;
    }

    .portfolio-container > a .overlay {
        padding: 25px;
    }
    
    .faqs .space-between {
        gap: 100px;
        width: 1200px;
        margin-bottom: 30px;
    }

    .faqs {
        padding-top: 30px;
    }

    .faqs-container {
        width: 1200px;
    }
    
    .small-banner > img {
        margin-top: -10vw;
    }
    
    .small-banner {
        height: 300px;
    }

	.product > .background-image {
		height: 200px;
		position: relative;
		margin-bottom: 20px;
	}

	.product {
		padding: 20px;
        padding-bottom: 100px;
	}

    .product > .space-between {
        padding: 0 20px;
        padding-bottom: 20px;
    }

	.product h3,
	.product h4 {
		padding: 0!important;
	}

	h3 {
		font-size: 35px;
		line-height: 33px;
	}

	h4 {
		font-size: 23px;
		line-height: 25px;
	}

	.product > .space-between {
    	margin-top: 20px;
	}

	.ecom-navbar .bottom,
	.ecom-navbar .top,
	.under-nav {
		padding: 0 70px;
	}
	
  .ecom-navbar .bottom .cart-button {
    gap: 14px!important;
  }

  .ecom-navbar .bottom > div:not(.nav-sub-menu) {
    gap: 20px!important;
  }

  .account-login-container > .well {
    flex-basis: 50%;
  }

  .product-container {
    padding: 70px;
  }

  .membership-features {
    padding: 80px 50px;
  }

  .content-section .content {
    padding:120px 100px;
  }

}

@media (max-width: 1500px) {

	.product h4 {
		height: 52px;
	}

    .category-top {
        padding: 10px 25px;
    }

    .small-banner {
        padding: 40px 50px;
    }

	.category-footer {
		padding: 0;
	}

    .category-container .products {
        padding: 0 25px 90px 25px !important;
    }
    
    .category-container .products .product {
        flex-basis: calc(33.3333333333% - 13.3333333333px);
    }

	.contact-form-container > div.form-container {
		padding: 30px 60px;
	}

	.products {
		gap: 20px;
	}

	.product {
		flex-basis: calc(25% - 15px);
	}
	
  .mobile-hide {
    display: block;
  } 

  .mobile-hide img {
    width: 30px!important;
  }

  .options-container .calendar-button,
  .options-container .icon-button {
    width: 35px;
    height: 35px;
  }

  .nav-sub-sub {
    flex-basis: calc(25% - 18.75px);
  }

  .similar-container .product {
    flex-basis: calc(100% - 15px);
  }

  .product-container .content {
    flex-basis: 55%;
  }

  .product-container .images {
    flex-basis: 45%;
  }

  .similar-container .product:nth-child(4) {
    display: none;
  }
  
  .membership-features {
    flex-wrap: wrap;
  }

  .membership-features .feature {
    flex-basis:calc(50% - 15px);
    height:auto;
  }

  .membership-features .feature:nth-child(1) {
    background-color: rgba(0,0,0,0.40)!important;
  }

  .membership-features .feature:nth-child(4) {
    background-color: rgba(0,0,0,0.40)!important;
  }

  .membership-features .feature:nth-child(4) * {
    color: white!important;
  }

  .membership-features .feature:nth-child(2) {
    background-color:var(--brightColor)!important;
  }

  .membership-features .feature:nth-child(3) {
    background-color:var(--brightColor)!important;
    color: var(--darkColor)!important;
  }

  .membership-features .feature:nth-child(3) h3 {
    color: var(--darkColor)!important;
  }

  .faq-container {
    padding: 70px 5%;
  }

  .faq-container .image-container {
    height: 275px;
  }
  
  .features-section {
    padding: 90px 50px;
  }

  .features-box {
    gap: 35px;
  }

  .contact-section .form {
    padding: 85px 65px;
    padding-bottom: 50px;
  }

  .ecom-navbar.mobile .top > div {
    position: relative;
    right:0;
    gap:5px;
  }

  .cart-button #search .input-lg {
    width: 350px;
  }


}

@media (max-width: 1400px) {

    .ecom-navbar .bottom, .ecom-navbar .top, .under-nav {
        padding: 0 30px;
    }

    .product-container {
        padding: 40px 70px;
    }

    .product-container .images .main-image {
        height: 350px;
    }
    
    .content-section-2 > .content {
        flex-basis: 50%;
        padding: 20px 0;
    }

    .content-section-2 {
        gap: 60px;
        padding: 70px;
    }

    .faqs .space-between h1 {
        font-size: 52px;
        line-height: 49px;
    }

    .faqs .space-between,
    .faqs-container {
        width: 1000px;
    }

    .small-banner > img {
        margin-top: -15vw;
    }

    #column-left .list-group {
        padding: 30px;
    }

    .category-top.category-page-breadcrumb .select-container > select {
        font-size: 16px;
    }
    
	.tiles-container > a:hover::after {
		background-position-x:-87vw;
	}

	.logo-container {
		gap: 60px;
		padding: 30px 60px;
	}
	
	.content-section-1 .content h1 {
		font-size: 55px;
		line-height: 60px;
	}

	h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.tiles-container > a .overlay {
		padding: 30px;
	}

	.tiles-container > a {
		height: 275px;
	}
	
	.banner-container > div.background-image,
	.banner-container > div:not(.background-image) {
		flex-basis: 50%;
	}

	.banner-container > div:not(.background-image) > div {
		flex-direction: row;
	}

	.banner-container > div:not(.background-image) {
		flex-direction: column;
	}

	.banner-container > div.background-image > .overlay {
		padding: 50px;
	}
	
	.banner-container .overlay {
		padding: 35px;
	}
	
	.banner-container > div.background-image > .overlay > p {
		max-width: 100%;
	}

	h1 {
		font-size: 70px;
		line-height: 61px;
	}

  .nav-number-5 {
    width: 1110px!important;
  }  

  .nav-number-5 .nav-sub-sub {
    flex-basis: calc(25% - 18.75px)!important;
  }

  .footer-container {
    gap:60px;
  }

  .checkout-container {
    padding: 60px 0;
  }

  .checkout-accordion {
    max-width: 95%;
  }

  .similar-products {
    padding: 50px;
  }

  .footer-container img {
    height: 60px;
  }

  .products-container .product .image {
    height:200px;
  }

  .similar-container .product .image {
    height:200px;
  }

  .products-container .product .stars img {
    width: 18px;
  }

  .left-column-container {
    flex-basis: 350px;
  }
  
}

@media (max-width: 1300px) {

    .nav-logo {
        height: 42px;
        width: 220px;
    }

    .ecom-navbar .bottom, 
    .ecom-navbar .top, .under-nav {
        padding: 0 20px;
    }

    .product {
        padding-bottom: 90px;
    }

    .product .full-price,
    .product .discount-price-container > p:first-of-type {
        font-size: 20px;
        line-height: 24px;
    }

    .nav-sub-menu {
        right: -140px;
    }
    
    .product-container .content .options-container.space-between {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        text-align: left;
        gap: 10px;
        margin: 15px 0!important;
        margin-bottom: 30px!important;
    }

    .product-container .content .options-container.space-between .price-container {
        flex-basis: 100%;
    }

    .klarna-container,
    .product-container .content .options-container > div {
        flex-basis:calc(50% - 5px)
    }
    
    .klarna-container {
        position: absolute;
        bottom: 0;
        top: unset;
    }
    
    .product-container .content h1 {
        font-size: 48px;
        line-height: 43px;
        margin-top: 0!important;
    }

    .portfolio-container > a {
        flex-basis: calc(33.333333333% - 6.66666666667px);
        height: 300px;   
    }

    .centered-title hr {
        margin-bottom: 20px;
    }

    .why-cards .cards > div h3 {
        height: 80px;
    }

    .why-cards .cards {
        width: 100%;
        gap: 30px;
    }

    .why-cards .cards > div {
       flex-basis: calc(33.3333333333333% - 20px);
        padding: 30px;
    }

    .portfolio-container {
        padding: 40px;
    }

    .category-container .products .product {
        flex-basis: calc(50% - 10px);
    }

	.footer {
		gap: 55px;
	}

	.footer > img {
		height: 55px;
		margin-top: 40px;
		margin-right: 30px;
	}
	
	.contact-form-container > div.form-container {
		padding:0px 60px;
		padding-right: 0;
	}

	.product {
		flex-basis: calc(50% - 10px);
	}
	
	.ecom-navbar .bottom,
	.ecom-navbar .top,
	.under-nav {
		padding: 0 20px;
	}

	h1 {
        font-size: 60px;
        line-height: 54px;
		margin-bottom: 10px;
    }

	h4 {
		font-size: 24px;
		line-height: 25px;
	}

	h3 {
		font-size: 38px;
		line-height: 35px;
	}

  .products-container .product {
    min-height:370px;
  }

  .product-container .content .options-container {
    margin-top: 10px;
  }  

  .content-section .content {
    padding: 80px 60px;
  }

  .product-container .content .price-container {
    margin-bottom: 10px;
  }

  .product-container .images > div:not(.main-image) {
    height: 150px;
  }

  .products-container > .product {
    flex-basis: calc(50% - 10px);
  }

  .search-products-container .product {
    flex-basis: calc(33.33333333333% - 13.333333333333333px);
  }
  
  .footer-container {
    padding: 60px 50px;
    gap: 40px;
    justify-content: space-between;
  }  

  .features-section {
    padding: 50px;
  }  

  .features-box {
    flex-wrap: wrap;
  }

  .features-box .feature {
    flex-basis: calc(50% - 17.5px);
  }

  .best-sellers {
    margin: 30px 0;
  }  

}

@media (max-width: 1200px) {
    
    .desktop-menu > div:not(.search-container) {
        display: none;
    }

    .desktop-menu {
        position: absolute;
        right:120px;
    }
    
    .centered-product-details {
        gap: 40px;
    }
    
    .product-container .content h2 {
        font-size: 28px;
        line-height: 22px;
    }

    .product-container .content h1 {
        font-size: 37px;
        line-height: 33px;
    }

    .why-cards .cards {
        flex-direction: column;
        width: 600px;
    }

    .why-cards .cards > div h3 {
        height: fit-content;
    }

    .why-cards .cards > div {
        padding: 50px;
    }


    .small-banner > img {
        margin-top: -26vw;
    }

    .category-container .left-column-container {
        width: 27%;
    }
    
    .category-container .products {
        width: calc(100% - 27%);
        left: 27%;
    }
    
    .category-top {
        height: 80px;
    }

    .category-container .left-column-container {
        top: -80px;
    }

	.off-menu {
		display: flex;
		top: 30px;
	}

	.ecom-navbar .bottom {
		padding-right: 0!important;
	}
	
	.menu-tablet {
		display: flex!important;
	}

	.footer {
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 50px;
	}

	.footer > div {
		width: 150px;
	}

	.footer > img {
		flex-basis: 100%;
		margin-top: 0;
		margin-right: 0;
		object-fit: contain;
	}
	
	.contact-form-container > div.background-image .overlay > div:not(.socials-container) {
		flex-direction: column;
	}

	form .row {
		flex-direction: column;
		gap: 0;
	}
	
	.tiles-container {
		gap: 15px;
	}

	.tiles-container > a {
    	flex-basis: calc(33.333333333% - 10px);
	}
	
	.tiles-container > a {
		height: 225px;
	}
	
	.nav-gap {
		height: 120px;
	}

    .under-nav {
        display: none!important
    }


  .main-banner .content {
    width: 700px;
  }

  .category-page-breadcrumb {
    row-gap: 20px!important;
  }

  .product-comparison-container {
    padding: 30px 20px;
  }

  .product-comparison-container table tbody tr td.title-column {
    max-width: 150px;
  }

  .product-comparison-container table tbody tr td:not(.title-column) {
    min-width: 335px;
  }

  .account-login-container > .well {
    padding: 40px;
  }

  .register-account-container {
    padding: 0 40px
  }

  .account-login-container {
    gap: 20px;
  }

  .basket-page-container {
    padding-top: 35px;
  }

  .cart-bottom-container .cartTable .total-row p:first-of-type {
    width: 150px;
  }

  .cart-bottom-container .uk-accordion {
    width: 400px;
  }

  .basket-page-container .shoppingCartHolder table td a {
    font-size:14px!important;
  }

  .product-container {
    gap: 60px;
  }

  .product-container .images > div:not(.main-image) {
    height: 125px;
  }

  .product-page.category-top {
    row-gap: 0!important;
  }

  .category-top > div:last-of-type {
    justify-content: flex-end;
  }

  .category-top > * {
    width: 100%;
    flex-basis: unset;
    justify-content: center;
    max-width: unset!important;
  }

  .footer-container img {
    height: 60px;
  }

  .footer-container .contact {
    display: none;
  }

  .footer-container {
    justify-content: center;
    gap:90px;
  }

}

@media (max-width: 1100px) {

    .search-top-container {
        padding: 40px 30px 15px 30px;
    }

	.pagination>li>a, 
	.pagination>li>span {
		font-size: 14px;
		width: 35px;
		height: 35px;
		padding: 0;
	}

    .content-section-2 h1 {
        display: none;
    }

    .content-section-2 > .background-image {
        height: 350px;
        width: 100%;
        flex-basis: unset;
    }
    
    .content-section-2 {
        flex-direction: column-reverse;
        padding: 50px;
        gap: 40px;
    }

    .content-section-2 .content {
        padding: 0;
    }

    .faqs-container {
        flex-direction: column;
        width: 100%;
    }

    .faqs .space-between {
        width: 100%;
    }

    .faqs {
        padding: 30px 50px;
    }
    
	.tiles-container {
		padding: 0 20px;
	}
	
	.products {
		padding: 20px;
	}

    .search-products-container {
        padding-bottom: 90px;
    }
	
	.banner-container {
		flex-direction: column;
	}
	
	.banner-container > div:not(.background-image),
	.banner-container > div:not(.background-image) > div,
	.banner-container > div:not(.background-image) > a {
		flex-basis: unset;
	}

	.banner-container > div:not(.background-image) > a {
		height: 250px;
	}

	.banner-container > div:not(.background-image) > div {
		height: 250px;
	}

	.banner-container > div.background-image {
		height: 400px;
		min-height: unset;
		flex-basis: unset;
	}
	
  .products-container {
    flex-basis:100%!important;
  }

  .main-banner .content {
    width:610px;
  }

  .contact-section {
    gap: 0;
  }

  .contact-section .form {
    padding: 50px 50px;
    padding-bottom: 30px;
  }

}

@media (max-width: 1000px) {

  .contactformsent .jconfirm-title-c * {
    line-height: 40px !important;
  }

    .search-products-container .product {
        flex-basis: calc(50% - 10px);
    }

	.category-footer {
		width: 100%!important;
		justify-content: center;
		left: 0;
	}

	.pagination {
		margin-left: 0!important;
	}

	.category-container .products {
		min-height: unset;
	}

    .basket-page-container h1 {
        margin-bottom: 0px;
        line-height: 46px;
        font-size: 50px;
    }

    .currency-ul-dropdown {
        left: 0!important;
        right: unset!important;
        z-index: 10000000000000000000000000000000000000000000000000000000;
    }

    .currency-select p {
        font-size: 14px!important;
    }

    .currency-select {
        padding: 5px 10px !important;
    }

    .cart-price,
    .cart-unit,
    .cart-total {
        flex-basis: 100%!important;
    }

    .cart-image {
        height: unset!important;
    }

    .cart-name {
        padding: 15px 10px!important;
        padding-bottom: 5px!important;
    }
    
    .cart-name a {
        margin-bottom: 0!important;
        text-align: center;
    }

    .cart-image > a {
        margin-bottom: 0!important;
        height: 60px;
    }

    .extra-links {
        gap: 15px;
    }

    .extra-links a {
        gap: 5px;
    }

    .extra-links a h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .extra-links a > img {
        width: 14px;
        bottom: 0px;
    }
        
    .generic-page-container {
        padding:25px  15px;
    }
    
    .product-container .price-container h4 {
        font-size: 25px!important;
        line-height: 26px;
    }
    
    .centered-product-details *:not(h3),
    .product-container .content .desc-container * {
        font-size: 15px;
        line-height: 20px;
    }

    .centered-product-details {
        flex-direction: column-reverse;
        margin-bottom: 0px!important;
    }

    .similar-products-container {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .similar-products-container .products {
        margin-bottom: 0!important;
    }
    
    .centered-product-details .socials-container {
        display: none;
        gap: 10px;
    }

    .product-container {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
    }

    .centered-product-details {
        gap: 15px;
    }

    .product-container .images > div:not(.main-image) {
        height: 20vw!important;
    }
    
    .product-container .images,
    .product-container .content,
    .centered-product-details > * {
        flex-basis: unset!important;
        width: 100%;
    }
    
    li {
        font-size: 15px;
        line-height: 20px;
    }
    
    .content-section-2 ul {
        padding-left: 20px;
    }

    .portfolio-container {
        padding: 20px;
    }

    .portfolio-container > a {
        flex-basis: calc(50% - 5px);
        height: 250px;
    }

    .faq-card > h3 > img {
        width: 27px;
        top: -2px;
    }

    .faq-col,
    .faqs-container {
        gap: 20px;
    }

    .faq-card {
        padding: 35px;
    }

    .faq-card > h3 {
        font-size: 26px;
        line-height: 23px;
        margin-bottom: 16px;
    }
    
    .faqs .space-between {
        flex-direction: column;
        gap: 20px;
    }

    .faqs .space-between > img {
        display: none;
    }

    .faqs .space-between h1 {
        font-size: 45px;
        line-height: 40px;
        text-align: center;
    }

    .category-container .products {
        left: 0;
        width: 100%;
        padding: 0 25px!important;
		padding-bottom: 90px!important;
    }

    .category-top {
        height: 0;
    }

    .cat-mobile-control {
        padding-bottom: 0!important;
    }
    
	button p {
    	font-size: 21px!important;
	    padding: 5px;
	}
	
	.tiles-container > a:hover::after {
		background-position-x:-85vw;
		background-size: 132vw;
	}

	.off-menu-container h2 a {
		font-size: 21px !important;
		line-height:25px !important;
	}

	.off-menu-container .socials-container > a > img {
		width: 25px;
	}

	.off-menu-container .space-between:last-of-type {
		margin-top: 15px;
	}

	.off-menu-container h2 a img {
    	height: 16px;
	}

	#cookieMessage b button {
		font-size: 21px!important;
		padding: 0!important;
		height: 35px;
	}

	#cookieMessage b a {
		font-size: 12px!important;
	}

	.footer {
		gap: 20px;
		row-gap: 60px;
	}

	.contact-form-container > div.form-container form {
		margin-top: 0!important;
	}
	
	.contact-form-container input, 
	.contact-form-container textarea {
		padding: 10px 14px;
		height: 40px;
	}

	.contact-form-container textarea {
		height: 120px;
	}
	
	.contact-form-container label {
		margin-bottom: 5px;
	}

	.contact-form-container > div.background-image .overlay .socials-container img {
		width: 25px;
	}

	.contact-form-container > div.background-image .overlay > img {
		height: 45px;
		margin-bottom: 5px;
	}

	.contact-form-container > div.background-image .overlay > div {
		gap: 6px;
	}

	.contact-form-container > div.background-image .overlay > div * {
		font-size: 15px;
		line-height: 20px;
	}

	.contact-form-container > div.background-image .overlay {
		padding: 40px;
		gap: 15px;
	}
	
	.contact-form-container {
		flex-direction: column-reverse;
		gap: 20px;
		padding: 30px;
	}
	
    .contact-form-container > div.form-container {
        padding: 0px 40px;
        padding-right: 0;
		padding-left: 0;
    }

	.logo-container {
		padding: 10px 25px;
		gap: 40px;
		flex-wrap: wrap;
	}

    .logo-container a img {
        max-width: 120px;
        max-height: 50px;
    }
	
	.content-section-1 .content {
		width: 550px;
		padding: 50px 50px;
	}
	
	.content-section-1 .content h1 {
		font-size: 40px;
		line-height: 40px;
	}

	h5 {
		font-size: 22px;
		line-height: 24px;
	}

    .tiles-container > a .overlay {
        padding: 15px;
    }
	
    h2 {
        font-size: 30px;
        line-height: 35px;
    }

	.tiles-container {
		gap: 10px;
	}

    .tiles-container > a {
        flex-basis: calc(50% - 5px);
	    height: 28vw;
		min-height: 140px;
    }

	.category-container .left-column-container {
		display: none!important;
	}

  .ecom-navbar .top > div {
    position: relative;
    right: unset;
  }

  .cart-button #search .input-lg {
    width: 300px;
  }
  
  .category-container .left-column-container #column-left .panel {
    max-height: 90vh;
    overflow-y: auto;
  }

  .search-top-container > div {
    gap: 10px;
  }

  .search-top-container > div > div:nth-child(1), 
  .search-top-container > div > div:nth-child(2) {
    flex-basis: calc(50% - 5px);
}
  .search-top-container {
    padding: 25px;
    padding-bottom: 0;
  }

  .search-top-container > div {
    margin-top: 10px;
  }

  .product-container .nav li {
    margin-bottom: 0!important;
  }

  .product-container .content .price-container {
    gap: 10px;
  }

  .product-container #tab-description,
  .product-container #tab-review,
  .product-container #tab-spec {
    padding: 15px;
  }

  .account-main-page .table-responsive td.text-right a.btn:first-of-type {
    margin-right: 0;
    margin-bottom:5px;
  }

  .account-main-page #content .pull-left.termscondish {
    font-size: 12px;
    display: inline-block;
    width: 170px;
    align-items: center;
    line-height: 5px;
  }

  .account-main-page .list-unstyled {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .account-main-page #column-right {
    padding: 0;
    flex-basis: 400px;
    width: unset;
  }

  .account-main-page #column-right {
    display: block!important;
  }

  .account-main-page {
    padding: 30px;
  }

  .register-box {
    margin:0;
  }

  #account-login.register-account-container .alert-dismissible {
    font-size: 12px;
    padding: 1px 5px;
    position: relative;
    margin-bottom: 10px;
    width: 95%;
  }

  .account-login-container {
    gap: 10px;
    flex-direction: column-reverse;
    align-items: center;
  }

  #account-login.register-account-container {
    padding: 10px 0;
    gap: 0;
    flex-direction: column;
  }

  .account-login-container > .well {
    padding: 25px;
    margin-bottom: 0;
  }

  .account-login-container > .well {
    flex-basis: unset;
    width: 95%;
  }

  .register-account-container {
    padding: 20px 0;
    width: 100%;
    min-height: unset;
    height: fit-content;
  }

  .register-account-form {
    width: 100%;
  }

  .register-box {
    padding: 35px 20px;
    width:95%;
  }

  .not-found-container .not-found-box {
    padding: 40px;
    width:400px;
  }

  .billing-details fieldset {
    margin-bottom: 0;
  }

  .checkout-login .part2 .form-group {
    margin-bottom: 1px;
  }

  .checkout-container {
    padding:25px 0;
  }

  .checkout-accordion {
    max-width: 100%;
  }

  .checkout-login {
    flex-direction: column;
  }

  .checkout-accordion .panel-heading,
  .checkout-login > * {
    border-left: 0;
    border-right: 0;
    border-radius: 0!important;
  }

  .checkout-login .part1 .radio:first-of-type {
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .checkout-login > * {
    padding: 20px;
  }

  .cart-label {
    display: block!important;
  }

  .delivery-container {
    padding: 20px!important;
  }

  .order-button-container {
    margin: 0!important;
    padding: 0 20px;
  }

  .order-button-container .pull-right {
    width: 100%!important;
  }

  .order-button-container input {
    width: 100%!important;
  }

  .cart-bottom-container .uk-accordion {
    width: 300px;
  }
  
  .basket-page-container .shoppingCartHolder table thead {
    display: none;
  }

  .confirmation-table {
    font-size: 12px!important;
  }

  .cart-image {
    flex-basis: 100%;
    justify-content: center;
    height: 100px;
    padding: 0!important;
    padding-top: 20px!important;
  }

  .cart-name {
    flex-basis:100%;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .cart-name .small {
    font-size: 90%!important;
  }

  .cart-name br {
    display: none!important;
  }

  .cart-model {
    flex-basis: 100%;
    justify-content: center;
    padding: 0!important;
  }

  .cart-quantity button {
    width: 34px!important;
    height: 34px!important;
  }

  .cart-quantity {
    flex-basis: 100%;
    justify-content: center;
  }

  .cart-quantity * {
    margin:0!important;
  }

  .basket-page-container .shoppingCartHolder {
    padding: 0!important;
  }

  .cart-price,
  .cart-unit,
  .cart-total {
    flex-basis: 33%;
    padding: 0!important;
    padding-bottom: 2cqw!important;
    justify-content: center;
  }

  .cart-quantity button {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
  }

  .shoppingCartHolder table,
  .shoppingCartHolder table * {
    display: flex;
  }

  .shoppingCartHolder table tbody {
    flex-direction: column;
  }
  
  .shoppingCartHolder table tbody tr {
    flex-wrap: wrap;
    height: fit-content!important;
  }

  .success-failure-container .content {
    width: 90%;
    padding: 30px 20px;
  }

  .success-failure-container .successTitle {
    font-size: 25px!important;
    line-height: 27px!important;
  }
  
  .product-container .content .options-container {
    flex-direction: column;
    gap:10px;
  }
  
  .product-container .images .main-image {
    height: 200px;
  }

  .product-container .images > div:not(.main-image) {
    height: 100px;
  }
  
  .similar-container {
    flex-wrap: wrap;
  }

  .similar-container .product {
    flex-basis: calc(50% - 10px);
  } 

  .similar-container .product:nth-child(4) {
    display: flex;
  } 

  .membership-features .feature:nth-child(even) {
    background-color: var(--brightColor)!important;
    color: var(--darkColor)!important;
  }  

  .membership-features .feature:nth-child(odd) {
    background-color: rgba(0,0,0,0.40)!important;
    color: white!important;
  }

  .membership-features .feature:nth-child(odd) * {
    color:white!important;
  }

  .membership-features .feature:nth-child(even) * {
    color:var(--darkColor)!important;
  }

  .membership-features {
    padding: 30px 25px;
    gap: 15px;
  }

  .membership-features .feature {
    flex-basis: 100%;
    padding: 20px;
  }
  
  .faq-container .uk-accordion {
    margin-top:30px;
  }

  .faq-container .image-container {
    display: none;
  }

  .faq-container .uk-accordion-title {
    font-size: 12px;
  }

  .faq-container {
    padding: 40px 25px;
    padding-bottom: 10px;
  }

  .content-section .content {
    padding: 30px 25px;
    gap:19px;
  }

  .content-section {
    flex-direction: column;
  }

  .content-section .image {
    flex-basis: unset;
    width: 100%;
    height:225px;
  }

  .category-container .left-column-container {
    display: flex;
    position: fixed;
    z-index: 50;
    top: 0;
    width: 100%;
    margin: auto;
    top:0;
    flex-basis: unset;
    min-height: 100vh;
    padding: 10px;
    background-color: rgba(0,0,0,0.4);
  }

  .category-top > div:first-of-type {
    row-gap: 0px!important;
    gap: 12px;
  } 

  .category-top> div:first-of-type img {
    width: 4px;
  }

  .products-container {
    padding: 30px 25px;
    padding-bottom: 85px;
  }

  .products-container .product .stars img {
    width: 18px;
  }

  .copyright-container img {
    margin: 0!important;
  }  

  .footer-container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    padding: 40px 30px;
  }

  .footer-container img {
    max-width: 90%;
    object-fit: contain;
  }

  .nav-container {
    flex-direction: column;
    gap: 0;
  }

  .footer-container .navigation {
    flex-direction: column;
  }

  .contact-section {
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .contact-section .image {
    flex-basis: unset;
    width: 100%;
  }

  .contact-section .image > div {
    position: relative;
  }

  .features-section {
    margin-top:30px;
  }

  .best-sellers .product .image {
    height:200px;
  }

  .best-sellers {
    margin-bottom: 0!important;
  }

  .main-banner {
    padding-top: 40vh;
    height: fit-content;
  }

  .main-banner .content {
    position: relative;
    width:100%;
  }

  .category-links {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    gap:10px;
    padding:10px;
    background-color: white;
  }

  .main-banner .content {
    padding:40px 30px;
  }

  .category-links > a img:last-of-type {
    display: none;
  }

  /*.category-links a:last-of-type {
    flex-basis: 100%;
  }*/

  .category-links > a img:first-of-type {
    width: 20px;
  }

  .contact-section .form {
    padding: 40px 25px!important;
  }

  .contact-section .form form {
    margin-bottom: 0;
    margin-top: 0;
  }

  .product-comparison-container table tbody tr td:not(.title-column) {
    min-width: 220px;
  }

  .product-comparison-container table td {
    padding: 6px!important;
  }

  .product-comparison-container .comparison-button-container > div {
    gap:5px;
  }

  .category-top > div:last-of-type {
    display: none;
  }

  .cat-mobile-control {
    display: flex;
  }

}

@media (max-width: 736px) {

    .whatsapp-fixed > img {
        width: 50px;
    }

    .whatsapp-fixed {
        bottom: 15px;
        left: 15px;
    }

    .whatsapp-fixed > div {
        padding: 3px 23px;
        padding-right: 22px;
        left: 37px;
        border-radius: 0 5px 5px 0;
    }

    .whatsapp-fixed > div p {
        font-size: 18px !important;
    }

    .desktop-menu .search-container {
        top: 65px;
        width: 100%;
        height: unset!important;
        padding: 5px!important;
    }

    .desktop-menu .search-container .searchContainer {
        width: 100%;
    }
    
    .desktop-menu {
        width: 100%;
        position: absolute;
        left: 0;
        height: unset!important;
    }

    .search-container.tablet {
        display: none!important;
    }

	.under-nav {
		display: block!important;
        padding: 0!important;
        height: 42px!important;
	}

    .search-container .live-search > ul > li > div:not(.product-add-cart) a .product-image {
        height: 25px!important;
    }

    .under-nav * {
        opacity: 1!important;
    }

    #search .input-lg {
        height: 37px;
    }

    .under-nav > a {
        display: none!important;
    }

    .under-nav .search-container {
        display: block!important;
    }

    .search-container #search .btn-lg {
        height: 37px!important;
        width: 37px!important;
    }

    .search-container .searchContainer input {
        font-size: 16px!important;
    }
    
    .empty-search {
        padding: 10px 20px!important;
    }
    
	.category-footer {
		padding: 0 20px;
	}
	
    .product-container .button-container > a {
        display: none!important;
    }

    .contactformsent .jconfirm-box {
        width: 300px;
        padding: 30px !important;
    }

    .checkout-login .part1 *, .checkout-login .part2 * {
        font-size: 16px!important;
        line-height: 24px!important;
    }

    .checkout-login .part1 h2, .checkout-login .part2 h2 {
        font-size: 24px!important;
        line-height: 30px!important;
    }
    
    .delivery-container .form-group label,
    .billing-details .part2 legend {
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }

    #car-slider .splide__track {
        padding-top: 20px;
    }
    
    #car-slider a > img {
        height: 95px;
        max-width: 150px;
        object-fit: contain;
    }
        
    .product .discount-price-container .discount-strikethrough {
        flex-direction: row;
        gap: 3px;
    }
    
    .product .full-price,
    .product .discount-price-container > p:first-of-type {
        font-size: 16px;
        line-height: 19px;
        flex-direction: row;
        gap: 3px;
        align-items: flex-end;
    }

    .product .full-price span {
        font-size: 13px !important;
        line-height: 15px !important;
    }

    .extra-links {
        justify-content: center;
        gap: 15px;
    }

    .product-container .content .button-container button.grey {
        min-width: 42px;
    }
    
    .centered-title {
        padding: 0 15px;
    }
    
    .klarna-container > img {
        height: 18px;
    }

    .klarna-container {
        gap: 10px!important;
    }

    .similar-products-container {
        margin-top: 10px;
    }

    .product-container .content .options-container.space-between {
        margin-bottom: 20px!important;
    }
    
    .options-container .icon-button {
        height: 30px;
    }
    
    .product-container .price-container h3 {
        font-size: 38px;
        line-height: 38px;
    }

    .product-container,
    .centered-product-details {
        padding:25px 15px;
    }

    .centered-product-details {
        padding-top: 0;
    }

    .product-container {
        padding-bottom: 0;
    }

    .centered-title hr {
        width: 50%;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    
    .why-cards .centered-title h2 img {
        top: 0.5px;
        margin-right: 2px;
        height: 32px;
    }

    .why-cards .centered-title h2 {
        font-size: 35px;
        line-height: 30px;
    }

    .why-cards .cards,
    .centered-title p {
        width: 100%;
    }

    .why-cards .cards > div {
        padding: 40px 25px;
    }

    .why-cards .cards {
        gap: 15px;
    }

    .why-cards {
        padding: 25px 15px;
        padding-top: 0!important;
    }
    
    .content-section-2 > .background-image {
        height: 260px;
    }
    
    .content-section-2 {
        padding: 20px 15px;
        gap: 25px;
    }
    
    .portfolio-container {
        padding: 10px;
        gap: 5px;
    }
    
    .portfolio-container > a {
        flex-basis: calc(50% - 2.5px);
    }

    .portfolio-container > a .overlay > p {
        font-size: 12px!important;
        line-height: 16px;
    }

    .portfolio-container > a .overlay > h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .portfolio-container > a > span {
        padding: 6px;
    }

    .portfolio-container > a > span > img {
        width: 20px;
    }

    .portfolio-container > a .overlay {
        padding: 15px;
    }
    
    .portfolio-container > a {
        height: 45vw;
    }

    .faqs .space-between {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .faq-card {
        padding: 25px;
    }

    .faqs {
        padding: 30px 15px;
        padding-bottom: 0;
    }

    .faq-col, 
    .faqs-container {
        gap: 15px;
    }

    .category-container .products .cat-mobile-control .select-container select {
        font-size: 15px;
    }

    .select-container {
        padding: 10px!important;
    }

    .category-container .products .cat-mobile-control .select-container select option {
        color: black!important;
        font-size: 15px!important;
    }

    .category-container .products .cat-mobile-control .select-container select {
        padding-left: 80px!important;
    }

    .category-container .products .cat-mobile-control .select-container label {
        font-size: 20px!important;
    }
    
    .small-banner {
        padding: 30px 30px;
        height: 200px;
    }

    .category-container .products {
        padding: 0 10px !important;
		padding-bottom: 90px!important;
        margin-top: 15px!important;
        margin-bottom: 0!important;
    } 

    .category-container .products .product {
        flex-basis: calc(50% - 3px);
    }

    .search-products-container .product {
        flex-basis: calc(50% - 3px);
    }

    
    .cat-mobile-control {
        margin-bottom: 10px!important;
    }
    
    .small-banner > img {
        margin-top: -327px;
    }

	.contact-form-container > div.form-container form button {
		width: 100%;
	}

	.tiles-container {
		padding: 0 10px;
	}

	.off-menu-container .space-between:last-of-type > div {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 10px;
	}

	.off-menu-container > div.space-between {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.off-menu-container > div.space-between:first-of-type {
		margin-bottom: 15px!important;
	}

	.off-menu-container > div.space-between:first-of-type > img {
		margin-bottom: 20px !important;
		height: 60px;
		width: fit-content;
		object-fit: contain;
		width:75%;
	}

	.off-menu-container {
		padding: 30px;
	}
	
	.off-menu {
		top: 0;
	}

	.menu-tablet > div > img {
		width: 40px;
	}

	.tag {
		padding: 3px 6px;
		font-size: 13px;
	}
	
    h3 {
        font-size: 30px;
        line-height: 27px;
    }

    .banner-container .overlay {
        padding: 25px;
    }

	.banner-container > div:not(.background-image) > div,
	.banner-container > div:not(.background-image) > a {
		height: 210px;
	}

	.banner-container > div:not(.background-image) > div > a .overlay {
		gap: 5px;
	}

	.contact-form-container > div.background-image .overlay {
		padding: 40px 20px;
	}
	
	.contact-form-container {
		padding: 25px 15px;
		margin-top: 0;
	}
	
    .footer > img {
        height: 42px;
	}

	.footer h5 {
		margin-bottom: 14px;
	}

	.footer > div {
		flex-basis: 100%;
		width: unset;
		text-align: center;
		align-items: center;
	}

	.footer {
		gap: 30px;
		padding: 30px;
	}
	
    h5 {
        font-size: 19px;
        line-height: 20px;
    }

	.content-section-1 .content {
		width: 100%;
		padding: 35px 25px;
	}
	

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

	h4 {
        font-size: 20px;
		line-height: 18px;
	}

	.product {
		padding: 0px;
		padding-bottom: 100px;
	}

	.product:not(.has-tag) {
	    background: linear-gradient(#0d0d0d, #0d0d0d) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 11.06%, rgba(255, 255, 255, 0.2) 23.56%, rgba(255, 255, 255, 0.2) 100%) border-box!important;
	}

	.product > .space-between {
        bottom: 10px;
        height: unset;
	}

	.product p {
		font-size: 16px;
	}

	.tag {
		top: 5px;
	}
	
	.product > .background-image {
		width: 100%;
		height: 140px;
		margin-bottom: 20px;
	}
	
	.product > .space-between {
		align-items: flex-start;
		gap: 9px;
		flex-direction: column;
		margin-top: 6px;
	}

	.product:hover > .background-image > img:last-of-type {
		display: none;
	}

	.product {
		text-align: left;
		align-items: flex-start;
		flex-basis: calc(50% - 3px);
    	border: 1px solid transparent;
	}

	.product button.grey {
		padding: 1px 6px!important;
		width: 100%;
	}
	
	button.grey p,
    button p {
		font-size: 18px!important;
	}

	.product h3,
	.product h4 {
		padding:0 15px!important;
	}

	.product h3 {
		font-size: 25px;
        line-height: 25px;
	}

	.product h4 {
		font-size: 13px;
		line-height: 15px;
		font-family: var(--pFont);
	}

	.product p {
        font-size: 14px;
    }

	.product > .space-between {
		justify-content: flex-start;
		padding: 0 15px!important;
	}

	.products {
		gap: 6px;
		margin-bottom: 25px;
		margin-top: 25px;
		padding:0 10px;
	}

    h1 {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 10px;
    }

	.ecom-navbar .top {
		display: none;
	}

	.nav-gap {
		height: 132px;
	}
	
    .banner-container > div.background-image > .overlay {
        padding: 35px 25px;
    }

  #basket-container .uk-offcanvas-bar {
    left: auto;
    right: -90%;
  }

  .basket-offcanvas {
    min-height: unset!important;
    max-height: 100px!important;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    min-height: unset!important;
    appearance: none;
    -webkit-appearance: none;
  }

  #basket-container.uk-open .uk-offcanvas-bar {
    left: auto;
    right: 0;
  }

  .mobile-hide img {
    width: 25px!important;
  }

  .ecom-navbar .cart-button .icon-button {
    padding: 5px!important;
  }

  .ecom-navbar .cart-button .input-group {
    width: 100%;
  }

  .ecom-navbar .cart-button #search {
    left: 20px;
    position: absolute;
    top: 90px;
    background-color: var(--transDark);
  }

  .ecom-navbar .bottom {
    padding: 0 0!important;
    padding-right: 0!important;
    justify-content: space-between;
  }

  .nav-logo {
    position: relative!important;
    z-index: 5;
    width: 210px;
	height: 50px!important;
  }

  .cart-button .live-search ul li:hover {
    background-color: unset!important;
  }

  .ecom-navbar .bottom .cart-button {
    position: absolute;
    width: 100%;
    display: flex!important;
    justify-content: flex-end;
  }

  .ecom-navbar.mobile .bottom #search {
    display: none;
  }

  .bottom-search-bar {
    display: flex;
    background-color: var(--transDark);
  }

  .search-top-container {
    margin-bottom: 0px!important;
  }

  .products-container .product {
    min-height:unset;
  }  

  .search-top-container > div {
    row-gap: 0px;
  }

  .search-top-container > div > div {
    height: 40px;
  }

  .search-top-container {
    padding: 15px;
    padding-bottom: 0;
  }

  .search-top-container > div > div:nth-child(1),
  .search-top-container > div > div:nth-child(2) {
    flex-basis: 100%;
  }

  .search-top-container > div > div:last-of-type {
    flex-basis: 100%;
  }

  .search-top-container > div > div:last-of-type input {
    width: 100%;
  }

  .category-links {
    flex-direction: column;
  }

  .product-container #tab-description,
  .product-container #tab-review, 
  .product-container #tab-spec {
    max-height: 250px;
  }
    
  .product-container .button-container #button-cart {
    flex-basis: 100%;
  }

  .product-container .content .price-container {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .product-container .button-container {
    flex-wrap: wrap;
  }

  .account-main-page .alert-dismissible {
    font-size: 12px;
    padding: 1px 5px;
    position: relative;
    margin-bottom: 10px;
    width: 95%;
  }

  .reviews-container table tbody td {
    padding: 10px!important;
  }

  .account-main-page > div#content,
  .account-main-page #column-right {
    flex-basis: unset;
  }

  .account-main-page #column-right .list-group {
    margin-bottom: 0;
  }

  .account-main-page {
    flex-direction: column;
    gap: 10px;
  }

  .not-found-container .not-found-box {
    width: 95%;
    max-width: 350px;
  }

  .cart-bottom-container .cartTable {
    margin: 10px 0;
    margin-bottom: 40px;
  }

  .cart-bottom-container {
    flex-direction: column;
  }

  .basket-page-container .shoppingCartHolder {
    margin-bottom: 0px;
  }

  .cart-bottom-container .uk-accordion {
    width: 100%;
  }

  .cart-bottom-container .cartTable .total-row {
    justify-content: space-between;
    text-align: center;
  }

  .cart-bottom-container .button-container {
    justify-content: center;
    margin-top: 25px;
  }

  .basket-page-container {
    padding-top: 23px;
  }

  .basket-bottom > img:first-of-type {
    margin-bottom: 20px;
  }

  .basket-bottom > p img {
    width: 14px!important;
    margin-right: 7px;
  }  

  .basket-bottom {
    bottom: 30px;
  }

  #basket-container .uk-offcanvas-bar {
    width: 90%;
  }

  #basket-container {
    width: 100%;
  }
  
  .similar-container .product {
    padding: 10px;
    row-gap: 8px;
    gap: 3px;
    flex-basis: calc(50% - 5px);
  }  

  .similar-container .product > img.company-logo {
    width: 60px;
  }

  .similar-products {
    padding: 20px 15px;
  }

  .similar-products .product .stars img {
    width: 12px;
  }

  .similar-container {
    gap: 10px;
    padding: 0;
  }

  .category-top > div:last-of-type {
    display: none;
  }
  
  .icon-button {
    height: 30px;
    width: 30px;
  }

  .products-container .product .stars img {
    width: 12px;
  }

  .products-container {
    gap: 10px;
    padding: 20px 15px;
    padding-bottom: 85px;
  }

  .products-container > .product {
    flex-basis: calc(50% - 5px);
  } 

  .category-top {
    border-width: 1px!important;  
    padding: 0!important;
  }

  .products-container .product {
    padding: 10px;
    row-gap: 8px;
    gap: 3px;
  }

  .products-container .product .image {
    height: 100px;
  }

  .similar-container .product .image {
    height: 100px;
  }

  .products-container .product > img.company-logo {
    width: 60px;
  }

  .nav-logo {
    height:35px;
  }

  .ecom-navbar.mobile .bottom {
    height:75px;
  }

  .ecom-navbar.mobile .top {
    padding:1px;
  }

  .ecom-navbar .top > div img {
    width:15px;
  }

  .ecom-navbar.mobile .top > div {
    position: relative;
    right:0;
    gap:5px;
  }

  .features-box {
    flex-direction: column;
    margin-top: 0;
  }

  .features-section .feature img {
    width:60px;
  }

  .features-section {
      padding: 40px 25px;
  }

  .features-box .feature {
    gap:10px;
  }

    .search-products-container {
        padding-bottom: 80px;
        margin-top: 10px!important;
    }

.search-top-container > h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}



}