/*
==================================================================
Theme Name: Miguel Escudero
Version: 1.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/

/*============================================================================================*/

/* LISTING */

/*============================================================================================*/

.breadcrumbs a {
	color: #999;
	font-weight: 600;
}

.top_banner .breadcrumbs a {
	color: #fff;
	font-weight: 600;
}

.about .about_block .row {
	padding-bottom: 60px;
}

.brand_intro {
	display: block;
	width: 35%;
	color: white;
}

.about .about_block .row:nth-child(even) .col-lg-6 {
	order: 1;
}

.box_contacts p {
	margin-top: 10px;
	margin-bottom: 0;
}

.brand_description h2,
.brand_description h3,
.brand_description h4,
.brand_description h5 {
	font-size: 20px;
	font-weight: 600;
	color: #004dda;
	margin-top: 30px;
	margin-bottom: 10px;
}

.brand_description p {
}

.toolbox {
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
	padding: 15px 0 12px 0;
	background-color: #f8f8f8;
}

.toolbox.version_2 {
	background-color: transparent;
	margin-bottom: 30px;
}

.toolbox.sticky {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #004dda;
	animation: smoothScroll 0.5s forwards;
	-webkit-animation: smoothScroll 0.5s forwards;
	border-bottom: none;
}

.toolbox.sticky .container > ul li a {
	color: #fff;
}

.toolbox.sticky .container > ul li a:hover {
	color: #fff;
}

.toolbox.sticky .sort_select:after {
	color: #fff;
}

.toolbox.sticky .sort_select select {
	color: #fff;
}

.toolbox.sticky .sort_select select:focus {
	color: #fff;
}

.toolbox .container > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toolbox .container > ul li {
	height: 25px;
	line-height: 25px;
	display: inline-block;
	float: right;
	margin-left: 30px;
}

@media (max-width:767px) {
	.toolbox .container > ul li {
		margin-left: 15px;
	}

}

.toolbox .container > ul li:first-child {
	float: left;
	margin-left: 0;
}

.toolbox .container > ul li i {
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 3px;
}

.toolbox .container > ul li a {
	color: #444;
	margin-left: 5px;
}

.toolbox .container > ul li a span {
	display: inline-block;
	margin-left: 5px;
}

@media (max-width:767px) {
	.toolbox .container > ul li a span {
		display: none;
	}

}

.toolbox .container > ul li a.open_filters {
	display: none;
}

@media (max-width:991px) {
	.toolbox .container > ul li a.open_filters {
		display: inline-block;
	}

	.about .about_block .row:nth-child(even) .col-lg-6 {
		order: -1;
	}

	.about .about_block .row {
		padding-bottom: 40px;
	}

}

.toolbox .container > ul li a:hover {
	color: #004dda;
}

.sort_select {
	width: auto;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	border: none;
	position: relative;
	padding-left: 27px;
}

.sort_select:after {
	font-family: 'themify';
	position: absolute;
	color: #444;
	left: 0;
	top: 0;
	content: "\e627";
	font-size: 16px;
	font-size: 1rem;
}

.sort_select select {
	background: transparent;
	width: 110%;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 25px;
	margin: 0;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
}

.sort_select select:focus {
	color: #444;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sort_select select::-ms-expand {
	display: none;
}

.filters_listing_1 {
	padding: 15px 0 10px 0;
}

.filters_listing_1 .dropdown {
	position: relative;
	text-align: left;
}

.filters_listing_1 .dropdown a.drop {
	color: #444;
	font-weight: 500;
	transition: all 0.3s;
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 1;
}

@media (max-width:991px) {
	.filters_listing_1 .dropdown a.drop {
		margin-bottom: 5px;
	}

}

.filters_listing_1 .dropdown a.drop:after {
	font-family: 'themify';
	content: "\e64b";
	font-size: 14px;
	font-size: 0.875rem;
	color: #999;
	font-weight: 600;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	right: 10px;
	top: 10px;
}

.filters_listing_1 .dropdown.show a:after {
	transform: rotate(180deg);
}

.filters_listing_1 .dropdown .dropdown-menu {
	background: #fff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
	padding: 15px;
	white-space: normal;
	width: 100%;
	color: #444;
}

