body {
	font-size: 16px;
}
h1 {
	font-size: 44px;
	font-family: var(--font-secondary-b);
	margin-bottom: 15px;
}
h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
h3 {
	font-size: 30px;
	font-weight: inherit;
}
h4 {
	font-size: 18px;
}
p {
	font-size: 16px;
}
ul {
	padding-left: 0;
}
.txt-u {
	text-transform: uppercase;
}
.w600 {
	font-weight: 600;
}
.w700 {
}
.f-s-18 {
	font-size: 18px;
}
.f-s-20 {
	font-size: 20px;
}
.blue-c {
	color: #3e99ca;
}
.navi-blue-c {
	color: #3c3241;
}
.green-c {
	color: #40911c;
}
.green-bg {
	background: #40911c;
}
.light-green-bg {
	background: #82c320;
}
.gray-bg {
	background: #e9e9e9;
}
.full-width {
	width: 100%;
}
.sticky {
	position: sticky;
	top: 0;
}
li {
	list-style-type: none;
}
a, button {
	transition: 0.3s;
}

.error {
	color: red;
}
input, button, textarea {
	border-radius: 0 !important;
}
.form-control {
	background: #fff;
	border-radius: 0 !important;
	border-color: #ccc;
	font-size: 14px;
	height: 38px;
}
textarea.form-control {
	height: auto;
}
.form-control:focus {
	box-shadow: 0px 0px 0px rgba(0,123,255,.25);
}
.form-control::placeholder {
 opacity: 0.4;
}
.btn-w {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 30px;
	font-size: 18px;
	display: inline-block;
}
.btn-w:hover {
	background: #ffff;
	color: #202020;
	border-color: #ffff;
}
/*nav-style*/
.top-header-wrapper {
	border-bottom: 1px solid #2b2a2a;
	padding: 5px 0;
	background: #2b2a2a;
	color: #fff;
}
.top-header-wrapper a {
	color: #fff;
	font-size: 14px;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}
.footer-top .navbar-brand {
	height: auto;
}
.navbar-brand .img-fluid {
	max-width: 100%;
	max-height: 65px;
	display: block;
	position: relative;
	top: 52%;
	transform: translateY(-50%);
}
.header-top-bar ul {
	margin: 10px 0;
}
.header-top-bar li {
	display: inline-block;
	margin-left: 20px;
}
.header-top-bar li:first-child {
	margin-left: 0;
}
.header-top-bar li a {
	color: #fff;
	font-size: 14px;
}
.header-top-bar li a:hover, .header-top-bar li a.active {
	text-decoration: underline;
}
.navbar-toggler:focus, .navbar-toggler:hover {
	outline: none;
}
/*scrolling-style*/
#nav-wrap {
	z-index: 999;
	background: #fff;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}
