/*
Theme name:NK
version:0.0.1
Author: NK Nazmul
Author url:http://websoftsolution.net
description: Affiliate web site

*/


.woocommerce .woocommerce-ordering {
    display: none !important;
}
.woocommerce .woocommerce-result-count {
    display: none !important;
}

.product-category {
    margin: 30px 0px 0px 0px !important;
    width: 18% !important;    
    text-align: center;
    font-family: sans-serif;
    border-color: #e2e5ec !important;
    border: 1px solid #dee2e6 !important;
    padding: 15px !important;
}

.product-category a {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.product-category a img {
    width: auto !important;
    height: 78px!important;
    border-radius: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
    vertical-align: middle;
    border-style: none;
    display: inline !important;
}

.product-category h2 {
  margin-top: -10px;        
  font-size: 1rem;
  font-weight: 500;
}

.woocommerce-breadcrumb{
    font-size: 16px !important;
    color: #b33757 !important;
    font-weight: bold !important;
}

h3.woocommerce-products-header__title.page-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #980ea9bf;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    padding: 0px 0px 10px 0px;
}

.buy-now-button {
    background-color: #b80abb !important;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.buy-now-button:hover {
    background-color: #218838 !important;
}

.woocommerce ul.products li.product .button {
    float: inline-start;
    background: #e50c97d6;
    color: #fff;
    margin-right: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3
 {
    padding: .5em 0;
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}
.woocommerce ul.products li.product .price ins
 {
    background: 0 0;
    font-weight: 700;
    display: inherit !important;
    font-size: 14px;
    color: crimson;
}
.woocommerce ul.products li.product .price del {
    color: #1d0fdf;
    opacity: .5;
    display: inline-block;
    font-size: 12px;
}

button.single_add_to_cart_button.button.alt {
    background-color: #b33757 !important;
}

.woocommerce div.product p.price ins {
   color: crimson;
}

.wc-block-components-checkout-place-order-button {
    font-size: 15px;
    background: #bf19e7e8;
    color: #fff;
    font-weight: 700;
    border: 0 !important;
}
span.wc-block-components-address-form__address_2-toggle{
    display: none;
}
.wc-block-components-address-form__city {
    
}
.wc-block-components-address-form__postcode {
    display: none;
}
.wc-block-components-address-form__country.wc-block-components-country-input {
    display: none;
}

.main-menu {
    list-style: none;
    display: flex;
    margin-bottom: 0px;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    text-decoration: none;
    padding: 8px 12px;
    display: block;
}

.main-menu li:hover > .sub-menu {
    display: block;
    list-style: none;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px;
    min-width: 200px;
}

.sub-menu li {
    padding: 0px 0;
}

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    background: blueviolet;
    color: #fff;
    font-weight: 700;
}
.wc-block-cart-item__remove-link {
    background: #dd0f52 !important;
    color: #fff !important;
    font-size: 10px !important;
    padding: 2px 10px !important;
    text-decoration: none !important;
}






@media (max-width: 360px) {
    .mw-100 {
        height: 48px !important;
        margin-top: -20px;
    }
    
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 48% !important;
    }
}