/* common classes */
section{
	overflow-x: hidden;
}
section.container{
	overflow:unset;
	overflow-x: unset;
}
body {
	font-family: var(--font-r);
	color: var(--body_color);
	background-image: var(--body_bg_image);
	font-size: 14px;
	overflow-x: hidden;
}
*:focus {
	outline: none !important;
	box-shadow: none !important;
}
*{
	border-width:0;
}
a {
	color: var(--anchor_color);
}
.table{
	color:var(--body_color);
}
.container-parent{
	width:100%;
}
.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);
}

@media (hover){
	a:hover, a.active {
		text-decoration: none;
		color: var(--anchor_hover_color);
	}
}
body.modal-open .zoomContainer{
	display:none!important;
}
.lg-backdrop {
    z-index: 1050;
}
.select-info .prod-brand{
	position: absolute;
	right: 13px;
	background: var(--primary_color);
	color: var(--primary_bg_text_color);
	padding: 10px;
	line-height: 1;
	border-radius: 25px;
	top: 0px;
}
.select-info .prod-brand.img{
	background-color: transparent;
	height: 70px;
	width: 70px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 2px solid #000;
	top: 0px;
	right: 10px;
}
.select-info .has-brands{
	padding-right:70px;
}
.select-info .no-cats{
	padding-bottom: 40px;
}
.price-tax-small{
	font-size: 12px;
}
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%;
}
.secondary-color{
	color:var(--secondary_color);
}
.primary-color{
	color:var(--primary_color);
}
.fw-b {
	font-family: var(--font-b);
}
.font-l{
	font-family: var(--font-l);
}
.font-r{
	font-family: var(--font-r);
}
.font-m{
	font-family: var(--font-m);
}
.font-sb{
	font-family: var(--font-sb);
}
.font-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-invert{
	color: var(--btn_bg_color);
	border-color: var(--btn_bg_color);
	background-color: #fff;	
}
.btn.btn-secondary{
	color: var(--secondary_btn_text_color);
	background: var(--secondary_btn_bg_color);
	border-color: var(--secondary_btn_bg_color);	
}
.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-white {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}
.btn-bordered-white:hover {
	color: var(--btn_bg_color);
	background-color: #fff;
}
@media (hover){
	.btn:hover {
		color: var(--btn_bg_color);
		background: transparent;
	}
	.btn.btn-secondary:hover {
		color: var(--secondary_btn_bg_color);
		background: transparent;
	}
	.btn-bordered:hover {
		color: var(--btn_text_color);
		background-color: var(--btn_bg_color);
	}
	.btn-bordered:hover i{
		color: var(--btn_text_color);
	}
	.btn-invert:hover{	
		color: #fff;
		background-color: var(--btn_bg_color);
	}
}
.section-bg {
	background-color: var(--sections_bg_color);
}

.right-nav{
	text-align:right;
	margin-left: auto;
}
.right-nav ul li{
	display:inline-block;
}
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;
}
.view-all-action {
    width: 100%;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 10px;
}
.view-all-action .btn{
    min-width: 250px;
}
#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%;
}
.title h4{
    font-size: 24px;
    text-transform: uppercase;
}
.title p{
    text-transform: none;
}
.title p:last-child{
	margin-bottom:0px;
}
a.wishlist{
	color: var(--body_color);
	font-size: 17px;
}
@media (hover){
	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;
}
@media (hover){
.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;
}



.owl-nav {
	top: 0;
	margin-top: 15px;
	text-align: center;
}
.owl-nav button span{
	top: -14px;
	position: relative;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	background: var(--btn_bg_color);
	color: var(--btn_text_color);
	font-size: 35px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	font-family: var(--font-b);
	margin: 0px 10px;
}
.owl-nav .owl-prev {
	left: auto;
}
.owl-nav .owl-next {
	right: auto;
}
.owl-nav .owl-prev {
	position: relative;
	margin-left: 0;
}





.middle-align, .bottom-align, .top-align{
	display:table;
	height:100%;
	width: 100%;
}

.middle-align .child{
	display:table-cell;
	vertical-align:middle;
}
.bottom-align .child{
	display:table-cell;
	vertical-align:bottom;
}
.top-align .child{
	display:table-cell;
	vertical-align:top;
}
.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;
}







.form-control[readonly] {
  background-color: transparent;
}

input, button, textarea {
	border-radius: 0;
}
.form-control, .select2{
	font-size: 14px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	color:var(--body_color);
}
.select2{
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 100%;
	line-height: inherit;
	color: inherit;
}
textarea.form-control {
	height: auto;
}
.form-control:focus {
	box-shadow: none;
	border-color:var(--primary_color)!important;
	color: var(--body_color);
}

.search-section .form-control {
	padding: 0;
	border-radius: 0;
}
.select-info select, .select-info input.form-control, .prod-card textarea{
    font-size: 14px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	padding: 0px 5px;
	width:100%;
}
.prod-card textarea{
	height:auto;
}
.order-table .input-group .form-control{
	background:#fff;
}
.side-cart .form-control{
	border-color: #090909;
	height: 42px;
}
.side-cart .form-control::placeholder {
  opacity: 1;
  font-weight: 600;
}
.blog-sidebar form .form-control {
    padding-right: 40px;
}
.categories-popup .form-control {
    padding-right: 40px;
}
.form-style-2 .form-control, .form-style-2 .select2{
	border: 0;
	background: transparent;
	border-bottom: 2px solid #757575;
	padding: 0px;
}
.form-style-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding:0;
}

.form-style-2 .form-control:disabled {
  padding: 0 10px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill{
    -webkit-text-fill-color: var(--body_color) !important;
}






ul {
	padding-left: 20px;
}
ul:not(.blog-page ul, .cms ul){
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.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-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;
}
.typeahead__list img{
	max-width:100%;
}
.typeahead__list .row > div:first-child{
	padding-right: 5px;
}
.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 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: 550px;
	overflow: hidden;
	background-size: cover;
}
.banner.inner-banner {
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.breadcrumb {
	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;
	background: #fff;
}
.two-line-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.options p, .order-table td p{
	margin-bottom: 0;
	font-size: 13px;
}
.select2-container {
	display: block;
}
.select2-container--default .select2-selection--single {
	height: 100%;
	line-height: inherit;
	border: 0;
	background: transparent;
}
.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;
}*/

