/* USER STYLES */
.sliderdots {
    background: rgba(139, 186, 208, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
    background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
    background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
    background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
}
.s-homepage-offer {
    position: relative;
}
#s-product-form p {
    font-size: 0.8rem;
    margin-top: 1rem;
}
.s-time-wrapper {
    text-align: center;
}
.product-item {
text-align: center;
}

.form-control {
    border: 1px solid #eee;
}

header.s-header-wrapper nav.s-bottom-header ul.s-bottom-menu > li > a:before {
    font-family: simple-line-icons;
    content: "\e055";
    margin-right: 0.3rem;
}
input[type=checkbox], input[type=radio] {
    width: auto !important;
}
li.menucat-4 {
    background: #8BC34A;
    padding: 10px 20px 9px !important;
}
li.menucat-26 {
    background: #d40000;
    padding: 10px 20px 9px !important;
}
header.s-header-wrapper nav.s-bottom-header ul.s-bottom-menu > li.menucat-23 > a:before {
    font-family: simple-line-icons;
    content: "\e021";
    margin-right: 0.3rem;
}
.s-category-empty {
    text-align: center;
    font-size: 2rem;
    opacity: 0.3;
    padding: 50px 0;
}
header.s-header-wrapper nav.s-bottom-header ul.s-bottom-menu > li.menucat-26 > a:before {
    content: "\e043";
}
header.s-header-wrapper nav.s-bottom-header ul.s-bottom-menu > li.menucat-59 > a:before {
    content: "\e049";
}
header.s-header-wrapper nav.s-bottom-header ul.s-bottom-menu > li.menucat-44 > a:before {
    content: "\e044";
}
header.s-header-wrapper nav.s-bottom-header ul.s-bottom-menu > li.menucat-59 > a:before {
    content: "\e049";
}
.footerlogo {
    max-width: 140px;
    margin: 0 auto;
    display: block;
    opacity: 0.2;
}
.footerlogo:hover {
    opacity: 0.4;
}
.s-compare-table thead tr {
    height: 190px !important;
}
.s-content-block p {
}
.s-products-wrapper {
    margin-top: 2rem;
}
.s-top-header-menu li:nth-child(6), .s-top-header-menu li:nth-child(7) {
    display: none !important;
}
.s-badge-wrapper {
    background: rgba(76, 175, 80, 0.75);
    font-size: 0.7rem;
    color: #fff;
    padding: 0px 4px 1px;
    line-height: 0.9rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.s-site-logo img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 230px;
}
div#s-mainslider {
    padding-top: 1px;
}
html.color_scheme_custom .default-bg {
    background-color: #016a90 !important;
}
.s-product-overview table {
    width: 100%;
    margin: 25px auto;
}
.s-product-overview table td {
    border: 1px solid #eee;
    padding: 10px !important;
    font-size: 90%;
}
.s-product-overview table td p {
    margin-bottom: 0;
}
.s-home-features .col-md-15 {
    min-height: 65px;
}
input, select, textarea {
    border: 1px solid #ccc;
    padding: 5px;
}
/* fixed price */
.s-product-cart.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 10px 10px 0;
    -webkit-box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.04);
    box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.04);
}
.s-product-cart.fixed > #s-product-form > p {
    display: none;
}
.s-product-cart.fixed .price-wrapper {
    display: inline-block;
    margin: 0px 10px 0 0;
}
.s-product-cart.fixed .s-stocks-wrapper {
    margin-top: 0;
}
.s-product-cart.fixed > #s-product-form > h4 {
    width: 45%;
}
.s-product-cart.fixed .purchase {
    right: 10px;
    position: absolute;
    top: 5px;
    width: 60%;
    text-align: right;
}
.s-product-cart.fixed .added2cart .alert {
    display: none;
}
.s-product-cart.fixed .added2cart .button-block {
    margin-top: 10px;
}
.s-category-subcategories-wrapper.row {
    display: none;
}
.onestep-cart .checkout .checkout-step h3 {
    font-size: 1rem;
}
.onestep-cart .checkout ul.checkout-options li img.method-logo {
    position: relative;
    float: left;
    margin-right: 8px;
    top: inherit;
    left: inherit;
    max-width: 50px;
}
@media screen and (max-width: 760px) {
    .shop-regions__button-close {
    top: 10px !important;
    right: 15px !important;
    }
    input, select {
        width: 100% !important;
    }
    .onestep-cart table.cart td {
        padding: 7px 10px 10px !important;
    }
    .js-shop-region-window_regions_and_cities.without_regions {
        max-height: 260px !important;
    }
    .s-home-features .col-md-15 {
        min-height: 50px !important;
        margin-top: 0.2rem !important;
    }
    .wa-form .wa-field .wa-name {
        display: block !important;
        float: none !important;
    }
    .wa-form .wa-field .wa-value {
        margin-left: 0 !important;
    }
}