body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	    overflow-x: hidden;
	        background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}
td {
	color: #000;
}
/* 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: #ff5722;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
}

label {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.table-hover>tbody>tr:hover{
	background-color: transparent;
}

/* #account-login h1, #account-login h2,#account-login p,#account-login legend,#account-login label{
    color:#888888 !important;
} */
 
#checkout-checkout h2,#checkout-checkout p,#checkout-checkout legend,#checkout-checkout label,#checkout-checkout td{
    color:#888888 !important;
}
#checkout-cart legend,#checkout-cart label{
    color:#888888 !important;
}
#product .form-control{
	width:40%;
}

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 .open>a, .nav .open>a:focus, .nav .open>a:hover{
        background-color: transparent;
}
.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: #ff5722;
	background-image: linear-gradient(to bottom, #ff5722, #ff5722);
	background-repeat: repeat-x;
}
/* top */
header{
    	background-color: #000000;
    position: sticky;
    top: 0;
    z-index: 11;
}
footer .social-icon a{
	padding: 13px;
}
header .container{
    background: #000000;
}
.btn-red{
    background: #ff5722 !important;
}
#top {
	background-color: #000000;
	border-bottom: 1px solid #ff5722;
	padding: 4px 0px 3px 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: #fff;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
.dropdown-menu{
    background-color: #000000;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff5722;
}
#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;
		margin-top: 10px;

}
#top-links a + a {
	margin-left: 15px;
}
.menus{
    width: 13%;
    text-align: center;
    justify-content: center;
    margin-top: 4%;
    font-size: 18px;
}
.menus a:focus,.menus a:hover{
	color: #fff;
}
/* logo */

/* search */
#search {
	margin-bottom: 10px;
		margin-top: 10px;

}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	    border-color: #ff5722;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	    background: #ff5722;
    border-color: #ff5722;
        color: #fff;
	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: #fff;
	z-index: 1001;
}
#cart .table-striped>tbody>tr:nth-of-type(odd){
	background: #fff !important;
}

#cart .table>tbody>tr>td,#cart .table>tbody>tr>th,#cart .table>tfoot>tr>td,#cart .table>tfoot>tr>th,#cart .table>thead>tr>td,#cart .table>thead>tr>th{
	
	padding: 6px;
    line-height: 1.42857143;
	    vertical-align: middle;
    border-bottom: 1px solid #ddd;
	    border-top: unset;
}
div#cart td{
	font-size: 15px;
}
#cart>a {
    padding: 10px 15px !important;
}
#cart .img-thumbnail{
	    display: inline-block;
     max-width: unset; 
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
     border: none;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
	min-width: 300px;
}
@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: #000000;
	background-image: linear-gradient(to bottom, #000000, #000000);
	background-repeat: repeat-x;
	border-color: #000000 #000000 #000000;
	min-height: 40px;
	    margin-bottom: 0;
	    border-radius: unset;
}
#menu .navbar-collapse{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#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: #fff;
	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: #ff5722;
	background-image: linear-gradient(to bottom, #ff5722, #ff5722);
	background-repeat: repeat-x;
}
.see-all{
    color:#fff;
}
.swiper-slide img{
    display:block;
    margin:auto;
}
#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: #ff5722;
	background-image: linear-gradient(to bottom, #ff5722, #ff5722);
	background-repeat: repeat-x;
	border-color: #ff5722 #ff5722 #ff5722;
}
#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 (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;
}
.foot-class{
	padding: 25px;
}
/* footer */
footer {
	background-color: #000000;
	color: #e2e2e2;
	margin-top: 30px;
}
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;
    color: #fff;
    background-color: #000;
    border: none;
	margin-top: 10px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px;
    padding: 8px 0;
    border: unset;
    background: #333333;
    border-radius: 0px;
}
.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: #000;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #000;
	background-repeat: repeat-x;
	border-color: #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ff5722;
	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: #ff5722;
	background-image: linear-gradient(to bottom, #ff5722, #ff5722);
	background-repeat: repeat-x;
	border-color: #ff5722 #ff5722 #ff5722;
}

