::selection {
    background: #84194f; /* Replace with your desired background color */
    color: #fff; /* Replace with your desired text color */
}

/* For Firefox, also add this: */
::-moz-selection {
    background: #ae8625;
    color: #ffffff;
}
body {
    font-family: "Source Sans 3", serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    overflow-x: hidden;
}
h1,
h2,
h,
h4,
h5,
h6 {
    font-family: "Marcellus", serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

button {
    background-color: #008080;
    text-transform: uppercase;
    padding: 15px 25px 12px 25px;
    color: white;
    border-radius: 100px;
    border: none;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
li {
}

.sp-top-header {
    background: #84194f;
}
.sp-top-header .sp-row {
    padding: 10px 20px;
}
.sp-top-header .sp-row ul {
}
.sp-top-header .sp-row ul li {
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.sp-top-header .sp-row ul li a {
    color: white;
}
.sp-top-header .sp-row ul li span {
}
.sp-top-header .sp-row .sp-contact li i {
    margin-right: 8px;
}
.sp-top-header .sp-row .sp-contact {
    display: flex;
    justify-content: right;
}
.sp-top-header .sp-row .sp-social {
    display: flex;
    justify-content: right;
}
.sp-top-header .sp-row .sp-social li {
    margin-right: 11px;
}
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Align dropdown with the parent */
    border: none;
    border-top: 2px solid #008080;
    border-radius: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.sp-nav {
    background: white !important;
    padding: 5px 20px;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #f6f6f6;
}
.sp-nav img {
    width: 100px;
}
.sp-nav .nav-link,
.sp-nav .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000000;
}
.sp-nav .nav-link:hover,
.sp-nav .dropdown-item:hover {
    color: #84194f;
    background: white;
}

.sp-slider {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 2s ease-in-out; /* Smooth transition between images */
}

.sp-slider .sp-content {
    min-height: 85vh;
    background: #0000007d;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.sp-slider .sp-content h2 {
    font-size: 55px;
    font-weight: normal;
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
}
.sp-slider .sp-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 0 20%;
    text-align: center;
}

.sp-slider .sp-content .sp-box {
    text-align: center;
    padding: 15px 15px 15px 15px;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    min-height: 157px;
}
.sp-slider .sp-content .sp-box img {
    width: 65px;
    margin: 0 0 15px 0;
}
.sp-slider .sp-content .sp-box h6 {
    color: #000000;
}

/* Ken Burns animation for background zoom */
/*.ken-burns {
            animation: kenburns 10s ease-in-out infinite;
        }

        @keyframes kenburns {
            0% {
                transform: scale(1) translate(0, 0);
            }
            50% {
                transform: scale(1.2) translate(-10px, -10px);
            }
            100% {
                transform: scale(1) translate(0, 0);
            }
        }*/

.sp-color {
    background-color: #008080 !important;
}
.sp-color h6 {
    color: white !important;
}

.sp-section {
    padding: 50px 20px;
}
.sp-title {
    font-size: 43px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    color: #008080;
    margin: 0 0 30px 0;
}
.sp-title span {
    color: #000000;
}
/* Wrapper for image and overlay */
.image-container {
    position: relative;
    width: auto; /* Adjust to your image size */
    height: auto; /* Adjust to your image size */
    overflow: hidden;
    border-radius: 1000px;
    margin-bottom: 10px;
    display: block;
}

/* The image */
.image-container img {
    width: 100%;
    height: 100%;
    display: block;
}

/* The overlay div */
.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 128 128 / 68%); /* Semi-transparent black */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-transform: capitalize;
}

/* Show overlay on hover */
.image-container:hover .overlay {
    opacity: 1;
}
.sp-destinations .col-sm-2 {
    width: 20%;
    padding: 0 5px;
}

.sp-destinations {
    padding: 50px 30px;
}

footer {
    background: #84194f;
}
footer .row {
    padding: 50px 20px;
}

footer h6 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #ffffff;
    margin-bottom: 20px;
}
footer .sp-social {
    display: flex;
}
footer .sp-social li {
}
footer .sp-social li a {
    margin-right: 10px;
}
footer .sp-social li a i {
    text-align: center;
    text-decoration: none;
    border-radius: 50% 50% 50% 50%;
    width: 30px;
    height: 30px;
    line-height: 31px;
    color: #000000;
    background-color: #ffffff;
}
footer img {
    margin-bottom: 10px;
    width: 100px;
}
footer .sp-link.sp-cont {
}
footer .sp-link.sp-cont li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
footer .sp-link.sp-cont li i {
    color: #c9a236;
    margin-right: 14px;
}
footer .sp-link.sp-cont li span {
    font-size: 15px;
    line-height: 24px;
    color: white;
}
footer .sp-link {
}
footer .sp-link li {
    margin-bottom: 4px;
    text-transform: capitalize;
}
footer .sp-link li a {
    color: #fff;
}
footer .sp-link li a:hover {
    color: #c9a236;
}

