body, html {
    height: 100%;
}
html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

/**** reset bootstrap ****/
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
{ border: 0 none;    }
.btn-primary.disabled, .btn-primary:disabled { border: 0 none; background-color: #615e5e;  }

/****** inherit from theme.css*****/
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

#wrapper .breadcrumb[data-depth="1"] {
    display: none;
}
/**** modal ***/

.modal, .modal-open {
    overflow: hidden;
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    font-size: 1.2rem;
}
#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30%;
}

#product-modal .modal-content {
    background: transparent;
    border: none;
    padding: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
}
#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    z-index: 1;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem; display: block;
}
.product-images>li.thumb-container {
    display: inline;
}
#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: #fff;
}
#product-modal .modal-content .modal-body .arrows {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: #fff;
    right: 1.875rem;
    z-index: 0;
    cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows i {
    font-size: 6.25rem;
    display: inline; line-height: initial; margin: auto;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: .2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem; top: auto;
}

#blockcart-modal .modal-header .close { background: white; opacity: 1;}

/**** radio ***/
.custom-radio input[type=radio] {
    opacity: 0;
    cursor: pointer;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.custom-radio {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    background: #fff;
    margin-right: 0.25rem;
}
.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #2fb5d2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem;
}
/**** checkbox ***/
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: -.25rem -.125rem;
    font-size: 1.1rem;
    color: #232323;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block;
}
.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.custom-checkbox input[type=checkbox]+span {
    margin-right: 3px;
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #232323;
}
.color, .custom-checkbox input[type=checkbox]+span.color {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin: 0 .7125rem 0 0;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.05);
    cursor: pointer;
    background-size: contain;
}
.product-variants>.product-variants-item .color:hover {
    border: 1px solid rgba(0, 0, 0, .8);
}
.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    border: 2px solid #232323;
}
/**** image zoom ***/
.product-cover {
    margin-bottom: 1.25rem;
    position: relative;
}
.product-cover .layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: hsla(0,0%,100%,.7);
    text-align: center;
    cursor: pointer;
}
.product-cover .layer:hover {    opacity: 1;}
.product-cover .layer .zoom-in {
    font-size: 6.25rem;
    color: #7a7a7a;
}
#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto;
}
#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden;
}
.product-images>li.thumb-container {     display: inline; }
.images-container .product-images>li.thumb-container>.thumb { cursor: pointer;    margin-right: .8125rem; }
.product-images>li.thumb-container>.thumb:hover { border: 1px solid rgba(0, 0, 0, .1); }
.scroll-box-arrows.scroll {    display: block; position: relative; top: 1.25rem; }
.scroll-box-arrows {     display: none; }
.scroll-box-arrows .left {    left: 0;}
.scroll-box-arrows .right {   right: 0;}
.scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    top: auto;
}
/**** product zoom****/


.modal-header .close {
    padding: 0;
    margin: -.5rem -1rem 0 0;
    font-size: 3rem;
    font-weight: normal;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.out {
    opacity: 0;
}
.fade.in {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal {
    position: fixed;
    top: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    position: absolute; top :.5rem; right: 2rem;
}

#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}
@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 600px;
	    margin: 30px auto;
	}
}

/**** modal ***/

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.product-variants>.product-variants-item select {
    background-color: #fff;
    width: auto;
    padding-right: 1.875rem;
}
.input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
}
.product-variants>.product-variants-item .color {}
.product-variants>.product-variants-item .color {
    margin-left: 0;
    margin-top: 0;
}

.collapse { display: none; }
.collapse.in { display: block;}
.collapse { display: none;}
.links .collapse { display:  inherit; }

/**** order steps *****/
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}
body#checkout section.checkout-step.-current .content {
    display: block;
}
body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done {
    display: none;
}
article.address-item .edit_customer_data i {
    font-size: 1rem;
    position: relative;
    top: 3px;
}
article.address-item .edit_customer_data {
    font-size: .85rem;
    color: rgba(0, 0, 0, .7);
    line-height: normal;
    padding: .5rem;
    cursor: pointer;
    float: right;
    bottom: 15px;
    position: relative;
}
body#checkout section.checkout-step.-current .step-title {
    cursor: default;
}
body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: .5;
}
body#checkout section.checkout-step .step-title {
    cursor: pointer;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: .125rem;
    color: #7a7a7a;
}
/**** order steps *****/

