/*
 * 	Responsive CSS File
 *	v1.0
 */

/* clearfix */

 @media (min-width: 1770px) {
    .container {
        width: 1200px;
    }

    .product-listing .inner-listing .col-md-4 {
    	width: 20%;
    }
    .banner.inner-banner1 {
		min-height: 1px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1769px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }

    .content-col {
    	width: 80%;
    }

    .sidebar-col {
    	width: 20%;
    }

    .list-type .col-lg-6 {
    	width: 100%;
	}

    .header-right-link > ul > li {
    	padding: 0 8px;
    }

    .navbar-brand img {
    	height: 120px;
	}

    .banner-detail .banner-detail-inner .banner-title {
    	font-size: 58px;
    }

    .banner-top {
    	margin-bottom: 7px;
	}

    .feature-box {
    	text-align: center;
	}

	.feature-detail {
		padding-left: 0;
		padding-top: 0;
	}

    .product-slider .heading-part > h2 {
    	font-size: 30px;
    	letter-spacing: 1px;
	}

	.price-box .price {
		font-size: 16px !important;
	}

    .pro-detail-info {
    	margin-top: 0;
    	max-width: 140px;
    }

    .product-item.sold-out::after {
    	font-size: 12px;
    }

    .new-label, .sale-label {
    	padding: 8px;
    	font-size: 12px;
    }

    .footer_social ul li i.fa {
    	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    	height: 35px;
    	padding: 7px 10px;
   		width: 35px;
   		font-size: 20px;
    	color: #ff0735;
    	width: 28px;
	}

	.footer_social ul.social-icon li i.fa.fa-facebook:hover {
		color: #3b5998;
		background: none;
	}

	.footer_social ul.social-icon li i.fa.fa-twitter:hover {
   		color: #1dcaff;
		background: none;
	}

	.footer_social ul.social-icon li i.fa.fa-linkedin:hover {
    	color: #0077b5;
		background: none;
	}

	.footer_social ul.social-icon li i.fa.fa-rss:hover {
    	color: #ff6600;
		background: none;
	}

	.footer_social ul.social-icon li i.fa.fa-pinterest:hover {
    	color: #c8232c;
		background: none;
	}

	.footer_social {
    	margin-top: -7px;
	}

	.footer-middle-right {
    	padding-left: 40px;
    }

    .btn.big {
    	padding: 15px 20px;
	}

	.newsletter-inner .main_title {
		font-size: 20px;
		margin-top: -5px;
	}

	.newsletter-box {
		padding-right: 140px;
	}

	.newsletter-inner input {
		padding: 10px;
	}

	.footer .newsletter-inner form button {
		padding: 15px 18px;
	}

	.about-detail h2.heading {
    	font-size: 20px;
	}

	.sidebar-contant .pro-detail-info > a {
    	font-size: 14px;
	}

	.sidebar-item .pro-media {
		width: 100px;
	}

	.sidebar-title h3 {
		font-size: 22px;
	}

	.product-page .product-item .detail-inner-left ul li {
   		padding: 0 2px;
	}

	.product-page .detail-inner-left.right-side ul li a {
		padding: 0 15px;
	}

	.product-page .product-detail-inner {
   		padding: 10px 0 0;
	}
}

