a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline: none;
}



/* Width and geometry (containers, columns, etc.) ========================================================================*/

.container,
.col-full {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    justify-content: space-between;
}

.content-area,
.site-main,
.storefront-sorting {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .container,
    .col-full {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .col-full  {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container,
    .col-full  {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px){
    .container,
    .col-full  {
        max-width: 1200px;
    }
}

.site-content {
    outline: none;
    display: flex;
    justify-content: center;
}

.col-full {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.has-margin-top{
    margin-top: 50px;
}
.has-margin-bottom{
    margin-bottom: 50px;
}

#primary,
#secondary {
    display: flex;
    flex-direction: column;
}

.col-full > .woocommerce {
    display: flex;
    width: 100%;
}






/* HEADER ======================================================================== */
.new-site-header {
    display: flex;
    flex-direction: column;
}

.head-topbar {
    display: flex;
    background: #f8f9f9;
    border-bottom: 1px solid #ebebeb;
    color: #929292;
    line-height: 40px;
    align-items: center;
    justify-content: center;
}
.head-topbar a {
    color: #929292;
}

.head-middlesection {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.head-sitelogo {
    width:162px;
    display: flex;
    align-items: center;
}

.site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
    margin-bottom: 0;
}

.head-middlesection form {
    margin-bottom: 0;
}

.head-middlesection i {
    color: #000000;
    font-size: 24px;
    margin-left: 30px;
    cursor: pointer;
}

.head-middlesection i:hover {
    color: #0163d1;
}




/* HEADER SEARCH FORM ======================================================================== */

form.headersearchform {
    display:flex;
}

.head-search .search-btn-bg {
    background: #0063d1;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    height: 50px;
    letter-spacing: .05em;
    line-height: 50px;
    min-width: 120px;
    outline: none;
    padding: 0 20px;
    text-align: center;
    width: auto;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

input.searchbox {
    background-color: #ffffff;
    border: 2px solid #ccc;
    border-radius: 5px 0 0 5px;
    border-right: none;
    color: #a4a4a4;
    font-family: Rubik,Arial,Helvetica,sans-serif;
    height: 50px;
    line-height: 46px;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 0 20px;
    text-align: left;
    white-space: nowrap;
    width: 300px;

    box-shadow: none;
}

.head-search select.cate-dropdown {
    border: 2px solid #ccc;
    border-radius: 5px 0 0 5px;
    border-right: none;
    color: #757575;
    text-align: center;
    cursor: pointer;
}

.head-search select.cate-dropdown ~ input {
    border-left: none;
    border-radius: 0;
}

.head-search select.cate-dropdown option.level-0 {
    text-align: left;
}

.head-search select.cate-dropdown:active,
.head-search select.cate-dropdown:focus,
.head-search select.cate-dropdown:hover {
    outline: 0;
    outline-offset: 0;
}



/* HEADER MENU BAR ======================================================================== */

.head-menubar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0063d1;
    color: #fff;
}

.headermenucol-1, .headermenucol-2  {
    width:100%
}

@media (min-width: 768px) {
    .headermenucol-1  {
        width:25%;
    }
    .headermenucol-2  {
        width:75%
    }
}


/* STICKY HEADER ========================================================================= */
@media (min-width: 992px) {

    .head-menubar.sticky-menu-active {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fffffff7;
        color: #1f63d1;
        width: 100%;
        position: fixed;
        z-index: 1000;
        box-shadow: 0px 0px 5px #00000026;
    }
    .head-menubar.sticky-menu-active ul.mymegamenu > li > a {
        color: #1f63d1;
    }
    .only-if-sticky,
    .head-menubar.sticky-menu-active .hide-if-sticky {
        display:none;
    }
    .head-menubar.sticky-menu-active .only-if-sticky {
        display:flex;
    }

    .head-menubar.sticky-menu-active ul.mymegamenu > li > a {
        font-size: 13px;
    }

    .head-menubar.sticky-menu-active i.has-children {
        color: #000000;
        font-size: 15px;
        margin-left: 0;
        margin-right: 30px;
    }

    .head-menubar.sticky-menu-active .headermenucol-2 {
        display: flex;
        justify-content: flex-end;
        width: initial;
    }

    .head-menubar.sticky-menu-active .head-cart  {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .head-menubar.sticky-menu-active .head-cart i {
        color: #000000;
        font-size: 24px;
        margin-left: 30px;
    }
}




/* HEADER MEGA MENU ======================================================================== */

.mymegamenu,
.mymegamenu ul,
.mymegamenu ul li {
    list-style: none;
}

ul.mymegamenu  {
    padding-left: 50px;
}

.mymegamenu, .mymegamenu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}

ul.mymegamenu > li > a {
    color: #ffffff;
    margin: 0;
    padding: 13px 0;
    line-height: 50px;
    text-transform: uppercase;
}
ul.mymegamenu > li >  {
    display: inline-flex;
}

ul.mymegamenu > li > ul {
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    border: 1px solid #ccc;
    background: #ffffff;
    border-top: 0;
    min-width: 250px;
}

ul.mymegamenu > li:hover > ul {
    visibility: visible;
}

ul.mymegamenu > li > ul > li{
    line-height: 30px;
    font-size: 13px;
}
ul.mymegamenu > li > ul > li > a{
    color: #0163d1;
}

.dropdown2lvl {
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: all 0.5s;
    max-height: 3000px;
    transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
}

ul.mymegamenu > li:hover > ul.dropdown2lvl {
    transform: perspective(600px) rotateX(0deg);
    transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
}

/* 3 COL-Megamenu Submenu */
ul.dropdown2lvl.megamenu-3col {
    display: flex;
    flex-direction: row;
}

ul.dropdown2lvl.megamenu-3col > li {
    display: flex;
    flex-direction: column;
    min-width:180px;
}

ul.dropdown2lvl.megamenu-3col > li > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

ul.dropdown2lvl.megamenu-3col > li > a {
    line-height: 30px;
    font-size: 17px;
    line-height: 30px;
    color: #777;

}

ul.dropdown2lvl.megamenu-3col > li > a:hover {
    color: #0163d1;
}

ul.dropdown2lvl.megamenu-3col > li > ul > li > a {
    line-height: 30px;
    font-size: 13px;
    color: #777;
}
ul.dropdown2lvl.megamenu-3col > li > ul > li > a:hover {
    color: #0163d1;
}


/* 5 COL-Megamenu Submenu */
ul.dropdown2lvl.megamenu-5col {
    display: flex;
    flex-direction: row;
}

ul.dropdown2lvl.megamenu-5col > li {
    display: flex;
    flex-direction: column;
    min-width:180px;
}

ul.dropdown2lvl.megamenu-5col > li > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

ul.dropdown2lvl.megamenu-5col > li > a {
    line-height: 30px;
    font-size: 17px;
    line-height: 30px;
    color: #777;

}

ul.dropdown2lvl.megamenu-5col > li > a:hover {
    color: #0163d1;
}

ul.dropdown2lvl.megamenu-5col > li > ul > li > a {
    line-height: 30px;
    font-size: 13px;
    color: #777;
}
ul.dropdown2lvl.megamenu-5col > li > ul > li > a:hover {
    color: #0163d1;
}




/* HEADER CATEGORIES MENU (DROPDOWN) ======================================================================== */


.catemenu-toggler {
    background: #1953b4;
    line-height: 50px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.catemenu-toggler .icon-align-justify {
    padding: 0 20px;
}

.catemenu {
    display: flex;
    position: absolute;
    z-index: 2000;
    background: #ffffff;
    border: 1px solid #ccc;
    border-top: 0;
    min-width: 300px;
    padding: 25px 0;
}

.catemenu.catmenu-hidden {
    display: none;
}

.catemenu ul {
    padding: 0;
    margin: 0;
}

.catemenu > ul {
    width: 100%;
}

/* more items toggle */
/* more items are hidden */
.catemenu > ul > li:nth-of-type(1n+9) {
    /* display: none; */
}

.catemenu > ul > li.openmorecategories {
    display: initial;
}

.catemenu > ul > li.openlesscategories {
    display: none;
}

/* more items are open */

.catemenu.allcategoriesvisible > ul > li:nth-of-type(1n+9) {
    display: initial;
}

.catemenu.allcategoriesvisible > ul > li.openmorecategories {
    display: none;
}
.catemenu.allcategoriesvisible > ul > li.openlesscategories {
    display: initial;
}

/* FULLWIDTH SUBMENU */

ul.mymegamenu > li > ul.wide-submenu {
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1200px;
    justify-content: space-between;
}

.banner-menu li {
    width: 19%;
    display: flex;
    margin: 5px;
}

/* subcategory indicator */

.catemenu > ul > li.has-children::after {

}


.catemenu > ul > li a {
    color: #222;
    display: block;
    height: auto;
    line-height: 1.8;
    min-height: 0 !important;
    overflow: hidden;
    padding: 7px 30px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}



.catemenu > ul > li > ul {
    display: none;
    width: 230px;
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 25px 0;
    position: absolute;
    left: 100%;
    transform: translate(0px, -45px);
    right: auto;
}

.catemenu > ul > li:hover > ul {
    display: flex;
    flex-direction: column;
}
.catemenu > ul > li > ul.catmenu-3col  {
    flex-direction: row;
    width: 670px;
}

.catemenu > ul > li > ul > li {

}

.catemenu > ul > li > i.has-children {
    color: #0163d1;
    position: absolute;
    right: 5px;
    margin-top: -35px;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.catemenu > ul > li:hover > i.has-children {
    transform: rotate(90deg);
}

/*=======BREADCRUMBS========================================================================================*/


.storefront-breadcrumb {
    background: #f0f0f0;
    border-bottom: 1px solid #ebebeb;
    margin: 0px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}


.storefront-breadcrumb .col-full{
    justify-content: flex-start;
}


@media (min-width: 768px) {
    .storefront-breadcrumb {
        padding: 20px 0;
        margin: 0px;
    }
}

/*Content =============================================================================================== */

/* Container and col-full width are in "width and geometry" section of this file */



.home h1.page-title {
    display: none;
}
/* ( hide title in homepage ) */








/*SIDEBAR ============================================================================================================*/

.widget-area .widget a {
    text-decoration: none;
}

#secondary {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    padding: 30px 20px 40px;
    border-radius: 3px;
    min-width: 25%;
    margin: 0;
}

#secondary .widget-title,
#secondary h2 {
    font-size: 1.429em;
    font-weight: 600;
}

.sidebar-cat-menu > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    width: 100%;
}

.sidebar-cat-menu > ul > li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



.sidebar-cat-menu > ul > li a,
.sidebar-cat-menu > ul > li > ul > li a,
.sidebar-cat-menu > ul > li > ul > li > ul > li a {
    color: #777;
    font-size: 14px;
    line-height: 2.8;
}

.sidebar-cat-menu > ul > li,
.sidebar-cat-menu > ul > li > ul > li,
.sidebar-cat-menu > ul > li > ul > li > ul > li {
    border-bottom: 1px solid #ebebeb;
}


.sidebar-cat-menu > ul > li > ul > li:last-child,
.sidebar-cat-menu > ul > li > ul > li > ul > li:last-child {
    border-bottom: 0;
}

.sidebar-cat-menu > ul > li > ul > li:first-child,
.sidebar-cat-menu > ul > li > ul > li > ul > li:first-child {
    border-top: 1px solid #ebebeb;
}

.sidebar-cat-menu a,
.widget-area .sidebar-cat-menu a {
    text-decoration: none;
}
.sidebar-cat-menu a:hover {
    color: #0063d1;
}

input#sidebarcatmenutoggler-1:checked ~ ul,
input#sidebarcatmenutoggler-2:checked ~ ul,
input#sidebarcatmenutoggler-3:checked ~ ul,
input#sidebarcatmenutoggler-4:checked ~ ul,
input#sidebarcatmenutoggler-5:checked ~ ul,
input#sidebarcatmenutoggler-6:checked ~ ul,
input#sidebarcatmenutoggler-7:checked ~ ul,
input#sidebarcatmenutoggler-8:checked ~ ul,
input#sidebarcatmenutoggler-9:checked ~ ul,
input#sidebarcatmenutoggler-10:checked ~ ul,
input#sidebarcatmenutoggler-11:checked ~ ul,
input#sidebarcatmenutoggler-12:checked ~ ul {
    max-height: 3000px;
}

.sidebar-cat-menu label {
    cursor: pointer;
    transition: all 0.5s;
}

input#sidebarcatmenutoggler-1:checked + label,
input#sidebarcatmenutoggler-2:checked + label,
input#sidebarcatmenutoggler-3:checked + label,
input#sidebarcatmenutoggler-4:checked + label,
input#sidebarcatmenutoggler-5:checked + label,
input#sidebarcatmenutoggler-6:checked + label,
input#sidebarcatmenutoggler-7:checked + label,
input#sidebarcatmenutoggler-8:checked + label,
input#sidebarcatmenutoggler-9:checked + label,
input#sidebarcatmenutoggler-10:checked + label,
input#sidebarcatmenutoggler-11:checked + label,
input#sidebarcatmenutoggler-12:checked + label
{
    transform: rotate(90deg);
}

#sidebarcatmenutoggler-1,
#sidebarcatmenutoggler-2,
#sidebarcatmenutoggler-3,
#sidebarcatmenutoggler-4,
#sidebarcatmenutoggler-5,
#sidebarcatmenutoggler-6,
#sidebarcatmenutoggler-7,
#sidebarcatmenutoggler-8,
#sidebarcatmenutoggler-9,
#sidebarcatmenutoggler-10,
#sidebarcatmenutoggler-11,
#sidebarcatmenutoggler-12 {
    display: none;
}