.collection-type-info .table {
	background: #f7f7f7;
	box-shadow: 0 1px 10px 0 #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-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: var(--body_color);
}
.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 {
	max-height: 70vh;
    overflow: unset;
	opacity: 1;
	height:auto;
	border-bottom: 1px solid #ccc;
}
.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;
}
.price .range-warning{
	display: block;
	font-size: 80%;
	font-weight: 300;
	color: red;
}
.select-info .price {
	font-family: var(--font-b);
	font-size: 28px;
	margin-bottom: 0;
	color: var(--secondary_color);
	padding-right: 70px;
}
.select-info .grouped-products .price {
	padding-right: 0px;
}
.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;
	width: -webkit-fill-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, .detail-page .basket-btn .btn{
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	height: 42px;
	margin-top: 25px;
	padding: 0;
	text-align: center;
	max-width: 100%;
}
.select-info .product-price .small, .product-amt .small{
	font-size:14px!important;
}
.product-amt .kanda{
	font-size: 16px;
	font-family: var(--font-m);
	font-weight: normal;
	margin-top: 20px;
	margin-left: -40px;
	line-height: 1;
}
.product-amt .kanda small{
	color: var(--body_color);
	font-size: 12px;
}
.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;
	height: 100%;
}
.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;
	padding:0px 10px;
}
.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;
}
.desc-tabs .nav-tabs .nav-item:last-child a {
	margin-right: 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, form label label a{
	font-size: 14px;
}

.user-detials {
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	background: #fff;
}
.orders-table table{
	font-size:14px;
	text-align: center;
}
.user-detials.login-page, .auth-alter-option{
	margin-left: auto;
	max-width: 800px;
	width: 100%;
	margin-right: auto;
}
.auth-alter-option{
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	display:none;
}
.modal-auth .auth-alter-option{
	display: table;
}
.auth-alter-option span{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align:left;
	padding: 0px 15px;
}

.auth-alter-option span:last-child{
	text-align:right;
	padding: 0px;
}
.auth-alter-option .btn{
	line-height: 1;
	font-weight:bold;
	padding: 10px 5px;
}
.user-detials .tab-content {
	padding:25px 15px;
	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%;
	border:0!important;
}
.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 {
	padding-left: 40px;
	line-height: 2;
	margin: 10px 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);
}
.prod-card .variations .input-group label.input-attributes {
	margin-bottom: 0px;
}
.input-attributes span {
	font-size: 12px;
	display: inline-block;
	min-width: 35px;
	min-height: 24px;
	margin-right: 3px;
	margin-bottom: 10px;
	padding: 2px;
	cursor: pointer;
	text-align: center;
	border: 1px solid;
	line-height: 18px;
}
.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: 24px;
	min-width: auto;
	height: 24px;
	margin-right: 3px;
	border: 1px solid #000;
	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;
	line-height: 22px;
}
.color .input-attributes input[type='checkbox']:checked + span.bg-white::after, .color .input-attributes input[type='radio']:checked + span.bg-white::after {
	color: #000;
}
.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, .product-area .item .form-inner{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.product-area .item .form{
	height: 50px;
}
.product-area .item .form .qty-select {
    margin-bottom: 10px;
	border: 2px solid var(--primary_color);
    border-radius: 12px;
	overflow: hidden;
	background:#fff;
}
.product-area .item .form .qty-select button{
	padding: 10px 20px;
	height: 38px;
	border: 0px;
	margin: 0;
}
.product-area .item .form .qty-select button:hover{
	background: var(--btn_bg_color);
	color: var(--btn_text_color);
}
.product-area .item .form .qty-select .input-number{
	border:0px;
	height:38px;
}
.product-area .item .form .qty-select label.error{
    display:none!important;
}
.product-area .item .form .btn{
	position: unset;
}
.product-area .list-view .item .form .qty-select, .product-area .list-view .item .form .label-red{
	position: absolute;
	right: 0;
	width: 200px;
	bottom: 60px;
	margin: 0;
}
.product-area .list-view .item .form-inner{
	position:unset;
}
.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 .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: 1;
	display: inline-block;
}
.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: -5px;
	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;
	min-width: 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;
}

.mobile-additional-menu{
	display:none;
}





#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;
}

.checkout-right .panel:nth-child(02) .header {
	margin-bottom: 10px;
}
.checkout-right .table tfoot tr th{
	padding-top: 15px;
	padding-bottom: 15px;
}
.checkout-right .table tr.total th{
	font-size: 22px;
	border-top:2px solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

.checkout-right .label-payment-method {
	position: relative;
	padding-left: 20px;
	width: 100%;
}
.checkout-right .label-payment-method label {
	width: 100%;
	text-align: left;
}
.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: var(--body_color);
	margin-top: 5px;
}
.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-right, .checkout-panel .body, .checkout-panel ul.header li{
	background: #e5e5e5;
	height: 100%;
}
.checkbox-input input {
	float: left;
	margin-top: 5px;
}
.checkbox-input label {
	display: inline-grid;
	padding-left: 10px;
}
.order-table .table tbody{
	border-bottom: 2px solid;
}
.order-table .table th, .order-table .table td{
	padding: 10px 5px;
	border: 0;
	font-size: 16px;
}
.order-table .table th{
	font-weight: bold;
}
.order-table .table tbody tr:last-child th, .order-table .table tbody tr:last-child td{
	padding-bottom:20px;
}

.order-table .table tbody td:first-child{
	width: 35%;
}
.order-table .table tr tfoot th:last-child {
	text-align: right;
}
.order-table .table tbody td:first-child, .order-table .table tfoot th:first-child{
	padding-left:10px;
}
.order-table .table tfoot td, .order-table .table tfoot th{
	padding: 10px;
	line-height:1;
}
.order-table .table tfoot tr:first-child th{
	padding-top: 20px;
}
.order-table .table tfoot .input-group .btn{
	min-width: auto;
	width: auto;
}
.order-table .table tfoot th:last-child{
	text-align:right;
}

