body {
	font-family: 'Open Sans', 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: '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);
}
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: 1 !important;
}

.product-thumb .image a {
  opacity: 1 !important;
}
.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 #eee;
  background-color: transparent !important;
  overflow: visible !important;
}
.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:hover {
  color: inherit !important;
  background-color: inherit !important;
}

@media (max-width: 768px) {
  .product-thumb .button-group button:hover {
    background-color: transparent !important;
    color: inherit !important;
  }
}
.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;
    }
   
}

/* ===== GANDERZONE BUTTON BAR FIX (FINAL) ===== */

.product-thumb .gz-bar {
  display: flex !important;
  width: 100% !important;
}

.product-thumb .gz-main-btn {
  flex: 1 !important;
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 4px 0 0 4px !important;
  background: #0a3d2e !important;
  color: #fff !important;
  border: none !important;
}

.product-thumb .gz-icon-btn {
  width: 44px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #0a3d2e !important;
  color: #fff !important;
  border: none !important;
  border-left: 1px solid rgba(255,255,255,0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-thumb .gz-icon-btn:last-child {
  border-radius: 0 4px 4px 0 !important;
}

/* DARK ORANGE HOVER */

.product-thumb .gz-main-btn:hover,
.product-thumb .gz-icon-btn:hover {
  background: #C96F1F !important;
  color: #fff !important;
}

/* ===== PREMIUM BUTTON TEXT ===== */

.product-thumb .gz-main-btn {
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  font-size: 13.5px !important;
  text-transform: none !important;
}

.product-thumb .gz-icon-btn i {
  font-size: 14px !important;
}

/* ===== PREMIUM PRODUCT CARDS ===== */

.product-thumb {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.25s ease;
}

/* IMAGE POLISH */
.product-thumb .image img {
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .product-thumb:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    transform: translateY(-4px);
  }

  .product-thumb:hover .image img {
    transform: scale(1.03);
  }
}

/* CONTENT SPACING */
.product-thumb .caption {
  padding: 12px 14px 10px;
}

/* TITLE (PREMIUM FEEL) */
.product-thumb .caption h4 a {
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.3;
  display: block;
  margin-bottom: 6px;
}

/* DESCRIPTION CLEANUP */
.product-thumb .caption p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

/* PRICE STYLING */
.product-thumb .price {
  margin-top: 8px;
}

.product-thumb .price-new {
  color: #F39C34;
  font-weight: 700;
  font-size: 15px;
}

.product-thumb .price-old {
  color: #999;
  font-size: 13px;
  margin-left: 6px;
}

/* BUTTON BAR SPACING */
.product-thumb .gz-card-footer {
  padding: 10px;
}

/* BUTTON HOVER (SLIGHT LIFT EFFECT) */
.product-thumb .gz-main-btn:hover,
.product-thumb .gz-icon-btn:hover {
  transform: translateY(-1px);
}

/* ===== EQUAL HEIGHT PRODUCT CARDS ===== */

.product-layout {
  display: flex !important;
  margin-bottom: 20px;
}

.product-layout > div,
.product-layout .product-thumb {
  width: 100%;
}

.product-thumb {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

.product-thumb .image {
  flex: 0 0 auto;
}

.product-thumb .caption {
  flex: 1 1 auto !important;
  display: flex;
  flex-direction: column;
}

.product-thumb .caption .price {
  margin-top: auto;
}

.product-thumb .gz-card-footer {
  margin-top: auto !important;
  flex: 0 0 auto;
}

.product-layout {
  display: flex !important;
}

.product-layout > div {
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
}

.product-thumb {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

/* Stretch middle content */
.product-thumb .caption {
  flex: 1 1 auto !important;
  display: flex;
  flex-direction: column;
}

/* Push price down */
.product-thumb .caption .price {
  margin-top: auto;
}

/* Lock buttons to bottom */
.product-thumb .gz-card-footer {
  margin-top: auto !important;
}

/* ===== STRONGER OOS STRIPES ===== */

.product-thumb .gz-main-btn[disabled] {
  background: repeating-linear-gradient(
    45deg,
    #5a5a5a,
    #5a5a5a 12px,
    #3a3a3a 12px,
    #3a3a3a 24px
  ) !important;
  color: #ffffff !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

/* ===== REMOVE BUTTON DIVIDER LINE ===== */

.product-thumb .gz-icon-btn {
  border-left: none !important;
}

/* ===== PREMIUM BUTTON BAR FINISH ===== */

.product-thumb .gz-main-btn,
.product-thumb .gz-icon-btn {
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

/* subtle hover depth */
.product-thumb .gz-main-btn:hover,
.product-thumb .gz-icon-btn:hover {
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
}

/* ===== FINAL FORCE FIX (WINS OVER EVERYTHING) ===== */

/* EQUAL HEIGHT CARDS */
#product-category .product-layout {
  display: flex;
}

#product-category .product-thumb {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* CONTENT STRETCH */
#product-category .product-thumb > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* PUSH BUTTONS DOWN */
#product-category .product-thumb .caption {
  flex-grow: 1;
}

#product-category .gz-card-footer {
  margin-top: auto;
}

/* REAL IMAGE SPACING FIX */
#product-category .product-thumb .image {
  padding-top: 20px;
}

/* GZ BUTTON SYSTEM (FORCED CLEAN) */
.gz-buttons {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.gz-buttons button {
  border: none;
  border-radius: 0;
  height: 42px;
  background: #2f5d3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gz-buttons .btn-cart {
  flex: 1;
  font-weight: 600;
}

.gz-buttons button:not(.btn-cart) {
  width: 42px;
}

.gz-buttons button:hover {
  background: #d4a94f;
}

/* OUT OF STOCK BUTTON — HARD OVERRIDE */
.gz-buttons .btn-cart[disabled],
.gz-buttons .btn-cart:disabled {
  background: #555 !important;
  color: #fff !important;
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
}

/* PRODUCT TAGS — CLEAN STYLE */
.product-tags {
  margin-top: 10px;
  font-size: 13px;
  color: #777;
}

/* EACH TAG */
.product-tags a {
  display: inline-block;
  background: #f4f4f4;
  color: #333;
  padding: 5px 10px;
  margin: 3px 4px 0 0;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  transition: 0.2s ease;
}

/* HOVER */
.product-tags a:hover {
  background: #2f5d3a;
  color: #fff;
}

/* REMOVE "Tags:" TEXT */
.product-tags b {
  display: none;
}

/* FALLBACK FOR DEFAULT OPENCART TAGS */
#product-tags a,
.product-page-tags a {
  display: inline-block;
  background: #f4f4f4;
  color: #333;
  padding: 5px 10px;
  margin: 3px 4px 0 0;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
}

#product-tags a:hover,
.product-page-tags a:hover {
  background: #2f5d3a;
  color: #fff;
}

/* TAGS CONTAINER (BOX) */
.product-tags,
#product-tags {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.6;
  color: #555;
}

/* REMOVE "Tags:" LABEL */
.product-tags b,
#product-tags b {
  display: none;
}

