/*home filter*/

/*.notifyjs-metro-base.notifyjs-metro-info {
    display: none;
}*/

::-webkit-scrollbar:horizontal { display: none; }

/*body.home-header ::-webkit-scrollbar:horizontal {
  height: 3px;
	display: block;
}

@media (max-width: 991px) {
	body.home-header ::-webkit-scrollbar:horizontal { display: none; }
}*/


@media (max-width: 991px) {
  .com-hikashop.view-product.layout-listing.home-header #sp-component { width: calc(100% - 25%); float: right; }
  .com-hikashop.view-product.layout-listing.home-header #sp-bottom, .com-hikashop.view-product.layout-listing.home-header #sp-footer { display:none; }
}
  
@media (max-width: 767px) {
    ::-webkit-scrollbar:vertical { display: none; } 
    .home-filter-tab #stickyThisVertical { width: 90px !important; }
    .com-hikashop.view-product.layout-listing.home-header #sp-component { width: calc(100% - 90px); }
}

.home-filter-tab .hikashop_filter_main {
    min-height: unset !important;
    line-height: 1;
    border-bottom: 1px solid #f9e6e1;
    margin-bottom: 30px;
    width: 100% !important;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    background: #fff;
}

.home-filter-tab .hikashop_filter_checkbox input {
    display: none;
}

.home-filter-tab .hikashop_filter_module label {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
    color: #ef907b;
    transition: 0.5s;
    cursor: pointer;
    isolation: isolate;
    -webkit-backface-visibility: visible;
}

.home-filter-tab .hikashop_filter_module a.active-filter label {
    color: #000;
}

.home-filter-tab .hikashop_filter_module a label img { display: none; }

.home-filter-tab .hikashop_filter_module label:hover {
	color: #000;
}

.home-filter-tab .hikashop_filter_checkbox {
    margin-right: 10px;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0 10px 12px;
    -webkit-backface-visibility: visible;
}

.home-filter-tab span.hikashop_filter_title { display: none; }

.home-filter-tab br { display: none; }

#stickyThis.box {
    background: #fff;
    padding: 25px 0;
    border-radius: 15px;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    box-shadow: 0 10px 30px #ffded6;
}


#stickyThis.box .hikashop_filter_checkbox {
    padding-bottom: 0;
}

/*.home-filter-tab .hikashop_filter_checkbox a:before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    isolation: isolate;
    mix-blend-mode: overlay;
}*/

/*.home-filter-tab .hikashop_filter_checkbox a:after {
    content: "";
    position: absolute;
    background: #eb765d;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}*/


.home-filter-tab .hikashop_filter_checkbox a i {display: none; }