#nav-wrap.scrolling.sticky {
	background: #fff;
	width: 100%;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #2b2a2a;
	position: fixed;
}
.header-wrapper {
	padding: 10px 0;
}
/*search*/
.header-serc {
	outline: 0;
	border-radius: 4px;
	margin-top: 10px;
}
.header-serc > .textbox {
	outline: 0;
	height: 32px;
	width: 230px;
	line-height: 42px;
	padding: 0 10px 0px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #212121;
	border: 0;
	float: left;
	border: 1px solid #b7b7b7;
	border-right-color: rgb(0, 0, 0);
	border-right-style: solid;
	border-right-width: 1px;
	border-right: 0;
}
.header-serc button {
	background: none;
	border: 1px solid #212121;
	cursor: pointer;
	padding: 0px 10px 6px;
}
.header-serc button:hover {
	opacity: 0.8;
	outline: 0;
}
.header-serc button > img {
}
.header-serc > .textbox:focus {
	outline: 0;
	background-color: #FFF;
}
.icon_bg {
	background-color: rgba(0,0,0,0.8);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.icon_bg_inner {
	text-align: center;
}
.icon_bg_inner img {
	max-width: 65px;
}
.icon_bg_inner h2 {
	font-family: var(--font-b);
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 5px;
}
.header-serc > .button:hover {
	background-color: #2b2a2a;
}
/*Search-ebnd*/
.pending-account-bar {
	background: #d26262;
	text-align: center;
	color: #fff;
	padding: 5px;
}
.navbar {
	padding: 0;
}
.nav-item {
	margin: 5px 0;
	margin-left: 0px;
	border-right: 1px solid #b7b7b7;
}
.navbar .nav-item a {
	padding: 12px 30px 8px 30px !important;
	border-top: 2px solid transparent;
	margin-top: -5px;
}
.nav-item a.submenu-toggle {
	display: none;
}
.nav-item:last-child {
	border-right: 0;
}
.nav-item a:hover, .nav-item.active a {
	border-top-color: var(--anchor_hover_color);
}
.nav-link-hover-img {
	display: none;
	transition: 0.3s;
}
.nav-item a:hover img {
	transition: 0.3s;
}
.nav-item a:hover .nav-link-hover-img {
	display: inline-block !important;
	transition: 0.3s;
}
.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav li:last-child {
	margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
	font-weight: 400;
	color: #2b2a2a;
	font-size: 16px;
	text-align: center;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: var(--anchor_hover_color);
}
.add_btn {
	background: linear-gradient(#83c322, #649914);
	padding: 8px 25px;
	border-radius: 4px;
	margin-left: 30px;
	font-weight: 600;
	font-size: 14px;
	transition: 0.3s;
}
.add_btn:focus, .add_btn:hover {
	background: linear-gradient(#5a8e0c, #4a730d);
}
.banner-title {
	margin: 40px 0 25px;
	text-transform: uppercase;
}
.mini-cart-container.show {
	display: block;
	top:52px;
}
.menu-item-has-children {
	position: relative;
	margin-bottom: 0;
}
.navbar-nav ul.sub-menu {
	opacity: 0;
	position: absolute;
	z-index: 1000;
	min-width: max-content;
	left: 0;
	margin-top: 10px;
	height: 0px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	right: 0;
	overflow: hidden;
	padding-top: 5px;
}
.mega-menu ul.sub-menu {
    margin-top: 8px;
}
.navbar-nav .sub-menu ul.sub-menu {
	left: 100%;
	margin-top: 0px;
	top: 0;
	margin-left: 1px;
}
.navbar-nav ul.sub-menu li {
	color: #fff;
	display: block;
	border: 0px;
}
.navbar-nav ul.sub-menu li a {
	padding: 10px 30px !important;
	border: 0px;
	margin-top: 0px;
}
.navbar-nav ul.sub-menu1 > li:last-child {
	padding-bottom: 5px;
	border-bottom: 0px;
}
.menu-item-has-children {
	line-height: 1;
}
.navbar-light .navbar-nav .menu-item-has-children .nav-link {
	text-align: left;
}
.navbar-expand-lg .navbar-nav ul.sub-menu li .nav-link{
	border:0px;	
}
.navbar-nav ul .menu-item-has-children > a {
	padding: 21px 39px 21px;
	border: 0px;
}
.navbar-nav ul.sub-menu li:hover a, .navbar-nav ul.sub-menu li.active a {
	color: #2b2a2a;
}
.navbar-light .menu-item-has-children:hover > a {
	border-top-color: var(--anchor_hover_color);
	color: var(--anchor_hover_color);
}
.menu-item-has-children:hover > .sub-menu {
	height: auto;
	opacity: 1;
	overflow: visible;
}
.menu-item-has-children > a::after {
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 15px;
	font-size: 20px;
}
.menu-item-has-children .menu-item-has-children > a::after {
	content: '\f0da';
	font-size: 17px;
}
.mega-menu.menu-item-has-children .menu-item-has-children > a::after {
	content: '';
}
.navbar-nav .mega-menu .sub-menu {
	display: flex;
}
.navbar-nav ul.sub-menu1::before {
    position: absolute;
    top: -11px;
}
.navbar-nav .mega-menu .sub-menu ul.sub-menu {
	left: auto;
	margin-top: 0px;
	top: 0;
	margin-left: 0;
	position: relative;
	opacity: 1;
	height: auto;
	box-shadow: none;
	display: inline-block;
}
.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 {
	margin-top: 0;
	margin-right: 0;
	max-height: 95px;
	display: block;
	margin-bottom: 10px;
}
.navbar-nav .mega-menu .sub-menu .sub-menu .nav-link img {
	margin-top: -3px;
	margin-right: 5px;
	max-height: 25px;
	display: inline-block;
	margin-bottom: 0px;
}
.navbar-nav .mega-menu .sub-menu .sub-menu .nav-link {
	padding: 7px 30px !important;
}
.inner-banner {
	height: 350px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top !important;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.inner-slider .banner .left-text, .inner-slider .right-text {
	top: 0 !important
}
.inner-banner .right-text, .inner-banner .left-text {
	max-width: min-content;
}
.right-text {
	position: absolute;
	right: 15px;
}
.left-text {
	position: absolute;
	left: 15px;
}
.banner.inner-banner .container, .banner.inner-banner .row {
	height: 100%;
	position: relative;
}
.banner.inner-banner img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 10px auto 0;
}
.inner-banner .left-text h2 {
	font-size: 71px;
	line-height: 70px;
}
.inner-banner .left-text h2 span {
	font-size: 62px;
}
.inner-banner .right-text h2 {
	font-size: 64px;
	line-height: 65px;
}
.inner-banner .left-text {
	top: 34%;
}
.inner-banner .right-text {
	top: 34%;
}
.inner-banner .container {
	display: table;
	width: 100%;
}
.inner-banner .content {
	display: table-cell;
	vertical-align: middle;
	bottom: 130px;
}
.inner-banner .content h1 {
	color: #fff;
}
.page-content .title {
	margin-bottom: 0px;
}
.content-item .media {
	height: 100%;
	min-height: 200px;
}
.left-to-right div:first-child {
	order: 2;
}
.table.product-attribute {
	width: 50%;
}
/*contract-style*/
.home-banner{
    height: 500px;
	background-size:cover;
}

.home-banner .caption{
    display: block;
}
.home-banner .caption.bg{
    padding: 30px 0px;
    background: transparent no-repeat;
    background-image: url(../../media/h-shape.png) !important;
    background-size: 800px 100%;
}
.home-banner .caption.bg .content{
	max-width: 420px;
}








.main-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 520px;
	position: relative;
}
.main-banner .flex-control-nav.flex-control-paging {
	display: none;
}
.main-banner .flexslider .slides > li {
	position: relative;
}
.main-banner .flex-caption {
	width: 500px;
	left: 150px;
	color: #fff;
	text-shadow: inherit;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	padding: 20px;
	background: none;
	top: 100px;
	bottom: auto;
}
.main-banner .flex-caption h1 {
	font-size: 52px;
	font-family: var(--font-b);
	line-height: 1;
	color: #fff;
}
.main-banner .flex-caption h1 span {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: var(--primary_color);
}
.main-banner .flexslider {
	margin-bottom: 0;
}
.main-banner .flexslider .slides img {
	border: none;
	margin-bottom: 0;
}
.main-banner .flex-caption p {
	font-size: 18px;
	font-family: var(--font-r);
}
.main-banner .flex-caption a {
	padding: 13px 30px;
	margin-top: 20px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	display: inline-block;
}
.main-banner .flex-caption a:hover {
	background: #fff;
	color: #2b2a2a;
}
.main-banner .flex-direction-nav a {
	margin: -20px 0 0;
	padding: 0px 15px 0;
	border-radius: 0;
	width: 55px;
	height: 50px;
	background: none;
}
.main-banner .flexslider:hover .flex-direction-nav .flex-prev {
	left: 50px;
}
.main-banner .flexslider:hover .flex-direction-nav .flex-next {
	right: 50px;
}
.main-banner .flex-direction-nav a.flex-prev:before {
	font-size: 25px;
	color: #fff;
	margin-top: 5px;
	background-image: url('../../media/template0/arrow_left.png');
	width: 45px;
	height: 45px;
}
.main-banner .flex-direction-nav a.flex-next:before {
	font-size: 25px;
	color: #fff;
	margin-top: 5px;
	background-image: url('../../media/template0/arrow_right.png');
	width: 45px;
	height: 45px;
}
.main-banner .flex-direction-nav a.flex-prev:hover:before {
	background-image: url('../../media/template0/arrow_left_sel.png');
	background-repeat: none;
	width: 45px;
	margin-top: 5px;
	height: 45px;
}
.main-banner .flex-direction-nav a.flex-next:hover:before {
	background-image: url('../../media/template0/arrow_right_sel.png');
	background-repeat: none;
	width: 45px;
	margin-top: 5px;
	height: 45px;
	position: relative;
}
.second-banner-content, .main-banner-content {
	padding: 25px 50px;
	background: #fff;
	width: 500px;
	position: absolute;
	bottom: 50px;
}
/*.main-banner-content:after{
	content: '';
	position: absolute;
	width: 0;
	top: 0;
	right: -110px;
	height: 0;
	border-top: 130px solid #fff;
	border-right: 110px solid transparent;
}*/
.main-banner-content h1, .main-banner-content a {
	color: var(--primary_color) !important;
}
.second-banner-content h1, .main-banner-content h1 {
	font-size: 34px;
	font-family: var(--font-b);
	margin-bottom: 0;
	color: var(--primary_color);
}
.second-banner-content h2, .main-banner-content h2 {
	font-size: 26px;
	text-transform: uppercase;
}
.second-banner-content h3, .main-banner-content h3 {
	font-size: 24px;
}
.second-banner-content a, .main-banner-content a {
	color: var(--primary_color);
	display: inline-block;
	font-size: 26px;
}
.second-banner-content a:hover, .second-banner-content a:focus, .main-banner-content a:hover, .main-banner-content a:focus {
	text-decoration: underline;
}
.second-banner {
	background-size: cover;
	background-position: center right;
	min-height: 520px;
	position: relative;
	padding-top: 8px;
}
.second-banner .second-banner-bdr-top {
	border-top: 8px solid #b7b7b7;
	margin-top: -16px;
}
.second-banner-bdr-bottom {
	background: #2b2a2a;
	width: 100%;
	height: 8px;
}

.fear_prod a i {
	float: right;
	margin-top: 6px;
}

.fear_prod h3 {
	font-size: 16px;
	font-family: var(--font-l);
	margin-top: 15px;
	margin-bottom: 2px;
	text-align: center;
}
.brd-multi .fear_prod h3 {
	margin-bottom: 15px;
}
.brd-multi .fear_prod .fear_prod_title h3 {
	margin-bottom: 0px;
}
.clients {
	margin-bottom: 25px;
}
.clients a {
	margin-right: 65px;
	display: inline-block;
}
.clients a:last-child {
	margin-right: 0;
}
.choose-us {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px 0 60px;
}
.footer-top .navbar-brand img {
	max-width: 200px;
	max-height: 120px;
	width: auto;
}
.choose-us h3 {
	font-size: 30px;
	font-family: var(--font-b);
}
.choose-us p span {
	font-size: 42px;
	font-family: var(--font-b);
	line-height: 1.2;
}
.choose-us p span:last-child {
	vertical-align: -25px;
	margin-left: 5px;
}
.product-sele-sec {
	margin-top: 100px;
	border-bottom: 1px solid #2b2a2a;
	padding-bottom: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
}
.mt100 {
	margin-top: 100px;
}
.product-title {
	font-size: 32px;
}
.top-header-wrapper a img {
	margin-top: -5px;
	margin-right: 5px;
	filter: invert(1);
}
.header-right {
	float: right;
	text-align: right;
	position: relative;
}
.header-right > img {
	display: inline-block;
	margin-top: -27px;
}
.header-right a > span {
	display: inline-block;
	font-family: var(--font-b);
}
.header-right a > span > span {
	display: block;
}
.top-header-link {
	margin-right: 0px;
}
.header-right-link>a:last-child {
	margin-left: 20px;
}
.mini-cart-dropdown {
	position: relative;
}
.mini-cart-dropdown img {
	margin-top: -30px;
}
.item-cart {
	position: absolute;
	top: 57px;
	right: 0;
	width: 350px;
	background: #fff;
	z-index: 99999;
	display: none;
	box-shadow: 0px 1px 10px 0px #ccc;
}
.item-cart h4 {
	padding: 14px 0;
	color: var(--primary_color);
	margin-bottom: 0;
	font-size: 20px;
}
.item-cart.cart-page {
	position: inherit;
	width: auto;
	background: #fff;
	display: block;
}
.fa-heart {
	cursor: pointer;
}
.shipping-price b {
	display: block;
	padding-bottom: 10px;
}
.checkout-right .shipping-price p {
	margin-bottom: 0;
}
.top-header-link-inner {
	display: inline-block;
	margin-right: 20px;
}
.top-header-link-inner .fa, .top-header-link .fa {
	margin-right: 8px;
}
.footer-brd-rl {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.social-media-icon li {
	display: inline-block;
	margin-right: 5px;
}
.social-media-icon li:last-child {
	margin-right: 0;
}
.social-media-icon li a:hover {
	opacity: 0.8;
}
.social-media-icon li img {
	max-width: 30px;
}
/*arrow-tabs*/

/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
}
.bhoechie-tab-content-inner-item {
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	border-bottom: 2px solid #2b2a2a;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
	display: inline-block;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 0;
	background: #ccc;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #2b2a2a;
	background-image: #2b2a2a;
	color: #ffffff;
}
div.bhoechie-tab-menu .list-group-item.active {
	z-index: 2;
	color: #fff;
	border-color: #2b2a2a;
}
div.bhoechie-tab-menu div.list-group > a:hover {
	background: #2b2a2a;
	color: #fff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #2b2a2a;
	transform: rotate(90deg);
}
div.bhoechie-tab-content {
	background-color: #ffffff;
	padding-top: 30px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
/*footer-style*/
.footer-top {
	background: #eceaeb;
}
.footer-top h4 {
	font-family: var(--font-b);
}
.footer-top .footer-title-hide {
	visibility: hidden;
}
.footer-top p {
	margin-bottom: 5px;
}
.footer-top a {
	display: inline-block;
	font-size: 14px;
}
.footer-top i {
	margin-right: 10px;
}
.footer-top i.fa-phone {
	transform: rotate(90deg);
}
.footer-first-col p {
	font-size: 14px;
	margin: 25px 0 20px;
}
.footer-first-col .para {
	margin: 10px 0px;
	font-size: 16px;
}
.footer-first-col {
	background: #2b2a2a;
	color: #fff;
}
.footer-first-col .inner-top {
	padding: 60px 25px 15px;
}
.footer-first-col .inner-bottom {
	padding: 30px 25px 50px;
}
.footer-top ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-top ul li a {
	padding: 5px 0px;
	font-size: 16px;
}
.footer-first-col .inner-bottom .social-icon, .footer-first-col .inner-bottom a, .footer-first-col .inner-bottom h3 {
	display: inline-block;
}
.footer-first-col .inner-bottom h3 {
	margin-right: 5px;
	font-size: 20px;
}
.footer-scend-col, .footer-third-col {
	padding: 60px 25px 20px;
}
.footer-scend-col h3, .footer-third-col h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: var(--font-b);
	margin-bottom: 40px;
	color: #fff;
}
.footer-scend-col a:hover {
	text-decoration: underline;
}
.footer-third-col p, .footer-scend-col p {
	margin-bottom: 5px;
	color: #fff;
}
.footer-third-col p {
	width: 100%
}
.footer-third-col p span {
	width: 145px;
	display: inline-block;
}
.footer-first-col .inner-bottom a i {
	font-size: 25px;
}
.footer-bottom {
	padding: 15px 0;
	background: #2b2a2a;
	color: #fff;
	font-size: 14px;
}
.dash-bdr {
	border: 1px dashed #fff;
}
#news-letter-form {
	margin-top: 20px;
}
#news-letter-form .btn:hover{
	background-color: var(--btn_bg_color);
	color: var(--btn_text_color);
}
#news-letter-form label.error {
	position: absolute;
	bottom: -35px;
}
.quote-sec {
	background: url(../../media/template0/banner03.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
	padding: 10px 0 35px 0;
}
.quote-sec h3 {
	font-size: 32px;
	font-family: var(--font-b);
	color: #fff;
	margin-top: 15px;
}
.quote-sec p {
	font-size: 18px;
	font-family: var(--font-b);
	color: #fff;
}
.quote-sec a {
	/*float: right;*/

	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
	border: 1px solid #fff;
	font-family: var(--font-b);
}
.quote-sec a:hover {
	background: #fff;
	color: #2b2a2a;
}
.footer-bottom p {
	margin-bottom: 0;
}
.footer-bottom a {
	font-size: 16px;
	color: var(--anchor_hover_color);
}
.footer-bottom a.d-block {
	text-decoration: underline;
}
.footer-bottom a:hover {
	color: #fff;
}
.footer-link {
	text-align: right;
}

h1.error {
	color: red;
	font-size: 50px;
	text-align: center;
	font-weight: normal;
}
.form-group {
	margin-bottom: 1.5rem;
}
#ContactForm label.error {
	position: static;
	left: 15px;
	bottom: -30px;
	font-size: 14px;
}
#ContactForm .position-relative label.error {
	position: absolute;
	left: 15px;
	bottom: -30px;
	font-size: 14px;
}
label.error {
	position: absolute;
	left: 15px;
	bottom: -30px;
	font-size: 14px;
}
.form-group .ad-img {
	height: 245px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 15px;
}
/*owl-slider*/