.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: #ff5722;
	background-image: linear-gradient(to bottom, #ff5722, #ff5722);
	background-repeat: repeat-x;
	border-color: #ff5722 #ff5722 #ff5722;
}
.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: #ff5722;
	background-image: linear-gradient(to bottom, #ff5722, #ff5722);
	background-repeat: repeat-x;
	border-color: #ff5722 #ff5722 #ff5722;
}
.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;
	padding: 10px;
	background: #fff;
	    border-radius: 15px;
}
.product-thumb p{
    color: #888888;
}
#product-product ul li{
    color: #000;
    font-size: 16px;
}
#product-product .help-block{
    color:#fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
        background-color: #ff5722;
    border-color: #ff5722;
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #ff5722;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #ff5722;
}
h2.price {
	margin: 0;
}
.fa-stack-2x, .fa-stack-1x{
	color: #ffa500 !important;
}
#h1prodetail{
	margin-top: unset;
    margin-bottom: 20px;
    font-size: 30px;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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


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

}

.menus.header-icon {
    width: 3.5%;
	margin-top: 3.5%;
}

.menus.header-icon a i{
	font-size: 18px;
	border: 1px solid;
	padding: 5px;
	border-radius: 100%;
	width: 30px;
    height: 30px;
}

.header-icon.open>.dropdown-menu {
    top: 40px;
}
.header-icon .dropdown-menu {
    background-color: #fff;
}

.header-icon.open>.dropdown-menu {
    display: block;
    left: unset;
    right: 0px;
}
#logo {
	margin: 10px 0 10px 0;
	width: 100%;
}
.menus a {
    color: #fff;
}
.menus a:hover {
    color: #ff5722;
    border-bottom: 3px solid #ff5722;
}
.menus.header-icon a:hover {
    color: #ff5722;
    border-bottom: 0px solid #ff5722;
}
div#cart p, div#cart td, div#cart .dropdown-menu a {
    color: #000;
}

#cart .btn-danger{
	color: #ff5722;
    text-shadow: unset;
    background-color: unset;
    box-shadow: unset;
    background-image: unset;
    background-repeat: repeat-x;
    border-color: unset;
    border: unset;
}


.event-style1 .event-img img {
    width: 100%;
	height: 250px;
}

.event-style1 {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
	background: #fff;
	    box-shadow: 0 1px 15px #9c9c9c;
}
.event-style1 .event-date {    
	position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: center;
    background: #ff5722;
    padding: 13px 9px;
    border-radius: 10px;
    color: #fff;
}
.event-style1 .event-date span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}
.event-style1 .event-img {
    position: relative;
}
.event-style1 .event-content {
    padding: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 0 0 10px 10px;
}
.event-style1 .event-meta {
    margin-bottom: 16px;
}
.event-style1 .event-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 0;
}
.event-style1 .event-meta span i {
    font-size: 14px;
    color: #ff5722;
}
.event-style1 .event-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}
.h5, h5 {
    font-size: 24px;
}
p.event-text{
	color: #000;
}
.event-style1 .event-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event-style1 .event-link {
    display: inline-block;
    font-weight: 700;
    color: #ff5722;
    padding: 5px 20px;
    border: 2px solid #ff5722;
    border-radius: 30px;
}
.event-style1 .event-link:hover {
    background-color: #ff5722;
    color: #fff;
}
.event-style1 .event-price {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    gap: 5px;
}
.event-style1 .event-price span {
    color: #ff5722;
}
/* .breadcrumb {
    height: 300px;
    background-image: url(/autorallys/image/car-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0px;
    border-radius: 0;
	margin: 0px;
	margin-bottom: 25px;
}
ul.breadcrumb h1 {
    padding: 0px 15px;
    margin: 40px 0px 20px 0px;
} */

ul.breadcrumb a {
    color: #ffffff;
}

.event-details .event-footer{
	float: right;
}
.event-details .event-style1 .event-meta span{
	color: #666666;
}

.event-img ul.nav.nav-tabs li {
    width: 25%;
    text-align: center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
}

.event-details .nav-tabs {
	display: flex;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0; /* Remove padding */
	width: 100%; /* Full-width container */
	margin: 0;
}

.event-details .nav-tabs li {
	flex: 1; /* Each tab gets equal width */
	text-align: center; /* Center-align text */
	list-style: none; /* Remove default list style */
	border: 1px solid #ccc; /* Add border for all tabs */
	border-left: none; /* Remove left border between tabs */
}

