/* common classes */
html {
	overflow-x: hidden;
}
body {
	font-family: var(--font-r);
	color: var(--body_color);
	background-image: var(--body_bg_image);
	font-size: 14px;
}
*:focus {
	outline: none !important;
	box-shadow: 0 0 0 !important;
}
a {
	color: var(--anchor_color);
}
.blog-page p, .blog-page span, .blog-page a, .blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .cms p, .cms span, .cms a, .cms h1, .cms h2, .cms h3, .cms h4, .cms img{
	font-family: var(--font-r)!important;
	width:auto!important;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--heading_color);
}
a:hover, a.active {
	text-decoration: none;
	color: var(--anchor_hover_color);
}
a, button, img{
	transition: 400ms;
	box-shadow: none;
}
a, button, img div, header div, header span, .top-bar, .logo{
	transition: 400ms!important;
}
.btn.disabled, .btn:disabled {
	opacity: .5;
	cursor: not-allowed;
}
button:focus {
	outline: none;
}
.txt-white{
	color:#fff;
}
.nav-justify{
	margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
    width: 100%;
}
.nav-justify li{
	display: table-cell;
	float: none;
	text-align: center;
	width: 100%;
}
.fw-b {
	font-family: var(--font-b);
}

	.scrolling header{
		box-shadow: 0px 3px 5px rgba(0,0,0, 0.5);
	}

.grey-text{
	color:#ccc!important;
}
.btn {
	font-family: var(--font-b);
	font-size: 14px;
	min-width: 130px;
	text-transform: uppercase;
	color: var(--btn_text_color);
	border: 2px solid var(--btn_bg_color);
	border-radius: 0;
	outline: none;
	background: var(--btn_bg_color);
	box-shadow: none;
}
.btn-sm {
	font-size: 12px;
	min-width: auto;
	padding: 3px 10px;
}
.btn:hover {
	color: var(--btn_bg_color);
	background: transparent;
}
.btn.btn-secondary{
	color: var(--secondary_btn_text_color);
	background: var(--secondary_btn_bg_color);
	border-color: var(--secondary_btn_bg_color);	
}
.btn.btn-secondary:hover {
	color: var(--secondary_btn_bg_color);
	background: transparent;
}
.btn-bordered, .btn.btn-bordered{
	color: var(--btn_bg_color);
	border-color: var(--btn_bg_color);
	background-color: transparent;
}
a.btn-bordered i, .btn-bordered i{
	color: var(--btn_bg_color);
}
.btn-bordered:hover {
	color: var(--btn_text_color);
	background-color: var(--btn_bg_color);
}
.btn-bordered:hover i{
	color: var(--btn_text_color);
}
.btn-bordered-white {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}
.btn-bordered-white:hover {
	color: var(--btn_bg_color);
	background-color: #fff;
}
.section-bg {
	background-color: var(--sections_bg_color);
}
section {
	padding-bottom: 40px;
	padding-top: 40px;
	overflow-x: hidden;
}
.section-bg-color-secondary {
	background-color: var(--sections_bg_color_secondary);
}

.top-bar {
	background-color: var(--secondary_color);
	padding: 5px 0 3px;
}
.mobile-only-nav{
	display:none;
}
.modal-content{
	max-height: calc(100vh - 100px);
	overflow: auto;
}
#move-to-top.slide-top {
    opacity: 1 !important;
    transition: 1s;
}
#move-to-top {
    opacity: 0;
    transition: 1s;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--primary_color);
    text-align: center;
    line-height: 33px;
    z-index: 99999999;
}
#move-to-top svg {
    width: 18px;
    transform: rotate(180deg);
    fill: #fff;
}
.title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
	width: 100%;
}
a.wishlist{
	color: var(--body_color);
	font-size: 17px;
}
a.wishlist:hover i, a.wishlist.active i, a.wishlist.active i, a.wishlist.active i{
	color: #ed2540;
}
.item .wishlist, .fvt-collec a.wishlist, .fvt-collec-sec a.wishlist{
    position: absolute;
	top: 10px;
	background-color: rgb(var(--primary_color_rgb), 0.7);
	height: 30px;
	width: 30px;
	line-height: 34px;
	border-radius: 100%;
	text-align: center;
	right: 10px;
	color:#fff;
	z-index: 1;
}
.item .wishlist:hover, .fvt-collec a.wishlist:hover, .fvt-collec-sec a.wishlist:hover, .item .wishlist.active, .fvt-collec a.wishlist.active, .fvt-collec-sec a.wishlist.active{
	background-color: rgb(var(--primary_color_rgb), 1);
	color:red;
}


.best-seller-product-slider .item .wishlist {
	float:none;
	margin-right: 0px;
}
.ship-check span{
	float:right;
}
.middle-align{
	display:table;
	height:100%;
	width: 100%;
}

.middle-align .child{
	display:table-cell;
	vertical-align:middle;
}
.button-set.actions{
	margin: 30px 0px;
	text-align: right;
}
.button-set.actions .btn{
	width:auto;
	margin-bottom: 0px;
	min-width: 200px;
	margin-right:5px;
}
.button-set.actions .btn:last-child{
	margin-right:0px;
}
.actions .btn {
	width: 100%;
	margin-bottom: 10px;
	max-width: 100%;
	min-width: auto;
}
ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.navbar-toggler{
	display:none;
}
.bg-gray {
	background: #f5f5f5;
}
.media {
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
}
.media.media-xs {
	height: 75px;
	background-color: transparant;
	background-size: contain;
}
.media.media-lg {
	height: 480px;
}
.media.media-xl {
	height: 550px;
}
.media.media-h100{
	height:100%;
}
.error-section {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 30vh;
	text-align: center;
	padding:40px 0px;
}
.error-section .child{
	display: table-cell;
	vertical-align: middle;
}
.error-section h2 {
	font-size: 50px;
	display: table-cell;
	vertical-align: middle;
	color: #de1f3d;
}
.btn-black-border {
	color: #161515;
	border: 1px solid #959595;
	background: transparent;
}
.btn-black-border:hover {
	color: #ed2540;
	border-color: #ed2540;
}
.wishlist.btn {
	width: 100%;
	margin-top: 10px;
	max-width: 100%;
	line-height: 2;
}
.wishlist.btn.active{
	background-color:var(--btn_bg_color);
	color: var(--btn_text_color);
}
.wishlist.btn:hover i, .wishlist.btn.active i{
	color: var(--btn_text_color);
}
.main-container {
	padding: 10px 15px 40px;
}
.page-title {
	margin-bottom: 30px;
	color: var(--primary_color);
}
.mb20 {
	margin-bottom: 20px;
}
.ptb40 {
	padding: 40px 0;
}
footer {
	background: var(--secondary_color);
}
#news-letter-form label.error {
	position: absolute;
	left: 0;
	bottom: -30px;
}
.validation-msgs p{
	margin-bottom:10px;
}
.validation-msgs p:last-child{
	margin-bottom:0px;
}

.call-support {
	margin: 0;
	padding: 22px 0 20px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #5a468f;
}
.call-support a {
	text-decoration: none;
	color: #fff;
}
.search-box .container .row {
	position: relative;
}
.search-box .search-section {
	position: absolute;
	z-index: 9;
	right: 0;
	overflow: hidden;
	width: 40%;
	height: 0;
	transition: 400ms;
}
.search-box.show .search-section {
	overflow: visible;
	height: auto;
	transition: 400ms;
}
.search-box .input-group button {
	min-width: auto;
	border: 0;
	background: #666;
}
.search-section .form-control {
	padding: 0;
	border-radius: 0;
}
.search-box input.user-search {
	min-height: auto;
	margin-left: 1px;
	border: 0;
}
.typeahead__backdrop, .typeahead__container.backdrop + .typeahead__backdrop {
	display: none!important;
}
.search-box .input-group button img {
	filter: invert(1);
}
.typeahead__list, .typeahead__dropdown {
	top: 35px;
}
.nav-close {
	display: none!important;
}
.tab-only, .mobile-cart {
	display: none;
}
.mobile-only {
	display: none;
}
.w-auto, .btn.w-auto{
	width:auto;
	max-width:100%;
}
.w-100, .btn.w-100{
	width:100%;
	max-width:100%;
}

.select-info select, .select-info input.form-control{
    font-size: 14px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	padding: 0px 5px;
	width:100%;
}
.select-info label.error{
	position:relative;
	bottom: auto;
	left: auto;
}

/*home banner slider*/

