.home #main {
    padding-top: 100px;
}

.admin-bar #header{
    top: 32px;
}

.admin-bar.home #main{
    padding-top: 102px;
}

#wide-nav .ux-nav-vertical-menu li a {
    color: #121212d9;
}

#wide-nav .ux-nav-vertical-menu li:hover a {
    color: #f68121;
}

.wc-proceed-to-checkout .bk-btn{
    display: none !important;
}

.cart-sidebar .cart_totals {
    padding: 15px 15px 0 15px;
}

@media only screen and (min-width : 992px) {
    #wide-nav .flex-row .flex-right{
        position: relative;
    }

    #wide-nav .flex-row .flex-right .header-bottom-nav.nav-right{
        position: absolute;
        top: -15px;
        left: 0;
        z-index: 999;
    }

    #wide-nav .flex-row .flex-right .header-bottom-nav.nav-right li.header-button-1{
        background: linear-gradient(to right, rgba(25,69,134,30%), rgba(25,69,134,80%), rgb(25,69,134));
    }

    #wide-nav .flex-row .flex-right .header-bottom-nav.nav-right li.header-button-1:hover{
        opacity: 0.8;
    }

    #wide-nav .flex-row .flex-right .header-bottom-nav.nav-right li.header-button-1 .button span{
        display: none;
    }

    #wide-nav .flex-row .flex-right .header-bottom-nav.nav-right li.header-button-1 .button .icon-angle-right{
        font-size: 2em;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }

    #wide-nav .flex-col{
        position: relative;
    }

    #wide-nav .header-bottom-nav li.header-button-1{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        background: linear-gradient(to right, rgba(25,69,134,30%), rgba(25,69,134,80%), rgb(25,69,134));
    }

    #wide-nav .header-bottom-nav li.header-button-1 .button span{
        display: none;
    }

    #wide-nav .header-bottom-nav li.header-button-1 .button .icon-angle-right{
        font-size: 2em;
        color: rgb(234,157,16);
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width : 992px) {

    #wide-nav .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #wide-nav .flex-col{
        position: relative;
    }

    #wide-nav .header-bottom-nav li.header-button-1 {
        position: fixed;
        top: 46px;
        right: 0;
        height: 35px;
        z-index: 999;
        background: linear-gradient(to right, rgba(25,69,134,30%), rgba(25,69,134,80%), rgb(25,69,134));
    }

    .admin-bar #wide-nav .header-bottom-nav li.header-button-1{
        top: 78px;
    }

    #wide-nav .header-bottom-nav li.header-button-1 .button span{
        display: none;
    }

    #wide-nav .header-bottom-nav li.header-button-1 .button {
        line-height: 35px;
    }

    #wide-nav .header-bottom-nav li.header-button-1 .button .icon-angle-right{
        font-size: 2em;
/*        color: rgb(234,157,16);*/
        padding-left: 5px;
        padding-right: 5px;
    }
}


.section_product.stw_tech_products{
    background: none !important;
    border: none;
}


.stw_tech_products .section-head{
    margin-bottom: 15px;
}

.category-product-section .products,
.stw_tech_products .product-list{
    display: flex;
    gap: 10px;
    background: none;
}

.category-product-section .products > .product-small,
.stw_tech_products .product-list > .product-small{
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
    overflow: hidden;
    border: none;
    flex-basis: calc(20% - 8px);
    max-width: calc(20% - 8px);
}

.category-product-section .products > .product-small .product-small,
.stw_tech_products .product-list > .product-smal .product-small{
    border: none;
}

.category-product-section .products{
    margin-bottom: 1.5em;
}

.category-product-section .products .section-title-container{
    margin-bottom: 0;
}

@media screen and (max-width: 992px){
    .category-product-section .products,
    .stw_tech_products .product-list {
        gap: 8px;
    }

    .category-product-section .products > .product-small,
    .stw_tech_products .product-list > .product-small{
        flex-basis: calc(33.33% - 6px);
        max-width: calc(33.33% - 6px);
    }
    .category-product-section .products{
        margin-bottom: 1em;
    }

}

@media screen and (max-width: 768px){
    .category-product-section .products,
    .stw_tech_products .product-list {
        gap: 8px;
    }

    .category-product-section .products > .product-small,
    .stw_tech_products .product-list > .product-small{
        flex-basis: calc(50% - 4px);
        max-width: calc(50% - 4px);
    }
}

.product-info .btn-out-of-stock,
.product-info .btn-view-avaiable-products{
    border-radius: 99px;
    font-size: 14px !important;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