.owl-nav button {
	font-size: 0;
	width: 61px;
	height: 57px;
	border-radius: 0;
	margin: 0;
	padding: 0;
	top: 50%;
	margin-top: -50px;
	opacity: 0.5
}
.branding .owl-nav button {
	margin-top: -34px;
}
.owl-nav button:focus {
	outline: none;
}
.owl-nav button:hover {
	opacity: 1;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	background: none;
	position: absolute;
	bottom: 50%;
}
.owl-nav .owl-prev {
	left: 11px;
}
.owl-nav .owl-next {
	right: 11px;
}

.owl-carousel .price{
	margin-top: 5px;
}

.owl-nav span {
	font-size: 55px;
	line-height: 48px;
	position: relative;
	z-index: 99;
	color: #fff;
}
.owl-nav .owl-prev:after {
	background: var(--primary_color);
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 61px;
	height: 57px;
}
.owl-nav .owl-next:after {
	background: var(--primary_color);
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 61px;
	height: 57px;
}
.banner-selector select {
	width: 100%;
	background-color: transparent;
	color: #2b2a2a;
	border: 1px solid #2b2a2a;
	display: inline-block;
	font: inherit;
	line-height: inherit;
	line-height: inherit;
	line-height: 1.5em;
	padding: 10px;
	margin: 0;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom: 1rem;
}
/* arrows */
.banner-selector select.round {
	background-image: url('../../media/template0/Down-Arrow-PNG.png');
	background-position: calc(100% - 10px) calc(1em - 3px), calc(100% - 10px) calc(1em + 2px), calc(100% - .5em) .5em;
	background-size: 15px 15px, 15px 15px, 2.5em 2.5em;
	background-repeat: no-repeat;
	border-radius: 0px;
	outline: 0;
}
.banner-selector select.round:focus {
	background-image: url('../../media/template0/Down-Arrow-PNG.png');
	outline: 0;
}
 .form-control::-webkit-input-placeholder {
 color: #818080;
 opacity: 0.6;
}
.form-control:-moz-placeholder {
 color: #818080;
 opacity: 0.6;
}
.form-control::-moz-placeholder {
 color: #818080;
 opacity: 0.6;
}
.form-control:-ms-input-placeholder {
 color: #818080;
 opacity: 0.6;
}
.footer-input {
	border-radius: 4px 0 0 4px !important;
	background: #fff;
}
.footer-input-btn {
	cursor: pointer;
	background: #7BDA21;
	color: #fff;
	border-color: #7BDA21;
	transition: 0.3s;
	border-radius: 0px 4px 4px 0px !important;
}
.footer-input-btn:hover, .footer-input-btn:focus {
	background: #588711;
	border-color: #588711;
}
.medium-device-block {
	display: none;
}