.hidden-xs-up{display:none!important}
@media (max-width:575px){.hidden-xs-down{display:none!important}}
@media (min-width:576px){.hidden-sm-up{display:none!important}}
@media (max-width:767px){.hidden-sm-down{display:none!important}}
@media (min-width:768px){.hidden-md-up{display:none!important}}
@media (max-width:991px){.hidden-md-down{display:none!important}}
@media (min-width:992px){.hidden-lg-up{display:none!important}}
@media (max-width:1199px){.hidden-lg-down{display:none!important}}
@media (min-width:1200px){.hidden-xl-up{display:none!important}}

.float-xs-right { float: right!important; }
.float-xs-left { float: left!important; }


@media (min-width: 576px) {
    .float-sm-left {    float: left!important;  }
    .float-sm-right {   float: right!important; }
}

@media (max-width: 767px) {
    .links .collapse { display: none; }
    .links .collapse.in {    display: block;}
    .links .navbar-toggler {display: inline-block;  padding: 0; }
    .links .title .collapse-icons .remove, .links .title[aria-expanded=true] .collapse-icons .add { display: none; }
    .links .title[aria-expanded=true] .collapse-icons .remove {    display: block; }
	#category #content-wrapper, 
	#category #search_filter_toggler { width: 100%; } 
	#category #left-column { width: 100%; min-width: 100% }
	#category #content-wrapper { width: 100%; min-width: 100% }
	#search_widget { width: 100% }

	#category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: .625rem .625rem 0 0;
	}
	#category #left-column #search_filters .facet .title .collapse-icons .remove, #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {    display: none;}
	#category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {    display: block;}
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .remove {    display: block;}
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {    display: none;}
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded=true] .add {    display: none;}
#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0;
}
.js-top-menu.mobile { width: 100%; }
.mobile #top-menu { display: block; }
.js-top-menu-bottom {
    margin: 0 15px;
    width: 100%;
    align-items: flex-end;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1rem;
}
/****** inherit from theme.css*****/


/**** product ***/
.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
}
.block-categories .collapse-icons .remove {    display: none; }
.block-categories .collapse-icons[aria-expanded=true] .remove {    display: block;}
.block-categories .collapse-icons[aria-expanded=true] .add { display: none; }
.product-discounts>.product-discounts-title, span.social-sharing, .product-actions span.control-label, .social-sharing span {
    display: block;
    width: 110px;
    float: left;
    margin: 0;
    font-weight: bold;
    position: relative;
}

.product-quantity .qty {
    margin-right: .4rem;
}
.product-quantity .add, .product-quantity .qty {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .5rem;
}
.input-group.bootstrap-touchspin {
    border: 1px solid rgba(0, 0, 0, .2);
}
.product-quantity #quantity_wanted {
    color: #232323;
    background-color: #fff;
    height: 2.75rem;
    text-align: center;
    border:  0 none;
    padding: .175rem .5rem;
    width: 3rem;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0px 10px;
    margin-left: -1px;
    position: relative;
    color: #353535;
}
.product-quantity .input-group-btn-vertical {
    width: auto;
}
.bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: auto;
    float: left;
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.product-quantity .btn-touchspin {    height: 1.438rem;}
.product-quantity .input-group-btn-vertical .btn {    padding: .5rem .6875rem;}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {    content: "\E5CE";}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {    content: "\E5CF";}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    left: .1875rem;
    top: inherit;
}
.product-quantity .btn-touchspin {    height: 1.438rem;}

@media (max-width: 540px) {
    .bootstrap-touchspin .input-group-btn-vertical { width: 100% }
}

.open>.dropdown-menu {
    display: block;
}
.products-sort-order .select-title {
    display: inline-block;
    text-align: left;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: .625rem;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.25);
}
.products-sort-order .dropdown-menu {
    left: auto;
    width: 16.88rem;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1);
    margin: 0;
}
.products-sort-order .select-list {
    display: block;
    padding: .3rem 1.25rem;
    font-size: .85rem;
}
.products-sort-order .select-list:hover { background: rgba(0, 0, 0, .2); }

#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
    display: block;
}
.active_filters .filter-block .close {
    color: #232323;
    font-size: .9375rem;
    opacity: 1;
    margin-top: .1875rem;
    margin-left: .3125rem;
}