.banner-caption1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.forminheight {
    min-height: 515px;
}

.banner-caption1 h4 {
    background: #f3a952;
    border-radius: 8px 8px 8px 0px;
    padding: 7px 15px;
    color: #fff;
    margin-bottom: 15px;
    width: max-content;
    font-size: 15px;
    font-weight: 600;
}

.banner-caption1 h1 {
    color: #333;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 12px;
}

.banner-caption1 p {
    margin-bottom: 36px;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 23px;
}

.banner-caption1 .blueButton {
    background: #3483fa;
    color: #fff;
    border-radius: 30px;
    padding: 14px 28px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
}

.banner-caption2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-caption2 p,
.banner-caption3 p {
    color: #726f6f;
    font-size: 15px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.banner-caption2 h2,
.banner-caption3 h2 {
    font-family: "Work Sans", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.banner-caption2 .blueButton,
.banner-caption3 .blueButton {
    background: #3483fa;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
}

.banner-caption3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blueButton:hover {
    box-shadow: 0 2px 13px rgb(21, 20, 147, 0.25);
}

.four-blocks .textpart h3 {
    color: #333333;
    font-size: 23px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.four-blocks .textpart p {
    color: #9b9b9b;
    font-size: 16px;
}

.product-carousel {
    background: rgba(0, 113, 188, 0.06);
    padding: 90px 0;
    text-align: center;
}

.product-carousel h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    color: #333;
    text-transform: capitalize;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: max-content;
    margin: auto;
    padding: 0 45px;
}

.product-carousel h2::before {
    content: "";
    background: url(../images/line1.png) no-repeat center left;
    position: absolute;
    width: 70px;
    height: 1px;
    left: -45px;
}

.product-carousel h2::after {
    content: "";
    background: url(../images/line2.png) no-repeat center right;
    position: absolute;
    width: 70px;
    height: 1px;
    right: -45px;
}

.product-carousel .custom-col {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    position: relative;
    margin: 0 4px;
}
.product-carousel .carousel .carousel-item {
    min-height: 255px;
    text-align: center;
    overflow: hidden;
}
.product-carousel .carousel .carousel-item .img-box {
    height: 170px;
    width: 100%;
    position: relative;
}
.product-carousel .carousel .carousel-item img {
    width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    object-fit: cover;
}
.product-carousel .carousel .carousel-item h4 {
    font-size: 14px;
    margin: 10px 0;
    color: #000;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.product-carousel .carousel .thumb-wrapper {
    text-align: center;
    box-shadow: 0px 4px 29px 0px rgba(0, 113, 188, 0.06);
    padding: 0 19px;
    background: #fff;
    border-radius: 10px;
}
.product-carousel .carousel .thumb-content {
    padding: 15px 0;
}
.product-carousel .carousel-control-prev,
.carousel-control-next {
    height: 42px;
    width: 42px;
    background: #fff;
    margin: auto 0;
    opacity: 1;
    border-radius: 50%;
    top: -44px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.product-carousel .carousel-control-prev {
    left: -20px;
}
.product-carousel .carousel-control-next {
    right: -16px;
}
.product-carousel .carousel-control-prev i,
.carousel-control-next i {
    font-size: 16px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -7px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #000;
    text-shadow: none;
    font-weight: bold;
}
.product-carousel .carousel-control-prev i {
    margin-left: -3px;
}
.product-carousel .carousel-control-next i {
    margin-right: -3px;
}
.product-carousel .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}
.product-carousel .carousel .item-price strike {
    color: #999;
    margin-right: 5px;
}
.product-carousel .carousel .item-price span {
    color: #86bd57;
    font-size: 110%;
}
.product-carousel .carousel .carousel-indicators {
    bottom: -50px;
}
.product-carousel .carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}
.product-carousel .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}
.product-carousel .carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}

.featured-products {
    padding: 90px 0;
}

.featured-products .leftSection h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 12px;
    position: relative;
    padding-right: 45px;
    width: max-content;
}

.featured-products .leftSection h2::after {
    content: "";
    background: url(../images/line2.png) no-repeat center right;
    width: 70px;
    height: 1px;
    position: absolute;
    right: -36px;
    top: 16px;
    display: flex;
}

.featured-products .leftSection p {
    color: #9b9b9b;
    line-height: 23px;
    font-size: 16px;
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.featured-products .blueButton {
    background: #3483fa;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
}

.product-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 18%;
    flex: 0 0 18%;
    margin: 0 12px;
    cursor: pointer;
    margin-bottom: 30px;
}

.product-card:hover {
    box-shadow: 0px 14px 48px 0px rgba(0, 0, 0, 0.12);
}

.product-card .p-img {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    object-fit: contain;
}