.nav-tabs.cate {
	width: 474px;
	margin: 0 auto 30px;
}


.header-serc {
	outline: 0;
	border-radius: 4px;
	margin-top: 10px;
}
.header-serc > .textbox, .typeahead__field input {
	outline: 0;
	height: 32px;
	width: 230px;
	line-height: 42px;
	padding: 0 10px 0px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #212121;
	border: 0;
	float: left;
	border: 1px solid #ccc;
	border-right: 0;
	min-height: auto;
}
.typeahead__field {
	width: 230px;
	float: left;
}
.typeahead__field input:focus {
	border: 1px solid #2b2a2a;
	border-right: 0;
}
.header-serc button {
	background: none;
	border: 1px solid #212121;
	cursor: pointer;
	padding: 3px 10px 6px;
	height: 32px;
}
.header-serc button:hover {
	opacity: 0.8;
	outline: 0;
}
.header-serc button > img {
}
.header-serc > .textbox:focus {
	outline: 0;
	background-color: #FFF;
}
.icon_bg {
	background-image: url(../img/bg_icons.jpg);
	background-color: rgba(0,0,0,0.8);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.icon_bg_inner {
	text-align: center;
}
.icon_bg_inner img {
	max-width: 65px;
}
.icon_bg_inner h2 {
	font-family: var(--font-b);
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 5px;
}
.header-serc > .button:hover {
	background-color: #2b2a2a;
}
#Loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	vertical-align: middle;
	z-index: 999999;
}
.loading-circle {
	border: 4px rgba(0, 0, 0, 0.7) solid;
	border-top: 4px var(--primary_color) solid;
	border-radius: 50%!important;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
	width: 80px;
	height: 80px;
	clear: both;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
}
@-webkit-keyframes spCircRot {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
}
}
@keyframes spCircRot {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(359deg);
}
}