/* EACH TAG */
.product-tags a,
#product-tags a {
  display: inline-block;
  background: #e9e9e9;
  color: #333;
  padding: 4px 8px;
  margin: 3px 4px 3px 0;
  border-radius: 4px;
  font-size: 11px;
  text-decoration: none;
  transition: 0.2s ease;
}

/* HOVER */
.product-tags a:hover,
#product-tags a:hover {
  background: #2f5d3a;
  color: #fff;
}

/* MAKE TAG WORDS LOOK LIKE CHIPS */
.product-thumb p:last-child a {
  display: inline-block;
  background: #e9e9e9;
  color: #333;
  padding: 4px 8px;
  margin: 3px 4px 3px 0;
  border-radius: 4px;
  font-size: 11px;
  text-decoration: none;
}

.product-thumb p:last-child a:hover {
  background: #2f5d3a;
  color: #fff;
}

/* REMOVE "Tags:" TEXT */
.product-thumb p:last-child strong,
.product-thumb p:last-child b {
  display: none;
}

/* GZ TAG BOX */
.gz-tags {
  margin-top: 12px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 6px;
}

/* TAG CHIP */
.gz-tag {
  display: inline-block;
  background: #f1f1f1;
  color: #333 !important;
  padding: 5px 10px;
  margin: 3px;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
}

.gz-tag:hover {
  background: #2f5d3a;
  color: #fff !important;
}

.gz-tag:hover {
  background: #2f5d3a;
  color: #fff;
}