.banner {
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.banner .container {
	position: relative;
	height:100%;
}

.carousel-control-prev, .carousel-control-next {
	top: 42%;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
}
.carousel-control-prev {
	left: 50px;
}
.carousel-control-next {
	right: 50px;
}

.banner, .home-slider .banner.slide, .home-slider .banner.slide .carousel-item {
	height: 700px;
	overflow: hidden;
}
.banner.inner-banner {
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.breadcrumb {
	margin: -10px 0 25px 0px;
	background: #f0f0f0;
	border-radius: 0;
}
.breadcrumb.breadcrumb-thnks {
	margin-top: 5px;
}
.breadcrumb a {
	font-family: var(--font-b);
	font-size: 12px;
	text-transform: uppercase;
	color: var(--body_color)
}
.breadcrumb a:hover, .breadcrumb a.active {
	text-decoration: none;
	color: var(--primary_color);
}
.breadcrumb span {
	margin: -2px 8px 0;
}
.inner-banner .right-text, .inner-banner .left-text {
	max-width: min-content;
}
.scrolling header.sticky {
	position: sticky;
	top: 0;
	z-index: 9;
}
.two-line-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.options p {
	margin-bottom: 0;
	font-size: 13px;
}
.select2-container {
	display: block;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	height: 38px;
	width: 100%;
	outline: none;
	display: block;
	border-radius: 0;
}
.clearfix {
	width: 100%;
}
.category-description{
	padding-top:0px;
	/* text-align:center; */	
}
.category-description .more-text {display: none;}
/*
.category-description .btn{
	margin:auto;
	margin-top:15px;
	display: inline-block;
}*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 38px;
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.collection-type-info .table {
	background: #f7f7f7;
	box-shadow: 0 1px 10px 0 #ccc;
}
.collection-type-info tr td:last-child {
	border-left: 1px solid #ccc;
}
.collection-type-info tr th {
	text-align: left;
}
.table.product-attribute {
	width: 50%;
}
/**Mega menu**/
.menu-item-has-children {
	position: relative;
	margin-bottom: 0;
}
.navbar-nav ul.sub-menu {
	position: absolute;
	z-index: 1000;
	right: 0;
	left: 0;
	overflow: hidden;
	min-width: max-content;
	height: 0;
	margin-top: 0;
	padding-top: 22px;
	padding-left: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	background: transparent;
}
.navbar-brand img {
	max-width: 220px;
	max-height: 70px;
}
.navbar-brand {
	position: relative;
	top: 5px;
}
.navbar-nav ul.sub-menu1:before {
	position: absolute;
	top: 12px;
	left: 20%;
	width: 0;
	height: 0;
	content: '';
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	border-left: 10px solid transparent;
}
.navbar-nav ul.sub-menu ul {
	padding-top: 0;
}
.navbar-nav .sub-menu ul.sub-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: 0px;
}
.navbar-nav ul.sub-menu li {
	display: block;
	color: #fff;
	border: 0;
	background: #fff;
}
.navbar-expand-lg .navbar-nav ul.sub-menu li .nav-link{
	margin-top: 0;
	padding: 15px;
	border: 0;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.navbar-nav ul.sub-menu1 > li:last-child {
	border-bottom: 1px solid #ccc;
}
.navbar-nav ul.sub-menu li .sub-menu2 li:last-child {
	border-bottom: 1px solid #ccc;
}
.mega-menu ul.sub-menu li .sub-menu2 li:last-child {
	border-bottom: 0px;
}
.menu-item-has-children {
	line-height: 17px;
}
.navbar-light .navbar-nav .menu-item-has-children .nav-link {
	text-align: left;
}
.navbar-nav ul .menu-item-has-children > a {
	padding: 21px 39px 21px;
	border: 0;
}
.navbar-nav ul.sub-menu li:hover a, .navbar-nav ul.sub-menu li.active a {
	color: #2b2a2a;
}
.navbar-nav ul.sub-menu li:hover > a, .navbar-nav ul.sub-menu li.active > a {
	color: var(--anchor_hover_color);
}
.navbar-light .menu-item-has-children:hover > a {
	color: var(--anchor_color);
	border-top-color: var(--primary_color);
}
.menu-item-has-children:hover > .sub-menu {
	overflow: visible;
	height: auto;
	opacity: 1;
}
.menu-item-has-children > a::after {
	font-family: 'Font Awesome 5 Free';
	font-size: 20px;
	font-weight: 900;
	position: relative;
	top: 2px;
	margin-left: 15px;
	content: '\f0d7';
}
.menu-item-has-children .menu-item-has-children > a::after {
	font-size: 17px;
	position: absolute;
	right: 15px;
	top: 14px;
	content: '\f0da';
}
.mega-menu.menu-item-has-children .menu-item-has-children > a::after {
	content: '';
}
.navbar-nav .mega-menu .sub-menu {
	display: block;
}
.navbar-nav .mega-menu .sub-menu ul.sub-menu {
	position: relative;
	top: 0;
	left: auto;
	display: inline-block;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	opacity: 1;
	box-shadow: none;
}
.navbar-nav .mega-menu .menu-item-has-children > .nav-link {
	font-weight: bold;
}
.navbar-nav .mega-menu.menu-item-has-children .nav-link {
	text-align: left;
}
.navbar-nav .mega-menu .sub-menu .menu-item-has-children .nav-link img {
	display: block;
	max-height: 95px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.navbar-nav .nav-link img {
	max-height: 22px;
	margin-top: -4px;
	margin-right: 3px;
}
.navbar-nav .mega-menu .sub-menu .sub-menu .nav-link img {
	display: inline-block;
	max-height: 25px;
	margin-top: -3px;
	margin-right: 5px;
	margin-bottom: 0;
}
.navbar-nav .mega-menu .sub-menu .sub-menu .nav-link {
	padding: 7px 15px;
}
.navbar-nav .mega-menu ul.sub-menu li .nav-link{
	border:0px;	
}
.submenu-toggle {
	display: none;
}
.navbar-nav ul.sub-menu {
	min-width: 230px
}
.flex-direction-nav a.flex-next:before {
	background: url(../../media/right-angle.png);
}
.flex-direction-nav li a:hover {
	cursor: pointer;
}
.product-slider .flex-direction-nav {
	display: none;
}
.flex-direction-nav a {
	display: block;
	width: 26px;
	height: 26px;
	margin-top: -12px;
	box-shadow: 0 0 0;
}
.flex-direction-nav .flex-prev {
	z-index: 1;
	left: -0;
	opacity: 1;
	outline: none;
	;
}
.flex-direction-nav .flex-next {
	z-index: 1;
	right: -0;
	opacity: 1;
	outline: none;
	;
}
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
	width: 26px;
	height: 26px;
	content: '';
	background-size: 100% 100%;
}
.flex-direction-nav a.flex-prev:before {
	background: url(../../media/left-angle.png);
}
.flex-direction-nav a.flex-next:before {
	background: url(../../media/right-angle.png);
}
.pd-item{
	margin-top:10px;
	margin-bottom:10px
}
.product-slider {
	margin-bottom: 0;
	border: 1px solid #dddbdb;
}
.flexslider .flex-viewport {
	background: #fafafa;
}
.select-info h1 {
	font-size: 26px;
	color: var(--body_color);
	margin-bottom: 0px;
}
.select-info .no-shipping{
	margin-bottom: 0;
	color: red;
	margin-top: 3px;
}
.no-shipping{	
	color: red!important;
}
.select-info .price {
	font-family: var(--font-b);
	font-size: 28px;
	margin-bottom: 0;
	color: var(--secondary_color);
}
.select-info .discription {
	font-size: 14px;
	margin-top: 15px;
}
.select-info .cat {
	font-size: 14px;
	text-transform: capitalize;
	color: var(--secondary_color);
}
.select-info .cat a{
	color:var(--body_color)	
}
.select-info .variation-container span{
	width: -moz-available;	
}
.select-info .variation-container .attr-title {
	font-size: 13px;
	float: left;
	min-width: 60px;
	margin-right: 40px;
	width:auto;
	text-transform: uppercase;
	padding-top: 7px;
}
.select-info .item {
	margin-top: 25px;
	/* display: flex; */
}
.select-info .item .input-attributes span {
	margin-bottom: 0;
}
.select-info .item label {
	margin-bottom: 10px;
}
.detail-page .add-basket {
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	height: 42px;
	margin-top: 25px;
	padding: 0;
	text-align: center;
	max-width: 100%;
}
.qty-select {
	margin-top: 25px;
}
.qty-select button {
	line-height: 4px;
	height: 42px;
	padding: 10px;
	border: 1px solid #959595;
	border-radius: 0;
	background: transparent;
	box-shadow: 0 0 0;
}
.qty-select .input-number {
	font-size: 24px;
	position: relative;
	height: 42px;
	text-align: center;
	border: 1px solid #959595;
	border-right: 0;
	border-left: 0;
	box-shadow: 0 0 0;
}
.qty-select .input-number input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	border: 0;
	-moz-appearance: textfield;
}
.qty-select .input-number input:focus {
	outline: none;
}
.stock-span {
	font-size: 13px;
	line-height: 42px;
	float: right;
	color: #ed2540;
}
.out-of-stock, .label-red {
	font-size: 16px;
	line-height: 44px;
	width: 100%;
	height: 42px;
	margin-top: 25px;
	padding: 5px;
	padding: 0;
	text-align: center;
	text-align: center;
	color: #fff;
	background: #ed2540;
}
.table .label-red {
	width: auto;
	height: auto;
	margin: 0;
}
.pending-account-bar {
	padding: 5px;
	text-align: center;
	color: #fff;
	background: #d26262;
}
.m-8 {
	margin: 0 -8px;
}
.p-8 {
	padding: 0 8px;
}
.pb-side-menu {
	padding-left: 30px;
}
.wishlist-btn {
	font-size: 14px;
	line-height: 42px;
	display: block;
	height: 42px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #161515;
	border: 1px solid #959595;
}
.wishlist-btn:hover {
	color: #ed2540;
	border-color: #ed2540;
}
.wishlist-btn img {
	position: relative;
	top: -1px;
	margin-right: 8px;
}
#wishlist .table-responsive {
	background: #fff;
}
#wishlist .table-responsive tr th {
	background: #f7f7f7;
}
.side-cat {
	padding-left: 0;
	list-style-type: none;
	border: 1px solid #959595;
	background-color: #fff;
}
.side-cat li {
	padding: 10px 15px;
	border-bottom: 1px solid #959595;
}
.side-cat li:last-child {
	border-bottom: 0;
}
.side-cat li .heading {
	font-family: var(--font-b);
	font-size: 16px;
	color: #202223;
}
.page-sidebar-outer {
	position: relative;
	margin-top: 15px;
	margin-bottom: 40px;
	padding: 10px 10px 0px;
	border: 1px solid #959595;
	background-color: #fff;
}
.page-sidebar-outer h2 {
	font-family: var(--font-b);
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin: 0px -10px;
	padding: 0px 10px 10px;
}
.right-nav .shopping-cart-item {
	font-size: 9px;
	position: absolute;
	top: -8px;
	right: -13px;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	background: #de1f3d;
	line-height: 16px;
}
.side-featured-slider .item .row {
	margin-top: 8px;
	margin-bottom: 15px;
}

.side-featured-slider small {
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin-top: 0;
}
.side-featured-slider del {
	font-size: 12px;
	line-height: 14px;
	display: block;
	margin-top: 0;
	color: #bbb3b3;
}
.side-featured-slider a {
	display: block;
	font-family:var(--font-b);
}
.side-featured-slider a.small {
	line-height: 1;
	margin: 5px 0;
}

.side-featured-slider .owl-nav {
	position: absolute;
	top: -28px;
	right: 15px;
	outline: none;
}
.side-featured-slider .owl-nav button {
	width: 15px;
	height: 20px;
	margin-left: 10px;
	font-size: 28px;
	border: 0px solid #ccc;
	border-radius: 50%;
	outline: none;
	background-image: none;
}
.side-featured-slider .owl-nav button:hover {
	color: #ed2540;
}
.side-featured-slider .owl-nav button span {
	line-height: 10px;
	display: block;
}
.desc-tabs .nav-tabs {
	display: flex;
	margin-top: 40px;
	border-bottom: 1px solid #959595;
}
.desc-tabs .nav-tabs a {
	font-size: 16px;
	margin-right: 10px;
	padding: 15px 30px;
	color: #181919;
	border: 1px solid #959595;
	border-bottom: 0;
	border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	color: #fff;
	border-color: var(--primary_color);
	background: var(--primary_color);
}
.desc-tabs .card {
	border: none;
}
.desc-tabs .card .card-header {
	display: none;
}
.desc-tabs .card .collapse {
	display: block;
}
.desc-tabs .tab-content {
	border: 1px solid #959595;
	border-top: 0;
}
.desc-tabs .tab-content h2 {
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #181919;
}
.desc-tabs .tab-content p {
	font-size: 16px;
	color: #181919;
}
.desc-tabs .tab-content .card-body {
	padding: 30px 30px 15px;
}
.related-product-detail {
	margin-top: 20px;
	padding-bottom: 30px;
}
.related-product-detail .page-content {
	margin: 0 auto;
}
.related-product-detail .page-content .owl-carousel {
	margin-top: 25px;
	margin-bottom: 35px;
}
#checkout-form .panel-heading {
	font-size: 26px;
	margin-bottom: 12px;
	color: var(--primary_color);
}
form label {
	font-size: 14px;
}
.user-detials {
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	background: #fff;
}

.user-detials.login-page{
	margin-left: auto;
	width: 70%;
	margin-right: auto;
}
.user-detials .tab-content {
	padding: 25px 25px;
	border: 0;
}
.user-detials .nav.nav-tabs {
	margin-bottom: 0;
	border-bottom: 0;
}
.user-detials.login-page .nav-item:first-child {
	border-right: 1px solid #ccc;
}
.user-detials.login-page .nav-item {
	width: 50%;
}
.user-detials.login-page .nav-full {
	width: 100%;
}
.user-detials .nav-item {
	width: 100%;
	margin: 0;
	text-align: center;
}
.user-detials .nav-item {
	border-right: none;
}
.user-detials.login-page .nav-tabs .nav-link:focus, .user-detials.login-page .nav-tabs .nav-link:hover, .user-detials.login-page .nav-tabs .nav-link.active {
	color: var(--primary_color);
	border-bottom: 4px solid var(--primary_color);
	border-left: 0 solid transparent;
	background: #fff;
}
.user-detials .nav-tabs .nav-link:focus, .user-detials .nav-tabs .nav-link:hover, .user-detials .nav-tabs .nav-link.active {
	color: var(--primary_color);
	border-left: 4px solid var(--primary_color);
	background: #fff;
}
.user-detials.login-page .nav-item a {
	text-align: center;
}
.user-detials .nav-tabs .nav-item a {
	margin-top: -1px;
	border: 0;
}
.user-detials .nav-tabs .nav-link {
	font-size: 18px;
	font-weight: 400;
	padding: 25px 15px;
	text-align: left;
	text-transform: uppercase;
	color: #000;
	border-color: var(--primary_color);
	border-right-color: rgb(1, 94, 185, 1);
	border-left: 4px solid transparent;
	border-radius: 0;
}
.nav-tabs .nav-link.active {
	color: #fff;
	border-color: var(--primary_color);
	background: var(--primary_color);
}
.user-detials .form-group {
	margin-bottom: 30px;
}
.user-detials .form-group.tandc {
	padding-left: 18px;
	position: relative;
}
.user-detials .form-group.tandc label.error {
	bottom: -20px;
}
.user-detials .card-header {
    padding: 0;
}
.user-detials .card-header button{
	width: 100%;
	text-decoration: none !important;
	background-color: #e9ecef;
	border: 0;
	padding: 10px;
}
.user-detials .card-header button::after{
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 900;
	float: right;
	margin-top: 3px;
	padding-right: 5px;
	content: '\f077';	
}
.user-detials .card-header button.collapsed::after{
	content: '\f078';	
}
.user-detials .card-header button:hover{
	background-color: var(--primary_color);
	color: #fff;
}
  .ship-checkbox{
	padding-top: 33px;
	display: block;
  }

  .progress-bar {
    background-color: var(--primary_color);
  }


.newsletter-outer {
	width: 70%;
	margin: 60px auto;
	padding: 50px 60px 60px;
	box-shadow: 0 0 22px rgba(0,0,0,.15);
}
.page-content {
	margin-top: 15px;
	margin-bottom: 60px;
}
.page-content .title {
	padding-bottom: 10px;
}
.filter-title {
	display: none;
}
#newsletteremail-error {
	position: absolute;
	bottom: -30px;
	left: 0;
}
.cms ol, .cms ul {
	list-style: decimal;
	padding-left: 40px;
	line-height: 2;
	margin: 20px 0px;
}
.cms li {
	padding-left: 5px;
}
.card {
	border-radius: 0;
	margin-bottom: 15px;
}
.filter-bar-outer {
	width: 100%;
	padding: 20px;
	background: #f4f4f4;
	display: flex;
}
.filter-bar-outer .bar-left, .filter-bar-outer .bar-right {
	float: left;
	width: 50%;
}
.filter-bar-outer span {
	font-size: 14px;
	color: #8a878b;
}
.filter-bar-outer .bar-right {
	text-align: right;
}

.filter-bar-outer .bar-left .custom-control {
	display: inline-block;
}

