body.woocommerce-shop{
    background-color: #fff;
}
.woocommerce-shipping-fields .customer_have_tax_number,
.woocommerce-shipping-fields .validate-email,
.woocommerce-shipping-fields .validate-phone {
    width: 100% !important;
}
.woocommerce .woocommerce-result-count {
    margin: 6px 0 30px;
    color: #333333;
    font-size: 20px;
    line-height: normal;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background-color: #FCFCFC;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    color: #606060;
    font-weight: 500;
    padding: 10px 35px 10px 15px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M5.94709e-08 1.07087L1.16015 -5.17536e-07L6.5 5.68504L11.8399 -5.07116e-08L13 1.07087L6.5 8L5.94709e-08 1.07087Z" fill="%23606060"/></svg>');
    appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.woocommerce .woocommerce-ordering select:focus-visible{
    outline: 0;
}
.woocommerce .woocommerce-ordering{
    margin: 0 0 30px;  
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin: 0 !important;
    width: 100% !important;
    float: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    row-gap: 10px;
}
.woocommerce .products ul, .woocommerce ul.products{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    display: none;
}
.woocommerce ul.products li.product a .shop-page-image-wrapper{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 15px;
    height: 265px;
    width: 100%;
}
.woocommerce ul.products li.product a .shop-page-image-wrapper img{
    margin-bottom: 0;
    height: 100% !important;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
    width: 100%;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    color: #213980;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px; 
    padding: 0 15px 10px;
    text-align: center;
}
.woocommerce ul.products li.product .price{
    color: #222;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    padding: 0 15px;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin: auto 15px 20px;
    color: #082833;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #E5E5E5;
    border-radius: 0;
    padding: 17px 35px;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #FFCB08;
}
.coming-soon-product {
    background-color: #F9F9FB;
    margin: 80px 0;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}
.coming-soon-product::before{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/left-tringle-img.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
    top: 0;
    background-size: cover;
}
.coming-soon-product h3,
.related.products>h2,
.shop-available-text{
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 127.778%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.shop-available-text{
    margin-bottom: 20px;
    clear: both;
}
body.woocommerce .page-title {
    color: #fff;
    background-color: #398BB7;
    padding: 60px 0 55px;
    margin-bottom: 40px;
    font-size: 55px;
    letter-spacing: 0;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
    font-weight: 500;
}
.woocommerce ul.products li.product .onsale {
    margin: 8px 8px 0 0;
    font-size: 13px;
    font-weight: 500;
    min-height: 28px;
    min-width: 54px;
    border-radius: 15px;
}
body.woocommerce span.onsale{
    color: #082833;
    background-color: #ffcb08;
}
.woocommerce-shop .allresouces-pagediv{
    padding: 0;
}

@media only screen and (max-width: 1199px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
        font-size: 22px;
        line-height: 30px;
    }
    .coming-soon-product{
        margin: 60px 0;
        padding: 50px 0;
    }
    .coming-soon-product h3,
    .related.products>h2,
    .shop-available-text{
        font-size: 32px;
    }
    body.woocommerce .page-title{
        font-size: 48px;
    }
}
@media only screen and (max-width: 991px) {
    .woocommerce .products ul, .woocommerce ul.products{
        grid-template-columns: repeat(3, 1fr);
    }
    body.woocommerce .page-title{
        padding: 35px 0 30px;
        font-size: 42px;
    }
    .coming-soon-product h3,
    .related.products>h2,
    .shop-available-text{
        font-size: 28px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .woocommerce .products ul, .woocommerce ul.products{
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        width: 100%;
        text-align: center;
    }   
    .woocommerce .woocommerce-result-count{
        margin: 0 0 15px;
        font-size: 18px;
    }
    .coming-soon-product h3,
    .related.products>h2,
    .shop-available-text{
        font-size: 26px;
        margin-bottom: 25px;
    }
    .coming-soon-product {
        margin: 50px 0;
        padding: 40px 0;
    }
    body.woocommerce .page-title {
        padding: 30px 0 25px;
        font-size: 36px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size: 18px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 575px) {
    .woocommerce .products ul, .woocommerce ul.products{
        grid-template-columns: repeat(1, 1fr);
    }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link{
        width: 100%;
    }
}

/* checkout page design start  */
.woocommerce-checkout{
    background: #fff;
}
.woocommerce-checkout .entry-header{
    display: block !important;
}
.woocommerce-checkout form .form-row label{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-transform: capitalize;
}
.woocommerce-checkout form .form-row .input-text, 
.woocommerce-checkout form .form-row select{
    border: 1.27px solid #CBCACA;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 15px;
    color: #737373;
}
.woocommerce-checkout form .form-row textarea.input-text{
    min-height: 100px;
}
.woocommerce-checkout form .form-row .input-text:focus-visible, 
.woocommerce-checkout form .form-row select:focus-visible{
    outline: 0;
}
.woocommerce-checkout form .form-row select{
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 0H0L5 5.5L10 0Z" fill="%23737373"/></svg>');
    background-size: auto;
    background-position: 98% 50%;
}
.woocommerce-checkout form .form-row .input-text::-webkit-input-placeholder{color: #737373;opacity: 1}
.woocommerce-checkout form .form-row .input-text::-moz-placeholder{color: #737373;opacity: 1}
.woocommerce-checkout form .form-row .input-text:-ms-input-placeholder{color: #737373;opacity: 1}
.woocommerce-checkout form .form-row .input-text::-ms-input-placeholder{color: #737373;opacity: 1}
.woocommerce-checkout form .form-row .input-text::placeholder{color: #737373;opacity: 1}
.woocommerce-checkout form .form-row{
    margin-bottom: 20px !important;
}
.woocommerce-checkout form .form-row-first, 
.woocommerce-checkout form .form-row-last{
    width: 49%;
    clear: unset
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: normal;
    color: #737373;
    font-size: 14px;
    padding: 10px 25px 10px 15px;
}
.woocommerce-js.woocommerce-checkout  .select2-container .select2-selection--single {
    height: auto;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #737373 transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 9px;
    right: 8px;
}
.page.woocommerce-checkout .content-page h3{
    color: #21448B;
    font-size: 28px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 15px 25px 15px 98px;
    border: 1px solid #D3D3D3;
    background-repeat: no-repeat;
    background-position: 25px 15px;
    position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_cod{
    background-image: url(../images/COD-icon.svg);
    background-position: 25px 11px;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs{
    background-image: url(../images/card-icon.svg);
}
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
    border-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label{
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px; 
}
.woocommerce-checkout #payment ul.payment_methods li .input-radio{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    margin: 0;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path d="M1 1.21875L7.67989 7.79509L1 14.3844" stroke="%23213980" stroke-width="1.94183" stroke-miterlimit="10"/></svg>');
    background-repeat: no-repeat;
    background-position: 98.5% 22px;
    background-size: 12px;
}
.woocommerce-checkout #payment ul.payment_methods li .input-radio:checked{
    background-image: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.7812 1L8.20491 7.67989L1.6156 1" stroke="%23213980" stroke-width="1.94183" stroke-miterlimit="10"/></svg>');
    background-size: 18px;
    background-position: 98.5% 26px;
}
.woocommerce-checkout #payment div.payment_box{
    background-color: #EFEFEF;
    padding: 19px 15px;
}
.woocommerce-checkout #payment div.payment_box::before{
    border-bottom-color: #EFEFEF;
    margin: -9px 0 0 16px;
    border-width: 10px;
}
.woocommerce-checkout #payment div.payment_box p {
    color: #737373;
    font-size: 14px;
    line-height: normal;
}
.woocommerce-checkout .order-detail {
    padding: 20px 0 0;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-bottom: 35px;
}
.woocommerce-checkout .woocommerce table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
}
.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td{
    border-top: 0;
}
.woocommerce-checkout .order-detail #order_review_heading{
    border-bottom: 1px solid #D3D3D3;
    margin-inline: 20px;
    line-height: normal;
    padding-bottom: 10px;
}
.woocommerce-checkout .order-detail tbody tr:nth-child(odd){
    background-color: rgba(217, 217, 217, 0.2);
}
.woocommerce-checkout .woocommerce table.shop_table tr td:last-child,
.woocommerce-checkout .woocommerce table.shop_table tr th:last-child,
.woocommerce-checkout .woocommerce-shipping-methods label {
    text-align: right;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td{
    padding: 15px 50px;
}
.woocommerce-checkout .woocommerce table.shop_table thead  td:first-child,
.woocommerce-checkout .woocommerce table.shop_table thead tr th:first-child,
.woocommerce-checkout .order-detail .order-total th:first-child{
    padding-left: 20px;
}
.woocommerce-checkout .woocommerce table.shop_table thead tr th{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #333;
}
.woocommerce-checkout .woocommerce ul#shipping_method .amount {
    font-weight: 600;
}
.woocommerce-checkout .order-detail .order-total th,
.woocommerce-checkout .order-detail .order-total td{
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333;
}
.woocommerce-checkout .order-detail tbody tr td:first-child,
.woocommerce-checkout .order-detail tbody tr th:first-child{
    color: #4B4B4B;
    font-weight: 400;
    font-size: 16px;
}
.woocommerce-checkout .order-detail tbody tr td.product-name{
    font-size: 20px;
    padding-right: 0;
}
.woocommerce-checkout .order-detail .custom-qty-wrapper {
    background: #FFF;
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    padding: 3px 13px;
}
.woocommerce-checkout .order-detail .custom-qty-wrapper .input-qty{
    width: 100%;
    appearance: none;
    border: 0;
    padding: 0 5px;
    color: #4B4B4B;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
}
.woocommerce-checkout .order-detail .custom-qty-wrapper .input-qty::-webkit-inner-spin-button{
	display: none;
}
.woocommerce-checkout .order-detail .custom-qty-wrapper button[type="button"]{
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #4B4B4B;
    font-weight: 600;
    font-size: 16px;
}
.woocommerce-checkout .update-cart-btn {
    text-align: right;
    margin-bottom: 40px;
}
.woocommerce-checkout .update-cart-btn .dd_update_cart_btn{
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    background-color: #213980;
    padding: 10px 15px;
    transition: all 0.4s;
    border: 0
}
.woocommerce-checkout .update-cart-btn .dd_update_cart_btn:hover{
    background-color: #FFCB08;
    color: #213980;
}
.customer-detail .woocommerce-billing-fields,
.customer-detail .shipping-wrapper,
.woocommerce-checkout #payment .payment-wrapper{
    padding: 20px 20px 30px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
}
.woocommerce-checkout form .form-row .radiopart label{
    color: #A1A1A1;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    line-height: 1;
}
.woocommerce-checkout form .form-row input[type="radio"]{
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #A1A1A1;
    flex-shrink: 0;
    background-color: #A1A1A1;
    box-shadow: inset 0 0 0 2px #fff;
    margin: 0;
    border-radius: 100%;
    cursor: pointer;
}
.woocommerce-checkout form .form-row input[type="radio"]:checked{
    background-color: #21448B;
    border-color: #A1A1A1;
}
.woocommerce-checkout form .form-row input[type="radio"]:checked+label{
    color: #21448B;
    font-weight: 600;
}
.woocommerce-checkout form .form-row .radiopart{
    display: inline-flex;
    column-gap: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.woocommerce-checkout form input[type="file"]:focus, 
.woocommerce-checkout form input[type="radio"]:focus, 
.woocommerce-checkout form input[type="checkbox"]:focus {
    outline: unset;
    outline-offset: 0;
}
.woocommerce-checkout form #billing_address_1_field.form-row{
    margin-bottom: 8px !important;
}
.woocommerce-checkout .woocommerce form .form-row .required{
    color: #333;
}
.woocommerce-checkout .vat-wrap {
    display: block;
    margin-bottom: 15px;
}
.woocommerce-checkout .vat-wrap span{
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    display: block;
}
.woocommerce-checkout .vat-wrap span strong{
    color: #333;
    font-weight: 400;
    padding-right: 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row:last-child {
    margin-bottom: 0 !important;
    clear: both;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.kur-hidden-form-field{
    padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields #billing_customer_vat_number_field.form-row{
    margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper>:last-child {
    margin-bottom: 0 !important;
}
.woocommerce-checkout .shipping-wrapper .checkbox input[type="checkbox"]{
    margin-left: -30px;
    border: 1px solid #D3D3D3;
    appearance: none;
    width: 15px;
    height: 15px;
    background-color: transparent;
    top: 8px;
    cursor: pointer;
}
.woocommerce-checkout .shipping-wrapper .checkbox input[type="checkbox"]:checked{
    background-image: url(../images/checked-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.woocommerce-checkout .shipping-wrapper .checkbox{
    padding-left: 30px;
    margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-error{
    padding-left: 40px !important;
}
.woocommerce-checkout .place-order{
    text-align: right;
}
.woocommerce-checkout #payment #place_order{
    color: #082833;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 8px 16px;
    background-color: #FFCB08;
    border: 0;
}
.woocommerce-checkout #payment #place_order:hover{
    color: #fff;
    background-color: #082833;
}
.woocommerce-checkout #payment{
    border-radius: 0;
    background-color: transparent;
}
.woocommerce-checkout #payment .form-row.place-order {
    margin-bottom: 0 !important;
    padding: 10px 0 0;
}
@media only screen and (max-width: 991px) {
    .woocommerce-checkout .woocommerce table.shop_table th, .woocommerce-checkout .woocommerce table.shop_table td{
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .woocommerce-checkout .woocommerce table.shop_table th, .woocommerce-checkout .woocommerce table.shop_table td {
        padding: 12px 15px;
    }
    .woocommerce-checkout .woocommerce table.shop_table thead td:first-child, .woocommerce-checkout .woocommerce table.shop_table thead tr th:first-child, .woocommerce-checkout .order-detail .order-total th:first-child {
        padding-left: 15px;
    }
    .woocommerce-checkout .woocommerce table.shop_table tr td:last-child, .woocommerce-checkout .woocommerce table.shop_table tr th:last-child, .woocommerce-checkout .woocommerce-shipping-methods label{
        font-size: 16px;
    }
    .woocommerce-checkout .order-detail .order-total th, .woocommerce-checkout .order-detail .order-total td{
        font-size: 18px !important;
    }
    .woocommerce-checkout .order-detail tbody tr td.product-name{
        font-size: 16px;
    }
    .woocommerce-checkout .order-detail tbody tr td:first-child, .woocommerce-checkout .order-detail tbody tr th:first-child{
        font-size: 14px;
    }
    .woocommerce-checkout .order-detail .order-total td,
    .woocommerce-checkout .order-detail .cart-subtotal td,
    .woocommerce-checkout .order-detail .shipping td, 
    .woocommerce-checkout .order-detail .tax-rate td{
        padding-left: 0 !important;
    }
    .woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last{
        width: 100%;
    }
    .page.woocommerce-checkout .content-page h3{
        font-size: 21px;
    }
    .woocommerce-checkout .order-detail .custom-qty-wrapper {
        margin-top: 10px;
        display: flex;
    }
    .customer-detail .woocommerce-billing-fields, .customer-detail .shipping-wrapper{
        padding: 20px 18px;
    }
    .woocommerce-checkout .shipping-wrapper .checkbox input[type="checkbox"]{
        top: 4px;
    }
    .woocommerce-checkout #payment ul.payment_methods li{
        padding: 15px 27px 15px 65px;
        background-size: 34px;
        background-position: 15px 19px;
    }
    .woocommerce-checkout #payment ul.payment_methods li.payment_method_cod{
        background-position: 15px 11px;
    }
    .woocommerce-checkout #payment ul.payment_methods li .input-radio{
        background-position: 95.7% 22px;
        background-size: 9px;
    }
    .woocommerce-checkout #payment ul.payment_methods li .input-radio:checked{
        background-size: 15px;
        background-position: 96% 26px;
    }
}
/* checkout page design end  */