/* ============================= */
/* EQUAL HEIGHT PRODUCT CARDS */
/* ============================= */

.product-layout {
  display: flex;
}

.product-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eee;
  padding: 12px;
  transition: 0.2s ease;
  background: #fff;
}

.product-thumb:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* IMAGE */
.product-thumb .image {
  text-align: center;
  margin-bottom: 10px;
}

.product-thumb .image img {
  max-height: 180px;
  object-fit: contain;
}

/* TITLE */
.product-thumb h4 {
  font-size: 15px;
  font-weight: 600;
  min-height: 40px;
}

/* DESCRIPTION */
.product-thumb .caption p {
  font-size: 13px;
  color: #666;
  min-height: 40px;
}

/* PRICE */
.product-thumb .price {
  font-size: 16px;
  font-weight: 700;
  color: #2f5d3a;
  margin-top: auto;
}

/* BUTTON AREA LOCK TO BOTTOM */
.product-thumb .gz-buttons {
  margin-top: 10px;
}

/* SPACING FIX */
.product-thumb .caption {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* CARD GRID SPACING */
.product-layout {
  margin-bottom: 25px;
}

/* CLEAN ROW */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row > div {
  padding-left: 10px;
  padding-right: 10px;
}

/* ===== FINAL OVERRIDE (STYLESHEET.CSS — TAKES PRIORITY) ===== */

.product-thumb .gz-buttons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

.product-thumb .gz-buttons .btn-cart {
  flex: 1 !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-thumb .gz-buttons .gz-icon-btn {
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* KILL BOOTSTRAP STACKING */
.product-thumb .btn,
.product-thumb button,
.product-thumb .btn-block {
  display: inline-flex !important;
  width: auto !important;
  float: none !important;
}

/* ===== FIX CARD WIDTH (DESKTOP) ===== */

@media (min-width: 992px) {
  #product-category .product-layout {
    width: 33.3333% !important;
    float: left !important;
  }
}

/* ===== FINAL OOS (CLEAN — NO DUPLICATES EVER) ===== */

.product-thumb .btn-cart[disabled],
.product-thumb .btn-cart.disabled {
  background: #6b6b6b !important;
  color: #ffffff !important;
  border: none !important;
  cursor: not-allowed !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  height: 44px !important;
  line-height: 44px !important;
}

/* KILL ALL FAKE TEXT SOURCES */
.product-thumb .btn-cart[disabled]::before,
.product-thumb .btn-cart[disabled]::after,
.product-thumb .btn-cart.disabled::before,
.product-thumb .btn-cart.disabled::after {
  content: none !important;
  display: none !important;
}

/* DO NOT DIM CARD */
.product-thumb:has(.btn-cart[disabled]),
.product-thumb:has(.btn-cart.disabled) {
  opacity: 1 !important;
}

/* ===== FIX GREYED OUT OOS CARDS ===== */
.product-thumb,
.product-thumb .image,
.product-thumb .caption,
.product-thumb .price,
.product-thumb h4,
.product-thumb h4 a,
.product-thumb p {
  opacity: 1 !important;
  filter: none !important;
}

.product-thumb.out-of-stock,
.product-thumb.oos,
.product-thumb.disabled,
.product-layout .product-thumb.out-of-stock,
.product-layout .product-thumb.oos,
.product-layout .product-thumb.disabled {
  opacity: 1 !important;
  filter: none !important;
}

.product-thumb .btn[disabled],
.product-thumb button[disabled],
.product-thumb .disabled,
.product-thumb .gz-oos-btn {
  opacity: 1 !important;
  filter: none !important;
}

@media (max-width: 767px) {
  .product-thumb,
  .product-thumb .image,
  .product-thumb .caption,
  .product-thumb .price,
  .product-thumb h4,
  .product-thumb h4 a,
  .product-thumb p,
  .product-thumb .btn[disabled],
  .product-thumb button[disabled],
  .product-thumb .disabled,
  .product-thumb .gz-oos-btn {
    opacity: 1 !important;
    filter: none !important;
  }
}

/* ===== GANDERZONE FINAL CARD SYSTEM ===== */

/* GRID FIX */
#content .row {
  display: flex;
  flex-wrap: wrap;
}

/* COLUMN STRETCH */
#content .product-layout {
  display: flex;
}