.show-type{
	position: relative;
	padding: 5px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
}
.show-type input{
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.show-type input:checked + i{
	color:var(--primary_color);
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: var(--primary_color);
	background: var(--primary_color);
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0;
}
.filter-bar-outer .bar-left .sort-select {
	font-size: 14px;
	width: 140px;
	margin-right: 15px;
	padding: 5px 10px;
	color: #8a878b;
	border: 0;
	background: #fff;
	background-image: url('../../media/down-arrow.png');
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.filter-bar-outer .bar-right a {
	margin-left: 5px;
}
.filter-outer {
	max-width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}
.filter-area {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.panel-title > a:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 900;
	float: right;
	margin-top: 3px;
	padding-right: 5px;
	content: '\f068';
}
.panel-title > a.collapsed:before {
	float: right;
	content: '\f067';
}
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
	text-decoration: none;
}
.filter-area .panel-default {
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.filter-area .panel-default .panel-heading {
	padding: 10px;
	background: #f4f4f4;
}
.filter-area .panel-body {
	padding: 10px 10px 0;
}
.filter-area ul li {
	margin-bottom: 10px;
}
.filter-area ul li a{
	color: var(--body_color);
}
.filter-area ul li a:hover{
	color: var(--anchor_hover_color);
}
.filter-area .panel-default .panel-title a {
	font-family: var(--font-b);
	font-size: 14px;
	text-transform: uppercase;
	color: #080808;
}
.price-range-slider {
	width: 100%;
	padding: 0;
}
.price-range-slider .p-label {
	font-size: 14px;
	color: #afa6a6;
}
.price-range-slider .range-value {
	display: inline-block;
	width: 60%;
	margin: 0;
}
.price-range-slider .range-value input {
	font-size: 14px;
	font-weight: initial;
	margin: 0;
	color: #afa6a6;
	border: none;
	background: none;
	box-shadow: none;
}
.price-range-slider .range-bar {
	width: 93%;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 8px;
	border: none;
	background: #ccc;
}
.price-range-slider .range-bar .ui-slider-range {
	background: #ccc;
}
.price-range-slider .range-bar .ui-slider-handle {
	top: -6px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	border: none;
	border-radius: 25px;
	outline: none;
	background: var(--primary_color);
}
.price-range-slider .range-bar .ui-slider-handle + span {
	background: var(--primary_color);
}
.input-attributes {
	margin-bottom: 0;
}
.input-attributes span {
	font-size: 12px;
	display: inline-block;
	min-width: 24px;
	height: 24px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 2px 7px;
	cursor: pointer;
	text-align: center;
	color: #a8a5a5;
	border: 1px solid #a8a5a5;
}
.input-attributes input {
	display: none;
}
.input-attributes-simple span{
	padding: 0px 15px 0px 2px;
	margin-top: -1px;
	display: inline-block;
	vertical-align: top;
	cursor:pointer;
	width: auto !important;
}
.control-label{
	display:block;
}
.variation-container .control-label{
	display:block;
	font-size: 15px;
}
.variation-container .form-group{
	margin-bottom:10px;
}
.color .input-attributes span {
	width: 21px;
	min-width: auto;
	height: 21px;
	margin-right: 0;
	border: 1px solid transparent;
	background: #000;
	;
}
.color:last-child {
	margin-right: 0;
}
.input-attributes input[type='checkbox']:checked + span, .input-attributes input[type='radio']:checked + span, .input-attributes:hover span {
	position: relative;
	text-decoration: none;
	border-color: var(--primary_color);
	background: var(--primary_color);
	color: #fff;;
}
.color .input-attributes input[type='checkbox']:checked + span::after, .color .input-attributes input[type='radio']:checked + span::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '\f00c';
	text-align: center;
	color: #fff;
}
.filter-area .actions {
	padding: 15px 15px 5px;
}
.product-area {
	max-width: 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	margin-top: 20px;
}
.product-area .row .col {
	max-width: 33.33%;
	padding: 0 7px;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	margin-bottom: 20px;
}
.searched-prods .product-area {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 0px;
}
.searched-prods .product-area .row .col {
	max-width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}



.product-area .row .col.list-view {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.product-area .row {
	margin: 0 -7px;
}
.product-area .title h2 {
	margin-bottom: 0;
	color: var(--primary_color);
}
.product-area .item {
	height: 100%;
	position: relative;
	color: var(--body_color)
}
.product-area .item .discription {
	margin: 0;
	display: none;
}
.list-view .item .discription {
	display: block;
}
.product-area .item .btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.item small {
	font-family: var(--font-b);
	font-size: 16px;
	display: block;
	margin-top: 8px;
	color: var(--body_color)
}
.item .item-title {
	font-size: 12px;
}
.product-area .item img {
	width: 100%;
	height: 230px;
}
.product-area .item .item-title {
	font-size: 10px;
	line-height: 14px;
	display: block;
	margin-bottom: 0;
	margin-bottom: 6px;
	text-decoration: none;
	color: var(--body_color)
}
.product-area .item .price {
	font-family: var(--font-b);
	font-size: 16px;
	margin-bottom: 50px;
	color: var(--primary_color);
}
.product-area .wishlist {
	float: right;
	margin-top: 1px;
}
.product-amt {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary_color);
}
.product-amt del{
	color: #717171;
	font-size: 80%;
}
.product-amt small{
	font-size: 15px;
	vertical-align: middle;	
	line-height: 17px;
}
.wishlist {
	margin-right: 2px;
}
.product-area .list-view {
	position: relative;
	padding-bottom: 15px;
}
.product-area .list-view:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 195px;
	height: 1px;
	content: '';
	background: #ccc;
}
.product-area .list-view .item {
	position: relative;
	padding-right: 165px;
	padding-bottom: 15px;
}
.product-area .list-view .item .media {
	float: left;
	width: 175px;
	height: 170px;
}
.product-area .list-view .item .media-sm {
	float: left;
	width: 175px;
	height: 175;
	background-repeat: no-repeat;
	background-position: center;
}
.product-area .list-view .item .wishlist {
	top: -37px;
	right: 0;
}
.product-area .list-view .item .wishlist img {
	width: auto;
}
.product-area .list-view .item small {
	margin-top: 0;
	padding-left: 190px;
	font-size: 19px;
	line-height: 1;
}
.product-area .list-view .item .discription {
	display: block;
	margin-top: 10px;
	padding-left: 190px;
	padding-right: 30px;
}
.product-area .list-view .item .wishlist {
	font-size: 20px;
}
.product-area .list-view .item .item-title {
	font-family: var(--font-b);
	font-size: 12px;
	margin-top: 8px;
	padding-left: 190px;
}
.product-area .list-view .item .price {
	position: absolute;
	top: 30px;
	right: 0;
	width: 165px;
	text-align: right;
}
.product-area .list-view .item .btn {
	position: absolute;
	bottom: 15px;
	width: 165px;
	left: auto;
}
.lg-download{display:none!important;}
.product-area .wishlist img {
	width: auto;
	height: auto;
}
.searched-items-list .item .media {
	height: 135px;
	background-size: auto;
}
.searched-items-list .item p {
	font-size: 18px;
	text-align: center;
}
.searched-items-list .item p span {
	display: block;
}
.typeahead__list>li {
	width: 100%;
}
.pagination {
	width: -moz-fit-content;
	width: fit-content;
	margin: 40px auto;
	text-align: center;
}
.pagination .page-item.active .page-link {
	border-color: var(--primary_color);
	background-color: var(--primary_color);
}
.page-link:hover, .page-link {
	color: var(--primary_color);
	border-radius: 0;
}
.item-cart.cart-page .table-outer .table .mobi-only {
	display: none;
}
.section-loader{
	display:none;
}
#Loader {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, .5);
}
.loading-circle {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	clear: both;
	width: 80px;
	height: 80px;
	margin: auto;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
	border: 4px rgba(0, 0, 0, .7) solid;
	border-top: 4px var(--primary_color) solid;
	border-radius: 50%;
}
@-webkit-keyframes spCircRot {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
}
}
@keyframes spCircRot {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(359deg);
}
}


.available-days{
	border: 1px solid #ccc;
	margin: 15px 0px;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	border-radius: 6px;
}



.available-days .error{
	padding: 10px 15px;
	background: #df2542;
	color: #fff;
	margin:0px;
}

.available-days ul{
	padding: 15px 15px 0px;
	margin:0px;
}
.available-days ul li{
	display: inline-block;
	background-color: var(--primary_color);
	color: #fff;
	border-radius: 8px;
	padding: 7px 10px;
	line-height: 1;
	min-width: 80px;
	text-align: center;
	margin: 0px 10px 15px 0px;
	font-size:15px;
}






