body {
	font-family: 'Aileron', sans-serif;
	font-weight: 400;
	color: #2B2B2B;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
	color: #2B2B2B;
	font-style: normal;
	font-weight: 700;
}

/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 45px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: #C40A3B;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Recoleta', sans-serif;
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	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: 16px;
    height: auto;
}
.form-control {
    height: 40px;
}
/* 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;
}
.container {
	width: 100%;
}
@media (min-width: 1300px) {
	.container {
		max-width: 1200px;
	}
}
.main_header {
	width: 100%;
	float: left;
	box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
}
.main-content {
	width: 100%;
	float: left;
	padding-top: 60px;
}
/* top */
#top {
    background: #ECF6F8;
    padding: 10px 0px;
    margin: 0 0 0px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #101010;
    letter-spacing: 1px;
}
#top .container {
	padding: 0 15px;
}
#top p {
	margin: 0px;
}
header {
    background: #1C332F;
    padding: 25px 0px;
    border-bottom: 0px solid #1C332F;
}
.navbar-nav>li>a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding: 35px 30px 0px 0px;
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: transparent;
	color: #F1C757;
}
/* logo */
#logo {
    margin: 0px;
}
header .top_menu a {
	float: left;
	color: #fff;
	font-size: 16px;
	padding: 10px 0px 0px 35px;
	text-decoration: none;
}
/* search */
#search {
	margin-bottom: 0px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0px 10px;
    background: #FFF;
    border: 0px solid #DCDCDC;
    font-size: 16px;
	box-shadow: 0px 0px 0px 0px #fff;
}
#search .btn-lg {
    line-height: 18px;
    padding: 7px 16px !important;
    border-radius: 5px;
	border: 0px solid #1B3430 !important;
    text-shadow: 0 1px 0 #FFF;
    margin: 0px;
    box-shadow: 0px 0px 0px 0px #fff;
}
.input-group-btn {
    padding: 3px 5px;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#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;
	}
}
.main_content {
	float: left;
    width: 100%;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
    margin-top: 50px;
    padding-top: 50px;
    background: #1C332F;
    border-top: 0px solid #ddd;
    color: #FFF;
    float: left;
    width: 100%;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #FFF;
}
footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ccc;
    padding: 5px 0px;
    display: block;
}
footer a:hover {
	color: #fff;
}
footer h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
}
footer li {
	color: #ccc;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	text-transform: capitalize;
}
footer li .fa {
	color: #fff;
	font-size: 20px;
}
footer p {
    margin: 0px 0 15px;
	color: #ccc;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	text-transform: capitalize;
}
footer .social_link {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #1C332F;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
}
footer a.social_link .fa {
    color: #000;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 10px 0;
    padding: 0px;
    border: 0px solid #ddd;
    background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px 0px 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #2B2B2B;
    border-bottom: 1px solid #2B2B2B;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li a {
    color: #2B2B2B;
}
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: 7px 20px;
    font-size: 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px #000;
}
.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 {
    background: #1C332F !important;
    border: 2px solid #1C332F !important;
    color: #fff !important;
    padding: 10px 24px !important;
    font-size: 20px !important;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 0px 0 #fff;
	background: #8B0036;
	border: 2px solid #8B0036;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #fff;
	color: #8B0036;
	border: 2px solid #8B0036;
}
.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: #8B0036;
	background-image: linear-gradient(to bottom, #8B0036, #8B0036);
	background-repeat: repeat-x;
	border-color: #8B0036 #8B0036 #8B0036;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background: #8B0036;
}
.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);
}
.btn-blank {
    background: transparent !important;
	border: 2px solid #1C332F !important;
    color: #1C332F !important;
}
.btn-blank:hover, .btn-blank:active, .btn-blank.active, .btn-blank.disabled, .btn-blank[disabled] {
	background: #1C332F !important;
    border: 2px solid #1C332F !important;
    color: #fff !important;
}
/* 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: 0px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;    
}
.product-thumb .image {
    text-align: center;
    background: #fff;
    padding: 20px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb span.discount_box {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #C40A3B;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    right: 15px;
}
.product-thumb .caption {
	background: #EEECF9;
    padding: 20px;
    border-radius: 5px;
	text-align: left;
}
.product-thumb .caption h3{
	margin: 0px 0px 15px;
}
.product-thumb .caption h3 a {
	color: var(--101010, #101010);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.product-thumb .caption p {
    color: var(--101010, #101010);
	leading-trim: both;
	text-edge: cap;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.product-thumb .caption h2 {
    margin: 0px;
    line-height: 19px;
    height: 50px;
    overflow: hidden;
}
.product-thumb .caption h2 a {
    color: #2B2B2B;
    font-size: 18px;
}
.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 .caption p.price {
    color: var(--101010, #101010);
	leading-trim: both;
	text-edge: cap;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.product-thumb .price-new {
	color: #C40A3B;
	leading-trim: both;
	text-edge: cap;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.product-thumb .price-old {
	color: #969995;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	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;
}
.product-list .product-thumb .btn-primary {
    color: #ffffff;
    text-shadow: 0 0px 0 #fff;
    background: #8B0036;
    border: 2px solid #8B0036;
    padding: 7px 20px;
    font-size: 15px;
    position: relative;
    top: 5px;
}
.category_pagination {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 20px 0px 13px;
    margin-top: 25px;
}
.category_pagination .results {
    padding-top: 7px;
}
@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;
}
.main_thumbnail {
    width: 98%;
    float: left;
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin: 10px 5px 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}
.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;
}
#product-product h1 {
    font-size: 30px;
	margin: 10px 0px;
}
.product_type {
    color: #8B0036;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px 0px;
}
.product_desc {
	margin: 0px 0px 20px;
}

li.stock {
    color: #167F57;
}
ul.stock_model {
	margin-top: 20px;
}
#input-quantity {
	height: 43px;
	text-align: center;
}
#product .btn {
    padding: 7px 20px;
	line-height: 27px;
}
#product .btn .fa {
	color: #8B0036;
}
#product .btn#button-cart {
    padding: 10px 20px;
	line-height: 20px;
}
.review_content {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.review_form {
	width: 100%;
	float: left;
	background: #f3f3f3;
	padding: 20px;
	border-radius: 5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 700;
    border: 0px solid #ddd;
    border-bottom: 3px solid #8B0036;
	padding: 10px 0px;
}
.tab-content>.tab-pane {
    padding: 10px 0px;
}
.fa-stack {
    width: 22px;
    height: 22px;
    line-height: 25px;
}
p.rating_star .fa {
    font-size: 20px;
    color: orange;
}
.input-group-btn .btn {
    padding: 6px 25px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
	background: #fff;
}
.main-content h1 {
	font-size: 35px;
}
.main-content h2 {
	font-size: 30px;
}
.cart_area {
    background: #F3F3F3;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}
.cart_area .table {
    margin-bottom: 0px;
}
.cart_module {
    width: 100%;
    float: left;
    border: 1px solid #DCDCDC;
    border-radius: 7px;
    padding: 20px;
}
.cart_module h2 {
    font-size: 25px;
    margin: 0px 0px 15px;
}
.cart_module h3 {
	font-size: 20px;
}
.cart_module .form-control {
    margin-bottom: 15px;
}
.cart_module .btn-primary {
    width: 100%;
    padding: 7px;
}
.cart_module .panel-group {
    margin-bottom: 0px;
}
.cart_module p {
    font-size: 14px;
    color: #6A6A6A;
}
.cart_footer {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
td .input-group-btn .btn {
    padding: 6px 14px;
}
@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;
    }
}
/*Home Page*/
.top_banner {
	background-position: top center !important;
    background-size: cover !important;
    padding: 275px 0px;
	width: 100%;
    float: left;
}
.top_banner h1 {
    margin-bottom: 15px;
	color: var(--Primary, #1C332F);
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 154%;
	letter-spacing: 1.25px;
}
.top_banner p {
	color: var(--101010, #101010);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.99px;
	margin-bottom: 40px;
}
.category_area {
    padding: 75px 0px;
    width: 100%;
    float: left;
}
.category_area h2 {
	margin: 50px 0px 60px;
}
.pre_purchase {
	background-position: top center !important;
    background-size: cover !important;
	padding: 30px 15% 140px 5%;
}
.available_color {
	background-position: top center !important;
    background-size: cover !important;
	padding: 30px 15% 140px 5%;
}
.pre_purchase p, .available_color p, .aboutus p {
	color: #595959;
	margin-bottom: 40px;
}
.explore_bloom {
	background-position: top center !important;
    background-size: cover !important;
	padding: 100px 0px;
	width: 100%;
    float: left;
}
.explore_bloom h2 {
    position: relative;
    bottom: 40px;
}
.explore_bloom .btn-blank {
    position: relative;
    top: 40px;
}
.explore_bloom img.first, .explore_bloom img.last {
    margin-top: 40px;
}
@media(min-width: 1200px) {
	.explore_bloom .col-sm-3 {
		width: 28%;
	}
	.explore_bloom .col-sm-6 {
		width: 44%;
	}
	.gallery .col-sm-3 {
		width: 28%;
	}
	.gallery .col-sm-6 {
		width: 44%;
		padding: 0px;
	}
}
.vibrant_blooms {
	background-position: top center !important;
    background-size: cover !important;
	padding: 100px 0px;
	width: 100%;
    float: left;
}
.vibrant_blooms p {
	color: #860040;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.vibrant_blooms h2 {
    color: var(--Primary, #1C332F);
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: 1.6px;
	margin: 30px 0px 30px;
}
.contact_text_inside {
	background-position: top center !important;
    background-size: 100% !important;
	padding: 130px 0px;
	width: 100%;
    float: left;
}
.contact_text_inside h2 {
	color: var(--Primary, #1C332F);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 146%;
}
.contact_text p {
	color: var(--101010, #101010);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	text-transform: capitalize;
	margin: 20px 0px;
}
.testimonial {
	padding: 100px 0px;
	width: 100%;
    float: left;
}
.testimonial h2 {
	color: var(--Primary, #1C332F);
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 146%;
	text-transform: capitalize;
	position: relative;
	bottom: 40px;
}
.feedback {
	background: #FFF9EE;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.16);
	padding: 30px;
	border-radius: 10px;
}
.feedback .text {
	color: var(--101010, #101010);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	min-height: 150px;
}
.feedback .client {
	color: #212121;
	font-family: 'Recoleta', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 146%;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.feedback .designation {
	color: #666;
	leading-trim: both;
	text-edge: cap;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	text-transform: capitalize;
}
.special_offer_inside {
	background-position: top center !important;
    background-size: 100% !important;
	padding: 115px 0px;
	width: 100%;
    float: left;
}
.special_offer_inside p {
	margin-bottom: 30px;
}
.special_offer_inside p.subtitle {
	color: #C40A3B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 36.5px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.special_offer_inside h2 {
	color: var(--Primary, #1C332F);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 146%;
	margin: 0px 0px 10px;
}
.gallery {
    padding: 75px 0px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.gallery img {
	width: 100%;
	height: auto;
}
.gallery img.first, .gallery img.last {
    margin-top: 60px;
}
.shipping_inside {
	background-position: top center !important;
    background-size: 100% !important;
	padding: 75px 0px 100px;
	width: 100%;
    float: left;
}
.shipping_inside p {
	margin-bottom: 30px;
}
.shipping_inside p.subtitle {
	color: #C40A3B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 36.5px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.shipping_inside h2 {
	color: var(--Primary, #1C332F);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 146%;
	margin: 0px 0px 10px;
}
.home_contact {
	padding: 75px 0px;
	width: 100%;
    float: left;
}
.home_contact h2 {
	margin: 0px 0px 30px;
}
.home_contact .map {
    width: 100%;
    float: left;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.map iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}
.info_block {
	width: 100%;
	float: left;
	background: #F3F3F3;
	padding: 18px;
	margin-bottom: 12px;
	border-radius: 5px;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}
.info_icon {
    display: flex;
    align-items: center;
    color: #890033;
	padding-right: 18px;
}
.info_icon .fa {
	font-size: 30px;
}
.info_title {
	color: #6A6A6A;
	font-size: 14px;
	line-height: 27px;
}
.info_title strong {
	color: #2B2B2B;
	font-size: 18px;
}
.product_filter {
    width: 100%;
    float: left;
    margin: 15px 0px;
    background: #F3F3F3;
    padding: 15px;
    border-radius: 5px;
}
.product_header {
    background: #f3f3f3;
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.product_header > div, .product_body > div, .product_footer > div {
	padding: 0px;
}
.product_body {
    float: left;
    width: 100%;
}
.product-footer {
    float: left;
    width: 100%;
}
.product_body div.product_row {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 0px 10px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
}
div.product-footer {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
}
.product_filter .form-control {
    font-size: 14px !important;
    height: 40px !important;
}
.cart_option a.btn {
    background: transparent !important;
    text-transform: none !important;
    padding: 7px 0px 0px !important;
    color: #6A6A6A;
    border: 0px solid #000;
    font-size: 15px;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}
.cart_option .quantity {
    width: 100px;
    margin: 0px auto;
}
img.compress {
	cursor: pointer;
}
.cart_btn {
	padding: 3px 5px;
	border: 1px solid #DDD;
	border-radius: 50% !important;
	line-height: 10px;
	float: left;
	text-align: center;
	cursor: pointer;
	background: #fff;
	color: #000;
}
a.cart-heading {
    color: #8B0036;
    margin-right: 15px;
    font-size: 20px;
}
#bottom_cart_mesage {
    width: 100%;
    float: left;
    position: relative;
    top: 20px;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 13px;
    color: #8B0036;
    background: #F3E5EB;
    border: 1px solid #F3E5EB;
    border-radius: 50% !important;
    margin: 0px 5px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background: #8B0036;
    border-color: #8B0036;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background: #8B0036;
    border-color: #8B0036;
}
.product_sort {
    width: 100%;
    float: left;
    background: #FFFFFF;
	box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
    padding: 15px;
	margin: 20px 0px 40px;
}
.form-group {
    margin-bottom: 15px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 40px;
    font-size: 16px;
}
#account-register, #account-login {
    background: #eee;
}
.login_register_form {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    margin: 30px 0px 100px;
	box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
}
.form-horizontal .control-label {
    padding-top: 15px;
    text-align: left;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
legend {
    font-size: 25px;
    padding: 7px 0px;
    font-weight: 500;
    border: 0px solid #fff;
    margin: 30px 0px 0px;
    width: 100%;
    float: left;
}
.login_register_form p {
    margin: 20px 0 10px;
}
.login_register_form a {
    color: #8B0036;
    font-weight: 500;
    text-decoration: underline;
}
.form-control {
    font-size: 16px;
    color: #222;
    background: #fff;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px #fff;
}
.login_register_form .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
#checkout-checkout .form-group {
    margin-bottom: 20px;
}
@media(max-width: 767px) {
	header a {
		color: #fff;
	}
	header .openbtn {
		font-size: 25px;
		margin-right: 20px;
		position: relative;
		top: 2px;
	}
	header .col-xs-4.text-right {
		position: relative;
		top: 5px;
	}
	header a.searchbtn {
		padding: 0px 10px;
		position: relative;
		top: 2px;
	}
	.sidebar {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.95);
		overflow-x: hidden;
		padding-top: 60px;
		transition: 0.5s;
	}
	.sidebar a {
		padding: 5px 10px 10px 25px;
		text-decoration: none;
		font-size: 18px;
		color: #ccc;
		display: block;
		transition: 0.3s;
	}
	.sidebar .closebtn {
		position: absolute;
		top: 0px;
		right: 0px;
		font-size: 60px;
		margin-left: 0px;
	}
	#search {
		padding: 10px 20px;
	}
	header {
		padding: 25px 0px;
	}
	footer p {
		font-size: 14px;
	}
	.btn {
		margin-bottom: 10px;
		min-width: 200px;
		text-align: center;
	}
	.top_banner {
		background-position: left !important;
		padding: 100px 0px;
	}
	.top_banner h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.product_header, .product_body {
		min-width: 820px;
	}
	.form-field {
		margin-bottom: 15px;
	}
	.info_block {
		margin-bottom: 0px;
		margin-top: 15px;
	}
	.info_title {
		line-height: 22px;
	}
	.cart_footer {
		text-align: center;
	}
	.cart_footer .pull-left, .cart_footer .pull-right {
		width: 100%;
		margin-bottom: 15px;
	}
	.explore_bloom img {
		margin: 0px 0px 20px 0px !important;
	}
	.vibrant_blooms h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.contact_text_inside {
		background-size: cover !important;
		padding: 175px 0px 75px;
	}
	.feedback {
		margin-bottom: 25px;
	}
	.special_offer_inside {
		background-size: cover !important;
	}
	.gallery img {
		width: 100%;
		height: auto;
		margin: 0px 20px 0px 0px !important;
	}
	.shipping_inside {
		background-size: cover !important;
	}
}