/*
Theme Name:   	Storefront WOOF Theme
Template:     	storefront
Description:  	This is a child theme for WooThemes StoreFront theme
Version:      	1.0.0
Text Domain:  	storefront
*/

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");
@import url("https://unicons.iconscout.com/release/v3.0.6/css/line.css");

:root {
    --blue: #477bff;
    --border-rad: 3px;
    --bg-color: rgba(63,85,241,.9);
    --green: #2eca8b;
}

body{
    font-family: 'Segoe UI', 'Nunito';
}

ul{
    list-style: none;
    margin: 0;
}

ul .uil {
    color: var(--bg-color);
    display: inline-block;
    margin-right: 8px;
}

.widget-area .widget .textwidget .woof-notice a{
    color: #ffd94c;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn.btn-icon svg {
    width: 52%;
    height: 52%;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: .5px;
    transition: all .3s;
    font-weight: 500;
    border-radius: 2px;
    background-color: rgba(47,85,212,.1);
    border: 1px solid rgba(47,85,212,.1);
    color: #2f55d4 !important;
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
}

.btn svg {
    width: 100%;
    height: 100%;
    fill: #2f55d4;
    animation: download 2s infinite alternate;
}

.btn:hover {
    background-color: #2f55d4;
    border-color: #2f55d4;
    color: #fff !important;
}

.btn:hover svg {
    fill: #fff;
    animation: none;
}


.btn.btn-success {
    background-color: rgba(46, 202, 139, 0.1);
    border: 1px solid rgba(46, 202, 139, 0.1);
    color: var(--green);
    box-shadow: 0 3px 5px 0 rgb(46 202 139 / 30%);
}

.btn.btn-success:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: #fff !important;
}

.head-topbar{
    padding: 7px 0;
}

.soft-installed {
    padding: 6px;
    border: solid 2px #dff7ff;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    width: 100%;
}

#secondary{
    background: #fff;
}

input[type="search"].woof_husky_txt-input {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #a4a4a4;
    font-family: Rubik,Arial,Helvetica,sans-serif;
    font-family: 'Nunito',sans-serif;
    margin: 0;
    outline: none;
    padding: 14px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
}

.head-search{
    flex-grow: 1;
    text-align: center;
}

.head-menubar{
    background: #007BFF;
    background: var(--blue);
}

.catemenu-toggler{
    background: #307bff;
    background: var(--blue);
}

.woocommerce nav.woocommerce-pagination{
    margin-top: 0;
}

.woof-notice {
    padding: 12px;
    border-radius: 3px;
    font-size: 16px;
    border: solid 1px #107bff !important;
    background-color: #007bff;
    background-color: var(--blue);
    border-color: #2eca8b;
    color: #fff;
    line-height: 32px;
}

.woof-notice a{
    color: #ffd94c;
    text-decoration: none !important;
}

.woof-notice a:hover{
    color: #ffb454;
}

.woof_text_notes_for_customer{
    font-size: 10px;
    font-style: italic;
}

.head-middlesection{
    padding-bottom: 10px;
}

.head-sitelogo {
    align-items: baseline;
    padding-top: 3px;
    width: fit-content;
}


.head-sitelogo a{
    display: block;
    overflow: hidden;
    height: 60px;
}


ul.mymegamenu > li > a,
.catemenu-toggler{
    line-height: 67px;
}

.page-template-template-fullwidth #primary{
    width: 100%;
}

.catemenu-toggler,
.catemenu-toggler *{
    user-select: none;
}

.hentry .entry-content a,
.woocommerce-breadcrumb a{
    text-decoration: none;
    transition: hover 0.2s;
}

.hentry .entry-content a:hover{
    color: #af54b3;
}

.hentry .entry-content .woof-notice a:hover{
    color: bisque;
}

.crayon-theme-onderka15 .crayon-striped-line {
    background: #f1f1f1!important;
}

h1.entry-title {
    font-size: 2em;
    color: #222;
    padding: 9px 3px;
    background: #f7f7f9;
    border-radius: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 23px;
}

body.error404 #primary{
    width: 100%;
}

a.pn_fancybox{
    display: inline-flex;
}


ul.dropdown2lvl.megamenu-3col > li{
    padding-right: 18px;
}

ul.dropdown2lvl.megamenu-3col > li > ul > li > a{
    font-size: 14px;
    line-height: 38px;
}

#mobile-menu-trigger,
.mobimenuclosebutton{
    background: var(--blue);
}

ul.mymegamenu > li:hover > ul.dropdown2lvl{
    opacity: 0.95;
}


ul.products{
    justify-content: start;
}



@media screen and (min-width: 1200px){
    .container,
    .col-full  {
        max-width: 1400px;
    }
}

.icon-heart-empty{
    color: red !important;
}

.icon-shopping-bag{
    color: forestgreen !important;
}


body.home .star-rating{
    display: none;
}

/********************** WOOF plugin custom styles  **********************************/

.woof_qs_list_1_title h4 {
    font-size: 1.2rem;
    font-family: sans-serif;
}

/********************** WOOF plugin custom styles end  **********************************/


.woocommerce-tabs .entry-content ul li{
    list-style: none;
    margin-bottom: 9px;
    position: relative;
}

body.single-product .entry-content ul li::before,
body.single-product .woocommerce-product-details__short-description ul li::before{
    position: absolute;
    top: 0;
    left: -25px;
    font-family: "unicons-line";
    content: '\ebb5';
    font-size: 16px;
    font-weight: 900;
    color: #477bff;
}


