:root {
    --primary-color: #FE7F48;
    --secondary-color: #33ADA0;
    --white-text: #FFF;
    --black-text: #000;
    --gray: #797979;
    --gray-2: #9A9A9A;
    --border-gray: #DEDEDE;
    --btn-gray: #F7F7F7;
    --bg-gray: #F2F2F2;
}

.font-size-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.font-size-title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
}

.font-color-gray {
    color: var(--gray);
}

.font-color-black {
    color: var(--black-text);
}

.navigation-section {
    border-bottom: 0.2px solid var(--border-gray);
    margin-bottom: 100px;
}

.dropdown-row {
    margin-bottom: 50px;
}

.navigation-section a {
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
}

.navigation-section span {
    color: var(--gray);
    font-size: 18px;
    line-height: 44px;
    font-weight: 400;
    margin-left: 5px;
}

.navigation-section span a {
    color: var(--gray);
}

.dropdown button {
    display: flex;
    align-items: center;
}

.happy-shopping-div {
    margin-bottom: 60px;
}

.happy-shopping-div .select-wrapper {
    border-left: 1px solid var(--border-gray);
    margin-left: 20px;
    padding: 10px;
}

.happy-shopping-div .dropdown button {
    color: var(--black-text);
}

.shopping-card {
    border-radius: 8px;
    margin-bottom: 70px;
}

.shopping-card svg {
    margin-right: 8px;
}

.card-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black-text);
}

.rate-points {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--black-text);
}

.price-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: var(--secondary-color);
}

.card-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--gray);
    margin: 10px 0px !important;
    width: 90%;
}

.product-img {
    width: 100%;
    border-radius: 8px;
    transition: 0.3s;
}

.product-img-div {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.product-img:hover {
    transform: scale(1.1);
}

.outline-btn {
    border: 1px solid var(--secondary-color);
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    border-radius: 90px;
}

.outline-btn:hover {
    background-color: var(--secondary-color);
    color: var(--white-text);
}

.outline-btn:hover svg {
    stroke: var(--white-text);
}

.outline-btn svg {
    margin-left: 10px;
}

.mercants-section-inner {
    margin-top: 70px;
}

.slider-container {
    width: 1290px;
    margin-bottom: 20px;
}

.slider-item {
    margin-right: 10px;
}

.category-btn {
    border-radius: 260px;
    background-color: var(--btn-gray);
    color: var(--gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px 8px 24px;
}

.category-btn:hover {
    color: var(--secondary-color);
}

.slider .slick-prev {
    display: none !important;
}

.slider .slick-next::before {
    content: url(../icon/category-slider-arrow-right.png);
}

.slider .slick-next {
    display: flex;
    align-items: center;
}

.active-categories a {
    margin-right: 10px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: #FFF4F0;
}

.active-categories a:hover {
    color: var(--primary-color);
}

.active-categories {
    margin-bottom: 100px;
}

.button-with-tick {
    position: relative;
}

.button-with-tick::after {
    content: url(../icon/tick.png);
    position: absolute;
    top: -8px;
    right: -5px;
}

.suggestions-modal {
    padding: 65px;
    border-top: 10px solid var(--secondary-color);
    border-radius: 12px;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 100px;
}

.suggestions-modal h2 {
    width: 70%;
    margin-bottom: 10px !important;
}

.suggestions-modal .description {
    width: 75%;
}

.close-btn {
    cursor: pointer;
}

.close-btn::before {
    content: url(../icon/close_ring.png);
}

.form-div {
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    padding: 30px;
}


/* Wizard================================================================================= */

.form-container {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    border-radius: 10px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.disabled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    z-index: 1;
    display: none;
}

.suggestions-modal label {
    margin-bottom: 30px;
}

.suggestions-modal select {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid var(--border-gray);
    color: var(--gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    text-align: right;
    margin-bottom: 30px;
}

.suggestions-modal select option {
    color: var(--gray);
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
}

.suggestions-modal select:disabled+.disabled-overlay {
    display: block;
    opacity: 0.8;
}

.btns {
    background-color: var(--white-text);
    cursor: pointer;
    border: 1px solid var(--secondary-color);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--secondary-color);
}

.btns svg {
    fill: var(--secondary-color);
}

/* .suggestions-modal button:hover,
.suggestions-modal .btn:hover {
    background-color: #0056b3;
} */

.suggestions-modal .btns:disabled {
    cursor: not-allowed;
    border: 1px solid var(--gray);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-text);
    color: var(--gray);
}

.suggestions-modal .btns:disabled svg {
    fill: var(--gray);
}

.hidden {
    display: none !important;
}

.suggestions-modal .form-group h4 {
    font-size: 47px;
    font-weight: 600;
    line-height: 36px;
    color: var(--gray);
}

.suggestions-modal .form-group h3 {
    padding: 10px 0px 0px 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: var(--gray);
}

.btn-submit {
    width: 110px !important;
    height: 40px !important;
    border-radius: 90px !important;
    margin-right: 0px !important;
    border: 1px solid var(--secondary-color);
}

/* pagination=============== */

.tab-status {
    display: flex;
    align-items: center;
}

.tab-status span {
    border: 1px solid var(--secondary-color);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}

.first-page {
    margin-right: 10px;
}

.tab-status span.active {
    background-color: var(--secondary-color);
    color: var(--bg-gray);
}

.margin-right-question {
    margin-right: 65px;
}

/* selects============================================================= */

.shop-all-div #select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--white-text);
    border: 1px solid rgba(121, 121, 121, 0.2) !important;
    border-radius: 120px;
    padding: 8px 40px 8px 25px;
    margin-right: 15px;
    color: var(--gray);
}

