@font-face {
    font-family: 'OpenCartFarsi';
    src: url('../fonts/Yekan.eot');
    src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Yekan.woff') format('woff'),
         url('../fonts/Yekan.ttf') format('truetype'),
         url('../fonts/Yekan.svg#Yekan') format('svg');
}
body {
	font-family: 'OpenCartFarsi', Tahoma;
	font-weight: 400;
	color: #555555;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #202020;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 18px;/*33px*/
}
h2 {
	font-size: 17px;/*27px*/
}
h3 {
	font-size: 16px;/*21px*/
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #c58f00;
}
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: #20252b;
	background-image: linear-gradient(to bottom, #292e33, #16191c);
	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: right;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #20252b;
	background-image: linear-gradient(to bottom, #292e33, #16191c);
	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-right: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #20252b;
	background-image: linear-gradient(to bottom, #292e33, #16191c);
	background-repeat: repeat-x;
	border-color: #16191c #16191c #0d0f11;
	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: #20252b;
	background-image: linear-gradient(to bottom, #292e33, #16191c);
	background-repeat: repeat-x;
}
#menu #category {
	float: right;
	padding-right: 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: left;
	background-color: #20252b;
	background-image: linear-gradient(to bottom, #292e33, #16191c);
	background-repeat: repeat-x;
	border-color: #16191c #16191c #0d0f11;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #20252b;
}
@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-right: 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: 'OpenCartFarsi', Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer #powered {text-align:center;}
/* 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;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #20252b;
	background-image: linear-gradient(to bottom, #292e33, #16191c);
	background-repeat: repeat-x;
	border-color: #16191c #16191c #0d0f11;
}
.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: right;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-right: 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-right: 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-right: 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-right: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-right: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: right;
	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-right: 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-right: 20px;
}
.thumbnails {
	margin-right: -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: right;
	margin-right: 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:right;
	}
}
@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:right;
	}
}
@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:right;
	}
}

/* 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;
}


/* =========================================================
   STOCKURD - CONSOLIDATED THEME OVERRIDES
   Final cleaned layer
   Brand: #20252B + #F5B400
   ========================================================= */

:root {
	--stockurd-dark: #20252b;
	--stockurd-dark-2: #16191c;
	--stockurd-yellow: #f5b400;
	--stockurd-yellow-hover: #ffca28;
	--stockurd-yellow-dark: #c58f00;
	--stockurd-text: #333333;
	--stockurd-muted: #666b70;
	--stockurd-bg: #f5f6f7;
	--stockurd-border: #e1e4e6;
}

/* Base */
body {
	background: var(--stockurd-bg);
	color: var(--stockurd-text);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--stockurd-dark);
}

a {
	color: var(--stockurd-yellow-dark);
}

a:hover {
	color: #a97700;
}

/* Top bar */
#top {
	background: #f1f2f3;
	border-bottom-color: #d8dbde;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #555b61;
	text-shadow: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: var(--stockurd-yellow-dark);
}

/* Header */
header {
	background: #ffffff;
	border-bottom: 1px solid #eceeef;
}

header .container {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Search */
#search .form-control {
	border-color: #cfd3d6;
	background: #ffffff;
}

#search .form-control:focus {
	border-color: var(--stockurd-yellow);
	box-shadow: none;
}

#search .btn {
	background: var(--stockurd-yellow);
	background-image: none;
	border-color: var(--stockurd-yellow-dark);
	color: var(--stockurd-dark);
}

#search .btn:hover {
	background: var(--stockurd-yellow-hover);
}

/* Cart */
#cart > .btn {
	background: var(--stockurd-dark);
	background-image: none;
	border-color: var(--stockurd-dark-2);
	color: #ffffff;
}

#cart > .btn:hover,
#cart.open > .btn {
	background: var(--stockurd-yellow);
	border-color: var(--stockurd-yellow-dark);
	color: var(--stockurd-dark);
}

/* Main menu */
#menu {
	background: var(--stockurd-dark);
	background-image: linear-gradient(to bottom, #292e33, var(--stockurd-dark-2));
	border: none;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

#menu .nav > li > a {
	color: #ffffff;
	font-weight: 600;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
	background: var(--stockurd-yellow);
	color: var(--stockurd-dark);
	text-shadow: none;
}

#menu .dropdown-menu {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-top: 3px solid var(--stockurd-yellow);
}

#menu .dropdown-menu a {
	color: #444444;
}

#menu .dropdown-menu a:hover,
#menu .see-all:hover,
#menu .see-all:focus {
	background: var(--stockurd-yellow);
	background-image: none;
	color: var(--stockurd-dark);
}

#menu:after {
	content: "";
	display: block;
	height: 3px;
	background: var(--stockurd-yellow);
}

/* Mobile menu */
@media (max-width: 767px) {
	#menu .btn-navbar,
	#menu .btn-navbar:hover,
	#menu .btn-navbar:focus,
	#menu .btn-navbar:active {
		background: var(--stockurd-yellow);
		color: var(--stockurd-dark);
		border-color: var(--stockurd-yellow-dark);
	}

	#menu .dropdown-menu {
		background: #2a3036;
	}

	#menu .dropdown-inner a,
	#menu .dropdown-inner a:hover {
		color: #ffffff;
	}

	#menu .dropdown-inner a:hover {
		background: var(--stockurd-yellow);
		color: var(--stockurd-dark);
	}
}

