body {
	font-family: "Poppins", "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #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: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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: "Poppins", "Open Sans", Arial, 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);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	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: #23A1D1;
	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;
}
.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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}


/* =========================================================
   FULL WIDTH LAYOUT FOR DESKTOP
   Keeps mobile/tablet unchanged
========================================================= */
@media (min-width: 992px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .container .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Optional: slightly more breathing space on very large screens */
@media (min-width: 1400px) {
  .container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}


/* =========================================
   CLEAN INLINE BREADCRUMB LIKE REFERENCE
========================================= */

.breadcrumb {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 0 18px 0 !important;
    padding: 10px 0 !important;
    font-size: 12px !important;
    line-height: 1.4;
}

/* remove default theme box/arrow styling */
.breadcrumb > li {
    display: inline-block !important;
    float: none !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.breadcrumb > li:after,
.breadcrumb > li:before {
    display: none !important;
    content: none !important;
}

/* only separator between items */
.breadcrumb > li + li:before {
    display: inline-block !important;
    content: "→" !important;
    color: #777 !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    vertical-align: middle;
}

.breadcrumb a {
    color: #6b4f4f !important;
    text-decoration: none !important;
    font-size: 12px !important;
}

.breadcrumb a:hover {
    text-decoration: underline !important;
}

/* first breadcrumb = only home icon, no text */
.breadcrumb > li:first-child a {
    font-size: 0 !important;
    color: #6b4f4f !important;
}


.breadcrumb > li:last-child a,
.breadcrumb > li:last-child {
    color: #5b4a4a !important;
    font-size: 12px !important;
}

/* mobile */
@media (max-width: 767px) {
    .breadcrumb {
        padding: 8px 0 !important;
        margin-bottom: 12px !important;
        font-size: 11px !important;
    }

    .breadcrumb a,
    .breadcrumb > li:last-child,
    .breadcrumb > li:last-child a,
    .breadcrumb > li + li:before,
    .breadcrumb > li:first-child a:before {
        font-size: 11px !important;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px !important;
    }
}

/* =========================================================
   PRODUCT PAGE - PREMIUM 50/50 LAYOUT
========================================================= */
.wd-product-page {
  padding-top: 0;
}

.wd-product-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: 24px;
}

.wd-gallery-sticky {
  position: sticky;
  top: 20px;
}

.wd-gallery-box {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.wd-thumb-column {
  width: 84px;
  flex: 0 0 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.wd-thumbs-viewport {
  width: 84px;
  height: 392px;
  overflow: hidden;
  position: relative;
}

.wd-thumbs-track {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.3s ease;
}

.wd-thumb-item {
  width: 84px;
  height: 84px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wd-thumb-item.active {
  border-color: #111;
}

.wd-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wd-thumb-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  color: #333;
}

.wd-main-image-box {
  flex: 1;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 14px;
}

.wd-main-image-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  text-align: center;
}

.wd-main-image-link img {
  max-width: 100%;
  max-height: 560px;
  object-fit: contain;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
  position: relative;
  z-index: 2;
}

.wd-main-image-link.is-zooming img {
  opacity: 0;
}

.wd-main-image-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 12px;
}

.wd-image-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  font-size: 22px;
  line-height: 1;
}

.wd-no-image {
  min-height: 420px;
  color: #666;
}

.wd-image-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wd-badge {
  display: inline-block;
  min-width: 54px;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.wd-badge-sale {
  background: #e11b22;
  color: #fff;
}

.wd-badge-hot {
  background: #f4ca21;
  color: #111;
}

.wd-details-panel {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 120px);
  min-height: 620px;
  position: sticky;
  top: 20px;
  background: #fff;
}

.wd-details-scroll {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  min-height: 0;
}

.wd-details-scroll::-webkit-scrollbar {
  width: 6px;
}

.wd-details-scroll::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 10px;
}

.wd-product-info {
  padding-left: 18px;
  padding-bottom: 10px;
}

.wd-product-title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #222;
}

.wd-product-brand {
  margin-bottom: 14px;
  font-size: 16px;
  color: #333;
}

.wd-product-brand span {
  font-weight: 600;
}