/* price range slider */



.widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #0063d1;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 17px;
    height: 17px;
    margin-top: -0.35em;
}
/*
#secondary .button {
    background: #242424;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    height: 30px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0 20px;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
*/

#secondary .button:hover {
    background: #0063d1;
    border-color: #0063d1;
    color: #fff;
}
#secondary .widget_price_filter .price_slider_amount .price_label .from, #secondary .widget_price_filter .price_slider_amount .price_label .to {
    font-weight: 600;
    font-size: 1.3em;
}

/* Woocommerce prodct search */

.wc-block-product-search label {
    display: none;
}

/* Tag Cloud */
.tagcloud a {
    background: #fff;
    border: 1px solid #ebebeb;
    color: #323232;
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em;
    margin: 0 5px 12px 0;
    padding: 5px 15px;
    text-transform: capitalize;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tagcloud a:hover {
    background: #323232;
    color: #ffffff;
}

/* WOOCOMMERCE HOME CATEGORY/ PRODUCT LIST =======================================================  */

.storefront-sorting {
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.woocommerce-notices-wrapper {
    width:100%;
}

.woocommerce-result-count {
    display: flex;
    flex-grow: 1;
    color: #323232;
    margin-left: 10px;
}

.storefront-sorting select {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    font-family: Rubik,Arial,Helvetica,sans-serif;
    height: 36px;
    line-height: 36px;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 0 20px;
    text-align: left;
    white-space: nowrap;
    box-shadow: none;
}

.list-grid-toggle .toggle-list {
    margin-right: 10px;
    padding: 10px 14px;
}
.pagination, .woocommerce-pagination {
    padding: 0;
    border: none;
}

/* WOOCOMMERCE IMAGE FLIPPER ============================== */

/**
 * Styles
 */

.pif-has-gallery {
    position: relative;
}

.pif-has-gallery .onsale {
    z-index: 999999;
}

.pif-has-gallery .wp-post-image {
    opacity: 1;
}

.pif-has-gallery .wp-post-image--secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* backward compatibility - .woocommerce-LoopProduct-link will probably be removed in future releases */
ul.products li.pif-has-gallery a.woocommerce-LoopProduct-link [class*="wp-post-image"] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

ul.products li.pif-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image {
    opacity: 0;
}

ul.products li.pif-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary {
    opacity: 1;
}

ul.products li.pif-has-gallery a.woocommerce-loop-product__link [class*="wp-post-image"] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

ul.products li.pif-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image {
    opacity: 0;
}

ul.products li.pif-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
    opacity: 1;
}

/* Product Grid */


ul.products {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.products::before, ul.products::after  {
    display: none;
}

.site-main ul.products li.product {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}


@media (min-width: 768px){
    .site-main ul.products.columns-4 li.product {
        width: 50%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }
    .site-main ul.products.columns-3 li.product {
        width: 32.05%;
        margin-right: 3.8%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }

}

/* product cards */

.site-main ul.products li.product {
    border: 1px solid transparent;
    padding: 10px;
}
.site-main ul.products li.product:hover {
    border: 1px solid #ccc;
}

.site-main ul.products li.product .add-to-wishlist,
.site-main ul.products li.product .add-to-compare {
    display: flex;
    padding: 10px;
    align-items: center;
    transition:all 0.5s;
}

.site-main ul.products li.product .add-to-wishlist{
    margin-right: 4px;
}

.site-main ul.products li.product a.button {
    padding: 10px 5px;
    margin-right: 4px;
    margin-bottom: 0;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    text-transform: uppercase;
}

.site-main ul.products li.product:hover a.button,
.site-main ul.products li.product:hover .add-to-wishlist,
.site-main ul.products li.product:hover .add-to-compare {
    color: #fff;
    background: #1f63d1;
}

.site-main ul.products li.product a.button:hover,
.site-main ul.products li.product .add-to-wishlist:hover,
.site-main ul.products li.product .add-to-compare:hover {
    background: #357aeb;
}

ul.products li.product .onsale{
    color: #fff;
    background: #2eca8b;
    border: 0;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 0.8em;
    padding-top: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}


.site-main ul.products li.product .secondary-image {
    padding: 10px;
}

.prod_excerpt {
    display: none;
}


.prod_button_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* FOOTER ==================================================================== */

.site-footer {
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

.footer-main-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-widgets {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 25px;
    border-bottom: 0;
}
.site-footer span {
    color:#0163d1;
}
.site-footer h3 {
    font-weight: 500;
}

.site-footer .footer-widget-2 li a,
.site-footer .footer-widget-3 li a {
    text-decoration: none;
    line-height: 1.8em;
}

.site-footer .footer-widget-2 li:hover a,
.site-footer .footer-widget-3 li:hover a {
    text-decoration: none;
    color:#0163d1;
}


.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
    padding-top: 40px;
}

.site-footer .widget{
    margin: 0;
}

.site-footer .widget ul {
    margin: 0;
}

.site-footer .widget ul.footer-social-icons  {
    margin-bottom: 26px;
}

.wp-block-social-links.footer-social-icons  .wp-block-social-link .wp-block-social-link-anchor svg {
    color: #fff;
    fill: #fff;
}

.wp-block-social-links.footer-social-icons .wp-social-link-feed  {
    background-color: #ff9900;
}

.wp-block-social-link {
    display: block;
    border-radius: 0;
}

.subscribe-now {
    display: flex;
}

.subscribe-now .mail-input {
    background-color: #fff;
    display: inline-flex;
    width: 100%;
}

.subscribe-now .mail-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
}

.subscribe-now .submit-button {
    background: #0163d1;
    color: #fff;
    display: inline-flex;
}


@media (max-width: 575px) {
    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3,
    .footer-widgets.col-4 .block.footer-widget-4 {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3,
    .footer-widgets.col-4 .block.footer-widget-4 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3,
    .footer-widgets.col-4 .block.footer-widget-4 {
        width: 50%;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .footer-widgets {
        font-size: 0.9em;
    }
    .footer-widgets.col-4 .block.footer-widget-1,
    .footer-widgets.col-4 .block.footer-widget-4 {
        width: 30%;
        margin: 0;
    }

    .footer-widgets.col-4 .block.footer-widget-2,
    .footer-widgets.col-4 .block.footer-widget-3 {
        width: 15%;
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .footer-widgets.col-4 .block.footer-widget-1{
        width: 30%;
        margin: 0;
        padding-right: 40px;
    }
    .footer-widgets.col-4 .block.footer-widget-2{
        width: 20%;
        margin: 0;
        padding-right: 40px;
    }
    .footer-widgets.col-4 .block.footer-widget-3{
        width: 20%;
        margin: 0;
        padding-right: 40px;

    }
    .footer-widgets.col-4 .block.footer-widget-4{
        width: 30%;
        margin: 0;
    }
}




/* CREDITS ===================================== */

.subfooter-credits {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background: #fff;
}
.subfooter-col-1,
.subfooter-col-2 {
    display: flex;
    width: 50%;
    padding: 30px 0;
    align-self: center;
}
.subfooter-col-2 {
    justify-content: flex-end;
}

/* ===================RESPONSIVE TUNING =================================================== */


/* HIDE SOME ITEMS ON MOBILE DEVICES =========================== */

@media (max-width: 991px) {
    .head-topbar,
    .head-search,
    .headermenucol-1,
    .storefront-handheld-footer-bar,
    #headmenu3
    {
        display: none;
    }
}

/* HIDE SOME ITEMS ON WIDE DEVICES =========================== */

@media (min-width: 992px) {
    #mobile-menu-trigger,
    #search-form-trigger,
    #mobile-menu,
    .head-cart-2
    {
        display: none;
    }
}

/* GEOMETRY TUNING ON MOBILE DEVICES =========================== */

/*Column Order*/

.col-full .woocommerce {
    order: 0;
}


@media (min-width: 1200px){
    .site-main ul.products.columns-4 li.product {
        width: 25%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }
    .site-main ul.products.columns-3 li.product {
        width: 32%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }

    .subfooter-col-1, .subfooter-col-2 {
        width: 50%;
    }
    #primary {
        width: 69%;
        order:2;
        padding-left: 25px;
    }
    #secondary {
        width: 25%;
        order:1;
    }

}


@media (min-width: 992px) and (max-width: 1199px){
    .site-main ul.products.columns-4 li.product {
        width: 25%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }
    .site-main ul.products.columns-3 li.product {
        width: 32%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }

    .subfooter-col-1, .subfooter-col-2 {
        width: 50%;
    }
    #primary {
        width: 70%;
        order:2;
        padding-left: 20px;
    }
    #secondary {
        width: 25%;
        order:1;
    }
    .site-main ul.products li.product a.button {
        font-size: 12px;
    }
    .catemenu {
        min-width: 240px;
    }
    ul.mymegamenu > li > ul.wide-submenu {
        width:992px;
    }

}



