/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root {
    --navy: #2A007C;
    --navy-light: #2A007C1A;
    --navy-light: #2A007C1A;
    --black: #111;
    --dark: #090909;
    --link-blue: #08F;
    --link-purple: #8F5DF1;
    --orange: #FF5900;
    --primary-green: #09C44E;
    --ash: #868DAE;
    --light-ash: #E0E7F1;
    --white: #FFF;
    --rating-yellow: #FFC800;
    --ash-strikethrough: #B6B6B6;
    --bold-ash: #C1C1C1;
    --navy-light: #2A007C1A;
    --ash-bar: #dadce0;
    --light-gray: #D9D9D9;
    --light-dark: #E6E6E6;
    --wbr-gray: #F1F1F2;
    --wbr-gray-text: #9A9D9D;
    --sp-image-height: 510px;
    --fjfr-border: #E8E8E8;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@font-face {
    font-family: 'Inter';
    src: url('./font/NotoSansBengaliUI[wdth,wght].woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter', sans-serif;
}

.breadcrumb ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    padding-left: 0;
}

.breadcrumb ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #9A9D9D;
}

.breadcrumb ul li a{
    color: #9A9D9D;
}

.breadcrumb ul li a:hover{
    color: rgb(42,0,124);
}

.breadcrumb ul li.review-text{
    color: #1F1E22;
}

.fajrfair-search-box .fajrfair-search-box-category-title {
    text-align: right;
    font-weight: bold;
    color: var(--black);
    font-size: 14px;
}

.fajrfair-search-box-category-section {
    padding-right: 10px !important;
}

.fajrfair-search-box-category-title:after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: var(--black);;
    opacity: 0.1;
}

.main-footer-section {
    padding: 60px 0 !important;
}

.footer-divider-logo-area{
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer-divider-logo-area::before,
.footer-divider-logo-area::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--black);;
    opacity: 0.1;
}