.header-right a > span > span {
	display: block;
}
.header-right a .shopping-cart-item {
	display: inline-block;
}
#cart-order > img {
	margin-top: -30px;
}
.top-sale {
	position: relative;
	height: 245px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}
.top-sale img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.fear_prod_title {
	min-height: 60px;
}
.cat-row {
	margin-top: 50px;
}
.page-item.active .page-link:hover {
	color: #fff !important;
}
.pagination .page-link:first-child {
	border-radius: 0 !important
}
.pagination .page-link:last-child {
	border-radius: 0 !important
}
.flex-viewport {
	border: 1px solid #d4d4d4;
}
.prod-right {
	background: #f7f7f7;
	padding: 20px;
}
.prodQtyInner {
	display: flex;
	margin-top: 10px;
}
.product-amt {
	font-size: 24px;
}

select, input, .typeahead__container button {
	border: 1px solid #ccc;
}

#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:hover {
	cursor: pointer;
	background: #000;
}
#move-to-top.slide-top {
	opacity: 1 !important;
	transition: 1s;
}
#move-to-top svg {
	width: 18px;
	transform: rotate(180deg);
	fill: #fff
}
.thum-link {
	display: block;
	height: 100%;
	position: relative;
	z-index: 9;
}
.out-of-stock {
	font-size: 24px;
	margin-top: 15px;
	color: red;
	font-weight: 700;
}
.branding .owl-carousel .item {
	text-align: center;
	border: 2px solid #d0d4d6;
	border-radius: 4px;
	height: 70px
}
.branding .owl-carousel .item img {
	width: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
}
.add-items-to-menu {
	display: none;
}

.owl-carousel .owl-dots {
	display: none;
}
.media {
	height: 290px;
	background-position: center;
	background-size: cover;
	width: auto;
	background-repeat: no-repeat;
}
.media.media-sm {
	height: 255px;
}
.media.xs {
	height: 180px;
}
.media.xxs {
	height: 85px;
}
#back span {
	cursor: pointer;
}
#OrderList .fa {
	cursor: pointer;
}
.position-relative {
	position: relative;
}
.flat-link {
	color: var(--primary_color);
}
.media.media-lg {
    height: 595px;
}

.media.media-sm {
    height:275px;
}
.feat-products .row{
	margin: 0 -7px;
}
.feat-products .row > div{
	padding: 0 7px;
}
.feat-categories .media{
    height: 220px;
}
.feat-products .item .media{
	position: relative;
	box-shadow: -8px 8px 0px 0px #000;
	margin-left: 16px;
	margin-bottom: 16px;
}

.feat-products .item .content{
	position: absolute;
	bottom: 26px;
	background: rgba(255,255,255,0.7);
	right: 10px;
	left: 26px;
	padding: 5px 10px;
	font-family: var(--font-b);
	font-size: 16px;
	line-height: 1.1;
}


.feat-products .item .content .price{
	margin-bottom:0px;
	margin-top: 5px;
}
.feat-categories .item{
	text-align:center;
}

.feat-categories .item h3{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 22px;
}


.feat-products .item .media-full{
	height: calc(100% - 16px);
}
.feat-categories .owl-nav .owl-prev {
    left: 5px;
}
.feat-categories .owl-nav .owl-next {
    right: 5px;
}


























@media (max-width: 1199px) {
	.user-add .btn-green {
		width: 100px !important;
		margin-right: 5px;
	}
	.product-sidebar .btn-green {
		width: 142.5px;
		margin-right: 0;
		font-size: 15px;
	}
	.main-banner {
		margin-top: 60px;
		background-position: 69% 100% !important;
	}
	.main-banner .flex-caption {
		left: 50px;
		top: 40px;
	}
	.main-banner .flexslider:hover .flex-direction-nav .flex-prev {
		left: 10px;
	}
	.main-banner .flexslider:hover .flex-direction-nav .flex-next {
		right: 20px;
	}
	.clients a {
		margin-right: 20px;
	}
	.header-wrapper {
		padding: 20px 0 47px;
	}
	.product_slider h2 {
		margin: 35px 0 0;
	}
	.product_slider small {
		margin-bottom: 35px;
	}
	.product_slider .mb60 {
		margin-bottom: 40px;
	}
	.order-d {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.main-banner .flex-caption {
		width: 400px;
	}
	.second-banner {
		height: 420px;
		min-height: 420px;
	}
}

@media (max-width: 991px) {
	.total-p {
		width: 100%;
	}
	.order-d li {
		width: 100% !important;
		margin-bottom: 10px;
	}
	.order-d li:last-child {
		margin-bottom: 0;
	}
	.header-wrapper {
		padding: 20px 0 37px;
	}
	.navbar {
		padding: 0;
	}
	.dropdown-menu {
		width: auto;
		border-radius: 0;
		top: 37px;
		text-align: center;
		color: #fff;
		background-color: #2b2a2a;
		display: block !important;
		opacity: 1 !important;
		color: #fff;
		margin-left: 15px;
		border: 1px solid rgb(31, 31, 31);
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu li a:after {
		content: '>';
		position: absolute;
		top: 5px;
		left: -5px;
	}
	.breadcrumb-sec {
		margin-top: 41px;
		border-top: 1px solid #ccc;
	}
	.mt40 {
		margin-top: 30px!important;
	}
	.top-sale h4 {
		padding: 10px;
	}
	.navbar-light .navbar-nav .nav-link:hover .dropdown-menu {
		display: block !important;
		opacity: 1 !important;
	}
	.nav-item {
		display: block;
		margin: 0;
		border-right: none;
	}
	.navbar-light .navbar-nav .nav-link {
		text-align: left;
		margin-top: 0px;
		padding: 12px 21px 8px 20px !important;
	}
	.dropdown-menu li a {
		color: rgb(255, 255, 255);
		text-align: left;
	}
	.main-banner {
		margin-top: 45px;
		background-position: 71% 100% !important;
	}
	.main-banner-content {
		padding: 50px 15px 15px;
		color: #262626;
	}
	.owl-nav .owl-next,{
		right: 0;
	}
	.owl-nav .owl-prev,{
		left:0;
	}
	.serv-left-sec, .carrer-page .serv-left-sec {
		background: none;
		height: auto;
	}
	.serv-left-sec-inner {
		float: none;
		color: #202020;
		max-width: 100%;
	}
	.our-services .services-pl {
		padding-left: 15px;
	}
	.services-pr {
		padding-right: 15px;
	}
	.form-wrapper-content {
		margin-top: 0px;
	}
	.logo-wrapper img {
		margin-bottom: 30px;
	}
	.carrer-page .serv-right-top, .carrer-page .serv-right-bottom, .serv-right-top, .serv-right-bottom {
		height: auto;
		background-size: cover;
	}
	.carrer-page .serv-right-top {
		padding: 25px 5px 25px;
	}
	.medium-device-block {
		display: block;
	}
	.medium-device-none {
		display: none;
	}
	.navbar-light .navbar-toggler {
		position: absolute;
		top: -123px;
		padding: 10px;
		display: block;
		right: 0px;
	}
	.mini-cart-dropdown {
		margin-right: 90px;
	}
	.navbar-nav {
		margin-top: 0px;
	}
	.footer-res {
		display: none;
	}
	.user-detials .tab-content {
		padding: 50px 45px 20px;
	}
	.user-detials .nav-tabs .nav-link {
		font-size: 24px;
	}
	.add_btn {
		margin-left: 15px;
	}
	#owl-slider .fear_prod {
		margin: 5px;
	}
	#regForm .step {
		width: 48%;
	}
	div.bhoechie-tab-menu div.list-group, div.bhoechie-tab-menu div.list-group > a {
		display: block;
	}
	div.bhoechie-tab-menu {
		border-bottom: none;
	}
	div.bhoechie-tab-menu div.list-group > a.active::after {
		display: none;
	}
	.quote-sec {
		background-position: center right;
	}
	.quote-sec h3 {
		margin-top: 0px;
	}
	.clients a {
		margin-right: 0;
	}
	.clients a img {
		max-width: 130px;
	}
	.footer-brd-rl {
		border-right: none;
		border-left: none;
	}
	.products-tabs-sec .nav-item {
		margin-top: 10px;
		margin-right: 0;
		width: 100%;
	}
	.products-tabs-sec .nav-tabs .nav-link.active {
		background: #2a2a2a;
		border-bottom-color: #2a2a2a;
		color: #fff;
	}
	.product_slider h1 {
		font-size: 26px;
	}
	.filters {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
	.brd-multi .col-lg-9 {
		-ms-flex: 0 0 72%;
		flex: 0 0 72%;
		max-width: 72%;
	}
	.categories-side .col-lg-7, .categories-side .col-lg-3 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.categories-side .col-lg-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.container {
		max-width: 100%;
	}
	.cate .mb40 {
		margin-bottom: 0 !important;
	}
	.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%;
	}
}

