@media (min-width: 992px) {
.header-btm .navbar .navbar-collapse > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
	transition: all 0.3s ease-in-out;
    display: block !important;
}	
.sub-menu.mega-menu ul li .all-menu.dropdown-menu {
    position: static;
    border: 0;
    padding: 0;
    display: block;
	min-width: auto;
}
.sub-menu.mega-menu ul > li > a i {
	display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 13rem;
}
.navbar-expand-lg .navbar-nav .mega-menu.dropdown-menu {
    min-width: auto;
    max-width: 750px;
    width: 100%;
}
}

@media (max-width: 1199px) {
.h1, h1 {
    font-size: 38px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 26px;
}
.h4, h4 {
    font-size: 22px;
}
.h5, h5 {
    font-size: 18px;
}
.header-form {
	max-width: 395px;
}
.slider-caption {
    left: 50px;
}
.shop-inner-section .list .common-cart-box .common-cart-info .hover-option .add-cart-btn {
    margin-right: 7px;
}
.blog-tags {
    padding: 15px 0 15px 0;
}
.pagination {
    padding: 0px 0 30px 0;
}
.blog-inner-section .pagination {
    padding: 0;
}
.cart-table .product-quantity .input-group .quantity-number {
	border-width: 0 1px 0 1px;
	width: 108px;
	padding: 7px 0;
}
.error-banner {
    height: 100%;
    padding: 150px 0;
}
}
@media (max-width: 991px) {
.h1, h1 {
    font-size: 34px;
}
.h2, h2 {
    font-size: 28px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 20px;
}
.h5, h5 {
    font-size: 16px;
}
section {
    padding: 20px 0;
}
.pb_large {
    padding-bottom: 40px;
}
.pt_large {
    padding-top: 40px;
}
.header-btm {
    border-bottom: 0;
	height: 0;
}
.slider-area {
    height: 220px;
}
.slider-caption {
    left: 0;
}
.review-slider {
    padding: 20px;
}
.news-box.box-3 {
    margin-top: 30px;
}
.facility-inner {
	text-align: center;
}
.fb-icon {
	padding: 0;
	display: block;
}
.fb-text {
	display: block;
}
.fb-title {
    margin-bottom: 10px;
}
.footer-box.box-1 {
    padding-bottom: 30px;
}
.header-form {
	display: none;
}
.search-form-2 {
	display: inline-block;
}
.header-logo a img {
	width: 80%;
}
.header-btm .navbar-toggler {
	display: -ms-flexbox;
    display: flex;
}
.related-product .product-box {
    margin-bottom: 30px;
}
.related-product {
    padding-bottom: 40px;
}
.quickview-section {
	width: 100%;
	display:-ms-flexbox;
	display: flex;
}
.submenu-img a {
    width: 100%;
}
.submenu-img {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.quickview-product-detail {
	width: 100%;
	padding: 30px 0 0 0;
}
.quickview-cart-btn img {
    max-width: 25px;
}
.quickview-section > ul {
    margin: 0 auto;
}
.sp-large {
	border: 1px solid #ddd;
}
.sp-thumbs {
	display:-ms-flexbox;
	display: flex;
	line-height: 0;
	-ms-flex-pack:center;
	justify-content: center;
}
.sp-thumbs a {
    border: 1px solid #ddd;
    margin: 0 10px !important;
}
.quantity-box {
	padding: 0 0 15px 0;
}
.input-group .btn-default {
    width: 35px;
    font-size: 30px;
}
.blog-sidebar .side-box {
    margin-bottom: 30px;
}
.blog-sidebar .side-box:last-child {
    margin-bottom: 0;
}
.shop-sidebar {
	margin: 0 -15px;
}
.leave-reply-form {
    margin: 0 -15px 30px;
}
.side-comments .sc-comment:last-child {
	margin: 0;
}
.leave-reply {
    padding-top: 30px;
}
.contact-details {
    padding-top: 40px;
}
.event-box {
    padding: 0;
}
.compare-box .table {
    margin: 0;
    width: 800px;
}
.arror-img img {
	width: 60%;
}
.error-text {
	margin-top: 20px;
}
.error-banner {
    padding: 80px 0;
}
.checkout-inner-page {
    padding-bottom: 70px;
}
.header-btm .navbar .navbar-toggler {
	padding: 10px 0;
}
.header-btm .navbar .navbar-collapse {
    background-color: #363f4d;
    position: absolute;
    right: -15px;
    left: -15px;
    top: 100%;
    overflow-y: auto;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.header-btm .navbar .navbar-collapse > ul > li > a {
	margin: 0;
	padding: 9px 15px;
	color: #fff !important;
	transition: all 0s ease-in-out;
}
.header-btm .navbar .navbar-collapse > ul > li > a:hover, .header-btm .navbar .navbar-collapse > ul > li.active > a, .header-btm .navbar .navbar-collapse > ul > li.show > a {
	background-color:  var(--base-color);
	color: #fff !important;
}
.header-btm .navbar .navbar-collapse > ul > li > a i {
	float: right;
}
.sub-menu {
	width: 100%;
	border-radius: 0;
	padding: 10px 10px 10px 15px;
	border: none;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
.header-btm .navbar .navbar-collapse > ul > li.show .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu.mega-menu .all-menu {
	display: none;
}
.sub-menu.mega-menu > ul {
	display: block !important;
}
.navbar-expand-lg .navbar-nav .mega-menu > ul > li {
	float: none;
	width: 100%;
}
.menu-title {
    font-size: 14px;
}
.menu-title {
	margin: 0;
	pointer-events: visible;
	display: block;
	color: #000;
	transition: all 0.3s ease-in-out;
	padding: 6px 0;
	text-transform: capitalize;
}
.header-btm .navbar .navbar-collapse > ul > li.show > a i.fa.fa-angle-right {
	display: inline-block;
}
.header-btm .navbar .navbar-collapse > ul > li.show > a i.fa.fa-angle-down {
	display: none;
}
.tab-form-4 .btn-primary {
    float: none;
    margin-top: 3px;
}
.place-oreder-btn {
	margin-bottom: 50px;
    margin-top: 40px;
}
.sub-menu.mega-menu .submenu-links.show .all-menu {
	display: block;
}
.sub-menu.mega-menu .submenu-links .all-menu li a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
.sub-menu.mega-menu .submenu-links .all-menu {
	margin: 0;
	padding: 0;
	border: 0;
}
.sub-menu.mega-menu ul > li > a {
	padding: 6px 15px 6px 0px;
}
.sub-menu.mega-menu ul > li > a i {
	float: right;
}
.sub-menu.mega-menu ul > li.show > a i.fa.fa-angle-down {
	display: none;
}
.sub-menu.mega-menu ul > li.show > a i.fa.fa-angle-right {
	display: inline-block;
}
.breadcrumbs h1 {
    font-size: 30px;
}
.breadcrumbs-section {
    padding: 55px 0;
}
.quantity_filter .minus, .quantity_filter .plus, .quantity_filter .qty {
    float: none;
    display: table;
}
.quantity_filter .qty,
.minus, .plus {
	width: 35px;
}
.send-btn {
    margin-left: 10px;
}
.footer-top {
    padding: 40px 0;
}
.scrollup {
    bottom: 15px;
    font-size: 26px;
    height: 40px;
    line-height: 42px;
    right: 10px;
    width: 40px;
}
.side-box {
    margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.h1, h1 {
    font-size: 30px;
}
.h2, h2 {
    font-size: 26px;
}
.h3, h3 {
    font-size: 22px;
}
.h4, h4 {
    font-size: 18px;
}
.popup-form {
	position:relative;
    width: 100%;
	z-index: 9;
}
.popup-img {
    width: 0;
}
.newsletter-pop-up:before {
	content: "";
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	left: 0;
}
.main-popup {
    padding: 0 100px;
}
.popular-products {
	padding-top: 30px;
}
.banner_slide_content.center-align {
    left: 0;
}
.client-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    float: none;
}
.client-text {
    padding-left: 0;
}
.review-box {
    text-align: center;
}
.facility-box.box-2::before {
    content: none;
}
.facility-box {
    margin: 15px 0;
}
.footer-btm {
	padding: 15px 0;
	text-align: center;
}
.fb-icon {
    font-size: 30px;
}
.footer-box.box-4 {
    padding-top: 0;
}
.footer-box.box-4 {
    padding-bottom: 30px;
}
.cart-icon span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
}
.header-cart > a {
	font-size: 16px;
}
.cart-icon {
    padding-right: 10px;
}
.cart-icon img {
    width: 25px;
}
.products-tabs .nav li {
	margin-bottom: 4px;
}
.products-tabs .tab-content {
	margin: 0;
}
.add-review-form .input-1, .add-review-form .input-2 {
    width: 100%;
    float: none;
}
.showing-items,
.sorting-option {
	display: inline-block;
}
.showing-items p {
	font-size: 12px;
}
.list_grid-btns a {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 34px;
}
.sorting-items {
	padding: 4px 25px 5px 5px;
}
.blog-inner-section .pagination {
    padding-top: 10px;
}
.shop-inner-section .list .common-cart-img {
	float: none;
	width: 200px;
	margin: 0 auto;
}
.shop-inner-section .list .common-cart-box .common-cart-info {
	padding: 15px 0 0 0;
	text-align: center !important;
}
.product-list-text {
	padding: 5px 0 15px 0;
}
.quickview-product-detail .box-title {
    font-size: 24px;
}
.white-popup .mfp-close {
	right: 0px;
	top: 0px;
}
.quickview-popup {
    padding: 30px;
}
.leave-reply-form .input-1, .leave-reply-form .input-2, .leave-reply-form .input-3 {
    width: 100%;
}
.about-info {
	margin-top: 20px;
}
.event-box.box-1, .event-box.box-2 {
	margin-bottom: 30px;
}
.cart-table .row-1 .row-title:first-child {
	display: none;
}
.cart-table .row-img {
	display: none !important;
}
.tab-form-1 .new-cous, .tab-form-1 .checkout-form {
	width: 100%;
	float: none;
	padding: 0;
}
.col-padding {
	margin: 0;
}
.form-title {
	padding-bottom: 15px;
}
.tab-form-1 .checkout-form {
	margin-top: 20px;
}
.tab-form-2 .checkout-form > div.form-check label {
	margin: 0 20px 15px 0px;
}
.tab-form-3 .checkout-form > button {
	margin: 0;
}
.tab-form-2 .checkout-form .input-7, .tab-form-3 .checkout-form .input-7 {
    margin-bottom: 15px;
}
.same-hover {
    margin-bottom: 15px;
}
.offer-banners [class*="col-"]:last-child .same-hover,
.banner-section [class*="col-"]:last-child .same-hover {
    margin-bottom: 0;
}
.news-info {
    padding: 15px;
}
.breadcrumbs h1 {
    font-size: 24px;
}
.same-nav.owl-theme .owl-nav button i {
    width: 30px;
    height: 30px;
    font-size: 26px;
    line-height: 28px;
}
.same-nav.owl-theme .owl-nav button.owl-prev {
    right: 35px;
}
.news-info h5 {
    font-size: 16px;
}
.checkout-process .card-body {
    padding: 20px;
}
.new-cous {
    margin-bottom: 20px;
}
.send-btn {
    margin-left: 0;
	margin-top: 10px
}
.shop-options {
    padding-bottom: 30px;
}
.news-details .comments {
    font-size: 14px;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
    padding: 10px;
}
.cart-inner-box.box-1 {
    margin-bottom: 15px;
}
}
@media (max-width: 575px) {

body,p {
	font-size: 14px;
}
.slider-caption p {
	padding: 10px 0 12px;
}
.btn {
	padding: 8px 15px;
	font-size: 14px;
}
.next_post i {
    margin-left: 8px;
    font-size: 16px;
}
.prev_post i {
    margin-right: 8px;
    font-size: 16px;
}
.btn + .btn {
    margin-left: 5px;
}
.slider-area.area-1, .slider-area.area-2, .slider-area.area-3 {
    padding: 70px 0;
}
.popup-logo {
    width: 90%;
	margin: 0 auto;
}
.popup-logo img {
    max-width: 100%;
}
.main-popup {
    padding: 0;
}
.popular-products {
    padding-top: 20px;
}
.title h2 {
    margin-bottom: 30px;
}
.hover-icon li a {
    width: 35px;
    height: 35px;
    line-height: 36px;
    font-size: 16px;
}
.review-slider.owl-theme .owl-dots {
    margin-top: 20px !important;
}
.news-box.box-2 {
    margin-top: 30px;
}
.subscribe-form {
	text-align: center;
}
.subscribe-input input {
	height: 38px;
}
.newslatter {
    font-size: 16px!important;
    
}
.dropdown-submenu>.dropdown-menu {
    margin-top: 5px;
    
}
.headfaq
{
 display: none !important ;
}
.subscribe-inner > p {
	padding-bottom: 20px;
}
.subscribe-input {
    max-width: 100%;
}
.send-btn button {
    padding: 8px 15px;
}
.ftb-3, .ftb-4 {
    width: 50%;
}
.copyright {
	padding-bottom: 5px;
}
.header-logo {
	text-align: center;
	padding-bottom: 0px;
    position: relative;
    top: 0;
}
.search-form-2 {
	float: right;
	padding: 0;
}
.header-cart:hover .cart-box {
	left: 0;
}
.header-cart {
	float: left;
}
    .col{    flex-basis: auto;
    width: 50%;}
.hover-icon.box-like {
	display: inline-block;
	width: 100%;
}
    .header-mdl{
        padding-bottom: 0px;padding-top: 10px;
    }
    .slider {
    margin-top: 0px;
}
    .ad-col{display: none;}
.hover-icon.box-social {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.box-social-like .hover-icon.box-social li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.quantity-box {
	margin-bottom: 15px;
}
.quickview-product-detail .stock {
	padding: 15px 0 10px 0;
	margin-top: 14px;
}
.lr-popup h4 {
    padding-bottom: 22px;
}
.quantity-box p {
	padding: 8px 14px 6px 0px;
}
.quantity-box .input-group {
	margin: 4px 20px 10px 0;
}
.input-group .btn-default {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
}
.related-product {
    padding-bottom: 50px;
}
.related-product {
    padding-bottom: 20px;
}
.related-product .row:nth-child(2) > div {
    width: 50%;
}
.reviews-date {
	padding: 5px 0;
}
.costomer-reviews-box {
	padding: 20px 0;
}
.tab-title p {
	padding-bottom: 15px;
}
.table-responsive tr td:nth-child(1),
.table-responsive tr td:nth-child(2) {
	padding: 10px 10px;
}
.products-tabs .tab-content {
    padding: 18px 15px 25px;
}
.blog-inner-section .pagination {
    padding-top: 10px;
}
.pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.pagination li a i {
    line-height: 34px;
}
.same-nav.owl-theme .owl-nav button {
    top: 50%;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.same-nav.owl-theme .owl-nav button.owl-prev {
    right: auto;
    left: 0;
}
.shop-sidebar {
	display: inline-block;
	margin: 0;
	width: 100%;
}
.list_grid-btns button {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
}
.shop-options {
    padding-bottom: 30px;
    text-align: center;
}
.shop-list_grid {
	padding-top: 5px;
}
.latest-posts {
    padding-top: 30px;
}
.blog_with_sidebar_2-inner-section .news-box {
	display: inline-block;
	width: 100%;
}
.blog_with_sidebar_2-inner-section .news-img,
.blog_with_sidebar_2-inner-section .news-info {
	width: 100%;
}
.contact-details {
	padding-top: 30px;
}
.contact-form > div {
    padding: 0;
}
.contact-form {
    margin: 0;
}
.contact-form .input-1, .contact-form .input-2, .contact-form .input-3, .contact-form .input-4 {
    width: 100%;
    float: none;
    padding: 0;
}
.counter-inner {
    margin-bottom: 20px;
}
.counter-inner:last-child {
    margin-bottom: 0;
}
.counter-inner {
    width: 100%;
    display: inline-block;
}
.counters-section {
    padding: 40px 0;
}
.counter-inner .counter {
    font-size: 36px;
}
.counter-inner p {
    font-size: 16px;
}
.contact-locations li span {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}
.compare-box tr td {
    padding: 13px 10px;
}
.cart-table thead {
	display: none;
}
.cart-table tbody tr td {
	display: block;
}
.cart-table tbody tr td:before {
	content: attr(data-title) " :";
	font-weight: 400;
	color: #000;
	float: left;
	font-size: 14px;
}
.cart-table tbody tr td p, .cart-table tbody tr td a, .cart-table tbody tr td p, .cart-table tbody tr td .input-group {
	display: block;
	margin-left: auto;
	text-align: right;
}
.cart-table .product-quantity .input-group .quantity-number {
	border-width: 1px 0 1px 0;
	padding: 0;
	height: 30px;
	width: 50px;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
	border: 0 !important;
}
.cart-table tbody tr {
	border: 1px solid #cacaca;
}
.cart-table tfoot {
	border: 1px solid #cacaca;
}
.row-close.close-2 {
	display: none;
}
.ci-title p {
    padding: 10px 20px;
}
.cart-table .product-name p {
    text-align: right;
}
.order-review-table .table {
    width: 575px;
}
.col-padding {
    padding: 25px 25px;
	width: 100%;
}
.form-title p {
    font-size: 16px;
}
.checkout-inner-page {
    padding-bottom: 50px;
}
.cart-img {
    max-width: 74px;
}
.cart-box {
    left: 0;
	padding: 15px;
    width: 310px;
}
.place-oreder-btn a {
    padding: 15px 30px;
    font-size: 16px;
}
.place-oreder-btn {
    margin-top: 30px;
}
.quickview-product-detail .box-title,
.breadcrumbs h1 {
    font-size: 20px;
}
.about-points li span {
    font-size: 18px;
}
.about-points li {
    margin-top: 10px;
}
.scrollup {
    bottom: 15px;
    font-size: 26px;
    height: 40px;
    line-height: 38px;
    right: 15px;
    width: 40px;
}
.quantity_filter {
    margin: 0 0 0 auto;
}
.reviews-img img {
    border: 3px solid #e2dede;
    max-width: 60px;
}
.reviews-text {
    padding-left: 15px;
}
}
@media (max-width: 480px) {
.h1, h1 {
    font-size: 26px;
}
.h2, h2 {
    font-size: 24px;
}
.h3, h3 {
    font-size: 20px;
}
.title h4 {
	margin-bottom: 20px;
}
.header-cart {
	position:static;
}
.header-right {
    position: relative;
}
.header-cart:hover .cart-box {
    left: 0;
    right: 0;
}
.header-form.search-open {
    right: 0;
    max-width: 95%;
    left: 0;
    margin: 20px auto 0;
}
.quickview-cart-btn {
    float: none;
}
.cart-table .table-btn li a i {
    font-size: 16px;
}
.products-tabs .nav {
    display: block;
    text-align: center;
}
.shop-inner-section .list .common-cart-box .common-cart-info .hover-option .add-cart-btn {
    margin-right: 15px;
}
.showing-items {
    display: block;
}
.showing-items p {
    padding: 5px 0 0 0;
}
.header_list li {
    margin-right: 6px;
    padding-right: 6px;
}
.header_list li a {
    font-size: 14px;
}
.header_list li a i {
    padding-right: 5px;
    font-size: 14px;
}
.comments a:first-child {
    margin-right: 10px;
}
.popup-form {
    padding: 0 15px;
}
.client-text a {
    font-size: 16px;
}
}
@media (max-width: 380px) {
.header-cart .cart-box {
    width: 100%;
    max-width: 310px;
}
}