/* CARD */
#content .product-thumb {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* CONTENT AREA */
#content .product-thumb .caption {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* FOOTER LOCK */
#content .product-thumb .gz-card-footer {
  margin-top: auto;
}

/* BUTTON ROW */
#content .product-thumb .gz-bar {
  display: flex;
  width: 100%;
}

/* MAIN BUTTON */
#content .product-thumb .gz-main-btn {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ICON BUTTONS */
#content .product-thumb .gz-icon-btn {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CLEAN BUTTON RESET */
#content .product-thumb .gz-bar button {
  margin: 0;
  float: none;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  #content .row {
    display: block;
  }
}

/* ===== CATEGORY + RELATED FIX ===== */

/* ENSURE SAME CARD SYSTEM EVERYWHERE */
.product-layout {
  display: flex;
}

.product-layout .product-thumb {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* CAPTION FLEX */
.product-thumb .caption {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* LOCK FOOTER */
.product-thumb .gz-card-footer {
  margin-top: auto;
}

/* BUTTON ROW */
.product-thumb .gz-bar {
  display: flex;
  width: 100%;
}

/* MAIN BUTTON */
.product-thumb .gz-main-btn {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICONS */
.product-thumb .gz-icon-btn {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== FIX OOS SLANTED STYLE ===== */
.product-thumb .gz-main-btn:disabled {
  background: repeating-linear-gradient(
    45deg,
    #666,
    #666 10px,
    #777 10px,
    #777 20px
  ) !important;
  color: #fff;
}

/* REMOVE ANY FLOAT ISSUES */
.product-thumb .gz-bar button {
  margin: 0;
  float: none;
}

/* ===== FIX RELATED OVERFLOW ===== */

/* ENSURE CARD CONTAINS FOOTER */
.product-thumb {
  overflow: hidden;
}

/* FORCE FOOTER WIDTH INSIDE CARD */
.product-thumb .gz-card-footer {
  width: 100%;
}

/* FIX BAR WIDTH */
.product-thumb .gz-bar {
  width: 100%;
}

/* ===== FORCE OOS STRIPES (OVERRIDE EVERYTHING) ===== */

.product-thumb .gz-main-btn:disabled {
  background: repeating-linear-gradient(
    45deg,
    #666 0px,
    #666 10px,
    #777 10px,
    #777 20px
  ) !important;
  color: #fff !important;
  opacity: 1 !important;
  border: none !important;
}

/* ===== FORCE OOS STYLE (CORRECT TARGET) ===== */

button.gz-main-btn[disabled] {
  background: repeating-linear-gradient(
    45deg,
    #666 0px,
    #666 10px,
    #777 10px,
    #777 20px
  ) !important;
  color: #fff !important;
  opacity: 1 !important;
  border: none !important;
}

/* ===== FIX RELATED PRODUCT CARD HEIGHT ===== */

/* ONLY RELATED SECTION */
#product-product .product-layout {
  display: flex !important;
}

#product-product .product-thumb {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* LOCK FOOTER */
#product-product .gz-card-footer {
  margin-top: auto !important;
}

/* PREVENT BUTTON OVERFLOW */
#product-product .product-thumb {
  overflow: hidden !important;
}

/* ===== FORCE OOS STRIPES ON EXISTING BUTTON ===== */

.gz-main-btn[disabled] {
  background: repeating-linear-gradient(
    45deg,
    #666 0px,
    #666 10px,
    #777 10px,
    #777 20px
  ) !important;
  color: #fff !important;
  opacity: 1 !important;
  border: none !important;
}

/* OVERRIDE OPENCART DEFAULT DISABLED STYLE */
button[disabled] {
  opacity: 1 !important;
}

/* ===== FORCE OOS IN CATEGORY PAGE ===== */
#product-category button[disabled] {
  background: repeating-linear-gradient(
    45deg,
    #666 0px,
    #666 10px,
    #777 10px,
    #777 20px
  ) !important;
  color: #fff !important;
  opacity: 1 !important;
  border: none !important;
}

/* ===== FORCE OOS IN RELATED PRODUCTS ===== */
#product-product .product-thumb button[disabled] {
  background: repeating-linear-gradient(
    45deg,
    #666 0px,
    #666 10px,
    #777 10px,
    #777 20px
  ) !important;
  color: #fff !important;
  opacity: 1 !important;
  border: none !important;
}