.wd-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.wd-stars i {
  color: #f5c518;
  font-size: 18px;
  margin-right: 2px;
}

.wd-rating-links {
  font-size: 15px;
}

.wd-rating-links a {
  color: #1b5fc7;
  text-decoration: none;
}

.wd-product-price {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.wd-price-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.wd-price-old {
  font-size: 28px;
  text-decoration: line-through;
  color: #333;
}

.wd-price-current {
  font-size: 30px;
  font-weight: 700;
  color: #111;
}

.wd-price-tax {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.wd-options-wrap .form-group {
  margin-bottom: 18px;
}

.wd-options-wrap .control-label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.wd-radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wd-radio-pill {
  margin: 0;
  cursor: pointer;
}

.wd-radio-pill input {
  display: none;
}

.wd-radio-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.wd-radio-pill input:checked + span {
  background: #1b5fc7;
  border-color: #1b5fc7;
}

.wd-minimum-note {
  margin-top: 12px;
  margin-bottom: 12px;
}

.wd-action-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 12px;
  padding-bottom: 14px;
  border-top: 1px solid #eee;
}

.wd-action-links a {
  font-size: 16px;
  color: #1b5fc7;
  text-decoration: none;
  font-weight: 500;
}

.wd-action-links a i {
  margin-right: 6px;
}

.wd-product-tabs-wrap {
  margin-top: 10px;
}

.wd-product-tabs-wrap .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.wd-product-tabs-wrap .nav-tabs > li > a {
  font-size: 16px;
  color: #222;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 14px 18px;
}

.wd-product-tabs-wrap .nav-tabs > li.active > a,
.wd-product-tabs-wrap .nav-tabs > li.active > a:hover,
.wd-product-tabs-wrap .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 2px solid #1b5fc7;
  color: #1b5fc7;
  background: transparent;
}

.wd-product-tabs-wrap .tab-content {
  padding: 20px 0 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.wd-sticky-buybar {
  border-top: 1px solid #e5e5e5;
  background: #fff;
  padding: 12px 0 0 18px;
  margin-top: auto;
  position: sticky;
  bottom: 0;
  z-index: 5;
}

.wd-cart-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.wd-qty-box {
  width: 220px;
  flex: 0 0 220px;
  display: flex;
}

.wd-qty-control {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 66px;
}

.wd-qty-btn {
  width: 52px;
  border: none;
  background: #f8f8f8;
  font-size: 28px;
  line-height: 1;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-qty-box .form-control {
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  height: 66px;
  text-align: center;
  font-size: 22px;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.wd-cart-buttons {
  flex: 1;
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.wd-cart-buttons .btn {
  flex: 1;
  height: 66px !important;
  min-height: 66px !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0 20px;
}



#button-cart {
  background: #000;
  border-color: #000;
  color: #fff;
}

#button-buy-now {
  background: #111;
  border-color: #111;
  color: #fff;
}

.wd-related-products {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .wd-gallery-sticky,
  .wd-details-panel,
  .wd-sticky-buybar {
    position: static;
  }

  .wd-details-panel {
    height: auto;
    min-height: 0;
  }

  .wd-details-scroll {
    overflow: visible;
    padding-right: 0;
  }

  .wd-gallery-box {
    flex-direction: column-reverse;
  }

  .wd-thumb-column {
    width: 100%;
    flex: 0 0 100%;
  }

  .wd-thumbs-viewport {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .wd-thumbs-track {
    flex-direction: row;
    gap: 10px;
    transform: none !important;
  }

  .wd-thumb-item {
    width: 76px;
    min-width: 76px;
    height: 76px;
  }

  .wd-thumb-arrow {
    display: none !important;
  }

  .wd-main-image-box,
  .wd-main-image-link {
    min-height: 380px;
  }

  .wd-main-image-link img {
    max-height: 320px;
    opacity: 1 !important;
  }

  .wd-product-info,
  .wd-sticky-buybar {
    padding-left: 0;
  }

  .wd-cart-row {
    flex-direction: column;
    align-items: stretch;
  }

  .wd-qty-box {
    width: 100%;
    flex: 0 0 100%;
  }

  .wd-cart-buttons {
    width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .wd-product-title {
    font-size: 22px;
  }

  .wd-product-brand,
  .wd-rating-links,
  .wd-action-links a,
  .wd-product-tabs-wrap .tab-content {
    font-size: 14px;
  }

  .wd-price-old {
    font-size: 22px;
  }

  .wd-price-current {
    font-size: 24px;
  }

  .wd-options-wrap .control-label {
    font-size: 17px;
  }

  .wd-radio-pill span {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
  }
}

/* product page fixes */
.wd-minimum-top {
  margin: 8px 0 16px;
}

.wd-focus-error {
  animation: wdPulseError 1.6s ease;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.18) !important;
  border-radius: 8px;
}

@keyframes wdPulseError {
  0%   { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.35); }
  70%  { box-shadow: 0 0 0 8px rgba(220, 53, 69, 0.05); }
  100% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); }
}