@media (max-width: 860px) {
	.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
		opacity: 0;
	}
	.main-banner .flex-caption {
		left: 50px;
		top: 8px;
		width: 365px;
	}
	.main-banner .mob-banner {
		display: none;
	}
	.main-banner {
		min-height: 420px;
	}
	.container {
		width: 100% !important;
		max-width: 100% !important;
	}
	.footer-top a {
		padding-top: 0;
	}
	.footer-top .col-lg-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.checkout-right .checkbox-input label.error {
		position: absolute;
		bottom: -20px;
		left: 28px;
	}
	.panel-heading label {
		float: none !important;
	}
}

@media (max-width: 767px) {	
	.btn {
		font-family: var(--font-r);
		font-size: 13px;
	}
	.media {
		height: 185px;
	}
	.feat-products .item .media {
		box-shadow: none;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.media.media-sm {
		height: 185px;
	}
	.feat-products .item .content {
		position: unset;
		background: none;
		padding: 7px 10px;
		font-size: 13px;
	}
	.feat-products .item .media-full {
		height: 380px;
	}
	.feat-products .item .media-full+.content {
		position: absolute;
		bottom: 10x;
		background: rgba(255,255,255,0.7);
		right: 10px;
		left: 10px;
		font-size: 16px;
	}
	.feat-products .row{
		margin: 0px -5px;
	}
	.feat-products .row > div{
		padding: 0px 5px;
	}
	.feat-products .row .col-6, .feat-products .row .col-full{
		margin-bottom:10px;
	}
	.feat-products .row .col-6:nth-child(n+3){
		margin-bottom:0px;
	}
	
	
	.feat-products .item{
		background: rgba(0,0,0,0.2);
	}
	.owl-nav .owl-prev {
		left: 0px;
	}
	.owl-nav .owl-next {
		right: 0px;
	}
.top-header-link {
	margin-right: 10px;
}
.top-header-link-inner {
	margin-right: 10px;
}
.header-wrapper {
	padding: 10px 0 32px;
}
#nav-wrap {
	top: 170px;
}
.add-btn-right {
	margin: 10px 0;
}
#regForm {
	width: 100%;
}
.flex-direction-nav a {
	margin: -40px 0 0;
}
.main-banner .mob-banner {
	display: block;
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
	min-height: 320px;
}
.main-banner .flexslider {
	display: none;
}
.header-serc > .textbox {
	width: auto;
}
.quote-sec p, .quote-sec h3 {
	text-align: center;
}
.quote-sec a {
	float: none;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.footer-link {
	text-align: left;
}
.product-title {
	font-size: 24px;
}
.footer-scend-col {
	padding: 40px 25px 20px;
}
.footer-third-col {
	padding: 20px 25px 40px;
}
.footer-scend-col h3, .footer-third-col h3 {
	margin-bottom: 25px;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 30px;
}
.clients {
	text-align: center;
}

.banner-selector select.round {
	border: 1px solid #d4d4d4;
	margin: 15px 0;
	padding: 8px 10px;
 background-position: calc(100% - 10px) calc(0.9em - -3px), calc(100% - 10px) calc(1em + 2px), calc(100% - .5em) .5em !important;
}
.product_slider .mb60 {
	margin-bottom: 30px;
}

.panel-heading .float-right {
	float: none !important;
}

.desktop-only {
	display: none !important;
}
.mobile-only {
	display: block !important;
}
.checkout .checkout-right {
	padding: 15px 0px 0 !important;
	margin-top: 15px;
}
.checkout .col-md-5 {
	padding: 0;
}
.checkout .checkout-right .panel:last-child {
	padding: 0 15px;
}
.checkout .order-table .table th, .checkout .order-table .table td {
	padding: 10px 15px !important;
}
.filters {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: -100%;
	overflow: scroll;
	width: 100%;
	height: 100vh;
	margin-top: 0;
	transition: 500ms;
	background: #fff;
}
.filters.open {
	left: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	transition: 500ms;
	padding-bottom: 20px;
}
.brd-multi .col-lg-9 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.categories-side .col-lg-7, .categories-side .col-lg-3 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.categories-side .col-lg-3 select {
	margin-top: 0;
	height: 52px;
	width: 90%;
	margin: 5px auto;
	display: block;
}
.categories-side .col-lg-2 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.categories-side {
	margin-top: 30px;
	text-align: center;
	padding-bottom: 3px;
}
.categories-side h4 {
	margin-top: 5px;
}
.categories-side p {
	margin-top: 5px;
}
.
.ui-slider {
	width: 92%;
	margin: 30px auto 50px;
}
.contact_form .col-md-4.mt30 {
	padding: 0 0 30px;
	margin-top: 20px !important;
}
.breadcrumb-sec {
	margin-top: 0;
}
.testimonials {
	width: auto;
}
}