/* ===== FIX RELATED PRODUCT FOOTER ALIGNMENT ===== */

#product-product .product-thumb {
  padding-bottom: 12px; /* ensures space inside card */
}

#product-product .gz-card-footer {
  width: calc(100% - 24px); /* match card padding */
  margin: 0 auto;
}

#product-product .gz-bar {
  width: 100%;
}

/* ===== RELATED PRODUCTS: FIX BUTTON ROW INSIDE CARD ===== */

#product-product .product-thumb .gz-buttons {
  width: 100% !important;
  display: flex !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#product-product .product-thumb .gz-buttons .btn-cart {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

#product-product .product-thumb .gz-buttons > button:not(.btn-cart) {
  flex: 0 0 52px !important;
  width: 52px !important;
}

#product-product .product-thumb {
  overflow: hidden !important;
}

/* ===== FINAL POLISH ===== */

/* EVEN SPACING INSIDE CARDS */
.product-thumb {
  padding: 16px;
}

/* CLEAN TITLE HEIGHT */
.product-thumb .caption h4 {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 6px;
}

/* CLEAN DESCRIPTION HEIGHT */
.product-thumb .caption p {
  min-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

/* PRICE SPACING */
.product-thumb .price {
  margin-bottom: 12px;
  text-align: center;
}

/* BUTTON BAR CLEAN EDGE */
.gz-bar {
  border-radius: 4px;
  overflow: hidden;
}

/* ICON BUTTON VISUAL BALANCE */
.gz-icon-btn {
  background: #24472d;
}

/* HOVER (SUBTLE SHOPIFY STYLE) */
.product-thumb:hover {
  transform: translateY(-4px);
  transition: 0.2s ease;
}

/* ===== MOBILE BUTTON ALIGN FIX (FINAL) ===== */
@media (max-width: 768px) {

  /* FORCE SINGLE ROW BUTTONS */
  .product-thumb .gz-buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0 !important;
  }

  /* MAIN ADD TO CART BUTTON */
  .product-thumb .gz-buttons .btn-cart {
    flex: 1 1 auto !important;
    width: auto !important;
    height: 42px !important;
    font-size: 14px !important;
    padding: 0 8px !important;
    white-space: nowrap !important;
  }

  /* ICON BUTTONS (HEART + COMPARE) */
  .product-thumb .gz-buttons .gz-icon-btn,
  .product-thumb .gz-buttons button:not(.btn-cart) {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
  }

  /* REMOVE ANY FLOAT OR BLOCK ISSUES */
  .product-thumb .gz-buttons button {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

}

/* ===== MOBILE TEXT + OOS FIX ===== */
@media (max-width: 768px) {

  /* FIX TITLE CUTTING OFF (TOP CLIPPED) */
  .product-thumb .caption h4 {
    height: auto !important;
    min-height: 44px !important;
    line-height: 1.3 !important;
    display: block !important;
    overflow: visible !important;
    margin-top: 8px !important;
  }

  .product-thumb .caption h4 a {
    display: block !important;
    line-height: 1.3 !important;
    padding-top: 2px !important;
  }

  /* FIX DESCRIPTION SPACING */
  .product-thumb .caption p {
    height: auto !important;
    min-height: 48px !important;
  }

  /* ===== OOS STRIPES FIX ===== */

  /* TARGET YOUR OOS BUTTON */
  .product-thumb .gz-buttons .btn-cart[disabled],
  .product-thumb .gz-buttons .gz-oos-btn {
    background: repeating-linear-gradient(
      45deg,
      #999,
      #999 10px,
      #888 10px,
      #888 20px
    ) !important;
    color: #fff !important;
    opacity: 1 !important;
  }

}

/* ===== MOBILE HARD OVERRIDE: TITLE CUTOFF + OOS STRIPES ===== */
@media (max-width: 768px) {

  /* CARD BODY */
  #product-category .product-layout .product-thumb,
  .product-layout .product-thumb {
    overflow: visible !important;
  }

  /* CAPTION AREA */
  #product-category .product-layout .product-thumb .caption,
  .product-layout .product-thumb .caption {
    overflow: visible !important;
    padding-top: 6px !important;
  }

  /* TITLE WRAPPER */
  #product-category .product-layout .product-thumb .caption h4,
  .product-layout .product-thumb .caption h4 {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    line-height: 1.35 !important;
    overflow: visible !important;
    margin: 8px 0 10px !important;
    padding: 0 !important;
  }

  /* TITLE LINK */
  #product-category .product-layout .product-thumb .caption h4 a,
  .product-layout .product-thumb .caption h4 a {
    display: block !important;
    position: static !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* DESCRIPTION */
  #product-category .product-layout .product-thumb .caption p,
  .product-layout .product-thumb .caption p {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 0 12px !important;
  }

 /* ===== FIX BUTTON GAP (CATEGORY ONLY) ===== */
#product-category .product-thumb .gz-buttons {
  display: flex !important;
  gap: 0 !important;
}

#product-category .product-thumb .gz-buttons button {
  margin: 0 !important;
  border-radius: 0 !important;
}

/* REMOVE HIDDEN SPACING FROM INLINE ELEMENTS */
#product-category .product-thumb .gz-buttons button + button {
  margin-left: 0 !important;
}