/* Main content */
#content {
	background: #ffffff;
}

#content h2,
#content h3 {
	border-right: 4px solid var(--stockurd-yellow);
	padding-right: 10px;
}

/* Buttons */
.btn-primary {
	background: var(--stockurd-yellow);
	background-image: none;
	border-color: var(--stockurd-yellow-dark);
	color: var(--stockurd-dark);
	font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background: var(--stockurd-yellow-hover);
	background-image: none;
	border-color: #c58e00;
	color: var(--stockurd-dark);
}

.btn-success {
	background: var(--stockurd-dark);
	border-color: var(--stockurd-dark);
	color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background: var(--stockurd-yellow);
	border-color: var(--stockurd-yellow-dark);
	color: var(--stockurd-dark);
}

.btn-link {
	color: var(--stockurd-yellow-dark);
}

/* Product cards */
.product-thumb {
	position: relative;
	background: #ffffff;
	border: 1px solid var(--stockurd-border);
	border-radius: 5px;
	overflow: hidden;
}

.product-thumb .image {
	background: #ffffff;
}

.product-thumb .caption {
	background: #ffffff;
	padding: 12px 14px 8px;
}

.product-thumb .caption h4 {
	margin-top: 5px;
	margin-bottom: 8px;
}

.product-thumb .caption h4 a {
	color: #252a2f;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}

.product-thumb .caption h4 a:hover {
	color: var(--stockurd-yellow-dark);
}

.product-thumb .caption p {
	color: var(--stockurd-muted);
}

.product-thumb .price {
	color: var(--stockurd-dark);
	font-size: 15px;
	font-weight: 700;
}

.product-thumb .price-new {
	color: var(--stockurd-yellow-dark);
	font-weight: 700;
}

.product-thumb .price-old {
	color: #999999;
}

.product-thumb .price-tax {
	color: #888888;
}

.product-thumb .button-group {
	background: #fafafa;
	border-top: 1px solid #eeeeee;
}

.product-thumb .button-group button {
	background: var(--stockurd-dark);
	color: #ffffff;
	border: none;
}

.product-thumb .button-group button:first-child {
	background: var(--stockurd-yellow);
	color: var(--stockurd-dark);
	font-weight: 700;
}

.product-thumb .button-group button:first-child:hover {
	background: var(--stockurd-yellow-hover);
	color: var(--stockurd-dark);
}

.product-thumb .button-group button:hover {
	background: #343b42;
	color: #ffffff;
}

.rating .fa-star {
	color: var(--stockurd-yellow);
}

.rating .fa-star-o {
	color: #b7b7b7;
}

@media (min-width: 768px) {
	.product-thumb {
		transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
	}

	.product-thumb:hover {
		transform: translateY(-2px);
		box-shadow: 0 7px 18px rgba(0,0,0,.10);
		border-color: var(--stockurd-yellow);
	}

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

/* Product page */
.product-info {
	background: #ffffff;
	border: 1px solid #e2e4e6;
	border-radius: 5px;
	padding: 18px;
}

.product-info h1 {
	color: var(--stockurd-dark);
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.product-info .price {
	color: var(--stockurd-dark);
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
}

.product-info .price-new {
	color: var(--stockurd-yellow-dark);
	font-size: 26px;
	font-weight: 700;
}

.product-info .input-group .form-control {
	height: 44px;
}

.product-info #button-cart {
	width: 100%;
	min-height: 48px;
	background: var(--stockurd-yellow);
	border-color: var(--stockurd-yellow-dark);
	color: var(--stockurd-dark);
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 2px 6px rgba(245,180,0,.25);
}

.product-info #button-cart:hover,
.product-info #button-cart:focus,
.product-info #button-cart:active {
	background: var(--stockurd-yellow-hover);
	color: var(--stockurd-dark);
}

.product-info .btn-group .btn:hover {
	background: var(--stockurd-yellow);
	color: var(--stockurd-dark);
	border-color: var(--stockurd-yellow-dark);
}

.form-control:focus {
	border-color: var(--stockurd-yellow);
	box-shadow: 0 0 4px rgba(245,180,0,.20);
}

/* Breadcrumb */
.breadcrumb {
	background: var(--stockurd-bg);
	border-color: var(--stockurd-border);
}

.breadcrumb a:hover {
	color: var(--stockurd-yellow-dark);
}

/* Panels / Checkout */
.panel-group .panel,
.panel-default {
	border-color: #dedfe1;
	border-radius: 5px;
	box-shadow: none;
}

.panel-default > .panel-heading,
.panel-group .panel-heading {
	background: var(--stockurd-bg) !important;
	color: var(--stockurd-dark) !important;
	border-right: 4px solid var(--stockurd-yellow);
}

.buttons .btn-primary,
.buttons .btn-success,
#button-payment-method,
#button-shipping-method,
#button-confirm {
	background: var(--stockurd-yellow);
	border-color: var(--stockurd-yellow-dark);
	color: var(--stockurd-dark);
	font-weight: 700;
}

.buttons .btn-primary:hover,
.buttons .btn-success:hover,
#button-payment-method:hover,
#button-shipping-method:hover,
#button-confirm:hover {
	background: var(--stockurd-yellow-hover);
	color: var(--stockurd-dark);
}