.footer-divider-logo {
    margin: 0 20px;
    text-align: center;

}

 /* product category search */

 .cat-page-banner-section {
    display: flex;
 }

 .custom-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
}
.custom-cat-box {
    text-align: center;
    font-weight: bold;
}
.custom-cat-box a {
    background: #f7f8fb;
    padding: 28px;
    border-radius: 10px;
    height: 80px;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.custom-cat-box .cat-number {
    min-width: 20%;
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.custom-cat-box a span {
    color: #4a4a4a;
}

.custom-cat-box .cat-name {
    text-decoration: none;
    color: var(--black);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.custom-cat-pagination a {
    margin-top: 60px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


.custom-cat-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.custom-cat-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.cat-pagination-active {
    background-color: var(--navy);
    color: var(--white) !important;
}

.cat-pagination-active:hover{
    color: var(--white) !important;
}

.custom-search-box {
    display: flex;
    align-items: center;
    width: 33%;
    background-color: #f5f5f5;
    border-radius: 999px;
    padding: 5px 15px;
    border: 1px solid #eee;
    height: 50px;
  }
  
  .custom-search-box input {
    font-size: 15px;
    color: var(--black);
    flex: 1;
    border: none;
    outline: none;
    padding: 8px 5px;
  }
  
  .custom-search-box button {
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .custom-search-box button::before {
    content: "";
    position: absolute;
    left: -20px !important;
    right: 0px;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.3);
  }


  .custom-cat-search-area{
    padding-bottom: 35px;
    margin-bottom: 0px !important;
  }

  .custom-cat-search-form {
    display: flex;
    justify-content: end;
  }

  .custom-cat-page-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
  }


  /* writer category page */

  .custom-cat-writer-box, .custom-cat-writer-link{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .custom-cat-writer-box {
    padding: 15px 10px;
    border: 1px solid #E0E7F1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-cat-writer-link {
    color: var(--black);
    font-size: 15px;
    margin-top: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.custom-cat-writer-link span {
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

  .custom-cat-writer-box img {
    height: 123px;
    width: 123px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom-cat-writer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;
    
}


.fajrfair-home-banner-slider .wd-nav-pagin-wrap .wd-nav-pagin .wd-nav-pagin-item span {
    height:0px !important;
    width: 13px !important;
}

.fajrfair-home-banner-slider .wd-nav-pagin-wrap .wd-nav-pagin {
    margin-bottom: 30px !important;
}

.fajrfair-section-title-area {
    margin-bottom: 30px !important;
}

.home .wd-buttons {
    background: none !important;
    border: none !important;
}

/* .wd-product .wd-wishlist-btn.wd-action-btn>a:before{
    width: 16px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'%3E%3Cpath d='M12.9747 1.66277C11.1869 0.566154 9.62661 1.00807 8.68927 1.71201C8.30487 2.00064 8.11274 2.14495 7.99967 2.14495C7.88661 2.14495 7.69447 2.00064 7.31007 1.71201C6.37275 1.00807 4.8124 0.566154 3.02463 1.66277C0.678387 3.10196 0.147488 7.84993 5.55936 11.8556C6.59015 12.6185 7.10554 13 7.99967 13C8.89381 13 9.40921 12.6185 10.44 11.8556C15.8519 7.84993 15.3209 3.10196 12.9747 1.66277Z' stroke='%23131313' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
}
.wd-product .wd-wishlist-btn.wd-action-btn>a.added:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14' fill='none'%3E%3Cpath d='M12.9747 1.66277C11.1869 0.566154 9.62661 1.00807 8.68927 1.71201C8.30487 2.00064 8.11274 2.14495 7.99967 2.14495C7.88661 2.14495 7.69447 2.00064 7.31007 1.71201C6.37275 1.00807 4.8124 0.566154 3.02463 1.66277C0.678387 3.10196 0.147488 7.84993 5.55936 11.8556C6.59015 12.6185 7.10554 13 7.99967 13C8.89381 13 9.40921 12.6185 10.44 11.8556C15.8519 7.84993 15.3209 3.10196 12.9747 1.66277Z' fill='%23FF4E00' stroke='%23FF4E00' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
} */

/** Writers and publications section */
.taxonomy-container {
    width: 100%;
    max-width: var(--wd-container-w);
    padding-inline: 15px;
    margin-inline: auto;
}

.taxonomy-list {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 10px;
}

.writers-section-on-hover,
.publisher-section-on-hover {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    list-style-type: disc;
    color: var(--black);
    margin: 0;
    padding: 20;
    justify-items: left;
    align-items: top;
}

.writers-section-on-hover li a,
.publisher-section-on-hover li a{
    text-decoration: none;
    color: var(--black);
    opacity: 100%;
    font: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 20px 0;
    line-height: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25ch;
    display: block;
}

.fajrfair-taxonomy-button {
    color: var(--link-blue);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.fajrfair-taxonomy-button:hover {
    color: var(--link-blue);
    background: none;
    border: none;
    text-decoration: underline;
    transform: none;
}

.wd-dropdown-menu.wd-dropdown.wd-design-sized.color-scheme-dark{
    margin: 7px 0px 3px 6px !important;
    padding-bottom: 0 !important;
    padding-top: 10px;
}

.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    content: none !important;
}

.whb-main-header .container {
    /* position: relative; */
}

.whb-main-header .container > div {
    position: relative;
    /* position: unset !important; */
}

#menu-fajrfair-main-menu {
    margin-bottom: 0px !important;
    --nav-gap: 22px !important;
}

#menu-fajrfair-main-menu li {
    position: unset !important;
}

#menu-fajrfair-main-menu li .wd-dropdown-menu {
    position: absolute;
    left: 0px !important;
    width: 100%;
    max-width: var(--wd-container-w);
    margin-left: 0px !important;
    margin-top: 2px !important;
    padding-top: 10px;
    padding-bottom: 0;
}

/* Writers and publications section end */
/* .home .wd-product .wd-wishlist-btn.wd-action-btn>a:before{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 38 40' fill='none'%3E%3Cellipse cx='18.965' cy='19.6815' rx='18.6975' ry='19.6815' fill='white'/%3E%3Cpath d='M18.95 14.5544C20.8763 12.8253 23.8532 12.8827 25.7086 14.7421C27.5642 16.6014 27.6279 19.5637 25.9022 21.4958L18.9491 28.4598L11.9962 21.4958C10.2705 19.5637 10.335 16.5967 12.1897 14.7421C14.0465 12.8853 17.0181 12.8227 18.95 14.5544Z' fill='%23111111'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
}
.home .wd-product .wd-wishlist-btn.wd-action-btn>a.added:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 310.277 310.277'%3E%3Ccircle cx='155.139' cy='155.139' r='155.139' fill='black'/%3E%3Cpath fill='white' d='M144.177,196.567L90.571,142.96l8.437-8.437l45.169,45.169l81.34-81.34l8.437,8.437L144.177,196.567z'/%3E%3C/svg%3E");
} */

.fajrfair-wishlist-circle-count-0 {
    display: none !important;
}

.home .wd-product .wd-wishlist-btn.wd-action-btn>a:before{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 38 40' fill='none'%3E%3Cellipse cx='18.965' cy='19.6815' rx='18.6975' ry='19.6815' fill='white'/%3E%3Cpath d='M18.95 14.5544C20.8763 12.8253 23.8532 12.8827 25.7086 14.7421C27.5642 16.6014 27.6279 19.5637 25.9022 21.4958L18.9491 28.4598L11.9962 21.4958C10.2705 19.5637 10.335 16.5967 12.1897 14.7421C14.0465 12.8853 17.0181 12.8227 18.95 14.5544Z' fill='%23111111'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
}
.home .wd-product .wd-wishlist-btn.wd-action-btn>a.added:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 310.277 310.277'%3E%3Ccircle cx='155.139' cy='155.139' r='155.139' fill='black'/%3E%3Cpath fill='white' d='M144.177,196.567L90.571,142.96l8.437-8.437l45.169,45.169l81.34-81.34l8.437,8.437L144.177,196.567z'/%3E%3C/svg%3E");
}

.home .fajirfair-home-product-cat-container .wd-product.wd-hover-base .wrapp-swatches{
    background-color: transparent !important;
    margin-bottom: 10px;
    border: none !important;
    opacity: 0;
}



.home .product-wrapper .wrapp-swatches a{
    background-color: var(--orange);
    color: var(--white);
    width: 130px;
    height: 40px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.fajrfair-homepage-product-list-carousel-arrows {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fajrfair-homepage-product-list-shop-page-link a{
    background-color: var(--navy-light);
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    color: var(--navy);
}

.fajrfair-homepage-product-list-shop-page-link a:hover{
    background-color: var(--navy);
    color: var(--white);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.fajrfair-homepage-product-list-carousel-arrows .wd-btn-arrow.wd-next.wd-disabled{
    opacity: .5;
}

.fajrfair-homepage-product-list-carousel-arrows .wd-btn-arrow.wd-prev.wd-disabled{
    opacity: .4;
}

.fajrfair-homepage-product-list-carousel-arrows .wd-prev .wd-arrow-inner:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M2.12145 4.99992L5.83374 8.71227L4.77308 9.77292L7.51316e-05 4.99992L4.77308 0.22699L5.83374 1.28765L2.12145 4.99992Z" fill="%232A007C"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;

}

.fajrfair-homepage-product-list-carousel-arrows .wd-prev:hover .wd-arrow-inner:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M2.12145 4.99992L5.83374 8.71227L4.77308 9.77292L7.51316e-05 4.99992L4.77308 0.22699L5.83374 1.28765L2.12145 4.99992Z" fill="white"/></svg>');
}

.fajrfair-homepage-product-list-carousel-arrows .wd-next .wd-arrow-inner:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M3.87855 5.00008L0.166259 1.28773L1.22692 0.227078L5.99992 5.00008L1.22692 9.77301L0.16626 8.71235L3.87855 5.00008Z" fill="%232A007C"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
}

.fajrfair-homepage-product-list-carousel-arrows .wd-next:hover .wd-arrow-inner:after{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M3.87855 5.00008L0.166259 1.28773L1.22692 0.227078L5.99992 5.00008L1.22692 9.77301L0.16626 8.71235L3.87855 5.00008Z" fill="white"/></svg>');
}

.fajrfair-homepage-product-list-carousel-arrows .wd-next, .fajrfair-homepage-product-list-carousel-arrows .wd-prev{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--navy-light);
    height: 41px;
    width: 41px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fajrfair-homepage-product-list-carousel-arrows .wd-next:hover, .fajrfair-homepage-product-list-carousel-arrows .wd-prev:hover{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--navy);
}

.fajirfair-home-product-cat-container .fajirfair-home-product-cat-title {
    margin-bottom: 0px !important;
}

.home .fajirfair-home-product-cat-container .product-element-top {
    overflow: inherit !important;
}

.home .product-labels {
    top: -15px !important;
    inset-inline-start: 15px !important;
}

.home .fajirfair-home-product-cat-container .product-rating-price {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;

}

.home .fajirfair-home-product-cat-container .product-labels.labels-rounded span{
    background-color: var(--orange) !important;
}

.home .fajirfair-home-product-cat-container .wd-entities-title{
margin-top: 5px !important;
}

.home .fajirfair-home-product-cat-container .wd-entities-title a{
    
    font-size: 18px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.home .fajirfair-home-product-cat-container .wd-product-cats a{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #555;
}

.home-page-custom-cat-container {
    display: flex;
}

.home-page-custom-cat-container .custom-cat-pagination-area{
    width: 40%;
}

 .home-page-custom-cat-container .custom-home-cat-writer-grid{
    width: 60%;
 }

.home-page-custom-cat-container .custom-home-cat-writer-grid {
     display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;

}

.home-page-custom-cat-container .custom-home-cat-writer-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-page-custom-cat-container .custom-home-cat-writer-grid img{
    height: 150px;
    width: 150px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.home-page-custom-cat-container .custom-home-cat-writer-box .custom-cat-writer-link{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.custom-writer-name {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    margin-bottom: 0px;
}

.home-page-custom-cat-container .custom-cat-pagination-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-page-custom-cat-container .custom-cat-pagination-area h2{
    font-size: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.home-page-custom-cat-container .custom-home-cat-pagination {
    display: flex;
    gap: 10px;
}

.home-page-custom-cat-container .custom-home-cat-page-link {
    display: flex;
    align-items: center;
}

.home-page-custom-cat-container .custom-home-all-cat-page-link-area{
    background-color: var(--navy-light);
    height: 41px;
    width: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
}

.home-page-custom-cat-container .custom-home-all-cat-page-link-area .custom-home-all-cat-page-link {
    color: var(--navy);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.home-page-custom-cat-container .custom-home-cat-pagination .custom-home-cat-page-link.next-link  {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--navy);
    color: #FFFF;
    height: 41px;
    width: 41px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.home-page-custom-cat-container .custom-home-cat-pagination .custom-home-cat-page-link.prev-link{
    background-color: var(--navy-light);
    color: #FFFF;
    height: 41px;
    width: 41px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-custom-cat-container .custom-home-cat-pagination .custom-home-cat-page-link.prev-link{
    background-color: var(--navy-light);
    color: #FFFF;
    height: 41px;
    width: 41px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-custom-cat-container .custom-home-cat-pagination .custom-home-cat-page-link.disable-pagination{
    opacity: .5;
}

.custom-home-cat-writer-grid{
    height: 380px;
}

/* slider */

.custom-authors-slider .slider-header{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

}    
.custom-authors-slider .slider-header .title-left {
    display: flex;
    gap: 15px;
    align-items: center;
}

.custom-authors-slider .nav-buttons-area {
    display: flex;
    align-items: center;
    gap: 15px;

}

.custom-authors-slider .nav-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom-authors-slider .nav-buttons .custom-prev{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--navy-light);
    height: 41px;
    width: 41px;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.custom-authors-slider .writer-section-title {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.custom-authors-slider .nav-buttons .custom-next{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--navy-light);
    height: 41px;
    width: 41px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.custom-authors-slider .nav-buttons .custom-prev::before{
content: "";
display: inline-block;
width: 6px;
height: 10px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M2.12145 4.99992L5.83374 8.71227L4.77308 9.77292L7.51316e-05 4.99992L4.77308 0.22699L5.83374 1.28765L2.12145 4.99992Z" fill="%232A007C"/></svg>');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
transition: background-image 0.2s ease-in-out;
}

.custom-authors-slider .nav-buttons .custom-next:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M3.87855 5.00008L0.166259 1.28773L1.22692 0.227078L5.99992 5.00008L1.22692 9.77301L0.16626 8.71235L3.87855 5.00008Z" fill="%232A007C"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
}

.custom-authors-slider .nav-buttons .custom-next:hover::before{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M3.87855 5.00008L0.166259 1.28773L1.22692 0.227078L5.99992 5.00008L1.22692 9.77301L0.16626 8.71235L3.87855 5.00008Z" fill="white"/></svg>');
}

    .custom-authors-slider .nav-buttons .custom-prev:hover::before{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M2.12145 4.99992L5.83374 8.71227L4.77308 9.77292L7.51316e-05 4.99992L4.77308 0.22699L5.83374 1.28765L2.12145 4.99992Z" fill="white"/></svg>');

    }

.custom-authors-slider .nav-buttons .custom-next:hover, .custom-authors-slider .nav-buttons .custom-prev:hover{
background-color: var(--navy);
}

.custom-authors-slider .custom-next.swiper-button-disabled,  .custom-authors-slider .custom-prev.swiper-button-disabled{
    opacity: .5;
}


.custom-authors-slider .view-all-link{
    color: var(--navy);
    background-color: var(--navy-light);
    font-weight: 400;
    /* height: 41px;
    width: 91px; */
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
}

.custom-authors-slider .view-all-link:hover{
    color: var(--white);
    background-color: var(--navy);
}



.custom-authors-slider{
    display: flex;
}

.custom-authors-slider .slider-header {
    width: 40%;
}
.custom-authors-slider .swiper.custom-swiper-authors{
    width: 60%;
}


.custom-authors-slider .swiper-slide {
    background: #fff;
    height: calc((100% - 20px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}
.custom-authors-slider .author-box {
    text-align: center;
}
.custom-authors-slider .author-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.custom-authors-slider .author-name {
    font-weight: 600;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
.custom-authors-slider .author-name:hover {
    color: #0073aa;
}

.home .custom-cat-grid{
    grid-template-columns: repeat(4, 1fr)
}



.fajrfair-filter-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.widget-area .wd-filter-wrapper .wd-scroll .wd-scroll-content {
    max-height: 35vh !important;
    transition: max-height 0.4s ease;
}


/* Icons */
.fajrfair-filter-show-hide {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fajrfair-filter-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.fajrfair-filter-title-wrapper .fajrfair-filter-title,
.widget-area .widget-title
 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    color: var(--black);
}

.widget-area .wd-filter-wrapper.collapsed .wd-scroll .wd-scroll-content {
    max-height: 0 !important;
}

.widget-area .wd-filter-wrapper .wd-filter-search.wd-search input{
    border-radius: 60px;
    border: 2px solid #f6f6f6;
    background: #f6f6f6
}

.wc-layered-nav-term  .wd-checkbox-label{
    display: flex;
    align-items: center;
    gap: 2px;
}

.shop-page .widget-area .wd-scroll{
    margin-top: 15px;
}

.widget-area .wd-filter-wrapper .wd-filter-lable.layer-term-lable
{
font-size: 16px;
font-weight: 400;
font-family: 'Inter', sans-serif;
color: var(--black);
}
/* 
.wd-checkbox {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #C5C4C4;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.wd-checkbox:checked {
    background-color: var(--orange);
    border-color: #C5C4C4;
}

.wd-checkbox {
    accent-color: #000; 
} */


.wd-checkbox {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #C5C4C4;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    background-color: #fff; /* default background */
}

/* Checked state */
.wd-checkbox:checked {
    background-color: var(--orange); /* your orange background */
    /* border-color: #C5C4C4; */
    border-color: var(--navy);
}

/* White tick */
.wd-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.widget_price_filter .ui-slider .ui-slider-range{
    background-color: var(--orange) !important;
    height: 4px !important;
}

.widget_price_filter .ui-slider-horizontal:before {
    height: 4px !important;
}

.widget_price_filter .ui-slider .ui-slider-handle:after {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background-color: var(--orange) !important;
}

.widget-area .widget_price_filter .price_slider_amount .price_label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--black);
}

.widget-area .widget_price_filter .price_slider_amount .price_label span{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--orange);
}

.range-separator {
    color: var(--orange);
    font-weight: bold; /* optional */
}

.widget_price_filter [class*="price_slider_amount"] .button{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.shop-page-banner {
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 250px;
}

.sop-banner-title {
    font-size: 66px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    color: var(--white);
}

.shop-banner-content-area {
    display: flex;
    align-items: center;
    height: inherit;
    justify-content: space-between
}

.shop-page .wd-shop-tools {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--black);
}

.shop-page .woocommerce-ordering.wd-style-underline select {
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-bottom-style: none !important;
    padding-inline-end: 50px !important;
    font-weight: 400 !important;
}

.shop-page .woocommerce-ordering.wd-style-underline option {
    font-weight: 400 !important;
}

.shop-page .woocommerce-ordering {
    padding: 5px 20px;
    border: 1px solid var(--light-ash);
    border-radius: 26px !important;
    -webkit-border-radius: 26px !important;
    -moz-border-radius: 26px !important;
    -ms-border-radius: 26px !important;
    -o-border-radius: 26px !important;
}


.shop-page .custom-select {
    position: relative;
    display: inline-block;
    width: 220px;
    user-select: none;
}

.shop-page .custom-select-trigger {
    color: var(--black);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 26px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}

.shop-page .custom-select .arrow {
    position: absolute;
    right: 20px;
    top: 47%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transition: 0.2s;
}

.shop-page .custom-select.open .arrow {
    transform: translateY(-50%) rotate(-135deg);
}

.shop-page .custom-options {
    color: var(--black);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 4px 0 0;
    padding: 5px 0;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 10;
}

.shop-page .custom-select.open .custom-options {
    display: block;
}

.shop-page .custom-option {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.shop-page .custom-option:hover {
    background: #f5f5f5;
}

.shop-page .custom-option.selected {
    background: #eee;
    font-weight: 600;
}

.shop-page .wd-product.wd-hover-base .wrapp-swatches{
    background-color: transparent !important;
    /* background-color: none !important; */
    margin-bottom: 10px;
    border: none !important;
}

.shop-page .content-product-imagin {
    box-shadow: none !important;
}

.wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .product-wrapper {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.shop-page-wrap-wishlist{
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 5px;
    opacity: 0;
}

.shop-page .product-element-top .wrapp-swatches {
    opacity: 0;
}

.shop-page .wd-product .wd-wishlist-btn.wd-action-btn>a:before{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 38 40' fill='none'%3E%3Cellipse cx='18.965' cy='19.6815' rx='18.6975' ry='19.6815' fill='white'/%3E%3Cpath d='M18.95 14.5544C20.8763 12.8253 23.8532 12.8827 25.7086 14.7421C27.5642 16.6014 27.6279 19.5637 25.9022 21.4958L18.9491 28.4598L11.9962 21.4958C10.2705 19.5637 10.335 16.5967 12.1897 14.7421C14.0465 12.8853 17.0181 12.8227 18.95 14.5544Z' fill='%23111111'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
}
.shop-page .wd-product .wd-wishlist-btn.wd-action-btn>a.added:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 310.277 310.277'%3E%3Ccircle cx='155.139' cy='155.139' r='155.139' fill='black'/%3E%3Cpath fill='white' d='M144.177,196.567L90.571,142.96l8.437-8.437l45.169,45.169l81.34-81.34l8.437,8.437L144.177,196.567z'/%3E%3C/svg%3E");
}

.shop-page .wd-product .wd-wishlist-btn.wd-action-btn>a:before{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 38 40' fill='none'%3E%3Cellipse cx='18.965' cy='19.6815' rx='18.6975' ry='19.6815' fill='white'/%3E%3Cpath d='M18.95 14.5544C20.8763 12.8253 23.8532 12.8827 25.7086 14.7421C27.5642 16.6014 27.6279 19.5637 25.9022 21.4958L18.9491 28.4598L11.9962 21.4958C10.2705 19.5637 10.335 16.5967 12.1897 14.7421C14.0465 12.8853 17.0181 12.8227 18.95 14.5544Z' fill='%23111111'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
}
.shop-page .wd-product .wd-wishlist-btn.wd-action-btn>a.added:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 310.277 310.277'%3E%3Ccircle cx='155.139' cy='155.139' r='155.139' fill='black'/%3E%3Cpath fill='white' d='M144.177,196.567L90.571,142.96l8.437-8.437l45.169,45.169l81.34-81.34l8.437,8.437L144.177,196.567z'/%3E%3C/svg%3E");
}

.shop-page .product-element-top {
    overflow: inherit !important;
}

.shop-page .product-labels{
    top: -10px !important;
    inset-inline-start: -10px !important;
}

.shop-page .wrapp-swatches .add_to_cart_button,
.shop-page .wrapp-swatches .add-to-cart-loop {
    background-color: var(--orange);
    color: var(--white);
    width: 130px;
    height: 40px;
    border-radius: 25px;
    -webkit-border-radius: 25px
}

.shop-page .page-numbers {
    gap: 10px !important;
}

.shop-page .page-numbers li .page-numbers{
    border: 1px solid var( --light-ash);
    padding: 19px 16px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 16px;
}

.shop-page .product-labels.labels-rounded span{
    background-color: var(--orange) !important;
}

.shop-page .widget_woodmart_taxonomy_filter .icon-plus {
    display: none;
}
.shop-page .widget_woodmart_taxonomy_filter.closed .icon-plus {
    display: inline-block;
}
.shop-page .widget_woodmart_taxonomy_filter.closed .icon-minus {
    display: none;
}

.whb-main-header .whb-header-bottom {
    border-top: 1px solid var(--light-ash);
}

.review-summary-and-form {
    display: flex;
    gap: 32px;
    align-items: start;
    width: 100%;
    margin: 24px auto;
}

.custom-rating-summary{
    width: 35%;
}

.custom-rating-summary .crs-card {
    color: var(--white);
    border-radius: 12px;
     padding: 20px 24px 20px 0px !important;
}

.custom-rating-summary .crs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    background-color: var(--navy);
    border-radius: 10px;
    padding: 30px;
    height: 96px;
    margin-top: 28px;
}

.custom-rating-summary .crs-average {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}

.custom-rating-summary .crs-average-number {
    font-size: 31px;
    font-weight: 900;
    color: var(--rating-yellow);
}

.custom-rating-summary .crs-title {
    font-size: 36px;
    font-weight: bold;
}

.custom-rating-summary .crs-star {
    color: var(--rating-yellow);
    font-size: 20px;
}

.custom-rating-summary .crs-based-on {
    font-size: 16px;
    opacity: 0.9;
    font-weight: 900;
}

.custom-rating-summary .crs-row {
    display: grid;
    grid-template-columns: 56px 1fr 42px;
    gap: 12px;
    align-items: center;
    margin: 10px 0;
}

.custom-rating-summary .crs-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--ash);
    background: #EEF3FA;
    border-radius: 6px;
    padding: 6px 10px;
    font-weight: 500;
    border: 1px solid #E0E7F1;
    width: 50px;
    height: 30px;
    font-size: 14px;
}

.custom-rating-summary .crs-label-star { color: #98A2B3; }

.custom-rating-summary .crs-bar {
    position: relative;
    height: 8px;
    background: #E9EEF5;
    border-radius: 999px;
    overflow: hidden;
}

.custom-rating-summary .crs-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #53B072; /* primary green for fill */
    border-radius: 999px;
    width: 0;
}

/* Per-rating accent colors (optional) */
.custom-rating-summary .crs-rating-5 { background: #53B072; }
.custom-rating-summary .crs-rating-4 { background: #7AC18B; }
.custom-rating-summary .crs-rating-3 { background: #9ED1A7; }
.custom-rating-summary .crs-rating-2 { background: #C7E4C9; }
.custom-rating-summary .crs-rating-1 { background: #FF6B6B; }

.custom-rating-summary .crs-percent {
    color: var(--ash);
    text-align: right;
    font-weight: 500;
    font-size: 14px;
}

.review-form-column {
    width: 65%;
}
.review-form-trigger {
	margin: 20px 0;
    text-align: right;
}

/* Inner container for flexbox layout */
.review-form-trigger-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.review-form-trigger-inner .review-count-text{
    font-size: 24px;
    font-weight: 400;
    color: var(--orange);
}

.custom-rating-summary .crs-based-on-text{
    font-size: 16px;
    font-weight: 500;
}

/* Book Info Section */
.book-review-info {
	text-align: left;
	display: flex;

}

.book-title {
	font-size: 24px;
	font-weight: 400;
	color: var(--black);
	margin: 0 0 4px 0;
	font-family: 'Inter';
}

.review-form-btn {
    height: 37px;
	background: white;
	color: var(--navy);
	border: 1px solid var(--navy);
	padding: 12px 24px;
	border-radius: 23px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
    text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	font-family: 'Inter';
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-ms-border-radius: 23px;
	-o-border-radius: 23px;
}

.review-form-btn:hover {
	background: var(--navy);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(42, 0, 124, 0.3);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}

.review-form-content {
	background: #f8f9fa;
	border-radius: 16px;
	padding: 32px;
	margin: 20px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border: 2px solid #e9ecef;
	max-width: 792px;
}

.review-form-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.review-form-title {
	font-size: 24px;
	font-weight: 400;
	color: var(--black);
	margin: 0;
	font-family: 'Inter';
}

.give-review-text{
    opacity: 50%;
}

.review-form-close {
    position: relative;
	background: none;
	border: none;
	color: #666;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-form-close svg{
    position: absolute;
    top: -8px;
}

.review-form-close:hover {
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: pointer;
}

/* Form layout */
.review-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Rating section first */
.comment-form-rating {
	margin-bottom: 20px;
    text-align: left;
}

#comment-form-rating-label {
	font-size: 14px;
	font-weight: 400;
	color: var(--black);
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.svg-rating-input {
	display: flex;
	gap: 4px;
	align-items: center;
    position: relative;
    top: 6px;
    flex-direction: row-reverse;
}

.svg-rating-input input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none; 
}

.svg-rating-input .svg-star {
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
}

.svg-rating-input .svg-star svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	transition: all 0.2s ease;
}

.svg-rating-input .svg-star:hover svg {
	transform: scale(1.1);
	filter: drop-shadow(0 2px 4px rgba(255, 89, 0, 0.3));
}

.svg-rating-input input[type="radio"]:checked ~ .svg-star svg {
	fill: var(--orange);
	stroke: var(--orange);
}

.svg-rating-input input[type="radio"]:checked + .svg-star svg {
	fill: var(--orange);
	stroke: var(--orange);
}

.comment-form-author,
.comment-form-email {
	flex: 1;
}

.comment-form-author input,
.comment-form-email input {
	width: 100%;
	padding: 16px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 16px;
	font-family: 'Inter';
	transition: border-color 0.3s ease;
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.comment-form-author input:focus,
.comment-form-email input:focus {
	outline: none;
	border-color: var(--navy);
	box-shadow: 0 0 0 3px rgba(42, 0, 124, 0.1);
}

.comment-form-author input::placeholder,
.comment-form-email input::placeholder {
	color: #999;
}

/* Review text area */
.comment-form-comment {
	margin-bottom: 20px;
}

.comment-form-comment textarea {
	width: 100%;
	min-height: 210px;
	padding: 16px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 16px;
	font-family: 'Inter';
	resize: none;
	transition: border-color 0.3s ease;
	background: white;
}

.comment-form-comment textarea:focus {
	outline: none;
	border-color: var(--navy);
	box-shadow: 0 0 0 3px rgba(42, 0, 124, 0.1);
}

.comment-form-comment textarea::placeholder {
	color: #999;
}

/* Submit button */
.comment-form-submit {
	text-align: right;
	margin-top: 20px;
	padding: 0 20px;
}

.ff-review-summary-form .submit-review-btn,
.ff-review-summary-form #submit {
	background: var(--navy);
	color: white;
	border: none;
	padding: 0;
	width: 132px;
	height: 37px;
	border-radius: 23px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: 'Inter';
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

.ff-review-summary-form .submit-review-btn:hover,
.ff-review-summary-form #submit:hover {
	background: #1a005a;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(42, 0, 124, 0.3);
}

/* ===== Review pagination (numbers list under reviews) ===== */
.woocommerce-pagination {
    margin: 24px 0 8px 0;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-pagination .page-numbers li { margin: 0; }

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border: 1px solid #E0E7F1;
    border-radius: 6px;
    background: #fff;
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}

.woocommerce-pagination .page-numbers li a:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
    transform: translateY(-1px);
}

.woocommerce-pagination .page-numbers li span.current {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

@media (max-width: 600px) {
    .woocommerce-pagination .page-numbers li a,
    .woocommerce-pagination .page-numbers li span {
        min-width: 44px;
        height: 44px;
        font-size: 18px;
        border-radius: 10px;
    }
}

/* ===== Custom review card (list items rendered by fajrfair_render_review_card) ===== */
.ff-review-list { list-style: none; margin: 0; padding: 0; }
.ff-review-card { margin: 0 0; }
.ff-review-inner { border: 1px solid #E6E9F0; border-radius: 12px; padding: 16px 18px; background: #fff; }
/* Header on a single line: avatar | name + date | stars on right */
.ff-review-header { display: grid; grid-template-columns: 48px auto 1fr auto; gap: 12px; align-items: center; }
.ff-review-avatar { border-radius: 50%; max-width: 48px !important; width: 48px; height: 48px; }
.ff-review-meta { display: flex; gap: 0px; align-items: baseline; flex-direction: column; }
.ff-review-author { font-weight: 600; color: var(--navy); font-size: 16px; }
.ff-review-date { font-size: 12px; font-weight: 400; color: var(--black); opacity: 50%; }
.ff-review-stars { display: flex; gap: 4px; justify-self: end; }
.ff-star { color: #E2E6F0; font-size: 16px; line-height: 1; }
.ff-star.filled { color: #FFC800; }
/* Comment body */
.ff-review-content { margin-top: 10px; color: var(--black); line-height: 1.8; font-size: 15px; }
/* Footer actions */
.ff-review-footer { margin-top: 12px; display: flex; justify-content: flex-start; }
.ff-review-actions { display: flex; gap: 20px; align-items: center; }
.ff-review-like, .ff-review-dislike { display: inline-flex; gap: 6px; align-items: center; cursor: pointer; user-select: none; }
.ff-review-like svg, .ff-review-dislike svg { display: inline-block; }
.ff-review-like:hover .ff-count, .ff-review-dislike:hover .ff-count { text-decoration: underline; }
/* Like count */
.ff-review-like .ff-count {
    font-weight: 400;
    color: var(--black);
    font-size: 13px;
}

/* Dislike count */
.ff-review-dislike .ff-count {
    font-weight: 400;
    color: var(--black);
    font-size: 13px;
    opacity: 50%;
}


.review-summary-and-form .commentlist>li{
    border-bottom: none;
}

.wd-reviews-content :is(ol) li:last-child {
    margin-bottom: 30px;
}

/* Override WooCommerce default form elements */
.review-form .comment-form-rating {
	margin-bottom: 20px;
	text-align: left;
}

.review-form .form-row {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.review-form .comment-form-author,
.review-form .comment-form-email {
	flex: 1;
}

.review-form .comment-form-author input,
.review-form .comment-form-email input {
	width: 100%;
	padding: 16px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 16px;
	font-family: 'Inter';
	transition: border-color 0.3s ease;
	background: white;
}

.review-form .comment-form-author input:focus,
.review-form .comment-form-email input:focus {
	outline: none;
	border-color: var(--navy);
	box-shadow: 0 0 0 3px rgba(42, 0, 124, 0.1);
}

.review-form .comment-form-comment {
	margin-bottom: 20px;
}

.review-form .comment-form-comment textarea {
	width: 100%;
	min-height: 210px;
	padding: 16px;
	border: 2px solid #e9ecef;
	border-radius: 10px;
	font-size: 16px;
	font-family: 'Inter';
	resize: none;
	transition: border-color 0.3s ease;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.review-form .comment-form-comment textarea:focus {
	outline: none;
	border-color: var(--navy);
	box-shadow: 0 0 0 3px rgba(42, 0, 124, 0.1);
}

/* Hide WooCommerce default elements we don't want */
.review-form .comment-reply-title,
.review-form .comment-notes,
.review-form .logged-in-as {
	display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .review-summary-and-form { grid-template-columns: 1fr; gap: 20px; margin: 16px 10px; }
	.review-form-content {
		padding: 24px;
		margin: 20px 10px;
	}

	.review-form .form-row {
		flex-direction: column;
		gap: 12px;
	}

	.review-form-title {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.review-form-content {
		padding: 20px;
	}

	.review-form-title {
		font-size: 18px;
	}
}

/* ===== Only affect related product slider ===== */
.related.products .wd-nav-arrows.wd-pos-sep,
.related-products .wd-nav-arrows.wd-pos-sep {
    position: absolute !important;
    top: -32px !important;
    right: 52px !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    z-index: 10 !important;
}

.related-products .wd-nav-arrows.wd-pos-sep .wd-prev {
    right: 10px !important;
}

.related.products .wd-nav-arrows.wd-pos-sep .wd-prev,
.related.products .wd-nav-arrows.wd-pos-sep .wd-next,
.related-products .wd-nav-arrows.wd-pos-sep .wd-prev,
.related-products .wd-nav-arrows.wd-pos-sep .wd-next {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    transform: none !important;
    transition: background-color 0.3s ease !important;

    width: 41px !important;
    height: 41px !important;
    background-color: #ccc !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

/* Hover effect: change background to navy */
.related.products .wd-nav-arrows.wd-pos-sep .wd-prev:hover,
.related.products .wd-nav-arrows.wd-pos-sep .wd-next:hover,
.related.products .wd-nav-arrows.wd-pos-sep .wd-prev:hover,
.related.products .wd-nav-arrows.wd-pos-sep .wd-next:hover {
    background-color: var(--navy) !important;
}

/* Arrow button hover effect - multiple specific selectors for maximum compatibility */
.related-products .wd-btn-arrow:hover,
.related.products .wd-btn-arrow:hover,
.related-products div.wd-btn-arrow:hover,
.related.products div.wd-btn-arrow:hover {
    background-color: var(--navy) !important;
}

/* Force override with higher specificity */
.related-products .wd-nav-arrows .wd-btn-arrow:hover,
.related.products .wd-nav-arrows .wd-btn-arrow:hover,
.related-products .wd-nav-arrows.wd-pos-sep .wd-btn-arrow:hover,
.related.products .wd-nav-arrows.wd-pos-sep .wd-btn-arrow:hover {
    background-color: var(--navy) !important;
}

/* Additional selectors for different button structures */
.related-products .wd-btn-arrow:hover,
.related.products .wd-btn-arrow:hover,
.related-products .wd-prev:hover,
.related.products .wd-prev:hover,
.related-products .wd-next:hover,
.related.products .wd-next:hover {
    background-color: var(--navy) !important;
}

/* Comprehensive hover effect for all arrow button variations */
.related-products .wd-nav-arrows .wd-btn-arrow:hover,
.related.products .wd-nav-arrows .wd-btn-arrow:hover,
.related-products .wd-nav-arrows .wd-prev:hover,
.related.products .wd-nav-arrows .wd-prev:hover,
.related-products .wd-nav-arrows .wd-next:hover,
.related.products .wd-nav-arrows .wd-next:hover,
.related-products .wd-nav-arrows.wd-pos-sep .wd-btn-arrow:hover,
.related.products .wd-nav-arrows.wd-pos-sep .wd-btn-arrow:hover,
.related-products .wd-nav-arrows.wd-pos-sep .wd-prev:hover,
.related.products .wd-nav-arrows.wd-pos-sep .wd-prev:hover,
.related-products .wd-nav-arrows.wd-pos-sep .wd-next:hover,
.related.products .wd-nav-arrows.wd-pos-sep .wd-next:hover {
    background-color: var(--navy) !important;
}

/* Ultimate override - highest specificity for hover effects */
.related.products .wd-nav-arrows.wd-pos-sep .wd-prev:hover,
.related.products .wd-nav-arrows.wd-pos-sep .wd-next:hover,
.related-products .wd-nav-arrows.wd-pos-sep .wd-prev:hover,
.related-products .wd-nav-arrows.wd-pos-sep .wd-next:hover {
    background-color: var(--navy) !important;
}
/* Order arrows properly */
.related.products .wd-nav-arrows.wd-pos-sep .wd-next,
.related-products .wd-nav-arrows.wd-pos-sep .wd-next {
    order: 2;
}

.related.products .wd-nav-arrows.wd-pos-sep .wd-prev,
.related-products .wd-nav-arrows.wd-pos-sep .wd-prev {
    order: 1;
}

/* Cancel theme's hover-only behavior */
.related.products .wd-products-hover:hover .wd-nav-arrows,
.related-products .wd-products-hover:hover .wd-nav-arrows,
.related.products .products-slider:hover .wd-nav-arrows,
.related-products .products-slider:hover .wd-nav-arrows {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Fallback override (just in case) */
.related.products .wd-nav-arrows .wd-prev,
.related.products .wd-nav-arrows .wd-next,
.related.products .wd-nav-arrows .wd-prev,
.related.products .wd-nav-arrows .wd-next {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}


.related-products .wd-prev .wd-arrow-inner:after,
.related.products .wd-prev .wd-arrow-inner:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M2.12145 4.99992L5.83374 8.71227L4.77308 9.77292L7.51316e-05 4.99992L4.77308 0.22699L5.83374 1.28765L2.12145 4.99992Z" fill="%232A007C"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
}

.related-products .wd-prev:hover .wd-arrow-inner:after,
.related.products .wd-prev:hover .wd-arrow-inner:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M2.12145 4.99992L5.83374 8.71227L4.77308 9.77292L7.51316e-05 4.99992L4.77308 0.22699L5.83374 1.28765L2.12145 4.99992Z" fill="white"/></svg>');
}


.related-products .wd-next .wd-arrow-inner:after,
.related.products .wd-next .wd-arrow-inner:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M3.87855 5.00008L0.166259 1.28773L1.22692 0.227078L5.99992 5.00008L1.22692 9.77301L0.16626 8.71235L3.87855 5.00008Z" fill="%232A007C"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
}

.related-products .wd-next:hover .wd-arrow-inner:after,
.related-products .wd-next:hover .wd-arrow-inner:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M3.87855 5.00008L0.166259 1.28773L1.22692 0.227078L5.99992 5.00008L1.22692 9.77301L0.16626 8.71235L3.87855 5.00008Z" fill="white"/></svg>');
}

.related-products .wd-arrow-inner:after {
    content: "" !important;
}

.related-products .product-wrapper {
    background: #ffffff;
    border-radius: 10px !important;
    padding: 18px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    max-width: 412px;
    height: 140px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.related-products .product-wrapper .product-element-top {
    width: 80px;
    flex-shrink: 0;
    border-radius: 6px !important;
    overflow: hidden;
    height: 100px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
}

.related-products .product-wrapper .product-image-link img {
    width: 100%;
    height: 100px;
    display: block;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
}


nav[class*="-pagination"] li .page-numbers.current{
    border: 1px solid var(--navy) !important;
}

/* Custom Product Grid - Independent of Woodmart Settings */
.fajrfair-custom-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 80px;
    margin-bottom: 80px;
}

.fajrfair-custom-product-item {
    min-width: 210px;
    max-width: 210px;
    width: 210px;
    height: 312px;
}

.fajrfair-product-wrapper {
    min-width: 210px;
    max-width: 210px;
    width: 210px;
    height: 312px;
    display: flex;
    flex-direction: column;
}

.fajrfair-product-image {
    height: 207px;
    min-height: 207px;
    width: 162px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.fajrfair-product-image a {
    height: 100%;
    display: block;
}

.fajrfair-product-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.fajrfair-product-content {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fajrfair-product-title {
    margin: 0 0 8px 0;
}

.fajrfair-product-title a {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333;
    text-decoration: none;
}

.fajrfair-product-price {
    margin-top: auto;
}

.fajrfair-product-price .woocommerce-Price-amount.amount {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.fajrfair-product-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 5px;
    align-items: center;
}

.fajrfair-product-price del {
    font-size: 15px !important;
}




.related-products .product-wrapper .product-element-bottom .product-writer {
    font-size: 14px;
    opacity: 50%;
}
.related-products .product-wrapper .product-element-bottom {
    text-align: start;
}
.related-products .product-wrapper .product-information .wrapp-product-price .amount{
    font-size: 18px;
    color: var(--navy);
}

.related-products .product-wrapper .wd-entities-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    margin: 0;
    line-height: 1.4;
}

.related-products .product-wrapper .wd-entities-title a {
    text-decoration: none;
    color: inherit;
}

.related-products .product-wrapper .product-rating-price {
    margin-top: 0;
    display: flex;
    padding-top: 5px;
}

.related-products .product-wrapper .wrapp-product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    text-align: left;
}

.related-products .product-wrapper .price {
    font-size: 16px;
    font-weight: bold;
    color: var(--navy);
    margin: 0;
}

.related-products .product-wrapper .woocommerce-Price-amount bdi {
    font-size: 16px !important;
  }

.related-products .product-wrapper del {
    font-size: 18px;
    color: var(--ash-strikethrough);
    text-decoration: line-through;
}

.related-products .product-wrapper ins {
    text-decoration: none;
}

.related-products .product-wrapper ins .amount {
    font-size: 18px;
    color: var(--navy);
}

.related-and-upsells h2.slider-title  {
    font-size: 36px;
}

.related-products .product-wrapper .fade-in-block,
.related-products .product-wrapper .hover-content,
.related-products .product-wrapper .wd-buttons,
.related-products .product-wrapper .wrapp-swatches,
.related-products .product-wrapper .product-compare-button,
.related-products .product-wrapper .star-rating {
    display: none !important;
}
/* ===== Only affect related product slider ===== */


/* Wishlist Page CSS Start */
.fajrfair-wishlist-table {
    width: 100%;
}
.fajrfair-wishlist-table th, .fajrfair-wishlist-table td {
    padding-left: 50px;
    border-bottom: 1px solid #eee;
    height: 137px;
    
}
.fajrfair-wishlist-table th, .fajrfair-wishlist-table th {
    padding: 12px;
    padding-left: 50px;
    border-bottom: 1px solid #eee;
    height: 53px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}
.fajrfair-wishlist-table .wishlist-prod {
    display: flex;
    align-items: center;
    gap: 15px;
    border: none !important;
}
.fajrfair-wishlist-table .wishlist-prod img {
    width: 60px;
    height: auto;
    border-radius: 4px;
}
.fajrfair-wishlist-table .button {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}
.fajrfair-wishlist-table .add-to-cart {
    background: #000 !important;
    color: #fff;
    width: 100px !important;
}

.wishlist-product-row .action-part {
    width: 310px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: none !important;
    position: relative;
}
.fajrfair-wishlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.fajrfair-wishlist-table .wishlist-author-name {
    display: block;
    white-space: nowrap;        
    overflow: hidden;           
    text-overflow: ellipsis;    
    max-width: 25ch;
    height: 17px;
    margin-top: 5px;
}

#wishlist-switcher {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    font-family: 'Inter', sans-serif;
    padding: 6px 36px 6px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 26px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M8.99949 9.87855L12.7118 6.16626L13.7725 7.22692L8.99949 11.9999L4.22656 7.22692L5.28722 6.16626L8.99949 9.87855Z' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.remove-from-wishlist {
    display: flex;
    align-content: center;
    width: 135px;
    height: 38px;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background-color: var(--white);
    color: var(--black);
    text-transform: none !important;
}

.remove-from-wishlist:hover {
    background-color: #FF5900;
    border: 1px solid #FF5900;
    color: #FFFFFF;
}

.remove-from-wishlist:hover svg path{
    fill: white;
}

.wishlist_add_to_cart_btn{
    width: 139px;
    background-color: var(--black);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}

.wishlist_add_to_cart_btn:hover {
    background-color: var(--black);
    color: white;
}

.wishlist-delete-btn{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 1px;
    padding: 10px;
}

span.wishlist-delete-title {
    padding-left: 23px;
}

.wishlist-action{
    width: 340px;
}

.wishlist-prod-info {
    display: flex;
    flex-direction: column;
}

.wishlist-book-name{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    line-height: 100%;
    letter-spacing: 0%;
}

.fajrfair-wishlist-product-all-authors {
    margin-bottom: 0 !important;
}

.wishlist-author-name{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-style: medium;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--ash);
    margin-top: 10px;
    width: 150px;
}


.wishlist-author-name:hover{
    color: var(--ash) !important;

}
.wishlist-product-row{
    border: 1px solid #E8E8E8;
    height: 137px;
}
.wishlist-price .amount {
    color: var(--black);
}
.wishlist-product-header{
    border: 1px solid #E8E8E8;
}

.fajrfair-wishlist-table .stock-badge {
    display: inline-block;
    padding: 4px 10px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--black);
}

.fajrfair-wishlist-header h2 {
    font-size: 25px;
    line-height: 140%;
    font-weight: 700 !important;
    font-style: normal !important;
    font-family: "Inter", sans-serif;
}

.wishlist-product-cnt{
    color: #868DAE;
    font-size: 22px;
    line-height: 140%;
    font-weight: 300 !important;
    font-style: normal !important;
    font-family: "Inter", sans-serif;
}

.fajrfair-wishlist-selector {
    width: 207px !important;
    position: relative;
    width: 100px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    align-self: center;
    align-items: center;
}

.wishlist-dropdown {
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 26px  !important;
    cursor: pointer;
    user-select: none;
    padding-left: 10px;
    background: #fff;
    -webkit-border-radius: 26px  !important;
    -moz-border-radius: 26px  !important;
    -ms-border-radius: 26px  !important;
    -o-border-radius: 26px  !important;
}

.fajrfair-wishlist-selector .wishlist-selected {
    padding: 8px 10px;
    color: var(--black);
    display: flex;
    justify-content: space-between;
}
.fajrfair-wishlist-selector .wishlist-selected svg{
   fill: var(--black);
   align-self: anchor-center;
}

.fajrfair-wishlist-selector .wishlist-options {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    display: none;
    position: absolute;
    left: -90px;
    top: 45px;
    width: 297px;
    background: var(--white);
    z-index: 1000;
}

.wishlist-options li {
    padding: 8px 10px;
    cursor: pointer;
    margin-top: 10px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: var(--black);

}

.wishlist-dropdown.active .wishlist-options {
    display: block;
    padding-left: 15px;
}

.wishlist-pagination {
    display: flex;
    gap: 20px;
}
/* Wishlist Page CSS End */
/* ===== Only affect upsell product slider ===== */
.cart-item-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-item-thumb img {
    width: 75px;
    height: 95px;
    border-radius: 6px ;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
    -webkit-border-radius:;
}
.cart-item-name{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.4;
}

.cart-item-name a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.cart-item-name a:hover {
    text-decoration: underline;
}

.cart-content-wrapper .woocommerce-cart-form .product-info{
    width: 300px;
}   

td.product-remove a:before{
    display: none;
}
.woocommerce-cart-form__cart-item .amount {
    color: var(--black) !important;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: 100%;
}

.woocommerce-cart-form__cart-item .cart-item-name {
    color: var(--black) !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 100%;
    display: flex;
    gap: 10px;
    margin-left: 5px;
}

.woocommerce-cart-form__cart-item .cart-item-name .fajrfair-cart-items-author{
    font-family: 'Inter', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
    opacity: 50%;
}

.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.woocommerce-cart-form__cart-item .remove {
    opacity: 50% !important;
}
.woocommerce-cart-form__cart-item:hover .remove {
    opacity: 100% !important;
}

.cart-content-wrapper>.cart_totals .cart-totals-inner .checkout-button {
    width: 293px;
    height: 58px;
    display: block;
    margin: 0 auto;
    background-color: var(--orange);
    align-content: center;
    border-radius: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
}
.cart-actions .wd-coupon-form {
    flex-wrap: nowrap;
}

.cart-actions .wd-coupon-form .button {
    background-color: var(--black);
}

.wd-fajrfair-cart-add-more{
    width: 100%;
    height: 78px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.wd-fajrfair-cart-add-more a:hover {
    color: var(--white);
}

.fajrfair-cart-add-more-btn{
    font-family: "Inter", 'sans-serif';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    align-content: center;
    width: 140px;
    height: 38px;
    border-radius: 36px;
    border: 1px solid var(--black);
    background-color: var(--black) !important;
    color: var(--white);
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

.cart-totals-inner>h2 {
    font-family: 'Inter', 'sans-serif' !important;
    font-size: 16px !important;
    color: var(--black) !important;
    font-weight: 700 !important;
    line-height: 140% !important;
    margin-bottom: 100px !important;
}

.order-total .woocommerce-Price-amount, .cart-subtotal .woocommerce-Price-amount  {
    font-family: 'Inter', 'sans-serif' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 49px !important;
    color: var(--black) !important;
}

.cart-discount.coupon-offer .amount {
    font-style: 'Inter', 'sans-serif' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 49px !important;
    color: var(--black) !important;
}
.product-quantity input.minus.btn {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 36px;
    color: var(--black);
    height: 38px;
    background-color: #E9E9E9;
    border: 1px solid #ececec;
    border-right: 0;
}

.product-quantity .input-text.qty.text {
    width: 46px;
    height: 38px;
    border: 1px solid #ececec;
    background-color: var(--white);
    color: var(--black);
}
.product-quantity input.plus.btn {
    width: 36px;
    color: var(--black);
    height: 38px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #ececec;
    border-left: 0;
    background-color: #E9E9E9;
}

/* .wd-cart-action-row {
    position: absolute;
    right: -414px;
    top: -2px;
    width: 385px !important;
    border: none !important;
} */
.wd-cart-action-row .coupon.wd-coupon-form .button {
    width: 85px !important;
    padding: 5px !important;
}

.fajrfair-cart-body .cart-subtotal th,
.fajrfair-cart-body .shipping th,
.fajrfair-cart-body .fee th,
.fajrfair-cart-body .tax-total th
{
    font-weight: 400 !important;
}

/* Cart Styling End */

/* Mini Cart customization Start */
.cart-widget-side.wd-side-hidden.wd-right.wd-opened {
    margin: 10px !important;
    width: 514px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.wd-heading.fajrfair-mini-cart-header{
    display: flex;
    justify-content: space-between;
}

.fajrfair-mini-cart-header-icon-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
}

.fajrfair-mini-cart-header-icon-name .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;
    color: var(--black);
}

.close-side-widget.wd-action-btn.wd-style-text.wd-cross-icon {
    margin-right: 18px;
    color: var(--black);
    font-weight: 700 ;
}
.close-side-widget.wd-cross-icon a {
    margin-right: 18px;
    color: var(--black);
    font-weight: 900;
} {
    margin-right: 18px;
    color: var(--black);
    font-weight: 700 ;
}

.woocommerce-mini-cart-item.mini_cart_item .cart-info {
    align-self: center !important;
}

.woocommerce-mini-cart-item.mini_cart_item {
    display: flex !important;
    align-items: center !important;

}

.fjfr-mini-cart-remove-btn {
    display: flex !important;
    align-items: center !important;
}

.woocommerce-mini-cart .remove {
    position: relative !important;
    top: 0px !important;
    opacity: 50% !important;
    background-color: unset !important;
}

.woocommerce-mini-cart .remove:hover {
    background-color: unset !important;
}

.woocommerce-mini-cart-item:hover .cart-info {
    color: var(--black) !important;
}

.woocommerce-mini-cart-item:hover .remove_from_cart_button {
    opacity: 100% !important;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item a.remove_from_cart_button{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.woocommerce-mini-cart .remove:hover {
    box-shadow: none !important;
}

.woocommerce-mini-cart .remove {
    border: 0px !important;
}

.woocommerce-mini-cart .remove:after {
    display: none;
}

:root {
    --wd-entities-title-color-hover: unset !important;
}

.wc-widget-buttons-cart-shop{
    display: flex;
    justify-content: space-around;
    gap: 11px;
}

a.button.btn-cart.wc-forward {
    border: 1px solid #E0E7F1;
    width: 50%;
    border-radius: 34px;
    font-style: "poppins", sans-serif;
    font-weight: 400 !important;
    font-style: 'regular';
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: var(--white);
}

.fajrfair-shopping-cart{
    margin-left: 15px;
}
.fajrfair-shop-btn{
    margin-right: 15px;
}

a.button.checkout.wc-forward {
    width: 90%;
    border: 1px solid #E0E7F1;
    border-radius: 34px;
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 100%;
    display: block;
    margin: 0 auto;
    align-content: center;
    background-color: #2A007C;
    color: var(--white);
}

.button.checkout.wc-forward .amount {
    color: var(--white) !important;
    font-weight: 600 !important;
}

.woocommerce-mini-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    width: 72px !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.cart-widget-side .shopping-cart-widget-footer {
    padding-bottom: 40px !important;
}

.fajrfair-checkout-in-cart .wc-proceed-to-checkout{
    font-family: 'Inter', 'sans-serif';
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}
/* Mini Cart customization End */

/* ===== Preorder Products ===== */

.fajrfair-preorder-search-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto !important;
}

form.fajrfair-preorder-search-form .fajrfair-search-box{
    display: flex;
    border-radius: 50px;
    background: #f3f3f3;
    height: 50px;
    align-items: center;
    min-width: 420px;
}


form.fajrfair-preorder-search-form .fajrfair-search-box .fajrfair-preorder-search-input{
    border: none;
    padding-left: 20px;
    position: relative; /* important for ::before positioning */

}

form.fajrfair-preorder-search-form .fajrfair-search-box .fajrfair-preorder-search-input::placeholder {
    color: var(--wbr-gray-text);
}

form.fajrfair-preorder-search-form .fajrfair-search-box button[type="submit"]{
    background: transparent;

}

form.fajrfair-preorder-search-form .fajrfair-search-box button[type="submit"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    /* background-color: rgb(210, 210, 210); */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/*single product top design */

.product-image-summary-inner.wd-grid-g {
    display: flex !important;
    gap: 50px;
}

.product-image-summary-inner.wd-grid-g > div:nth-child(2) {
    flex: 1;
}

.product-image-summary-inner .summary .summary-inner h1{
    font-weight: 700;
    font-size: 36px;
}
.product-image-summary-inner .summary .summary-inner .woocommerce-product-rating a{
    display: none;
}

.product-image-summary-inner .fajrfair-product-details .product-detail-item {
    display: flex;
    margin-bottom: 8px;
}

.product-image-summary-inner .fajrfair-product-details .detail-label {
    width: 95px;
    font-weight: 400;
    flex-shrink: 0;
    font-size: 16px;
    opacity: 50%;
}

.product-image-summary-inner .fajrfair-product-details .detail-value {
    flex: 1;
}

.product-image-summary-inner .fajrfair-product-details span.book-writer a{
    font-weight: bold;
    font-size: 16px;
    color: var(--navy);
}

.product-image-summary-inner .fajrfair-product-details span.book-details a {
    font-weight: 400;
    font-size: 16px;
    color: var(--navy);
}

.product-image-summary-inner .summary-inner div.quantity input[type="number"] {
    width: 58px;
    color: var(--dark);
}

.product-image-summary-inner .summary-inner div.quantity input.plus{
    width: 59px;
    font-size: 18px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: var(--light-dark);
    border: none;
    color: var(--dark);
}

.product-image-summary-inner .summary-inner div.quantity input.minus {
    font-size: 24px;
    width: 59px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: var(--light-dark);
    border: none;
    color: var(--dark);
}

.product-image-summary-inner .summary-inner button.single_add_to_cart_button {
    border-radius: 34px;
    width: 145px;
    background: var(--navy);
}

.product-image-summary-inner .summary-inner button.wd-buy-now-btn {
    width: 145px;
    border-radius: 34px;
    background: var(--orange);
}

.product-image-summary-inner .summary-inner button.fajrfair-whatsapp-button {
    width: 200px;
    border-radius: 34px;
    background: var(--primary-green);
}

.wd-action-btn.social-share-button a span {
    position: relative;
    padding-left: 22px;
}

.wd-action-btn.social-share-button a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 19px;
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M10.4802 13.8949L6.80613 11.8908C6.16743 12.5734 5.25853 13 4.25 13C2.317 13 0.75 11.433 0.75 9.5C0.75 7.567 2.317 6 4.25 6C5.25848 6 6.16734 6.42653 6.80603 7.10903L10.4802 5.10499C10.4115 4.83136 10.375 4.54494 10.375 4.25C10.375 2.317 11.942 0.75 13.875 0.75C15.808 0.75 17.375 2.317 17.375 4.25C17.375 6.183 15.808 7.75 13.875 7.75C12.8665 7.75 11.9576 7.32345 11.3189 6.6409L7.6448 8.64495C7.71351 8.91856 7.75 9.20504 7.75 9.5C7.75 9.79496 7.71352 10.0813 7.64483 10.355L11.319 12.3591C11.9576 11.6766 12.8665 11.25 13.875 11.25C15.808 11.25 17.375 12.817 17.375 14.75C17.375 16.683 15.808 18.25 13.875 18.25C11.942 18.25 10.375 16.683 10.375 14.75C10.375 14.455 10.4115 14.1686 10.4802 13.8949ZM4.25 11.25C5.2165 11.25 6 10.4665 6 9.5C6 8.53347 5.2165 7.75 4.25 7.75C3.2835 7.75 2.5 8.53347 2.5 9.5C2.5 10.4665 3.2835 11.25 4.25 11.25ZM13.875 6C14.8415 6 15.625 5.2165 15.625 4.25C15.625 3.2835 14.8415 2.5 13.875 2.5C12.9085 2.5 12.125 3.2835 12.125 4.25C12.125 5.2165 12.9085 6 13.875 6ZM13.875 16.5C14.8415 16.5 15.625 15.7165 15.625 14.75C15.625 13.7835 14.8415 13 13.875 13C12.9085 13 12.125 13.7835 12.125 14.75C12.125 15.7165 12.9085 16.5 13.875 16.5Z" fill="black"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-image-summary-inner .wd-sizeguide-btn{
    display: none;
}
.product-image-summary-inner .fajrfair-preview-text-wrapper {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center ;
}

.product-image-summary-inner .fajrfair-price-wrapper .price ins .amount {
    font-size: 24px;
    font-weight: 700;
}

.product-image-summary-inner .fajrfair-price-wrapper .price ins .amount bdi {
    color: var(--orange) !important;
}

.product-image-summary-inner .fajrfair-price-wrapper .price del {
    font-size: 18px; 
    font-weight: 400;
    opacity: 0.7;
    margin-right: 8px;
}

.product-image-summary-inner .fajrfair-price-wrapper .price del .amount {
    font-size: inherit; 
    font-weight: inherit;
}

.product-image-summary-inner .summary p.stock span {
    font-weight: 400;
    font-size: 16px;
}
.product-image-summary-inner .summary p.stock span.stock-word {
    color: var(--ash);
}
.product-image-summary-inner .summary p.stock span.stock-qty {
    color: var(--orange);
}
.product-image-summary-inner .summary p.stock span.stock-last {
    color: var(--ash);
}
.product-image-summary-inner .summary .wd-wishlist-btn:not(.fajor-fair-add-wishlist) {
    display: none !important;
}
.product-image-summary-inner .woocommerce-product-rating .star-rating{
    font-size: 16px !important;
    letter-spacing: 5px !important;
}

.product-image-summary-inner .woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
    top: -12px;
    inset-inline-end: -12px;
}
.product-image-summary-inner .add-wish-and-share {
    display: flex;
    gap: 70px;
}

.product-image-summary-inner .fajor-fair-custom-social-share {
    display: flex;
    gap: 10px;
    position: relative;
}
.product-image-summary-inner p.stock.wd-style-default.in-stock:before {
  display: none;
}
.fajor-fair-share-icons {
    display: none;
    position: absolute;
    top: -10px;
    left: 110px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #333;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 0;
    width: max-content;
}
.fajor-fair-share-icons::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 9px;
    border-color: transparent #333 transparent transparent;
    z-index: 9998;
}

.fajor-fair-share-icons::after {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 8px;
    border-color: transparent #fff transparent transparent;
    z-index: 9999;
}

.product-image-summary-inner .fajor-fair-header-wrapper{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.product-image-summary-inner .fajor-fair-header-wrapper .fojor-fair-rating {
    padding-top: 5px;
}
/*single product top design */


.fajrfair-package-search-area {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 50px auto !important;
}

form.fajrfair-package-search-form .fajrfair-search-box {
    display: flex;
    border-radius: 50px;
    background: #f3f3f3;
    height: 50px;
    align-items: center;
    min-width: 420px;
    padding: 0 10px;
}

form.fajrfair-package-search-form .fajrfair-search-box .fajrfair-package-search-input {
    border: none !important;
    padding-left: 20px;
    font-size: 16px;
    background: transparent;
    outline: none;
    flex: 1;
}

form.fajrfair-package-search-form .fajrfair-search-box .fajrfair-package-search-input:-webkit-autofill,
form.fajrfair-package-search-form .fajrfair-search-box .fajrfair-package-search-input:-webkit-autofill:hover,
form.fajrfair-package-search-form .fajrfair-search-box .fajrfair-package-search-input:-webkit-autofill:focus,
form.fajrfair-package-search-form .fajrfair-search-box .fajrfair-package-search-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: transparent !important;
    -webkit-transition: background-color 5000s ease-in-out 0s !important;
    -moz-transition: background-color 5000s ease-in-out 0s !important;
    -ms-transition: background-color 5000s ease-in-out 0s !important;
    -o-transition: background-color 5000s ease-in-out 0s !important;
}

form.fajrfair-package-search-form .fajrfair-search-box button[type="submit"] {
    background: transparent;
    border: none;
    padding-left: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

form.fajrfair-package-search-form .fajrfair-search-box button[type="submit"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: rgb(210, 210, 210);
}
.fajrfair-package-container .product-element-bottom span.posted_in {
    display: none !important;
}

.fajrfair-package-product-list-container .wd-products-element .products .product-wrapper .product-element-top img  {
    width: 100%;
    height: 285px;
    object-fit: cover;
    border-radius: 10px;
}

.fajrfair-package-product-list-container .wd-products-element .products .product-wrapper .product-element-top {
    margin-bottom: 30px;
}

.fajrfair-package-product-list-container .wd-products-element .products .product-wrapper .product-element-bottom h2.woocommerce-loop-product__title  {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

.fajrfair-package-product-list-container .wd-products-element .products .product-wrapper .product-element-bottom .star-rating {
    display: none;
}

.fajrfair-package-product-list-container .wd-products-element .products .product-wrapper .product-element-bottom .wrapp-product-price .fajrfair-offer-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--orange);
    text-align: center;
}

.fajrfair-package-product-list-container .wd-products-element .products .product-wrapper .product-element-bottom .wrap-quickview-button{
    display: none;
}

.fajrfair-package-product-list-container .products .product-wrapper {
    width: 385px;
    border: 1px solid var(--light-ash);
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    padding: 20px;
}

.fajrfair-package-container .wd-grid-g{
    row-gap: 30px;
    column-gap: 30px;
}
.fajrfair-package-product-list-container .product-wrapper {
    position: relative;
}

.fajrfair-package-product-list-container .product-wrapper .wd-add-btn {
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 10;
}

.fajrfair-package-product-list-container .product-wrapper .wd-add-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    min-height: 40px;
    margin-left: 118px !important;
    background-color: var(--orange);
    color: var(--white);
    border-radius: 25px;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.fajrfair-package-product-list-container .product-wrapper:hover .wd-add-btn a {
    opacity: 1;
    pointer-events: auto;
}

.fajrfair-package-pagination .fajrfair-page-link, .fajrfair-preorder-pagination .fajrfair-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 1px solid var(--light-gray);
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease;
}

.fajrfair-package-pagination .fajrfair-page-link:hover, .fajrfair-preorder-pagination .fajrfair-page-link:hover {
    background: #f2f2f2;
}

.fajrfair-package-pagination .fajrfair-page-link.active, .fajrfair-preorder-pagination .fajrfair-page-link.active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

.banner-quote-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-quote-title p {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0px;
    text-align: center;
}

.banner-quote-writer span {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;

}


#floating-cart {
    position: fixed;
    right: 20px;
    bottom: 50%;
    z-index: 9999;
}

#floating-cart .mini-cart-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='51' height='48' viewBox='0 0 51 48' fill='none'><circle cx='27' cy='24' r='24' fill='%232A007C'/><path d='M18.0616 24.4413L18.4269 22.2985C18.8586 19.7658 19.0744 18.4995 19.9291 17.7498C20.7839 17 22.0117 17 24.4673 17H29.5327C31.9883 17 33.2161 17 34.0709 17.7498C34.9256 18.4995 35.1414 19.7658 35.5731 22.2985L35.9384 24.4413C36.5357 27.946 36.8344 29.6983 35.9147 30.8491C34.995 32 33.2959 32 29.8979 32H24.1021C20.7041 32 19.005 32 18.0853 30.8491C17.1656 29.6983 17.4643 27.946 18.0616 24.4413Z' stroke='white' stroke-width='1.5'/><path d='M22.5 19L22.715 15.9898C22.8756 13.7418 24.7462 12 27 12C29.2538 12 31.1244 13.7418 31.285 15.9898L31.5 19' stroke='white' stroke-width='1.5' stroke-linecap='round'/><circle cx='7' cy='10' r='6' fill='%23FF5900' stroke='white' stroke-width='2'/></svg>") no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
}

.fajrfair-search-box.wd-search-cat>a:after {
    content: '' !important;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'><path d='M4.99998 3.87855L8.71233 0.16626L9.77298 1.22692L4.99998 5.99992L0.227051 1.22692L1.28771 0.16626L4.99998 3.87855Z' fill='black'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 9px;
} 

.wd-search-form.wd-header-search-form input[type='text'] {
    font-size: 15px;
}

.searchform .searchsubmit:after {
    content: '' !important;
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M12.5233 11.4626L15.7353 14.6746L14.6746 15.7353L11.4626 12.5233C10.3077 13.4473 8.843 14 7.25 14C3.524 14 0.5 10.976 0.5 7.25C0.5 3.524 3.524 0.5 7.25 0.5C10.976 0.5 14 3.524 14 7.25C14 8.843 13.4473 10.3077 12.5233 11.4626ZM11.0185 10.9061C11.9356 9.96095 12.5 8.6717 12.5 7.25C12.5 4.34938 10.1506 2 7.25 2C4.34938 2 2 4.34938 2 7.25C2 10.1506 4.34938 12.5 7.25 12.5C8.6717 12.5 9.96095 11.9356 10.9061 11.0185L11.0185 10.9061Z' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;

}

.shop-page .woocommerce-loop-product__title,
.home .woocommerce-loop-product__title{
    font-size: 18px;
}

.wd-product.wd-hover-base .product-element-bottom {
    padding: 0px 0px 12px 0px !important;
}

.main-footer-description {
    line-height: 26px;
}

#review_form_wrapper .comment-form-cookies-consent{
    display: none !important;
}
.single-product-page .related-and-upsells .product-element-bottom h2.woocommerce-loop-product__title{
    font-size: 18px;
}
.product-image-summary-inner .summary .summary-inner .wd-compare-btn {
    display: none;
}

/* Fix Cart Styling */

.fajrfair-cart-body .shop_table tr td:first-child,
.fajrfair-cart-body .shop_table tr th:first-child,
.woocommerce-cart-form .shop_table tr td:first-child,
.woocommerce-cart-form .shop_table tr th:first-child {
    padding-inline-start: 24px;
}

.fajrfair-cart-body .shop_table tr td:last-child,
.fajrfair-cart-body .shop_table tr th:last-child,
.woocommerce-cart-form .shop_table tr td:last-child,
.woocommerce-cart-form .shop_table tr th:last-child {
    padding-inline-end: 20px;
}

.wd-coupon-form .coupon-error-notice{
    display: none;
}

.fajrfair-cart-body .shop_table tr :is(td,th):last-child{
    padding-inline-end: 20px;
}
.woocommerce-cart-form .shop_table tr :is(td,th):first-child {
    padding-inline-start: 24px;  
}

.woocommerce-cart-form .shop_table tr :is(td,th):last-child{
    padding-inline-end: 20px;
}

.cart-content-wrapper .cart_totals {
    border: 1px solid #ececec;
}

.cart-content-wrapper .cart_totals .fajrfair-cart-header  {
    border-bottom: 1px solid #ececec;
    padding: 20px;
    background-color: var(--white);
}
.cart-content-wrapper .cart_totals .fajrfair-cart-header  h2 {
    margin-bottom: 0 !important;

}
/* .fajrfair-cart-total-table {
    margin-top: 80px;
} */

.fajrfair-cart-total-table th,.fajrfair-cart-total-table td {
    border: none;
}

.cart_totals .wc-proceed-to-checkout {
    background-color: var(--orange) !important;
    border-radius: 39px;
    text-align: center !important;
    width: 97%;
    margin-left: 3px;
}


.wc-proceed-to-checkout a {
    background-color: var(--orange) !important;
    color: var(--white) !important;
    border-radius: 39px;
}
.cart-content-wrapper .woocommerce-cart-form {
    flex: 3 !important;
}
.cart-content-wrapper>.cart_totals {
    flex-grow: 1 !important;
}

.wc-proceed-to-checkout a:hover {
    background-color: var(--orange) !important;
    color: var(--white) !important;
    border-radius: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
}
.fajrfair-cart-body{
    background-color: #f9f9f9 !important;
}

.fajrfair-cart-body table {
    margin-bottom: 0px;
}

.woocommerce-cart-form table tbody {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.woocommerce-cart-form table thead {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.woocommerce-cart-form table thead th {
    border-bottom: 1px solid #ececec !important;
}

/* Fix Mini Cart */

.woocommerce-mini-cart .cart-info .amount {
    font-weight: 400;
    color: var(--black) !important;
}
.woocommerce-mini-cart .cart-info .quantity {
    font-weight: 400;
    color: var(--black) !important;
}

:root{
    --wd-text-color: var(--black) !important;
    --wd-text-color-hover: unset !important;
}

.woocommerce-mini-cart-item.mini_cart_item .cart-info .wd-entities-title{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter', 'sans-serif';
    line-height: 100%;
}
.cart-widget-side .woocommerce-mini-cart .mini_cart_item{
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}
.cart-widget-side .woocommerce-mini-cart .mini_cart_item a{
    border-bottom: 1px solid var(--brdcolor-gray-300);
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item a.cart-item-image {
    border: none !important;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item a{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    margin: 0px 35px !important;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
    background-color: var(--bgcolor-gray-100);
}

.cart-content-wrapper .cart_totals .fajrfair-cart-header h2{
    font-size: 16px;
}

.woocommerce .cart-content-wrapper{
    margin-top: 70px;
}
.wp-block-wd-section  {
padding-inline: 15px;
--wd-row-gap: 20px;
position: relative;
display: flex
;
flex-direction: column;
row-gap: var(--wd-row-gap);
width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
inset-inline-start: calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2);
}

.related-products .product-wrapper .product-element-top{
    overflow: inherit !important;
}

.wd-carousel-container.related-products .product-labels {
    top: -13px !important;
    inset-inline-start: -13px !important;
}

.wd-carousel-container.related-products .product-labels.labels-rounded .product-label {
    font-size: 10px !important;
    min-width: 35px;
    min-height: 35px;
    padding: 0 !important;
    font-weight: bold !important;
}

/* .home .wd-content-layout {
    padding-block: 0px !important;
} */

.single.single-product .wd-content-layout ,
.woocommerce-checkout .wd-content-layout,
.shop-page .wd-content-layout
{
    padding-block: 40px;
}

.wd-content-layout {
    padding-block: 0px;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after{
    background-color: var(--navy) !important;
    height: 3px;
    top:120%;
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a{
    color: var(--navy);
}

.wd-nav[class*="wd-style-"]>li:hover>a{
    color: var(--navy);
}

.wd-header-nav.wd-header-main-nav .woodmart-nav-link span{
    font-size: 16px;
}

.shop-page .wrapp-product-price,
.home .wrapp-product-price{
    align-items: start !important;
}

.taxonomy-section-title .taxonomy-section-title-right-text {
    font-weight: 400;
    
}

.taxonomy-section-header .taxonomy-display-info {
    color: var(--dark);
}

.product-image-link img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.home .product-image-link img {
    width: 162px !important;
    height: 207px !important;
}

.single-product .wd-show-product-gallery-wrap {
    display: none;
}

.single-product .fajrfair-full-text{
    display: none;
}

.single-product .fajrfair-short-text p,
.single-product .fajrfair-full-text p{
    color: var(--black);
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    margin-bottom: 0px;
}

.single-product .fajrfair-read-more{
    color: var(--link-purple);
    text-decoration: underline;
}

.single-product .woocommerce-product-gallery__wrapper {
    cursor: pointer ;
}

.single-product .woocommerce-product-gallery img{
    
    border-radius: 12px !important ;
    -webkit-border-radius: 12px !important ;
    -moz-border-radius: 12px !important ;
    -ms-border-radius: 12px !important ;
    -o-border-radius: 12px !important ;
}

.single-product .whatsapp-text {
    text-transform:capitalize !important;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs{
    display: none;
}

.single-product .wd-nav-pagin-wrap  {
    display: none;
}

.shop-page .products.wd-products .product-wrapper .product-image-link img {
    height: 300px;
}

.wd-social-icon.social-facebook .wd-icon::before,
.wd-social-icon.social-twitter .wd-icon::before,
.wd-social-icon.social-youtube .wd-icon::before,
.wd-social-icon.social-tg .wd-icon::before,
.wd-social-icon.social-whatsapp .wd-icon::before
{
content: '' !important;
}

.woocommerce-cart-form>.cart .cart-actions {
    margin-top: 0px;
}

.fajffair-coupon-area {
    padding: 20px 0px;
}

.fajffair-coupon-area .coupon.wd-coupon-form{
    display: flex;
    justify-content: center;
}

.fajffair-coupon-area .coupon.wd-coupon-form .screen-reader-text {
    display: none;
}

.fajffair-coupon-area .coupon.wd-coupon-form .input-text {
    width: 150px !important;

}

.fajffair-coupon-area .wd-coupon-form .button {
    background-color: var(--black);
}

.fajffair-coupon-area #coupon_code::placeholder {
    color: var(--black); 
    opacity: .5;  
}

.fajrfair-cart-items-author {
    margin-bottom: 0px;
}

.fajrfair-cart-body .fajrfair-cart-total-table th{
    width: 45%;
    font-size: 14px;
}

.fajrfair-cart-body .fajrfair-cart-total-table .amount{
    color: var(--black);
    font-weight: bold;
    font-size: 16px;
}

.shop-page .woocommerce-loop-product__title,
.home .woocommerce-loop-product__title
 {
    display: block;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

#place_order {
    background-color: var(--orange);
}

#place_order:hover {
    background-color: #e7570a;
}

/* ===== Writer details page and Publication details page start ===== */
.taxonomy-banner-section {
    background-color: var(--navy-light);
    min-height: 313px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 48px !important ;
    padding-bottom: 48px !important ;
}

.taxonomy-banner-content {
    max-width: 1200px;
    margin: 0 auto;
}

.taxonomy-profile {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding-top: 40px;
}

/* Center alignment when no description */
.taxonomy-profile.no-description {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.taxonomy-image-container {
    flex-shrink: 0;
}

.taxonomy-image {
    width: 199px;
    height: 199px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid var(--white);
}

.taxonomy-image img {
    width: 199px;
    height: 199px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.taxonomy-image-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    color: #666;
    border: 3px solid #e0e0e0;
}

.taxonomy-info {
    flex: 1;
}

.taxonomy-info.no-description-content {
    min-height: 193px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Center title when no description */
.taxonomy-info.no-description {
    text-align: center;
    flex: none;
}

.taxonomy-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 25px 0;
    line-height: 100%;
    font-family: 'Inter';
}

.taxonomy-description-wrapper {
    position: relative;
}

.taxonomy-description-short,
.taxonomy-description-full {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Inter';
    color: var(--black);
    /* margin-bottom: 15px; */
}

.taxonomy-read-more-btn {
    background: none;
    border: none;
    color: #A171FF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.taxonomy-read-more-btn:hover {
    color: #005a87;
    background-color: transparent;
}

/* Responsive Design */
@media (max-width: 768px) {
    .taxonomy-profile {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .taxonomy-title {
        font-size: 24px;
    }
    
    .taxonomy-image,
    .taxonomy-image-placeholder {
        width: 100px;
        height: 100px;
    }

    /* Center on mobile when no description */
    .taxonomy-info.no-description-content {
        justify-content: center;
        text-align: center;
    }
}

/* Hide breadcrumbs on writer taxonomy pages */
.taxonomy-writer .wd-breadcrumbs {
    display: none !important;
}

.wp-block-wd-section-custom{
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* margin-bottom: 100px !important; */
    margin-top: -40px !important;
}

/* Taxonomy Books Section Styles */
.taxonomy-books-section {

}

.taxonomy-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.taxonomy-section-title,
.taxonomy-section-title-right-text {
    color: var(--black);
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
}

.taxonomy-section-title-right-text{
    margin-right: 10px;
    margin-left: 10px;
}

.taxonomy-section-title {
    color: var(--orange) !important;
    margin-bottom: 0;
}

.taxonomy-section-product-number-text {
    color: var(--ash);
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 0%;
}

.taxonomy-display-info {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0%;
    color: var(--ash);
}

/* Responsive Design for Taxonomy Books Section */
@media (max-width: 768px) {
    .taxonomy-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .taxonomy-section-title {
        font-size: 20px;
    }
    
    .taxonomy-display-info {
        font-size: 12px;
    }
}

/* Taxonomy Pagination Styles */
.taxonomy-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.taxonomy-loop-footer.taxonomy-blog-footer {
    text-align: center;
    margin-top: 40px;
}

/* Ensure pagination is centered and styled properly */
.taxonomy-pagination {
    display: inline-block;
    text-align: center;
}

.taxonomy-pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.taxonomy-pagination li {
    margin: 0;
}

.taxonomy-pagination a,
.taxonomy-pagination span {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid var(--ash-bar);
    border-radius: 4px;
    color: var(--black);
    transition: all 0.3s ease;
    min-width: 40px;
    text-align: center;
}

.taxonomy-pagination a:hover {
    background-color: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

.taxonomy-pagination .current {
    background-color: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

/* Responsive taxonomy pagination */
@media (max-width: 768px) {
    .taxonomy-pagination ul {
        gap: 3px;
    }
    
    .taxonomy-pagination a,
    .taxonomy-pagination span {
        padding: 6px 10px;
        min-width: 35px;
        font-size: 14px;
    }
}

/* Taxonomy No Posts Found */
.taxonomy-no-posts-found {
    text-align: center;
    padding: 60px 20px;
}

.taxonomy-no-posts-found h2 {
    font-size: 24px;
    color: var(--black);
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.taxonomy-no-posts-found p {
    font-size: 16px;
    color: var(--ash);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Taxonomy Product List Container Styles */

.fajrfair-product-list-container .products.wd-products {
    --wd-col-lg: 5 !important;
    --wd-col-md: 3 !important;
    --wd-col-sm: 2 !important;
    --wd-gap-lg: 20px !important;
    --wd-gap-sm: 10px !important;
    gap: 40px;
    margin-bottom: 80px;
}

.fajrfair-product-list-container .products.wd-products .wd-product{width:auto}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-top{
    height:auto;
    min-height:auto;
    width:auto;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    overflow: visible;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-top a{
    height: inherit;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-top a img{
    border-radius:6px;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-bottom{
    text-align: left !important;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-bottom .wd-entities-title a{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-bottom .wd-product-cats a{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-bottom .product-rating-price .wrapp-product-price .woocommerce-Price-amount.amount {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-bottom .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 5px;
    align-items: center;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-bottom .price del{
    font-size: 15px !important;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-top a img{
    object-fit: fill !important;
    height: inherit;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-wrapper{width:auto;height:auto}

.fajrfair-product-list-container .products.wd-products .wd-product .hover-content.wd-more-desc,
.fajrfair-product-list-container .products.wd-products .wd-product .product-wrapper .wrapp-swatches
{
    display: none !important;
}

.fajrfair-product-list-container .products.wd-products .wd-product .wrap-quickview-button{
    display: none !important;
}

.fajrfair-product-list-container .products.wd-products .wd-product{
    position: relative;
    height: 325px !important;
    width: 190px !important;
}

.fajrfair-product-list-container .products.wd-products .wd-product .woocommerce-loop-product__title{
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0%;
}

.fajrfair-product-list-container .products.wd-products .wd-product .wrap-wishlist-button{
    position: absolute;
    top: 22px;
    left: 150px;
    height: 40px;
    width: 40px;
    background: var(--white);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.fajrfair-product-list-container .products.wd-products .wd-product .wrap-wishlist-button .wd-wishlist-btn.wd-action-btn,
.fajrfair-product-list-container .products.wd-products .wd-product .wrap-wishlist-button .wd-wishlist-btn.wd-action-btn a{
    height: 100%;
    width: 100%;
}

.fajrfair-product-list-container .products.wd-products .wd-product 
.wrap-wishlist-button .wd-wishlist-btn.wd-action-btn a::before {
    /* content: none !important; */
}

/* .fajrfair-product-list-container .products.wd-products .wd-product 
.wrap-wishlist-button .wd-wishlist-btn.wd-action-btn a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;  
    background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'><path d='M8.95146 1.5544C10.8778 -0.174733 13.8546 -0.117329 15.7101 1.74205C17.5657 3.60143 17.6294 6.56373 15.9036 8.4958L8.95055 15.4598L1.99763 8.4958C0.271942 6.56373 0.336449 3.59675 2.19115 1.74205C4.04794 -0.114745 7.01954 -0.1773 8.95146 1.5544Z' fill='%23111111'/></svg>");
} */

.fajrfair-product-list-container .wd-wishlist-btn.wd-action-btn>a:before{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 38 40' fill='none'%3E%3Cellipse cx='18.965' cy='19.6815' rx='18.6975' ry='19.6815' fill='white'/%3E%3Cpath d='M18.95 14.5544C20.8763 12.8253 23.8532 12.8827 25.7086 14.7421C27.5642 16.6014 27.6279 19.5637 25.9022 21.4958L18.9491 28.4598L11.9962 21.4958C10.2705 19.5637 10.335 16.5967 12.1897 14.7421C14.0465 12.8853 17.0181 12.8227 18.95 14.5544Z' fill='%23111111'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
}
.fajrfair-product-list-container .wd-wishlist-btn.wd-action-btn>a.added:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 310.277 310.277'%3E%3Ccircle cx='155.139' cy='155.139' r='155.139' fill='black'/%3E%3Cpath fill='white' d='M144.177,196.567L90.571,142.96l8.437-8.437l45.169,45.169l81.34-81.34l8.437,8.437L144.177,196.567z'/%3E%3C/svg%3E");
}

.fajrfair-product-list-container .products.wd-products .wd-product .fade-in-block.wd-scroll .wd-bottom-actions .wd-add-btn.wd-add-btn-replace{
    position: absolute;
    top: 220px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 100%;
    opacity: 0;
    min-height: 40px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.fajrfair-product-list-container .products.wd-products .wd-product .fade-in-block.wd-scroll .wd-bottom-actions .wd-add-btn.wd-add-btn-replace a{
    background-color: var(--orange);
    color: var(--white);
    width: 130px;
    min-height: 40px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-left: 18px !important;
}

.fajrfair-product-list-container .products.wd-products .wd-product:hover .fade-in-block.wd-scroll .wd-bottom-actions .wd-add-btn.wd-add-btn-replace{
    opacity: 1;
    top: 165px;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-bottom.product-information{
    display: flex !important;
    height: 94px;
    flex-direction: column;
    justify-content: center;
}

.fajrfair-product-list-container .products.wd-products .wd-product:hover .wrap-wishlist-button{
    opacity: 1;
    left: 110px;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-top.wd-quick-shop{
    width: 162px !important;
    height: 207px !important;
    margin-bottom: 15px !important;
}

.tax-writer .product-element-bottom.product-information .product-rating-price,
.tax-publication .product-element-bottom.product-information .product-rating-price{
    margin-top: 15px !important;
}

.tax-writer .product-element-bottom.product-information .product-rating-price,
.tax-publication .product-element-bottom.product-information .product-rating-price{
    margin-top: 15px !important;
}

.tax-writer .product-element-bottom.product-information .product-rating-price .star-rating,
.tax-publication .product-element-bottom.product-information .product-rating-price .star-rating{
    display: none;
}

/* .tax-writer .product-element-bottom.product-information  .onsale.product-label,
.tax-publication .product-element-bottom.product-information .onsale.product-label{
    display: none;
} */

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-top.wd-quick-shop .product-labels .onsale{
    background-color: transparent;
    min-height: 46px !important;
    min-width: 46px !important;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-top.wd-quick-shop .product-labels{
    top: -15px !important;
    left: -15px !important;
    z-index: 10;
    height: 46px !important;
    width: 46px !important;
    background-color: var(--orange) !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fajrfair-product-list-container .products.wd-products .wd-product .wrap-wishlist-button 
.related-products .product-wrapper .product-element-bottom {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 10px !important;
    /* flex: 1; */
    text-align: left;
}

.container-custom{
    padding-left: 0;
}

.taxonomy-image-placeholder{
    width: 200px !important;
    height: 200px !important;
}

.fajrfair-product-list-container .products.wd-products .wd-product .product-element-top.wd-quick-shop .star-rating{
    display: none;
}
/* ===== Writer details page and Publication details page end ===== */
/* Custom styles for the WoodMart Child Theme */

/* Wishlist Popup Styles */
.wd-popup.wd-popup-wishlist.custom-wishlist-popup {
    min-width: 500px;
    max-width: 500px;
    background: var(--white);
    margin: auto;
    padding: 0;
    border-radius: 12px;
    overflow: inherit;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  
  /* Force header visibility */
  .custom-wishlist-popup .popup-header {
    display: flex;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .wd-popup.wd-popup-wishlist.custom-wishlist-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    position: relative;
  }
  
  .wd-popup.wd-popup-wishlist.custom-wishlist-popup .popup-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
  }
  
  .wd-popup.wd-popup-wishlist.custom-wishlist-popup .popup-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 4px;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
  }
  
  .wd-popup.wd-popup-wishlist.custom-wishlist-popup .popup-close:hover {
    color: #000;
    background: #f5f5f5;
  }
  
  /* Create New List Section */
  
  .create-new-list {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  
  .create-new-list:hover {
    background: #333;
    transform: translateY(-1px);
  }
  
  /* Create List Form */
  .wd-wishlist-create-group {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
  }
  
  #custom-wishlist-popup-unique .wd-wishlist-group-name {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease;
  }
  
  #custom-wishlist-popup-unique .wd-wishlist-group-name:focus {
    border-color: #1a1a1a;
  }
  
  #custom-wishlist-popup-unique .cancel-new-list-btn {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  
  #custom-wishlist-popup-unique .cancel-new-list-btn:hover {
    background: #eee;
    color: #333;
  }

  
  /* Wishlist List */
  .custom-wishlist-popup .wd-wishlist-group-list {
    list-style: none;
    padding: 0;
    margin: 0;
    align-content: center;
  }
  
  .custom-wishlist-popup .wd-wishlist-group-list li {
    width: 787px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: none;
    cursor: pointer;
    transition: background 0.2s ease;
    position: relative;
  }
  
  .custom-wishlist-popup .wd-wishlist-group-list li:last-child {
    border-bottom: none;
  }
  
  .wishlist-item-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .wishlist-group-name {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
  }
  
  .wishlist-item-right {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .wishlist-count {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    min-width: 24px;
    text-align: center;
  }

  .no-wishlists {
    padding: 40px 24px;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0;
  }

  .custom-wishlist-popup .wd-wishlist-create-group {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
    display: none;
  }
  
  .custom-wishlist-popup.wd-create-group .wd-wishlist-create-group {
    display: block;
  }
  
  .custom-wishlist-popup.wd-create-group .wd-wishlist-back-btn {
    display: block !important;
  }

  .wd-popup .popup-header,
  .wd-popup-wishlist .popup-header,
  .mfp-content .popup-header {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .custom-wishlist-popup .wd-wishlist-save-btn {
    width: 100%;
    margin: 20px 24px;
    padding: 14px 32px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    max-width: calc(100% - 48px);
  }
  
  .custom-wishlist-popup .wd-wishlist-save-btn:hover {
    background: #333;
    transform: translateY(-1px);
  }

  /* Success state styling */
  .custom-wishlist-popup.wd-added .wd-wishlist-add-success {
    display: block;
  }
  
  .custom-wishlist-popup .wd-wishlist-add-success {
    display: none;
    padding: 20px 24px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
  }
  
  .custom-wishlist-popup .wd-wishlist-add-success .title {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1a1a1a;
  }
  
  .custom-wishlist-popup .wd-wishlist-add-success .btn {
    margin: 5px;
    padding: 10px 20px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    transition: background 0.2s ease;
  }
  
  .custom-wishlist-popup .wd-wishlist-add-success .btn:hover {
    background: #333;
  }
  
  .custom-wishlist-popup .wishlist-item-right {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  /* Hide the original "add new" item since we have our own button */
  .custom-wishlist-popup .wd-wishlist-group-list li[data-group-id="add_new"] {
    display: none !important;
  }
  
  /* Ensure the create group form has proper styling */
  .custom-wishlist-popup .wd-wishlist-create-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1a1a1a;
  }
  
  .custom-wishlist-popup .wd-wishlist-create-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
  }
  
  .custom-wishlist-popup .wd-wishlist-create-group input:focus {
    border-color: #1a1a1a;
  }
  
  /* Back button styling */
  .custom-wishlist-popup .wd-wishlist-back-btn {
    padding: 16px 24px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .custom-wishlist-popup .wd-wishlist-back-btn a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
  }
  
  .custom-wishlist-popup .wd-wishlist-back-btn a:hover {
    color: #1a1a1a;
  }
  
  /* ===== CUSTOM WISHLIST POPUP REDESIGN ===== */
  
  /* Reset and base popup styles */
  .wd-popup.wd-popup-wishlist.custom-wishlist-popup {
    width: 480px;
    max-width: 480px;
    min-width: 480px;
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: visible;
    position: relative;
  }
  
  /* Header */
  .custom-wishlist-popup .custom-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: #ffffff;
  }
  
  .custom-wishlist-popup .popup-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
  }
  
  .custom-wishlist-popup .popup-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
  }
  
  .custom-wishlist-popup .popup-close-btn:hover {
    color: #000;
    background: #f5f5f5;
  }
  
  /* Create List Input Section */
  .custom-wishlist-popup .create-list-section {
    /* padding: 20px 24px; */
    padding: 16px 24px;
    background: #ffffff;
  }
  
  .custom-wishlist-popup .create-list-input-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .custom-wishlist-popup .create-list-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
    background: #ffffff;
  }
  
  .custom-wishlist-popup .create-list-input:focus {
    border-color: #1a1a1a;
  }
  
  .custom-wishlist-popup .save-list-btn {
    height: 40px;
    border-radius: 36px;
    border: 1px solid var(--black);
    background: var(--black);
    color: var(--white);
    padding: 12px 20px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500 ;
    transition: background 0.2s ease;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
  }
  
  .custom-wishlist-popup .save-list-btn:hover {
    background: #333333;
  }
  
  .custom-wishlist-popup .cancel-list-btn {
    width: 38px;
    height: 38px;
    background: #f5f5f5;
    border: none;
    border-radius: 36px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
  }
  
  .custom-wishlist-popup .cancel-list-btn:hover {
    background: #eeeeee;
    color: #333333;
  }
  
  /* Create New List Button */
  .custom-wishlist-popup .create-new-list-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 16px 24px;
    background: #ffffff;
  }
  
  .custom-wishlist-popup .create-new-list-btn {
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  
  .custom-wishlist-popup .create-new-list-btn:hover {
    background: #333333;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
  }
  
  /* Wishlist Groups Container */
  .custom-wishlist-popup .wishlist-groups-container {
    /* max-height: 460px; */
    height: 500px;
    overflow-y: auto;
    background: #ffffff;
  }
  
  .custom-wishlist-popup .custom-wishlist-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .custom-wishlist-popup .custom-wishlist-item {
    position: relative;
    border-bottom: 1px solid var(--white);
    transition: background-color 0.2s ease;
  }
  
  .custom-wishlist-popup .wishlist-item-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
  }
  
  .custom-wishlist-popup .wishlist-name {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
  }
  
  .custom-wishlist-popup .wishlist-item-meta {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .custom-wishlist-popup .wishlist-count {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    opacity: 50%;
    min-width: 24px;
    text-align: center;
  }

  .custom-wishlist-popup .menu-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
  }
  
  .custom-wishlist-popup .custom-wishlist-item input[type="radio"]:checked+.wishlist-item-main .wishlist-name {
    padding-left: 40px;
  }
  
  .custom-wishlist-popup .no-wishlists-message {
    padding: 40px 24px;
    text-align: center;
  }
  
  .no-wishlists-message-guest {
    margin: 25% 25% 0 25%;
  }

  .no-wishlists-message-guest p {
    color: red;
    text-align: center;
  }
  
  .custom-wishlist-popup .no-wishlists-message p {
    color: #666666;
    font-size: 14px;
    margin: 0;
  }
  
  .custom-wishlist-popup .wd-wishlist-create-group,
  .custom-wishlist-popup .wd-wishlist-add-success,
  .custom-wishlist-popup .wd-wishlist-save-btn {
    display: none;
  }
  
  .custom-wishlist-popup.create-mode .create-list-section {
    display: block !important;
  }
  
  .custom-wishlist-popup.create-mode .create-new-list-wrapper {
    display: none !important;
  }
  
  .wd-popup-wishlist.custom-wishlist-popup {
    display: none;
  }
  
  .custom-wishlist-popup .custom-popup-header {
    background: #fff !important;
  }
  
  #custom-wishlist-popup-unique.ff-wishlist-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    justify-content: center;
    align-items: center;
  }
  
  #custom-wishlist-popup-unique.ff-wishlist-modal.ff-open {
    display: flex;
    z-index: 999;
  }
  
  /* Wishlist popup modal */
  #custom-wishlist-popup-unique .ff-modal-dialog { 
    padding-top: 16px;
    width: 835px;
    height: 660px;
    max-width: calc(100% - 32px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  }

  #custom-wishlist-popup-unique .ff-modal-dialog.user-logged-out { 
    width: 500px !important;
    height: 215px !important;
  }

  #custom-wishlist-popup-unique .ff-modal-dialog.user-logged-out .no-wishlists-message-guest {
    margin: 20px 5% 0 5%;
  }

  #custom-wishlist-popup-unique .ff-modal-dialog.user-logged-out .wishlist-groups-container{
    height: 120px !important;
}

  .no-wishlists-message-guest-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .no-wishlists-message-guest-buttons p {
    margin: 0 !important;
    padding: 0 !important;
    color: #000;

  }

  .no-wishlists-message-guest-buttons a {
    color: var(--orange);
  }
  
  #custom-wishlist-popup-unique .custom-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
    border-bottom: 1px solid #eef0f3;
    padding-bottom: 15px;
  }
  
  .ff-share-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 35px;
    width: 200px;
    height: 40px;
  }
  
  .ff-share-menu svg {
    width: 20px;
    height: 20px;
  }
  
  #custom-wishlist-popup-unique .popup-title {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
    line-height: 100%;
    margin: 0;
  }
  
  #custom-wishlist-popup-unique .popup-close-btn {
    background: none;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #101828;
    font-size: 22px;
    cursor: pointer;
  }
  
  /* #custom-wishlist-popup-unique .popup-close-btn:hover {
    background: #f5f7fb;
    color: #101828;
  } */
  
  #custom-wishlist-popup-unique .popup-body {
    padding: 0;
    background: var(--white);
    max-height: 550px;
  }
  
  #custom-wishlist-popup-unique .create-list-row {
    display: flex;
    gap: 10px;
    padding-right: 44px;
  }
  
  #custom-wishlist-popup-unique .create-list-input {
    flex: 1;
    width: 633px;
    height: 38px;
    margin-left: 10px;
    height: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 36px;
    padding: 0 12px;
    background: #fff;
    color: #111;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
  }
  
  #custom-wishlist-popup-unique .create-list-input:focus {
    outline: 2px solid #d6e4ff;
    border-color: #94a3b8;
  }
  
  #custom-wishlist-popup-unique .save-list-btn {
    width: 81px;
    height: 38px;
    padding: 0 14px;
    border-radius: 36px;
    border: 1px solid #101828;
    background: #101828;
    color: #fff;
  }
  
  #custom-wishlist-popup-unique .cancel-list-btn {
    height: 24px;
    width: 24px;
    padding: 0;
    border-radius: 8px;
    background: #fff;
    color: #101828;
  }
  
  #custom-wishlist-popup-unique .create-new-list-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 14px 24px;
    padding-right: 66px;
  }
  
  #custom-wishlist-popup-unique .create-new-list-btn {
    height: 36px;
    padding: 0 14px;
    border-radius: 20px;
    background: #101828;
    color: #fff;
    border: 0;
  }
  
  #custom-wishlist-popup-unique .custom-wishlist-list {
      display: flex;
      flex-direction: column;
      gap: 15px;
      list-style: none;
      margin: 0;
      padding: 0;
      height: 450px;
      margin-top: 10px;
  }
  
  #custom-wishlist-popup-unique .custom-wishlist-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    cursor: default;
    padding-right: 0;
    margin-left: 20px;
  }
  
  .wishlist-item-box {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E0E7F1;
    border-radius: 10px;
    padding: 8px 12px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #custom-wishlist-popup-unique .custom-wishlist-item:last-child {
    border-bottom: 0;
  }
  
  #custom-wishlist-popup-unique .custom-wishlist-item.wd-current .wishlist-item-box{
    border: 1px solid #2A007C;
  }
  
  .fajrfair-wishlist-popup-tick {
    display: none;
    width: 22px;
    height: 22px;
    background-color: var(--white);
  }
  
  #custom-wishlist-popup-unique .wishlist-item-main {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
  }
  
  #custom-wishlist-popup-unique .wishlist-name {
    font-size: 15px;
    font-weight: 500;
    color: #111;
  }
  
  #custom-wishlist-popup-unique .item-right {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: visible;
  }
  
  #custom-wishlist-popup-unique .kebab {
    width: 28px;
    height: 28px;
    /* border: 1px solid #e5e7eb; */
    background: var(--white);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease;
    /* margin-left: 10px; */
  }
  
  #custom-wishlist-popup-unique .custom-wishlist-item:hover .kebab {
    opacity: 1;
    visibility: visible;
  }
  
  #custom-wishlist-popup-unique .kebab:after {
    content: '\22EE';
    font-size: 18px;
    cursor: pointer;
    color: #667085;
  }
  
  
  #custom-wishlist-popup-unique .menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #101828;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    transition: background-color 0.15s ease;
  }
  
  #custom-wishlist-popup-unique .menu a:hover {
    background-color: #f3f4f6;
    /* a bit darker hover */
  }
  
  #custom-wishlist-popup-unique .menu a svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #667085;
  }
  
  .fajrfair-wishlist-popup-tick:hover {
    background-color: unset !important;
  }
  
  /* Compact inline share icons popup */
  .ff-share-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .12);
  }
  
  .ff-share-menu a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 50%;
    /* background: #f2f3f5; */
    color: #6b7280;
    text-decoration: none;
  }
  .ff-share-menu a span{
    height: 22px;
  }
  
  .ff-share-menu a:hover {
    /* background: #e5e7eb; */
    /* color: #111827; */
  }
  
  #custom-wishlist-popup-unique .menu a:hover {
    background: var(--white);
  }
  
  #custom-wishlist-popup-unique .menu.open {
    display: flex !important;
  }
  
  #custom-wishlist-popup-unique .custom-wishlist-item .menu {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 15px;
    right: 10px;
    top: 67px !important;
    width: 298px;
    height: 229px;
    background: #fff;
    border: 1px solid var(--light-ash);
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(16, 24, 40, 0.04),              0px 12px 16px rgba(16, 24, 40, 0.08);
    display: none;
    flex-direction: column;
    min-width: 180px;
    z-index: 2000;
    padding: 4px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  
  .wishlist-item-main input[type='text'] {
    margin-bottom: -13px;
    margin-top: -10px;
    padding: 0 !important;
    border: none !important;
  }