/* MAKE BUTTONS TOUCH CLEANLY */
#product-category .product-thumb .gz-buttons .btn-cart {
  flex: 1 !important;
}

#product-category .product-thumb .gz-buttons .gz-icon-btn {
  width: 42px !important;
}

/* ===== FIX FEATURED vs LATEST BUTTON WIDTH (DESKTOP) ===== */

/* FORCE ALL PRODUCT CARDS SAME STRUCTURE */
.product-layout .product-thumb {
  display: flex !important;
  flex-direction: column !important;
}

/* MAKE CAPTION TAKE FULL HEIGHT */
.product-layout .product-thumb .caption {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* PUSH BUTTONS TO BOTTOM CONSISTENTLY */
.product-layout .product-thumb .caption .price {
  margin-top: auto !important;
}

/* FORCE BUTTON BAR FULL WIDTH */
.product-layout .product-thumb .gz-buttons {
  width: 100% !important;
  display: flex !important;
}

/* FORCE MAIN BUTTON TO EXPAND SAME EVERYWHERE */
.product-layout .product-thumb .btn-cart {
  flex: 1 !important;
  width: 100% !important;
}

/* ===== FIX FEATURED BUTTON WIDTH (DESKTOP ONLY) ===== */

/* TARGET FEATURED MODULE SPECIFICALLY */
#content .row .product-layout:nth-child(-n+4) .product-thumb .gz-buttons {
  width: 100% !important;
  display: flex !important;
}

/* FORCE BUTTON TO EXPAND */
#content .row .product-layout:nth-child(-n+4) .product-thumb .btn-cart {
  flex: 1 !important;
  width: 100% !important;
}

/* REMOVE ANY SHRINKING */
#content .row .product-layout:nth-child(-n+4) .product-thumb {
  display: flex !important;
  flex-direction: column !important;
}

#content .row .product-layout:nth-child(-n+4) .product-thumb .caption {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

#content .row .product-layout:nth-child(-n+4) .product-thumb .caption .price {
  margin-top: auto !important;
}

/* ===== FIX FEATURED BUTTON WIDTH (gz-bar SYSTEM) ===== */

/* FORCE BAR FULL WIDTH */
.gz-card-footer .gz-bar {
  display: flex !important;
  width: 100% !important;
  gap: 0 !important;
}

/* MAIN BUTTON TAKES ALL SPACE */
.gz-card-footer .gz-main-btn {
  flex: 1 !important;
  width: 100% !important;
  margin: 0 !important;
}

/* ICON BUTTONS FIXED WIDTH */
.gz-card-footer .gz-icon-btn {
  flex: 0 0 42px !important;
  width: 42px !important;
}

/* REMOVE ANY HIDDEN SPACING */
.gz-card-footer .gz-bar button + button {
  margin-left: 0 !important;
}