@media (max-width: 575px) {
.product_slider h1 {
	padding-right: 0px;
}
.add-items-to-menu {
	display: block;
}
.add-items-to-menu a{
	font-size:16px;	
}
.add-items-to-menu a i{
	font-size: 20px;
	padding: 0px 4px;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
.top-header-wrapper .tel_no {
	text-align: center;
	display: block;
}
.header-right-link {
	text-align: center !important;
}
.header-wrapper {
	height: auto;
	padding: 15px 0 12px;
}
.header-wrapper.header-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: #f7f7f7;
	z-index: 999;
}
.header-wrapper.header-sticky .top_search {
	display: none;
}
.header-sticky .navbar-light .navbar-toggler {
	position: fixed;
	right: 5px;
	top: 25px !important;
}
.header-right {
	float: none;
	text-align: center;
}
#cart-order {
	display: none;
}
.footer-bottom {
	margin-bottom: 63px;
}
.footer-top a.navbar-brand {
	width: 100%;
}
.header-serc {
	float: none;
	display: inline-flex;
	width: 100%;
}
.header-serc .typeahead__container {
	width: 100%;
}
.header-serc .typeahead__field {
	width: calc(100% - 40px);
}
.header-serc .typeahead__field input {
	width: 100%;
}
.main-banner, .second-banner {
	margin-top: 16px;
	height: 350px;
	min-height: 350px;
}
#nav-wrap {
	top: 35px;
	width: 63px;
	right: 0;
	margin: 0;
	left: auto;
	background: transparent;
	border: 0 !important;
}
.navbar-light .navbar-toggler {
	left: 77vw;
}
.header-wrapper .navbar-brand {
	position: relative;
	z-index: 999;
	margin: -8px 0 0;
	min-height: 65px;
	display: block;
	max-width: 250px;
	padding-bottom: 15px;
	padding-left: 0;
}
.header-serc > .textbox {
	width: 100%;
}
.main-banner-content {
	padding: 20px 15px 15px;
}
.second-banner-content h1, .main-banner-content h1 {
	font-size: 24px;
}

.login-details {
	float: none;
	margin-top: 13px;
	padding-left: 0;
	text-align: center;
}
#regForm .step {
	width: 47.5%;
}
.m-view-n {
	display: none;
}
.main-banner-content h2, .serv-left-sec-inner h2, .serv-right-top h2, .serv-right-bottom h2, .area-wrapper h2, .form-wrapper h2 {
	font-size: 24px;
}
.contract_form {
	padding: 30px 0;
}
.top-header-wrapper .col-sm-6 {
	width: 50%;
}
.top-header-wrapper a {
	font-size: 12px;
}
.product_page .btn-blank {
	padding: 15px !important;
	display: inline-block;
	text-align: center;
}
.quote-sec {
	background-position: center center;
	padding-top: 25px;
}
.quote-sec h3 {
	font-size: 26px;
}
.quote-sec p {
	font-size: 20px;
}
.footer-top .footer-title-hide {
	visibility: hidden;
	display: none;
}
.footer-top {
	text-align: center;
}
.item-cart {
	width: 100%;
}
.navbar-light .navbar-nav .nav-link {
	margin-top: 0px;
	position: relative;
	padding: 15px !important;
}
.panel-heading .float-right {
	float: none !important;
}
.navbar .navbar-collapse {
	position: fixed;
	top: 0;
	left: -100%;
	height: 100vh;
	background: #fff;
	width: 100%;
	display: block;
	z-index: 999999;
}
.collapse:not(.show) {
	display: block !important;
}
.products-tabs-sec .collapse:not(.show) {
	display: none !important;
}
.navbar .navbar-collapse.show {
	width: 100%;
	left: 0;
}
.nav-item a, .nav-item.active a {
	border-top: 0 !important;
}

