.container-zema {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}


.logo .col-md-4 a, .logo .col-md-4 img {
	padding-top:0;
}

.zstyle3-main-1 img {
    height: 188 !important;

}

.zstyle3-main-1 .card.zstyle3 {
    margin: 0px 20px;
}

.zstyle3-main-1 .sale-product-card .card-body {
    text-align: center;
}

.sale-product-price {
    margin: 8px 0 12px;
    color: #05130d;
    font-weight: 700;
        direction: ltr;
}

.sale-product-price del {
    color: #777;
    font-weight: 400;
}

.sale-product-price ins {
    color: #b00020;
    text-decoration: none;
}

.no-sale-products {
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #05130d;
    font-weight: 700;
}

.alba-store-page,
.alba-woo-page {
    padding: 34px 0 52px;
    background-color: #f6f6f2;
    color: #142018;
    direction: rtl;
}

.alba-store-hero {
    margin-bottom: 22px;
    padding: 26px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.alba-store-hero span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 10px;
    background-color: #e4102c;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
}

.alba-store-hero h1 {
    margin: 0;
    color: #142018;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 800;
}

.alba-store-hero p {
    max-width: 760px;
    margin: 10px 0 0;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.alba-info-grid,
.alba-policy-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.alba-info-panel,
.alba-policy-list section,
.alba-content-panel,
.alba-woo-surface {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.alba-info-panel {
    padding: 22px;
}

.alba-info-panel i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background-color: #142018;
    color: #d4af37;
    border-radius: 6px;
    font-size: 18px;
}

.alba-info-panel h2,
.alba-policy-list h2 {
    margin: 0 0 8px;
    color: #142018;
    font-size: 20px;
    font-weight: 800;
}

.alba-info-panel p,
.alba-policy-list p,
.alba-content-panel {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.alba-info-panel p,
.alba-policy-list p {
    margin: 0;
}

.alba-policy-list section,
.alba-content-panel,
.alba-woo-surface {
    padding: 24px;
}

.alba-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.alba-social-row a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f2;
    color: #142018;
    border-radius: 6px;
    text-decoration: none;
}

.alba-social-row a:hover {
    background-color: #d4af37;
    color: #111;
    text-decoration: none;
}

.alba-woo-surface .woocommerce {
    direction: rtl;
}

.alba-woo-surface .woocommerce form .form-row input.input-text,
.alba-woo-surface .woocommerce form .form-row textarea,
.alba-woo-surface .woocommerce form .form-row select,
.alba-woo-surface .woocommerce-Input {
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    background-color: #fff;
    color: #142018;
}

.alba-woo-surface .woocommerce button.button,
.alba-woo-surface .woocommerce a.button,
.alba-woo-surface .woocommerce input.button,
.alba-woo-surface .woocommerce #place_order {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background-color: #d4af37;
    color: #111;
    font-weight: 800;
}

.alba-woo-surface .woocommerce button.button:hover,
.alba-woo-surface .woocommerce a.button:hover,
.alba-woo-surface .woocommerce input.button:hover,
.alba-woo-surface .woocommerce #place_order:hover {
    background-color: #c49d24;
    color: #111;
}

.alba-woo-surface .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.alba-woo-surface .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px 12px;
    background-color: #f6f6f2;
    color: #142018;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
}

.alba-woo-surface .woocommerce-MyAccount-navigation .is-active a,
.alba-woo-surface .woocommerce-MyAccount-navigation a:hover {
    background-color: #142018;
    color: #fff;
}

.alba-cart-page {
    padding: 34px 0 52px;
    background-color: #f6f6f2;
    direction: rtl;
    color:#000;
}

.alba-cart-hero {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.alba-cart-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 10px;
    background-color: #e4102c;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
}

.alba-cart-hero h1 {
    margin: 0;
    color: #142018;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 800;
}