.checkout .form-group label{
	margin-bottom:0;
}
.checkout .login-container{
	margin-bottom: 20px;
}
.checkout-right .header h2 {
	font-size: 32px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.checkout-panel ul.header{
	
}
.checkout-panel ul.header li{
	padding: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	display:none;
	width: 100%;
}
.checkout-panel ul.header li.done{
	display: table;
}
.checkout-panel ul.header li .btn{
	display:none;
	min-width: auto;
	line-height: 15px;
	min-width: auto;
	width: auto;
}
.checkout-panel ul.header li.done .btn{
	display:table-cell;
	vertical-align: middle;
}
.checkout-panel ul.header li .step-title{
	white-space: nowrap;
}
.checkout-panel ul.header li span{
	display: table-cell;
	vertical-align: middle;
}
.checkout-panel ul.header li .detail{
	display:none;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 15px;
}
.checkout-panel ul.header li.done .detail{
	display: table-cell;
}
.checkout-panel ul.header li.active{
	display: block;
	color: var(--anchor_hover_color);
}
.checkout-panel .body{
	padding:20px 10px;
	height: 100%;
}
.checkout-panel .body h5{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.checkout-panel .body .step{
	display:none;
}
.checkout-panel .body .step.active{
	display:block;
}
.checkout-panel .body .step label.error {
  position: unset;
  margin-bottom: 0px;
}


/** New Checkout **/
.checkout .checkout-d-none{
	display:none;
}
.shipping-options{
	font-size:16px;
	margin-bottom: 15px;
}
.checkout .shipping-options li label:not(.error), .checkout .payment-options .item label:not(.error){
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.checkout .shipping-options li label input, .checkout .payment-options .item label input{
	width: 18px;
	height: 18px;
	vertical-align: -1px;
	margin-right: 5px;
}
.checkout .shipping-options li, .checkout .payment-options .item{
	margin-bottom:20px;
}
.checkout .delivery-options .item label .fa {
  padding: 0px 15px;
}
.checkout .delivery-options .item {
  width: 32%;
  float: none !important;
  margin-bottom: 25px;
  margin-top:0!important;
}
.checkout .store_pickup .form-group > label {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}
.checkout .local-delivery-container label{
	margin-bottom:15px;
}
.checkout .local-delivery-container{
	margin-bottom:30px;
}
.checkout .store_pickup .form-group{
	margin-bottom:30px;
}

.checkout .pickup-locations-section label:hover, .checkout .pickup-locations-section label.active {
	background: #fff;
	color: #252525;
}
.checkout .pickup-locations-section label{
	background: #fff;
	padding: 10px 15px;
	display:block;
}
.checkout .pickup-locations-section label input{
	height: 18px;
	width: 18px;
}
.checkout .pickup-locations-section label span{
	margin-top: -1px;
	vertical-align: top;
}
.checkout .pickup-locations-section .fa {
  font-size: 20px;
}





.removeCartItem {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 28px;
	padding-top: 2px;
	font-weight: 400;
	text-align: center;
	color: #de1f3d;
	border-radius: 0;
}
.mini-cart-container, .mini-cart-container .table, .mini-cart-container .form-control::placeholder, .mini-cart-container .form-control, .mini-cart-container .form-control:focus{
	color: #2b2b2b!important;
}
.mini-cart-container.side-cart .table-responsive::before {
	content:unset;
}
.mini-cart-container .input-group input{
	height: auto;
}
.mini-cart-container .input-group .btn{
	font-size: 14px;
}
.removeCartItem.mobile-only {
	display: none;
}
.mini-cart-container .removeCartItem {
	transform: translateY(0);
	top: 5px;
	bottom: auto;
	right: 10px;
	position: absolute;
	color: var(--primary_color);
	font-size: 16px;
	height: auto;
	width: auto;
	padding-top: 0;
}
.mini-cart-container a.name{
	color:var(--anchor_color);
	font-size: 16px;
	font-weight: bold;
	padding-right: 25px;
	display: block;
}
.mini-cart-container a.name:hover{
	color:var(--anchor_hover_color);
}
.mini-cart-container .qty-select{
	margin-top: 0px;
	width: 110px;
	min-width: 110px;
	background: var(--btn_bg_color);
	color: var(--btn_text_color);
}
.mini-cart-container .qty-select button, .mini-cart-container .qty-select .input-number{
  line-height: 1;
  height: 28px;
  padding: 5px 8px;
  font-size: 16px;
  font-weight:bold;
  background: transparent;
  color: var(--btn_text_color);
  border: 0;
}
.mini-cart-container .price{
	text-align: right;
	font-size: 18px;
	width: -moz-available;
	width: -webkit-fill-available;
	font-weight: bold;
}
.mini-cart-container .price small{
	font-size:12px;
}
.mini-cart-container .qty-select .input-number input{
	font-size: 16px;
	font-weight: bold;
	background: transparent;
	color: var(--btn_text_color);
	height: 100%;
}
.mini-cart-container .removeCartItem i{
	margin:auto;
}
.color-link{
	color:var(--anchor_hover_color);
}
.color-link:hover{
	text-decoration:underline;
}
.flat-link{
	color:var(--body_color);
}
.flat-link:hover{
	color:var(--anchor_hover_color);
}
/*.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;
	border-color: #9a9a9a;
}
.mini-cart-container .mincart-subtotal td, .mini-cart-container .mincart-subtotal th {
	font-size: 18px;
}
.mini-cart-container tfoot td:last-child{
	text-align: right;
}
.mini-cart-container .table-responsive .table tfoot .btn {
	font-size: 16px;
	display: block;
	float: left;
	width: calc(50% - 5px);
	padding: 8px 0 7px 0;
}
.right-nav ul li .mini-cart-container a:not(.btn){
	color:var(--anchor_color);
}
.mini-cart-container .table-responsive .table tfoot .btn:last-child {
	margin-right: 0;
}
.mini-cart-container .table-responsive .table tfoot .btn:first-child {
	margin-right: 10px;
}
.mini-cart-container {
	position: absolute;
	z-index: 20;
	top: 180%;
	right: -20px;
	visibility: hidden;
	width: 400px;
	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;
}




.mini-cart-container.side-cart{
	right: 0;
	top: 0!important;
	bottom: 0;
	height: 100vh;
	position: fixed;
	overflow-y:auto;
	overflow-x: hidden;
	z-index: 9999999999;
	width:400px;
	visibility: visible;
	opacity: 1;
	right:-500px;
	transition: right 500ms, width 500ms;
}
.mini-cart-container.side-cart.show{
	right:0;
}
.popup-open{
	overflow-y: hidden;
}
.body-overlay{
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999999;
}
.mini-cart-container.side-cart .table-responsive {
  max-height: calc(100vh - 190px);
}
.mini-cart-container .heading{
	display:none;
}

.side-cart .heading{
	display:block;
	padding: 15px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid;
}
.side-cart .heading span{
	float: right;
	background: var(--primary_color);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 34px;
	margin-top: -2px;
	color: #fff;
}

.side-cart .table td, .side-cart .table th {
  padding: 15px 5px; 
  border-top: 0;
  border-bottom: 1px solid #9a9a9a;
}
.side-cart .table tbody tr:last-child td, .side-cart .table tbody tr:last-child th {
	border-bottom:0;
}

.side-cart tfoot{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid;
}

.side-cart tfoot tr{
	display: flex;
}

.side-cart .table tfoot tr td, .side-cart .table tfoot tr th{
	width: 50%;
	padding: 7px;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	line-height:1;
}
#toast-container {
  z-index: 9999999999;
}
.side-cart tfoot tr td:last-child{
	text-align:right;
}

.side-cart tfoot tr:last-child td{
	width:100%;
}

.side-cart tbody tr td:first-child{
	min-width: 110px;
}
[builder-element=CellElement] > [builder-element=BlockElement] > .element, [builder-element=CellElement] > [builder-element=BlockElement]:last-child{
    height:100%;
}
[builder-element=CellElement]{
	overflow:hidden;
}











.cart-total-container .table tr:last-child td {
	text-align: right;
}
.cart-total-container .table tr:last-child .btn {
	float: left;
	margin: 0 15px;
	width: calc(100% - 30px);
	margin-bottom: 15px;
}
.cart-container .table thead th{
	border-bottom:0px;
}
.cart-container .table th:first-child{
	text-align:left;
	font-size: 20px;
}
.removeCartItem:hover {
	color: #de1f3d!important;
}
.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;
}

.checkbox-group input.error{
	margin-bottom: 25px;
}
.checkbox-group{
	position:relative;
}

.checkbox-group label.error{
    position: absolute!important;
    bottom: 0;
    line-height: 1;
	left: 0;
}
.error {
	color: red;
}

.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: #3fa041;
	border-top: 2px solid #3fa041;
	background: #f7f7f7;
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	font-weight:bold;
}
.order-received .thank-you .fa{
	color: #3fa041;
	display: block;
	margin-bottom: 10px;
	font-size: 50px;
}
.order-received .thank-you.error{
  color: #cd0404;
  border-top: 2px solid #cd0404;
}
.order-received .thank-you a:not(.btn){
	color: #3c763d;
	text-decoration: underline;
}
.order-received h2 {
	font-size: 22px;
}
.order-received .fa {
	margin-right: 8px;
	color: #de1f3d;
}
.order-d {
	padding: 10px 0;
	background: #f7f7f7;
	margin-bottom: 20px !important;
	width: 100%;
}
.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: var(--body_color);
}
.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;
}

.quotation-modal .quotation {
	text-align:center;
	padding: 10px 50px;
	margin-top: 30px;
}

.order-received .newsletter.content, .newsletter-modal .newsletter.content,  .quotation-modal .quotation .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;
	border-radius: 0;
}
.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, .quotation-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';
}

.accordion-builder .card-header {
	padding: 0;
}
.accordion-builder .card-header a {
	font-family: var(--font-b);
	font-size: 18px;
	position: relative;
	display: block;
	padding: 15px 15px;
	color: var(--primary_color);
}
.accordion-builder .card-header a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: 15px;
	content: '\f068';
}
.accordion-builder .card-header a.collapsed {
	color: #000;
}
.accordion-builder .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 3px 3px;
	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;
	margin-bottom: 0px;
}
.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;
	margin-top: -17px;
}
.reviews .item h5 {
	font-size: 17px;
	font-family: var(--font-sb);
}
.reviews .item h4 {
	margin-top: 10px;
}
.reviews .item h5 span {
	font-size: 15px;
}
.reviews .item .fa, .reviews .star{
	color: #EECB00;
}
.reviews .item {
	margin-left: -30px;
	margin-right: -30px;
	padding: 25px 30px;
}
.reviews .item:nth-child(even) {
	background: #f6f5f5;
}
.reviews .item p{
	margin-bottom:0px;
}
.reviews .header{
	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: auto;
	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 .item:nth-child(3){
	margin-top: 10px;
}
.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;
	color: #2b2b2b;
	text-align: left;
}
.pickup-locations-section .form-check {
	padding: 0;
}
select option {
	background-color:#fff;
	color:#000;
}
.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 .item {
	text-align:left;
}
.pickup-locations-section .fa {
	float: right;
	color: red;
}
.pickup-datetime.row .item input {
	background-color:transparent;
	background-image: url('../../media/calendar.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 96%;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #cccaca;
}
.btn.btn-toastr {
	width: auto;
	background: #fff;
	color: #3b3a3a;
	border: 2px solid #fff;
	font-size: 14px;
	line-height: 1;
	padding: 5px;
	height: auto;
	margin-top: 20px;
	display: block;
	text-transform:none;
	max-width:100%;
}
.btn.btn-toastr:hover {
	background: transparent;
	color: #fff;
}
.lazy:not(img) {
	background-image: url('../../media/loading.gif');
}
.copyright p a, .copyright a{
	color: #fff;
	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;
	height: calc(100% - 45px);
	position: relative;
}
.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{
	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;
	position: relative;
}
.no-zoom .zoom-section{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}
.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: 0px;
	-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;
	width: -webkit-fill-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;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary_color);
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px;
  border:1px solid #fff;;
}
.tax-toggle-mobile{
	background: #ccc;
	text-align: center;
	padding: 10px;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 25px;
  left: 3px;
  bottom: 1.7px;	
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
/* Rounded sliders */

.tax-switch{
	margin-bottom:0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
}
.tax-switch label{
	margin: 0px 7px;
}
.filter-bar-outer .load-filters{
	display:none;
}

.deal-products p{
	margin-bottom:5px;
}

.deal-products{
	
}


.deal-products .deal-item{
    display: flex;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
.deal-products .deal-item .label::before{
	font-family: 'Font Awesome 5 Free';
	font-size: 17px;
	font-weight: 900;
	content: '\f00c';
	color: #34AA75;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.deal-products .deal-item .label{
	width: 65%;
	font-family: var(--font-b);
	line-height: 45px;
}
.deal-products .deal-item .label.full, .deal-products .deal-item .label.full + .options{
	line-height: 30px;	
}
.deal-products .deal-item .options{
	width: 35%;
	text-align:right;
	padding-left: 10px;
	line-height: 1.2;
}
.deal-products .deal-item small{
	font-family: var(--font-b);
}


.deal-products .deal-item .options select{
	border: 0;
	background: #F5F5F5;
}
.section-questionnaire label.error{
	position: relative;
	margin-bottom: 0;
}
.section-questionnaire label{
	font-size: 16px;
	margin-bottom: 20px;
}

.section-questionnaire .actions{
	display: flex;
	margin-top: 30px;
}
.section-questionnaire .actions .btn {
    width: 45%;
	max-width: 200px;
	margin-bottom: 0;
}
.section-questionnaire .actions .btn:last-child{
	margin-left: auto;
}.section-questionnaire .actions .btn:first-child{
	margin-right: 15px;
}
.section-questionnaire .form-group label{
	margin-bottom: 0px;
	font-size: 16px;
	padding-left: 30px;
	line-height: 22px;
}

.all-questions{
	max-width: 700px;
	margin: auto;
	box-shadow: 0 1px 10px 0 #ccc;
	padding: 30px;
	border-radius: 10px;
}
.all-questions .rslt-msg{
	text-align: center;
	font-size: 16px;
}

.all-questions input[type="checkbox"], .all-questions input[type="radio"] {
    width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
}
.all-questions .input-group{
	width: auto;
	margin-top:0px;
	margin-bottom: 25px;
}
.all-questions .input-group:last-child{
	margin-bottom: 0;
}
.all-questions .header{
	background-color: var(--primary_color);
	color: var(--primary_bg_text_color);
	margin: -30px -30px 30px -30px;
	width: auto;
	padding: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--font-b);
}

.all-questions .product-area{
	max-width: 100%;
}

.all-questions .product-area .col-md-6{
	margin-bottom: 20px;
}
.all-answers .answer-item{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.all-answers .answer-item label{
	margin-bottom: 10px;
}
.all-answers .answer-item label:last-child{
	margin-bottom:0px;
}
.all-answers .answer-item .heading{
	display: block;
	font-family: var(--font-b);
	margin-bottom: 5px;
}
.zoomWrapper div{
	z-index: 1!important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover !important;
	width: 100% !important;
	height: 100% !important;
}
.btn.btn-questionnaire{
	font-size: 12px;
	width: auto;
	min-width: auto;
	border-radius: 0;
	padding: 0px 5px;
	text-transform: none;
}
.addon-error{
	color: #E1626F;
	margin: 0;
	margin-left: auto;
	line-height: 23px;
}
.addon-error i{
	margin-right:5px;
}
.prod-addons .card-header{
	display:flex;
}
.row.shop{
	margin: 0px -5px;
}
.row.shop > div{
	padding: 0px 5px;
}


.grant-eligibility-link{
	font-size: 14px;
	margin-top: -2px;
	margin-bottom: 11px;
	color: var(--anchor_hover_color);
	display:block;
	width: 100%;
}

.grant-eligibility-link:hover{
	text-decoration: underline;
}
.cart-btn-section{
	position:unset;
}
.detail-page .basket-btn .email-quote{
	display: block;
	height: 45px;
	margin-top: 20px;
}

.detail-page .basket-btn .email-quote .email-quote-btn{
	position: absolute;
	left: 15px;
	margin: 0;
	right: auto;
	width: auto;
	padding: 0px 30px;
}

.media.media-h-100{
	height:100%;
}

.grant-modal .modal-body{
	padding: 70px;
	text-align: center;
}

.grant-modal h3{
	margin-bottom:20px;
}
.grant-modal .button-group{
	max-width: 80%;
	margin: auto;
	margin-top: 40px;
}
.grant-modal .button-group .btn {
  width: 45%;
  display: inline-block;
  margin-bottom: 20px;
  border-radius:0px;
}
.grant-modal .button-group .btn:nth-child(2){
	margin-left:20px;
}


.grant-modal .form-group{
	text-align:left
}

.grant-modal .form-group label{
	font-size: 16px;
}
.grant-modal .input-group input[type="checkbox"], .grant-modal .input-group input[type="radio"] {
  width: 20px;
  height: 20px;
}
.grant-modal .form-group .input-group label{
	margin-right: 30px;
}
.grant-modal .form-group .input-group label span{
	margin-left: 7px;
	vertical-align: 3px;
}
.grant-modal p.error{
	margin-bottom:0px;
}
.grant-modal p.error:last-child{
	margin-bottom: 15px;
}
.kanda-questions .form-group{
	display:flex;
}
.kanda-questions .form-group > label, .kanda-questions .form-group .input-group{
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0;
	width: 100%;
}
.kanda-questions .form-group .input-group{
	display: table;
	min-width: 155px;
	max-width: 155px;
	border-left: 0;
}
.kanda-questions .form-group .input-group label{
	vertical-align: middle;
	display: table-cell;
	width: 50%;
}
.kanda-questions .form-group .input-group label:last-child{
	text-align: right;
}
.kanda-questions .input-group input[type="checkbox"], .kanda-questions .input-group input[type="radio"] {
  width: auto;
  height: auto;
  color: var(--primary_color);
  vertical-align: 3px;
}
.theme-modal h4{
	text-align:center;
	margin-bottom: 20px;
}
.theme-modal .modal-body{
	padding: 30px;
}
.theme-modal .button-group{
	text-align:center;
	margin-top: 30px;
}

.kanda-btn-group .button-group {
	text-align: right;
	margin-top: 8px;
	margin-bottom: 18px;
}
.advertising a {
	color:#84bb2c;
}
.advertising img {
	margin-top:15px;
}

.kanda-rates label{
	margin:0px;
}
.kanda-rates{
	margin-bottom: 20px;
	display: flex;
}
.kanda-rates .input-item{
	border: 1px solid #ccc;
	border-right: 0;
	font-size: 13px;
	text-align: center;
	padding: 7px 5px;
	width: 100%;
}
.kanda-rates .input-item input{
	margin-right: 5px;
}
.kanda-rates .input-item:last-child {
	border-right: 1px solid #ccc;
}
.coupon-bar{
	background-color: var(--secondary_color);
	color: #fff;
	text-align: center;
	padding: 15px;
	line-height: 1;
}


.coupon-bar span{
	color: var(--primary_bg_text_color);
	line-height: 1;
	cursor: pointer;
	background-image: url(../../media/coupon.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-left: 40px;
	display: inline-block;
	margin: -5px 0px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	margin-left: 10px;
}
.branding .owl-carousel .owl-item img{
	max-width:100%;
	width:auto;
	margin: auto;
}




/**.thumb-testimonials .testimonial-thumbails{
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: none;
	width: 100%;
}
.thumb-testimonials .testimonial-thumbails .thumb-item{
	display: table-cell;
	float: none;
	text-align: center;
	width: 100%;
	vertical-align: top;
}**/
.thumb-testimonials .owl-stage{
	margin:auto;
}
.thumb-testimonials .owl-stage .owl-item{
	margin-right:0!important;
	padding:0!important;
}
.thumb-testimonials .testimonial-thumbails .thumb-item{
	text-align: center;
}
.thumb-testimonials .testimonial-thumbails .thumb-item .media{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: auto;
	cursor: pointer;
	transition:0.3s;
}
.thumb-testimonials .testimonial-thumbails .thumb-item.active .media{
	width: 70px;
	height: 70px;
}
.thumb-testimonials .testimonial-thumbails .thumb-item:not(.active) .intro{
	display:none;
}
.thumb-testimonials .testimonial-content {
  height: 200px;
  text-align:center;
  font-size: 22px;
  padding: 20px 0px;
}
.thumb-testimonials .testimonial-content .content-item{
	transition:0.3s;
}
.thumb-testimonials .testimonial-content .content-item:not(.active){
	display:none;
}
.thumb-testimonials .testimonial-thumbails .thumb-item .img{
	border-bottom: 3px solid #EBEBED;
	padding: 20px 0px;
	height: 120px;
	position:relative;
	margin-bottom: 20px;
}
.thumb-testimonials .testimonial-thumbails .thumb-item.active .img::after{
	content: '';
	width: 120px;
	border-bottom: 3px solid #7CDBD9;
	text-align: center;
	margin: auto;
	display: inline-block;
	margin-bottom: -12.5px;
}
.thumb-testimonials .testimonial-thumbails .thumb-item h5{
	font-weight:bold;	
}
.thumb-testimonials .testimonial-thumbails .thumb-item p{
	color: #666;
}
.modal-auth .modal-content{
	background: transparent !important;
}
.modal-auth .modal-content .login-page{
	max-height: calc(100vh - 150px);
	overflow: auto;
}
.modal-auth .close{
	position: absolute;
	right: 80px;
	top: 80px;
	z-index: 9;
	color: red;
	opacity: 1;
}
.modal-auth .modal-content{
	max-height:100%;
	box-shadow: none;
	border: 0;
}
.modal-auth .modal-content section{
	padding: 0;
}
.modal-open .modal {
  background-color: rgba(0,0,0, 0.8);
}
.modal-auth .nav-tabs{
	display:none;
}
.modal-auth form#login::before{
	content: 'Login';
	font-weight: 400;
	font-size:30px;
	padding: 0 0 30px;
	display:block;
	text-align: center;
}
.modal-auth form#signup::before{
	content: 'Register';
	font-weight: 400;
	font-size:30px;
	padding: 0 0 30px;
	display:block;
	text-align: center;
}
.modal-auth .container{
	padding:0;
}
.horizontal-filter .sortby{
	position: relative;
	width: fit-content;
	margin-left: auto;
}
.horizontal-filter .sort-select, .horizontal-filter .load-filters{
	height: 38px;
	width: fit-content;
	background: var(--btn_bg_color);
	color: #fff;
	border-radius: 8px;
	padding: 0px 10px;
	-webkit-appearance: none;
	padding-right: 35px;
	line-height: 38px;
}
.horizontal-filter .load-filters{
	padding-right: 0;
	min-width: 100px;
	text-align: left;
}
.horizontal-filter .load-filters i{
	float: right;
	margin: 11px;
}
.horizontal-filter .sortby::after{
	font-family: 'Font Awesome 5 Free';
	font-size: 22px;
	font-weight: 900;
	content: '\f160';
	border: 0;
	position: absolute;
	top: 8px;
	line-height: 1;
	right: 8px;
}
.horizontal-filter .filter-item{
	width: fit-content;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}
.horizontal-filter .filter-item .dropdown-toggle{
	background-color: #262626;
	color: #fff;
	padding: 7px 10px;
	border-radius: 4px;
	padding-right: 40px;
	position: relative;
}
.horizontal-filter .filter-item .dropdown-toggle::after{
	font-family: 'Font Awesome 5 Free';
	font-size: 22px;
	font-weight: 900;
	content: '\f078';
	color: var(--anchor_hover_color);
	border: 0;
	position: absolute;
	top: 8px;
	line-height: 1;
	right: 8px;
}

.horizontal-filter .filter-item .dropdown .dropdown-menu{
  border-radius: 3px;
  margin-top: 0;
  min-width: 150px;
}
.horizontal-filter .filter-item .dropdown .dropdown-item {
  padding: 5px 10px;
  position: relative;
  cursor:pointer;
}
.horizontal-filter .filter-item .dropdown .dropdown-item:last-child{
	margin-bottom:0;
}
.horizontal-filter .filter-item .dropdown a.dropdown-item, .horizontal-filter .filter-item .dropdown .cat-label.dropdown-item{
  padding-right: 80px;
}
.horizontal-filter .filter-item .dropdown label.dropdown-item.selected{
  padding-right: 45px;
}
.horizontal-filter .filter-item .dropdown .dropdown-item span{
	position: absolute;
	right: 50px;
}
.horizontal-filter .filter-item .dropdown .dropdown-item.selected{
	color: var(--anchor_hover_color);
}
.horizontal-filter .filter-item .dropdown .dropdown-item.selected::after{
	font-family: 'Font Awesome 5 Free';
	font-size: 22px;
	font-weight: 900;
	content: '\f058';
	color: var(--anchor_hover_color);
	position: absolute;
	right: 10px;
}
.full-width.product-area{
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0;
}

.horizontal-filter .filter-item .dropdown .dropdown-item input{
	display:none;
}
.horizontal-filter .price-range {
	margin-bottom: 0;
	padding: 5px 15px;
	min-width: 200px;
}
.horizontal-filter .price-range input {
  background: transparent;
  color: #404040;
  border: 1px solid #404040;
  padding: 3px 4px;
  height: 35px;
  min-width: 120px;
}
.horizontal-filter .price-range span {
  padding: 4px 0px;
}
.selected-filters i{
	cursor: pointer;
	margin-left: 5px;
	-webkit-text-stroke: 1px #262626;
	font-size: 20px;
	position: absolute;
	right: 9px;
	top: 7px;
}
.selected-filters{
	margin-top:20px;
}
.selected-filters .clear-search{
	text-decoration: underline;
	margin-right: 10px;
	color: var(--anchor_hover_color);
}
.selected-filters div{
	width: fit-content;
	display: inline-block;
	background-color: #262626;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 30px;
}

.cart-page .cart-container .media{height: 95px;}

@media only screen and (min-width: 771px) and (max-width: 991px){
	.cart-container .col-md-6 {
	flex: 100%;
	max-width: 100%;}
	.table-responsive .table .btn {min-width: 220px;}
}

@media only screen and (min-width: 1199px) {
	.product-area.full-width .row .col {
	  max-width: 25%;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	}
}
.horizontal-filter .dropdown-item.active, .horizontal-filter .dropdown-item:active, .horizontal-filter .dropdown-item:hover {
  color: var(--anchor_hover_color);
  background-color: transparent;
}
.horizontal-filter .selected-filters, .horizontal-filter .show-items{
	display:none;
}



/*---------- 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;
	gap: 5px;
}
.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, .banner .element {
	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;
}

.tagline{
	min-width: 100%;
	background: var(--secondary_color);
	text-align: center;
	padding: 6px;
	color: #fff;
}

/* Products details features */
.prod-features{
	font-size: 10px;
	text-align: center;
	color: var(--primary_color);
	line-height: 1.1;
	padding-top: 20px;
	padding-bottom: 5px;
}
.prod-features .row, .product-area .prod-features .row{
	margin-left:-2px;
	margin-right:-2px;
}
.prod-features .row > div{
	padding: 0 2px;
	margin-bottom: 15px;
}
.prod-features img{
	margin-bottom:5px;
	max-width: calc(100% - 10px);
	width: auto;
	margin: auto;
	margin-bottom: 5px;
	height: auto;
}

.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 .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.prod .modal-body{
	padding:0px;
}
.addon-detail-modal.prod .modal-body .select-info h1{
	padding-right: 20px;
}
.addon-detail-modal.prod .modal-body .select-info .prod-brand.img {
    right: 17px;
}
.addon-detail-modal .close{
	position: sticky;
	right: 5px;
	top: 5px;
	background: #ccc;
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	z-index: 9;
	opacity: 1;
}

.coupon-items{
	display: block;
	font-size: 14px;
	line-height: 1.3;
}

.category-items .item .content {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.category-items .item {
    text-align: center;
}
.manual-order-detail h5{
	background: #dfdede;
	margin: 0px -20px;
	padding: 9px 20px;
	line-height: 1;
	font-size: 16px;
	margin-bottom: 1rem;
}
.btn.add-wishlist-title{
	padding: 5px 10px;
	float: right;
	min-width: auto;
	line-height: 1;
	font-size: 12px;
}
.wishlist-modal .success-section{
	text-align:center;
}
.wishlist-modal .success-section .icon{
	color: #9DC31E;
	font-size: 50px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
}
.wishlist-types{
	max-width: 500px;
	margin: auto;
	margin-top:20px;
}
.wishlist-types li{
	position:relative;
}
.wishlist-types li input[type='radio']{
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
.wishlist-types label{
	display:block;
	background: #ccc;
	border-radius: 7px;
	padding: 7px 15px;
	margin-bottom: 10px;
	cursor:pointer;
	border:1px solid #ccc;
}
.wishlist-types label:hover{
	border-color: #5b5b5b;
}
.wishlist-types li input[type='radio']:checked + label, .wishlist-types label.checked{
	background: #5b5b5b;
    color: #fff;
	border-color: #5b5b5b;
}

.wishfield-form{
	display:flex;
	padding-top: 10px;
}
.wishfield-form input{
	
}

.wishfield-form button{
	min-width: 150px;
}
.delete-wishlist, .modal-close-top{
	position: absolute;
    background: red;
    z-index: 999;
    top: 7px;
    right: 7px;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
	border: 0;
}

.modal-close-top{
	font-size: 25px;
	line-height: 22px;
}

.evhs-terms{
	margin-top: 10px;
	margin-left: 5px;
}
.evhs-terms label{
	margin-bottom: 0;
}

.evhs-terms a{
	color: var(--anchor_hover_color);
}
.evhs-terms a:hover{
	text-decoration:underline;
}




/* tostor css  */
.toast-success{ opacity: 1 !important;}
#toast-container>div {
display: flex;
    padding: 5px 5px 5px 50px;
width: auto;
    min-width:300px;
    min-height:38px;
    line-height:1;
}
#toast-container .toast-message {
   display: flex;
    align-items: center;
}
#toast-container .btn-toastr {
   min-width:fit-content;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
	white-space:nowrap;
}
#toast-container .toast-title {
display: none;
}

/*meterial widget*/
.meterial-container .box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    display: block;
    margin-top: 60px;
    text-align: left;
}