.sort-by-select #select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--white-text) !important;
    border: none !important;
    color: var(--black-text) !important;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper::after {
    content: url(../img/Expand_down.png);
    position: absolute;
    right: 35px;
    top: 55%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
}

.sort-by-select::after {
    right: -25px;
}

.more-filters::after {
    content: url(../img/Filter_alt.png);
    right: 20px;
}

.more-filters #select {
    margin-right: 0px;
}

.shop-all-div #select:focus {
    border: 1px solid var(--secondary-color) !important;
}

.edit-package-div {
    margin-top: 50px;
}

.edit-package-div .green-fill-btn {
    margin-right: 10px;
}

.edit-package-div .orange-fill-btn svg {
    margin-right: 0px;
    margin-left: 10px;
}

.create-package-description-div {
    width: 35%;
    margin-bottom: 60px;
}

.search-and-category-div {
    margin-bottom: 60px;
}

.selected-items-div {
    border: 1px solid #FFCEAD;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}

.replace-items-div {
    border: 1px solid #C0ECE8;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}

.replace-items-div .row {
    border-bottom: 1px solid var(--border-gray);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.replace-items-div-outer {
    padding-left: 70px;
    margin-bottom: 70px;
}

.replace-items-div span {
    font-size: 14px;
    font-weight: 300;
}

.replace-items-div .orange-fill-btn {
    width: 100px;
    height: 50px;
    margin-top: 30px;
}

.selected-items-div-outer {
    padding-left: 70px;
    margin-bottom: 70px;
}

.selected-items-div h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    color: var(--black-text);
}

.selected-item-outer {
    padding: 20px;
}

.selected-items-div .card-description span {
    font-weight: 600;
    color: var(--secondary-color);
}

.selected-items-div .card-description {
    width: auto;
    margin: 0px !important;
}

.item-count-div {
    border: 1px solid var(--primary-color);
    padding: 10px;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.selected-item img {
    width: 100%;
    border-radius: 8px;
}

.img-with-tick {
    position: relative;
    display: inline-block;
    outline: none;
}

.img-with-tick::after {
    content: url(../icon/close-img-icon.png);
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.selected-items-div .row {
    margin-top: 50px;
}

.selected-items-div-outer a {
    background-color: var(--gray);
    border: 1px solid var(--gray);
    margin-top: 30px;
    margin-left: 8px;
}

.selected-items-div-outer a:hover {
    color: var(--gray);
}

.selected-items-div-outer a:hover svg path {
    stroke: var(--gray);
}

.package-single h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: var(--black-text);
}

.package-single .description-bottom {
    border-bottom: 1px solid #EDF2F4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.package-detail {
    margin-right: 40px;
    color: var(--gray);
    font-weight: 300;
}

.package-detail svg {
    margin-right: 10px;
}

.package-price {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 20px 0px !important;
}

.package-single-slider img {
    width: 100%;
    border-radius: 8px;
    z-index: -9;
}

.package-single-slider .slick-next {
    top: 45%;
    right: 80px;
}

.package-single-slider .slick-next::before {
    content: url(../icon/pckg-single-right-arrow.png);
}

.package-single-slider .slick-prev {
    top: 45%;
    left: 40px;
    z-index: 9;
}

.package-single-slider .slick-prev::before {
    content: url(../icon/pckg-single-left-arrow.png);
}

.terms-and-conditions h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: var(--black-text);
}

.terms-and-conditions .card-description {
    width: 100%;
}

.terms-and-conditions .outer {
    margin-bottom: 20px;
}

.terms-and-conditions svg {
    margin-right: 10px;
}

.terms-and-conditions {
    margin: 100px 0px;
}

.replace-items-title {
    margin-bottom: 20px;
}

.replace-items-title svg {
    margin-left: 10px;
}

.replace-item-filter {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(121, 121, 121, 0.2);
    margin-left: 10px;
    border-radius: 100%;
}

.replace-items-div .search {
    width: 350px;
    margin: 30px 0px;
}

.add-ons-div .search {
    width: 100%;
    margin-bottom: 50px;
}

.replace-items-div .search input {
    width: 85%;
}

.add-ons-div {
    border: 1px solid #FFCEAD;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}

.add-ons-div p{
    width: 95%;
}

.form-check .card-description {
    margin: 0px !important;
}

.plus-price{
    border-top: 1px solid var(--border-gray);
    padding-top: 20px;
}

.plus-price span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black-text);
    margin-bottom: 10px;
}

.dont-wont-add-ons {
    font-weight: 600;
}

.total-price {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 30px 0px;
}

.add-ons-check-div {
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 15px;
}
.add-ons-check-div .form-check{
    margin: 10px 0px;
}
/* checkbox changes============================= */

.add-ons-div .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray);
    border-radius: 6px !important;
    background-color: white;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-right: 15px;
}

