@font-face {
    font-family: 'Syamsiah Arabic';
    font-style: normal;
    font-weight: 400;
    src: local('Syamsiah Arabic'), url('./fonts/SyamsiahArabic-j99yM.woff') format('woff');
}
.section__heading--maintitle {
    font-family: 'Syamsiah Arabic', sans-serif;
    font-weight: 400;
    font-size: 5.5rem;
    color: var(--text-gray-color);
}
.swiper__nav--btn.style3 {
    bottom: 15%;
}
.product__collection--content__title {
    font-family: 'Syamsiah Arabic', sans-serif;
    font-weight: 400;
    font-size: 5.5rem;
    line-height: 110%;
    color: var(--text-gray-color);
}
.breadcrumb__content--title {
    font-family: 'Syamsiah Arabic', sans-serif;
    font-weight: 400;
    font-size: 6.5rem;
}
.slider__content--maintitle.h1 {
    font-family: 'Syamsiah Arabic', sans-serif;
    font-weight: 400;
    font-size: 8rem;
    line-height: 110%;
    color: var(--text-gray-color);
}
h2 {
    color: var(--text-gray-color);
}
button:disabled {
  background-color: #cccccc; /* Example background color (gray) */
  color: #666666;             /* Example text color */
  cursor: not-allowed;        /* Changes the cursor icon to "not allowed" */
  opacity: 0.6;               /* Makes the button slightly transparent */
}

/* Optional: remove hover effects on disabled state */
button:hover:disabled {
  background-color: #cccccc; /* Example background color (gray) */
  color: #666666;             /* Example text color */
  cursor: not-allowed;        /* Changes the cursor icon to "not allowed" */
  opacity: 0.6;               /* Makes the button slightly transparent */
}
.modal {
    cursor: unset;
}
.quickview__main--wrapper .modal-header {
    border-bottom: 0px;
}
.login__remember--label {
    font-weight: 400;
}
.tc_text {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.product__details--info__title {
    text-transform: capitalize;
}
.breadcrumb__content--title.mb-25 {
    margin-bottom: 0px;
}

.swiper_image_thumbs {
    width: 160px !important;
    margin-right: 10px !important;
}

.product__description--variant {
    color: var(--text-gray-color);
}

.sidebar_price {
    width: 30%;
}

.cart__summary {
    box-shadow: none !important;
    -webkit-box-shadow: none;
}

.thankyou_wrapper {
    width: 100% !important;
    padding: 3rem 0;
}

.nav-link {
    font-size: 1.8rem;
    line-height: 5.2rem;
    height: 5.2rem;
    padding: 0 2.5rem;
    color: var(--primary-color) !important;
}

.nav-link:hover {
    color: var(--secondary-color) !important;
}

.nav-link.active {
    background: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

.offcanvas__menu_ul {
    max-height: 500px !important;
}

.offcanvas__stikcy--toolbar__icon {
    width: 3rem;
    height: 3rem;
    line-height: 2.8rem;
    text-align: center;
    background: var(--white-color);
    border-radius: 50%;
    color: var(--secondary-color);
}

.offcanvas__stikcy--toolbar__icon i {
    font-size: 20pt;
    line-height: 120%;
}

.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
    background: var(--white-color);
    color: var(--secondary-color);
}

.account__table--body__child--items .product__items--action__btn {
    cursor: pointer;
    font-size: 22px;
    line-height: 205%;
}

.quick_view_icon {
    font-size: 25px;
    line-height: 170%;
}

.product__details--info__desc {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 2rem;
}

.variant__color {
  display: flex;
  gap: 10px;
}

.variant__color input[type="radio"] {
  display: none;
}

/* Hover */
.variant__color--value:hover {
  transform: scale(1);
}

/* Selected */
.variant__color input[type="radio"]:checked + label {
  border-color: #000;
}

/* Selected ring */
.variant__color input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #000;
  border-radius: 50%;
}

/* White color visibility fix */
.variant__color--value[style*="#fff"],
.variant__color--value[style*="#FFF"] {
  border: 1px solid #aaa;
}

.product__tab--content__list {
    line-height: 2.5rem;
    margin-bottom: .2rem;
}

.product__tab--content__step ul {
    list-style: none;
    padding-left: 20px;
}