.meterial-container .box .box-icon {
    background-color: var(--primary_color);
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}

.meterial-container .box .box-icon i {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 4em;
}

.meterial-container .box .info h4.text-center {
    line-height: 40px;
}


/*blockqoute*/
.blockqoute blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  line-height: 28px;
}
.blockqoute p {
  margin: 0 0 10px;
}
.blockqoute footer {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
  padding: 20px;
  background-color: rgba(16, 16, 16, 0.9);
}
/*list-image widget*/

.list-images img {
    border-radius: 50%;
}
.list-images{
    text-align:center;
}

section.searched-prods{
	overflow-x:unset;
}
.checkbox-flex{
	display: table;
	position:relative;
}
.checkbox-flex input{
	display: table-cell;
	margin-right: 10px;
}
.checkbox-flex label{
	display: table-cell;
	line-height: 1.1;
}
.checkbox-flex label.error{
	bottom:0;
	margin:0;
	left: 23px;
}
.checkbox-flex input.error +label + label{
	padding-bottom: 17px;
}
.contact_form label.error{
	position:unset!important;
	line-height: 1.2;
}
.img-responsive{
	max-width:100%;
	width:auto;
}











@media only screen and (max-width: 1199px) {
	.kanda-questions .form-group, .kanda-rates{
	  display: block;
	}
	.kanda-questions .form-group .input-group {
	  min-width: 100%;
	  max-width: 100%;
	  border-left: 1px solid #ccc;
	  border-top:0;
	}
	.kanda-questions .form-group .input-group label:last-child, .kanda-questions .form-group .input-group label{
	  text-align: center;
	}
	.kanda-rates .input-item{
		border-bottom:0;
		border-right: 1px solid #ccc;
	}
	.kanda-rates .input-item:last-child{
		border-bottom:1px solid #ccc;
	}
	
	.theme-modal .button-group .btn{
		margin-bottom:10px;
	}
.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;
}