.add-ons-div .form-check-input::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 3px;
    width: 6px;
    height: 12px;
    border: solid transparent;
    border-width: 0 2px 2px 0;
}

.add-ons-div .form-check-input:checked {
    background-color: white;
    border-color: var(--secondary-color);
}

.add-ons-div .form-check-input:checked::before {
    content: url(../icon/check-tick.png);
}
/* ============================================= */

.confirm-package-img-div img{
    width: 430px;
    border-radius: 12px;
    height: 500px;
}

.confirm-package-img-div{
    width: 430px;
    position: relative;
}

.confirm-package-img-div .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.144);
    z-index: 1;
    border-radius: 12px;
    display: flex;
    align-items: end;
    padding: 25px;
}

.confirm-package-img-div .overlay h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black-text);
}

.confirm-package-img-div .overlay .overlay-in{
    width: 100%;
    background-color: var(--white-text);
    padding: 25px;
    border-radius: 12px;
}

.confirm-package-img-div .overlay p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--gray);
    margin-top: 5px;
}

.confirm-package-img-div .overlay .total-price-div{
    text-align: right;
}

.confirm-package-img-div .overlay span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--secondary-color);
}

.confirm-package-right-div{
    margin-left: 30px;
}

.confirm-package-right-div h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black-text);
}

.confirm-package-right-div p{
    font-weight: 600;
}

.receivers-detail-div{
    margin-top: 50px;
}

.receivers-detail-div h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: var(--black-text);
}

.receivers-detail-div p{
    width: 50%;
}

.receivers-detail-div form{
    margin-top: 30px;
}

