a {
    text-decoration: none;
}
p {
    color: #fff;
}
ul {
    list-style: none;
    padding: 0;
}
:root {
    /* --primary-color: #bcb15f; */
    --primary-color: linear-gradient(
        180deg,
        rgba(211, 183, 97, 1) 17%,
        rgba(229, 214, 124, 1) 49%,
        rgba(245, 239, 147, 1) 76%
    ); /* --secondary-color: #3d3d3d; */
    --secondary-color: #fefefe;
    /* --extra-color-1: #FFFDF6; */
    --extra-color-1: #1a1a1a;
    --bg_theme_2: #3d3d3d;
    --extra-color-2: #0d0900;
    --extra-color-3: #191919;
    --extra-bg-2: #cfaf5b;
    --grey-text: #808080;
    --black-color: #000;
    --extra-color-3: #594a4f;
    --input-color: #030303;
    --text-color-1: #14252a;

    /* --border-bottom-color:#cac5c5; */
}
a.button {
    color: #cfaf5b;
}
button#btnSubmit {
    color: #cfaf5b;
}
.primary__color {
    color: var(--primary-color);
}
.primary__bg {
    background: var(--primary-color);
}
.secondary__color {
    color: var(--secondary-color);
}
.secondary__bg {
    background: var(--secondary-color);
}
.input-color {
    color: var(--input-color);
}
.extra-color-1 {
    color: var(--extra-color-1);
}
.grey-text {
    color: var(--grey-text);
}
.extra-color-2 {
    color: var(--extra-color-2);
}
.extra-color-3 {
    color: var(--extra-color-3);
}
.extra-color-bg-3 {
    background-color: var(--extra-color-3);
}
.black_color {
    color: var(--black-color);
}
.black-bg {
    background-color: var(--black-color);
}
.text-color-1 {
    color: var(--text-color-1);
}
.extra-bg-2 {
    background-color: var(--extra-bg-2);
}
.extra-bg-color-2 {
    color: var(--extra-bg-2);
}
.extra-bg-color-2 {
    color: var(--extra-bg-2);
}
.extra-bg-1 {
    background-color: var(--extra-color-1);
}

.bg_theme_2 {
    background-color: var(--bg_theme_2) !important;
}