/* keep image clean when not hovering */
.wd-main-image-link {
  background-color: #fff;
}

.wd-main-image-link img {
  opacity: 1;
  transition: opacity 0.15s ease;
}

.wd-main-image-link.is-zooming img {
  opacity: 0;
}


/* =========================================================
   FINAL MOBILE / TABLET PRODUCT OVERRIDES
========================================================= */
@media (max-width: 991px) {
  .wd-product-page > .breadcrumb,
  .wd-product-main,
  .wd-sticky-buybar {
    display: none !important;
  }

  .wd-mobile-product,
  .wd-mobile-buybar {
    display: block !important;
  }

  .wd-mobile-product {
    padding-bottom: 95px !important;
  }

  .wd-mobile-breadcrumb {
    display: block !important;
    background: #fff !important;
    border: 0 !important;
    margin: 0 0 10px !important;
    padding: 8px 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .wd-mobile-breadcrumb > li {
    display: inline-block !important;
    float: none !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .wd-mobile-breadcrumb > li:before,
  .wd-mobile-breadcrumb > li:after {
    display: none !important;
    content: none !important;
  }

  .wd-mobile-breadcrumb > li + li:before {
    display: inline-block !important;
    content: "→" !important;
    color: #777 !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    vertical-align: middle !important;
  }

  .wd-mobile-breadcrumb a {
    color: #6b4f4f !important;
    font-size: 12px !important;
    text-decoration: none !important;
  }

  .wd-mobile-breadcrumb > li:first-child a {
    font-size: 0 !important;
  }

  .wd-mobile-gallery-wrap {
    margin-bottom: 14px !important;
  }

  .wd-mobile-main-slider {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #fff !important;
    margin-bottom: 10px !important;
  }

  .wd-mobile-slide {
    display: none !important;
    width: 100% !important;
    text-align: center !important;
  }

  .wd-mobile-slide.active {
    display: block !important;
  }

  .wd-mobile-main-link {
    display: block !important;
    background: #fff !important;
    padding: 0 !important;
  }

  .wd-mobile-main-link img {
    width: 100% !important;
    max-height: 420px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .wd-mobile-thumb-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 4px !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
  }

  .wd-mobile-thumb-slider::-webkit-scrollbar {
    display: none !important;
  }

  .wd-mobile-thumb {
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    padding: 4px !important;
    min-width: 70px !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    opacity: 0.8 !important;
    flex: 0 0 70px !important;
  }

  .wd-mobile-thumb.active {
    opacity: 1 !important;
    border-color: #111 !important;
  }

  .wd-mobile-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  .wd-mobile-info {
    padding: 0 !important;
  }

  .wd-mobile-info .wd-product-title {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin: 0 0 12px !important;
  }

  .wd-mobile-info .wd-product-brand,
  .wd-mobile-info .wd-rating-links,
  .wd-mobile-info .wd-price-tax {
    font-size: 14px !important;
  }

  .wd-mobile-info .wd-price-old {
    font-size: 22px !important;
  }

  .wd-mobile-info .wd-price-current {
    font-size: 24px !important;
  }

  .wd-mobile-info .wd-options-wrap .control-label {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
  }

  .wd-mobile-info .wd-radio-options {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .wd-mobile-info .wd-radio-pill {
    margin: 0 !important;
  }

  .wd-mobile-info .wd-radio-pill input {
    display: none !important;
  }

  .wd-mobile-info .wd-radio-pill span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 9px 14px !important;
    border-radius: 999px !important;
    border: 1px solid #111 !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .wd-mobile-info .wd-radio-pill input:checked + span {
    background: #1b5fc7 !important;
    border-color: #1b5fc7 !important;
  }

  .wd-mobile-accordion {
    margin-top: 18px !important;
  }

  .wd-mobile-acc-item {
    border-top: 1px solid #e5e5e5 !important;
  }

  .wd-mobile-acc-head {
    width: 100% !important;
    border: 0 !important;
    background: #fff !important;
    padding: 14px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1b4da1 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
  }

  .wd-mobile-acc-body {
    display: none !important;
    padding: 0 0 18px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #333 !important;
  }

  .wd-mobile-acc-item.active .wd-mobile-acc-body {
    display: block !important;
  }

  .wd-mobile-buybar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    background: #fff !important;
    border-top: 1px solid #ddd !important;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom)) !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08) !important;
  }

  .wd-mobile-buy-inner {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .wd-mobile-buybar .wd-qty-box {
    width: 88px !important;
    flex: 0 0 88px !important;
  }

  .wd-mobile-buybar .wd-qty-control {
    height: 56px !important;
    border-radius: 6px !important;
    border: 1px solid #dcdcdc !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  .wd-mobile-buybar .wd-qty-btn {
    width: 28px !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .wd-mobile-buybar .wd-qty-box .form-control {
    height: 56px !important;
    font-size: 18px !important;
    text-align: center !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .wd-mobile-cart-buttons {
    flex: 1 !important;
    display: flex !important;
    gap: 8px !important;
  }

  .wd-mobile-cart-buttons .btn {
    flex: 1 !important;
    height: 56px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  #button-cart-mobile {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }

  #button-buy-now-mobile {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
  }

  .wd-mobile-side-icons {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 0 0 auto !important;
  }

  .wd-mobile-side-icons a {
    font-size: 26px !important;
    line-height: 1 !important;
    color: #1b4da1 !important;
  }

  .wd-mobile-side-icons a:first-child {
    color: #d7263d !important;
  }

 
}


/* =========================================================
   CATEGORY / SEARCH / BRAND LISTING VIEW
========================================================= */

.wd-category-page {
  padding-top: 4px;
}

.wd-category-page .wd-page-header {
  margin: 0 0 18px;
}

.wd-category-page .wd-page-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #2d2d2d;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.wd-category-page .wd-page-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 155px;
  height: 2px;
  background: #c97c47;
}

.wd-category-intro {
  margin: 0 0 20px;
}

.wd-category-thumb-box {
  border: 1px solid #ececec;
  background: #fff;
  padding: 8px;
}

.wd-category-thumb {
  width: 100%;
}

.wd-category-description {
  color: #555;
  font-size: 13px;
  line-height: 1.7;
}

.wd-refine-wrap {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid #ececec;
  background: #fff;
}

.wd-refine-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.wd-refine-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wd-refine-list li {
  margin: 0 0 8px;
}

.wd-refine-list li:last-child {
  margin-bottom: 0;
}

.wd-refine-list a {
  color: #444;
  font-size: 13px;
}

.wd-listing-toolbar {
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid #e9e9e9;
}

.wd-toolbar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wd-toolbar-left,
.wd-toolbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.wd-toolbar-right {
  justify-content: flex-end;
}

.wd-view-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wd-view-switch .btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wd-view-switch .btn i {
  font-size: 15px;
  color: #555;
}

.wd-compare-link a {
  color: #3169c6;
  font-size: 13px;
  text-decoration: none;
}

.wd-sort-box,
.wd-limit-box {
  min-width: 110px;
}

.wd-sort-box .form-control,
.wd-limit-box .form-control {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  box-shadow: none;
  color: #444;
  font-size: 13px;
  background: #fff;
}

.wd-product-grid-row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}

.wd-product-grid-row > .product-layout {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  display: flex;
}

.wd-product-card {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: none;
  transition: box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.wd-product-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.wd-product-card .wd-card-top {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wd-product-image {
  background: #fff;
  padding: 16px 14px 4px;
  min-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none !important;
  position: relative;
}

.wd-product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 230px;
}

.wd-product-image img {
  max-height: 220px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.wd-discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ef1c24;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 4px;
  z-index: 2;
}

.wd-product-caption {
  padding: 4px 14px 14px !important;
  min-height: 96px !important;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.wd-rating-row {
  min-height: 20px;
  margin-bottom: 4px;
}

.wd-product-caption .wd-rating {
  padding-bottom: 0;
  line-height: 1;
}

.wd-product-caption .wd-rating .fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.wd-product-caption .wd-rating .fa-star,
.wd-product-caption .wd-rating .fa-star-o {
  font-size: 14px;
}

.wd-product-caption .wd-product-title {
  margin: 0 0 4px;
  min-height: 40px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
  border: 0;
  padding: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wd-product-caption .wd-product-title:after {
  display: none;
}

.wd-product-caption .wd-product-title a {
  color: #333;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wd-product-caption .wd-product-title a:hover {
  color: #111;
}

.wd-product-price {
  margin: 0;
  color: #444;
  line-height: 1.25;
  min-height: 22px;
}

.wd-product-price .price-normal,
.wd-product-price .price-new {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

.wd-product-price .price-old {
  font-size: 15px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-left: 8px;
  font-weight: 400;
}

.wd-product-price .price-tax {
  display: none;
}

.wd-pagination-row {
  margin-top: 12px;
  margin-bottom: 10px;
}

.wd-empty-state {
  padding: 25px 0;
}

.wd-mobile-filter-trigger {
  display: none;
}

.wd-filter-overlay {
  display: none;
}

#column-left .list-group a,
#column-right .list-group a {
  border-radius: 0;
}

@media (max-width: 1199px) {
  .wd-product-image {
    min-height: 235px;
  }

  .wd-product-image a {
    min-height: 215px;
  }

  .wd-product-image img {
    max-height: 205px;
  }
}

@media (max-width: 991px) {
  .wd-category-page .wd-page-title {
    font-size: 26px;
    padding-bottom: 14px;
  }

  .wd-category-page .wd-page-title:after {
    width: 125px;
  }

  .wd-toolbar-right {
    margin-top: 12px;
  }

  .wd-product-image {
    min-height: 205px;
    padding: 12px 10px 4px;
  }

  .wd-product-image a {
    min-height: 190px;
  }

  .wd-product-image img {
    max-height: 180px;
  }

  .wd-product-caption {
    padding: 4px 12px 12px !important;
    min-height: 92px !important;
  }

  .wd-product-caption .wd-product-title {
    font-size: 15px;
    min-height: 38px;
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .wd-category-page .wd-page-title {
    font-size: 24px;
    line-height: 1.15;
    padding-bottom: 12px;
  }

  .wd-category-page .wd-page-title:after {
    width: 105px;
  }

  .wd-toolbar-left {
    gap: 10px;
  }

  .wd-toolbar-right {
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-start;
  }

  .wd-sort-box,
  .wd-limit-box {
    min-width: 0;
    width: calc(50% - 5px);
  }

  .wd-product-grid-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .wd-product-grid-row > .product-layout {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }

  .wd-product-image {
    min-height: 170px;
    padding: 10px 8px 2px;
  }

  .wd-product-image a {
    min-height: 155px;
  }

  .wd-product-image img {
    max-height: 150px;
  }

  .wd-discount-badge {
    top: 8px;
    right: 8px;
    font-size: 11px;
    padding: 7px 8px;
  }

  .wd-product-caption {
    padding: 3px 10px 10px !important;
    min-height: 88px !important;
  }

  .wd-rating-row {
    min-height: 18px;
    margin-bottom: 3px;
  }

  .wd-product-caption .wd-product-title {
    font-size: 14px;
    line-height: 1.25;
    min-height: 36px;
    margin-bottom: 3px;
  }

  .wd-product-price .price-normal,
  .wd-product-price .price-new,
  .wd-product-price .price-old {
    font-size: 14px;
  }

  .wd-mobile-filter-trigger {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 82px;
    transform: translateX(-50%);
    z-index: 9997;
  }

  .wd-filter-toggle-btn {
    border: 0;
    background: #000;
    color: #fff;
    height: 52px;
    padding: 0 26px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .wd-filter-toggle-btn i {
    margin-right: 8px;
    font-size: 14px;
  }

  body.wd-filter-open {
    overflow: hidden;
  }

  body.wd-filter-open .wd-filter-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    z-index: 9998;
  }

  #column-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 84%;
    max-width: 340px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 9999;
    padding: 16px 15px 30px;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    box-shadow: 8px 0 30px rgba(0, 0, 0, 0.15);
  }

  #column-left.wd-mobile-filter-open {
    transform: translateX(0);
  }

  #content.wd-category-content {
    width: 100%;
  }

  .wd-pagination-row .text-left,
  .wd-pagination-row .text-right {
    text-align: left !important;
  }

  .wd-pagination-row .text-right {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .wd-category-page .wd-page-title {
    font-size: 22px;
  }

  .wd-product-caption .wd-product-title {
    font-size: 13px;
    min-height: 34px;
  }

  .wd-product-price .price-normal,
  .wd-product-price .price-new,
  .wd-product-price .price-old {
    font-size: 13px;
  }

  .wd-discount-badge {
    font-size: 10px;
    padding: 6px 7px;
  }

  .wd-filter-toggle-btn {
    height: 48px;
    padding: 0 20px;
    font-size: 13px;
  }
}

.wd-card-link {
  cursor: pointer;
}

/* WD CATEGORY FILTER MODULE */
.wd-filter-module {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 20px;
  font-size: 13px;
}

.wd-filter-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 10px;
  border-bottom: 1px solid #ececec;
}

.wd-filter-header-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.wd-filter-clear-top {
  font-size: 12px;
  color: #1e5ac7;
  text-decoration: none;
}

.wd-filter-clear-top:hover {
  text-decoration: underline;
}

.wd-filter-section {
  border-bottom: 1px solid #ececec;
}

.wd-filter-section:last-of-type {
  border-bottom: 0;
}

.wd-filter-toggle {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}

.wd-filter-toggle:focus {
  outline: none;
}

.wd-filter-symbol {
  font-size: 18px;
  line-height: 1;
  color: #666;
}

.wd-filter-body {
  display: none;
  padding: 0 12px 12px;
}

.wd-filter-section.wd-filter-section-open .wd-filter-body {
  display: block;
}

.wd-filter-price-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.wd-filter-price-row .form-control {
  height: 36px;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  font-size: 13px;
}

.wd-filter-price-hint {
  font-size: 12px;
  color: #888;
}

.wd-filter-subgroup {
  margin-bottom: 12px;
}

.wd-filter-subgroup:last-child {
  margin-bottom: 0;
}

.wd-filter-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: #444;
  margin-bottom: 8px;
}

.wd-filter-list {
  max-height: 220px;
  overflow-y: auto;
}

.wd-filter-check {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  color: #555;
  cursor: pointer;
  line-height: 1.4;
}

.wd-filter-check input {
  margin-right: 8px;
  vertical-align: middle;
}

.wd-filter-actions {
  padding: 12px;
  border-top: 1px solid #ececec;
}

.wd-filter-actions .btn {
  margin-bottom: 8px;
  border-radius: 2px;
  box-shadow: none;
}

.wd-filter-actions .btn:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wd-filter-module {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
  }

  .wd-filter-header-row {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  #column-left {
    display: block !important;
    visibility: visible !important;
  }

  #column-left.wd-mobile-filter-open {
    left: 0 !important;
    transform: translateX(0) !important;
  }

  .wd-filter-overlay {
    display: none;
  }

  body.wd-filter-open .wd-filter-overlay {
    display: block !important;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
  }

  .wd-mobile-filter-trigger {
    z-index: 9999;
  }
}