/* Tables */
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	background: var(--stockurd-dark);
	color: #ffffff;
	border-color: #343a40;
}

.table-bordered > tbody > tr:hover {
	background: #fffdf2;
}

/* Footer */
footer {
	background: var(--stockurd-dark);
	border-top: 4px solid var(--stockurd-yellow);
	color: #d8dadd;
}

footer h5 {
	color: #ffffff;
	border-right: 3px solid var(--stockurd-yellow);
	padding-right: 9px;
}

footer a {
	color: #c9cdd1;
}

footer a:hover {
	color: var(--stockurd-yellow);
}

footer hr {
	border-bottom-color: #3d444b;
}

footer .fa {
	color: var(--stockurd-yellow);
}

footer #powered {
	color: #9fa5aa;
	border-top: 1px solid #3d444b;
	padding-top: 15px;
}

/* Homepage Hero */
.stockurd-hero {
	background: linear-gradient(135deg, var(--stockurd-dark) 0%, #2c3339 100%);
	border-radius: 6px;
	margin-bottom: 25px;
	padding: 35px 40px;
	position: relative;
	overflow: hidden;
	border-bottom: 4px solid var(--stockurd-yellow);
}

.stockurd-hero-content {
	max-width: 700px;
	position: relative;
	z-index: 2;
}

.stockurd-hero-badge {
	display: inline-block;
	background: var(--stockurd-yellow);
	color: var(--stockurd-dark);
	font-size: 12px;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 3px;
	margin-bottom: 12px;
}

.stockurd-hero h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	margin: 5px 0 12px;
}

.stockurd-hero p {
	color: #d9dde0;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
}

.stockurd-hero-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.stockurd-btn-secondary {
	display: inline-block;
	padding: 10px 22px;
	border: 1px solid rgba(255,255,255,.45);
	border-radius: 4px;
	color: #ffffff !important;
	background: transparent;
	font-weight: 600;
	text-decoration: none !important;
}

.stockurd-btn-secondary:hover {
	background: #ffffff;
	color: var(--stockurd-dark) !important;
	border-color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {
	body {
		font-size: 13px;
		line-height: 21px;
	}

	#logo {
		text-align: center;
	}

	#logo img {
		max-width: 180px;
	}

	#search,
	#cart {
		margin-top: 8px;
	}

	#search .form-control,
	#search .btn,
	#cart > .btn {
		height: 44px;
	}

	#menu {
		margin-bottom: 15px;
	}

	#menu .nav > li > a {
		padding: 11px 15px;
		border-bottom: 1px solid rgba(255,255,255,.08);
	}

	#content h1 {
		font-size: 22px;
		line-height: 30px;
	}

	#content h2 {
		font-size: 19px;
		line-height: 28px;
	}

	.product-thumb:hover {
		transform: none;
		box-shadow: none;
		border-color: var(--stockurd-border);
	}

	.product-thumb:hover .image img {
		transform: none;
	}

	.product-info {
		margin-top: 15px;
		padding: 14px;
	}

	.product-info h1 {
		font-size: 21px;
		line-height: 30px;
	}

	.product-info .price-new {
		font-size: 22px;
	}

	.product-info #button-cart,
	.buttons .btn,
	#button-payment-method,
	#button-shipping-method,
	#button-confirm {
		width: 100%;
		min-height: 50px;
	}

	.stockurd-hero {
		padding: 25px 20px;
		margin-bottom: 18px;
	}

	.stockurd-hero h1 {
		font-size: 23px;
		line-height: 32px;
	}

	.stockurd-hero p {
		font-size: 13px;
		line-height: 23px;
	}

	.stockurd-hero-actions {
		display: block;
	}
/*
	.stockurd-hero-actions .btn-primary,
	.stockurd-btn-secondary {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 8px;
	}
*/
	footer {
		border-top-width: 3px;
		padding-top: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		transition: none !important;
		animation: none !important;
		scroll-behavior: auto !important;
	}
}
/* =========================================================
   STOCKURD HERO - Final Layout Adjustment
   ========================================================= */

.stockurd-hero {
	background: #f5f6f7;
	border: none;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;

	/* فاصله از بالای صفحه */
	margin-top: 0;

	/* عملاً چسبیده به اسلایدر زیر */
	margin-bottom: 0;

	/* ارتفاع مناسب */
	min-height: 180px;

	padding: 22px 30px 0;

	/* برای قرار گرفتن دکمه‌ها در پایین */
	display: flex;
	flex-direction: column;
}

.stockurd-hero-content {
	width: 100%;
	max-width: none;

	display: flex;
	flex-direction: column;
	flex: 1;
}

/* متن بالایی */
.stockurd-hero-badge {
	align-self: flex-start;

	background: transparent;
	color: #c58f00;

	padding: 0;
	margin: 0 0 6px;

	font-size: 13px;
	font-weight: 700;
}

/* تیتر اصلی */
.stockurd-hero h1 {
	color: #20252b;
	font-size: 28px;
	line-height: 38px;

	margin: 0 0 8px;
}

/* توضیحات */
.stockurd-hero p {
	color: #555b61;

	font-size: 14px;
	line-height: 24px;

	margin: 0 0 15px;
}