#cart-order {
	position: relative;
}
#cart-order > img {
	margin-top: -30px;
}
.item-cart {
	position: absolute;
	z-index: 99999;
	top: 57px;
	right: 0;
	display: none;
	width: 350px;
	background: #fff;
	box-shadow: 0 1px 10px 0 #ccc;
}
/*.item-cart img {
	box-shadow: 0px 1px 10px 0px #ccc;
	padding: 5px 8px 7px;
}*/
.item-cart .prod-title{
	display: block;
	font-family: var(--font-b);
	margin-bottom: 6px;
	line-height: 1.3;
}
.item-cart h4 {
	font-size: 20px;
	margin-bottom: 0;
	padding: 14px 0;
	color: var(--primary_color);
}
.item-cart.cart-page {
	position: inherit;
	display: block;
	width: auto;
	background: #fff;
}
.item-cart td {
	position: relative;
	text-align: center;
	vertical-align: top;
}
.fa-heart {
	cursor: pointer;
}
.item-cart td:first-child {
	width: 140px;
}
.item-cart td:nth-child(02) {
	text-align: left;
	padding-left: 0;
}
.item-cart td:last-child {
	width: 155px;
}
.item-cart table .removeCartItem{
	width: auto;
	height: auto;
	font-size: 13px;
	margin: 0;
	border: solid 1px;
	text-align: center;
	line-height: 25px;
	margin-top: 15px;
	padding: 0px 10px;
	min-width: auto;
	display: inline-block;
}
.item-cart table .removeCartItem:hover{
	color:#fff!important;
	background:#de1f3d;
}
.order-table .table td:last-child {
	width: 150px;
}
.checkout-right .panel:nth-child(02) .header {
	margin-bottom: 10px;
}
.checkout-right .table tr:nth-child(04) th {
	font-size: 22px;
	color: #de1f3d;
}
.checkout-right .label-payment-method {
	position: relative;
	padding-left: 20px;
	width: 100%;
}
.checkout-right .label-payment-method label {
	width: 100%;
}
.checkout-right .label-payment-method p {
	background: #eae6e6;
	position: relative;
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	margin-top: 0px;
	height: 0;
	overflow: hidden;
	transition: 500ms;
}
.checkout-right .label-payment-method.selected p {
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 15px;
	height: auto;
	overflow: initial;
}
.checkout-right .label-payment-method p:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eae6e6;
	top: -10px;
}
.checkout-right .label-payment-method input[type=radio] {
	position: absolute;
	left: 0;
	top: 6px;
}
.item-cart tfoot td:last-child {
	text-align: right;
}
.item-cart.cart-page {
	box-shadow: 0 0 0;
	margin-top: 20px;
}
.item-cart.cart-page .table-responsive {
	overflow: initial;
}
.item-cart.cart-page .table-outer {
	box-shadow: 0 1px 10px 0 #ccc;
	text-align: center;
}
.item-cart.cart-page .table-outer input {
	width: 60px;
	height: 38px;
	padding-left: 8px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.item-cart.cart-page .table-outer tr:last-child td:first-child {
	text-align: left;
}
.item-cart.cart-page .table-outer tr:last-child td:first-child input {
	display: inline-block;
	width: 200px;
}
.item-cart.cart-page .table-outer tr:last-child td:first-child input.apply-coupon{
	width: auto;
	min-width: auto;
	font-size: 12px;
	padding: 0px 10px;
	border-radius:0px;
}
.cart-total-container {
	box-shadow: 0 1px 10px 0 #ccc;
}
.cart-total-container h2 {
	margin-bottom: 0px;
	text-align: center;
	color: var(--heading_color);
	padding: 15px;
}
.cart-total-container .table tr:last-child td {
	padding: 15px 0 10px;
}
.cart-total-container .table tr:first-child td:last-child {
	text-align: right;
	white-space: nowrap;
}
.cart-total-container .table tr td:nth-child(02) {
	text-align: right;
}
.cart-total-container .table .shipping td.shipping-price {
	text-align: left;
}
.cart-total-container .table tr:nth-child(03) td b {
	display: block;
}
.cart-total-container .table tr td br {
	display: none;
}
.cart-total-container .table tr td .coupon-discount {
	display: block;
}

.cart-total-container .table tr .remove-coupon-code {
	font-size: 14px;
	font-weight: 400;
	color: #aca8a8;
}
.cart-total-price {
	font-size: 22px;
	line-height: 18px;
	color: #de1f3d;
}
.cart-total-price small, .order-table .table tr #grand_total small {
	font-size: 12px;
	display: block;
	color: #000;
}
.cart-total-price br {
	display: none;
}
.cart-total {
	font-size: 22px;
	color: #de1f3d;
}
.cart-total-container .table tr .remove-coupon-code:hover {
	color: #de1f3d;
}
.item-cart.cart-page .table tr:last-child td {
	text-align: right;
	border: 0;
}
.item-cart.cart-page .table tr td.empty-cart {
	text-align: center;
}
.item-cart.cart-page .table tr td .variations {
	font-size: 13px;
}
.checkout .checkout-right {
	padding: 20px 30px 10px;
	background: #fafafa;
	;
}
.checkbox-input input {
	float: left;
	margin-top: 5px;
}
.checkbox-input label {
	display: inline-grid;
	padding-left: 10px;
}
.order-table .table td:first-child {
	text-align: left;
}
.order-table .table td {
	padding: 15px 0;
	text-align: right;;
}
.order-table .table th {
	padding: 8px 0;
}
.order-table .table tr th:last-child {
	text-align: right;
}
.order-table .table tr #grand_total {
	font-size: 22px;
	color: #de1f3d;
}
.checkout .form-control {
	border: 1px solid #ccc;
	background: transparent;
}
.checkout-right .header h2 {
	font-size: 32px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.removeCartItem {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 28px;
	padding-top: 2px;
	font-weight: 400;
	text-align: center;
	color: #de1f3d;
	border: 1px solid #de1f3d;
	border-radius: 0;
}
.removeCartItem.mobile-only {
	display: none;
}
.mini-cart-container .removeCartItem {
	transform: translateY(0);
	top: auto;
	bottom: 10px;
	right: 10px;
	position: absolute;
	width: 28px;
	color:#9b9999;
}
.mini-cart-container a.name{
	color:var(--anchor_color);
}
.mini-cart-container a.name:hover{
	color:var(--anchor_hover_color);
}
.mini-cart-container .removeCartItem i{
	margin:auto;
}
.color-link{
	color:var(--anchor_hover_color);
}
.color-link:hover{
	text-decoration:underline;
}
/*.item-cart tbody tr:nth-child(02) td:nth-child(02){text-align: left;}*/
.shipping-price b {
	display: block;
	padding-bottom: 5px;
}
.shipping-options li{
	margin-bottom:10px;
}
.shipping-options li label{
	margin-bottom:0px;
}
.shipping-price .shipping-options b {
	display: inline;
}
.checkout-right .checkbox-input label {
	display: inline-block;
	width: calc(100% - 15px);
}
.checkbox-input a{
	color:var(--anchor_hover_color);
}
.checkbox-input a:hover{
	text-decoration:underline;
}
.checkout-right .checkbox-input label.error {
	bottom: -20px;
	left: 28px;
}
.form-group#PaymentOptions {
	margin-bottom: 8px;
}
.checkout-right .shipping-price p {
	margin-bottom: 0;
}
.checkout-right .table {
	margin-bottom: 0;
}
.mini-cart-container .table-responsive .table {
	margin-bottom: 0;
}
.mini-cart-container .table-responsive .table td, .mini-cart-container .table-responsive .table th {
	position: relative;
}
.mini-cart-container .mincart-subtotal td, .mini-cart-container .mincart-subtotal th {
	font-size: 18px;
}
.mini-cart-container .mincart-subtotal td:last-child {
	text-align: right;
}
.mini-cart-container .table-responsive .table .btn-checkout {
	font-size: 18px;
	display: block;
	float: left;
	width: calc(50% - 5px);
	padding: 8px 0 7px 0;
	text-align: center;
	color: #fff;
	background: var(--primary_color);
	;
}
.right-nav ul li .mini-cart-container a{
	color:var(--anchor_color);
}
.mini-cart-container .table-responsive .table .btn-checkout:last-child {
	margin-right: 0;
}
.mini-cart-container .table-responsive .table .btn-checkout:first-child {
	margin-right: 10px;
}
.mini-cart-container {
	position: absolute;
	z-index: 20;
	top: 180%;
	right: -20px;
	visibility: hidden;
	width: 320px;
	opacity: 0;
	background-color: #fff;
	box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
	text-align: left;
}
.mini-cart-container .table-responsive{
	max-height: 50vh;
	overflow: auto;
}
.mini-cart-container.show {
	top: 40px;
	visibility: visible;
	opacity: 1;
}
.mini-cart-container .table-responsive:before {
	position: absolute;
	top: -12px;
	right: 15px;
	width: 0;
	height: 0;
	content: '';
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
}
.cart-total-container .table tr:last-child td {
	text-align: right;
}
.cart-total-container .table tr:last-child .btn {
	float: left;
	margin-left: 15px;
}
.cart-container .table thead th{
	border-bottom:0px;
}
.cart-container .table th:first-child{
	text-align:left;
	font-size: 20px;
}
.removeCartItem:hover {
	color: #fff!important;
	background-color: #de1f3d;
}
.update-cart-btn {
	float: right;
}
.cart-carousel .item small, .cart-carousel .item .price{
    padding: 0 10px;
}

.cart-carousel{
	box-shadow: 0 1px 10px 0 #ccc;
}
.cart-carousel .item .btn{
	min-width:100%;
}
.item-cart .cart-carousel h4{
	padding: 15px;
	border-bottom: 1px solid #ccc;
}	
.cart-carousel .owl-carousel .owl-nav button.owl-next, .cart-carousel .owl-carousel .owl-nav button.owl-prev, .cart-carousel .owl-carousel button.owl-dot,
.cart-carousel .owl-carousel .owl-prev, .cart-carousel .owl-nav .owl-next {
   top: 30%!important;
	background: #fff !important;
	opacity: 1;
	color: var(--body_color) !important;
	height: 40px;
	width: 40px;
	margin: 0!important;
	text-align: center!important;
	position: absolute;
	border-radius: 0;
	background-image: none !important;
	font-weight: normal;
	-webkit-text-stroke: 0px;
}
.cart-carousel .owl-carousel .owl-nav span {
    font-size: 40px;
    line-height: 35px;
    position: relative;
    z-index: 99;
    color: #7d7474 !important;
    font-family: var(--font-r);
	display: block;
	height:100%;
	margin: 0;
}

.cart-carousel .owl-carousel .owl-nav .owl-prev::after, .cart-carousel .owl-carousel .owl-nav .owl-next::after{
	content:unset;
}

.cart-carousel .owl-carousel{
	padding: 15px;
}	
.cart-carousel .owl-carousel .owl-nav .owl-next {
    right: 18px!important;
}
.cart-carousel .owl-carousel .owl-nav .owl-prev {
    left: 16px!important;
}

.item-cart table{
	font-size: 14px;
	margin-bottom: 30px;
}













.error {
	color: red;
}
input, button, textarea {
	border-radius: 0;
}
.form-control, .select2{
	font-size: 14px;
	height: 38px;
	border-color: #ccc;
	border-radius: 0;
	background: #fff;
}
textarea.form-control {
	height: auto;
}
.form-control:focus {
	box-shadow: 0 0 0 rgba(0,123,255,.25);
}
.form-control::placeholder {
 opacity: .4;
}
.select2-container.form-control {
	padding: 0;
	border: 0;
	background: transparent;
}
.select2-container.form-control .select2-choice {
	height: 38px;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
}
.select2-container .select2-choice .select2-arrow {
	border: 0;
	background: #fff;
}
.product-sidebar-bottom-sec h2 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.product-sidebar-bottom-sec .col-sm-4 {
	padding-right: 0;
}
.product-sidebar-bottom-sec .col-sm-8 {
	padding-right: 0;
	padding-left: 10px;
}
.product-sidebar-bottom-sec .media {
	height: 82px;
	background-position: center;
}
.blog-item .blog-thumb1 {
	margin-bottom: 15px;
}
.blog-item > div h2:first-child {
	font-size: 30px;
	margin-bottom: 20px;
}
.product-sidebar-bottom-sec a {
	display: block;
	text-decoration: none;
}
.product-sidebar-bottom-sec a:hover {
	text-decoration: none;
	color: #000;
}
.product-sidebar-bottom-sec a u {
	text-decoration: none;
	text-transform: capitalize;
	color: #de1f3d;
}
.product-sidebar-bottom-sec a u:hover {
	color: #000;
}
.order-received .thank-you {
	padding: 15px;
	color: #3c763d;
	border-top: 2px solid #3c763d;
	background: #f7f7f7;
	font-size: 18px;
}
.order-received h2 {
	font-size: 22px;
}
.order-received .fa {
	margin-right: 8px;
	color: #de1f3d;
}
.order-d {
	width: 80%;
	padding: 10px 0;
	background: #f7f7f7;
	margin-bottom: 20px;
}
.order-d li {
	font-size: 14px;
	display: inline-block;
	width: 19.5%;
	padding: 0 15px;
	border-right: 1px dotted #ccc;
	word-break: break-all;
	vertical-align: top;
}
.order-d li:last-child {
	border: 0;
}
.order-d li strong {
	display: block;
	color: #de1f3d;
}
.total-p {
	background: #f7f7f7;
	box-shadow: 0 1px 10px 0 #ccc;
	display: inline-table;
}
.total-p p {
	margin-bottom: 0;
}
.total-p tr td:last-child, .total-p tr th:last-child {
	text-align: right;
}
.total-p tbody tr.total td, .total-p tbody tr.total th {
	font-size: 22px;
	color: #de1f3d;
}
.total-p tr td small {
	display: block;
	font-size: 12px;
	color: #000;
}
.m-title {
	margin-bottom: 20px;
}
.order-received .content-item{
	min-height: 238px;
	padding: 15px;
	background: #f7f7f7;
	box-shadow: 0px 0px 6px -3px #000;
	margin-bottom: 20px;
	height:auto;
}
.billing-d p {
	line-height: 2;
}


.order-received .newsletter, .newsletter-modal .newsletter{
	text-align:center;
	padding: 70px 50px;
	margin-top: 47px;
}
.order-received .newsletter.content, .newsletter-modal .newsletter.content{
	margin-bottom: 30px;
}
.order-received .newsletter .content h2, .newsletter-modal .newsletter .content h2{
	font-family: var(--font-b);
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1;
}
.order-received .newsletter .content h4, .newsletter-modal .newsletter .content h4{
	color: #DD1E3D;
	font-family: var(--font-b);
	font-size: 23px;
	text-transform: uppercase;
}

.order-received .newsletter .input-section input, .newsletter-modal .newsletter .input-section input{
	height: 55px;
}
.order-received .newsletter .input-group, .newsletter-modal .newsletter .input-group{
	border: 1px solid #000;
	margin-top: 40px;
}
.order-received .newsletter .input-section button, .newsletter-modal .newsletter .input-section button{
	background-color: #DD1E3D;
	border-color: #DD1E3D;
}
.order-received .newsletter .input-section button:hover, .newsletter-modal .newsletter .input-section button:hover{
	background-color: transparent;
	color: #DD1E3D;
}
.order-received label.error {
    bottom: -28px;
	left: 0;
}

.order-received .full-width .newsletter{
	display:flex;
	text-align:left;
	padding: 20px;
	margin-top: 20px;
	min-height: auto;
}

.order-received .full-width .newsletter .input-group {
    margin-top: 0;
}

.order-received .full-width .newsletter .input-section, .order-received .full-width .newsletter .content{
    width:50%;
}
.order-received .full-width .newsletter .content h2 {
   font-size: 24px;
	margin-bottom: 5px;
	text-align: left;
}
.order-received .full-width .newsletter .content h4{
	font-size: 23px;
	margin-bottom: 0;
	text-align: left;
}


.newsletter-modal .modal-content{
	background-color:#F7F7F7;
}
.newsletter-modal .newsletter {
    text-align: center;
    padding: 30px;
    margin-top: 0;
}
.newsletter-modal .newsletter .content h2 {
    font-size: 32px;
	margin-bottom: 5px;
}
.newsletter-modal .newsletter .content h4 {
    font-size: 32px;
	margin-bottom: 15px;
}
.newsletter-modal .newsletter .content p {
    font-size: 21px;
	font-family: var(--font-b);
}

.newsletter-modal .newsletter .btn{
    min-width: 50%;
	height: 55px;
	font-size: 18px;
}
.newsletter-modal .close{
	border: 2px solid #DD1E3D;
	opacity: 1;
	border-radius: 50% !important;
	height: 30px;
	width: 30px;
	font-size: 34px;
	color: #DD1E3D;
	line-height: 27px;
	position: absolute;
	right: 10px;
	top: 10px;
}





