
/*@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:100,100i,200,200i,300,300i,400,500,500i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i|Abril+Fatface&subset=latin-ext");*/
/*@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url("https://use.typekit.net/iwh8bbj.css");
@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


:root {
    --order_primary-color: #0c1421;
    --order_bg-color: #f8fafc;
    --order_card-bg: #ffffff;
    --order_text-main: #1e293b;
    --order_text-muted: #64748b;
    --order_border-color: #e2e8f0;

    --order_status-transit: #3b82f6;
    --order_status-transit-bg: #eff6ff;

    --order_status-delivered: #10b981;
    --order_status-delivered-bg: #ecfdf5;

    --order_status-cancelled: #ef4444;
    --order_status-cancelled-bg: #fef2f2;

    --order_status-returned: #f59e0b;
    --order_status-returned-bg: #fffbeb;

    --order_shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
    --order_order_shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 
                          0 2px 4px -2px rgba(0,0,0,0.1);

    --order_order_shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 
                             0 4px 6px -4px rgba(0,0,0,0.1);
}


* {
	box-sizing: border-box;
}

/* transition */
/* flex */
/* transform */
/* opacity */
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
*,
*::after,
*::before {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
		overflow-x: hidden;
}

body {
	line-height: 24px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	visibility: visible;
	font-family: "Open Sans", sans-serif;
	color: #747474;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin-top: 0;
}

h1 {
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
}

h2 {
	font-size: 36px;
	line-height: 36px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
}

h4 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 12px;
	line-height: 14px;
}

p:last-child {
	margin-bottom: 0;
}

a,
button {
	color: inherit;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	transition: all 0.3s ease 0s;
}

.btn:focus {
	box-shadow: none;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

button,
input[type="submit"] {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
	/*border-radius: 10px;*/
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
/*.container {
  max-width: 1140px;
}*/

.fix {
	overflow: hidden;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

#statusSuccessModal .modal-sm {
	width: 300px;
}

#statusSuccessModal .modal-dialog.modal-dialog-centered {
	width: 300px;
	min-width: 300px;
}

@media only screen and (max-width: 767px) {
     #news-flash ul li {
        max-width: 80%;
    
    }
	.thank-box {
		max-width: 90% !important;
		padding: 30px 30px 0px !important;
		margin-top: 0px !important;
	}

	.mobile-cart-set {
		position: absolute;
		right: 80px;
		top: 30px;
		display: inline-block !important;
		position: absolute;
		right: 70px;
		top: 34px;
		width: 32px;
	}

	.search-box {
		display: none;
		/* Hide the search box initially */
		margin-top: 10px;
		opacity: 0;
		/* For smooth transition */
		transition: opacity 0.5s ease;
		/* Smooth transition */
	}

	.search-box.active {
		display: block;
		/* Show the search box */
		opacity: 1;
		/* Fully visible */
	}

	.search-icon {
		cursor: pointer;
		width: 24px;
		height: 24px;
		position: relative;
		display: inline-block;
		position: absolute;
		right: 108px;
		top: 33px;
	}

	.search-img {
		width: 100%;
		height: 100%;
	}

	/* Close icon, initially hidden */
	.close-img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}

	/* Show close icon on hover and hide search icon */
	.search-icon:hover .search-img {
		display: none;
	}

	.search-icon:hover .close-img {
		display: block;
	}

	#statusSuccessModal .modal-sm {
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.animate {
		font-size: 14px !important;
	}

	.animate .custom-f {
		font-size: 11px !important;
	}

	/*.owl-carousel.owl-drag .owl-item{
        margin-right: 0px !important;
    }*/
	body.no-scroll {
		overflow: hidden;
		/* Prevent scrolling */
	}

	.section_title h2:after {
		top: 10px !important;
	}

	.section_title h2:before {
		top: 10px !important;
	}

	.radio-inputs input {
		width: auto !important;
	}

	.text-hide {
		font-size: 0px;
	}

	/* .product_content.grid_content{*/
	/*    padding: 5px 5px 10px 0px !important;*/
	/*}*/
	.section_title_large h2 {
		font-size: 18px !important;
	}

	.privacy_policy_main_area .page-title {
		font-size: 16px !important;
	}

	#men_Jacket .slick-track,
	#women_Shirt_093fee83b598610054ec .slick-track {
		display: flex !important;
		flex-direction: row-reverse;
	}

	.faq_content_area {
		padding-bottom: 30px;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.table-responsive table tbody tr td {
		min-width: 160px !important;
	}

	/*.card-header.card_accor button.btn-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }*/
	.card-header.card_accor button svg {
		padding: 0px !important;
		width: 24px;
	}

	/*.faq_content_area .section_title{
    text-align: center !important;
  }*/

	.container {
		width: 450px;
	}

	.left-bg {
		height: auto !important;
	}

	.right-bg {
		height: auto !important;
	}

	#login_form {
		margin: 0 10px !important;
	}

	.login-form {
		margin-top: 30px !important;
	}

	.login-form h4 {
		font-size: 25px !important;
	}

	.top_right>ul>li:first-child {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.shopping-summery .table thead {
		display: none;
	}

	/*.shopping-summery .table td {
        display: block;
        width: 100%;
        text-align: center;
    }*/
	.shopping-summery table tbody tr td:last-child a {
		color: #7E7E7E ! IMPORTANT;
	}

	.shopping-summery .table td::before {
		content: attr(data-title) " ";
		float: left;
		text-transform: capitalize;
		margin-right: 15px;
		font-weight: bold;
	}
}

.privacy_content.section_1 {
	padding-bottom: 20px;
}

@media only screen and (max-width: 479px) {
	.container {
		width: 100%;
	}
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}

/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
	background-color: #ffffff;
}

.bg-light-grey {
	background-color: #f6fafb;
}

.bg-grey {
	background-color: #f8f8f8;
}

.bluewood-bg {
	background: #354b65;
}

/*- Overlay Color BG -*/
.bluewood-bg-overlay {
	position: relative;
}

.bluewood-bg-overlay::before {
	background: rgba(70, 90, 112, 0.9);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.overly-bg-black {
	position: relative;
}

.overly-bg-black::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*-- 
    - color
-----------------------------------------*/
/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
	background: #242424 none repeat scroll 0 0;
	bottom: 85px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 20px;
	height: 45px;
	line-height: 39px;
	position: fixed;
	right: 12px;
	text-align: center;
	width: 45px;
	z-index: 9999;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

#scrollUp:hover i {
	animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
	padding: 0 !important;
	margin: 0 !important;
}

/*-- 
    - Section Padding
-------------------------------------*/
.section-ptb {
	padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-ptb {
		padding: 90px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-ptb {
		padding: 80px 0;
	}

	.header_middel .sticky-header.sticky .canvas_open {
		top: 15px;
	}

	.header_bottom {
		max-height: unset !important;
	}

	.login-form h4 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	.owl-carousel.owl-drag .owl-item {
		/*width: 115px !important;*/
	}

	/* .s-tab-zoom.owl-carousel.owl-drag .owl-item{
        width: 115px !important;
    }*/
	.section-ptb {
		padding: 70px 0;
	}

	.cart-close {
		opacity: 0;
	}

	#news-flash {
		min-width: 400px;
		font-size: 12px !important;
		line-height: 10px;
		font-weight: 600;
		height: 18px !important;
		left: 8%;
	}

	.zoomContainer {
		display: none;
	}

	/*.product-details-tab .single-zoom-thumb .owl-carousel.owl-drag .owl-item{
        margin-right: 0px !important;
    }*/
	.single-zoom-thumb ul li a img {
		isplay: inherit !important;
	}
}

@media only screen and (max-width: 479px) {
	.section-ptb {
		padding: 60px 0;
	}
}

.section-pt {
	padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-pt {
		padding-top: 90px;
	}

	#frm_subscribe form {
		width: 276px !important;
		margin: 0 auto;
		position: relative;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-pt {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-pt {
		padding-top: 70px;
	}

	.mobile-cart-info {
		flex-direction: column;
		text-align: left !important;
		justify-content: start !important;
		align-items: self-start !important;
		width: 100%;
		gap: 8px;
	}
}

@media only screen and (max-width: 479px) {
	.section-pt {
		padding-top: 60px;
	}
}

.section-pt-70 {
	padding-top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-pt-70 {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-pt-70 {
		padding-top: 50px;
	}

	#login_form .input-group {
		width: 100% !important;
	}

	.account_form form {
		padding: 23px 12px 29px !important;
	}
}

@media only screen and (max-width: 767px) {
	.section-pt-70 {
		padding-top: 40px;
	}

	#login_form .input-group {
		width: 100% !important;
	}
}

@media only screen and (max-width: 479px) {
	.section-pt-70 {
		padding-top: 30px;
	}
}

.section-pb-70 {
	padding-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-pb-70 {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-pb-70 {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-pb-70 {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.section-pb-70 {
		padding-bottom: 30px;
	}
}

.section-pb {
	padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-pb {
		padding-bottom: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-pb {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-pb {
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 479px) {
	.section-pb {
		padding-bottom: 60px;
	}
}

/* 02. Element */
.button {
	background: #c91d1b;
	border-radius: 16px;
	box-shadow: none;
	color: #ffffff;
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 16px;
	text-transform: uppercase;
	font-size: 12px;
}

/* 2. Home 1 Header css here */
/* 03. header css here */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_area {
		padding: 20px 0 80px;
	}
}

@media only screen and (max-width: 767px) {
	.header_area {
		padding: 10px 0;
	}

	.breadcrumbs_area {
		padding: 0px 0px 10px 0 !important;
	}
}

.sticky-header.sticky {
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 900ms;
	animation-duration: 900ms;
	-webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sticky-header.sticky {
		/* position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;*/
	}
}

@media only screen and (max-width: 767px) {
	.sticky-header.sticky {
		/*position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;*/
		height: auto;
	}
}

.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #747474;
	top: 0;
}

.off_canvars_overlay.active {
	opacity: 0.5;
	visibility: visible;
}

.offcanvas_menu {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offcanvas_menu {
		display: block;
	}
}

#thumbs {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.offcanvas_menu {
		display: block;
	}

	#thumbs .item {
		width: auto !important;
	}

	.product_thumb a.primary_img,
	.product_thumb a.secondary_img {
		max-height: auto !important;
		min-height: auto !important;
	}

	.banner_thumb.right-up {
		height: auto;
		overflow: hidden;
	}

	.banner_thumb.left-up {
		height: auto;
		overflow: hidden;
	}

	.product_thumb a.primary_img {
		/*height: 240px !important;*/
			height: 213px !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.footer_six img {
	width: auto;
}

.offcanvas_menu .container {
	position: relative;
}

.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 99;
	top: 0;
	height: 100vh;
	transition: .5s;
	right: 0;
	margin-right: -300px;
	padding: 50px 20px 30px;
	overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
	margin-right: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
	background: inherit;
	min-height: 300px;
	overflow-y: auto;
}

.offcanvas_menu_wrapper .welcome_text {
	display: block;
}

.offcanvas_menu_wrapper .welcome_text ul li {
	color: #242424;
	line-height: 20px;
}

.offcanvas_menu_wrapper .welcome_text ul li span {
	color: #242424;
}

.offcanvas_menu_wrapper .top_right {
	display: block;
}

.offcanvas_main_menu li:first-child span.menu-expand {
	display: none;
}

.offcanvas_menu_wrapper .top_right>ul>li {
	padding-left: 10px;
	margin-left: 10px;
}

.offcanvas_menu_wrapper .top_right>ul>li>a {
	color: #242424;
	font-size: 11px;
}

.offcanvas_menu_wrapper .search_bar {
	display: block;
}

.offcanvas_menu_wrapper .cart_area {
	display: flex;
}

.offcanvas_menu_wrapper .contact_phone {
	display: block;
	margin-top: 0;
	margin-bottom: 28px;
}

.offcanvas_menu_wrapper .contact_phone p {
	line-height: 17px;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
	transform: rotate(180deg);
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
	transform: rotate(180deg);
}

.offcanvas_main_menu li {
	position: relative;
}

.offcanvas_main_menu li:last-child {
	margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
	position: absolute;
	right: 0;
}

.offcanvas_main_menu li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.offcanvas_main_menu li a:hover {
	color: #c91d1b;
}

.offcanvas_main_menu li ul.sub-menu {
	padding-left: 20px;
}

.offcanvas_footer {
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}

.offcanvas_footer span a {
	font-size: 14px;
}

.offcanvas_footer span a:hover {
	color: #c91d1b;
}

.offcanvas_footer ul {
	margin-top: 20px;
}

.offcanvas_footer ul li {
	display: inline-block;
	margin-right: 4px;
}

.offcanvas_footer ul li:last-child {
	margin-right: 0;
}

.offcanvas_footer ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 13px;
	color: #ffffff;
}

.offcanvas_footer ul li.facebook a {
	background: #3c5b9b;
}

.offcanvas_footer ul li.facebook a:hover {
	background: #c91d1b;
}

.offcanvas_footer ul li.twitter a {
	background: #1DA1F2;
}

.offcanvas_footer ul li.twitter a:hover {
	background: #c91d1b;
}

.offcanvas_footer ul li.pinterest a {
	background: #BD081B;
}

.offcanvas_footer ul li.pinterest a:hover {
	background: #c91d1b;
}

.offcanvas_footer ul li.google-plus a {
	background: #DD4D42;
}

.offcanvas_footer ul li.google-plus a:hover {
	background: #c91d1b;
}

.offcanvas_footer ul li.linkedin a {
	background: #010103;
}

.offcanvas_footer ul li.linkedin a:hover {
	background: #c91d1b;
}

.slinky-theme-default a:not(.back) {
	padding: 10px 0;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
	background: inherit;
	color: #c91d1b;
}

.canvas_close {
	position: absolute;
	top: 10px;
	right: 13px;
}

.canvas_close a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 31px;
	border: 1px solid #c81a18;
	color: #c81a18;
	border-radius: 50%;
}

.canvas_close a:hover {
	background: #c91d1b;
	border-color: #c91d1b;
	color: #fff;
}

.canvas_open {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 9;
}

@media only screen and (max-width: 767px) {
	.canvas_open {
		right: 20px;
		top: 32px;
	}
}

.canvas_open a {
	font-size: 30px;
	color: #747474;
	width: 33px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	border: 1px solid #747474;
	border-radius: 3px;
}

@media only screen and (max-width: 767px) {
	.canvas_open a {
		width: 33px;
		height: 26px;
		line-height: 27px;
		font-size: 24px;
	}
}

.canvas_open a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offcanvas_two .canvas_open {
		right: 33px;
	}

	.product_thumb img {
		/*height: 285px;*/
		height: auto;
		width: 214px;
		object-fit: contain;
	}
}

.offcanvas_four .canvas_open a {
	color: #fff;
	border: 1px solid #fff;
}

.offcanvas_four .canvas_open a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