.alba-cart-count {
    min-width: 112px;
    padding: 14px;
    background-color: #142018;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

.alba-cart-count strong,
.alba-cart-count span {
    display: block;
}

.alba-cart-count strong {
    color: #d4af37;
    font-size: 30px;
    line-height: 1;
}

.alba-cart-content {
    padding: 24px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.alba-cart-content .woocommerce {
    direction: rtl;
}

.alba-cart-content table.shop_table {
    width: 100%;
    margin: 0 0 22px;
    border: 0;
    border-collapse: collapse;
    background-color: #fff;
}

.alba-cart-content table.shop_table th,
.alba-cart-content table.shop_table td {
    padding: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: right;
    vertical-align: middle;
}

.alba-cart-content table.shop_table th {
    color: #142018;
    background-color: #f7f7f3;
    font-weight: 800;
}

.alba-cart-content .product-thumbnail img {
    width: 78px;
    height: 78px;
    object-fit: contain;
    background-color: #fafafa;
    border-radius: 6px;
}

.alba-cart-content .product-name a {
    color: #142018;
    font-weight: 800;
    text-decoration: none;
}

.alba-cart-content .product-name a:hover {
    color: #e4102c;
    text-decoration: none;
}

.alba-cart-content .product-remove a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: #fff2f2;
    color: #e4102c !important;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

.alba-cart-content .product-remove a:hover {
    background-color: #e4102c;
    color: #fff !important;
}

.alba-cart-content .quantity input {
    width: 78px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    text-align: center;
}

.alba-cart-content .coupon {
    display: flex;
    gap: 8px;
    align-items: center;
    float: right;
}

.alba-cart-content .coupon .input-text {
    min-width: 220px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

.alba-cart-content .button,
.alba-cart-content a.button,
.alba-cart-content button.button,
.alba-cart-content input.button {
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px;
    background-color: #d4af37;
    color: #111;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.alba-cart-content .button:hover,
.alba-cart-content a.button:hover,
.alba-cart-content button.button:hover,
.alba-cart-content input.button:hover {
    background-color: #c49d24;
    color: #111;
    text-decoration: none;
}

.alba-cart-content .cart-collaterals {
    display: flex;
    justify-content: flex-start;
}

.alba-cart-content .cart_totals {
    width: min(100%, 430px);
    padding: 20px;
    background-color: #f7f7f3;
    border-radius: 8px;
}

.alba-cart-content .cart_totals h2 {
    margin: 0 0 14px;
    color: #142018;
    font-size: 22px;
    font-weight: 800;
}

.alba-cart-content .wc-proceed-to-checkout {
    padding: 16px 0 0;
}

.alba-cart-content .checkout-button {
    display: flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    background-color: #142018 !important;
    color: #fff !important;
}

.alba-cart-content .checkout-button:before {
    content: "\f291";
    margin-left: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.alba-cart-content .checkout-button:hover {
    background-color: #0b1410 !important;
}

.alba-cart-content .woocommerce-message,
.alba-cart-content .woocommerce-info,
.alba-cart-content .cart-empty {
    padding: 14px 16px;
    background-color: #f7f7f3;
    border-top: 3px solid #d4af37;
    color: #142018;
    border-radius: 6px;
}

.alba-cart-missing {
    margin: 0;
    color: #e4102c;
    font-weight: 800;
}

.alba-product-page {
    padding: 34px 0 50px;
    background-color: #f6f6f2;
}

.alba-product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 34px;
    align-items: start;
    direction: rtl;
}

.alba-product-gallery,
.alba-product-summary,
.alba-product-description {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.alba-product-gallery {
    padding: 16px;
}

.alba-product-main-image {
    display: block;
    width: 100%;
    max-height: 540px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #fafafa;
}

.alba-product-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.alba-product-thumbs img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.alba-product-summary {
    padding: 24px;
}

.alba-product-category {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 12px;
    background-color: #e4102c;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
}

.alba-product-category:hover {
    color: #fff;
    text-decoration: none;
}

.alba-product-title {
    margin: 0 0 14px;
    color: #142018;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 800;
}

.alba-product-price {
    margin-bottom: 16px;
    color: #e4102c;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
}

.alba-product-price del {
    display: inline-block;
    margin-left: 8px;
    color: #777;
    font-size: 0.72em;
    font-weight: 600;
}

.alba-product-price ins {
    text-decoration: none;
}

.alba-product-rating {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    color: #666;
}

.alba-product-short {
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.alba-product-cart {
    margin-bottom: 18px;
}

.alba-product-cart form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.alba-product-cart .quantity input {
    width: 82px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    text-align: center;
}

.alba-product-cart .single_add_to_cart_button,
.alba-product-cart .button {
    min-height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 4px;
    background-color: #d4af37;
    color: #111;
    font-weight: 800;
    cursor: pointer;
}

.alba-product-cart .single_add_to_cart_button:hover,
.alba-product-cart .button:hover {
    background-color: #c49d24;
}

.alba-product-meta {
    display: grid;
    gap: 7px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #555;
    font-size: 14px;
}

.alba-product-meta a {
    color: #e4102c;
}

.alba-product-description {
    margin-top: 28px;
    padding: 24px;
    direction: rtl;
}

.alba-product-description h2 {
    margin: 0 0 14px;
    color: #142018;
    font-size: 24px;
    font-weight: 800;
}

.alba-product-content {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
}

.alba-related-products {
    margin-top: 30px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    direction: rtl;
}

.alba-related-products h2 {
    margin: 0 0 18px;
    color: #142018;
    font-size: 24px;
    font-weight: 800;
}

.alba-related-products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    margin: 0;
}

.alba-related-products ul.products li.product {
    width: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    list-style: none;
    text-align: right;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.alba-related-products ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.alba-related-products ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.alba-related-products ul.products img {
    display: block;
    width: 100%;
    height: 185px;
    padding: 10px;
    background-color: #fafafa;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.alba-related-products ul.products li.product:hover img {
    transform: scale(1.04);
}

.alba-related-products .woocommerce-loop-product__title {
    min-height: 48px;
    margin: 0;
    padding: 14px 14px 8px;
    color: #142018;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
}

.alba-related-products .price {
    display: block;
    padding: 0 14px 12px;
    color: #e4102c;
    font-size: 17px;
    font-weight: 800;
}

.alba-related-products .price del {
    display: inline-block;
    margin-left: 6px;
    color: #777;
    font-size: 0.78em;
    font-weight: 600;
}

.alba-related-products .price ins {
    text-decoration: none;
}

.alba-related-products .button,
.alba-related-products a.button {
    display: inline-flex;
    gap: 8px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin: 0 14px 14px;
    padding: 0 14px;
    background-color: #d4af37;
    color: #111;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
}

.alba-related-products .button:before,
.alba-related-products a.button:before {
    content: "\f291";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
}

.alba-related-products .button:hover,
.alba-related-products a.button:hover {
    background-color: #c49d24;
    color: #111;
    text-decoration: none;
}

.alba-product-category-page {
    padding: 34px 0 52px;
    background-color: #f6f6f2;
    direction: rtl;
}

.alba-product-category-hero {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.alba-product-category-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 10px;
    background-color: #e4102c;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
}

.alba-product-category-hero h1 {
    margin: 0;
    color: #142018;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 800;
}

.alba-product-category-description {
    margin-top: 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.alba-product-category-description p {
    margin: 0;
}

.alba-product-category-count {
    min-width: 112px;
    padding: 14px;
    background-color: #142018;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

.alba-product-category-count strong,
.alba-product-category-count span {
    display: block;
}

.alba-product-category-count strong {
    color: #d4af37;
    font-size: 30px;
    line-height: 1;
}

.alba-product-subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.alba-product-subcategories a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    background-color: #fff;
    color: #142018;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}

.alba-product-subcategories a:hover {
    color: #e4102c;
    text-decoration: none;
}

.alba-product-subcategories span {
    min-width: 24px;
    padding: 2px 7px;
    background-color: #d4af37;
    color: #111;
    border-radius: 99px;
    font-size: 12px;
    text-align: center;
}

.alba-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.alba-product-category-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 20px;
    align-items: start;
}

.alba-product-card {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.alba-product-card-image {
    display: block;
    background-color: #fafafa;
}

.alba-product-card-image img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.25s ease;
}

.alba-product-card:hover .alba-product-card-image img {
    transform: scale(1.04);
}

.alba-product-card-body {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.alba-product-card h2 {
    min-height: 50px;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
}

.alba-product-card h2 a {
    color: #142018;
    text-decoration: none;
}

.alba-product-card h2 a:hover {
    color: #e4102c;
}

.alba-product-card-price {
    color: #e4102c;
    font-size: 18px;
    font-weight: 800;
}

.alba-product-card-price del {
    display: inline-block;
    margin-left: 6px;
    color: #777;
    font-size: 0.78em;
    font-weight: 600;
}

.alba-product-card-price ins {
    text-decoration: none;
}

.alba-product-card-actions .button,
.alba-product-card-actions a.button {
    display: inline-flex;
    gap: 8px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background-color: #d4af37;
    color: #111;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
}

.alba-product-card-actions .button:before,
.alba-product-card-actions a.button:before {
    content: "\f291";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
}

.alba-product-card-actions .button:hover,
.alba-product-card-actions a.button:hover {
    background-color: #c49d24;
    color: #111;
    text-decoration: none;
}

.alba-product-category-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 28px;
}

.alba-product-filter {
    position: sticky;
    top: 18px;
    padding: 18px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.alba-product-filter h2,
.alba-product-filter h3 {
    margin: 0 0 14px;
    color: #142018;
    font-weight: 800;
}

.alba-product-filter h2 {
    font-size: 20px;
}

.alba-product-filter h3 {
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 17px;
}

.alba-product-filter form {
    display: grid;
    gap: 8px;
}

.alba-product-filter label {
    margin: 4px 0 0;
    color: #333;
    font-weight: 700;
}

.alba-product-filter input,
.alba-product-filter select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    background-color: #fff;
    color: #142018;
}

.alba-product-filter button {
    height: 40px;
    margin-top: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #d4af37;
    color: #111;
    font-weight: 800;
    cursor: pointer;
}

.alba-product-filter button:hover {
    background-color: #c49d24;
}

.alba-product-filter-reset {
    color: #e4102c;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.alba-product-filter-reset:hover {
    color: #b00020;
    text-decoration: none;
}

.alba-product-filter-cats {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.alba-product-filter-cats a {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px;
    background-color: #f7f7f3;
    color: #142018;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
}

.alba-product-filter-cats a:hover,
.alba-product-filter-cats a.is-active {
    background-color: #142018;
    color: #fff;
    text-decoration: none;
}

.alba-product-filter-cats span {
    min-width: 24px;
    padding: 2px 7px;
    background-color: #d4af37;
    color: #111;
    border-radius: 99px;
    font-size: 12px;
    text-align: center;
}

.alba-product-category-pagination .page-numbers {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #fff;
    color: #142018;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
}

.alba-product-category-pagination .current,
.alba-product-category-pagination a:hover {
    background-color: #142018;
    color: #fff;
}

.alba-product-category-empty {
    padding: 34px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    text-align: center;
}

.alba-product-category-empty h2 {
    margin: 0 0 8px;
    color: #142018;
    font-weight: 800;
}

.alba-product-category-empty p {
    margin: 0;
    color: #666;
}

.mobile-slider {
    display: none;
}

@media screen and (max-width: 991px) {
    .alba-info-grid,
    .alba-policy-list {
        grid-template-columns: 1fr;
    }

    .alba-store-hero h1 {
        font-size: 28px;
    }

    .alba-product {
        grid-template-columns: 1fr;
    }

    .alba-related-products ul.products,
    .alba-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alba-product-category-layout {
        grid-template-columns: 1fr;
    }

    .alba-product-filter {
        position: static;
        order: -1;
    }
}

@media screen and (max-width: 575px) {
    .alba-cart-page {
        padding: 18px 0 34px;
    }

    .alba-cart-hero {
        display: block;
        padding: 18px;
    }

    .alba-cart-hero h1 {
        font-size: 26px;
    }

    .alba-cart-count {
        margin-top: 14px;
    }

    .alba-cart-content {
        padding: 14px;
        overflow-x: auto;
    }

    .alba-cart-content table.shop_table th,
    .alba-cart-content table.shop_table td {
        padding: 10px;
        font-size: 14px;
    }

    .alba-cart-content .coupon {
        display: grid;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .alba-cart-content .coupon .input-text,
    .alba-cart-content .coupon .button,
    .alba-cart-content button[name="update_cart"] {
        width: 100%;
    }

    .alba-cart-content .cart-collaterals {
        display: block;
    }

    .alba-cart-content .cart_totals {
        width: 100%;
        padding: 16px;
    }

    .alba-product-page {
        padding: 18px 0 34px;
    }

    .alba-product-summary,
    .alba-product-description {
        padding: 18px;
    }

    .alba-product-title {
        font-size: 24px;
    }

    .alba-product-price {
        font-size: 22px;
    }

    .alba-product-cart form.cart,
    .alba-product-cart .single_add_to_cart_button,
    .alba-product-cart .button {
        width: 100%;
    }

    .alba-product-category-hero {
        display: block;
        padding: 18px;
    }

    .alba-product-category-hero h1 {
        font-size: 26px;
    }

    .alba-product-category-count {
        margin-top: 14px;
    }

    .alba-related-products ul.products,
    .alba-product-grid {
        grid-template-columns: 1fr;
    }
    .mobile-slider {
    display: block;
    }
    .footer-contact-info {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    direction: ltr;
    }
    .top-menu-social-media.form-inline {
    margin-bottom: 15px;
    }
    
    
}
.zstyle3-main-1 span a{
    display: inline-block;
    padding: 0.35rem 0;
    font-weight: 700;
    color: #700000;
        text-decoration: none;
    cursor: pointer;
        font-family: "Tajawal", sans-serif;
}


.son-main-page .cat-title-2 {
    text-align: center;
    padding: 10px;
    color: #fff;
}
.son-main-page .cat-title-2 a {
    color: #fff;
    font-size: 28px;
}

a {
    line-height: inherit;
    color: #000 ;
    text-decoration: none !important;
    cursor: pointer;
}

.cat-title-2 a {
    color: #000;
}
.cat-title-2 a:hover {
    color: #817e7e;
}
.zstyle3-main-2 {
    text-align: center;
}

.zstyle3-main-2 img {
    border-radius: 50%;
    width: 270px;
    height: 270px;
}

img.travel3.wp-post-image {
    height: 270px;
}

.zstyle3-main-2 {
    text-align: center;
    background: #000;
    padding: 15px;
}

.zstyle3-main-2 a {
    color: #fff !important;
}

.zstyle3-main-2 .card-group .card {
    background: #000;
}


.cat-title-3 {
    background: #88021b;
    padding: 10px;
}

.cat-title-3 a {
    color: #fff;
}

.cat-title-3 h4 {
    font-weight: 700;
    font-family: "Tajawal", sans-serif;
}

img.card-img-top.z2.wp-post-image {
    height: 300px !important;
}

.zstyle2 {
    text-align: center;
}


img.z6-2.wp-post-image {
    width: 100%;
    height: 96%;
    height: 300px;
}

.card.zstyle6-2 {
    margin: 10px;
    padding: 10px;
}

img.card-img.z6-main.wp-post-image {
    height: 400px;
    margin-bottom: 17px;
}

.zslide {
    padding-top: 8px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
        padding-right: 0 !important;
    padding-left: 0 !important;
}

.zstyle6-2 {
    width: 98%;
}

i.fa.fa-play-circle.fa-fw {
   color: #e2011ac9;
    font-size: 120px;
    float: left;
    width: 100%;
    height: 75%;
    margin-top: 35%;
}

.card.text-bg-dark {
    height: 60%;
}

.card.text-bg-dark img {
    height: 540px;
}


.zstyle3-main-1 {
    margin: 25px 0px;
}

.zstyle2-main .post-categories {
    color: #f00 !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Cairo';
}

.zstyle6-2 a {
    color: red;
}

hr.shr {
    width: 4%;
    display: inline-block;
    margin-top: auto;
    margin-bottom: 0.5%;
    margin-right: 5px;
    margin-left: 5px;
    color: #000;
    border: 0.79px solid #000;
}



.zstyle6-2 h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 18px;
}

.zstyle2-body a {
    color: #000;
}

.zstyle2-body p {
    color: #747474;
    font-family: "Tajawal", sans-serif;
    font-size: 19px;
    margin: 0px 10%;
}

span.post-date {

    color: #8f8f91;
    font-weight: 400;
}
h5.card-title a {
    line-height: 160%;
    font-family: 'Cairo';
    font-size: 17px;
}

.cat-title-zahra a {
    color: #000;
    font-family: 'Cairo';
}

.cat-title-zahra a:hover {
    color: #4e4e4e;
}
/*
hr.ztz {
    width: 89%;
    display: inline-block;
    margin: -25px;
    float: left;
    border: 1px solid #000;
}
*/
hr.ztz {
    width: 83%;
    display: inline-block;
    margin: -25px;
    margin-left: 5px;
    float: left;
    border: 1px solid #000;
}

i.fa.fa-play-circle.fa-fw.zi2 {
    display:none;
    color: #e2011ac9;
    font-size: 45px;
    position: absolute;
   right: 0%;
    top: -20%;
}

.cat-title-3 a:hover {
    color: #eee;
}

.zstyle5-2 {
    background: #000 !important;
    padding: 10px !important;
}

.zstyle5-2 .cat-title-2 h3 {
    color: #fff;
    text-align: right;
}

.card.mb-3.col-sm-12 {
    background: #000;
}

.row.no-gutters.zstyle1-news-2.zstyle1-news {
    border: none;
}

h5.zstyle2-title.zvt2 a {
    color: #fff;
}

h5.zstyle2-title.zvt2 a:hover {
    color: #c8c8c8;
}

.zside2-2 {
    height: 100%;
    margin-bottom: 10px;
}

.zstyle5-news a {
    color: #000;
}

a.navbar-brand img {
    max-width: 100%;
}



/*---------------*/

.zstyle3-main-1 {
    margin: 25px auto;
    max-width: 1300px;
}

.zslide {
    max-width: 1300px;
    overflow: hidden;
}

.zstyle6-2 {
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
}

.zstyle3-main-2 {
    max-width: 100%;
}

.container-zema {
    max-width: 95%;
}
.card-group.card-group-3 {
    max-width: 1300px;
    margin: auto;
}

.zmenu-mob {
    display: none;
}

.z-sidebar .widget-content li {
    list-style: none;
    background: #000;
    padding: 10px;
}

.z-sidebar .widget-content li a {
    color: #fff;
}

.z-sidebar .widget-content ul {
    background: #000;
    padding-right: 5px;
}


.zsearchmobile {
    display: none;
}

@media screen and (max-width:767px){
    .col-md-5.col-sm-12 {
        width: 30%;
        }
    .col-md-7.col-sm-12 {
        width: 70%;
        }
    hr.ztz {
    width: 60%;
    }
    i.fa.fa-play-circle.fa-fw.zi2 {
    margin-top: 35%;
    }
    i.fa.fa-play-circle.fa-fw {
        height: 100%;
        margin-top: 0%;
    }
    .card.text-bg-dark img {
    height: 250px;
    }
    .card.text-bg-dark {
            margin-bottom: 25px;
    }
    img.card-img.z6-main.wp-post-image {
    height: 300px;
    }
    

    .zmenu-mob {
    margin-top: 15px;
    display: block;
    }
    .zsearchmobile {
    display: block;
    padding: 5px 16px;
    }
    
   .zsearchmobile button.search-submit {
    border: none;
    background: none;
    font-size: 20px;
    }
	img.card-img-top.z2.wp-post-image {
    height: auto !important;
	}
 
}







/*footer*/

.zfooter-cont4 {
        padding: 15px;
    background-color: #0b1410;
    font-family: 'Cairo';
}
.zfooter-cont4 img {
    max-width: 80%;
}

.widget-content.zmenu-footer li {
    display: block;
    padding: 4px;
}

.widget-content.zmenu-footer a {
    color: #fff5dc;
    font-size: 16px;
    font-weight: 600;
}


ul#menu-footer1 {
    margin-right: 0;
    padding-right: 0;
}

iframe {
    max-width: 100%;
}

.category-tv img {
    display: none !important;
}

.zmain-category {
 overflow:hidden;
    
}


.container {
    overflow: hidden;
}

.widget-content h5.zstyle5-title {
    margin-right: 5px;
}


/***********************************************/
.slid1 {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0 58px;
    margin: 20px 0 35px;
}

.slid1 i {
    height: 50px;
    width: 50px;
    background: #000;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 10;
    
}

.slid1 i:first-child {
    left: 8px;
    cursor: pointer;
}

.slid1 i:last-child {
    right: 8px;
    cursor: pointer;
}

.slid1 .u1 {
    padding: 0%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 12px);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slid1 .u1::-webkit-scrollbar {
    display: none;
}

.u1 :where(.card1, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slid1 .u1 .card1 {
    height: 360px;
    list-style: none;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: #111;
}

.slid1 .u1 .card1:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}

.card1 > a:first-child {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}



.card1 .img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(80%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.card1 .img:hover {
    filter: brightness(100%);
    transform: scale(1.05);
}

.card1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.card1 .urgent-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff5dc;
    color: #333f37;
    padding: 5px 10px;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    z-index: 2;
}

.card1 .urgent-label:hover {
    color: white;
    text-decoration: none;
}

.card1 .price1 {
    position: absolute;
    left: 10px;
    bottom: 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    max-width: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.94);
    color: #111;
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    border-radius: 4px;
    direction: rtl;
    text-align: right;
    z-index: 2;
}

.card1 .price1 span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.card1 .price1 .woocommerce-Price-amount {
    white-space: nowrap;
}

.card1 .price1 del {
    color: #dc3545;
    display: block;
    font-size: 0.85em;
    line-height: 1.2;
    opacity: 0.85;
}

.card1 .price1 ins {
    color: #198754;
    display: block;
    text-decoration: none;
}

.card1 .title1 {
    text-align: right;
    position: absolute;
    bottom:  18px;
    right: 10px;
    max-width: calc(100% - 20px);
    color: white;
    padding: 5px 10px;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2;
}

.card1 .title1 a {
    color: inherit;
    text-decoration: none;
}

.card1 .title1 span{
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.35;
}
.card1 h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.zema-home-ads {
    max-width:100%;
    text-align: center;
}

.zema-home-ads img {
    max-width:100%;
    border-radius: 10px;
    box-shadow: 1px 1px #0000006e;
}

@media screen and (max-width: 900px) {
    .slid1 .u1 {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .slid1 {
        padding: 0 44px;
    }

    .slid1 i {
        height: 38px;
        width: 38px;
        line-height: 38px;
    }

    .slid1 .u1 {
        grid-auto-columns: 100%;
    }

    .slid1 .u1 .card1 {
        height: 320px;
    }
}
/*****************************************/
h4 span img {
    max-height: 100px;
}
h3 span img {
    max-height: 100px;
}
h2 span img {
    max-height: 100px;
}

@media (min-width: 576px) {
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 10px !important;
    }
}
img.card-img-top.wp-post-image {
border-radius: 10px;
    
}


/* Start new css */



        body {
            background: #fff5dc;
            color: #333f37;
        }
        h1, h2, h3 {
            font-family: "Tajawal", sans-serif;
        }

        /* Navbar */
        .navbar {
                background: rgb(0 0 0 / 24%);
                backdrop-filter: blur(10px);
                height: 100px;
                z-index: 99999;
            }

        .navbar a {
            color: #d4af37 !important;
            font-weight: 500;
            margin: 0 10px;
        }

        .navbar a:hover {
            color: #fff !important;
        }
        
        .fixed-top {

        height: 100px;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                        url('img/23.png') center/cover no-repeat;
            padding: 140px 0;
            text-align: center;
            height: 800px;
        }

        .hero h1 {
            font-size: 55px;
            margin-bottom: 20px;
        }

        .btn-gold {
            background: #fcb900;
            color: #000;
            border-radius: 30px;
            padding: 12px 35px;
            font-weight: 600;
            transition: 0.3s;
        }

        .btn-gold:hover {
            background: #fff;
            color: #000;
        }
        
        

        /* Sections */
        section {
            padding: 30px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .card-custom {
            background: #233e31;
            border: 1px solid #d4af37;
            color: #fff;
            transition: 0.3s;
        }

        .card-custom:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.5);
        }

        /* Footer 
        footer {
            background: #0b1410;
            padding: 40px 0;
            color: #aaa;
        }

        footer h5 {
            color: #d4af37;
        }

        footer a {
            color: #aaa;
            text-decoration: none;
        }

        footer a:hover {
            color: #fff;
        }
        */
        
        .hero .container {
            top: 30%;
            position: relative;
        }
        
        .about {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                        url('img/22.png') center/cover no-repeat;
        }





.products .img-fluid {
    max-width: 100%;
    height: 275px;
    width: 100%;
}


.offers-products img {
    height: 220px;
}

.sale-product-price ins {

    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {

        background: #05130d;
    }
    
    
.dropdown-item:focus, .dropdown-item:hover {
    background: none;
    
}



/* html footer */

.footer-contact-info{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
}

.contact-item i{
    font-size:18px;
    min-width:20px;
}
.footer-contact-info,
.footer-contact-info a{
    color:#fff;
    text-decoration:none;
}

.footer-contact-info a:hover{
    opacity:.8;
}

.footer-contact-info {
    text-align: right;
}

.footer-contact-info i {
    color: #fcb900;
    margin-left: 10px;
}

.footer-contact-info .contact-item {
    margin-bottom: 10px;
}
