/**
Theme Name: Urban Seerah
Author: Bin Khalid Enterprises
Author URI: https://binkhalid.me
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sirat-perfumes
Template: astra
*/

/* header css */

.ast-header-account {
    padding: 0 !important;
}
.ast-header-account-wrap {
    margin: 0!important;
}
a.ast-header-account-link.ast-account-action-link.ast-header-account-type-icon {
    padding: 10px;
}

.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
   height: unset !important;
}

/* 
.ast-mobile-menu-buttons {
  display: none !important;
}

.ast-mobile-popup-drawer {
  display: none !important;
}
 */


/* ended header css */


.hero-section {
    height: calc(100vh - 96px);
}

.hero-section {
    min-height: fit-content !important;
}


@media(max-width:976px){
	
.hero-section, .hero-section .uagb-container-inner-blocks-wrap {
    height: fit-content;
}
}



a.uagb-buttons-repeater.ast-outline-button {
    border-radius: 10px !important;
}


del .woocommerce-Price-amount bdi {
    color: red;
    text-decoration: line-through;
}

ins .woocommerce-Price-amount bdi {
    color: #000;
    font-weight: 400;
}

.astra-shop-summary-wrap {
    padding: 0 0.5rem !important;
}

ul.products.columns-4 li {
    margin-bottom: 0 !important;
}



a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    border-radius: 15px !important;
}

.astra-shop-summary-wrap .price {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

ul.page-numbers li{
    border-radius: 5px;
}




/* single  product page */

h1.product_title.entry-title {
    padding-bottom: 20px !important;
}



.ast-single-variation {
    border-radius: 10px;
}

.wpcbn-disabled:hover {
    color: #000 !important;
    opacity: 1 !important;
}

ul.tabs.wc-tabs li a {
    font-weight: 400 !important;
}



/* checkout page css */

.woocommerce-billing-fields__field-wrapper label {
    font-weight: 400 !important;
}

.woocommerce-billing-fields__field-wrapper input, span.select2-selection.select2-selection--single {
    padding: 20px !important;
    border-radius: 10px !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 50% 50%;
}

p#billing_phone_field {
    grid-column: 1/3;
    grid-row: 1;
	margin: 0 0 6px;
}

p#billing_first_name_field {
    width: 100%;
}

p#billing_last_name_field {
    width: 100%;
}

p#billing_address_1_field {
    grid-column: 1 / 3;
}

p#billing_city_field {
    width: 100%;
}

p#billing_postcode_field {
    grid-column: 2;
    grid-row: 4;
    width: 100%;
}

p#billing_state_field {
    width: 100%;
    grid-column: 1 / 3;
}

p#billing_country_field {
    display: none;
}

label.required_field {
    display: none !important;
}

span.woocommerce-input-wrapper input
 {
    padding: 20px !important;
    border-radius: 10px !important;
}

.checkout-inline-error-message {
    display: none !important;
}


.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}


.woocommerce-js .select2-results__option, .woocommerce-js .select2-search--dropdown .select2-search__field {
    padding: 15px 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]
 {
    background-color: #000000 !important;
    padding: 15px 12px !important;
}

input.select2-search__field {
    border-radius: 10px !important;
}

span.select2-dropdown.select2-dropdown--above {
    border-radius: 10px !important;
}

.woocommerce form.checkout_coupon .button {
    padding: 1.12rem !important;
    border-radius: 10px !important;
}

input#coupon_code {
    padding: 15px 10px !important;
    border-radius: 10px !important;
}


button#place_order {
    padding: 1.5rem;
	border-radius: 10px;
}



/* order place css */

.woocommerce-thankyou-order-received {
    font-weight: 400 !important;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
    max-width: 1200px!important;
    display: grid !important;
    grid-template-columns: 50% 50%;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    grid-column: 1 / 3;
    width: 60%;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    grid-column: 1 / 3;
	    width: 100%;
    display: flex;
    justify-content: space-between;
}

.woocommerce-order p {
    grid-column: 1;
}

section.woocommerce-order-details {
    grid-column: 1;
}

section.woocommerce-customer-details {
    grid-row: 4;
    grid-column: 2;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: grid;
	 margin-top: 55px;
}
.woocommerce-column--1, .woocommerce-column--2 {
    width: calc(100% - 20px) !important;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-left: 20px;
    
}

.woocommerce-column--1 {
    border-radius: 8px 8px 0 0;
}

.woocommerce-column--2 {
    border-radius: 0 0 8px 8px;
    border-top-width: 0 !important;
}


@media (max-width:768px){
	
	section.woocommerce-order-details {
    grid-column: 1 / 3;
    grid-row: 4;
}
	
section.woocommerce-customer-details {
    grid-row: 5;
    grid-column: 1 / 3;
}	
	
.woocommerce-column--1, .woocommerce-column--2 {
    margin-left: 0;
	width: 100% !important;
    
}	
	
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
	 margin-top: 0;
}
	
.woocommerce-thankyou-order-details li {
    border: unset !important;
    margin: 0 !important;
}	
	
p.footer-bio br {
    display: none;
}	
	
	
	
}








/* Footer css */

/* footer */
section#block-25, section#block-19, section#block-22, section#block-27, section#block-32,  section#block-33 {
    margin: unset;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    justify-items: center;
}
li.has-small-font-size a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fe483a;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease-in;
}

li.has-small-font-size {
    position: relative;
}

li.has-small-font-size:hover a::after {
    width: 100%;
}

	
	.site-footer-primary-section-1 aside, .site-footer-primary-section-2 aside, .site-footer-primary-section-3 aside {
    text-align: left !important;
}


@media(max-width:600px){
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    grid-template-columns: 50% 50%;
    gap: 20px 10px;
	justify-items: left;
}
	
.site-footer-primary-section-3 {
    grid-column: 1 / 3 !important;
    width: 100%;
}	


}


/* 


a.button.wc-forward {
    border-color: #000 !important;
    border: 1px solid #000 !important;
	color:#000!important;
	border-radius:10px!important;
}

a.button.wc-forward:hover {
    background: #fff !important;
}


a.button.checkout.wc-forward {
    background: #000 !important;
    color: #fff !important;
}

a.button.checkout.wc-forward:hover {
    background: #3a3a3a !important;
}

 */

