.header_top {
	background: #c81a18;
	padding: 7px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_top {
		padding: 7px 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_top {
		padding: 12px 0;
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header_top {
		display: block;
		overflow: hidden;
	}

	header.header_area.header_three {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
		margin-bottom: 20px;
		padding-top: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome_text {
		display: none;
		text-align: center;
		margin-bottom: 13px;
	}

	.product_variant.size button {
		width: 40px !important;
		height: 40px !important;
		FONT-WEIGHT: 200;
		font-size: 15px;
		text-align: center;
		padding: 0;
	}

	.product_variant.size .col-auto {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.welcome_text {
		display: none;
		margin-bottom: 13px;
	}

	.product_variant.size button {
		width: 35px !important;
		height: 35px !important;
		FONT-WEIGHT: 200;
		font-size: 11px;
		text-align: center;
		padding: 0;
	}

	.product_variant.size .col-auto {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

.welcome_text ul li {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	font-weight: bold;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.welcome_text ul li {
		font-size: 11px;
		padding-right: 12px;
		margin-right: 12px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome_text ul li {
		font-size: 11px;
		padding-right: 0;
		margin-right: 0;
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.welcome_text ul li {
		font-size: 11px;
		padding-right: 0;
		margin-right: 0;
		display: block;
		text-align: center;
	}
}

.welcome_text ul li::before {
	content: "";
	height: 16px;
	width: 1px;
	background: #a9a9a9;
	position: absolute;
	top: 7px;
	right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome_text ul li::before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.welcome_text ul li::before {
		display: none;
	}
}

.welcome_text ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.welcome_text ul li:last-child::before {
	display: none;
}

.welcome_text ul li span {
	color: #fff;
}

.top_right {
	text-align: right;
}

@media (min-width: 991px) {
	.shop_reverse .filter-menu {
		display: block !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top_right {
		text-align: center !important;
		display: none;
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.top_right {
		text-align: center !important;
		display: none;
		margin-bottom: 18px;
	}
}

.top_right>ul>li {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-left: 20px;

}

@media only screen and (max-width: 767px) {
	.top_right>ul>li {
		padding-left: 14px;
		margin-left: 14px;
	}
}

.top_right>ul>li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.top_right>ul>li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #999;
	top: 6px;
	left: 0px;
}

.top_right>ul>li:first-child::before {
	display: none;
}

.top_right>ul>li>a {
	color: #fff;
	text-transform: capitalize;
	line-height: 26px;
	font-size: 15px;
	cursor: pointer;
	display: block;
	font-weight: 400;
	text-align: center;
	transition: all 0.3s ease 0s;
}



.middel_right_info .cart_link svg {
	fill: #000;
}

.middel_right_info .cart_link svg:hover {
	fill: #c81a18;
}

.middel_right_info .cart_link {
	padding-left: 10px;
}

.middel_right_info .cart_link:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #999;
	top: 6px;
	left: 0px;
}

.top_right.text-right.second-right ul>li {
	margin-left: 10px;
	padding-left: 10px;
}

.top_right.text-right.second-right {
	margin-left: 10px;
}

.top_right>ul>li>a i {
	margin-left: 5px;
	font-size: 20px;
	color: #000;
	pointer-events: none;
}

.top_right>ul>li>a:hover,
.cart_link>a:hover {

	/*color: #ebd596;*/
	transform: scale(1.2);
}

.top_right>ul>li>a:hover i {

	color: #c81a18;

}

/*.top_right > ul > li > a:not([href]):not([tabindex]) {
  color: #333;
}*/
.suggestions {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	top: 46px;
	padding: 10px;
	z-index: 99;

	display: none;
	/*border-radius: 20px;*/
}

.suggestion-item {
	border-bottom: 1px solid #ddd;
	line-height: 25px;
	padding-left: 10px;
}

.suggestion-item:hover {

	background: #c81a18;
	cursor: pointer;
	color: #fff;

}

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
/*  .top_right > ul > li > a:not([href]):not([tabindex]) {*/
/*    color: #242424;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 767px) {*/
/*  .top_right > ul > li > a:not([href]):not([tabindex]) {*/
/*    color: #242424;*/
/*  }*/
/*}*/

/*.top_right > ul > li:hover a:not([href]):not([tabindex]) {*/
/*  color: #c91d1b;*/
/*}*/

.dropdown_currency,
.dropdown_language,
.dropdown_links {
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	min-width: 140px;
	text-align: center;
	top: 127%;
	max-height: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
	right: 0;
	z-index: 9999;
	padding: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.dropdown_currency,
	.dropdown_language,
	.dropdown_links {
		right: inherit;
		min-width: 90px;
		padding: 0 6px;
		right: 0;
		left: auto;
	}
}

@media only screen and (max-width: 767px) {

	.dropdown_currency,
	.dropdown_language,
	.dropdown_links {
		right: inherit;
		min-width: 90px;
		padding: 0 6px;
		right: auto;
		/*right: 0;*/
		/*left: auto;*/
	}
}

.dropdown_currency li {
	border-bottom: 1px solid #ddd;
	line-height: 36px;
}

.dropdown_currency li:last-child {
	border-bottom: 0;
}

.dropdown_currency li a {
	text-transform: capitalize;
	display: block;
	font-size: 12px;
	color: #747474;
	text-align: left;
}

.dropdown_currency li a:hover {
	color: #c91d1b;
}

.dropdown_language li {
	border-bottom: 1px solid #ddd;
	line-height: 36px;
}

.dropdown_language li:last-child {
	border-bottom: 0;
}

.dropdown_language li a {
	text-transform: capitalize;
	display: block;
	font-size: 12px;
	color: #747474;
	text-align: left;
}

.dropdown_language li a:hover {
	color: #c91d1b;
}

.dropdown_links li {
	border-bottom: 1px solid #ddd;
	line-height: 36px;
}

.dropdown_links li:last-child {
	border-bottom: 0;
}

.dropdown_links li a {
	text-transform: capitalize;
	display: block;
	font-size: 12px;
	color: #747474;
	text-align: left;
}

.dropdown_links li a:hover {
	color: #c91d1b;
}

.dropdown_currency.open,
.dropdown_language.open,
.dropdown_links.open {
	max-height: 255px;
}

.top_right ul li a img {
	margin-right: 5px;
}

/*header top css end*/
/* 2.2 header middel css here */
.header_middel {
	padding: 40px 0 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_middel {
		padding: 40px 30px 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_middel {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_middel {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.search_bar {
		margin-bottom: 24px;
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.search_bar {
		/*margin-bottom: 24px;*/
		/*display: none;*/
	}
}

.search_bar form {
	width: 540px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ddd;
	/*border-radius: 50px;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.search_bar form {
		width: 435px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.search_bar form {
		width: 100%;
		flex-direction: column;
		border: 0;
		border-radius: 0;
	}
}

@media only screen and (max-width: 767px) {
	.search_bar form {
		width: 100%;
		flex-direction: column;
		border: 0;
		border-radius: 0;
	}
}

.search_bar form .select_option {
	border: 0;
	background: #f6f6f6;
	border-right: 1px solid #ddd;
	height: 48px;
	border-radius: 0;
	line-height: 48px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.search_bar form .select_option {
		height: 39px;
		line-height: 39px;
		width: 100%;
		border: 1px solid #ddd;
		border-radius: 0;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.search_bar form .select_option {
		height: 39px;
		line-height: 39px;
		width: 100%;
		border: 1px solid #ddd;
		border-radius: 0;
		margin-bottom: 25px;
	}
}

.search_bar form .select_option span {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 500;
	color: #555;
}

.search_bar form .select_option ul.list {
	max-height: 200px;
	overflow: auto;
	z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.search_bar form .select_option ul.list {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.search_bar form .select_option ul.list {
		width: 100%;
	}
}

.search_bar form input {
	height: 48px;
	line-height: 50px;
	padding: 0px 70px 0 20px !important;
	width: 100%;
	border: 0;
	background: transparent;
	color: #a4a4a4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.search_bar form input {
		height: 40px;
		line-height: 40px;
		padding: 0px 40px 0 15px !important;
		width: 100%;
		border: 1px solid #ddd;
	}
}

@media only screen and (max-width: 767px) {
	.search_bar form input {
		height: 40px;
		line-height: 40px;
		padding: 0px 40px 0 15px !important;
		width: 100%;
		border: 1px solid #ddd;
	}
}

.search_bar form button {
	background: inherit;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	border: 0;
	font-size: 22px;
	width: 50px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 52px;
	color: #747474;
}

.search_bar form button:hover {
	color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.search_bar form button {
		line-height: 44px;
		width: 41px;
		font-size: 20px;
		bottom: 2px;
		top: auto;
		height: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.search_bar form button {
		line-height: 44px;
		width: 41px;
		font-size: 20px;
		bottom: 2px;
		top: 0;
		height: 40px
	}

	.single_counterup {
		padding: 20px 0px !important;
	}

	.product-details-tab .zoomWrapper.single-zoom a img {
		pointer-events: none;
	}

	.counterup_section {
		background-size: contain !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.counterup_section .overlay {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: #000000;
		opacity: 0.5;
	}

	.counter_img img {
		filter: brightness(0) invert(1);
	}

	.counter_info p,
	.counter_info h2 {
		color: #fff !important;
	}
}

.cart_area {
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cart_area {
		justify-content: center;
		display: none;
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.cart_area {
		justify-content: center;
		display: none;
		margin-bottom: 18px;
	}
}

.middel_links ul li {
	display: inline-block;
	padding-right: 8px;
}

.middel_links ul li:last-child {
	padding-right: 0;
}

.middel_links ul li a {
	color: #242424;
	font-size: 12px;
	line-height: 28px;
}

.middel_links ul li a:hover {
	color: #c91d1b;
}

.cart_link>a:hover {
	color: #c91d1b;
}

.cart_link {
	margin-left: 25px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.cart_link {
		margin-left: 15px;
	}
}

.cart_link:hover .mini_cart {
	opacity: 0;
	visibility: visible;
	top: 100%;
}

.cart_link>a {
	font-size: 12px;
	font-weight: 300;
	text-transform: capitalize;
	color: #747474;
	display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.cart_link>a {
		/*padding: 6px 8px;*/
	}
}

@media only screen and (max-width: 767px) {
	.cart_link>a {
		/*padding: 6px 13px;*/
	}
}

.cart_link>a i {
	font-size: 17px;
	margin-right: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.cart_link>a i {
		font-size: 14px;
		margin-right: 4px;
	}
}

.mini_cart {
	position: absolute;
	width: 345px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
	z-index: 999;
	right: 0;
	padding: 0px 20px 30px;
	top: 120%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mini_cart {
		/*display: none;*/
		top: 100%;
		opacity: inherit;
		visibility: inherit;
		transition: unset;
		/*width:100%;*/
		right: -11px;
	}
}

@media only screen and (max-width: 767px) {
	.mini_cart {
		top: 100%;
		/*display: none;*/
		/*width: 100%;*/
		right: -11px;
		opacity: inherit;
		visibility: inherit;
		transition: unset;
	}
}

.cart_img {
	width: 30%;
	float: left;
	margin-right: 15px;
}

.cart_info {
	width: 60%;
	float: right;
}

.cart_info a {
	font-weight: 500;
	color: #747474;
}

.cart_info a:hover {
	color: #c91d1b;
}

.cart_info span {
	display: block;
}

.cart__table {
	padding: 0px 0 19px;
}

.cart__table table {
	width: 100%;
}

.cart__table table tbody tr:last-child td {
	/*padding-bottom: 0;*/
}

.cart__table table tbody tr:last-child td:last-child {
	color: #c91d1b;
	font-size: 16px;
}

.cart__table table tbody tr td {
	color: #242424;
	text-transform: capitalize;
	font-size: 14px;
	padding-bottom: 6px;
}

.cart__table table tbody tr td:last-child {
	font-weight: 600;
}

.cart_remove {
	width: 10%;
	text-align: right;
}

.cart_remove a {
	font-size: 20px;
	color: #747474;
}

.cart_remove a:hover {
	color: #c91d1b;
}

.cart_item {
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
	display: flex;
}

.cart_item.top {
	padding-top: 0;
}

.cart_button a {
	text-transform: capitalize;
	border-radius: 5px;
	font-weight: 500;
	color: #242424;
	background: #f6f6f6;
	display: block;
	text-align: center;
	line-height: 20px;
	margin-bottom: 0;
	padding: 11px 0px 9px;
	font-size: 13px;
	border: 1px solid #ddd;
}

.cart_button a:hover {
	background: #242424;
	border-color: #242424;
	color: #fff;
}

.cart_button.view_cart {
	padding-bottom: 25px;
}

/*header middel css end*/
/* 2.4 main menu css here */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_bottom {
		max-height: 0;
	}
}

.header_static {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_static {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.header_static {
		flex-direction: column;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main_menu_inner {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.main_menu_inner {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main_menu {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.main_menu {
		display: none;
	}
}



/* make all dropdowns 4 columns - header */

.main_menu nav>ul>li ul.sub_menu.pages {
    width: 740px;
    padding: 20px;

    column-count: 4;
    column-gap: 30px;

    left: 50%;
    transform: translateX(-50%);
}

.main_menu nav>ul>li ul.sub_menu.pages li {
    break-inside: avoid;
    margin-bottom: 10px;
}

.main_menu nav>ul>li ul.sub_menu.pages li a {
    margin-bottom: 0;
    display: block;
}

.main_menu nav>ul>li:nth-child(3) ul.sub_menu.pages {
    width: 220px;
    column-count: 1;
    left: 50%;
    transform: translateX(-50%);
}

.main_menu nav>ul>li ul.sub_menu.pages li a {
    border-bottom: 1px solid #eee;
    padding: 6px 0;
}



/* align arrow + text */
.main_menu nav>ul>li ul.sub_menu.pages li a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
}

/* arrow */
.main_menu nav>ul>li ul.sub_menu.pages li a::before {
    content: "»";
    color: #c91d1b;
    font-weight: 700;
    font-size: 14px;
    min-width: 12px;
}

.main_menu nav>ul>li ul.sub_menu.pages li a:hover {
    transform: translateX(4px);
}

.main_menu nav>ul>li ul.sub_menu.pages li a:hover::before {
    transform: translateX(5px);
}


/* end */

.main_menu nav>ul>li {
	display: inline-block;
	position: relative;
}

.main_menu nav>ul>li.mega_items {
	position: static;
}

.main_menu nav>ul>li>a {
	display: block;
	padding: 15px 15px;
	color: #242424;
	font-size: 16px;
	line-height: 26px;
	text-transform: capitalize;
	font-weight: 600;
}

.main_menu nav>ul>li>a i {
	margin-left: 2px;
}

.main_menu nav>ul>li:hover>a {
	color: #c91d1b;
}

.main_menu nav>ul>li.active>a {
	color: #c91d1b;
}

.main_menu nav>ul>li:first-child a {
	padding-left: 0;
}

.main_menu nav>ul>li ul.sub_menu {
	position: absolute;
	min-width: 220px;
	padding: 20px 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	left: 0;
	right: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 9;
	top: 140%;
}

.main_menu nav ul li:hover .sub_menu,
.main_menu nav ul li:hover .mega_menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.main_menu nav ul li ul li.active a,
.main_menu nav ul li ul li a:hover {
	color: #c91d1b;
}

.main_menu nav>ul>li>ul>li>a {
	color: #444444;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 18px;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}

.main_menu nav>ul>li>ul.sub_menu>li:last-child>a {
	margin-bottom: 0;
}

.main_menu nav>ul>li>ul.mega_menu li ul li:last-child a {
	margin-bottom: 0;
}

.main_menu nav ul li ul.mega_menu {
	position: absolute;
	min-width: 100%;
	padding: 30px 25px 35px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	left: 0;
	right: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 9;
	top: 140%;
}

.main_menu nav>ul>li>ul.mega_menu>li {
	width: 25%;
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 30px;
}

.main_menu nav>ul>li>ul.mega_menu>li:first-child {
	border-left: 0;
	padding-left: 0;
}

.main_menu nav>ul>li>ul.mega_menu>li:last-child {
	border-left: 0;
	padding-left: 0;
}

.main_menu nav>ul>li>ul.mega_menu>li.banner_menu {
	width: 100%;
	margin-top: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.main_menu nav>ul>li>ul.mega_menu>li.banner_menu:hover {
	opacity: 0.8;
}

.main_menu nav>ul>li>ul.mega_menu>li.banner_menu a {
	margin-bottom: 0;
}

.main_menu nav>ul>li>ul.mega_menu>li>a {
	text-transform: capitalize;
	color: #242424;
	font-weight: 600;
	font-size: 14px;
}

.main_menu nav>ul>li>ul.mega_menu li ul li a {
	color: #747474;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	display: block;
	text-transform: capitalize;
	font-weight: 400;
}

.main_menu nav>ul>li>ul.mega_menu li ul li a:hover {
	color: #c91d1b;
}

.main_menu nav ul li ul.sub_menu.pages {
	left: inherit;
	right: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_bottom {
		padding: 0 00px;
	}
}

.contact_phone {
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_phone {
		text-align: center;
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.contact_phone {
		text-align: center;
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact_phone p {
		font-size: 11px;
	}
}

.contact_phone p a:hover {
	color: #c91d1b;
}

/*main menu css end*/
/*mobaile menu css here*/
.mean-container .mean-bar {
	background: inherit;
	position: absolute;
	z-index: 9;
	top: 43px;
	left: 0;
	width: 100%;
}

.mean-container .mean-bar::after {
	top: -33px;
	left: 65px;
}

@media only screen and (max-width: 767px) {
	.mean-container .mean-bar::after {
		left: 9%;
		font-size: 15px;
	}
}

.mean-container .mean-nav {
	max-height: 300px;
	overflow: auto;
}

.mean-container a.meanmenu-reveal {
	float: left;
	right: inherit;
	top: -34px;
	left: 20px;
}

@media only screen and (max-width: 767px) {
	.mean-container a.meanmenu-reveal {
		float: right;
		right: 15px;
		top: -34px;
		left: auto;
	}
}

.mobile-menu {
	border: 1px solid #ddd;
	height: 45px;
	top: -31px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.mobile-menu {
		top: 5px;
	}
}

/*home two css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_two {
		padding: 30px 15px;
	}
}

.header_two .sticky-header.sticky {
	background: rgba(36, 36, 36, 0.7);
}

.header_two .sticky-header.sticky .main_menu_inner {
	background: inherit;
}

@media only screen and (max-width: 767px) {
	.header_two .sticky-header.sticky {
		background: inherit;
	}
}

.header_two .welcome_text ul li::before {
	background: #555;
}

.header_two .top_right>ul>li::before {
	background: #555;
}

.header_two .main_menu_inner {
	text-align: center;
	background: #242424;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_two .main_menu_inner {
		background: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.header_two .main_menu_inner {
		background: inherit;
	}
}

.header_two .main_menu nav>ul>li ul.sub_menu {
	text-align: left;
}

.header_two .main_menu nav>ul>li ul.mega_menu {
	text-align: left;
	left: 15px;
	right: 15px;
	min-width: 97%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_two .main_menu nav>ul>li ul.mega_menu {
		min-width: 580px;
	}
}

.header_two .main_menu nav>ul>li:first-child>a {
	padding: 15px 25px;
}

.header_two .main_menu nav>ul>li>a {
	color: #fff;
}

.header_two .header_middel {
	padding-bottom: 39px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_two .header_middel {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_two .header_middel {
		padding: 20px 0 0 0;
	}
}

.header_two .header_bottom {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_two .header_bottom {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_two .header_bottom {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile_two.mean-container a.meanmenu-reveal {
		float: right;
		right: 15px;
		top: -34px;
		left: auto;
	}
}

.mobile_two.mean-container .mean-bar::after {
	left: 5%;
}

/*home three css heer*/
.header_three .header_top {
	padding: 7px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_three .header_top {
		padding: 7px 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_three .header_top {
		padding: 7px 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .header_top {
		padding: 7px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_three .header_top {
	
		height: 32px;
	}
}

.header_three .header_middel {
	padding: 10px 30px 10px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_three .header_middel {
		padding: 10px 30px 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_three .header_middel {
		padding: 10px 30px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .header_middel {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_three .header_middel {
		padding: 20px 0 0 0;
		;
	}
}

.header_three .header_bottom {
	/*display: none;*/
}

.header_three .header_bottom.sticky-header.sticky {
	display: block;
	/*padding: 10px 30px 20px;*/
	    padding: 25px 8px 20px;
}

.sticky-header.sticky .middel_inner {
	padding-bottom: 0px !important;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_three .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_three .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_three .header_bottom {
		display: block;
	}
}

@media only screen and (max-width:1026px) {
	.top_right>ul>li>a {
		color: #fff;
		text-transform: capitalize;
		line-height: 26px;
		font-size: 11px;
		cursor: pointer;
		display: block;
		font-weight: 400;
		text-align: center;
	}

	.top_right>ul>li {
		display: inline-block;
		position: relative;
		padding-left: 15px !important;
		margin-left: 10px !important;
	}

	.main_menu nav>ul>li:last-child {
		margin-right: 5px !important;
	}

	.middel_right_info .search_bar {
		margin-right: 5px !important;
	}

	.header_three .main_menu nav>ul>li:first-child>a {
		padding: 15px 5px !important;
	}

	.main_menu nav>ul>li>a {
		display: block;
		padding: 15px 5px !important;
		color: #242424;
		font-size: 10px;
		line-height: 26px;
		text-transform: capitalize;
		font-weight: 500;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .header_bottom {
		display: block;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_three .header_bottom {
		display: block;
		padding: 10px 10px 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_three .main_menu nav>ul>li ul.mega_menu {
		min-width: 580px;
	}
}
@media only screen and (max-width: 767px) {
/* Mobile Search */

.search-box{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.search-box.active{
    display: block;
}

/* Toggle icons */

.close-img{
    display: none;
}

.search-icon.active .search-img{
    display: none;
}

.search-icon.active .close-img{
    display: inline-block;
}
    
}
@media only screen and (max-width: 767px) {
	.header_three .search_bar {
		margin-top: 18px;
		margin-bottom: 23px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .search_bar {
		margin-top: 0;
	}
}

.header_three .search_bar form {
	width: 100%;
	margin-bottom: 0px;
}

.header_three .search_bar form input {
	width: 100%;
	height: 46px;
	line-height: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_three .search_bar form {
		width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_three .search_bar form {
		width: 280px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .search_bar form {
		width: 254px;
	}
}

@media only screen and (max-width: 767px) {
	.header_three .search_bar form {
		width: 100%;
	}
}

.header_three .logo {
	/*text-align: center;*/
	/* display: none; */
}

.header_three .logo img {
	width: 230px;
	border-radius: 0px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_three .logo {
		display: block;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_three .logo {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_three .logo {
		display: block;
	}
}

@media (min-width: 768px) {
	.filter-menu {
		position: sticky;
		top: 0;
		height: 90vh;
		overflow-y: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.filter-menu::-webkit-scrollbar {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .logo {
		position: unset;
		display: block;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.header_three .logo {
		display: block;
		text-align: left;
	}
}

.header_three .header_middel {
	padding-bottom: 0;
	position: relative;
}

.header_three .middel_inner {
	padding-bottom: 10px !important;
	border-bottom: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_three .middel_inner {
		border-bottom: 1px solid #ddd;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_three .middel_inner {
		/* border-bottom: 1px solid #ddd; */
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_three .middel_inner {
		/* border-bottom: 1px solid #ddd; */
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .middel_inner {
		border-bottom: 0;
		padding: 0;
	}
}

@media(max-width: 991.98px) {
	.offcanvas_menu_wrapper.active .cart-close {
		background-image: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.header_three .middel_inner {
		border-bottom: 0;
		padding: 0;
	}
}

.header_three .main_menu_inner {
	text-align: center;
}

.header_three .main_menu nav>ul>li:first-child>a {
	padding: 15px 15px;
}

.header_three .main_menu nav>ul>li ul.sub_menu li {
	text-align: left;
}

.header_three .main_menu nav>ul>li ul.mega_menu li {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .cart_area {
		position: unset;
	}
}

header.header_area.header_three {
	height: 118px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .cart_link {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_three .cart_link>a {
		padding: 7px 8px;
	}
}

.header_three .cart_link>a i {
	font-size: 14px;
	margin-right: 5px;
}

.mobile_three {
	top: -11px;
}

@media only screen and (max-width: 767px) {
	.mobile_three {
		top: -15px;
	}
}

.mobile_three.mean-container a.meanmenu-reveal {
	float: right;
	right: 15px;
	top: -34px;
	left: auto;
}

.mobile_three.mean-container .mean-bar::after {
	left: 5%;
}

/*home four css here*/
.header_transparent {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_transparent {
		background: #242424;
		position: inherit;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_transparent {
		background: #242424;
		position: inherit;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_transparent {
		position: inherit;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_transparent {
		background: #242424;
		position: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.header_transparent {
		background: #242424;
		position: inherit;
	}
}

.header_four .welcome_text ul li::before {
	background: #393939;
}

.header_four .top_right>ul>li::before {
	background: #393939;
}

.header_four .sticky-header.sticky {
	background: rgba(36, 36, 36, 0.7);
}

.header_four .sticky-header.sticky .header_bottom {
	background: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .sticky-header.sticky {
		background: #242424;
	}
}

@media only screen and (max-width: 767px) {
	.header_four .sticky-header.sticky {
		background: #242424;
	}
}

.header_four .header_top {
	border-bottom: 1px solid #393939;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (max-width: 767px) {
	.header_four .header_top {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .search_bar {
		margin-top: 0;
	}
}

.header_four .search_bar form {
	border: 1px solid #393939;
	width: 274px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_four .search_bar form {
		width: 280px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_four .search_bar form {
		width: 280px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .search_bar form {
		width: 270px;
	}
}

@media only screen and (max-width: 767px) {
	.header_four .search_bar form {
		width: 100%;
	}
}

.header_four .search_bar form input {
	color: #5b5a5a;
	height: 46px;
	line-height: 48px;
}

@media only screen and (max-width: 767px) {
	.header_four .search_bar form input {
		width: 100%;
	}
}

.header_four .search_bar form button {
	color: #fff;
}

.header_four .search_bar form button:hover {
	color: #c91d1b;
}

.header_four .logo {
	text-align: center;
	display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_four .logo {
		display: block;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_four .logo {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_four .logo {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .logo {
		display: block;
		position: unset;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.header_four .logo {
		display: block;
		text-align: left;
	}
}

.header_four .main_menu_inner {
	text-align: center;
}

.header_four .main_menu nav>ul>li:first-child>a {
	padding: 15px 25px;
}

.header_four .main_menu nav>ul>li>a {
	color: #fff;
}

.header_four .main_menu nav>ul>li ul.sub_menu li {
	text-align: left;
}

.header_four .main_menu nav>ul>li ul.mega_menu li {
	text-align: left;
}

.header_four .header_middel {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .header_middel {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_four .header_middel {
		padding-left: 0;
		padding-right: 0;
	}
}

.header_four .middel_links ul li a {
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .cart_link {
		margin-left: 15px;
	}
}

.header_four .cart_link>a {
	color: #fff;
	border: 1px solid #393939;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .cart_link>a {
		padding: 7px 11px;
	}
}

.header_four .cart_link>a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

.header_four .header_bottom {
	display: none;
}

.header_four .header_bottom.sticky-header.sticky {
	display: block;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_four .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_four .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_four .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .header_bottom {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header_four .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_four .cart_area {
		position: none;
		position: unset;
	}
}

.mobile_four {
	top: -73px;
}

@media only screen and (max-width: 767px) {
	.mobile_four {
		top: -26px;
	}
}

.mobile_four.mean-container .mean-bar {
	top: 44px;
}

.mobile_four.mean-container .mean-bar::after {
	color: #fff;
	left: 4%;
	top: -34px;
}

.mobile_four.mean-container a.meanmenu-reveal {
	right: 15px;
	top: -35px;
	left: auto;
	color: #fff;
}

.mobile_four.mean-container a.meanmenu-reveal span {
	background: #fff;
}

.horizontal_menu {
	display: flex;
	align-items: center;
	position: absolute;
	justify-content: center;
	left: 20%;
	top: 37px;
	z-index: 999;
	max-width: 1190px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.horizontal_menu {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.horizontal_menu {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.horizontal_menu {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.horizontal_menu {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.horizontal_menu {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.horizontal_menu {
		display: none;
	}
}

.horizontal_menu .logo_container {
	padding: 0 100px;
}

.horizontal_menu .left_menu .main_menu nav>ul>li:first-child>a {
	padding-left: 6px;
}

.horizontal_menu .main_menu nav>ul>li:first-child>a {
	padding: 15px 24px;
}

.horizontal_menu .main_menu nav>ul>li>a {
	padding: 15px 24px;
}

/*home six css here*/
.header_six .search_bar form {
	width: 100%;
}

.header_six .top_right>ul>li:hover>a {
	color: #c91d1b;
}

.header_six .top_right>ul>li>a {
	color: #242424;
}

.header_six .top_right>ul>li>a i.ion-android-person {
	font-size: 15px;
	margin-left: 0;
	margin-right: 3px;
}

.header_six .top_right>ul>li>a:not([href]):not([tabindex]) {
	color: #242424;
}

.header_six .top_right>ul>li>a:not([href]):not([tabindex]):hover {
	color: #c91d1b;
}

.header_six .main_menu_inner {
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offcanvas_six .canvas_open {
		right: 33px;
		top: 27px;
	}
}

/*homr six css here*/
.header_six .header_middel {
	padding: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_six .header_middel {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_six .header_middel {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .header_middel {
		padding-top: 0;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_six .header_middel {
		padding: 0;
	}
}

.header_six .header_bottom {
	display: none;
}

.header_six .header_bottom.sticky-header.sticky {
	display: block;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_six .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_six .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_six .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .header_bottom {
		display: block;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_six .header_bottom {
		display: block;
	}
}

.header_six .middel_inner {
	border-bottom: 0;
	padding: 43px 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_six .middel_inner {
		border-bottom: 1px solid #ddd;
		padding: 20px 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_six .middel_inner {
		border-bottom: 1px solid #ddd;
		padding: 20px 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_six .middel_inner {
		border-bottom: 1px solid #ddd;
		padding: 20px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .middel_inner {
		padding: 0;
		border-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_six .middel_inner {
		padding: 0;
		border-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .logo {
		position: unset;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .search_bar {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_six .search_bar {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_six .search_bar form input {
		height: 39px;
		line-height: 29px;
		padding: 0px 46px 0 20px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .search_bar form input {
		height: 43px;
		line-height: 39px;
	}
}

@media only screen and (max-width: 767px) {
	.header_six .search_bar form input {
		width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_six .search_bar form button {
		line-height: 42px;
		width: 43px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .search_bar form button {
		line-height: 42px;
		width: 43px;
	}
}

.header_six .main_menu nav>ul>li ul.sub_menu li {
	text-align: left;
}

.header_six .main_menu nav>ul>li ul.mega_menu {
	text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_six .top_right {
		text-align: center !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .top_right {
		text-align: left !important;
	}
}

@media only screen and (max-width: 767px) {
	.header_six .top_right {
		text-align: center !important;
		margin-bottom: 18px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_six .top_right>ul>li {
		padding-left: 11px;
		margin-left: 11px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .top_right>ul>li {
		padding-left: 8px;
		margin-left: 8px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .top_right>ul>li:first-child {
		padding-left: 0;
		margin-left: 0;
	}
}

.header_six .top_right>ul>li ul {
	right: inherit;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.header_six .top_right>ul>li ul {
		left: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .cart_area {
		position: unset;
		margin-top: 28px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_six .cart_link {
		margin-left: 11px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .cart_link {
		margin-left: 11px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_six .cart_link>a {
		padding: 6px 8px;
	}
}

.mobile_six {
	top: 29px;
}

@media only screen and (max-width: 767px) {
	.mobile_six {
		top: 24px;
	}
}

.mobile_six.mean-container a.meanmenu-reveal {
	float: right;
	right: 15px;
	left: auto;
}

.mobile_six.mean-container .mean-bar::after {
	top: -33px;
	left: 4%;
}

.middel_right_info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.middel_right_info {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.middel_right_info {
		flex-direction: column;
		display: none;
	}
}

.middel_right_info .cart_link {
	margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.middel_right_info .cart_link {
		margin-left: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.middel_right_info .cart_link {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.middel_right_info .mini_cart {
		right: -88px;
	}
}

.middel_right_info .search_bar {
	/* border-right: 1px solid #ddd; */
	margin-right: 22px;
	position: relative;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.middel_right_info .search_bar {
		margin-right: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.middel_right_info .search_bar {
		border-right: 0;
		margin-right: 0;
	}
}

/*.middel_right_info .search_bar form {*/
/*  border: 0;*/
/*}*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.middel_right_info .search_bar form {
		width: 200px;
	}
}

.middel_right_info .search_bar form button {
	color: #242424;
	line-height: 38px;
}

.middel_right_info .search_bar form button:hover {
	color: #c91d1b;
}

.middel_right_info .search_bar form input {
	/*height: 35px;*/
	line-height: 35px;
	/*border: 2px solid #c91d1b;*/
	border-radius: 4px;
	max-width: 722px;
	background-color: #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.middel_right_info .search_bar form input {
		padding: 0px 45px 0 20px !important;
	}
}

.horizontal_menu.horizontal_menu_six {
	display: none;
	left: 279px;
	right: inherit;
	top: 39px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.horizontal_menu.horizontal_menu_six {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.horizontal_menu.horizontal_menu_six {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.horizontal_menu.horizontal_menu_six {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.horizontal_menu.horizontal_menu_six {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.horizontal_menu.horizontal_menu_six {
		display: none;
	}
}

.horizontal_menu.horizontal_menu_six .main_menu nav>ul>li ul.mega_menu {
	min-width: 120%;
}

.horizontal_menu.horizontal_menu_six .main_menu nav>ul>li>a {
	padding: 15px 26px;
}

/*page menu css here*/
.page_menu {
	position: fixed;
	right: 40px;
	top: 50%;
	transform: translatey(-50%);
	z-index: 9;
}

.page_menu nav ul li {
	width: 20px;
	height: 20px;
	text-align: center;
}

.page_menu nav ul li.current a {
	width: 15px;
	height: 15px;
}

.page_menu nav ul li a {
	width: 5px;
	height: 5px;
	background: #242424;
	border-radius: 50%;
}

/*home seven css here*/
.offcanvas_seven .canvas_open {
	z-index: 99;
	right: 35px;
}

.sticky-header.sticky .home_menu_inner {
	top: 159%;
}

.header_seven {
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0;
	padding: 15px 0;
}

.header_seven.sticky-header.sticky .home_menu_inner {
	top: 176%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven {
		position: unset;
	}
}

.header_seven .header_top_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.header_seven .header_top_right {
		flex-direction: column;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven .search_bar {
		position: absolute;
		width: 97%;
		margin-top: 0;
		top: 29px;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven .search_bar {
		width: 100%;
		margin-bottom: 18px;
	}
}

.header_seven .search_bar form {
	width: 250px;
	border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_seven .search_bar form {
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven .search_bar form {
		width: 100%;
		border: 1px solid #ddd;
		border-radius: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven .search_bar form {
		width: 100%;
		border: 1px solid #ddd;
		border-radius: 0;
	}
}

.header_seven .search_bar form input {
	width: 100%;
	height: 42px;
	line-height: 43px;
	padding: 0px 47px 0 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven .cart_link {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven .cart_link {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven .mini_cart {
		right: -82%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven .icone_menu {
		top: -3px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven .logo {
		top: -6px;
	}
}

.header_seven .top_right {
	margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_seven .top_right {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven .top_right {
		position: relative;
		top: -36px;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven .top_right {
		margin-left: 0;
		margin-bottom: 18px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_seven .top_right>ul>li {
		padding-left: 20px;
		margin-left: 20px;
	}
}

.header_seven .top_right>ul>li:first-child {
	padding-left: 0;
	margin-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_seven .top_right>ul>li {
		padding-left: 13px;
		margin-left: 13px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_seven .top_right>ul>li {
		padding-left: 15px;
		margin-left: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven .top_right>ul>li {
		padding-left: 15px;
		margin-left: 15px;
	}
}

.header_seven .top_right>ul>li>a {
	color: #242424;
}

.header_seven .top_right>ul>li>a:not([href]):not([tabindex]) {
	color: #242424;
}

.header_seven {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 47px;
}

.header_seven.sticky-header.sticky {
	padding-top: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_seven {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_seven {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven {
		padding: 20px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_seven .home_menu_bar {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven .home_menu_bar {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header_seven .header_top_logo_wrapper {
		justify-content: flex-start;
		margin-bottom: 0;
	}
}

/*header eight css here*/
.header_eight .header_top {
	padding: 7px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .header_top {
		padding: 7px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .header_top {
		padding: 7px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_eight .header_top {
		padding: 7px 0;
	}
}

.header_eight .header_middel {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.header_eight .header_middel .middel_inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_eight .header_middel .middel_inner {
		padding-bottom: 40px;
		border-bottom: 1px solid #ddd;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_eight .header_middel .middel_inner {
		padding-bottom: 40px;
		border-bottom: 1px solid #ddd;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_eight .header_middel .middel_inner {
		padding-bottom: 18px;
		border-bottom: 1px solid #ddd;
		padding-top: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .header_middel .middel_inner {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_eight .header_middel .middel_inner {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .header_middel {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_eight .header_middel {
		padding-left: 0;
		padding-right: 0;
	}
}

.header_eight .header_middel .cart_link {
	margin-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_eight .header_middel .cart_link {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .header_middel .cart_link {
		margin-left: 10px;
	}
}

.header_eight .header_bottom {
	display: none;
}

.header_eight .header_bottom.sticky-header.sticky {
	display: block;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_eight .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_eight .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_eight .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .header_bottom {
		padding: 0 20px;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header_eight .header_bottom {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_eight .middel_links ul li {
		padding-right: 3px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .cart_area {
		position: unset;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .cart_link {
		margin-left: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .cart_link>a {
		padding: 8px 7px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .search_bar {
		margin-top: 0;
	}
}

.header_eight .search_bar form {
	width: 274px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_eight .search_bar form {
		width: 280px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_eight .search_bar form {
		width: 280px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .search_bar form {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.header_eight .search_bar form {
		width: 100%;
		border-radius: 0;
	}
}

.header_eight .search_bar form input {
	height: 46px;
	line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .search_bar form input {
		height: 41px;
		line-height: 42px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .search_bar form button {
		line-height: 45px;
	}
}

.header_eight .logo {
	text-align: center;
	display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.header_eight .logo {
		display: block;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_eight .logo {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_eight .logo {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_eight .logo {
		position: unset;
		display: block;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.header_eight .logo {
		display: block;
		text-align: left;
	}
}

.header_eight .main_menu_inner {
	text-align: center;
}

.header_eight .main_menu nav>ul>li {
	text-align: left;
}

.header_eight .main_menu nav>ul>li ul.mega_menu {
	width: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offcanvas_eight .canvas_open {
		right: 44px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile_eight {
		top: 9px;
	}
}

@media only screen and (max-width: 767px) {
	.mobile_eight {
		top: 6px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mobile_eight a.meanmenu-reveal {
		float: right;
		right: 15px;
		top: -34px;
		left: auto;
	}
}

.mobile_eight .mean-bar::after {
	left: 5%;
}

.horizontal_menu_eight {
	top: 37px;
	left: 384px;
}

/*home five css here*/
.header_five {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

.header_five .header_top {
	background: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_five .header_top {
		padding-top: 14px;
		padding-bottom: 15px;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header_five .header_top {
		padding-top: 21px;
		padding-bottom: 23px;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header_five .mini_cart {
		z-index: 99;
		right: -44px;
	}
}

.header_top_logo_wrapper {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.header_top_logo_wrapper {
		justify-content: center;
		margin-bottom: 23px;
	}
}

@media only screen and (max-width: 767px) {
	.header_top_logo_wrapper .logo {
		margin-bottom: 0;
	}
}

.home_menu_bar {
	margin-left: 70px;
}

.icone_menu {
	position: relative;
	top: 4px;
}

.icone_menu>a {
	font-size: 20px;
	color: #242424;
}

.icone_menu>a i {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.icone_menu>a i:hover {
	color: #c91d1b;
}

.icone_menu>a:not([href]):not([tabindex]) i {
	color: #242424;
}

.icone_menu>a:not([href]):not([tabindex]) i:hover {
	color: #c91d1b;
}

.home_menu_inner {
	position: absolute;
	width: 260px;
	max-height: 330px;
	background: #fff;
	border: 0;
	overflow: auto;
	padding: 0;
	max-height: 0;
	transition: all .3s ease-out;
	z-index: 9;
	top: 100%;
}

@media only screen and (max-width: 767px) {
	.home_menu_inner {
		right: -14px;
		width: 220px;
		z-index: 9999;
	}
}

.home_menu_inner.open {
	max-height: 450px;
	padding: 17px 0;
	border: 1px solid #e9e8e8;
}

@media only screen and (max-width: 767px) {
	.home_menu_inner.open {
		max-height: 350px;
	}
}

.home_menu_inner nav>ul>li:hover>a {
	color: #c91d1b;
}

.home_menu_inner nav>ul>li>a {
	display: block;
	padding: 7px 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #242424;
	font-weight: 500;
	font-size: 14px;
}

.home_menu_inner nav>ul>li>a i {
	float: right;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ddd;
}

.home_menu_inner nav>ul>li ul li {
	padding-left: 12px;
}

.home_menu_inner nav>ul>li ul li a {
	display: block;
	padding: 4px 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #242424;
	font-weight: 400;
	font-size: 13px;
}

.home_menu_inner nav>ul>li ul li a:hover {
	color: #c91d1b;
}

.home_menu_inner nav>ul>li ul.dropdown_home_menu {
	display: none;
}

.home_menu_inner nav>ul>li ul.dropdown_shop_menu {
	max-height: 0;
	transition: all .3s ease-out;
	background: #fff;
	z-index: 99;
	overflow: hidden;
}

.home_menu_inner nav>ul>li ul.dropdown_shop_menu.open {
	max-height: 150px;
}

.home_menu_inner nav>ul>li ul.dropdown_shop_menu li a i {
	float: right;
	margin-right: 25px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ddd;
}

.home_menu_inner nav>ul>li ul.dropdown_shop_menu li ul.dropdown_shop_items {
	display: none;
}

.home_menu_inner nav>ul>li ul.dropdown_shop_menu li ul.dropdown_shop_items2 {
	display: none;
}

.home_menu_inner nav>ul>li ul.dropdown_shop_menu li ul.dropdown_shop_items3 {
	display: none;
}

.home_menu_inner nav>ul>li ul.dropdown_blog_menu {
	display: none;
}

.home_menu_inner nav>ul>li ul.dropdown_other_page_menu {
	display: none;
}

.header_five {
	padding: 45px 30px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header_five {
		padding: 0 30px 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_five {
		padding: 0 30px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_five {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_five {
		padding: 0;
	}
}

.header_five.sticky-header.sticky {
	padding: 0 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_five .logo {
		position: unset;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_five .cart_area {
		position: unset;
		display: flex;
		margin-bottom: 0;
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 767px) {
	.header_five .cart_area {
		display: flex;
		margin-bottom: 0;
		justify-content: center;
	}
}

.header_five .middel_links>ul>li {
	padding-right: 20px;
	position: relative;
}

.header_five .middel_links>ul>li:last-child {
	padding-right: 0;
}

.header_five .middel_links>ul>li>a {
	color: #242424;
	font-size: 21px;
}

.header_five .middel_links>ul>li>a:hover {
	color: #c91d1b;
}

.header_five .dropdown_search_btn {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header_five .dropdown_search_btn.active {
	opacity: 1;
	visibility: visible;
}

.header_five .dropdown_search_btn form {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 50%;
	width: 1000px;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_five .dropdown_search_btn form {
		width: 70%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_five .dropdown_search_btn form {
		width: 70%;
	}
}

@media only screen and (max-width: 767px) {
	.header_five .dropdown_search_btn form {
		width: 90%;
	}

}

.header_five .dropdown_search_btn form input {
	width: 100%;
	border: 0;
	height: 70px;
	border-bottom: 3px solid #c91d1b;
	background: inherit;
	color: #fff;
	font-size: 25px;
	padding: 0 60px 0 20px;
}

@media only screen and (max-width: 767px) {
	.header_five .dropdown_search_btn form input {
		height: 50px;
		font-size: 15px;
	}
}

.header_five .dropdown_search_btn form button {
	position: absolute;
	right: 0;
	background: inherit;
	border: 0;
	color: #fff;
	font-size: 39px;
	line-height: 70px;
	top: 0;
}

@media only screen and (max-width: 767px) {
	.header_five .dropdown_search_btn form button {
		font-size: 20px;
		line-height: 50px;
	}
}

.header_five .dropdown_search_btn form button:hover {
	color: #c91d1b;
}

.header_five .dropdown_search_btn .button_close {
	position: absolute;
	right: 6%;
	top: 70px;
}

.header_five .dropdown_search_btn .button_close button {
	border: 0;
	background: inherit;
	font-size: 70px;
	color: #fff;
}

.header_five .dropdown_search_btn .button_close button:hover {
	color: #c91d1b;
}

.sticky-header.sticky .dropdown_box_setting {
	top: 157%;
}

.dropdown_box_setting {
	position: absolute;
	width: 280px;
	right: -23px;
	border: 1px solid #e9e8e8;
	background: #ffff;
	top: 100%;
	padding: 15px 20px;
	display: none;
	top: 100%;
}

@media only screen and (max-width: 767px) {
	.dropdown_box_setting {
		width: 275px;
		right: auto;
		left: -85px;
		top: 115%;
	}
}

.dropdown_box_setting .setting_list {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 16px;
}

.dropdown_box_setting .setting_list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.dropdown_box_setting .setting_list h3 {
	font-size: 14px;
	color: #242424;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
}

.dropdown_box_setting .setting_list ul li {
	display: block;
}

.dropdown_box_setting .setting_list ul li a {
	font-size: 12px;
	color: #747474;
	line-height: 30px;
	display: block;
	text-transform: capitalize;
}

.dropdown_box_setting .setting_list ul li a:hover {
	color: #c91d1b;
}

/*home nine css here*/
.header_middel9 {
	padding: 40px 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_middel9 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_middel9 {
		padding: 0;
	}
}

.header_bottom9 {
	border-top: 1px solid #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_bottom9 {
		border-top: 0;
		max-height: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.header_bottom9 {
		border-top: 0;
		max-height: inherit;
	}
}

.header_bottom9 .header_static {
	justify-content: flex-start;
}

/*-- 2.3 Categories menu css here --*/
.categories_menu {
	position: relative;
	width: 270px;
	margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu {
		margin-bottom: 0;
		width: 100%;
		margin-right: 0;
		margin-top: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu {
		margin-bottom: 5px;
		width: 100%;
		margin-right: 0;
		margin-top: 18px;
	}
}

.categories_title {
	background: #c91d1b;
	padding: 0 30px;
	position: relative;
	cursor: pointer;
	height: 56px;
	line-height: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_title {
		height: 45px;
		line-height: 46px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_title {
		height: 43px;
		line-height: 43px;
	}
}

.categories_title::before {
	content: "\f394";
	color: #fff;
	display: inline-block;
	font-family: Ionicons;
	position: absolute;
	font-size: 22px;
	line-height: 0px;
	right: 20px;
	top: 50%;
	transform: translatey(-50%);
}

.categories_title h2 {
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.categories_title h2 {
		font-size: 13px;
		line-height: 22px;
	}
}

.categories_menu_toggle {
	padding: 15px 0 9px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	position: absolute;
	width: 100%;
	top: 100%;
	display: none;
	z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle {
		display: none;
		max-height: 350px;
		overflow: auto;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle {
		display: none;
		max-height: 350px;
		overflow: auto;
		padding: 0 11px 0 20px;
	}
}

.categories_menu_toggle>ul>li {
	position: relative;
}

.categories_menu_toggle>ul>li>a {
	font-size: 14px;
	line-height: 43px;
	text-transform: capitalize;
	font-weight: 400;
	display: block;
	cursor: pointer;
	padding: 0 20px 0 30px;
	color: #212121;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categories_menu_toggle>ul>li>a {
		line-height: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle>ul>li>a {
		line-height: 35px;
		padding: 0;
	}
}

.categories_menu_toggle>ul>li>a i.fa-angle-right {
	float: right;
	font-size: 15px;
	line-height: 35px;
	transition: .3s;
	-webkit-transition: .3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle>ul>li>a i.fa-angle-right {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle>ul>li>a i.fa-angle-right {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle>ul>li>a:hover {
		color: #c91d1b;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle>ul>li>a:hover {
		color: #c91d1b;
	}
}

.categories_menu_toggle>ul>li:last-child>a {
	border-bottom: 0;
}

.categories_menu_toggle>ul>li:hover ul.categories_mega_menu {
	opacity: 1;
	visibility: visible;
	left: 100%;
}

.categories_menu_toggle>ul>li:hover>a {
	color: #c91d1b;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu {
	position: absolute;
	left: 120%;
	width: 720px;
	-webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	padding: 25px 20px 23px;
	overflow: hidden;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categories_menu_toggle>ul>li ul.categories_mega_menu {
		width: 680px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle>ul>li ul.categories_mega_menu {
		display: none;
		opacity: inherit !important;
		visibility: inherit !important;
		left: inherit !important;
		width: 100%;
		top: 100%;
		max-height: 350px;
		overflow: auto;
		transition: unset;
		box-shadow: inherit;
		position: inherit;
		padding: 6px 20px 0px 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle>ul>li ul.categories_mega_menu {
		display: none;
		opacity: inherit !important;
		visibility: inherit !important;
		left: inherit !important;
		width: 100%;
		top: 100%;
		max-height: 350px;
		overflow: auto;
		transition: unset;
		box-shadow: inherit;
		position: inherit;
		padding: 6px 20px 0px 40px;
	}
}

.categories_menu_toggle>ul>li ul.categories_mega_menu.open {
	display: block;
	left: 0;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li {
	padding: 0 15px;
	width: 25%;
	float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle>ul>li ul.categories_mega_menu>li {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle>ul>li ul.categories_mega_menu>li {
		width: 100%;
		padding: 0;
	}
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li>a {
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	color: #212121;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li>a:hover {
	color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle>ul>li ul.categories_mega_menu>li.menu_item_children>a {
		text-transform: capitalize;
		font-weight: 400;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle>ul>li ul.categories_mega_menu>li.menu_item_children>a {
		text-transform: capitalize;
		font-weight: 400;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle ul li.menu_item_children>a {
		position: relative;
	}

	.categories_menu_toggle ul li.menu_item_children>a::before {
		position: absolute;
		content: "+";
		right: 15px;
		top: 50%;
		transform: translatey(-50%);
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle ul li.menu_item_children>a {
		position: relative;
	}

	.categories_menu_toggle ul li.menu_item_children>a::before {
		position: absolute;
		content: "+";
		right: 15px;
		top: 50%;
		transform: translatey(-50%);
		font-size: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle ul li.menu_item_children.open>a::before {
		display: none;
	}

	.categories_menu_toggle ul li.menu_item_children.open>a::after {
		position: absolute;
		content: "-";
		right: 15px;
		top: 50%;
		transform: translatey(-50%);
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle ul li.menu_item_children.open>a::before {
		display: none;
	}

	.categories_menu_toggle ul li.menu_item_children.open>a::after {
		position: absolute;
		content: "-";
		right: 15px;
		top: 50%;
		transform: translatey(-50%);
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categorie_sub_menu {
		display: none;
		padding: 1px 0 9px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.categorie_sub_menu {
		display: none;
		padding: 1px 0 9px 30px;
	}
}

.categorie_sub_menu li a {
	color: #212121;
	text-transform: capitalize;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.categorie_sub_menu li a:hover {
	color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categorie_sub_menu li a {
		line-height: 33px;
	}
}

@media only screen and (max-width: 767px) {
	.categorie_sub_menu li a {
		line-height: 33px;
	}
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
	width: 620px;
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
		width: 100%;
	}
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3>li {
	width: 33.33%;
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle ul li ul.categories_mega_menu.column_3>li {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle ul li ul.categories_mega_menu.column_3>li {
		width: 100%;
	}
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
	width: 500px;
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
		width: 100%;
	}
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2>li {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.categories_menu_toggle ul li ul.categories_mega_menu.column_2>li {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_menu_toggle ul li ul.categories_mega_menu.column_2>li {
		width: 100%;
	}
}

.categorie_sub {
	opacity: 0;
	z-index: 999;
	position: absolute;
	width: 101%;
	left: -1px;
	border: lef;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	top: 65%;
	visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categorie_sub {
		width: 100%;
		left: 0px;
	}
}

.categorie_sub.open {
	top: 95%;
	opacity: 1;
	visibility: visible;
}

.categories_menu_toggle ul li.has-sub>a::before {
	position: absolute;
	content: "\f055";
	font-family: FontAwesome;
	top: 0;
	right: 20px;
	font-size: 18px;
	pointer-events: none;
}

.categories_menu_toggle ul li.has-sub>a.open::before {
	content: "\f056";
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 16px;
	padding-left: 30px;
	display: block;
	color: #212121;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a:hover {
	color: #c91d1b;
}

.categories_menu_toggle ul li.has-sub {
	padding-bottom: 10px;
}

.categories_menu_toggle ul li ul.categories_mega_menu>li:first-child {
	padding-left: 0;
}

.categories_menu_toggle ul li ul.categories_mega_menu>li:last-child {
	padding-right: 0;
}

.categorie_banner {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 500px;
}

@media only screen and (max-width: 767px) {
	.categorie_banner {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categorie_banner {
		display: none;
	}
}

.categorie_banner a img:hover {
	opacity: 0.8;
}

/*-- 2.7 Categories menu css end --*/
/* 04. slider area css here */
.single_slider {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.single_slider {
		background-position: 11%;
	}
}

.single_slider .row {
	height: 750px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.single_slider .row {
		height: 600px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_slider .row {
		height: 550px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_slider .row {
		height: 480px;
	}
}

@media only screen and (max-width: 767px) {
	.single_slider .row {
		height: 330px;
	}
}

.single_slider .slider_content.content_one {
	margin-left: 13%;
	width: 550px;
	text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.single_slider .slider_content.content_one {
		margin-left: 8%;
		width: 500px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_slider .slider_content.content_one {
		margin-left: 5%;
		width: 400px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_slider .slider_content.content_one {
		margin-left: 5%;
		width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.single_slider .slider_content.content_one {
		margin-left: inherit;
		width: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.single_slider .slider_content.content_one img {
		width: 200px;
		margin: 0 auto;
	}
}

.single_slider .slider_content.content_two {
	margin-left: 15%;
	width: 550px;
	text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.single_slider .slider_content.content_two {
		margin-left: 8%;
		width: 500px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_slider .slider_content.content_two {
		margin-left: 5%;
		width: 400px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_slider .slider_content.content_two {
		margin-left: 5%;
		width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.single_slider .slider_content.content_two {
		margin-left: inherit;
		width: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.single_slider .slider_content.content_two img {
		width: 200px;
		margin: 0 auto;
	}
}

.single_slider .slider_content.content_three {
	text-align: center;
}

.single_slider .slider_content.content_three img {
	width: 600px;
	margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.single_slider .slider_content.content_three img {
		width: 500px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_slider .slider_content.content_three img {
		width: 400px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_slider .slider_content.content_three img {
		width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.single_slider .slider_content.content_three img {
		width: 165px;
	}
}

.active .slider_content img {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider_style .slider_content {
		padding-left: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider_style .slider_content {
		padding-left: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_style .slider_content {
		text-align: center;
	}
}

.slider_style .slider_content p {
	font-size: 16px;
	color: #fff;
	margin-top: 22px;
}

@media only screen and (max-width: 767px) {
	.slider_style .slider_content p {
		font-size: 17px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.slider_style .slider_content a {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 22px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.slider_style .slider_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_style .slider_content a {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_style .slider_content a {
		margin-top: 5px;
		font-size: 15px;
	}
}

.slider_area {
	margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider_area {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider_area {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_area {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_area {
		margin-bottom: 0px;
	}
}

.slider_area.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.slider_area.owl-carousel .owl-nav div {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	font-size: 60px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	transition: .3s;
	color: #ffffff;
	left: 40px;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_area.owl-carousel .owl-nav div {
		left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_area.owl-carousel .owl-nav div {
		left: 5px;
		display: none;
	}
}

.slider_area.owl-carousel .owl-nav div:hover {
	color: #c91d1b;
}

.slider_area.owl-carousel .owl-nav div.owl-next {
	right: 40px;
	left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_area.owl-carousel .owl-nav div.owl-next {
		right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_area.owl-carousel .owl-nav div.owl-next {
		right: 5px;
	}
}

.slider_area.owl-carousel .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.slider_area.owl-carousel .owl-dots {
		bottom: 10px;
	}
}

.slider_area.owl-carousel .owl-dots .owl-dot {
	width: 30px;
	height: 3px;
	display: inline-block;
	background: #ddd;
	margin: 0 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.slider_area.owl-carousel .owl-dots .owl-dot.active {
	background: #c91d1b;
}

/*home three css here*/
.home_three_slider {
	margin-bottom: 30px;
}

.home_three_slider .row {
	height: 780px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_three_slider .row {
		height: 600px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_three_slider .row {
		height: 550px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_three_slider .row {
		height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.product_sale {
		padding: 0px 5px !important;
	}

	.product_sale span {
		font-size: 12px !important;
	}

	.home_three_slider .row {
		height: 300px;
	}

	.filter-menu {
		display: none;
		background: #fff;
		position: FIXED;
		width: 100%;
		bottom: 55px;
		border: 1px solid red;
		left: 0;
		height: 500PX;
		overflow: SCROLL;
		z-index: 999999;
	}

	.filterbtn-sticky {
		position: fixed;
		bottom: 0;
		background-color: #fff;
		width: 100%;
		border-top: 1px solid #eaeaec;
		z-index: 10;
		margin: 0;
		text-align: center;
		display: block !important;
	}
}

.home_three_slider .single_slider .slider_content {
	position: relative;
}

.home_three_slider .single_slider .slider_content p {
	position: absolute;
	bottom: 130px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_three_slider .single_slider .slider_content p {
		bottom: 100px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_three_slider .single_slider .slider_content p {
		bottom: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_three_slider .single_slider .slider_content p {
		bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.home_three_slider .single_slider .slider_content p {
		bottom: 65px;
	}
}

.home_three_slider .single_slider .slider_content.content_one {
	margin-left: inherit;
	text-align: center;
	padding-left: 0;
	width: inherit;
}

@media only screen and (max-width: 767px) {
	.home_three_slider .single_slider .slider_content.content_one {
		padding-top: 50px;
	}
}

.home_three_slider .single_slider .slider_content.content_one img {
	width: 720px;
	margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_three_slider .single_slider .slider_content.content_one img {
		width: 600px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_three_slider .single_slider .slider_content.content_one img {
		width: 550px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_three_slider .single_slider .slider_content.content_one img {
		width: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.home_three_slider .single_slider .slider_content.content_one img {
		width: 230px;
		position: relative;
		top: -50px;
	}
}

.home_three_slider .single_slider .slider_content.content_one a {
	margin-top: 0;
}

.home_three_slider .single_slider .slider_content.content_two {
	text-align: center;
	margin-left: inherit;
	width: inherit;
}

.home_three_slider .single_slider .slider_content.content_two img {
	width: 800px;
	margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_three_slider .single_slider .slider_content.content_two img {
		width: 650px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_three_slider .single_slider .slider_content.content_two img {
		width: 600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_three_slider .single_slider .slider_content.content_two img {
		width: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.home_three_slider .single_slider .slider_content.content_two img {
		width: 230px;
		position: relative;
		top: -50px;
	}
}

.home_three_slider .single_slider .slider_content.content_three {
	text-align: center;
}

.home_three_slider .single_slider .slider_content.content_three img {
	width: 700px;
	position: relative;
	top: -85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_three_slider .single_slider .slider_content.content_three img {
		width: 500px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_three_slider .single_slider .slider_content.content_three img {
		width: 480px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_three_slider .single_slider .slider_content.content_three img {
		width: 380px;
	}
}

@media only screen and (max-width: 767px) {
	.home_three_slider .single_slider .slider_content.content_three img {
		width: 230px;
		top: -52px;
	}
}

.home_three_slider .single_slider .slider_content.content_three p {
	bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.home_three_slider .single_slider .slider_content.content_three p {
		bottom: 45px;
	}
}

.home_three_slider .single_slider .slider_content.content_three a {
	margin-top: 0;
}

/*home four css here*/
.home_four_slider {
	margin-bottom: 98px;
}

.home_four_slider .row {
	height: 850px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_four_slider .row {
		height: 680px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_four_slider .row {
		height: 550px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_four_slider .row {
		height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.home_four_slider .row {
		height: 300px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_four_slider {
		margin-bottom: 78px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_four_slider {
		margin-bottom: 78px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_four_slider {
		margin-bottom: 58px;
	}
}

@media only screen and (max-width: 767px) {
	.home_four_slider {
		margin-bottom: 59px;
	}
}

.home_four_slider .slider_content {
	text-align: center;
	margin-top: 380px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_four_slider .slider_content {
		margin-top: 310px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_four_slider .slider_content {
		margin-top: 180px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_four_slider .slider_content {
		margin-top: 95px;
	}
}

@media only screen and (max-width: 767px) {
	.home_four_slider .slider_content {
		margin-top: 0;
	}
}

.home_four_slider .slider_content.content_one {
	width: inherit;
	margin-left: 0;
}

.home_four_slider .slider_content.content_two {
	width: inherit;
	margin-left: 0;
}

.home_four_slider .slider_content h1 {
	font-size: 46px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 14px;
	font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_four_slider .slider_content h1 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.home_four_slider .slider_content h1 {
		font-size: 17px;
		margin-bottom: 8px;
		line-height: 25px;
	}
}

.home_four_slider .slider_content h2 {
	font-size: 40px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_four_slider .slider_content h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.home_four_slider .slider_content h2 {
		font-size: 16px;
		line-height: 25px;
	}
}

.home_four_slider .slider_content a {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 38px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.home_four_slider .slider_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_four_slider .slider_content a {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.home_four_slider .slider_content a {
		margin-top: 10px;
		font-size: 15px;
	}
}

.active .slider_content h1,
.active .slider_content h2,
.active .slider_content a {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.active .slider_content h2 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.active .slider_content a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

/*home six slider css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_section.slider_section_six {
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_section.slider_section_six {
		margin-bottom: 0px;
	}
}

.home_six_slider {
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_six_slider {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.home_six_slider {
		margin-bottom: 20px;
	}
}

.home_six_slider .single_slider {
	height: 747px;
}

@media only screen and (min-width: 2000px) and (max-width: 2500px) {
	.home_six_slider .single_slider {
		height: 890px;
	}

	.product_thumb a.primary_img {
		height: 338px !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.product_thumb a.secondary_img {
		height: 338px !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#login_form .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 48% !important;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1800px) and (max-width: 1980px) {
	.home_six_slider .single_slider {
		height: 750px;
	}
}

@media only screen and (min-width: 1602px) and (max-width: 1700px) {
	.home_six_slider .single_slider {
		height: 688px;
	}
}

@media only screen and (min-width: 1561px) and (max-width: 1600px) {
	.home_six_slider .single_slider {
		height: 624px;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 1560px) {
	.home_six_slider .single_slider {
		height: 600px;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1500px) {
	.home_six_slider .single_slider {
		height: 558px;
	}
}

@media only screen and (min-width: 1431px) and (max-width: 1439px) {
	.home_six_slider .single_slider {
		height: 556px;
	}
}

@media only screen and (min-width: 1355px) and (max-width: 1430px) {
	.home_six_slider .single_slider {
		height: 528px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
	.home_six_slider .single_slider {
		height: 492px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_six_slider .single_slider {
		height: 388px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_six_slider .single_slider {
		height: 380px;
	}
}

@media only screen and (max-width: 767px) {
	.home_six_slider .single_slider {
		height: 380px;
		background-position: 0%;
	}
}

@media only screen and (max-width:560px) {
	.home_six_slider .single_slider {
		height: 300px;
	}
}

@media only screen and (max-width:460px) {
	.home_six_slider .single_slider {
		height: 260px
	}
}

@media only screen and (max-width:400px) {
	.home_six_slider .single_slider {
		height: 190px;
	}
}

.home_six_slider .slider_content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 90px;
}

@media only screen and (max-width: 767px) {
	.home_six_slider .slider_content {
		padding-left: 0;
		text-align: center;
	}
}

.home_six_slider .slider_content h2 {
	font-size: 20px;
	text-transform: capitalize;
	color: #242424;
	font-weight: 500;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.home_six_slider .slider_content h2 {
		font-size: 18px;
	}
}

.home_six_slider .slider_content h1 {
	text-transform: uppercase;
	color: #232323;
	font-weight: 600;
	font-size: 80px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_six_slider .slider_content h1 {
		font-size: 68px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_six_slider .slider_content h1 {
		font-size: 45px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_six_slider .slider_content h1 {
		font-size: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.home_six_slider .slider_content h1 {
		font-size: 25px;
	}
}

.home_six_slider .slider_content p {
	color: #242424;
	font-size: 16px;
	font-weight: 500;
	padding-right: 120px;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.home_six_slider .slider_content p {
		padding-right: 0;
		font-size: 14px;
	}
}

.home_six_slider .slider_content a {
	font-size: 16px;
	color: #242424;
	text-transform: capitalize;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #242424;
	font-weight: 600;
	display: inline-block;
}

.home_six_slider .slider_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

.home_six_slider .slider_three .slider_content {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.home_six_slider .slider_three .slider_content {
		text-align: center;
	}
}

.slider_content_inner {
	display: table;
	width: 100%;
	height: 100%;
}

.active .slider_content p {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

.slider_section {
	margin-bottom: 92px;
	padding: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider_section {
		padding: 0 30px;
		margin-bottom: 72px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider_section {
		padding: 0 30px;
		margin-bottom: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_section {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_section {
		padding: 0;
	}
}

/*slider seven css here*/
.home_seven_slider {
	margin-bottom: 93px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_seven_slider {
		margin-bottom: 71px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_seven_slider {
		margin-bottom: 71px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_seven_slider {
		margin-bottom: 52px;
	}
}

@media only screen and (max-width: 767px) {
	.home_seven_slider {
		margin-bottom: 54px;
	}
}

.home_seven_slider.owl-carousel .owl-dots .owl-dot {
	background: #ffffff;
}

.home_seven_slider.owl-carousel .owl-dots .owl-dot.active {
	background: #000000;
}

.home_seven_slider .single_slider {
	height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_seven_slider .single_slider {
		height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.home_seven_slider .single_slider {
		height: 300px;
		background-position: 0%;
	}

	.toast.bg-danger {
		margin-right: 6px !important;
	}

	.toast {
		right: -2px !important;
	}
}

.home_seven_slider .slider_content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 260px;
	text-align: left;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_seven_slider .slider_content {
		padding-left: 120px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_seven_slider .slider_content {
		padding-left: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_seven_slider .slider_content {
		padding-left: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.home_seven_slider .slider_content {
		padding-left: 0;
		text-align: center;
	}
}

.home_seven_slider .slider_content h2 {
	color: #242424;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.home_seven_slider .slider_content h2 {
		font-size: 18px;
	}
}

.home_seven_slider .slider_content h1 {
	color: #232323;
	font-size: 80px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.home_seven_slider .slider_content h1 {
		font-size: 68px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home_seven_slider .slider_content h1 {
		font-size: 68px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home_seven_slider .slider_content h1 {
		font-size: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.home_seven_slider .slider_content h1 {
		font-size: 25px;
	}
}

.home_seven_slider .slider_content p {
	color: #242424;
	font-size: 17px;
	width: 529px;
	font-weight: 500;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.home_seven_slider .slider_content p {
		width: 100%;
		font-size: 14px;
	}
}

.home_seven_slider .slider_content a {
	font-size: 16px;
	color: #242424;
	text-transform: capitalize;
	margin-top: 20px;
	padding-bottom: 5px;
	font-weight: 600;
	border-bottom: 2px solid #242424;
	display: inline-block;
}

.home_seven_slider .slider_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.home_seven_slider .slider_content a {
		font-size: 14px;
		margin-top: 0;
	}
}

/* 06. banner section css here */
.banner_conteiner {
	/*background: url(../img/bg/banner3.jpg) no-repeat scroll center center/cover;*/
	height: 550px !important;
	display: table;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width:2448px) {
	.banner_conteiner {
		height: 980px !important;
		background-size: 100% !important;
	}
}

@media (max-width:2228px) {
	.banner_conteiner {
		height: 755px !important;
		background-size: 100% !important;
	}
}

@media (max-width:1920px) {
	.banner_conteiner {
		height: 720px !important;
		background-size: 100% !important;
	}
}

@media (max-width:1920px) {
	.banner_conteiner {
		height: 720px !important;
		background-size: 100% !important;
	}
}

@media (max-width:1440px) {
	.banner_conteiner {
		height: 620px !important;
		background-size: 100% !important;
	}
}

@media (max-width:1367px) {
	.banner_conteiner {
		height: 600px !important;
		background-size: 100% !important;
	}
}

@media (max-width:1024px) {
	.banner_conteiner {
		height: 440px !important;
		background-size: 100% !important;
	}
}

@media (max-width:820px) {
	.banner_conteiner {
		height: 380px !important;
		background-size: 100% !important;
	}
}

@media (max-width:768px) {
	.banner_conteiner {
		height: 180px !important;
		background-size: 100% !important;
	}

	.mobile-space {
		margin-top: 20px;
	}
}

@media (max-width:600px) {
	.banner_conteiner {
		height: 150px !important;
		background-size: 100% !important;
	}
}

.banner_section {
	padding: 0 120px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner_section {
		padding: 0 30px 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_section {
		padding: 0 30px 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section {
		padding: 0 20px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section {
		padding: 0 0 5px;
	}

	.single-zoom {
		height: auto !important;
	}
}

.banner_text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 120px;
}

@media only screen and (max-width: 767px) {
	.banner_text {
		padding-left: 0;
		text-align: center;
	}
}

.banner_text h1 {
	font-size: 48px;
	font-weight: 600;
	color: #242424;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 54px;
}

@media only screen and (max-width: 767px) {
	.banner_text h1 {
		font-size: 20px;
		line-height: 28px;
	}
}

.banner_text a {
	color: #242424;
	font-size: 16px;
	margin-top: 75px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #242424;
}

.banner_text a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.banner_text a {
		margin-top: 30px;
	}
}

.banner_thumb {
	position: relative;
overflow: hidden;  
}

.banner_thumb img {
  /*height: 263px;*/
  width: 100%;

}

.banner_thumb::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
}

.banner_thumb:hover::before {
	opacity: 1;
}

/*home two css here*/
.banner_section_two {
	padding: 0 0 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_two {
		padding: 0 20px 60px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_two {
		padding: 0 0 34px;
	}
}

.banner_section_two .banner_thumb::before {
	background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
	.banner_section_two .banner_thumb {
		margin-bottom: 25px;
	}
}

.banner_section_two .banner_content {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 20px;
	right: 20px;
	text-align: center;
}

.banner_section_two .banner_content h1 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
	font-family: "Quicksand", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_two .banner_content h1 {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_two .banner_content h1 {
		font-size: 35px;
	}
}

.banner_section_two .banner_content p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.banner_section_two .banner_content p {
		font-size: 16px;
	}
}

.banner_section_two .banner_content p.desc {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.banner_section_two .banner_content p.desc {
		margin-top: 10px;
	}
}

.banner_section_two .banner_content a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 2px;
	border-bottom: 2px solid #fff;
	margin-top: 57px;
	display: inline-block;
}

.banner_section_two .banner_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_two .banner_content a {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_two .banner_content a {
		margin-top: 5px;
	}
}

.banner_section_two.bottom {
	padding-bottom: 93px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner_section_two.bottom {
		padding-bottom: 73px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_section_two.bottom {
		padding-bottom: 73px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_two.bottom {
		padding: 0 20px 52px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_two.bottom {
		padding-bottom: 29px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_two.bottom .banner_content p {
		font-size: 14px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_two.bottom .banner_content h1 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 5px;
	}
}

/*home three css here*/
.banner_section_three {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 91px;
}

@media only screen and (max-width: 767px) {
	.banner_section_three {
		padding-bottom: 25px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_three .banner_area {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_three .banner_area.bottom {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner_section_three {
		padding-bottom: 71px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_section_three {
		padding-bottom: 73px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_three {
		padding-bottom: 52px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_three .banner_thumb a {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_three .banner_thumb a img {
		width: 100%;
	}
}

.banner_section_three .banner_thumb::before {
	display: none;
}

.banner_section_three .banner_thumb::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 10px solid rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	pointer-events: none;
}

.banner_section_three .banner_thumb:hover::after {
	opacity: 1;
}

.banner_section_three .banner_content {
	position: absolute;
	content: "";
	top: 50%;
	transform: translatey(-50%);
	left: 40px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_three .banner_content {
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_three .banner_content {
		left: 0;
		right: 0;
	}
}

.banner_section_three .banner_content h1 {
	font-size: 36px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	line-height: 36px;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_three .banner_content h1 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_three .banner_content h1 {
		font-size: 17px;
		line-height: 25px;
	}
}

.banner_section_three .banner_content a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	margin-top: 50px;
}

.banner_section_three .banner_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_three .banner_content a {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_three .banner_content a {
		margin-top: 10px;
		display: inline;
	}
}

/*home six css here*/
.banner_slider_section .banner_content {
	position: absolute;
	top: 14%;
	left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner_slider_section .banner_content {
		left: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_slider_section .banner_content {
		left: 10px;
	}
}

.banner_slider_section .banner_content h1 {
	color: #242424;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner_slider_section .banner_content h1 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_slider_section .banner_content h1 {
		font-size: 15px;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_slider_section .banner_content h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.banner_slider_section .banner_content h3 {
	font-size: 16px;
	color: #242424;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_slider_section .banner_content h3 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_slider_section .banner_content h3 {
		font-size: 14px;
		line-height: 24px;
	}
}

.banner_slider_section .banner_top {
	margin-bottom: 30px;
}

.banner_slider_section.section_fullwidth {
	margin-bottom: 91px;
	padding: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner_slider_section.section_fullwidth {
		padding: 0 30px;
		margin-bottom: 71px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_slider_section.section_fullwidth {
		padding: 0 30px;
		margin-bottom: 71px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_slider_section.section_fullwidth {
		padding: 0 20px;
		margin-bottom: 52px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_slider_section.section_fullwidth {
		padding: 0;
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_slider_section .banner_thumb {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_slider_section .banner_thumb a {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.banner_slider_section .banner_thumb a {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_slider_section .banner_thumb a img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.banner_slider_section .banner_thumb a img {
		width: 100%;
	}
}

/*banner seven css here*/
.banner_seven {
	padding-bottom: 92px;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner_seven {
		padding-bottom: 72px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_seven {
		padding-bottom: 72px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_seven {
		padding-bottom: 52px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_seven {
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

.banner_seven .banner_content {
	left: 90px;
	right: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner_seven .banner_content {
		left: 60px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_seven .banner_content {
		left: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_seven .banner_content {
		left: 20px;
		right: 20px;
	}
}

.banner_seven .banner_content h1 {
	letter-spacing: -0.05em;
	font-size: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_seven .banner_content h1 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_seven .banner_content h1 {
		font-size: 21px;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_seven .banner_content h1 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_seven .banner_content a {
		margin-top: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_seven .banner_content a {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner_seven .banner_content a {
		font-size: 14px;
		line-height: 20px;
	}
}

/*banner eight css here*/
.banner_section_eight {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_eight {
		padding-bottom: 59px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_eight {
		padding-bottom: 29px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_eight .banner_area {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_eight .banner_area.bottom {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_eight .banner_thumb>a {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_eight .banner_thumb>a img {
		width: 100%;
	}
}

.banner_section_eight .banner_content {
	position: absolute;
	bottom: 70px;
	left: 25px;
}

.banner_section_eight .banner_content h1 {
	color: #242424;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner_section_eight .banner_content h1 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_section_eight .banner_content h1 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.banner_section_eight .banner_content h1 {
		font-size: 28px;
	}
}

.banner_section_eight .banner_content p {
	color: #242424;
	font-size: 15px;
	font-weight: 500;
}

.banner_section_eight .banner_content a {
	color: #242424;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 2px solid #242424;
	margin-top: 20px;
	display: inline-block;
}

.banner_section_eight .banner_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.banner_section_eight .banner_content a {
		font-size: 15px;
		margin-top: 8px;
	}
}

/* 05. product section css here */
.section_title {
	text-align: center;
	margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
	.section_title {
		margin-bottom: 15px;
	}

	.section_title_large h2 {
		font-size: 18px !important;
		line-height: 35px !important;
		padding: 0 60px !important;
	}
}

.section_title h2 {
	font-size: 36px;
	color: #242424;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 11px;
	line-height: 38px;
	letter-spacing: -0.05em;
	/*border-bottom: 5px solid #c93a26;*/
	/*border-radius:5px;*/
	position: relative;
	/*padding: 0px 60px;*/
}

/*.section_title h2:after {
        content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color: #f8f8f8;
    position: absolute;
    right: 0;
    top: 18px;
    width: 15%;
    }
    .section_title h2:before {
            width: 15%;
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color: #f8f8f8;
    position: absolute;
    left: 0px;
    top: 17px;
    }*/
.section_title_large {
	text-align: center;
}

.section_title_large h2 {
	font-size: 36px;
	color: #242424;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 11px;
	line-height: 38px;
	letter-spacing: -0.05em;
	/*border-bottom: 5px solid #c93a26;*/
	/*border-radius:5px;*/
	position: relative;
	padding: 0px 100px;
}

/*.section_title_large h2:after {
        content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color: #f8f8f8;
    position: absolute;
    right: 0;
    top: 18px;
    width: 15%;
    }
    .section_title_large h2:before {
            width: 15%;
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color: #f8f8f8;
    position: absolute;
    left: 0px;
    top: 17px;
    }*/
@media only screen and (max-width: 767px) {
	.section_title h2 {
		font-size: 22px;
		line-height: 25px;
	}
}

.section_title p {
	margin-bottom: 0;
}

.tab-content>.tab-pane.active {
	display: block;
	height: auto;
	opacity: 1;
	overflow: visible;
}

.tab-content>.tab-pane {
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.product_tab_button {
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.product_tab_button {
		margin-bottom: 25px;
	}
}

.product_tab_button ul {
	justify-content: center;
}

.product_tab_button ul li {
	padding-right: 10px;
}

@media only screen and (max-width: 767px) {
	.product_tab_button ul li {
		padding-right: 4px !important;
	}

	.product_tab_button ul li a {
		font-size: 11px !important;
		border-right: 1px solid #333;
		padding-right: 4px !important;
	}

	.product_tab_button ul li:last-child a {
		border-right: 0px solid #333;
	}
}

.product_tab_button ul li:last-child {
	padding-right: 0;
}

.product_tab_button ul li a {
	font-size: 16px;
	color: #253D4E;
	font-weight: 600;
	text-transform: capitalize;
	border-right: 1px solid #333;
	padding-right: 10px;
}

.product_tab_button ul li:last-child a {
	border-right: 0px solid #333;
}

.product_tab_button ul li a:hover {
	color: #c91d1b;
}

.product_tab_button ul li a.active {
	color: #c91d1b;
}

.product_section {
	padding: 0 120px 54px;

}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.product_section {
		padding: 0 30px 39px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_section {
		padding: 0 30px 39px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_section {
		padding: 0 20px 39px;
	}
}

@media only screen and (max-width: 767px) {
	.product_section {
		padding: 0 0 39px;
	}
}

.product_section--p0 {
	padding-left: 0;
	padding-right: 0;
}

.product_container:hover button {
	opacity: 1;
	visibility: visible;
	left: -20px;
}

@media only screen and (max-width: 767px) {
	.product_container:hover button {
		left: 0;
	}
}

.product_container:hover button.next_arrow {
	right: -20px;
}

@media only screen and (max-width: 767px) {
	.product_container:hover button.next_arrow {
		right: 0;
	}
}

.product_container .col-lg-3 {
	flex: 0 0 100%;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}

@media only screen and (max-width: 479px) {
	.product_container .col-lg-3 {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.product_container button {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	border: 0;
	background: inherit;
	font-size: 50px;
	z-index: 9;
	left: 0;
	color: #a9a9a9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: inherit;
}

@media only screen and (max-width: 767px) {
	.product_container button {
		left: 15px;
	}
}

.product_container button:hover {
	color: #c91d1b;
}

.product_container button.next_arrow {
	right: 0;
	left: auto;
}

@media only screen and (max-width: 767px) {
	.product_container button.next_arrow {
		right: 15px;
	}
}

.single_product {
	/* margin-bottom: 40px;*/
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.single_product {
		/*margin-bottom: 33px;*/
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_product {
		/*margin-bottom: 33px;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product {
		/*margin-bottom: 33px;*/
	}
}

@media only screen and (max-width: 767px) {
	.single_product {
		/*margin-bottom: 33px;*/
	}
}

.single_product:hover .product_thumb a.secondary_img {
	opacity: 1;
	visibility: visible;
	transform: scale(1.1);
}

.single_product:hover .product_action {
	opacity: 1;
	visibility: visible;
}

.single_product:hover .quick_button {
	opacity: 1;
	visibility: visible;
}

.product_thumb {
	position: relative;
	/*margin-bottom: 14px;*/
	overflow: hidden;
}

.product_thumb a.secondary_img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}

.product_action {
	position: absolute;
	top: 8px;
	right: 8px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.product_action:hover .action_button {
	opacity: 1;
	visibility: visible;
}

.action_button {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	max-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.action_button ul li a {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	color: #292929;
	font-size: 15px;
	position: relative;
	display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.action_button ul li a {
		height: 41px;
		line-height: 41px;
	}
}

@media only screen and (max-width: 479px) {
	.action_button ul li a {
		width: 38px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
}

.action_button ul li a:hover {
	color: #c91d1b;
}

.action_button ul li a::before {
	position: absolute;
	content: "";
	background: #ddd;
	height: 1px;
	width: 25px;
	bottom: 0;
	left: 13px;
}

@media only screen and (max-width: 479px) {
	.action_button ul li a::before {
		left: 7px;
	}
}

.action_button ul li:last-child a::before {
	display: none;
}

.hover_action {
	position: relative;
}

.hover_action a {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	color: #909090;
	font-size: 15px;
	color: #999;
	display: block;
}

.hover_action a:hover {
	color: #c91d1b;
}

@media only screen and (max-width: 479px) {
	.hover_action a {
		width: 38px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
}

.quick_button {
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media only screen and (max-width: 767px) {
	.quick_button {
		text-align: center;
	}
}

@media only screen and (max-width: 479px) {
	.quick_button {
		bottom: 8px;
		left: 20px;
		right: 20px;
	}
}

.quick_button a {
	line-height: 45px;
	background: #c93a26;
	color: #fff;
	padding: 0 10px;
	font-weight: normal;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 13px;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: 600;
}

.quick_button a:hover {
	color: #fff;
}

@media only screen and (max-width: 479px) {
	.quick_button a {
		line-height: 30px;
		padding: 0 8px;
		font-size: 12px;
	}
}

.product_sale {
	position: absolute;
	bottom: 0;
	right: 0px;
	background: #f59758;
	padding: 0 9px;
	border-radius: 2px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.product_sale span {
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 400;
	line-height: 23px;
}

.double_base .product_sale {
	/*top: 26px;*/
	padding: 0 15px;
}

.product_tranding {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f74b81;
	padding: 0 13px;
	border-radius: 2px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.product_tranding span {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	line-height: 23px;
}

.double_base .product_tranding {
	top: 0px;
	padding: 0 15px;
}

.product_bestseller {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #DEF9EC;
	padding: 0 13px;
	border-radius: 2px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.product_bestseller span {
	font-size: 12px;
	color: #3BB77E;
	font-weight: 400;
	line-height: 23px;
}

.double_base .product_bestseller {
	top: 0px;
	padding: 0 15px;
}


.product_content h3 {
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.product_content h3 {
		font-size: 14px;
	}
}

.product_content h3 a {
	color: #9e9797;
	font-weight: 700;
	font-size: 14px;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 45px;
	border-top: 1px rgba(0, 0, 0, 0.13) solid;
	padding: 2px 2px 3px 2px;
}

.product_content h3 a:hover {
	color: #c93a26;
}

.product_content span {
	font-weight: normal;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #c93a26;
}

.product_content span.old_price {
	color: #a4a4a4;
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 12px;
}

.product_content span.current_price {
	font-weight: bold;
}

.label_product {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #3BB77E;
	padding: 0 13px;
	border-radius: 2px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.label_product span {
	text-transform: capitalize;
	color: #fff;
}

.mens_product {
	padding: 0 120px 47px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.mens_product {
		padding: 0 30px 33px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.mens_product {
		padding: 0 30px 33px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mens_product {
		padding: 0 30px 52px;
	}
}

@media only screen and (max-width: 767px) {
	.mens_product {
		padding: 0 0 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.womens_product {
		padding-bottom: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.womens_product {
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.womens_product .banner_area {
		margin-bottom: 51px;
	}
}

@media only screen and (max-width: 767px) {
	.womens_product .banner_area {
		/* margin-bottom: 54px;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mens_product .banner_area {
		/*margin-top: 21px;*/
	}
}

@media only screen and (max-width: 767px) {
	.mens_product .banner_area {
		/*margin-top: 21px;*/
	}
}

/*home three css here*/
.product_carousel .col-lg-3 {
	flex: 0 0 100%;
	width: 100%;
}

.product_carousel .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	border: 0;
	background: inherit;
	font-size: 50px;
	z-index: 9;
	left: 0;
	color: #a9a9a9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media only screen and (max-width: 767px) {
	.product_carousel .owl-nav div {
		left: 10px;
	}
}

.product_carousel .owl-nav div:hover {
	color: #c93a26;
}

.product_carousel .owl-nav div.owl-next {
	right: 0;
	left: auto;
}

@media only screen and (max-width: 767px) {
	.product_carousel .owl-nav div.owl-next {
		right: 10px;
	}
}

.product_carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
	left: -20px;
}

@media only screen and (max-width: 767px) {
	.product_carousel:hover .owl-nav div {
		left: 0;
	}
}

.product_carousel:hover .owl-nav div.owl-next {
	right: -20px;
	left: auto;
}

@media only screen and (max-width: 767px) {
	.product_carousel:hover .owl-nav div.owl-next {
		right: 0;
	}
}

.product_section.womens_product.bottom {
	padding-bottom: 46px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.product_section.womens_product.bottom {
		padding-bottom: 31px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_section.womens_product.bottom {
		padding-bottom: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_section.womens_product.bottom {
		padding-bottom: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.product_section.womens_product.bottom {
		padding-bottom: 0px;
		margin-bottom: 10px !important;
	}
}

/*home four css here*/
.product_section_four {
	padding-bottom: 95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.product_section_four {
		padding-bottom: 74px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_section_four {
		padding-bottom: 74px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_section_four {
		padding-bottom: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.product_section_four {
		padding-bottom: 56px;
	}
}

.product_section_four .product_area {
	border-bottom: 1px solid #ddd;
	padding-bottom: 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.product_section_four .product_area {
		padding-bottom: 41px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_section_four .product_area {
		padding-bottom: 41px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_section_four .product_area {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.product_section_four .product_area {
		padding-bottom: 20px;
	}
}

/*home six css here*/
.product_section_six {
	padding-bottom: 53px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.product_section_six {
		padding-bottom: 38px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_section_six {
		padding-bottom: 38px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_section_six {
		padding-bottom: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.product_section_six {
		padding-bottom: 19px;
	}
}

.product_section_six.bottom {
	padding-bottom: 31px;
}

@media only screen and (max-width: 767px) {
	.product_section_six.bottom {
		padding-bottom: 15px;
	}
}

/*home eight css here*/
.product_section_eight {
	padding-bottom: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.product_section_eight {
		padding-bottom: 32px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_section_eight {
		padding-bottom: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_section_eight {
		padding-bottom: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.product_section_eight {
		padding-bottom: 16px;
	}
}

/* 13. widget area css here */
.product_categorie {
	margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_categorie {
		margin-bottom: 39px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_categorie {
		margin-bottom: 39px;
	}
}

@media only screen and (max-width: 767px) {
	.product_categorie {
		margin-bottom: 39px;
	}
}

.categorie_widget {
	border: 1px solid #ddd;
	margin-top: 30px;
	padding: 17px 30px 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categorie_widget {
		margin-top: 0;
		margin-bottom: 44px;
	}
}

@media only screen and (max-width: 767px) {
	.categorie_widget {
		margin-top: 0;
		margin-bottom: 42px;
	}
}

.categorie_widget ul {
	padding-left: 13px;
}

.categorie_widget ul li {
	line-height: 20px;
	position: relative;
	margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categorie_widget ul li {
		margin-bottom: 6px;
	}
}

.categorie_widget ul li:last-child {
	margin-bottom: 0;
}

.categorie_widget ul li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #747474;
	border-radius: 50%;
	top: 50%;
	transform: translatey(-50%);
	left: -13px;
}

.categorie_widget ul li a {
	color: #747474;
	font-size: 13px;
}

.categorie_widget ul li a:hover {
	color: #f6f6f6;
}

/* home two widget area css here*/
.product_c_two {
	margin-bottom: 39px;
}

.product_c_two .section_title {
	margin-bottom: 0;
	border-bottom: 0;
}

.product_c_two .categorie_widget {
	padding: 20px 30px 20px;
	margin-top: 0;
}

.product_c_two .categorie_widget ul li {
	display: inline-block;
	width: 15%;
	margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_c_two .categorie_widget ul li {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.product_c_two .categorie_widget ul li {
		display: block;
		width: 100%;
	}
}

/* 07. blog area css here */
.blog_section {
	padding-bottom: 91px;
}

.blog_section .section_title {
	margin-bottom: 49px;
}

@media only screen and (max-width: 767px) {
	.blog_section .section_title {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.blog_section {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 71px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog_section {
		padding-bottom: 71px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_section {
		padding-bottom: 51px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_section {
		padding-bottom: 54px;
	}
}

.blog_wrapper {
	padding-bottom: 95px;
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.blog_wrapper {
		padding-bottom: 75px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog_wrapper {
		padding-bottom: 75px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_wrapper {
		padding-bottom: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_wrapper {
		padding-bottom: 54px;
	}
}

.blog_wrapper .col-lg-4 {
	flex: 0 0 100%;
	width: 100%;
}

.blog_thumb iframe {
	width: 100%;
}

.blog_thumb {
	position: relative;
	margin-bottom: 22px;
}

.blog_thumb>a {
	display: block;
}

@media only screen and (max-width: 767px) {
	.blog_thumb>a {
		width: 100%;
	}
}

.blog_thumb:hover::before {
	opacity: 1;
	visibility: visible;
}

.blog_thumb:hover .blog_icon {
	opacity: 1;
	visibility: visible;
}

.blog_thumb::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.blog_icon {
	position: absolute;
	position: absolute;
	top: 48%;
	transform: translatey(-50%);
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.blog_icon a {
	width: 52px;
	height: 52px;
	background: #c93a26;
	position: relative;
	display: inline-block;
}

.blog_icon a::before {
	position: absolute;
	content: "\e032";
	font-family: 'simple-line-icons';
	font-size: 23px;
	line-height: 52px;
	color: #fff;
	width: 100%;
	text-align: center;
	left: 0;
}

.blog_icon a::after {
	position: absolute;
	content: "";
	width: 54px;
	height: 54px;
	border: 1px solid #c93a26;
	left: -6px;
	top: 4px;
}

.blog_content h3 {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 18px;
	position: relative;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 600;
	margin-bottom: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog_content h3 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_content h3 {
		font-size: 14px;
	}
}

.blog_content h3 a {
	color: #242424;
}

.blog_content h3 a:hover {
	color: #c93a26;
}

.author_name {
	margin-bottom: 11px;
}

.author_name p {
	font-size: 13px;
	text-transform: capitalize;
	color: #747474;
}

.author_name p span.themes {
	color: #c93a26;
}

.author_name p span.post_by {
	color: #242424;
}

.post_desc p {
	line-height: 22px;
}

.blog_wrapper:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
	left: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_wrapper:hover .owl-nav div {
		left: -10px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_wrapper:hover .owl-nav div {
		left: 0px;
	}
}

.blog_wrapper:hover .owl-nav div.owl-next {
	right: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_wrapper:hover .owl-nav div.owl-next {
		right: -10px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_wrapper:hover .owl-nav div.owl-next {
		right: 0px;
	}
}

.blog_wrapper .owl-nav>div {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	border: 0;
	background: inherit;
	font-size: 50px;
	z-index: 9;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #a9a9a9;
}

.blog_wrapper .owl-nav>div:hover {
	color: #c91d1b;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.blog_wrapper .owl-nav>div {
		left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog_wrapper .owl-nav>div {
		left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_wrapper .owl-nav>div {
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.blog_wrapper .owl-nav>div {
		left: 15px;
	}
}

.blog_wrapper .owl-nav>div.owl-next {
	right: 0px;
	left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.blog_wrapper .owl-nav>div.owl-next {
		right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog_wrapper .owl-nav>div.owl-next {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_wrapper .owl-nav>div.owl-next {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.blog_wrapper .owl-nav>div.owl-next {
		right: 15px;
	}
}

/*home three blog css here*/
.blog_section_three {
	padding-bottom: 96px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.blog_section_three {
		padding-bottom: 76px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog_section_three {
		padding-bottom: 76px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_section_three {
		padding-bottom: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_section_three {
		padding-bottom: 55px;
	}
}

/* 08. instagram area css here */
.instagram_wrapper .col-lg-3 {
	flex: 0 0 100%;
	width: 100%;
}

.instagram_wrapper .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	border: 0;
	background: inherit;
	font-size: 50px;
	z-index: 9;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #a9a9a9;
}

@media only screen and (max-width: 767px) {
	.instagram_wrapper .owl-nav div {
		left: 15px;
	}
}

.instagram_wrapper .owl-nav div.owl-next {
	right: 0;
	left: auto;
}

@media only screen and (max-width: 767px) {
	.instagram_wrapper .owl-nav div.owl-next {
		right: 15px;
	}
}

.instagram_wrapper .owl-nav div:hover {
	color: #c91d1b;
}

.instagram_wrapper:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
	left: -10px;
}

@media only screen and (max-width: 767px) {
	.instagram_wrapper:hover .owl-nav div {
		left: 15px;
	}
}

.instagram_wrapper:hover .owl-nav div.owl-next {
	right: -10px;
	left: auto;
}

@media only screen and (max-width: 767px) {
	.instagram_wrapper:hover .owl-nav div.owl-next {
		right: 15px;
	}
}

.instagram_area {
	padding: 0 120px 0px 94px;
}

.instagram_area .section_title {
	margin-bottom: 49px;
}

@media only screen and (max-width: 767px) {
	.instagram_area .section_title {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.instagram_area {
		padding: 0 30px 0px 44px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.instagram_area {
		padding: 0 30px 0px 75px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.instagram_area {
		padding: 0 20px 0px 55px;
	}
}

@media only screen and (max-width: 767px) {
	.instagram_area {
		padding: 0 0 55px;
	}
}

.single_instagram {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.single_instagram a {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.single_instagram a img {
		width: 100%;
	}
}

.single_instagram::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(36, 36, 36, 0.8);
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 10px;
}

.single_instagram:hover::before {
	opacity: 1;
}

.single_instagram:hover .instagram_icone {
	opacity: 1;
}

.owl-carousel .owl-item .single_instagram a img {
	display: inline-block;
}

.instagram_icone {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.instagram_icone a {
	font-size: 24px;
	color: #fff;
}

.instagram_home_block {
	padding-bottom: 94px;
	/*border-bottom: 1px solid #ddd;*/
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.instagram_home_block {
		padding-bottom: 74px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.instagram_home_block {
		padding-bottom: 74px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.instagram_home_block {
		padding-bottom: 53px;
	}
}

@media only screen and (max-width: 767px) {
	.instagram_home_block {
		padding-bottom: 0px;
	}
}

.text_follow {
	text-align: center;
	margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.text_follow {
		margin-top: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.text_follow {
		margin-top: 13px;
	}
}

.text_follow a {
	color: #999;
	font-size: 13px;
	line-height: 18px;
}

.text_follow a:hover {
	color: #c91d1b;
}

.instagram_seven {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.instagram_seven {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.instagram_seven {
		padding-left: 0;
		padding-right: 0;
	}
}

.instagram_eight {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (max-width: 767px) {
	.instagram_eight {
		padding-left: 0;
		padding-right: 0;
	}
}

/* 23. shipping css here */
.shipping_carousel {
	padding-bottom: 51px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 92px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.shipping_carousel {
		margin-bottom: 72px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shipping_carousel {
		padding-bottom: 51px;
		margin-bottom: 72px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shipping_carousel {
		padding-bottom: 55px;
		margin-bottom: 53px;
	}
}

@media only screen and (max-width: 767px) {
	.shipping_carousel {
		padding-bottom: 55px;
		margin-bottom: 54px;
	}
}

.shipping_carousel .col-lg-2 {
	flex: 0 0 100%;
	width: 100%;
}

.shipping_carousel .shipping_thumb a {
	display: block;
}

.shipping_carousel .shipping_thumb a img {
	width: inherit;
	margin: 0 auto;
}

.shipping_content a {
	color: #c93a26;
	font-size: 14px;
	display: block;
	font-weight: 600;
	line-height: 22px;
	text-transform: capitalize;
	padding-top: 15px;
}

.shipping_content a:hover {
	color: #c93a26;
}

.single_shipping {
	text-align: center;
}

.shipping_nine .shipping_carousel {
	padding-top: 25px;
}

/* 09. footer area css here */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.footer_widgets {
		padding: 0 30px;
	}
}

.footer_top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.footer_top {
		/*padding-bottom: 72px;*/
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer_top {
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_top {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.footer_top {
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.widgets_container {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.widgets_container {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.widgets_container.contact_us {
		margin-bottom: 34px;
	}
}

.widgets_container h3 {
	font-size: 24px;
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 16px;
	font-weight: 600;
	color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.widgets_container h3 {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.widgets_container h3 {
		margin-bottom: 8px;
	}
}

.footer_menu ul li a {
	display: block;
	font-weight: 400;
	line-height: 30px;
	color: #253D4E;
	font-size: 15px;
}

.footer_menu ul li a:hover {
	color: #c91d1b;
}

.footer_contact p {
	margin-bottom: 0;
	line-height: 30px;
	color: #253D4E;
	font-weight: 400;
	font-size: 17px;
}

.footer_contact p a:hover {
	color: #c91d1b;
}

.footer_contact ul {
	margin-top: 10px;
	font-size: 16px;
}

.footer_contact ul li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-bottom: 10px;
}

.footer_contact ul li:last-child {
	margin-right: 0;
}

.footer_contact ul li a {
	color: #b2b2b2;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e1e1e1;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	display: block;
}

.footer_contact ul li a:hover {
	background: #242424;
	color: #fff;
	border-color: #242424;
}

.newleter-content p {
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 16px;
}

.newleter-content form input {
	width: 100%;
	padding: 0 20px;
	border: 1px solid #e1e1e1;
	height: 45px;
	color: #000;
	margin-bottom: 10px;
}

.newleter-content form button {
	background: #242424;
	line-height: 45px;
	padding: 0 10px;
	margin-top: 7px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.newleter-content form button:hover {
	background: #c91d1b;
}

.mailchimp-error {
	text-align: center;
	color: green;
}

.mailchimp-success {
	text-align: center;
	color: green;
}

.mailchimp-success.active {
	margin-top: 20px;
}

.footer_custom_links {
	text-align: right;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.footer_custom_links {
		text-align: center;
	}
}

.footer_custom_links ul li {
	display: inline-block;
	padding-right: 30px;
}

@media only screen and (max-width: 767px) {
	.footer_custom_links ul li {
		padding-right: 20px;
	}
}

.footer_custom_links ul li:last-child {
	margin-right: 0;
}

.footer_custom_links ul li a {
	color: #747474;
	text-transform: capitalize;
}

.footer_custom_links ul li a:hover {
	color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.copyright_area {
		text-align: center;
	}
}

.copyright_area p {
	text-transform: capitalize;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.copyright_area p {
		margin-bottom: 5px;

	}
}

.copyright_area p a {
	color: #c91d1b;
}

.copyright_area p a:hover {
	text-decoration: underline;
}

.footer_bottom {
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.footer_bottom {
		padding: 20px 0;
	}
}

/*home five css here*/
.footer_widgets.fotter_five {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

.footer_widgets.fotter_five .footer_top {
	padding-top: 75px;
}

@media only screen and (max-width: 767px) {
	.footer_widgets.fotter_five .footer_top {
		padding-top: 54px;
	}
}

.footer_show_button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.footer_show_button>a {
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	text-align: center;
	background: #242424;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
}

.footer_show_button>a:hover {
	background: #c91d1b;
}

.footer_show_button>a:not([href]):not([tabindex]) {
	color: #fff;
}

.footer_show_button>a i {
	margin-left: 5px;
}

.footer_widgets_inner {
	max-height: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-top: 1px solid #ddd;
}

.footer_widgets_inner .widgets_container {
	text-align: left;
}

.footer_widgets_inner.open {
	max-height: 500px;
	background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_widgets_inner.open {
		max-height: 350px;
		overflow: auto;
	}
}

@media only screen and (max-width: 767px) {
	.footer_widgets_inner.open {
		max-height: 300px;
		overflow: auto;
	}
}

/*home six css here*/
.footer_six {
	padding: 50px 30px 0px;
	border-top: 1px solid #ddd;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.footer_six {
		padding: 50px 30px 0px;
		border-top: 1px solid #ddd;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer_six {
		padding: 50px 30px 0px;
		border-top: 1px solid #ddd;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_six {
		padding: 50px 30px 0px;
		border-top: 1px solid #ddd;
	}
}

@media only screen and (max-width: 767px) {
	.footer_six {
		padding: 50px 30px 0px;
		border-top: 1px solid #ddd;
	}
}

/*collection area css here*/
.collection_area {
	margin-bottom: 94px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.collection_area {
		margin-bottom: 74px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.collection_area {
		margin-bottom: 74px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.collection_area {
		margin-bottom: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_area {
		margin-bottom: 53px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_img {
		margin-bottom: 21px;
	}
}

.collection_img img:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	.collection_content {
		text-align: center;
	}
}

.collection_content h1 {
	font-size: 120px;
	color: #f1f1f1;
	font-weight: 700;
	line-height: 100px;
	margin-bottom: 20px;
	font-family: "Bebas Neue", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.collection_content h1 {
		font-size: 90px;
		line-height: 80px;
		font-family: "Bebas Neue", sans-serif;
		margin-bottom: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_content h1 {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 11px;
		font-family: "Bebas Neue", sans-serif;
	}
}

.collection_content h4 {
	font-size: 18px;
	color: #747474;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.collection_content h4 {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_content h4 {
		margin-bottom: 5px;
		font-size: 16px;
	}
}

.collection_content h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #242424;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: -0.05em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.collection_content h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_content h2 {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 28px;
	}
}

.collection_content p {
	line-height: 24px;
	font-size: 16px;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.collection_content p {
		font-size: 14px;
	}
}

.collection_content a {
	font-size: 16px;
	color: #242424;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 2px solid #242424;
	display: inline-block;
	margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.collection_content a {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_content a {
		margin-top: 15px;
		font-size: 15px;
	}
}

.collection_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.collection_2 {
		margin-bottom: 29px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_2 .collection_content {
		margin-bottom: 29px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_4 {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.collection_4 .collection_content {
		margin-bottom: 29px;
	}
}

/*categories section css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_area {
		margin-top: 68px;
	}
}

.categories_thumb {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.categories_thumb {
		height: 100vh;
	}
}

@media only screen and (max-width: 767px) {
	.categories_thumb a {
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.categories_thumb img {
		height: 100%;
		object-fit: cover;
	}
}

.categories_content {
	position: absolute;
	top: 50%;
	right: 217px;
	transform: translatey(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.categories_content {
		right: 90px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categories_content {
		right: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_content {
		right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_content {
		right: 35px;
	}
}

.categories_content h4 {
	color: #242424;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_content h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_content h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.categories_content h2 {
	color: #242424;
	font-size: 70px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.categories_content h2 {
		font-size: 50px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categories_content h2 {
		font-size: 40px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_content h2 {
		font-size: 30px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_content h2 {
		font-size: 22px;
		margin-bottom: 10px;
		line-height: 22px;
	}
}

.categories_content p {
	color: #242424;
	font-size: 17px;
	width: 440px;
	font-weight: 500;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_content p {
		width: 310px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_content p {
		font-size: 14px;
		width: 210px;
		line-height: 20px;
		margin-bottom: 5px;
		margin-top: 0;
	}
}

.categories_content a {
	text-transform: capitalize;
	font-size: 16px;
	color: #242424;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 2px solid #242424;
	margin-top: 35px;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.categories_content a {
		margin-top: 15px;
	}
}

.categories_content a:hover {
	color: #c91d1b;
	border-color: #c91d1b;
}

#fp-nav {
	right: 31px;
	margin-top: -43.5px;
}

.categories_area .col-12 {
	padding: 0;
}

.categories_content.content_left {
	left: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.categories_content.content_left {
		left: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_content.content_left {
		left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.categories_content.content_left {
		left: 30px;
	}
}

/* 10. shop page css here */
.header_shop {
	border-bottom: 1px solid #ddd;
}

.header_shop .header_top {
	padding: 7px 0;
}

.header_shop .header_middel {
	padding: 40px 0 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_shop .header_middel {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header_shop .header_middel {
		padding: 0;
	}
}

.header_shop .header_bottom {
	padding: 0;
}

.shop_inner_area {
	/*padding-bottom: 94px;
  border-bottom: 1px solid #ddd;*/
	margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.shop_inner_area {
		/* padding-bottom: 74px;
    margin-bottom: 74px;*/
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop_inner_area {
		padding-bottom: 74px;
		margin-bottom: 74px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_inner_area {
		padding-bottom: 54px;
		margin-bottom: 57px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_inner_area {
		padding-bottom: 54px;
		margin-bottom: 57px;
	}
}

@media only screen and (max-width: 767px) {
	.shop_inner_area {
		padding-bottom: 0px;
		margin-bottom: 57px;
	}
}

.breadcrumbs_area {
	padding: 40px 0;
}

.breadcrumb_content ul {
	line-height: 15px;
}

.breadcrumb_content ul li {
	display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
	margin-right: 5px;
	color: #242424;
}

.breadcrumb_content ul li:last-child {
	margin-right: 0;
}

.breadcrumb_content ul li a {
	color: #c91d1b;
}

.breadcrumb_content ul li a:hover {
	color: #c91d1b;
}

.widget_list {
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.widget_list {
		margin-bottom: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.widget_list {
		margin-bottom: 55px;
	}
}

.widget_list:last-child {
	margin-bottom: 0;
}

.widget_list h2 {
	color: #242424;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 24px;
	position: relative;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
	position: relative;
}

.widget_list h2:after {
	content: "";
	width: 80px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #c93a26;
}

.widget_list>ul>li {
	padding-bottom: 8px;
}

.widget_list>ul>li:last-child {
	padding-bottom: 0;
}

.widget_list>ul>li>a {
	color: #242424;
	display: block;
	line-height: 27px;
	padding: 0px 10px;
}

.widget_list>ul>li>a:hover {
	color: #c91d1b;
}

.widget_list>ul>li>a:hover span {
	background: #c91d1b;
	color: #fff;
}

.widget_list>ul>li>a span {
	float: right;
	background: #c93a26;
	color: #fff;
	font-size: 12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-range {
	background: #c91d1b;
	height: 5px;
}

.ui-slider-horizontal {
	height: 3px;
	background: #dbdbdb;
	border: none;
	width: 92%;
	margin: 0 auto;
	margin-bottom: 22px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #683636;
	border: 0;
	border-radius: 0;
	width: 13px;
	height: 13px;
	top: -5px;
	cursor: e-resize;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 3px 4px #ff00003d;
	box-shadow: 0 0 3px 4px #ff00003d;
}

.widget_list.widget_filter form {
	padding-top: 10px;
}

.widget_list.widget_filter form input {
	background: none;
	border: none;
	font-size: 12px;
	float: right;
	text-align: right;
	line-height: 31px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.widget_list.widget_filter form input {
		width: 65px;
	}
}

.widget_list.widget_filter form button {
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	text-transform: uppercase;
	color: #c81a19;
	background: #fff;
	border: 1px solid #c81a19;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.widget_list.widget_filter form button:hover {
	background: #c91d1b;
	color: #fff;
}

.clear-btn {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #c81a19;
	/*background: #242424;*/
	font-size: 10px !important;
	border: 1px solid #c81a19;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.clear-btn:hover {
	background: #c91d1b;
	color: #fff;
}

@media (max-width:1366px) {
	.clear-btn {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		text-transform: uppercase;
		color: #ffffff;
		background: #242424;
		font-size: 10px !important;
		border: 0;
		border-radius: 30px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		width: 100px;
		text-align: center;
	}

	.clear-btn:hover {
		background: #c91d1b;
		color: #fff;
	}
}

.tag_widget ul li {
	display: inline-block;
}

.tag_widget ul li a {
	margin: 0 6px 5px 0;
	display: block;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #ddd;
	background: #ffffff;
	padding: 0 15px;
	line-height: 29px;
	color: #747474;
	border-radius: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tag_widget ul li a {
		padding: 0 13px;
	}
}

.tag_widget ul li a:hover {
	background: #c91d1b;
	color: #fff;
	border-color: #c91d1b;
}

.shop_toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #e5e5e5;
	padding: 8px 10px;
	margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
	.shop_toolbar {
		flex-direction: column-reverse;
		padding: 10px 10px 18px;
	}
}

.select_option {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.select_option {
		flex-direction: column;
	}
}

.select_option .nice-select {
	border: 0;
	height: 30px;
	line-height: 29px;
}

.select_option .nice-select ul.list {
	top: 114%;
	right: 0;
	width: 200px;
	max-height: 200px;
	overflow: auto;
}

.shop_title {
	margin-bottom: 20px;
}

.shop_title h1 {
	color: #242424;
	font-size: 33px;
	text-transform: capitalize;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.niceselect_option {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.page_amount {
		margin-bottom: 12px;
	}
}

.page_amount p {
	color: #747474;
}

@media only screen and (max-width: 767px) {
	.page_amount p {
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
	}
}

.list_button ul li {
	margin-right: 12px;
}

.list_button ul li:last-child {
	margin-right: 0;
}

.list_button ul li a:hover {
	color: #c91d1b;
}

.list_button ul li a i {
	margin-right: 5px;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

.list_button ul li a.active {
	color: #c91d1b;
}

.list_button ul li a.active i {
	background: #c91d1b;
	color: #ffffff;
}

.product_ratting ul li {
	display: inline-block;
}

.product_ratting ul li a {
	color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.product_list_item .product_thumb {
		margin-bottom: 18px;
	}
}

.product_list_item .product_content h3 {
	margin-bottom: 10px;
}

.product_list_item .product_ratting {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.pagination {
		margin-top: 19px;
	}
}

.pagination ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f1f1f1;
	color: #747474;
	border-radius: 3px;
	margin-left: 3px;
}

.pagination ul li:first-child {
	margin-left: 0;
}

.pagination ul li a {
	display: block;
	border-radius: 3px;
}

.pagination ul li a:hover {
	background: #c91d1b;
	color: #ffffff;
}

.pagination ul li.current {
	background: #c91d1b;
	color: #ffffff;
}

.pagination ul li.next {
	width: 40px;
}

.shop_toolbar.t_bottom {
	justify-content: center;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_toolbar.t_bottom {
		margin-bottom: 56px;
		margin-top: 19px;
	}
}

@media only screen and (max-width: 767px) {
	.shop_toolbar.t_bottom {
		padding: 15px 10px 15px;
		margin-top: 20px;
		margin-bottom: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.shop_toolbar.t_bottom .pagination {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_reverse .shop_inner_area>.row {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767px) {
	.shop_reverse .shop_inner_area>.row {
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_reverse .tab-content .row {
		flex-direction: row;
	}
}

@media only screen and (max-width: 767px) {
	.shop_reverse .tab-content .row {
		flex-direction: row;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.grid_view .quick_button {
		bottom: 5px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.grid_view .quick_button a {
		line-height: 37px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.grid_view .action_button ul li a {
		width: 43px;
		height: 40px;
		line-height: 38px;
	}
}

.grid_view .hover_action a {
	width: 43px;
	height: 40px;
	line-height: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_area .list_view.active {
		margin-bottom: 54px;
	}
}

@media only screen and (max-width: 767px) {
	.shop_area .list_view.active {
		margin-bottom: 54px;
	}
}

.shop_fullwidth .shop_inner_area {
	padding-bottom: 100px;
	margin-bottom: 96px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.shop_fullwidth .shop_inner_area {
		padding-bottom: 80px;
		margin-bottom: 76px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop_fullwidth .shop_inner_area {
		padding-bottom: 80px;
		margin-bottom: 76px;
	}
}

@media only screen and (max-width: 767px) {
	.shop_fullwidth .shop_toolbar.t_bottom {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_fullwidth .shop_toolbar.t_bottom {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.shop_fullwidth .shop_inner_area {
		padding-bottom: 60px;
		margin-bottom: 57px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_fullwidth .shop_inner_area {
		padding-bottom: 60px;
		margin-bottom: 57px;
	}
}

@media only screen and (max-width: 767px) {
	.shop_fullwidth .list_view.active {
		margin-bottom: 33px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop_fullwidth .list_view.active {
		margin-bottom: 33px;
	}
}

/* shop page css here*/
.shop_toolbar_btn>button {
	margin-right: 10px;
	border: 0;
	background: inherit;
}

.shop_toolbar_btn>button.btn-grid-3 {
	background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
	width: 20px;
	height: 20px;
}

.shop_toolbar_btn>button.btn-grid-3.active {
	background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}

.shop_toolbar_btn>button.btn-grid-4 {
	background: url(../img/icon/bkg_grid4.png) no-repeat scroll center center;
	width: 26px;
	height: 22px;
}

.shop_toolbar_btn>button.btn-grid-4.active {
	background: url(../img/icon/bkg_grid4_hover.png) no-repeat scroll center center !important;
}

.shop_toolbar_btn>button.btn-grid-5 {
	background: url(../img/icon/bkg_grid5.png) no-repeat scroll center center;
	width: 28px;
	height: 20px;
}

.shop_toolbar_btn>button.btn-grid-5.active {
	background: url(../img/icon/bkg_grid5_hover.png) no-repeat scroll center center !important;
}

.shop_toolbar_btn>button.btn-list {
	background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
	width: 20px;
	height: 20px;
}

.shop_toolbar_btn>button.btn-list.active {
	background: url(../img/icon/bkg_list_hover.png) no-repeat scroll center center !important;
}

.product_content.list_content {
	display: none;
}

.grid_list .product_content.grid_content {
	display: none;
}

.grid_list .product_content.list_content {
	display: block;
	min-width: 0 0 66.666667%;
	margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.grid_list .product_content.list_content {
		flex: 0 0 55.333%;
		min-width: 55.333%;
	}
}

@media only screen and (max-width: 767px) {
	.grid_list .product_content.list_content {
		flex: 0 0 100%;
		min-width: 100%;
		margin-left: 0;
	}
}

.grid_list .single_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.grid_list .single_product {
		flex-direction: column;
	}
}

.grid_list .product_thumb {
	margin-bottom: 0;
	min-width: 33.333333%;
	margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.grid_list .product_thumb {
		flex: 0 0 40.667%;
		min-width: 40.667%;
	}
}

@media only screen and (max-width: 767px) {
	.grid_list .product_thumb {
		flex: 0 0 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}

.col-cust-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: max-width;
	padding-right: 15px;
	padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.col-cust-5 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
	}
}

@media only screen and (max-width: 767px) {
	.col-cust-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 479px) {
	.col-cust-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.shop_wrapper>div {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.shop_toolbar_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ddd;
	padding: 8px 10px;
	margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
	.shop_toolbar_wrapper {
		flex-direction: column;
		padding: 15px 10px 5px;
	}
}

@media only screen and (max-width: 767px) {
	.shop_toolbar_btn {
		margin-bottom: 20px;
	}
}

/*.shop_list{
    & .single_product{
        display: flex;
    }
}*/
/* shop page css end*/
/* 15. product details css here */
.product_details {
	margin-bottom: 53px;
}

.size.bigscreen {
	display: block;
}

.size.mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	.product_details {
		margin-bottom: 42px;
	}

	.size.bigscreen {
		display: none;
	}

	.size.mobile {
		display: block;
	}
}

.header_product {
	border-bottom: 1px solid #ddd;
}

.product_d_right h1 {
	color: #000;
	text-transform: capitalize;
	line-height: 20px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.product_d_right h1 {
		font-size: 20px;
	}
}

.product_d_right .product_ratting {
	margin-bottom: 14px;
}

.product_d_right .product_price {
	margin-bottom: 11px;
}

.product_d_right .product_price span.current_price {
	color: #c93a26;
	font-size: 18px;
	font-weight: bold;
}

.product_d_right .product_desc {
	margin-bottom: 19px;
}

.product_d_right .product_desc p {
	width: 626px;
	font-size: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_d_right .product_desc p {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_d_right .product_desc p {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.product_d_right .product_desc p {
		width: 100%;
	}
}

.product_d_right .priduct_social {
	display: inline-block;
	overflow: hidden;
}

.product_d_right .priduct_social h3 {
	color: #242424;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	float: left;
	margin-bottom: 0;
}

.product_d_right .priduct_social ul {
	float: right;
	line-height: 31px;
	margin-left: 20px;
}

.product_d_right .priduct_social ul li {
	display: inline-block;
}

.product_d_right .priduct_social ul li a {
	color: fonts_color;
	margin-right: 8px;
}

.product_d_right .priduct_social ul li a:hover {
	color: #c91d1b;
}

.product_d_right .priduct_social ul li:last-child {
	margin-right: 0;
}

.product_ratting ul li.review a {
	color: #747474;
	padding-left: 10px;
}

.product_variant.color,
.product_variant.size {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_variant.size {
	margin-bottom: 20px;
}

.product_variant.color h3,
.product_variant.size h3 {
	color: #242424;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	margin-bottom: 0;
	margin-right: 36px;
}

.product_variant.color .nice-select,
.product_variant.size .nice-select {
	height: 35px;
	line-height: 32px;
	margin-bottom: 0;
}

.product_variant.color .nice-select ul.list,
.product_variant.size .nice-select ul.list {
	max-height: 150px;
	overflow: auto;
}

.product_variant.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
	.cartp-btn {
		padding: 9px !important;
	}

	.product_variant.quantity {
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0;
		background-color: #fff;
		margin-bottom: 0px;
		z-index: 9999;
		padding: 10px 15px;
		/* justify-content: space-between !important; */
		/* text-align: center; */
		align-items: center !important;
	}

	.product_variant.quantity label {
		display: none;
	}

	.product_variant.quantity .text-hide {
		font-size: unset;
	}
}

.product_variant.quantity label {
	color: #242424;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	margin-bottom: 0;
}

.product_variant.quantity input {
	width: 94px;
	border: 1px solid #c91d1b;
	background: none;
	border-radius: 5px !important;
	height: 50px;
	padding: 0 5px;
	border-radius: 2px;
	margin-left: 10px;
	text-align: center;
}

.product_variant .cart-wrapper.mobile {
	display: none;
}

.product_variant .cart-wrapper.mobile+.button {
	display: block;
}

@media only screen and (max-width: 767px) {
	.product_variant.quantity input {
		height: 45px;
		width: 50px;
	}

	.input-box.big {
		display: none;
	}

	.product_variant .cart-wrapper.mobile {
		display: block !important;
		width: 50%;
		margin-right: 15px;
	}

	.product_variant button+span {
		width: 50%;
	}

	.product_variant .cart-wrapper.mobile+.button {
		display: none !important;
	}
}

.product_variant.quantity button {
	border: 0;
	margin-left: 10px;
	background: #c91d1b;
	font-size: 13px;
	line-height: 50px;
	padding: 0 30px;
	height: 50px;
	border-radius: 3px;
	width: auto;
	margin-right: 8px;
}

.product_variant.quantity button:hover {
	background: #242424;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_variant.quantity button {
		padding: 0 45px;
	}

	#thumbs .item {
		height: 60px !important;
		width: 50px !important;
	}
}

@media only screen and (max-width: 767px) {
	.product_variant.quantity button {
		padding: 0 19px;
		font-size: 12px;
		line-height: 45px;
		height: 45px;
		width: 100%;
	}
}

.product_d_action {
	margin-bottom: 10px;
}

.product_d_action ul li {
	margin-right: 30px;
	display: inline-block;
}

.product_d_action ul li:last-child {
	margin-right: 0;
}

.product_d_action ul li a {
	font-size: 13px;
	color: #747474;
	text-transform: capitalize;
}

.product_d_action ul li a:hover {
	color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.product_d_action ul li {
		margin-right: 15px;
	}
}

.product_d_inner {
	border: 1px solid #ddd;
}

.product_d_inner .tab-content {
	padding: 20px 30px 22px;
}

@media only screen and (max-width: 767px) {
	/*.product_info_button ul {*/
	/*	flex-direction: column;*/
	/*}*/
}

@media only screen and (max-width: 767px) {
	.product_info_button ul li {
		margin-bottom: 7px;
	}
}

@media only screen and (max-width: 767px) {
	.product_info_button ul li:last-child {
		margin-bottom: 0;
	}
}

.product_info_button ul li a {
	display: block;
	padding: 10px 30px;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	background: #ddd;
	color: #242424;
	font-weight: 600;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.product_info_button ul li a {
		padding: 6px 17px;
		margin-right: 0;
		font-size: 13px;
	}
}

.product_info_button ul li a.active {
	background: #c91d1b;
	color: #ffffff;
}

.product_info_button ul li a:hover {
	background: #c91d1b;
	color: #ffffff;
}

.product_review_form button {
	border: none;
	background: #242424;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 15px;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	margin-top: 20px;
	border-radius: 5px;
}

.product_review_form button:hover {
	background: #c91d1b;
	color: #ffffff;
}

.product_info_content p {
	color: #555;
}

.product_d_table {
	padding: 10px 0 22px;
}

.product_d_table table {
	border-top: 1px solid #ddd;
	width: 100%;
}

.product_d_table table tbody tr {
	border-bottom: 1px solid #ddd;
}

.product_d_table table tbody tr td {
	padding: 7px 17px;
}

.product_d_table table tbody tr td:first-child {
	border-right: 1px solid #ddd;
	width: 30%;
	font-weight: 700;
}

.product_info_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}

.product_info_inner .product_ratting {
	margin-bottom: 10px;
}

.product_info_inner .product_ratting p {
	margin-bottom: 5px;
}

.product_info_inner .product_ratting strong {
	margin-top: 10px;
	display: block;
	margin-bottom: 8px;
}

.product_demo {
	margin-left: 30px;
}

.product_review_form h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: #242424;
	font-weight: 600;
}

.product_review_form input {
	border: 1px solid #ddd;
	background: none;
	width: 100%;
	height: 40px;
}

.product_review_form textarea {
	border: 1px solid #ddd;
	background: none;
	height: 120px;
	resize: none;
	width: 100%;
	margin-bottom: 14px;
}

.product_review_form p {
	margin-bottom: 7px;
}

.product_d_info {
	margin-bottom: 52px;
}

@media only screen and (max-width: 767px) {
	.product_d_info {
		margin-bottom: 54px;
	}
}

.s-tab-zoom.owl-carousel .owl-nav {
	display: block;
}

.s-tab-zoom.owl-carousel .owl-nav div {
	position: absolute;
	color: #747474;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	font-size: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.s-tab-zoom.owl-carousel .owl-nav div:hover {
	color: #c91d1b;
}

.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
	right: 0;
	left: auto;
}

@media only screen and (max-width: 767px) {
	.product-details-tab {
		margin-bottom: 19px;
	}
}

.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.single-zoom-thumb {
	margin-top: 20px;
}

.single-zoom-thumb ul li a {
	width: 100%;
}

.related_product {
	padding-bottom: 44px;
}

@media only screen and (max-width: 767px) {
	.related_product {
		padding-bottom: 47px;
	}
}

.related_product .single_product {
	margin-bottom: 0;
}

.upsell_product {
	padding-bottom: 56px;
}

.upsell_product .product_area {
	padding-bottom: 52px;
	border-bottom: 1px solid #ddd;
}

.upsell_product .single_product {
	margin-bottom: 0;
}

.product_page .footer_top {
	padding-bottom: 53px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_page .footer_top {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.product_page .footer_top {
		padding-bottom: 34px;
	}
}

/* 12. product grouped css here */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_grouped {
		margin-bottom: 40px;
	}
}

.grouped_form {
	border: 1px solid #ddd;
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.grouped_form {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.grouped_form {
		margin-bottom: 17px;
	}
}

.grouped_form table {
	width: 100%;
}

.grouped_form table tbody tr {
	border-bottom: 1px solid #ddd;
}

.grouped_form table tbody tr td {
	border-right: 1px solid #ddd;
	padding: 11px 5px;
	text-align: center;
}

.grouped_form table tbody tr td input[type="checkbox"] {
	width: 20px;
	height: 21px;
}

.grouped_form table tbody tr td input[type="number"] {
	width: 50px;
	background: inherit;
	border: 1px solid #ddd;
	padding: 0 5px;
	height: 40px;
}

.grouped_form table tbody tr td.grouped-product-list.quantity {
	width: 80px;
	text-align: center;
	line-height: 12px;
}

.grouped_form table tbody tr td.grouped-product-list.label {
	min-width: 200px;
	font-weight: 600;
	font-size: 14px;
}

.grouped_form table tbody tr td.grouped-product-list.label a {
	color: #242424;
}

.grouped_form table tbody tr td.grouped-product-list.label a:hover {
	color: #c91d1b;
}

.grouped_form table tbody tr td.grouped-product-list.price {
	font-size: 14px;
	color: #242424;
	font-weight: 600;
	min-width: 200px;
}

.grouped_form table tbody tr td.grouped-product-list.price p {
	color: #242424;
	font-size: 12px;
	font-weight: 600;
	position: relative;
}

.grouped_form table tbody tr td.grouped-product-list.price p::before {
	color: #f6f6f6;
	content: '\f058';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1em;
	position: absolute;
	top: 0;
	left: 40px;
}

.grouped_form table tbody tr td:last-child {
	border-right: 0;
}

.grouped_form table tbody tr:last-child {
	border-bottom: 0;
}

.box_quantity.group button {
	margin-left: 0;
}

/*product grouped css end*/
/*variabla product css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.variable_product {
		margin-bottom: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.variable_product {
		margin-bottom: 58px;
	}
}

@media only screen and (max-width: 767px) {
	.variable_product .product-details-tab {
		margin-bottom: 49px;
	}
}

.product_d_meta span {
	display: block;
	line-height: 18px;
	margin-bottom: 17px;
	font-size: 14px;
	color: #242424;
	font-weight: 600;
}

.product_d_meta span:last-child {
	margin-bottom: 0;
}

.product_d_meta span a:hover {
	color: #c91d1b;
}

/*product gallery css heer*/
.product_details.gallery {
	margin-bottom: 40px;
}

.product_details.gallery .product_d_right .product_desc p {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_details.gallery {
		margin-bottom: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.product_details.gallery {
		margin-bottom: 42px;
	}
}

.product_gallery {
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_gallery {
		margin-bottom: 37px;
	}
}

@media only screen and (max-width: 767px) {
	.product_gallery {
		margin-bottom: 47px;
	}
}

@media only screen and (max-width: 479px) {
	.product_gallery {
		margin-bottom: 57px;
	}
}

.product_gallery_thumb {
	width: 45%;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_gallery_thumb {
		width: 47%;
	}
}

@media only screen and (max-width: 767px) {
	.product_gallery_thumb {
		width: 45%;
		text-align: center;
		float: left;
		margin: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.product_gallery_thumb {
		width: 100%;
		float: inherit;
		margin-right: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 479px) {
	.product_gallery_thumb:last-child {
		margin-bottom: 0;
	}
}

.product_d_gallery {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_d_gallery {
		margin-bottom: 29px;
	}
}

@media only screen and (max-width: 767px) {
	.product_d_gallery {
		margin-bottom: 29px;
	}
}

/*product sidebar css here*/
.product_sidebar {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_sidebar {
		margin-bottom: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.product_sidebar {
		margin-bottom: 55px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_sidebar .row {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767px) {
	.product_sidebar .row {
		flex-direction: column-reverse;
	}
}

.product_sidebar .upsell_product {
	padding-bottom: 52px;
}

.product_sidebar .upsell_product .product_area {
	padding-bottom: 0;
	border-bottom: 0;
}

.product_sidebar .product_desc p {
	width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_sidebar .action_button ul li a {
		width: 40px;
		height: 35px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_sidebar .quick_button {
		bottom: 12px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_sidebar .quick_button a {
		line-height: 35px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_sidebar .hover_action a {
		width: 40px;
		height: 35px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_sidebar .product_variant.quantity button {
		padding: 0 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_sidebar .product_variant.quantity button {
		padding: 0 20px;
	}
}

.footer_widgets.sidebar_widgets .footer_top {
	padding-bottom: 0;
	border-bottom: 0;
}

.footer_widgets.sidebar_widgets .footer_top_inner {
	padding: 56px 0 52px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_widgets.sidebar_widgets .footer_top_inner {
		padding: 56px 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.footer_widgets.sidebar_widgets .footer_top_inner {
		padding: 56px 0 35px;
	}
}

.product_right_sidebar {
	margin-bottom: 53px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_right_sidebar .row {
		flex-direction: row;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_right_sidebar {
		margin-bottom: 43px;
	}
}

@media only screen and (max-width: 767px) {
	.product_right_sidebar {
		margin-bottom: 33px;
	}
}

@media only screen and (max-width: 767px) {
	.product_right_sidebar .product_d_right {
		margin-bottom: 42px;
	}
}

/* 15. cart page css here */
.header_cart_page {
	border-bottom: 1px solid #ddd;
}

.other_bread {
	padding-top: 41px;
	padding-bottom: 41px;
}

.table_desc {
	border: 1px solid #ddd;
	margin-bottom: 59px;
	margin-top: 2px;
}

.table_desc .cart_page table {
	width: 100%;
}

.table_desc .cart_page table thead tr th {
	border-bottom: 3px solid #c91d1b;
	border-right: 1px solid #ddd;
	color: #747474;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
}

.table_desc .cart_page table tbody tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 10px;
}

.table_desc .cart_page table tbody tr td.product_thumb {
	min-width: 159px;
}

.table_desc .cart_page table tbody tr td.product_thumb img {
	width: inherit;
}

.table_desc .cart_page table tbody tr td.product_name {
	min-width: 260px;
}

.table_desc .cart_page table tbody tr td.product_name a {
	color: #747474;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
}

.table_desc .cart_page table tbody tr td.product_name a:hover {
	color: #c91d1b;
}

.table_desc .cart_page table tbody tr td.product_remove {
	min-width: 125px;
}

.table_desc .cart_page table tbody tr td.product_remove a {
	font-size: 20px;
	color: #c91d1b;
}

.table_desc .cart_page table tbody tr td.product_remove a:hover {
	color: #c91d1b;
}

.table_desc .cart_page table tbody tr td.product-price {
	min-width: 159px;
	color: #c91d1b;
	font-size: 18px;
	font-weight: 600;
}

.table_desc .cart_page table tbody tr td.product_total {
	min-width: 159px;
}

.table_desc .cart_page table tbody tr td.product_quantity {
	min-width: 175px;
}

.table_desc .cart_page table tbody tr td.product_quantity input {
	width: 60px;
	height: 40px;
	padding: 0 5px 0 10px;
	background: none;
	border: 1px solid #ddd;
}

.cart_page table thead tr:last-child th,
.table_desc table tbody tr td:last-child {
	border-right: 0;
}

.cart_submit {
	text-align: right;
	padding: 12px;
}

.cart_submit button {
	background: #242424;
	border: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	height: 38px;
	line-height: 18px;
	padding: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cart_submit button:hover {
	background: #c91d1b;
}

.coupon_inner {
	padding: 10px 20px 25px;
}

.coupon_inner p {
	color: #747474;
	font-size: 13px;
	margin-bottom: 20px;
}

.coupon_inner button {
	background: #242424;
	border: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	height: 38px;
	line-height: 18px;
	padding: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.coupon_inner button:hover {
	background: #c91d1b;
}

.coupon_inner input {
	border: 1px solid #ddd;
	height: 42px;
	background: none;
	padding: 0 20px;
	margin-right: 20px;
	color: #747474;
}

@media only screen and (max-width: 767px) {
	.coupon_inner input {
		margin-bottom: 24px;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coupon_inner input {
		margin-bottom: 24px;
		width: auto;
	}
}

.coupon_inner a {
	display: block;
	text-align: right;
	color: #c91d1b;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.coupon_code {
	border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
	.coupon_code.left {
		margin-bottom: 59px;
	}
}

.coupon_code h3 {
	color: #ffffff;
	line-height: 37px;
	padding: 5px 15px;
	background: #242424;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.coupon_code h3 {
		line-height: 28px;
		padding: 5px 15px;
		font-size: 15px;
	}
}

.cart_subtotal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart_subtotal p {
	color: #242424;
	font-weight: 600;
	font-size: 14px;
}

.cart_subtotal p.cart_amount {
	font-size: 18px;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.cart_subtotal p.cart_amount {
		font-size: 14px;
	}
}

.cart_subtotal p span {
	margin-right: 30px;
}

.checkout_btn {
	text-align: right;
}

.checkout_btn a {
	background: #c91d1b;
	color: #fff;
	font-size: 14px;
	padding: 3px 14px;
	line-height: 30px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 0;
	border-radius: 5px;
	border: 2px solid #c91d1b;
}

.checkout_btn a:hover {
	background: #fff;
	border: 2px solid #c91d1b;
	color: #c91d1b;
}

.coupon_area {
	margin-bottom: 60px;
}

.footer_widgets.other_widgets .footer_top {
	padding-bottom: 0;
	border-bottom: 0;
}

.footer_widgets.other_widgets .footer_top_inner {
	padding: 55px 0 53px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer_widgets.other_widgets .footer_top_inner {
		padding: 55px 0 59px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_widgets.other_widgets .footer_top_inner {
		padding: 55px 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.footer_widgets.other_widgets .footer_top_inner {
		padding: 55px 0 35px;
	}
}

/*cart page css end*/
/* 16. checkout page css here */
.user-actions {
	margin-bottom: 20px;
}

.user-actions h3 {
	font-size: 13px;
	font-weight: 400;
	color: #242424;
	background-color: #f7f6f7;
	padding: 15px 10px;
	border-top: 3px solid #c91d1b;
	margin-bottom: 0;
}

.user-actions h3 a {
	color: #c91d1b;
}

.checkout_info {
	border: 1px solid #ddd;
	margin-top: 25px;
	padding: 20px 30px;
}

.checkout_info p {
	margin-bottom: 0;
}

.checkout_info a {
	color: #c91d1b;
	margin-top: 15px;
	display: block;
}

.form_group {
	margin-bottom: 20px;
}

.form_group label {
	color: #242424;
	font-size: 14px;
	display: block;
	line-height: 18px;
	margin-bottom: 6px;
}

.form_group input {
	border: 1px solid #ddd;
	background: none;
	height: 45px;
	width: 350px;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.form_group input {
		width: 100%;
	}
}

.form_group button {
	display: inline-block;
	width: 80px;
	background: #242424;
	border: 0;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-right: 20px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

.form_group button:hover {
	background: #c91d1b;
}

.form_group input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.form_group.group_3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_group.group_3 label {
	margin-bottom: 0;
	line-height: 34px;
	cursor: pointer;
}

.form_group.group_3 label:hover {
	color: #c91d1b;
}

#checkout_coupon input {
	background: none;
	border: 1px solid #ddd;
	width: 200px;
	height: 45px;
	font-size: 12px;
	padding: 0 20px;
	color: #747474;
}

#checkout_coupon button {
	width: 130px;
	margin-left: 12px;
	background: #242424;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 0;
	height: 40px;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	#checkout_coupon button {
		margin-top: 20px;
	}
}

#checkout_coupon button:hover {
	background: #c91d1b;
}

.mb-20 {
	margin-bottom: 20px;
}

.checkout_form h3 {
	font-size: 16px;
	line-height: 30px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #ffffff;
	background: #242424;
	font-weight: 600;
}

.checkout_form input {
	border: 1px solid #ddd;
	background: none;
	height: 40px;
	width: 100%;
	padding: 0 20px;
	color: #747474;
}

.checkout_form .nice-select {
	width: 100%;
}

.checkout_form .nice-select ul.list {
	width: 100%;
	height: 180px;
	overflow: auto;
}

.checkout_form .nice-select::after {
	top: 56%;
}

.checkout_form label {
	margin-bottom: 6px;
}

.checkout_form label span {
	color: #c93a26;
}

.checkout_form label.righ_0 {
	cursor: pointer;
	font-size: 15px;
	line-height: 27px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #ffffff;
	background: #242424;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.checkout_form label.righ_0 {
		font-size: 13px;
		line-height: 25px;
		padding: 3px 10px;
	}
}

.checkout_form label.righ_0:hover {
	background: #242424;
}

.checkout_form input[type="checkbox"] {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.order_button button {
	cursor: pointer;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #ffffff;
	background: #c91d1b;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 0;
}

.order_button button:hover {
	background: #242424;
}

@media only screen and (max-width: 767px) {
	.order-notes {
		margin-bottom: 56px;
	}
}

.order-notes textarea {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 45px;
	max-width: 100%;
	padding: 0 30px 0 20px;
	background: none;
	font-size: 13px;
	resize: none;
	line-height: 45px;
	width: 100%;
	color: #747474;
}

.order-notes label {
	line-height: 13px;
}

.Checkout_section {
	padding-bottom: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.Checkout_section {
		padding-bottom: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.Checkout_section {
		padding-bottom: 60px;
	}
}

.order_table {
	margin-bottom: 35px;
}

.order_table table {
	width: 100%;
}

.order_table table thead tr th {
	min-width: 50%;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.order_table table tbody tr td {
	min-width: 50%;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr th {
	min-width: 50%;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr td {
	min-width: 50%;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.panel-default input[type="radio"] {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.panel-default img {
	width: 160px;
}

.order_button button {
	border: 0;
}

.card-body1 {
	margin-bottom: 15px;
}

/*checkout page css end*/
/* 24. wishlist css here */
.table_desc.wishlist table tbody tr:last-child td {
	border-bottom: 0;
}

.table_desc.wishlist table tbody tr td.product_total a {
	background: #c91d1b;
	font-size: 12px;
	font-weight: 700;
	height: 38px;
	line-height: 18px;
	padding: 10px 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.table_desc.wishlist table tbody tr td.product_total a:hover {
	background: #242424;
}

.wishlist_share {
	text-align: center;
	padding: 20px 0;
	border: 1px solid #ddd;
}

.wishlist_share h3 {
	font-size: 18px;
	color: #242424;
	font-weight: 700;
	text-transform: capitalize;
}

.wishlist_share ul li {
	display: inline-block;
}

.wishlist_share ul li a {
	padding: 0 10px;
	color: #555;
	display: block;
}

.wishlist_share ul li a:hover {
	color: #c91d1b;
}

.wishlist_area {
	padding-bottom: 60px;
}

/*wishlist css end*/
/* 17. contact page css here */
.contact_area {
	margin-bottom: 60px;
	margin-top: 60px;
}

.contact_message h3 {
	font-size: 25px;
	text-transform: capitalize;
	color: #242424;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.contact_area .section_title.text-start {
		text-align: center !important;
	}

	.contact_area {
		margin-bottom: 30px !important;
		margin-top: 30px !important;
	}

	.contact_message p {
		text-align: justify;
	}

	.contact_message h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.contact_message p {
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	margin-bottom: 20px;
}

.contact_message ul li {
	padding: 13px 0;
	border-top: 1px solid #ddd;
}

.contact_message ul li:last-child {
	padding-bottom: 0;
}

.contact_message ul li i {
	margin-right: 10px;
}

.contact_message ul li a {
	color: #c91d1b;
}

.contact_message ul li a:hover {
	color: #242424;
}

.contact_message label {
	line-height: 18px;
	color: #242424;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact_message input {
	border: 1px solid #ddd;
	height: 45px;
	background: #ffffff;
	width: 100%;
	padding: 0 20px;
	color: #747474;
}

.contact_message textarea {
	height: 170px;
	border: 1px solid #ddd;
	background: #ffffff;
	resize: none;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px 20px;
	color: #747474;
}

.contact_message button {
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	text-transform: uppercase;
	border: none;
	background: #c91d1b;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact_message button:hover {
	background: #242424;
}

@media only screen and (max-width: 767px) {
	.contact_message h3 {
		text-align: center;
	}

	.contact_message.content {
		margin-bottom: 52px;
	}

	.faq_content_area .faq {
		padding: 30px 0px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_message.content {
		margin-bottom: 52px;
	}
}

.contact_message p {
	text-align: justify;
}

.contact_message.form p.form-messege {
	margin-bottom: 0;
}

.contact_map {
	margin-bottom: 60px;
}

.map-area #googleMap {
	height: 460px;
	width: 100%;
}

/*contact page css end*/
/* 19. login page css here */
.account_form h2 {
	font-size: 30px;
	text-transform: capitalize;
	color: #242424;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
	.account_form h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.account_form form {
	border: 1px solid #ddd;
	padding: 23px 20px 29px;
	border-radius: 5px;
}

.account_form label {
	font-size: 15px;
	font-weight: 400;
	color: #242424;
	cursor: pointer;
	line-height: 12px;
	margin-bottom: 12px;
}

.account_form label:hover {
	color: #c91d1b;
}

.account_form input {
	border: 1px solid #ddd;
	height: 40px;
	max-width: 100%;
	padding: 0 20px;
	background: none;
	width: 100%;
}

.account_form button {
	background: #c91d1b;
	border: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 34px;
	line-height: 21px;
	padding: 5px 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 10px;
	border-radius: 20px;
}

.account_form button:hover {
	background: #242424;
}

.login_submit label input[type="checkbox"] {
	width: 15px;
	height: 13px;
	margin-right: 3px;
}

.login_submit {
	text-align: right;
}

.login_submit a {
	font-size: 13px;
	color: #c91d1b;
	float: left;
	line-height: 39px;
}

@media only screen and (max-width: 767px) {
	.login_submit a {
		float: none;
		line-height: 18px;
		display: block;
		margin-bottom: 20px;
	}
}

.customer_login {
	padding-bottom: 59px;
}

.account_form p {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.account_form.register {
		margin-top: 57px;
	}
}

/*login page css end */
/* 18. faq page css here */
.faq_content_area {
	padding-bottom: 53px;
}

.accordion_area {
	padding-bottom: 60px;
}

.card.card_dipult {
	border: none;
	margin-bottom: 10px;
}

.card.card_dipult:last-child {
	margin-bottom: 0;
}

.card-header.card_accor {
	padding: 0;
	border: none;
}

.card-header.card_accor button {
	height: 45px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	white-space: initial;
}

@media only screen and (max-width: 767px) {
	.card-header.card_accor button {
		height: 60px;
	}
}

.card-header.card_accor button i {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	right: 20px;
}

.card-header.card_accor button svg {
	grid-column: 2;
	padding: 0.5rem 0 0 0.7rem;
	float: right;
	justify-self: end;
	cursor: pointer;
	transition: transform 0.2s;
}

.card-header.card_accor button svg.svg-animation {
	transform: rotate(180deg);
	padding: 0 0.7rem 0.5rem 0;
}

@media only screen and (max-width: 767px) {
	.card-header.card_accor button i {
		right: 10px;
	}
}

.card-header.card_accor button.btn-link {
	border: 1px solid #c91d1b;
	width: 100%;
	text-align: left;
	color: #c91d1b;
	font-size: 13px;
}

.card-header.card_accor button.btn-link.collapsed {
	background: #f2f2f2;
	border: 1px solid #ddd;
	width: 100%;
	text-align: left;
	color: #242424;
}

.accordion_area .collapse.show {
	/*border-left: 1px solid #c91d1b;*/
	border-bottom: 1px solid #c91d1b;
	/*border-right: 1px solid #c91d1b;*/
}

.card-header.card_accor button.btn-link i.fa-plus {
	display: none;
}

.card-header.card_accor button.btn-link.collapsed i.fa-plus {
	display: block;
}

.card-header.card_accor button.btn-link.collapsed i.fa-minus {
	display: none;
}

.faq_content_wrapper h4 {
	font-size: 18px;
	color: #242424;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 18px;
}

@media only screen and (max-width: 767px) {
	.faq_content_wrapper h4 {
		font-size: 14px;
		line-height: 24px;
	}

	.card-header.card_accor button.btn-link.collapsed {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.card-header.card_accor button {
		height: 75px !important;
	}
}

/*faq page css end*/
/*  20. my account css here */
@media only screen and (max-width: 767px) {
	.dashboard_tab_button {
		margin-bottom: 20px;
	}
}

.dashboard_tab_button ul li {
	margin-bottom: 5px;
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
}

.dashboard_tab_button ul li a {
	font-size: 16px;
	color: #7e7e7e;
	font-weight: 500;
	text-transform: capitalize;
	/*background: #242424;*/

	padding: 15px 30px;

}

.label_product {
	background: url(../img/green.png);
	background-size: cover;
	background-position: center center;
	width: 100px;
	text-align: center;
	height: 32px;
}

.dashboard_tab_button ul li a:hover {
	background: #c91d1b;
	color: #ffffff;
	border-radius: 10px;
}

.dashboard_tab_button ul li a.active {
	background: #c91d1b;
	color: #fff;
	border-radius: 10px;
}

.main_content_area {
	padding-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	.main_content_area {
		padding-bottom: 54px;
	}
}

.dashboard_content h3 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 500;
	color: #242424;
	margin-bottom: 15px;
}

.dashboard_content h4 {
	font-size: 20px;
	text-transform: capitalize;
	color: #242424;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
}

.dashboard_content a {
	color: #c91d1b;
	font-weight: 500;
}

.dashboard_content p a {
	color: #c91d1b;
	font-weight: 500;
}

.table-responsive table thead {
	background: #f2f2f2;
}

.table-responsive table thead tr th {
	text-align: center;
}

.table-responsive table tbody tr td {
	border-right: 1px solid #ddd;
	color: #242424;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
	text-align: center;
	min-width: 160px;
}

.table-responsive table tbody tr td:last-child a {
	color: #c81a18 !important;
}

.table-responsive .table {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.dashboard_content address {
	font-weight: 500;
	color: #242424;
}

.input-radio span input[type="radio"],
.account_login_form form span input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}

.input-radio span {
	color: #242424;
	font-weight: 500;
	padding-right: 10px;
}

.account_login_form form input {
	border: 1px solid #ddd;
	background: none;
	height: 40px;
	margin-bottom: 20px;
	width: 100%;
	padding: 0 20px;
	color: #747474;
}

/*my account css end*/
/* 12. about page css here */
/*welcome about section css here*/
.welcome_about_section {
	margin-bottom: 94px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.welcome_about_section {
		margin-bottom: 74px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.welcome_about_section {
		margin-bottom: 74px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome_about_section {
		margin-bottom: 55px;
	}

	.about_section .row {
		flex-direction: column-reverse;
	}

	.about_content {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.welcome_about_section {
		margin-bottom: 55px;
	}

	.about_section .row {
		flex-direction: column-reverse;
	}

	.about_content {
		margin-top: 30px;
	}
}

.welcome_about_inner {
	text-align: center;
}

.welcome_about_inner img {
	margin-bottom: 31px;
}

@media only screen and (max-width: 767px) {
	.welcome_about_inner img {
		margin-bottom: 20px;
	}
}

.welcome_about_inner p {
	font-size: 16px;
	line-height: 30px;
	padding: 0 70px;
	margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
	.welcome_about_inner p {
		padding: 0;
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 18px;
	}
}

.welcome_about_inner p.author {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #242424;
	margin-bottom: 0;
	line-height: 20px;
}

.welcome_about_inner p.author span {
	color: #747474;
}

.welcome_eight {
	margin-bottom: 67px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome_eight {
		margin-bottom: 46px;
	}
}

@media only screen and (max-width: 767px) {
	.welcome_eight {
		margin-bottom: 50px;
	}
}

/*welcome about section css end*/
/* 12. about page css here */
.header_about {
	border-bottom: 1px solid #ddd;
}

.about_section {
	padding-bottom: 60px;
}

.about_section.section_two {
	padding: 0 194px;
}

.about_section.section_two .about_thumb {
	text-align: center;
}

.about_section.section_two .about_content {
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_content {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.about_content {
		margin-bottom: 30px;
	}
}

.about_content h1 {
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	color: #242424;
	font-size: 30px;
	margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
	.about_content h1 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}
}

.about_content p {
	color: #747474;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
	.about_content p {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 11px;
	}
}

@media only screen and (max-width: 767px) {
	.view__work {
		margin-top: 18px;
	}
}

.view__work a {
	color: #fff;
	background: #c93a26;
	border: 1px solid #c93a26;
	height: 40px;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
}

.view__work a:hover {
	background: #fff;
	color: #c93a26;
	border-color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.view__work a {
		padding: 7px 9px;
		height: 33px;
		font-size: 12px;
	}
}

.counterup_section {
	padding-bottom: 40px;
}

.counter_img {
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	.counter_img {
		margin-right: 10px;
	}
}

.single_counterup {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*background: #f3f3f3;*/
	padding: 88px 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition: all ease 0.6s;
}

/*.single_counterup:hover{
    background-color: black;
    color: white;
    border-radius: 25px;
    }
.single_counterup:hover .counter_img{
    filter: brightness(1) invert(1);
}
.single_counterup:hover .counter_info h2{
    color: #fff;
}
.single_counterup:hover .counter_info p{
    color: #fff;
}*/
.about_section.section_two {
	padding: 25px 20px 18px;
}

.counter_info h2 {
	font-size: 50px;
	font-weight: 500;
	color: #242424;
	margin-bottom: 5px;
	line-height: 33px;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.counter_info h2 {
		font-size: 22px;
		line-height: 30px;
	}
}

.counter_info p {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #747474;
	margin-bottom: 0;
	line-height: 24px;
	margin-top: 5px;
}

/*.counterup_section::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    z-index: 2;
    opacity: 0.4;
}*/
@media only screen and (max-width: 767px) {
	.counter_info p {
		font-size: 11px;
	}
}

.about_progressbar {
	padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about_progressbar {
		padding-bottom: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_progressbar {
		padding-bottom: 70px;
	}
}

.about_progressbar.about_prog {
	background-color: #c91d1b;
	border-radius: 3px;
}

.about_progressbar.about_prog span.progress_persent {
	position: absolute;
	left: 50px;
	text-transform: uppercase;
}

.about_progressbar.porgress_two {
	padding: 5px 20px 35px;
}

@media only screen and (max-width: 767px) {
	.progressbar_inner {
		margin-bottom: 40px;
	}
}

.progressbar_inner h2 {
	font-size: 25px;
	color: #242424;
	margin-bottom: 40px;
	font-weight: 400;
	line-height: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progressbar_inner h2 {
		font-size: 21px;
		margin-bottom: 27px;
	}
}

@media only screen and (max-width: 767px) {
	.progressbar_inner h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

.progress_skill {
	position: relative;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progress_skill {
		margin-bottom: 33px;
	}
}

.progress_skill:last-child {
	margin-bottom: 0;
}

.progress_skill span.progress_discount {
	position: absolute;
	left: -2px;
	background: #242424;
	border-radius: 100%;
	border: 3px solid #c91d1b;
	color: #fff;
	width: 40px;
	height: 40px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	text-align: center;
	line-height: 35px;
	z-index: 9;
}

.progress_skill .progress-bar {
	background: #c91d1b;
}

.progress_skill.one .progress-bar {
	width: 60%;
}

.progress_skill.two .progress-bar {
	width: 90%;
}

.progress_skill.three .progress-bar {
	width: 70%;
}

.progress_skill.four .progress-bar {
	width: 80%;
}

/*about page css end*/
/* 22. services page css here */
.srrvices_gallery {
	padding-bottom: 30px;
}

.services_content h3 {
	font-size: 15px;
	color: #242424;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 11px;
	line-height: 14px;
}

.services_content p {
	color: #747474;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}

.services_thumb {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.services_thumb img {
		width: 100%;
	}
}

.single_services {
	margin-bottom: 25px;
}

.our_services {
	padding: 53px 0 24px;
	background: #ECECEC;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.our_services {
		padding: 53px 0 28px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.our_services {
		padding: 52px 0 26px;
		margin-bottom: 60px;
	}
}

.services_item {
	margin-bottom: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services_title {
	text-align: center;
	margin-bottom: 35px;
}

.services_title h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 11px;
	color: #242424;
}

.services_icone {
	margin-right: 15px;
}

.services_icone i {
	font-size: 35px;
	line-height: 46px;
	color: #c91d1b;
}

.services_desc h3 {
	font-size: 13px;
	color: #242424;
	font-weight: 500;
}

.services_desc p {
	color: #747474;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services_section_thumb {
		margin-bottom: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.services_section_thumb {
		margin-bottom: 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.unlimited_services {
		margin-bottom: 59px;
	}
}

@media only screen and (max-width: 767px) {
	.unlimited_services {
		margin-bottom: 59px;
	}
}

.unlimited_services_content {
	text-align: center;
}

.unlimited_services_content h1 {
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	color: #242424;
	font-size: 25px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.unlimited_services_content h1 {
		line-height: 25px;
		font-size: 20px;
		margin-bottom: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.unlimited_services_content h1 {
		line-height: 21px;
		font-size: 20px;
		margin-bottom: 6px;
	}
}

@media only screen and (max-width: 767px) {
	.unlimited_services_content h1 {
		line-height: 20px;
		font-size: 18px;
		margin-bottom: 6px;
	}
}

.unlimited_services_content p {
	color: #747474;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.unlimited_services_content p {
		font-size: 14px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.unlimited_services_content p {
		font-size: 13px;
		margin-bottom: 15px;
	}
}

.priceing_table {
	background: #ECECEC;
	padding: 60px 0 30px;
}

.single_priceing {
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
	box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
	text-align: center;
	margin-bottom: 30px;
}

.priceing_title {
	padding: 20px;
	background: #c91d1b;
}

.priceing_title h1 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}

.priceing_list {
	padding: 0 20px 30px;
}

.priceing_list h1 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 36px 0 24px;
	margin: 0;
	line-height: 20px;
	color: #747474;
}

.priceing_list h1 span {
	color: #242424;
	font-size: 40px;
}

.priceing_list ul li {
	color: #747474;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	line-height: 24px;
}

.priceing_list ul li:first-child {
	border-top: 1px solid #ddd;
}

.priceing_list a {
	margin: 30px 0 0;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #242424;
	color: #242424;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.priceing_list a.list_button,
.priceing_list a:hover {
	background: #c91d1b;
	border-color: #c91d1b;
	color: #fff;
}

.advantages_ecommerce {
	padding: 56px 0 54px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.advantages_ecommerce {
		padding: 58px 0 57px;
	}
}

@media only screen and (max-width: 767px) {
	.advantages_ecommerce {
		padding: 58px 0 60px;
	}
}

.advantages_ecommerce h3 {
	font-size: 25px;
	color: #242424;
	font-weight: 500;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.advantages_ecommerce h3 {
		font-size: 20px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.advantages_ecommerce h3 {
		font-size: 14px;
		line-height: 20px;
	}
}

.advantages_ecommerce p {
	font-size: 14px;
	color: #242424;
	font-style: italic;
	font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.advantages_ecommerce p {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.advantages_ecommerce p {
		font-size: 13px;
	}
}

.advantages_button {
	text-align: center;
}

.advantages_button a {
	font-size: 14px;
	color: #242424;
	padding: 10px 20px;
	display: inline-block;
	border: 2px solid #242424;
}

.advantages_button a:hover {
	background: #c91d1b;
	color: #fff;
	border-color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.advantages_button a {
		padding: 5px 11px;
		font-size: 13px;
		margin-top: 20px;
	}
}

/*services page css end*/
/* 21. portfolio page css here */
.portfolio_button {
	text-align: center;
	margin-bottom: 35px;
	background: #ddd;
	padding: 35px 0;
}

@media only screen and (max-width: 767px) {
	.portfolio_button {
		padding: 35px 0 28px;
	}
}

.portfolio_button button {
	color: #747474;
	background: #ffffff;
	border-right: 2px solid #ddd;
	line-height: 45px;
	padding: 0 30px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 700;
	display: inline-block;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.portfolio_button button:hover {
	background: #c91d1b;
	color: #ffffff;
}

.portfolio_button button.active {
	background: #c91d1b;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.portfolio_button button {
		margin-bottom: 7px;
		margin-left: 5px;
		line-height: 38px;
		padding: 0 26px;
	}
}

.portfolio_thumb {
	position: relative;
}

.portfolio_thumb::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #c91d1b;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
}

.portfolio_popup {
	position: absolute;
	top: 50%;
	left: 45%;
	text-align: center;
	font-size: 18px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
}

.portfolio_popup a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #747474;
	transform: scale(0);
	border-radius: 50%;
	background: #ddd;
}

.portfolio_popup a:hover {
	color: #ffffff;
	background: #000000;
}

.single_portfolio_inner {
	margin-bottom: 30px;
	overflow: hidden;
}

.single_portfolio_inner:hover .portfolio_thumb::before {
	opacity: 0.5;
	visibility: visible;
	transform: scale(1);
}

.single_portfolio_inner:hover .portfolio_popup {
	opacity: 1;
	visibility: visible;
}

.single_portfolio_inner:hover .portfolio_popup a {
	transform: scale(1);
}

.single_portfolio_inner:hover .portfolio__content {
	left: 30px;
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_portfolio_inner:hover .portfolio__content {
		left: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.single_portfolio_inner:hover .portfolio__content {
		left: 13px;
	}
}

.portfolio__content {
	position: absolute;
	bottom: 30px;
	left: -85px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio__content {
		bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio__content {
		bottom: 20px;
	}
}

.portfolio__content h3 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 0;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio__content h3 {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio__content h3 {
		font-size: 14px;
	}
}

.portfolio__content h3 a {
	color: #ffffff;
}

.portfolio__content h3 a:hover {
	color: #242424;
}

.portfolio_section_area {
	margin-bottom: 30px;
}

.blog_details.portfolio_details {
	margin-bottom: 59px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_details.portfolio_details {
		margin-bottom: 49px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_details.portfolio_details {
		margin-bottom: 49px;
	}
}

.blog_details.portfolio_details .comments_form {
	margin-bottom: 0;
}

.portfolio_widgets .footer_top {
	padding-bottom: 0;
	border-bottom: 0;
}

.portfolio_widgets .footer_top_inner {
	padding: 55px 0 52px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio_widgets .footer_top_inner {
		padding: 55px 0 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio_widgets .footer_top_inner {
		padding: 55px 0 39px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio_widgets .footer_top_inner {
		padding: 55px 0 35px;
	}
}

/* 13. blog page css here */
.header_blog {
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_sidebar {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_sidebar {
		margin-bottom: 50px;
	}
}

.sidebar_widget h3.widget_title {
	padding: 0 0 8px;
	border-bottom: 1px solid #ddd;
	color: #242424;
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 24px;
}

.sidebar_widget.search_form {
	margin-bottom: 45px;
}

.sidebar_widget.search_form form {
	position: relative;
}

.sidebar_widget.search_form form input {
	width: 100%;
	height: 40px;
	padding: 0 40px 0 20px;
	color: #747474;
	border: 1px solid #ddd;
}

.sidebar_widget.search_form form button {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	background: inherit;
	border: 0;
	color: #747474;
	font-size: 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sidebar_widget.search_form form button:hover {
	color: #c91d1b;
}

.sidebar_widget.widget_categories {
	border: 1px solid #ddd;
	margin-bottom: 39px;
}

.sidebar_widget.widget_categories h3.widget_title {
	padding: 12px 15px;
}

.sidebar_widget.widget_categories ul {
	padding: 0 0 19px 15px;
}

.sidebar_widget.widget_categories ul li {
	line-height: 30px;
}

.sidebar_widget.widget_categories ul li a {
	color: #747474;
}

.sidebar_widget.widget_categories ul li a:hover {
	color: #c91d1b;
}

.sidebar_widget.recent_post {
	margin-bottom: 40px;
}

.sidebar_widget.tags_widget ul li {
	display: inline-block;
}

.sidebar_widget.tags_widget ul li a {
	padding: 5px 20px;
	border: 1px solid #ddd;
	display: block;
	margin: 0 10px 10px 0;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 20px;
	color: #747474;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar_widget.tags_widget ul li a {
		padding: 5px 17px;
	}
}

.sidebar_widget.tags_widget ul li a:hover {
	background: #c91d1b;
	color: #ffffff;
	border-color: #c91d1b;
}

.blog_grid {
	overflow: hidden;
	margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_grid {
		margin-bottom: 59px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_grid {
		margin-bottom: 54px;
	}
}

.blog_grid .blog_thumb {
	float: left;
	width: 40%;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.blog_grid .blog_thumb {
		float: inherit;
		width: 100%;
		margin-bottom: 21px;
	}
}

.blog_grid .blog_thumb_active {
	float: left;
	width: 40%;
}

@media only screen and (max-width: 767px) {
	.blog_grid .blog_thumb_active {
		float: inherit;
		width: 100%;
		margin-bottom: 20px;
	}
}

.blog_grid .blog_thumb_active .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	width: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	height: 30px;
	background: #ddd;
	border-radius: 100%;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog_grid .blog_thumb_active .owl-nav div.owl-next {
	right: 0;
	left: auto;
}

.blog_grid .blog_thumb_active .owl-nav div:hover {
	background: #c91d1b;
	color: #ffffff;
}

.blog_grid .blog_content {
	float: right;
	padding-left: 40px;
	width: 60%;
}

@media only screen and (max-width: 767px) {
	.blog_grid .blog_content {
		float: inherit;
		width: 100%;
		padding-left: 0;
	}
}

.blog_grid .blog_content h3.post_title {
	font-size: 20px;
	text-transform: inherit;
	font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_grid .blog_content h3.post_title {
		font-size: 18px;
		margin-bottom: 7px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_grid .blog_content h3.post_title {
		font-size: 15px;
	}
}

.blog_grid .blog_content h3.post_title a {
	color: #242424;
}

.blog_grid .blog_content h3.post_title a:hover {
	color: #c91d1b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_grid .blog_content .post_date {
		margin-bottom: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_grid .blog_content .post_date span.day {
		font-size: 40px;
		line-height: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_grid .blog_content a.read_more {
		margin-bottom: 5px;
	}
}

.blog_grid.video .blog_thumb {
	height: 240px;
}

.sidebar_post {
	margin-bottom: 30px;
	display: flex;
}

.sidebar_post:last-child {
	margin-bottom: 0;
}

.sidebar_post .post_img {
	width: 55px;
	margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.sidebar_post .post_img {
		width: 49px;
		margin-right: 8px;
	}
}

.sidebar_post .post_text h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 3px;
	line-height: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.sidebar_post .post_text h3 {
		font-size: 13px;
	}
}

.sidebar_post .post_text h3 a {
	color: #747474;
}

.sidebar_post .post_text h3 a:hover {
	color: #c91d1b;
}

.sidebar_post .post_text span {
	color: #7e7e7e;
	font-size: 12px;
}

.blog_grid.audio .blog_content h3.post_title {
	margin: 0 0 17px;
}

.blog_grid.audio .blog_content .blog_aduio_icone audio {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_reverse .row {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767px) {
	.blog_reverse .row {
		flex-direction: column-reverse;
	}
}

.blog_page {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_page {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.blog_page {
		margin-bottom: 0;
	}

	.product_variant.quantity div.flex-row-reverse {
		width: 100%;
		justify-content: center;
	}

	/*.product_variant .cart-wrapper.mobile, .product_variant.quantity div.flex-row-reverse > span{
      min-width: 200px;
  }*/

	.heart-button.cartp-btn {
		display: flex;
		gap: 7px;
		font-size: 18px;
		color: #242424;
		width: 100%;
		justify-content: center;
	}

	/*.product_thumb img{
      height: 100%;
  }*/
	.product_area .product_thumb img {
		height: 100% !important;
		width: 100% !important;
	}

	.heart-button span {
		display: block !important;
	}
}

.heart-button span {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_page .sidebar_widget.search_form {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_page .sidebar_widget.search_form {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_page .sidebar_widget.widget_categories {
		margin-bottom: 56px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_page .sidebar_widget.widget_categories {
		margin-bottom: 56px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_page .sidebar_widget.recent_post {
		margin-bottom: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_page .sidebar_widget.recent_post {
		margin-bottom: 55px;
	}
}

.post_date {
	margin-bottom: 12px;
}

.post_date span.day {
	color: #a9a9a9;
	font-size: 48px;
	line-height: 40px;
}

.post_date span.month {
	font-size: 14px;
	color: #a9a9a9;
}

.blog_content p.post_desc {
	color: #a9a9a9;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 7px;
}

.blog_content a.read_more {
	color: #747474;
	text-decoration: underline;
	font-style: italic;
	margin-bottom: 7px;
}

.blog_content a.read_more:hover {
	color: #c91d1b;
}

.post_meta span {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 5px;
	color: #747474;
}

.post_meta span a {
	color: #747474;
}

.post_meta span a:hover {
	color: #c91d1b;
}

.blog_pagination {
	margin-bottom: 60px;
}

.blog_pagination .pagination {
	border: 1px solid #ddd;
	padding: 8px 10px;
	justify-content: center;
	margin-top: 0;
}

.footer_widgets.blog_widgets .footer_top {
	padding-bottom: 0;
	border-bottom: 0;
}

.footer_widgets.blog_widgets .footer_top_inner {
	padding: 56px 0 52px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_widgets.blog_widgets .footer_top_inner {
		padding: 56px 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.footer_widgets.blog_widgets .footer_top_inner {
		padding: 56px 0 35px;
	}
}

/*blog page css end*/
/*blog fullwidth css here*/
.blog_fullwidth {
	margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
	.blog_fullwidth {
		margin-bottom: 54px;
	}
}

.blog_fullwidth .blog_thumb {
	float: none;
	width: 100%;
	margin-bottom: 23px;
}

.blog_fullwidth .blog_thumb::before {
	display: none;
}

.blog_fullwidth .blog_thumb img {
	width: 100%;
}

.blog_fullwidth .blog_grid {
	margin-bottom: 53px;
}

.blog_fullwidth .blog_grid:last-child {
	margin-bottom: 0;
}

.blog_fullwidth .blog_grid .blog_content {
	float: none;
	width: 100%;
	padding-left: 0;
}

.blog_fullwidth .blog_grid .blog_thumb_active {
	float: none;
	width: 100%;
	margin-bottom: 23px;
}

.blog_fullwidth .blog_grid.video .blog_thumb {
	height: 500px;
}

@media only screen and (max-width: 767px) {
	.blog_fullwidth .blog_grid.video .blog_thumb {
		height: 200px;
	}
}

/*blog fullwidth css end*/
/* 14. blog details css here */
.blog_info_inner {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.blog_info_inner {
		flex-direction: column;
	}
}

.blog_info_inner .post__date {
	background: #c91d1b;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 0 15px;
	position: relative;
	text-align: center;
	min-width: 70px;
	max-height: 75px;
	display: block;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.blog_info_inner .post__date {
		display: inline-block;
		width: 70px;
		margin-bottom: 42px;
	}
}

.blog_info_inner .post__date::before {
	background: #c91d1b;
	bottom: -58px;
	content: "";
	display: block;
	height: 58px;
	position: absolute;
	right: 0;
	width: 5px;
}

@media only screen and (max-width: 767px) {
	.blog_info_inner .post__date::before {
		display: none;
	}
}

.blog_info_inner .post__date span {
	display: block;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 12px;
}

.blog_info_inner .post__date span.day {
	font-size: 25px;
	line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_details_wrapper {
		margin-bottom: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_details_wrapper {
		margin-bottom: 15px;
	}
}

.blog_details_wrapper .blog__thumb {
	margin-bottom: 44px;
}

.blog_details_wrapper .post_meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 7px 0;
	margin-bottom: 36px;
}

.blog_details_wrapper .post_meta span {
	font-style: normal;
	color: #747474;
	text-transform: uppercase;
}

.blog_details_wrapper .post_content p {
	color: #747474;
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 15px;
}

.blog_details_wrapper .post_content blockquote {
	background: #e0e0e0;
	margin: 20px 0;
	padding: 30px 45px;
	font-style: italic;
}

.blog_details_wrapper .social_sharing {
	display: flex;
	padding: 5px 0 40px;
}

@media only screen and (max-width: 767px) {
	.blog_details_wrapper .social_sharing {
		flex-direction: column;
		padding: 5px 0 42px;
	}
}

.blog_details_wrapper .social_sharing h3 {
	color: #242424;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin-right: 50px;
}

@media only screen and (max-width: 767px) {
	.blog_details_wrapper .social_sharing h3 {
		margin-bottom: 12px;
		font-size: 17px;
	}
}

.blog_details_wrapper .social_sharing ul li {
	display: inline-block;
}

.blog_details_wrapper .social_sharing ul li a {
	font-size: 17px;
	padding: 0 25px;
	color: #747474;
	display: block;
	line-height: 30px;
	border-left: 1px solid #ddd;
}

.blog_details_wrapper .social_sharing ul li a:hover {
	color: #c91d1b;
}

@media only screen and (max-width: 767px) {
	.blog_details_wrapper .social_sharing ul li a {
		padding: 0 17px;
		font-size: 15px;
		line-height: 23px;
	}
}

.blog_details_wrapper .social_sharing ul li:first-child a {
	padding-left: 0;
	border-left: 0;
}

.post_header h3 {
	padding: 0 0 12px;
	color: #242424;
	font-size: 28px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 26px;
}

@media only screen and (max-width: 767px) {
	.post_header h3 {
		font-size: 22px;
	}
}

.author_box {
	display: flex;
	margin-bottom: 40px;
}

.author_box .author_img {
	margin-right: 20px;
	min-width: 70px;
}

@media only screen and (max-width: 767px) {
	.author_box .author_img {
		margin-right: 13px;
		min-width: 40px;
	}
}

.author_box .author_desc h3 {
	color: #242424;
	font-size: 20px;
	margin: 0 0 8px;
	font-weight: 500;
	line-height: 20px;
}

@media only screen and (max-width: 767px) {
	.author_box .author_desc h3 {
		font-size: 16px;
	}
}

.author_box .author_desc h3 a {
	color: #242424;
}

.author_box .author_desc h3 a:hover {
	color: #c91d1b;
}

.author_box .author_desc p {
	color: #747474;
	line-height: 21px;
	font-size: 14px;
}

.comments_box {
	margin-bottom: 36px;
}

.comments_box h3 {
	border-top: 1px solid #ddd;
	color: #242424;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	padding-top: 20px;
	margin: 0 0 22px;
}

@media only screen and (max-width: 767px) {
	.comments_box h3 {
		font-size: 17px;
	}
}

.comment_list {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.comment_list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.comment_list .comment-author-thumb {
	display: inline-block;
	float: left;
}

@media only screen and (max-width: 767px) {
	.comment_list .comment-author-thumb {
		width: 40px;
	}
}

.comment_list .comment_content {
	padding-left: 70px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.comment_list .comment_content {
		padding-left: 50px;
	}
}

.comment_list .comment_content h5 {
	font-size: 17px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
	.comment_list .comment_content h5 {
		font-size: 15px;
	}
}

.comment_list .comment_content h5 a {
	color: #242424;
}

.comment_list .comment_content h5 a:hover {
	color: #c91d1b;
}

.comment_list .comment_content span {
	color: #747474;
	line-height: 18px;
	margin-bottom: 7px;
	font-size: 14px;
}

.comment_list .comment_content p {
	margin-bottom: 0;
	font-size: 15px;
	color: #747474;
}

@media only screen and (max-width: 767px) {
	.comment_list .comment_content p {
		font-size: 13px;
	}
}

.comment_reply {
	position: absolute;
	top: 20px;
	right: 0;
}

@media only screen and (max-width: 767px) {
	.comment_reply {
		top: 0;
	}
}

.comment_reply a {
	color: #c91d1b;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.comment_reply a:hover {
	color: #242424;
}

@media only screen and (max-width: 767px) {
	.comment_reply a {
		font-size: 12px;
	}
}

.comments_form {
	margin-bottom: 38px;
}

.comments_form h3 {
	border-top: 1px solid #ddd;
	color: #242424;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	padding-top: 19px;
	margin: 0 0 22px;
}

@media only screen and (max-width: 767px) {
	.comments_form h3 {
		font-size: 17px;
		margin: 0 0 13px;
	}
}

.comments_form p {
	color: #747474;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.comments_form form .row {
		flex-direction: row;
	}
}

.comments_form form label {
	color: #242424;
	font-size: 13px;
	line-height: 17px;
}

.comments_form form textarea {
	width: 100%;
	height: 130px;
	background: #ffffff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	resize: none;
	padding: 10px;
}

.comments_form form input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 0 20px;
}

.comments_form form button {
	border: 0;
	line-height: 36px;
}

.comments_form form button:hover {
	background: #242424;
}

.comment_list.comment_border {
	padding-left: 50px;
}

@media only screen and (max-width: 767px) {
	.comment_list.comment_border {
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.related_posts .row {
		flex-direction: row !important;
	}
}

@media only screen and (max-width: 767px) {
	.related_posts .row {
		flex-direction: column !important;
	}
}

.related_posts h3 {
	color: #242424;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.related_posts h3 {
		font-size: 17px;
		margin-bottom: 15px;
	}
}

.related_posts_thumb {
	margin-bottom: 13px;
}

.related_posts_content h3 {
	font-size: 17px;
	font-weight: 500;
	line-height: 19px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.related_posts_content h3 {
		font-size: 15px;
		margin-bottom: 3px;
	}
}

.related_posts_content h3 a {
	color: #242424;
}

.related_posts_content h3 a:hover {
	color: #c91d1b;
}

.related_posts_content span {
	color: #242424;
	font-size: 13px;
	line-height: 17px;
}

.blog_details {
	margin-bottom: 53px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_details .row {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767px) {
	.blog_details .row {
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_details {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.blog_details {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog_details .blog_sidebar {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.blog_details .blog_sidebar {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.blog_details .blog_sidebar .sidebar_widget h3.widget_title {
		font-size: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.single_related_posts {
		margin-bottom: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_related_posts.column_3 {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.single_related_posts.column_3 {
		margin-bottom: 0;
	}
}

/*blog details css end*/
/*  26. modal css here */
.modal-dialog.modal-dialog-centered {
	min-width: 1000px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.modal-dialog.modal-dialog-centered {
		min-width: 730px;
	}
}

@media only screen and (max-width: 767px) {
	.modal-dialog.modal-dialog-centered {
		min-width: 90%;
	}
}

.modal_tab_img {
	text-align: center;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ddd;
}

.modal_tab_img img {
	margin: 0 auto;
	max-height: 300px;
	object-fit: contain;
}

.modal_tab_button ul li a {
	padding: 0;
	border: 1px solid #ddd;
	margin: 0 2px;
}

.modal_tab_button ul li a img {
	width: 100%;
}

.modal_title h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 14px;
	color: #242424;
	line-height: 26px;
}

.modal_social h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	color: #242424;
	line-height: 20px;
}

.modal_social ul li {
	display: inline-block;
	margin-right: 3px;
}

.modal_social ul li a {
	text-transform: uppercase;
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
}

.modal_social ul li.facebook a {
	background: #3c5b9b;
}

.modal_social ul li.facebook a:hover {
	background: #c91d1b;
}

.modal_social ul li.twitter a {
	background: #1DA1F2;
}

.modal_social ul li.twitter a:hover {
	background: #c91d1b;
}

.modal_social ul li.pinterest a {
	background: #BD081B;
}

.modal_social ul li.pinterest a:hover {
	background: #c91d1b;
}

.modal_social ul li.google-plus a {
	background: #DC5043;
}

.modal_social ul li.google-plus a:hover {
	background: #c91d1b;
}

.modal_social ul li.linkedin a {
	background: #010103;
}

.modal_social ul li.linkedin a:hover {
	background: #c91d1b;
}

.modal_price {
	margin-bottom: 12px;
}

.modal_price span {
	font-weight: 600;
	color: #c91d1b;
	font-size: 16px;
}

.modal_price span.old_price {
	color: #747474;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 5px;
}

.modal_description p {
	line-height: 24px;
	font-size: 15px;
	color: #747474;
	margin: 0;
}

.variants_size h2,
.variants_color h2 {
	font-size: 16px;
	color: #242424;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 7px;
	line-height: 20px;
}

.variants_size.mb-15,
.mb-15.variants_color {
	margin-bottom: 24px;
}

.variants_size .select_option,
.variants_color .select_option {
	width: 100%;
	border-radius: 0;
	margin-bottom: 25px;
}

.variants_size .select_option .list,
.variants_color .select_option .list {
	width: 100%;
	border-radius: 0;
}

.modal_add_to_cart {
	margin-bottom: 25px;
}

.modal_add_to_cart form input {
	width: 95px;
	border: 1px solid #ddd;
	background: none;
	padding: 0 10px;
	height: 45px;
}

@media only screen and (max-width: 767px) {
	.modal_add_to_cart form input {
		width: 75px;
	}
}

.modal_add_to_cart form button {
	background: none;
	border: 1px solid #242424;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	height: 45px;
	width: 230px;
	line-height: 18px;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #242424;
	color: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.modal_add_to_cart form button {
		width: 130px;
	}
}

.modal_add_to_cart form button:hover {
	background: #c91d1b;
	color: #ffffff;
	border-color: #c91d1b;
}

.modal_body {
	padding: 0 6px 30px;
}

@media only screen and (max-width: 767px) {
	.modal_body {
		padding: 0 6px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.modal_body .modal_tab {
		margin-bottom: 10px;
	}
}

.modal-content {
	border-radius: 0;
}

.modal-content button.close {
	position: relative;
	left: 94%;
	width: 35px;
	height: 35px;
	display: block;
	border: 1px solid #ddd;
	top: 10px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9;
	/*line-height:35px;*/
}

@media only screen and (max-width: 767px) {
	.modal-content button.close {
		left: 90%;
		/*width: 29px;
    height: 32px;*/
		top: 5px;
		margin-bottom: 14px;
	}
}

.product_navactive.owl-carousel {
	padding: 0 20px;
}

.product_navactive.owl-carousel .owl-nav>div {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	font-size: 35px;
	color: #a9a9a9;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.product_navactive.owl-carousel .owl-nav>div:hover {
	color: #c91d1b;
}

.product_navactive.owl-carousel .owl-nav>div.owl-next {
	right: 0;
	left: auto;
}

.product_navactive.owl-carousel:hover .owl-nav>div {
	opacity: 1;
}

.modal_add_to_cart.mb-15 {
	margin-bottom: 28px;
}

.modal_description.mb-15 {
	margin-bottom: 19px;
}

.nav.product_navactive.owl-carousel .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -35px;
}

.nav.product_navactive.owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: #a9a9a9;
	display: inline-block;
	margin: 0 3px;
	border-radius: 50%;
}

.nav.product_navactive.owl-carousel .owl-dots .owl-dot.active {
	background: #c91d1b;
}

/*modal css end*/
/* 25. newsletter popup css here */
.newletter-popup {
	background: white url(../img/newsletter-bg.png) no-repeat center center;
	top: 20% !important;
	/*margin-top: -179px;*/
	position: fixed !important;
	/*padding: 50px;*/
	text-align: center;
	display: none;
	background-size: cover;
}

/*.newletter-content h2 {
 font-size:25px;
    
}*/
@media only screen and (max-width: 1292px) {
	.newletter-content h2 {
		font-size: 25px;

	}
}

@media only screen and (max-width: 767px) {
	/*.newletter-popup {
    padding: 30px 20px;
    width: 95%;
    
  }*/
}

#boxes .newletter-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #343434;
	margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
	#boxes .newletter-title h2 {
		font-size: 22px;
		margin: 0 0 10px;
	}
}

#boxes .box-content label {
	font-weight: 400;
	font-size: 14px;
}

#boxes .box-content .newletter-label {
	width: 70%;
	margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
	#boxes .box-content .newletter-label {
		width: 100%;
	}
}

#frm_subscribe form {
	width: 340px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#frm_subscribe form {
		width: 100%;
	}
}

#frm_subscribe form input {
	background: #EBEBEB;
	padding: 0 122px 0 20px;
	height: 45px;
	border: 0;
	width: 100%;
	color: #747474;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	#frm_subscribe form input {
		padding: 0 50px 0 10px;
	}

	#popup2 {
		position: absolute;
		right: 1px;
		top: 1px;
		text-align: center;
		cursor: pointer;
		font-size: 24px !important;
		text-transform: capitalize;
		padding: 2px 9px ! IMPORTANT;
		background: #ececec !important;
		font-weight: 600;
		line-height: 17px;
		color: #666 ! IMPORTANT;
		display: block;
		transition: 0.3s;
		/*border-radius: 30%;
        border: solid 2px #000;*/
		z-index: 9;
	}

	#frm_subscribe form a.theme-btn-outlined {
		width: 90px;
	}

	.newletter-popup {

		background-image: url(../img/mobile-newsletter.png);
		background-size: cover;
		padding: 18px;
	}

	#boxes .box-content .newletter-label {
		margin-bottom: 15px;
	}

	#frm_subscribe form button.theme-btn-outlined {
		width: 64px !important;
	}
}

#frm_subscribe form button.theme-btn-outlined {
	position: absolute;
	top: 0;
	/*top: -7px;*/
	right: 0;
	height: 100%;
	width: 110px;
	background: #c91d1b;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 45px;
	border: transparent;
}

#frm_subscribe form a.theme-btn-outlined:hover {
	background: #242424;
}

@media only screen and (max-width: 767px) {}

#boxes .box-content .subscribe-bottom {
	margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	margin-left: 5px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

#boxes #frm_subscribe #notification {
	color: #f00;
}

#boxes #frm_subscribe #notification .success {
	color: #67D7BB;
}

#popup2 {
	position: absolute;
	right: 1px;
	top: 1px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	text-transform: capitalize;
	padding: 6px 12px;
	background: #ececec;
	font-weight: 600;
	line-height: 17px;
	color: #333;
	display: block;
	transition: 0.3s;
}

#popup2:hover {
	background: #ececec;
}

/*newsletter popup css end*/
/* 11. error page css heer  */
.header_error {
	border-bottom: 1px solid #ddd;
}

.error_form {
	text-align: center;
}

.error_form h1 {
	font-size: 200px;
	font-weight: 700;
	color: #c91d1b;
	letter-spacing: 10px;
	line-height: 160px;
	margin: 0 0 27px;
}

@media only screen and (max-width: 767px) {
	.error_form h1 {
		font-size: 130px;
		line-height: 120px;
		letter-spacing: 4px;
		margin: 0 0 18px;
	}
}

.error_form h2 {
	color: #242424;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.error_form h2 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 23px;
	}
}

.error_form p {
	font-size: 17px;
	color: #747474;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.error_form p {
		font-size: 15px;
		margin-bottom: 28px;
		line-height: 23px;
	}
}

.error_form form {
	width: 450px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.error_form form {
		width: 100%;
	}
}

.error_form form input {
	padding: 0 93px 0 30px;
	background: #f8f8f8;
	border: 1px solid #ddd;
	color: #747474;
	height: 40px;
	width: 100%;
}

.error_form form button {
	position: absolute;
	right: 0;
	height: 100%;
	border: none;
	background: no-repeat;
	font-size: 20px;
	color: #747474;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	top: 0;
	text-transform: uppercase;
	padding: 0 15px;
	font-weight: 600;
}

.error_form form button:hover {
	color: #c91d1b;
}

.error_form a {
	color: #fff;
	display: inline-block;
	background: #c91d1b;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 42px;
	padding: 0 30px;
	text-transform: uppercase;
	margin-top: 35px;
}

.error_form a:hover {
	background: #242424;
}

.error_section {
	padding-bottom: 80px;
	padding-top: 75px;
}

@media only screen and (max-width: 767px) {
	.error_section {
		padding-bottom: 60px;
		padding-top: 50px;
	}
}

/*404 page css end*/
/* 26. compare css here*/
.compaer-page {
	margin: 32px 0 60px;
}

.compare-table .table tbody tr:first-child {
	border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
	text-align: center;
	border: none;
	padding: 25px 30px;
	vertical-align: middle;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
	border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
	min-width: 180px;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
	min-width: 305px;
	vertical-align: bottom;
}

.compare-table .table tbody tr td.product-image-title .image {
	clear: both;
	width: 100%;
	margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
	max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
	clear: both;
	color: #454545;
	float: left;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 15px;
	margin-bottom: 7px;
	margin-top: 15px;
	text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
	float: left;
	clear: both;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
	color: #c91d1b;
}

.compare-table .table tbody tr td.pro-desc p {
	text-align: left;
	margin: 0;
}

.compare-table .table tbody tr td.pro-price {
	font-size: 15px;
	font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
	font-size: 15px;
	font-weight: 600;
}

.compare-table .table tbody tr td.pro-stock {
	font-size: 15px;
	font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
	position: relative;
	background: #c91d1b;
	border-radius: 4px;
	display: inline-block;
	width: 170px;
	padding: 10px 6px;
	transition: all 0.7s;
	color: #ffffff;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
	background: #747474;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
	transition: .3s;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 21px;
	overflow: hidden;
	display: block;
	text-align: center;
}

.compare-table .table tbody tr td.pro-remove button {
	border: none;
	background-color: transparent;
	padding: 0;
}

.compare-table .table tbody tr td.pro-remove button i {
	font-size: 20px;
}

.compare-table .table tbody tr td.pro-remove button:hover {
	color: #c91d1b;
}

.compare-table .table tbody tr td.pro-ratting a {
	font-size: 14px;
	color: #747474;
}

.compare-table .table tbody tr td.pro-ratting a:hover {
	color: #c91d1b;
}

/* 25. privacy-policy css here*/
.privacy_policy_main_area {
	padding: 16px 0 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.privacy_policy_main_area {
		padding: 0 0 0px;
	}
}

@media only screen and (max-width: 767px) {
	.privacy_policy_main_area {
		padding: 0 0 0px;
	}
}

.privacy_content {
	margin-bottom: 22px;
}

.privacy_content:last-child {
	margin-bottom: 0;
}

.privacy_content h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 7px;
	color: #212121;
}

@media only screen and (max-width: 767px) {
	.privacy_content h2 {
		font-size: 17px;
	}
}

.privacy_content h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 7px;
	color: #212121;
}

@media only screen and (max-width: 767px) {
	.privacy_content h3 {
		font-size: 17px;
	}
}

.privacy_content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 19px;
	color: #212121;
}

@media only screen and (max-width: 767px) {
	.privacy_content p {
		font-size: 14px;
	}
}

.privacy_content p a {
	color: #a43d21;
}

.privacy_content p a:hover {
	color: #c91d1b;
}

.privacy_content.section_1 p {
	margin-bottom: 0;
}

.privacy_content.section_2 h2 {
	margin-bottom: 24px;
}

/*privacy policy css end*/
/* 27. coming soon css here*/
.coming_soon_area {
	height: 100vh;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/bg/coming-soon.jpg);
	position: relative;
	display: flex;
	align-items: center;
}

.coming_soon_area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.15;
}

.coming_soon_title {
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.coming_soon_title {
		margin-bottom: 33px;
	}
}

.coming_soon_title h2 {
	font-size: 37px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.coming_soon_title h2 {
		font-size: 23px;
		line-height: 24px;
		margin-bottom: 11px;
	}
}

.coming_soon_title p {
	color: #ffffff;
	font-size: 15px;
	max-width: 730px;
	margin: 0 auto;
	line-height: 24px;
}

.coming_soon_timing {
	text-align: center;
	margin: 57px 0 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coming_soon_timing {
		margin: 50px 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.coming_soon_timing {
		margin: 33px 0 19px;
	}
}

.single_countdown {
	display: inline-block;
	margin-right: 35px;
}

@media only screen and (max-width: 479px) {
	.single_countdown {
		margin-right: 20px;
	}
}

.single_countdown:last-child {
	margin-right: 0;
}

.coming_soon_newsletter {
	text-align: center;
}

.coming_soon_newsletter .subscribe_form {
	margin-top: 0;
}

.coming_soon_newsletter .subscribe_form form {
	margin: 0 auto;
	width: 600px;
	position: relative;
	background: inherit;
	border: 1px solid #ddd;
	border-radius: 50px;
}

@media only screen and (max-width: 767px) {
	.coming_soon_newsletter .subscribe_form form {
		width: 100%;
	}
}

.coming_soon_newsletter .subscribe_form form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
}

.coming_soon_newsletter .subscribe_form form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
}

.coming_soon_newsletter .subscribe_form form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
}

.coming_soon_newsletter .subscribe_form form input:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
}

.coming_soon_newsletter .subscribe_form form input {
	color: #ffffff;
	font-size: 14px;
	padding: 0 120px 0 28px;
	background: inherit;
	height: 48px;
	width: 100%;
	border: 0;
}

@media only screen and (max-width: 767px) {
	.coming_soon_newsletter .subscribe_form form input {
		padding: 0 104px 0 28px;
		height: 44px;
	}
}

.coming_soon_newsletter .subscribe_form form button {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	background: inherit;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	height: 100%;
	padding: 0 18px;
}

@media only screen and (max-width: 767px) {
	.coming_soon_newsletter .subscribe_form form button {
		padding: 0 12px;
	}
}

.coming_soon_newsletter .subscribe_form form button:hover {
	color: #c91d1b;
}

.coming_soon_newsletter .subscribe_form form button::before {
	content: "";
	background: #ffffff;
	width: 2px;
	position: absolute;
	bottom: 8px;
	top: 8px;
	left: 0;
}

.coming_soon_newsletter h3 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 2px;
	text-transform: capitalize;
}

.coming_soon_newsletter .mailchimp-error {
	text-align: center;
	color: #ffffff;
}

.coming_soon_newsletter .mailchimp-success {
	text-align: center;
	color: #ffffff;
}

.coming_soon_logo {
	margin-bottom: 52px;
}

@media only screen and (max-width: 767px) {
	.coming_soon_logo {
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 479px) {
	.coming_soon_logo {
		margin-bottom: 30px;
	}
}

.coming_soon_link {
	text-align: center;
}

.coming_soon_link ul li {
	display: inline-block;
	margin-right: 20px;
}

.coming_soon_link ul li:last-child {
	margin-right: 0;
}

.coming_soon_link ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
	display: inline-block;
	background: #c91d1b;
	color: #747474;
	border-radius: 5px;
}

.coming_soon_link ul li a:hover {
	background: #747474;
	color: #ffffff;
}

.countdown_number {
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 8px;
	width: 60px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

@media only screen and (max-width: 479px) {
	.countdown_number {
		width: 55px;
		font-size: 20px;
	}
}

.countdown_title {
	font-size: 13px;
	text-transform: capitalize;
	color: #ffffff;
}

/*# sourceMappingURL=style.css.map */

/* css start for heart icon */
.heart-button {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
	border: none;
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	font-size: 24px;
	color: #333;
	/* Default border color */
	transition: color 0.3s ease;
}

.heart-button.filled .fa-heart {
	color: #e74c3c;
	/* Fill color for the heart */
}

.fa-solid {
	color: #c91d1b;
	/* Fill color for the heart */
}

.heart-button:focus {
	outline: none;
}

.single_product:hover .heart-button {
	opacity: 1;
	visibility: visible;
}

.size-canvas.offcanvas-end {
	width: 580px;
}

.colors-image {
	width: 55px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 12px;
	background: #e5e1e1;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

header.header_area.header_three {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
	margin-bottom: 20px;
}

h2.page-title {
	color: #c93a26;
	margin-bottom: 22px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

h2.page-title span {
	color: red;
}

h2.page-title:after {
	border-bottom: 4px solid #c93a26;
	WIDTH: 100px;
	/*CONTENT: "";*/
	POSITION: ABSOLUTE;
	bottom: -5px;
	left: 0;
}

.cart-btn {
	background: #c91d1b;
	line-height: 45px;
	text-align: center;
	padding: 0 10px;
	margin-top: 7px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cart-btn:hover {
	background: #242424;
}

.action-show .product_action {
	opacity: 1 !important;
	visibility: visible;
}

.action-show .hover_action a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.custom-grid-product .single_product {
	border: 1px solid #ddd;
	position: relative;
}

.custom-grid-product .close-icon {
	font-size: 18px;
	color: #333;
	position: absolute;
	right: 5px;
	top: 10px;
}

.pin-box {
	background: #f9e0e0;
	color: #000;
	font-size: 18px;
	padding: 15px 10px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	font-weight: 500;
}

.border-btn {
	font-size: 12px;
	padding: 8px 14px;
	border: 2px solid #c91d1b;
	background: #c91d1b;
	color: #fff;
	margin-right: 0;
	border-radius: 5px;
	font-weight: 600;
}

.border-btn:hover a {
	color: #fff;
}

.border-btn:hover {
	color: #fff;
	background: #c91d1b;
}

.pin-input {
	width: 100%;
	position: relative;

	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

span.check-text {
	position: absolute;
	right: 37px;
	top: 24px;
}

.btn-outline-dark:hover a {
	color: #fff;

}

.right-coupon h3 {
	background: transparent;
	color: #333;
	padding-left: 0px;
}

.login-form {
	/*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
	/*border:1px solid #ddd*/
	margin-top: 180px;
}

.login-form h4 {
	font-family: "Bungee Tint", sans-serif;
	font-weight: 400;
	font-size: 45px;
	font-style: normal;
	margin-bottom: 10px;
}

.login-form h3 {
	color: #000;
	margin: 20px 0 0 0;
}

span.modal-back-icon {
	cursor: pointer;
}

.send-btn {
	font-weight: 700;
	height: 42px !important;
	line-height: 42px;
	padding: 0 30px;
	text-transform: uppercase;
	border: none;
	background: #c91d1b !important;
	color: #ffffff !important;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: auto !important;
}

.send-btn:hover {
	background: #242424 !important;
}

.toggle-container {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-right: 10px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "in";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: .4s;
}

input:checked+.slider {
	background-color: #333;
}

input:checked+.slider:before {
	transform: translateX(26px);
	content: "cm";
}

.slider.round {
	border-radius: 34px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.square-box {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	margin: 0px 5px 0px 0px;
}

.clip-btn {
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	border-radius: 2px;
	font-weight: bolder !important;
	animation: wobble-hor-top 9s infinite both;
}

.product_content.grid_content {
	padding: 0px 5px 12px 5px;
	position: relative;
}

.single_product {
	/*margin-bottom: 40px;*/
	border: 1px solid #dcdc;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);

}

#response {
	padding-right: 10px;
}

.toast {
	visibility: hidden;
	max-width: 400px;
	color: #ffffff;
	background-color: #2f2f2f;
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 50%);
	/*text-align: center;*/
	border-radius: 5px;
	padding: 8px;
	position: fixed;
	z-index: 1058;
	right: 0;
	top: 120px;
	/*transform: translateX(2%);*/
	transform: translateX(0);
	font-size: 17px;
	white-space: no-wrap;
	transition: all 0.5s ease-in-out;
}

.toast img {
	width: 55px;
}

.toast.show {
	visibility: visible !important;
	/*-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
	/*animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
	animation: slideInRight 0.9s ease-in-out;
	right: 2%;
}

.toast-body {
	padding: 0 !important;
}

.toast.bg-success {
	background-color: #dcf1da !important;
	color: #0c4e12 !important;
	background-image: linear-gradient(90deg, #d9f3e4, #e1f5e9, #e8f7ee, #e8f7ee);

}

.toast.bg-success i {
	color: #0c4e12 !important;
}

.toast.bg-success .btn-close-white {
	filter: inherit !important;
	color: #0c4e12 !important;
}

.toast.bg-danger {
	background-color: #dcf1da !important;
	color: #6b2529 !important;
	background-image: linear-gradient(90deg, #fee4e3, #ffe9e8, #ffedec, #fcecec);

}

.toast.bg-danger i {
	color: #6b2529 !important;
}

.toast.bg-danger .btn-close-white {
	filter: inherit !important;
	color: #6b2529 !important;
}

@-webkit-keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 50px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		top: 50px;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		top: 50px;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}

@keyframes slideInRight {
	from {
		right: -100%;
		opacity: 0;
	}

	to {
		right: 2%;
		opacity: 1;
	}
}

.banner_thumb.right-up {
	height: 361px;
	overflow: hidden;
}

.banner_thumb.left-up {
	height: 358px;
	overflow: hidden;
}

.product_thumb a.primary_img,
.product_thumb a.secondary_img {
	/*display: flex;*/
	justify-content: center;
	/*align-items: center;*/
	min-height: 518px;
	max-height: 518px;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.product_thumb img {
	width: auto !important;
	border-radius: 10px;
	object-fit: cover;
	aspect-ratio: 3 / 4;
}

.left-bg {
	background: rgb(249 245 245);
	height: 100vh;
	margin-top: -18px;
}

.right-bg {
	background: rgb(255 230 230);
	height: 100vh;
	margin-top: -18px;
}

#login_form {
	margin: 0 80px;
}

.border-0 {
	border: 0px;
}

#login_form label {
	color: #852020;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}

#login_form input {
	background: #ffffff;
	padding: 30px 25px;
	color: #852020;
	border: 1px solid #cb2e2e !important;
	/*border-left: 0px !important;*/
}

#login_form input::placeholder {
	font-weight: bold;
	font-size: 16px;
	color: #852020;
}

.light-carret {
	background: #ffffffad;
	color: #852020 ! IMPORTANT;
	border: 1px solid #cb2e2e !important;
	padding: 0px 25px
}

#login_form button {
	background: #852020;
	border: 0;
	color: #fff ! IMPORTANT;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 34px;
	line-height: 21px;
	padding: 5px 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 10px;
	border-radius: 20px;
	width: auto;
	margin: 0 auto;
}

#login_form .otp button:hover {
	background: #852020 !IMPORTANT;
	color: #fff !important;
}

#login_form .otp button {
	background: #fff;
	border: 0;
	color: #852020 ! IMPORTANT;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 34px;
	line-height: 21px;
	padding: 5px 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 10px;
	border-radius: 20px;
	width: 120px;
	margin: 0 auto;
}

#login_form button:hover {
	background: #852020 !IMPORTANT;
	color: #fff !important;
}

#login_form h5 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

#login_form .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 66%;
	margin: 0 auto;
}


#otp_form label {
	color: #852020;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	text-align: center;
}

#otp_form input {
	background: #ffffff;
	padding: 30px 25px;
	color: #852020;
	border: 1px solid #cb2e2e !important;
	/*border-left: 0px !important;*/
	width: 65px;
}

#otp_form input::placeholder {
	font-weight: bold;
	font-size: 16px;
	color: #852020;
}

.light-carret {
	background: #ffffffad;
	color: #852020 ! IMPORTANT;
	border: 1px solid #cb2e2e !important;
	padding: 0px 25px
}

#otp_form button {
	background: #fff;
	border: 0;
	color: #852020 ! IMPORTANT;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 34px;
	line-height: 21px;
	padding: 5px 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 10px;
	border-radius: 20px;
	width: auto;
	margin: 0 auto;
}

#otp_form .otp button:hover {
	background: #852020 !IMPORTANT;
	color: #fff !important;
}

#otp_form .otp button {
	background: #852020;
	border: 0;
	color: #fff ! IMPORTANT;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 34px;
	line-height: 21px;
	padding: 5px 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 10px;
	border-radius: 20px;
	width: 142px;
	margin: 0 auto;
	white-space: nowrap;
}

#otp_form button:hover {
	background: #852020 !IMPORTANT;
	color: #fff !important;
}

#otp_form h5 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

#otp_form .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 66%;
	margin: 0 auto;
}

a:hover {
	color: #c81a18;
}

@keyframes wobble-hor-top {

	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	94% {
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	95% {
		-webkit-transform: translateX(-10px) rotate(2deg);
		transform: translateX(-10px) rotate(2deg);
	}

	96% {
		-webkit-transform: translateX(5px) rotate(-2deg);
		transform: translateX(5px) rotate(-2deg);
	}

	97% {
		-webkit-transform: translateX(-5px) rotate(1.6deg);
		transform: translateX(-5px) rotate(1.6deg);
	}

	98% {
		-webkit-transform: translateX(9px) rotate(-2.4deg);
		transform: translateX(9px) rotate(-2.4deg);
	}

	99% {
		-webkit-transform: translateX(-6px) rotate(1.2deg);
		transform: translateX(-6px) rotate(1.2deg);
	}
}

.link {
	padding: 15px 10px;
	/*margin: 10px;*/
	display: inline-block;
	color: #c81a18;
	background: #fff;
	border-radius: 2px;
	font-weight: bolder !important;
	text-decoration: none;
	transform: skewX(-15deg);
}

.link:hover {
	text-decoration: none;
	color: #000;
	background: #fff;
}

/*========================*/
/* WOOBLE TO TOP RIGHT
/*========================*/

@-webkit-keyframes wobble-hor-top {

	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	94% {
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	95% {
		-webkit-transform: translateX(-10px) rotate(2deg);
		transform: translateX(-10px) rotate(2deg);
	}

	96% {
		-webkit-transform: translateX(5px) rotate(-2deg);
		transform: translateX(5px) rotate(-2deg);
	}

	97% {
		-webkit-transform: translateX(-5px) rotate(1.6deg);
		transform: translateX(-5px) rotate(1.6deg);
	}

	98% {
		-webkit-transform: translateX(9px) rotate(-2.4deg);
		transform: translateX(9px) rotate(-2.4deg);
	}

	99% {
		-webkit-transform: translateX(-6px) rotate(1.2deg);
		transform: translateX(-6px) rotate(1.2deg);
	}
}

.wobble-to-top-right-on-hover {
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	animation-timing-function: ease-in-out;

	-webkit-animation: wobble-hor-top 9s infinite both;
	animation: wobble-hor-top 9s infinite both;
	animation-name: wobble-hor-top;

	/*transform: skewX(-15deg);*/
}

.toggle_info {
	padding: 12px 20px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #ececec;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.apply-coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.apply-coupon input {
	height: 51px;
	border-radius: 10px 0 0 10px;
	background-image: url(../img/coupon.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	border: 1px solid #ececec;
	padding-left: 50px;
}

.apply-coupon button {
	min-width: 150px;
	color: #fff;
	height: 51px;
	border-radius: 0 10px 10px 0;
	background-color: #253D4E;
}

.cart-totals {
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	padding: 30px 40px;
}

.divider-2 {
	width: 100%;
	height: 1px;
	background-color: #ececec;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.checkform .form-group input {
	background: #fff;
	border: 1px solid #ececec;
	height: 64px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 20px;
	font-size: 16px;
	width: 100%;
}

.checkform .form-group .select2-container--default .select2-selection--single {
	background: #fff;
	border: 1px solid #ececec;
	height: 64px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 20px;
	font-size: 16px;
	width: 100%;
}

.checkform .form-group select {
	width: 100%;
}

.checkform .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 64px;
}

.checkform .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 20px;
}

.checkform .form-group {
	margin-bottom: 1rem;
}

.order_table table .product-thumbnail img {
	max-width: 120px;
	border-radius: 15px;
	border: 1px solid #ececec;
	padding: 5px;
}

.order_table table .w-160 {
	/*max-width: 160px;*/
}

.mb-5 {
	margin-bottom: 5px !important;
}

.checkform textarea {
	border: 1px solid #ececec;
	border-radius: 10px;
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	width: 100%;
	min-height: 200px;
}

.checkformtable table td,
table th {
	padding: 10px 20px;
	border: 1px solid #ececec;
	vertical-align: middle;
}

.product-rate {
	background-image: url(../img/rating-stars.png);
	background-position: 0 -12px;
	background-repeat: repeat-x;
	height: 12px;
	width: 60px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}

.text-brand {
	color: #c81a18 !important;
}

.order_table table .w-160 {
	/*max-width: 160px;*/
}

.ion-android-close:before {
	line-height: inherit;
}

.offcanvas_menu_wrapper .top_right>ul>li svg {
	vertical-align: top;
}

.fa-regular {
	line-height: inherit !important;
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
	display: none;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
}

.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #687188;
	padding: 0;
	vertical-align: middle;
}

.custome-checkbox .form-check-label::before {
	content: "";
	border: 2px solid #ced4da;
	height: 17px;
	width: 17px;
	margin: 0px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
}

.custome-checkbox .form-check-label span {
	vertical-align: middle;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
	background-color: #c81a18;
	border-color: #c81a18;
}

.custome-checkbox input[type=checkbox]+.form-check-label::after {
	content: "";
	width: 11px;
	position: absolute;
	top: 50%;
	left: 3px;
	opacity: 0;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-65%) rotate(-45deg);
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::after {
	opacity: 1;
}

.apply-coupon button:hover {
	background-color: #c81a18;
	color: #fff;
}

.custome-radio input[type=radio]:checked+.form-check-label::after {
	opacity: 1;
	background-color: #3BB77E;
}

.payment_option .custome-radio .form-check-label {
	color: #292b2c;
	font-weight: 600;
}

.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
	display: none;
}

.custome-radio .form-check-label::before {
	content: "";
	border: 1px solid #908f8f;
	height: 16px;
	width: 16px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 8px;
}

.custome-radio input[type=radio]+.form-check-label::after {
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 3px;
	opacity: 0;
}

.mt-30 {
	margin-top: 30px !important;
}

.custome-radio input[type=radio]:checked+.form-check-label::after {
	opacity: 1;
	background-color: #c81a18;
}

.product-rating {
	height: 12px;
	background-repeat: repeat-x;
	background-image: url(../img/rating-stars.png);
	background-position: 0 0;
}

.mr-15 {
	margin-right: 15px !important;
}

.payment-logo img {
	width: auto;
	margin-top: 10px;
}

.single-zoom {
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
	/*height:683px;*/
}

.invoice-1 .invoice-info-buttom .table .invoice-1 .invoice-info-buttom .table tr,
.table tr {
	border: 1px solid #e9ecef;
}

.table> :not(caption)>*>* {
	background-color: var(--bs-table-bg);
	border-bottom-width: 0;
}

.invoice-1 .table td,
.invoice-1 .table th {
	vertical-align: middle;
	border: none !important;
}

.invoice-1 .invoice-header {
	background: rgba(0, 0, 0, 0.04) url(../imgs/invoice/header-bg-1.png) top left repeat;
}

.invoice-2 .invoice-info {
	border-radius: 0;
}

.invoice-2 .invoice-header {
	border-bottom: 1px solid #ececec;
}

.invoice-3 .invoice-header {
	background: url(../imgs/invoice/header-bg-2.jpg) top left no-repeat;
	background-size: cover;
	padding: 50px 150px;
	color: #fff;
}

.invoice-3 .invoice-table thead {
	color: #fff !important;
	background-color: #3BB77E;
}

.invoice-4 .invoice-info {
	border-radius: 5px;
}

.invoice-4 .invoice-header {
	border-bottom: 1px solid #ececec;
	padding: 50px 150px 30px 150px;
	margin-bottom: 50px;
}

.invoice-4 .invoice-bottom .hr {
	width: 100%;
	height: 1px;
	background-color: #ececec;
}

.invoice-5 .invoice-info {
	border-radius: 0;
}

.invoice-5 .invoice-header {
	padding: 50px 150px;
}

.invoice-5 .invoice-banner {
	padding: 0 150px 50px 150px;
}

.invoice-5 .invoice-bottom .hr {
	width: 100%;
	height: 1px;
	background-color: #ececec;
}

.invoice-6.invoice {
	background-color: #fff;
}

.invoice-6 .invoice-info {
	border-radius: 10px;
	border: 1px solid #BCE3C9;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.text-body {
	font-size: 16px;
	color: #7E7E7E !important;
	font-weight: 600;
}

.invoice-6 .hr {
	width: 100%;
	height: 1px;
	background-color: #3BB77E;
}

.invoice-6 .invoice-header {
	background-color: #f7f8f9;
	padding: 80px 150px 50px 150px;
	margin-bottom: 50px;
	border-radius: 10px 10px 0 0;
}

.invoice-6 .invoice-icon {
	border-radius: 0 10px 0 0;
}

.invoice-icon {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3BB77E;
}

.invoice-icon img {
	width: 30px;
}

/*Responsive*/
@media only screen and (max-width: 992px) {
	.invoice .invoice-header {
		padding: 80px 50px;
	}

	.invoice .invoice-top {
		padding: 40px 50px 25px 50px;
	}

	.invoice .invoice-center {
		padding: 0 50px 40px;
	}

	.invoice .invoice-bottom {
		padding: 0 50px 25px;
	}

	.invoice .back-top-home {
		margin-bottom: 30px;
		text-align: center;
	}
}

.shopping-summery table> :not(caption)>*>* {
	padding: 15px 0;
}

.shopping-summery table td,
.shopping-summery table th,
.shopping-summery table thead {
	border: 0;
}

.shopping-summery table thead th {
	background-color: #ececec;
	padding: 18px 5px;
	font-family: "Quicksand", sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #253D4E;
}

.shopping-summery table tbody tr img {
	max-width: 120px;
	border: 1px solid #ececec;
	border-radius: 15px;
}


table.no-border td,
table.no-border th,
table.no-border thead {
	border: 0;
}

.detail-info {
	padding: 0 !important;
}

.detail-info h2 {
	font-size: 30px;
}

.detail-info .detail-extralink .detail-qty {
	padding: 11px 20px 11px 10px;
	max-width: 60px;
}

.detail-info .product-extra-link2 .button.button-add-to-cart {
	padding: 0px 15px;
}

.detail-info .product-extra-link2 .button.button-add-to-cart i {
	display: none;
}

.detail-qty {
	max-width: 80px;
	padding: 9px 20px;
	position: relative;
	width: 180px;
	border-radius: 5px;
	-moz-appearance: textfield;
	/* Firefox */
	-webkit-appearance: none;
	/* Chrome, Safari */
	appearance: textfield;
	/* Other browsers */
}

.detail-qty>a {
	font-size: 16px;
	position: absolute;
	right: 8px;
	color: #3BB77E;
}

.detail-qty>a:hover {
	color: #29A56C;
}

.detail-qty>a.qty-up {
	top: 0;
}

.detail-qty>a.qty-down {
	bottom: -4px;
}

.shipping_calculator .custom_select .select2-container {
	max-width: unset;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single {
	border-radius: 10px;
	height: 64px;
	line-height: 64px;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 64px;
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}

.shipping_calculator .w-100 .select2-container {
	max-width: unset;
	min-width: 445.5px;
}

.pt-40 {
	padding-top: 40px !important;
}

.text-heading {
	line-height: 1.4rem;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.sidebar_widget .coupon_inner .cart_subtotal:nth-child(2) p {
	color: #c81a18 !important;
}

.sidebar_widget .coupon_inner hr+.cart_subtotal p {
	font-weight: 700 !important;
}

.cart-totals {
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	padding: 30px 40px;
}

.order_review {
	border: 1px solid #ececec;
	padding: 30px;
	border-radius: 10px;
}

.shopping-summery table> :not(caption)>*>* {
	padding: 15px 0;
}

.shopping-summery table td,
table th {
	padding: 10px 20px;
	border: 1px solid #ccc!important;
	vertical-align: middle;
	min-width: auto !important;
}

.border {
	border: 1px solid #ececec !important;
}

.border-radius-15 {
	border-radius: 15px;
}

.p-40 {
	padding: 40px !important;
}

.calculate-shiping .form-group input {
	background: #fff;
	border: 1px solid #ececec;
	height: 64px;
	box-shadow: none;
	padding-left: 20px;
	font-size: 16px;
	width: 100%;
}

.order_table .table>:not(caption)>*>* {
	padding: .5rem .5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.order_table h6 {
	font-size: 16px;
}

.order_table table tbody tr td {
	width: auto !important;
	min-width: auto;
}

.font-size20 {
	font-size: 20px;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.font-size16 {
	font-size: 16px;
}

.order-btn {
	background: #c81a18 !important;
	border-color: #c81a18;
	border-radius: 1.375rem;
	color: #fff;
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;

}

.order-btn:hover {
	background: #000 !important;
}

.single-zoom-thumb ul li a img {
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
	width: 100px !important;
	height: 130px;
}

.zoomContainer {
	overflow: hidden;
	border-radius: 20px;
	height: 565px;
}

.zoomWindowContainer>div {
	height: 683px !important;
	overflow: hidden;
	border-radius: 20px;
}

.cartp-btn {
	border: 1px solid #c91d1b;
	padding: 11px;
	color: #c7c7c7;
	border-radius: 5px;
}

.cartp-btn:hover {
	background: #c91d1b;
	color: #fff;
}

.ProWishAddRemove {
	border: 1px solid #ddd;
	padding: 11px;
	color: #c7c7c7;
	border-radius: 5px;

}

.ProWishAddRemove:hover {
	background: #c91d1b;
	color: #fff;
}

.mr-50 {
	margin-right: 50px !important;
}

.quantity button {
	background-color: #3498db;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 20px;
	width: 30px;
	height: auto;
	text-align: center;
	transition: background-color 0.2s;
}

.widget_list.widget_categories {
	position: relative;
	padding: 15px;
	border: 1px solid #ececec;
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.widget_list.widget_filter {
	position: relative;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.quantity-btn button {
	background-color: #3498db;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 20px;
	width: 30px !important;
	height: auto;
	text-align: center;
	transition: background-color 0.2s;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.shopping-summery h6 {
	font-size: 18px;
	color: #253D4E;
}

.quantity-btn button:hover {
	background-color: #000;
}

/*.quantity-btn input{*/
/*    margin-left:0px !important;*/
/*}*/
.input-box {
	width: 40px;
	text-align: center;
	border: none;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
}

.widget_list.cat>ul>li>a {
	color: #242424;
	display: block;
	line-height: 27px;
	font-weight: 600;
	/*display: flex;*/
	align-items: center;
	line-height: 48px;
	border-radius: 5px;
	border: 1px solid #F2F3F4;
	padding: 0px 18px;
	justify-content: space-between;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

.size-color {
	background: #fff;
	border: 1px solid #c93a26;
	color: #c93a26;
}

.size-color.active {
	background: #c93a26;
	color: #fff;
}

.f-16 {
	font-size: 16px;
}

.text-black {
	color: #000;
}

.scroll-color {
	height: 400px;
	overflow-y: scroll;
}

.otp h3 {
	font-size: 20px;
	margin: 20px 0px 0px 0px;
	text-decoration: underline;
}

.single_product:hover {
	border: 1px solid red;
}

.tab-content .product_thumb a.primary_img,
.tab-content .product_thumb a.secondary_img {
	/*max-height: 255px !important;
    min-height: 255px;*/
}

#news-flash {
	min-width: 400px;
	font-size: 15px;
	line-height: 10px;
	font-weight: 600;
	height: 18px !important;
}

#news-flash li {
	min-height: 18px;
	color: #fff;
	padding-top: 4px !important;
	padding-bottom: 3px !important;
	white-space: pre-wrap !important;
	opacity: 1 !important;
	text-align: center;
}

#news-flash i {
	line-height: 6px;
	margin-right: 5px;
}

.suggestions>div:last-child {
	border: 0px;
}

.custom-grid-product .cart_remove {
	width: 10%;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 10px;
}

.custom-grid-product .product_content.list_content {
	display: block;
	min-width: 0 0 66.666667%;
	margin-left: 15px;
	margin-top: 10px;
}

.widget_list>ul>li.active>a span {
	background: #ffffff;
	color: #c93a26;
}

.scroll1::-webkit-scrollbar {
	width: 5px;
}

.scroll1::-webkit-scrollbar-track {
	background: #ddd;
}

.scroll1::-webkit-scrollbar-thumb {
	background: #666;
}

.del-cart {
	color: #333;
	padding: 8px;
	border-radius: 50px;
	cursor: pointer;
}

.cart-pay-totals {
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	padding: 30px 40px;
	border: 1px solid #ececec !important;
}

.shopping-summery table tbody tr td {
	border-right: 0px !important;
	text-align: left;
}

.stock-status {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.stock-status.in-stock {
	background: #DEF9EC;
	color: #3BB77E;
}

.stock-status.out-stock {
	color: #f74b81;
	background: #fde0e9;
}

/*13/9/24 css start here */
.instagram a {
	color: transparent;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}

.twitter.instagram a {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.twitter.instagram a i {
	color: #fff !important;
}

.facebook a:hover {
	background-color: transparent !important;
	border: 1px solid #e1e1e1 !important;
}

.facebook a:hover i {
	color: #4267B2;
}

.facebook a i {
	color: #fff;
}

.twitter.instagram a:hover i {
	color: transparent !important;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}


.facebook a {
	background-color: #4267B2 !important;
}

.instagram a:hover {
	color: transparent;
	background: transparent !important;
	/*background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);*/
	/*background-clip: text;*/
	/*-webkit-background-clip: text;*/
	border: 1px solid #e1e1e1 !important;
}

/*.instagram a:hover i{*/
/*    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;*/
/*}*/
.whatspp a {
	background: #65c866 !important;
}

.whatspp a i {
	color: #fff;
}

.whatspp a:hover {
	background: transparent !important;
	border: 1px solid #e1e1e1 !important;
}

.whatspp a:hover i {
	color: #65c866 !important;
}

.product_bestseller {
	background: url(../img/red.png);
	background-size: cover;
	background-position: center center;
	width: 124px;
	text-align: center;
	height: 32px;
}

.product_bestseller span {
	color: #fff !important;
}

footer.footer_widgets.footer_six {
	background-color: #ececec;
}

.footer_contact.social a i.fa-brands {
	line-height: 40px;
}

#scrollUp .fa {
	line-height: 40px;
}

.footer_top {
	padding-bottom: 0px !important;
}

.privacy_policy_main_area h2 {
	position: relative;
	display: inline-block;
	/*padding-left: 55px;*/
}

/*.privacy_policy_main_area h2:after {
        content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color: #f8f8f8;
    position: absolute;
    left: 105%;
    top: 18px;
    width: 15%;
    }
    .privacy_policy_main_area h2:before {
            width: 15%;
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color: #f8f8f8;
    position: absolute;
    left: 0px;
    top: 17px;
    }*/

#measurementTable thead {
	background-color: #e9f2e1;
}

#measurementTable tbody tr td:nth-child(1) {
	background-color: #e9f2e1;
	border-left: 1px solid #ccc;
}

#measurementTable td {
	text-align: center;
	border-right: 1px solid #ccc;
}

#measurementTable thead tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.faq {
	background-color: white;
	border-radius: 1.25rem;
	margin: 0 80px;
	box-shadow: 0 0.62rem 1.87rem rgba(0, 0, 0, 0.2);
}

.card-header.card_accor:hover button.btn {
	color: #c91d1b !important;
}

.btn.btn-link.collapsed .btn-link:hover {
	color: #c91d1b;
}

.card-header.card_accor button.btn-link {
	font-size: 15px;
	font-weight: 700;
	border-radius: 0px;
	background-color: #fff;
}

.accordion_area .collapse.show {
	border-bottom: 1.5px solid #c91d1b !important;
}

.btn.btn-link {
	font-size: 15px;
	font-weight: 700;
}

.accordion_area .collapse.show {
	border-bottom: 1.5px solid #c91d1b;
	font-size: 15px;
}

.btn.btn-link.collapsed {
	border-bottom: 1.5px solid #c91d1b !important;
}

.card-header.card_accor button.btn-link {
	border: 0px !important;
}

.card-header.card_accor button.btn-link.collapsed {
	border-radius: 0px;
	background-color: #fff;
	border-bottom: 1.5px solid #c91d1b !important;
	font-weight: 500;
}

#load_data .shoplist-fh {
	padding: 0px 5px;
}

.animate {
	color: white;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 0px;
	position: relative;
	animation: text 4s 1;
	animation-name: text;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	color: #c91d1b;
}

.animate .custom-f {
	font-size: 14px;
}

@keyframes text {
	0% {
		color: black;
		margin-bottom: -40px;
	}

	30% {
		letter-spacing: 5px;
		margin-bottom: -40px;
	}

	85% {
		letter-spacing: 2px;
		margin-bottom: -40px;
	}

	100% {
		margin-bottom: 15px;
	}
}

.product_tranding {
	background: url(../img/purple.png);
	background-size: cover;
	background-position: center center;
	width: 100px;
	text-align: center;
	height: 32px;
}

.thank-box {
	background: #fff;
	margin-top: 40px;
	padding: 50px;
	box-shadow: 0 10px 16px 1px rgb(255 191 190);
}

.thank-box h2 {
	font-family: "Kaushan Script", cursive;
	font-size: 40px;
	color: red;
	text-align: center;
	margin-bottom: 30px;
}

.thank-box p {
	font-size: 20px;
	color: #333;
	line-height: 35px;
	text-align: center;
}

.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: .6s;
	transition: .6s;
	margin: 0 auto;
}

.coupon {
	width: 400px;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
	display: flex;
	align-items: stretch;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.coupon::before,
.coupon::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.coupon::before {
	left: 0;
	background-image: radial-gradient(circle at 0 50%,
			transparent 25px,
			#c91d1b 26px);
}

.coupon::after {
	right: 0;
	background-image: radial-gradient(circle at 100% 50%,
			transparent 25px,
			#c91d1b 26px);
}

.coupon>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.coupon>div.left {
	width: 20%;
	border-right: 2px dashed rgba(0, 0, 0, 0.13);
	color: #fff;
}

.coupon>div.left div {
	transform: rotate(-90deg);
	white-space: nowrap;
	font-weight: bold;
	padding-top: 25px;
}

.coupon>div.center {
	flex-grow: 1;
	text-align: center;
	color: #fff;
	padding: 0 8px;
}

.coupon>div.right {
	width: 120px;
	padding-right: 15px;
	background-image: radial-gradient(circle at 100% 50%,
			transparent 25px,
			#fff 26px);
}

.coupon>div.right div {
	font-family: "Libre Barcode 128 Text", cursive;
	font-size: 2.5rem;
	font-weight: 400;
	color: #fff;
	transform: rotate(-90deg);

}

.coupon>div.right img {

	transform: rotate(-90deg);
}

.center h2 {
	background: #000;
	color: #fff;
	padding: 0 10px;
	font-size: 2.15rem;
	white-space: nowrap;
	max-width: 70%;
	margin: 0 auto 10px;
}

.center h3 {
	font-size: 2.15rem;
}

.center small {
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 2px;
}

@media screen and (max-width:500px) {
	.coupon {
		width: 320px !important;
		/*display:grid;*/
		grid-template-columns: 1fr;
	}

	.coupon>div.left div {
		/*transform: rotate(0deg);*/
	}

	.coupon>div.right div {
		/*transform: rotate(0deg);*/

	}
}

.bg-theme {
	background: #c91d1b;
}

.label-dark label {
	font-weight: bold;
	font-size: 15px;
	color: #454141;
}

.custom-close .btn-close {
	background: url(../img/close-address.png) no-repeat;

	OPACITY: 1;
	background-size: 50%;
	background-position-y: 10px;
}

.faq_content_area {
	padding-top: 40px;
}

.collapse.show .card-body {
	padding-top: 0px !important;
}

.card-header.card_accor button {
	height: 55px
}

.counterup_section {
	background-image: url(../img/counter.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 40px;
	margin-bottom: 40px;
}

span.f-24 {
	font-size: 24px;
}

.white-top-b li:before {
	background: #fff !important;
}

.cart-close {
	background: url(../img/cart-close.png
) no-repeat !important;

	OPACITY: 1;
	background-size: 50% !important;
	background-position-y: 4px !important;
}

.product_variant.size button {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 12px;
}

.left-text-space {
	margin-left: 40px;
	text-align: justify
}

.account-form .form-label {
	font-weight: bold;
	font-size: 15px;
	color: #454141;
}

.fil-btn .btn-danger {
	background: #c91d1b;
	border: 1px solid #c91d1b;
	color: #FFF;
}

.fil-btn .btn-danger:hover {
	background: #333;
	border: 1px solid #333;
	color: #FFF;
}

.product_variant.size .col-auto {
	margin-bottom: 10px
}

.product-name {
	line-height: 25px;
}

.f-10 {
	font-size: 10px !important;
}

.pin-box .border-btn {
	white-space: nowrap;

}

.shopping-summery table tr .image {
	min-width: 120px !important
}

.cart_item .product_price.product_content {
	display: flex;
	width: 100%;
}

.d-inline {
	display: inline-block;
}

.d-inline span {
	display: inline;
}

.cart_info span.old_price {
	color: #a4a4a4;
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 13px;
}

.cart_info span.current_price {
	color: #c93a26;
	font-size: 13px;
	font-weight: bold;
}

.ofscrol {
	overflow: hidden;
}

/*23/9/24 css start here */

#firstModal .addressAddForm .btn.btn-light.btn-sm {
	color: #253D4E !important;
}


/* css add for track order deisgn */
.steps .step {
	display: block;
	width: 100%;
	margin-bottom: 35px;
	text-align: center
}

.steps .step .step-icon-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
	display: block;
	position: absolute;
	top: 50%;
	width: 50%;
	height: 3px;
	margin-top: -1px;
	background-color: #e1e7ec;
	content: '';
	z-index: 1
}

.steps .step .step-icon-wrap::before {
	left: 0
}

.steps .step .step-icon-wrap::after {
	right: 0
}

.steps .step .step-icon {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	border: 1px solid #e1e7ec;
	border-radius: 50%;
	background-color: #f5f5f5;
	color: #374250;
	font-size: 38px;
	line-height: 81px;
	z-index: 5
}

.steps .step .step-title {
	margin-top: 16px;
	margin-bottom: 0;
	color: #606975;
	font-size: 14px;
	font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
	display: none
}

.steps .step:last-child .step-icon-wrap::after {
	display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
	background-color: #c81a18
}

.steps .step.completed .step-icon {
	border-color: #c81a18;
	background-color: #c81a18;
	color: #fff
}

.shopping-summery table tbody tr td:last-child a {
	color: #7E7E7E !important;
}

@media (max-width: 576px) {

	.flex-sm-nowrap .step .step-icon-wrap::before,
	.flex-sm-nowrap .step .step-icon-wrap::after {
		display: none
	}

	.shopping-summery .qty-btn {
		/*background-color: #000;*/
		border: none;
		padding: 3px;
		cursor: pointer;
		font-size: 18px;
		width: 40px;
		height: 30px;
		/* color: #fff;*/

	}

	button.qty-btn.plus {
		bottom: -2px !important;
	}

	button.qty-btn.minus {
		top: -2px !important;
	}

	.product-name {
		line-height: 25px;
		font-size: 14px;
	}

	.shopping-summery .quantity-selector {
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {

	.flex-md-nowrap .step .step-icon-wrap::before,
	.flex-md-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

@media (max-width: 991px) {

	.flex-lg-nowrap .step .step-icon-wrap::before,
	.flex-lg-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

@media (max-width: 1200px) {

	.flex-xl-nowrap .step .step-icon-wrap::before,
	.flex-xl-nowrap .step .step-icon-wrap::after {
		display: none
	}
}

.bg-faded,
.bg-secondary {
	background-color: #f5f5f5 !important;
}

/*.bg-faded, .bg-secondary .text-medium{
    font-size:16px;
}
*/
.filterbtn-sticky {
	display: none;
}

.modal_tab_button .product_navactive .owl-stage .owl-item li a img {
	aspect-ratio: 3 / 4.5;
	object-fit: contain;
}

/* solve code for header account menu css */
.user_links {
	position: relative;
}

.user_dropdown {
	visibility: hidden;
	/* Initially hidden */
	opacity: 0;
	/* Start with opacity 0 */
	position: absolute;
	top: 40px;
	left: -43px;
	background-color: #fff;
	/* Customize as needed */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	transition: visibility 0s 0.3s, opacity 0.3s ease;
	/* Delay visibility change */
}

.user_links:hover .user_dropdown {
	visibility: visible;
	/* Show when hovered */
	opacity: 1;
	/* Fade in */
	transition-delay: 0s;
	/* Show immediately on hover */
	min-width: 140px;
	/* Ensure minimum width */
}

.user_dropdown li {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.user_dropdown li:last-child {
	border-bottom: 0;
}

.user_dropdown li a {
	display: block;
	text-align: left;
	padding: 10px;
	text-decoration: none;
	color: #333;
	/* Customize as needed */
	transition: background-color 0.3s ease;
	/* Smooth transition for background color */
}

.user_dropdown li a:hover {
	background-color: #f0f0f0;
	/* Customize as needed */
}

.shop_wrapper .single_product {
	margin-bottom: 10px;
}

.womens_product .single_product {
	margin-bottom: 10px;
}

.mens_product .single_product {
	margin-bottom: 10px;
}

.modal#statusSuccessModal .modal-content,
.modal#statusErrorsModal .modal-content {
	border-radius: 30px;
}

.modal#statusSuccessModal .modal-content svg,
.modal#statusErrorsModal .modal-content svg {
	width: 100px;
	display: block;
	margin: 0 auto;
}

.modal#statusSuccessModal .modal-content .path,
.modal#statusErrorsModal .modal-content .path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}

.modal#statusSuccessModal .modal-content .path.circle,
.modal#statusErrorsModal .modal-content .path.circle {
	-webkit-animation: dash 0.9s ease-in-out;
	animation: dash 0.9s ease-in-out;
}

.modal#statusSuccessModal .modal-content .path.line,
.modal#statusErrorsModal .modal-content .path.line {
	stroke-dashoffset: 1000;
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
	animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal#statusSuccessModal .modal-content .path.check,
.modal#statusErrorsModal .modal-content .path.check {
	stroke-dashoffset: -100;
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

#statusSuccessModal .btn-success {

	background: #198754 !important;
	border-color: #198754 !important;
	width: 75px;
}

#statusSuccessModal .btn-danger {

	background: #c91d1b !important;
	border-color: #c91d1b !important;

}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}

	100% {
		stroke-dashoffset: 900;
	}
}

@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}

	100% {
		stroke-dashoffset: 900;
	}
}

.box00 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.login-image-fix {
	width: 90%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.single-zoom img {
	height: 100%;
	object-fit: contain;
}

.whatspp-chat {
	/*position:relative;*/
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366 !important;
	color: #FFF !important;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.whatspp-chat:hover {
	background: #25d366 !important;
	color: #fff;
	border-color: transparent !important;
}

.shoplist-fh .product_thumb a.primary_img,
.shoplist-fh .product_thumb a.secondary_img {
	max-height: 518px;
	min-height: 518px;
}

.offcanvas_menu_wrapper .logo {
	margin-bottom: 25px;
	margin-top: 25px;
}

.mobile-cart-set {
	display: none;

}

.single-product-active .item.active {
	border: 2px solid #007bff;
	/* Example border style */
	opacity: 1;
	/* Ensure it stands out */
	transition: border 0.3s;
	/* Smooth transition */
}

.header_three .header_middel .logo img {
	width: 120px;
}

.zoomGalleryActive img {
	outline: 0.125em solid red;
	outline-offset: -0.37em;
}

/*#big .item { background: #ec6e46; padding: 0px 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }*/
#big .item {
	padding: 0px 0px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
}

#thumbs .item {
	background: transparent;
	/*height: 80px;*/
	height: 65px;
	width: 70px;
	line-height: 70px;
	padding: 0px;
	margin: 2px;
	color: #FFF;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

#thumbs .item img {
	height: 100%;
	/* object-fit:contain*/
	;
}

#thumbs .item h1 {
	font-size: 18px;
}

#thumbs .current .item {
	background: transparent;
	outline: 2px solid red;
	/*outline-offset: -0.37em;*/
}

.owl-theme .owl-nav [class*='owl-'] {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}

#big.owl-theme {
	position: relative;
}

/*#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 50px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-next .fa-solid{color:#fff;}
#big.owl-theme .owl-prev .fa-solid {color:#fff;}*/

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
	width: 50px;
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
}

#big.owl-theme .owl-next .fa-solid {
	color: #000;
	font-size: large;
}

#big.owl-theme .owl-prev .fa-solid {
	color: #000;
	font-size: large;
}

#big.owl-theme .owl-prev {
	left: 0px;
}

#big.owl-theme .owl-next {
	right: 0px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
	background: #333;
}

.banner_conteiner {
	/*background-image: url(<?php echo $centerbanner_img; ?>);*/
}

.newletter-popup {
	width: 60% !important;
}

.fa {
	line-height: inherit !important;
}

.fa-brands {
	line-height: inherit !important;
}

@media only screen and (max-width: 767px) {
	.newletter-popup {}

	.newletter-content h2 {
		font-size: 16px;
		color: #000;
		font-family: 'Open Sans';
		padding-top: 162px !important;
		line-height: 20px;
	}

	.banner_thumb .h-100 {
		height: auto !important;
	}

	.n-bg {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
}

/* iPhone 12 Pro and other similar devices */
@media only screen and (min-width: 375px) and (max-width: 414px) and (-webkit-device-pixel-ratio: 3) {
	.newletter-content h2 {
		/* Add your styles here */
		padding-top: 162px !important;
	}
}

/* iPhone 12 Pro (1170 x 2532) - 3x Pixel Density */
@media only screen and (device-width: 1170px) and (device-height: 2532px) and (-webkit-device-pixel-ratio: 3) {
	.newletter-content h2 {
		/* Add your styles here */
		padding-top: 162px !important;
	}
}

/* Google Pixel (1080 x 1920) - 2x Pixel Density */
@media only screen and (device-width: 1080px) and (device-height: 1920px) and (-webkit-device-pixel-ratio: 2) {
	.newletter-content h2 {
		padding-top: 155px !important;
	}
}

@media (max-width:650px) and (min-width: 460px) {
	.newletter-content h2 {
		font-size: 16px;
		color: #000;
		font-family: 'Open Sans';
		padding-top: 240px !important;

	}
}

@media only screen and (max-width: 414px) {
	.newletter-content h2 {
		padding-top: 200px !important;

	}
}

@media (min-width: 2000px) and (max-width: 2500px) {
	.product_thumb img {
		aspect-ratio: 3 / 5 !important;
	}
}

#sp_coupen_response {
	color: red;
}

.fix-thumb .owl-stage {
	width: 100% !important;
}

header_area header_three .header_middel {
	display: none !important;
}

.r-40 {
	border-radius: 40px;
}

@media (max-width: 767px) {
	.row>.col-lg-6.col-md-6.col-sm-6 {
		flex: 0 0 50% !important;
		max-width: 50% !important;
		padding: 0 5px !important;
		box-sizing: border-box;
	}
}

.banner-image {
	height: 350px;
	border-radius: 15px;
}

@media (max-width: 700px) {
	.banner-image {
		height: auto;
	}
}

/* career page */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'inter', sans-serif;
}

.cr-hero {
    margin-top:-20px;
	position: relative;
	width: 100vw;
	height: 75vh;
	background: url('../../assets/img/banner.png') center center / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.cr-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1200px;
	padding: 0 20px;
}

.cr-hero-content img {
	width: 90%;
	height: 100%;
}


.cr-hero-content h1 {
	color: #ffffff;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 1px;
}

.cr-hero-content h2 {
	margin-top: 10px;
	font-family: 'Pacifico', cursive;
	font-size: 36px;
	color: #e53935;
}

.cr-hero-cards {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 60px;
}

.cr-hero-card {
	position: relative;
	background: #ffffff;
	padding: 35px 26px;
	width: 265px;
	border-radius: 34px;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.cr-hero-card::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1.8px solid #e41c2a;
	border-radius: 24px;
	pointer-events: none;
	border-bottom: none;
}

.cr-hero-card-1 {
	transform: rotate(-6deg);
}

.cr-hero-card-2 {
	transform: rotate(2deg);
}

.cr-hero-card-3 {
	transform: rotate(6deg);
}

.brush {
	top: 90%;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
}

.brush img {
	width: 100%
}

.cr-filter-section {
	padding: 30px 120px;
}

.cr-filter-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cr-filter-top h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	color:#000;
}

.cr-all-jobs {
	color: #e4002b;
	font-size: 13px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-bottom: 2px solid #e4002b;
	padding-bottom: 4px;
}

.cr-job-count {
	background: #e4002b;
	color: #fff;
	font-size: 10px;
	padding: 1px 11px;
	border-radius: 25px;
}

.cr-filter-icon {
	color: #8b3df5;
}

.cr-filter-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.cr-filters-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cr-label {
	font-size: 12px;
	color: #666;
	font-weight: 500;
}

.cr-filters-left select {
	padding: 6px 12px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	font-size: 12px;
	background: #fff;
	min-width: 160px;
	height: 36px;
}

.cr-filters-right {
	display: flex;
	gap: 12px;
}

.cr-filter-apply {
	background: #fff;
	border: 1px solid #e5c2f7;
	color: #8b3df5;
	font-size: 12px;
	padding: 6px 14px;
	border-radius: 6px;
	cursor: pointer;
}

.cr-filter-clear {
	background: #fff;
	border: 1px solid #e5c2f7;
	color: #8b3df5;
	font-size: 12px;
	padding: 6px 14px;
	border-radius: 6px;
	cursor: pointer;
}


.cr-sort-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
}

.cr-filter-row .cr-label,
.cr-sort-row .cr-label {
	width: 100%;
}

.cr-sort-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cr-sort-select {
	padding: 6px 12px;
	border: 1px solid #d8b4fe;
	border-radius: 6px;
	font-size: 12px;
	color: #8b3df5;
	background: #fff;
}

.cr-view-icons {
	display: flex;
	gap: 14px;
	font-size: 16px;
}

.icon {
	width: 18px;
	height: 18px;
	stroke: #e4002b;
}

.cr-icon-red {
	color: #e4002b;
	font-size: 18px;
}

.cr-view-icons i {
	color: #888;
	cursor: pointer;
}

.cr-view-icons .active {
	color: #8b3df5;
}

.cr-jobs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0px 120px 20px;
}

.cr-job-card {
	border: 1px solid #eee;
	border-radius: 14px;
	padding: 18px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.cr-job-card h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
	color:#000;
}

.cr-job-icons {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	gap: 12px;
	color: #000;
	font-size: 14px;
}

.cr-job-detail {
	display: flex;
	gap: 8px;
	font-size: 15px;
	color: #666;
	margin-bottom: 8px;
}

.cr-job-detail i {
	color: #a855f7;
	width: 14px;
}

.cr-job-footer {
	display: flex;
	justify-content: flex-end;
	margin-top: -33px;
}

.cr-posted {
	font-size: 11px;
	color: #999;
}

.cr-apply-btn {
	background: #e4002b;
	color: #fff;
	border: none;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 6px;
	cursor: pointer;
}

@media (max-width: 900px) {
	.cr-hero-content h1 {
		font-size: 42px;
	}

	.cr-hero-content h2 {
		font-size: 28px;
	}

	.cr-hero-cards {
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.cr-hero-card {
		transform: none !important;
		width: 90%;
		max-width: 320px;
	}
}

@media (max-width: 768px) {
    .cr-hero{
        height:100vh;
    }
	.brush {
		top: 97%;
	}

	.cr-testimonial {
		display: block !important;
		padding: 40px 20px !important;
	}

	.cr-left-side img {
		width: 100% !important;
	}

	.cr-right-side {
		max-width: 100% !important;
	}
}

/*.container {*/
/*	width: 100%;*/
/*	height: 100vh;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/

.banner::before,
.banner::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../../assets/img/bg-bottom.png") repeat-x;
	z-index: 5;
}

.team-movement-section {
	width: 100%;
	height: 80%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 80px 20px !important;
	background: linear-gradient(55.82deg, #000000 -2.77%, rgba(0, 0, 0, 0.64) 97.36%);

}

.team-movement-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url("../../assets/img/bg-bottom.png")repeat;
	background-size: contain;
	z-index: 2;
	transform: rotate(180deg);
}

.team-movement-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: url("../../assets/img/bg-bottom.png")repeat;
	background-size: contain;
	z-index: 2;
}

.cr-left-side,
.cr-right-side {
	position: relative;
	z-index: 3;
}

.cr-left-side {
	margin-top: 42px;
}

.cr-left-side img {
	width: 90%;
	height: auto;
	border-radius: 8px;
}

.cr-right-side {
	color: white;
	max-width: 50%;
}

.cr-right-side h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.cr-right-side p {
	font-size: 18px;
	font-weight: 600;
	width: 70%;
	margin-bottom: 20px;
	line-height: 1.5;
}

.cr-right-side span {
	font-size: 16px;
	color: #e63946;
}

@media (max-width: 768px) {

	.cr-filter-section {
		padding: 0 16px;
	}

	.cr-filter-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.cr-filter-icon {
		align-self: flex-end;
	}

	.cr-filter-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-top: 16px;
	}

	.cr-filters-left {
		flex-wrap: wrap;
		gap: 10px;
	}


	.cr-filters-right {
		width: 100%;
		justify-content: space-between;
	}

	.cr-sort-row {
		flex-direction: row;
		align-items: center;
		margin-top: 12px;
	}

	.cr-sort-left {
		gap: 6px;
	}

	.cr-sort-select {
		font-size: 11px;
		padding: 5px 10px;
	}

	.cr-view-icons {
		gap: 12px;
	}

	.cr-jobs {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cr-jobs {
		padding: 20px 20px;
	}

	.cr-jobs+.cr-jobs {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.cr-filters-left select {
		width: auto;
		min-width: unset;
		flex: 0 0 auto;
		padding: 6px 10px;
		font-size: 12px;
		height: 34px;
	}

	.cr-hero-cards {
		margin-top: 20px;
	}

	.cr-job-card {
		padding: 16px;
	}

	.cr-job-card h3 {
		font-size: 13px;
		line-height: 1.4;
	}

	.cr-job-detail {
		font-size: 11px;
	}

	.cr-job-footer {
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}

	.cr-apply-btn {
		padding: 6px 12px;
		font-size: 11px;
	}

	.team-movement-section {
		display: block;
		height:105%;
	}

	.cr-right-side {
		text-align: center;
	}

	.cr-right-side p {
		width: 100%;
	}

	.team-movement-section::before,
	.team-movement-section::after {
		background: url(../../assets/img/bg-bottom.png) no-repeat;
	}

	.testimonial-section::before,
	.testimonial-section::after {
		background: url(../../assets/img/bg-bottom.png) no-repeat !important;
	}

	.testimonial-section img {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.dotted-border {
		width: 100% !important;
		
		margin-left: -15px !important;
		height: 100% !important;
	}

	.testimonial-section img {
		margin-bottom: 0px !important;
	}
}

.testimonial-section {
	background: linear-gradient(252.46deg, #161616 5.18%, #464646 101.18%);
	padding: 80px 20px;
	position: relative;
	overflow: hidden;
}

.testimonial-section img {
	width: 70%;
	height: 100%;
	margin-left: 170px;
	margin-bottom: 45px;
}

.testimonial-section::before,
.testimonial-section::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	background: url("../../assets/img/bg-bottom.png") repeat;
	background-size: contain;
	z-index: 2;
}

.testimonial-section::before {
	top: 0;
	transform: rotate(180deg);
}

.testimonial-section::after {
	bottom: 0;
}

.title {
	text-align: center;
	color: #ff2b2b;
	font-size: 36px;
	margin-bottom: 60px;
	position: relative;
	z-index: 3;
}

.slider-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	position: relative;
	z-index: 3;
}

.testimonial {
	position: relative;
	max-width: 900px;
	width: 100%;
}
.testimonial .slide {
    width: 600px!important;
    height: 350px!important;
    object-fit: cover; /* contain bhi use kar sakte ho */
}


.testimonial-slider-track {
	position: relative;
	z-index: 9999;
}

.slide {
	display: none;
	width: 100%;
}

.slide.active {
	display: block;
}

.dotted-border {
	position: absolute;
	inset: 3px;
	border: 2px dotted rgba(255, 255, 255, 0.25);
	pointer-events: none;
	width: 70%;
	margin-left: 144px;
	height: 85%;
	transform: rotate(357deg);
}
.arrow {
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	user-select: none;
	transition: 0.3s ease;
}

.arrow:hover {
	color: #ff2b2b;
}

@media (max-width: 768px) {
	.slider-wrapper {
		gap: 16px;
	}

	.arrow {
		font-size: 24px;
	}

	.testimonial {
		max-width: 100%;
	}
}

.bg-right {
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 320px;
	height: 320px;
	background: url("../../assets/img/bg.png") no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
/*Form css*/
.cr-apply-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.cr-apply-modal-overlay.cr-active {
    display: flex;
}

.cr-apply-modal {
    background: #fff;
    width: 680px;
    padding: 30px;
    border-radius: 12px;
    position: relative;
}
.cr-job-apply-btn{
    background: #e4002b;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 6px;
    cursor: pointer;
}
.cr-apply-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.cr-apply-modal h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    color: #000;
}

.cr-apply-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.cr-apply-field {
    width: 100%;
    position: relative;
}

.cr-apply-field input,
.cr-apply-field select,
.cr-apply-field textarea {
    width: 100%;
    padding: 8px 12px;
    margin: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
}

.cr-apply-field textarea {
    height: 110px;
    resize: none;
    margin-bottom: 25px;
}

.cr-apply-file-upload input {
    display: none;
}

.cr-apply-file-upload label {
    display: flex;
    align-items: center;
    height: 38px;
    margin-top: 4px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
}

.cr-choose-file {
    background: #f2f2f2;
    padding: 3px 15px;
    margin-left: 4px;
    border-radius: 5px;
}

.cr-upload-text {
    padding-left: 15px;
}

.cr-apply-field small {
    color: #e02b3b;
    font-size: 12px;
    position: absolute;
    bottom: -19px;
    left: 2px;
}

.cr-apply-field.cr-error input,
.cr-apply-field.cr-error select,
.cr-apply-field.cr-error textarea {
    border-color: #e02b3b;
}

.cr-apply-submit-btn {
    width: 240px;
    height: 48px;
    background: #e02b3b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cr-apply-row {
        flex-direction: column;
    }
    .cr-apply-modal {
        width: 100%;
        padding: 20px;
    }
    .cr-apply-submit-btn {
        width: 100%;
    }
}
/* ================= PERFECT MOBILE RESPONSIVE ================= */
@media (max-width: 600px) {
    .testimonial .slide {
    height: 150px !important;
    }
    .cr-apply-modal-overlay {
        padding: 12px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .cr-apply-modal {
        width: 100%;
        max-width: 100%;
        padding: 18px 14px 22px;
        border-radius: 14px;
        margin-top: 18px;
    }

    .cr-apply-modal h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .cr-apply-close-btn {
        top: 10px;
        right: 12px;
        font-size: 18px;
    }

    /* ===== GRID LAYOUT (2 FIELDS) ===== */
    .cr-apply-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 0px;
    }

    .cr-apply-field {
        width: 100%;
    }

    /* FULL WIDTH ITEMS */
    .cr-apply-file-upload,
    .cr-apply-field textarea {
        grid-column: 1 / -1;
    }

    /* INPUT STYLING */
    .cr-apply-field input,
    .cr-apply-field select,
    .cr-apply-field textarea {
        font-size: 13px;
        padding: 10px 12px;
        border-radius: 6px;
    }

    .cr-apply-field textarea {
        height: 90px;
        margin-bottom: 6px;
    }

    /* FILE UPLOAD */
    .cr-apply-file-upload label {
        width: 100%;
        height: auto;
        padding: 6px;
        gap: 8px;
    }

    .cr-choose-file {
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .cr-upload-text {
        font-size: 12px;
        padding-left: 0;
    }

    /* ERROR MESSAGE FIX */
    .cr-apply-field small {
        position: static;
        display: block;
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.2;
    }

    /* SUBMIT BUTTON */
    .cr-apply-submit-btn {
        width: 100%;
        height: 46px;
        font-size: 14px;
        border-radius: 8px;
        margin-top: 10px;
    }
    .cr-apply-row:nth-of-type(3) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        align-items: start;
    }

    /* Make both fields equal width */
    .cr-apply-row:nth-of-type(3) .cr-apply-field {
        width: 100%;
    }

    /* File upload full height match */
    .cr-apply-file-upload label {
        width: 100%;
        height: 40px;
        padding: 6px 8px;
        display: flex;
        align-items: center;
    }

    .cr-choose-file {
        font-size: 12px;
        padding: 5px 10px;
        white-space: nowrap;
    }

    .cr-upload-text {
        font-size: 12px;
        padding-left: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
#news-flash {
    height: 24px;              /* ek line ki height */
    overflow: hidden;
}

#news-flash ul {
    margin: 0;
    padding: 0;
    list-style: none;
    animation: newsSlide 9s ease-in-out infinite;
}

#news-flash ul li {
    height: 24px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 600;
}

@keyframes newsSlide {
    0%   { transform: translateY(0); }
    33%  { transform: translateY(0); }

    36%  { transform: translateY(-24px); }
    66%  { transform: translateY(-24px); }

    69%  { transform: translateY(-48px); }
    100% { transform: translateY(-48px); }
}
.lucide-cog {
    transform: scale(1.5);
    margin-right: 4px;
    margin-left: 3px;
    margin-top: 2px;
}



/*My-orders style*/
.order_container {
    max-width: 800px;
    margin: 50px auto;
}


.order_header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.order_icon-box {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.order_icon-box i{
    color: #1e293b;
    
}

.order_title-area h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

.order_title-area p {
    font-size: 0.875rem;
    color: #64748b;
}


.order_search-container {
    position: relative;
    margin-bottom: 1.5rem;
}

.order_search-container input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    font-size: 0.9375rem;
    transition: all 0.2s;
    outline: none;
}

.search-container input:focus {
    border-color: #cbd5e1;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.order_search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.order_tabs-wrapper {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    scrollbar-width: none;
}

.order_tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.order_tab-btn {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}



.tab-btn:hover {
    background: #f1f5f9;
}

.order_tab-btn.order_active {
    background: #0c1421;
    color: #fff;
    border-color: #0c1421;
}

.order_tab-btn i {
    font-size: 0.875rem;
}

.order_count-badge {
    font-size: 14px;
}


.order_month-divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f1f5f9;
}

.order_month-divider span:first-child {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1e293b;
}

.order_month-divider span:last-child {
    font-size: 16px;
    color: #64748b;
}


.order_orders-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    padding-left: 2rem;
}

.order_orders-list::before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e2e8f0;
}


.order_order-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.25rem;
    position: relative;
    transition: all 0.3s ease;
}

.order_order-card::before {
    content: '';
    position: absolute;
    left: -31px; 
    top: 1.8rem;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #cbd5e1;
    border: 2px solid #f8fafc;
    outline: 4px solid #f8fafc;
    z-index: 2;
}

.order_order-card.order_in-transit { border-color: #bfdbfe; }
.order_order-card.order_in-transit::before { background: #3b82f6; }

.order_order-card.order_delivered {border-color: #bbf7d0; }
.order_order-card.order_delivered::before { background: #10b981; }

.order_order-card.order_cancelled {border-color: #fecaca; }
.order_order-card.order_cancelled::before { background: #ef4444; }

.order_order-card.order_returned {border-color: #fde68a; }
.order_order-card.order_returned::before { background: #f59e0b; }


.order_order-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.order_order-info {
    display: flex;
    gap: 1rem;
}

.order_main-img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #f1f5f9;
    padding: 4px;
    object-fit: contain;
}

.order_order-meta h3 {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color : #1e293b;
}

.order_status-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 13px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.order_expand-btn{
    padding : 0px;
    border: none;
    background: none;
}

.order_expand-btn i{
    color: #1e293b;
}


.order_status-badge.order_in-transit { 
    background: #eff6ff;
    color: #3b82f6 !important;
    }
    
.order_status-badge.order_in-transit i{
    color: #3b82f6 !important;
}

.order_status-badge.order_delivered { 
    background: #ecfdf5; 
    color: #10b981; }

.order_status-badge.order_delivered i{
     color: #10b981 !important; 
}    
    
.order_status-badge.order_cancelled { 
    background: #fef2f2;
    color: #ef4444; 
    
}

.order_status-badge.order_cancelled i { 
    color: #ef4444 !important; 
    
}
    
.order_status-badge.order_returned { 
    background: #fffbeb; 
    color: #f59e0b; }

.order_status-badge.order_returned i { 

    color: #f59e0b !important; }

.order_order-meta p {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.order_order-price {
    text-align: right;
}

.order_price-main {
    font-weight: 700;
    font-size: 1.125rem;
    color: #1e293b;
}

.order_price-saved {
    font-size: 0.7rem;
    color: #10b981;
    font-weight: 600;
}

.order_order-expand-btn {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 0.875rem;
    margin-left: 0.5rem;
}


.order_order-details {
    border-top: 1px solid #f1f5f9;
    margin-top: 1rem;
    padding-top: 1.25rem;
    display: none; 
}

.order_order-card.order_expanded .order_order-details {
    display: block;
}

.order_info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.order_info-box {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 12px;
}

.order_info-box.order_full {
    grid-column: span 2;
}

.order_info-label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3b82f6;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.4rem;
}

.order_info-box .order_info-label { color: #3b82f6; }
.order_info-box.order_delivered-info .order_info-label {
    color: #10b981; }
    .order_info-box.order_delivered-info .order_info-label i {
    color: #10b981; }
    
.order_info-box.order_cancelled-info .order_info-label { color: #ef4444; }
.order_info-box.order_cancelled-info .order_info-label i { color: #ef4444; }

.order_info-box.order_returned-info .order_info-label { color: #f59e0b; }
.order_info-box.order_returned-info .order_info-label  i { color: #f59e0b; }



.order_info-value.order_cancelled-text { color: #ef4444; }
.order_info-value.order_cancelled-text i  { color: #ef4444; }
.order_info-value.order_returned-text { color: #f59e0b; }
.order_info-value.order_returned-text i { color: #f59e0b; }

.order_bill-row.order_free { color: #10b981; font-weight: 600; }

.order_info-value {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1e293b;
}

.order_items-section h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    color:#64748b;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.order_product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.order_product-info {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.order_product-thumb {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f1f5f9;
    padding: 2px;
    object-fit: contain;
}

.order_product-text h5 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
}

.order_product-text p {
    font-size: 0.75rem;
    color: #64748b;
}

.order_product-price {
    text-align: right;
}

.order_p-current {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
}

.order_p-original {
    font-size: 0.7rem;
    color: #64748b;
    text-decoration: line-through;
}


.order_bill-details {
    background: #fefeff;
    padding: 1rem;
    border-radius: 12px;
    margin-top: 1.5rem;
}

.order_bill-details h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    color:#64748b;
    margin-bottom: 0.75rem;
}

.order_bill-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.order_bill-row.order_discount { color: #10b981; }
.order_bill-row.order_total {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #e2e8f0;
    font-size: 1rem;
    font-weight: 700;
}

.order_action-buttons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.order_btn {
    padding: 0.65rem 1.25rem;
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: all 0.2s;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: v#1e293b;
}
.order_btn i{
    color: #1e293b;
}

.order_btn-dark {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}
.order_btn-dark i{
     color: #fff;
}

.btn-dark:hover {
    background: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.order_btn:hover:not(.order_btn-dark) {
    background: #f8fafc;
    border-color: #cbd5e1;
}

#all:checked ~ .order_orders-list .order_order-card { display: block; }
#transit:checked ~ .order_orders-list .order_order-card:not(.order_in-transit) { display: none; }
#delivered:checked ~ .order_orders-list .order_order-card:not(.order_delivered) { display: none; }
#cancelled:checked ~ .order_orders-list .order_order-card:not(.order_cancelled) { display: none; }
#returns:checked ~ .order_orders-list .order_order-card:not(.order_returned) { display: none; }


input[type="radio"].order_tab-radio {
    display: none;
}

#all:checked ~ .order_tabs-wrapper label[for="all"],
#transit:checked ~ .order_tabs-wrapper label[for="transit"],
#delivered:checked ~ .order_tabs-wrapper label[for="delivered"],
#cancelled:checked ~ .order_tabs-wrapper label[for="cancelled"],
#returns:checked ~ .order_tabs-wrapper label[for="returns"] {
    background: #0c1421;
    color: #fff !important;
    border-color: #0c1421;
}

/* default icon color */
.order_tab-btn i{
    color: #0c1421;
}

/* active tab icon color */
#all:checked ~ .order_tabs-wrapper label[for="all"] i,
#transit:checked ~ .order_tabs-wrapper label[for="transit"] i,
#delivered:checked ~ .order_tabs-wrapper label[for="delivered"] i,
#cancelled:checked ~ .order_tabs-wrapper label[for="cancelled"] i,
#returns:checked ~ .order_tabs-wrapper label[for="returns"] i{
    color: #fff !important;
}

@media (max-width: 640px) {
    .order_info-grid {
        grid-template-columns: 1fr;
    }
    .order_info-box.order_full {
        grid-column: span 1;
    }
    .order_action-buttons {
        flex-direction: column;
    }
    .order_btn {
        width: 100%;
        justify-content: center;
    }
}






.equal-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Push title & tabs to full width so cols start fresh below */
.equal-banner > .section_title,
.equal-banner > .product_tab_button {
    width: 100%;
    flex: 0 0 100%;
}

/* Left col full height */
.equal-banner > .col-lg-5 {
    display: flex;
    flex-direction: column;
}

.equal-banner > .col-lg-5 > .banner_area > .banner_thumb > a > img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.equal-banner > .col-lg-5 > .banner_area {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.equal-banner > .col-lg-5 > .banner_area > .banner_thumb {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Critical: <a> tag must also stretch */
.equal-banner > .col-lg-5 > .banner_area > .banner_thumb > a {
    flex: 1;
    display: flex;
    min-height: 0;
}



/* Mobile */
@media (max-width: 991px) {
    .equal-banner > .col-lg-5 > .banner_area > .banner_thumb > a > img {
        height: 350px !important;
    }
}
@media only screen and (max-width: 767px) {

    .row.align-items-center.justify-content-between .logo img{
        width: 120px !important;
        max-width: 120px !important;
        height: auto;
    }

    .row.align-items-center.justify-content-between .col-2{
        flex: 0 0 35%;
        max-width: 35%;
    }
    .res-mt{
        margin-top:20px;
    }
    #measurementTable{
        margin-left: 0px !important; 
    }
    .middel_inner .row {
    display: flex;
    align-items: center!important;
    }
    .box-content.newletter-content .n-bg {
    height: 220px !important;
}

}
@media only screen and (max-width: 430px){
     #measurementTable{
        margin-left: -12px !important; 
    }
}
@media only screen and (max-width: 360px){

    #measurementTable{
        margin-left: -27px !important;
    }

}
.cart_button.checkout a {
    border: 0;
    margin-left: 0px;
    background: #c91d1b;
    font-size: 14px;
    line-height: 50px;
    padding: 0 80px;
    height: 50px;
    border-radius: 3px;
    margin-right: 0px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.cart_button.checkout a:hover {
    background: #242424;
    color: #fff;
}
.table-responsive-custom {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive-custom table {
    min-width: 500px; /* adjust as needed */
    border-collapse: collapse;
}
.box-content.newletter-content .n-bg{
    height: 320px;
}
/* Only for this Men's Fashion section mobile view */
@media (max-width: 767px){
     .nav.product_navactive.owl-carousel .owl-dots{
         bottom: -14px!important;
     }
    .mens-fashion-row{
        display: flex;
        flex-direction: column;
    }

    /* Banner first */
    .mens-fashion-row .col-lg-5{
        order: 1;
        margin-top: 10px;
    }

    /* Title second */
    .mens-fashion-row .section_title{
        order: 2;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px !important;
    }

    /* Products third */
    .mens-fashion-row .col-lg-7{
        order: 3;
    }

    /* Tabs below title */
    .mens-fashion-row .product_tab_button{
        order: 2;
        margin-bottom:0px;
    }
    #thumbs .item {
        height: 58px;
    }
    .quantity-box button:disabled {
    opacity: 1 !important;
    background: #242424 !important;
    color: #fff !important;
    border-radius:3px;
}
    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
        margin: 1.5em 0!important;
    }
}
@media (min-width: 992px) {
  .owl-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #measurementTable th {
    padding: 10px 12px!important;
}
    #measurementTable {
        margin-left: -16px !important;
    }
}
.search-box{
    display:none!important;
}

.search-box.active{
    display:block!important;
}
/* COMMON */
.heart-button {

    cursor: pointer;
    transition: all 0.3s ease;

}

/* ===================================
PRODUCT DETAIL PAGE BUTTON
=================================== */

.cartp-btn {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    width: 100%;

    border: 1px solid #c91d1b;
    border-radius: 5px;

    padding: 11px;

    background: #fff;
    color: #c91d1b;

    font-size: 16px;

}

/* ACTIVE BUTTON */

.active-wishlist {

    background: #c91d1b;
    color: #fff!important;

}

.active-wishlist i {

    color: #fff;

}

/* ===================================
PRODUCT CARD HEART
=================================== */

.heart-button:not(.cartp-btn) {

    background: transparent;
    border: none;

}

.heart-button:not(.cartp-btn) i {

    font-size: 20px;
    color: #c91d1b;

}

/* ===================================
MOBILE
=================================== */

@media only screen and (max-width: 767px){

    .cartp-btn{

        padding: 9px !important;
        font-size: 16px;

    }

}