.product-details .category-wrap {
	display: none !important;
}

footer.footer {
	background: #222529 !important;
}

footer.footer a:hover {
	color: #fff !important;
}

a {
  transition: all 0.3s;
  color: #222529;
  text-decoration: none;
}

a:hover {
	color: #675851;
}

.checkout-methods a {
	text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1100px) and (max-width: 1460px) {
	#section-banner {
		top: 0% !important;
	}
}

input[type="radio"]:not(:checked),
input[type="radio"]:checked {
  position: absolute;
  left: 40px;
  opacity: 0;
}
input[type="radio"]:not(:checked) + label,
input[type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

input[type="radio"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #222529;
  background: #fff;
  border-radius: 100%;
}

input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  margin: auto;
  font-size: 12px;
  line-height: 0.8;
  background: #222529;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition: all .2s;
}

input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

input[type="radio"]:disabled:not(:checked) + label:before,
input[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #222529;
  background-color: #222529;
}

input[type="radio"]:disabled:checked + label:after {
  color: #222529;
}

input[type="radio"]:disabled + label {
  color: #aaa;
}

form h2 {
	margin-top: 10px !important;
}

.hpbannbtn {
	padding: 7px 13px !important;
}

.hpbannbtn:hover {
	background: #675851 !important;
	border-color: #675851 !important;
	color: #e6e5e2 !important;
}

.owl-dots {
	display: none;
}

.available {
	font-weight: bold;
	margin-left: 0px;
	height: 100%;
	display: flex;
	float: left;
	align-content: center;
	align-items: center;
}

.available--green {
	color: #29AB87;
}

.available--orange {
	color: #ff9700;
}

.price-box {
	justify-content: start !important;
	gap: 20px;
}

.product-default .product-title a {
	text-transform: none;
}

.product-single-details .product-title {
	width: 100%;
}

div.clear {
	width: 100%;
	clear: both;
}

@media (max-width: 820px) {
	.available {
		display: block;
		margin-left: 0;
	}
}

.cart-table-container {
	margin-bottom: 0 !important;
}

@media (max-width: 500px) {
	.product-action .add-cart {
		width: calc(100% - 105px);
	}
	
	.mr-sd-4 {
		margin-right: 20px !important;
	}
	
	.products-slider .owl-stage {
		width: 100% !important;
	}
	
	.products-slider .owl-stage .owl-item:nth-child(odd) {
		float: left !important;
		margin: 0 !important;
	}
	
	.products-slider .owl-stage .owl-item:nth-child(even) {
		float: right !important;
		margin: 0 !important;
	}
	
	.products-slider .owl-nav {
		display: none !important;
	}
	
	.large-banner h2 {
		line-height: 1.5 !important;
		font-size: 16px !important;
		text-align: right !important;
	}
	
	.divider-short-thick {
		margin: 10px auto 0 !important;
		display: none !important;
	}
	
	.section-banner-image {
		top: 4% !important;
	}
	
	.banner-layer-middle {
		transform: translateY(40%);
	}
	
	.hpbannbtn {
		margin-top: 15px !important;
		font-size: 14px !important;
	}
	
	/*
	.banner-layer {
		padding: 15px;
		border-radius: 15px;
		box-sizing: border-box;
		background: rgba(255,255,255,.5);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		margin-right: 15px;
		border: 1px solid rgba(255,255,255,.6);
	}
	
	.divider-short-thick {
		display: none;
	}
	
	.hpbannbtn {
		width: 100%;
		margin-top: 15px;
		border-radius: 10px;
	}
	*/
}

.cart-dropdown .btn-remove span {
	margin-top: 0;
}

.large-banner {
	height: 80vh;	
}

.product-collection .title-group h2 {
	font-style: normal;
	font-size: 5rem;
	margin-bottom: 40px !important;
}

.qty-col {
	text-align: center;
}

.cart-quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.plus-minus {
	font-size: 20px;
	display: inline-block; 
	background-color: #e6e5e2; 
	color: #675851;
	border-radius: 20px; 
	width: 20px; 
	height: 20px; 
	line-height: 20px;
	text-align: center;
	box-sizing: border-box;
}

.plus-minus:hover {
	background: #675851;
	color: #e6e5e2;
}

.btn-primary {
	border-color: #e6e5e2;
	background-color: #e6e5e2; 
	color: #675851;
}

.btn-primary:hover {
	color: #e6e5e2; 
	background: #675851;
	border-color: #675851;
}

.social-icons img {
	height: 20px !important;
}

.social-icons a.btn {
	border-radius: 100%;
	height: 40px;
	width: 40px;
	padding: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	border-color: #34393f;
	background-color: #34393f;
}

.social-icons a.btn:hover {
	background: #685952;
	border-color: #685952;
}

.social-icons {
	display: flex;
	gap: 20px;
}

.qty {
	width: 55px; 
	padding: 5px; 
	text-align: center;
	box-sizing: border-box;
	margin: 0;
}

.btn-remove {
	position: static;
	box-shadow: none;
	background: none;
}

.cart-summary {
	position: sticky;
	top: 0;
}

.cart-summary {
	padding: 20px;
}

.checkout-payment label {
	font-size: 15px;
	margin-left: 7px;
	font-weight: normal;
	line-height: 20px;
}

.footer-bottom {
	border-top-color: #373c42;
}

.footer .contact-info li {
	max-width: 100%;
}

.contact-info-label {
	display: inline-block !important;
}

