button,
input[type="button"],
input[type="submit"],
button[type="button"],
button[type="submit"],
a{
    outline: none;
}
/*woocommerce*/
.section-title{
    color: #333333;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-title i{
    color: #662c03;
}
.woocommerce ul.products li.product .onsale,
.woocommerce .product span.onsale,
.onsale{
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    right: initial;
    background: red;
    color: #fff;
    padding: 5px;
    margin: 0;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}

li.product{
    border: 1px solid rgb(234, 234, 234);
    text-align: center;
    /*min-height: 460px;*/
}
.list-category-item{
    border: 1px solid rgb(234, 234, 234);
    display: block;
}
.wp_loop_image{
    width: 100%;
    height: 184px;
    display: flex;
    text-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wp_loop_image img{
    max-height: 184px;
    width: auto !important;
    display: inline-block;
    margin-bottom: 0 !important;
}

#categoriesSlider .swiper-slide .list-category-item:nth-child(1){
    margin-bottom: 15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin-right: 15px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
    margin-right: 0;
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 16px;
    text-transform: capitalize;
    color: #272a68;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    display: flex;
    /*-webkit-line-clamp: 2;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
    padding-bottom: 0;
}
.icon-title{
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
li.product .price,
.woocommerce ul.products li.product .price{
    width: 100%;
    margin-bottom: 5px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
li.product .add_to_cart_button,
.added_to_cart{
    padding: 5px 20px;
    background-color: #276cd9 !important;
    color: #fff !important;
    margin-bottom: 15px;
    border-radius: 20px;
    display: inline-block;
    line-height: 25px;
    position: relative;
}
li.product .add_to_cart_button.loading{
    padding-right: 30px;
}
li.product .icon-product-item{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    display: block;
}
li.product .add_to_cart_button.loading:after{
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: inline-block;
}
.added_to_cart{
    display: none !important;
}
input#submit.added::after,
a.button.added::after,
button.button.added::after,
input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}
.swiper-button-next, .swiper-button-prev{
    background: none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    z-index: 99999;
    outline: none;
}
/*woocommerce*/
.woocommerce a.button,
.woocommerce button.button{
    padding: 5px 20px !important;
    background-color: #276cd9 !important;
    color: #fff !important;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 25px;
    border: 0 !important;
    border-radius: 25px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}
#add_payment_method .cart img, .woocommerce-cart .cart img, .woocommerce-checkout .cart img{
    width: 100px;
    height: auto;
}
.woocommerce table.shop_table{
    table-layout: fixed;
    width: 100%;
}
.woocommerce .shop_table ul li > div{
    display: inline-block;
    float: left;
}

.woocommerce .product-thumbnail{
    
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    max-width: inherit;
}
.woocommerce a.remove{
    width: inherit;
    height: inherit;
    display: inline-block;
    color: #000 !important;
    border-radius: 0;
    background-color: transparent !important;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.woocommerce a.remove:hover{
    color: red !important;
}
.woocommerce-cart .cart .product-thumbnail{
    width: 100px;
    min-width: 100px;
}
.woocommerce-cart .cart .product-price-remove{
    /*width: 100px;*/
    text-align: right;
    display: inline-block;
    align-self: flex-end;
    font-weight: 600;
    color: #000;
}
.woocommerce-cart .cart .product-name-quantity{
    width: 100%;
    /*max-width: calc(100% - 250px);*/
    padding: 0 15px;
}
.product-name-quantity input::-webkit-outer-spin-button,
.product-name-quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.product-name-quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    
}
.product-name-quantity .quantity{
    display: inline-block;
    float: left;
    
}
.product-name-quantity .quantity .qty{
    border-color: #0d2e6d;
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 0;
}
.woocommerce .quantity .qty{
    padding: 3px 5px;
}
.product-name-quantity .qty_button{
    padding: 0 5px;
    background-color: #0d2e6d !important;
    border: 0;
    display: inline-block;
    width: 30px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
}
.product-name-quantity .product-name{
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #272a68;
}
.product-name-quantity .product-name a{
    font-weight: 600;
    color: #272a68;
}
.woocommerce .shop_table ul{
    list-style: none;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    float: revert;
    margin-bottom: 15px;
}