.product-card .tag {
    color: #9b9b9b;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Work Sans", sans-serif;
    text-align: left;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-price {
    font-size: 18px;
    font-weight: 600;
    color: #3483fa;
    margin-bottom: 15px;
    font-family: "Work Sans", sans-serif;
}

.product-rating {
    color: #ffc107;
    margin-bottom: 15px;
}

.btn-cart {
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
    transition: ease-in-out 0.6s;
}

.btn-cart:hover {
    background-color: #3483fa;
    color: #fff;
}

.favourite {
    display: flex;
    justify-content: end;
}

.btn-fav {
    border: 0;
    background-color: transparent;
    font-size: 20px;
}

.recommended-products h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    color: #333;
    text-transform: capitalize;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: max-content;
    margin: 0 auto 18px;
    padding: 0 45px;
}

.recommended-products h2::before {
    content: "";
    background: url(../images/line1.png) no-repeat center left;
    position: absolute;
    width: 70px;
    height: 1px;
    left: -45px;
}

.recommended-products h2::after {
    content: "";
    background: url(../images/line2.png) no-repeat center right;
    position: absolute;
    width: 70px;
    height: 1px;
    right: -45px;
}

.recommended-products p {
    text-align: center;
    color: #9b9b9b;
    font-size: 16px;
    line-height: 23px;
}

.recommended-products .carousel-item {
    padding: 20px;
}

.recommended-products .carousel-item img {
    max-width: 100%;
    border-radius: 10px;
}

.recommended-products .product-info {
    max-width: 100%;
    margin-left: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recommended-products .product-info p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #505050;
    text-align: left;
    font-family: "Work Sans", sans-serif;
}

.recommended-products .product-info h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Work Sans", sans-serif;
}

.recommended-products .product-info .price {
    font-size: 22px;
    font-weight: 600;
    color: #007bff;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 33px;
}

.btn-shop {
    background-color: #1e2584;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 17px;
    font-weight: 500;
    width: max-content;
}

.btn-shop:hover {
    background-color: #0056b3;
}

.recommended-products .carousel-indicators [data-bs-target] {
    background-color: #d4d4d4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: ease-in-out 0.6s;
}

.recommended-products .carousel-indicators .active {
    background-color: #3483fa;
    width: 26px;
    height: 8px;
    border-radius: 14px;
}

.recommended-products .carousel-indicators {
    bottom: -45px;
}

.about {
    margin-top: 120px;
}

.about h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    color: #333;
    text-transform: capitalize;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    width: max-content;
    margin-bottom: 18px;
}

.about h2::after {
    content: "";
    background: url(../images/line2.png) no-repeat center right;
    position: absolute;
    width: 70px;
    height: 1px;
    right: -45px;
}

.about p {
    font-size: 16px;
    line-height: 23px;
    color: #9b9b9b;
    margin-bottom: 35px;
}

.about .blueButton {
    background: #3483fa;
    color: #fff;
    border-radius: 30px;
    padding: 14px 28px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
}

.about img {
    border-radius: 12px;
}

.contact {
    margin-top: 150px;
    position: relative;
    background: #f4f4f4;
    padding: 0;
    height: 772px;
}

.contact img {
    position: absolute;
    height: 811px;
    bottom: 0;
    right: 0;
    width: 58%;
}

.contact h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    color: #333;
    text-transform: capitalize;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    width: max-content;
    margin-bottom: 18px;
}

.contact h2::after {
    content: "";
    background: url(../images/line2.png) no-repeat center right;
    position: absolute;
    width: 70px;
    height: 1px;
    right: -45px;
}