.sp-copy {
    background: #fff;
    padding: 15px;
}
.sp-copy p {
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

/* Container for the search bar */
.search-container {
    max-width: 885px;
    margin: 50px auto;
    position: relative;
}

/* Styling for the search input */
.search-container input {
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-left: 50px; /* Space for search icon */
    height: 60px;
    font-size: 25px;
}

/* Search icon inside input */
.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: gray;
}

/* Close icon */
.close-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: gray;
    cursor: pointer;
    display: none; /* Hidden initially */
}

/* Suggestions box */
.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    text-align: left;
}

/* Suggestion item */
.suggestions li {
    list-style: none;
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
}

/* Highlight suggestion on hover */
.suggestions li:hover {
    background-color: #f0f0f0;
}

/* Highlight selected suggestion */
.suggestions li.active {
    background-color: #00808029;
    border: 2px solid #008080;
}

/* Destination list styling */
.destination-list {
    margin-top: 20px;
}

.destination-list li {
    list-style: none;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Tag styling */
.destination-list .tag {
    margin-left: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
}

.tag.honeymoon {
    background-color: #f8c4cf;
}

.tag.trending {
    background-color: #ffb3a7;
}

.tag.in-season {
    background-color: #a5d6a7;
}

.tag.budget {
    background-color: #d6a677;
}

.tag.popular {
    background-color: #b0bec5;
}
/* Destination list styling */
.destination-list {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    display: flex;
    flex-direction: column; /* Ensures all items are vertically aligned */
    align-items: flex-start; /* Aligns all items to the left */
    max-width: 600px;
}

.destination-list li {
    list-style: none; /* Removes default bullet points */
    font-size: 1.2rem;
    display: flex;
    align-items: center; /* Ensures tag aligns with text */
    margin-bottom: 10px;
    width: 100%;
}

.destination-list .tag {
    margin-left: 10px; /* Adds space between destination name and tag */
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

/* Individual tag colors */
.tag.honeymoon {
    background-color: #f8c4cf;
    color: #d3002d;
}

.tag.trending {
    color: #bd1a00;
    background-color: #ffb3a7;
}

.tag.in-season {
    color: #002c02;
    background-color: #a5d6a7;
}

.tag.budget {
    background-color: #d6a677;
    color: #a14f00;
}

.tag.popular {
    background-color: #b0bec5;
    color: #00283c;
}

.sp-search-page {
    background: url(../img/ezgif-4-22319ae434.jpg);
    background-size: cover;
}

.destination-list a {
    color: #595c5f;
    font-weight: 500;
}
.destination-list a:hover {
    color: #008080;
    font-weight: 500;
}

.sp-beadrcrumb {
    background: url(../img/breadcrumb.jpg);
    background-size: cover;
    background-position: center;
}

.sp-beadrcrumb .row {
    background: #00000082;
    min-height: 230px;
}
.sp-beadrcrumb ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-beadrcrumb ul li {
    font-size: 15px;
    color: white;
    margin: 0 0 0 15px;
}
.sp-beadrcrumb ul li a {
    color: white;
}
.sp-beadrcrumb ul li a i {
    font-size: 20px;
    color: white;
}
.sp-beadrcrumb ul li i {
    font-size: 12px;
    color: #008080;
}
.sp-beadrcrumb ul li span {
}

.sp-packages {
}
.sp-packages .sp-package-box {
    display: flex;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 10px;
    cursor: pointer;
}
.sp-packages .sp-package-box .sp-img {
    background: url(../img/jp12287d138859-1-hotel_carousel_large.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
}
.sp-packages .sp-package-box .sp-package-text {
    padding: 30px;
}
.sp-packages .sp-package-box .sp-package-text .sp-package-name {
    font-size: 18px;
    margin-bottom: 20px;
}
.sp-packages .sp-package-box .sp-package-text .sp-package-meta {
    margin-bottom: 10px;
}
.sp-packages .sp-package-box .sp-package-text .sp-package-meta .badge {
    color: #005a6a;
    background: #0dcaf040;
    margin-bottom: 3px;
}
.sp-packages .sp-package-box .sp-package-text .sp-package-meta .badge i {
}
.sp-packages .sp-package-box .sp-package-text .sp-package-includes {
}
.sp-packages .sp-package-box .sp-package-text .sp-package-includes p {
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 10px;
}
.sp-packages .sp-package-box .sp-package-text .sp-package-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-price {
    font-size: 26px;
    font-weight: bold;
    color: #008080;
}
.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-price span {
    font-size: 13px;
    color: #606060;
}
.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-btn {
}
.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-btn {
}
.sp-packages .sp-package-box .sp-package-text .sp-package-price .sp-btn button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
}

/* Custom styling for the form */
.phone-form {
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
}

.phone-form .btn {
    border-radius: 20px;
    padding: 10px 20px;
}

.form-control {
    border-radius: 10px;
}

.phone-input-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-input-group .country-code {
    max-width: 80px; /* Restrict width for ISD code */
    border-radius: 10px 0 0 10px;
}

.phone-input-group .phone-number {
    border-radius: 0 10px 10px 0;
}

.btn-disabled {
    background-color: #d4f4d4;
    cursor: not-allowed;
    pointer-events: none;
}

.modal-title {
    font-size: 20px;
}

.filter-section {
    max-width: 300px;
    margin: 20px;
}

.filter-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group label {
    font-weight: normal;
}

.form-check-input {
    border-color: #28a745;
    margin-right: 10px;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none !important;
}

.sp-selected-city {
    padding: 0 10%;
}
.sp-selected-city p {
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.sp-selected-city .sp-select-box {
    clear: both;
    margin: 15px 0 20px;
}
.sp-selected-city .sp-select-box .sp-city {
    border: 1px solid #008080;
    border-radius: 8px;
    color: #008080;
    text-transform: capitalize;
    font-weight: bold;
    padding: 7px 15px;
    background: #00808030;
    margin-right: 5px;
}
.sp-selected-city .sp-select-box .sp-city i {
    font-size: 12px;
    margin-left: 4px;
}
.sp-selected-city .sp-progress {
    display: flex;
}
.sp-selected-city .sp-progress div {
    height: 5px;
    background: #cbe3e3;
    width: 25%;
    margin-right: 8px;
}
.sp-selected-city .sp-progress .sp-select {
    background: #008080;
}
.sp-select-duration {
    padding: 30px 10%;
}
.sp-select-duration p {
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.sp-select-duration .sp-duration-box {
}
.sp-select-duration .sp-duration-box .sp-duration:hover {
    border: 1px solid #008080;
    background: #00808030;
}
.sp-select-duration .sp-duration-box .sp-duration {
    background: white;
    display: block;
    border: 1px solid #cfe7e7;
    padding: 25px;
    text-align: center;
    margin: 0 -5px;
    border-radius: 10px;
}
.sp-select-duration .sp-duration-box .sp-duration img {
    width: 80px;
    margin: 0 auto 35px;
    display: block;
}
.sp-select-duration .sp-duration-box .sp-duration span {
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.sp-select-duration .sp-city-box {
}
.sp-select-duration .sp-city-box .sp-city {
    display: block;
    margin: 0 -8px;
    background: white;
    border-radius: 20px;
    border: 1px solid #cfe7e7;
    text-align: center;
}
.sp-select-duration .sp-city-box .sp-city img {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 20px;
}
.sp-select-duration .sp-city-box .sp-city h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding: 0 10px;
}
.sp-select-duration .sp-city-box .sp-city p {
    color: gray;
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
}
.sp-select-duration .sp-city-box .sp-city .sp-bage {
    color: #cca129;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.sp-select-duration .sp-city-box .sp-city .sp-suggestion {
    display: block;
    margin: 15px 0 20px;
}
.sp-select-duration .sp-city-box .sp-city .sp-suggestion span {
    font-size: 11px;
    text-transform: capitalize;
    background: #cfe7e7;
    color: #008080;
    padding: 5px 10px;
    border-radius: 100px;
}

.sp-mobile {
    display: none;
}

.sp-middle-header {
    padding: 10px 30px;
    align-items: center;
}

.sp-img-content {
    display: flex;
}
.sp-img-content .sp-img-box {
}
.sp-img-content .sp-img-box {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.sp-img-content .sp-img-box .sp-img {
}
.sp-img-content .sp-img-box .sp-img img {
    width: 25px;
    margin-right: 7px;
}
.sp-img-content .sp-img-box .sp-img-content {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Marcellus", serif;
}

.sp-search {
    display: flex;
    align-items: center;
    justify-content: right;
}

.sp-search form {
    width: 50%;
}
.sp-search .form-control {
    border-radius: 0;
    font-size: 14px;
    height: 50px;
}
.sp-search .sp-info {
    margin-left: 10px;
}
.sp-search .sp-info a {
    margin-left: 10px;
}
.sp-search .sp-info a i {
    color: #84194f;
    font-size: 20px;
}

.sp-copy img {
    float: right;
}

/* Carousel container height */
#kenburnsCarousel .carousel-inner {
    height: 500px; /* Full screen height */
}

/* Ken Burns effect on background image */
#kenburnsCarousel .carousel-item {
    position: relative;
    overflow: hidden;
    height: 500px;
    padding: 50px;
}

#kenburnsCarousel .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: kenburns 10s infinite alternate ease-in-out;
}

/* Background images for each slide */
#kenburnsCarousel .carousel-item:nth-child(1)::before {
    background-image: url("../img/1.jpg");
}
#kenburnsCarousel .carousel-item:nth-child(2)::before {
    background-image: url("../img/2.png");
}

