 
@media only screen and (max-width: 768px) and (orientation: portrait) {
  /* Mobile portrait styles */
  
  .custom-payment-icons {
    clear: both;
    margin-top: 90px;
    text-align: center;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
    margin-top: 70px !important;
 }
 
 
}



@media only screen and (max-width: 812px) and (orientation: landscape) {
 
  .custom-payment-icons {
    clear: both;
    margin-top: 90px;
    text-align: center;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
    margin-top: 110px !important;
 }
 
 
}

@media only screen   and (device-width: 430px)   and (device-height: 932px)   and (orientation: landscape) {
  
  /* Your CSS for iPhone 14 Pro Max in landscape */
  .custom-payment-icons {
    clear: both;
    margin-top: 90px;
    text-align: center;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
    margin-top: 110px !important;
 }
 
 
}




@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Tablet portrait styles */
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Tablet landscape styles */
}


@media screen and (min-width: 992px) and (max-width: 1300px) {
    /* Add your custom CSS rules here */
 .main-navigation li{
	padding:0 5px;
 }
 
}