.filters_listing_1 .dropdown a.apply_filter {
	text-align: center;
	background-color: #004dda;
	color: #fff;
	display: block;
	padding: 10px 0;
	line-height: 1;
	font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.filters_listing_1 .dropdown a.apply_filter:hover {
	background-color: #FFC107;
	color: #111;
}

.row_item {
	margin-bottom: 30px;
}

.row_item figure {
	position: relative;
	margin-bottom: 0;
	-webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
	box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
}

@media (max-width:767px) {
	.row_item figure {
		margin-bottom: 15px;
	}

	.about .about_block .row {
		padding-bottom: 20px;
	}

}

@media (max-width:767px) {
	.row_item figure img {
		width: 100%;
		height: auto;
	}

}

.row_item .rating {
	margin-bottom: 5px;
}

.row_item a h3 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #444;
}

@media (max-width:575px) {
	.row_item a h3 {
		font-size: 16px;
		font-size: 1rem;
	}

}

.row_item a h3:hover {
	color: #004dda;
}

.row_item p {
	margin-bottom: 20px;
}

.row_item .price_box {
	margin-bottom: 20px;
}

.row_item .new_price {
	font-size: 21px;
	font-size: 1.3125rem;
}

.row_item .old_price {
	font-size: 16px;
	font-size: 1rem;
}

.row_item ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.row_item ul li {
	display: inline-block;
}

.row_item ul li a span {
	display: none;
}

.filter_type {
	font-size: 14px;
	font-size: 0.875rem;
}

.filter_type h6 {
	border-top: 1px solid #dddddd;
	margin: 15px 0;
	padding: 15px 0 0 0;
}

.filter_type label {
	font-weight: 400;
}

.filter_type label small {
	float: right;
	color: #777;
	padding-top: 3px;
}

.filter_type ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0 0 15px 0;
}

.filter_type ul li {
	margin-bottom: 5px;
}

.filter_type ul li:last-child {
	margin-bottom: 0;
}

.filter_type.version_2 {
	border-bottom: 1px solid #ededed;
	margin: 0 -15px 15px -15px;
	padding: 0 15px;
}

.filter_type.version_2 ul {
	list-style: none;
	padding: 5px 5px 0 5px;
}

.filter_type.version_2 h4 a {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #444;
	padding: 8px 10px;
	margin: -5px -5px 0 -5px;
	line-height: 1;
	position: relative;
}

.filter_type.version_2 h4 a:after {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'themify';
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	right: 10px;
	top: 8px;
}

.filter_type.version_2 h4 a.opened {
	background-color: #f8f8f8;
}

.filter_type.version_2 h4 a.opened:after {
	content: "\e64b";
	transform: rotate(180deg);
}

.filter_type.version_2 h4 a.closed:after {
	content: "\e64b";
	transform: rotate(0);
}

.filter_col {
	border: 1px solid #ededed;
	padding: 15px;
	margin-bottom: 25px;
}

@media (max-width:991px) {
	.filter_col {
		overflow: auto;
		transform: translateX(-200%);
		top: 0;
		left: -100%;
		bottom: 0;
		width: 45%;
		height: 100%;
		position: fixed !important;
		background-color: #fff;
		z-index: 99999999 !important;
		margin: 0;
		-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	}

	.filter_col.show {
		transform: translateX(0);
		left: 0;
		border: 0;
	}

}

@media (max-width:767px) {
	.filter_col {
		width: 100%;
	}

}

.filter_col .inner_bt {
	text-align: right;
	margin: -10px -15px 15px -15px;
	padding: 5px 15px 0 0;
	display: none;
}

@media (max-width:991px) {
	.filter_col .inner_bt {
		display: block;
	}

}

.filter_col .inner_bt i {
	font-size: 18px;
	font-size: 1.125rem;
	color: #999;
}

.filter_col .inner_bt i:hover {
	color: #111;
}

/*============================================================================================*/

/* PRODUCT PAGE */

/*============================================================================================*/

#sidebar_fixed {
	position: sticky;
	top: 90px;
	height: fit-content;
}

.countdown_inner {
	background: #F33;
	color: #fff;
	margin-bottom: 30px;
	padding: 5px;
	text-align: center;
	font-weight: 500;
}

@media (max-width:767px) {
	.countdown_inner {
		margin-bottom: 15px;
	}

}

.countdown_inner.version_2 {
	padding: 10px 5px;
	position: relative;
}

.countdown_inner.version_2:before {
	border-style: solid solid solid none;
	border-width: 15px 15px 15px 0;
	bottom: -26px;
	content: "";
	left: 0;
	position: absolute;
	width: 15px;
	border-color: #F33 transparent transparent;
}