/* ناحیه دکمه‌ها */
.stockurd-hero-actions {
	margin-top: auto;
	margin-bottom: 0;

	display: flex;
	align-items: flex-end;
	gap: 8px;
}

/* دکمه اصلی 
.stockurd-hero-actions .btn-primary {
	margin-bottom: 0;

	background: #f5b400;
	border-color: #d99b00;
	color: #20252b;

	font-weight: 700;
	padding: 9px 20px;

	border-radius: 4px 4px 0 0;
}
*/
/* دکمه اصلی Hover 
.stockurd-hero-actions .btn-primary:hover {
	background: #ffca28;
	color: #20252b;
}*/

/* دکمه تماس با ما */
.stockurd-btn-secondary {
	margin-bottom: 0;

	background: #20252b;
	border: 1px solid #20252b;

	color: #ffffff !important;

	padding: 9px 20px;

	border-radius: 4px 4px 0 0;

	font-weight: 600;
}

/* Hover تماس */
.stockurd-btn-secondary:hover {
	background: #343b42;
	color: #ffffff !important;
	border-color: #343b42;
}

/* ---------------------------------------------------------
   اسلایدر باید بلافاصله بعد از Hero قرار بگیرد
   --------------------------------------------------------- */

.stockurd-hero + .swiper-viewport,
.stockurd-hero + .carousel,
.stockurd-hero + .swiper-container {
	margin-top: 0 !important;
}

/* اگر اسلایدر داخل wrapper ماژول باشد */
.stockurd-hero + .row,
.stockurd-hero + div {
	margin-top: 0 !important;
}

/* موبایل */
@media (max-width: 767px) {

	.stockurd-hero {
		min-height: 0;
		padding: 18px 15px 0;
		margin-bottom: 0;
	}

	.stockurd-hero h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.stockurd-hero p {
		font-size: 13px;
		line-height: 22px;
	}

	.stockurd-hero-actions {
		display: flex;
		width: 100%;
		gap: 6px;
		margin-top: 14px;
	}
/*
	.stockurd-hero-actions .btn-primary,
	.stockurd-btn-secondary {
		flex: 1;
		text-align: center;
		padding: 10px 8px;
		border-radius: 4px 4px 0 0;
	} */
} 
/* =========================================================
   STOCKURD HERO - Final Button / Background Adjustment
   ========================================================= */

.stockurd-hero {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding: 22px 30px 0 !important;

	/* دکمه‌ها به پایین باکس بچسبند */
	min-height: 180px;
	display: flex;
	flex-direction: column;
}

.stockurd-hero-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
}

/* متن بالایی */
.stockurd-hero-badge {
	background: transparent !important;
	padding: 0 !important;
	margin-bottom: 6px;
	color: #c58f00;
}

/* عنوان */
.stockurd-hero h1 {
	color: #20252b;
}

/* توضیحات */
.stockurd-hero p {
	color: #555b61;
}

/* ناحیه دکمه‌ها */
.stockurd-hero-actions {
	margin-top: auto !important;
	margin-bottom: 0 !important;
	padding: 0 !important;

	display: flex;
	align-items: flex-end;
	gap: 8px;
}

/* مشاهده محصولات 
.stockurd-hero-actions .btn-primary {
	margin-bottom: 0 !important;
	border-radius: 4px 4px 0 0 !important;
}
*/
/* تماس با ما - دکمه فرعی */
.stockurd-btn-secondary {
	margin-bottom: 0 !important;

	background: transparent !important;
	color: #20252b !important;
	border: 1px solid #20252b !important;

	border-radius: 4px 4px 0 0 !important;

	padding: 9px 20px;
	font-weight: 600;
	text-decoration: none !important;
}

/* Hover تماس با ما */
.stockurd-btn-secondary:hover {
	background: rgba(32, 37, 43, 0.06) !important;
	color: #20252b !important;
	border-color: #20252b !important;
}

/* Hero مستقیماً به اسلایدر بچسبد */
.stockurd-hero + .swiper-viewport,
.stockurd-hero + .carousel,
.stockurd-hero + .swiper-container,
.stockurd-hero + .row {
	margin-top: 0 !important;
}

/* موبایل */
@media (max-width: 767px) {
	.stockurd-hero {
		padding: 18px 15px 0 !important;
		min-height: 0;
	}

	.stockurd-hero-actions {
		margin-top: 14px !important;
	}
/*
	.stockurd-hero-actions .btn-primary,
	.stockurd-btn-secondary {
		border-radius: 4px 4px 0 0 !important;
	}*/
}
/* =========================================================
   STOCKURD HERO - Final Position Fix
   ========================================================= */

/* باکس Hero */
.stockurd-hero {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	/* کمی جمع‌تر از قبل */
	min-height: 165px !important;

	padding-top: 18px !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
	padding-bottom: 0 !important;

	margin-top: 0 !important;
	margin-bottom: 0 !important;

	position: relative;
	z-index: 1;
}

/* محتوای Hero */
.stockurd-hero-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* متن‌ها */
.stockurd-hero-badge {
	margin-bottom: 5px !important;
}

.stockurd-hero h1 {
	margin-bottom: 6px !important;
}

.stockurd-hero p {
	margin-bottom: 10px !important;
}