@media (max-width: 767px) {
  #column-left {
    display: block !important;
    visibility: visible !important;
  }

  #column-left.hidden-xs {
    display: block !important;
  }

  #column-left {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 84% !important;
    max-width: 340px !important;
    height: 100vh !important;
    overflow-y: auto !important;
    background: #fff !important;
    z-index: 9999 !important;
    padding: 16px 15px 30px !important;
    transform: translateX(-100%) !important;
    transition: transform 0.28s ease !important;
    box-shadow: 8px 0 30px rgba(0, 0, 0, 0.15) !important;
  }

  #column-left.wd-mobile-filter-open {
    transform: translateX(0) !important;
  }

  .wd-filter-overlay {
    display: none;
  }

  body.wd-filter-open .wd-filter-overlay {
    display: block !important;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
  }

  .wd-mobile-filter-trigger {
    z-index: 9999 !important;
  }
}

@media (max-width: 767px) {
  body.wd-filter-open .wd-mobile-filter-trigger {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .wd-mobile-filter-trigger {
    position: fixed !important;
    bottom: 10px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
}

body,
input,
button,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn,
.form-control,
.nav,
.dropdown-menu {
  font-family: "Poppins", "Open Sans", Arial, sans-serif !important;
}





/* =========================================================
   FINAL FORCE FIX - PRODUCT PAGE MOBILE + RELATED CAROUSEL
   Put this at absolute END of stylesheet.css
========================================================= */

/* stop horizontal page breaking */
html, body {
  overflow-x: hidden;
}

/* ---------- RELATED PRODUCTS FORCE FIX ---------- */
#product-product .wd-related-products {
  display: block !important;
  clear: both !important;
  margin-top: 24px !important;
  margin-bottom: 10px !important;
}

#product-product .wd-related-products h3 {
  margin: 0 0 14px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #222 !important;
}

