@media screen and (max-width: 767px), print{
	body{
		font-smooth: always;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	/* .page-wrapper{ margin: 0 0 0 !important; }
	.catalog-category-view.page-layout-2columns-left .page-wrapper{ margin: 0 0 0 !important; }                                                  
	.catalog-product-view .page-wrapper{ margin: 90px 0 0 !important; } */

	.page-header {}
	/* .desktop-header{
		display: none !important;
	}
	.mobile-header{
		display: block !important;
	} */
	.topbar-wrapper { height: 35px; }
	.sticky .topbar-wrapper { margin: -35px 0 0 0; }
	.topbar-main { padding: 0; }
	.topbar-main a { font-size: 10px; line-height: 17px; }
	.logo-wrapper-container {
	    height: auto;
	}
	.logo-wrapper-main{ padding: 0; }
	.logo-wrapper-main .logo-wrapper {
        z-index: 16;
        width: auto;
	}
	.logo-wrapper-container .logo-wrapper > a img,
	.sticky .logo-wrapper-container .logo-wrapper > a img{ height: 50px; }
	.logo-wrapper-main .user-links{
		width: auto;
		height: auto;
	    display: -webkit-inline-flex;
	    display: inline-flex;
	}
	/* .logo-wrapper-main .user-links a.action {
	    font-size: 20px;
	    line-height: normal;
	} */
	.user-links .currency-wrapper {}
	.user-links .currency-wrapper::before{
		display: none;
	}
	.currency-wrapper .currency .currValue select{
		padding: 0 14px 0 7px;
		font-size: 12px;
	}
	.search-wrapper{ margin: 0 15px 0 0; }
	.search-wrapper::after{ display: none; }
	.search-wrapper .search-find { display: none; }
	.search-wrapper .search-box { display: block; }
	.search-wrapper .search-find button { justify-content: flex-start; padding: 0 0 0 5px; }
	.search-wrapper .search-box > .action {
		line-height: 20px;
	    height: 20px;
	    width: auto;
	    border-radius: 0;
	    padding: 0;
	    font-size: 18px;
	    background: transparent;
	}
	.search-wrapper .search-box > .action img, 
	.search-wrapper .icon-setting img {
		/* height: 18px; */
	}
	.search-wrapper .search-box .fa-search{}
	.search-wrapper .search-box .btnTheme{
	    width: auto;
	}
	.user-links .account-wrapper{ margin: 0 15px 0 0; }
	.account-wrapper .account{ flex-direction: row; float: left; }
	.account-wrapper .account .fa-user-circle{ font-size: 24px; line-height: 24px; color: #C2C2C2; }
	.user-links .account-wrapper .action,
	.user-links .account-wrapper .account .action{ /* font-size: 13px; text-align: center; line-height: 24px; letter-spacing: 1.19px; height: auto; width: auto; margin: 0 0 0 8px; color: #C2C2C2; text-transform: uppercase; */ }
	.account-wrapper .account span{ margin: 0 0 0 5px; }
	.user-links .account-wrapper .action span{
		display: none;
	}
	.user-links .account-wrapper .account .action img,
	.user-links .account-wrapper .account img { /* height: 18px; width: auto; */ }
	.user-links .account-wrapper .account .action .fa-user { margin: 0 0 0 0; font-size: 18px; }

	.user-links .wishlist-wrapper { margin: 0; }
	.wishlist-wrapper .wishlist{ float: left; }
	.wishlist-wrapper .wishlist .action{ display: inline-flex; display: -webkit-inline-flex; align-items: center; }
	.wishlist-wrapper .wishlist .action .fa-heart{ font-size: 24px; line-height: 24px; color: #C2C2C2; }
	.wishlist-wrapper .wishlist .action span{ font-size: 13px; text-align: center; line-height: 24px; letter-spacing: 1.19px; height: auto; width: auto; margin: 0 0 0 8px; color: #C2C2C2; text-transform: uppercase; }
	.wishlist-wrapper .wishlist .action img{ position: relative; top: 1px; }

	.user-links .cart-wrapper,
	.user-links .quote-wrapper{
		margin: 0 15px 0 0;
	}
	.user-links .cart-wrapper .icon-setting,
	.user-links .quote-wrapper .icon-setting{
		display: block;
	}
	.user-links .cart-wrapper .icon-setting .carticon ,
	.user-links .quote-wrapper .icon-setting .carticon {
        top: 0;
	}
	.user-links .cart-wrapper > .minicart-wrapper > a.action,
	.user-links .quote-wrapper > .miniquote-wrapper > a.action{}
	.user-links .cart-wrapper > .minicart-wrapper > a.action img,
	.user-links .quote-wrapper > .miniquote-wrapper > a.action img{}
	.user-links .cart-wrapper > .minicart-wrapper > a.action .cartprice,
	.user-links .quote-wrapper > .miniquote-wrapper > a.action .cartprice{}
	.user-links .cart-wrapper > .minicart-wrapper > a.action .cartprice h6,
	.user-links .quote-wrapper > .miniquote-wrapper > a.action .cartprice h6{ display: none; }
	.user-links .cart-wrapper .icon-setting .cartprice span .price,
	.user-links .quote-wrapper .icon-setting .cartprice span .price,
	.user-links .cart-wrapper .icon-setting .cartprice p,
	.user-links .quote-wrapper .icon-setting .cartprice p{ display: none; }
	.user-links .cart-wrapper .icon-setting .cartcontent,
	.user-links .quote-wrapper .icon-setting .cartcontent{ display: none; }
	.mst-searchautocomplete__autocomplete{ max-height: 350px; overflow: auto; }

	.minicart-wrapper .action.showcart .count {}
	.minicart-wrapper .block-minicart{
        width: 340px;
	    position: fixed !important;
	    left: 0 !important;
	    right: 0 !important;
	    min-width: 90% !important;
	    width: 100% !important;
        top: 90px !important;
	    margin: 0 auto !important;
	    -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear;
	}
	.sticky .minicart-wrapper .block-minicart{ 
		top: 90px !important; 
		-webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear;
	}
	.minicart-wrapper .block-minicart #minicart-content-wrapper > .block-title{ display: none; }
	.minicart-wrapper .block-minicart:before {
        right: 17%;
	}
	.minicart-wrapper .block-minicart:after {
	    right: 16.9%;
	}
	.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-weight: 500;
		font-size: 14px;
		line-height: 40px;
	}
	.minicart-wrapper{
		text-align: center;
		margin: 0;
	}
	.minicart-items .product-item-details .product-item-pricing{}
	.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name a {
	    font-weight: 500;
	    font-size: 15px;
	    line-height: 20px;
	    max-height: 40px;
	    overflow: hidden;
	    display: inline-block;
	}
	.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 {
        float: none;
    	padding: 5px 10px;
	}
	.minicart-wrapper .product .product.actions {
	    display: block;
	    float: none;
	    text-align: center;
	    margin: -30px 0 0 0;
	    position: relative;
	    top: -5px;
	    bottom: auto;
	    background: transparent;
	    height: 0;
	    width: 100%;
	    text-align: right;
	    z-index: 0;
	}
	.minicart-wrapper .minicart-items-wrapper .product.actions .secondary .action{
		font-weight: 400;
	    font-size: 20px;
		line-height: 20px;
	}
	.minicart-items .product-item-details .details-qty {
	    margin-top: 10px;
	}
	.minicart-wrapper .product .actions>.secondary {
        top: 0px;
	}

	.main-menu-wrapper nav.navbar .user-links{ display: inline-flex; display: -webkit-inline-flex; justify-content: flex-start; align-items: center; position: relative; margin: 0 auto; padding: 0 25px; overflow-x: hidden; overflow-y: auto; background: #363636; border: 0; width: 100%; height: 60px; position: fixed; top: 90px; left: 0; z-index: 1; }
	.main-menu-wrapper nav.navbar .user-links.top{ padding: 25px; height: 120px; }
	.main-menu-wrapper nav.navbar .user-links.bottom{ background: #363636; top: auto; bottom: 0; padding: 0 25px; height: 85px; display: inline-flex; display: -webkit-inline-flex; align-items: center; justify-content: space-between; }

	.main-menu-wrapper nav.navbar .user-links.top::after{ content: ''; width: 100%; height: 1px; background-color: #414141; display: inline-block; float: left; padding: 0; margin: 0 auto; position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; }
	.main-menu-wrapper nav.navbar .user-links.bottom::after{ content: ''; width: 100%; height: 1px; background-color: #414141; display: inline-block; float: left; padding: 0; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }
	
	.main-menu-wrapper {
	    width: auto;
	    height: auto;
	    position: relative;
	    z-index: 15;
	    left: 0;
	    right: 0;
	    margin: 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: #ffffff;
	    /* display: block; */
	    margin: 0 auto;
	    position: relative;
	    right: 0;
	    border: 0;
	    border-radius: 0;
	    box-shadow: none;
	    font-size: 20px;
	    line-height: normal;
	    padding: 0;
	    width: auto;
	    height: auto;

	    display: inline-flex;
	    display: -webkit-inline-flex;
	    flex-direction: row-reverse;

	    z-index: 16;
	}
	.main-menu-wrapper .navbar-toggle span{
		display: none;
	}
	.main-menu-wrapper .navbar-toggle:focus,
	.main-menu-wrapper .navbar-toggle.active, 
	.main-menu-wrapper .navbar-toggle:hover {
	    text-decoration: none;
	    background: transparent;
	    border: 0;
	    color: #333333;
	}
	/* .main-menu-wrapper .navbar-toggle::before{ content: 'Menu'; text-align: left; font: 700 15px/40px 'Open Sans'; color: #ffffff; text-transform: uppercase; margin: 0 0 0 10px; } */
	.main-menu-wrapper .navbar-toggle::after{
	    content: '';
	    display: inline-block;
	    position: relative;
	    width: 30px;
	    height: 30px;
	    background-color: transparent;
	    border-radius: 0;
	    /* background-image: url('../images/icon-menu-light.png'); */
	    background-position: center center;
	    background-size: 19px auto;
	    background-repeat: no-repeat;
	}
	.main-menu-wrapper .navbar-toggle.active::after{
		/* background-image: url('../images/icon-close-light.png'); */
		-webkit-transition: all .2s linear;
		   -moz-transition: all .2s linear;
		    -ms-transition: all .2s linear;
		     -o-transition: all .2s linear;
		        transition: all .2s linear;
	}
	.main-menu-wrapper .navbar-toggler .navbar-toggler-icon{
		display: none;
	}
	.main-menu-wrapper nav .collapse{ padding: 0; border: 0; position: relative; z-index: 15; }
	.main-menu-wrapper nav .collapsing, .main-menu-wrapper nav .collapse.in { padding: 25px 25px 80px; height: calc(100% - 90px) !important; top: 90px; }
	
	/* .main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav { margin: 0 auto; height: calc(100vh - 272px); max-height: calc(100vh - 272px); overflow-x: hidden; overflow-y: auto; background-color: #363636; border: 0; width: 100%; display: block; box-shadow: none; position: fixed; top: 210px; left: 0; padding: 15px 0; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.sticky .main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav{ top: 210px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } */
	.main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav { margin: 0 auto; height: 100%; max-height: 100%; overflow-x: hidden; overflow-y: auto; background-color: transparent; border: 0; width: 100%; display: block; box-shadow: none; position: unset; top: unset; left: 0; padding: 0; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.sticky .main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav{ top: unset; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav > li{
		border: 0;
		margin: 0;
	}
	.navbar-default .navbar-nav > li, 
	.main-menu-wrapper .navbar-nav > .level0{
		position: relative;
	}
	.navbar-default .navbar-nav > li > a, 
	.main-menu-wrapper .navbar-nav .level0 .level-top {
	    padding: 0;
	    width: 100%;
	    vertical-align: middle;
	    text-align: left;
	    font-size: 30px;
	    line-height: 50px !important;
	    border-top: 0 !important;
	    margin: 0;
	}
	.navbar-default .navbar-nav > li > a::after{
		display: none;
	}
	.navbar-default .navbar-nav > li.active > a, 
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > li.has-active > a,
	.navbar-default .navbar-nav>.open>a, 
	.navbar-default .navbar-nav>.open>a:focus, 
	.navbar-default .navbar-nav>.open>a:hover{
	    color: #40563F !important;
	    font-weight: 400;
	    background: transparent 0% 0% no-repeat padding-box !important;
	    outline: none;
	}
	.navbar-nav > .level0.parent > .menu-icon-child{
	    position: absolute;
	    background: transparent !important;
	    right: 20px;
	    padding: 0 5px;
	    top: 0;
	    width: 40px;
	    height: 50px;
	    overflow: hidden;
	    font: 700 15px/50px 'FontAwesome';
	    text-align: center;
	}
	.navbar-nav > .level0.parent > a.level-top + .menu-icon-child::before {
    	content: '\f107';
	}
	.navbar-nav > .level0.parent > a.level-top.ui-state-active + .menu-icon-child::before {
    	content: '\f106';
	}

	.main-menu-wrapper .navbar-nav .nav-item, 
	.main-menu-wrapper .navbar-nav .level0{
		margin-right: 0px;
	}
	.navbar-default .navbar-nav > li.dropdown > a::after,
	.navbar-nav > .level0.parent > a.level-top .ui-menu-icon.ui-icon.ui-icon-carat-1-e::after{
        content: '\f107';
	    transform: none;
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 700;
	    text-align: center;
	    font-size: 18px;
    	line-height: 50px;
	    background-color: transparent;
	    display: inline-block;
	    float: right;
	    margin: 0 0 0 10px;
	    width: 40px;
	    height: 50px;
	    right: 15px;
	    left: auto;
	    top: 0;
	}
	.navbar-default .navbar-nav > li.dropdown.open > a::after,
	.navbar-nav > .level0.parent.active > a.level-top .ui-menu-icon.ui-icon.ui-icon-carat-1-e::after{
		content: '\f106';
	}
	.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{
	    line-height: 40px !important;
	    background-color: transparent;
	    border-bottom: 0;
	    color: #333333 !important;
	}
	.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 .level0 > .submenu {
	    display: none;
	    width: 100% !important;
	    background: #ffffff;
	    padding: 0 0 0 20px;
	    margin: 0;
	    position: relative !important;
	    left: 0px !important;
	    top: 0px !important;
	    box-shadow: none !important;
	    z-index: 10;
	}
	.main-menu-wrapper .navbar-nav .level0 > .submenu li a::before{
		display: none !important;
	}
	.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-weight: 400;
	    font-size: 13px;
		line-height: 20px;
	    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: #1C1C1C;
	    box-shadow: none !important;
	    padding: 10px 0 10px 5px;
	    margin: 0 0 15px;
	    width: 100%;
	    backdrop-filter: blur(0px); */
	}
	.navbar-default .navbar-nav .dropdown-menu > li > a,
	.main-menu-wrapper .navbar-nav .level0.submenu .category-item a.ui-corner-all, 
	.main-menu-wrapper .navbar-nav .level0.submenu li a {
        text-align: left;
	    display: inline-block;
	    color: #ffffff !important;
	    line-height: 20px;
	}
	.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
	.navbar-default .navbar-nav .dropdown-menu > li:focus > a,
	.main-menu-wrapper .navbar-nav .level0.submenu .category-item a.ui-corner-all, 
	.main-menu-wrapper .navbar-nav .level0.submenu li:hover a,
	.main-menu-wrapper .navbar-nav .level0.submenu li:focus a,
	.main-menu-wrapper .navbar-nav .level0.submenu lia.active a,
	.main-menu-wrapper nav .collapse ul ul > li:hover > a, 
	.navbar-default .navbar-nav .open .dropdown-menu > li:focus > a, 
	.navbar-default .navbar-nav .open .dropdown-menu > li:hover > a {
	    line-height: 20px;
        color: #40563F !important;
	    font-weight: 600;
	    background: transparent 0% 0% no-repeat padding-box !important;
	    box-shadow: none !important;
	}
	.navbar-default .navbar-nav .dropdown-menu > li > a::before{ display: none; }
	main.page-main{ padding: 0; }
	.message { line-height: 20px !important; font-size: 15px !important; }
	.sidebar.sidebar-main{ width: 100%; }
	
	.page-title-wrapper{}
	.page-title-wrapper .page-title{ margin-bottom: 0px; height: auto; }
	.page-title-wrapper .category-image{}
	.page-title-wrapper .category-image .banner-image,
	.page-title-wrapper .category-image > img{ width: auto; max-width: fit-content; max-height: 180px; position: relative; left: -50%; }
	.page-title-wrapper .category-image .banner-overlay{ background-image: radial-gradient(closest-side at 50% 50%, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0) 100%); }
	.page-title-wrapper .category-image .page-title-contents{ position: relative; background-color: #94a98a; align-items: center; float: left; }
	.page-title-wrapper .page-title .base,
	.page-layout-2columns-left .page-title-wrapper .page-title .base { white-space: normal; text-align: center; font-size: 40px; line-height: 48px; max-height: 96px; }
	.page-layout-2columns-left .page-title-wrapper .page-title { text-align: center; margin: 0; }
	.page-title-wrapper .category-image .breadcrumbs {
	    display: inline-block;
	    text-align: center;
	    padding: 0;
	    margin: 0;
	    max-width: 100%;
	    position: relative;
	    bottom: auto;
	}
	.breadcrumb-section {
	    padding: 0;
	    position: relative;
	}
	.page-title-wrapper .category-image .breadcrumb-section > .container{
		padding: 0;
	}
	.breadcrumbs {
	    padding: 0;
	    display: block;
	}
	.breadcrumbs .items {
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.breadcrumbs .items .item{}
	.breadcrumbs .items .item a{}
	.breadcrumbs .items .item strong,
	.breadcrumbs .items .item > span{
		white-space: normal;
	    text-align: left;
	    line-height: 20px;
    	max-height: 40px;
	}
	.breadcrumbs .item:not(:last-child)::after {
	    position: relative;
	}
	.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;
	}	
	.filter-options {
	    display: block !important;
	}
	.block.filter .block-title.filter-title{
	    display: inline-block !important;
	    width: 100%;
	    margin: 0 0 -1px !important;
	    border: 0 !important;
	    padding: 0 !important;
	}
	.block.filter .block-title.filter-title strong{
		text-align: left;
	    display: inline-block;
	    background-color: #40563f;
	    color: #ffffff;
	    font-weight: 600;
	    font-size: 22px;
		line-height: 22px;
	    text-transform: uppercase;
	    padding: 12px 15px;
	    width: 100%;
	    margin: 0px;
	    cursor: pointer;
	    top: 0;
	    right: 0;
	    border: 0;
	    border-radius: 0;
	    box-shadow: none;
	    position: relative;
	}
	.block.filter.active .block-title.filter-title strong{
		background-color: #40563f;
	    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 .block-title.filter-title.active strong::after,
	.block.filter.active .block-title.filter-title strong::after{
		content: '\f0d8';
	}
	.block.filter .block-content.filter-content{
		display: none;
		padding: 15px;
	    border: 1px solid #cccccc;
	}
	.block.filter .block-content.filter-content.active,
	.block.filter.active .block-content.filter-content{
		display: block;
	}
	.filter-content .filter-subtitle {
	    font-weight: 400;
	    font-size: 35px;
		line-height: 50px;
	    margin: 10px 0 20px;
	}
	.filter.active .filter-options {
	    background: #141414;
	    top: 55px;
	    padding: 30px 6%;
	}
	.filter.active .filter-subtitle{
		display: none !important;
	}
	.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: 0; bottom: 100px; }
	.page-footer .footer-bottom-main .row{ display: inline-flex; flex-direction: column; float: left; }
	.page-footer .footer-bottom-main .copyright { text-align: center; margin: 0; padding: 0; font-size: 12px; line-height: 18px; }
	.footer-bottom-main .copyright strong{}
	.footer-bottom-main .copyright .webexe{}
	.page-footer .footer-bottom-main .payment-cards,
	.page-footer .footer-bottom-main .payment-link{ text-align: center; float: none; justify-content: center; width: 100%; margin: 15px 0 0 0; }
	.page-footer .footer-bottom-main .payment-cards li a img,
	.page-footer .footer-bottom-main .payment-link img{ height: 25px; width: auto; }
	.title-style { margin-bottom: 25px; }
	.title-style .small-title-name {}
	.title-style .title-name,
	.title-style .title-name.boldThin{ font-size: 40px; line-height: 48px; letter-spacing: 0; }
	.title-style .title-name strong,
	.title-style .title-name span{}
	.title-style .title-description{ width: 100%; margin-left: 0; margin-right: 0; }
	.title-style.flex{ justify-content: space-between; }
	.title-style.flex .title-left{ align-items: center; max-width: calc(100% - 140px);  }
	.title-style.flex .title-name{}
	.title-style.flex .title-description{ text-align: center; }
	.title-style.flex .title-name + .title-description{ margin: -8px 0 0 0; }
	.title-style.flex .title-right{ justify-content: center; width: 130px; }
	.title-style.flex .title-right .btnTheme{ display: none !important; }
	.title-style.flex .title-left + .title-right .owl-theme{ margin: 0 0 0 10px; }
	.title-right .custom-nav [class*=owl-] + [class*=owl-] { margin: 0 0 0 10px !important; }
	.title-style.title-border::before{ display: none; }

	.title-style.toggleTabs{ justify-content: center; flex-direction: column; border: 0; }
	.title-style.toggleTabs .title-left{ width: 100%; justify-content: center; }
	.title-style.toggleTabs .title-name { justify-content: center; }
	.title-style.toggleTabs .title-right{ width: 100%; justify-content: center; margin: 15px 0 0 0; }
	.title-style.toggleTabs .title-right .tabs { text-align: center; position: relative; }
	.title-style.toggleTabs .title-right .tabs button.dropdown-toggle{ display: inline-block; width: 100%; background-color: #FAFAFA; float: left; text-align: center; padding: 13px 10px; border: 0; border-radius: 0; }
	.title-style.toggleTabs .title-right .tabs > ul{ display: none; float: left; background-color: #ffffff; box-shadow: 0px 3px 4px #00000014; position: absolute; top: 100%; left: 0; z-index: 25; padding: 10px 0; }
	.title-style.toggleTabs .title-right .tabs.open > ul{ display: inline-flex; }

	.page-products .columns { padding-top: 60px; position: relative; z-index: 1; display: inline-block; }
	.block.review-add{ display: inline-block; width: 100%; float: left; }
	.block.review-list{ display: inline-block; width: 100%; float: left; margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid #dedede; }

	.btnTheme{ padding: 0 15px !important; font-size: 14px !important; }
	.btnTheme.leftsidearrow::before { background-size: 45px auto; width: 45px; }
	.btnTheme span {}
	.btnTheme span::before { width: 45px; height: 45px; }
	.btnTheme span::after { font-size: 16px; width: 45px; height: 45px; }
	.section-bottom-link { margin-top: 25px; }
	.section-bottom-link .btnTheme{}

	.table-responsive{ border: 0; }
	.modal-popup.confirm .modal-footer{ flex-direction: row; justify-content: space-evenly; }
	.modal-popup.confirm .modal-footer button{ width: 40% !important; min-width: auto !important; padding: 0 15px !important; margin: 0 !important; }

	.owl-theme .owl-nav .owl-next{ right: -10px; background: transparent; justify-content: flex-end; } 
	.owl-theme .owl-nav .owl-prev { left: -10px; background: transparent; justify-content: flex-start; }
	.owl-theme .owl-nav .owl-next:hover, 
	.owl-theme .owl-nav .owl-prev:hover { background: transparent; }
	.owl-theme .owl-nav .owl-next span,
	.owl-theme .owl-nav .owl-prev span{ font-size: 0px; }
	.owl-theme .owl-nav .owl-next span::before,
	.owl-theme .owl-nav .owl-prev span::before,
	.catalog-product-view .owl-theme .owl-nav div.owl-next::before, 
	.catalog-product-view .owl-theme .owl-nav div.owl-prev::before{ width: 40px; height: 40px; background-size: 20px auto; border-radius: 60px; background-color: #adc7bd; }
	.owl-theme .owl-nav .owl-next span::after,
	.owl-theme .owl-nav .owl-prev span::after{ width: 40px; height: 40px; border-radius: 40px; top: 1px; }
	.owl-theme .owl-nav .owl-next span::after{ right: -15px; }
	.owl-theme .owl-nav .owl-prev span::after{ left: -15px; }
	
	.owl-theme .owl-dots { margin: 0 0 0 0 !important; position: absolute; bottom: 20px; }
	.owl-theme .owl-dots .owl-dot span{ margin: 0 3px; }

	.home-banner-section,
	.home-slider-carousels,
	.home-mainslider{ /* height: 350px !important; max-height: 350px !important; */ }
	#home-main-carousel .carousel-inner > .item > img{ width: auto; height: 350px; object-fit: cover; }
	.home-banner-section .home-mainslider .carousel-caption{ left: 0; background: transparent radial-gradient(closest-side at 50% 50%, rgba(0,0,0,0.3) 0%, #00000000 100%) 0% 0% no-repeat padding-box; padding: 15px; justify-content: flex-start; }
	.home-mainslider .carousel-caption .contentArea {}
	.home-mainslider .carousel-caption h1{ font-size: 60px; line-height: 65px; }
	.home-mainslider .carousel-caption a{ flex-direction: row-reverse; align-items: flex-end; right: 15%; bottom: 20%; }
	.home-mainslider .carousel-caption a::before{ right: 10px; bottom: 5px; width: 60px; height: 85px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
	.home-mainslider .carousel-indicators{ left: 0; right: 0; bottom: 25px; justify-content: center; padding: 0; }
	.home-mainslider .carousel-indicators li { margin: 0 6px; width: 10px; height: 10px; }
	.home-mainslider .carousel-indicators li::before{ width: 16px; height: 16px; }
	.scrollDown{ display: none; }
	
	.featured-section2-wrapper .row .col-md-4 + .col-md-4{ margin: 20px 0 0 0; }
	.featured-section2-wrapper .title-content{ width: 100%; float: right; padding: 0; }
	.featured-section2-wrapper .contentArea{ width: 100%; padding: 50px 0; }
	.featured-section3-main .imageArea img { min-height: 300px; object-position: 48%; margin: -8% 0 0 0; }
	.featured-section3-main .contentArea h3 { margin: 0; }
	.featured-section3-main .contentArea h3 + h3 { margin: 32% 0 0 0; }
	.featured-section4-wrapper .row{ flex-direction: column-reverse; }
	.featured-section4-wrapper .row .col-xs-12{ width: 100%; }
	.featured-section4-wrapper .title-style { padding: 50px 0 0 0; width: 100%; }
	.featured-section4-wrapper .contentArea{ padding: 0 0 50px 0; }
	.featured-section5-wrapper .title-style { padding: 60px 0; }
	.featured-section6-main .contentArea a{ font-size: 40px; line-height: 48px; }
	.featured-section6-main .contentArea a strong { margin: 10px 0 0 0; padding: 0; display: block; }
	.about-section1-wrapper .contentArea{ width: 100%; padding: 60px 0; }
	.about-section2-wrapper .contentArea{ width: 100%; padding: 60px 0; margin: 0; }
	.about-section3-wrapper .contentArea{ width: 100%; padding: 60px 0; margin: 0; }
	.ourteam-wrapper { padding: 60px 0; }
	.enquiry-wrapper .contentArea { padding: 60px 0; }
	.contactUs-container{ float: left; margin: 0; padding: 0; }
	.contactUs-container .contactUs-main{ width: 100%; }
	.featured-additional-wrapper { padding: 60px 0 0; }
	.featured-additional-wrapper .row .col-xs-12.col-sm-6.col-md-5{ margin: 0 0 25px 0; }
	.featured-additional-wrapper .row .col-xs-12.col-sm-6.col-md-5 + .col-xs-12.col-sm-6.col-md-5{ margin: 0; }
	.featured-additional-wrapper .title-name { width: 100%; }
	.featured-additional-wrapper .title-name img { height: 22px; margin: -11px 2px 0; }
	.featured-additional-wrapper .contentArea { width: 100%; float: left; }
	.featured-additional-wrapper .col-xs-12.col-sm-6.col-md-6 + .col-xs-12.col-sm-6.col-md-6 .contentArea{ margin: 20px 0 0 0; }
	.product-options-main label { width: 100%; margin: 0 0 10px 0; }
	.product-options-main select { width: 100%; }
	.product-description-wrapper .nav-tabs{ flex-direction: column; }
	.product-description-wrapper .nav-tabs li{ width: auto; }
	.product-description-wrapper .nav-tabs li + li{ margin: 30px 0 0 0; }
	.product-description-wrapper .nav-tabs li a{ justify-content: center; padding: 0 0 10px 0; }

	.thankYou-wrapper { padding: 0; }
	.thankYou-wrapper .imageArea { height: 100vh; }
	.thankYou-wrapper .imageArea img{ position: relative; }
	.thankYou-wrapper .contentArea{ top: 0; left: 0; width: 100%; padding: 90px 15px 20px; justify-content: center; background-image: linear-gradient(to bottom, #00000033, #00000033); }
	.thankYou-wrapper .contentArea h2.base1{ font-size: 40px; line-height: 48px; }
	.thankYou-wrapper .contentArea h2.base1 img { height: 22px; margin: -11px 2px 0; }
	.thankYou-wrapper .contentArea h3.sub-base1{}
	.thankYou-wrapper .contentArea p.base2{ width: 100%; }
	.thankYou-wrapper .contentArea p + p{ margin: 10px 0 0 0; }
	.thankYou-wrapper .contentArea .btnArea{ width: 100%; }
	.thankYou-wrapper .contentArea .btnTheme { width: auto; padding: 0 !important; }
	.thankYou-wrapper .contentArea .btnTheme + .btnTheme{ margin: 10px 0 0; }
	.product-item .category-hover-link {}
	.product-item-info .product-item-details .product-name-warpper span {}
	.catalog-category-view.page-layout-2columns-left .column.main > .category-description .listSale-wrapper, 
	.catalog-category-view.page-layout-2columns-left .column.main > .category-description > .title-style { margin: 0; padding: 10px 15px; }
	.catalog-category-view.page-layout-2columns-left .column.main > .category-description .listSale-main .imageArea img,
	.product-list-wrapper .listSale-main .imageArea img { height: 450px; }
	.catalog-category-view.page-layout-2columns-left .column.main > .category-description .listSale-main .contentArea,
	.product-list-wrapper .listSale-main .contentArea{ padding: 0; }
	.catalog-category-view.page-layout-2columns-left .column.main > .category-description .listSale-main .contentArea p,
	.product-list-wrapper .listSale-main .contentArea p{ text-align: center; }
	.catalog-category-view.page-layout-2columns-left .column.main > .category-description .listSale-main .contentArea p + p,
	.product-list-wrapper .listSale-main .contentArea p + p{ margin: 12px 0 0; }
	.product-list-wrapper{ padding: 40px 0; }
	.product-list-wrapper .product-list-section{ /* margin: 0 -15px; */ }
	.product-list-wrapper .product-list-contents > .row > .col-xs-12.col-sm-6.col-md-4.col-lg-4 { padding: 0 15px; }
	.product-list-wrapper > .container-fluid .row .item{ width: 100%; padding: 0 15px; }
	.product-list-wrapper .product-item { margin-bottom: 40px; }
	.product-list-wrapper .toolbar-top{ width: 100%; height: auto; }
	.product-list-wrapper .toolbar-bottom{ width: 100%; height: auto; }
	.product-list-wrapper .toolbar-top .toolbar,
	.product-list-wrapper .toolbar-bottom .toolbar { display: inline-block; width: 100%; float: left; }
	.toolbar .field.limiter{ margin: 5px 0; padding: 0; border: 0; }
	.toolbar .toolbar-sorter.sorter{ position: relative; margin: 5px 0; border: 0; width: 100%; justify-content: center; }
	.toolbar .toolbar-amount{ position: relative; margin: 5px 0; }
	.toolbar .pages{ position: relative; margin: 5px 0; border: 0; padding: 0; width: 100%; display: inline-flex; justify-content: center; }
	.toolbar-bottom .toolbar { text-align: center; }
	.toolbar .pages .pages-items { padding: 2px 10px 0; }
	.toolbar .pages .item{ position: relative; }
	
	.product-details-wrapper{ padding: 50px 0 0; background-position: 220% 0; background-size: 300px auto; }
	.product-options-wrapper .swatch-opt .swatch-attribute{ width: 100%; }
	.product-details-wrapper .product-info-main .prd-info .product-label,
	.product-details-wrapper > .container > .row > .col-md-12 > h3.product-label{ font-size: 32px; line-height: 40px; }
	.product-details-wrapper .product-info-main { width: 100% !important; padding: 0; }
	.product.media { padding: 0 0 30px 0; }
	.product-options-label { width: 100px; }
	.prd-option-main { width: calc(100% - 105px); }
	.product-details-wrapper .price-box > .price-container,
	.product-details-wrapper .price-box .special-price,
	.product-details-wrapper .price-box .old-price{ margin: 0 10px 0 0 !important; }
	.product-details-wrapper .qty-btnArea { flex-direction: column; align-items: flex-start;  }
	.qty-btnArea .qtyCounter{ margin: 0 0 20px; flex-direction: column; align-items: flex-start; }
	.qty-btnArea .qtyCounter .box-title{ margin: 0 0 10px 0; }
	.qty-btnArea .qtyCounter .box-details .control .count + div.mage-error { width: 175%; }
	.qty-btnArea .btnArea{ width: 100%; display: inline-flex; display: -webkit-inline-flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin: 0 0 15px 0; }
	.qty-btnArea .btnArea .btnTheme{ width: auto !important; }
	.qty-btnArea .btnArea .btnTheme.tocart{}
	.qty-btnArea .btnArea .btnTheme.toenquiry{ margin: 15px 0 0 0; min-width: 220px; }
	.modal-popup._inner-scroll .modal-inner-wrap{ margin-top: 0 !important; width: 95%; }
	.product-details-wrapper .price-box > .price-container .price, 
	.product-details-wrapper .price-box .normal-price .price,
	.product-details-wrapper .price-box .special-price .price{ font-size: 28px !important; line-height: 30px !important; }
	.product-details-wrapper .price-box .old-price .price{ font-size: 20px !important; line-height: 30px !important; }
	.product-description-wrapper { padding: 50px 0; }
	.related-products-wrapper{ padding: 60px 0; }

	.subscribe-wrapper{ padding: 70px 0; background-position: center center; }
	.subscribe-wrapper .title-style{ margin-bottom: 0; }
	.subscribe-wrapper .title-name,
	.subscribe-wrapper .title-description{}
	.subscribe-main .form-subscribe .form-control{}
	.subscribe-main .form-subscribe .form-control input{}
	.subscribe-main .form-subscribe .form-control input + div.mage-error + input{ margin: 0; }
	.subscribe-main .form-subscribe .form-control input + input{ margin: 15px 0; }
	.subscribe-main .form-subscribe .form-control input + div.mage-error{ position: absolute; left: auto; top: 100%; margin: 3px 0 0 0; }
	.subscribe-main .form-subscribe .form-control input::placeholder{}
	.subscribe-main .form-subscribe .form-control button.btnTheme { min-width: auto; width: 100%; }
	.subscribe-main .form-subscribe .form-control button.btnTheme::after{}
	.subscribe-wrapper .row > .col-xs-12.col-sm-12.col-md-10.col-lg-10{ width: 100%; }
	.subscribe-wrapper .row > .col-xs-12.col-sm-12.col-md-2.col-lg-2{ width: 100%; }
	.subscribe-wrapper .row > .col-xs-12.col-sm-3.col-md-3, .subscribe-wrapper .row > .col-xs-12.col-sm-3.col-md-3 .text-right{ text-align: left !important; }
	.subscribe-wrapper .row > .col-xs-12.col-sm-9.col-md-9 .title-name { font-size: 30px; line-height: 35px; }
	.subscribe-wrapper .row > .col-xs-12.col-sm-3.col-md-3 .btnTheme{ width: auto; }
	.subscribe-main{ text-align: center; }
	.subscribe-main > .btnTheme {}

	.footer-logo-wrapper { flex-direction: column; margin: 0 0 25px; }
	.page-footer .footer-top-main .footer-logo { text-align: center; margin: 0 0 35px 0; }
	.page-footer .footer-top-main .footer-logo a{ float: none; }
	.page-footer .footer-top-main .footer-logo a img{ max-height: 60px; max-width: 100%; }

	.page-footer .footer-top-main{ padding: 50px 0; }
	.page-footer .footer-top-main .footer-links-main{ position: relative; }
	
	.page-footer .footer-top-main .footer-title { margin-top: 30px; margin-bottom: 12px; }
	.page-footer .footer-top-main .footer-title > img{ display: block; margin: 0 auto; }
	.page-footer .footer-top-main .footer-title h3{ text-align: left; margin: 0; }
	.page-footer .footer-top-main .footer-links{ padding: 0; width: 100%; }
	.page-footer .footer-top-main .footer-links::before{ display: none; }
	.page-footer .footer-top-main .footer-links p{ font-size: 15px; }
	.page-footer .footer-top-main .footer-links ul{ list-style: none; flex-direction: column; align-items: center; width: 100%; }
	.page-footer .footer-top-main .footer-links ul li{ text-align: left; margin: 0; }
	.page-footer .footer-top-main .footer-links ul li + li{ margin: 10px 0 0 0; }
	.page-footer .footer-top-main .footer-links ul li a{}
	
	.page-footer .footer-top-main .social-container { flex-direction: column; align-items: center; justify-content: center; }
	.page-footer .footer-top-main .footer-links .social-wrapper{ margin: 35px 0 0 0; }
	.page-footer .footer-top-main .footer-links .social-wrapper ul{ flex-direction: row; align-items: center; justify-content: center; }
	.page-footer .footer-top-main .footer-links .social-wrapper li{ width: auto; margin: 0 14px 0 0 !important; padding: 0; }
	.page-footer .footer-top-main .footer-links .social-wrapper li:last-child{ margin: 0 !important; }
	.page-footer .footer-top-main .footer-links .contact-details{ width: 100%; margin: 10px auto 0; display: inline-flex; justify-content: flex-start; flex-direction: column; align-items: flex-start; }
	.page-footer .footer-top-main .footer-links .contact-details li{ align-items: baseline; justify-content: flex-start; }
	.page-footer .footer-top-main .footer-links .contact-details li > p, 
	.page-footer .footer-top-main .footer-links .contact-details li > a { width: auto; margin: 0 0 0 10px; }

	.page-footer .footer-bottom-main{ padding: 0 0 50px; margin: 0 0 0 0; width: 100%; }
	.footer-top-main .copyright { margin: 0; text-align: left; }
	.footer-top-main .copyright .webexe{ display: inline-block; }

	.page-footer .footer-top-main .footer-payments { text-align: center; }
	.page-footer .footer-top-main .footer-payments img { width: auto; height: 25px; margin: 10px 0 0 0; }


	.secondary {
	    width: 100%;
	}
	.checkout-index-index .fieldset .payment-method .payment-method-title > .label{
	    display: inline-flex;
	    display: -webkit-inline-flex;
    	flex-direction: column;
	}
	.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary{
		margin: 10px 0 0 0;
	}

	.page-main .columns .sidebar.sidebar-main{
		width: 100%;
		padding: 0;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main{
		width: 100%;
		padding: 30px 0 0 0;
	}
	.columns {
	    float: left;
	    max-width: 100%;
	}
	.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{
		width: 100%;
	    margin-bottom: 10px;
        padding: 20px 15px 0;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main{
		width: 100%;
	    margin-bottom: 30px;
	    padding: 0 15px;
    	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-title-wrapper .page-title .base {
	    font-size: 35px;
	    line-height: 38px;
	}
	.catalogsearch-result-index .page-title-wrapper{
		padding: 30px 15px 0;
	}
	.catalogsearch-result-index .page-title-wrapper .page-title .base{
		text-align: center;
	}
	.catalogsearch-result-index .column.main > p.message{
	    margin-bottom: 15px !important;
	}
	.account .page-main{
		padding-top: 0px;
	}
	.account #maincontent .columns{
		margin: 0 auto 40px !important;
	}
	.account .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 .sidebar.sidebar-main{
		width: 100%;
	}
	.account .sidebar.sidebar-main .account-nav{
		margin: 0;
	}
	.account .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 .sidebar.sidebar-main .account-nav .account-nav-title strong{
	    display: inline-block;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font-weight: 700;
	    font-size: 16px;
	    line-height: 26px;
	    color: #fff;
	    text-align: left;
	}
	.account .sidebar.sidebar-main > .block > .title strong::before{
	    line-height: 50px !important;
    	padding: 0 15px !important;
	}
	.account .sidebar.sidebar-main .account-nav .title strong::after{
		content: '\f0d7';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 700;
	    font-size: 16px;
	    color: #ffffff;
	    line-height: 50px;
	    float: right;
	    position: absolute;
	    padding: 0 15px;
	    top: 0;
	    right: 0;
	    z-index: 1;
	}
	.account .sidebar.sidebar-main .account-nav .title.active strong::after{
		content: '\f0d8';
	}
	.account .sidebar.sidebar-main .account-nav .content{
	    display: none !important;
	}
	.account .sidebar.sidebar-main .account-nav .content.active{
	    display: block !important;
	}
	.account .sidebar.sidebar-main .account-nav .content ul{
		padding: 15px 0;
	}

	.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; width: auto; margin: 0 0 0 0; top: 0; }
	.opc-estimated-wrapper .estimated-block{ font-size: 17px; font-weight: 700; display: flex; width: 85%; float: left; justify-content: space-between; }
	.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{ text-align: center; font-size: 13px; line-height: 18px; letter-spacing: 0px; color: #FFFFFF; opacity: 1; background-color: #40563f; border: 0; width: 20px; height: 20px; border-radius: 3px; display: inline-block; padding: 0; margin: 0; top: 0; right: 0; position: relative; float: left; }
	.opc-progress-bar-item._active>span:after{ line-height: 25px !important; font-size: 18px !important; }
	.opc-progress-bar-item._complete>span:after{ line-height: 25px !important; font-size: 18px !important; }
	.opc-estimated-wrapper .minicart-wrapper .action.showcart{ padding: 0; border: 0; box-shadow: none; }
	.opc-estimated-wrapper .estimated-block .estimated-label { margin: 0; }
	.opc-summary-wrapper .modal-inner-wrap { /*background-color: #141414;*/ }
	.checkout-container .opc-wrapper{ display: inline-block; width: 100%; }
	.checkout-container .opc-sidebar.opc-summary-wrapper{
		width: calc(100% - 25px);
	    height: calc(100vh - 90px);
	    display: inline-block;
	    margin: 0;
	}
	.custom-slide { top: 90px; height: calc(100vh - 90px); left: 25px; }
	.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.brown{
		margin-bottom: 10px;
	}
	.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;
	}
	.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;
	} */
    .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 {
	    /* display: block !important;
	    margin: 0 auto;
	    float: none !important;
	    text-align: center; */
	    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: 0;
	}
	.wishlist-index-index .products-grid.wishlist .product-item {
	    margin-bottom: 10px;
	    margin-left: 0 !important;
	    border: 0;
	}
	.form-wishlist-items .products-grid.wishlist .product-item .product-item-info {
	    padding: 10px;
	}
	.products-grid.wishlist .product-item .price-box {
	    width: auto;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.products-grid.wishlist .product-item-actions .action.delete {
	    float: right;
	    line-height: 40px;
	    margin: 0 !important;
	}
	.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .actions-primary, .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 {
	    padding: 0;
	}
	.customer-account-login .actions-toolbar, .customer-account-createpassword .actions-toolbar, .customer-account-logoutsuccess .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 .actions-toolbar, .sendfriend-product-send .actions-toolbar{
		display: block;
		width: 100%;
	}
	.actions-toolbar.order-actions-toolbar {
	    margin: 40px 0 0;
	}
	#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%; }
	.items.order-links.rewards-links { margin-bottom: 0; }

	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-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: 50px;
	    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;
	}
	.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 .fieldset .field > .label {
	    font-weight: 500;
	    font-size: 17px;
	    line-height: 38px;
	    margin: 0 15px 0 0;
	}
	.order-details-items{ padding: 20px; }
	.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;
	}
	#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;
		width: 100%;
	}
	.checkout-payment-method .payment-option,
	.checkout-payment-method .payment-methods{
		margin: 0;
	}
	.opc-estimated-wrapper{
		padding: 15px 0;
		margin: 0px 0px 15px;
    	background: transparent;
	}
	.checkout-index-index.page-layout-checkout .page-main{ /* padding: 0 15px; */ }
	.modal-custom .action-close { margin: 0 15px; }

	.hesperiden.tp-bullets{}
	.hesperiden .tp-bullet,
	.hesperiden .tp-bullet:hover,
	.hesperiden .tp-bullet.selected{}
	#rev_slider_1_1_wrapper, 
	#rev_slider_1_1_wrapper #rev_slider_1_1{}
	#rev_slider_1_1 rs-layer-wrap {}
	#rev_slider_1_1 rs-sbg{}
	#rev_slider_1_1 rs-slides rs-layer-wrap:nth-child(n + 1) rs-layer{}
	#rev_slider_1_1 .rev-btn {}
	#rev_slider_1_1_wrapper .hesperiden.tparrows{}

	/* VES-MENU MOBILE-HEADER CSS */
	/* .mobile-header .ves-menu{
		display: none;
	} */
	/* .ves-menu {
	    margin: 0 auto;
	   	background: #ffffff;
	    border: 0;
	    width: 100%;
	    display: block;
	    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 10%);
	    position: fixed;
	    top: 125px;
	    left: 0;
	    padding: 20px 15px;
	    height: auto;
	    max-height: 450px;
	    overflow: auto;
 		-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
	}
	.sticky .ves-menu{ top: 90px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }
	.ves-megamenu li.level0,
	.sticky .ves-megamenu li.level0 {
	    border: 0 !important;
	    padding: 0;
	}
	.ves-megamenu li.level0 + li.level0 {
	    margin: 0;
	}
	.ves-menu .navigation .level0 > .submenu {
	    background: #f1f1f1 !important;
	    left: 0 !important;
	    right: 0 !important;
	    top: 100% !important;
	    position: relative;
	    box-shadow: none !important;
	    width: 100% !important;
	    padding: 10px 0 !important;
	    box-shadow: none !important;
	    border: 0 !important;
	    margin: 10px 0 15px;
	    transform: unset;
	    border-radius: 0;
	}
	.ves-menu .navigation .level0 > .submenu::before{
		content: '';
	    display: inline-block;
	    width: 100%;
	    height: 1px;
	    background-color: rgba(255,255,255,0.2);
	    position: relative;
	    float: left;
	}
	.ves-megamenu li.level0 > a {
	    padding: 0 25px;
	    margin: 0;
	    font-size: 15px;
	    line-height: 40px;
	    text-align: center;
	    text-transform: capitalize;
	}
	.ves-megamenu li.level0 > a::after{
		display: none;
	}
	.ves-megamenu li.level0:hover > a, 
	.ves-megamenu li.level0.active > a {}

	.ves-megamenu .level0 a > .opener {
	    position: absolute;
	    background: transparent !important;
	    right: auto;
	    padding: 0 5px;
	    top: 0;
	    width: 30px;
	    height: 40px;
	    overflow: hidden;
	    font: 700 14px/40px 'FontAwesome';
	    text-align: center;
	}
	.ves-megamenu .level0 .level1 a > .opener {
	    position: absolute;
	    background: transparent !important;
	    right: auto;
	    padding: 0 5px;
	    top: 0;
	    width: 30px;
	    height: 40px;
	    overflow: hidden;
	    font: 700 14px/40px 'FontAwesome';
	    text-align: center;
	}
	.ves-megamenu .opener::before {
	    content: '\f107';
	}
	.ves-megamenu .opener.item-active::before {
	    content: '\f106';
	}
	.navigation .level0 .submenu.dropdown-mega .content-wrap .megamenu-content,
	.navigation .level0 > .submenu .content-wrap .right-sidebar{
        width: 100% !important;
	    display: inline-block;
	    position: relative;
	    padding: 0;
    }
	.nav-mobile .nav-item {
	    width: 100% !important;
	    position: relative !important;
	    display: inline-block;
	}
    .nav-mobile li.level0 .submenu-left.level1 {
	    padding-left: 0;
	}
	.nav-mobile li.level0 .submenu-left.level1 > a {
	    padding: 0;
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    line-height: 40px;
	    position: relative;
	}
	.nav-mobile li.level0 .submenu-left.level1:hover > a,
	.nav-mobile li.level0 .submenu-left.level1:focus > a,
	.nav-mobile li.level0 .submenu-left.level1.active > a{}
	.navigation .submenu:not(:first-child) .level1.active>a {
	    padding-left: 0;
	    border: 0;
	}
	.navigation .level0.active>a:not(.ui-state-active), .navigation .level0.has-active>a:not(.ui-state-active) {
	    border-color: transparent;
	    border-style: solid;
	    border-width: 0;
	}
	.ves-megamenu .level0 .submenu .submenu {
    	background: transparent;
	    padding: 10px 0 10px 10px;
	    box-shadow: none !important;
	}
	.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;
	}
	.ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega{ padding: 0 0 0 15px; }

	.navigation .level0 > .submenu .content-wrap .right-sidebar{ display: none !important; }
	.navigation .level0 > .submenu .content-wrap .megamenu-content{ width: 100% !important; padding: 0; background-image: none !important; }
	.navigation .level0 .submenu.dropdown-menu>.content-wrap>.megamenu-content>.level1.nav-dropdown.ves-column1 { height: auto; }
	.ves-menu .navigation .level0 > .submenu{ background: #f1f1f1 !important; }
	.level0.submenu-left .level1.submenu-left>.submenu.dropdown-menu{ width: 100% !important; height: auto; position: relative; left: 0 !important; right: 0 !important; top: 0 !important; padding: 10px 0; box-shadow: none !important; border: 0 !important; background: #f7f7f7; overflow: auto; }
	.level0.submenu-left .level1.submenu-left .level2.submenu-left>.nav-anchor { width: 100%; text-align: center; padding: 0 15px; line-height: 40px; } */

	.ves-megamenu li.level0 > a{ font-size: 22px; line-height: 32px; border: 0 !important; }
	.ves-megamenu li.level0 > a span{ margin: 0 !important; }
	.ves-menu .level0 a > .opener {
	    position: absolute;
	    background: transparent !important;
	    right: auto;
	    padding: 0 5px;
	    top: 0;
	    width: 40px;
	    height: 40px;
	    overflow: hidden;
	    font: 700 16px/45px 'Font Awesome 5 Free';
	    text-align: center;
	}
	.ves-menu .level0 .level1 a > .opener {
	    position: absolute;
	    background: transparent !important;
	    right: auto;
	    padding: 0 5px;
	    top: 0;
	    width: 40px;
	    height: 40px;
	    overflow: hidden;
	    font: 700 16px/40px 'Font Awesome 5 Free';
	    text-align: center;
	}
	.ves-menu .opener::before {
	    content: '\f107';
	}
	.ves-menu .opener.item-active::before {
	    content: '\f106';
	}
	.main-menu-wrapper nav .collapsing, 
	.main-menu-wrapper nav .collapse.in, 
	.main-menu-wrapper nav .collapse.active { padding: 15px 15px 65px; }
	.main-menu-wrapper .navbar-collapse.collapse.active,
    .main-menu-wrapper .navbar-collapse.collapse.in {  display: block!important; }
    .main-menu-wrapper .collapsing { overflow: hidden !important; }
	.navigation .level0{ border: 0 !important; }
    
    .category-about-us.page-products .columns,
	.category-faq .columns,
	.category-warranty .columns,
	.category-contact-us .columns{
		padding-top: 0;
	}	
	.customer-account-login .page-title-wrapper .page-title .base, .customer-account-createpassword .page-title-wrapper .page-title .base, .customer-account-logoutsuccess .page-title-wrapper .page-title .base, .checkout-cart-index .page-title-wrapper .page-title .base, .page-print.account.page-layout-1column .page-title-wrapper .page-title .base, .checkout-onepage-success .page-title-wrapper .page-title .base, .checkout-index-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-title-wrapper .page-title .base, .category-warranty-info .page-title-wrapper .page-title .base, .category-payment-info .page-title-wrapper .page-title .base, .category-shipping-info .page-title-wrapper .page-title .base, .category-privacy-policy .page-title-wrapper .page-title .base, .category-terms-conditions .page-title-wrapper .page-title .base, .sendfriend-product-send .page-title-wrapper .page-title .base, .shipping-tracking-popup .page-title-wrapper .page-title .base {
	    font-size: 35px !important;
    	line-height: 42px !important;
	}
	.customer-account-login .actions-toolbar, .customer-account-createpassword .actions-toolbar, .customer-account-logoutsuccess .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, .sendfriend-product-send .actions-toolbar {
	    flex-direction: column;
    	justify-content: center;
	}
	.abs-account-table-margin-mobile, .table-wrapper.balance-history, .table-wrapper.reward-history, .table-wrapper.orders-recent {
		margin-top: 0;
    }
	.authentication-wrapper{
	    /* float: right;
	    margin: 0;
	    max-width: 50%;
	    position: relative;
	    z-index: 1; */
	    float: none;
	    margin: 0 0 10px;
	    max-width: 100%;
	    position: relative;
	    z-index: 1;
	    width: 100%;
	}
	.opc-wrapper .form-login, .opc-wrapper .form-shipping-address{
	    margin: 20px 0 15px;
	    background: transparent;
	}
	.opc-wrapper .methods-shipping{
		margin: 0px 0 15px;
	    padding: 0 0 30px;
	    background: transparent;
	}
	.checkout-index-index .columns > .container{
		width: 100%;
	}
	.account .block .block-title > .action {
	    font-size: 14px;
	    line-height: 18px;
	}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child{
		border-bottom: 0;
	}
	.table th.col, .table td.col {
	    border-top: 0;
	}
	.products-grid.wishlist .product-item-name {
	    text-align: left;
	}
	.modal-popup .modal-footer {
        display: inline-flex;
        display: -webkit-inline-flex;
	    flex-direction: column-reverse;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	}
	.modal-popup .modal-footer button{
	    margin: 0 0 0 0 !important;
	}	
	.modal-popup .modal-footer button + button{
	    margin: 0 0 10px 0 !important;
	}	

	/* New Changes */
	.checkout-cart-index .column.main > .cart-container { display: -webkit-inline-flex !important; display: inline-flex !important; width: 100%; flex-direction: column; }
	.category-our-story .columns,
	.category-ablest-navigators .columns,
	.category-our-forte .columns,
	.category-our-believers .columns,
	.category-buzz-us .columns{
		padding-top: 0 !important;
	}
	.toolbar-blog-posts .pages{
	    float: none;
    	display: inline-block;
	}
	.account .orders-history .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr,
	.account .orders-recent .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr,
	.account .order-items .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr{}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before{
		color: #333333 !important;
	}
	.cart-totals {
	    padding: 0;
	}
	.checkout-cart-index .columns > .container .page-title-wrapper{
		padding: 0 15px;
	}
	.checkout-cart-index .columns .column.main .reward-message, 
	.checkout-cart-index .columns .column.main .cart-container, 
	.checkout-cart-index .columns .column.main .cart-empty {
	    padding: 0 15px;
	}

	.block.filter {
	    border-radius: 0;
	    padding: 0;
	    border: 0;
	}
	.account .toolbar .toolbar-amount{
		position: relative;
	}
	#registration .action.primary {
	    width: 100%;
	}
	.stripe-icon-container.right {
	    margin: 10px 0 0 0;
	}
	.account.page-layout-2columns-left .block .block-title{
		display: inline-block;
		width: 100%;
	}
	.modal-popup .modal-inner-wrap .modal-footer .action-secondary {
	    width: 100%;
	}
	.cart-summary {
	    margin: 30px 0 0 0;
	}
	.cart-summary .block>.title {
	    padding-left: 0;
	}
	.order-actions-toolbar .action.print {
	    display: inline-block;
	}
	.opc-progress-bar{margin:0 0 20px;counter-reset:i;display:block;font-size:0;}.opc-progress-bar-item{margin:0 0 10px;width:140px;display:inline-block;position:relative;text-align:center;vertical-align:top}.opc-progress-bar-item:before{background:#e4e4e4;border:1px solid #ccc;top:19px;transition:background .3s;content:'';height:7px;left:0;position:absolute;width:100%}.opc-progress-bar-item:first-child:before{border-radius:6px 0 0 6px}.opc-progress-bar-item:last-child:before{border-radius:0 6px 6px 0}.opc-progress-bar-item>span{display:inline-block;padding-top:45px;width:100%;word-wrap:break-word;color:#666;font-weight:300;font-size:1.4rem}.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after{background:#e4e4e4;border:1px solid #ccc;height:38px;margin-left:-19px;transition:background .3s;width:38px;border-radius:50%;content:'';left:50%;position:absolute;top:0}.opc-progress-bar-item>span:after{background:#fff;height:26px;margin-left:-13px;top:6px;width:26px;content:counter(i);counter-increment:i;color:#333;font-weight:600;font-size:1.8rem}.opc-progress-bar-item._complete{cursor:pointer}.opc-progress-bar-item._complete:hover:before{background:#d7d7d7}.opc-progress-bar-item._complete:hover>span:before{background:#d7d7d7}.opc-progress-bar-item._complete>span{color:#006bb4}.opc-progress-bar-item._complete>span:after{font-family:'luma-icons';content:'\e610'}.opc-progress-bar-item._active:before{background:#ff5501;border-color:#ff5501}.opc-progress-bar-item._active>span{color:#333;font-weight:600}.opc-progress-bar-item._active>span:before{background:#ff5501;border-color:#ff5501}.opc-progress-bar-item._active>span:after{border-color:#ff5501;content:'\e610';font-family:'luma-icons'}
	.opc-progress-bar-item._active:before ,
	.opc-progress-bar-item._complete:before {
	    background: #009949;
	    border-color: #009949;
	}
	.opc-progress-bar-item._complete>span{
	    color: #333;
	    font-weight: 600;
	}
	.opc-progress-bar-item._active>span:before,
	.opc-progress-bar-item._complete>span:before{
	    background: #009949;
	    border-color: #009949;
	}
	.opc-progress-bar-item._active>span:after ,
	.opc-progress-bar-item._complete>span:after {
	    border-color: #009949;
	}
	.opc-progress-bar-item._complete>span:after{
	    color: #009949;
	}
	/* Bio Kompost CSS */
	.catalog-category-view.page-layout-2columns-left.page-products .columns{ padding-top: 0; }
	.product-list-wrapper .product-list-contents > .row > .col-xs-12.col-sm-4.col-md-4{ padding: 0 15px; }
	.category-maqui.page-products .columns { padding-top: 0; }
	.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .page-main .columns { background-position: -7% 100%, right 30px; background-size: auto 200px, auto 200px; }
	.catalog-product-view .page-title-wrapper .category-image .breadcrumb-section { padding: 15px; }
	.product-item-photo .product-image-wrapper { max-height: 250px !important; }

	.account.page-layout-2columns-left .sidebar.sidebar-main > .block { position: relative; top: 0; }
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title{ border: 0; padding: 0; margin: 0; }
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title strong { font-size: 0; }
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title::after { margin: 2px 0 0; }
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .content{ border-bottom: 0; }
	.account.page-layout-2columns-left .page-title-wrapper{ padding: 0; }

	.menu-social { bottom: 15px; left: 15px; width: calc(100% - 30px); }
	.catalog-product-view .page-title-wrapper .category-image .breadcrumbs{ margin: 0; }
	.account.page-layout-2columns-left .columns .sidebar.sidebar-main ~ .column.main { width: 100%; padding: 0 0 20px; }
	.checkout-cart-index .cart-container .related-products-wrapper .container { width: 100%; }
	.cart-discount{ width: 100%; padding: 0; }
	#block-giftcard{ margin: 30px 0; }
	.page-products .columns{ padding: 0; }
	.product-options-wrapper > .fieldset > .field > .control > div.mage-error, 
	.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options ~ div.mage-error { width: 100%; }
	.product-options-wrapper .swatch-opt .swatch-attribute + .swatch-attribute {
    margin: 20px 0 0 0; padding: 20px 0 0 0; }
    .product-options-wrapper { padding: 20px 0; }

    .product.data.items>.item.title{ display: inline-block; width: 100%; float: left; }
    .product.data.items>.item.title ~ .item.title{ margin: 0; padding: 15px 0 0 0; border: 0; border-top: 1px solid #C7C7C7; }
    .category-evolooption.page-products .columns,
    .category-purpose.page-products .columns{ padding-top: 0; }
}

@media screen and (max-width: 320px), print{
	.logo-wrapper-container .logo-wrapper > a img, .sticky .logo-wrapper-container .logo-wrapper > a img {}
	.logo-wrapper-main .user-links{ justify-content: space-between; }
	.search-wrapper, .user-links .account-wrapper, .user-links .wishlist-wrapper, .user-links .account-wrapper, .user-links .cart-wrapper, .user-links .quote-wrapper { margin: 0 10px 0 0; }
	.search-wrapper .search-box > .action, .wishlist-wrapper .wishlist .action, .user-links .account-wrapper .action, .user-links .wishlist-wrapper .action, .user-links .account-wrapper .account .action, .user-links .cart-wrapper > .minicart-wrapper > a.action{}
	.search-wrapper .search-box > .action img, .search-wrapper .icon-setting img, .wishlist-wrapper .wishlist .action img, .user-links .account-wrapper .account .action img, .user-links .account-wrapper .account img,
	.user-links .cart-wrapper > .minicart-wrapper > a.action img { height: 18px; }

    .product-options-wrapper > .fieldset > .field,
    .product-options-wrapper .swatch-opt .swatch-attribute,
    .product-options-wrapper > .fieldset .field.textarea{
    	flex-direction: column;
    	align-items: baseline;
    	justify-content: center;
    }
    .product-options-label, .product-options-wrapper > .fieldset > .field > .label, .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label, .product-options-wrapper > .fieldset .field.textarea label {
	    width: 100% !important;
	    padding: 0;
	    margin: 0 0 5px;
	}
	.product-options-wrapper > .fieldset > .field > .control,
	.product-options-wrapper > .fieldset .field.textarea .control,
	.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options, .prd-option-main {
	    width: 100%;
	}
	.product-options-wrapper > .fieldset > .field > .control > div.mage-error,
	.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options ~ div.mage-error {
	    width: 100%;
	    left: 0;
	}
	#rev_slider_1_1_wrapper .hesperiden.tparrows {}

	.thankYou-wrapper .contentArea h2.base1{ font-size: 38px; line-height: 48px; }
	.thankYou-wrapper .contentArea h2.base1 img { height: 20px; margin: -10px 2px 0; }
}

@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;
	}
	.breadcrumb-section > .container{
		/* padding: 0; */
	}
	.mst-searchautocomplete__autocomplete{
		max-height: 450px;
	    overflow: auto;
	    width: calc(100% - 40px) !important;
	    left: 0 !important;
	    right: 0 !important;
	    margin: 0 auto;
	}
	.mst-searchautocomplete__autocomplete._active {
	    display: block !important;
	    max-width: 500px;
	    min-width: auto;
	}
	.abs-account-table-margin-desktop,
	.table-wrapper.balance-history,
	.table-wrapper.reward-history,
	.table-wrapper.orders-recent { margin-top: -15px; }
	.abs-account-block-font-size, .block-addresses-list address, .box-billing-address .box-content, .box-shipping-address .box-content, .box-address-billing .box-content, .box-address-shipping .box-content, .box-information .box-content, .block-balance-giftcard .block-content, .block-reviews-dashboard .product-name { font-size: 14px; line-height: 20px; }
	.account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount { line-height: 26px; }
}

@media (min-width: 1024px){
	.ves-megamenu li.level0 + li.level0{ margin: 15px 0 0 0; }
	.account.page-layout-2columns-left .page-title-wrapper{ padding: 0; }
}

@media (min-width: 1650px){
	/* Container Width for Large Displays */
	.customer-account-login #maincontent .columns,
	.customer-account-createpassword #maincontent .columns,
	.customer-account-logoutsuccess #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,
	.customer-account-create #maincontent .columns,
	.customer-account-forgotpassword #maincontent .columns,
	.catalogsearch-result-index #maincontent .columns .search.results .product-list-wrapper,
	.customer-account-login #maincontent .columns,
	.customer-account-createpassword #maincontent .columns,
	.customer-account-logoutsuccess #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,
	.catalogsearch-result-index #maincontent .columns .search.results .product-list-wrapper,
	.page-with-filter.page-layout-2columns-left #maincontent .columns > .container,
	.customer-account-login .page-title-wrapper,
	.customer-account-createpassword .page-title-wrapper,
	.customer-account-logoutsuccess .page-title-wrapper,
	.checkout-cart-index .page-title-wrapper,
	.page-print.account.page-layout-1column .page-title-wrapper,
	.checkout-onepage-success .page-title-wrapper,
	.checkout-index-index .page-title-wrapper,
	.catalogsearch-result-index .page-title-wrapper,
	.customer-account-create .page-title-wrapper,
	.customer-account-forgotpassword .page-title-wrapper,
	.cms-no-route.cms-noroute-index .page-title-wrapper,
	.sendfriend-product-send .page-title-wrapper,
	.shipping-tracking-popup .page-title-wrapper,
	.category-warranty-info .page-title-wrapper,
	.category-payment-info .page-title-wrapper,
	.category-shipping-info .page-title-wrapper,
	.category-privacy-policy .page-title-wrapper,/* ,
	.category-terms-conditions .page-title-wrapper */
	.account.page-layout-2columns-left .page-title-wrapper,
	.cms-terms-conditions .page-title-wrapper,
	.cms-shipping .page-title-wrapper,
	.cms-return-exchange .page-title-wrapper,
	.checkout-cart-index .columns .column.main .reward-message, 
	.checkout-cart-index .columns .column.main .cart-container, 
	.checkout-cart-index .columns .column.main .cart-empty{
		max-width: 1400px;
	}

	/* Custom CSS */
	#rev_slider_1_1_wrapper, #rev_slider_1_1{}
	#rev_slider_1_1 rs-layer-wrap {}
	.main-menu-wrapper nav .collapsing, .main-menu-wrapper nav .collapse.in { width: 600px; }
	.ves-megamenu li.level0 + li.level0 {}
	.mapArea-container .omni-store-info .item img { min-width: 100%; }
	.thankYou-wrapper .contentArea{}
}

@media screen and (min-width: 768px) and (max-width: 1023.9px){
	body{
		font-smooth: always;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	/* .page-wrapper { margin: 0 !important; }
	.catalog-category-view.page-layout-2columns-left .page-wrapper{ margin: 0 0 0 !important; }
	.catalog-product-view .page-wrapper { margin: 90px 0 0 !important; } */
	.page-header {}
	/* .desktop-header{ display: none !important; }
	.mobile-header{ display: block !important; } */
	.logo-wrapper-container { height: auto; }
	.logo-wrapper-main {}
	.logo-wrapper-main .logo-wrapper { z-index: 16; width: auto; max-width: inherit; text-align: left; }
	.logo-wrapper-container .logo-wrapper > a img,
	.sticky .logo-wrapper-container .logo-wrapper > a img{ height: 50px; }
	.logo-wrapper-main .user-links{ width: auto; height: 82px; }
	.user-links .currency-wrapper{ margin: 0 20px 0 0; }
	.currency-wrapper .currency .currValue select { padding: 0 15px 0 7px; }
	.search-wrapper{ margin: 0 20px 0 0; }
	.search-wrapper::after{ display: none; }
	.search-wrapper .search-find { display: none; }
	.search-wrapper .search-box { display: block; }
	.search-wrapper .search-find button { justify-content: flex-start; padding: 0 0 0 5px; }
	.search-wrapper .search-box > .action { line-height: 20px; height: 20px; width: auto; border-radius: 0; padding: 0; font-size: 18px; background: transparent; }
	.search-wrapper .search-box > .action img, 
	.search-wrapper .icon-setting img {}
	.search-wrapper .search-box .fa-search{}
	.search-wrapper .search-box .btnTheme{ width: auto; }
	.user-links .account-wrapper{ margin: 0 20px 0 0; }
	.account-wrapper .account{ flex-direction: row; float: left; }
	.account-wrapper .account .fa-user-circle{ font-size: 24px; line-height: 24px; color: #C2C2C2; }
	.user-links .account-wrapper .action,
	.user-links .account-wrapper .account .action{}
	.account-wrapper .account span{}
	.user-links .account-wrapper .action span{ display: none; }
	.user-links .account-wrapper .account .action img,
	.user-links .account-wrapper .account img {}
	.user-links .account-wrapper .account .action .fa-user { margin: 0 0 0 0; font-size: 18px; }
	.user-links .wishlist-wrapper { margin: 0 20px 0 0; }
	.wishlist-wrapper .wishlist{ float: left; }
	.wishlist-wrapper .wishlist .action{ display: inline-flex; display: -webkit-inline-flex; align-items: center; }
	.wishlist-wrapper .wishlist .action .fa-heart{ font-size: 24px; line-height: 24px; color: #C2C2C2; }
	.wishlist-wrapper .wishlist .action span{ font-size: 13px; text-align: center; line-height: 24px; letter-spacing: 1.19px; height: auto; width: auto; margin: 0 0 0 8px; color: #C2C2C2; text-transform: uppercase; }
	.wishlist-wrapper .wishlist .action img{ position: relative; top: 1px; }
	.user-links .cart-wrapper{ margin: 0 20px 0 0; }
	.user-links .cart-wrapper .icon-setting{ display: block; }
	.user-links .cart-wrapper .icon-setting .carticon {}
	.user-links .cart-wrapper > .minicart-wrapper > a.action{}
	.user-links .cart-wrapper > .minicart-wrapper > a.action img{}
	.user-links .cart-wrapper > .minicart-wrapper > a.action .cartprice{}
	.user-links .cart-wrapper .icon-setting .cartprice h6{ height: 0; width: 0; overflow: hidden; margin-bottom: 0px; }
	.user-links .cart-wrapper .icon-setting .cartprice span .price, .user-links .cart-wrapper .icon-setting .cartprice p{ display: none; }
	.user-links .cart-wrapper .icon-setting .cartcontent{ display: none; }
	.minicart-wrapper { display: inline-block; position: relative; float: none; margin: 0 0 0 0; top: 0; }
	.minicart-wrapper .block-minicart { min-width: auto; width: 350px; margin-top: 8px; position: fixed; top: 82px; right: 45px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.sticky .minicart-wrapper .block-minicart{ top: 82px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.minicart-wrapper .block-minicart:before { right: 16%; }
	.minicart-wrapper .block-minicart:after { right: 15.9%; }
	.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 inherit; }
	.minicart-wrapper .action.showcart .count{}
	.user-links .cart-wrapper .icon-setting .cartcontent{ display: none; }

	/* Mobile Design */
	.main-menu-wrapper nav.navbar .user-links{ display: inline-flex; display: -webkit-inline-flex; justify-content: flex-start; align-items: center; position: relative; margin: 0 auto; padding: 0 25px; overflow-x: hidden; overflow-y: auto; background: #363636; border: 0; width: 100%; height: 60px; position: fixed; top: 90px; left: 0; z-index: 1; }
	.main-menu-wrapper nav.navbar .user-links.top{ padding: 25px; height: 120px; width: 350px; }
	.main-menu-wrapper nav.navbar .user-links.bottom{ background: #363636; top: auto; bottom: 0; padding: 0 25px; width: 350px; height: 85px; display: inline-flex; display: -webkit-inline-flex; align-items: center; justify-content: space-between; }

	.main-menu-wrapper nav.navbar .user-links.top::after{ content: ''; width: 100%; height: 1px; background-color: #414141; display: inline-block; float: left; padding: 0; margin: 0 auto; position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; }
	.main-menu-wrapper nav.navbar .user-links.bottom::after{ content: ''; width: 100%; height: 1px; background-color: #414141; display: inline-block; float: left; padding: 0; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }

	.user-links .cart-wrapper .icon-setting .cartcontent{
		display: none;
	}
	.main-menu-wrapper {
        display: inline-block;
        margin: 0;
	}
	.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.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: #ffffff;
	    /* display: block; */
	    margin: 0 auto;
	    position: relative;
	    right: 0;
	    border: 0;
	    border-radius: 0;
	    box-shadow: none;
	    font-size: 20px;
	    line-height: normal;
	    padding: 0;
	    width: auto;
	    height: auto;
	    display: inline-flex;
	    display: -webkit-inline-flex;
	    flex-direction: row-reverse;
	    z-index: 16;
	}
	.main-menu-wrapper .navbar-toggle span{
		display: none;
	}
	.main-menu-wrapper .navbar-toggle:focus,
	.main-menu-wrapper .navbar-toggle.active,
	.main-menu-wrapper .navbar-toggle:hover {
	    text-decoration: none;
	    background: transparent;
	    border: 0;
	    color: #333333;
	}
	.main-menu-wrapper .navbar-toggle::after{
		content: '';
	    display: inline-block;
	    position: relative;
	    width: 30px;
	    height: 30px;
	    background-color: transparent;
	    border-radius: 0;
	    /* background-image: url('../images/icon-menu-light.png'); */
	    background-position: center center;
	    background-size: 19px auto;
	    background-repeat: no-repeat;
	}
	.main-menu-wrapper .navbar-toggle.active::after{
		/* background-image: url('../images/icon-close-light.png'); */
		-webkit-transition: all .2s linear;
		   -moz-transition: all .2s linear;
		    -ms-transition: all .2s linear;
		     -o-transition: all .2s linear;
		        transition: all .2s linear;
	}
	.main-menu-wrapper .navbar-toggler .navbar-toggler-icon{
		display: none;
	}
	.main-menu-wrapper .navbar-collapse{
	    padding: 0;
	    border: 0;
	    position: relative;
	    z-index: 15;
	}
	.main-menu-wrapper .navbar-collapse.collapse{
		display: none !important;
	}
	.main-menu-wrapper .navbar-collapse.collapse.active{
		display: block !important;
	}
	.main-menu-wrapper .navbar-collapse.collapse.in,
	.main-menu-wrapper .navbar-collapse.collapsing{
		display: block !important;
	}
	.main-menu-wrapper .navbar-collapse{
	    background: rgba(255,255,255,0.95);
	    width: 350px;
	    position: fixed;
	    top: 90px;
	    left: auto;
	    right: 0;
	    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
	    padding: 30px;
	    border: 0 !important;
	    border-radius: 0 !important;
	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -ms-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}

	.main-menu-wrapper nav ul li {
	    width: 100%;
	}
	.main-menu-wrapper nav .mbl-navbar{
		background-color: #A74F18;
	    padding: 8%;
	    display: inline-block;
	}
	.main-menu-wrapper nav .mbl-navbar .user-links{
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.main-menu-wrapper nav .mbl-navbar .user-links .cart-wrapper::before{
		display: none;
	}
	.main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav { margin: 0 auto; background: transparent; border: 0; width: 100%; height: 100%; overflow-x: hidden !important; overflow-y: auto !important; z-index: 1; position: relative; top: 0; left: 0; right: auto; box-shadow: none; padding: 20px 0; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav > li{
		border: 0;
		width: 100%;
	}
	.navbar-default .navbar-nav > li + li {}
	.navbar-default .navbar-nav > li > a, 
	.main-menu-wrapper .navbar-nav .level0 .level-top {
	    padding: 0;
	    width: 100%;
	    vertical-align: middle;
	    line-height: 50px;
	    border: 0 !important;
	    margin: 0;
	}
	.navbar-default .navbar-nav > li.dropdown > a::after, .navbar-nav > .level0.parent > a.level-top .ui-menu-icon.ui-icon.ui-icon-carat-1-e::after {
	    content: '\f107';
	    transform: none;
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 700;
	    text-align: center;
	    font-size: 24px;
	    line-height: 50px;
	    background-color: transparent;
	    display: inline-block;
	    float: none;
	    margin: 0 0 0 10px;
	    width: 20px;
	    height: 50px;
	    right: 15px;
	    left: auto;
	    top: 0;
	}
	.navbar-default .navbar-nav > li.dropdown.open > a::after, .navbar-nav > .level0.parent.active > a.level-top .ui-menu-icon.ui-icon.ui-icon-carat-1-e::after {
	    content: '\f106';
	}
	.main-menu-wrapper .navbar-nav .nav-item, 
	.main-menu-wrapper .navbar-nav .level0{
		margin-right: 0px;
		position: relative;
	}
	.main-menu-wrapper .navbar-nav .nav-item .nav-link, 
	.main-menu-wrapper .navbar-nav .level0 .level-top {
	    width: 100%;
	    color: #333333 !important;
	    display: -webkit-inline-flex;
	    display: inline-flex;
	    align-items: center;
	    justify-content: flex-start;
    	flex-direction: row;
	}
	.navbar-default .navbar-nav > li.active > a,
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li:focus > a,
	.navbar-default .navbar-nav > li:hover > a:hover,
	.navbar-default .navbar-nav > li:focus > a:focus,
	.navbar-default .navbar-nav > li.has-active > a,
	.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{}
	.navbar-nav > .level0.parent > .menu-icon-child{
	    position: absolute;
	    background: transparent !important;
	    right: 20px;
	    padding: 0 5px;
	    top: 0;
	    width: 40px;
	    height: 50px;
	    overflow: hidden;
	    font: 700 14px/50px 'FontAwesome';
	    text-align: center;
	}
	.sticky .navbar-default .navbar-nav > li > a { line-height: 50px; }
	.navbar-nav > .level0.parent > a.level-top + .menu-icon-child::before {
    	content: '\f107';
	}
	.navbar-nav > .level0.parent > a.level-top.ui-state-active + .menu-icon-child::before {
    	content: '\f106';
	}
	.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: #ffffff;
	    padding: 0 0 0 20px;
	    margin: 0;
	    position: relative !important;
	    left: 0px !important;
	    top: 0px !important;
	    box-shadow: none !important;
	    z-index: 10;
	}
	.main-menu-wrapper .navbar-nav .level0 .submenu li a::before{
		display: none !important;
	}
	.main-menu-wrapper .navbar-nav .nav-item .dropdown-menu.show,
	.main-menu-wrapper .navbar-nav .level0 .level0.submenu.show {
	    width: 100%;
	    background: #ffffff;
	    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;
	    text-align: center;
    	font-weight: 700;
    	font-size: 13px;
    	line-height: 20px;
	    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-weight: 700 !important;
    	font-size: 13px !important;
	    padding: 0px !important; */
    	line-height: 40px !important;
    	height: 40px;
	}

	.main-menu-wrapper nav .collapse ul li ul.dropdown-menu{
		display: none;
	}
	.main-menu-wrapper nav .collapse ul li.open ul.dropdown-menu{
		display: block;
	}
	.main-menu-wrapper nav .collapse ul ul, 
	.main-menu-wrapper nav .collapse ul ul.dropdown-menu {
	    border-radius: 0;
	    z-index: 1;
	    position: relative;

	    max-width: 100%;
	    background: transparent;
	    box-shadow: none !important;
	    padding: 0;
	    margin: 0;
	    width: 100%;
	}
	.navbar-default .navbar-nav .dropdown-menu > li > a{
	    text-align: left;
	    padding: 0;
	    display: -webkit-inline-flex;
	    display: inline-block;
	    width: 100%;
	    line-height: 40px;
	}
	.navbar-default .navbar-nav .dropdown-menu > li > a::before{}

	#back2Top {
	    right: 0px;
	    bottom: 100px;
	}
	.title-style{ margin-bottom: 35px; }
	.title-style .small-title-name {}
	.title-style .title-name { font-size: 45px; line-height: 55px; word-break: normal; }
	.title-style .title-name strong,
	.title-style .title-name span{}

	.title-style.flex .title-right { justify-content: flex-end; }

	.title-style.toggleTabs .title-left,
	.title-style.toggleTabs .title-right{ width: auto; }
	.title-style.toggleTabs .title-right .tabs ul.nav-tabs li a{ padding: 0 10px; letter-spacing: 2.2px; }

	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev{ background: transparent; }
	.owl-carousel .owl-nav .owl-next:hover,
	.owl-carousel .owl-nav .owl-prev:hover{ background: transparent; }
	.breadcrumbs .items .item { white-space: nowrap; overflow: unset; }

	.page-title-wrapper .category-image { /* height: 300px; */ }
	.page-title-wrapper .category-image .banner-image,
	.page-title-wrapper .category-image > img { width: 100%; height: 250px; object-fit: cover; object-position: center; }
	.page-title-wrapper .category-image .page-title-contents{ position: relative; background-color: #94a98a; align-items: center; float: left; }
	.page-title-wrapper .page-title .base{ font-size: 55px; line-height: 62px; }
	.breadcrumb-section,
	.breadcrumbs { position: relative; margin: 0; }

	.categorypath-investors.page-products .columns,
	.category-our-services.page-products .columns{ padding-top: 0; }

	.btnTheme{ min-width: 170px; height: 50px; line-height: 50px !important; padding: 0 15px !important; }
	.btnTheme span {}
	.btnTheme span::before {}
	.btnTheme span::after { font-size: 16px; width: 45px; height: 45px; }
	.section-bottom-link { margin-top: 40px; }

	.owl-carousel .owl-nav .owl-next{ right: -15px; background: transparent; justify-content: flex-end; } 
	.owl-carousel .owl-nav .owl-prev{ left: -15px; background: transparent; justify-content: flex-start; }
	.owl-carousel .owl-nav .owl-next:hover, 
	.owl-carousel .owl-nav .owl-prev:hover { background: transparent; }
	.owl-carousel .owl-nav .owl-next span,
	.owl-carousel .owl-nav .owl-prev span{ font-size: 0px; }
	.owl-carousel .owl-nav .owl-next span::before, 
	.owl-carousel .owl-nav .owl-prev span::before,
	.catalog-product-view .owl-theme .owl-nav div.owl-next::before, 
	.catalog-product-view .owl-theme .owl-nav div.owl-prev::before{ width: 40px; height: 40px; background-size: 20px auto; border-radius: 60px; background-color: #adc7bd; }
	.owl-carousel .owl-nav .owl-next span::after, 
	.owl-carousel .owl-nav .owl-prev span::after{}

	.owl-theme .owl-dots .owl-dot {}
	
	.block.filter{ padding: 0; border: 0; }

	.page-main .container .container { padding: 0 15px; }
	.breadcrumb-section > .container{ padding: 0 !important; width: 100%; }
	
	.home-banner-section,
	.home-slider-carousels,
	.home-mainslider{}
	#home-main-carousel .carousel-inner > .item > img { width: auto; height: 550px; object-fit: cover; }
	.home-banner-section .home-mainslider .carousel-caption { left: 0; }
	.home-mainslider .carousel-caption h1{ font-size: 50px; line-height: 60px; }

	.featured-section2-wrapper .row .col-md-4 + .col-md-4{ margin: 20px 0 0 0; }
	.featured-section2-wrapper .title-content{ width: 100%; float: right; padding: 0; }
	.featured-section2-wrapper .contentArea{ width: 100%; padding: 50px 0; }
	.featured-section3-main .imageArea img {}
	.featured-section3-main .contentArea h3 { margin: 0; }
	.featured-section3-main .contentArea h3 + h3 { margin: 19% 0 0 0; }
	.featured-section4-wrapper .row{ flex-direction: column-reverse; }
	.featured-section4-wrapper .row .col-xs-12{ width: 100%; }
	.featured-section4-wrapper .title-style { padding: 50px 0 0 0; width: 100%; }
	.featured-section4-wrapper .contentArea{ padding: 0 0 50px 0; }
	.featured-section5-wrapper .title-style { padding: 60px 0; }
	.featured-section6-main .contentArea a{ font-size: 50px; line-height: 58px; }
	.featured-section6-main .contentArea a strong{ margin: 0 0 0 15px; }
	.featured-section6-main .contentArea a strong img{ max-height: 50px; }
	.about-section1-wrapper .contentArea{ width: 100%; padding: 60px 0; }
	.about-section2-wrapper .contentArea{ width: 100%; padding: 60px 0; margin: 0; }
	.about-section3-wrapper .contentArea{ width: 100%; padding: 60px 0; margin: 0; }
	.ourteam-wrapper { padding: 60px 0; }
	.enquiry-wrapper .contentArea { padding: 60px 20px; }
	.enquiry-wrapper .form-group { width: 100%; }
	.contactUs-container{ float: left; margin: 0; padding: 0; }
	.contactUs-container .contactUs-main{ width: 50%; }
	.featured-additional-wrapper { padding: 60px 0 0; }
	.featured-additional-wrapper .row .col-xs-12.col-sm-6.col-md-5{ margin: 0 0 25px 0; }
	.featured-additional-wrapper .row .col-xs-12.col-sm-6.col-md-5 + .col-xs-12.col-sm-6.col-md-5{ margin: 0; }
	.featured-additional-wrapper .title-name { width: 100%; font-size: 75px; line-height: 85px; }
	.featured-additional-wrapper .title-name img { height: 40px; margin: -20px 2px 0; }
	.featured-additional-wrapper .contentArea { width: 100%; float: left; }

	.thankYou-wrapper { padding: 0; }
	.thankYou-wrapper .imageArea { height: 100vh; min-height: 700px; }
	.thankYou-wrapper .imageArea img{ position: relative; width: auto; max-width: fit-content; height: 100%; /* float: right; */ right: 50%; }
	.thankYou-wrapper .contentArea{}
	.thankYou-wrapper .contentArea h2.base1{ font-size: 50px; line-height: 64px; }
	.thankYou-wrapper .contentArea h2.base1 img { height: 30px; margin: -15px 2px 0; }
	.thankYou-wrapper .contentArea p.base2{}
	.thankYou-wrapper .contentArea .btnTheme {}

	.page-footer .footer-top-main {}

	.subscribe-wrapper { padding: 20% 0; }
	.subscribe-wrapper .title-style{}
	.subscribe-wrapper .row > .col-xs-12.col-sm-9.col-md-9 .title-name { font-size: 30px; }
	.subscribe-wrapper .title-name{ text-align: center; }
	.subscribe-wrapper .title-description{ text-align: center; margin: 5px 0 0 0; }
	.subscribe-main .form-subscribe{}
	.subscribe-main .form-subscribe .form-control{ width: 550px; max-width: 100%; }
	.subscribe-main .form-subscribe .form-control input{}
	.subscribe-main .form-subscribe .form-control input::placeholder{}
	.subscribe-main .form-subscribe .form-control button.btnTheme{ height: 50px; }
	.subscribe-wrapper .row > .col-xs-12.col-sm-12.col-md-6:first-child,
	.subscribe-wrapper .row > .col-xs-12.col-sm-9.col-md-9{ width: 100%; margin: 0 0 20px; }
	.subscribe-wrapper .row > .col-xs-12.col-sm-12.col-md-6,
	.subscribe-wrapper .row > .col-xs-12.col-sm-3.col-md-3{ width: 100%; text-align: center; }
	.subscribe-wrapper .row > .col-xs-12.col-sm-3.col-md-3 > .btnTheme{ min-width: 200px; }
	.subscribe-main{ text-align: center !important; }
	.subscribe-main > .btnTheme { min-width: 170px; }
	.subscribe-wrapper .contentArea .form.subscribe{ flex-direction: column; background: transparent; height: auto; }
	.subscribe-wrapper .contentArea .form.subscribe .field.newsletter{ width: 100%; }
	.subscribe-wrapper .contentArea .form.subscribe .field.newsletter input{ text-align: center; height: 50px; margin: 0 0 15px; }
	.subscribe-wrapper .contentArea .form.subscribe .field.newsletter div.mage-error { position: absolute; top: 50px; left: 5px; }
	.subscribe-wrapper .contentArea .form.subscribe .actions button { min-width: 150px; }

	.footer-links-main{ display: inline-block; float: left; width: 100%; }
	.footer-links-main .row .col-xs-12.col-sm-3.col-md-3{ width: 22.5%; }
	.footer-links-main .row .col-xs-12.col-sm-3.col-md-3:first-child{ width: 32.5%; }

	.toolbar-top {}
	.toolbar-top .toolbar {}
	.toolbar-bottom .toolbar {}
	.toolbar-bottom .pages{ margin: 0; }
	.toolbar-top .pages{}
	.toolbar-top .toolbar-amount{}
	.toolbar-top .toolbar-sorter.sorter{ margin: 0 20px 0 0; }
	.toolbar-bottom .toolbar { text-align: center; }
	.toolbar-bottom .pages{ width: auto; float: left; }
	.toolbar .pages .pages-items { padding: 2px 0 0; }
	.toolbar .pages .item{ position: relative; }

	.product-list-wrapper{
		padding: 40px 0;
	}
	.product-list-wrapper .product-list-section{}
	.product-list-wrapper .product-list-contents > .row > .item {
		width: 50%;
	}
	.product-details-wrapper{}
	.product-details-wrapper .row > .col-xs-12.col-sm-6.col-md-6.col-lg-6{
		width: 100%;
	}
	.product-details-wrapper .product-info-main .prd-info .product-label{}
	.product-details-wrapper .product-info-main { width: 100% !important; }
	.product-details-wrapper .product-info-main .prd-info{ flex-direction: column; }
	.product-details-wrapper .product-info-main .prd-info .leftSection{ width: 100%; margin: 0 0 20px; }
	.product-details-wrapper .product-info-main .prd-info .rightSection{ width: 100%; text-align: left; }
	.product-details-wrapper .price-box{ justify-content: flex-start; }
	.product-details-wrapper .qty-btnArea { margin: 0 0 15px; }
	.qty-btnArea .btnArea .btnTheme{}
	.qty-btnArea .btnArea .btnTheme.tocart{ margin: 0 5px 0 0 !important; }
	.qty-btnArea .btnArea .btnTheme.towishlist{}
	.product-list-wrapper .toolbar-bottom .toolbar {}
	.product.media { padding: 0; margin: 0 0 50px 0; }
	.prd-option-main select { background-position: 97% center; }
	.modal-popup._inner-scroll .modal-inner-wrap{ margin-top: 0 !important; width: 95%; }
	.product-description-info ul li{ width: 100%; }
	
	#aw-filter-cat .block-categories{
		margin-bottom: 0;
	}
	.product-item {}
	.product-item-photo .product-image-wrapper {}
	.product-item .product-label .label-container > span {}
	.product-item-info .product-item-details .product-name-warpper {
	    text-align: center;
	}
	.product-item-info .product-item-details .product-name-warpper .product-name {}
	.product-item-info .product-item-details .price-box {}
	.price-box .special-price .price, 
	.product-item .minimal-price .price,
	.price-box .price-container .price {}
	.price-box .old-price .price {}

	.product-item .category-hover-link {}
	.product-item .category-hover-link .action.tocart,
	.product-item .category-hover-link .action.tocart.outofstock{}
	.product-item .category-hover-link .searchbtn { width: 35px; height: 20px; line-height: 20px; margin: 0 5px 0 0; }
	.product-item .category-hover-link .wishlistbtn { margin: 0; }
	.product-item .category-hover-link .cartbtn { display: inline-flex; align-items: baseline; justify-content: center; }
	.product-item .category-hover-link .cartbtn img { max-width: 100%; max-height: 100px; }

	.footer-top-main > .container > .row > .col-sm-12.col-md-4 { padding-right: 15px; margin: 0 0 20px 0; text-align: center; }
	.footer-top-main > .container > .row > .col-sm-12.col-md-4::after{ display: none; }
	.page-footer .footer-top-main .footer-logo{ text-align: center; margin: 0; padding: 0 0 0 15px; }
	.page-footer .footer-top-main .footer-logo a{  }
	.page-footer .footer-top-main .footer-logo a img { height: 55px; }
	.page-footer .footer-top-main .footer-links > p,
	.page-footer .footer-top-main .footer-logo > p{ text-align: center; width: 70%; margin: 0 15%; }
	.page-footer .footer-top-main .footer-title{ margin-top: 30px; margin-bottom: 15px; }
	.page-footer .footer-top-main .footer-title h3{}
	.page-footer .footer-top-main .footer-links {}
	.footer-links .row .col-xs-12.col-sm-5.col-md-5.col-lg-5,
	.footer-links .row .col-xs-12.col-sm-6.col-md-6.col-lg-6,
	.footer-links .row .col-xs-12.col-sm-7.col-md-7.col-lg-7{}

	.page-footer .footer-top-main .footer-links p{}
	.page-footer .footer-top-main .footer-links ul li{ text-align: left; margin: 0; }
	.page-footer .footer-top-main .footer-links ul li + li{ margin: 0 0 0 20px; }
	.page-footer .footer-top-main .footer-links ul li a{}
	.footer-top-main .social-wrapper { justify-content: center; }
	.footer-bottom-main .payment-link, .page-footer .footer-bottom-main .payment-cards{ margin: 20px 0 0 ; }
	.page-footer .footer-top-main .footer-payments img{ height: 25px; width: auto; }
	.page-footer .footer-bottom-main{ margin: 0 auto; width: 100%; padding: 15px 0 25px; }
	.page-footer .footer-bottom-main .row { display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; }
	.page-footer .footer-bottom-main .row .col-xs-12.col-sm-12.col-md-9{ width: 100%; margin: 0 0 15px 0; }
	.page-footer .footer-bottom-main .row .col-xs-12.col-sm-12.col-md-3{ width: 100%; }
	.page-footer .copyright { text-align: center; margin: 0 0 0 0; display: inline-block; width: 100%; }
	.page-footer .footer-bottom-main .copyright .webexe{ /* display: block; */ }
	.footer-bottom-main .copyright strong{ font-weight: 700; }
	.footer-bottom-main .payment-link,
	.page-footer .footer-bottom-main .payment-cards{ text-align: center; float: none; justify-content: center; width: 100%; }
	.footer-bottom-main .payment-link img,
	.page-footer .footer-bottom-main .payment-cards li a img{ height: 25px; width: auto; }
	.page-footer .footer-top-main .footer-links .contact-details{}
	.page-footer .footer-top-main .footer-links .contact-details li{}
	.page-footer .footer-top-main .footer-links .contact-details li > p,
	.page-footer .footer-top-main .footer-links .contact-details li > a { margin: 0; }

	.page-main .columns .sidebar.sidebar-main, .page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main{
		width: 100%;
	    padding: 0;
	    margin: 0 0 35px 0;
	}
	.cms-index-index .page-title-wrapper{
		display: none;
	}
	.page-layout-fullpage-layout .columns{
		display: inline-block;
		width: 100%;
		float: left;
	}
	.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: 0;
		padding: 20px 15px;
	}
	.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main {
    	padding: 0 0 40px;
    }
	.account .page-main{
		padding-top: 0px;
	}
	.account #maincontent .columns{
		margin: 0 auto 40px !important;
	}
	.account .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 .sidebar.sidebar-main{
		width: 100%;
	}
	.account .sidebar.sidebar-main .account-nav{
		margin: 0;
	}
	.account .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;
	    cursor: pointer;
	}
	.account .sidebar.sidebar-main .account-nav .account-nav-title strong{
	    display: inline-block;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font-weight: 700;
	    font-size: 16px;
	    line-height: 20px;
	    color: #fff;
	    text-align: left;
	}
	.account .sidebar.sidebar-main .account-nav .account-nav-title strong::before{
	    line-height: 50px !important;
	    padding: 0 20px !important;
	}
	.account .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: 50px;
	    float: right;
	    position: absolute;
	    padding: 0 15px;
	    top: 0;
	    right: 0;
	    z-index: 1;
	}
	.account .sidebar.sidebar-main .account-nav .account-nav-title.active strong::after{
		content: '\f0d8';
	}
	.account .sidebar.sidebar-main .account-nav .content.account-nav-content{
	    display: none !important;
	}
	.account .sidebar.sidebar-main .account-nav .content.account-nav-content.active{
	    display: block !important;
	}
	.account .toolbar.limiter{
		float: none;
	}
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .account-nav-content > ul {
	    padding: 20px 15px;
	}

	.block.filter .block-title.filter-title {
	    display: inline-block !important;
	    width: 100%;
	    margin: 0 0 -1px !important;
	    border: 0 !important;
	    padding: 0 !important;
	}
	.block.filter .block-title.filter-title strong {
	    text-align: left;
	    display: inline-block;
	    background-color: #40563f;
	    color: #ffffff;
	    font-weight: 600;
	    font-size: 22px;
	    line-height: 22px;
	    text-transform: uppercase;
	    padding: 12px 15px;
	    width: 100%;
	    margin: 0px;
	    cursor: pointer;
	    top: 0;
	    right: 0;
	    border: 0;
	    border-radius: 0;
	    box-shadow: none;
	    position: relative;
	}
	.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 .block-title.filter-title.active strong::after, 
	.block.filter.active .block-title.filter-title strong::after {
	    content: '\f0d8';
	}
	.block.filter .block-content.filter-content {
	    display: none;
	    padding: 15px;
	    border: 1px solid #cccccc;
	}
	.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: 15% !important;
	}
	.form.form-cart .cart.main.actions {
	    display: flex;
	    justify-content: center;
	    align-items: baseline;
	    flex-direction: row;
	}
	.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;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{
		text-align: left;
	    font-weight: 400;
	    font-size: 13px;
	    line-height: 18px;
	    letter-spacing: 0px;
	    color: #FFFFFF;
	    opacity: 1;
	    border: 0;
	    border-radius: 0;
	    display: inline-block;
	    padding: 0;
	    margin: 0;
	    top: 0;
	    right: 0;
	}
	.checkout-container .opc-wrapper{
		width: 100%;
		padding-right: 0;
		display: inline-block;
	}
	.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;
	}
	.checkout-cart-index .page-main .columns {
	    padding: 0 15px !important;
	}
	.checkout-cart-index .columns .column.main .reward-message,
	.checkout-cart-index .columns .column.main .cart-container,
	.checkout-cart-index .columns .column.main .cart-empty {
	    width: 100%;
	}
	.abs-shopping-cart-items-desktop,
	.block-cart-failed,
	.cart-container .form-cart,
	.cart-container .cart-gift-item {
	    padding-right: 0;
	}
	#shopping-cart-table .item-actions .actions-toolbar {
	    width: 100%;
	}
	#shopping-cart-table .item-actions .actions-toolbar .action-delete {
	    width: inherit;
	}
	.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%;
	}

	.page-footer .footer-subscribe .subscribe-content {
	    width: 60%;
	    float: right;
	    display: inline-block;
	    margin-left: 40%;
	    padding: 0 15px;
	}
    .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 15px 20px;
	}

	.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;
	    text-align: left;
	}
	.cart-summary,
	.abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
	    width: 100%;
	}
	.cart-container{
		display: inline-flex !important;
		display: -webkit-inline-flex !important;
    	flex-direction: column;
	}
	.checkout-cart-index .column.main .cart-container{ flex-direction: column; }
	.checkout-cart-index .column.main .cart-container .form.form-cart{ margin: 0 0 50px; }
	.checkout-cart-index .column.main .cart-container .cart-summary{ margin: 0 0 0; }
	.rewards__checkout-cart-usepoints .discount-form > .buttons-container .button.action, .cart-summary .block .actions-toolbar>.primary .action.primary { width: auto; margin: 0; }
	.rewards__checkout-cart-usepoints .discount-form > .buttons-container .button.action + .button.action { width: auto; margin: 0; }
	.account .page-title-wrapper .order-actions-toolbar .actions{
	    display: inline-block;
	    width: 100%;
	}
	.wishlist-index-index .product-item-inner .product-item-actions{
		float: right;
	}
	.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;
	}

	.wishlist-index-index .products-grid .product-item,
	.wishlist-index-index .products-grid .product-item:nth-child(3n + 1){
	    margin-left: calc((100% - 3 * 32.039%) / 2) !important;
	    padding: 0;
		width: 49% !important;
	}
	.wishlist-index-index .products-grid .product-item:nth-child(2n + 1){
	    margin-left: 0 !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: 0;
	    max-height: 80px;
	}
	.wishlist-index-index .products-grid.wishlist .product-item {
	    margin-bottom: 20px;
    	box-shadow: none;
	}
	.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;
	}
	.actions-toolbar.order-actions-toolbar {
	    margin: 40px 0 0;
	}
	#shopping-cart-table .item-actions td {
	    background-color: #f9f9f9;
	}
	.fieldset .field > .label{
	    margin: 0;
	}
	.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 .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, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary, #referralForm .fieldset .buttons-set .action.primary, .customer-account-login .actions-toolbar > .secondary .action, .customer-account-createpassword .actions-toolbar > .secondary .action, .customer-account-logoutsuccess .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 .actions-toolbar > .secondary .action, .payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-cancel, .cms-no-route.cms-noroute-index .column.main .disc li a, .sendfriend-product-send .actions-toolbar .action.back, .shipping-tracking-popup .column.main .page.tracking > .actions > .action.close, .amgiftcard-account-index .amgiftcard-info.customer-account-gift-card-item > a, .modal-popup .modal-inner-wrap .modal-footer .action.secondary, .modal-popup .modal-inner-wrap .modal-footer .action-secondary{
		margin: 5px 0;
	    /* padding: 0 10px; */
	    font-size: 13px !important;
	    line-height: 45px !important;
	}
	.customer-account-login .actions-toolbar, .customer-account-createpassword .actions-toolbar, .customer-account-logoutsuccess .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 .actions-toolbar, .sendfriend-product-send .actions-toolbar{
	    display: -webkit-inline-flex !important;
	    display: -ms-flexbox !important;
		display: flex !important;
	}

	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;
	}
	.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 {
	    line-height: 22px;
	}
	textarea{
    	min-height: 125px;
	}
	
	.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;
	}
	.authentication-dropdown {
	    right: 0 !important;
	    width: 340px !important;
	}

	.hesperiden.tp-bullets{}
	.hesperiden .tp-bullet{}
	#rev_slider_1_1_wrapper, 
	#rev_slider_1_1_wrapper #rev_slider_1_1{}
	#rev_slider_1_1 rs-sbg{}
	#rev_slider_1_1 rs-layer-wrap {}
	
	/* Megamenu */
	/* .ves-menu{ 
		margin: 0 auto;
        background: #ffffff;
	    border: 0;
	    width: 350px;
	    max-height: 450px;
	    overflow-x: hidden !important;
	    overflow-y: auto !important;
	    position: fixed;
	    top: 145px;
	    left: auto;
	    right: 15px;
	    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 20%);
	    padding: 20px 15px;
	    -webkit-transition: all .3s linear;
	    -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	    -o-transition: all .3s linear;
	    transition: all .3s linear;
	}
	.sticky .ves-menu{ top: 100px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.ves-menu .ves-megamenu { margin: 0; width: 100%; }
	.ves-megamenu li.level0, .sticky .ves-megamenu li.level0{ border: 0 !important; padding: 0; }
	.ves-megamenu li.level0 + li.level0 { margin: 0; }
	.ves-menu .navigation .level0 > .submenu {
        background: transparent !important;
	    left: 0 !important;
	    right: 0 !important;
	    top: 100% !important;
	    position: relative;
	    box-shadow: none !important;
	    width: 100% !important;
	    padding: 10px 0 !important;
	    box-shadow: none !important;
	    border: 0 !important;
	    margin: 10px 0 15px;
	    transform: unset;
	    border-radius: 0;
	}
	.ves-menu .navigation .level0 > .submenu::before {
	    content: '';
	    display: inline-block;
	    width: 100%;
	    height: 1px;
	    background-color: rgba(255,255,255,0.2);
	    position: relative;
	    float: left;
	    top: 0;
	}
	.ves-megamenu li.level0 > a {
	    padding: 0 25px;
	    width: 100%;
	    vertical-align: middle;
	    line-height: 40px !important;
	    border: 0 !important;
	    margin: 0;

	    position: static;
	    width: 100%;
	}
	.ves-megamenu li.level0 > a::after{
		display: none;
	}
	.ves-megamenu li.level0:hover > a, 
	.ves-megamenu li.level0.active > a {}
	.ves-megamenu .level0 a > .opener {
	    position: absolute;
	    background: transparent !important;
	    right: auto;
	    padding: 0 5px;
	    top: 0;
	    width: 30px;
	    height: 40px;
	    overflow: hidden;
	    font: 700 14px/40px 'FontAwesome';
	    text-align: center;

	    display: inline-block;
	}
	.ves-megamenu .level0 .level1 a > .opener {
	    position: absolute;
	    background: transparent !important;
        right: auto;
	    padding: 0 5px;
	    top: 0;
	    width: 30px;
	    height: 35px;
	    overflow: hidden;
	    font: 700 14px/35px 'FontAwesome';
	    text-align: center;
	}
	.ves-megamenu .opener::before {
	    content: '\f107';
	}
	.ves-megamenu .opener.item-active::before {
	    content: '\f106';
	}
	.ves-megamenu.nav-mobile .submenu, 
	.ves-megamenu.nav-mobile .subgroup .submenu {
	    padding: 0;
	}
	.navigation .level0 .submenu.dropdown-mega .content-wrap .megamenu-content{
        width: 100% !important;
	    display: inline-block;
	    position: relative;
	    border: 0;
    }
	.nav-mobile .nav-item {
	    width: 100% !important;
	    position: relative !important;
	    display: inline-block;
	}
    .nav-mobile .nav-item.level1 {
	    padding-left: 0;
	}
	.navigation .submenu:not(:first-child) .level1.active>a {
	    padding-left: 0;
	    border: 0;
	}
	.navigation .level0.active>a:not(.ui-state-active), .navigation .level0.has-active>a:not(.ui-state-active) {
	    border-color: transparent;
	    border-style: solid;
	    border-width: 0;
	}
	.ves-megamenu .level0 .submenu .submenu {
    	background: transparent;
	    padding: 10px 0 10px 10px;
	    box-shadow: none !important;
	}
	.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;
	} */
	/* Megamenu */
	/* .ves-column4 > .item-content1 > .mega-col { width: 100%; }
	.ves-column4 .hidden-sm{ display: inline-block !important; }
	.ves-column4 .hidden-md{ display: none !important; }
	.navigation .ves-megamenu .level1 .submenu{ display: none; }
	.submenu.dropdown-menu .megamenu-content .level1.submenu-left { padding: 0; }
	.level0.submenu-left .level1.submenu-left > .nav-anchor{ 
		width: 100%; 
		margin: 0; 
		text-align: center;
	    padding: 0 15px;
	    display: -webkit-inline-flex;
	    display: inline-block;
	    width: 100%;
	    line-height: 35px;
	    background: transparent !important;
	    position: relative;
	}
	.submenu.dropdown-menu .megamenu-content .level1.submenu-left + .level1.submenu-left{
		border: 0;
	}
	.level0.submenu-left .level1.submenu-left:hover > .nav-anchor, 
	.level0.submenu-left .level1.submenu-left:focus > .nav-anchor, 
	.level0.submenu-left .level1.submenu-left.active > .nav-anchor{}
	.level2.ves-column1 > .item-content1 > .mega-col { max-height: unset; overflow: unset; }

	.navigation .level0 > .submenu .content-wrap .right-sidebar{ display: none !important; }
	.navigation .level0 > .submenu .content-wrap .megamenu-content{ width: 100% !important; padding: 0; background-image: none !important; }
	.navigation .level0 .submenu.dropdown-menu>.content-wrap>.megamenu-content>.level1.nav-dropdown.ves-column1 { height: auto; }
	.ves-menu .navigation .level0 > .submenu{ background: #f1f1f1 !important; }
	.level0.submenu-left .level1.submenu-left>.submenu.dropdown-menu{ width: 100% !important; height: auto; position: relative; left: 0 !important; right: 0 !important; top: 0 !important; padding: 0; box-shadow: none !important; border: 0 !important; background: #f7f7f7; overflow: auto; }
	.level0.submenu-left .level1.submenu-left .level2.submenu-left>.nav-anchor { width: 100%; text-align: center; padding: 0 15px; } */



	.ves-megamenu .level0 a > .opener {
	    position: absolute;
	    background: transparent !important;
	    right: auto;
	    padding: 0 5px;
	    top: 0;
	    width: 40px;
	    height: 44px;
	    overflow: hidden;
	    font: 700 16px/44px 'Font Awesome 5 Free';
	    text-align: center;

	    display: inline-block;
	}
	.ves-megamenu .level0 .level1 a > .opener {
	    position: absolute;
	    background: transparent !important;
        right: auto;
	    padding: 0 5px;
	    top: 0;
	    width: 40px;
	    height: 40px;
	    overflow: hidden;
	    font: 700 16px/40px 'Font Awesome 5 Free';
	    text-align: center;
	}
	.ves-megamenu .opener::before {
	    content: '\f107';
	}
	.ves-megamenu .opener.item-active::before {
	    content: '\f106';
	}

	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before{
		color: #ffffff !important;
	}
	.block-authentication .actions-toolbar {
	    align-items: center !important;
	    justify-content: center !important;
	    flex-direction: column !important;
	}
	.block-authentication .actions-toolbar>.primary,
	.block-authentication .actions-toolbar>.secondary{
		display: inline-block;
		width: 100%;
	}
	.block-authentication .actions-toolbar>.primary .action,
	.block-authentication .actions-toolbar>.secondary .action{
		width: 100%;
	}
	.form-wishlist-items .actions-toolbar {
	    flex-direction: column !important;
	    align-items: center !important;
	    justify-content: center !important;
	}
	.form-wishlist-items .actions-toolbar > .primary{
		margin: 0 0 15px !important;
	}
	.checkout-cart-index .actions-toolbar{
		display: inline-flex !important;
		display: -webkit-inline-flex !important;
	    width: auto;
	    float: left;
	    margin: 0 5px 0 0 !important;
	}
	.cart-container #block-giftcard.block.discount .check-giftcard-status {
	    width: auto !important;
	    margin: 0;
	}
	.checkout-index-index .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar {
	    justify-content: flex-start;
	}
	.checkout-index-index .modal-popup .modal-footer .action-save-address {
	    margin: 5px 0 5px 20px;
	}
	.catalog-category-view.page-layout-2columns-left.page-products .columns{ padding-top: 0; }
	.catalog-product-view .page-title-wrapper .category-image .breadcrumb-section { padding: 15px; float: left; }
	.account.page-layout-2columns-left .columns .sidebar.sidebar-main ~ .column.main { width: 100%; padding: 0 0 20px; }
	.account.page-layout-2columns-left .page-title-wrapper { padding: 0; }
	.checkout-cart-index .cart-container .related-products-wrapper .container { width: 100%; }
	.cart-discount{ width: 100%; padding: 0; }
	#block-giftcard{ margin: 30px 0; }

	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title { position: relative; height: auto; clip: unset; width: 100%; margin: 0; }
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title::after{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; line-height: 48px; color: inherit; content: '\e622'; font-family: 'luma-icons'; margin: 0; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; color: #ffffff; position: absolute; top: 0; z-index: 1; right: 20px; }
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title.active::after{ content: '\e621'; }
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title strong { font-size: 0; }
	.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .content{ display: none; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear;}
    .account.page-layout-2columns-left .sidebar.sidebar-main > .block > .content.active{ display: block; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear;}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
	.logo-wrapper-container > .container{ width: 100%; }
	.logo-wrapper-main {}
	.logo-wrapper-container .logo-wrapper{}
	.main-menu-wrapper{}
	.navbar-default .navbar-nav > li + li { margin: 0 0 0 0; }
	.navbar-default .navbar-nav > li > a{ padding: 0 8px; font-size: 13px; }
	.logo-wrapper-main .user-links{}
	.user-links .cart-wrapper .icon-setting .cartprice{ display: none !important; }
	.user-links .cart-wrapper img { height: auto; width: 33px; }
	.account-wrapper,
	.wishlist-wrapper,
	.search-wrapper{ margin-right: 15px; }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){
	/* .page-wrapper { margin: 0 0 0 !important; }
	.catalog-category-view.page-layout-2columns-left .page-wrapper{ margin: 0 0 0 !important; } */
	.topbar-wrapper > .container,
	.logo-wrapper-container > .container{ /* width: 100%; */ }
	.logo-wrapper-main {}
	.logo-wrapper-container .logo-wrapper{}
	.logo-wrapper-container .logo-wrapper > a img, .sticky .logo-wrapper-container .logo-wrapper > a img { height: 50px; }
	.main-menu-wrapper{}
	.navbar-default .navbar-nav > li + li { /* margin: 0; */ }
	.logo-wrapper-main .user-links{}
	.user-links .cart-wrapper .icon-setting .cartprice{}
	.user-links .cart-wrapper img {}
	.account-wrapper,
	.wishlist-wrapper{ margin-right: 20px; }
	.wishlist-wrapper .wishlist .action img,
	.account-wrapper .account .action img,
	.account-wrapper .account img{}
	.search-wrapper { margin-right: 20px; }
	.search-wrapper .search-find .search-search { width: 380px; }
	.minicart-wrapper .action.showcart .count {}
	.page-title-wrapper .page-title .base{ font-size: 40px; line-height: 50px; }
	.title-style.flex .title-name{ font-size: 25px; }
	.title-style.flex.nobg .title-name,
	.title-style .title-name{ font-size: 45px; line-height: 52px; }
	.quickenquiry-main .contentArea h2{ font-size: 35px; line-height: 40px; }
	.thankYou-wrapper .imageArea { height: 100vh; }
	.thankYou-wrapper .imageArea img{ position: relative; width: auto; max-width: fit-content; height: 100%; object-fit: cover; right: 70%; }
	.product-list-wrapper > .container-fluid .row .item { width: 50%; }
	.page-main .columns .sidebar.sidebar-main, 
	.page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main { padding: 80px 15px 0 0; }
	.account .page-main .columns .sidebar.sidebar-main{ padding: 0 0 20px; }
	.filter-options .filter-options-content > form > ul > li li.-is-collapsible > a + span.category-icon::after, 
	.filter-options .filter-options-content > form > ol > li li.-is-collapsible > a + span.category-icon::after { padding: 0 0 0 12px; }
	.price-box .price-container .price,
	.price-box .special-price .price, 
	.product-item .minimal-price .price,
	.price-box .old-price .price{ font-size: 15px !important; line-height: 20px !important; }
	.product-list-wrapper .product-list-contents > .row > .col-xs-12.col-sm-6.col-md-3, 
	.product-list-wrapper .product-list-contents > .row > .col-xs-12.col-sm-4.col-md-2,
	.product-list-wrapper .product-list-contents > .row > .col-xs-12.col-sm-4.col-md-4 { width: 50%; }
	.product-options-wrapper .col-xs-12.col-sm-6.col-md-6.col-lg-6{ width: 100%; }
	.product-options-wrapper .col-xs-12.col-sm-6.col-md-6.col-lg-6 + .col-xs-12.col-sm-6.col-md-6.col-lg-6{ margin: 15px 0 0 0; }
	.product-options-wrapper .swatch-opt .swatch-attribute{}
	.product-details-wrapper .qty-btnArea{ flex-wrap: wrap; }
	.qty-btnArea .btnArea .btnTheme.tocart,
	.qty-btnArea .btnArea .btnTheme.towishlist {}
	.customer-account-login .actions-toolbar,
	.customer-account-createpassword .actions-toolbar,
	.customer-account-logoutsuccess .actions-toolbar,
	.customer-account-create .actions-toolbar,
	.customer-account-forgotpassword .actions-toolbar,
	.account.page-layout-2columns-left .actions-toolbar{}
	.account.page-layout-2columns-left .form-wishlist-items .actions-toolbar,
	.page-print.account.page-layout-1column .actions-toolbar,
	.checkout-cart-index .actions-toolbar,
	.checkout-index-index .actions-toolbar,
	.catalogsearch-result-index .actions-toolbar,
	.sendfriend-product-send .actions-toolbar{ flex-direction: column; }
	.checkout-index-index .form-login .actions-toolbar{ flex-direction: row-reverse; }
	.account.page-layout-2columns-left .actions-toolbar>.primary{ margin: 0 0 15px !important; }
	.page-with-filter.page-layout-2columns-left #maincontent .columns > .container { padding: 0 15px !important; }
	.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .actions-primary, .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 {
	    font-size: 12px;
	}
	.owl-carousel .owl-nav .owl-prev { left: -20px; }
	.owl-carousel .owl-nav .owl-next { right: -20px; }
	.owl-theme .owl-nav button.owl-next span::before, .owl-theme .owl-nav button.owl-prev span::before, .catalog-product-view .owl-theme .owl-nav div.owl-next::before, .catalog-product-view .owl-theme .owl-nav div.owl-prev::before{ width: 50px; height: 50px; background-color: #adc7bd; border-radius: 50px; }
	.subscribe-wrapper .container > .row > .col-xs-12.col-sm-5.col-md-4{ width: 100%; margin: 0 0 20px; }
	.subscribe-wrapper .container > .row > .col-xs-12.col-sm-7.col-md-8{ width: 100%; }
	.footer-top-main .social-container{ align-items: center; justify-content: center; flex-direction: column; }
	.footer-top-main .social-container > span{ margin: 0 0 15px; }
	.checkout-cart-index .page-main .columns { padding: 0 15px !important; }
	.cart-container .form-cart{ width: 70%; }
	.cart-summary { width: 28%; }

	.catalog-category-view.page-layout-2columns-left .column.main > .category-description .listSale-main .contentArea h3, .product-list-wrapper .listSale-main .contentArea h3{ font-size: 45px; line-height: 52px; }
	.catalog-category-view.page-layout-2columns-left .column.main > .category-description .listSale-main .contentArea h4, .product-list-wrapper .listSale-main .contentArea h4{ font-size: 24px; line-height: 30px; margin: 0 0 12px; }
	.catalog-category-view.page-layout-2columns-left .column.main > .category-description .listSale-main .contentArea p, .product-list-wrapper .listSale-main .contentArea p{ font-size: 14px; line-height: 22px; }
	.product.media,
	.product-details-wrapper .product-info-main { padding: 0; }
	.authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .action.secondary{ width: 100%; margin: 0 0 10px; }
	.block-authentication .actions-toolbar>.secondary .action{ width: 100%; }
	/* CUSTOM CSS */
	.home-banner-section, .home-slider-carousels, .home-mainslider{}
	#home-main-carousel .carousel-inner > .item > img { width: auto; object-fit: cover; }
	.fullscreen-container, .fullwidthbanner-container {}
	.fullwidthbanner-container .fullwidthabanner {}
	#rev_slider_1_1 rs-layer-wrap {}
	.bottombar-wrapper > .container{ width: 100%; }
	.navbar-default .navbar-nav > li > a{ /* padding: 0 15px 3px; font-size: 13px; */ }
	.ves-megamenu li.level0 + li.level0 { /* margin: 0; */ }
	.ves-megamenu li.level0 > a, .sticky .ves-megamenu li.level0 > a { /* padding: 0 15px 3px; font-size: 13px; */ }
	.navigation .level0 > .submenu{ left: 0 !important; right: 0 !important; margin: auto !important; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
	.product-details-wrapper .product-info-main .prd-info{ flex-direction: column; }
	.product-details-wrapper .product-info-main .prd-info .leftSection{ width: 100%; margin: 0 0 20px 0; }
	.product-details-wrapper .product-info-main .prd-info .rightSection{ width: 100%; text-align: left; }
	.product-details-wrapper .product-info-stock-sku { width: 100%; float: left; margin: 0 0 5px 0; }
	.product-details-wrapper .price-box { justify-content: flex-start; }
	.table th.col, .table td.col { min-width: 95px; }
	.wishlist-index-index .products-grid .product-item,
	.wishlist-index-index .products-grid .product-item:nth-child(3n + 1){ margin-left: calc((100% - 3 * 31%) / 2) !important; width: 48% !important; }
	.wishlist-index-index .products-grid .product-item:nth-child(2n + 1) { margin-left: 0 !important; }

	.featured-products-container { width: 90%; margin: -150px 5% 0; padding: 60px 15px; }
	.featured-products-container::after { right: 0; }
	.featured-video-wrapper::after { right: 0; }
	.featured-aboutus-wrapper.aboutUsPage { overflow: hidden; }
	.featured-aboutus-wrapper.aboutUsPage::after { bottom: 0; right: -50px; }
	.about-section2-wrapper::after { right: 0; }
	.membership-wrapper { background-position: 115% -6%, -50px 63%; background-size: auto 25%, auto 30%; }
	.blog-list-container .col-sm-6.col-md-4{ width: 50%; }
	.product-list-contents .col-sm-6.col-md-4{ width: 50%; }
	.btnArea-social-group{ flex-direction: column; align-items: flex-start; }
	.qty-btnArea .social-btnArea{ align-items: flex-start; flex-direction: column; }
	.qty-btnArea .btnArea{ margin: 0 0 20px 0; }
	.qty-btnArea .btnArea .btnTheme.tocart { min-width: 240px; }
	.contactUs-wrapper { padding: 0 5% 80px; }
	.contactUs-container { padding: 50px 20px; }
	.contactUs-container .contactUs-main {}
	.thankYou-wrapper .contentArea { top: 10%; left: 10%; }

	/* Custom Bio Kompost */
	.form.form-cart .cart.main.actions .action{ padding: 0 10px

		; }
	.ves-menu .navigation .level0 > .submenu { /* position: fixed; */ left: 0 !important; top: 0px !important; width: 100% !important; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.sticky .ves-menu .navigation .level0 > .submenu { top: 0px !important; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
	.featured-section2-wrapper .title-content .title-style { margin: -12px 0 0 0; }
	.featured-section2-wrapper .contentArea { width: 100%; }
	.about-section2-wrapper .contentArea,
	.about-section3-wrapper .contentArea{ width: 100%; margin: 0; }
	.featured-additional-wrapper .title-name{ font-size: 80px; line-height: 90px; }
	.featured-additional-wrapper .title-name img { height: 42px; margin: -20px 2px 0; }
	.contactUs-container{ margin: 0; padding: 0; }
	.contactUs-container .contactUs-main { margin: 15px 0; width: 50%; }
}

@media print{
	.page-print{
	    color: #141414 !important;
	    background-color: transparent !important;
		background-image: none !important;
		background-color: transparent !important;
	}
	.page-print .page-header + .page-main{
		margin: 0 0 0 0 !important;
	}
	.page-print.account.page-layout-1column #maincontent .columns{
		max-width: 100% !important;
		margin: 0;
	}
	.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;
	}
	.page-print .logo {
	    display: block;
	    float: none;
	    text-align: left;
        margin: 10px 0 15px 15px;
	}
	.logo img{
		max-height: inherit;
	    width: auto;
	    height: 60px;
	    max-width: 100% !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 {
	    height: auto;
	    overflow: unset;
	    text-align: left;
	    float: left;
	    margin: 0 30px 15px 0;
	    display: inline-block !important;
	    width: auto;
	}
	.page-print.account.page-layout-1column .page-title-wrapper .page-title .base{
	    font-size: 30px;
	    line-height: 50px;
	}
	.page-print.account.page-layout-1column .page-title-wrapper .order-status {
	    margin: 10px 15px 10px 0;
	}
	.page-print.account.page-layout-1column .page-title-wrapper .order-date {
	    margin: 15px 0 15px;
	}

	.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;
	}
	.page-print.account .order-date .label{ border: 0; }
}

@media screen and (min-width: 1920px){ 
	.thankYou-wrapper .contentArea{ left: 13.5%; }
	.about-section2-wrapper .contentArea { margin: 0 0 0 19%; }
	.about-section3-wrapper .contentArea { margin: 0 19% 0 0; }
}
@media screen and (min-width: 1440px) and (max-width: 1440px){
	.thankYou-wrapper .contentArea{ left: 9.5%; }
}
@media screen and (min-width: 1366px) and (max-width: 1366px){}
@media screen and (min-width: 1280px) and (max-width: 1280px){
	.thankYou-wrapper .contentArea{ left: 4.5%; }
}
@media screen and (min-width: 1024px) and (max-width: 1024px){}
@media screen and (min-width: 768px) and (max-width: 768px){}