
        .woocommerce-shipping-contents_bottom {
            border: none !important;
        }
        h3.shipping_heading {
            color: #000 !important;
            font-weight: 900 !important;
            font-size: 19px !important;
        }
        p.custom-shipping-notice {
            padding: 10px 0!important;
            border-bottom: 1px solid #ddd !important;
            border-top: 1px solid #ddd !important;
            border-radius: 1px !important;
        }
        p.custom-shipping-message {
            font-size: 15px !important;
            font-weight: 900 !important;
            text-transform: uppercase;
            margin:  10px !important;
        }
        .custom-shipping-notice {
            border-radius: 8px !important;
            background: url(/wp-content/uploads/2024/10/download-1.svg) no-repeat 12px 50%!important;
            background-size: 24px !important;
            position: relative !important;
        }
	#shipping_calculator_field > div > ul > li > img
	{
  border-radius: 5px ;	}
	
        tr.shipping.wfacp_multi_methods {
            gap: 28px !important;
            display: block;
            padding: 0px 0 0 0 !important;
        }
        li.wfacp_single_shipping_method {
            border: 1px solid #ddd;
            padding: 4px !important;
            margin-top: 10px !important;
        }
        body #wfacp-e-form .wfacp_shipping_table ul#shipping_method, ul.custom-shipping-product-images {
            border: none !important;
        }
		@media(min-width: 920px){
			body #wfacp-e-form .wfacp_shipping_table ul#shipping_method{
				min-width: 365px;
			}
		}
        body #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li:last-child {
            border-bottom: 1px solid #ddd !important;
        }
        body #wfacp-e-form .wfacp_main_form .wfacp_shipping_options ul li.border-none {
            border-bottom: 0px solid #fff !important;
        }
        ul.custom-shipping-product-images {
            display: flex;
        }
        ul.custom-shipping-product-images li img {
            margin-right: 7px !important;
        }
		span.shiping_counter {
			position: absolute;
			right: -17px;
			top: 10px;
		}
		.customship {
			position: relative;
		}
		#shipping_method > li:nth-child(2),#shipping_method > li:nth-child(3)
		{
			display:none !important;
		}
		
		.woocommerce-shipping-methods{
			display: flex !important;
			flex-direction: column !important;
		}
		.free_shipping33_108,
		.free_shipping33_74{
			order: 3 !important;
		}
		#shipping_method > div.customship.free_shipping37_108 > li,
		#shipping_method > div.customship.zigzag35_74 >li,
				#shipping_method > div.customship.zigzag38_74 >li,
		#shipping_method > div.customship.free_shipping33_74 > li,
		#shipping_method > div.customship.alg_wc_shipping21_74 > li,
		#shipping_method > div.customship.zigzag30_74,
		#shipping_method > div.customship.zigzag29_74,
		#shipping_method > div.customship.zigzag40_74,
		#shipping_method > div.customship.zigzag41_74,
		#shipping_method > div.customship.zigzag42_74,
#shipping_method > div.customship.alg_wc_shipping24_74 > li,
		#shipping_method > div.customship.alg_wc_shipping28_74 > li,
#shipping_method > div.customship.free_shipping1_108 > li,
		#shipping_method > div.customship.free_shipping39_74 > li,

		#shipping_method > div.customship.flat_rate36_108 > li, 
#shipping_method > div.customship.alg_wc_shipping15_108 > li {
    display: none !important;
}

#wfacp-e-form tr td img, .wfacp_mini_cart_start_h tr td img
		{
			border-radius:7px;
		}
		
#shipping_calculator_field > div > ul
		{
						border-radius:7px;

		}
		
		@media(max-width: 767px){
			body #wfacp-e-form .wfacp_shipping_table ul#shipping_method{
				min-width: calc(100vw - 50px);
			}
		}
	
    