.fajrfair-package-product-list-container .product-compare-button {
    display: none !important;
  } 

.fajrfair-package-product-list-container .added_to_cart.wc-forward{
display: none !important;
}

.fajrfair-package-product-list-container .wd-wishlist-btn.wd-action-btn{
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0;
}

.fajrfair-package-product-list-container .wd-wishlist-btn.wd-action-btn>a:before{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 38 40' fill='none'%3E%3Cellipse cx='18.965' cy='19.6815' rx='18.6975' ry='19.6815' fill='white'/%3E%3Cpath d='M18.95 14.5544C20.8763 12.8253 23.8532 12.8827 25.7086 14.7421C27.5642 16.6014 27.6279 19.5637 25.9022 21.4958L18.9491 28.4598L11.9962 21.4958C10.2705 19.5637 10.335 16.5967 12.1897 14.7421C14.0465 12.8853 17.0181 12.8227 18.95 14.5544Z' fill='%23111111'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    content: "";
}
.fajrfair-package-product-list-container .wd-wishlist-btn.wd-action-btn>a.added:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 310.277 310.277'%3E%3Ccircle cx='155.139' cy='155.139' r='155.139' fill='black'/%3E%3Cpath fill='white' d='M144.177,196.567L90.571,142.96l8.437-8.437l45.169,45.169l81.34-81.34l8.437,8.437L144.177,196.567z'/%3E%3C/svg%3E");
}

