@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('owl.carousel.min.css');
body{
  font-family: 'Roboto', sans-serif;
  margin:0;padding:0;
}
*{box-sizing:border-box;outline:none;}
input,a,button,._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{outline:none;box-shadow:none;text-decoration:none;}
ul{margin:0;padding:0;}
li{list-style:none;}
button,a{-webkit-transition:all .4s; -moz-transition:all .4s; transition:all .4s;}
img{max-width:100%;}

.custom_container,.top_nav,.breadcrumbs .items{
  max-width:1200px;margin:0 auto;padding:0 15px;width: 100%;
}
.theme-btn {
  background-color: #6eba90;
  display: inline-block;
  color: #fff;
  padding:8px 15px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  border: 0;
  text-shadow: 0px 1px 2px #587b68;
}
button.action.primary,a.action.primary{background-color: #6eba90;border-color:#6eba90;}
.theme-btn:hover,button.action.primary:hover,.theme-btn:focus,a.action.primary:hover{
  background-color:#d84469;
  color: #fff;
  text-decoration: none;
  border-color:#d84469;
} 
a.theme-btn:visited, .alink.theme-btn:visited{color:#fff;}
.title_hed {
  text-align: center;
  color: #36223b;
  font-size: 30px;
  font-weight:400;
  margin: 0 0 35px;
}
.d-flex{display:flex;}
.item-center{align-items:center;}

/*------Header---------*/
.top-wraper {padding: 9px 0;}
.top-wraper .custom_container.d-flex{
  justify-content: space-between;
}
.top-msg,.login-wrap a,.login-wrap li{
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}
.login-wrap li {
    margin-left: 10px;
}
.login-wrap a img{margin-right:10px;}
header.page-header{
  padding:12px 0;
  background: rgb(17,55,48);
  background: linear-gradient(90deg, rgba(17,55,48,1) 0%, rgba(59,134,89,1) 50%, rgba(17,55,48,1) 100%);
}
.top_search {
    background-color:#fff;
    width:100%;
    max-width: 270px;
    margin-left:20px;
    border-radius: 30px;
    overflow: hidden;
}
.top_search input {
    border: 0;
    padding: 0 12px 0 5px;
    height: 54px;
    width: calc(100% - 42px);
    font-size: 15px;
    background-color: #fff;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    text-transform: lowercase;
}
.top_search button {
  height:54px;
  opacity:1 !important;
  margin-right: 8px !important;
}
.block-search .action.search:before{
  font-size: 22px;
  color: #d84469;
  font-weight: bold;
}
.account_wrap {
  margin-left:25px;
  display:flex;
}
.acc_step {
  color: #050505;
  position: relative;
  padding-left: 35px;
}
.acc_step:before{
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-repeat:no-repeat;
  background-size:contain;
}
.acc_step.acc_login:before{
  background-image:url(../images/icon-help.png);
  top: 1px;
}
.acc_step.call_wrap:before{
  background-image:url(../images/icon-spack.png);
  top:5px;
}
.acc_step.enq_wrap:before{
    background-image:url(../images/icon-spack.png);
    top:5px;
}
.acc_step + .acc_step {
  margin-left: 30px;
}
.acc_step a {
  color: #000;
  /*font-size: 12px;*/
}
.acc_step h4,.basket_wrap h4{
  margin:0;
  font-size:16px;
  font-weight:700;
  color:#fff;
  line-height:14px;
}
.acc_step h4 a{color:#fff;}
.minicart {
    margin-left: auto;
}
.basket_wrap {
  padding: 5px 0px 5px 55px;
  position: relative;
  color: #fff;
}
.minicart-wrapper .action.showcart:before,.minicart-wrapper .action.showcart.active:before{
  content:'';
  left:0px;
  top:-5px;
  position:absolute;
  background: #6eba90 url(../images/icon_basket.png)no-repeat center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-sections {
  background: rgb(12,44,38);
  background: linear-gradient(90deg, rgba(12,44,38,1) 0%, rgba(53,118,79,1) 50%, rgba(12,44,38,1) 100%);
  color: #fff;
  margin-bottom: 0;
}
.nav-sections .navigation{background-color: transparent;max-width: 1200px;}
.top_nav > li{
  display: inline-block;
  vertical-align: top;
}
.navigation .level0>.level-top{
  color: #fff;
  font-size:14px;
  padding:0px 9px;
  font-weight: normal;
}
.navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus {
  color: #6eba90;
}
.dog {
  margin: 0 0 -27px 5px;
}
.xyz {
  display: flex;
  align-items: center;
}

#switcher-currency-trigger {
  background: rgba(250,250,250,0.3);
  border-radius: 50px;
  padding: 7px 15px;
}

/*--------header-end---------*/
.pay_optionsWrap {
  background-color: #e9e9e9;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.pay_optionsWrap ul li{
  padding:10px 30px;
  font-size:12px;
  text-align:center;
  color: #36223b;
  margin-bottom: 0;
}
.pay_optionsWrap ul li:first-child{padding-left:15px;}
.pay_optionsWrap ul li + li{
  border-left: 2px solid #fff;
}
.pay_optionsWrap ul li > img{
  margin-right:10px;
}
.pay_optionsWrap ul li a{
  color: #36223b;font-weight:bold;
  text-decoration: underline;padding: 0 3px;
}

/*top-baner*/
.BanerWrap {position: relative;}
.BanerWrap .custom_container{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    justify-content: flex-end;
}
.baner-content {
  background: rgb(21,73,71);
  background: linear-gradient(162deg, rgba(21,73,71,1) 20%, rgba(78,180,125,1) 90%);
  padding:40px;
  max-width:450px;
}
.baner-content h1 {
  color: #fff;
  font-weight: 100;
  font-size: 42px;
  margin:30px 0 25px;
}
.baner-content p {
  font-size: 18px;
  font-weight: 100;
  color: #aecec1;
  margin-bottom: 30px;
}
.baner-content .theme-btn {
  border-radius: 0;
}
.baner-content p + .theme-btn {
    font-size: 18px;
    padding: 16px 34px;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 4px solid #6eba90 !important;
    border-radius: 0;
    box-shadow: none;
    transform: rotate(45deg);
}
.owl-nav button:hover {
    border-color: #d84469 !important;
}
.owl-nav .owl-prev{
	left:20px;
    border-top: 0 !important;
    border-right: 0 !important;
}
.owl-nav .owl-next{
	right:20px;
	border-bottom: 0 !important;
    border-left: 0 !important;
}
.owl-nav button i{display:none;}
/*---our-brands-----*/
.ourbrands_wraper{
  background-color:#fff;
  padding:25px 0 15px;
}
.ourbrands_wraper .product_lists li{
  width:16%;
}
.brand_image {
  height: 180px;
  border: 1px solid #dddddd;
  position: relative;
}
.brand_image img{
  position: absolute;
  top:0;
  bottom:0;
  left:0;right:0;
  margin:auto;
  width: auto !important;
}
/*----product-wraper----*/
.product_wraper{
  background-color:#fff;
  padding:10px 0 15px;
}
.product_lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_lists li {
  width: 32.5%;
  font-size: 14px;
  text-align: center;
  margin-bottom:40px;
  position: relative;
}
.product_wraper .product_lists li{padding-bottom:36px;}
.product_wraper .product_lists li .theme-btn{
	position:absolute;bottom:0;left:50%;transform:translateX(-50%);
  min-width: 110px;
}
.prod_desc{
  padding:20px 15px 5px;
}
.prod_desc h2{
  font-size: 24px;
  margin: 0;
  font-weight: 300;
  color: #151a2a;
}
.prod_desc p {
  font-size: 12px;
  margin:10px 0 10px;
  font-weight: 300;
  color: #151a2a;
}
.prod_image {
  border: 1px solid #ddd;
  padding: 5px;
}
.home_content .prod_image img {
    max-height: 247px;
}

/*---feature-product-----*/
.feature-products {
  background-color: #e7eaed;
  padding: 35px 0 40px;
}
.feature-products .product_lists li{
  width:19%;
  text-align:left;
  margin-bottom: 10px;
}
.product_detail {
    background-color: #fff;
    color: #36223b;
    height: 100%;
    box-shadow: 0px 5px 10px 0px #b9b9b9;
}
.feature-products .brand_image {
  height: 240px;
  border: 0;
  background-color: #fff;
}
.feature-products .prod_desc {
  padding: 15px 15px;
  color: #36223b;
  text-align: center;
}
.feature-products .prod_desc p,.products.list .product-item .product.name a{
  font-size: 13px;
  color: #36223b;
  text-align: left;
  font-weight:400;
  margin-top: 0;
}
.feature-products .prod_desc .theme-btn,.page-products .products-grid .product-item .theme-btn{
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.as-low ,.product-item .price-box .price-label,.product-info-main .product-info-price .price-box .price-label,
.feature-slider .price-label{
  background-color: #e9e9e9;
  text-transform: uppercase;
  color: #36223b;
  font-weight: 500;
  font-size: 11px;
  padding: 3px 5px;
  display: inline-block;
  max-width: 160px;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.vat-strip {
    display: inline-block;
    background-color: #36223b;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 14px;
}
.prod_desc .price,.product-item .price-box .price{
    font-size: 22px;
    font-weight: 700;
    color: #36223b;
}
.exclud-price {
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 10px;
}
.feature-slider .item {padding-bottom: 15px;}
.feature-slider .price-box .price-excluding-tax {margin-bottom: 5px; justify-content: center; }
.feature-slider .prod_desc p {min-height: 72px; }
.feature-slider .product_detail > .prod_desc > .price {min-height: 77px;}
/*---------footer--------------*/
.foter-social{
  background: rgb(12,44,38);
  background: linear-gradient(90deg, rgba(12,44,38,1) 0%, rgba(53,118,79,1) 50%, rgba(12,44,38,1) 100%);
  padding: 20px 0;
}
.foter-social .block.newsletter{margin-bottom:0;width:auto;}
.foter-social .custom_container{
  justify-content:space-between;
}
.foter-social h2 {
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  margin: 0 20px 0 0;
}
.be-social ul li {
  margin-right: 5px;margin-bottom:0;font-size: 0;
}
.signup-form {
  background-color: #fff;
  padding: 5px;
}
.newsleter input {
  border: 0;
  padding:0 15px !important;
  font-size: 14px;
  color: #9c9c9c;
  height: 35px;
  font-family:'Roboto', sans-serif;
}
.block.newsletter.newsleter .field .control:before{display:none;}
.newsleter .theme-btn {
  border-radius: 0;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  width: 74px;
  height: 35px;
}
footer.page-footer{
  background:transparent;padding-bottom: 0px;
}
.foter_iner{
  background: rgb(17,55,48);
  background: linear-gradient(90deg, rgba(17,55,48,1) 0%, rgba(59,134,89,1) 50%, rgba(17,55,48,1) 100%);
  color:#fff;
  padding:35px 0 10px;
}
.foter_iner > .custom_container.d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.foter-col + .foter-col{padding-left:15px;}
.footer-title{margin:0 0 6px 0;color:#fff;font-size:14px;font-weight:300;}
.footer-links li{margin-bottom:0;}
.footer-links li a{color:#c5c5c5; font-size:12px;display: block; line-height:22px;font-weight:300;}
.footer-links li a:hover,.footer-links li a:focus{color:#fff;text-decoration:none;}
.foter_payment {margin-top:10px;}
.foter_payment p{font-size:14px;margin:0 0 8px;font-weight:100;}
.copyright_wrap {
  padding: 25px 0;
  color: #fff;
  font-size: 12px;
  background-color: #6eba90;
  font-weight: 300;
}
.copyright_wrap p{margin-bottom:0;}
.copyright_wrap p + p{
  color: #bddecb;
  margin-left: auto;
}
/*---------footer-end----------*/
.cms-home .page-main{
	max-width:100%;padding-left:0;padding-right:0;
}
.cms-home .columns .column.main{padding-bottom:0;}
.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top{    
  border-color: transparent;color: #6eba90;border-width:0;
}
body:not(.cms-home) .page-main{
  max-width: 1200px;
  padding-left:15px;
  padding-right:15px;
}
.breadcrumbs{
  border-bottom: 1px solid #e9e9e9;
  max-width: 100%;
  padding: 10px 0;
}
.breadcrumbs ul li a,a.action.remind,.minicart-items .product-item-name a,.minicart a.viewcart{
  color:#000 !important;
}
.minicart-wrapper .action.showcart .counter.qty {
  background-color: #11362b;
  min-width: 24px;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: 30px;
  font-size: 12px;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px 15px;margin-top: 10px;
}
.block-minicart .block-content>.actions>.primary .action.primary {
  padding: 8px 5px;
}
.page-main > .page-title-wrapper h1.page-title {
  color: #36223b;
  font-size: 30px;
  font-weight: 400;
  margin-top: 10px;
}
.catalog-category-view .breadcrumbs{margin-bottom:0;}
.catalog-category-view .page-title-wrapper{display:none;}
.category-view {
  display: flex;flex-wrap: wrap;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.catalog-category-view .category-image {
  width: 60%;position: relative;
}
.catalog-category-view .category-image img{height:100%;object-fit: cover;width: 100%;}
.catalog-category-view .category-image:after {
  content: '';
  width: 40px;
  background-color: #6eba90;
  height: 100%;
  position: absolute;
  top: -2px;
  right:-10px;
  border-right: 3px solid #fff;
  transform: rotate(4deg);
  z-index: 1;
}
.catalog-category-view .category-description {
  background: rgb(21,73,71);
  background: linear-gradient(340deg, rgba(21,73,71,1) 30%, rgb(97, 168, 130) 100%);
  color: #fff;
  width: 40%;
  padding:20px 20px 20px 40px;
}

.category-description h2{font-size: 30px;font-weight: 100;}
.category-description p{font-size:14px;font-weight: 100;}

.page-products .products.list {
  display: flex;
  flex-wrap: wrap;
}
.page-products .product-item-info {
  width: 100%;
  background-color: #fff;
  color: #36223b;
  box-shadow: 0px 5px 10px 0px #b9b9b9;
  padding: 10px;
  height:100%;
}
.products.list .product-item .product.name a{
  display:block;text-decoration: none;
}
.filter .block-subtitle, .filter-options-title {padding-left: 0; }
.page-products .products.grid .product-item-info{text-align: center;}
.page-products .products.list .item {margin-bottom: 12px;}
.page-products .products.list.products-list .product-item-photo{padding: 15px 15px 15px 10px;}
.page-products .products.list.products-list .product-item-details{padding: 10px 0 15px;}
.products.list.products-list .product-item .price-box .price-label{margin-bottom:10px;}
.page-products .products-grid .product-item-info {position: relative; padding-bottom: 52px !important;}
.page-products .products-grid .product-item-info:hover{
  padding:10px 10px 52px !important;
}
.page-products .products-grid .product-item-info .theme-btn{
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 90%;
  margin: auto;
  right: 0;
}
/*---product-page---*/
.product-info-main .page-title-wrapper h1{
  color: #36223b;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 20px;
}
.product-info-price .price-box .price-container .price {
  color: #36223b;
  font-size: 22px;
}
.product-info-main {
  box-shadow: 0px 4px 10px 0px #d3d3d3;
  padding: 20px 0px;
}
.tab_desc,.box-tocart .field.qty > .label,.tab_descriptions h3.tab_link{
  display: none;
}
.tab_desc.current {
  display: inherit;
}
.numbers-row {
  width: 112px;
  display: flex;
  border: 1px solid #888888;
  border-radius:3px;
}
.numbers-row input {
  width: 44px !important;
  height: 35px;
  border: 1px solid #888888;
  border-bottom:0;
  border-top:0;
  padding: 0 5px;
  order: 2;
}
.numbers-row .button {
  width: 35px;
  height: 35px;
  background-color: #294443;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 23px;
  cursor: pointer;
}
.numbers-row .dec.button {
  order: 1;
}
.numbers-row .inc.button {
  order: 3;
}
.product-info-main .box-tocart .action.tocart {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 6px 10px;
  min-height: 37px;
  width: 100%;
  text-shadow: 0px 1px 2px #587b68;
}
.product-info-main .product-add-form .box-tocart > .fieldset {
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .box-tocart > .fieldset > .actions{
  width: calc(100% - 112px);
  padding-left: 15px;
}
.product-info-main .product-add-form .box-tocart.update > .fieldset {
    display: block;
}
.product-info-main .product-add-form .box-tocart.update > .fieldset > div {
    display: inline-block;
    vertical-align: top;
}
.product-info-main .field > label {
  color: #36223b;
  text-transform: uppercase;
  font-size: 14px;
}
.product-add-form .product-options-wrapper .field .control {
  width: 100%;
}
.product-info-main .field select{
  width: 100%;
  height: 38px;
  border-radius: 3px;
  border-color: #888;
  font-family: 'Roboto', sans-serif;
  background: #fff url(../images/sel-nav.png)no-repeat 98% 45%;
}
.product-info-main .product-social-links{
  text-align:right;
  padding: 0 20px;
}
.price-excluding-tax {font-style: italic;color: #36223b;}
.price-box .price-including-tax .price:after {
  content: 'inc VAT';
  background-color: #36223b;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 5px;
  margin-left: 5px;
  position: relative;
  top: -4px;
}
.price-box .price-excluding-tax{display:flex;}
.products.grid .price-box .price-excluding-tax{justify-content: center;}
.price-box .price-excluding-tax .price{
  margin-right: 5px;order:1;
}
.product-info-main .price-excluding-tax .price {
  margin-left: 6%;
}
.price-box .price-including-tax + .price-excluding-tax:before{
  content:'excluding VAT';order:2;
}
.product-info-main .product-info-price .price-including-tax {margin-bottom: 0 !important; }
.product-info-main .product-info-price .price-excluding-tax {margin-top: 0 !important;display: flex !important;}
.product-info-main .product-info-price{
  margin-top: 15px;
  padding: 0 20px;
}
.product-info-main .product-add-form {
    padding: 10px 20px 0;
}
.product-info-main .product-info-stock-sku{    
  border-bottom: 1px solid #c1c1c1;  
  padding:0 20px 10px;
  display: flex;
  text-align: left;
  align-items: center;
  float: none;
}
.product-info-stock-sku .stock{order: 2;margin-bottom: 0;}
.product-info-stock-sku .stock span {
  font-size: 11px;
  padding: 3px 8px;
  color: #fff;
}
.product-info-stock-sku .stock.available span{background-color:#4bb24d;}
.product-info-stock-sku .stock.unavailable span{background-color:#db3a2e;}
.product-info-stock-sku .product.attribute.sku{
  width: calc(100% - 120px);
  padding-right: 10px;
  font-size: 11px;
  color: #989898;
}
.feature_tabs {
  clear: both;
  margin: 20px 0;
  padding-top: 20px;
}
.feature_tabs .tabs {
  display: flex;
}
.feature_tabs .tabs > li {
  margin: 0;
  color: #36223b;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #c5c5c5;
  background-color: #f4f4f4;
  cursor: pointer;
  margin-bottom: -1px;
}
.tab_descriptions {
  color: #36223b;
  font-size: 14px;
  border: 1px solid #c5c5c5;
  padding: 20px;
}
.feature_tabs .tabs > li.current {
  background-color: #fff;
  border-bottom: 0;
}
.feature_tabs .tabs > li + li {
    border-left: 0;
}
.product-info-main .product-options-bottom .box-tocart{margin-bottom: 0;}
.fotorama__thumb{border:1px solid #dddddd;}
.fotorama__thumb__arr {background-color: #6eba90 !important;}
.fotorama__thumb-border{border-color:#6eba90;}
.fotorama__thumb--icon{background-image:none;}
.fotorama__thumb--icon:after {
  content: '\e608';
  font-size: 20px;
  color: #fff;
  font-family: 'luma-icons';
  position: absolute;
  top: 14px;
  left: 5px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon:after{
    transform: rotate(-180deg);
}
.found_in {
  float: right;
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  margin-top: 15px;
  align-items: center;
}
.found_in .amcatlist_title {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
}
.found_in .amcatlist_category a{
  color: #777;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px 5px 0;
}
.found_in .amcatlist_category:hover a{color:#36223b;border-color:#36223b;}
.addthis_inline_share_toolbox {margin-top: 10px; }
.product-info-main .product-reviews-summary{width: 100%;padding: 0 20px;}
.product-info-main .product-reviews-summary a {
  color: #777;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
}
.product.info.detailed{margin-top: 20px;}
.product.info.detailed .product.data.items>.item.title>.switch ,.product.info.detailed .product.data.items>.item.title.active>.switch {
  color: #36223b;
  font-size: 16px;
      height: auto;
}
.product.data.items>.item.content {
  color: #36223b;
  font-size: 14px;
}
.review-form .action.submit.primary {
  background: #6eba90;
  border-color:#6eba90;
  color: #fff;
}
.review-form .action.submit.primary:hover {
  background: #d84469;
  border-color:#d84469;
  color: #fff;
}
.catalog-product-view .feature-products {
  background-color: #fff;
  padding:20px 0px;
}
.catalog-product-view .feature-products .title_hed {text-align: left; }
.catalog-product-view .feature-products .custom_container {padding: 0; }
.feature-slider .owl-nav button {width:16px;height:16px;}
.feature-slider .owl-nav .owl-prev {left: 10px;}
.feature-slider .owl-nav .owl-next {right:10px;}
.catalog-product-view .feature-products .owl-carousel .owl-item{
  padding-left: 2px;
  padding-right: 2px;
  padding-top:4px;
}
.catalog-product-view .feature-products .product_detail {box-shadow: 1px 5px 10px 0px #dcdcdc;}

.price-box .price-wrapper.price {
    display: block;
}
ul.prices-tier.items li.item {
    padding: 0 20px;
}
span.price-container.price-tier_price.tax.weee {
    padding-right: 10px;
}
/*---product-page-end--*/

.cart.table-wrapper .actions-toolbar{min-height:25px;}
.cart-discount .block>.title strong {color: #000;}
.checkout-index-index button.action.action-auth-toggle {display: none; }


div#switcher-currency {
    color: #fff !important;
}

.filter-options-item .items {
  display: flex;
  flex-wrap: wrap;
}
.filter-options-item .filter-options-content .item {
  margin: 3px 0;
  flex: 1 0 50%;
}

/* tesst */
.filter-options-item .aw-ln-range-slider-wrapper .ui-slider-range { background: #6EBA90;}
.toolbar-products .pages a.page { color: #6EBA90; }

@media only screen and (max-width: 767px) {
    body.checkout-index-index .page-main {
        margin-top:20px;
    }
    body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
        left:-40px
    }
    body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
        left: -15px;
    }    
}