.event-details .nav-tabs li:first-child {
	border-left: 1px solid #ccc; /* Add left border only for the first tab */
}

.event-details .nav-tabs li a {
	display: block; /* Allow the link to fill the li */
	padding: 10px 15px; /* Padding for better spacing */
	text-decoration: none; /* Remove underline */
	color: #333; /* Default text color */
	border-bottom: none; /* Remove bottom border from link area */
	font-size: 20px;
    text-transform: uppercase;
}

.event-details .nav-tabs li.active {
	border-bottom: 2px solid #ff5722; /* Highlight active tab */
	background-color: #fff; /* Optional: Make active tab stand out */
}

.event-details .nav-tabs li.active a {
	color: #ff5722;
}

.event-details .nav-tabs li a:hover {
	background-color: #f8f9fa;
	text-decoration: none;
}

.event-details .tab-content {
    padding: 20px;
	border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
}

.event-data {
    padding: 10px;
    border-bottom: 1px solid #666666;
}

.event-data .data-title {
    font-size: 14px;
    font-weight: bold;
}
.event-data .data-value {
    font-size: 14px;
}

div#trip-summary h1, div#trip-summary h2, div#trip-summary h3, div#trip-summary h4, div#trip-summary h5, div#trip-summary h6, #product-product div#trip-summary ul li {
    color: #666;
}

.event-details .thumbnails {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-left: 0px;
	flex-wrap: wrap;
	display: flex;
}

.event-details .thumbnails > li {
    margin-left: 0;
	flex: 1 0 33%;
	padding: 5px;
}

.event-details .title-container {
	position: relative;
	text-align: center;
	padding: 10px 20px;
}
.event-details .title-container::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #007BFF;
	transform: translateY(-50%);
}
.event-details .title-container h3 {
	padding: 0;
    position: relative;
    background: #fff;
    width: max-content;
    margin: auto;
}
#dates-prices ul li{
	color: #666;
}
.event-details-header-image{
	max-width: 100%;
    width: 100%;
	margin-bottom: 20px;
}

.timeline {
	list-style: none;
	padding: 0;
	margin: 0;
}

.timeline-item {
	position: relative;
	margin-bottom: 30px;
}

.timeline-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	background-color: #007BFF;
	border-radius: 50%;
	border: 2px solid #fff;
}

.timeline-item-content {
	padding-left: 40px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-left: 5px solid #007BFF;
}

.timeline-item-content h3 {
	margin-top: 0;
	color: #007BFF;
}

.timeline-item-content p {
	margin-bottom: 0;
	color: #333;
}

.event-counters span.display-counter {
    font-size: 50px;
    color: #ff5722;
}
.event-counters .counter-box-content {
    font-size: 20px;
    color: #ff5722;
    margin: 15px 0px;
}
.event-counters {
    text-align: center;
    margin: 30px 0px;
	border-bottom: 1px solid #ff5722;
}

.event-style1 .event-details {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}
.event-style1 .event-time {
	text-align: left;
}
.event-style1 .event-location {
	text-align: right;
}


/* Flexbox for centering the content and spacing out items */
.header-row {
	display: flex;
	justify-content: space-between; /* Push items to the edges */
	align-items: center; /* Vertically center the content */
}

/* Custom styles for the logo */
.header-logo {
	text-align: center;
}

.menu-left, .menu-right {
	text-align: center;
}

/* Ensure logo is centered properly */
.header-logo img {
	max-width: 100%;
}
nav.menu-right {
	float: right;
}
.navbar-toggle .icon-bar{
  background: #fff;
  margin: 5px 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}

#cart .table-bordered>tbody>tr>td{
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
}

#cart a {
    position: relative;
    display: block;
    padding: 4px 4px;
    font-size: 15px !important;
}
.nav>li>a:focus, .nav>li>a:hover, #cart>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #ff5722;
    color: #ff5722;
}
.btn{
	background: none repeat scroll 0 0 transparent !important;
    color: #000 !important;
    font-size: 14px !important;
    margin: 15px auto ;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    line-height: 16px !important;
    padding: 6px 8px !important;
    margin: auto !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    width: fit-content !important;
    text-align: center !important;
}
.btn:hover{
 background-color: #000 !important;
    color: #fff !important;	
}
   