@media (min-width: 768px) and (max-width: 991px){
    .site-main ul.products.columns-4 li.product {
        width: 50%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }
    .site-main ul.products.columns-3 li.product {
        width: 32%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }
    .subfooter-col-1, .subfooter-col-2 {
        width: 50%;
    }
    .container, .col-full {
        justify-content: center;
    }
    .head-sitelogo {
        margin-bottom: 30px;
    }
    .head-cart{
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    #primary {
        width: 100%;
        order:1;
    }
    #secondary {
        width: 100%;
        order:3;
    }
    .only-if-sticky {
        display: none;
    }
}




@media (min-width: 576px) and (max-width: 767px) {
    .site-main ul.products.columns-4 li.product {
        width: 50%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }
    .site-main ul.products.columns-3 li.product {
        width: 50%;
        margin: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: space-between;
    }

    .subfooter-col-1, .subfooter-col-2 {
        width: 100%;
        justify-content: center;
        padding: 10px 0 10px 0;
    }
    .container, .col-full {
        justify-content: center;
    }
    .head-sitelogo {
        margin-bottom: 30px;
    }
    .head-cart{
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    #primary {
        width: 100%;
        order:1;
    }
    #secondary {
        width: 100%;
        order:3;
    }
    form.woocommerce-ordering {
        width: 125px;
        margin-bottom: 0;
    }
    form.woocommerce-ordering select {
        padding: 5px;
    }
    .woocommerce-result-count {
        margin: 0 10px;
    }
    ul.products li.product .onsale {
        font-size: 10px;
    }
    .only-if-sticky {
        display: none;
    }
}