#product-product .wd-related-carousel {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 16px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  width: 100% !important;
  padding: 0 0 8px !important;
  margin: 0 !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  cursor: grab !important;
  user-select: none !important;
}

#product-product .wd-related-carousel::-webkit-scrollbar {
  display: none !important;
}

#product-product .wd-related-carousel.dragging {
  cursor: grabbing !important;
  scroll-behavior: auto !important;
}

#product-product .wd-related-item {
  flex: 0 0 calc(18.1818% - 14.55px) !important;
  width: calc(18.1818% - 14.55px) !important;
  max-width: calc(18.1818% - 14.55px) !important;
  min-width: calc(18.1818% - 14.55px) !important;
  float: none !important;
  clear: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#product-product .wd-related-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

#product-product .wd-related-image {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 220px !important;
  padding: 14px 14px 6px !important;
  background: #fff !important;
  text-align: center !important;
}

#product-product .wd-related-image a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 190px !important;
}

#product-product .wd-related-image img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 185px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

#product-product .wd-related-badge {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  min-width: 52px !important;
  padding: 8px 8px !important;
  border-radius: 4px !important;
  background: #ef1c24 !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-align: center !important;
  z-index: 2 !important;
}

#product-product .wd-related-caption {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 8px 14px 14px !important;
  min-height: 122px !important;
}