/* Ken Burns Animation */
@keyframes kenburns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

/* Overlay for text */
#kenburnsCarousel .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    animation: fadeIn 1.5s ease-in-out;
}

/* Fade In Animation for Text */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.sp-carousel-caption {
    position: relative;
    margin-top: 14%;
    margin-left: 7%;
}
.sp-carousel-caption h2 {
    color: #ae8625;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
}
.sp-carousel-caption p {
    font-size: 17px;
    line-height: 1.4;
    color: white;
    margin-bottom: 25px;
}
.sp-carousel-caption .sp-btn {
    background-color: #84194f;
    font-size: 19px;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    border-width: 0px;
    color: white;
    border-radius: 100px;
    padding: 10px 20px;
}
#kenburnsCarousel .carousel-item.active {
}

.sp-product-details {
}
.sp-product-details .row {
    padding: 10px 50px 50px;
}
.sp-product-details .sp-product-slider {
}

.color-btn,
.material-btn,
.size-btn,
.style-btn {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    transition: 0.2s ease-in-out;
    padding: 3px 7px;
    color: black;
    text-transform: capitalize;
    border-radius: 5px;
}
.color-btn.active,
.material-btn.active,
.size-btn.active,
.style-btn.active {
    border: 2px solid black;
}
.clear-btn {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    color: gray;
}