/* ناحیه دکمه‌ها */
.stockurd-hero-actions {
	width: 100% !important;

	display: flex !important;
	flex-direction: row !important;

	/* در RTL، flex-start یعنی سمت راست */
	justify-content: flex-start !important;
	align-items: flex-end !important;

	gap: 8px !important;

	margin-top: auto !important;
	margin-right: -30px !important;
	margin-bottom: 0 !important;
}

/* دکمه مشاهده محصولات
.stockurd-hero-actions .btn-primary {
	margin-bottom: 0 !important;

	border-radius: 4px 4px 0 0 !important;
}
*/
/* دکمه تماس با ما */
.stockurd-btn-secondary {
	margin-bottom: 0 !important;

	background: transparent !important;
	color: #20252b !important;

	border: 1px solid #20252b !important;
	border-bottom: none !important;

	border-radius: 4px 4px 0 0 !important;

	padding: 9px 20px !important;
}

/* Hover تماس با ما */
.stockurd-btn-secondary:hover {
	background: rgba(32,37,43,.05) !important;
	color: #20252b !important;
}

/* =========================================================
   اسلایدر - بازیابی لبه بالایی
   ========================================================= */

.stockurd-hero + .swiper-viewport,
.stockurd-hero + .carousel,
.stockurd-hero + .swiper-container {
	margin-top: 0 !important;

	border-top: 1px solid #e1e4e6 !important;

	position: relative;
	z-index: 2;
}

/* در صورتی که اسلایدر داخل wrapper باشد */
.stockurd-hero + .row {
	margin-top: 0 !important;
}

/* =========================================================
   موبایل
   ========================================================= */

@media (max-width: 767px) {

	.stockurd-hero {
		min-height: 0 !important;
		padding-top: 15px !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.stockurd-hero-actions {
		margin-right: -15px !important;
		width: calc(100% + 15px) !important;
	}
/*
	.stockurd-hero-actions .btn-primary,
	.stockurd-btn-secondary {
		padding: 9px 12px !important;
	} */
}
/* تماس با ما - لینک طلایی */
.stockurd-btn-secondary {
	background: transparent !important;
	border: none !important;
	color: #c58f00 !important;
	padding: 9px 12px !important;
	border-radius: 0 !important;
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: none !important;
}

/* هاور تماس با ما */
.stockurd-btn-secondary:hover {
	background: transparent !important;
	border: none !important;
	color: #a97700 !important;
	text-decoration: underline !important;
}

/* =========================================================
   STOCKURD - Vertical Category Navigation
   ========================================================= */

/* ---------- Header ---------- */

#site-header {
	background: #fff;
	padding: 10px 0 15px;
}

#site-header #logo {
	margin-top: 5px;
}

#site-header #logo img {
	max-height: 250px;
	width: auto;
	margin-right: auto;
	margin-left: 0;
}

#header-search {
	padding-top: 25px;
}

#header-cart {
	padding-top: 25px;
}


/* ---------- Navigation Area ---------- */

#site-navigation {
	width: 100%;
	background: transparent;
	margin: 0 auto 20px;
}

#site-navigation > .container {
	position: relative;
}


/* ---------- Main Menu ---------- */

#site-navigation #menu {
	width: 225px;
	float: right;
	background: #20252b;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 3px 10px rgba(0,0,0,.12);
	margin: 0;
	padding: 0;
	min-height: 0;
	border-bottom: 3px solid #f2b900;
}


/* حذف ظاهر افقی Bootstrap */

#site-navigation #menu .navbar-header {
	float: none;
}

#site-navigation #menu .navbar-collapse {
	padding: 0;
	border: 0;
	box-shadow: none;
}

#site-navigation #menu .navbar-nav {
	float: none;
	width: 100%;
	margin: 0;
}

#site-navigation #menu .navbar-nav > li {
	float: none;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

#site-navigation #menu .navbar-nav > li:last-child {
	border-bottom: 0;
}


/* لینک‌های اصلی */

#site-navigation #menu .navbar-nav > li > a {
	display: block;
	width: 100%;
	padding: 13px 15px;
	color: #f5f5f5;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	text-align: right;
	background: transparent;
	transition: all .15s ease;
}


/* آیکون/فلش */

#site-navigation #menu .navbar-nav > li > a .fa {
	margin-left: 7px;
	font-size: 13px;
}


/* Hover */

#site-navigation #menu .navbar-nav > li > a:hover,
#site-navigation #menu .navbar-nav > li.open > a,
#site-navigation #menu .navbar-nav > li.active > a {
	color: #111;
	background: #f2b900;
}


/* خط طلایی هنگام Hover */

#site-navigation #menu .navbar-nav > li:hover > a {
	color: #111;
	background: #f2b900;
}


/* ---------- Dropdown ---------- */

#site-navigation #menu .dropdown-menu {
	right: 100%;
	left: auto;
	top: 0;
	min-width: 220px;
	margin: 0;
	padding: 5px 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0 3px 3px 0;
	box-shadow: 0 4px 12px rgba(0,0,0,.15);
}


/* آیتم‌های زیرمجموعه */

#site-navigation #menu .dropdown-menu li {
	width: 100%;
}

#site-navigation #menu .dropdown-menu li a {
	display: block;
	padding: 9px 14px;
	color: #333;
	font-size: 12px;
	text-align: right;
	background: #fff;
	border-bottom: 1px solid #eee;
}

