.alert-js-success,
.alert-js-info,
.alert-js-error {
    display: none;
}

.proLikeImg:hover svg path {
    fill: red;
}
.proLikeImg:hover {
    opacity: 0.5;
}
.proLikeImg.active svg path {
    fill: red;
}
.proLikeImg.active {
    opacity: 0.8;
}
.cartPrice > h5 {
    margin-top: 5px;
    margin-bottom: 0px;
}
.cartDelete {
    float: right;
}
.ProductTotal {
    font-style: italic;
    font-weight: 500;
}
.summeryIcon > img {
    width: 50px;
}
.deliveryDetails {
    padding: 20px;
}
.text-small {
    font-size: 14px;
}
.section-padding {
    padding-top: 40px;
    padding-bottom: 80px;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -0.75rem !important;
}
.mt-n4 {
    margin-top: -1rem !important;
}
.mt-n5 {
    margin-top: -1.5rem !important;
}
.editshipping-btn {
    max-width: unset;
    margin-left: 15px;
}
.no-text-transform {
    text-transform: none !important;
}

.dashboardCard {
    padding: 50px 0px;
    font-size: large;
}
.bgSecondary {
    border-radius: 10px;
    background-color: var(--bs-gray-200);
}
.accCard {
    padding: 0 12px;
}
.wishlistIcon {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.2;
}

.wishlistImg img {
    min-height: 235px;
    max-height: 235px;
}
.wishlistTitle > h5 {
    font-style: italic;
    font-size: 14px;
    height: 25px;
}
.wishlistSpace {
    padding-bottom: 20px;
}
.wishlistImg {
    position: relative;
}
.wishlistIcon {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 6px 0px 6px;
}
.tt-dataset .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align: left;
}
.tt-dataset .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.tt-dataset .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.tt-dataset .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.tt-dataset .list-group-item + .list-group-item {
    border-top-width: 0;
}
.tt-dataset .text-dark {
    color: #212529 !important;
}
.tt-menu {
    width: 100%;
}
.tt-dataset .search-result {
    text-align: start;
}
.tt-dataset.tt-dataset-search {
    width: 100% !important;
    margin-top: 5px !important;
    border-radius: 10px !important;
}

.accountInfo > div > h5 {
    font-style: italic;
    margin: 15px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.shippingBtn > ul > li > a {
    text-transform: uppercase;
}
.proLikeImg.active {
    opacity: 1 !important;
}

.bannerContent > h1 {
    color: var(--white);
    font-size: 45px;
    font-family: var(--baseFont);
    font-weight: 500;
    font-style: italic;
    line-height: 54px;
}
::selection {
    color: rgb(0, 0, 0);
    background: rgb(144, 205, 255);
}
.bannerContent {
    max-width: 600px !important;
    position: absolute;
    bottom: 180px;
}
.bannerContent {
    max-width: 100%;
}
/* .bannerContent>h1{font-size:45px;line-height:54px!important;} */
/* .bannerContent{max-width:750px!important;} */
.productDetail .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.productDetail .accordion-button {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
.productDetail .accordion-button::after {
    content: none;
}
.productDetail .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: -20px;
    margin-right: 20px;
    content: "";
    background-image: url("data:image/svg+xml,<svg stroke='black' stroke-width='1' xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 20 20' fill='%23212529'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.productDetail .accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,<svg stroke='black' stroke-width='1' xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 20 20' fill='%23212529'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    transform: var(--bs-accordion-btn-icon-transform);
}
.productDetail .accordion-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
}
.productDetail .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.lgText {
    max-width: 900px !important;
}
.form-control {
    border-radius: 99px !important;
}

textarea.form-control {
    border-radius: 15px !important;
}
.center-vertically {
    display: flex;
    justify-content: center;
}

.was-validated .custom-select:invalid + .select2 .select2-selection {
    border-color: #dc3545 !important;
}
.was-validated .custom-select:valid + .select2 .select2-selection {
    border-color: #28a745 !important;
}
*:focus {
    outline: 0px;
}

.productDetail > p {
    font-size: 16px;
    line-height: 1.5;
}
.proSingleSlider,
.prothumbSlider .swiper-slide {
    border: 0px;
}
.prothumbSlider .swiper-slide {
    height: inherit !important;
}
.quantityField {
    border-radius: 35px;
}
.productDetail {
    padding: 0px 0 0 20px;
}
.productDetail > h2 {
    padding: 15px 0 15px !important;
}
.cartContent {
    padding: 20px 20px 90px;
    position: relative;
    border: 1px solid var(--borderColor);
    border-top: 0px;
}
.Quantity h6,
.cartText01 h6 {
    color: var(--black);
}
.cartText01 h5,
.deleteIcon {
    color: var(--black);
}
.checkoutText h5 {
    color: var(--black);
}
.cart-right-box {
    background-color: var(--lightBg);
    border-radius: 10px;
}
.top-coupon-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    min-width: 90px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 0;
}
.checkout-coupon-btn {
    text-decoration: none !important;
}
.checkout-coupon-btn:hover {
    color: var(--primaryColor);
}
.bgSecondary {
    background-color: #d6dcd3 !important;
}
.WishlistNotification {
    height: 15px;
    width: 15px;
    font-size: 11px;
}
.payCartText > p {
    font-size: 16px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px var(--primaryColor) solid !important;
    outline: 2px dotted #e4e4e4 !important;
    outline-offset: 2px !important;
}