.primary__font {
    font-family: var(--primary-font);
}
.secondary__font {
    font-family: var(--secondary-font);
}
.bordered {
    border: 1px solid #e1cd75;
}
.border__bottom2 {
    border-bottom: 1px solid var(--secondary-color);
}
.border_bottom {
    border-bottom: 1px solid var(--black-color);
}
.border_end {
    border-right: 1px solid #fff;
}
.border_top {
    border-top: 1px solid #fff;
}
.right-0 {
    right: 0;
}
button.input-inline-btn i {
    color: #fff;
}
.form-control:focus {
    color: #fff;
    background-color: #393939;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
/* .icon-badge {
  background: #FFFDF6;
  border: 1px solid;
  border-image: linear-gradient(90deg, rgba(188, 177, 95, 0.3029586834733894) 0%, rgba(86, 81, 43, 0.30015756302521013) 100%) 1;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
} */
.icon-badge {
    background: #fffdf6;
    border: 1px solid;
    border-image: linear-gradient(
            90deg,
            rgba(188, 177, 95, 0.3029586834733894) 0%,
            rgba(86, 81, 43, 0.30015756302521013) 100%
        )
        1;
    height: 34px;
    width: 34px;
    align-items: center;
    justify-content: center;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6,
.line-clamp-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
}

.line-clamp-6 {
    -webkit-line-clamp: 6;
}

.line-clamp-7 {
    -webkit-line-clamp: 7;
}

/* font weights  */
.fw__reg {
    font-weight: 400;
}
.fw__med {
    font-weight: 500;
}
.fw__semiBold {
    font-weight: 600;
}
.fw__bold {
    font-weight: 700;
}
/* font weights  */

/* Font Sizes Here */
.level-1 {
    font-size: 40px;
}
.level-2-mes {
    font-size: 20px;
}
.level-2 {
    font-size: 24px;
}
.level-3 {
    font-size: 16px;
}
.level-4 {
    font-size: 14px;
}
.level-5 {
    font-size: 12px;
}
.border-left-wrapper {
    border-left: 1px solid #313131;
}
.border-right-wrapper {
    border-right: 1px solid #313131;
}
.border-top-wrapper {
    border-top: 1px solid #313131;
}
.border-bottom-wrapper {
    border-bottom: 1px solid #313131;
}
.button {
    transition: 0.3s ease;
}
.button.bg-transparent:hover {
    background: var(--primary-color) !important;
    color: #000 !important;
    border-color: transparent;
}
.text_white_hover:hover {
    color: white;
    fill: white;
}
.web_theme_hover:hover {
    color: #cfaf5b !important;
    fill: var(--primary-color);
}
.input_hover:focus,
.input_hover:hover {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}
.card_bg_hover:hover {
    background-color: var(--primary-color);
}
.card_bg_hover:hover .fa,
.card_bg_hover:hover .fas {
    color: white;
}
.radius {
    border-radius: 20px;
}
.focus_zero.dropdown-item.active,
.focus_zero.dropdown-item:active {
    color: var(--secondary-color);
    text-decoration: none;
    background-color: transparent;
}
.focus_none:focus + .focus_none,
.focus_none:focus {
    box-shadow: none;
}
.z-index-2 {
    z-index: 2;
    opacity: 1;
}
.flex_between {
    display: flex;
    justify-content: space-between;
    flex: wrap;
}
/********************* Usables ********************/

/* Font Sizes Here */

/* Global Responsive Here */
/* @media (max-width: 1400px) {
  .level-1 {
    font-size: 50px;
  }
  .level-2 {
    font-size: 24px;
  }
} */
.product_img.whislist-wrapper img {
    width: 100px;
    height: 110px;
    object-fit: scale-down;
}
@media (max-width: 1367px) {
    .level-1 {
        font-size: 42px;
    }
    .level-2 {
        font-size: 18px;
    }
    .level-3 {
        font-size: 15px;
    }
    .level-4 {
        font-size: 13px;
    }
    .level-5 {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .level-1 {
        font-size: 38px;
    }
    .level-2 {
        font-size: 22px;
    }
    .level-3 {
        font-size: 15px;
    }
    .level-4 {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .level-1 {
        font-size: 30px;
    }
    .level-2 {
        font-size: 21px;
    }
    .level-3 {
        font-size: 14px;
    }
    .level-4 {
        font-size: 12px;
    }
    .level-5 {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .level-1 {
        font-size: 28px;
    }
    .level-2 {
        font-size: 18px;
    }
    .level-3 {
        font-size: 13px;
    }
    .level-4 {
        font-size: 12px;
    }
}
.form-group label.form-label {
    color: #fff !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.875rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #393939;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: none;
    color: #fff;
}
.form-control ::placeholder {
    color: #fff;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #393939;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.drawer {
    width: 411px;
    height: 100vh;
    background: var(--primary-color);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    transition: right 0.3s ease;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 24px !important;
    z-index: 999999999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translate(100%);
}
.cart-total-div-btm-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
a.black-cart-wrapper {
    border: 1px;
    border: 1px solid #000;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: var(--secondary-font);
    transition: all 0.5s;
}
a.black-cart-wrapper:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.5s;
}
/* Close Button Styles */
.close-btn {
    background-color: transparent; /* No background */
    border: none; /* No border */
    color: white; /* Icon color */
    cursor: pointer; /* Pointer cursor for button */
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth hover animation */
}

/* Close Icon Styles */
.close-btn i {
    font-size: 24px; /* Set the size of the Font Awesome 'X' icon */
    transition: transform 0.3s ease, color 0.3s ease; /* Animation for hover */
    background: linear-gradient(
        180deg,
        rgba(211, 183, 97, 1) 17%,
        rgba(229, 214, 124, 1) 49%,
        rgba(245, 239, 147, 1) 76%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hover Effect */
.close-btn:hover i {
    color: #ff6f61; /* Change icon color on hover */
    transform: scale(1.2); /* Slightly increase the size of the icon on hover */
}
.number-rate-div .quantity-button {
    border: unset;
}
.number-rate-div .quantity-button .btn-plus {
    border: 1px solid #000;
}
.number-rate-div .quantity-button .btn-minus {
    border: 1px solid #000;
}
.number-rate-div .quantity-button .quantity-input {
    width: 50px;
    text-align: center;
    height: 40px;
    background-color: var(--bg_theme_2) !important;
}
.cart-total-div-btm-wrapper .product_img.whislist-wrapper img {
    width: 100px;
    height: auto;
    object-fit: scale-down;
}