#product-product .wd-related-rating {
  min-height: 18px !important;
  line-height: 1 !important;
}

#product-product .wd-related-rating .fa-stack {
  width: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
}

#product-product .wd-related-rating .fa-star,
#product-product .wd-related-rating .fa-star-o {
  font-size: 14px !important;
  color: #a7a7a7 !important;
}

#product-product .wd-related-title {
  margin: 0 !important;
  min-height: 42px !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #222 !important;
}

#product-product .wd-related-title a {
  color: #222 !important;
  text-decoration: none !important;
}

#product-product .wd-related-price {
  margin: 0 !important;
  color: #333 !important;
  line-height: 1.25 !important;
}

#product-product .wd-related-price .price-normal,
#product-product .wd-related-price .price-new {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

#product-product .wd-related-price .price-old {
  font-size: 14px !important;
  color: #8a8a8a !important;
  text-decoration: line-through !important;
  margin-left: 8px !important;
  font-weight: 400 !important;
}

#product-product .wd-related-price .price-tax {
  display: none !important;
}

#product-product .wd-related-actions {
  margin-top: auto !important;
  display: flex !important;
  align-items: stretch !important;
  border-top: 1px solid #ececec !important;
  background: #f5f5f5 !important;
  overflow: hidden !important;
}

#product-product .wd-related-actions button {
  flex: 1 1 33.333% !important;
  width: 33.333% !important;
  min-width: 0 !important;
  height: 40px !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-right: 1px solid #ececec !important;
  background: #f5f5f5 !important;
  color: #666 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  padding: 0 !important;
}