.sp-prd-select .clear-btn {
    padding: 0;
    text-decoration: none;
}
.sp-bread-nav {
    font-size: 0.92em;
    color: #777;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.sp-bread-nav a {
    color: #c39b3b;
    font-weight: 500;
}
.sp-prduct-att {
    padding: 10px 25px;
}
.sp-prd-select p {
    font-size: 16px;
}
.sp-prd-select strong {
}
.sp-prd-select span {
    font-weight: 600;
}
.sp-prduct-att {
}
.sp-prduct-att .sp-price {
    display: flex;
    align-items: center;
}
.sp-prduct-att .sp-price .sp-pp {
    font-weight: 400;
    color: #7f7f7f;
    font-size: 1.5rem;
    text-decoration: line-through;
    margin-right: 10px;
}
.sp-prduct-att .sp-price .sp-final-price {
    font-weight: 700;
    color: #000000;
    font-size: 1.5rem;
}
.sp-prduct-att .sp-product-name {
    font-size: 1.625rem;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.quantity-box {
    width: 70px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    height: 40px;
}
.add-to-cart {
    background-color: #c39b3b;
    color: white;
    font-weight: bold;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    text-transform: capitalize;
}
.add-to-cart:hover {
    background-color: #b68f32;
}
.sp-sku-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sp-sku-box .sp-sku {
    margin-right: 10px;
}
.sp-sku-box .sp-sku span {
}
.sp-sku-box .sp-pp-cat {
}
.sp-sku-box .sp-pp-cat a {
    color: #c39b3b;
    font-weight: 500;
}

.sp-price-backup button {
    background: none;
    padding: 0;
    color: #000000;
    font-weight: bold;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > thead > tr > th {
    border-bottom: 0 solid #ddd !important;
}

.priceDescriptionTable tr td,
.priceDescriptionTable tr th {
    font-size: 14px;
    padding: 5px 4px !important;
}
#productPreview_specification .table > tbody > tr > td {
    font-size: 14px;
    padding: 2px;
    border-bottom: 1px solid #ddd;
}
.noPaddingLeft,
.noPaddingLeftRight {
    padding-left: 0 !important;
}

.sp-product-description {
}
.woocommerce-js table.shop_attributes {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 1.618em;
    width: 100%;
}
.woocommerce-js div.product .woocommerce-tabs .shop_attributes {
    border-style: solid;
}
.woocommerce-js table.shop_attributes th {
    width: 150px;
    font-weight: 500;
    border-top: 0;
    border-bottom: 1px dotted #e5e5e5;
    margin: 0;
    line-height: 1.5;
    text-align: left;
}
.shop_attributes td,
.shop_attributes th {
    padding: 0.67em 1.34em;
    border-color: #e5e5e5;
}
.shop_attributes th {
    border-left-width: 1px;
    border-style: solid;
    padding-left: 0.9em;
    color: #3a3a3a;
}
.shop_attributes td {
    font-style: normal;
    border-style: solid;
}
.shop_attributes th {
    border-left-width: 1px;
    border-style: solid;
    padding-left: 0.9em;
    color: #3a3a3a;
}
.tab-content > .tab-pane {
    padding-top: 20px;
}
.nav.nav-tabs {
    border-bottom: 2px solid #d3ced2;
}

.sp-product-description .nav-tabs {
}
.sp-product-description .nav-tabs .nav-item {
}
.sp-product-description .nav-tabs .nav-item .nav-link {
    color: #515151;
    font-weight: 700;
    border-top: 3px solid #fff;
}
.sp-product-description .nav-tabs .nav-item .nav-link.active {
    border: none;
    border-top: 3px solid #c9a236;
    border-radius: 0;
    border-bottom: 0;
}

.sp-bread {
    margin-bottom: 50px;
}
.sp-bread .row {
    box-shadow: 0px 0px 10px 0px rgba(147.89999999999998, 147.89999999999998, 147.89999999999998, 0.5);
    padding: 45px 0px;
}
.sp-bread h3 {
    text-align: center;
    margin-bottom: 25px;
}
.sp-bread p {
    text-align: center;
    margin: 0;
    color: #777;
    text-transform: capitalize;
}
.sp-bread p a {
}
.sp-bread p i {
    padding: 0 5px;
}
.sp-product-categories {
}
.sp-product-categories .row {
    padding: 0 50px;
}
.sp-product-categories h2 {
}
.sp-product-categories .sp-product-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    margin-bottom: 20px;
}
.sp-product-categories .sp-product-box img {
    width: 100%;
}
.sp-product-categories .sp-product-box .sp-cat {
}
.sp-product-categories .sp-product-box .sp-cat {
    font-size: 0.85em;
    margin-bottom: 0.5em;
    display: block;
    line-height: 1.3;
    opacity: 0.6;
}
.sp-product-categories .sp-product-box .sp-prd-name {
    color: #ae8625;
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 1em;
    text-transform: capitalize;
    font-family: "Marcellus", serif;
}
.sp-product-categories .sp-product-box .sp-prd-pp {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.sp-product-categories .sp-product-box .sp-btn {
    text-transform: capitalize;
    color: white;
    background: #84194f;
    border-radius: 100px;
    padding: 7px 20px;
    display: inline;
}

.sp-bread a {
    color: #ae8625;
}


.sp-middle-header img{
	width:100px;
}

.login-card {
    width: 400px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background: white;
}

.card-header {
    background: white;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.card-header-pills {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.card-header-pills .nav-link {
    transition: all 0.3s;
    text-transform: capitalize;
    border: 1px solid #84194f;
    border-radius: 0;
    color: #84194f;
    padding: 10px 60px;
    font-size: 17px;
}

.card-header-pills .nav-link.active {
    background: #84194f;
    color: white;
    border-radius: 0;
}

.card-body {
    padding: 20px;
}

.social-login button {
    margin: 5px;
    width: 45%;
}

.sp-login{
	margin-bottom:30px;
}
form label{
    font-weight: 500;
    text-transform: capitalize;
}
.card-body .form-control, .forgot-password-container .form-control{
    border-radius: 0;
    height: 50px;
}

.sp-log{
    border-radius: 0;
    background: #af4c37;
    border-color: #af4c37;
}
.sp-reg{
    border-radius: 0;
    background: #cfab6f;
    border-color: #cfab6f;
}

.forgot-password-container {
            max-width: 400px;
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        .forgot-password-container h2 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .forgot-password-container p {
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
        }
        .forgot-password-container .btn {
            width: 100%;
            font-weight: 600;
        }
        .back-to-login {
            margin-top: 15px;
            display: block;
            font-size: 14px;
            color: #84194f;
            text-decoration: none;
        }
        .back-to-login:hover {
            text-decoration: underline;
        }