.product__tab--content__step li {
    position: relative;
    padding-left: 20px;
}

.product__tab--content__step li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: 900;
}

.product__details--info ul {
    list-style: none;
}

.product__details--info li {
    position: relative;
    padding-left: 20px;
}

.product__details--info li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: 900;
}

.cart__remove--btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.about__content--desc {
    text-align: justify;
}

/*.variant__color--value {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--swatch-color);
  cursor: pointer;
  position: relative;
  border: 2px solid #ddd;
  transition: transform 0.2s ease, border-color 0.2s ease;
}*/

.variant__color--value {
    width: auto;
    min-width: 4.7rem;
    padding: 0px 7px;
    height: 3.2rem;
    line-height: 2.8rem;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-right: 7px;
}

.variant__size--value {
    width: auto;
    min-width: 4.7rem;
    padding: 0px 7px;
}

.product__tab--content__desc{
    text-align: justify;
}

.breadcrumb__bg{
    background:url(../img/banner/breadcrumb-bg-2.png);
}

.active_filter_menu {
    color: var(--secondary-color) !important;
}

/*shop products loader start */

.products-loader{
    display:none;
    width:100%;
    text-align:center;
    padding:60px 0;
}

.spinner{
    width:50px;
    height:50px;
    border:5px solid #eee;
    border-top:5px solid #000;
    border-radius:50%;
    animation:spin 1s linear infinite;
    margin:auto;
}

@keyframes spin{
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(360deg); }
}

/*shop products loader end */

/*slider css ---- hero__slider--bg2__inner*/
.hero__slider--items__inner {
    min-height: 750px;
    vertical-align: middle;
    padding: 0;
    display: flex;
    align-items: center; /* vertical center */
}
.hero__slider--items__inner .row{
    width:100%;
    margin-right:0;
    margin-left:0;
}
.slider__content {
    height: 100%;
}
.home2__slider--bg {
    background-color: #ffffff !important;
/*    background: none;*/
}
.hero__slider--items{
    position: relative;
}

.sld_image{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:110%;
    z-index:1;
}

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

.hero__slider--items .container-fluid{
    position: relative;
    z-index:2;
}

.widget__form--checkmark.checked {
    background-color: var(--secondary-color) !important;
}

.widget__form--checkmark.checked::before {
    display: block;
}

.widget__form--check__label {
    text-transform: capitalize !important;
}

/*slider css*/

@media only screen and (min-width: 1600px) {
    .breadcrumb__bg {
        height: 150px;
        background-position-y: -80px;
    }
}

@media only screen and (max-width: 480px) {
    .hero__slider--items__inner {
        min-height: 200px;
        vertical-align: middle;
        padding: 0;
        display: flex;
        align-items: center; /* vertical center */
        color: #ffffff;
    }
    .hero__slider--items__inner h2 {
        font-size: 4rem !important;
        color: #ffffff !important;
        text-shadow: 1px 2px 0 #0d0e11;
    }
    .sld_image img{
        width: 200%;
        height:100%;
        object-fit:cover;
    }
    .breadcrumb__bg {
        height: 120px;
    }
    .quick_view_icon {
        font-size: 22px;
        line-height: 160%;
    }
    .section__heading--maintitle {
        font-family: 'Syamsiah Arabic', sans-serif;
        font-weight: 400;
        font-size: 3.5rem;
        color: var(--text-gray-color);
    }
    .breadcrumb__content--title {
        font-family: 'Syamsiah Arabic', sans-serif;
        font-weight: 400;
        font-size: 3.5rem;
    }
    .slider__content--maintitle.h1 {
        font-family: 'Syamsiah Arabic', sans-serif;
        font-weight: 400;
        font-size: 5rem;
        line-height: 105%;
        color: var(--text-gray-color);
    }
    .add__to--cart__text {
        display: inline-block;
    }
    .account__table--body__child--items .product__items--action__btn {
        line-height: 170%;
    }
    .variant__color--value {
        margin-bottom: 15px;
    }
    .section--padding.mobile_padding {
        padding-top: 0px !important;
    }
    .banner__items--content.style2.left_side_banner_title {
        top: 18%;
    }
    .left_side_banner_title .banner__items--content__title.style2 {
        line-height: 2.8rem;
    }
    .align_position_top {
        top: 18% !important;
    }
}