/*
Theme Name: Tabligh Child
Theme URI: http://aymanfikry.com
Template: tabligh
Author: Ayman Fikry
Author URI: http://www.aymanfikry.com
Description: Tabligh | Islamic Institute WordPress Theme
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready
Version: 1.5.3.1701297663
Updated: 2023-11-29 22:41:03

*/
body.woocommerce-account .page-content,
body.woocommerce-checkout .page-content {
    padding: 80px 0;
}

body.woocommerce-account .loginform,
body.woocommerce-account .woocommerce-ResetPassword {
    max-width: 400px;
    margin: 20px auto;
}

body.woocommerce-account .loginform h2 {
    text-align: center;
}

body.woocommerce-account form.login,
body.woocommerce-account form.register,
body.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
    background-color: #f9f9f9;
    padding: 30px 20px;
    border-radius: 6px;
}

body.woocommerce-account form.login input,
body.woocommerce-account form.register input,
body.woocommerce-account .woocommerce-ResetPassword input,
.woocommerce-billing-fields__field-wrapper input {
    background-color: #fff !important;
}

body.woocommerce-account .loginform form input[type=password],
.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
body.woocommerce-account form .woocommerce-Button {
    width: 100%;
    border-radius: 5px;
    height: 50px;
}


.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    min-width: 48%;
}

@media screen and (min-width: 980px) {

    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        width: 100%;
        float: left;
    }
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row .woocommerce-input-wrapper .select2-selection,
.woocommerce-page form .form-row .woocommerce-input-wrapper .select2-selection {
    background-color: #fff;
}

/* Header Modules */

.module {
    display: inline-block;
    position: relative;
    line-height: 100px;
    vertical-align: middle;
}

.module-cart .module-icon,
.module-login .module-icon {
    margin-right: 20px;
    cursor: pointer;
    line-height: 100px;
    position: relative;
}

.module-cart span.title,
.module-login span.title {
    display: none;
}

.module-cart .module-label:empty {
    opacity: 0;
}

.module-cart .module-label {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 12px;
}

.module .module-box {
    position: absolute;
    display: block;
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
    background-color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    right: 30px;
    width: 310px;
    border-radius: 0;
    padding: 30px 15px;
    z-index: 99;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    height: 0;
    margin-top: 1px;
}

.module .module-box.login-box {
    width: 190px;
    padding: 10px 15px 0 15px;
}

.module .module-box.login-box ul {
    list-style: none;
    padding: 0;
}

.module .module-box.login-box ul li {
    line-height: 40px;
}

.module.module-active .module-box {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translateY(0px);
    height: inherit;
}

.cart-box .woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

/* Module Cart */
.cart-box .woocommerce-mini-cart__empty-message {
    text-align: center;
}

.cart-box .woocommerce-mini-cart {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li {
    margin-bottom: 20px;
    position: relative;
    min-height: 60px;
    padding-left: 65px;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li:last-child {
    margin-bottom: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 8px;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li a:hover {
    color: #000;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li span.quantity {
    font-family: "Montserrat", sans-serif;
    display: block;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li .remove_from_cart_button {
    font-size: 12px;
    position: absolute;
    text-align: center;
    background-color: #222222;
    color: #ffffff !important;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li .remove_from_cart_button:hover {
    background-color: #000;
    color: #ffffff !important;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
}

.cart-box .woocommerce-mini-cart__total {
    font-family: "Montserrat", sans-serif;
    min-height: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 20px 0 30px 0;
}

.cart-box .woocommerce-mini-cart__total strong {
    color: #9b9b9b;
    font-weight: 600;
}

.cart-box .woocommerce-mini-cart__total .woocommerce-Price-amount,
.cart-box .woocommerce-mini-cart__total .woocommerce-Price-currencySymbol {
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 600;
    margin-right: 0;
}

.cart-box .woocommerce-Price-amount,
.cart-box .woocommerce-Price-currencySymbol {
    font-family: "Montserrat", sans-serif;
    color: #9b9b9b !important;
    font-size: 13px !important;
    font-weight: 600;
    margin-right: 0;
}

.cart-box .woocommerce-Price-amount span,
.cart-box .woocommerce-Price-currencySymbol span {
    margin-right: 0;
    font-weight: 600;
}

.cart-box .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button:last-of-type {
    margin-right: 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button.checkout {
    background-color: #000;
}

.cart-box .woocommerce-mini-cart__buttons a.button.checkout:hover {
    background: #222222;
    color: #ffffff;
}

.cart-box .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
    background-color: #222222;
}

.cart-box .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover {
    background-color: #000;
    color: #ffffff;
}

body.sticky .module-icon svg path {
    fill: #000;
}



.sticky-menu nav>div>ul>li:last-child {
    margin-right: 2rem;
}

.halaqa-details {
    background: #f8f8f9;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.halaqa-details-overview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    padding: 20px 40px 20px 40px;
}

.halaqa-details-pricing {
    width: 20%;
    padding: 20px 40px 20px 40px;
    background-color: #0A993C;
}

.halaqa-details-pricing .price {
    text-align: center;
}

.halaqa-details-pricing span.woocommerce-Price-amount.amount {
    color: #fff !important;
    display: block;
}

.halaqa-details-pricing div.quantity {
    max-width: 100% !important;
}

body .halaqa-details-pricing .single_add_to_cart_button {
    background-color: #121a37 !important;
    color: #0A993C !important;
    margin-top: 15px !important;
    margin-left: 0 !important;
    width: 100% !important;
}

.halaqa-meta {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.halaqa-meta .meta-item {
    margin-right: 35px;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
}

.halaqa-meta .meta-item:before {
    margin-right: 8px;
    color: #0A993C;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.halaqa-meta .meta-item.meta-item-duration:before {
    content: "\f017";
}

.halaqa-meta .meta-item.meta-item-level:before {
    content: "\f012";
}

.halaqa-meta .meta-item.meta-item-lessons:before {
    content: "\f0c5";
}

.halaqa-meta .meta-item.meta-item-category:before {
    content: "\f12e";
}

.halaqa-instructor {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.halaqa-instructor img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
}

.instructor-info{
    display: flex;
    flex-direction: row;
}

.instructor-info .instructor-img img{
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.instructor-info .instructor-details{
    padding-left: 30px;
}

.instructor-info .instructor-bio,
.instructor-info .social-links4{
    margin-bottom: 20px;
}

.team-detail-desc h2:before,
.about-inner4 h2:before {
    border-bottom-color: #E0A24B;
}

body .sticky-menu nav > div > ul > li {
    margin-right: 15px;
}

body .bottom-bar3 .justify-content-between {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}