.nav > li.active > a {
        background-color: transparent;

	color: #ff5722; /* Change to your preferred text color */
    border-bottom: 2px solid #ff5722; /* Add your preferred border */
}
.nav>li>a,.nav>li>a>i, #cart a, #cart a i {
    border-bottom: 2px solid transparent;
	border-radius: 0px;
    font-size: 20px;
    color: #a1a1a1;
}
ul.dropdown-menu {
    right: 0px;
    left: unset;
}
.dropdown-menu>li>a{
	color: #fff;
}

.mobile-show .navbar-toggle a i {
    color: #fff;
    font-size: 30px;
}

.register-page, div#information-contact, div#account-edit, div#account-password, div#account-address, div#account-newsletter {
    width: 50%;
    margin: auto;
    border: 1px solid #333333;
    padding: 0px 20px;
    border-radius: 10px;
	display: grid;
    margin-top: 40px;
}
.register-page #content, div#information-contact #content, div#account-edit #content, div#account-password #content, div#account-address #content, div#account-newsletter #content {
    min-height: unset;
}

.shop-page .event-style1 .event-link {
    width: 100%;
    text-align: center;
}
.shop-page h3.event-title.h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

#product-product .nav-tabs {
	border-bottom: none;
}
#tab-description div{
	
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal;
    word-break: break-all;
    width: 100% !important;
display: contents;
}
#product .form-group .date,#product .form-group .time,#product .form-group .datetime{
	display: flex
}
#product .form-group .date .input-group-btn .btn-default,#product .form-group .time .input-group-btn .btn-default,#product .form-group .datetime .input-group-btn .btn-default{
    height: 34px;
    width: 34px;

}


#tab-description div p{
	
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal;
    word-break: break-all;
    width: 100%;

}
#tab-review div{
	
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal;
    word-break: break-all;
    width: 100%;

}
#form-review strong{
	color: #000;
}
#form-review .text-right{
	color: #000;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#product-product .nav-tabs .nav-item {
	margin-bottom: 5px;
}

#product-product .nav-tabs .nav-link {
	border-radius: 0;
	text-align: left;
}
#desrev .nav-tabs{
	margin-bottom: unset;
}
#desrev .nav-item{
	margin-bottom: unset  !important;
}
#desrev .nav-item a{
	margin-bottom: unset !important;
	border-bottom:  unset !important;


}
#desrev{
	margin-top: 50px;
}


#desrev .nav-tabs>li.active>a, #desrev .nav-tabs>li.active>a:focus, #desrev .nav-tabs>li.active>a:hover{
		    border-top: 4px solid #e4e4e4 !important;
    border-left: 1px solid #e4e4e4 !important;
    border-right: 1px solid #e4e4e4 !important;
}





#product-product .nav>li>a, #product-product .nav>li>a {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
#product-product .nav-tabs>li.active>a, #product-product .nav-tabs>li.active>a:focus, #product-product .nav-tabs>li.active>a:hover {
    border: none;
    color: #000;
	background-color: unset;
}
#product-product .input-group-btn {
    display: table;
}
#product-product span.input-group-btn button {
    font-size: 30px;
    height: 40px;
}
#product-product .input-group span.input-group-btn button {
	height: 40px;
    width: 40px !important;
    font-size: 40px;
    padding: 0px;
    line-height: 0;
}
#product-product input#input-quantity {
    height: 40px;
}
#product-product button#button-minus {
    padding-bottom: 8px;
}
#product-product .btn.active.focus, #product-product .btn.active:focus, #product-product .btn.focus, #product-product .btn:active.focus, #product-product .btn:active:focus, #product-product .btn:focus {
    outline: unset;
}
#product-product button#button-cart {
    width: 30%;
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    background-repeat: repeat-x;
    height: 40px;
    border-color: #000;
    margin-left: 10px !important;
    border-radius: unset;
}
d_quickcheckout#d_quickcheckout label {
    color: #000;
}
.ve-card__section label.ve-label {
    color: #000;
}
div#modal-agree h4.modal-title, div#modal-agree h3 {
    color: #000;
	margin: 0px;
}


/* Product Listing */
.product-listing {
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	/* padding: 20px; */
}