@media (max-width: 1280px) {

	.container {
		max-width: 100%;
	}

	.f-logo img {
	    height: 50px;
	}

	.footer_social ul li i.fa {
		height: 35px;
		width: 35px;
		padding: 0 7px;
	}

}

 @media (min-width: 1200px) {

	.menu-container {
	    margin: 0 auto;
	    width: 1170px;
	}

}
 @media (max-width: 1199px) {
	.container {
		padding: 0 15px;
	}
	/* Header */

	.header-fixed .nav > li:first-child a {
	    padding-left: 0;
	}

	.navbar-nav > li > a {
		padding: 35px 5px;
        font-size: 10px;
	}

	.header-fixed .navbar-nav > li > a {
		padding: 35px 5px;
	}

	.header-right-link > ul > li {
		padding: 0 10px;
	}

	/* Column */

	.feature-detail {
		padding-left: 0;
		padding-top: 0;
	}

	.homepage .banner {
		min-height: 100%;
	}
	.banner-detail .banner-detail-inner .banner-title {
		font-size: 40px;
	}
	.banner-detail .banner-detail-inner span.offer {
		font-size: 25px;
		margin-top: 10px;
	}
	.banner-detail .banner-detail-inner span.slogan {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.price-box .price {
		font-size: 16px !important;
	}

	.heading-part > h2 {
	    font-size: 25px;
	    letter-spacing: 1px;
	}

	.pro-detail-info {
		margin-top: 0px;
	}

	.product-detail-inner {
		padding: 10px 0 0;
	}

	.product-item.sold-out::after {
		font-size: 12px;
	}

	.new-label, .sale-label {
		padding: 8px;
		font-size: 12px;
	}
	.sidebar-contant .pro-detail-info > a {
	    font-size: 14px;
	}

	.product-listing .product-item, .blog-listing .blog-item {
		margin-bottom: 0;
	}

	.list-types {
		padding: 0 2px;
	}

	.shorting .view {
		margin-right: 10px;
	}

	.bottom-detail ul li a {
	    font-size: 0;
	}

	.short-by > span, .show-item > span {
		font-size: 15px;
	}


	.client-img.left-side {
		float: none;
		margin: 0;
	}

	.newsletter-box {
		padding-right: 140px;
	}

	.footer .newsletter-inner form button {
		padding: 15px 18px;
	}

	.footer, .footer a, .footer p {
	    font-size: 16px;
	}

	.quote {
		border: none;
	}

	.homepage .blog-detail {
	    margin-top: 30px;
	    margin-bottom: 0;
	}

	.blog-detail {
	    margin-bottom: 30px;
	}

	.about-detail h2.heading {
	    font-size: 20px;
	}

	.product-page .product-item .detail-inner-left ul li {
		padding: 0 2px;
	}

	.product-page .product-detail-inner {
		padding: 10px 0 0;
	}

}

 @media (min-width: 992px) {

	.mobile-sub-menu {
		display: inline !important;
	}
    .megamenu#menuForProducts {
        right: 2%;
    }
    .megamenu#menuForProducts .sub-menu-level1 li.level2 {
        min-width: 100px;
    }
    .megamenu#menuForProducts .level2 > a {
        margin-right: 17.5px;
    }

}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* Content */

	.banner-top {
	    margin-bottom: 5px;
	}

	.footer_social {
	    margin-top: 0;
	    text-align: center;
	}

	.newsletter {
		padding: 15px;
	}

	.newsletter-inner .main_title {
		font-size: 22px;
		margin-top: -5px;
	}


	.newsletter-inner input {
	    padding: 10px;
	}

	.footer .newsletter-inner form button {
	    padding: 15px 18px;
	}

	.newsletter-inner .btn.big {
	    padding: 15px 20px;
	}

	.footer-static-block ul li {
	    padding: 3px 0;
	}

	.footer-static-block .title {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.team-item:hover .team-item-detail {
	    bottom: 10px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* Content */
	.special-products-block .pro-detail-main .bottom-detail {
		bottom: -90px;
	}

}

@media (min-width: 992px) {
	.footer .footer-static-block {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.center-sm {
		text-align: center;
	}
	.float-none-sm {
		float: none !important;
	}
	.float-left-sm {
		float: left !important;
	}
	.float-right-sm {
		float: right !important;
	}
	.ptb-sm-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.pt-sm-0 {
		padding-top: 0px;
	}
	.pb-sm-0 {
		padding-bottom: 0px;
	}
	.ptb-sm-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pt-sm-15 {
		padding-top: 15px;
	}
	.pb-sm-15 {
		padding-bottom: 15px;
	}
	.ptb-sm-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-sm-30 {
		padding-top: 30px;
	}
	.pb-sm-30 {
		padding-bottom: 30px;
	}
	.ptb-sm-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pb-sm-60 {
		padding-bottom: 60px;
	}
	.pt-sm-60 {
		padding-top: 60px;
	}
	.ptb-95 {
	    padding-top: 65px;
	    padding-bottom: 65px;
	}
	.pt-95 {
	    padding-top: 65px;
	}

	.pb-95 {
	    padding-bottom: 65px;
	}
	.mt-60 {
		margin-top: 45px;
	}
	.mb-60 {
		margin-bottom: 45px;
	}
	.mtb-sm-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-sm-30 {
		margin-top: 30px;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.mtb-sm-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mt-sm-15 {
		margin-top: 15px;
	}
	.mb-sm-15 {
		margin-bottom: 15px;
	}

	.border-right {
		border-right: none;
	}

	/* Header */

	.navbar-collapse {
	    background: #fff;
	    border-bottom: 0 none;
	    bottom: 0;
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	    display: inline-block !important;
	    height: 100% !important;
	    left: -250px;
	    margin: 0 !important;
	    position: fixed !important;
	    top: 0 !important;
	    width: 250px;
	    z-index: 2;
	    transition: all 0.4s ease 0s;
	    -moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		overflow-y: scroll;
	}

	.navbar-collapse.menu-open {
		left: 0;
	}

	.navbar-collapse {
	    padding: 15px 15px 0 0;
	}

	.navbar-collapse > ul {
		margin: 0;
	}

	.navbar-nav > li.dropdown > a:after {
	    display: none;
	}

	header#header {
		padding: 0;
	}

	header#header.header-fixed {
		position: relative;
	}

	#header .nav > li:first-child a {
		padding-left: 0;
	}

	.search-box input.input-text {
		width: 220px !important;
		opacity: 1;
	}
	body.dark-header {
		padding-top: 0;
	}
	header#header, .homepage header#header {
		position: relative;
		background: #01066e;
	}

	.header-fixed .navbar-nav > li > a {
	    padding: 5px 18px;
	}
	.navbar-nav > li > a {
		padding: 5px 18px;
		color: #333;
	}

	.nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    color: #333;
	}

	.megamenu .level2 > a {
		color: #ff0735;
	}

	.megamenu .sub-menu-level2 li.level3 > a {
	    color: #333;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-nav > li {
	    display: inline-block;
	    float: none;
	    width: 100%;
	}

	#header .nav > li:first-child a {
	    padding-left: 15px;
	}

	#header .nav > li:first-child ul li.level2 a {
	    padding-left: 0;
	}

	.nav > li .menu-label {
		display: none;
	}

	.search-container input[type="text"] {
	    font-size: 30px;
	    padding: 0;
	}

	/* Menu */

	#menu .level {
		position: relative;
		border-bottom: 1px solid #eee;
	}
	
	#menu .mobile-sub-menu {
		display: none !important;
		background: #fff;
		padding: 15px 20px;
		border-top: 1px solid #eee;
		margin-top: 5px;
		width: 100%;
	}
	
	/* Handles both JavaScript and inline styles */
    #menu .mobile-sub-menu.show,
    #menu .mobile-sub-menu[style*="block"] {
        display: block !important;
    }

	/* Mobile dropdown opener styles */
	#menu span.opener {
		height: 20px;
		width: 20px;
		display: inline-block !important;
		position: absolute;
		right: 15px;
		top: 15px;
		cursor: pointer;
		z-index: 10;
		color: #666;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 16px;
		text-align: center;
		line-height: 20px;
	}
	
	#menu span.plus:before {
		content: "\f078"; /* fa-chevron-down */
	}
	
	#menu span.minus:before {
		content: "\f077"; /* fa-chevron-up */
	}
	
	#menu span.opener:hover {
		color: #043e6b;
	}

	/* Ensure dropdown menus have proper styling */
	.megamenu .level2 > a {
		position: relative;
		margin-bottom: 10px;
		margin-right: 0;
		padding: 10px 0;
		display: block;
		font-weight: 600;
		color: #043e6b !important;
		border-bottom: 1px solid #eee;
	}
	
	.megamenu .level2 > a:before {
		content: "\f105"; /* fa-chevron-right */
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		left: -15px;
		color: #043e6b;
	}
	
	.nav > li:hover {
		overflow: hidden;
	}
	
	.megamenu {
		background-color: #f9f9f9;
		border: 1px solid #eee;
		border-radius: 5px;
		position: relative;
		left: auto;
		top: auto;
		right: unset;
		opacity: 1;
		padding: 15px 25px;
		transition: none 0s ease 0s;
		-moz-transition: none 0s ease 0s;
		-webkit-transition: none 0s ease 0s;
		-o-transition: none 0s ease 0s;
		margin: 10px 0;
	}
	
	.megamenu .container {
		width: 100%;
	}
	
	.megamenu .sub-menu-level1 li.level2 {
		float: none;
		margin-bottom: 15px;
	    min-width: unset;
    	display: block;
	}

	.megamenu {
		box-shadow: none;
	}

	.megamenu-inner-top .left-p {
	    padding-right: 0;
	}
	
	.megamenu .sub-menu-level2 {
		list-style: none;
		padding: 0;
		margin-left: 20px;
	}
	
	.megamenu .sub-menu-level2 li.level3 {
		margin-bottom: 8px;
	}
	
	.megamenu .sub-menu-level2 li.level3 > a {
		color: #333 !important;
		font-size: 14px;
		font-weight: normal;
		padding: 5px 0;
		display: block;
		border: none;
		margin: 0;
		transition: color 0.3s ease;
	}
	
	.megamenu .sub-menu-level2 li.level3 > a:hover {
		color: #043e6b !important;
		padding-left: 5px;
	}

	/* content */

	.banner {
		margin: 0;
	}

	.main-banner .owl-pagination .owl-page > span {
	    height: 4px;
	    width: 20px;
	}

	.banner-detail .banner-detail-inner .banner-title{
	    font-size: 30px;
	}

	.banner-detail .banner-detail-inner span.slogan {
	    font-size: 20px;
	    margin-bottom: 0;
	}

	.banner-detail .banner-detail-inner span.offer {
	    font-size: 20px;
	    margin-top: 0;
	}

	.inner-banner {
		padding: 60px 0;
	}

	.btn.big {
	    padding: 20px;
	}

	.banner-detail a.btn {
	    font-size: 20px;
	    margin-top: 35px;
	}

	.banner-2 .banner-detail a.btn, .banner-3 .banner-detail a.btn {
	    margin-top: 5px;
	    padding: 15px;
	}

	.banner-top {
	    margin-bottom: 0;
	}

	.product-slider .heading-part span {
	    right: -80px;
	    width: 70px;
	}

	.product-slider .heading-part > h2 {
		font-size: 20px;
	}

	.share-link {
	    margin-bottom: 30px;
	    margin-top: 10px;
	}

	.perellex-title {
		font-size: 45px;
		line-height: 60px;
	}

	.cat-box-inner .cart-link button {
		opacity: 1;
	}

	.quote1-img > img, .quote2-img > img{
	    height: 45px;
	}

	.quote {
		padding: 0;
	}

	.newsletter {
		background-size: cover;
	}

	.newsletter-title {
		display: inline-block;
		margin-bottom: 15px;
	}
	.newsletter-inner p {
		margin-bottom: 15px;
	}
	.newsletter-inner span {
		margin-bottom: 20px;
	}

	.newsletter-box {
	    padding-right: 150px;
	}

	.newsletter-inner input {
		width: 100%
	}

	.footer .newsletter-inner form button {
		padding: 20px 22px;
	}

	.client-main .owl-controls .owl-pagination {
	    display: inline-block !important;
	}

	.header-inner button i.fa {
		font-size: 24px;
	}
	.header-inner {
		width: 100%;
		position: relative;
		display: inline-block;
	}
	.navbar-header {
		width: 100%;
	}
	.header-right-link {
		position: absolute;
		right: 55px;
		top: 0;
	}
	.navbar-toggle {
		color: #333333;
		margin-top: 28px;
		margin-right: 0;
		background-color: #f0f0f0;
	}
	.navbar-toggle:hover {
		color: #ff0735;
	}
	.error-block-bg {
		background: none;
	}
	.owl-carousel {
		overflow: hidden;
		padding-top: 7px;
	}
	.banner .owl-carousel {
		overflow: hidden;
		padding-top: 0px;
	}
	.product-item .product-detail-inner {
		bottom: 0;
		padding: 10px 2px 0;
	}

	.service-box {
	    border-bottom: 1px solid #e1e1e1;
	}

	.feature-detail {
		padding-left: 20px;
		padding-top: 20px;
	}

	.product-slider .owl-prev, .product-slider .owl-next {
		height: 50px;
		width: 35px;
		padding: 0 10px;
		opacity: 1;
	}
	.product-slider .owl-prev::after, .product-slider .owl-next::after {
		font-size: 23px;
		line-height: 47px;
	}
	.product-slider .owl-prev {
		left: 0px;
	}
	.product-slider .owl-next {
		right: 0px;
	}

	.pagination-bar {
		margin-bottom: 20px;
	}
	.client-main .owl-buttons {
		display: none;
	}
	.show-item {
		width: 100%;
		margin-top: 20px;
	}
	.about-title {
		font-size: 25px;
		line-height: 45px;
	}
	.checkout-step ul li .step .line {
		display: none;
	}

	.footer-middle .f-logo {
	    margin-bottom: 40px;
	}

	.footer-middle-right {
	    padding-left: 15px;
	}

	.footer-static-block {
		position: relative;
		margin-bottom: 10px;
		border-bottom: 1px solid #e1e1e1;
	}
	.footer-static-block .title {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.footer-static-block .footer-block-contant {
		display: none;
		margin-bottom: 20px;
	}
	.footer .f-col:last-child .footer-static-block {
		border-bottom: none;
	}
	
	/* Footer opener icons using Font Awesome */
	.footer-static-block span.opener {
		height: 20px;
		width: 20px;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		color: #666;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 16px;
		text-align: center;
		line-height: 20px;
	}

	.footer-static-block span.plus:before {
		content: "\f078"; /* fa-chevron-down */
	}
	
	.footer-static-block span.minus:before {
		content: "\f077"; /* fa-chevron-up */
	}

	.footer-middle {
		margin: 0;
	}

	.footer-middle-left .footer-static-block span.opener {
	    top: 0;
	}

	.footer-middle-left {
	    border:none;
	}

	.icon-newsletter {
	    padding-top: 40px;
	}

	.footer .title > span {
		margin-left: 0;
		top: 30px;
	}

	.payment ul li {
		padding: 0 5px;
	}
	/* Footer */

	.bread-bg {
	    padding: 10px 0;
	}

	/*About page*/

	.team-item {
		margin-bottom: 30px;
	}

	.partner-detail-main {
		margin-top: 50px;
	}

	.partner-detail-main p {
		margin-bottom: 30px;
	}

	.partner-block ul li {
		padding:0;
	}

	/* Blog Page */
	.blog-main .blog-contant {
	    margin-top: 0;
	    padding: 0 25px 0 0;
	}
	.blog-main .blog-detail {
	    position: relative;
	    bottom: auto;
	}

	.blog-main .blog-detail .post-info {
	    position: relative;
	    bottom: auto;
	    margin: 10px 0;
	}

	.blog-item {
	    margin: 0 auto 0;
	}

	.blog-main .blog-contant {
	    padding: 15px 0;
	    margin-left: 0;
	}

	.blog-tag {
	    display: inline-block;
	}

	.blog-main .blog-detail .blog-detail-inner {
	    background-color: transparent;
	    color: #7c7c7c;
	}

	/* Shop-list page */
	.shop-list-view .product-item {
		float: left;
		width: 235px;
		margin-right: 0;
		padding-left: 0;
	}
	.shop-list-view .product-item-details {
		position: relative;
		text-align: left;
		padding: 0;
	}

	/* News-letter PopUp */
	#newslater-popup .newsletter-inner {
		padding: 30px;
	}

}
@media (max-width: 767px) {
	.center-xs {
		text-align: center;
	}
	.float-none-xs {
		float: none !important;
	}
	.float-left-xs {
		float: left !important;
	}
	.float-right-xs {
		float: right !important;
	}
	.ptb-95 {
	    padding-top: 35px;
	    padding-bottom: 35px;
	}

	.pt-95 {
	    padding-top: 35px;
	}

	.pb-95 {
	    padding-bottom: 35px;
	}

	.mtb-40 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-40 {
		margin-top: 30px;
	}
	.mb-40 {
		margin-bottom: 30px;
	}
	.ptb-xs-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.pt-xs-0 {
		padding-top: 0px;
	}
	.pb-xs-0 {
		padding-bottom: 0px;
	}
	.ptb-xs-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-xs-30 {
		padding-top: 30px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.ptb-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.mtb-xs-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}

	/* Header */

	.nav > li:first-child a {
		padding-left: 20px;
	}

	.navbar-header .navbar-brand  {
		padding: 0;
    	margin-top: 0px !important;
	}

	.navbar-toggle {
		margin-top: 25px;
	}

	/* Mobile menu improvements for small screens */
	#menu span.opener {
		height: 30px;
		width: 30px;
		font-size: 18px;
		line-height: 30px;
		right: 10px;
		top: 10px;
	}

	/* Content */
	.inner-banner .banner-detail h1 {
		font-size: 30px;
	}

	h2.main_title {
		font-size: 20px;
	}
	.banner-detail .banner-detail-inner .banner-title {
		font-size: 25px;
		line-height: 25px;
	}
	.banner-detail .banner-detail-inner span.offer {
		font-size: 14px;
		margin-top: 0;
		letter-spacing: 1px;
	}
	.main-banner .owl-controls .owl-buttons {
		display: none;
	}

	.header-right-link > ul > li {
	    padding: 0;
	}

	.header-right-link > ul > li:last-child {
	    padding-right: 9px;
	}

	.product-page .product-detail-inner {
		padding: 10px 5px 0;
	}

	.perellex-banner a.btn {
		margin-top: 30px;
	}

	.perellex-banner span.line-bottom {
		margin: 5px 0 20px;
	}

	.pro-detail-info {
		margin-top: 0;
	}

	.client-main .item p {
		font-size: 20px;
		line-height: 30px;
	}

	.inner-banner1 {
		padding: 30px 0;
	}

	.shop-list-view .bottom-detail ul li:first-child {
		padding: 0;
	}
	.shop-list-view .bottom-detail ul li:last-child {
		padding-right: 0;
	}
	.shop-list-view .bottom-detail ul li > a {
		font-size: 0;
	}
	.shop-list-view .bottom-detail ul li > a span {
		margin-right: 0;
	}
	.checkout-step ul {
		display: inline-block;
	}
	.checkout-step ul li {
		float: none;
		margin-bottom: 15px;
	}
	.account-content {
		padding: 0;
	}
	.table-responsive {
		display: inline-block;
	}
	.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
		border-width: 0px;
	}
	.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
		right: 15px;
	}
	.error-block-detail .main-error-text {
		font-size: 220px;
		line-height: 180px;
	}
	.contact-info .p-0 {
		border-right: none;
		margin-bottom: 30px;
	}
	.contact-box span {
		margin-bottom: 10px;
	}

	.blog-item {
		max-width: 380px;
		margin: 0 auto 30px;
	}

	.footer .newsletter-inner form button {
	    padding: 15px 18px;
	}

	.newsletter-box {
	    padding-right: 140px;
	}

	.newsletter-inner .btn.big {
	    padding: 15px 20px;
	}
	.newsletter-inner input {
	    padding: 10px;
	}

	.footer-middle-left .footer-static-block span.opener {
	    top: 0;
	}
	.footer-top {
		padding: 32px 20px;
	}
	.footer-top .f-logo {
		margin-left: 20px;
	}
	.footer-top p {
		margin-left: 212px;
	}
	.copy-right {
		padding: 10px 0;
	}
	/* Sidebar */
	.sidebar-box.gray-box {
		padding-bottom: 0;
	}
	.sidebar-box.gray-box .sidebar-contant {
		padding-top: 25px;
	}
	.sidebar-box {
		margin-bottom: 15px !important;
	}
	.sidebar-block .sidebar-box {
		position: relative;
	}
	.sidebar-box .sidebar-contant {
		display: none;
	}
	
	/* Sidebar opener icons using Font Awesome */
	.sidebar-box span.opener {
		height: 20px;
		width: 20px;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		color: #666;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 16px;
		text-align: center;
		line-height: 20px;
	}
	
	.sidebar-box span.plus:before {
		content: "\f078"; /* fa-chevron-down */
	}
	
	.sidebar-box span.minus:before {
		content: "\f077"; /* fa-chevron-up */
	}
	
	/* News-letter PopUp */
	#newslater-popup .newsletter-inner {
		padding: 30px 0;
	}
	#newslater-popup .newsletter-inner .main_title {
		font-size: 35px;
	}
	.nl-popup-inner {
		margin: 10px;
	}
	#newslater-popup button.mfp-close {
		top: 10px;
		right: 10px;
	}
}
@media (max-width: 600px) {
	/* Header */
	.header-right-link {
		right: 45px;
	}

	.search-box button.search-btn {
		right: 10px;
		top: -2px;
	}

	.banner-detail {
		top: calc(100% - 65%);
	}

	.banner-detail .banner-detail-inner .banner-title {
		font-size: 20px;
	}

	.banner-detail .banner-detail-inner span.slogan {
		font-size: 16px;
	}

	.banner-2 .banner-detail a.btn, .banner-3 .banner-detail a.btn {
		margin-top: 0px;
		padding: 10px;
		font-size: 14px;
	}

	.sub-banner.sub-banner4 .sub-banner-detail {
	    top: 60%;
	}

	.feature-detail {
		padding-left: 10px;
	}

	.inner-banner .banner-detail h1 {
		font-size: 25px;
	}
	.header_search_toggle.desktop-view {
		display: none !important;
	}
	.header_search_toggle.mobile-view {
		display: block;
		margin-bottom: 20px;
	}
	.mobile-view .search-box input.input-text {
		position: relative;
		right: auto;
		width: 100% !important;
		opacity: 1;
	}
	.mobile-view .search-box button.search-btn {
		position: absolute;
	}
	.product-listing .shop-list-view .product-item {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.product-item-details {
	    margin-top: 0;
	}

	.product-detail-inner {
		padding: 7px 0 0;
	}

	.detail-inner-left {
	    margin-bottom: -9px;
	}

	.product-item .detail-inner-left.right-side ul li::before {
	    background: #a7a7a7;
	    content: "";
	    height: 25px;
	    left: 0;
	    position: absolute;
	    width: 1px;
	}

	.product-item .detail-inner-left.right-side ul li {
	    width: 50%;
	}

	.product-item .detail-inner-left.left-side ul li {
	    width: 100%;
	}

	.detail-inner-left.left-side {
	    display: inline-block;
	    width: 33.33%;
	}

	.detail-inner-left.right-side {
	    width: 66.67%;
	}

	.detail-inner-left.right-side ul li a {
		border: none;
	}

	.product-item .detail-inner-left ul li:last-child {
		padding-right: 3px ;
	}

	.product-item.sold-out::after {
	    font-size: 10px;
	    padding: 5px;
	}

	.product-page .product-listing .row {
	    margin-left: -5px;
	    margin-right: -5px;
	}

	.product-detail-inner {
	    background: transparent;
	    margin-top: 10px;
	    position: relative;
	}

	.detail-inner-left.right-side ul li a {
		padding: 0 10px;
	}

	.price-box {
		display: block;
		text-align: center;
	}

	.list-type .price-box, .sidebar-box.sidebar-item .price-box {
	    text-align: left;
	}

	.product-item-details .bottom-detail {
		padding-top: 0px;
	}

	.product-item.sold-out::after {
		top: 40%;
	}

	.rating-summary-block.right-side {
	    float: none;
	    text-align: center;
	}

	.cat-block .price-box {
	    text-align: left;
	}
	/* Product Page Start */
	.product-page .col-md-12 .col-xs-5, .product-page .col-md-12 .col-xs-7 {
		width: 100%;
	}
	.product-page .price-box {
		text-align: left;
	}
	.product-page .product-item-details .bottom-detail {
		padding-top: 10px;
	}
	.product-page .share-link {
		margin-top: 20px;
		margin-bottom: 0;
	}
	/* Product Page End */

	.newsletter-inner {
		padding: 35px 10px;
	}
	.newsletter-icon {
		margin-right: 10px;
	}
	.error-block-detail .main-error-text {
		font-size: 150px;
		line-height: 120px;
		margin-bottom: 40px;
	}

	.main_title span::before {
		width: 60px;
	}

	.main_title span::after {
		width: 60px;
	}

	.main_title span {
		padding: 0 70px;
	}

	.client-main .owl-carousel .owl-wrapper-outer {
		padding-top: 35px;
	}

	.contact-info .col-xs-4 {
		width: 100%;
	}

	.paypal-box {
		display: none;
	}
	.payment-top-box {
		margin-bottom: 0;
	}
	.footer-top .f-logo {
		float: none;
		text-align: center;
	}
	.footer-top p {
		margin-left: 0px;
		margin-top: 20px;
	}
}
 @media only screen and (min-width: 420px) and (max-width: 767px) {

}
 @media (max-width: 500px) {

	body {
		font-size: 14px;
	}

	.banner-detail .banner-detail-inner span.offer {
		font-weight: 400;
	}

	.product-detail-tab .nav-tabs > li {
		float: none;
	}

	.product-detail-main .bottom-detail ul li > a {
	    font-size: 0;
	}
	.product-detail-main .bottom-detail ul li > a span {
		margin-right: 0;
		margin-bottom: -12px;
	}

	.share-link {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.category-bar ul li a {
		font-size: 18px;
		padding: 10px;
	}

	.feature-detail {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}

	.product-item-name {
		margin-bottom: 0;
	}

	.perellex-title {
	    font-size: 40px;
	    line-height: 50px;
	}

	.perellex-offer {
		font-size: 30px;
	}
	.quote1-img > img, .quote2-img > img{
	    height: 35px;
	}
	.footer .bottom .col-sm-6 {
		width: 100%;
	}
	.footer .payment.left-side, .footer .footer_social.right-side {
		float: none;
	}
	.footer .footer_social.right-side {
		margin-top: 10px;
	}

}
 @media (max-width: 419px) {

	#newslater-popup .newsletter-inner {
	    padding: 10px 0;
	}

	#newslater-popup .newsletter-inner .main_title {
		font-size: 35px;
	}
	#newslater-popup .newsletter-inner input {
	    margin-bottom: 20px;
	}
	#newslater-popup .newsletter-inner > form {
	    margin-bottom: 20px;
	}

	.navbar-header .navbar-brand {
		padding: 25px 0;
	}

	.header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
		padding: 23px 0 21px;
	}
	.header-fixed .header-right-link > ul > li > a, .header-fixed .header-right-link > ul > li > .header_search_toggle.desktop-view {
		padding: 19px 0 20px;
	}

	.navbar-toggle {
		margin-top: 33px;
	}

	/* Header */
	.navbar-brand > img {
		height: 60px;
	}
	.header-fixed .navbar-brand img {
		height: 25px;
	}
	.header-right-link > ul > li:hover {
		position: static;
	}
	.header-link-dropdown {
		right: 40%;
		transform: translateX(28%);
		-ms-transform: translateX(28%);
		-webkit-transform: translateX(28%);
		-o-transform: translateX(28%);
	}

	.main-banner .owl-controls .owl-pagination {
		bottom: 10px;
	}

	.banner-detail {
		top: calc(100% - 70%);
	}

	.banner-detail .banner-detail-inner .banner-title {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 5px;
	}
	.banner-detail .banner-detail-inner span.offer {
		display: none;
	}
	.banner-detail .banner-detail-inner span.slogan {
		font-size: 12px;
	}
	.banner-2 .banner-detail a.btn, .banner-3 .banner-detail a.btn {
		margin-top: 5px;
		padding: 8px;
		font-size: 12px;
	}
	.sub-banner-block .col-xs-6 {
		width: 100%;
	}
	.sub-banner {
		max-width: 100%;
	}
	.sub-banner .sub-banner-detail .sub-banner-title {
	    font-size: 18px;
	    line-height: 22px;
	}
	.sub-banner.sub-banner2 .sub-banner-detail {
	    left: 75px;
	}
	.sub-banner.sub-banner3 .sub-banner-detail {
	    left: 10px;
	    bottom: 10px;
	}
	.sub-banner.sub-banner4 .sub-banner-detail {
	    top: 55%;
	}
	.category-bar ul li a {
		font-size: 14px;
		padding: 5px;
	}

	.main_title span::before {
		width: 0px;
	}

	.main_title span::after {
		width:0px;
	}

	.main_title span {
		padding: 0 ;
	}

	.product-detail-inner {
		margin-top: 0;
	}

	.product-listing .items .col-xs-6 {
		width: 100%;
	}
	.product-page .social-link ul.social-icon li i.fa {
		font-size: 18px;
		height: 30px;
		width: 30px;
		padding: 10px 5px;
	}

	.newsletter-inner {
		padding: 30px 0px;
	}
	.newsletter-icon {
		display: none;
	}
	.newsletter-inner .main_title {
		font-size: 25px;
	}
	.error-block-detail .main-error-text {
		font-size: 120px;
	}
	.error-small-text {
		font-size: 30px;
	}
	.error-slogan {
		font-size: 22px;
	}
	.short-by > span, .show-item > span {
		display: none;
	}
	.short-by, .select-item, .compare {
		display: inline-block;
	}
	.tab_content {
		padding: 10px;
	}

	.share-link label {
		letter-spacing: 0;
	    margin-right: 0;
	}

	.f-logo img {
	    height: 40px;
	}

	.footer-bottom .site-link li a {
	    padding: 0 6px;
	}

	.team-item:hover .team-item-detail {
	    bottom: 2px;
	}

}

/* Touch device support for mobile menu */
@media (hover: none) and (pointer: coarse) {
    #menu span.opener {
        min-height: 44px;
        min-width: 44px;
        padding: 0px;
        font-size: 18px;
    }
    
    #menu .level > a {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 12px 60px 12px 20px;
    }
}