#accordion .card-header {
	padding: 0;
}
#accordion .card-header a {
	font-family: var(--font-b);
	font-size: 18px;
	position: relative;
	display: block;
	padding: 15px 15px;
	color: var(--primary_color);
}
#accordion .card-header a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: 15px;
	content: '\f068';
}
#accordion .card-header a.collapsed {
	color: #000;
}
#accordion .card-header a.collapsed:after {
	content: '\f067';
}
/* wowcommerce cart page error message */
.wowcommerce-message {
	font-size: 17px;
	display: none;
	margin-bottom: 15px;
	padding: 10px 15px;
	color: #155724;
	border: 1px solid #c3e6cb;
	background-color: #d4edda;
}
.wowcommerce-error {
	font-size: 17px;
	display: none;
	margin-bottom: 15px;
	padding: 10px 15px;
	color: #721c24;
	border: 1px solid #f5c6cb;
	background-color: #f8d7da;
}
.sale-tag {
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 14px;
	background: var(--primary_color);
	padding: 2px 8px;
	color: #fff;
}
/*Testimonials*/
.testimonials {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
.testimonials .item {
	background-color: white;
	margin: 50px 0px 0px;
	width: auto;
	border: solid 1px #bdbdbd;
	position: relative;
	transition: ease-in-out .3s;
	padding: 0px 15px;
	height: calc(100% - 50px);
	padding-bottom: 35px;
}
.testimonials .item img {
	height: 70px;
	width: 70px;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 15px #fff;
	background-color: #fff;
	transition: box-shadow 0.3s linear;
}
.testimonials .item p {
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
}
.testimonials .item .rating{
	margin-top: 45px;
	text-align: center;
	margin-bottom: 10px;
	direction: unset;
}
.testimonials .item .fa-star{
	color: #EECB00;	
}
.testimonials .item h1 {
	font-size: 17px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.testimonials .item:hover {
	background-color: #212121;
	color: #fff;
}
.testimonials .item:hover h1 {
	color: #fff;
}
.testimonials .item:hover img {
	box-shadow: 0px 0px 0px 2px #fff;
}
.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
}
.rating input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
.rating label {
	display: inline-block;
	font-size: 0;
	position: relative;
	margin-bottom: 0px;
	margin-top: 5px;
}
.rating > label:before {
	position: relative;
	font-family: "Font Awesome 5 Free";
	display: block;
	content: "\f005";
	color: #2b2a2acc;
	-webkit-text-stroke: 1px #fff;
	line-height: 1.1;
	font-size: 26px;
}
label.error {
	position: absolute;
}
.user-detials label.error {
	position: unset;
	margin-bottom:0px;
}
.user-detials .tab-content #password .button-set {
	margin-top: 15px;
}
.posrelative {
	position: relative;
}
.posrelative label.error {
	bottom: -20px;
}
.billing-container label.error {
	left: 15px;
	bottom: -29px;
}
.rating > label:hover:before, .rating > label:hover ~ label:before, .rating > label.selected:before, .rating > label.selected ~ label:before {
	content: "\f005";
	color: #EECB00;
}
.reviews .header .btn{
	float:right;
}
.reviews .item{
	margin-top: 30px;
}
.reviews .item h5 {
	font-size: 17px;
}
.reviews .item h4 {
	margin-top: 10px;
}
.reviews .item h5 span {
	font-size: 15px;
}
.reviews .item .fa {
	color: #EECB00;
}
.reviews .item {
	margin-bottom: 20px;
}
#wishlist .table td, #wishlist .table th {
	vertical-align: middle;
}
#wishlist .item_romove .text-danger {
	color: #9b9999;
}
#wishlist .item_romove {
	display: block;
	width: 28px;
	height: 28px;
	padding-top: 2px;
	text-align: center;
	color: #9b9999;
	border: 1px solid #9b9999;
	border-radius: 0;
	margin: 0 auto;
	cursor: pointer;
}
#wishlist .table {
	text-align: center;
}
#wishlist .table tbody tr td:first-child {
	text-align: left;
}
#wishlist .table tbody tr td:first-child a {
	font-weight: 700;
	font-size: 16px;
	display: flex;
}
#wishlist .table tbody tr td:first-child a:hover {
	text-decoration: underline;
	color: var(--primary_color);
}
#wishlist .table tbody tr td:first-child img {
	margin-right: 10px;
}
#wishlist .item_romove:hover, #wishlist .item_romove:hover .text-danger {
	color: red;
	border-color: red;
}
.shipping-calculator p {
	margin-bottom: 5px;
}
.shipping-calculator .shipping-container {
	margin-top: 10px;
}
.shipping-calculator .shipping-container p {
	margin-bottom: 10px;
	margin-top: 5px;
}
.zoomWindowContainer{
	z-index:3!important;
}
.zoomLens{
	z-index:1!important;
}
.zoomWindow{
	height:100%!important;
}
.zoom {
	display: inline-block;
	position: relative;
}
/* magnifying glass icon */
.zoom:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(icon.png);
}
.zoom img {
	display: block;
	background: #fff;
}
.zoom img::selection {
	background-color: transparent;
}
.delivery-options .item {
	width: 49%;
	margin: 0;
	float: left;
}
.delivery-options .item:nth-child(2){
	float: right;
}
.delivery-options label {
	background: #fff;
	padding: 12px;
	border: 1px solid #ccc;
	width: 100%;
	cursor: pointer;
	transition: 500ms;
	display: table;
	height: 65px;
}
.delivery-options .item label input {
	display: none;
}
.delivery-options .item label .fa {
	font-size: 33px;
	padding: 15px;
	width: 40%;
}
.delivery-options .item label span {
	max-width: 70px;
	line-height: 1;
	width: auto;
	text-align: left;
	margin-left: 10px;
}

.delivery-options label i, .delivery-options label span{
	display:table-cell;
	vertical-align:middle;
}

.delivery-options .item label:hover, .delivery-options .item.active label {
	background: var(--primary_color);
	color: #fff;
}
.delivery-options .item label:hover .fa, .delivery-options .item.active label .fa {
	color: #fff;
}
.store_pickup td {
	text-align: left;
}
.pickup-locations {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ccc;
}
.pickup-locations-section {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ccc;
}
.pickup-locations-section .form-check {
	padding: 0;
}
.pickup-locations-section label {
	padding: 15px;
	cursor: pointer;
	width: 100%;
	transition: 500ms;
	display: flex;
}
.pickup-locations-section label:hover, .pickup-locations-section label.active {
	background: #e3e3e3;
}
.pickup-locations-section br {
	display: inherit;
}
.pickup-locations-section input {
	vertical-align: top;
}
.pickup-locations-section span {
	display: inline-block;
	margin-top: -6px;
	margin-left: 10px;
}
.pickup-datetime.row {
	margin: 0px -5px;
}
.pickup-datetime.row .item {
	padding: 0px 5px;
}
.pickup-locations-section .fa {
	float: right;
	color: red;
}
.pickup-datetime.row .item input {
	background-color: #fff;
	color: #000;
	background-image: url('../../media/calendar.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 96%;
}
.pickup-datetime.row .item input::placeholder {
color: #000;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #cccaca;
}
.btn.btn-toastr {
	width: max-content;
	background: #fff;
	color: #3b3a3a;
	border: 2px solid #fff;
	font-size: 14px;
	line-height: 1;
	padding: 5px;
	height: auto;
	margin-top: 20px;
	display: block;
}
.btn.btn-toastr:hover {
	background: transparent;
	color: #fff;
}
.lazy:not(img) {
	background-image: url('../../media/loading.gif');
}
.copyright p a, .copyright a{
	color: var(--secondary_color);
	font-family: var(--font-b);
}
.copyright p a:hover, .copyright a:hover{
	text-decoration:underline;
}


.owl-stage{
	display:flex;
}
.owl-item{
	flex:1;
}
.item{
	height:100%;
	position:relative;
}
.item .btn, .item .view-btn{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.item .price, .item .parent{
	margin-bottom: 45px;
}
.owl-item{
	padding: 0px 3px;
}

.side-featured-slider .item .price {
	font-family: var(--font-b);
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}




/*Product Gallery*/
#zoom_img, #zoom_img-addon{
	position:relative!important;
	max-width: 100%;
	max-height: 100%;
}
.zoomWrapper{
	width: 100%!important;
	text-align: center!important;
	background-color: #d7d7d7;
	margin-bottom: 10px;
	overflow: hidden;
}

.thumb-carousel.owl-carousel .owl-nav button.owl-next, .thumb-carousel.owl-carousel .owl-nav button.owl-prev {
   background-color: #000;
	position: absolute;
	top: calc(50% - 12px);
	width: 25px;
	border-radius: 50%;
	left: -10px!important;
	height: 25px;
	background-size: 30px;
	opacity:0.7;
	background-image:none;
	text-align:center;
	margin: 0;
	bottom: auto;
}
.thumb-carousel.owl-carousel .owl-nav button span{
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin-top: -6px;
	-webkit-text-stroke: 0;
	font-weight: normal;
}
.thumb-carousel.owl-carousel .owl-nav button.owl-next{
    right: -10px!important;
	left: auto!important;
}
.thumb-carousel.owl-carousel .owl-nav button.owl-next:hover, .thumb-carousel.owl-carousel .owl-nav button.owl-prev:hover{
	opacity:1;
}
.thumb-carousel.owl-carousel .owl-nav button::after{
	content:unset!important;
}
.thumb-carousel a{border:1px solid #d7d7d7;}
.thumb-carousel a.active{border:1px solid #333 !important;}


.detail-page .main-image{
	position:relative;
	text-align: center;
	overflow:hidden;
}
.detail-page .zoom-in{
	 position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	color: #fff;
	background: #000;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	z-index: 1;
	opacity: 0.7;
 }
.detail-page .zoom-in:hover{
	opacity: 1;
 }
.cms .detail-page .zoom-section{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
 }
.thumb-carousel .owl-stage{
	height: 100px;
}
.cms .thumb-carousel .owl-stage{
	height: 150px;
}
.thumb-carousel .owl-stage a{
	text-align:center;
}
.thumb-carousel .owl-stage img{
	max-height: 98px;
	width:auto;
	margin:auto;
	max-width: 100%;
}
.cms .thumb-carousel .owl-stage img{
	max-height: 148px;
}

.thumb-carousel .owl-item{
    height: 100%;
    background: #ccc;
	display: table;	
	padding: 0;
}
.thumb-carousel .owl-item a{
	display: table-cell;
	vertical-align:middle;
}

.gallery-controls{
	position: absolute;
	top: 50%;
	width:100%;
}

.gallery-controls span{
	background: rgba(0,0,0,0.7);
	color: #fff;
	height: 40px;
	display: inline-block;
	width: 40px;
	border-radius: 50%;
	font-size: 25px;
	padding: 2px;
	cursor:pointer;
	z-index: 2;
	position: relative;
}

.gallery-controls span.prev{
	float:left;
}
.gallery-controls span.next{
	float:right;
}
.gallery-controls span:hover{
	background: rgba(0,0,0,1);	
}

/*grouped prods*/
.grouped-products .qty-select {
	margin-top: 0;
}
.grouped-products .price {
	margin-top: 0;
}
.grouped-products .name {
	display: inline-block;
	color: var(--anchor_hover_color);
}
.grouped-products .price{
    margin-bottom: 0!important;
}
.grouped-products .btn{
	position:relative!important;
}
.grouped-products .price {
    font-size: 22px;
}

.grouped-products .item {
	margin-top: 10px;
	background-color: #f7f7f7;
	padding: 5px 0px;
}
.grouped-products .qty-select .input-number, .grouped-products .qty-select .input-number input, .grouped-products .qty-select button{
	height:37px;
	background:transparent;
}
.grouped-products label.label-red {
	margin: 0;
	height: 37px;
	line-height: 37px;
}
.price del{
	color: #717171;
	font-size: 80%;
}
.attachment label::before{
	content: 'Upload';
	padding: 8px 15px;
	display: inline-block;
	background-color: var(--btn_bg_color);
	color: var(--btn_text_color);
	cursor: pointer;
	height: 38px;
	padding-left: 30px;
}

.attachment label::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f093';
	position: absolute;
	left: 8px;
	color: #fff;
	top: 8px;
}
.attachment label p{
	padding: 8px 15px;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 110px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 31px;
	width: -moz-available;
	padding-right: 25px;
}
.attachment {
    position: relative;
}
.attachment .remove{
	float: right;
	padding: 11px;
	color: red;
	cursor: pointer;
	display:none;
	position: relative;
}
.attachment input{
   opacity: 0;
	padding: 6px;
	z-index: 99;
	position: relative;
	cursor: pointer;
	width: 80px;
	height: 40px;
}


.attachment label{
	position: absolute;
	left: 0;
	right: 0;
	border: 1px solid #ccc;
	bottom: 0;
	top: 0;
	margin-bottom:0px;
}


.attachment.selected .remove{
	display:block;
}
.attachment.selected label::before{
	content: 'Change';
}

.attachment.selected label::after{
	content: '\f362';
}

.profile-accordion ul li{
	margin-bottom:15px;
}
.profile-accordion ul li span{
	margin-right: 10px;
	min-width: 200px;
	display: inline-block;
	font-family: var(--font-sb);
}

.profile-accordion ul li.group{
	background-color: #e1e1e1;
	padding: 10px;
}
.package-modal .modal-header{
	border-bottom:0px;
	padding-bottom: 0;
}
.package-modal .table-bordered thead td, .package-modal .table-bordered thead th {
    border-bottom-width: 1px;
    background: #eee;
}

.package-modal .table-bordered tbody td:first-child{
	font-family:var(--font-sb);
}
table td, .table th {
    vertical-align: middle;
}

.addon-inputs{
	display:flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.addon-inputs label{
	margin:0px!important;
}
.addon-inputs label.label-red{
	height: 24px;
	line-height: 24px;
	font-size: 13px;	
}
.addon-inputs .checkbox input{
}
.addon-inputs .qty{
	position:relative;
	width: 70%;
	margin-left: auto;
	display: flex;
}
.addon-inputs .qty input{
	height: 24px;
	background: #fff;
	border-left: 0 !important;
	text-align: center;
	border-radius: 0 !important;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 15px;
}

.addon-inputs .qty .qty-select .input-number{
	height: auto;
	border: 0;
}
.addon-inputs .qty .qty-select {
    margin-top: 0;
}
.addon-inputs .qty button{
	border: 0;
	height: 24px;
	font-size: 12px;
	width: 24px;
	background-color: var(--primary_color);
	padding: 0;
	display: inline-block;
	min-width: 24px;
	color: #fff;
	border: 1px solid var(--primary_color);
}
.addon-inputs .qty .input-group-btn:hover button{
	color:var(--primary_color);
	background:transparent;
}
.addon-inputs .checkbox{
	position:relative;
	width: 30%;
}
.addon-inputs .checkbox span {
	font-size: 12px;
	display: block;
	width: 28px;
	height: 24px;
	padding: 2px 7px;
	cursor: pointer;
	text-align: center;
	border: 2px solid var(--primary_color);
	border-radius: 4px;
}
.addon-inputs .checkbox input {
	position:absolute;
	width:100%;
	height:100%;
	visibility: hidden;
}
.addon-item p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.2;
	margin-top: 5px;
}


.addon-inputs .checkbox input[type='checkbox']:checked + span{
	position: relative;
	text-decoration: none;
	border-color: var(--primary_color);
	background: var(--primary_color);
	color: #fff;;
}
.addon-inputs .checkbox input[type='checkbox']:checked + span::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	left: 0;
	content: '\f00c';
	text-align: center;
	color: #fff;
}

.addon-item .item .parent {
    margin-bottom: 33px;
}


.addon-item .owl-carousel .owl-nav button.owl-next, .addon-item .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 30%;
	width: 25px;
	left: -10px !important;
	height: 25px;
	background-size: 30px;
	opacity: 0.7;
	background-image: none;
	text-align: center;
	margin: 0;
	bottom: auto;
	border-radius: 50% !important;
	background: #000;
}
.addon-item .owl-carousel .owl-nav button span{
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	margin-top: -6px;
	-webkit-text-stroke: 0;
	font-weight: normal;
}
.addon-item .owl-carousel .owl-nav button.owl-next{
    right: -10px!important;
	left: auto!important;
}
.addon-item .owl-carousel .owl-nav button.owl-next:hover, .addon-item .owl-carousel .owl-nav button.owl-prev:hover{
	opacity:1;
}
.addon-item .owl-carousel .owl-nav button::after{
	content:unset!important;
}