@media (max-width:991px) {
	.countdown_inner.version_2:before {
		display: none;
	}

}

.countdown_inner.version_2 strong {
	display: block;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.2;
}

.countdown_inner .countdown {
	position: static;
	font-size: 16px;
	font-size: 1rem;
	width: auto;
	margin: 0;
	display: inline-block;
}

.countdown_inner .countdown:before {
	display: none;
}

/*-------- Carousel with thumbs --------*/
.all {
	width: 100%;
	height: auto;
}

.all .slider,
.all .slider-two {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}

.all .slider .owl-nav,
.all .slider .owl-dots,
.all .slider-two .owl-nav,
.all .slider-two .owl-dots {
	display: none;
}

.all .slider:hover .left,
.all .slider:hover .right,
.all .slider-two:hover .left,
.all .slider-two:hover .right {
	visibility: visible;
	opacity: 1;
}

.all .slider:hover .left,
.all .slider-two:hover .left {
	left: 20px;
}

.all .slider:hover .right,
.all .slider-two:hover .right {
	right: 20px;
}

.all .slider .item-box,
.all .slider-two .item-box {
	overflow: hidden;
	width: 100%;
	height: 450px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

@media (max-width:767px) {
	.all .slider .item-box,
	.all .slider-two .item-box {
		height: 350px;
	}

}

.all .slider .left,
.all .slider .right,
.all .slider-two .left,
.all .slider-two .right {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
}

.all .slider .left:hover,
.all .slider .right:hover,
.all .slider-two .left:hover,
.all .slider-two .right:hover {
	visibility: visible;
	opacity: 1;
}

.all .slider .left,
.all .slider-two .left {
	left: -20px;
	transition: left ease .25s;
}

.all .slider .left:hover,
.all .slider-two .left:hover {
	left: 20px;
}

.all .slider .left.nonl,
.all .slider .right.nonr,
.all .slider-two .left.nonl,
.all .slider-two .right.nonr {
	opacity: 0;
	visibility: hidden;
}

.all .slider .left.nonl,
.all .slider-two .left.nonl {
	left: -20px;
}

.all .slider .right,
.all .slider-two .right {
	right: -20px;
	transition: right ease .25s;
}

.all .slider .right:hover,
.all .slider-two .right:hover {
	right: 20px;
}

.all .slider .right.nonr,
.all .slider-two .right.nonr {
	right: -20px;
}

.all .slider-two:hover .left-t {
	visibility: visible;
	opacity: 1;
	left: 0;
}

.all .slider-two:hover .right-t {
	visibility: visible;
	opacity: 1;
	right: 0;
}

.all .slider-two .item {
	transition: all ease .25s;
	height: 100px;
	border: solid 2px #e6ecf2;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
}

.all .slider-two .item.active {
	border: solid 2px #ccc;
}

.all .slider-two .owl-stage {
	padding: 20px 0;
}

.all .slider-two .left-t,
.all .slider-two .right-t {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all ease .25s;
	width: 40px;
	height: 99px;
	background: no-repeat rgba(0, 77, 218, 0.85) url(../img/arrow_right.svg) center center;
}

.all .slider-two .left-t:hover,
.all .slider-two .right-t:hover {
	visibility: visible;
	opacity: 1;
}

.all .slider-two .left-t {
	transform: rotate(180deg);
	left: -40px;
}

.all .slider-two .left-t:hover {
	left: 0;
}

.all .slider-two .left-t.nonl-t,
.all .slider-two .right-t.nonr-t {
	opacity: 0;
	visibility: hidden;
}

.all .slider-two .left-t.nonl-t {
	left: -40px;
}

.all .slider-two .right-t:hover {
	right: 0;
}

.all .slider-two .right-t.nonr-t {
	right: -40px;
}

.prod_info {
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
}

@media (max-width:767px) {
	.prod_info {
		border-bottom: none;
		padding-bottom: 15px;
	}

}

.prod_info h1 {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 10px 0 2px 0;
}

.prod_info .rating {
	margin-bottom: 10px;
}

.prod_info p {
	margin-bottom: 20px;
}

.prod_info small {
	font-weight: 600;
}

.prod_info.version_2 {
	border-bottom: none;
}

.prod_options {
	padding: 20px 0 20px 0;
}

@media (max-width:991px) {
	.prod_options {
		padding: 0 0 20px 0;
	}

}

.prod_options label {
	padding-top: 5px;
}

.prod_options .nice-select {
	border: 1px solid #dddddd;
	height: 40px;
	line-height: 34px;
	padding-left: 10px;
	display: flex;
	justify-content: center;
}

.prod_options .nice-select:after {
	right: 15px;
}

.prod_options strong {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 36px;
}

.prod_options .colors ul {
	margin: 0;
	padding: 0;
}

.prod_options .colors ul li {
	display: inline-block;
	margin-right: 5px;
}

.prod_options .colors ul li a.color {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 28px;
	height: 28px;
	position: relative;
}

.prod_options .colors ul li a.color:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.prod_options .colors ul li a.color.active:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.prod_options .colors ul li a.color.active:before {
	font-family: 'themify';
	content: "\e64c";
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	position: absolute;
	font-weight: bold;
	top: 8px;
	left: 8px;
}

.prod_options .colors ul li a.color.color_1 {
	background-color: #ffcc00;
}

.prod_options .colors ul li a.color.color_2 {
	background-color: #ff9933;
}

.prod_options .colors ul li a.color.color_3 {
	background-color: #ff9966;
}

.prod_options .colors ul li a.color.color_4 {
	background-color: #ff9999;
}

.prod_options .colors ul li a.color.color_5 {
	background-color: #ffcc00;
}

.prod_options.version_2 {
	border: none;
}

.price_main {
	line-height: 1;
	padding-top: 10px;
}

@media (max-width:767px) {
	.price_main {
		text-align: right;
	}

}

@media (max-width:991px) {
	.price_main {
		margin-bottom: 10px;
		padding-top: 0;
	}

}

@media (max-width:575px) {
	.price_main {
		margin-bottom: 0;
	}

}

.price_main .old_price {
	font-size: 18px !important;
	font-size: 1rem !important;
}

.price_main .new_price {
	font-size: 24px;
	font-size: 1.5rem;
}

.price_main .percentage {
	top: -2px;
}

@media (max-width:767px) {
	.btn_add_to_cart {
		text-align: right;
	}

}

.btn_add_to_cart a.btn_1 {
	text-transform: uppercase;
	width: 100%;
}

@media (max-width:767px) {
	.btn_add_to_cart a.btn_1 {
		display: inline-block;
		width: auto;
		margin-top: 0px;
	}

	.product .price_main {
		text-align: start;
		margin-bottom: 10px;
	}

}

.nav-link {
	display: block;
	padding: 0 15px;
	height: 30px;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #444;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
}

.nav-tabs {
	border: none;
	border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -2px;
}

.nav-tabs .nav-link {
	border: none;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border-bottom: 2px solid #004dda;
	color: #004dda;
	background-color: transparent;
}

.tabs_product {
	text-align: center;
	margin-top: 30px;
}

@media (max-width:767px) {
	.tabs_product {
		margin-top: -30px;
		padding-top: 0;
	}

}

.tabs_product .nav-tabs {
	border: none;
	border-bottom: 1px solid transparent;
	display: flex;
}

@media (max-width:767px) {
	.tabs_product .nav-tabs {
		display: none;
	}

}

.tabs_product .nav-tabs .nav-item {
	text-transform: uppercase;
	font-weight: 500;
}

.tabs_product.version_2 {
	margin-top: 0;
}

.tabs_product.version_2 .nav-tabs {
	justify-content: center;
	flex-direction: row;
}

.tabs_product.version_3 {
	margin-top: 0;
	position: relative;
}

@media (max-width:767px) {
	.tabs_product.version_3 .nav-tabs {
		display: flex;
	}

}

.product_actions ul {
	margin: 15px 0 0 2px;
	padding: 0;
	list-style: none;
}

@media (max-width:767px) {
	.product_actions ul {
		display: none;
	}

}

.product_actions ul li {
	float: left;
	margin-right: 25px;
}

@media (max-width:767px) {
	.product_actions ul li {
		margin: -5px 10px 0 0;
	}

}

@media (max-width:767px) and (max-width:767px) {
	.product_actions ul li:first-child i,
	.product_actions ul li:nth-child(2) i {
		font-size: 21px;
		font-size: 1.3125rem;
	}

}

.product_actions ul li a {
	color: #444;
}

.product_actions ul li a:hover {
	color: #004dda;
}

.product_actions ul li a i {
	margin-right: 5px;
}

@media (max-width:767px) {
	.product_actions ul li a span {
		display: none;
	}

}

body:not(.product) .tab_content_wrapper {
	background-color: #f8f8f8;
	padding: 60px 0 35px 0;
}

@media (max-width:991px) {
	body:not(.product).tab_content_wrapper {
		padding: 30px 0 10px 0;
	}

}

@media (max-width:767px) {
	body:not(.product).tab_content_wrapper {
		background-color: #fff;
		border-bottom: 1px solid #dddddd;
		padding: 15px 0;
	}

}

.tab_content_wrapper .card {
	border: none;
	background-color: transparent;
}

.tab_content_wrapper .card .card-header {
	margin: 0 -15px;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-top: 1px solid #dddddd;
	background-color: #f8f8f8;
}

.tab_content_wrapper .card .card-header a {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 15px;
	color: #111;
}

.tab_content_wrapper .card .card-body {
	padding: 0;
}

.tab_content_wrapper .card .card-body h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 20px;
	font-weight: 400;
}