.contact p {
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.contact-form {
    border: 1px #eaeaea;
    background: #fff;
    box-shadow: 0px 17px 49px -1px rgba(0, 0, 0, 0.12);
    padding: 44px 54px;
    margin-top: 30px;
    position: absolute;
    z-index: 2;
    width: 30%;
}

.contact-form .blueButton {
    background: #3483fa;
    color: #fff;
    border-radius: 30px;
    padding: 14px 28px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

/*
.address {
    padding: 210px 100px;
    position: relative;
    z-index: 2;
}
*/

.address h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
    background: url(../images/blueline3.png) no-repeat left top;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 20px;
    padding-top: 28px;
}

.address p {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.17px;
    color: #efefef;
    margin-bottom: 25px;
}

.address ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.address ul li i {
    background: #5a9cff;
    color: #fff;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.contact-form input,
.contact-form textarea {
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #c1c1c1;
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    box-shadow: none;
}

footer {
    padding: 90px 0 0;
}

footer img {
    margin-bottom: 20px;
}

footer p {
    margin-bottom: 20px;
    color: #868383;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.social ul li {
    display: inline-flex;
    margin-right: 12px;
}

.social ul li a {
    color: #3483fa;
}

footer h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Work Sans", sans-serif;
    position: relative;
    background: url(../images/line2.png) no-repeat bottom left;
    padding-bottom: 20px;
    padding-top: 20px;
}


footer ul {
    margin-top: 30px;
    display: block;
    list-style-type: none;
    margin-block-start: unset;
    margin-block-end: unset;   
    padding-inline-start: unset;
    unicode-bidi: isolate;
}

footer ul li {
    margin-bottom: 25px;
    margin-top: 25px;
}

footer ul li,
footer ul li a {
    color: #868383;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

footer ul li .fa-solid {
    color: #3483fa;
    margin-right: 10px;
    float: left;
    margin-bottom: 5px;
}

footer ul li span {
    line-height: 19px;
}

.footer-bottom {
    border-top: 1px solid #dedede;
    margin-top: 70px;
    padding: 15px 0;
}

.footer-bottom p {
    color: #868383;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.footer-bottom ul {
    margin-top: 0;
}

.footer-bottom ul li {
    display: inline-block;
    margin-bottom: 0;
}

.footer-bottom ul li a {
    color: #868383;
    font-size: 15px;
    padding: 0 15px;
    border-right: 1px solid #868383;
}

.footer-bottom ul li:first-child a {
    padding-left: 0;
}

.footer-bottom ul li:last-child a {
    padding-right: 0;
    border-right: 0;
}

@media (max-width: 992px) {
    .navbar-custom .dropdown-menu .mega-menu-content {
        flex-direction: column;
    }
}

/*search-results page*/

.inner-banner {
    background: #f6f6f6;
    padding: 63px 0;
    margin-top: 142px;
}

.inner-banner h1 {
    color: #333;
    font-weight: 600;
    font-size: 35px;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
}

.sorting .form-control {
    width: 290px;
    height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.sorting select {
    content: "";
    background: url(../images/arrow-down.png) no-repeat center right 12px;
}

.pagination .page-link {
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    border: 1px solid #3483fa;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
    background: #3483fa;
    color: #fff;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
    background: transparent;
}

/*search results css ends here*/

/*login page*/

.login img {
    max-height: 96vh;
    border-radius: 18px;
}

.login .logo img {
    border-radius: 0px;
}

.login h1 {
    color: #333;
    font-family: "Work Sans", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    margin-top: 100px;
}

.login p {
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.login input {
    height: 60px;
    border-radius: 10px;
}

.login label {
    font-size: 15px;
    color: #626a78;
    font-family: "Work Sans", sans-serif;
}

.forgotpassword a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
}

.loginBtn {
    background: #3483fa;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 43px;
    margin-bottom: 26px;
}

.loginBtn:hover {
    box-shadow: 0 2px 13px rgb(21, 20, 147, 0.25);
    background: #3483fa;
    color: #fff;
}

.divider {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
    margin: 0 10px;
}

.social-login {
    margin-top: 25px;
}

.social-login .fbbtn {
    width: 100%;
    justify-content: center;
}

.fbbtn {
    border: 1px solid #dedede;
    height: 60px;
    border-radius: 10px;
    color: #626a78;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    display: flex;
    align-items: center;
}

.fbbtn img {
    margin-right: 14px;
}

.fbbtn:hover {
    border: 1px solid #dedede;
}

.signup-link {
    font-size: 14px;
    color: #31353b;
}

.signup-link a {
    text-decoration: none;
    color: #3483fa;
}

.signup-link a:hover {
    text-decoration: underline;
}

.login input[type="checkbox"] {
    height: 18px;
    margin-right: 10px;
}

.login .signupimg {
    max-height: 100% !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

/* Homepage css */
.header-bottom {
    background: #3483fa;
}
.header-style-1 .vertical-menu-block .block-title-menu {
    background-color: #1e2584;
    color: #ffffff;
}
.vertical-menu-block .block-title-menu:before {
    background-color: #1e2584;
}
.horizontal-megamenu-block .sm_megamenu_menu > li > a {
    color: #fff !important;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li {
    margin: 0 !important;
}
.header-middle .middle-content {
    justify-content: space-between;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li a span.sm_megamenu_icon {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu li:last-child a span.sm_megamenu_icon {
    border: 0;
    padding: 0;
}
.header-middle .middle-content .right-minicart-customer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.horizontal-block {
    padding-left: 160px;
}
.contact-form {
    width: 100%;
}
.contact {
    height: auto;
}
.contact .col-xl-7 {
    position: unset;
}
.contact img {
    height: 100%;
    width: 58%;
}



[data-role="trigger"] {
    text-transform: uppercase;
    text-align: left;
    padding: 12px 0px;    
    border-bottom: 1px solid #e5e5e5;
}

[data-role="content"] {
    cursor: pointer;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.2;
    width: 98%;
    margin: auto;
}

.nav-sections [data-role="content"] {
    margin: auto -16px;
}

.cms-index-index .nav-sections [data-role="content"] {
    margin: auto -1px;
}


[data-role="trigger"] h4 {
    font-size: 2.0rem;
}

.cms-privacy-policy .bonus-content span,.cms-delivery-policy .bonus-content span {
    font-size: 16px;
    color: #000;
}


/* return policy */

#post-327 .entry-content {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    margin: 0 auto;
}

#post-327 p {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
}

#post-327 .bullet {
    padding: 0px 0px 0px 30px;
    margin-bottom: 30px;
}

#post-327 .bullet li::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background: linear-gradient(0deg,#3483fa 64%,#0f3d69 195%);
    border-radius: 50%;
}

#post-327 .ftr_txt {
    font-size: 35px;
    line-height: 100%;
}

#post-327 .text_center,#post-327 .text_center p {
    text-align: center;
    display: block;
}

#post-327 .col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

#post-327 .col3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}