/* ===== MOBILE PRODUCT PAGE FIX ===== */
@media (max-width: 768px) {

  /* REMOVE EXTRA SPACE ABOVE TITLE */
  #product-product h1 {
    margin-top: 10px !important;
  }

  /* PULL PRODUCT INFO UP */
  #product-product .col-sm-4,
  #product-product .col-sm-6,
  #product-product .col-sm-8 {
    margin-top: 0 !important;
  }

  /* FIX REVIEW POSITION UNDER TITLE */
  .gz-review-top {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
  }

  /* TIGHTEN PRICE SPACING */
  #product-product .price,
  #product-product h2 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }

  /* REMOVE EXTRA SPACE ABOVE ADD TO CART */
  #product-product #button-cart {
    margin-top: 10px !important;
  }

}

/* ===== GZ CHECKOUT — FORCE INVOICE STYLE (FINAL OVERRIDE) ===== */

/* HARD TARGET CONFIRM STEP */
#collapse-checkout-confirm,
#collapse-checkout-confirm * {
  box-sizing: border-box !important;
}

/* MAIN CONTAINER */
#collapse-checkout-confirm {
  margin-top: 20px !important;
}

#collapse-checkout-confirm > div,
#collapse-checkout-confirm .panel-body {
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 25px !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
  border: 1px solid #e7ece8 !important;
}

/* REMOVE GREY BACKGROUND */
#collapse-checkout-confirm,
#collapse-checkout-confirm .panel,
#collapse-checkout-confirm .panel-body {
  background-color: #ffffff !important;
}

/* TOTALS */
#collapse-checkout-confirm table {
  width: 100% !important;
  margin-top: 10px !important;
}

#collapse-checkout-confirm table td {
  padding: 10px 0 !important;
  font-size: 15px !important;
  color: #333 !important;
}

/* TOTAL ROW */
#collapse-checkout-confirm table tr:last-child td {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1f2a22 !important;
  border-top: 2px solid #e7ece8 !important;
  padding-top: 14px !important;
}

/* PAYPAL AREA */
#collapse-checkout-confirm .buttons,
#collapse-checkout-confirm .pull-right {
  background: #f8fbf8 !important;
  border: 1px solid #e7ece8 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  margin-top: 20px !important;
  text-align: center !important;
}

/* BUTTONS */
#collapse-checkout-confirm .buttons button,
#collapse-checkout-confirm .buttons a,
#collapse-checkout-confirm button {
  width: 100% !important;
  max-width: 420px !important;
  margin: 10px auto !important;
  display: block !important;
  border-radius: 8px !important;
}

/* TRUST TEXT */
#collapse-checkout-confirm::after {
  content: "Secure Checkout • Free Shipping • 30-Day Returns";
  display: block;
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  color: #6b7a70;
}

/* MOBILE */
@media (max-width: 768px) {
  #collapse-checkout-confirm > div,
  #collapse-checkout-confirm .panel-body {
    padding: 18px !important;
  }

  #collapse-checkout-confirm table tr:last-child td {
    font-size: 18px !important;
  }
}

/* ===== GZ CHECKOUT INVOICE (FINAL WORKING VERSION) ===== */

.gz-invoice {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border: 1px solid #e7ece8;
  margin-top: 20px;
}

/* table cleanup */
.gz-invoice table {
  margin-bottom: 0;
  border: none;
}

/* remove heavy borders */
.gz-invoice .table-bordered,
.gz-invoice .table-bordered td,
.gz-invoice .table-bordered th {
  border: none !important;
}

/* header row */
.gz-invoice thead td {
  font-weight: 600;
  font-size: 14px;
  color: #6b7a70;
  border-bottom: 1px solid #e7ece8 !important;
  padding-bottom: 10px !important;
}

/* product rows */
.gz-invoice tbody td {
  padding: 12px 0;
  font-size: 15px;
  color: #333;
}

/* totals section */
.gz-invoice tfoot td {
  padding: 8px 0;
  font-size: 15px;
}

/* TOTAL row (last row) */
.gz-invoice tfoot tr:last-child td {
  font-size: 20px;
  font-weight: 700;
  color: #1f2a22;
  border-top: 2px solid #e7ece8 !important;
  padding-top: 14px;
}

/* discount styling */
.gz-invoice tfoot tr td strong:contains("Discount") {
  color: #c0392b;
}

/* align totals nicely */
.gz-invoice tfoot td:first-child {
  text-align: right;
  padding-right: 15px;
}