#site-navigation #menu .dropdown-menu li:last-child a {
	border-bottom: 0;
}

#site-navigation #menu .dropdown-menu li a:hover {
	color: #111;
	background: #f2b900;
}


/* باز شدن منوی زیرمجموعه با Hover دسکتاپ */

@media (min-width: 768px) {

	#site-navigation #menu .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

}


/* ---------- محتوای اصلی کنار منوی دسته‌بندی ---------- */

/*
   فضای سمت راست برای منوی عمودی.
   این بخش باعث می‌شود Hero و محصولات
   کنار منو قرار بگیرند.
*/

#site-navigation + .container {
	position: relative;
}


/* ---------- Hero / Content ---------- */

#common-home {
	margin-top: 0;
}

#common-home #content {
	min-height: 300px;
}


/* ---------- Mobile ---------- */

@media (max-width: 767px) {

	#site-header {
		padding-bottom: 10px;
	}

	#site-header #logo img {
		max-height: 180px;
		margin: 0 auto;
	}

	#header-search,
	#header-cart {
		padding-top: 10px;
	}

	#site-navigation {
		margin-bottom: 10px;
	}

	#site-navigation #menu {
		width: 100%;
		float: none;
	}

	#site-navigation #menu .navbar-toggle {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		padding: 12px 15px;
		border: 0;
		border-radius: 0;
		background: #20252b;
		color: #fff;
		text-align: right;
	}

	#site-navigation #menu .navbar-collapse {
		display: none !important;
	}

	#site-navigation #menu .navbar-collapse.in {
		display: block !important;
	}

	#site-navigation #menu .navbar-nav > li > a {
		padding: 12px 15px;
	}

	#site-navigation #menu .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		box-shadow: none;
		border: 0;
		border-radius: 0;
	}

}


/* ---------- اصلاح Bootstrap برای RTL ---------- */

@media (min-width: 768px) {

	#site-navigation #menu .navbar-nav > li {
		float: none;
	}

	#site-navigation #menu .navbar-nav > li > a {
		text-align: right;
	}

}
/* =========================================================
   STOCKURD - Vertical Category Sidebar
   ========================================================= */

@media (min-width: 768px) {

    /* ناحیه منوی دسته بندی */
    #site-navigation {
        position: absolute;
        top: 0;
        right: 0;
        width: 220px;
        z-index: 1000;
        background: transparent;
    }

    #site-navigation > .container {
        width: 100%;
        padding: 0;
    }

    #site-navigation #menu {
        margin: 0;
        min-height: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    /* لیست اصلی */
    #site-navigation #menu .navbar-nav {
        float: none;
        width: 100%;
        margin: 0;
    }

    #site-navigation #menu .navbar-nav > li {
        float: none;
        width: 100%;
        margin: 0;
    }

    /* آیتم های اصلی منو */
    #site-navigation #menu .navbar-nav > li > a {
        display: block;
        width: 100%;
        padding: 12px 15px;
        text-align: right;
        border-bottom: 1px solid rgba(255,255,255,0.10);
        background: #20252a;
        color: #ffffff;
        transition: background 0.15s ease;
    }

    /* Hover */
    #site-navigation #menu .navbar-nav > li > a:hover,
    #site-navigation #menu .navbar-nav > li.open > a {
        background: #2b3137;
        color: #f5b800;
    }

    /* خط طلایی انتهای منو */
    #site-navigation #menu .navbar-nav > li:last-child > a {
        border-bottom: 2px solid #f5b800;
    }

    /* فلش زیرمنو */
    #site-navigation #menu .caret {
        float: left;
        margin-top: 7px;
    }

    /* زیرمنو */
    #site-navigation 

    #site-navigation #menu .dropdown-menu a {
        display: block;
        padding: 9px 12px;
        color: #333;
        background: #ffffff;
    }

    #site-navigation #menu .dropdown-menu a:hover {
        color: #d99f00;
        background: #fafafa;
    }
    
}



/* =========================================
   STOCKURD - MENU INSIDE CONTAINER
   ========================================= */

.stockurd-menu-container {
    position: relative;
}

/* Desktop */
@media (min-width: 768px) {

    #menu {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;

        width: 150px !important;
        min-height: 0 !important;

        margin: 0 0 20px auto !important;

        float: right !important;

        border: 0 !important;
        border-radius: 0 !important;

        z-index: 1000;
    }

    #menu .navbar-header {
        float: none !important;
    }

    #menu .navbar-collapse {
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
    }

    #menu .navbar-nav {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }

    #menu .navbar-nav > li {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }

    #menu .navbar-nav > li > a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
        text-align: right;
    }
}

/* موبایل */
@media (max-width: 767px) {

    .stockurd-menu-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}
/* =========================================
   STOCKURD - MAIN HORIZONTAL MENU
   ========================================= */

/* خود نوار منو */
#menu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* آیتم‌های اصلی منو */
#menu .nav > li > a {
    background: transparent !important;
    color: #222222 !important;
    border: 0 !important;

    font-weight: 600;
    transition: all 0.2s ease;
}

/* حالت Hover */
#menu .nav > li > a:hover,
#menu .nav > li.open > a,
#menu .nav > li.active > a {
    background: transparent !important;
    color: #c49a3a !important;
}

