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: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.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;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* 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;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	/*margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;*/

	padding: 13px 15px;
	background: #ffffff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px 0;

}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 0;
	position: relative;
	white-space: nowrap;
	font-size: var(--customSize16);
	color: var(--peraColor3);
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
}

.breadcrumb > li a:hover{
	color: var(--hoverColor4);

}

.breadcrumb > li + li:before {
	padding: 0 3px;
	content: "/\00a0";
	color: var(--peraColor1);
	font-size: 13px;
	font-weight: 500;
}

.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);*/

	padding: 0 3px;
	content: "/\00a0";
	color: var(--peraColor3);
	font-size: 13px;
	font-weight: 500;
	display: none;
}

.breadcrumb > li:before{
	padding: 0 3px;
	content: "/\00a0";
	font-size: 13px;
	font-weight: 500;
}

.breadcrumb > li:first-child::before{
	display: none;
}
.breadcrumb > li:first-child > a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 3px;
}
.breadcrumb > li:first-child > a::after{
	content: 'home';
	font-size: 13px;
	font-weight: 500;
	display: block;
	font-size: var(--customSize16);
	text-transform: capitalize;
}
.breadcrumb > li a i.fa.fa-home {
	font-size: 18px;
}

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);*/
	background-image: none;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	border: none;
	padding: 14px 20px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: var(--button_size);
	font-family: var(--button_font_family);
	background-color: var(--button_bg5);
	color: var(--buttonColor2);
	line-height: var(--button_line_height);
	transition: .2s;

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

	background-color: var(--button_bg4);
	color: var(--buttonColor2);
}

.btn-default:hover{	
	background-color: var(--buttonHover_bg5);
	color: var(--buttonColor2);
}


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

	background-color: var(--button_bg4);
	color: var(--buttonColor2);

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
/*	background-color: #1f90bb;
background-position: 0 -15px;*/

background-color: var(--buttonHover_bg5);
color: var(--buttonColor2);

}

.btn-primary.focus,
.btn-primary:focus{
	background-color: var(--buttonHover_bg5) !important;
	color: var(--buttonColor2) !important;
}



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

	border: none;
	margin-bottom: 20px;
	overflow: auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	padding: 15px;
	transition: 0.3s;

}
.product-thumb .image {
	text-align: center;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	transform: scale(1.1);
}
.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;
	color: var(--headingColor4);
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: var(--h5_size);
}
.product-thumb .caption {
	/*padding: 0 20px;
	min-height: 180px;*/
	padding: 0 0;	
	min-height: auto;
	margin-bottom: 15px;
}
.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;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.product-thumb .price-new {
	font-family: var(--heading_font_family);
	color: var(--headingColor3);
	font-weight: 700;
	font-size: var(--h5_size);
	line-height: 1;

}
.product-thumb .price-old {
	margin-left: 5px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: line-through;
	color: #949494;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	display: none;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
	float: right;

}
html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;

}
@media (min-width: 768px) {

	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}

	html[dir=rtl] .navbar-nav > li {
		float: right;
	}

}



/*======================( Hem Css Start )======================*/


/*======================( Comman css Start )======================*/
/*======================( Comman css Start )======================*/
/*======================( Comman css Start )======================*/



.form-control{
	box-shadow: none;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #e3e3e3;
	color: var(--peraColor5);
	border-radius: 4px;
	outline: none;
	height: 45px;
	color: var(--peraColor5);
	font-family: var(--pera_font_family);
	font-size: var(--peraSize);
	font-weight: 400;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover{
	border-color: var(--bgColor4);
}


.menu{margin-bottom: 0;}

.header_cart a .fa{
	font-size: 18px;
	margin-right: 5px;
}


.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus, 
.btn:active:focus, 
.btn:focus{outline: none;outline-offset: 0;}

.bg_footer.footer_space {
	margin-top: 80px;
}


.table-bordered{
	background-color: #ffffff;
	border-radius: 5px;
	/*overflow: hidden;*/
}

.index table tbody tr td {
	vertical-align: middle;
	line-height: 1.5;
	font-weight: 400;
	color: var(--peraColor5);
	font-size: var(--peraSize);
	font-family: var(--pera_font_family);
}

.index table tbody tr td a {
	color: #512e24;
	font-weight: 600;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
	font-weight: 500;
}

body.index h1{
	font-size: var(--h2_size);
}

:root {
	--opbgColor1: #000000;
	--opbgColor2: #ffffff;

	--opbgColor3: #321104;
	--opbgColor4: #f06e06;
	--opbgColor5: #6aa539;
}

.panel-default>.panel-heading{
	background-color: var(--opbgColor2);
	color: var(--peraColor3);
	font-weight: 400;
}

b, strong{
	font-weight: 600;
}

#content {
    min-height: auto;
}

