@media screen and (max-width: 480px){
	.minicart-wrapper .minicart-items-wrapper {
	    max-height: 150px;
	}
	.main-menu-wrapper .shipping-wrapper {
	    padding: 7px 10px;
	}
	.main-menu-wrapper .shipping-wrapper p {
	    font: 300 10px/15px Poppins !important;
	    letter-spacing: 0.2px !important;
	}
}

@media screen and (max-width: 767px), print{
	body{
		font-smooth: always;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.page-header {
	    /*height: 125px;*/
	}
	.topbar-wrapper{}
	.topbar-wrapper-main{
	    width: 100%;
		height: auto;
	    padding: 5px 0;
	    display: inline-flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	/*.topbar-wrapper-main .user-links .currency-wrapper .currTitle, 
	.topbar-wrapper-main .user-links .language-wrapper .langTitle{
		display: none;
	}*/
	.logo-wrapper-container {
	    height: auto;
	}
	.logo-wrapper-main {
    	height: 100%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 5px 0;
    }
	.logo-wrapper-main .logo-wrapper {
        width: 65%;
	    height: auto;
	    display: inline-flex;
	    align-items: center;
	    margin: 0;
	    top: 0;
	    padding: 0;
	    position: relative;
    	z-index: 16;
	}
	.logo-wrapper-main .logo-wrapper h1{
		text-align: left;
    	width: 100%;
	}
	.logo-wrapper-container .logo-wrapper h1 > a img{
		width: auto;
    	height: 65px;
	}
	.logo-wrapper-container .user-links {
	    width: calc(35% - 30px);
	    justify-content: space-evenly;
	    height: 45px;
	    position: relative;
	    z-index: 20;
	    right: 30px;
	    margin: 0;
	}
	.user-links .search-wrapper,
	.user-links .currency-wrapper,
	.user-links .wishlist-wrapper, 
	.user-links .account-wrapper {
	    width: auto;
	    background: transparent;
	    border-radius: 0px;
	    margin: 0 5px 0 0;
	}
	.user-links .search-wrapper .search-find{
		display: none !important;
	} 
	.user-links .search-wrapper .search-box{
		display: inline-block !important;
		width: 22px;
		text-align: center;
	}
	.user-links .search-wrapper .search-box .action .fa-search{
		font-size: 19px;
    	color: #6e6e6e;
	}
	.user-links .wishlist-wrapper .icon-setting img{
    	height: 22px;
   	} 
	.user-links .wishlist-wrapper img, 
	.user-links .account-wrapper img {
	    width: auto;
	    height: 22px;
	}
	.user-links .cart-wrapper .icon-setting .fa-shopping-cart {
	    font: 700 22px/24px 'Font Awesome 5 Free';
	}
	.user-links .cart-wrapper .icon-setting .carticon img {
	    width: auto;
	    height: 20px;
	}
	.user-links .cart-wrapper .icon-setting .cartprice{
		display: block;
	}
	.user-links .cart-wrapper .icon-setting {
	    position: relative;
	}
	.user-links .cart-wrapper .icon-setting .cartprice h6{
		visibility: hidden;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 20px;
	    height: 20px;
	    text-align: right;
	}
	.user-links .cart-wrapper .icon-setting .cartprice p{
		display: none;
	}
	.minicart-wrapper .action.showcart .count {
	    font: 600 14px/17px Barlow;
	    color: #ffffff;
	    background: #1e1e1e;
	    opacity: 1;
	    width: 20px;
	    height: 20px;
	    border: 0;
	    border-radius: 20px;
	    display: inline-block;
	    padding: 1px;
	    margin: 0;
	    text-align: center;
	    position: relative;
	    top: -10px;
	    left: -45px;
	    z-index: 90;
	    visibility: visible;
	}
	.minicart-wrapper .block-minicart {
	    width: 340px;
	    right: -46px;
	    position: absolute;
	    top: 46px;
	}
	.minicart-wrapper .block-minicart:before {
	    right: 19%;
	}
	.minicart-wrapper .block-minicart:after {
	    right: 18.7%;
	}
	.minicart-wrapper .minicart-items-wrapper {
	    max-height: 250px;
	}
	.block-minicart .block-content>.actions>.primary{
		margin: 0 10px 10px;
	}
	.minicart-wrapper .block-minicart .block-content > .actions .action.primary{
		font: 500 14px/40px Poppins;
	}
	.user-links .cart-wrapper .icon-setting .cartcontent{
		display: none;
	}
	.minicart-wrapper {
	    display: inline-block;
	    position: relative;
	    float: none;
	    margin: 0 0 0 0;
	}

	.main-menu-wrapper {
        display: inline-block;
	    width: 100%;
	    height: 45px;
	    position: absolute;
	    z-index: 15;
	    right: 0;
	}
	.main-menu-wrapper .container{
		padding-left: 0;
	}
	.main-menu-wrapper .navbar{
		float: right;
	    padding: 0px;
	    width: 100%;
	    display: inline-block;
	    position: static;
	}
	.topbar-menu-wrapper ul {
	    float: none;
	}
	.main-menu-wrapper .navbar.navbar-expand-lg {
	    padding: 0px;
	    margin: 0px 0 0 10px;
	    width: 100%;
	    /* justify-content: flex-end;
	    align-items: baseline; */
	    display: inline-block;
	    position: absolute;
    	right: 0;
	}
	.main-menu-wrapper .navbar-toggle{
		color: #505050;
	    display: block;
	    margin: 0 auto;
	    position: relative;
	    right: 0;
	    border: 0;
	    box-shadow: none;
	    font-size: 20px;
	    line-height: 45px;
	    padding: 0px;
	    width: auto;
	}
	.main-menu-wrapper .navbar-toggle span{
		display: none;
	}
	.main-menu-wrapper .navbar-toggle:focus, 
	.main-menu-wrapper .navbar-toggle:hover {
	    text-decoration: none;
	    background: transparent;
	    border: 0;
	    color: #333333;
	}
	.main-menu-wrapper .navbar-toggle::before{
		content: 'Menu';
	    font: 700 22px/34px 'Barlow';
	    letter-spacing: 1.5px;
	    text-transform: uppercase;
	    color: #333333;
	    display: inline-block;
	    position: relative;
	    margin-right: 5px;
	    display: none;
	}
	.main-menu-wrapper .navbar-toggle::after{
		content: '\f0c9';
		font: 700 22px/30px 'Font Awesome 5 Free';
		color: #333333;
		display: inline-block;
		position: relative;
	}
	.main-menu-wrapper .navbar-toggler .navbar-toggler-icon{
		display: none;
	}
	.main-menu-wrapper nav .collapse{
		padding: 0 15px;
    	/*position: absolute;
	    z-index: 99;
	    width: 100%;
	    background: #ffffff;
	    box-shadow: 0 0 10px rgba(128, 128, 128, 0.62);
	    left: auto;
	    right: 0;
	    top: 100%;
     	padding: 0;*/
	}
	.main-menu-wrapper .navbar-nav .nav-item, 
	.main-menu-wrapper .navbar-nav .level0{
		margin-right: 0px;
	}
	.navbar-nav > .level0.parent > a.level-top .ui-menu-icon.ui-icon.ui-icon-carat-1-e::before{
	    content: '\f105';
	    transform: rotate(90deg);
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 700;
	    font-size: 16px;
	    color: #333333;
	    line-height: 36px;
	    float: right;
	}
	.navbar-default .navbar-nav > li > a, 
	.main-menu-wrapper .navbar-nav .level0 .level-top {
		padding: 0 10px;
	    text-align: left;
	    font: 600 16px/40px Barlow;
	    width: 100%;
	    text-align: left;
	    margin: 0;
	}
	.main-menu-wrapper .navbar-nav .nav-item.active .nav-link,
	.main-menu-wrapper .navbar-nav .level0.active .level-top,
	.main-menu-wrapper .navbar-nav .nav-item:hover .nav-link,
	.main-menu-wrapper .navbar-nav .level0:hover .level-top{
		color: #C1A300;
	}
	.main-menu-wrapper .navbar-nav .nav-item .nav-link::after, 
	.main-menu-wrapper .navbar-nav .level0 .level-top::after{
		display: none;
	}
	.main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav {
        margin: 0 auto;
	    max-height: 350px;
	    overflow-x: hidden;
	    overflow-y: auto;
	    background: #ffffff;
	    border: 0;
	    box-shadow: none;
	}
	.main-menu-wrapper .navbar-nav .level0 > .submenu {
	    display: none;
	    width: 100% !important;
	    background: #f5f5f5;
	    padding: 0;
	    margin: 0;
	    position: relative !important;
	    left: 0px !important;
	    top: 0px !important;
	    box-shadow: none;
	    z-index: 10;
	}
	.main-menu-wrapper .navbar-nav .nav-item .dropdown-menu.show,
	.main-menu-wrapper .navbar-nav .level0 .level0.submenu.show {
	    width: 100%;
	    background: #f5f5f5;
	    padding: 0;
	    display: inline-block;
	    margin: 0;
	    border: 0;
	    border-radius: 0;
	}
	.main-menu-wrapper .navbar-nav .level0.submenu > .all-category,
	.main-menu-wrapper .navbar-nav .level0.submenu .category-item{
		padding: 0 0 0 0;
	}
	.main-menu-wrapper .navbar-nav .level0.submenu .category-item.parent .submenu {
	    position: inherit;
	    box-shadow: none;
	    top: 0 !important;
	    left: 0 !important;
	    width: 100%;
	    background: #f5f5f5;
	    border-radius: 0;
	    border-bottom: 1px solid #333333;
	    padding: 0;
	    margin: 0;
	    z-index: 10;
	    display: none;
	}
	.main-menu-wrapper .navbar-nav .level0.submenu .category-item a.ui-corner-all span.ui-icon-carat-1-e::after {
	    transform: rotate(90deg);
	}
	.main-menu-wrapper .dropdown-menu > .dropdown-item,
	.main-menu-wrapper .level0.submenu > .level1,
	.main-menu-wrapper .level0.submenu > .all-category {
	    padding: 5px 15px;
    	font: 400 13px/20px Poppins;
	    color: #272727;
	    white-space: normal;
	    border-bottom: 0;
	}
	.main-menu-wrapper nav .collapse ul ul, .main-menu-wrapper nav .collapse ul ul.dropdown-menu {
	    max-width: 100%;
	    background: #f6f6f6;
	}
	.navbar-default .navbar-nav > li > a:after {
	    height: 2px;
	}

	/* VES MEGAMENU CSS */
	.ves-menu.ves-megamenu-mobile{
		display: none;
		background-color: #ffffff;
	    left: 0;
	    top: 60px;
	    position: absolute;
	    width: 100%;
	    max-height: 360px;
    	overflow: auto;
	    padding: 0;
	    margin: 0;
	    box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.25);
	}
	.main-menu-wrapper .ves-megamenu-mobile nav{
		padding: 0 15px;
	    min-height: auto;
	    display: inline-flex;
	    width: 100%;
	}
	.ves-megamenu li.level0 > a {
	    font: 600 14px/50px Barlow;
	    margin: 0;
	}
	.ves-megamenu li.level0 > a::after {
	    height: 2px;
    	bottom: -2px;
	}
	.ves-megamenu .opener {
	    padding: 18px;
	}
	.ves-megamenu .dropdown-menu {
	    overflow: unset !important;
	}
	.navigation .level0.active>a:not(.ui-state-active), 
	.navigation .level0.has-active>a:not(.ui-state-active){
		border: 0 !important;
	}
	.navigation .level0 .submenu a {
	    padding: 0;
	}

	main.page-main{
		padding: 0;
	}

	.message {
	    line-height: 20px !important;
	    font-size: 15px !important;
	}
	
	.sidebar.sidebar-main {
	    width: 100%;
	}
	.page-title-wrapper{
		/*height: 150px;*/
		/* margin-bottom: 20px; */
	}
	.page-title-wrapper .page-title {
        margin-bottom: 0px;
    	height: auto;
	}
	.page-title-wrapper .category-image {
	    /*height: 150px;*/
	}
	.page-title-wrapper .category-image .banner-image {
	    left: auto;
	    bottom: 0;
	    width: auto;
	    max-width: fit-content;
	    max-height: 150px;
	    right: 0;
	}
	.page-title-wrapper .category-image .page-title-contents .container:before {
	    left: 0;
	}
	.page-title-wrapper .page-title .base,
	.page-layout-2columns-left .page-title-wrapper .page-title .base {
	    font: 600 30px/35px Barlow Condensed;
	    white-space: normal;
	    text-align: center;
	}
	.page-layout-2columns-left .page-title-wrapper .page-title {
	    text-align: center;
    	margin: 0;
	}
	.page-title-wrapper .category-image .breadcrumbs {
	    margin: 0;
	    display: block;
	    text-align: center;
	    padding: 5px 0 10px;
	    max-width: 100%;
	}
	.page-title-wrapper .category-image .breadcrumb-section > .container{
		padding: 0;
	}
	.catalog-product-view.page-layout-fullpage-layout .media-cart,
	.catalog-product-view.page-layout-fullpage-layout .product-info-main {
	    width: 100%;
	    float: left;
	    display: inline-block;
	}
	.catalog-product-view.page-layout-fullpage-layout .media-cart{
		margin-bottom: 30px;
	}
	.catalog-product-view.page-layout-fullpage-layout .columns{
		flex-direction: column-reverse;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions {
	    display: -webkit-inline-flex;
	    display: -ms-flexbox;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions .btnTheme{
	    margin: 0 0 10px 0;
    	min-width: 200px;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions .btnTheme.blue{
	    margin: 0;
	}
	

	.block.filter .block-title.filter-title{
	    display: inline-block !important;
	    width: 100%;
	    margin: 0 0 1px;
	}
	.block.filter .block-title.filter-title strong{
		text-align: left;
	    display: inline-block;
	    background-color: #de0022;
	    color: #ffffff;
	    font: 500 22px/22px Barlow Condensed;
	    text-transform: uppercase;
	    padding: 15px 30px;
	    width: 100%;
	    margin: 0px;
	    cursor: pointer;
	    top: 0;
	    right: 0;
	    border: 0;
	    border-radius: 0;
	    box-shadow: none;
	}
	.block.filter.active .block-title.filter-title strong{
		background-color: #de0022;
	    color: #ffffff;
	}
	.block.filter .block-title.filter-title strong::after{
		content: '\f0d7';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 700;
	    font-size: 16px;
	    color: #ffffff;
	    line-height: 24px;
	    float: right;
	}
	.block.filter.active .block-title.filter-title strong::after{
		content: '\f0d8';
	}
	.block.filter .block-content.filter-content{
		display: none;
	}
	.block.filter.active .block-content.filter-content{
		display: block;
	}
	.filter-content .filter-subtitle {
	    font: 400 35px/52px 'Noto Serif';
	    margin: 10px 0 20px;
	}
	.form.password.reset,
	.form.send.confirmation,
	.form.create.account,
	.form.search.advanced,
	.form.form-orders-search{
	    min-width: auto;
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}
	.form.create.account > .fieldset {
	    width: 100%;
	    margin: 0 0 45px;
	}
	.box-tocart.boxed-contents.qty-count .fieldset .actions {
	    display: inline-block;
	    margin-top: 20px;
	}
	.box-tocart.boxed-contents.qty-count .fieldset .actions .tocart.btnTheme.yellow{
	    margin: 0 0 5px 0;
	}
	.box-tocart.boxed-contents.qty-count .fieldset .actions .btnTheme{
		width: 100%;
	}
	#back2Top {
	    right: 15px;
	    bottom: 15px;
	}
	.page-footer .footer-bottom-main .copyright {
	    text-align: center;
	    margin: 0 0 15px 0;
	}
	.page-footer .footer-bottom-main .payment-cards {
		text-align: center;
	    float: none;
	    display: inline-block;
	}
	.page-footer .footer-bottom-main .payment-cards li a img {
	    height: 20px;
	    width: auto;
	}
	.title-style {
	    margin-bottom: 20px;
	}
	.title-style .title-name {
	   font: 600 35px/40px 'Barlow Condensed';
	   word-break: normal;
	}
	/*.nomp-sides{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}*/
	.title-style.toplink .title-link::before {
	    display: none !important;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	    background: transparent;
	}
	.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
	    background: transparent;
	}
	.page-products .columns {
	    padding-top: 60px;
	    position: relative;
	    z-index: 1;
	    display: inline-block;
	}
	.category-about.page-products .columns,
	.category-our-services.page-products .columns,
	.category-our-practitioners.page-products .columns,
	.category-contact-us.page-products .columns,
	.category-testimonial.page-products .columns{
		padding-top: 0;
	}
	ul.count-2,
	ul.count-3,
	ul.count-4 {
	    column-count: unset;
	    width: 100%;
	}
	ul.count-2 li,
	ul.count-3 li,
	ul.count-4 li{
	    width: 50%;
    	float: left;
	}
	.grecaptcha-badge{
	    bottom: 65px !important;
	}


	/* #desktop-slider{
	    display: none !important;
	} */
	/* #mobile-slider{
	    display: inline-block !important;
	    width: 100%;
	} */
	.home-banner-section .fullwidthbanner-container{
		min-height: 220px !important;
	}
	.home-banner-section .fullwidthbanner-container .fullwidthabanner{
		height: 100% !important;
	}
	.home-banner-section .home-mainslider .carousel-caption {
	    position: absolute;
	    left: auto;
	    z-index: 10;
	    padding: 5px;
	    text-align: center;
	    width: 100%;
	}
	.home-mainslider .carousel-caption .contentArea {
	    margin-bottom: 10px;
	}
	.home-mainslider .carousel-caption span {
	    margin: 0 5px;
	}
	.home-mainslider .carousel-caption span .chin-lang {
	    font: 400 20px/20px 'Ma Shan Zheng';
	}
	.home-mainslider .carousel-caption span .eng-lang {
	    font: 600 20px/20px 'Barlow Condensed';
	}
	.home-mainslider .carousel-caption .btnTheme{
	    padding: 0 15px !important;
	    margin: 0;
	    line-height: 35px !important;
	    height: 35px;
	    min-width: auto;
	}
	.carousel-control {
	    top: 33%;
	}



	.featured-categories-wrapper,
	.testimonial-wrapper,
	.featured-products-wrapper,
	.page-footer .footer-top-main,
	.aboutUs-wrapper,
	.ourService-wrapper .ourService-main,
	.ourCharges-wrappers,
	.ourPractitioners-wrapper,
	.ourPractitioners-wrapper + .testimonial-wrapper,
	.blog-list-wrapper,
	.blog-details-wrapper,
	.product-details-wrapper,
	.related-products-wrapper,
	.contactUs-wrapper,
	.getintouch-wrapper,
	.ourCharges-wrapper{
		padding: 40px 0;
	}

	
	.featured-categories-wrapper .col-xs-12.col-sm-6.col-md-3.col-lg-3{
		padding: 0 15px 30px;
	}
	.featured-categories-wrapper .col-xs-12.col-sm-6.col-md-3.col-lg-3:last-child{
		padding: 0 15px 0;
	}
	.featured-feeling-wrapper .row{
		flex-direction: column;
	}
	.featured-feeling-wrapper .rightSection .featured-feeling ul{
		margin: 0;
	}
	.featured-feeling-wrapper .rightSection .featured-feeling ul li {
	    margin: 0 0 30px;
	}
	.featured-section-wrapper .category-image > img {
	    width: auto;
	    height: 400px;
	    max-width: fit-content;
	    position: relative;
	    left: -90%;
	}
	.featured-section-wrapper .section-heading-main {
	    width: 80%;
	}
	.featured-section-wrapper .section-heading-main h3 {
	    font: 600 35px/40px 'Barlow Condensed';
	}
	.featured-section-wrapper .section-heading-main p {
	    font: 500 17px/22px Barlow;
	    margin: 0 0 25px;
	}
	.page-footer .footer-top-main > .container-fluid > .row, .page-footer .footer-bottom-main > .container-fluid > .row {
	    padding: 0;
	}
	.footer-top-main .rightSection .subscribe-wrapper {
	    flex-direction: column;
	}
	.footer-top-main .rightSection .subscribe-wrapper .title-subscribe{
	    width: 100%;
	    margin: 0 0 20px;
	}
	.footer-top-main .rightSection .subscribe-wrapper .form-subscribe{
	    width: 100%;
	}
	.footer-top-main .rightSection .subscribe-wrapper .form-subscribe .form-control{
		padding: 0;
	}
	.footer-top-main .rightSection .subscribe-wrapper .form-subscribe .form-control .btnTheme{
		padding: 0 12px !important;
	}
	.footer-links-main .row .col-xs-12.col-sm-12.col-md-4.col-lg-4{
		padding: 0 15px 30px !important;
	}
	.footer-links-main .row .col-xs-12.col-sm-12.col-md-2.col-lg-2{
		padding: 0 15px 30px !important;
	}
	.footer-links-main .row .col-xs-12.col-sm-12.col-md-2.col-lg-2:last-child{
		padding: 0 15px 0 !important;
	}
	.page-footer .footer-links-main .row .col-xs-12.col-sm-12.col-md-2.col-lg-2 .footer-links ul{
		column-count: 2;
	}
	.page-footer .footer-bottom-main .payment-cards li a {
	    text-align: center;
	}
	.page-footer .footer-section-top .footer-section-main{
		flex-direction: column;
	}
	.page-footer .footer-section-top .footer-section-main h3 {
	    text-align: center;
	    margin: 0 0 30px;
	}

	.aboutUs-wrapper .row{
		flex-direction: column;
	}
	.aboutUs-wrapper .rightSection .contentArea{
		width: 100%;
	}

	.ourService-wrapper > .container-fluid {
	    padding: 0 15px;
	}
	.ourService-main .title-style .title-name .chi-lang {
	    display: block;
	    text-align: center;
	}
	.ourService-wrapper .ourService-main{
		flex-direction: column;
    	padding: 40px 0 0;
	}
	.ourService-wrapper .ourService-main.ltext-rimg{
	    flex-direction: column;
	}
	.ourService-main .imageArea {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.ourService-main .contentArea{
		width: 100%;
		padding: 0;
	}
	.ourService-main.ltext-rimg .contentArea{
		width: 100%;
		padding: 0;
	}
	.ourService-main.herbalservice::before,
	.ourService-main.accupunctureservice::before,
	.ourService-main.cuppingservice::before,
	.ourService-main.moxibustionservice::before{
		display: none;
	}
	.ourCharges-main {
	    width: 100%;
	}
	.ourCharges-main .table tbody th{
		padding: 5px !important;
	    white-space: unset !important;
	    word-break: inherit;
	    min-width: 100px;
	    max-width: 180px;
	}
	.ourCharges-main .table tbody td{
		padding: 5px !important;
	    white-space: unset !important;
	    word-break: inherit;
	    max-width: 180px;
	}

	.ourPractitioners-wrapper .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4{
		padding: 0 15px 30px;
	}
	.ourPractitioners-wrapper .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4:last-child{
		padding: 0 15px 0;
	}
	.testimonial-wrapper .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4{
		padding: 0 15px;
	}
	.testimonial-container {
	    margin: 0 0 30px;
	    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	}
	.testimonial-wrapper .toolbar-bottom {
	    margin: 20px 0 0;
	    padding: 30px 0 0;
	}

	.blog-list-wrapper .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4{
		padding: 0 15px;
	}
	.blog-details-main{
		width: 100%;
		padding: 0;
	}
	.blog-details-main .postBtn-group {
        flex-direction: column;
        padding: 30px 0 0;
	}
	.blog-details-main .postBtn-group .btnTheme{
        margin: 5px 0;
        width: 100%;
	}

	.product-details-wrapper .qty-btnArea {
	    padding: 25px 0 0 0;
	}
	.qty-btnArea .qtyCounter{
		margin: 0 0 10px;
	}
	.qty-btnArea .btnArea .btnTheme.cart {
	    min-width: 200px;
	}
	.tabbing-section .nav.nav-pills .nav-item{
		width: 100%;
		margin: 0;
	}
	.tabbing-section .nav.nav-pills .nav-item .nav-link{
		width: 100%;
		margin: 5px 0 !important;
	}
	.tabbing-section .tab-content {
	   padding: 20px;
    	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
	}
	.title-style.toplink .title-name {
	    width: 75%;
	}
	.title-style.toplink .title-link {
	    width: 25%;
	}

	.contactUs-wrapper > .container-fluid {
	    padding: 0 15px;
	}
	.contactUs-wrapper .contactUs-main {
	    flex-direction: column;
	}
	.contactUs-main .enquiry-wrapper{
		width: 100%;
		padding: 0;
		margin: 0 0 30px; 
	}
	.contactUs-main .imageArea{
		width: 100%;
		padding: 0;
	}
	.getintouch-wrapper > .container-fluid {
	    padding: 0 15px;
	}
	.getintouch-wrapper .getintouch-main{
		flex-direction: column;
	}
	.getintouch-wrapper .mapArea{
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}
	.getintouch-wrapper .mapArea iframe{
		height: 250px;
	}
	.getintouch-wrapper .contactArea-main{
		width: 100%;
		padding: 0;
	}
	.getintouch-wrapper .contactdetails ul li .imageArea {
	    width: 60px;
	    height: 60px;
	    margin-right: 15px;
	}
	.getintouch-wrapper .contactdetails ul li .imageArea img {
	    max-height: 30px;
	    max-width: 30px;
	}
	.thankYou-wrapper {
		display: block;
	    height: 450px;
	    overflow: hidden;
	}
	.thankYou-wrapper .imageArea {
	    height: 450px;
	}
	.thankYou-wrapper .imageArea img {
	    width: auto;
	    height: 450px;
	    max-width: fit-content;
	    position: relative;
	    left: -100%;
	}
	.thankYou-wrapper .contentArea {
		top: 2%;
	    left: 0;
	    padding: 20px 50px 20px 20px;
	}
	.thankYou-wrapper .contentArea p.base2 {
	    font: 600 14px/22px Barlow;
	}



	.page-main .columns .sidebar.sidebar-main, .page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main{
		width: 100%;
		padding: 0;
	}

	.authentication-wrapper {
	    float: right;
	    margin: 20px 15px;
	}
	.columns {
	    float: left;
	    max-width: 100%;
	}
	.toolbar-top {
	    width: 100%;
	    margin: 0 0 30px 0px;
	}
	.toolbar-top .toolbar{
	    flex-direction: column;
	}
	.toolbar-bottom .toolbar{
	    flex-direction: column-reverse;
	}
	.toolbar-top .field.limiter {
    	margin: 0 0 15px;
	}
	.toolbar-bottom .pages{
		width: auto;
	}
	.pages .pages-items {
	    display: inline-block;
	}
	.toolbar .modes,
	.toolbar .toolbar-amount,
	.toolbar .pages,
	.toolbar .field.limiter,
	.toolbar .toolbar-sorter{
	    float: none !important;
	    align-items: center;
	    width: 100%;
	    justify-content: center;
	    text-align: center;
	    margin: 0 0 0 0 !important;
	}
	.toolbar .toolbar-amount{
		margin: 0 0 0 -35px !important;
    	width: calc(100% - 35px);
	}


	.cms-index-index .page-title-wrapper{
		display: none;
	}
	.page-layout-fullpage-layout .columns{
		display: inline-block;
		width: 100%;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main,
	.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main{
		width: 100%;
		margin-bottom: 30px;
		padding: 20px;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main {
    	padding: 0 0 60px;
    }
    .customer-account-login .page-title-wrapper .page-title .base,
    .checkout-cart-index .page-title-wrapper .page-title .base,
    .catalogsearch-result-index .page-title-wrapper .page-title .base,
    .customer-account-create .page-title-wrapper .page-title .base,
    .customer-account-forgotpassword .page-title-wrapper .page-title .base,
    .account.page-layout-2columns-left .page-title-wrapper .page-title .base {
	    font: 600 30px/35px 'Barlow Condensed';
	}
	.account .page-main{
		padding-top: 0px;
	}
	.account.page-layout-2columns-left #maincontent .columns{
		margin: 20px auto 40px;
	}
	.account.page-layout-2columns-left .page-title-wrapper {
	    padding: 0;
	}
	.mw-reward-points .button-coupon button {
	    margin: 9px 0 0 0;
	}
	.mw-reward-points .input-text,
	.mw-reward-points select,
	.mw-reward-points textarea {
	    width: 100% !important;
	    max-width: 100%;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main{
		width: 100%;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav{}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title{
	    width: 100%;
	    height: 50px;
	    display: block;
	    clip: unset;
	    overflow: hidden;
	    position: relative;
	    margin: 0;
	    padding: 0;
	    line-height: normal;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title strong{
	    display: inline-block;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font: 700 16px/20px Barlow;
	    color: #fff;
	    text-align: left;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title strong::before{
	    content: 'My Accounts';
	    position: relative;
	    left: 0;
	    top: 0;
	    height: auto;
	    line-height: 50px;
	    width: 100%;
	    background: #de0022;
	    color: #ffffff;
	    padding: 0 20px;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title.active strong::before{
	    background: #de0022;
    	color: #ffffff;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title strong::after{
		content: '\f0d7';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 700;
	    font-size: 16px;
	    color: #ffffff;
	    line-height: 40px;
	    float: right;
	    position: absolute;
	    padding: 0 15px;
	    top: 0;
	    right: 0;
	    z-index: 1;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .content.account-nav-content{
	    display: none !important;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .content.account-nav-content.active{
	    display: block !important;
	}
	.cart.table-wrapper .item .col.item{
		display: block;
	    min-height: 90px;
    	padding: 10px 0 10px 85px !important;
	    position: relative;
	}
	.cart.table-wrapper .col.price,
	.cart.table-wrapper .col.qty,
	.cart.table-wrapper .col.subtotal{
   		width: 33% !important;
	}
	.form.form-cart .cart.main.actions {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}
	.opc-estimated-wrapper .minicart-wrapper{
		display: inline-block;
	    position: relative;
	    float: right;
	    margin: 0 0 0 0;
	}
	.opc-estimated-wrapper .estimated-block{
	    font-size: 17px;
	    font-weight: 700;
	    display: flex;
	    width: 85%;
	    float: left;
	    justify-content: space-between;
	}
	.checkout-container .opc-wrapper,
	.checkout-container .opc-sidebar.opc-summary-wrapper{
		width: 90%;
		display: inline-block;
	}
	.checkout-onepage-success .page-title-wrapper .page-title{
		text-align: center;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions {
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions .btnTheme{
	    margin: 0;
    	width: 220px;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions .btnTheme.red{
		margin-bottom: 10px;
	}
	.home-mainslider-mobile .btnTheme.red{
		margin: 0px;
		width: 150px;
	}
	.home-mainslider-mobile .btnTheme.red .btn-text{
		line-height: 50px !important;
	    padding: 0px 20px !important;
	    font-size: 16px !important;
	}
	.customer-account-login #maincontent .columns,
	.checkout-cart-index #maincontent .columns,
	.page-print.account.page-layout-1column #maincontent .columns,
	.checkout-onepage-success #maincontent .columns,
	.checkout-index-index #maincontent .columns,
	.catalogsearch-result-index #maincontent .columns,
	.customer-account-create #maincontent .columns,
	.customer-account-forgotpassword #maincontent .columns {
	    padding: 0;
	    display: block;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
	    font: 600 14px/17px Barlow;
	    color: #ffffff;
	    background: #1e1e1e;
	    opacity: 1;
	    width: 20px;
	    height: 20px;
	    border: 0;
	    border-radius: 0px;
	    display: inline-block;
	    padding: 1px;
	    margin: 0;
	    text-align: center;
	    position: relative;
	    top: 0;
	    z-index: 90;
	    visibility: visible;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number {
	    /* font-size: 10px;
	    line-height: 14px; */
	}

	.getintouch-wrapper .row > .col-xs-12.col-sm-6.col-md-3.col-lg-3::after{
		display: none;
	}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr {
	    display: block;
	    border-bottom: 1px solid #ccc;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr:last-child {
	    border-bottom: 0;
	    margin-bottom: 0;
	    padding-bottom: 0;
	}
	.block.crosssell .products-crosssell .items.product-items .item.product.product-item{
	    width: 100%;
	}
	/* .categorypath-thank-you #custom_main_container {
	    max-width: 100% !important;
	    padding: 0 !important;
	} */
	.opc-sidebar {
	    margin: 0;
	}
    .page-main .columns .sidebar.sidebar-main ~ .column.main,
    .page-with-filter.page-layout-2columns-left #maincontent .columns .column.main {
	    display: inline-block;
	    flex-grow: unset;
	    max-width: 100%;
	    width: 100%;
	    float: left;
	    padding: 0 0 20px;
	}
	.wishlist-index-index .products-grid .product-item {
	    margin-left: calc((100% - 4 * 24.439%) / 3) !important;
	    padding: 0;
	    width: 100% !important;
	}
	.products-grid.wishlist .product-item-photo {
	    float: left;
	    margin-right: 0;
	    display: inline-block;
	    width: auto;
	}
	.products-grid.wishlist .product-image-container {
	    max-width: 80px;
	    max-height: 80px;
	    display: inline-block;
	}
	.products-grid.wishlist .product-item-photo .product-image-wrapper{
		padding-bottom: 0px !important;
		height: auto;
	}
	.products-grid.wishlist .product-item-photo .product-image-photo {
	    top: -10px;
	}
	.wishlist-index-index .products-grid.wishlist .product-item {
	    margin-bottom: 10px;
	}
	.form-wishlist-items .products-grid.wishlist .product-item .product-item-info {
	    padding: 10px;
	}
	.products-grid.wishlist .product-item-actions .action.delete {
	    float: right;
	    line-height: 40px;
	    margin: 0 !important;
	}
	.customer-account-login .actions-toolbar > .secondary .action,
	.checkout-cart-index .actions-toolbar > .secondary .action,
	.page-print.account.page-layout-1column .actions-toolbar > .secondary .action,
	.checkout-onepage-success .actions-toolbar > .secondary .action,
	.checkout-index-index .actions-toolbar > .secondary .action,
	.catalogsearch-result-index .actions-toolbar > .secondary .action,
	.customer-account-create .actions-toolbar > .secondary .action,
	.customer-account-forgotpassword .actions-toolbar > .secondary .action,
	.account.page-layout-2columns-left .actions-toolbar > .secondary .action,
	.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-cancel {
	    font: 500 16px/40px Barlow;
	}
	.customer-account-login .actions-toolbar,
	.checkout-cart-index .actions-toolbar,
	.page-print.account.page-layout-1column .actions-toolbar,
	.checkout-onepage-success .actions-toolbar,
	.checkout-index-index .actions-toolbar,
	.catalogsearch-result-index .actions-toolbar,
	.customer-account-create .actions-toolbar,
	.customer-account-forgotpassword .actions-toolbar,
	.account.page-layout-2columns-left .actions-toolbar {
	    margin: 0px;
	    display: block;
	    width: 100%;
	}
	.actions-toolbar.order-actions-toolbar {
	    margin: 40px 0 0;
	}
	.owl-carousel .owl-nav button.owl-next span,
	.owl-carousel .owl-nav button.owl-prev span{
	    font-size: 0px;
	}
	.owl-carousel .owl-nav button.owl-next{
	    right: 0px;
	    text-align: right;
	}
	.owl-carousel .owl-nav button.owl-prev{
	    left: 0px;
	    text-align: left;
	}
	#shopping-cart-table .item-actions td {
	    background-color: transparent;
	}

	.order-links .item { width: 100%; }
	.order-links .item a { width: 100%; }
	.order-links .item a:hover, .order-links .item.current strong { width: 100%; }

	form#referralForm table.data-table, form#referralForm table.data-table thead, form#referralForm table.data-table tbody, form#referralForm table.data-table th, form#referralForm table.data-table td, form#referralForm table.data-table tr { display: block; }
	form#referralForm table.data-table thead tr { position: absolute; top: -9999px; left: -9999px; }
	form#referralForm table.data-table tr { border-bottom: 1px solid #ddd; padding-bottom: 10px; }
	form#referralForm table.data-table td { border: none; border-bottom: 0; position: relative; padding: 2px 10px; padding-left: 30%;}
	form#referralForm table.data-table td:before { position: absolute; top: 6px; left: 6px; width: 30%; font-weight: 600; padding-right: 10px; white-space: nowrap; }
	/* Label the data */
	form#referralForm table.data-table td:nth-of-type(1):before { content: "#"; }
	form#referralForm table.data-table td:nth-of-type(2):before { content: "Name"; line-height: 50px; }
	form#referralForm table.data-table td:nth-of-type(3):before { content: "Email"; line-height: 50px; }


	.price-including-tax, .price-excluding-tax {
	    font-size: 14px;
	    line-height: 18px;
	}
	.main-menu-wrapper .navbar-nav .level0.parent a.level-top .ui-icon-carat-1-e::after {
	    line-height: 45px;
	}
	.account.page-layout-2columns-left .page-title-wrapper .order-actions-toolbar .actions{
	    display: inline-block;
	    width: 100%;
	}
	.wishlist-index-index .product-item-inner .product-item-actions{
		float: right;
	}
	.wishlist-index-index .product-item-inner .product-item-actions .action.delete{
	    line-height: 40px;
	}
	.item-actions .action.action-delete span::before,
	.wishlist-index-index .product-item-inner .action.delete span::before{
	    content: '\f2ed';
	    color: #444444;
	    visibility: visible;
	    font-family: 'Font Awesome 5 Free';
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 38px;
	    display: inline-block;
	}
	.opc-wrapper .step-title {
	    padding-bottom: 15px;
	}
	.cms-terms-conditions .columns .column.main,
	.cms-shipping .columns .column.main,
	.cms-return-exchange .columns .column.main{
	    margin: 0 0 40px 0;
	}
	.page-main .container .container {
	    padding: 0 15px;
	}
	.rev_slider_wrapper .tp-caption.rev-btn{
		/* display: none !important; */
		padding: 14px 20px !important;
    	font-size: 13px !important;
	}
	.featured-services-wrapper {
	    padding: 0 0 40px;
	}
	.featured-services-wrapper .section-imageArea{ margin-bottom: 15px !important; }
	.product-item .category-hover-link {
	    width: 97%;
	    margin: 5px auto;
	    -webkit-transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
	}
	.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name a {
	    font-size: 12px;
	}
	.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .details-qty .item-qty {
	    height: 25px;
	    margin-bottom: 10px;
	    margin-right: 1px;
	    width: 40px;
	    position: relative;
	    z-index: 10;
	}
	.minicart-items .update-cart-item {
	    font: 500 12px/25px Barlow;
	    padding: 0 11px;
	    vertical-align: top;
	    border: 0;
	    text-transform: uppercase;
	    border-radius: 8px;
	    background-color: #d83437;
	    color: #ffffff;
	    float: none;
	}
	.minicart-wrapper .product .actions {
	    display: table;
	    background: transparent;
	    margin: -31px 0 0 0 !important;
	    float: right;
	    width: fit-content !important;
	    text-align: right !important;
	}
	.modal-popup .modal-footer .action-primary, .modal-popup .modal-footer .action-save-address, .amgiftcard-form .amactions-toolbar .action.primary, .form.form-cart .cart.main.actions .action, .form.form-discount .actions-toolbar .action-apply, .control.captcha-image .action.captcha-reload, .payment-option-content .actions-toolbar .amgiftcard-check .action-apply-gift, .payment-option-content .actions-toolbar .primary .action-apply-gift, .payment-method-content .payment-method-billing-address .billing-address-details .action-edit-address, .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-update, .shipping-address-item .action-select-shipping-item, .new-address-popup .action-show-popup, .form-wishlist-items > .actions-toolbar .primary .action, .form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .actions-primary .action, .form-wishlist-items .products-grid.wishlist .product-item-inner .unavailable.stock, .product-add-form #product_addtocart_form .amgiftcard-preview > button, #shopping-cart-table .item-actions .actions-toolbar .action-delete, .sendfriend-product-send .actions-toolbar .action.primary{
		 width: 100%;
	}
	.account.page-layout-2columns-left .fieldset .field > .label {
	    font: 500 17px/38px Barlow;
	    margin: 0 15px 0 0;
	}
	.column.main > .order-details-items .order-title{ margin-bottom: 15px; }
	.column.main > .order-details-items .order-title > strong{
		width: 100%;
		display: inline-block;
	}
	.column.main > .order-details-items .order-title > .action{ margin-top: 1.5rem; margin-bottom: 1rem; margin-right: 20px; margin-left: 0; }
	.filter.active .filter-title strong:after{
		color: rgba(255, 255, 255, 0.44);
	    float: right;
	}
	.page-main .columns .sidebar.sidebar-main, .page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main{
		position: relative;
	    display: inline-block;
	}
	.enquiry-wrapper form .btnTheme{
		margin: 0 0 0 0;
	}
	#amgiftcard-form .amactions-toolbar,
	.checkout-index-index .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-end;
	}
	#amgiftcard-form .amactions-toolbar .action,
	.checkout-index-index .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar .action{
		margin: 5px 0;
	}
	.checkout-payment-method .payment-option,
	.checkout-payment-method .payment-methods{
		margin: 0;
	}
	.opc-estimated-wrapper{
		margin: 0px 0px 15px;
	}
	.checkout-index-index.page-layout-checkout .page-main{
		padding: 0 15px;
	}
	.control.captcha-image {
	    margin-top: 10px;
	    text-align: center;
	}
	.control.captcha-image .captcha-img {
	    display: block;
	    margin: 0 auto 10px;
	    float: none;
	}
	.control.captcha-image .action.captcha-reload{
		width: auto;
	}
	.modal-popup .modal-footer {
	    background-color: #f5f5f5 !important;
	    padding: 5px !important;
	    display: flex;
	    flex-direction: row-reverse;
	    align-items: center;
	    justify-content: center;
	}
	.modal-popup .modal-footer button {
	    width: 48% !important;
	    min-width: auto !important;
	    margin: 0 2% !important;
	    box-shadow: none;
	}
	.modal-popup .modal-footer button.action-dismiss{
		border: 0;
	}
	.modal-popup .modal-header .action-close {
	    padding: 0 !important;
	    top: 10px;
	    right: 10px;
	}
	.tabbing-section .tab-content .tab-pane.reviewscontent .tabbing-description{
    	flex-direction: column; 
	}
	.tabbing-section .tab-content .tab-pane.reviewscontent .tabbing-description .review-add{
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}
	.tabbing-section .tab-content .tab-pane.reviewscontent .tabbing-description .review-list{
		width: 100%;
		padding: 0;
	}

	.featured-categories-wrapper .categories-main {
	    min-height: fit-content;
	    padding: 20px;
	}
	.featured-feeling-wrapper .leftSection,
	.featured-feeling-wrapper .rightSection {
	    padding: 0 15px;
	}
	.featured-feeling-wrapper .leftSection .imageArea img {
	    width: 80%;
	    height: auto;
	    display: block;
	    margin: 0 auto 30px;
	}
	.product-details-wrapper .product-info-main .prd-info .product-label {
	    width: 100%;
	    font: 600 35px/40px 'Barlow Condensed';
	}
	.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),


	.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
	    margin-left: 0 !important;
	}
	.blog-list-container {
	    height: 530px;
	}
	.blog-list-main .contentArea p {
	    font: 600 14px/20px Barlow;
	}
	.breadcrumbs .items .item {
	    margin: 0;
	    max-width: 90%;
	    white-space: normal;
	    overflow: unset;
	    text-overflow: unset;
	}
	.breadcrumbs .items .item strong, 
	.breadcrumbs .items .item > span {
	    max-height: 40px;
	    overflow: hidden;
	}
	.category-annoyed .page-title-wrapper .category-image .banner-image,
	.category-good .page-title-wrapper .category-image .banner-image,
	.category-tired .page-title-wrapper .category-image .banner-image,
	.category-stressed .page-title-wrapper .category-image .banner-image,
	.category-cold .page-title-wrapper .category-image .banner-image,
	.category-bloated .page-title-wrapper .category-image .banner-image,
	.category-dry .page-title-wrapper .category-image .banner-image{
	    width: 100%;
	    max-width: 100%;
	    max-height: fit-content;
	}
	.testimonial-wrapper .testimonal-main p {
	    padding: 0 10%;
	}
	.checkout-payment-method .payment-method-title .action-help {
	    float: left;
	}

	.ves-megamenu.nav-mobile .submenu, .ves-megamenu.nav-mobile .subgroup .submenu {
	    padding-left: 5px;
	}
	.nav-mobile .nav-item.level1 {
    	padding-left: 10px;
	    display: inline-block;
	}
	.nav-mobile .nav-item.level1 .opener{
		padding: 14px;
	}
	.ves-megamenu .feeling-menu-dropdown > .submenu .content-wrap .level1.subgroup:hover .submenu {
	    left: 0% !important;
	}
	.cms-terms-conditions .page-title-wrapper .page-title .base,
	.cms-privacy-policy .page-title-wrapper .page-title .base,
	.cms-shipping-return-exchange-policy .page-title-wrapper .page-title .base{
		text-align: center;
	    font: 600 30px/35px 'Barlow Condensed';
	}
	.footer-top-main .rightSection {
	    margin-top: 40px;
	}
	.footer-top-main .rightSection .subscribe-wrapper .title-subscribe h4,
	.footer-top-main .rightSection .subscribe-wrapper .title-subscribe p{
		text-align: center;
	}
}

@media (min-width: 768px){
	.page-layout-1column .product.media {
    	width: 100%;
	    max-width: 100%;
	    margin-top: 0;
    }
	.page-layout-1column .product-info-main {
    	width: auto;
	}
	.mst-searchautocomplete__autocomplete._active {
        display: block !important;
	    max-width: 100%;
	    width: 500px;
	    min-width: auto;
	    max-height: 400px;
	    overflow: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	body{
		font-smooth: always;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.page-header {
	    /*height: 125px;*/
	}
	.topbar-wrapper{}
	.topbar-wrapper-main{
	    width: 100%;
	    height: auto;
	    padding: 5px 0;
	    display: inline-flex;
	    justify-content: space-between;
	    align-items: center;
	}
	/*.topbar-wrapper-main .user-links .currency-wrapper .currTitle, 
	.topbar-wrapper-main .user-links .language-wrapper .langTitle{
		display: none;
	}*/
	.logo-wrapper-container {
	    height: auto;
	}
	.logo-wrapper-main {
    	height: 100%;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 5px 0;
    }
	.logo-wrapper-main .logo-wrapper {
        width: 25%;
	    height: auto;
	    display: inline-flex;
	    align-items: center;
	    margin: 0;
	    top: 0;
	    padding: 0;
	}
	.logo-wrapper-main .logo-wrapper h1{
		text-align: left;
    	width: 100%;
	}
	.logo-wrapper-container .logo-wrapper h1 > a img{
		width: auto;
    	height: 65px;
	}
	.logo-wrapper-container .user-links {
        width: 15%;
	    justify-content: space-evenly;
	    height: 45px;
	    position: relative;
	    z-index: 20;
	    right: 0;
	    margin: 0;
	}
	.user-links .search-wrapper,
	.user-links .currency-wrapper,
	.user-links .wishlist-wrapper, 
	.user-links .account-wrapper {
	    width: auto;
	    background: transparent;
	    border-radius: 0px;
	    margin: 0 5px 0 0;
	}
	.user-links .search-wrapper .search-find{
		display: none !important;
	} 
	.user-links .search-wrapper .search-box{
		display: inline-block !important;
		width: 22px;
		text-align: center;
	}
	.user-links .search-wrapper .search-box .action .fa-search{
		font-size: 19px;
    	color: #6e6e6e;
	}
	.user-links .wishlist-wrapper .icon-setting img{
    	height: 22px;
   	} 
	.user-links .wishlist-wrapper img, 
	.user-links .account-wrapper img {
	    width: auto;
	    height: 22px;
	}
	.user-links .cart-wrapper .icon-setting .fa-shopping-cart {
	    font: 400 22px/24px 'Font Awesome 5 Free';
	}
	.user-links .cart-wrapper .icon-setting .carticon img {
	    width: auto;
	    height: 20px;
	}
	.user-links .cart-wrapper .icon-setting .cartprice{
		display: none;
	}
	.minicart-wrapper .action.showcart .countt {
	    position: absolute;
	    background: #F4DC0E;
	    width: 18px;
	    border-radius: 50px;
	    height: 18px;
	    text-align: center;
	    display: inline-block;
	    font-size: 11px;
	    font-family: Poppins;
	    color: #444444;
	    line-height: 18px;
	    font-weight: 500;
	    padding: 1px;
	    margin: 0;
	    top: -10px;
	    right: -10px;
	}
	.minicart-wrapper .block-minicart {
	    width: 280px;
	}
	.minicart-wrapper .block-minicart:before {
	    right: 145px;
	}
	.minicart-wrapper .block-minicart:after {
	    right: 144px;
	}
	.minicart-wrapper .minicart-items-wrapper {
	    max-height: 250px;
	}
	.block-minicart .block-content>.actions>.primary{
		margin: 0 10px 10px;
	}
	.minicart-wrapper .block-minicart .block-content > .actions .action.primary{
		font: 500 14px/40px Poppins;
	}
	.user-links .cart-wrapper .icon-setting .cartcontent{
		display: none;
	}
	.minicart-wrapper {
	    display: inline-block;
	    position: relative;
	    float: none;
	    margin: 0 0 0 0;
	}
	.main-menu-wrapper {
        display: inline-block;
	    width: 60%;
	    height: 45px;
	    float: right;
	}
	.main-menu-wrapper .container{
		padding-left: 0;
	}
	.main-menu-wrapper .navbar{
		float: right;
		padding: 0px;
	    width: auto;
	    display: inline-block;
	    position: inherit;
	}
	.topbar-menu-wrapper ul {
	    float: none;
	}
	.main-menu-wrapper .navbar {
	    padding: 0px;
	    margin: 0px 0 0 10px;
	    width: 100%;
	    /* justify-content: flex-end;
	    align-items: baseline; */
	    display: inline-block;
	    position: /* absolute */ relative;
    	right: 0;
	}
	.main-menu-wrapper .navbar-header {
	    float: left;
	    width: 100%;
	}
	.main-menu-wrapper .navbar-toggle{
		color: #505050;
	    display: block;
	    margin: 0 auto;
	    position: relative;
	    right: 0;
	    border: 0;
	    box-shadow: none;
	    font-size: 20px;
	    line-height: 45px;
	    padding: 0px;
	    width: auto;
	}
	.main-menu-wrapper .navbar-toggle span{
		display: none;
	}
	.main-menu-wrapper .navbar-toggle:focus, 
	.main-menu-wrapper .navbar-toggle:hover {
	    text-decoration: none;
	    background: transparent;
	    border: 0;
	    color: #333333;
	}
	.main-menu-wrapper .navbar-toggle::before{
		/* content: 'Menu';
	    font: 700 22px/34px 'Barlow';
	    letter-spacing: 1.5px;
	    text-transform: uppercase;
	    color: #333333;
	    display: inline-block;
	    position: relative;
	    margin-right: 5px; */
	}
	.main-menu-wrapper .navbar-toggle::after{
		content: '\f0c9';
		font: 700 22px/30px 'Font Awesome 5 Free';
		color: #333333;
		display: inline-block;
		position: relative;
	}
	.main-menu-wrapper .navbar-toggler .navbar-toggler-icon{
		display: none;
	}
	.main-menu-wrapper .navbar-collapse{
		position: absolute;
	    z-index: 99;
	    background: #ffffff;
	    box-shadow: 0 0 10px rgba(128, 128, 128, 0.62);
	    left: auto;
	    right: 0;
	    top: 100%;
	}
	.main-menu-wrapper .navbar-collapse.collapse{
		display: none !important;
	}
	.main-menu-wrapper .navbar-collapse.collapse.in{
		display: block !important;
	    text-align: center;
	    width: auto;
	}
	.main-menu-wrapper nav .collapse ul li {
	    width: 100%;
	}
	.main-menu-wrapper .navbar-nav .nav-item, 
	.main-menu-wrapper .navbar-nav .level0{
		margin-right: 0px;
	}
	.main-menu-wrapper .navbar-nav .nav-item .nav-link, 
	.main-menu-wrapper .navbar-nav .level0 .level-top {
	    width: 100%;
	    color: #333333	 !important;
	    text-align: left;
	    font: 500 13px/40px Barlow;
	}
	.main-menu-wrapper .navbar-nav .nav-item.active .nav-link,
	.main-menu-wrapper .navbar-nav .level0.active .level-top,
	.main-menu-wrapper .navbar-nav .nav-item:hover .nav-link,
	.main-menu-wrapper .navbar-nav .level0:hover .level-top{
		color: #fff;
	}
	.main-menu-wrapper .navbar-nav .nav-item .nav-link::after, 
	.main-menu-wrapper .navbar-nav .level0 .level-top::after{
		display: none;
	}
	.main-menu-wrapper .navbar-nav .nav-item .dropdown-menu,
	.main-menu-wrapper .navbar-nav .level0 > .submenu {
	    display: none;
	}
	.main-menu-wrapper .navbar-nav .level0 > .submenu {
	    width: 100% !important;
	    background: #f5f5f5;
	    padding: 0;
	    position: relative !important;
	    left: 0px !important;
	    top: 0px !important;
	    z-index: 10;
	}
	.main-menu-wrapper .navbar-nav .nav-item .dropdown-menu.show,
	.main-menu-wrapper .navbar-nav .level0 .level0.submenu.show {
	    width: 100%;
	    background: #f5f5f5;
	    padding: 0;
	    display: inline-block;
	    margin: 0;
	    border: 0;
	    border-radius: 0;
	}
	.main-menu-wrapper .dropdown-menu > .dropdown-item,
	.main-menu-wrapper .level0.submenu > .level1,
	.main-menu-wrapper .level0.submenu > .all-category {
	    padding: 0 0 0 0;
    	font: 400 13px/20px Poppins;
	    color: #272727;
	    white-space: normal;
	    border-bottom: 0;
	}
	.main-menu-wrapper .dropdown-menu > .dropdown-item,
	.main-menu-wrapper .navbar-nav .level0 > .submenu > .level1 > a,
	.main-menu-wrapper .navbar-nav .level0 > .submenu > .all-category > a {
	    font: 400 13px/40px Poppins;
	    padding: 0px 25px;
	}

	.main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav {
	    margin: 0 auto;
	    max-height: 350px;
	    overflow: auto;
	    text-align: center;
	    float: right;
	    display: flex;
	    flex-direction: column;
	    min-width: 250px;
	    justify-content: center;
	    align-items: baseline;
	}
	.main-menu-wrapper .navbar-nav .level0 > .submenu {
	    display: none;
	    width: 100% !important;
	    background: #f5f5f5;
	    padding: 0;
	    position: relative !important;
	    left: 0px !important;
	    top: 0px !important;
	    box-shadow: none;
	    z-index: 10;
	}
	.main-menu-wrapper .navbar-nav .nav-item .dropdown-menu.show,
	.main-menu-wrapper .navbar-nav .level0 .level0.submenu.show {
	    width: 100%;
	    background: #f5f5f5;
	    padding: 0;
	    display: inline-block;
	    margin: 0;
	    border: 0;
	    border-radius: 0;
	}
	.main-menu-wrapper .navbar-nav .level0.submenu > .all-category,
	.main-menu-wrapper .navbar-nav .level0.submenu .category-item{
		padding: 0 0 0 0;
	}
	.main-menu-wrapper .navbar-nav .level0.submenu .category-item.parent .submenu {
	    position: inherit;
	    box-shadow: none;
	    top: 0 !important;
	    left: 0 !important;
	    width: 100%;
	    background: #f5f5f5;
	    padding: 0 0 0 15px;
	    margin: 0;
	    z-index: 10;
	    display: none;
	}
	.main-menu-wrapper .navbar-nav .level0.submenu .category-item a.ui-corner-all span.ui-icon-carat-1-e::after {
	    transform: rotate(90deg);
	}
	/* Megamenu CSS */
	.ves-menu .ves-megamenu {
	    background: #fff;
	}
	.ves-megamenu li.level0{
		width: 100%;
	}
	.ves-megamenu li.level0 > a {
	    padding: 0px 10px;
	    margin: 0;
	    display: inline-block;
	    width: 100%;
	    font: 600 14px/40px Barlow;
	}
	.ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
	    padding: 20px;
	    width: 100% !important;
	    left: 0 !important;
	    position: inherit;
	}
	.ves-megamenu .submenu-left > .submenu {
	    display: inline-block !important;
	    width: 100% !important;
	    left: 0 !important;
	    position: relative;
	    padding: 0;
	}
	
	.page-footer .footer-bottom-main .copyright {
	    text-align: center;
	    margin: 0 0 15px 0;
	}
	.page-footer .footer-bottom-main .payment-cards {
		text-align: center;
	    float: none;
	    display: inline-block;
	}
	.page-footer .footer-bottom-main .payment-cards li a img {
	    height: 20px;
	    width: auto;
	}
	.title-style {
	    margin-bottom: 20px;
	}
	.title-style .title-name {
	   font: 600 45px/55px Barlow Condensed;
	   word-break: normal;
	}
	/*.nomp-sides{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}*/
	.title-style.toplink .title-link::before {
	    display: none !important;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	    background: rgba(251, 242, 214, 0.7);
	}
	.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
	    background: rgba(251, 242, 214, 0.9);
	}
	.page-products .columns {
	    padding-top: 60px;
	    position: relative;
	    z-index: 1;
	    display: inline-block;
	}
	ul.count-2,
	ul.count-3,
	ul.count-4 {
	    column-count: 2;
	}



	.home-banner-section .home-mainslider .carousel-caption {
	    position: absolute;
	    left: auto;
	    z-index: 10;
	    padding: 5px;
	    text-align: center;
	    width: 100%;
	}
	.home-mainslider .carousel-caption .contentArea {
	    margin-bottom: 10px;
	}
	.home-mainslider .carousel-caption span {
	    margin: 0 5px;
	}
	.home-mainslider .carousel-caption span .chin-lang {
	    font: 400 35px/40px 'Ma Shan Zheng';
	}
	.home-mainslider .carousel-caption span .eng-lang {
	    font: 600 35px/40px 'Barlow Condensed';
	}
	.home-mainslider .carousel-caption .btnTheme{
	    padding: 0 15px !important;
	    margin: 0;
	    line-height: 35px !important;
	    height: 35px;
	    min-width: auto;
	}
	.carousel-control {
	    top: 40%;
	}



	.featured-categories-wrapper,
	.testimonial-wrapper,
	.featured-products-wrapper,
	.page-footer .footer-top-main,
	.aboutUs-wrapper,
	.ourService-wrapper .ourService-main,
	.ourCharges-wrappers,
	.ourPractitioners-wrapper,
	.ourPractitioners-wrapper + .testimonial-wrapper,
	.blog-list-wrapper,
	.blog-details-wrapper,
	.product-details-wrapper,
	.related-products-wrapper,
	.contactUs-wrapper,
	.getintouch-wrapper{
		padding: 40px 0;
	}

	
	.featured-categories-wrapper .col-xs-12.col-sm-6.col-md-3.col-lg-3{
		padding: 0 15px 30px;
	}
	.featured-categories-wrapper .col-xs-12.col-sm-6.col-md-3.col-lg-3:last-child{
		padding: 0 15px 0;
	}
	.featured-feeling-wrapper .rightSection .featured-feeling ul{
		margin: 0;
	}
	.featured-feeling-wrapper .rightSection .featured-feeling ul li {
	    margin: 0 0 30px;
	}
	.featured-section-wrapper .category-image .section-image {
	    width: auto;
	    height: 400px;
	    max-width: fit-content;
	    position: relative;
	    left: -10%;
	}
	.featured-section-wrapper .section-heading-main {
	    width: 80%;
	}
	.featured-section-wrapper .section-heading-main h3 {
	    font: 600 35px/40px 'Barlow Condensed';
	}
	.featured-section-wrapper .section-heading-main p {
	    font: 500 17px/22px Barlow;
	    margin: 0 0 25px;
	}
	.page-footer .footer-top-main > .container-fluid > .row, .page-footer .footer-bottom-main > .container-fluid > .row {
	    padding: 0;
	}
	.footer-top-main .leftSection .footer-links span {
	    width: 33%;
	}
	.footer-top-main .rightSection .subscribe-wrapper .title-subscribe{
	    width: 100%;
	    margin: 0 20px 20px 0;
	}
	.footer-top-main .rightSection .subscribe-wrapper .form-subscribe{
	    width: 100%;
	}
	.footer-top-main .rightSection .subscribe-wrapper .form-subscribe .form-control{
		padding: 0;
	}
	.footer-top-main .rightSection .subscribe-wrapper .form-subscribe .form-control .btnTheme{
		padding: 0 20px !important;
	}
	.footer-links-main .row .col-xs-12.col-sm-12.col-md-4.col-lg-4{
		padding: 0 15px 30px !important;
	}
	.footer-links-main .row .col-xs-12.col-sm-12.col-md-2.col-lg-2{
		padding: 0 15px 30px !important;
	}
	.footer-links-main .row .col-xs-12.col-sm-12.col-md-2.col-lg-2:last-child{
		padding: 0 15px 0 !important;
	}
	.page-footer .footer-links-main .row .col-xs-12.col-sm-12.col-md-2.col-lg-2 .footer-links ul{
		column-count: 2;
	}
	.page-footer .footer-bottom-main .payment-cards li a {
	    text-align: center;
	}
	.page-footer .footer-section-top .footer-section-main{
		flex-direction: column;
	}
	.page-footer .footer-section-top .footer-section-main h3 {
	    text-align: center;
	    margin: 0 0 30px;
	}

	.aboutUs-wrapper .row{
		flex-direction: column;
	}
	.aboutUs-wrapper .rightSection .contentArea{
		width: 100%;
	}

	.ourService-wrapper > .container-fluid {
	    padding: 0 15px;
	}
	.ourService-main .title-style .title-name .chi-lang {
	    display: block;
	    text-align: center;
	}
	.ourService-wrapper .ourService-main{
		flex-direction: column;
		padding: 20px 0;
	}
	.ourService-wrapper .ourService-main.ltext-rimg{
	    flex-direction: column;
	}
	.ourService-main .imageArea {
	    width: 100%;
	}
	.ourService-main .contentArea{
		width: 100%;
		padding: 0;
	}
	.ourService-main.ltext-rimg .contentArea{
		width: 100%;
		padding: 0;
	}
	.ourService-main.herbalservice::before,
	.ourService-main.accupunctureservice::before,
	.ourService-main.cuppingservice::before,
	.ourService-main.moxibustionservice::before{
		display: none;
	}
	.ourCharges-main {
	    width: 100%;
	}
	.ourCharges-main .table tbody th{
		padding: 5px !important;
	    white-space: unset !important;
	    word-break: inherit;
	    min-width: 100px;
	    max-width: 180px;
	}
	.ourCharges-main .table tbody td{
		padding: 5px !important;
	    white-space: unset !important;
	    word-break: inherit;
	    max-width: 180px;
	}

	.ourPractitioners-wrapper .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4{
		padding: 0 15px 30px;
	}
	.ourPractitioners-wrapper .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4:last-child{
		padding: 0 15px 0;
	}
	.testimonial-wrapper .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4{
		padding: 0 15px;
	}
	.testimonial-container {
	    margin: 0 0 30px;
	    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	}
	.testimonial-wrapper .toolbar-bottom {
	    margin: 20px 0 0;
	    padding: 30px 0 0;
	}

	.blog-list-wrapper .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4{
		padding: 0 15px;
	}
	.blog-details-main{
		width: 100%;
		padding: 0;
	}
	.blog-details-main .postBtn-group {
        flex-direction: column;
        padding: 30px 0 0;
	}
	.blog-details-main .postBtn-group .btnTheme{
        margin: 5px 0;
        width: 100%;
	}

	.product-details-wrapper .qty-btnArea {
	    padding: 25px 0 0 0;
	}
	.qty-btnArea .qtyCounter{
		margin: 0 0 10px;
	}
	.qty-btnArea .btnArea .btnTheme.cart {
	    min-width: 200px;
	}
	.tabbing-section .nav.nav-pills .nav-item{
		width: 100%;
		margin: 0;
	}
	.tabbing-section .nav.nav-pills .nav-item .nav-link{
		width: 100%;
		margin: 5px 0 !important;
	}
	.tabbing-section .tab-content {
	   padding: 20px;
    	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
	}
	.title-style.toplink .title-name {
	    width: 75%;
	}

	.contactUs-wrapper > .container-fluid {
	    padding: 0 15px;
	}
	.contactUs-wrapper .contactUs-main {
	    flex-direction: column;
	}
	.contactUs-main .enquiry-wrapper{
		width: 100%;
		padding: 0;
		margin: 0 0 30px; 
	}
	.contactUs-main .imageArea{
		width: 100%;
		padding: 0;
	}
	.getintouch-wrapper > .container-fluid {
	    padding: 0 15px;
	}
	.getintouch-wrapper .getintouch-main{
		flex-direction: column;
	}
	.getintouch-wrapper .mapArea{
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}
	.getintouch-wrapper .mapArea iframe{
		height: 250px;
	}
	.getintouch-wrapper .contactArea-main{
		width: 100%;
		padding: 0;
	}
	.getintouch-wrapper .contactdetails ul li .imageArea {
	    width: 60px;
	    height: 60px;
	    margin-right: 15px;
	}
	.getintouch-wrapper .contactdetails ul li .imageArea img {
	    max-height: 30px;
	    max-width: 30px;
	}
	.thankYou-wrapper {
		display: block;
	    height: 450px;
	    overflow: hidden;
	}
	.thankYou-wrapper .imageArea {
	    height: 450px;
	}
	.thankYou-wrapper .imageArea img {
	    width: auto;
	    height: 450px;
	    max-width: fit-content;
	    position: relative;
	    left: -100%;
	}
	.thankYou-wrapper .contentArea {
		top: 2%;
	    left: 0;
	    padding: 20px 50px 20px 20px;
	}
	.thankYou-wrapper .contentArea p.base2 {
	    font: 600 14px/22px Barlow;
	}

	main.page-main{
		padding: 0;
	}
	.btnTheme {
	    /*min-width: 120px;
	    height: 35px;
	    font: 600 13px/35px Poppins !important;*/
	}



	.sidebar.sidebar-main {
	    width: 100%;
	}
	.page-title-wrapper .page-title {
        margin-bottom: 0px;
    	height: 100px;
	}
	.page-title-wrapper,
	.page-title-wrapper .category-image {
	    /*height: 150px;*/
	}
	.page-title-wrapper .category-image .banner-image {
	    left: auto;
	    bottom: 0;
	    width: auto;
	    height: 100%;
	    right: 0;
	}
	.page-title-wrapper .page-title .base {
	    font: 700 35px/40px Futura;
	}
	.page-layout-2columns-left .page-title-wrapper .page-title .base {
	    font: 700 35px/50px Futura;
	    color: #fff;
	}
	.page-layout-2columns-left .page-title-wrapper .page-title {
	    text-align: center;
	    margin: 18px;
	}

	.page-title-wrapper .category-image .breadcrumbs {
	    margin: 0;
	    display: block;
	    text-align: left;
	    padding: 5px 0 10px;
	    max-width: 100%;
	}

	.catalog-product-view.page-layout-fullpage-layout .media-cart,
	.catalog-product-view.page-layout-fullpage-layout .product-info-main {
	    width: 100%;
	    float: left;
	    display: inline-block;
	}
	.catalog-product-view.page-layout-fullpage-layout .media-cart{
		margin-bottom: 30px;
	}
	.catalog-product-view.page-layout-fullpage-layout .columns{
		flex-direction: column-reverse;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions {
	    display: -webkit-inline-flex;
	    display: -ms-flexbox;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions .btnTheme{
	    margin: 0 0 10px 0;
    	min-width: 200px;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions .btnTheme.blue{
	    margin: 0;
	}
	

	.block.filter .block-title.filter-title{
	    display: inline-block !important;
	    width: 100%;
	    margin: 0 0 1px;
	}
	.block.filter .block-title.filter-title strong{
		text-align: left;
	    display: inline-block;
	    background-color: #f4dc0e;
	    color: #444444;
	    padding: 15px 30px;
		width: 100%;
		margin: 0px;
		cursor: pointer;
	}
	.block.filter.active .block-title.filter-title strong{
		background-color: #a33606;
	    color: #ffffff;
	}
	.block.filter .block-content.filter-content{
		display: none;
	}
	.block.filter.active .block-content.filter-content{
		display: block;
	}
	.filter-content .filter-subtitle {
	    font: 400 35px/52px 'Noto Serif';
	    margin: 10px 0 20px;
	}
	.form.password.reset,
	.form.send.confirmation,
	.form.create.account,
	.form.search.advanced,
	.form.form-orders-search{
	    min-width: auto;
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}
	.form.create.account > .fieldset {
	    width: 100%;
	    margin: 0 0 45px;
	}
	.box-tocart.boxed-contents.qty-count .fieldset .actions {
	    display: inline-block;
	    margin-top: 20px;
	}
	.box-tocart.boxed-contents.qty-count .fieldset .actions .tocart.btnTheme.yellow{
	    margin: 0 0 5px 0;
	}
	.box-tocart.boxed-contents.qty-count .fieldset .actions .btnTheme{
		width: 100%;
	}
	#back2Top {
	    right: 15px;
	    bottom: 15px;
	}
	.product-details-wrapper,
	.featured-contactdetails-wrapper{
	    padding: 0 0 40px;
	}
	.related-products-wrapper,
	.page-footer .footer-top-main,
	.featured-contactfrom-wrapper {
	    padding: 40px 0;
	}
	.page-footer .footer-bottom-main .copyright {
	    font: 300 14px/18px Poppins;
	    text-align: center;
	    margin: 0 0 15px 0;
	}
	.footer-bottom-main .row > .col-xs-12.col-sm-12.col-md-3.col-lg-3{
		text-align: center;
	}
	.page-footer .footer-bottom-main .payment-cards {
	    float: none;
	    display: inline-block;
	}
	.title-style .title-name {
	   font: 700 50px/60px Futura;
	   word-break: normal;
	}
	/*.nomp-sides{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}*/
	

	

	



	.page-main .columns .sidebar.sidebar-main, .page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main{
		width: 100%;
		padding: 0;
	}
	.cms-index-index .page-title-wrapper{
		display: none;
	}
	.page-layout-fullpage-layout .columns{
		display: inline-block;
		width: 100%;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main,
	.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main{
		width: 100%;
		margin-bottom: 30px;
		padding: 20px;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main {
    	padding: 0 0 40px;
    }
    .customer-account-login .page-title-wrapper .page-title .base,
    .checkout-cart-index .page-title-wrapper .page-title .base,
    .catalogsearch-result-index .page-title-wrapper .page-title .base,
    .customer-account-create .page-title-wrapper .page-title .base,
    .customer-account-forgotpassword .page-title-wrapper .page-title .base,
    .account.page-layout-2columns-left .page-title-wrapper .page-title .base {
	    color: #000;
	    font: 700 30px/35px Poppins;
	}
	.account .page-main{
		padding-top: 0px;
	}
	.account.page-layout-2columns-left #maincontent .columns{
		margin: 20px auto 40px;
	}
	.account.page-layout-2columns-left .page-title-wrapper {
	    padding: 0;
	}
	.mw-reward-points .button-coupon button {
	    margin: 9px 0 0 0;
	}
	.mw-reward-points .input-text,
	.mw-reward-points select,
	.mw-reward-points textarea {
	    width: 100% !important;
	    max-width: 100%;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main{
		width: 100%;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav{}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title{
	    width: 100%;
	    height: 40px;
	    display: inline-block;
	    clip: unset;
	    overflow: hidden;
	    position: relative;
	    margin: 0;
	    padding: 0;
	    line-height: normal;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title strong{
	    display: inline-block;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font: 700 16px/20px Poppins;
	    color: #fff;
	    text-align: left;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title strong::before{
	    content: 'My Accounts';
	    display: inline-block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 40px;
	    line-height: 40px;
	    width: 100%;
	    background: #a33606;
	    padding: 0 20px;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title.active strong::before{
	    background: #f4dc0e;
    	color: #444444;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .content.account-nav-content{
	    display: none !important;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .content.account-nav-content.active{
	    display: block !important;
	}
	.cart.table-wrapper .item .col.item{
		display: block;
	    min-height: 90px;
    	padding: 10px 0 10px !important;
	    position: relative;
	}
	.cart.table-wrapper .col.price,
	.cart.table-wrapper .col.qty,
	.cart.table-wrapper .col.subtotal{
   		width: 33% !important;
	}
	.form.form-cart .cart.main.actions {
	    display: flex;
	    justify-content: center;
	    align-items: baseline;
	    flex-direction: row;
	}
	.opc-estimated-wrapper .minicart-wrapper{
		display: none;
	}
	.opc-estimated-wrapper .estimated-block{
	    font-size: 17px;
	    font-weight: 700;
	    display: flex;
	    width: 100%;
	    float: left;
	    justify-content: space-between;
	}
	.checkout-container .opc-wrapper,
	.checkout-container .opc-sidebar.opc-summary-wrapper{
		width: 100%;
		display: inline-block;
	}
	.checkout-onepage-success .page-title-wrapper .page-title{
		text-align: center;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions {
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions .btnTheme{
	    margin: 0;
    	width: 220px;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions .btnTheme.red{
		margin-bottom: 10px;
	}
	.home-mainslider-mobile .btnTheme.red{
		margin: 0px;
		width: 150px;
	}
	.home-mainslider-mobile .btnTheme.red .btn-text{
		line-height: 50px !important;
	    padding: 0px 20px !important;
	    font-size: 16px !important;
	}
	.customer-account-login #maincontent .columns,
	.checkout-cart-index #maincontent .columns,
	.page-print.account.page-layout-1column #maincontent .columns,
	.checkout-onepage-success #maincontent .columns,
	.checkout-index-index #maincontent .columns,
	.catalogsearch-result-index #maincontent .columns,
	.customer-account-create #maincontent .columns,
	.customer-account-forgotpassword #maincontent .columns {
	    padding: 0;
	}
	.minicart-wrapper .action.showcart .counter.qty {
	    background: #f90000;
	    color: #fff;
	    height: 16px;
	    line-height: 11px;
	    border-radius: 40px;
	    display: inline-block;
	    margin: 0;
	    width: 15px;
	    overflow: hidden;
	    padding: 1px;
	    text-align: center;
	    white-space: normal;
	    position: absolute;
	    top: 4px;
	    right: -5px;
	}
	.minicart-wrapper .action.showcart .counter.qty .counter-number {
	    font-size: 10px;
	    line-height: 14px;
	}
	.getintouch-wrapper .row > .col-xs-12.col-sm-6.col-md-3.col-lg-3::after{
		display: none;
	}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr {
	    /* display: block; */
	    border-bottom: 1px solid #ccc;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	.block.crosssell .products-crosssell .items.product-items .item.product.product-item{
	    width: 100%;
	}
	/* .categorypath-thank-you #custom_main_container {
	    max-width: 100% !important;
	    padding: 0 !important;
	} */

	.featured-aboutus-wrapper {
	    padding: 40px 0;
	}
	.featured-aboutus-wrapper .left-section {
	    width: 100%;
	    padding: 0 0 0 0;
	    height: auto;
	    display: inline-block;
	}
	.featured-aboutus-wrapper .right-section {
	    max-height: 235px;
	}
	.featured-aboutus-wrapper .right-section .bg-shadow {
	    height: 235px;
	}
	.featured-aboutus-wrapper .right-section .bg-shadow::before {
	    width: 100px;
	    height: 240px;
    	left: -80px;
	    bottom: -100px;
	}
	.featured-aboutus-wrapper .right-section img {
	    max-height: 235px;
	    padding: 0 0 0 0;
	}
	.featured-category-wrapper {
	    padding: 0 0 40px;
	}
	.page-footer .footer-subscribe .subscribe-content {
	    width: 60%;
	    float: right;
	    display: inline-block;
	    margin-left: 40%;
	    padding: 0 15px;
	}
	.page-footer .footer-subscribe .subscribe-content h4 {
    	font: 400 30px/40px Noto Serif;
    }
    .page-footer .footer-subscribe form.subscribe .btn-subscribe {
    	min-width: 100px;
    	height: 40px;
    }
    .page-footer .footer-top-main .col-xs-12.col-sm-12.col-md-4.col-lg-4{
	    flex: 0 0 50%;
    	max-width: 50%;
	    margin-bottom: 20px;
    }
    .page-footer .footer-top-main .col-xs-12.col-sm-12.col-md-4.col-lg-4 .footer-links .col-xs-12.col-sm-12.col-md-6.col-lg-6,
    .page-footer .footer-top-main .col-xs-12.col-sm-12.col-md-2.col-lg-2{
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .page-main .columns .sidebar.sidebar-main ~ .column.main,
    .page-with-filter.page-layout-2columns-left #maincontent .columns .column.main {
	    display: inline-block;
	    flex-grow: unset;
	    max-width: 100%;
	    width: 100%;
	    float: left;
	    padding: 0 0 20px;
	}
	.wishlist-index-index .products-grid .product-item {
	    margin-left: calc((100% - 4 * 24.439%) / 3) !important;
	    padding: 0;
	    width: 100% !important;
	}
	.products-grid.wishlist .product-item-photo {
	    float: left;
	    margin-right: 0;
	    display: inline-block;
	    width: auto;
	}
	.products-grid.wishlist .product-image-container {
	    max-width: 80px;
	    max-height: 80px;
	    display: inline-block;
	}
	.products-grid.wishlist .product-item-photo .product-image-wrapper{
		padding-bottom: 0px !important;
		height: auto;
	}
	.products-grid.wishlist .product-item-photo .product-image-photo {
	    top: -10px;
	}
	.wishlist-index-index .products-grid.wishlist .product-item {
	    margin-bottom: 20px;
	}
	.form-wishlist-items .products-grid.wishlist .product-item .product-item-info {
	    padding: 10px;
	}
	.products-grid.wishlist .product-item-actions .action.delete {
	    float: right;
	    line-height: 40px;
	    margin: 0 !important;
	}
	.customer-account-login .actions-toolbar > .secondary .action,
	.checkout-cart-index .actions-toolbar > .secondary .action,
	.page-print.account.page-layout-1column .actions-toolbar > .secondary .action,
	.checkout-onepage-success .actions-toolbar > .secondary .action,
	.checkout-index-index .actions-toolbar > .secondary .action,
	.catalogsearch-result-index .actions-toolbar > .secondary .action,
	.customer-account-create .actions-toolbar > .secondary .action,
	.customer-account-forgotpassword .actions-toolbar > .secondary .action,
	.account.page-layout-2columns-left .actions-toolbar > .secondary .action,
	.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-cancel {
	    font: 500 14px/40px Poppins;
	}
	.customer-account-login .actions-toolbar,
	.checkout-cart-index .actions-toolbar,
	.page-print.account.page-layout-1column .actions-toolbar,
	.checkout-onepage-success .actions-toolbar,
	.checkout-index-index .actions-toolbar,
	.catalogsearch-result-index .actions-toolbar,
	.customer-account-create .actions-toolbar,
	.customer-account-forgotpassword .actions-toolbar,
	.account.page-layout-2columns-left .actions-toolbar {
	    margin: 0px;
	    display: block;
	    width: 100%;
	}
	.actions-toolbar.order-actions-toolbar {
	    margin: 40px 0 0;
	}
	.owl-carousel .owl-nav button.owl-next span,
	.owl-carousel .owl-nav button.owl-prev span{
	    font-size: 0px;
	}
	.owl-carousel .owl-nav button.owl-next{
	    right: 0px;
	}
	.owl-carousel .owl-nav button.owl-prev{
	    left: 0px;
	}
	#shopping-cart-table .item-actions td {
	    background-color: #f9f9f9;
	}

	.order-links .item { width: 100%; }
	.order-links .item a { width: 100%; }
	.order-links .item a:hover, .order-links .item.current strong { width: 100%; }

	form#referralForm table.data-table, form#referralForm table.data-table thead, form#referralForm table.data-table tbody, form#referralForm table.data-table th, form#referralForm table.data-table td, form#referralForm table.data-table tr { display: block; }
	form#referralForm table.data-table thead tr { position: absolute; top: -9999px; left: -9999px; }
	form#referralForm table.data-table tr { border-bottom: 1px solid #ddd; padding-bottom: 10px; }
	form#referralForm table.data-table td { border: none; border-bottom: 0; position: relative; padding: 2px 10px; padding-left: 30%;}
	form#referralForm table.data-table td:before { position: absolute; top: 6px; left: 6px; width: 30%; font-weight: 600; padding-right: 10px; white-space: nowrap; }
	/* Label the data */
	form#referralForm table.data-table td:nth-of-type(1):before { content: "#"; }
	form#referralForm table.data-table td:nth-of-type(2):before { content: "Name"; line-height: 50px; }
	form#referralForm table.data-table td:nth-of-type(3):before { content: "Email"; line-height: 50px; }


	.price-including-tax, .price-excluding-tax {
	    font-size: 15px;
	    line-height: 18px;
	}
	.main-menu-wrapper .navbar-nav .level0.parent a.level-top .ui-icon-carat-1-e::after {
	    line-height: 40px;
	}
	.featured-category .product-item-photo .product-image-wrapper {
	    height: 225px;
	}
	.featured-products-wrapper {
	    padding: 40px 0;
	}
	.featured-products-wrapper .row > .col-xs-12.col-sm-4.col-md-3.col-lg-3,
	.product-list-wrapper .product-list-contents .row > .col-xs-12.col-sm-6.col-md-4.col-lg-4.item{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.footer-bottom-main .row > .col-xs-12.col-sm-12.col-md-9.col-lg-9,
	.footer-bottom-main .row > .col-xs-12.col-sm-12.col-md-3.col-lg-3{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.featured-aboutus-wrapper.aboutus,
	.featured-services-wrapper {
	    padding: 0 0 40px;
	}
	.featured-aboutus-wrapper .left-section .section-description p {
	    font: 300 13px/22px Poppins;
	}
	.product-details-wrapper .product-info-main .prd-info{
		margin-bottom: 15px;
	}
	.product-details-wrapper .product-info-main .prd-info .product-label {
    	font: 400 25px/30px Noto Serif;
    }
    .customer-account-login .actions-toolbar .primary .action.primary, .customer-account-createpassword .actions-toolbar .primary .action.primary, .customer-account-logoutsuccess .actions-toolbar .primary .action.primary, .checkout-cart-index .actions-toolbar .primary .action.primary, .page-print.account.page-layout-1column .actions-toolbar .primary .action.primary, .checkout-onepage-success .actions-toolbar .primary .action.primary, .checkout-index-index .actions-toolbar .primary .action.primary, .catalogsearch-result-index .actions-toolbar .primary .action.primary, .customer-account-create .actions-toolbar .primary .action.primary, .customer-account-forgotpassword .actions-toolbar .primary .action.primary, .account.page-layout-2columns-left .actions-toolbar .primary .action.primary, .form.amgiftcard-form .buttons-set .action.primary, .mw-reward-points button, .aw-ln-range-slider-wrapper .aw-ln-slider-button, .cart-container .checkout-methods-items .action.primary, .minicart-wrapper .block-minicart .block-content > .actions .action.primary, .authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .action.secondary, .checkout-onepage-success .column.main .action.primary {
	    font: 500 13px/40px Poppins;
	}
	.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
	    margin: 0;
	    display: inline-block;
	}
	input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"], .input-text, select {
	    font: 400 14px/40px Poppins;
	    height: 40px;
	    padding: 0 20px;
	}
	.wishlist-index-index .products-grid .product-item {
	    width: 49% !important;
	}
	.products-grid.wishlist .product-item .price-box {
	    display: inline-block;
	    padding-left: 10px;
	}
	.products-grid.wishlist .product-item-actions .action.delete {
	    float: none;
	    line-height: normal;
	}
	.products-grid.wishlist .product-item-name {
	    padding-left: 10px;
	}
	.cart-summary,
	.abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
	    width: 100%;
	}
	.cart-container{
		display: flex;
    	flex-direction: column-reverse;
	}
	.account.page-layout-2columns-left .page-title-wrapper .order-actions-toolbar .actions{
	    display: inline-block;
	    width: 100%;
	}
	.wishlist-index-index .product-item-inner .product-item-actions{
		float: right;
	}
	.wishlist-index-index .product-item-inner .product-item-actions .action.delete{
	    line-height: 40px;
	}
	.item-actions .action.action-delete span::before,
	.wishlist-index-index .product-item-inner .action.delete span::before{
	    content: '\f2ed';
	    color: #444444;
	    visibility: visible;
	    font-family: 'Font Awesome 5 Free';
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 38px;
	    display: inline-block;
	}
	.opc-wrapper .step-title {
	    padding-bottom: 15px;
	}
	.cms-terms-conditions .columns .column.main,
	.cms-shipping .columns .column.main,
	.cms-return-exchange .columns .column.main{
	    margin: 0 0 40px 0;
	}
	.table th.col, .table td.col {
	    min-width: auto;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){
	body{
		font-smooth: always;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.page-header {
	    /*height: 125px;*/
	}
	.logo-wrapper-container {
	    height: auto;
	}
	.logo-wrapper-main {
    	height: auto;
	    display: inline-block;
	    width: 100%;
    }
    .logo-wrapper-main .social-wrapper{
		float: left;
	    width: 20%;
	    text-align: left;
	    display: inline-block;
	    margin-bottom: 5px;
    }
    .logo-wrapper-main .social-wrapper ul {
	    display: inline-flex;
	    height: 45px;
	    align-items: center;
	}
	.logo-wrapper-main .logo-wrapper {
        width: 50%;
	    height: 45px;
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	    margin-bottom: 5px;
	}
	.logo-wrapper-main .logo-wrapper h1{
		text-align: center;   
	}
	.logo-wrapper-container .logo-wrapper h1 > a img{
		width: auto;
    	height: 35px;
	}
	.logo-wrapper-container .user-links {
	    width: 30%;
	    justify-content: space-evenly;
	    height: 45px;
	}
	.user-links .currency-wrapper .currTitle{
		display: none;
	}
	/*.logo-wrapper-container {
	    padding: 0;
	    height: auto;
	}
	.logo-wrapper-main {
    	height: 80px;
    }
	.logo-wrapper-container .logo-wrapper {
	    width: 25%;
	}
	.logo-wrapper-container .logo-wrapper h1 > a img{
		width: auto;
    	height: 65px;
	}
	.logo-wrapper-container .logo-wrapper h1 > img{
		width: auto;
	    height: 65px;
	}
	.logo-wrapper-container .search-wrapper {
	    width: 40%;
	}
	.logo-wrapper-container .user-links {
	    width: 35%;
        justify-content: space-evenly;
	}*/
	.user-links .search-wrapper,
	.user-links .currency-wrapper,
	.user-links .wishlist-wrapper, 
	.user-links .account-wrapper {
	    width: auto;
	    background: transparent;
	    border-radius: 0px;
	    margin: 0 5px 0 0;
	}
	/* .logo-wrapper-container .search-wrapper .search-find{
		display: none;
	} */
	.user-links .search-wrapper .search-box{
		width: 20px;
		text-align: center;
	}
	.user-links .search-wrapper .search-box .action .fa-search{
		font-size: 19px;
    	color: #6e6e6e;
	}
	.user-links .wishlist-wrapper img, 
	.user-links .account-wrapper img {
	    width: auto;
	    height: 20px;
	}
	.user-links .cart-wrapper .icon-setting .carticon img {
	    width: auto;
	    height: 20px;
	}
	#searchArea .search-search select {
	    margin: 0 0 10px 0 !important;
	}
	.minicart-wrapper .action.showcart .countt {
	    position: absolute;
	    background: #F4DC0E;
	    width: 18px;
	    border-radius: 50px;
	    height: 18px;
	    text-align: center;
	    display: inline-block;
	    font-size: 11px;
	    font-family: Poppins;
	    color: #444444;
	    line-height: 18px;
	    font-weight: 500;
	    padding: 1px;
	    margin: 0;
	    top: -10px;
	    right: -10px;
	}
	.minicart-wrapper .block-minicart {
	    width: 280px;
	}
	.minicart-wrapper .block-minicart:before {
	    right: 145px;
	}
	.minicart-wrapper .block-minicart:after {
	    right: 144px;
	}
	.minicart-wrapper .minicart-items-wrapper {
	    max-height: 250px;
	}
	.block-minicart .block-content>.actions>.primary{
		margin: 0 10px 10px;
	}
	.minicart-wrapper .block-minicart .block-content > .actions .action.primary{
		font: 500 14px/40px Poppins;
	}
	.user-links .cart-wrapper .icon-setting .cartcontent{}
	.minicart-wrapper {
	    display: inline-block;
	    position: relative;
	    float: none;
	    margin: 0 0 0 0;
	}
	.main-menu-wrapper {
        display: inline-block;
	    width: 100%;
	    height: 45px;
	}
	.main-menu-wrapper .container{
		padding-left: 0;
	}
	
	.main-menu-wrapper .navbar{
		float: left;
		padding: 0px;
	    width: auto;
	    display: inline-block;
	    position: inherit;
	}

	.topbar-menu-wrapper ul {
	    float: none;
	}
	.main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav{
		/* flex-direction: column; */
		width: 100%;
	}
	.main-menu-wrapper nav.navbar .collapse.navbar-collapse .header-nav.navbar-nav{
		/* display: none; */
	}
	.main-menu-wrapper nav.navbar .collapse.navbar-collapse.show .header-nav.navbar-nav{
		display: flex;
	}
	.main-menu-wrapper .navbar.navbar-expand-lg {
	    padding: 0px;
	    margin: 0px 0 0 10px;
	    width: 100%;
	    /* justify-content: flex-end;
	    align-items: baseline; */
	    display: inline-block;
	    position: absolute;
    	right: 0;
	}
	.navbar-toggler-icon {
	    width: 30px;
	    height: 45px;
	}
	.main-menu-wrapper .navbar-toggler{
		color: #505050;
	    display: block;
	    margin: 0 auto;
	    position: relative;
	    right: 0;
	    border: 0;
	    box-shadow: none;
	    font-size: 20px;
	    line-height: 45px;
	    padding: 0px;
	    width: auto;
	}
	.main-menu-wrapper .navbar-toggler:focus, 
	.main-menu-wrapper .navbar-toggler:hover {
	    text-decoration: none;
	    background: transparent;
	    border: 0;
	    color: #505050;
	}
	.main-menu-wrapper .navbar-toggler::before{
		content: '\f0c9';
		font: 700 20px/30px 'Font Awesome 5 Free';
		color: #505050;
		display: inline-block;
		position: relative;
	}
	.main-menu-wrapper .navbar-toggler::after{
		content: 'Menu';
		font: 400 20px/34px Futura Bk BT;
		text-transform: uppercase;
		color: #505050;
		display: inline-block;
		position: relative;
		margin-left: 5px;
	}
	.main-menu-wrapper .navbar-toggler .navbar-toggler-icon{
		display: none;
	}
	.main-menu-wrapper .navbar-collapse{
		position: absolute;
	    z-index: 99;
	    width: 100%;
	    background: #ffffff;
	    box-shadow: 0 0 10px rgba(128, 128, 128, 0.62);
	    left: auto;
	    right: 0;
	    top: 100%;
	}
	.main-menu-wrapper .navbar-collapse.collapse{
		display: none !important;
	}
	.main-menu-wrapper .navbar-collapse.collapse.show{
		display: flex !important;
	}
	.main-menu-wrapper .navbar-nav .nav-item, 
	.main-menu-wrapper .navbar-nav .level0{
		margin-right: 0px;
	}
	.main-menu-wrapper .navbar-nav .nav-item .nav-link, 
	.main-menu-wrapper .navbar-nav .level0 .level-top {
	    /* width: 100%;
	    color: #444444;
	    text-align: left; */
	    font: 500 13px/45px Poppins;
	}
	.main-menu-wrapper .navbar-nav .nav-item.active .nav-link,
	.main-menu-wrapper .navbar-nav .level0.active .level-top,
	.main-menu-wrapper .navbar-nav .nav-item:hover .nav-link,
	.main-menu-wrapper .navbar-nav .level0:hover .level-top{
		color: #fff;
	}
	.main-menu-wrapper .navbar-nav .nav-item .nav-link::after, 
	.main-menu-wrapper .navbar-nav .level0 .level-top::after{
		display: none;
	}
	.main-menu-wrapper .navbar-nav .nav-item .dropdown-menu,
	.main-menu-wrapper .navbar-nav .level0 > .submenu {
	    display: none;
	}
	.main-menu-wrapper .navbar-nav .level0 > .submenu {
	    width: 100% !important;
	    background: #f5f5f5;
	    padding: 0;
	    position: relative !important;
	    left: 0px !important;
	    top: 0px !important;
	    z-index: 10;
	}
	.main-menu-wrapper .navbar-nav .nav-item .dropdown-menu.show,
	.main-menu-wrapper .navbar-nav .level0 .level0.submenu.show {
	    width: 100%;
	    background: #f5f5f5;
	    padding: 0;
	    display: inline-block;
	    margin: 0;
	    border: 0;
	    border-radius: 0;
	}
	.main-menu-wrapper .dropdown-menu > .dropdown-item,
	.main-menu-wrapper .level0.submenu > .level1,
	.main-menu-wrapper .level0.submenu > .all-category {
	    padding: 0 0 0 0;
    	font: 400 13px/20px Poppins;
	    color: #272727;
	    white-space: normal;
	    border-bottom: 0;
	}
	.main-menu-wrapper .dropdown-menu > .dropdown-item,
	.main-menu-wrapper .navbar-nav .level0 > .submenu > .level1 > a,
	.main-menu-wrapper .navbar-nav .level0 > .submenu > .all-category > a {
	    font: 400 13px/45px Poppins;
	    padding: 0px 25px;
	}
	
	.title-style {
	    margin-bottom: 15px;
	}
	.title-style .small-title {
	    font: 500 16px/22px Poppins;
	}
	.title-style .title-name {
	    font: 500 30px/35px Noto Serif;
	}

	#home-main-carousel .carousel-item {
	    height: 450px;
	    width: 100%;
	    overflow: hidden;
	}
	#home-main-carousel .carousel-item img {
	    max-width: fit-content;
	    max-height: fit-content;
	}

	main.page-main{
		padding: 0;
	}
	.btnTheme {
	    /*min-width: 120px;
	    height: 35px;
	    font: 600 13px/35px Poppins !important;*/
	}



	.sidebar.sidebar-main {
	    width: 100%;
	}
	.page-title-wrapper .page-title {
        margin-bottom: 0px;
    	height: 100px;
	}
	.page-title-wrapper,
	.page-title-wrapper .category-image {
	    /*height: 150px;*/
	}
	.page-title-wrapper .category-image .banner-image {
	    left: auto;
	    bottom: 0;
	    width: auto;
	    height: 100%;
	    right: 0;
	}
	.page-title-wrapper .page-title .base {
	    font: 700 35px/40px Futura;
	}
	.page-layout-2columns-left .page-title-wrapper .page-title .base {
	    font: 700 35px/50px Futura;
	    color: #fff;
	}
	.page-layout-2columns-left .page-title-wrapper .page-title {
	    text-align: center;
	    margin: 18px;
	}

	.page-title-wrapper .category-image .breadcrumbs {
	    margin: 0;
	    display: block;
	    text-align: left;
	    padding: 5px 0 10px;
	    max-width: 100%;
	}


	.catalog-product-view.page-layout-fullpage-layout .media-cart,
	.catalog-product-view.page-layout-fullpage-layout .product-info-main {
	    width: 100%;
	    float: left;
	    display: inline-block;
	}
	.catalog-product-view.page-layout-fullpage-layout .media-cart{
		margin-bottom: 30px;
	}
	.catalog-product-view.page-layout-fullpage-layout .columns{
		flex-direction: column-reverse;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions {
	    display: -webkit-inline-flex;
	    display: -ms-flexbox;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions .btnTheme{
	    margin: 0 0 10px 0;
    	min-width: 200px;
	}
	.media-cart .product-add-form form .details-btnArea .fieldset .actions .btnTheme{
	    margin: 0;
	}
	

	.block.filter .block-title.filter-title{
	    display: inline-block !important;
	    width: 100%;
	    margin: 0 0 1px;
	}
	.block.filter .block-title.filter-title strong{
		text-align: left;
	    display: inline-block;
	    background-color: #f4dc0e;
	    color: #444444;
	    padding: 15px 30px;
		width: 100%;
		margin: 0px;
		cursor: pointer;
	}
	.block.filter.active .block-title.filter-title strong{
		background-color: #a33606;
	    color: #ffffff;
	}
	.block.filter .block-content.filter-content{
		display: none;
	}
	.block.filter.active .block-content.filter-content{
		display: block;
	}
	.filter-content .filter-subtitle {
	    font: 400 35px/52px 'Noto Serif';
	    margin: 10px 0 20px;
	}
	.form.password.reset,
	.form.send.confirmation,
	.form.create.account,
	.form.search.advanced,
	.form.form-orders-search{
	    min-width: auto;
	    width: 100%;
	    max-width: 100%;
	    float: left;
	}
	.form.create.account > .fieldset {
	    width: 100%;
	    margin: 0 0 45px;
	}
	.box-tocart.boxed-contents.qty-count .fieldset .actions {
	    display: inline-block;
	    margin-top: 20px;
	}
	.box-tocart.boxed-contents.qty-count .fieldset .actions .tocart.btnTheme{
	    margin: 0 0 5px 0;
	}
	#back2Top {
	    right: 15px;
	    bottom: 15px;
	}
	.product-details-wrapper,
	.featured-contactdetails-wrapper{
	    padding: 0 0 40px;
	}
	.related-products-wrapper,
	.page-footer .footer-top-main,
	.featured-contactfrom-wrapper {
	    padding: 40px 0;
	}
	.page-footer .footer-bottom-main .copyright {
	    font: 300 14px/18px Poppins;
	    text-align: center;
	    margin: 0 0 15px 0;
	}
	.footer-bottom-main .row > .col-xs-12.col-sm-12.col-md-3.col-lg-3{
		text-align: center;
	}
	.page-footer .footer-bottom-main .payment-cards {
	    float: none;
	    display: inline-block;
	}
	

	.title-style .title-name {
	   font: 700 50px/60px Futura;
	   word-break: normal;
	}
	/*.nomp-sides{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}*/
	

	.ourBrand-wrapper,
	.featuredShop-wrapper,
	.coupon-wrapper,
	.subscribe-wrapper,
	.brandStory1-wrapper,
	.brandStory2-wrapper,
	.subscribe2-wrapper,
	.collection-wrapper,
	.contactUs-wrapper,
	.enquiry-wrapper,
	.generic-wrapper,
	.featuredCategory-wrapper,
	.trending-wrapper,
	.followus-wrapper,
	.brandStory-wrapper,
	.lookbook-details-wrapper .section1-main,
	.lookbook-details-wrapper .quoteArea-main,
	.lookbook-details-wrapper .section2-main,
	.lookbook-details-wrapper .section3-main,
	.lookbook-details-wrapper .section4-main,
	.membershipdetails-wrapper,
	.membershiptier-wrapper,
	.reward-guide-wrapper,
	.orderShipping-wrapper,
	.shipping-wrapper,
	.featuredClub-wrapper,
	.testimonial-wrapper,
	.size-guide-wrapper,
	.measure-wrapper,
	.garment-wrapper,
	.stories-wrapper,
	.stories-details-wrapper{
		padding: 50px 0;
	}
	.lookbook-wrapper{
		padding: 0 0 50px;
	}

	.ourBrand-wrapper .contentSection {
	    padding-left: 0;
	}
	.featuredShop-wrapper .container > .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4,
	.coupon-wrapper .container > .row > .col-xs-12.col-sm-6.col-md-3.col-lg-3{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 30px;
	}
	.featuredShop-main .featuredShop-image {
	    height: 400px;
	}
	.featuredShop-main .featuredShop-name {
	    margin-top: 5px;
	}
	.product-item-photo .product-image-wrapper {
    	height: 500px !important;
    }
    .followus-wrapper .contentSection {
	    padding: 0;
	}
	.subscribe-main .subscribe-content{
	    position: relative;
	    bottom: 0;
	    right: 0;
	    width: 100%;
	    padding: 30px;
	}
	.subscribe-main .subscribe-content h2,
	.subscribe2-wrapper .subscribe-content h2 {
	    font: 700 35px/50px Futura;
	}
	.subscribe2-wrapper .subscribe-content{
	    padding: 30px 0 0;
	}
	.footer-top-main .footer-contact-main .firstSect,
	.footer-top-main .footer-contact-main .secondSect{
		padding: 0;
	}
	.footer-top-main .footer-contact-main {
	    padding: 0 0 40px;
	    margin: 0 0 40px;
	}
	.page-footer .footer-bottom-main .payment-cards li a img {
	    height: 30px;
	    width: auto;
	}
	.brandStory1-wrapper .contentArea-left, .brandStory1-wrapper .contentArea-right {
	    width: 100%;
	}
	.brandStory1-wrapper .videoSect{
		width: 100%;
	}
	.brandStory1-wrapper .videoSect > img {
	    width: auto;
	    max-width: fit-content;
	    height: 100%;
	}
	.brandStory2-wrapper .videoSect > img {
	    width: auto;
	    height: 100%;
	    max-width: fit-content;
	}
	.collection-main .collection-image {
	    max-height: 245px;
	}
	.collection-main .collection-nameLink {
	    padding: 20px 20px 20px 20px;
	}
	.section-bottom-link {
	    margin-top: 30px;
	}
	.contactUs-wrapper .contentArea ul li .fa-envelope, .contactUs-wrapper .contentArea ul li .fa-map-marker-alt {
	    margin-right: 20px;
	}
	.generic-main {
	    margin: 0 0 40px 0;
	}
	.generic-main .contentArea{
		padding: 15px !important;
	}
	.generic-main.lr-textimg.section3 .contentArea{
		width: calc(50% + 100px);
	    float: left;
	    left: 0;
	}
	.generic-main.lr-textimg.section3 .contentArea .title {
	    width: 100%;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}
	.lookbook-wrapper .lookbook-main {
	    display: flex;
	    flex-direction: column;
	    padding: 0 0 40px;
	}
	.lookbook-wrapper span.imageSection{
		width: 100% !important;
	}
	.lookbook-wrapper span.nameSection {
	    font: 900 45px/65px Futura;
	    width: 100% !important;
	    position: relative;
	    text-align: center;
	    color: #926A2E !important;
	    left: auto;
	    right: auto;
	    bottom: auto;
	    top: auto;
	    margin: 0;
	    padding: 0;
	}
	.lookbook-details-wrapper .section1-main .rightSection .contentArea {
	    padding: 0 0 40px 0;
	    width: 100%;
	}
	.lookbook-details-wrapper .quoteArea-main{
		width: 100%;
	}
	.lookbook-details-wrapper .section2-main p {
	    margin: 30px auto 0;
	}
	.lookbook-details-wrapper .section1-main .leftSection,
	.lookbook-details-wrapper .section1-main .rightSection,
	.lookbook-details-wrapper .section3-main .rightSection,
	.lookbook-details-wrapper .section4-main .leftSection,
	.lookbook-details-wrapper .section4-main .rightSection{
	    width: 100%;
	}
	.lookbook-details-wrapper .section3-main .leftSection {
	    padding-top: 0;
	    width: 100%;
	}
	.lookbook-details-wrapper .section3-main .rightSection h4 {
	    padding-top: 30px;
	    width: 100%;
	}
	.lookbook-details-wrapper .section4-main .rightSection .contentArea {
	    padding: 0 0 40px 0;
	    width: 100%;
	}
	.lookbook-details-wrapper .section4-main .leftSection h3 {
	    font: 700 40px/55px Futura;
	    margin-top: 30px;
	    width: 100%;
	}
	.membershipdetails-wrapper .title-name,
	.membershipdetails-wrapper .descr{
	    width: 100%;
	}
	.membershipdetails-wrapper .detail-cards {
        margin: 20px 0 0;
    	padding: 30px 20px 20px;
	}
	.membershipdetails-wrapper .detail-cards img {
	    height: 100px;
	    margin-bottom: 30px;
	}
	.membershipdetails-wrapper .detail-cards h3 {
	    width: 100%;
	}
	.membershiptier-wrapper > .container > .row > .col-xs-12.col-sm-4.col-md-4.col-lg-4{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.membershiptier-main{
		display: flex;
	}
	.membershiptier-main .imageArea,
	.membershiptier-main .contentArea{
		width: 50%;
	}
	.reward-guide-main{
		width: 100%;
	}
	.orderShipping-wrapper .orderShipping-main,
	.shipping-card-container{
	    width: 100%;
	}
	.featuredClub-wrapper .contentArea {
	    width: 100%;
	    margin: 0 auto 40px;
	}
	.testimonial-main .contentArea {
	    padding: 0 0 0 4%;
	}
	.product-details-wrapper > .container > .row > .col-xs-12.col-sm-6.col-md-6.col-lg-6{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.sizeGuide-main{
		width: 100%;
	}
	.sizeGuide-container{
	    flex-direction: column-reverse;
	}
	.sizeGuide-container .leftArea{
		width: 100%;
	    right: 0;
	    margin-top: 30px;
	}
	.sizeGuide-container .leftArea .table-responsive {
    	padding: 15px 10px;
    }
    .sizeGuide-container .leftArea table th {
	    font: 700 18px/18px Futura;
	    padding: 20px 5px !important;
	}
	.sizeGuide-container .leftArea table td {
	    font: 700 16px/18px Futura;
	    padding: 20px 5px !important;
	}
	.sizeGuide-container .rightArea {
	    width: 100%;
	    left: 0;
	}
	.garment-wrapper .contentArea {
	    width: 100%;
	}
	.storiesDescr-main {
	    width: 100%;
	    margin: 0 auto 40px;
	}
	.stories-wrapper > .container > .row > .col-xs-12.col-sm-6.col-md-4.col-lg-4{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.thankYou-wrapper .imageArea {
	    position: relative;
	}
	.thankYou-wrapper .imageArea img {
	    position: absolute;
	    top: 0;
	    right: 0;
	    height: 100%;
	    max-width: fit-content;
	    width: auto;
	}
	.thankYou-wrapper .contentArea {
		width: 100%;
	    left: 0;
	    padding: 25px 35% 25px 25px;
	    background-color: rgba(255,255,255,0.8);
	}
	.thankYou-wrapper .contentArea h2.base1 {
	    font: 700 50px/65px Futura;
	    margin-bottom: 20px;
	}
	.thankYou-wrapper .contentArea p.base2 {
	    margin-bottom: 20px;
	}
	.thankYou-wrapper .contentArea .btnTheme.fullpink {
	    margin-top: 0;
	}
	.page-footer .footer-bottom-main .copyright img {
	    height: 14px;
	}





	.cms-index-index .page-title-wrapper{
		display: none;
	}
	.page-layout-fullpage-layout .columns{
		display: inline-block;
		width: 100%;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main,
	.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main{
		width: 100%;
		margin-bottom: 30px;
		padding: 20px;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main {
    	padding: 0 0 40px;
    }
    .customer-account-login .page-title-wrapper .page-title .base,
    .checkout-cart-index .page-title-wrapper .page-title .base,
    .catalogsearch-result-index .page-title-wrapper .page-title .base,
    .customer-account-create .page-title-wrapper .page-title .base,
    .customer-account-forgotpassword .page-title-wrapper .page-title .base,
    .account.page-layout-2columns-left .page-title-wrapper .page-title .base {
	    color: #000;
	    font: 700 30px/35px Poppins;
	}
	.account .page-main{
		padding-top: 0px;
	}
	.account.page-layout-2columns-left #maincontent .columns{
		margin: 20px auto 40px;
	}
	.account.page-layout-2columns-left .page-title-wrapper {
	    padding: 0;
	}
	.mw-reward-points .button-coupon button {
	    margin: 9px 0 0 0;
	}
	.mw-reward-points .input-text,
	.mw-reward-points select,
	.mw-reward-points textarea {
	    width: 100% !important;
	    max-width: 100%;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main{
		width: 100%;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav{}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title{
	    width: 100%;
	    height: 40px;
	    display: inline-block;
	    clip: unset;
	    overflow: hidden;
	    position: relative;
	    margin: 0;
	    padding: 0;
	    line-height: normal;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title strong{
	    display: inline-block;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font: 700 16px/20px Poppins;
	    color: #fff;
	    text-align: left;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title strong::before{
	    content: 'My Accounts';
	    display: inline-block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 40px;
	    line-height: 40px;
	    width: 100%;
	    background: #a33606;
	    padding: 0 20px;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .account-nav-title.active strong::before{
	    background: #f4dc0e;
    	color: #444444;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .content.account-nav-content{
	    display: none !important;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main .account-nav .content.account-nav-content.active{
	    display: block !important;
	}
	.cart.table-wrapper .item .col.item{
		display: block;
	    min-height: 90px;
    	padding: 10px 0 10px !important;
	    position: relative;
	}
	.cart.table-wrapper .col.price,
	.cart.table-wrapper .col.qty,
	.cart.table-wrapper .col.subtotal{
   		width: 33% !important;
	}
	.form.form-cart .cart.main.actions {
	    display: flex;
	    justify-content: center;
	    align-items: baseline;
	    flex-direction: row;
	}
	.opc-estimated-wrapper .minicart-wrapper{
		display: none;
	}
	.opc-estimated-wrapper .estimated-block{
	    font-size: 17px;
	    font-weight: 700;
	    display: flex;
	    width: 100%;
	    float: left;
	    justify-content: space-between;
	}
	.checkout-container .opc-wrapper,
	.checkout-container .opc-sidebar.opc-summary-wrapper{
		width: 100%;
		display: inline-block;
	}
	.checkout-onepage-success .page-title-wrapper .page-title{
		text-align: center;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions {
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions .btnTheme{
	    margin: 0;
    	width: 220px;
	}
	.page-product-amgiftcard .product-info-main .box-tocart.details-btnArea .actions .btnTheme.red{
		margin-bottom: 10px;
	}
	.home-mainslider-mobile .btnTheme.red{
		margin: 0px;
		width: 150px;
	}
	.home-mainslider-mobile .btnTheme.red .btn-text{
		line-height: 50px !important;
	    padding: 0px 20px !important;
	    font-size: 16px !important;
	}
	.customer-account-login #maincontent .columns,
	.checkout-cart-index #maincontent .columns,
	.page-print.account.page-layout-1column #maincontent .columns,
	.checkout-onepage-success #maincontent .columns,
	.checkout-index-index #maincontent .columns,
	.catalogsearch-result-index #maincontent .columns,
	.customer-account-create #maincontent .columns,
	.customer-account-forgotpassword #maincontent .columns {
	    padding: 0;
	}
	.minicart-wrapper .action.showcart .counter.qty {
	    background: #f90000;
	    color: #fff;
	    height: 16px;
	    line-height: 11px;
	    border-radius: 40px;
	    display: inline-block;
	    margin: 0;
	    width: 15px;
	    overflow: hidden;
	    padding: 1px;
	    text-align: center;
	    white-space: normal;
	    position: absolute;
	    top: 4px;
	    right: -5px;
	}
	.minicart-wrapper .action.showcart .counter.qty .counter-number {
	    font-size: 10px;
	    line-height: 14px;
	}
	.getintouch-wrapper .row > .col-xs-12.col-sm-6.col-md-3.col-lg-3::after{
		display: none;
	}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr {
	    /* display: block; */
	    border-bottom: 1px solid #ccc;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	.block.crosssell .products-crosssell .items.product-items .item.product.product-item{
	    width: 100%;
	}
	/* .categorypath-thank-you #custom_main_container {
	    max-width: 100% !important;
	    padding: 0 !important;
	} */

	.featured-aboutus-wrapper {
	    padding: 40px 0;
	}
	.featured-aboutus-wrapper .left-section {
	    width: 100%;
	    padding: 0 0 0 0;
	    height: auto;
	    display: inline-block;
	}
	.featured-aboutus-wrapper .right-section {
	    max-height: 235px;
	}
	.featured-aboutus-wrapper .right-section .bg-shadow {
	    height: 235px;
	}
	.featured-aboutus-wrapper .right-section .bg-shadow::before {
	    width: 100px;
	    height: 240px;
    	left: -80px;
	    bottom: -100px;
	}
	.featured-aboutus-wrapper .right-section img {
	    max-height: 235px;
	    padding: 0 0 0 0;
	}
	.featured-category-wrapper {
	    padding: 0 0 40px;
	}
	.page-footer .footer-subscribe .subscribe-content {
	    width: 60%;
	    float: right;
	    display: inline-block;
	    margin-left: 40%;
	    padding: 0 15px;
	}
	.page-footer .footer-subscribe .subscribe-content h4 {
    	font: 400 30px/40px Noto Serif;
    }
    .page-footer .footer-subscribe form.subscribe .btn-subscribe {
    	min-width: 100px;
    	height: 40px;
    }
    .page-footer .footer-top-main .col-xs-12.col-sm-12.col-md-4.col-lg-4{
	    flex: 0 0 50%;
    	max-width: 50%;
	    margin-bottom: 20px;
    }
    .page-footer .footer-top-main .col-xs-12.col-sm-12.col-md-4.col-lg-4 .footer-links .col-xs-12.col-sm-12.col-md-6.col-lg-6,
    .page-footer .footer-top-main .col-xs-12.col-sm-12.col-md-2.col-lg-2{
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .page-main .columns .sidebar.sidebar-main ~ .column.main,
    .page-with-filter.page-layout-2columns-left #maincontent .columns .column.main {
	    display: inline-block;
	    flex-grow: unset;
	    max-width: 100%;
	    width: 100%;
	    float: left;
	    padding: 0 0 20px;
	}
	.wishlist-index-index .products-grid .product-item {
	    margin-left: calc((100% - 4 * 24.439%) / 3) !important;
	    padding: 0;
	    width: 100% !important;
	}
	.products-grid.wishlist .product-item-photo {
	    float: left;
	    margin-right: 0;
	    display: inline-block;
	    width: auto;
	}
	.products-grid.wishlist .product-image-container {
	    max-width: 80px;
	    max-height: 80px;
	    display: inline-block;
	}
	.products-grid.wishlist .product-item-photo .product-image-wrapper{
		padding-bottom: 0px !important;
		height: auto;
	}
	.products-grid.wishlist .product-item-photo .product-image-photo {
	    top: -10px;
	}
	.wishlist-index-index .products-grid.wishlist .product-item {
	    margin-bottom: 20px;
	}
	.form-wishlist-items .products-grid.wishlist .product-item .product-item-info {
	    padding: 10px;
	}
	.products-grid.wishlist .product-item-actions .action.delete {
	    float: right;
	    line-height: 40px;
	    margin: 0 !important;
	}
	.customer-account-login .actions-toolbar > .secondary .action,
	.checkout-cart-index .actions-toolbar > .secondary .action,
	.page-print.account.page-layout-1column .actions-toolbar > .secondary .action,
	.checkout-onepage-success .actions-toolbar > .secondary .action,
	.checkout-index-index .actions-toolbar > .secondary .action,
	.catalogsearch-result-index .actions-toolbar > .secondary .action,
	.customer-account-create .actions-toolbar > .secondary .action,
	.customer-account-forgotpassword .actions-toolbar > .secondary .action,
	.account.page-layout-2columns-left .actions-toolbar > .secondary .action,
	.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-cancel {
	    font: 500 14px/40px Poppins;
	}
	.customer-account-login .actions-toolbar,
	.checkout-cart-index .actions-toolbar,
	.page-print.account.page-layout-1column .actions-toolbar,
	.checkout-onepage-success .actions-toolbar,
	.checkout-index-index .actions-toolbar,
	.catalogsearch-result-index .actions-toolbar,
	.customer-account-create .actions-toolbar,
	.customer-account-forgotpassword .actions-toolbar,
	.account.page-layout-2columns-left .actions-toolbar {
	    margin: 0px;
	    display: block;
	    width: 100%;
	}
	.actions-toolbar.order-actions-toolbar {
	    margin: 40px 0 0;
	}
	.owl-carousel .owl-nav button.owl-next span,
	.owl-carousel .owl-nav button.owl-prev span{
	    font-size: 0px;
	}
	.owl-carousel .owl-nav button.owl-next{
	    right: 0px;
	}
	.owl-carousel .owl-nav button.owl-prev{
	    left: 0px;
	}
	#shopping-cart-table .item-actions td {
	    background-color: #f9f9f9;
	}

	.order-links .item { width: 100%; }
	.order-links .item a { width: 100%; }
	.order-links .item a:hover, .order-links .item.current strong { width: 100%; }

	form#referralForm table.data-table, form#referralForm table.data-table thead, form#referralForm table.data-table tbody, form#referralForm table.data-table th, form#referralForm table.data-table td, form#referralForm table.data-table tr { display: block; }
	form#referralForm table.data-table thead tr { position: absolute; top: -9999px; left: -9999px; }
	form#referralForm table.data-table tr { border-bottom: 1px solid #ddd; padding-bottom: 10px; }
	form#referralForm table.data-table td { border: none; border-bottom: 0; position: relative; padding: 2px 10px; padding-left: 30%;}
	form#referralForm table.data-table td:before { position: absolute; top: 6px; left: 6px; width: 30%; font-weight: 600; padding-right: 10px; white-space: nowrap; }
	/* Label the data */
	form#referralForm table.data-table td:nth-of-type(1):before { content: "#"; }
	form#referralForm table.data-table td:nth-of-type(2):before { content: "Name"; line-height: 50px; }
	form#referralForm table.data-table td:nth-of-type(3):before { content: "Email"; line-height: 50px; }


	.price-including-tax, .price-excluding-tax {
	    font-size: 15px;
	    line-height: 18px;
	}
	.main-menu-wrapper .navbar-nav .level0.parent a.level-top .ui-icon-carat-1-e::after {
	    line-height: 45px;
	}
	.toolbar-bottom .pages {
	    width: 30%;
	    float: right;
	}
	.toolbar-bottom .toolbar-sorter.sorter {
	    width: 40%;
	    margin: 0 0 0 0;
	    float: left;
	    text-align: left;
	}
	.toolbar-bottom .field.limiter {
	    width: 30%;
	    float: left;
	    margin: 0 0 0 0;
	    text-align: left;
	}
	.featured-category .product-item-photo .product-image-wrapper {
	    height: 300px;
	}
	.featured-products-wrapper {
	    padding: 40px 0;
	}
	.featured-products-wrapper .row > .col-xs-12.col-sm-4.col-md-3.col-lg-3,
	.product-list-wrapper .product-list-contents .row > .col-xs-12.col-sm-6.col-md-4.col-lg-4.item{
		flex: 0 0 33.33%;
    	max-width: 33.33%;
	}
	.footer-bottom-main .row > .col-xs-12.col-sm-12.col-md-9.col-lg-9{
		flex: 0 0 70%;
    	max-width: 70%;
	}
	.footer-bottom-main .row > .col-xs-12.col-sm-12.col-md-3.col-lg-3{
		flex: 0 0 30%;
    	max-width: 30%;
	}
	.featured-aboutus-wrapper.aboutus,
	.featured-services-wrapper {
	    padding: 0 0 40px;
	}
	.featured-aboutus-wrapper .left-section .section-description p {
	    font: 300 13px/22px Poppins;
	}
	.product-details-wrapper .product-info-main .prd-info{
		margin-bottom: 15px;
	}
	.product-details-wrapper .product-info-main .prd-info .product-label {
    	font: 400 25px/30px Noto Serif;
    }
    .customer-account-login .actions-toolbar .primary .action.primary, .customer-account-createpassword .actions-toolbar .primary .action.primary, .customer-account-logoutsuccess .actions-toolbar .primary .action.primary, .checkout-cart-index .actions-toolbar .primary .action.primary, .page-print.account.page-layout-1column .actions-toolbar .primary .action.primary, .checkout-onepage-success .actions-toolbar .primary .action.primary, .checkout-index-index .actions-toolbar .primary .action.primary, .catalogsearch-result-index .actions-toolbar .primary .action.primary, .customer-account-create .actions-toolbar .primary .action.primary, .customer-account-forgotpassword .actions-toolbar .primary .action.primary, .account.page-layout-2columns-left .actions-toolbar .primary .action.primary, .form.amgiftcard-form .buttons-set .action.primary, .mw-reward-points button, .aw-ln-range-slider-wrapper .aw-ln-slider-button, .cart-container .checkout-methods-items .action.primary, .minicart-wrapper .block-minicart .block-content > .actions .action.primary, .authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .action.secondary, .checkout-onepage-success .column.main .action.primary {
	    font: 500 13px/40px Poppins;
	}
	.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
	    margin: 0;
	    display: inline-block;
	}
	input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"], .input-text, select {
	    font: 400 14px/40px Poppins;
	    height: 40px;
	    padding: 0 20px;
	}
	.wishlist-index-index .products-grid .product-item {
	    width: 32% !important;
	}
	.products-grid.wishlist .product-item .price-box {
	    display: inline-block;
	    padding-left: 10px;
	}
	.products-grid.wishlist .product-item-actions .action.delete {
	    float: none;
	    line-height: normal;
	}
	.products-grid.wishlist .product-item-name {
	    padding-left: 10px;
	}
	.cart-summary,
	.abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
	    width: 100%;
	}
	.cart-container{
		display: flex;
    	flex-direction: column-reverse;
	}
	.account.page-layout-2columns-left .page-title-wrapper .order-actions-toolbar .actions{
	    display: inline-block;
	    width: 100%;
	}
	.wishlist-index-index .product-item-inner .product-item-actions{
		float: right;
	}
	.wishlist-index-index .product-item-inner .product-item-actions .action.delete{
	    line-height: 40px;
	}
	.item-actions .action.action-delete span::before,
	.wishlist-index-index .product-item-inner .action.delete span::before{
	    content: '\f2ed';
	    color: #444444;
	    visibility: visible;
	    font-family: 'Font Awesome 5 Free';
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 38px;
	    display: inline-block;
	}
	.opc-wrapper .step-title {
	    padding-bottom: 15px;
	}
	.cms-terms-conditions .columns .column.main,
	.cms-shipping .columns .column.main,
	.cms-return-exchange .columns .column.main{
	    margin: 0 0 40px 0;
	}
	.table th.col, .table td.col {
	    min-width: auto;
	}
	.search-wrapper .search-find .search-search select {
	    width: 100%;
	    font: 300 13px/24px Poppins;
	}
}

/* @media screen and (min-width: 768px) and (max-width: 991px), print{
} */


/* CUSTOM CONTAINER CLASS TO SPECIFIC PAGE */
@media (min-width: 576px){}
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1200px){}
@media (min-width: 1700px){
	#scrollSection::after {
	    width: 40%;
	    height: 80%;
	    top: 5%;
	}
	#scrollSection .imageArea .image-circle {
	    width: 35%;
	}
}

@media print{
	.table{
		table-layout: auto;
		width: 100%;
	}
	.table th.col{
	    background-color: transparent !important;
	}
	.table th.col, .table td.col {
	    width: auto !important;
	    min-width: 85px;
        border-top: 1px solid #ddd !important;
	}
	.price-including-tax, .price-excluding-tax {
	    font-size: 14px;
	    line-height: 18px;
	}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr {
	    display: table-row !important;
	}
	.page-print{
		background-image: none !important;
		background-color: transparent !important;
	}
	.logo img{
		max-height: inherit;
	    width: 120px;
	    height: auto;
	    max-width: 25% !important;
	}
	a.logo:after{
		display: none;
	}
	.page-print.account.page-layout-1column .page-title-wrapper{
		padding: 0;
	}
	.page-print.account.page-layout-1column .page-title-wrapper::after{
		display: none;
	}
	.page-print.account.page-layout-1column .page-title-wrapper .page-title .base{
	    font: 600 40px/50px Barlow Condensed;
	}
	.order-details-items {
	    margin: 0;
	    padding: 0;
	    border: 0;
	}
	.order-details-items .table-wrapper{
		width: 100%;
	}
	.table th, .table td, .table tfoot, .table tfoot td{
		background: transparent !important;
	}
	.order-details-items .order-title{
		border-bottom: 0;
		padding: 0;
	}
	.order-details-items .table-wrapper:not(:last-child){
		margin-bottom: 10px;
	}
	.account .column.main .block.block-order-details-view .block-content:not(.widget) .box, [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box, .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box{
		margin-bottom: 5px;
	}
	.page-print.account.page-layout-1column .actions-toolbar{
		display: none !important;
	}
}