@media (max-width: 991px) {
	.sp-module.home-filter-tab { margin-top: 30px; }
	 .home-filter-tab .hikashop_filter_main {position: fixed;left: 0;top: 215px !important;/* padding: 15px 10px; */margin: 0;border: 0;background: #fff4f2;}
	.home-filter-tab .hikashop_filter_checkbox {line-height: 1.3;font-size: 11px !important;margin-right: 0;padding: 0 !important;text-transform: capitalize;}
	.home-filter-tab .hikashop_filter_module label {font-weight: 500;letter-spacing: 0.5px;display: block;padding: 8px 10px; margin: 5px 0}
	.home-filter-tab .hikashop_filter_module a.active-filter label { background: #ef907b; color: #fff; }
	.home-filter-tab .hikashop_filter_module label:hover { color: #ef907b; }
}


/*end of home filter*/


/*meter*/

.calculator-container .row {
    text-align: center;
}

.meter-section {
    position: relative;
    display: inline-block;
}

.meter-section .circle {
    margin: 0;
}

.circle canvas {
    background: #fff;
    border-radius: 100%;
    position: relative;
    display: block;
}

.meter-section:before {
    content: "";
    position: absolute;
    background: #ef907b;
    opacity: 0.1;
    width: 240px;
    height: 240px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.meter-section:after {
    content: "";
    position: absolute;
    background: #fff0ec;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 75%;
    z-index: -1;
}

.circle-male canvas {
    /*box-shadow: 0 0 10px #bedff1;*/
}

.circle-female canvas {
    /*box-shadow: 0 0 10px #e8c5bf;*/
}

.meter-section .circle:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 140px;
    height: 60px;
    border: solid 10px #000;
    border-color: transparent transparent #ffffff transparent;
    border-radius: 100%/0 0 90px 90px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}

.circle-male .circle:after {
    content: "";
    position: absolute;
    background: #0a8cf5;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    left: 40px;
    bottom: 12px;
    z-index: 1;
}

.circle-female .circle:after {
    content: "";
    position: absolute;
    background: #fa8267;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    left: 40px;
    bottom: 12px;
    z-index: 1;
}

.circle-male .meter-details span {
	color: #0a8cf5;
}

.circle-female .meter-details span {
	color: #fa8267;
}

.meter-details {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-table;
    margin: auto;
}


.meter-details span {
    display: block;
    line-height: 1.3;
}

.meter-details span.meter-info-2 {
	font-weight: 700;
	font-size: 36px;
}


.suggested-value-section p {
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.suggested-value-section {
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 10px;
    color: #afafaf;
    font-size: 12px;
}

.gender-section {
    margin: 20px 0 10px;
}

.gender-section i {
    font-size: 18px;
    width: 40px !important;
    height: 40px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	margin: 0 5px;
}

.gender-section i.male-select:after {
    content: "";
    position: absolute;
    background: #0a8cf5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.4;
}

.gender-section i.female-select:after {
    content: "";
    position: absolute;
    background: #f97355;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.4;
}

.gender-section i.active:after {
	opacity: 1;
}

.nutrition-table table { margin: auto; }

.nutrition-table table th {
    text-align: center;
    padding: 10px 10px 0;
    font-weight: 400;
    color: #afafaf;
    font-size: 12px;
    min-width: 90px;
    font-family: 'Montserrat', sans-serif;
}

.nutrition-table table td {
    font-weight: 600;
}

@media (max-width: 991px) {
	.meter-details { padding-top: 5px; }
	.gender-section i {font-size: 12px;width: 25px !important;height: 25px !important;}
	.suggested-value-section p { font-weight: 600; font-size: 12px; }
	.suggested-value-section { font-size: 10px; }
	.circle-male .meter-details span { font-size: 10px; }
	.circle-female .meter-details span { font-size: 10px; }
	.meter-details span.meter-info-2 {font-size: 20px;}
	.nutrition-table table th { font-size: 10px; }
	.nutrition-table table td { font-size: 12px; }
	.mobile-calculator-container .cart-btn a { padding: 8px 15px !important; font-size: 12px !important; }
}

@media (max-width: 991px) {
	.meter-section { z-index:-9999; }
	.meter-section:before {
    content: "";
    position: absolute;
    background: #ffffff;
    opacity: 0.3;
    width: 370%;
    height: 370%;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
}

.mobile-circle canvas {
    background: #fff;
    border-radius: 100%;
    position: relative;
    display: block;
}

.meter-section .mobile-circle:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 75px;
    height: 45px;
    border: solid 8px #000;
    border-color: transparent transparent #ffffff transparent;
    border-radius: 100%/0 0 50px 50px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}


.circle-male .mobile-circle:after {
    content: "";
    position: absolute;
    background: #0a8cf5;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 20px;
    bottom: 5px;
    z-index: 1;
}

.circle-female .mobile-circle:after {
    content: "";
    position: absolute;
    background: #fa8267;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 20px;
    bottom: 5px;
	z-index: 1;
}

.mobile-calculator .meter-section:after {
	display: none;
    content: "";
    position: absolute;
    background: #fff0ec;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 75%;
    z-index: -1;
}

/*end of meter*/


.meter-mobile-cart .hikashop_cart .hikashop_small_cart_checkout_link {
    background: #ef907b;
    border-radius: 50px;
    transition: 0.5s ease;
    position: relative;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    box-shadow: 0 5px 15px #ffc3b5;
    padding: 8px 14px 8px 30px !important;
}

.meter-mobile-cart .hikashop_cart .sppb-btn.sppb-btn-default {
    background: #ef907b;
    border-radius: 50px;
    transition: 0.5s ease;
	position: relative;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 11px !important;
    text-transform: uppercase;
    box-shadow: 0 5px 15px #ffc3b5;
    padding: 8px 14px 8px 30px !important;
}

.meter-mobile-cart .hikashop_cart .sppb-btn.sppb-btn-default:before {
	content: "\f07a";
	position: absolute;
	font-family: FontAwesome;
	font-size: 12px;
	left: 13px;
	top: 7px;
}

.meter-mobile-cart .hikashop_cart span.hikashop_small_cart_total_title {
    float: none;
    color: #fff;
    line-height: 1 !important;
}

.meter-mobile-cart .hikashop_cart span.hikashop_small_cart_total_title:after {
	content: "\f07a";
	position: absolute;
	font-family: FontAwesome;
	font-size: 12px;
	left: 13px;
	top: 7px;
}






@media only screen and (max-width: 800px) {
	/*.hikashop_filter_collapsable_title_mobile {
		display: none !important;
	}*/
.hikashop_filter_fieldset_mobile h3 {
		display: none;
	}
.hikashop_filter_collapsable_content_mobile {
		display: block;
	}
.hikashop_filter_collapsable_title h3 {
    color: #000;
    font-size: 18px !important;
}
/*.hikashop_filter_collapsable_title {
	position: relative;
}
.hikashop_filter_collapsable_title h3:before {
    position: absolute;
    content: '\f107';
    right: 15px;
    font-family: 'fontawesome';
}*/
}
/*filter*/
#sp-left .sp-module {
    margin-bottom: 10px;
    margin-top: 10px !important;
}
@media screen and (min-width: 992px){
    #togglebutton {display:none;}
}
button#togglebutton {
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-align: left;
    position: relative;
    border: 1px solid #cdcdcd;
    padding: 6px 15px;
}
@media(max-width:991px){
    button#togglebutton {
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: left;
    position: relative;
    border: 1px solid #cdcdcd;
    padding: 6px 15px 6px 20px;
    color: #000;
}
}
button#togglebutton:before {
    position: absolute;
    content: '\f107';
    right: 10px;
    font-family: 'fontawesome';
}
button#togglebutton:hover, button#togglebutton:focus {
    color: #fff!Important;
    outline: none;
}
ul#accordeonck153 {
    background: transparent;
    box-shadow: none!important;
}
ul#accordeonck153 {
    border: 1px solid #cdcdcd;
    background: #fff;
}
ul#accordeonck153 li.level1 > .accordeonck_outer a {
    font-size: 14px;
    color: #282828;
    font-weight: 500;
}
ul#accordeonck153 li.level1 > .accordeonck_outer a:hover {
    color: #231f1f66 !Important;
}
ul#accordeonck153 li.level2 > .accordeonck_outer a {
    font-size: 14px;
}
ul.content_2 {
    background: #ffffff;
}
ul.content_1 {
    background: #f3f3f3;
}
.level1.active a {
    color: rgb(0 0 0 / 40%)!Important;
}
@media(max-width:990px){
#sp-left .sp-module .sp-module-title {
    display: none;
}
#sp-left .sp-module {
    margin-bottom: 10px;
    margin-top: 10px;
}}
#sp-left .sp-module .sp-module-title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}