.checkout-payment .delivery strong {
	font-size: 13px;
	font-weight: normal;
	padding: 3px 7px;
	margin-left: 7px;
	background: #222529;
	color: #fff;
	border-radius: 15px;
}

.table.table-cart .product-title, 
.table.table-wishlist .product-title {
	font-family: Barlow, sans-serif !important;
}

.step-title {
	font-family: Barlow, sans-serif;
}

.basket-product-item {
	display: block;
	justify-content: center;
	align-items: center;
}

.product-default .product-label.label-hot {
	background: #2d4156;
}

header {
	z-index: 10;
}

.price-box form {
	margin-bottom: 0 !important;
}

.price-box {
	display: flex !important; 
	justify-content: space-between;
	width: 100%; 
	align-items: center !important;
}

.btn-add-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd !important;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 0 !important;
}

.price-box .btn-add-cart i {
	position: relative;
	left: 2px;
	top: -1px;
}

.btn-add-cart i {
	margin: 0 !important;
}

.products-section .product-title {
	margin-bottom: 0 !important;
}

.products-section .owl-carousel.dots-top .owl-dot.active span,
.products-section .owl-carousel.dots-top .owl-dots span {
	border-color: #675851;
	border-color: #222529;
}

.inner-icon figure .btn-icon:hover {
	background-color: #222529 !important;
}

.product-default a:hover {
	color: #675851 !important;
}

.product-collection .product-title {
	margin-bottom: 0 !important;
	width: 100%;
	text-align: center;
	font-size: 19px;
}

.bg-primary {
	background: #675851 !important;
}

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

.product-collection .product-title a:hover {
	color: #000 !important;
	opacity: 1 !important;
}

.product-collection .price-box .product-price {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.fs-48px {
	font-size: 48px !important;
}

.header-middle {
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
}

.logo {
	max-width: 170px;
	width: 170px;
}

.product-default figure {
	overflow: hidden;
}

.inner-quickview figure .btn-quickview {
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(7px);
}

.product-ratings {
	display: none !important;
}

.product-single-tabs .tab-pane,
body {
	color: #000 !important;
}

.product-action.fixed {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #fff;
	left: 0;
	padding: 10px !important;
	box-sizing: border-box;
	z-index: 100;
}

.product-action.fixed .wrapper {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	display: flex;
}

.product-action.fixed .product-single-qty {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.product-action.fixed .add-cart {
	width: calc(100% - 102px);
}

@media (max-width: 764px) {
	.product-action.fixed {
		padding-bottom: 20px !important;
	}
}

#product-holder {
	height: 87px;	
}

footer {
	margin-bottom: 0 !important;
}

body {
	overflow-x: hidden !important;
}

footer .widget-title {
	color: #fff;
}

.relative {
	position: relative;
}

.section-banner-image {
	background: url('../images/hp1.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: -15%;
	left: 0;
	width: 100%;
	height: 130%;
	z-index: -1;
	transform: scale(1.3);
}

.hidden {
	overflow: hidden;
}

@media (min-width: 768px) {
	.desktop-padding-20 {
		padding-top: 20px !important;
	}
}

@media (max-width: 768px) {
	.wrapper {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		display: flex;
	}
	
	.product-single-details .product-single-qty {
		margin: 0 !important;
		margin-right: 10px !important;
	}
}

.product-col .product-image img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	max-width: 72px
}

@media (max-width: 575px) {
	.table.table-cart .product-row {
		display: block;
	}
	
	.basket-product-item .product-image-container {
		margin-bottom: 0 !important;
		float: left;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	
	.basket-product-item {
		justify-content: left;
		align-items: center;
		display: flex !important;
		text-align: left;
		line-height: 1.3;
	}
	
	.table.table-cart .product-title {
		line-height: 1.3;
	}
	
	.product-row {
		position: relative;
	}
	
	.table.table-cart .product-row td:nth-child(2) {
		display: none;
	}
	
	.table.table-cart .product-row td:nth-child(5) {
		position: absolute;
		right: 0px;
		top: 0;
	}
	
	.table.table-cart .product-row .btn-remove {
		font-size: 13px;
		text-decoration: underline;
		color: rgba(224, 6, 6, 1);
	}
	
	.cart-table-container {
		border: 0 !important;
	}
	
	.cart-quantity {
		flex-flow: row;
		position: relative;
		padding-top: 50px;
		padding-right: 10px;
	}
	
	.plus-minus {
		width: 20px;
		height: 20px;
		float: left;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	
	.qty {
		position: absolute;
		top: -2px;
	}
	
	.product-row td.product-col {
		width: 220px;
	}
	
	.product-single-gallery {
		transform: scale(1.1);
	}
	
	.product-price {
		font-size: 1.8rem !important;
	}
	
	.product-row {
		padding-top: 0 !important;
		padding-bottom: 5px !important;
	}
	
	.basket-product-item {
		display: block;
	}
	
	.product-image-container {
		display: block !important;
		padding: 0 !important;
		/*margin: 0 auto 12px !important;*/
	}
	
	#frm-voucherForm-code {
		width: 60%;
	}
	
	.cart-discount .input-group {
		flex-direction: row;
	}
	
	.cart-discount .input-group-append .btn {
		height: 42px;
	}
	
	.cart-dropdown .product-image-container {
		margin-bottom: 0 !important;
	}
	
	.cart-dropdown .dropdown-cart-products .product-image-container {
		margin-left: auto !important;
	}
}

@media (max-width: 480px) {
  .cart-dropdown .dropdown-menu, .compare-dropdown .dropdown-menu {
	width: 300px;
  }
}