.receivers-detail-div form .form-row label{
    font-size: 18px;
    line-height: 30px;
    font-weight: 450;
    color: var(--black-text);
}

.bottom-section{
    margin-bottom: 130px;
}

.add-ons-div-outer{
    padding-left: 70px;
}

.receivers-detail-div form .form-row input{
    border: none;
    background-color: #F5F5F5;
    border-radius: 8px;
    height: 75px;
    margin-bottom: 15px;
}
.receivers-detail-div form .form-row textarea{
    border: none;
    background-color: #F5F5F5;
    border-radius: 8px;
}

.credit-cards-div{
    width: 470px;
}

.credit-cards-div a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 20px;
}

.credit-cards-div .form-check{
    border-bottom: 1px solid var(--border-gray);
    padding: 15px 0px;
}

.credit-cards-div .form-check h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 450;
    color: #2B2D42;
    margin-bottom: 10px !important;
}

.credit-cards-div .form-check img{
    padding-left: 20px;
    margin-right: 10px;
}

.confirm-payment-div-left .orange-fill-btn{
    margin-top: 150px;
}

.confirm-payment-div-left .form-check-input{
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.confirm-payment-div-left .form-check-input:checked{
    background-color: var(--primary-color);
    border: 1px solid #EBECED;
}

.confirm-payment-div-left .form-check-input:checked::before {
    background-color: var(--primary-color);
}

.confirm-payment-div-left .form-check-input:checked[type=radio] {
    background-image: none;
}

.exciting-offers-div{
    border: 1px solid #FFCEAD;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    width: 480px;
}
.discount-div{
    padding-top: 10px;
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
}

.discount-div p{
    width: 100%;
}

.discount-div h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: var(--secondary-color);
}

.exciting-offers-div h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    color: var(--black-text);
}

.exciting-offers-div a{
    width: 220px;
}

.stars{
    font-size: 50px;
}

.payment-success-div{
    margin-bottom: 80px;
}

.payment-success-div p{
    width: 60%;
}

.Purchased-div p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--secondary-color) !important;
    text-align: right;
}

.earned-pts-div{
    border-bottom: none;
}

.earned-div{
    height: auto;
}

.order-box{
    padding: 25px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.order-detail{
    width: 100%;
    border-bottom: 1px solid var(--border-gray);
    margin-bottom: 10px;
}

.order-detail img{
    width: 100px;
    height: 100px;
    border-radius: 8px 8px 0px 0px;
    margin-right: 15px;
}

.order-detail h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black-text);
    margin-bottom: 10px !important;
}

.order-detail h6{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: var(--secondary-color);
}

.order-item span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: var(--gray);
    margin-right: 15px;
}

.confirmed-order-box img{
    height: 180px;
    width: 180px;
}

.confirmed-order-box .order-detail{
    margin-bottom: 20px;
}

/* Login & Register========================================================================== */

.login-section{
    height: 100vh;
}

.login-section-left img{
    height: 100vh;
    width: 100%;
}

.login-section-right{
    padding: 20px;
}

.back-div a{
   color: var(--secondary-color);
   font-weight: 500;
   font-size: 16px;
}

.login-form-div{
    padding: 50px 80px 0px 80px;
    text-align: center;
}

.login-form-div h2{
    margin-bottom: 30px !important;
}

.login-form-div .logo{
    width: 150px;
    margin-bottom: 50px;
}

.login-form-div form .form-row label{
    font-size: 16px;
    line-height: 30px;
    font-weight: 450;
    color: var(--black-text);
}

.login-form-div form .form-row input{
    border: none;
    background-color: #F5F5F5;
    border-radius: 8px;
    height: 50px;
    margin-bottom: 15px;
}

.login-form-div .orange-fill-btn{
   margin-top: 20px;
}

.forget-password{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.forget-password:hover{
    color: var(--secondary-color);
}

.register-link{
    margin-top: 50px;
}

.register-link span{
    color: var(--black-text);
    font-weight: 500;
    font-size: 16px;
}

.register-link a{
    color: var(--primary-color);
}