.container {
	max-width: 100%;
}
}

@media only screen and (max-width: 991px) {
	.desktop-only {
		display: none!important;
	}
	.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, .mobile-additional-menu a {
  font-size: 18px;
  padding: 15px !important;
  border-bottom: 1px solid #ccc;
  color: var(--body_color);
  display: block;
}
.mobile-additional-menu{
	display:block;
}
.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;
}
.scrolling .sticky .tax-toggle-mobile{
	display:none;
}
.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;*/
	background: #006600;
	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.count {
	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;
	height: auto;
}
.mobile-cart i {
	font-size: 20px;
	margin-right: 8px;
}
.filter-bar-outer .load-filters{
	width: 160px;
	margin: -5px -10px -5px 0px;
	line-height: 1;
	display: block;
	font-size: 16px;
	padding: 10px;
}


.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%;
}

#filters {
	display: block;
	width: 100%;
	margin: 0;
}

.filter-area, .filter-area-horizontal{
	position: fixed;
	z-index: 99999;
	top: 0;
	left: -100%;
	overflow: scroll;
	width: 100%;
	height: 100vh;
	margin-top: 0;
	transition: 500ms;
	background: #fff;
	padding:0;
}

.selected-filters div {
	font-size:12px;
	padding: 3px 10px;
	padding-right: 25px;
}
.selected-filters div i{
	font-size:14px;
	top: 8px;
}