@media (min-width:768px) {
	.tabs_product .nav-tabs {
		display: flex;
	}

	.tab_content_wrapper .card {
		border: none;
	}

	.tab_content_wrapper .card .card-header {
		display: none;
	}

	.tab_content_wrapper .card .collapse {
		display: block;
	}

}

@media (max-width:767px) {
	.tab_content_wrapper .fade:not(.show) {
		opacity: 1;
	}

	.tab_content_wrapper .tab-pane {
		display: block !important;
		opacity: 1;
	}

	.tab_content_wrapper .card .card-header {
		margin-bottom: 15px;
		border: 0;
	}

	.tab_content_wrapper .card .card-header a:after {
		font-family: themify;
		width: 20px;
		display: block;
		float: right;
	}

	.tab_content_wrapper .card .card-header a.collapsed:after {
		content: "\e61a";
	}

	.tab_content_wrapper .card .card-header a:after {
		content: "\e622";
	}

}

.review_content {
	margin-bottom: 30px;
}

.review_content h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

.review_content .rating {
	color: #999;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 0;
	float: left;
}

.review_content .rating i {
	width: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	height: 20px;
	font-size: 12px;
	font-size: 0.75rem;
	display: inline-block;
	background-color: #fec348;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-right: 2px;
}

.review_content .rating i.empty {
	background-color: #ccc;
}