/*hika-details-page*/

.com-hikashop.view-product.layout-show #sp-left {
    display: none;
}
@media(min-width:992px){
.com-hikashop.view-product.layout-show #sp-component.col-md-8 {
    width: 100%;
  }
.com-hikashop.view-product.layout-show 
 #sp-main-body .col-md-9 {
    /* width: 100%; */
}}
ul#accordeonck153 li:last-child {
    border-bottom: none;
}

/*view-category-page*/

@Media(min-width:992px){
body.view-category #sp-component {
    width: 75%;
}}

@Media(max-width:991px){
body.view-category #sp-component {
    margin-top: 30px;
}}

@media(Min-width:992px){
body.view-category #sp-main-body {
    padding-top: 0px;
}}

/*hikashop-filter*/
.hikashop_filter_Brand_3, .hikashop_filter_color_7 {
        border: 1px solid #cdcdcd;
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 5px;
        margin-bottom: 10px;
        background: #fff;
}
span.hikashop_filter_title {
    font-weight: 600;
    font-size: 16px;
}
.hikashop_filter_module label {
    margin-left: 8px;
}
.hikashop_filter_fieldset h3 {
    font-size: 18px;
}
.hikashop_filter_collapsable_title {
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 2px 15px;
}
.hikashop_filter_collapsable_title:before {
    position: absolute;
    content: '\f107';
    right: 15px;
    font-size: 16px;
    font-family: 'fontawesome';
}
.hikashop_filter_always_collapsable_title_icon, .hikashop_filter_collapsable_title_icon {
  display: none;}

/*sort-by-keywords*/
input#filter_text_Filterbybrand_1 {
    width: 100% !Important;
    height: 40px !Important;
}
select#filter_Filter_sort_2_module_155 {
    width: 100%;
    height: 40px !Important;
}
.hikashop_filter_main.hikashop_filter_main_Filterbybrand_1,
.hikashop_filter_main.hikashop_filter_main_Filter_sort_2 {
    min-height: unset !important;
}
@media(max-width:991px){
#sp-filter-search {
    width: 49.5%;
    display: inline-block;
}
#sp-filter-sortby {
    width: 49.5%;
    display: inline-block;
    font-size: 14px;
}
section#sp-filter {
    margin-bottom: 0px !Important;
}}

@media screen and (min-width:767px) and (max-width:992px){
section#sp-filter {
    /* margin-bottom: 35px !Important; */
}}


section#sp-filter {
    margin-bottom: 30px;
}

#sp-search-bar .hikabtn {
    border: none !important;
}

/*brand*/
div#hikashop_filter_main_div_module_136 {
    padding: 0!important;
    margin: 0px;
}

.hikashop_filter_main.hikashop_filter_main_Brand_3 {
    width: 100%;
}

span.hikashop_filter_checkbox input{
    position: relative;
    top: 1.5px;
}


/*end*/