@media (max-width: 575px) {
    ul.products {
        justify-content: center;
        padding-top: 20px;
        max-width: 341px;
        margin: auto;
    }

    ul.products li.product .woocommerce-LoopProduct-link {
        width: 100%;
        flex-wrap: wrap;
    }


    .subfooter-col-1, .subfooter-col-2 {
        width: 100%;
        max-width: 341px;
        justify-content: center;
        padding: 10px 0 10px 0;
    }
    .container, .col-full {
        justify-content: center;
    }
    .head-sitelogo {
        margin-bottom: 30px;
    }
    .head-cart{
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    #primary {
        width: 100%;
        order:1;
        padding: 0 9px;
    }
    #secondary {
        width: 100%;
        order:3;
        max-width: 341px;
        margin-top: 50px;
    }
    form.woocommerce-ordering {
        width: 125px;
        margin-bottom: 0;
    }
    form.woocommerce-ordering select {
        padding: 5px;
    }
    .list-grid-toggle .toggle-list {
        display: none;
    }
    .storefront-sorting {
        max-width: 341px;
        margin: auto;
    }
    ul.products li.product .onsale {
        font-size: 10px;
    }
    .footer-widgets {
        max-width: 341px;
    }
    .woocommerce-result-count {
        margin: 0 10px;
        align-self: center;
        display: flex;
        align-items: center;
        text-align: center;
        display: block; 
    }
    .woocommerce-pagination {
        width: 100%;
        margin-top: 20px;
    }
    .footer-container,
    .subfooter-credits {
        padding:0 20px;
    }
    .only-if-sticky {
        display: none;
    }
}

