@charset utf-8;
* {
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	margin: 0;
	padding: 0;
}

body {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	color: #a5a5a5;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0;
}

p {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	/*line-height: 2.14;*/
	font-weight: 400;
	color: #6c6a74;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #5b9bd1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

a {
	color: #5b9bd1;
}

p a:active {
	position: relative;
	color: #ff6347;
}

p a:hover {
	color: #fff;
	background: #5b9bd1;
}

p a:hover::after {
	opacity: .2;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130%!important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.nopadding {
	padding: 0!important;
}

.button {
	width: 170px;
	height: 45px;
	background: 0;
	text-align: center;
	border: solid 2px #1b1b1b;
	overflow: hidden;
	cursor: pointer;
}

.button a {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	color: #1b1b1b;
	background: 0;
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.button::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 150%;
	height: 100%;
	background: #fff;
	z-index: 0;
	opacity: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: 0 .3s, opacity .3s, background-color .3s;
	transition: transform .3s, opacity .3s, background-color .3s;
}

.button_light {
	border: solid 2px #fff;
}

.button_light::after {
	background: #fff;
}

.header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header_container {
	width: 100%;
	z-index: 1;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.header_content {
	width: 100%;
	height: 100px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.header.scrolled .header_content {
	height: 70px;
}

.logo a {
	font-size: 30px;
	font-weight: 700;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

	.logo img {
		width: 250px;
	}

.main_nav {
	margin-left: 156px;
}

.main_nav>ul>li {
	display: inline-block;
	position: relative;
}

.main_nav>ul>li:not(:last-child) {
	margin-right: 46px;
}

.main_nav>ul>li>a {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 500;
	color: #767676;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav ul li.hassubs::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 3px);
	font-family: FontAwesome;
	font-size: 10px;
	content: '\f078';
	color: #767676;
}

.hassubs ul {
	position: absolute;
	right: -15px;
	top: calc(100% + 20px);
	text-align: left;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 25px 25px 25px 35px;
	width: 250px;
	/*box-shadow: 0 17px 35px 10px rgba(0,0,0,.04);*/
	border: 1px solid #ebebeb;
}

.hassubs:hover ul {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 0px);
}

.hassubs ul li:not(:last-child) {
	padding-bottom: 11px;
    border-bottom: 1px solid #ebebeb;
	margin-bottom: 11px;
}

.hassubs ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #767676;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.shopping_cart a svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.shopping_cart a:hover svg,
.shopping_cart a:hover div {
	fill: #5b9bd1;
	color: #5b9bd1;
}

.shopping_cart a div {
	/*margin-left: 13px;*/
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.shopping_cart a div span {
	margin-left: 4px;
}

.search {
	display: inline-block;
	margin-left: 51px;
	cursor: pointer;
	vertical-align: sub;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.search_icon {
	width: 13px;
	height: 13px;
}

.search_icon:hover svg {
	fill: #e95a5a;
}

.hamburger {
	display: none;
	margin-left: 30px;
	cursor: pointer;
	margin-right: 4px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.hamburger i {
	font-size: 18px;
	color: #1b1b1b;
}

.search_panel {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #e4e4e4;
	z-index: -1;
}

.search_panel.active {
	bottom: -80px;
}

.search_panel_content {
	height: 80px;
}

.search_input {
	width: 300px;
	height: 40px;
	border: 0;
	outline: 0;
	border-radius: 3px;
	padding-left: 20px;
}

.header_social {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 60px;
	z-index: 1;
	margin-right: -5px;
}

.menu {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #fff;
	z-index: 101;
}

.menu.active {
	right: 0;
}

.menu_container {
	width: 100%;
	height: 0;
	padding-top: 130px;
}

.menu.active .menu_container {
	height: 500px;
}

.page_menu_content {
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	text-align: right;
}

.page_menu_search {
	display: none;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_menu_search_input {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 0;
	outline: 0;
	padding-left: 25px;
}

.page_menu_item {
	display: block;
	position: relative;
	vertical-align: middle;
}

.page_menu_nav>li {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.page_menu_item>a {
	display: block;
	color: #1b1b1b;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.page_menu_item a i {
	display: none;
	margin-left: 8px;
}

.page_menu_selection {
	width: 100%;
	height: 0;
	overflow: hidden;
	z-index: 1;
	margin: 0;
}

.page_menu_selection li {
	padding-right: 15px;
	line-height: 40px;
}

.page_menu_selection li:last-child {
	padding-bottom: 20px;
}

.page_menu_selection li a {
	display: block;
	color: #1b1b1b;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: all .3s ease;
}

.menu_social {
	position: absolute;
	right: 30px;
	bottom: 15px;
}

.menu_close {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.menu_close i {
	font-size: 16px;
	color: #1b1b1b;
	padding: 5px;
}

.home {
	padding-top: 100px;
	width: 100%;
	height: 500px;
	background: #fff;
	z-index: 2;
}

.home-single {
	padding-top: 100px;
}

.home_container {
	width: 100%;
	height: 100%;
}

.home_content_container {
	position: absolute;
	top: 53%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.home_content {
	width: 580px;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #e95a5a;
}

.breadcrumbs ul li:not(:last-child)::after {
	display: inline-block;
	content: '/';
	margin-left: 10px;
	margin-right: 6px;
	color: #fff;
}

.breadcrumbs ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cart_info {
	padding-top: 160px!important;
	width: 100%;
	background: #fff;
	z-index: 2;
}

.cart_info_columns {
	border-bottom: solid 2px #e3e3e3;
	padding-bottom: 7px;
}

.cart_info_col {
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
}

.cart_info_col_price {
}

.cart_info_col_total {
	text-align: right;
}

.cart_item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e3e3e3;
}

.cart_item_price {
	font-size: 15px;
	font-weight: 400;
	color: #1b1b1b;
}

.cart_item_total {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
}

.cart_item_image div {
	/*width: 100px;
	height: 100px;*/
}

.cart_item_name_container {
	/*padding-left: 36px;*/
}

.cart_item_name a {
	font-size: 15px;
	font-weight: 500;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cart_item_edit {
	margin-top: 3px;
}

.cart_item_edit a {
	font-size: 13px;
	font-weight: 500;
	color: #6c6a74;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_quantity {
	width: 120px;
	height: 40px;
	border: solid 2px #d0d0d0;
	overflow: hidden;
	padding-left: 78px;
	vertical-align: middle;
}

.product_quantity span {
	position: absolute;
	top: 50%;
	left: 23px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 600;
	color: #6c6a74;
}

.product_quantity input {
	margin-top: 1px;
	display: block;
	width: 30px;
	height: 35px;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-weight: 600;
	color: #1b1b1b;
	text-align: left;
	padding-left: 0px;
	line-height: 39px;
	float: left;
}

.quantity_buttons {
	position: absolute;
	top: 0;
	right: 1px;
	height: 100%;
	width: 29px;
}

.quantity_inc,
.quantity_dec {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 50%;
	cursor: pointer;
}

.quantity_control i {
	font-size: 10px;
	color: #232323;
	pointer-events: none;
}

.quantity_control:active {
	border: solid 1px rgba(14, 140, 228, 0.2);
}

.quantity_inc {
	padding-bottom: 3px;
	justify-content: flex-end;
}

.quantity_inc i {
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

.quantity_dec {
	padding-top: 3px;
	justify-content: flex-start;
}

.quantity_dec i {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.row_cart_buttons {
	margin-top: 21px;
}

.continue_shopping_button {
	width: 261px;
}

.update_cart_button {
	margin-left: 16px;
}

.row_extra {
	margin-top: 40px;
	padding-bottom: 100px;
}

.section_title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #1b1b1b;
}

.section_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
	margin-top: 3px;
}

.delivery_options {
	margin-top: 38px;
}

.delivery_option {
	display: block;
	position: relative;
	padding-left: 36px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
}

.delivery_option:not(:last-child) {
	margin-bottom: 27px;
}

.checkmark {
	position: absolute;
	top: 20%;
	left: 0;
	margin-top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: solid 2px #6c6a74;
	background: transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.delivery_option input:checked~.checkmark {
	background: #e95a5a;
	border: solid 2px #e95a5a;
}

.coupon_form_container {
	margin-top: 42px;
	width: 100%;
}

.coupon_form {
	position: relative;
	width: 100%;
}

.coupon_input {
	width: 100%;
	height: 52px;
	border: 0;
	outline: 0;
	background: #f2f4f8;
	padding-left: 15px;
}

.coupon_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 112px;
	height: 52px;
}

.coupon_button span {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #1b1b1b;
	z-index: 2;
}

.cart_total_container {
	background: #f2f4f8;
	padding: 20px 44px 19px 45px;
}

.cart_total_container ul li {
	width: 100%;
	height: 35px;
}

.cart_total_value {
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
	float: right;
}

.footer_overlay {
	width: 100%;
	height: 129px;
	background: transparent;
	z-index: 1;
}

.footer {
	color: #fff;
	background: #9a9a9c;
	width: 100%;
	z-index: 1;
}
	
	.footer h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.footer a, .footer p {
		color: #fff;
	}

.footer_content {
	color: #fff;
	width: 100%;
	height: 50px;
}

.footer_logo {
	width: 30%;
}

.footer_logo a {
	font-size: 30px;
	line-height: .75;
	color: #1b1b1b;
	font-weight: 700;
}

.copyright {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.footer_social {
	width: 30%;
	text-align: right;
}

.footer_social ul li:not(:last-child) {
	margin-right: 26px;
}

.footer_social ul li a i {
	font-size: 17px;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.products {
	/*padding-top: 185px;*/
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
	background: #fff;
	z-index: 2;
}

.sorting_bar {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
}

.item_sorting>li {
	display: inline-block;
	position: relative;
	width: 191px;
	height: 36px;
	line-height: 32px;
	cursor: pointer;
	border: solid 2px #ececec;
	padding-left: 26px;
	padding-right: 19px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
	margin-bottom: 10px;
}

.item_sorting>li:last-child {
	margin-right: 0;
}

.num_sorting_text {
	padding-right: 11px;
}

.item_sorting li i {
	float: right;
	line-height: 32px;
	font-size: 10px;
	color: #787878;
}

.item_sorting li ul {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	width: 100%;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: all .3s ease;
	margin: 0;
}

.item_sorting>li:hover ul {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}

.item_sorting li ul li {
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.item_sorting li ul li span {
	display: block;
	height: 36px;
	line-height: 36px;
	border-bottom: solid 1px #ddd;
	color: #6c6a74;
	text-align: right;
	padding-right: 5px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: all .3s ease;
}

.item_sorting li ul li span:hover {
	color: #b5aec4;
}

.item_sorting li span:nth-child(2) {
	margin-left: 63px;
}

.product {
	width: calc((100% - 90px) / 4);
	margin-bottom: 59px;
	/* border: 1px solid #ebebeb; */
    padding: 20px;
    background-color: #f6f6f6;
}

.product:hover {
	border: none;
	box-shadow: 0 17px 35px 10px rgba(0,0,0,.04);
}

.product_content {
	width: 100%;
	padding: 16px 5px;
	text-align: center;
}

.product_title a {
	font-size: 14px;
	font-weight: 500;
	color: #1b1b1b;
	line-height: 1.1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_price {
	font-size: 13px;
	font-weight: 500;
	color: #6c6a74;
	line-height: .75;
	margin-top: 5px;
}

.product_extra {
	position: absolute;
	top: 0;
	left: 54px;
	width: 66px;
	height: 36px;
	text-align: center;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	transform: rotate(90deg);
}

.product_extra a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 36px;
}

.product_new {
	background: #6c6a74;
}

.product_pagination {
	width: 100%;
	margin-top: 3px;
}

.product_pagination ul li:not(:last-child) {
	margin-right: 3px;
}

.product_pagination ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.icon_boxes {
	width: 100%;
	padding-top: 99px;
	padding-bottom: 99px;
	background: #fff;
	z-index: 2;
}

.icon_box {
	width: 100%;
	text-align: center;
}

.icon_box_image {
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}

.icon_box_title {
	font-size: 18px;
	font-weight: 500;
	color: #1b1b1b;
	margin-top: 33px;
}

.newsletter {
	width: 100%;
	background: #fff;
	padding-bottom: 99px;
	z-index: 2;
}

.newsletter_border {
	width: 100%;
	border-top: solid 2px #e3e3e3;
}

.newsletter_content {
	padding-top: 88px;
}

.newsletter_text {
	margin-top: 8px;
}

.newsletter_input {
	width: 100%;
	height: 40px;
	border: 0;
	border-bottom: solid 2px #787878;
	outline: 0;
	text-align: center;
}

.newsletter_button {
	position: relative;
	width: 178px;
	height: 61px;
	border: solid 2px #1b1b1b;
	background: #fff;
	cursor: pointer;
	margin-top: 55px;
	overflow: hidden;
}

.newsletter_button span {
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	font-weight: 600;
	color: #1b1b1b;
	background: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.newsletter_button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #1b1b1b;
	z-index: 0;
	opacity: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: 0 .3s, opacity .3s, background-color .3s;
	transition: transform .3s, opacity .3s, background-color .3s;
}

.checkout {
	width: 100%;
	padding-top: 150px;
	padding-bottom: 99px;
	background: #fff;
	z-index: 2;
}

.checkout_section {
	width: 100%;
}

.checkout_form label {
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
	padding-top: 10px;
}

.checkout_textarea {
	width: 100%;
	background: #f2f4f8;
	border: 0;
	outline: 0;
	padding-left: 15px;
	padding-top: 15px;
}

.has-error label {
	color: #dc3545;
}

.has-error .checkout_input {
	border: 1px solid #dc3545;
}

.dropdown_item_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b!important;
	margin: 0;
}

.checkout_address_2 {
	margin-top: 16px;
}

.checkout_extra {
	margin-top: 33px;
}

.checkout_extra>div:not(:last-child) {
	margin-bottom: 8px;
}
.regular_checkbox
{
	display: none;
}
.regular_checkbox+label {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 13px;
	height: 13px;
	background: #f2f4f8;
	cursor: pointer;
	vertical-align: middle;
	margin-bottom: 0;
}

.regular_checkbox+label img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}

.regular_checkbox:checked+label img {
	display: block;
}

.checkbox_title {
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
}

.order {
	width: 100%;
	padding-left: 45px;
	background: #f2f4f8;
	padding-bottom: 53px;
	padding-right: 45px;
}

.order_list_bar {
	margin-bottom: 15px;
	font-weight: 700;
	color: #1b1b1b;
}

.order_list li:not(:last-child) {
	margin-bottom: 10px;
}

.order_summary_list li {
	padding: 5px 0 0;
}

.order_summary_list li:first-child {
	border-top: 1px solid #1b1b1b
}

.order_summary_list li:last-child {
	margin-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	font-size: 18px;
	font-weight: 700;
	color: #1b1b1b;
}

.address_option {
	display: block;
	position: relative;
	padding-top: 0 !important;
	padding: 15px 10px 0px 36px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
	/*border: 1px solid #1b1b1b;*/
}
.address_option:not(:last-child) {
	margin-bottom: 19px;
}

.address_option input:checked~.checkmark {
	border: solid 2px #07b3e3;
	background-color: #07b3e3;
}

.address_option input:hover~.checkmark {
	border: solid 2px #07b3e3;
}

.address_option .checkmark {
	top: 32%;
	left: 1%;
}

.address_button {
	width: 220px;
}

.payment_options {
	margin-top: 80px;
}

.payment_option {
	display: block;
	position: relative;
	padding-top: 0!important;
	padding-left: 31px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
}

.payment_option:not(:last-child) {
	margin-bottom: 19px;
}

.payment_option input:checked~.checkmark {
	border: solid 2px #07b3e3;
	background-color: #07b3e3;
}

.payment_option input:hover~.checkmark {
	border: solid 2px #07b3e3;
}

.order_text {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	color: #6c6a74;
	margin-top: 70px;
}

.order_button {
	width: 100%;
	margin-top: 33px;
}

.contact {
	width: 100%;
	background: #fff;
	z-index: 2;
	padding-top: 93px;
	padding-bottom: 97px;
}

.contact_textarea {
	height: 197px;
	padding-top: 15px;
}

.contact_button {
	position: relative;
	margin-top: 10px;
}

.contact_button span {
	display: block;
	position: relative;
	color: #1b1b1b;
	z-index: 2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.contact_info_section:not(:first-child) {
	margin-top: 74px;
}

.contact_info_title {
	font-size: 18px;
	font-weight: 500;
	color: #1b1b1b;
}

.contact_info_section ul li:not(:last-child) {
	margin-bottom: 7px;
}

.contact_info_section ul li span {
	color: #6c6a74;
	margin-left: 8px;
}

.map_row {
	margin-top: 98px;
}

.google_map {
	width: 100%;
	height: 577px;
}

.map_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map {
	width: 100%;
	height: calc(100% + 30);
}

.product_details {
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
	background: #fff;
	z-index: 2;
}

.details_row {
	margin-top: 95px;
}

.details_image_thumbnails {
	margin-top: 17px;
}

.details_image_thumbnail {
	width: calc((100% - 51px) / 4);
	cursor: pointer;
	margin-right: 5px;
}

.details_image_thumbnail::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #1b1b1b;
	content: '';
	background: transparent;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.details_image_thumbnail.active::after,
.details_image_thumbnail:hover::after {
	visibility: visible;
	opacity: 1;
}

.product_name {
	font-size: 30px;
	font-weight: 600;
	color: #232323;
	line-height: .75;
}

.in_stock_container {
	margin-top: 22px;
}

.availability {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #6c6a74;
}

.in_stock_container span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #44a038;
	margin-left: 5px;
}

.details_name {
	font-size: 24px;
	font-weight: 500;
	color: #1b1b1b;
	margin-top: -9px;
}

.details_discount {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #e95a5a;
	margin-right: 20px;
	text-decoration: line-through;
}

.details_price {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #6c6a74;
	margin-top: 12px;
}

.details_text {
	margin-top: 10px;
}

.details_text ul {
	list-style: disc;
	margin-left: 15px;
}

.details_text p {
	font-weight: 500;
}

.product_quantity_container {
	/*margin-top: 48px;*/
}

.cart_button {
	display: inline-block;
	vertical-align: middle;
	/*margin-left: 13px;*/
	margin-top: 20px;
}

.details_share {
	margin-top: 51px;
	border-top: solid 1px #d0d0d0;
}

.details_share ul {
	display: inline-block;
	margin-top: 31px;
	margin-left: 41px;
}

.description_row {
	margin-top: 91px;
}

.description_title {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	color: #1b1b1b;
}

.reviews_title {
	display: inline-block;
	margin-left: 41px;
}

.reviews_title a {
	font-size: 24px;
	font-weight: 500;
	color: #6c6a74;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.description_text {
	margin-top: 44px;
}

.product_grid {
	margin-top: 0px;
}

.home_slider_container {
	width: 100%;
	height: 100%;
	/*padding: 130px 60px 30px;*/
}

.home_slider_content_container {
	position: absolute;
	left: 0;
	top: 32.3%;
	width: 100%;
}

.home_slider_content {
	max-width: 580px;
}

.home_slider_title {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}

.home_slider_subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 2.14;
	margin-top: 22px;
}

.home_slider_dots_container {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}

.home_slider_dots {
	position: absolute;
	left: 15px;
	bottom: 56px;
}

.home_slider_custom_dot {
	display: inline-block;
	position: relative;
	color: #ccc;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.fadeIn {
	animation-delay: 1000ms;
}

.avds_container {
	width: 100%;
	height: 490px;
	padding-left: 60px;
	padding-right: 60px;
}

.avds_small {
	width: calc((100% * 0.391) - 15px);
	height: 100%;
	padding: 30px;
}

.avds_small_inner {
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
}

.avds_discount_container {
	position: absolute;
	right: 36px;
	bottom: 0;
}

.avds_discount_container>div {
	position: relative;
	width: 100%;
	height: 100%;
}

.avds_discount {
	position: absolute;
	bottom: 71px;
	right: 0;
	width: 152px;
	text-align: center;
}

.avds_discount div:first-child {
	font-size: 60px;
	font-weight: 700;
	color: #1b1b1b;
	line-height: .75;
}

.avds_discount div:first-child span {
	font-size: 36px;
	font-weight: 700;
	vertical-align: super;
}

.avds_discount div:last-child {
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
	margin-top: 1px;
}

.avds_small_content {
	max-width: 250px;
	padding-top: 57px;
	padding-left: 31px;
	padding-right: 30px;
}

.avds_title {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	line-height: 1.16;
}

.avds_link {
	margin-top: 18px;
	padding-left: 4px;
}

.avds_link a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.avds_link a::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
}

.avds_large {
	width: calc((100% * 0.608) - 15px);
	height: 100%;
}

.avds_large_container {
	width: 100%;
	height: 100%;
	padding-top: 39px;
	padding-left: 32px;
	padding-bottom: 44px;
}

.avds_large_content {
	max-width: 567px;
	height: 100%;
	background: rgba(0, 0, 0, 0.63);
	padding: 51px 130px 30px 30px;
}

.avds_text {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 2.14;
	margin-top: 11px;
	padding-left: 2px;
}

.avds_xl_container {
	width: 100%;
	height: 345px;
	padding: 34px 35px 30px 30px;
}

.avds_xl_content {
	width: 391px;
	height: 100%;
	background: #e95a5a;
	float: right;
	padding-top: 28px;
	padding-left: 42px;
	padding-right: 30px;
}

.avds_xl_link {
	margin-top: 18px;
}

p:last-of-type,
label {
	margin-bottom: 0;
}

h3,
.header.scrolled .logo a {
	font-size: 24px;
}

.clear,
.clearfix::after {
	clear: both;
}

.float_right,
.delivery_price {
	float: right;
}

.trans_200,
.search_icon svg {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.button:hover::after,
.newsletter_button:hover::after {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button_light a,
.button:hover a,
.coupon_button:hover span,
.footer_social ul li a i:hover,
.newsletter_button:hover span,
.contact_button:hover span {
	color: #fff;
}

.button_light:hover a,
.main_nav>ul>li>a:hover,
.main_nav>ul>li.active>a,
.main_nav ul li:hover::after,
.main_nav ul li.active::after,
.hassubs ul li a:hover,
.header_social ul li a i:hover,
.menu_social ul li a i:hover,
.cart_item_edit a:hover,
.product_pagination ul li.active a,
.product_pagination ul li:hover a,
.details_share ul li a i:hover,
.reviews_title a:hover {
	color: #1b1b1b;
}

.shopping_cart,
.header_social ul li,
.page_menu_item.has-children>a>i,
.menu_social ul li,
.clear_cart_button,
.update_cart_button,
.footer_social ul li,
.item_sorting,
.product_pagination ul li,
.checkout_extra label,
.details_share span,
.details_share ul li {
	display: inline-block;
}

.search_input::-webkit-input-placeholder,
.search_input:-moz-placeholder,
.search_input::-moz-placeholder,
.search_input:-ms-input-placeholder,
.search_input::input-placeholder {
	font-size: 14px!important;
	font-weight: 400!important;
	font-style: italic;
	color: #767676!important;
}

.header_social ul li:not(:last-child),
.menu_social ul li:not(:last-child),
.details_share ul li:not(:last-child) {
	margin-right: 18px;
}

.header_social ul li a i,
.menu_social ul li a i,
.details_share ul li a i {
	font-size: 16px;
	color: #b5b5b5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 5px;
}

.page_menu_item>a:hover,
.page_menu_selection li a:hover {
	color: #c3c1cc;
}

.page_menu_selection li:last-child a,
.item_sorting li ul li:last-child span {
	border-bottom: 0;
}

.home_background,
.footer_background,
.home_slider_background,
.avds_background,
.avds_xl_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.breadcrumbs ul li a:hover,
.cart_item_name a:hover,
.product_title a:hover,
.home_slider_custom_dot:hover,
.home_slider_custom_dot.active {
	color: #5b9bd1;
}

.cart_info_col_product,
.cart_item_product {
	width: 63%;
}

.cart_info_col_quantity,
.cart_item_quantity {
	width: 17%;
	text-align: center;
}

.cart_item_image div img,
.product_image img,
.icon_box_image img,
.details_image_large img,
.details_image_thumbnail img {
	max-width: 100%;
}

.delivery,
.cart_total_container ul,
.checkout_button,
.product_image,
.newsletter_form,
.checkout_form_container,
.details_image_large {
	width: 100%;
}

.product_image {
	height: 170px;
}

	.product_image img {
		max-height: 100%;
	}

.delivery_option input,
.payment_option input,
.address_option input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.delivery_option input:hover~.checkmark,
.product_sale {
	background: #e95a5a;
}

.cart_total_title,
.order_list_title,
.order_list_value,
.contact_info_section ul li {
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
}

.results,
.contact_form label {
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
}

.product_hot,
.cart_button::after,
.checkout_button::after,
.order_button::after,
.address_button::after,
.general_button::after {
	background: #1b1b1b;
}

.icon_box_text,
.order_summary_list {
	margin-top: 20px;
}

.newsletter_title,
.products_title {
	font-size: 30px;
	font-weight: 500;
	color: #1b1b1b;
}

.newsletter_form_container,
.contact_form_container {
	width: 100%;
	margin-top: 46px;
}

.checkout_form>div:not(:last-child),
.contact_form>div:not(:last-child) {
	margin-bottom: 14px;
}

.checkout_input,
.contact_input {
	width: 100%;
	height: 52px;
	background: #f2f4f8;
	border: 0;
	outline: 0;
	padding-left: 15px;
}

.dropdown_item_select::-ms-expand,
.regular_checkbox,
.owl-theme .owl-dots {
	display: none;
}

.order_list_container,
.contact_info_section ul {
	margin-top: 20px;
}

.home_button,
.avds_link_large {
	margin-top: 40px;
}

.avds,
.avds_xl {
	width: 100%;
	background: #fff;
	z-index: 2;
}

.category_section {
	padding-top: 125px;
}

.related_product {
	padding-top: 60px;
}

	.related_product .product_grid {
		padding-top: 30px;
	}

.feature_products {
	padding-top: 60px;
}


/* Profile Sidebar */

.profile-usertitle {
	text-align: center;
}

.profile-usertitle-name {
	color: #5a7391;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
}

.profile-usertitle-job {
	text-transform: uppercase;
	color: #5b9bd1;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
}

.sidebar {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

	.sidebar > li {
		position: relative;
		display: block;
	}

		.sidebar > li > a {
			position: relative;
			display: block;
			padding: 10px 15px;
		}

.profile-sidebar {
	padding: 20px 0 20px 0;
	background: #fff;
	border: 1px solid #ccc;
}

.profile-usermenu {
	/*margin-top: 30px;*/
}

.profile-usermenu ul li {
	border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
	border-bottom: none;
}

.profile-usermenu ul li a {
	/*color: #93a3b5;*/
	color: #767676;
	font-size: 14px;
	font-weight: 400;
}

.profile-usermenu ul li a i {
	margin-right: 8px;
	font-size: 14px;
}

.profile-usermenu ul li a:hover {
	background-color: #fafcfd;
	color: #5b9bd1;
}

.profile-usermenu ul li.active {
	border-bottom: none;
}

.profile-usermenu ul li.active a {
	color: #5b9bd1;
	background-color: #f6f9fb;
	border-left: 2px solid #5b9bd1;
	margin-left: -2px;
}

/* Profile Content */
.profile-content {
	padding: 20px;
	background: #fff;
	min-height: 460px;
}

.address-box {
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
}

.orders-table td:hover {
    cursor: pointer;
}

.orders-table tr:hover {
    background-color: #fbfbfb;
}

.border-none {
	border: none !important;
}

.product-name {
	vertical-align: top;
	margin-left: 10px;
}

.dropdown-item {
	font-size: 14px;
}