.prod-card{
	border-radius: 7px;
	box-shadow: 0px 0px 6px -2px rgba(0,0,0, 0.4);
	margin-bottom:0px;
}
.prod-card .card-header {
    padding: 7px 20px;
}
.prod-card .card-body {
    padding:15px;
}
.prod-card hr{
	width: calc(100% + 12px);
	margin: 15px -6px;
}
.variation-container .prod-card.pd-item:not(:first-child){
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0px 6px -2px rgba(0,0,0, 0.4);
	border-top: 0;
}
.variation-container .prod-card.pd-item:not(:first-child)::before{
	content: '';
	width: 100%;
	height: 15px;
	margin-top: -15px;
	position: absolute;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.prod-addons .prod-card{
	margin-top:10px;
	margin-bottom:10px;
}
.prod-card .variations, .prod-card .price-section{
	display:flex;
	line-height: 1;
}

.prod-card .variations .input-title, .prod-card .price-section .price-title{
	width:40%;
	font-size: 15px;
}
.prod-card .variations .input-group, .prod-card .price-section .value{
	width:60%;
}
.prod-card .variations .input-group{
	margin-bottom:-10px;
}
.prod-card .variations .input-group label, .prod-card .variations .input-group select{
	margin-bottom:10px;
	font-size: 15px;
}

.prod-card .price-section .price-title{
	width:40%;
	font-size: 20px;
	line-height: 24px;
}
.prod-card .price-section .value{
	width:60%;
	text-align:right;
	line-height: 24px;
}

.prod-card .variations.color .input-group span{
	margin: 0px 10px 0px 0px;
	line-height: 18px;
}



.gallery.fixed{
	position: fixed;
    top: 0;
	width:540px;
	z-index:1;
}

i.addon-detail{
	width: 27px;
	height: 27px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	background: rgba(255,255,255, 0.6);
	line-height: 25px;
	border: 1px solid #ccc;
}

i.addon-detail:hover{
	background:var(--primary_color);
	color:#fff;
}


.addon-item .owl-carousel {
    z-index: 0;
}
.addon-item .media{
	border-radius: 5px;
	margin-bottom: 10px;
	border:1px solid #ccc;
}
.detail-page .row{
	margin: 0px -5px;
}
.detail-page .row > div{
	padding: 0px 10px;
}



/*---------- SPACING ----------*/

.p0 {
	padding: 0;
}
/* Padding Top */
.pt0 {
	padding-top: 0;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pt50 {
	padding-top: 50px!important;
}
.pt60 {
	padding-top: 60px!important;
}
.pt70 {
	padding-top: 70px!important;
}
.pt80 {
	padding-top: 80px!important;
}
.pt90 {
	padding-top: 90px!important;
}
.pt100 {
	padding-top: 100px!important;
}
.pt110 {
	padding-top: 110px!important;
}
.pt120 {
	padding-top: 120px!important;
}
.pt130 {
	padding-top: 130px!important;
}
.pt140 {
	padding-top: 140px!important;
}
/* Padding Bottom */

.pb0 {
	padding-bottom: 0!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pb60 {
	padding-bottom: 60px!important;
}
.pb70 {
	padding-bottom: 70px!important;
}
.pb80 {
	padding-bottom: 80px!important;
}
.pb90 {
	padding-bottom: 90px!important;
}
.pb100 {
	padding-bottom: 100px!important;
}
.pb110 {
	padding-bottom: 110px!important;
}
.pb120 {
	padding-bottom: 120px!important;
}
.pb130 {
	padding-bottom: 130px!important;
}
.pb140 {
	padding-bottom: 140px!important;
}
/* Padding Left */

.pl0 {
	padding-left: 0!important;
}
.pl3 {
	padding-left: 3px!important;
}
.pl5 {
	padding-left: 5px!important;
}
.pl10 {
	padding-left: 10px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pl50 {
	padding-left: 50px;
}
.pl60 {
	padding-left: 60px;
}
.pl70 {
	padding-left: 70px;
}
.pl80 {
	padding-left: 80px;
}
.pl90 {
	padding-left: 90px;
}
.pl100 {
	padding-left: 100px;
}
/* Padding Right */

.pr0 {
	padding-right: 0!important;
}
.pr5 {
	padding-right: 5px!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.pr40 {
	padding-right: 40px;
}
.pr50 {
	padding-right: 50px;
}
.pr60 {
	padding-right: 60px;
}
.pr70 {
	padding-right: 70px;
}
.pr80 {
	padding-right: 80px;
}
.pr90 {
	padding-right: 90px;
}
.pr100 {
	padding-right: 100px;
}
.pr110 {
	padding-right: 110px;
}
.pr120 {
	padding-right: 120px;
}

@media (min-width:1200px) {
.pl-lg-50 {
	padding-left: 50px;
}
.pl-lg-80 {
	padding-left: 80px;
}
}

@media (min-width:992px) {
.pt-md-50 {
	padding-top: 50px;
}
}
/* Margin Auto */

.mr-auto {
	float: none;
	margin-right: auto;
}
/* Margin Top */
.m0 {
	margin: 0!important;
}
.mt0 {
	margin-top: 0!important;
}
.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mt60 {
	margin-top: 60px!important;
}
.mt70 {
	margin-top: 70px!important;
}
.mt80 {
	margin-top: 80px!important;
}
.mt90 {
	margin-top: 90px!important;
}
.mt100 {
	margin-top: 95px!important;
}
.mt110 {
	margin-top: 110px!important;
}
.mt120 {
	margin-top: 120px!important;
}
/* Margin Bottom */

.mb0 {
	margin-bottom: 0!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb110 {
	margin-bottom: 110px;
}
.mb120 {
	margin-bottom: 120px;
}
/* Margin Left */

.ml0 {
	margin-left: 0!important;
}
.ml15 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.ml70 {
	margin-left: 70px;
}
.ml80 {
	margin-left: 80px;
}
.ml90 {
	margin-left: 90px;
}
.ml100 {
	margin-left: 100px;
}
.ml110 {
	margin-left: 110px;
}
/* Margin Right */

.mr0 {
	margin-right: 0!important;
}
.mr5 {
	margin-left: 5px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.mr40 {
	margin-right: 40px!important;
}
.mr50 {
	margin-right: 50px!important;
}
.mr60 {
	margin-right: 60px!important;
}
.mr70 {
	margin-right: 70px!important;
}
.mr80 {
	margin-right: 80px!important;
}
.mr90 {
	margin-right: 90px!important;
}
.mr100 {
	margin-right: 100px;
}
.mr110 {
	margin-right: 110px;
}
.price-range {
	display: flex;
	margin-bottom: 10px;
}
.price-range input {
	width: 46%;
	border: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
.price-range span {
	width: 8%;
	text-align: center;
}
.banner .container {
	display: table;
	height: 100%;
}
.banner .caption {
	display: table-cell;
	vertical-align: middle;
}
.banner h2 {
	display: inline-block;
	font-size: 71px;
	line-height: 1;
	color: var(--primary_color);
	font-family: var(--font-secondary-b);
	text-transform: uppercase;
}
.banner h3 {
	font-size: 64px;
	line-height: 1;
	color: #232324;
	font-family: var(--font-secondary-b);
	text-transform: uppercase;
	text-align: center;
}

/*Colors*/
.bg-rose-pink{
	background-color:#E397AC!important;
}
.bg-spiced-orange{
	background-color:#DE4C09!important;
}
.bg-denim{
	background-color:#4887BA!important;
}
.bg-dusty-pink{
	background-color:#D4B8B5!important;
}



/* Products details features */
.prod-features ul {
	display: inline-block;
}
.prod-features ul li {
    padding-right: 15px;
    display: inline;
}
.prod-features ul li a img {
    height: 70px;
	width: 70px;
	margin-bottom: 10px;
    margin-top: 20px;
}
.conversion {
	background: #00000012;
    text-align: center;
	margin-bottom: 20px;
	padding:15px;
}
.conversion p {
	margin-bottom: 5px;
	padding-top: 5px;
}
.select-info .cat a {
    text-decoration: none;
    color: var(--primary_color);
}
.measurement .total-calculated-area {
	font-weight: 600;
}
.measurement .area-measurement {
	font-weight: 600;
}
.measurement .total-area {
	margin-bottom: 0px;
}

/*Blog page css  */

.blog  .blog-sidebar a {
	color: #0000009e;
	text-transform: uppercase;
}
.blog-sidebar a:hover, .blog-sidebar a.active {
    text-decoration: none;
    color: var(--anchor_hover_color);
}
.blog-sidebar .category-title {
    font-size: 16px;
    font-family: var(--font-b);
    text-transform: uppercase;
    color: var(--body_color);
}
.blog-sidebar form span {
	position: ABSOLUTE;
    right: 25px;
    top: 10px;
	color: #2ba5d4;
	cursor: pointer;
}
.blog-sidebar form .form-control {
    padding-right: 40px;
}
.categories-popup .form-control {
    padding-right: 40px;
}
.blog .top_search.header-serc {
display: none;
}

.blog-item.top-blog .media {
	height: 350px;
}

.blog-item .media {
	height: 150px;
	margin-bottom: 20px;
}

.blog-item h2 {
    font-family: var(--font-b);
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 5px;
    text-align: left;
    color: #000000ab;
}

.blog-page h2.title {
	text-align: left;
}
.blog-item {
	margin-bottom: 20px
}
.blog-item .btn {
	width: 100%;
}

.blog-item  .blog-cat-name {
    color: #2ba5d4;
    font-size: 14px;
    /* padding-top: 20px; */
	display: inline-block;
	font-weight: 600;
}
.blog-item .author-name {
    color: #2ba5d4;
	font-size: 14px;
}
.blog-item .blog-meta-tags {
font-size: 14px;
color: #000000a6;
}
.single-blog  .top_search.header-serc {
	display: none;
}
.single-blog  .blog-sidebar a {
	color: #0000009e;
	text-transform: none;
	font-size: 14px;
}
.category-mobile {
	display: none;
}

.stock-qty {
    padding: 5px 15px;
	font-size: 12px;
	display: inline-block;
}
.stock-qty.stock-out {
	border: solid 2px #8b0000;
    color: #8b0000;
}
.stock-qty.available-stock {
	border: solid 2px #297e29;
    color: #297e29;
}


.desc-tabs .collapse:not(.show) {
    display: none!important;
}
.desc-tabs .btn-accordion{
	width: 100%;
	background-color: var(--primary_color);
	border: 0;
	color: var(--primary_bg_text_color);
	padding: 10px;
	border: 1px solid var(--primary_bg_text_color);
}
.detail-page .table-borderless{
	margin-bottom:0px;
}
.table-borderless td:first-child{
	padding-left:0px;	
}

.table-borderless tr:first-child td{
	padding-top:0px;	
}
.table-borderless tr:last-child td{
	padding-bottom:0px;	
}
.table-borderless td, .table-borderless th {
    padding: 5px;
}
.addon-detail-modal .modal-body{
	padding: 35px;
}

.addon-detail-modal .close{
	position: absolute;
	right: 10px;
	top: 10px;
	background: #ccc;
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
}

.coupon-items{
	display: block;
	font-size: 14px;
	line-height: 1.3;
}


















@media only screen and (max-width: 1199px) {
.order-d {
	width: 100%;
}

item-cart td:first-child {
    width: 100px;
}
.item-cart td:nth-child(2) {
    text-align: left;
    padding-left: 0;
    min-width: 150px;
}
.item-cart.cart-page .table-outer tr:last-child td:first-child input {
    width: 180px;
}
.item-cart.cart-page .table-outer tr:last-child td:first-child input.apply-coupon {
    width: auto;
    font-size: 11px;
    min-width: auto;
}
}

@media only screen and (max-width: 991px) {
	.cart-container .row.main > div:first-child{
		order:1;
	}
	.cart-container .row.main > div:nth-child(2){
		order:3;
	}
	.cart-container .row.main > div.upsell-sec{
		order:2;
	}
	.navbar-toggler{
		display:inline-block;
	}
.navbar-toggler-icon {
	background: #000;
	height: 2px;
	position: relative;
}
.navbar-toggler-icon:before {
	background: #000;
	height: 2px;
	position: absolute;
	top: -8px;
	content: '';
	width: 100%;
	left: 0;
}
.navbar-toggler-icon:after {
	background: #000;
	height: 2px;
	position: absolute;
	bottom: -8px;
	content: '';
	width: 100%;
	left: 0;
}
.navbar-collapse {
	position: fixed;
	top: 0px;
	left: 0;
	display: block !important;
	overflow: hidden;
	height: 100vh;
	background: #fff;
	z-index: 999;
	width: 0%;
	transition: 500ms;
}
.navbar-collapse.show {
	width: 100%;
	transition: 500ms;
}
.search-toggle {
	display: none;
}
.navbar-brand {
	padding-left: 15px;
}
.navbar .navbar-nav li a {
	font-size: 18px;
	padding: 15px !important;
	border-bottom: 1px solid #ccc;
	color:var(--body_color);
}
.navbar .navbar-nav li a.submenu-toggle {
	border-bottom: 0;
}
	
.flexslider .slides > li {
    text-align: center;
}
.right-nav ul {
	padding-left: 0;
}
.right-nav > ul li:last-child {
	display: none;
}
.right-nav ul li a {
	font-size: 18px;
	font-family: var(--font-b);
	padding-left: 15px;
}
.right-nav ul li:first-child:before {
	display: none;
}
.right-nav .nav-close , .navbar .nav-close{
	display: block !important;
	position: absolute !important;
	right: 13px;
	top: 10px;
	font-size: 20px;
	z-index: 9999999;
	color: #000;
	font-family: var(--font-b);
	border: 1px solid #ccc;
	padding: 3px 13px !important;
	cursor: pointer;
}
.total-p {
	width: 100%;
}
.order-d li {
	width: 100%;
	margin-bottom: 10px;
}
.order-d li:last-child {
	margin-bottom: 0;
}
.container {
	max-width: 100%;
}
section .container {
	max-width: 100%;
}
.search-box .container .row .input-group {
	position: relative;
	width: 100%;
	height: 36px;
}
.search-box {
	padding: 10px;
	background: #fff;
}
.search-box input {
	height: 36px;
}
.fea-pro-slider .title {
	text-align: center;
}
.fea-pro-slider {
	margin-top: 0;
	padding-bottom: 20px;
	background: #f5f5f5;
}
.mobile-cart {
	position: fixed;
	z-index: 99;
	bottom: 0;
	display: block;
	display: flex;
	width: 100%;
}
.mobile-cart a {
	font-size: 20px;
	padding: 15px 0 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #bd2226;
	flex: 0 0 50%;
}
.mobile-cart.single-btn a {
	flex: 0 0 100%;
}
.mobile-cart a:first-child {
	background: var(--primary_color);
}
.mobile-cart.single-btn a {
	background: #bd2226;
}
.mobile-cart span {
	font-size: 14px;
	line-height: 26px;
	position: relative;
	top: -7px;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #bd2226;
	border-radius: 50%;
	background: #fff;
}
.mobile-cart img {
	position: relative;
	width: 26px;
	margin-right: 10px;
}
.mobile-cart i {
	font-size: 20px;
	margin-right: 8px;
}
.inner-banner .left-text h2, .inner-banner .right-text h2 {
	font-size: 42px;
	line-height: 42px;
}
.inner-banner .left-text, .inner-banner .right-text {
	top: 40%;
}
.page-content {
	margin-top: 15px;
	margin-bottom: 20px;
}
.filter-outer {
	max-width: 28%;
	padding-left: 15px;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
}
#filters {
	display: block;
}
.search-box .container .row .search-section {
	position: relative;
	overflow: inherit;
	width: 100%;
	height: inherit;
}
.detail-page .col-sm-9 {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.detail-page .col-sm-4 {
	padding-left: 11px;
}
.select-info {
	padding-left: 0;
	padding-top: 15px;
}
.detail-page .col-sm-3 {
	display: none;
	max-width: 34%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}
.desc-tabs {
	margin-top: 30px;
	padding: 0 0px;
}
.desc-tabs .tab-content .card-header {
	display: block;
}
.related-product-detail {
	padding-bottom: 40px;
}
.contact_form .p-0 {
	padding-left: 15px;
}
.ptb40 {
	padding: 20px 0;
}
#checkout-form .col-md-5 {
	max-width: 44.666667%;
	-ms-flex: 0 0 44.666667%;
	flex: 0 0 44.666667%;
}
#checkout-form .col-md-7 {
	max-width: 55.333333%;
	-ms-flex: 0 0 55.333333%;
	flex: 0 0 55.333333%;
}
.order-d {
	width: 100%;
}
.total-p {
	width: 100%;
}
.order-d li {
	width: 32.8%;
	margin: 10px 0;
}
.filter-bar-outer .bar-right a {
	display: none;
}
.filter-bar-outer .bar-left, .filter-bar-outer .bar-right {
	width: 100%;
}
.filter-bar-outer .bar-right {
	text-align: right;
}
.owl-carousel .owl-nav.disabled {
	display: block;
}
.page-title, .cart-total-container h2 {
	font-size: 28px;
}
#wishlist .table-responsive {
	width: 93%;
	margin: 0 auto;
}
.menu-item-has-children > a::after {
	content: '';
}
a.submenu-toggle::after, .navbar .navbar-nav li a.submenu-toggle:after{
	font-family: 'Font Awesome 5 Free';
	font-size: 28px;
	font-weight: 900;
	position: relative;
	top: -3px;
	right: -20px;
	display: block;
	height: 11px;
	content: '\f105';
}
.submenu-toggle {
	position: absolute;
	z-index: 999999;
	top: 0;
	right: 0;
	display: block;
	width: 120px;
	height: 100%;
	padding: 0;
	text-align: center;
}
.navbar-nav {
	padding-top: 40px;
}
.right-nav ul li {
	padding: 0;
	display: block;
	border-bottom: 1px solid #ccc;
}
.right-nav ul li a {
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}
.right-nav ul li:nth-child(02) {
	border-bottom: 0;
}
.right-nav ul li:nth-child(03) {
	display: none;
}
.navbar-nav ul.sub-menu {
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: auto;
	left: -100%;
	display: block;
	width: 100%;
	height: 100vh;
	padding-top: 60px;
	padding-left: 0;
	transition: 500ms;
	opacity: 1;
	background: #fff;
	min-height:100vh;
}
.navbar-nav ul.sub-menu.open-menu {
	left: 0;
	display: block;
	transition: 500ms;
	padding-top: 65px;
}
.navbar-nav ul.sub-menu1:before {
	display: none;
}
.navbar-nav ul.sub-menu li a {
	border: 0;
	border-bottom: 1px solid #ccc;
}
.navbar-nav ul.sub-menu1 > li:last-child {
	border: 0;
}
.navbar-nav .sub-menu ul.sub-menu {
	left: -100%;
	margin-left: 0;
	padding-top: 60px;
}
.navbar-nav ul.sub-menu li .sub-menu2 li:last-child {
	border-bottom: 0;
}
.menu-item-has-children .menu-item-has-children > a::after {
	display: none;
}
.navbar-nav .sub-menu ul.sub-menu.open-menu {
	left: 0;
}
.navbar-nav ul.sub-menu li.menu-close {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 41px;
	height: 38px;
	border: 1px solid #ccc;
	text-align: center;
}
.navbar-nav ul.sub-menu li.menu-close:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 28px;
	font-weight: 900;
	position: relative;
	top: 4px;
	content: '\f104';
	color: #000;
	line-height: 1;
}
.right-nav ul {
	padding-bottom: 0;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
}
	/* blogs css */
	.blog-sidebar {
		display: none;
	}
	.blog .category-mobile {
		display:block;
	}
	.single-blog .mobile-cart {
		display: none;
	}
	.single-blog .category-mobile {
		display:block;
	}
	.blog .mobile-cart {
		display: none;
	}
	.blog .category-mobile {
		position: fixed;
		z-index: 999;
		bottom: 0;
		display: flex !important;
		width: 100%;
	}
	.blog .category-mobile a {
	background: var(--primary_color);
	font-size: 20px;
	padding: 15px 0 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 100%;
	}
	.single-blog .category-mobile {
		position: fixed;
		z-index: 999;
		bottom: 0;
		display: flex !important;
		width: 100%;
	}
	.single-blog .category-mobile a {
	background: var(--primary_color);
	font-size: 20px;
	padding: 15px 0 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 100%;
	}
	.blog-item.top-blog .media {
		height: 150px;
	}
	.categories-popup .modal-dialog {	
		margin: 0px;
		max-width: 100%;
	
	}
	.categories-popup .modal-content {
		border-radius: 0px;
		height: 100px;
	}
	.categories-popup form span {
		position: ABSOLUTE;
		right: 25px;
		top: 25px;
		color: #2ba5d4;
	}
	.blog  .navbar-light .navbar-toggler {
		right: 0px ;
		top: -80px ; 
	}
	.single-blog  .navbar-light .navbar-toggler {
		right: 0px ;
		top: -80px ; 
	}

}

@media only screen and (max-width: 768px) {
	.filter-bar-outer .bar-right {
		display:none;
	}
	.mobile-only-nav{
		display:block;
		padding-top: 0;
	}
	.category-description .content{
		text-align:justify;
	}
	.cms .thumb-carousel .owl-stage {
		height: 100px;
	}
	.detail-page .zoom-section{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 1;
	 }
	.banner .caption .float-right{
		float:none !important;
	}
	.ship-check span, .ship-check label.float-right{
		float:none!important;
		display: block;
	}
	.btn{max-width:100%;}
	.desc-tabs .tab-content .card-body {
		padding: 15px;
	}
	.home-items .item .wishlist {
		float: none;
		margin-right: 0;
	}

	.carousel-control-prev {
		left: 5px;
	}
	.carousel-control-next {
		right: 5px;
	}
	.navbar-toggler {
		color:var(--primary_bg_text_color)
	}
.banner h2 {
    font-size: 32px;
}
.btn {
    min-width: auto;
}
.price-range input {
	padding: 8px 5px;
	font-size: 16px;
}
#wishlist .table-responsive .table {
	width: 700px;
}
.out-of-stock {
	margin-bottom: 0;
}
.tab-only {
	display: none;
}
.mobile-only {
	display: block;
}
span.mobile-only{
	display:inline-block;
}


.filter-outer {
	max-width: 100%;
	padding-left: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.product-area, .searched-prods .product-area{
	max-width: 100%;
	margin-bottom: 0;
	padding-right: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.searched-prods .product-area{
	padding-right: 0px;	
}
.product-area .row .col, .searched-prods .product-area .row .col{
	max-width: 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}
.desktop-only {
	display: none!important;
}
#filters {
	display: block;
	width: 100%;
	margin: 0;
}
.filter-area {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: -100%;
	overflow: scroll;
	width: 100%;
	height: 100vh;
	margin-top: 0;
	transition: 500ms;
	background: #fff;
}
.filter-area.open {
	left: 0;
	transition: 500ms;
}
.filter-title {
	font-size: 18px;
	display: block;
	padding: 15px 15px;
	text-transform: uppercase;
	color: #fff;
	background: var(--primary_color);
}
.filter-title #filter-close {
	float: right;
	margin-top: -5px;
	padding: 7px 15px;
	text-decoration: none;
	color: #fff;
	border: 1px solid;
}
.filter-title #filter-close:hover{
	background-color:var(--btn_bg_color);
	color:var(--btn_text_color)
}
.inner-banner img {
	width: 40%;
}
.inner-banner .left-text h2, .inner-banner .right-text h2 {
	font-size: 22px;
	line-height: 24px;
}
.detail-page .col-sm-4 {
	padding-right: 11px;
}
#carousel.flexslider {
	margin-bottom: 30px;
}
.contact_form .p-0 {
	padding-right: 15px;
}
#checkout-form .col-md-5 {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
#checkout-form .col-md-7 {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
#checkout-form {
	margin-top: 0;
}
.checkout-right {
	margin-top: 15px;
}
.order-d li {
	width: 100%;
	margin: 5px 0;
	border: 0;
}
.order-received {
	padding-top: 0;
}
.contact_form iframe {
	margin-top: 20px;
	width: 100%;
}
.contact-map {
	overflow: hidden;
	width: 100%;
}
.contact_form .col-lg-4 {
	padding: 0;
}
.user-detials .tab-content {
	padding: 15px;
}
.user-detials {
	margin: 20px 0;
	width: 100%;
}
.user-detials.login-page {
    width: 100%;
}
.user-detials .nav-tabs .nav-link {
    padding: 15px 15px;
}
.owl-nav {
	top: 0;
	margin-top: 15px;
	text-align: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	position: relative;
	top: 0;
	margin: 0 6px;
}
.owl-nav .owl-prev {
	left: auto;
}
.owl-nav .owl-next {
	right: auto;
}
.owl-nav .owl-prev {
	position: relative;
	margin-left: 0;
}
.related-product-detail {
	padding-bottom: 25px;
}
.blog-item > div h2:first-child {
	font-size: 20px;
}
.product-sidebar-bottom-sec .col-sm-4 {
	max-width: 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}
.product-sidebar-bottom-sec .col-sm-8 {
	max-width: 60%;
	padding-right: 15px;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}
.desc-tabs .nav-tabs a {
	font-size: 14px;
	padding: 10px 12px;
    margin-right: 0px;
}

.media {
	height: 250px;
}

.panel-heading .float-right {
	float: none;
}

.desc-tabs .nav-tabs {
	margin-top: 0;
}
.banner, .inner-slider .banner.slide, .inner-slider .banner.slide .carousel-item {
	height: 175px;
}
.banner.inner-banner {
	background-position: 30% center;
}
.filter-bar-outer {
	padding: 10px;
}
.checkout .col-lg-5.col-sm-12 {
	padding: 0;
}
.checkout .checkout-right {
	padding: 12px 15px 10px;
}

#wishlist_response {
	display: block;
}