/* فلش Dropdown */
#menu .nav > li > a .fa,
#menu .nav > li > a .caret {
    color: #c49a3a !important;
}

/* خط طلایی ظریف زیر آیتم هنگام Hover */
#menu .nav > li > a {
    position: relative;
}

#menu .nav > li > a:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 2px;

    background: #c49a3a;

    transform: scaleX(0);
    transition: transform 0.2s ease;
}

#menu .nav > li > a:hover:after,
#menu .nav > li.open > a:after,
#menu .nav > li.active > a:after {
    transform: scaleX(1);
}

/* Dropdown */
#menu .dropdown-menu {
    border: 0 !important;
    border-top: 2px solid #c49a3a !important;

    box-shadow: 0 5px 18px rgba(0,0,0,0.10) !important;
    border-radius: 0 0 4px 4px !important;
}

/* آیتم‌های داخل Dropdown */
#menu .dropdown-menu > li > a {
    color: #333333 !important;
    background: transparent !important;
    transition: all 0.2s ease;
}

/* Hover آیتم Dropdown */
#menu .dropdown-menu > li > a:hover {
    color: #c49a3a !important;
    background: rgba(196,154,58,0.06) !important;
}
/* =========================================
   STOCKURD HERO INSIDE HEADER
   ========================================= */

.stockurd-header-hero {
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0;
}

.stockurd-header-hero .stockurd-hero {
    width: 100%;
    margin: 0;
    padding: 8px 0 6px 0;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.stockurd-header-hero .stockurd-hero-content {
    text-align: left;
    padding: 0;
}

.stockurd-header-hero .stockurd-hero-badge {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
}

.stockurd-header-hero h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 2px 0;
}

.stockurd-header-hero .stockurd-hero-content p {
    margin: 0 0 6px 0;
    font-size: 13px;
    line-height: 20px;
}

.stockurd-header-hero .stockurd-hero-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 0;
}

/* دکمه مشاهده محصولا
.stockurd-header-hero .stockurd-hero-actions .btn-primary {
    margin: 0;
    border-radius: 4px;
}
*/
/* تماس با ما */
.stockurd-header-hero .stockurd-btn-secondary {
    background: transparent !important;
    color: #c49a3a !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 6px 10px !important;
}

.stockurd-header-hero .stockurd-btn-secondary:hover {
    color: #a67d25 !important;
    text-decoration: none !important;
}
/* =========================================
   STOCKURD HERO - RTL HEADER FIX
   ========================================= */

.stockurd-header-hero .stockurd-hero-content {
    direction: rtl !important;
    text-align: right !important;
}

/* سه خط متن همگی راست‌چین */
.stockurd-header-hero .stockurd-hero-badge,
.stockurd-header-hero h1,
.stockurd-header-hero .stockurd-hero-content p {
    direction: rtl !important;
    text-align: right !important;
}

/* ردیف دکمه‌ها */
.stockurd-header-hero .stockurd-hero-actions {
    direction: ltr !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
}

/* ترتیب دقیق دکمه‌ها:
   سمت چپ = مشاهده محصولات
   سمت راست = تماس با ما
*/
/*
.stockurd-header-hero .stockurd-hero-actions .btn-primary {
    order: 1 !important;
}*/
/*
.stockurd-header-hero .stockurd-hero-actions .stockurd-btn-secondary {
    order: 2 !important;
}*/
/* =========================================
   STOCKURD HERO - FINAL POSITION
   ========================================= */

/* متن Hero کمی به سمت چپ */
.stockurd-header-hero .stockurd-hero-content {
    padding-left: 18px !important;
    padding-right: 0 !important;
}