/* Product Card */
.product-listing .product-card {
	position: relative;
	background-color: #ffffff; /* Slightly lighter dark gray for product cards */
	padding: 0; /* Removed padding */
	/*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  */
	    border: 1px solid #9c9c9c;
	box-shadow: 0 1px 15px #9c9c9c;
	border-radius: 5px;
	text-align: center;
	transition: transform 0.3s ease;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 410px;
	height: auto; /* Allow height to adjust based on content */
	margin-bottom: 50px;

}

.product-listing .product-card:hover {
	transform: translateY(-5px);
	background-color: #ffffff; /* Slightly darker on hover */
	border: 1px solid #000;
}
.product-listing .product-card:hover h3{
	color:#000;
}
.product-listing .product-card:hover button{
	    background: #000;
		color:#fff;
}

/* Ensure the image takes up the full width and height of the card */
.product-listing .product-card img {
	width: 100%; /* Full-width image */
	height: 300px; /* Fixed height for consistency */
	object-fit: cover; /* Ensure the image covers the space without distortion */
	transition: all 0.3s ease;
}

.product-listing .product-card img:hover {
	transform: scale(1.1);
}
.price .price-old{
	    color: #9c9c9c;
}
.product-listing .product-card .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	transition: all 0.3s ease;
}

.product-listing .product-card:hover .image-overlay {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product-listing .product-card h3 {
	    margin: 15px 0;
    font-size: 18px;
    color: #9c9c9c;
    transition: color 0.3s ease;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
	 line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-listing .product-card h3:hover {
	color: #000; /* Change color to a lighter orange */
}

.product-listing .product-card .price {
	font-size: 20px;
	font-weight: bold;
	color: #000; /* Warm orange for price */
	margin-bottom: 10px;
	display: block;
    margin-top: auto;
    margin-bottom: auto;
	text-align: center;
}

/* Style rating section */
.product-listing .product-card .rating {
	color: #ff9800; /* Yellow for rating stars */
	margin-bottom: 10px;
}

/* Add a border between price and rating */
.product-listing .product-card .price + .rating {
	border-top: 1px solid #444444;
	padding-top: 10px;
	margin-top: 10px;
}

/* SKU and review in the same row with padding */
.product-listing .product-card .sku-review {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px; /* Normal padding */
	margin-top: 10px;
	color: #b0b0b0; /* Light gray for SKU and review */
	font-size: 14px;
	word-wrap: break-word;
	border-top: 1px solid #ff5722;
}
.event-details-header-image{
	background-image: url('/image/catalog/MG_8384-copy.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
	
}

.product-listing .product-card .sku-review .sku {
	padding-left: 10px; /* Left padding for SKU */
	font-weight: normal;
}

.product-listing .product-card .sku-review .reviews {
	padding-right: 10px;
	font-weight: normal;
	color: #ff9800;
}

.product-listing .product-card button {
	/*background-color: #28a745;
	color: white;
	border: none;
	padding: 12px 25px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s ease;*/
	    background: none repeat scroll 0 0 transparent;
    color: #000;
    font-size: 14px;
    margin: 15px auto !important;

    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 0;
	    border: 1px solid #000;
    line-height: 16px;
    padding: 6px 8px;
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
}

.product-listing .product-card .view-details {
	background-color: #ff5722;
}

.product-listing .product-card button:hover {
	background-color: #000;
    color: #fff;
}

.product-listing .product-card .view-details:hover {
	background-color: #e64a19;
}


.product-listing .row:after {
	content: "";
	display: table;
	clear: both;
}

.pro-detail-img{
	height: 500px !important;
}
#product-product button#button-cart:hover{
	background-color: #000;
	color: #fff;
}
.rating{
    margin-bottom: 20px;
}
div#product-event .event-style1 .event-content {
    padding: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
}
div#product-event .event-style1 {
    border-radius: 0px;
}
div#account-register .buttons, div#information-contact .buttons {
    float: right;
}

.notification-container {
    position: fixed;
    top: 90px;
    right: 20px;
    z-index: 1050;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -8px;
    color: inherit;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -8px;
    color: inherit;
}
div#common-maintenance {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pagination {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px 0;
  list-style: none;
  margin: 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination li.active span {
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: bold;
  cursor: default;
  border: 1px solid #000;
}