#product-product .wd-related-actions button:last-child {
  border-right: 0 !important;
}

#product-product .wd-related-actions button:hover {
  background: #ededed !important;
  color: #222 !important;
}

/* neutralize old theme row/grid behavior */
#product-product .wd-related-products .row,
#product-product .wd-related-products .product-layout,
#product-product .wd-related-products .product-grid {
  float: none !important;
  clear: none !important;
}

/* ---------- PRODUCT PAGE RESPONSIVE FORCE FIX ---------- */
@media (max-width: 991px) {
  #product-product > .breadcrumb,
  #product-product .wd-product-main,
  #product-product .wd-sticky-buybar {
    display: none !important;
  }

  #product-product .wd-mobile-product,
  #product-product .wd-mobile-buybar {
    display: block !important;
  }

  #product-product .wd-related-products {
    display: block !important;
  }

  #product-product .wd-mobile-product {
    padding-bottom: 92px !important;
  }
}

/* tablet + mobile related carousel */
@media (max-width: 991px) {
  #product-product .wd-related-carousel {
    gap: 12px !important;
  }

  #product-product .wd-related-item {
  flex: 0 0 calc(40% - 9.6px) !important;
  width: calc(40% - 9.6px) !important;
  max-width: calc(40% - 9.6px) !important;
  min-width: calc(40% - 9.6px) !important;
}

  #product-product .wd-related-image {
    min-height: 175px !important;
    padding: 10px 10px 4px !important;
  }

  #product-product .wd-related-image a {
    min-height: 150px !important;
  }

  #product-product .wd-related-image img {
    max-height: 138px !important;
  }

  #product-product .wd-related-caption {
    min-height: 108px !important;
    padding: 8px 10px 10px !important;
    gap: 5px !important;
  }

  #product-product .wd-related-title {
    min-height: 38px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  #product-product .wd-related-price .price-normal,
  #product-product .wd-related-price .price-new,
  #product-product .wd-related-price .price-old {
    font-size: 13px !important;
  }

  #product-product .wd-related-actions button {
    height: 38px !important;
  }
}