.filter-area.open, .filter-area-horizontal.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)
}


.horizontal-filter{
		text-align: center;
	}
	.horizontal-filter .sortby{
		margin-right: auto;
		margin-left:0;
		margin-top:0px;
	}
	.filter-area-horizontal{
		z-index: 9999999;
	}
	.horizontal-filter .filter-item .dropdown .dropdown-menu {
	  width: 100%;
	  border-radius: 0;
	  left: 5px !important;
	}
	.horizontal-filter .selected-filters{
		text-align: left;
		display:block;
		padding: 0px 10px 20px;
	}
	.horizontal-filter .filter-title{
		font-size: 16px;
		background: #262626;
		padding: 15px 10px;
	}
	.horizontal-filter .filter-title .filter-close {
	  border: 0;
	  font-size: 27px;
	  -webkit-text-stroke: 2px #262626;
	  line-height: 1;
	  padding: 0;
	}
	.horizontal-filter .clear-search{
		float: right;
		text-decoration: underline;
		color: var(--anchor_hover_color);
		text-transform: none;
		margin-right: 10px;
		margin-top: -1px;
	}
	.horizontal-filter .selected-filters h5{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.horizontal-filter .filter-item {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 10px;
	}
	.horizontal-filter .filter-item .dropdown-toggle {
	  width: 100%;
	  border-radius: 0;
	  text-align: left;
	  padding: 10px;
	}
	.horizontal-filter .show-items{
		background: var(--btn_bg_color);
		color: var(--btn_text_color);
		width: 100%;
		display: block;
		padding: 10px;
		position: fixed;
		bottom: 0;
	}




.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%;
}
.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;
}
#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: var(--body_color);
	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 (min-width: 769px) {
	.Hide-on-desktop{
		display:none;
	}
}
@media only screen and (max-width: 768px) {
	.detail-page .basket-btn .email-quote .email-quote-btn{
		left: 15px;
		right: 15px;
		width: auto;
	}

	.Hide-on-mobile{
		display:none;
	}
	.package-tbl thead{
		display:none;
	}
	.package-tbl tr{
		display: block;
		border: 1px solid #ccc;
		padding: 5px 0px;
	}
	.package-tbl tr td{
		display: block;
		border: 0;
		padding: 3px 10px;
	}
	.package-tbl tr td:nth-child(2)::before{
		content: 'Weight: ';
		font-family: var(--font-sb);
	}
	.package-tbl tr td:nth-child(3)::before{
		content: 'Price: ';
		font-family: var(--font-sb);
	}

	.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;
}