.pagination li a {
  text-decoration: none;
  color: #000;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination li a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.pagination li.disabled a {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f5f5f5;
  border-color: #ddd;
}
div#common-home div#content {
    min-height: unset;
}

/* Full-width background image */
/* .hero-section {
	background: url('/autorallys/image/home-slide.jpeg') no-repeat center center/cover;
	height: 100vh;
	display: flex;
	background-attachment: fixed;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
} */
.hero-section {
	position: relative; /* Required for the pseudo-element to work */
	background: url(/image/home-slide.jpeg) no-repeat center center / cover;
	height: 80vh;
	display: flex;
	background-attachment: fixed;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for transparency */
	z-index: 1; /* Ensure it sits behind the content */
}

.hero-section > * {
	position: relative; /* Make content appear above the overlay */
	z-index: 2;
}

.hero-section h1 {
	font-size: 6rem;
	font-weight: 100;
	color: #fff;
	margin-bottom: 50px;
}

/* .hero-section .btn {
	background-color: #ff0000 !important;
	color: white !important;
	font-size:2.2rem !important;
	padding: 10px !important;
  	border-color: #ff0000 !important;
} */
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: unset;
    color: #ff5722;
}
div#common-home .hero-section {
    height: 100vh;
}
.breadcrumb > li:first-child {
    padding-left: 0px;
}
div#account-login, div#product-product {
    margin-top: 40px;
}
nav.menu-left ul.nav.nav-pills li, nav.menu-right>ul.nav.nav-pills>li {
    margin: 0px 20px;
}
nav.menu-right ul.nav.nav-pills li:nth-last-child(-n+2) {
    margin: 0px;
}
.cartcounter {
    position: absolute;
    background: #ff4e2d;
    color: #ffffff;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 12px;
    right: 0px;
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 768px) {

    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
	#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%;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.mobile-show {
		display: none; /* Hide the mobile view on desktop */
	}
}
@media (max-width:600px){
    
    .hero-section h1{
		font-size: 3rem !important;
    }
    .about-sec .video-section iframe{
		width: 300px;
    	height: 200px;
    }
    .about-sec h1{
        font-size: 36px !important;
    }
    .about-sec{
		padding: 30px !important;
    }
    .service-sec h1{
		font-size: 36px !important;
    }
    .service-sec{
		padding: 30px !important;
    }
    .service-sec img{
		margin-bottom: 10px !important;
    }
    #apply-member{
        width:100%  !important;
    }
	#cart .dropdown-menu p{
		color:#888888;
	}
	
	.text-overlay{
		bottom: 19% !important;
	}
}


/* For mobile devices */
@media (max-width: 767px) {
	footer .social-icon {
		text-align: center !important;
		padding-top: 20px;
	}
	.event-details .nav-tabs li a {
		padding: 10px 5px;
		font-size: 13px;
	}
	.event-details .nav-tabs {
		overflow-y: scroll;
	}
	.event-details .thumbnails > li {
		flex: 1 0 50%;
	}
	.event-style1 .event-img img {
		height: unset;
	}
	div#common-home .row {
		margin: unset;
	}
	div#common-home .row div#content {
		padding: 0px;
	}

	.desktop-show {
		display: none; /* Hide the desktop view on mobile */
	}

	.mobile-show {
		display: block; /* Show the mobile view */
	}

	.header-row {
		flex-direction: column; /* Stack the items vertically */
		align-items: flex-start; /* Align items to the left */
	}

	.menu-left {
		display: none; /* Hide the left menu on mobile */
	}

	.menu-right {
		display: none; /* Hide the right menu by default */
	}

	/* Show the right menu when collapsed */
	.navbar-toggle {
		display: block;
		margin: 10px 0px;
	}

	/* Right menu collapse in mobile view */
	.menu-right.collapse {
		display: block;
		width: 100%;
		text-align: left;
	}
	#logo {
	  margin: 16px 0 16px 0;
	  width: 50%;
	}
	.navbar {
	  margin-bottom: 0px;
	}
	.register-page {
		width: 100%;
		margin: auto;
	}

	.product-listing {
		justify-content: center; /* Center products on smaller screens */
	}

	.product-listing .product-card {
		margin-bottom: 20px;
		min-height: none;
	}

	.product-listing .product-card h3 {
		height: auto;
		-webkit-line-clamp: none;
	}
}