/* ===== Category Grid/List View Fix ===== */

.wd-product-grid-row.wd-view-grid {
	display: flex;
	flex-wrap: wrap;
}

.wd-product-grid-row.wd-view-list {
	display: block;
}

.wd-product-grid-row.wd-view-list > .product-layout {
	width: 100% !important;
	float: none !important;
	clear: both;
}

.wd-product-grid-row.wd-view-list .wd-product-card {
	width: 100%;
}

.wd-product-grid-row.wd-view-list .wd-card-top {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.wd-product-grid-row.wd-view-list .wd-product-image {
	width: 240px;
	min-width: 240px;
	max-width: 240px;
}

.wd-product-grid-row.wd-view-list .wd-product-image img {
	width: 100%;
	height: auto;
	display: block;
}

.wd-product-grid-row.wd-view-list .wd-product-caption {
	flex: 1 1 auto;
	text-align: left;
	padding-top: 5px;
}

.wd-product-grid-row.wd-view-list .wd-product-title {
	text-align: left;
}

.wd-product-grid-row.wd-view-list .wd-product-price {
	text-align: left;
}

.wd-product-grid-row.wd-view-list .wd-rating-row {
	text-align: left;
}

#grid-view.active,
#list-view.active {
	border-color: #222;
	background: #fff;
	color: #222;
	box-shadow: none;
}

@media (max-width: 767px) {
	.wd-product-grid-row.wd-view-list .wd-card-top {
		display: block;
	}

	.wd-product-grid-row.wd-view-list .wd-product-image {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
}