/* دکمه‌ها کاملاً از سمت چپ شروع شوند */
.stockurd-header-hero .stockurd-hero-actions {
    direction: ltr !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* خود دکمه‌ها 
.stockurd-header-hero .stockurd-hero-actions .btn,
.stockurd-header-hero .stockurd-hero-actions .stockurd-btn-secondary {
    margin-left: 0 !important;
}
*/
/* تماس با ما همان ظاهر ظریف و طلایی */
.stockurd-header-hero .stockurd-btn-secondary {
    background: transparent !important;
    color: #c49a3a !important;
    border: 0 !important;
    box-shadow: none !important;
}
/* =========================================
   STOCKURD MAIN MENU
   ========================================= */

.stockurd-menu-container {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.stockurd-menu-container .navbar-nav {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* کلیدهای منو */
.stockurd-menu-container .navbar-nav > li > a {
    display: block !important;

    background: #fff !important;
    color: #333 !important;

    border: 0 !important;
    border-radius: 5px !important;

    padding: 8px 14px !important;
    margin: 0 !important;

    font-weight: 600 !important;
    line-height: 20px !important;

    box-shadow:
        0 2px 0 rgba(196, 154, 58, .85),
        0 3px 7px rgba(0, 0, 0, .08) !important;

    transition: all .2s ease !important;
}

/* حالت Hover */
.stockurd-menu-container .navbar-nav > li > a:hover,
.stockurd-menu-container .navbar-nav > li.open > a,
.stockurd-menu-container .navbar-nav > li.active > a {
    background: #fff !important;
    color: #c49a3a !important;

    box-shadow:
        0 3px 0 #c49a3a,
        0 5px 10px rgba(0, 0, 0, .10) !important;
}

/* فلش منوهای دارای زیرمنو */
.stockurd-menu-container .navbar-nav > li > a .caret {
    border-top-color: #333 !important;
}

.stockurd-menu-container .navbar-nav > li > a:hover .caret,
.stockurd-menu-container .navbar-nav > li.open > a .caret {
    border-top-color: #c49a3a !important;
}
/* =========================================
   STOCKURD MAIN MENU
   GOLD BUTTON STYLE
   ========================================= */

.stockurd-menu-container {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* چیدمان کلیدها */
.stockurd-menu-container .navbar-nav {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* -----------------------------------------
   کلیدهای منو - حالت عادی
   ----------------------------------------- */

.stockurd-menu-container .navbar-nav > li > a {
    display: block !important;

    color: #222 !important;

    background: linear-gradient(
        to bottom,
        #fff1bf 0%,
        #f5d36b 100%
    ) !important;

    border: 1px solid #c9a84d !important;
    border-radius: 6px !important;

    padding: 8px 14px !important;
    margin: 0 !important;

    line-height: 20px !important;
    font-weight: 600 !important;

    box-shadow:
        0 1px 0 #e0e0e0,
        0 2px 4px rgba(0, 0, 0, 0.12) !important;

    transition:
        background 0.18s ease,
        color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease !important;
}

/* -----------------------------------------
   Hover
   ----------------------------------------- */

.stockurd-menu-container .navbar-nav > li > a:hover {
    color: #fff !important;

    background: linear-gradient(
        to bottom,
        #f8c52b 0%,
        #e5a900 100%
    ) !important;

    border-color: #b58a28 !important;

    box-shadow:
        0 1px 0 #d0d0d0,
        0 3px 7px rgba(0, 0, 0, 0.18) !important;

    text-decoration: none !important;
}

/* -----------------------------------------
   منوی باز / فعال
   ----------------------------------------- */

.stockurd-menu-container .navbar-nav > li.open > a,
.stockurd-menu-container .navbar-nav > li.active > a {
    color: #fff !important;

    background: linear-gradient(
        to bottom,
        #f8c52b 0%,
        #e5a900 100%
    ) !important;

    border-color: #b58a28 !important;

    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.12),
        0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

/* -----------------------------------------
   حالت کلیک / فشرده
   ----------------------------------------- */

.stockurd-menu-container .navbar-nav > li > a:active {
    transform: translateY(1px) !important;

    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.18) !important;
}

/* -----------------------------------------
   فلش زیرمنو
   ----------------------------------------- */

.stockurd-menu-container .navbar-nav > li > a .caret {
    border-top-color: #222 !important;
}

.stockurd-menu-container .navbar-nav > li > a:hover .caret,
.stockurd-menu-container .navbar-nav > li.open > a .caret,
.stockurd-menu-container .navbar-nav > li.active > a .caret {
    border-top-color: #fff !important;
}
/* =========================================
   STOCKURD HERO
   BUTTONS - BOTTOM LEFT
   ========================================= */

.stockurd-hero {
    position: relative !important;
}

/* محتوا دیگر مرجع موقعیت دکمه‌ها نباشد */
.stockurd-hero-content {
    position: static !important;
}

/* انتقال کل مجموعه دکمه‌ها به گوشه پایین چپ Hero */
.stockurd-hero-actions {
    position: absolute !important;

    left: 0 !important;
    right: auto !important;

    bottom: 0 !important;
    top: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;

    gap: 8px !important;

    direction: ltr !important;

    z-index: 20 !important;
}

/* هیچ فاصله‌ای بین دکمه‌ها و کف Hero */
.stockurd-hero-actions > a {
    margin-bottom: 0 !important;
}

/* دکمه تماس با ما */
.stockurd-hero-actions .stockurd-btn-secondary {
    background: transparent !important;
    border: 0 !important;
    color: #c49a3a !important;
}
/* =========================================
   STOCKURD HERO BUTTONS
   FINAL CLEAN VERSION
   ========================================= */

.stockurd-header-hero .stockurd-hero-actions {
    display: flex !important;
    flex-direction: row !important;
    direction: ltr !important;

    justify-content: flex-start !important;
    align-items: flex-end !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 8px !important;
}

/* مشاهده محصولات */
.stockurd-header-hero .stockurd-hero-actions .btn-primary {
    order: 1 !important;

    margin: 0 !important;

    border-radius: 4px 4px 0 0 !important;
}

/* تماس با ما */
.stockurd-header-hero .stockurd-hero-actions .stockurd-btn-secondary {
    order: 2 !important;

    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    color: #c49a3a !important;

    border-radius: 4px 4px 0 0 !important;
}
/* STOCKURD HERO - REMOVE BOTTOM GAP */

.stockurd-header-hero .stockurd-hero-actions {
    margin-bottom: 0 !important;
    padding-bottom: -30 !important;
}

.stockurd-header-hero .stockurd-hero-actions .btn-primary,
.stockurd-header-hero .stockurd-hero-actions .stockurd-btn-secondary {
    margin-bottom: -30 !important;
}
/* =========================================
   STOCKURD HEADER LOGO SIZE AND POSIITION
   ========================================= */

#site-header #logo img {
    max-height: 220px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
} 

#site-header #logo {
    position: relative !important;
    right: -60px !important;
} 