.form-select:focus {
    color: #212529;
    background-color: #fff;
    border: 1px var(--primaryColor) solid !important;
    outline: 2px dotted #e4e4e4 !important;
    outline-offset: 2px !important;
}
.loginFoot a:hover {
    color: var(--primaryColor);
}
.cartCol {
    background-color: var(--lightBg) !important;
}
.bannerSection {
    height: fit-content;
    padding: 0;
}
.newsletterInner .btn {
    padding: 18px;
}
.bannerSection .carousel-item > img {
    object-fit: cover;
    min-height: 380px;
    height: 100%;
}
.bannerSection .carousel-item > .container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12% 0 0 calc((100% - 1320px) / 2);
}
.paymentCol {
    position: relative;
    z-index: 1;
}
.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}
.carousel-control-prev {
    margin: auto auto auto 0;
}
.carousel-control-next {
    margin: auto 0 auto auto;
}
.carousel-indicators {
    bottom: 80px;
}
.bannerSection .bannerCol h1,
.bannerSection .bannerCol h4 {
    color: var(--footerBg);
    text-shadow: 0px 0px 20px var(--white);
}
.navLinks .dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
    background-color: transparent;
    color: var(--primaryColor);
}
.navLinks .accordion-item .accordion-button,
.navLinks .accordion-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
}
.navLinks .accordion-item .accordion-button,
.navLinks .accordion-body {
    border-bottom: solid 1px var(--primaryColor);
}
.navLinks .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
}
.navLinks .accordion-button:hover {
    color: var(--primaryColor);
}
.navLinks .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235dbb46'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.blog-section .post a {
    color: var(--primaryColor);
}
.top-coupon-p {
    font-size: 16px !important;
}
.blog-section .post a:hover {
    text-decoration: underline;
}
/* ---------------------------------------------------MAP------------------------------------------------------------- */
/*
* Property styles in unhighlighted state.
*/
.property {
    align-items: center;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    transition: all 0.1s ease-out;
    width: 30px;
}
.property.highlight::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%);
    transition: all 0.1s ease-out;
    width: 0;
    z-index: 1;
}
.property .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
}

.property .icon img {
    height: 50px;
    width: auto;
}

.property .details {
    display: none;
    flex-direction: column;
    flex: 1;
}

.property .customer {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}
.property .address {
    color: #636363;
    font-size: 14px;
    margin-bottom: 5px;
}
.property .email {
    color: #636363;
    font-size: 14px;
    margin-bottom: 5px;
}
.property .phone {
    color: #636363;
    font-size: 14px;
}
/*
* Property styles in highlighted state.
*/
.property.highlight {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: fit-content;
    padding: 15px 15px;
    width: auto;
}

.property.highlight::after {
    border-top: 9px solid #ffffff;
}

.property.highlight .details {
    display: flex;
}

.property.highlight .icon img {
    width: 60px;
    height: 60px;
}

.property.highlight .icon img.icon {
    display: block;
}
.property.highlight .icon img.pin {
    display: none;
}

.property .icon img.icon {
    display: none;
}
.property .icon img.pin {
    display: block;
}
.checkOrder {
    padding: 5px 0;
}
button.badge {
    border: none;
}

@media (max-width: 1840px) {
    .bannerContent {
        bottom: 130px;
    }
}
@media (max-width: 1400px) {
    .bannerContent > h1 {
        font-size: 40px;
    }
    .bannerContent {
        bottom: 95px;
        left: 130px;
    }
    .bannerSection .carousel-item > .container {
        padding: 120px 0 0 calc((100% - 1140px) / 2);
    }
}
@media (max-width: 1199px) {
    .bannerContent > h1 {
        font-size: 35px;
    }
    .bannerContent {
        bottom: 65px;
        left: 70px;
    }
    .bannerSection .carousel-item > .container {
        padding: 120px 0 0 calc((100% - 960px) / 2);
    }
    .carousel-indicators {
        bottom: 50px;
    }
}
@media (max-width: 991px) {
    .bannerContent > h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .bannerContent {
        bottom: 40px;
        left: 55px;
        max-width: 450px !important;
    }
    .bannerSection .carousel-item > .container {
        padding: 120px 0 0 calc((100% - 768px) / 2);
    }
    .section-padding {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .cartProdutName > label {
        font-size: 11px !important;
    }
    .cartPrice > h5 {
        font-size: 1.05rem !important;
    }
    .wishlistIcon {
        padding: 4px 6px 2px 6px;
    }
    .wishlistImg img {
        min-height: 300px;
        max-height: 300px;
        object-fit: cover;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .bannerContent > h1 {
        font-size: 23px;
        line-height: 33px;
    }
    .bannerContent {
        max-width: 350px !important;
        position: absolute;
        bottom: 44px;
        text-align: left;
    }
    .bannerSection .carousel-item > .container {
        padding: 120px 0 0 calc((100% - 700px) / 2);
        max-width: 700px;
    }
}
@media (max-width: 585px) {
    .bannerContent > h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .bannerContent {
        bottom: 27px;
        left: 10px;
    }
    .bannerCol {
        padding-left: 30px;
    }
    .bannerBtn > ul > li {
        display: block;
        margin-bottom: 3px;
    }
    .bannerBtn > ul > li + li {
        margin-left: 0;
    }
    .section-padding {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

/* production temp */
.cartBtn,
.proButtonRow {
    /* display: none; */
}