/*======================( Comman css End )======================*/
/*======================( Comman css End )======================*/
/*======================( Comman css End )======================*/



.index{
	background-image: url('../image/bg8.1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}


#column-right .list-group a{
	color: var(--peraColor3);
	font-weight: 400;
}


.opencart_grid_wrapper {
	display: grid;
	gap: 30px;
	align-items: flex-start;
	/*grid-template-columns: calc(40% - 15px) calc(60% - 15px);*/
	grid-template-columns: 40% 1fr;

}

.opencart_pd_left,
.opencart_pd_right {
	width: 100%;
}

.opencart_pd_left .col-sm-8 {
	width: 100%;
}

.opencart_pd_right .col-sm-4 {
	width: 100%;
}

.opencart_pd_left .col-sm-8 ul.thumbnails > li:first-child .thumbnail{
	position: relative;
	width: 100%;
	padding-top: 84%;
}


.opencart_pd_left .col-sm-8 ul.thumbnails > li:first-child .thumbnail img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: var(--transition);
}

.opencart_pd_left .thumbnails{
	margin-left: 0;
}

.opencart_pd_left .thumbnails > li{
	margin-left: 0;
}

.opencart_pd_left .thumbnails .image-additional{
	margin-right: 10px;
}


/* Right */

.op_product_whislist .btn-default {
	color: #ff2626;
	text-shadow: none;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	border-color: #ccc;
	padding: 10px;
}

.op_product_whislist .btn-group button:last-child {
	color: #000;
}

.op_product_whislist {
	position: absolute;
	top: 0px;
	right: 15px;
}

.opencart_pd_right h1{
	font-size: var(--h3_size);
	padding-right: 70px;
	margin: 0;
	margin-bottom: 5px;
}

.opencart_pd_right .col-sm-4 ul li{
	color: var(--peraColor3);
}

.opencart_pd_right .col-sm-4 h2 {
	font-family: var(--heading_font_family);
	color: var(--headingColor3);
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 10px;
	overflow-wrap: break-word;
	font-size: var(--h4_size);
	font-weight: 700;
}

/**/


.opencart_pd_right .rating {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid var(--button_bg4);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	text-align: center;
}

.op_product_qat .btn_box {
	justify-content: flex-start;
	margin-top: 15px;
	margin-bottom: 15px;
}

.op_product_qat .rating .fa-star-o {
	color: #fff;
	font-size: 20px;
}
.op_product_qat label[for="input-quantity"] {
	font-size: 16px;
	line-height: 1.5;
	color: var(--perawhite);
	font-family: var(--pera_font);
	font-weight: 500;
}
.op_product_qat input#input-quantity {
	height: 100%;
	border: none;
	font-size: 18px;
	line-height: 1.5;
	color: var(--peraColor3);
	font-weight: 400;
	text-align: center;
	border-radius: 0;
	padding: 0 5px;
	width: 50px;
}

.op_product_qat>label.control-label{
	margin-bottom: 0;
}
.op_product_start .rating .fa-star-o {
	color: #fff;
	font-size: 20px;
}

.op_product_start .fa-star-o:before {
	content: "\f005";
	font-size: 20px;
	color: #fff;
}

.op_review {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	color: #fff;
}

.op_product_start {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.op_product_start .rating .fa-stack {
	display: inline-block;
}
.op_review a {
	font-size: 16px;
	line-height: 1.5;
	color: var(--perawhite);
	font-family: var(--pera_font);
}

.op_review a:hover {
	color: var(--hovertextcolorgold);
}

.op_quantity_box {
	display:flex;
	border: 1px solid var(--button_bg4);
	height: 40px;
	width: 132px;
}

.op_prod_count_minus a,
.op_prod_count_plus a {
	width: 40px;
	height: 100%;
	border: none;
	font-size: 0;
	line-height: 1.5;
	color: var(--peraColor2);
	text-align: center;
	display: block;
	background: var(--bgColor4);
	padding: 0;
	position: relative;
	border-radius: 0;
	font-weight: 400;
}

.op_prod_count_minus a:before,
.op_prod_count_plus a:before {
	font: normal normal normal 16px / 1 FontAwesome;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 400;
	color: inherit;
}

.op_prod_count_minus a:before {
	content: "\f068";
}
.op_prod_count_plus a:before {
	content: "\f067";
}

/*.op_prod_count_minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.op_prod_count_plus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
*/


.opencart_pd_right .rating .fa-star-o{
	color: var(--button_bg4);
	font-size: 18px;
}

/*----------*/

.opencart_pd_left form#form-review {
	border: 1px solid var(--bgColor4);
	padding: 20px;
	background-color: #ffffff87;
	border-radius: 10px;
}