.woocommerce .shop_table.cart ul li{
    width: 100%;
    display: flex;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 15px;
    position: relative;
    min-height: 134px;
}
.woocommerce .shop_table.cart ul li:first-child{
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.woocommerce .shop_table.cart ul li:last-child{
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.woocommerce .shop_table.cart ul li .product-quantity{
    position: absolute;
    bottom: 15px;
}

.cart-collaterals th,
.cart-collaterals td,
.cart-collaterals table{
    border: 0 !important;
}
.cart-collaterals table tr th,
.cart-collaterals table tr td{
    padding-top: 0 !important;
    color: #333333 !important;
    font-size: 20px;
}
.cart-collaterals table tr td label{
    font-size: 20px;
}
.cart-collaterals table tr th{
    font-size: 22px;
    padding-left: 20px !important;
}
.cart-collaterals table tr td{
    padding-right: 20px;
}
.cart-collaterals .order-total th,
.cart-collaterals .order-total td{
    background: #f0f2f4 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.cart-collaterals .woocommerce-Price-amount{
    font-weight: 600;
}

.woocommerce .shop_table ul li .actions{
    width: 100%;
}
.woocommerce .shop_table ul li .actions .coupon{
    display: inline-block;
}
.coupon label{
    display: none;
}
.woocommerce form .form-row{
    padding: 5px 0;
}
.woocommerce-input-wrapper,
.woocommerce-terms-and-conditions-wrapper{
    width: 100%;
    display: block;
}
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row{
    padding-left: 0;
    padding-right: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #000;
    font-weight: 600;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
    width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    width: 100%;
    margin-bottom: 10px;
}
.nav-login svg{
    cursor: pointer;
}
#collapseNote{
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: 2;
    width: 17.125rem;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: rgba(51, 51, 51, 0.24) 0px 12px 24px 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(242, 242, 242);
    border-radius: 3px;
    text-align: left;
}
.wp-loop-product-button{
    width: 100%;
    height: 65px;
    display: block;
    float: left;
    position: relative;
}
.loop-product-quantity{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 117px;
}
.loop-product-quantity .qty_button {
    padding: 0 5px;
    background-color: #0d2e6d !important;
    border: 0;
    display: inline-block;
    width: 30px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
}
.loop-product-quantity .quantity {
    display: inline-block;
    float: left;
}
.loop-product-quantity .quantity .qty {
    border-color: #0d2e6d;
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 0;
    padding: 3px 5px;
}
.loop-product-quantity input::-webkit-outer-spin-button,
.loop-product-quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.wp-loop-product-button a.button{
    padding: 5px 20px !important;
    background-color: #276cd9 !important;
    color: #fff !important;
    margin-bottom: 15px;
    display: inline-block !important;
    line-height: 25px;
    border: 0 !important;
    border-radius: 25px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    width: 135px;
}


/*footer*/
h3.widget-title{
    color: #464545;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.wp-social ul{
    list-style: none;
}
.wp-social ul li{
    display: inline-block;
    float: left;
    margin-right: 15px;
    border: 0;
}
/*.wp-social img{
    width: 50%;
    height: auto;
    display: inline-block;
}*/
footer a:hover{
    color: #ff9900;
}
footer p{
    color: #272a68;
}

/* #shipping_method label{
    font-size: 0;
}
#shipping_method label span{
    font-size: 15px;
} */
.woocommerce ul#shipping_method li input{
    vertical-align: middle;
}
#billing_delivery_date_field .optional{
    display: none;
}
@media screen and (max-width: 576px){
    .col-4{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 8px;
    }
    .col-4:nth-child(3n+1){
        padding-left: 16px;
        padding-right: 0;
    }
    .col-4:nth-child(3n){
        padding-right: 16px;
        padding-left: 0;
    }
    .category-img {
        width: 100%;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        height: 5.75rem;
        /*padding: 0.375rem 0.75rem;*/
        margin-top: 0.25rem;
        overflow: hidden;
    }
    .category-img img {
        max-height: 100%;
        max-width: 100%;
        transition: opacity 0.2s ease 0s;
        object-fit: contain;
        background-color: rgb(255, 255, 255);
        opacity: 1;
    }
}

@media screen and (max-width: 480px){
    .list-category-item{
        height: 100%;
    }
    
    #homeSlider .swiper-slide img{
        min-height: 10rem;
        object-fit: cover;
    }
    li.product{
        border: 1px solid rgb(234, 234, 234);
        text-align: center;
        min-height: inherit;
    }
    .woocommerce-loop-product__title,
    li.product .price{
        font-size: 13px;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title{
        height: auto;
    }
    .nheader-content .login-header li.button-mobile-search{
        width: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    .nheader-content .login-header li.button-mobile-search a{
        padding: 0 10px;
    }
}

@media screen and (min-width:900px){
    
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product{
        width: calc(100%/6 - 12.5px);
    }
    #relatedSlider li.product{
        display: block;
        float: left;
        padding: 10px;
        text-align: right;
        width: 100%;
    }
    #relatedSlider li.product a.woocommerce-loop-product__link{
        width: 100%;
        display: block;
        float: left;
    }
    #relatedSlider li.product a img{
        width: 30%;
        float: left;
        display: inline-block;
        box-sizing: border-box;
    }
    #relatedSlider li.product .add_to_cart_button, 
    #relatedSlider .added_to_cart{
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center;
    }
    #relatedSlider li.product a.woocommerce-loop-product__link .price{
        float: right;
        width: 100%;
        text-align: left;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #relatedSlider li.product a .woocommerce-loop-product__title{
        width: 100%;
        float: right;
        box-sizing: border-box;
        margin: 0;
        display: inline-block;
        clear: none;
        padding: 0 0 0 10px;
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }
    
    #colophon{
        position: relative;
        border-top: 1px solid #272a68;
        border-bottom: 1px solid #272a68;
        margin-bottom: 25px;
    }
    #colophon:before{
        content: url(../images/logo-1.png);
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translate(-50%, 0) scale(0.7);
        background-color: #fff;
        padding: 0 30px;
    }
    #colophon:after{
        content: url(../images/logo-1.png);
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translate(-50%, 0) scale(0.7);
        background-color: #fff;
        padding: 0 30px;
    }
}