body .page {
    overflow: visible !important;
}

.custom-product-detail-section .products-content {
    position: relative;
}

.custom-product-detail-section .products-content .top-content h3 {
    font-size: 24px
}

.custom-product-detail-section .products-content .top-content p {
    margin-bottom: 20px
}

.custom-product-detail-section .products-content .info-list {
    padding-left: 0;
    margin-bottom: 25px
}

.custom-product-detail-section .products-content .info-list li {
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 165px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.custom-product-detail-section .products-content .info-list li strong {
    color: #0063be;
    position: absolute;
    left: 0;
}

/* Custom Product Details Page CSS Starts */
.custom-product-detail-section {
    padding: 50px 0 10px
}

.custom-product-detail-section .products-content .top-content h2 {
    margin-bottom: 0;
}

.layout-with-title-description,
.layout-with-title-list {
    margin-top: 25px;
}

.custom-product-detail-content-section {
    padding: 0px 0 50px;
}

.layout-with-title-list ul {
    list-style: disc;
}

.custom-related-products-sec {
    background: aliceblue;
    padding: 50px 0;
}

.custom-related-products-sec .related-product-box {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 25px rgba(79, 139, 173, .15);
    padding: 15px;
    margin-bottom: 25px;
}

.custom-related-products-sec .related-product-box .related-product-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.custom-related-products-sec .related-product-box .related-product-content p {
    font-weight: 500;
    margin-bottom: 0px;
}

.custom-related-products-sec .related-product-box .related-product-content h5 {
    margin-bottom: 0;
}

.custom-related-products-sec .related-product-box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.custom-related-products-sec .related-product-box img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 0;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 0;
}

.custom-related-products-sec .section-title.text-center {
    margin-bottom: 40px;
}

.custom-categories-products-sec {
    padding: 50px 0;
}

.custom-categories-products-sec .related-product-box {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 25px rgba(79, 139, 173, .15);
    padding: 15px;
    margin-bottom: 25px;
}

.custom-categories-products-sec .related-product-box .related-product-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.custom-categories-products-sec .related-product-box .related-product-content p {
    font-weight: 500;
    margin-bottom: 0px;
}

.custom-categories-products-sec .related-product-box .related-product-content h5 {
    margin-bottom: 0;
}

.custom-categories-products-sec .related-product-box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.custom-categories-products-sec .related-product-box img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-shop-sidebar-widget {
    padding: 25px;
    box-shadow: 0 4px 25px #4f8bad26;
    margin-bottom: 30px;
}

.single-shop-sidebar-widget.search-bar .form-group {
    position: relative;
    margin-bottom: 0;
}

.single-shop-sidebar-widget.search-bar .form-group .form-control {
    height: 54px;
    border: 1px solid transparent;
    padding-left: 15px;
    background-color: #f3f7f7;
    border-radius: unset;
    color: #666666;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-color: #f3f7f7;
    background-clip: padding-box;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.single-shop-sidebar-widget.search-bar .form-group .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0063be;
    height: 50px;
    border: unset;
    border-radius: unset;
    height: 100%;
    padding: 10px 20px;
    font-size: 18px;
    color: #ffffff;
    transition: all ease .5s;
}

.single-shop-sidebar-widget h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #0063be;
    line-height: 30px;
}

.single-shop-sidebar-widget h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 22px;
    background-color: #0063be;
    left: 0;
    bottom: -2px;
}

.single-shop-sidebar-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-shop-sidebar-widget ul li {
    margin-bottom: 10px;
    list-style-type: none;
}

.single-shop-sidebar-widget ul li .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.single-shop-sidebar-widget ul li .form-check .form-check-input {
    --bs-form-check-bg: #fff;
    margin-top: 10px;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    float: left;
    margin-left: -1.5em;
    height: 16px;
    width: 16px;
    background-color: unset;
    border-radius: 0;
    box-shadow: unset;
    border-color: rgb(17 17 17 / 32%);
}

.single-shop-sidebar-widget ul li .form-check .form-check-input:checked[type=checkbox] {
    background-image: url(../images/check-icon.svg);
    background-size: 10px;
}

.single-shop-sidebar-widget ul li .form-check label {
    position: relative;
    top: 1px;
    font-weight: 300;
    font-size: 17px;
}

.single-shop-sidebar-widget ul li:last-child {
    margin-bottom: 0;
}

.single-shop-sidebar-widget.search-bar {
    padding: 12px;
}

