/*!
* Theme Name: 		   CODE CALIBRE
* Text Domain: 	   astra
* Template:           astra
* Version:            3.4.1
* Tested up to:       6.1.1
* Requires at least:  5.6
* Requires PHP:       7.2
* Author:             Code Calibre Team
* Author URI:         https://codecalibre.com/
* Theme URI:          https://codecalibre.com/
* Description:        astra-child is the perfect theme for your project. There is any issue or new funtionality, visit: https://codecalibre.com/
*/

/*-------- GLOBAL CSS STARTS HERE ------- */
*,body{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
body{
	font-family: "Poppins", sans-serif !important;
}
/*-------- GLOBAL CSS ENDS HERE ------- */
/*-------- CSS STARTS HERE ------- */
.mn-ban {
    position: relative;
}
.mnban-txt {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
.mnban-txt h2 {
    font-size: 58px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mnban-txt p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.mnban-txt p span {
    color: #de5503;
}
header.woocommerce-products-header, p.woocommerce-result-count, form.woocommerce-ordering,
ul.products > li span.ast-woo-product-category,ul.products > li .star-rating{
    display: none !important;
}
a.ast-on-card-button.ast-select-options-trigger.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.astra-shop-thumbnail-wrap img.woocommerce-placeholder.wp-post-image{
    display: none !important;
}
ul.products > li {
    border: 1px solid #de5503 !important;
    margin: 0 0 0 0 !important;
    padding: 20px !important;
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column-reverse !important;
    gap: 0 !important;
    justify-content: start;
}
h2.woocommerce-loop-product__title {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
span.woocommerce-Price-amount.amount {
    color: #de5503;
    font-size: 20px;
    font-weight: 500;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #de5503;
    border: 1px solid #de5503;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    margin: 20px 0;
    width: 100%;
}
.price-package-list li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  text-align: left;
}
.price-package-list li label {
  color: #de5503;
  font-weight: 700;
  margin-left: 5px;
}
.packages_colms h3 {
  font-size: 17px;
  color: #000;
  font-weight: 700;
}
.woocommerce-checkout header.entry-header.ast-no-thumbnail,
.woocommerce-checkout .woocommerce-message, 
.woocommerce-checkout .woocommerce-info,
footer#colophon{
	display:none !important;
}
ul.products.columns-4 li:nth-child(1) {
    order: 1;
}
ul.products.columns-4 li:nth-child(2) {
    order: 4;
}
ul.products.columns-4 li:nth-child(3) {
    order: 3;
}
ul.products.columns-4 li:nth-child(4) {
    order: 2;
}
#post-32 header.entry-header.ast-no-thumbnail {
    display: none;
}
input.razorpay-payment-button {
    background-color: #de5503;
    border: 1px solid #de5503 !important;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    margin: 20px 0;
}
input.razorpay-payment-button:hover {
    background-color: transparent;
    color: #de5503;
    fill: #de5503;
	cursor:pointer;
}
.payment-details p {
    color: #000;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin: 0;
}
.payment-details p span {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
/*-------- CSS STARTS HERE ------- */