@media (max-width:575px) {
	.review_content .rating {
		float: none;
		display: block;
	}

}

@media (max-width:575px) {
	.review_content .rating em {
		float: none;
		display: inline-block;
		margin-left: 10px;
	}

}

.review_content em {
	font-weight: 500;
	color: #999;
	line-height: 22px;
	margin-left: 5px;
	float: right;
}

@media (max-width:575px) {
	.review_content em {
		float: none;
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}

}

.table.sizes td,
.table.sizes tr th {
	white-space: nowrap;
}

/*-------- Blog --------*/
article.blog {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

article.blog figure {
	height: 260px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

@media (max-width:991px) {
	article.blog figure {
		height: 210px;
	}

}

@media (max-width:767px) {
	article.blog figure {
		height: 220px;
	}

}

article.blog figure .preview {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: 2;
}

article.blog figure .preview span {
	background-color: #fcfcfc;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	color: #222;
	font-size: 0.75rem;
	padding: 5px 10px;
}

article.blog figure:hover .preview {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

article.blog figure img {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-moz-transition: 0.3s;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: auto;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

article.blog figure img:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width:991px) {
	article.blog figure img {
		height: inherit;
		max-width: 100%;
	}

}

article.blog .post_info {
	padding: 20px 30px  30px 30px;
	position: relative;
	box-sizing: border-box;
}

article.blog .post_info small {
	font-weight: 500;
	color: #999;
	font-size: 13px;
	font-size: 0.8125rem;
}

article.blog .post_info h2 {
	font-size: 21px;
	font-size: 1.3125rem;
}

article.blog .post_info h2 a {
	color: #333;
}

article.blog .post_info h2 a:hover {
	color: #004dda;
}

article.blog .post_info ul {
	margin: 0 -30px 0 -30px;
	padding: 20px 30px 0 30px;
	width: 100%;
	box-sizing: content-box;
	border-top: 1px solid #ededed;
}

article.blog .post_info ul li {
	display: inline-block;
	position: relative;
	padding: 12px 0  0 50px;
	font-weight: 500;
	font-size: 12px;
	font-size: 0.75rem;
	color: #999;
}

article.blog .post_info ul li .thumb {
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

article.blog .post_info ul li .thumb img {
	width: 40px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 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%);
}

article.blog .post_info ul li:last-child {
	float: right;
	padding-left: 0;
	line-height: 1;
}

article.blog .post_info ul li:last-child i {
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

@media (max-width:991px) {
	article.blog .post_info ul {
		position: static;
		width: auto;
	}

}

/*Blog Sidebar*/
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.alignleft img {
	width: auto;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 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%);
}

.comments-list {
	padding: 0;
	list-style: none;
}

.comments-list h3 {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 0 0;
	margin: 0;
	text-transform: capitalize;
}

.comments-list h3 a {
	color: #555;
}

.comments-list h3 a:hover {
	color: #004dda;
}

.comments-list li {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

.comments-list li:last-child {
	margin-bottom: 0;
}

.comments-list small {
	color: #555;
}

.widget-title {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.widget-title h4 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	font-size: 1rem;
}

.widget {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.widget ul.cats {
	list-style: none;
	padding: 0;
}

.widget ul.cats li {
	padding: 0 0 5px 2px;
	position: relative;
}

.widget ul.cats a {
	color: #555;
}

.widget ul.cats a:hover {
	color: #004dda;
}

.widget ul.cats a span {
	position: absolute;
	right: 0;
}

.tags a {
	background-color: #f0f0f0;
	padding: 3px 10px;
	font-size: 13px;
	margin: 0 0 4px;
	letter-spacing: 0.4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #333;
}

.tags a:hover {
	background-color: #004dda;
	color: #fff;
}

.search_blog .form-group {
	position: relative;
}

.search_blog .form-group button[type="submit"] {
	outline: none;
	color: #444;
	font-size: 21px;
	font-size: 1.3125rem;
	background: none;
	border: 0;
	position: absolute;
	top: 5px;
	right: 0;
}

.search_blog .form-group button[type="submit"]:hover {
	color: #004dda;
}

/* Account */
.regular main {
	min-height: calc(100vh - 398px);
}

nav.woocommerce-MyAccount-navigation ul {
	width: 100%;
	display: flex;
	gap: 30px;
	padding: 20px 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

nav.woocommerce-MyAccount-navigation ul > a {
	display: none;
}

nav.woocommerce-MyAccount-navigation ul li {
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #444;
}

.u-columns.woocommerce-Addresses.addresses {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.u-columns.woocommerce-Addresses.addresses > div {
	width: 100%;
	background: #f8f8f8;
	padding: 20px;
}

.u-columns.woocommerce-Addresses.addresses > div h3 {
	font-size: 20px;
}

.u-columns.woocommerce-Addresses.addresses > div header {
	display: flex;
	justify-content: space-between;
}

.u-columns.woocommerce-Addresses.addresses > div header > a {
	height: fit-content;
	border: none;
	color: #fff;
	background: #004dda;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 3px 12px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 0.775rem;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}

.u-columns.woocommerce-Addresses.addresses > div header > a:hover {
	background-color: #FFC107;
	color: #111 !important;
}

.account .singlepost {
	padding: 30px;
}

.woocommerce-MyAccount-content form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}

.woocommerce-MyAccount-content form .clear {
	display: none;
}

.woocommerce-MyAccount-content form > p {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.woocommerce-MyAccount-content form fieldset {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}

.woocommerce-MyAccount-content form fieldset legend {
	grid-column: 1 / -1;
	font-size: 1.2rem;
}

.woocommerce-MyAccount-content form fieldset input {
	width: 100%;
}

.woocommerce-MyAccount-content form label,
.woocommerce-MyAccount-content form em {
	line-height: 1.3;
}

.woocommerce-MyAccount-content form em {
	font-size: 14px;
}

.woocommerce-MyAccount-content form > p:last-of-type {
	grid-column: 1 / -1;
	display: flex;
	align-items: flex-end;
}

.woocommerce-MyAccount-content form button {
	width: fit-content;
	border: none;
	color: #fff;
	background: #004dda;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 25px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}

.woocommerce-MyAccount-content form button:hover {
	background-color: #FFC107;
	color: #111 !important;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce .woocommerce-input-wrapper strong {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	line-height: 34px;
	padding-left: 15px;
	float: left;
}


.woocommerce-address-fields select {
	border-radius: 3px;
	border: 1px solid #dddddd;
	line-height: 34px;
	padding-left: 10px;
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
	display: none !important;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
	height: 37px;
	display: flex;
	align-items: center;
	border: 1px solid #dddddd;
}

.account .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
}

.woocommerce-MyAccount-content form h3 {
	grid-column: 1 / -1;
	font-size: 1.2rem;
}

.woocommerce-address-fields {
	grid-column: 1 / -1;
}

.woocommerce-address-fields > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}

.woocommerce-address-fields input {
	width: 100%;
}

/* Regular */
.regular .singlepost {
	padding-bottom: 30px;
}

.regular .singlepost p {
	color: #444;
}

.regular h2 {
	font-size: 1.5rem;
}

.regular h3 {
	font-size: 1.3rem;
}

.regular h4 {
	font-size: 1.1rem;
}

figure,
figure img {
	width: 100%;
	height: 100%;
}

/*Blog Post*/
.singlepost {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 30px 30px 1px 30px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.singlepost figure {
	margin: -30px -30px 30px -30px;
}

.singlepost h1 {
	font-size: 28px;
	font-size: 1.75rem;
}

@media (max-width:767px) {
	.singlepost h1 {
		font-size: 21px;
		font-size: 1.3125rem;
	}

}

.singlepost p {
	line-height: 1.8;
}

.postmeta {
	padding-bottom: 10px;
}

.postmeta ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.postmeta ul li {
	display: inline-block;
	margin: 0 15px 5px 0;
	color: #777;
}

.postmeta ul li i {
	margin-right: 3px;
}

.postmeta ul li a {
	color: #777;
}

.postmeta ul li a:hover {
	color: #004dda;
}

.postmeta ul li a i {
	margin-right: 3px;
}

.dropcaps p:first-child::first-letter {
	color: #fff;
	background-color: #004dda;
	float: left;
	font-size: 64px;
	font-size: 4rem;
	line-height: 1;
	margin: 10px 15px 0 0 !important;
	padding: 12px;
}

#comments {
	padding: 10px 0 0px 0;
	margin-bottom: 30px;
}

#comments ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#comments ul li {
	padding: 25px 0 0 0;
	list-style: none;
}

#comments .replied-to {
	margin-left: 35px;
}

@media (max-width:767px) {
	#comments .replied-to {
		margin-left: 20px;
	}

}

.avatar {
	float: left;
	margin-right: 25px;
	width: 68px;
	height: 68px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

@media (max-width:767px) {
	.avatar {
		float: none;
		margin: 0 0 5px 0;
	}

	.woocommerce-MyAccount-content form,
	.woocommerce-address-fields > div,
	.woocommerce-MyAccount-content form fieldset,
	.u-columns.woocommerce-Addresses.addresses {
		grid-template-columns: 100%;
	}

	nav.woocommerce-MyAccount-navigation ul {
		flex-direction: column;
		border-bottom: 1px solid #dddddd;
	}

	header.version_2 .main-menu > ul > li > a,
	.main-menu > ul > li.submenu:hover > a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.main-menu ul li > a {
		padding: 25px;
	}

	nav a.open_close#close_in {
		top: 15px;
		right: 20px;
	}

	.breadcrumbs .mobile,
	.mobile {
		display: block;
	}

	.btn_add_to_cart a {
		margin-top: 0;
	}

	.products .sort_select select {
		width: 100%;
	}

}

.avatar img {
	width: 68px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 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%);
}

.comment_right {
	display: table;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 20px 20px 0 20px;
	position: relative;
}

.comment_right:after,
.comment_right:before {
	right: 100%;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.comment_right:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}

.comment_right:before {
	border-color: transparent;
	border-width: 16px;
	margin-top: -16px;
}

.comment_info {
	padding-bottom: 7px;
}

.comment_info span {
	padding: 0 10px;
}

#billing_address_2_field,
#shipping_address_2_field {
	display: none !important;
}

.checkout h3 {
	width: 100%;
	float: left;
}

.checkout h3#order_review_heading {
	margin-top: 50px;
}


#kd figure {
	width: 100%;
	display: flex;
	justify-content: center;
}

#kd figure img {
	max-width: 400px;
}

.grecaptcha-badge {
	display: none;
}