.related-product-detail .page-content .owl-carousel {
	margin: 0;
}
.testimonials {
	width: auto;
}
.page-content .title, h2 {
	text-align: center;
	font-size: 1.5rem
}
#TestimonialForm .col-xs-12:first-child .form-group {
	text-align: center;
}
#TestimonialForm .col-md-2.mt30 {
	margin-top: 0;
}
.removeCartItem.mobile-only {
	display: block;
}
#google_translate_element {
	padding-left: 15px;
}
footer .search-box {
	padding: 10px 0;
}
.filter-area .panel-default .panel-title a {
	font-size: 16px;
}
.filter-area ul li a {
	font-size: 16px;
	color: #000;
}
#wishlist .table-responsive tr, #wishlist .table-responsive td, #wishlist .table-responsive tbody, #wishlist .table-responsive thead, #wishlist .table-responsive th, #wishlist .table-responsive table, #wishlist .table-responsive {
	display: block;
	width: 100%;
}
#wishlist .table-responsive th {
	display: none;
}
#wishlist .table-responsive td {
	text-align: right;
}
#wishlist .table-responsive td .mobile-only {
	display: table;
	float: left;
	width: 50%;
	text-align: left;
	margin: 0;
	clear: both;
}
#wishlist .table-responsive .table {
	width: 100%;
}
#wishlist .table tbody tr td:last-child {
	position: absolute;
	top: 24px;
	padding: 0;
	border: 0;
	right: 0px;
	width: auto;
}