.shop-sidebar-column {
    position: relative;
}

.shop-sidebar {
    position: sticky;
    top: 100px;
}

.page.custom-categories-products-page {
    overflow: visible;
}

.default-pagination {
    text-align: center;
    margin-top: 30px;
}

.default-pagination ul {
    padding-left: 0;
    margin-bottom: 0;
}

.default-pagination ul li {
    display: inline-block;
    margin-right: 7px;
}

.default-pagination ul li a.arrow {
    position: relative;
    top: 1px;
}

.default-pagination ul li a {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 37px;
    background: #ffffff;
    display: inline-block;
    transition: all ease .5s;
    color: #111111;
    box-shadow: 0 4px 20px rgba(17, 17, 17, .08);
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
    border-radius: 100%;
}

.default-pagination ul li a i {
    position: relative;
    font-size: 16px;
    top: 2px;
}

.default-pagination ul li a:hover,
.default-pagination ul li a.active {
    background-color: #0063be;
    color: #ffffff;
}

.products-col-three .col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.products-row-view .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.grid-view-content .view-column a {
    padding: 6px 10px;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 4px;
    display: inline-block;
    line-height: 18px;
}

.grid-view-content .view-column a.active {
    background: #0063be;
    border-color: #0063be;
}

.grid-view-content .view-column img {
    width: 20px;
    height: 20px;
}

.grid-view-content .view-column a.active img {
    filter: brightness(0) invert(1);
}

.grid-view-content {
    margin-bottom: 20px;
    justify-content: end;
    display: flex;
}

.custom-categories-products-sec .section-title {
    margin-bottom: 40px;
}

.product-thumbnail-page .product-slider-img {
    height: 100%
}

.product-thumbnail-page .product-slider-img .swiper-wrapper {
    height: calc(167.3197px + 20.4521vw)
}

.product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease-in-out;
    width: 100%
}

.product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide span {
    align-items: center;
    -webkit-backdrop-filter: blur(.8);
    backdrop-filter: blur(.8);
    background-color: rgba(34, 34, 34, .7);
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    z-index: 1
}

.product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #0063be;
    border-radius: 4px;
    padding: 2px
}

.product-thumbnail-page .swiper-wrapper {
    align-items: center;
}

.product-thumbnail-page .swiper-slide a img {
    width: 100%;
    height: auto;
}

.product-thumbnail-page .product-slider-img .swiper-wrapper {
    height: auto;
}

.product-thumbnail-page .swiper .swiper-wrapper .swiper-slide {
    height: 100% !important;
}

.swiper.product-slider-thumb {
    border: 1px solid #0063be;
    border-radius: 10px;
    padding: 5px;
}

.custom-product-detail-section .products-content .top-content h6 {
    margin-bottom: 0;
}

.site-main .custom-product-detail-section .sticky-relative {
    height: 100%;
}

.site-main .custom-product-detail-section .sticky-relative .sticky-row {
    top: 115px;
    left: 0;
    position: sticky;
}

.custom-product-detail-content-section .product-tab {
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
}

.product-tab.nav-tabs .nav-link.active,
.product-tab.nav-tabs .nav-link:hover {
    border-bottom-color: #0063be;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    color: #0063be;
}

.product-tab.nav-tabs .nav-link {
    background-color: transparent;
    font-size: calc(12.8px + .375vw);
    font-weight: 600;
    padding: 11px;
    white-space: nowrap;
    border-bottom: 0.125rem solid transparent;
    color: #263045;
}

.custom-product-detail-content-section .tab-content .layout-with-title-description h5 {
    margin-bottom: 0;
}

.custom-product-detail-section .next-btn {
    margin-bottom: 40px;
    display: flex;
    justify-content: end;
}

.custom-product-detail-section .next-btn a.btn-primary {
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    align-items: center;
    display: flex;
    width: fit-content;
}

.custom-product-detail-section .next-btn .btn-primary i {
    margin-left: 10px;
}

.search-results h5,
.search-results p {
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .products-col-three .col-lg-4 {
        flex: 100%;
        max-width: 100%;
    }

    .custom-product-detail-section .products-content {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .products-col-three .col-lg-4 {
        flex: 50%;
        max-width: 50%;
    }

    .grid-view-content {
        margin-top: 20px;
    }

    .custom-product-detail-section .products-content {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1199px) {
    .products-col-three .col-lg-4 {
        flex: 50%;
        max-width: 50%;
    }
}