@media (max-width: 341px) {
    .storefront-sorting {
        margin: 0 10px;
        justify-content: center;
        text-align: center;
    }
    .woocommerce-result-count {
        margin: 10px;
        width: 100%;
        justify-content: center;
    }
    .only-if-sticky {
        display: none;
    }
}














/*=============================Mobile Menu ==================================*/
#mobile-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    width: 90%;
    border: 1px solid #ccc;
    z-index: 1000;
    min-height: 100vh;
    top: 0;
    left: -140%;
    padding: 50px 20px;
    transition: all 0.5s;
    box-shadow: 250px 0 #00000000;
}

#mobile-menu.mobmenuvisible {
    left: 0%;
    padding-top: 50px;
    box-shadow: 250px 0 #00000030;
}
#mobile-menu-trigger,
.mobimenuclosebutton {
    background: #0163d1;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 26px;
}


.mobimenuclosebutton {
    position: absolute;
    top: 20px;
    right: 10px;
}

#mobile-menu > ul {
    padding-left: 0;
    margin-left: 0;
}


#mobile-menu li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#mobile-menu > ul > li  ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    width: 100%;
}



#mobile-menu a {
    color: #777;
    font-size: 14px;
    line-height: 2.8;
}


#mobile-menu > ul > li > a {
    color:#0163d1;
    font-size: 16px;
}




#mobile-menu ul li {
    border-bottom: 1px solid #ebebeb;
}


#mobile-menu > ul > li > ul > li:last-child,
#mobile-menu > ul > li > ul > li > ul > li:last-child {
    border-bottom: 0;
}

#mobile-menu > ul > li > ul > li:first-child,
#mobile-menu > ul > li > ul > li > ul > li:first-child {
    border-top: 1px solid #ebebeb;
}

#mobile-menu a {
    text-decoration: none;
}
#mobile-menu a:active {
    color: #0063d1;
}

#mobile-menu input:checked ~ ul{
    max-height: 3000px;
}

#mobile-menu label {
    cursor: pointer;
    transition: all 0.5s;
    color: #0163d1;
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


#mobile-menu input:checked + label
{
    transform: rotate(90deg);
}

#mobile-menu input {
    display: none;
}
#mobile-menu label {
    display: inline-flex;
}

span.price{
    font-size: 1.1rem;
}


/* 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%);
}