.nav-item a.submenu-toggle {
	display: block;
}
.submenu-toggle {
	position: absolute;
	z-index: 999999;
	top: 0;
	right: 0;
	display: block;
	border: 0 !important;
	width: 120px;
	height: 100%;
	padding: 0 !important;
	text-align: center;
}
.navbar-nav .mega-menu .sub-menu {
	display: block;
}
.menu-item-has-children > a::after {
	content: '';
}
a.submenu-toggle::after {
	font-family: "Font Awesome 5 Free";
	font-size: 28px !important;
	font-weight: 900;
	position: relative;
	top: 3px;
	right: -20px;
	display: block !important;
	height: 11px;
	content: '\f105' !important;
}
.submenu-toggle {
	position: absolute;
	z-index: 999999;
	top: 0;
	right: 0;
	display: block;
	width: 120px;
	height: 100%;
	padding: 0 !important;
	text-align: center;
}
.navbar-nav {
	padding-top: 60px;
}
.right-nav ul li {
	padding: 0 !important;
	display: block !important;
	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 !important;
}
.navbar-nav ul.sub-menu {
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: auto;
	left: -100%;
	display: block;
	width: 100%;
	height: 100vh !important;
	padding-top: 60px;
	padding-left: 0;
	margin-top: 0;
	transition: 500ms;
	opacity: 1;
	background: #fff;
}
.navbar-nav ul.sub-menu.open-menu {
	left: 0;
	display: block;
	transition: 500ms;
}
.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 .nav-item li.menu-close {
	display: none;
}
.navbar-nav .menu-item-has-children .sub-menu .nav-item.menu-item-has-children>.nav-link:first-child {
	display: none;
}
.navbar-nav .mega-menu .sub-menu ul.sub-menu {
	height: auto !important;
	padding-top: 0;
}
.navbar-nav .mega-menu .sub-menu .sub-menu .nav-link {
	padding: 15px !important;
	border-bottom:1px solid #ccc!important;
}
.navbar-nav .sub-menu .sub-menu .nav-link {
	padding: 15px !important;
}
.ptb40 {
	padding: 15px 0;
}
.main-banner {
	background-position: center center !important;
}
.prod-right a.wishlist {
	position: static;
	margin-top: 15px;
	width: 100%;
}
.product_slider h2 {
	margin-top: 12px;
}
button.add-basket.btn.btn-blank {
	width: 100%;
}
.btn-primary {
	width: 100%;
}
.header-wrapper.stickyHeader {
	position: fixed;
	z-index: 9;
	background: #fff;
	top: 0;
	width: 100%;
}
#nav-wrap.stickyHeader {
	position: fixed;
	top: 0;
}
.fear_prod > a.btn-primary {
	width: 100%;
}
.product-stock-quantity {
	width: 100%;
	padding-right: 10px;
}
.qty-select {
	max-width: 100%;
}
.user-detials .form-group label.error {
	top: auto;
	position: static;
	display: block;
	margin-bottom: -25px;
}
.user-detials #password .form-group label.error {
	top: auto;
	margin-bottom: -25px;
}
.user-detials #AddressInfo .form-group label.error {
	margin-bottom: 0;
}
.user-detials .form-group.tandc label.error {
	position: absolute;
	bottom: 3px;
	left: 15px;
}
.top-header-wrapper {
	display: none;
}
.top-header-link {
	display: block;
}
.add-items-to-menu li {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
.top-header-link-inner {
	display: block;
	padding-bottom: 15px;
	padding-top: 5px;
	font-size: 16px;
}
.top-header-link-inner a {
	padding-left: 0;
}
.top-header-link-inner a:first-child {
	padding-left: 15px;
}
.header-wrapper.stickyHeader {
	border-bottom: 1px solid #ccc;
}
#nav-wrap.stickyHeader .navbar-toggler {
	top: 3px !important;
}
.toast {
	width: 94% !important;
	min-width: 94% !important;
	max-width: 94% !important;
	margin: 0 auto !important;
}
.toast-top-right {
	right: 0 !important;
}
.inner-banner {
	margin: 0 0 5px;
}
.inner-banner .left-text h2,  .inner-banner .right-text h2 {
	font-size: 22px;
	line-height: 24px;
}
.inner-banner {
	height: 230px !important;
}
.products-tabs-sec {
	margin-bottom: 15px;
}
.products-tabs-sec .card-header {
	padding: 0;
}
.products-tabs-sec .card-header .btn-link {
	display: block;
	padding: 15px 15px;
	font-size: 18px;
	background: #382860;
	color: #fff;
	width: 100%;
	text-align: left;
	position: relative;
}
.products-tabs-sec .card-header .btn-link:after {
	content: '\f067';
	position: absolute;
	width: 18px;
	height: 18px;
	right: 15px;
	top: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
}
.prod-right {
	margin-bottom: 0 !important;
}
.products-tabs-sec .card-header .btn-link[aria-expanded="true"]:after {
	content: '\f068';
}
.main-banner-content:after {
	display: none;
}
.second-banner-content, .main-banner-content {
	padding: 15px;
	width: 90%;
	bottom: 25px;
}
.main-banner-content {
    padding-right: 80px;
}
.owl-carousel .owl-dots button {
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	border: 1px solid #ccc;
	margin: 0 5px;
}
#category-slider.owl-carousel .owl-nav {
	display: none !important;
}
.owl-carousel .owl-dots button.active {
	background: #ccc;
}
}

@media (max-width: 500px) {
.nav-tabs.cate {
	width: auto;
	display: block;
}
.user-detials .nav-tabs .nav-link {
	font-size: 16px;
}
.user-detials .tab-content {
	padding: 30px 20px 10px;
}
.user-detials input.form-control {
	height: 44px !important;
	font-size: 16px;
}
.user-detials .btn-green {
	font-size: 20px;
	padding: 5px 3px !important;
}
.user-detials p {
	font-size: 14px;
}
header-serc > .textbox, .typeahead__field input {
	height: 40px;
}
.header-serc button {
	height: 40px;
}
.owl-nav .owl-next::after, .owl-nav .owl-prev::after {
	width: 45px;
	height: 45px;
}
.owl-nav span {
	line-height: 45px;
}
.owl-nav button {
	width: 45px;
	height: 45px;
}
.branding .owl-nav button {
	top: 80%;
}
}

@media (max-width: 479px) {
#owl-slider .fear_prod {
	margin: 0;
}
.flex-direction-nav a {
	margin: -33px 0 0;
}
.main-banner {
	background-position: center center;
}
.pickup-locations-section input {
	position: absolute;
	left: 6px;
	top: 13px;
}
.pickup-locations-section .fa {
	position: absolute;
	top: 10px;
	right: 10px;
}
.pickup-datetime.row .item:first-child {
	margin-bottom: 15px;
}
}

@media (max-width: 330px) {
.delivery-options .item label .fa {
	font-size: 26px;
}
.add_btn {
	margin-left: 5px;
	margin-top: 3px;
	display: block;
}
.second-banner-content, .main-banner-content {
	width: 270px;
}
.pagination.pagi {
	width: 270px;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
	width: 80px;
}
.cart-total-container .table tr:nth-child(02) td {
	padding: 10px 0;
}
.delivery-options .item label span {
	margin-left: 9px;
}
.navbar-light .navbar-toggler {
	left: 75vw;
	padding: 3px 12px 12px 10px;
}
}

@media (max-width: 303px) {
#nav-wrap {
	top: 263px;
}
.footer-first-col .inner-top img {
	width: 100%;
}
.navbar-brand img {
	width: 100%;
}
}

@media (max-width: 767px) {
.banner-selector.product-details-selected select.round {
	margin-top: 0;
}
.wish-list-top-side-sec {
	float: none;
	background: #efefef;
	margin-top: 20px;
}
.mini-cart-dropdown {
	display: none;
}
}

@media (max-width: 479px) {
.wish-list-top-side-sec {
	padding: 5px 0 20px;
}
.wish-list-top-side-sec a {
	display: block;
	padding: 0 30px;
	margin: 15px 0;
	border-right: 0;
}
}