/* PayPal section */
.gz-invoice + * {
  background: #f8fbf8;
  border: 1px solid #e7ece8;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

/* PayPal buttons */
.gz-invoice + * button,
.gz-invoice + * a {
  display: block !important;
  width: 100% !important;
  max-width: 420px;
  margin: 10px auto !important;
  border-radius: 8px;
}

/* trust badges */
.gz-invoice::after {
  content: "Secure Checkout • Free Shipping • 30-Day Returns";
  display: block;
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  color: #6b7a70;
}

/* mobile */
@media (max-width: 768px) {
  .gz-invoice {
    padding: 18px;
  }

  .gz-invoice tfoot tr:last-child td {
    font-size: 18px;
  }
}

/* ===== GZ CHECKOUT — PAYPAL ALIGN RIGHT ===== */

/* container holding PayPal */
.gz-invoice + * {
  display: flex !important;
  justify-content: flex-end !important;
}

/* inner wrapper */
.gz-invoice + * > * {
  width: 100%;
  max-width: 420px;
}

/* buttons */
.gz-invoice + * button,
.gz-invoice + * a {
  width: 100% !important;
  max-width: 420px !important;
  margin: 8px 0 !important;
}

/* ===== GZ CHECKOUT — FORCE PAYPAL RIGHT ALIGN ===== */

/* target confirm step container */
#collapse-checkout-confirm .panel-body {
  display: flex;
  flex-direction: column;
}

/* PayPal wrapper (this is the key) */
#collapse-checkout-confirm .panel-body > div:last-child {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
}

/* inner PayPal block */
#collapse-checkout-confirm .panel-body > div:last-child > * {
  width: 100%;
  max-width: 420px;
}

/* buttons */
#collapse-checkout-confirm button,
#collapse-checkout-confirm .paypal-button,
#collapse-checkout-confirm iframe {
  width: 100% !important;
  max-width: 420px !important;
}

/* ===== GZ CHECKOUT — PAYPAL FINAL FIX ===== */

/* wrapper that holds ALL PayPal buttons */
.paypal-button-row {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
}

/* inner PayPal container */
.paypal-button-row > div {
  width: 100% !important;
  max-width: 420px !important;
}

/* each button */
.paypal-button-row .paypal-button {
  width: 100% !important;
  max-width: 420px !important;
}

/* ===== GZ CHECKOUT — PAYPAL HARD RIGHT ALIGN (FINAL) ===== */

/* force PayPal containers to shrink + move right */
#collapse-checkout-confirm .paypal-button-row,
#collapse-checkout-confirm .paypal-button-container,
#collapse-checkout-confirm div[class*="paypal"] {
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* ensure buttons inside follow */
#collapse-checkout-confirm iframe,
#collapse-checkout-confirm button,
#collapse-checkout-confirm .paypal-button {
  width: 100% !important;
  max-width: 420px !important;
}

/* fallback: target ANY last block (ultimate safety) */
#collapse-checkout-confirm > div:last-child {
  max-width: 420px !important;
  margin-left: auto !important;
}

/* ===== GZ CHECKOUT — PAYPAL WRAP (FINAL GUARANTEED FIX) ===== */

.gz-paypal-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* inner PayPal container */
.gz-paypal-wrap > * {
  width: 100%;
  max-width: 420px;
}

/* FORCE PayPal buttons to respect width */
.gz-paypal-wrap iframe,
.gz-paypal-wrap button,
.gz-paypal-wrap div[class*="paypal"] {
  width: 100% !important;
  max-width: 420px !important;
}

/* ===== GZ CHECKOUT — PAYPAL FORCE RIGHT (BULLETPROOF) ===== */

/* parent container */
.gz-paypal-wrap {
  text-align: right !important;
  margin-top: 20px;
}

/* PayPal iframe + containers behave like inline blocks */
.gz-paypal-wrap iframe,
.gz-paypal-wrap div[class*="paypal"],
.gz-paypal-wrap .paypal-button-row {
  display: inline-block !important;
  width: 420px !important;
  max-width: 420px !important;
}

/* ===== PAYPAL HARD ALIGN FIX ===== */

.gz-checkout-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}

#gz-paypal-container {
  width: 100%;
  max-width: 420px;
}

/* kill full-width behavior */
#gz-paypal-container iframe,
#gz-paypal-container .paypal-buttons,
#gz-paypal-container .paypal-button-row {
  max-width: 100% !important;
  width: 100% !important;
}