.opencart_pd_left .tab-content .tab-pane form h2 {
	line-height: 1.4;
	font-size: var(--h4_size);
	margin: 0;
	margin-bottom: 15px;
}

.opencart_pd_left .nav-tabs > li > a {
	color: var(--peraColor1);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--pera_font_family);
	background-color: var(--bgColor2);
}

.opencart_pd_left .nav-tabs > li.active > a, 
.opencart_pd_left .nav-tabs > li.active > a:focus, 
.opencart_pd_left .nav-tabs > li.active > a:hover {
	text-decoration: none;
	background-color: var(--bgColor4);
	color: var(--peraColor2);
	border-color: var(--bgColor4);
}


.opencart_pd_left .nav-tabs{
	border-bottom: 1px solid var(--bgColor4);
}


.opencart_pd_left .tab-content .tab-pane .form-horizontal .control-label {
	padding-top: 0;
	font-weight: 400;
	color: var(--peraColor3);
	display: block;
	text-align: left;
	margin-bottom: 5px;
}


.rating_box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}
.rating_box input[type="radio"] {
	margin: 0;
	height: 20px;
	width: 20px;
}

.product-thumb .product_compare{
	display: none !important;
}

.product-thumb.related_product_box .button-group{
	border-top: none;
	background-color: unset;
	overflow: auto;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-thumb.related_product_box .button-group button {
	width: auto;
	background-color: var(--button_bg4);
	color: var(--buttonColor2);
	background-image: none;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	border: none;
	padding: 14px 20px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: var(--button_size);
	font-family: var(--button_font_family);	 
	line-height: var(--button_line_height);
	flex: 1;
	transition: .2s;
}

.product-thumb.related_product_box .button-group button:hover {
	background-color: var(--button_bg5); 
	color: var(--buttonColor2);
}


/*.comman_class .form-horizontal .form-group label,
.comman_class .form-horizontal fieldset legend {
    color: var(--perawhite);
}

.comman_class h1,
.comman_class h2,
.comman_class h3,
.comman_class h4,
.comman_class h5,
.comman_class h6 {
    color: var(--headingColorWhite);
}

.comman_class p {
    color: var(--perawhite);
}

.comman_class .form-horizontal fieldset .form-group textarea {
    max-height: 150px;
}

.comman_class table {
    background-color: #fff;
    background-color: #ffff;
    border-radius: 5px;
    overflow: hidden;
    }*/


    /* Responsive start*/


    @media only screen and (max-width: 1500px){
    	.opencart_grid_wrapper{gap: 0;}
    	.bg_footer.footer_space{margin-top: 50px;}
    }

    @media only screen and (max-width: 1200px){
    	.image-additional a{margin-bottom: 10px;}
    	.opencart_pd_left .thumbnails .image-additional{max-width: 50px;}
    	.opencart_pd_left .nav-tabs{margin-top: 20px;}
    	.opencart_grid_wrapper{    grid-template-columns: 45% 1fr;}
    }

    @media only screen and (max-width: 840px){
    	#account-register #column-right{display: none;}
    	#content{width: 100%;}
    }

    @media only screen and (max-width: 768px){
    	.opencart_grid_wrapper {grid-template-columns: 1fr;}
    	.breadcrumb{margin: 15px 0;}
    	.breadcrumb{padding: 8px 15px;}
    	.opencart_pd_left .nav-tabs{position: relative;left: 0;background: transparent;max-width: 100%;padding-top: 0;height: auto;overflow-x: inherit;}
    	.opencart_grid_wrapper{gap: 15px;}
    	.opencart_pd_left .nav-tabs > li > a{line-height: 1}

    	.bg_footer.footer_space{margin-top: 30px;}
    }

    @media only screen and (max-width: 576px){
    	.opencart_pd_left .thumbnails .image-additional {max-width: 40px;}   
    	.opencart_pd_left .nav-tabs{margin-top: 10px;}    
    	.op_product_whislist{position: relative;right: 0;margin-bottom: 10px;}    
    	.opencart_pd_right h1{padding-right: 0;}
    }