#wishlist .table tbody tr td.empty{
	position:unset;
}
#wishlist .item_romove {
	margin-top: -24px;
	margin-left: 71px;
}
#wishlist .table-responsive td:nth-child(2), #wishlist .table-responsive td:nth-child(3){
	width: calc(50% - 2.5px);
	display: inline-block;
	border-top: 0;
	border-bottom: 0;
	text-align: center;	
}
#wishlist .table-responsive td:nth-child(2){border-right:0px;}
#wishlist .table-responsive tr{
	margin-bottom:10px;
	position: relative;
}
#wishlist .table-responsive .btn{
	width:100%;
}


.cart-container .table thead {
	display: none;
}
.cart-container .table-outer .table tbody, .cart-container .table-outer .table tr, .cart-container .table-outer .table td {
	position: inherit;
	display: block;
}
.cart-container .table-outer {
	position: relative;
}

.cart-container .table-outer td:first-child {
	display: inline-block;
	border:0;
}
.cart-container .table-outer td:nth-child(06) {
	padding: 0;
	border: 0;
}
.cart-container .table-outer .table tr td:nth-child(02) {
	display: inline-block;
	width: calc(100% - 165px);
	border: 0;
}
.cart-container .table-outer .table tr:last-child td:first-child {
	display: block;
	width: 100%;
	display: flex;
}
.cart-container .table-outer .table tr:last-child td:first-child input {
	width: 100%;
}
.cart-container .table-outer .table tr:last-child td:first-child .btn {
	width: 100%;
}

.cart-container .table-outer .table tr:last-child td:last-child {
	width: 100%;
}
.cart-container .table-outer .table tr:last-child td:last-child a.btn {
	width: 100%;
}
.item-cart.cart-page .table-outer .table {
	margin-bottom: 14px;
}
.removeCartItem {
	top: 15px;
	right: 15px;
	transform: translateY(0%);
	;
}
.item-cart.cart-page .table-outer .table .mobi-only {
	display: inline-block;
	float: left;
}
.cart-container .table-outer .table tr td:nth-child(03), .cart-container .table-outer .table tr td:nth-child(04), .cart-container .table-outer .table tr td:nth-child(05) {
	text-align: right;
}
.cart-total-container .table tr:last-child .btn {
	width: 100%;
	margin-left: 0;
}
.cart-total-container .table tr:last-child td {
	padding: 15px 15px 10px;
}
.item-cart td {
	text-align: left;
}
.item-cart.cart-page .table tr td .removeCartItem {
	margin: 7px 0 0!important;
	color: #de1f3d;
	border-color: #de1f3d;
	width: auto;
}

.cart-container .row{
	margin: 0px -7px;
}	
.cart-container .row > div{
	padding: 0px 7px;
}	
.item-cart td:first-child {
    width: 161px;
}
.item-cart td:last-child {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
}

	/* blogs css */
	.blog-sidebar {
		display: none;
	}
	.blog .category-mobile {
		display:block;
	}
	.single-blog .mobile-cart {
		display: none;
	}
	.single-blog .category-mobile {
		display:block;
	}
	.blog .mobile-cart {
		display: none;
	}
	.blog .category-mobile {
		position: fixed;
		z-index: 999;
		bottom: 0;
		display: flex !important;
		width: 100%;
	}
	.blog .category-mobile a {
	background: var(--primary_color);
	font-size: 20px;
	padding: 15px 0 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 100%;
	}
	.single-blog .category-mobile {
		position: fixed;
		z-index: 999;
		bottom: 0;
		display: flex !important;
		width: 100%;
	}
	.single-blog .category-mobile a {
	background: var(--primary_color);
	font-size: 20px;
	padding: 15px 0 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 100%;
	}
	.blog-item.top-blog .media {
		height: 150px;
	}
	.categories-popup .modal-dialog {
		margin: 0px;
		height: 100%;
	}
	.categories-popup .modal-content {
		border-radius: 0px;
		height: 100%;
	}
	.categories-popup form span {
		position: ABSOLUTE;
		right: 25px;
		top: 25px;
		color: #2ba5d4;
	}
	.blog  .navbar-light .navbar-toggler {
		right: 0px ;
		top: -80px ; 
	}
	.single-blog  .navbar-light .navbar-toggler {
		right: 0px ;
		top: -80px ; 
	}
	.desc-tabs .collapse {
		border: 1px solid #ccc!important;
		border-top: 0!important;
	}
	.order-received .newsletter {
		padding: 40px 20px;
	}
	.order-received .newsletter .content h2 {
		font-size: 34px;
	}

}
@media only screen and (max-width: 767px) {
	.order-received .full-width .newsletter{
		display:block;
	}
	.order-received .newsletter {
		padding: 20px;
		min-height:auto;
	}
	.order-received .full-width .newsletter .content h2, .order-received .newsletter .content h2 {
		font-size: 24px;
		margin-bottom: 5px;
		text-align: center;
	}
	.order-received .full-width .newsletter .content h4, .order-received .newsletter .content h4 {
		font-size: 23px;
		margin-bottom: 0;
		text-align: center;
	}

	.order-received .full-width .newsletter .input-section, .order-received .full-width .newsletter .content{
		width:100%;
	}
	.order-received .full-width .newsletter .input-group, .order-received .newsletter .input-group {
		margin-top: 20px;
	}
	.order-received .newsletter .input-section input {
		height: 44px;
	}
	.order-received .newsletter .input-section button {
		padding: 8px;
	}

	.button-set.actions .btn {
		width: 100%;
		margin-bottom: 10px;
	}

	.item-cart.cart-page .table-outer {
		margin-bottom: 20px;
	}
	.d-xs-none{
		display:none;
	}
	.item-cart td:nth-child(2) {
		padding:14px;
	}
	.cart-carousel {
		margin-bottom: 14px;
	}
	.filter-bar-outer .bar-left .sort-select {
		font-size: 12px;
		width: 130px;
		margin-right:5px;
	}
	.filter-bar-outer span{
		font-size: 13px;
	}
	.checkbox-input input {
		position: absolute;
	}
	.checkout-right .checkbox-input label {
		display: inline-block;
		width: 100%;
		padding-left: 25px;
	}
	.gallery-controls span {
		line-height:42px;
	}
	.detail-page .zoom-in {
		line-height:44px;
	}
	
	.product-area .row .col, .searched-prods .product-area .row .col{
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.item small {
		font-family: var(--font-b);
		font-size: 13px;
	}
	.delivery-options{
		padding: 15px 0px;
	}
	.delivery-options .item label .fa {
		font-size: 30px;
		padding: 10px;
	}
	.item-cart td:first-child {
		width: 115px;
	}
	.cart-container .table-outer .table tr td:nth-child(02) {
		width: calc(100% - 120px);
	}
	.removeCartItem {
		right: 15px;
	}
	.banner.inner-banner {
		height: 130px;
	}
	.inner-banner .left-text h2, .inner-banner .right-text h2 {
		font-size: 16px;
		line-height: 18px;
	}
	.navbar-toggler {
		padding: 7px 12px 0 0px;
	}

	.reviews .header .btn{
		float:none;
		margin-top:10px;
	}


	/* blogs css */
.blog-sidebar {
	display: none;
}
.blog .category-mobile {
	display:block;
}
.single-blog .mobile-cart {
	display: none;
}
.single-blog .category-mobile {
	display:block;
}
.blog .mobile-cart {
	display: none;
}
.blog .category-mobile {
	position: fixed;
    z-index: 999;
    bottom: 0;
    display: flex !important;
    width: 100%;
}
.blog .category-mobile a {
background: var(--primary_color);
font-size: 20px;
padding: 15px 0 10px;
text-align: center;
text-decoration: none;
color: #fff;
width: 100%;
}
.single-blog .category-mobile {
	position: fixed;
    z-index: 999;
    bottom: 0;
    display: flex !important;
    width: 100%;
}
.single-blog .category-mobile a {
background: var(--primary_color);
font-size: 20px;
padding: 15px 0 10px;
text-align: center;
text-decoration: none;
color: #fff;
width: 100%;
}
.blog-item.top-blog .media {
    height: 150px;
}
.categories-popup .modal-dialog {
	margin: 0px;
	height: 100%;
}
.categories-popup .modal-content {
	border-radius: 0px;
	height: 100%;
}
.categories-popup form span {
    position: ABSOLUTE;
    right: 25px;
    top: 25px;
    color: #2ba5d4;
}
.blog  .navbar-light .navbar-toggler {
    right: 0px ;
    top: -100px ; 
}
.single-blog  .navbar-light .navbar-toggler {
    right: 0px ;
    top: -100px ; 
}
.category-title {
	text-align: center;
}

.blog #nav-wrap {
    position: relative;
}
.single-blog  #nav-wrap {
    position: relative;
}


}


.delivery-datetime label.error{
	position:unset!important;
}