.fajrfair-product-list-container  .woocommerce-loop-product__title {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.widget_shopping_cart .wd-empty-mini-cart .btn.wc-backward{
    background-color: var(--orange);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.single-product .price del .woocommerce-Price-amount bdi{
    color: var(--ash) !important;
}

.single-product .woocommerce-Price-amount bdi {
    color: var(--navy) !important;
}

.single-product .button.checkout .woocommerce-Price-amount bdi {
    color: var(--white) !important;
}

.wd-price-unit {
    display: none;
}

.single-product .product-tabs-wrapper{
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding-top: 0px !important;
}

.single-product .wp-block-wd-section.product-related-and-upsells{
    background-color: var(--navy-light);
    padding: 30px 0px 40px 0px;
    margin-top: 20px;
}

.single-product .wd-builder-off .single-product-page>div:not(:last-child){
    margin-bottom: 0px !important;
}

.home .wd-buttons.wd-pos-r-t{
    box-shadow: none;
    top: 5px;
    inset-inline-end: 30px;
}

.latest-featured-review .wd-btn-arrow.wd-next{
    margin-right:-25px;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 50%;
}

.latest-featured-review .wd-btn-arrow.wd-prev{
    margin-left:-25px;
    z-index: 999;
    position: absolute;
    top: 50%;

}

.latest-featured-review .wd-btn-arrow.wd-next .wd-arrow-inner{
    height: 48px;
    width: 48px;
    background-color: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* for test */


.featured-review-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.featured-review-section .section-header .btn-outline:hover,
.featured-review-section .review-card-content .profile-link-area .profile-link:hover {
    background: var(--navy);
    color: var(--white);
}

.featured-review-section .review-card-content {
    text-align: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 30px 0px 25px 0px;
    box-shadow: 0px 2px 10px 0px #00000014;
    background: var(--white);
    height: 540px;
}


.campaign-review-carousel-items .container,
.campaign-review-previous-items .container
{
    padding: 0px;
}

.campaign-review-card-inner .campaign-content h3 {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.review-campaign-meta-info .small-title-content strong{
    font-weight: 700;
}

.campaign-review-carousel-items .campaign-content-details-btn {
    font-size: 14px;
    border-radius:8px ;
    -webkit-border-radius:8px ;
    -moz-border-radius:8px ;
    -ms-border-radius:8px ;
    -o-border-radius:8px ;
}

.campaign-review-carousel-items .wd-btn-arrow.wd-prev{
    position: absolute;
    top: 45%;
    left: -25px;
    z-index: 9999;
} 

.campaign-review-carousel-items .wd-btn-arrow.wd-next{
    position: absolute;
    top: 45%;
    right: -25px;
    z-index: 9999;
}

.campaign-review-carousel-items .wd-btn-arrow.wd-next.wd-disabled,
.campaign-review-carousel-items .wd-btn-arrow.wd-prev.wd-disabled{
    display: none;
}

.campaign-review-carousel-items .wd-next .wd-arrow-inner:after{
    content: "" !important;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z' fill='%231C1E29'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

.campaign-review-carousel-items .wd-prev .wd-arrow-inner:after{
    content: "" !important;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M10.8286 12.0007L15.7783 7.05093L14.3641 5.63672L8.0001 12.0007L14.3641 18.3646L15.7783 16.9504L10.8286 12.0007Z' fill='%231C1E29'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

.campaign-review-carousel-items .book-review-top .btn-white {
    font-weight:bold;
    font-size: 14px;
}

.campaign-review-carousel-items .wd-arrow-inner{
    background-color: var(--white) !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border: 2px solid #E0E0E0 !important;
    width: 48px !important;
    height: 48px !important;
}

.campaign-review-previous-items .campaign-review-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0px;
}

.campaign-review-previous-items .btn-white {
    font-size: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.featured-review-section .review-author-info, .featured-review-section .recent-review-label-area, .featured-review-section .recent-review-body, .featured-review-section .profile-link-area {
    padding: 0px 40px 0px 40px;
}


.featured-review-section .recent-review-body {
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 170px;
    display: flex;
}

.featured-review-section .recent-review-title {
    font-family: 'Inter', 'Inter', sans-serif;
    color: #1F1E22;
    text-align: left;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: calc(3.4em * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-word;
}

.featured-review-section .review-author-avatar {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: auto;
    margin-bottom: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.featured-review-section .review-author-name {
    margin-bottom: 0px;
    font-size: 24px;
}

.featured-review-section .review-author-count {
    font-family: 'Inter', 'Inter', sans-serif;
    color: #747378;
    font-size: 14px;
    line-height: 18px;
}

.featured-review-section .recent-review-label {
    font-family: 'Inter', 'Inter', sans-serif;
    color: #1F1E22;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.featured-review-section .recent-review-text-block {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.featured-review-section .review-book-info{
    height: 67px;
    margin: 5px 0px;
    padding: 10px 15px;
    background-color: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.campaign-review-previous-items {
    margin-top: 40px;
}

.campaign-content-list-item strong {
   font-size: 16px;
}

.fjfr-breadcrumb-review-campaign {
    margin-top: 20px;
}

.campaign-content-wrapper{
    padding: 35px;
    display: flex ;
    gap: 20px;
}

.campaign-heading-content-area{
    width: 35% ;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.campaign-reason-content-area{
    width: 45% ;
}

.campaign-content-heading-text, 
.campaign-content-subheading-text,

.campaign-reason-content-area h4,
.campaign-reason-content-area ul li{
    color: var(--white) !important;
    font-family: 'Inter', 'Inter', sans-serif;
}

.campaign-content-heading-text{
    font-size: 32px;
    font-family: 'Inter', 'Inter', sans-serif;
}

.campaign-reason-content-area ul{
    list-style: none;
    --li-pl: 0px !important;
}

.campaign-reason-content-area ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.campaign-reason-content-area h4,
.campaign-content-subheading-text{
    font-size: 16px;
}

.campaign-reason-content-area ul li svg{
    min-width: 24px;
    
}

.campaign-content-button{
    font-family: 'Inter', 'Inter', sans-serif;
    color: var(--navy) !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 10px;
}

.campaign-content-button svg{
    margin-bottom: 2px;
}

.campaign-button-area{
    background-color: #fff;
    width: 170px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.featured-review-section .book-authors{
    font-family: 'Inter', 'Inter', sans-serif;
    font-size: 8px;
    margin-bottom: 0px;
   
}

.featured-review-section .book-authors a{
    color: #747378;
}

.featured-review-section .book-cover-img {
    border-radius: 4px;
    width: 22px;
    min-height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.review-campaign .review-campaign-wrapper{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background-color: var(--navy);
}

.review-campaign-section .campaign-image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.review-campaign-section .campaign-image-area img {
    width: 220px;
    height: 190px;
}

.book-competition-section{
    margin-top: 60px;
    margin-bottom: 60px;
}

.book-competition-section .book-competition-wrapper {
    position: relative;
    z-index: 2;
}

.book-competition-section .competition-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 80px; */
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.book-competition-section .competition-left {
    width: 40%;
    /* flex: 1;
    position: relative; */
}

.book-competition-section .competition-logo img {
    max-height: 60px;
}

.book-competition-section .competition-title {
    font-family: 'Inter', 'Inter', sans-serif;
    font-size: 44px;
    font-weight: bold;
    color: var(--navy);
    margin: 0 0 20px 0;
    line-height: 1.5;
    width: 100%;
    text-align: justify;
}

.book-competition-section .presented-text {
    font-family: 'Inter', 'Inter', sans-serif;
    font-size: 20px;
}

.book-competition-section .competition-presented {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    color: #666;
    font-size: 1rem;
}

.book-competition-section .presented-logo {
    max-height: 24px;
}

.book-competition-section .competition-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.book-competition-section .competition-buttons a {
    font-size: 14px;
}

.book-competition-section .competition-buttons .btn-primary {
    font-family: 'Inter', 'Inter', sans-serif;
    background: var(--navy);
    color: white;
    padding: 9px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: background 0.3s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.book-competition-section .btn-secondary {
    font-family: 'Inter', 'Inter', sans-serif;
    background: white;
    color: #1F1E22;
    padding: 9px 24px;
    border: 1px solid #DADADA;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* .countdown-section{
    display: flex;
    justify-content: center;
} */

.book-competition-section .btn-secondary:hover {
    background: #f8f9fa;
    border-color: #4a2c6d;
    color: #4a2c6d;
}

.book-competition-section .competition-right .prize-info {
    display: flex;
    justify-content: space-between;
}

.book-competition-section .prize-info {
    margin-bottom: 30px;
    margin-top: 40px;
}

.book-competition-section .prize-item {
    margin-bottom: 20px;
}

.book-competition-section .prize-label {
    font-family: 'Inter', 'Inter', sans-serif;
    color: #1F1E22;
    font-size: 20px;
    margin: 0px;
    font-weight: 500;
}

.book-competition-section .prize-value {
    font-family: 'Inter', 'Inter', sans-serif;
    color: var(--navy);
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.book-competition-section .countdown-label{
    font-family: 'Inter', 'Inter', sans-serif;
    margin-bottom: 10px !important;
    font-size: 20px;
}


.book-competition-section .countdown-timer {
    display: flex;
    align-items: start;
    gap: 10px;
}

.book-competition-section .time-unit {
    display: flex;
    flex-direction: column;
}

.book-competition-section .time-digits {
    display: flex;
    gap: 4px;
}

.book-competition-section .digit-box {
    display: flex;
    background: #f26322;
    color: var(--white);
    font-size: 24px;
    font-weight: bold;
    /* padding: 8px 12px; */
    border-radius: 12px;
    /* display: inline-block; */
    /* min-width: 28px; */
    width: 54px;
    height: 63px;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
}

.book-competition-section .time-label {
    font-family: 'Inter', 'Inter', sans-serif;
    margin-top: 4px;
    font-size: 14px;
    color: #555;
    margin-top: 7px;
}

.book-competition-section .time-separator {
    font-size: 30px;
    font-weight: bold;
    margin: 4px 4px;
}

/* .wbr-archive-page-leaderboard .archive-review-item {
    display:flex;
    justify-content: space-between;
    align-items: center;
} */

.best-books-list-wrapper .book-reviews-left {
    display: flex;
    gap: 15px;
}

.best-books-list-wrapper .archive-review-item {
   border-bottom: 1px solid #EDEDED;
}

.best-books-list-wrapper .book-reviews-right{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 20px;
}

.best-books-list-wrapper .archive-review-item:last-child {
    border-bottom: none;
}

.best-books-list-wrapper .good-book-title {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Inter', 'Inter', sans-serif;
}

.best-books-list-wrapper .book-authors {
    font-size: 16px;
    font-family: 'Inter', 'Inter', sans-serif;
    color: #747378;
}

/* .leaderboard-list{
    padding: 0px 20px;
} */

.best-books-list-wrapper .thumbnail-image-wrapper img{
    height: 68px;
    width: 47px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.featured-review-section .review-post-time {
    font-family: 'Inter', 'Inter', sans-serif;
    color: #747378;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.featured-review-section .book-title {
    font-family: 'Inter', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.featured-review-section .wd-btn-arrow.wd-prev.wd-disabled{
    display: none;
}

.featured-review-section .wd-btn-arrow.wd-next.wd-disabled{
    display: none;
}

.featured-review-section .review-book-info-inner {
    width: 55%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.featured-review-section .book-meta-info {
    text-align: start;
}

.featured-review-section .profile-link-area {
    margin-top: 25px;
}

.featured-review-section .profile-link-area a {
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 14px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    background-color: var(--navy-light);
}

.featured-review-section .recent-review-title-area{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.featured-review-section .section-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;

}

.featured-review-section h3{
    font-family: 'Inter', 'Inter', sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: #1F1E22;
    margin-bottom: 0;
    font-weight: 700;
}

.featured-review-section .btn-outline {
    font-family: 'Inter', 'Inter', sans-serif;
    font-weight: bold;
    border: 1px solid #DADADA;
    background: var(--white);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #1F1E22;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.featured-review-section .wd-btn-arrow.wd-next{
    z-index: 999;
    position: absolute;
    right: 0;
    top: 48%;
    margin-right: -28px;
}

.featured-review-section .wd-btn-arrow.wd-prev{
    z-index: 999;
    position: absolute;
    top: 48%;
    margin-left: -28px;
}

.featured-review-section .wd-btn-arrow.wd-next .wd-arrow-inner{
    height: 48px;
    width: 48px;
    background-color: var(--white);
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.latest-featured-review .wd-btn-arrow.wd-next .wd-arrow-inner:after,
.featured-review-section .wd-btn-arrow.wd-next .wd-arrow-inner:after{
    content: '';
    display: inline-block;
    width: 8px;   /* match your SVG width */
    height: 14px;  /* match your SVG height */
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.1714 7.0007L0.22168 2.05093L1.63589 0.636719L7.9999 7.0007L1.63589 13.3646L0.22168 11.9504L5.1714 7.0007Z' fill='%231C1E29'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    
}

.latest-featured-review .wd-btn-arrow.wd-prev .wd-arrow-inner,
.featured-review-section .wd-btn-arrow.wd-prev .wd-arrow-inner{
    height: 48px;
    width: 48px;
    background-color: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.latest-featured-review .wd-btn-arrow.wd-prev .wd-arrow-inner:after,
.featured-review-section .wd-btn-arrow.wd-prev .wd-arrow-inner:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;  
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.05038 7.02034L8.09074 11.8778L6.70291 13.3179L0.222367 7.07262L6.46767 0.592182L7.90777 1.98L3.05038 7.02034Z' fill='%231C1E29'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.latest-featured-book-review-content-wrapper {
    min-height: 170px ;
    margin-bottom: 20px;
}

.related-products .product-wrapper del{
    margin-right: 10px;
}

.running-offer-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.running-offer-pagination a {
    margin-top: 60px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.feature-pagination-active {
    background-color: var(--navy);
    color: var(--white) !important;
}

.feature-pagination-active:hover{
    color: var(--white) !important;
}

.running-offer-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-top: 70px !important;
}

.running-offer-item img{
    width: 620px;
    object-fit: cover;
    border-radius: 20px;
}

.best-books-list-wrapper .total-review-inner{
    background-color: #F1F1F1;
    padding: 7px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.best-books-list-wrapper .total-review span{
 color: #747378;
 font-size: 16px;
 font-family: 'Inter', 'Inter', sans-serif;
}

.good-review-wrapper .book-list .book-list-content h4{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.good-review-wrapper .leaderboard-list .book-list{
    align-items: unset !important;
}

.good-review-wrapper .leaderboard-list .book-list img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.wbr-archive-page-leaderboard .single-leaderboard ul li:hover {
    margin-left: 0px !important;
}

.competition-title-wrapper{
    display: flex;
}
.competition-title-wrapper .competition-title-text{
width: 70%;
}

.competition-title-wrapper .ompetition-title-image{
    width: 30%;
}

.review-campaign-section .lead-text-one {
    padding-top: 7px;
}

.post-type-archive-review .wd-page-wrapper .wd-page-content {
    min-height: unset;
}

.woocommerce-loop-product__title {
    overflow:  hidden !important;
}

.countdown-label.countdown-label-expired{
    display: none;
}

.recent-featured-review.book-video-review .container {
    padding-inline: 20px !important;
}

.no-books-found-text{
    margin-left: 20px;
}

.others_review.book-review-lists.single-review-view .book-review-card {
    height: 586px;
}

.custom-search-box button:hover {
    background-color: unset !important;
}

.leaderboard-list li {
    font-size: 15px !important;
    padding-top: 0px !important;
}

.cart-circle-count-0 {
    display: none !important;
}

.fajrfair-preorder-container .product-information .wd-product-cats a {
    text-overflow: ellipsis;
    overflow: hidden !important;
    width: 20ch;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .home .fajirfair-home-product-cat-title{
        font-size: 19px !important;
        text-align: start;
    }

    .home .fajirfair-home-product-cat-title-desctiption {
        display: none;
    }

    .home .fajrfair-homepage-product-list-carousel-arrows{
        gap:5px;
        margin-top: 26px;
    }

    .home .fajrfair-homepage-product-list-shop-page-link a{
        padding: 8px 16px;
        border-radius: 25px;
        font-size: 12px;
        font-family: 'Inter', sans-serif;
        font-weight: normal;
    }

    .home .fajrfair-homepage-product-list-carousel-arrows .wd-next, .fajrfair-homepage-product-list-carousel-arrows .wd-prev{
        height: 31px;
        width: 31px;
    }

    .home .woocommerce-loop-product__title{
        overflow: hidden;
    }

    .home .wd-nav-pagin-wrap.text-center.wd-style-shape.wd-hide-lg{
        display: none;
    }

    .home .fajirfair-home-product-cat-container{
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }

    .home .fajrfair-section-title-area{
        margin-bottom: 20px !important
    }

    .shop-banner-content-area .sop-banner-title {
        font-size: 30px !important;
    }
    .shop-banner-content-area .banner-quote-title p {
        font-size: 15px !important;
    }

    .shop-page-banner {
        height: 150px;
    }
}