.woocommerce-product-details__short-description ul li{
    margin-bottom: 3px;
    position: relative;
}



#secondary,
.widget.WOOF_Widget{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce-currency-switcher-form{
    display: inline-flex;
    margin-right: 7px;
    margin-bottom: 0;
}

.woocommerce-currency-switcher-form select{
    border-color: #f3f3f3;
    color: #777;
    padding: 7px;
}

#mobile-menu ul li{
    display: block;
    border-bottom: none;
}

#mobile-menu > ul > li > ul > li:first-child,
#mobile-menu > ul > li > ul > li > ul > li:first-child{
    border-top: none;
}

.woof_show_mobile_filter img{
    margin-left: 15px;
}

.storefront-sorting:empty{
    display: none;
}

.head-sitelogo.only-if-sticky{
    padding-top: 5px;
}

.woocs_price_code,
.woocs_price_code ins{
    color: #8492a6;
    font-weight: normal;
}


@media (max-width: 575px) {
    body.single .product,
    .woocommerce-breadcrumb{
        padding: 0 7px;
    }
}

#head-menubar-line{
    z-index: 999;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #477bff;
    color: #fff;
}

.wc-block-grid__product-onsale, .onsale, .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: #242424;
}





.woof_redraw_zone .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1px;
}

.woof_redraw_zone .select2-container .select2-selection--single{
    height: 32px;
}

.woof_redraw_zone .select2-results__option{
    font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    background: #fff;
    box-shadow: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #eee;
}


.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1px;
    padding: 5px 5px;
}

#text-4{
    text-align: center;
}

button.woof_submit_search_form,
button.woof_reset_search_form{
    background: #6BBE92;
    min-width: 100px;
    border: 0;
    border-radius: 2px;
    padding: 10px 0;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    transition: all .4s;
    font-size: 1.1em;
}


button.woof_submit_search_form:hover,
button.woof_reset_search_form:hover{
    color: #fff !important;
    background: #6ddE92 !important;
}

.woof_container h4{
    margin-bottom: 11px !important;
    font-size: 1.22em !important;
    font-weight: 500;
    background: #f7f7f7;
    padding: 8px 7px;
    color: #333;
    line-height: 1.32em !important;
    text-align: center;
    border-radius: 3px;
}

.woof_color_term{
    border-radius: 80px !important;
}

.woof_color_term:hover{
    border-color: #444;
    border-style: dotted;
}


.woof_price3_search_container{
    width: 100% !important;
}

.woof_sid_auto_shortcode .woof_submit_search_form_container {
    margin: -5px 0 15px 10px;
    justify-content: space-between;
}

body.page-id-1003 .woof_sid_auto_shortcode .woof_container {
    width: 25%;
}

@media (max-width: 1400px){
    body.page-id-1003 .woof_sid_auto_shortcode .woof_container {
        width: 33%;
    }
}

@media (max-width: 1200px){
    body.page-id-1003 .woof_sid_auto_shortcode .woof_container {
        width: 50%;
    }
}

@media (max-width: 768px){
    body.page-id-1003 .woof_sid_auto_shortcode .woof_container {
        width: 100%;
    }
}

.woof_list{
    font-size: 14px;
}

.widget {
    margin: 0 0 2.1em;
}

.woof_list.woof_list_image{
    display: flex;
    flex-wrap: wrap;
}

.woof_image_term{
    width: 123px;
    height: 110px;
    margin: 0 3px 3px 0;
    background-size: 100% 100%;
    background-clip: content-box;
    border: 1px solid #e2e6e7;
    padding: 2px;
    color: #292f38;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    transition: border-color .35s ease;
}

.woof_childs_list_opener span{
    filter: drop-shadow( 1px 1px 3px rgba(110, 210, 210, .7));
}

.subfooter-col-2 img{
    width: 80px;
    display: inline-block;
    padding-bottom: 3px;
}

/*
.woof_childs_list.woof_childs_list_9::before{
    content: 'test';
    font-size: 18px;
    font-weight: bold;
}
*/

.btn.woof_start_filtering_btn{
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.btn.woof_start_filtering_btn:hover{
    color: #fff !important;
}


.eael-star-rating.star-rating span{
    width: 100% !important;
}

#text-9{
    margin: 0;
}



/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(47,85,212,.1) 0%, #477bff 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, rgba(47,85,212,.1) 10%, #477bff 100%);
}


.woof-demo-sites-list > li{
    margin-bottom: 5px;
    width: 100%;
    position: relative;
}

.woof-demo-sites-list > li > button{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 23px;
}

.woof-demo-sites-list > li a{
    border: 0;
    border-radius: 0;
    background: none;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #0063d1;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 23px;
    text-align: center;
}

.woof-demo-sites-list > li a:before {
    content: '\e81e';
    color: #0063d1;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

@media screen and (min-width: 1200px) {
    .container, .col-full {
        max-width: 1200px !important;
    }
}



/***************************************************************************/


.woof-demo-sites-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woof-demo-sites-list > li {
    margin-bottom: 10px;
    width: 100%;
}

.woof-demo-sites-list > li a {
    display: block;
    width: 100%;
    background: #f9f9fb;
    border: 1px solid #e0e0e5;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.woof-demo-sites-list > li a:hover {
    background-color: #eef2ff;
    border-color: #c3d3ff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transform: translateY(-1px);
}

.woof-demo-sites-list > li a strong {
    color: #d62828; /* Красный как раньше */
}

.woof-demo-sites-list > li a em {
    font-style: italic;
    color: #666;
}