.desktop-only {
	display: none!important;
}

.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;
}
.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;
	}
	.modal-dialog.addon-detail-modal{
		width: auto;
		max-width:100%;
	}

}
@media only screen and (max-width: 767px) {
	.checkout .delivery-options .item label .fa {
	  padding: 0px 10px;
	  font-size: 22px;
	}
	.checkout .delivery-options .item {
		width: 49%;
		margin-bottom: 10px;
	}
	.checkout .pickup-locations-section label {
	  padding: 10px 10px;
	  display: flex;
	}
	.checkout-panel ul.header li.done {
	  display: block;
	}
	.checkout-panel ul.header li.done span {
		display: block;
	}
	.checkout-panel ul.header li.done .detail {
	  display: block;
	  padding: 0;
	  margin: 10px 0px;
	}
	.deal-products .deal-item .label{
		width: 55%;
	}
	.deal-products .deal-item .options{
		width: 45%;
	}

	.select-info .price{
		padding-right: 55px;
	}
	.select-info .prod-brand.img {
		top: 5px;
		right: 10px;
		height: 55px;
		width: 55px;
	}
	.select-info .prod-brand{
		top: 15px;
	}
	.select-info .has-brands {
		padding-right: 55px;
		padding-bottom: 15px;
	}
	.select-info .cat.has-brands {
		padding-right: 0;
		padding-bottom: 0;
	}
	.select-info .no-cats {
		padding-bottom: 15px;
	}

	.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;
}

@media (min-width: 992px){
	.col-lg-5col{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 1000px) and (min-width: 768px){
	.col-md-5col{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 767px){
	.col-5col{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}
.db-options{
	margin-bottom:20px;
}
.owl-item > [builder-element="CellElement"]{
	padding-left:0;
	padding-right:0;
	overflow: visible;
}

.owl-item .db-options{
	margin-bottom:0px;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 500px){
	.auth-alter-option span:last-child {
	  padding-right: 7px;
	}
}
#paypal-button-container{
    position: sticky;
}
#banner-slider .banner.carousel-item{
    background-size: cover;
    background-position:center;
}