/**************custom css****************/

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Fira Sans", sans-serif;
    background-color: #fff;
    font-size: 18px;
    color: #000;
    font-weight: 300 !important;
}

img {
    max-width: 100%;
}

* {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Averia Sans Libre", sans-serif;
}

p {
    font-size: 16px !important;
    line-height: 32px;
    color: #000;
}

h2 {
    font-size: 52px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-family: 22px;
}

.lh-3 {
    line-height: 1.3rem;
}

.lh-4 {
    line-height: 1.5rem;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

a:hover {
    text-decoration: none;
}

.orange {
    color: #f6be2f;
}

.text-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.btn-main {
    display: inline-block;
    background: url(../images/btn-bg.png) no-repeat center center;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
    width: 218px;
    height: 76px;
    transition: all 0.5s ease;
    margin-top: 15px;
    text-transform: uppercase;
}

.blue-btn,
.grid-list .btn-primary,
.next-prev:hover {
    background: #0066fa;
    transition: all 0.5s ease;
    cursor: pointer;
}

.blue-btn:hover,
.grid-list .btn-secondary,
.next-prev {
    background: #0ff6fb;
    color: #000;
    border-color: #0ff6fb;
}

.blue-bg {
    background: #0066fa !important;
}

.white {
    color: #fff !important;
}

.sky-btn:hover {
    background: #0066fa;
    transition: all 0.5s ease;
    color: #fff;
}

.sky-btn {
    background: #0ff6fb;
    color: #000;
    border-color: #0ff6fb;
    cursor: pointer;
}

.blue {
    color: #0066fa;
}

.sky {
    color: #0ff6fb;
}

.bg-blue {
    background: #0066fa;
}

.bg-sky {
    background: #0ff6fb;
}

.bg-white {
    background: white;
}

.next-prev {
    color: #fff !important;
}

nav ul.pagination li a {
    font-size: 14px;
    color: #000 !important;
}

nav ul.pagination li a:hover {
    background: #0066fa;
    color: #fff;
}

nav ul.pagination li a:hover {
    color: #fff !important;
}

.btn-main:hover {
    transform: scaleX(0.9);
    color: #000;
}

.white {
    color: #fff;
}

span.count {
    position: absolute;
    top: -10px;
    right: -6px;
    background: #0066fa;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn-main:focus {
    outline: none;
    box-shadow: none;
}

.markets-sec .owl-carousel .owl-nav .owl-prev,
.markets-sec .owl-carousel .owl-nav .owl-next {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 14px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    color: #0ff6fb;
    border-color: #0ff6fb;
}

.products-sec .owl-carousel .owl-nav .owl-prev:hover,
.products-sec .owl-carousel .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #fff;
}

.markets-sec .owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    display: flex;
    gap: 10px;
    right: 0;
}

/********  featured prod start here *************/
.relative {
    position: relative;
}

.products-sec {
    background: #0ff6fb;
    padding-top: 0px;
    padding-bottom: 60px;
    margin-top: 250px;
}

.products-sec img.prod-devider {
    position: absolute;
    top: -200px;
}

.products-sec .owl-carousel.owl-loaded {
    display: flex;
    align-items: center;
}

.products-sec .owl-prev,
.products-sec .owl-next {
    position: absolute;
    left: -50px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    margin-top: -30px;
}

.products-sec .owl-next {
    left: inherit;
    right: -50px;
}

.single-prod .images-prod {
    padding: 15px;
    border: 6px solid #000;
    background: #fff;
}

.images-prod .price {
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 9;
    padding: 3px 5px;
    background: #000;
    color: #0ff6fb;
    font-size: 12px;
    display: flex;
}

#section_types .slick-list .slick-slide .carousel-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.images-prod .price div span.text-primary {
    color: #fff !important;
}

.single-prod {
    text-align: center;
    display: inline-block;
    color: #000;
    width: 100%;
}

.single-prod a {
    color: #000;
    transition: all 0.5s ease;
}

.single-prod a:hover {
    color: #fff;
}

.single-prod span.prod-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    min-height: 42px;
}

#section_types .slick-list .slick-slide .carousel-box .single-prod a {
    font-size: 16px;
}
#section_types .slick-list .slick-slide .carousel-box .single-prod a:hover {
    color: #1c55fa;
}

/************ leapster start here ***************/
.leapster {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.single-leapster span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.single-leapster .leapster-title {
    font-size: 18px !important;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-leapster a {
    color: #000;
    font-size: 16px;
    transition: all 0.5s ease;
}

.single-leapster a:hover {
    color: #0ff6fb;
}

/********  featured prod ends here *************/

/*******nav bar start here ********/

.navbar-side .social-head {
    display: none;
}

nav.navbar ul.nav.navbar-nav {
    display: none;
}

nav.navbar .overlay {
    display: none;
}

section.main-nav {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
}

.navbar .social-head ul {
    list-style: none;
    gap: 10px;
    margin-right: 20px;
    padding-bottom: 0px !important;
}

.navbar .social-head .dropdown .dropdown-toggle {
    color: #000;
    font-size: 16px;
}

.navbar .social-head ul li a {
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 8px;
}

.navbar .social-head ul li a:hover {
    background: #fff;
}

.navbar-side-item {
    margin-bottom: 0.2rem;
    font-weight: 300;
}

.navbar-side-item {
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.main-nav > .container {
    position: relative;
}

.navbar-side-item a {
    color: #000;
    transition: all 0.5s ease;
}

.navbar-side-item a:hover {
    color: #0ff6fb;
}

.menu-bg {
    position: absolute;
    right: -85px;
    top: 0;
}

img.banner-logo-bg {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 575px) {
    .navbar-side {
        width: 85%;
    }

    .navbar-side-item {
        height: auto;
        padding-top: 0.5rem;
        line-height: 20px;
        padding-bottom: 0.5rem;
    }

    .navbar-side-item a {
        font-size: 1.4rem;
    }
}

.fixed {
    background: rgba(15, 246, 251, 0.9);
}

.fixed .menu-bg {
    display: none;
}

.fixed .navbar-side-item a {
    color: #000;
}

section.main-nav.fixed .navbar-brand img {
    max-height: 50px;
}

section.main-nav.fixed .navbar {
    padding: 0px;
}

/********* banner start here ************/

.black {
    color: #000;
}

.container {
    position: relative;
}

.main-banner {
    width: 100%;
    max-width: 100%;
    position: relative;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 300px;
    background-position: center;
}

.banner-prod-img img {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/************* colleection start here ***********/

.images-collection {
    gap: 6px;
}

.small-top {
    margin-bottom: 6px;
}

.small-bottom {
    margin-top: 6px;
}

.markets-sec {
    width: 100%;
    background: url(../images/paint-small.png) no-repeat left top;
}

.single-collection {
    padding: 15px;
    border: 6px solid;
    background: #fff;
}

.single-collection a {
    display: block;
    text-align: center;
    padding-top: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.single-collection a i {
    color: #0ff6fb;
}

.single-collection a:hover i {
    color: #000;
}

/*********** blogs start here **************/
.home-blogs {
    background: url(../images/paint-bg.png) no-repeat top center;
}

.blog-content {
    width: 100%;
    max-width: 660px;
    margin-left: -200px;
    background: #0ff6fb;
    padding: 80px 30px;
    border-radius: 20px;
}

.home-blogs img {
    border-radius: 20px;
}

.home-blogs .row .blog-col:nth-child(even) .blog-content {
    margin-left: 0px;
    margin-right: -200px;
    z-index: 9;
}

.blog-content span.blog-title {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
}

.blog-content span.posted-date {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.blog-content p {
    font-size: 16px;
    line-height: 24px;
}

.blog-content a {
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.blog-content a:hover {
    color: #fff !important;
}

.single-leapster img {
    width: 100%;
}

.single-leapster {
    margin-bottom: 30px;
}

/******* footer start here *********/
footer {
    margin-top: 0px;
    background: #1c55fa;
    text-align: center;
    position: relative;
    margin-top: 250px;
}

footer img.footer-texture {
    position: absolute;
    width: 100%;
    left: 0;
    top: -130px;
}

footer p,
footer ul li,
footer .social-head ul li a,
footer a,
footer span {
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
}

footer a:hover,
footer .social-head ul li a:hover {
    color: #0ff6fb !important;
    border-color: #0ff6fb;
}

footer .logo {
    margin-bottom: 15px;
}

footer ul {
    margin-bottom: 10px;
}

footer ul li {
    padding: 0px 15px;
}

p.copyright {
    padding: 10px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

footer span {
    padding: 0px 10px;
}

footer .social-head ul.text-right {
    justify-content: flex-end;
    margin-bottom: 0px;
}

footer .social-head ul {
    display: inline-block;
    margin-bottom: 10px;
}

footer .social-head ul li {
    padding: 0px 5px;
}

footer .social-head ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff !important;
}

.create-store {
    font-size: 16px;
    display: flex;
    align-items: center;
}

/*************** search bar start here ****************/
.ion-navicon,
#toggle-search {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ion-navicon:hover,
#toggle-search:hover {
    color: #efefef;
}

.ion-navicon {
    float: left;
}

#searchBar {
    background-color: #2f2f2f;
    border: none;
    color: #fff !important;
    font-weight: 100;
    margin-right: 10px;
    padding: 5px 5px 5px 15px;
    border-radius: 28px;
    /** position: absolute;
    bottom: -30px;**/
    text-align: left;
    font-size: 14px;
    display: flex;
    align-items: center;
}

#searchBar input {
    background: none;
    border: none;
    color: #fff;
}

#searchBar input:focus {
    outline: none;
    box-shadow: none;
}

#searchBar a {
    color: #000;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0ff6fb;
    border-radius: 50%;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.social-head a.dropdown-toggle:hover {
    color: #0066fa !important;
}

.social-head .dropdown-menu a.dropdown-item {
    font-size: 14px;
}

.social-head .dropdown-menu a.dropdown-item:hover {
    background: #0ff6fb;
    color: #000;
}

#searchBar a:hover {
    background: #fff;
    color: #000;
}

#searchBar::placeholder {
    color: #fff;
}

#toggle-search {
    float: right;
}

.newsletter-sec {
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 30px;
    margin-bottom: 30px;
}

.newsletter-text {
    text-align: left;
    width: 50%;
    margin-right: 20px;
}

.newsletter-text h3 {
    font-size: 32px;
    margin-bottom: 0px;
}

.newsletter-input {
    width: 100%;
    max-width: 50%;
    background: #eeeeee;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    padding-left: 10px;
}

.newsletter-input form {
    display: flex;
    justify-content: space-between;
}

.newsletter-input form button {
    background: #0ff6fb;
    border: none;
    padding: 0px 20px;
    font-size: 16px;
    border-radius: 0px 50px 50px 0px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.newsletter-input form button:hover {
    background: #000;
    color: #fff;
}

.newsletter-input form input {
    border: none;
    background: none;
    padding: 15px 10px;
    font-size: 14px;
    width: 100%;
}

.newsletter-input form input:focus {
    outline: none;
}

.newsletter-input form {
    width: 100%;
}

.newsletter-text span {
    font-size: 16px;
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
}

/************* product list start here *********************/

/* Styles for grid view */

.product-item {
    margin-bottom: 20px;
    position: relative;
}

.product-grid .product-item {
    flex-direction: column;
    text-align: center;
}

.product-grid .product-img {
    max-width: 100%;
    margin-bottom: 10px;
}

.product-list .product-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    width: 100%;
    max-width: 100%;
    flex: inherit;
}

.product-list .product-img {
    max-width: 150px;
    margin-right: 15px;
}

section.breadcrumb {
    margin-top: 143px;
    background: #0ff6fb;
}

.product-list .product-item .rating-ul {
    justify-content: flex-start !important;
}

.product-grid .product-details .product-description {
    display: none;
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
}

.range-slider .rangeValues {
    display: block;
}

input[type="range"] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
    position: absolute;
    left: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type="range"]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type="range"]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

/*hide the outline behind the border*/
input[type="range"]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type="range"]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: 999;
}

input[type="range"] {
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

input[type="range"]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
    z-index: 99999;
    position: relative;
}

.filters-left {
    padding: 30px;
    background: #0066fa;
    border-radius: 10px;
    position: sticky;
    top: 150px;
}

.product-item img.product-img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.product-badges {
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 9;
}

.product-badges span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 0px 0 20px 0;
    color: #000;
    padding: 9px 20px 10px 20px;
    background-color: #0ff6fb;
    font-weight: 400;
}

/******************product detail image****************************/

/************** cart quantity custom **************/
.ctrl {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: flex-start;
    border-bottom: 1px solid #d5dce6;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.ctrl__counter {
    position: relative;
    width: 60px;
    height: 35px;
    color: #333c48;
    text-align: center;
    overflow: hidden;
    background: #eee;
}

.ctrl__counter.is-input .ctrl__counter-num {
    visability: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
}

.ctrl__counter.is-input .ctrl__counter-input {
    visability: visible;
    opacity: 1;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-input {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
    border: none;
    color: #333c48;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    visability: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-num {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 35px;
    visability: visible;
    opacity: 1;
    transition: opacity 1000ms ease-in;
}

.ctrl__counter-num.is-increment-hide {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-animation: increment-prev 100ms ease-in;
    animation: increment-prev 100ms ease-in;
}

.ctrl__counter-num.is-increment-visible {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation: increment-next 100ms ease-out;
    animation: increment-next 100ms ease-out;
}

.ctrl__counter-num.is-decrement-hide {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: decrement-prev 100ms ease-in;
    animation: decrement-prev 100ms ease-in;
}

.ctrl__counter-num.is-decrement-visible {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation: decrement-next 100ms ease-out;
    animation: decrement-next 100ms ease-out;
}

.ctrl__button {
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #0066fa;
    transition: background-color 100ms ease-in;
    font-size: 18px;
}

.ctrl__button:hover {
    background-color: #0ff6fb;
    transition: background-color 100ms ease-in;
    color: #000;
}

.ctrl__button:active {
    background-color: #778996;
    transition: background-color 100ms ease-in;
}

.ctrl__button--decrement {
    border-radius: 4px 0 0 4px;
}

.ctrl__button--increment {
    border-radius: 0 4px 4px 0;
}

@-webkit-keyframes decrement-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes decrement-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes decrement-next {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@keyframes decrement-next {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@-webkit-keyframes increment-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes increment-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes increment-next {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
}

@keyframes increment-next {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
}

.min-w-150 {
    min-width: 150px;
}

.tabs-detail {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 40px 50px;
}

.tabs-detail .nav {
    border: none;
}

.tabs-detail .nav .nav-item a {
    display: block;
    padding: 10px 24px !important;
    text-align: center;
    font-weight: 400;

    text-transform: none;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #ececec;
    margin: 0 5px;
    background: #fff;
    color: #7e7e7e;
}

.tabs-detail .nav .nav-item a:hover,
.tabs-detail .nav .nav-item a.active {
    background: #1c55fa;
    color: #fff;
}

.tabs-detail .tab-content {
    margin-top: 40px;
}

.tabs-detail table td,
.tabs-detail table th {
    padding: 10px 20px;
    border: 1px solid #ececec;
    vertical-align: middle;
}

.tabs-detail table th {
    font-weight: 400;
    color: #1c55fa;
}

.prod-detail-tabs {
    background-position: top -150px center;
    padding-bottom: 150px;
}

.wishlist-btn:hover {
    background: #00faff;
    color: #1c55fa;
    border-color: #0ff6fb;
}

.border-sky {
    border-color: #0ff6fb;
}

.border-blue {
    border-color: #1c55fa;
}

.cart-sec .prod-img {
    width: 120px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
}

.cart-sec .prod-img img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.max-w-150 {
    max-width: 150px;
    display: block;
}

.cart-totals {
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px 40px;
}

.table-wishlist {
    border-radius: 15px !important;
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
    display: none;
}

.custome-radio [type="radio"]:checked,
.custome-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custome-radio [type="radio"]:checked + label,
.custome-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}

.custome-radio [type="radio"]:checked + label:before,
.custome-radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custome-radio [type="radio"]:checked + label:after,
.custome-radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #0ff6fb;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custome-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custome-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkout-sec .form-group input,
.checkout-sec .form-group select,
.checkout-sec .form-group textarea {
    background: #fff;
    border: 1px solid #ececec;
    height: 50px !important;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}

.checkout-sec .form-group textarea {
    height: 150px !important;
    resize: none;
}

.filters-left .sky-btn:hover {
    background: #fff;
    color: #000;
}

.filters-left .white-btn:hover {
    background: #0ff6fb;
    color: #000;
    cursor: pointer;
}

.filters-left .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    display: none;
}

.filters-left .close-btn:hover {
    color: #000;
}

.table-wishlist a.product-name {
    min-width: 100px;
}

.cart-sec .table-wishlist tr th {
    white-space: nowrap;
}

.prod_slider .product-badges {
    left: 6px !important;
    top: 6px !important;
}

.checkout-sec .form-group .gift-option input {
    width: auto !important;
    height: inherit !important;
}

/**********************************************/
@media screen and (min-width: 1366px) {
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1410px;
    }
}

@media screen and (min-width: 1900px) {
}

@media screen and (max-width: 1600px) {
    .products-sec img.prod-devider {
        top: -150px;
    }

    footer img.footer-texture {
        top: -115px;
    }

    .home-blogs img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1199px) {
    .blog-content {
        padding: 30px;
    }

    .container {
        max-width: 100%;
    }

    h2 {
        font-size: 32px;
    }

    .swiper .swiper-slide img {
        padding: 10px;
    }
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 991px) {
    .filters-left {
        position: fixed;
        top: 0;
        left: -300px;
        /* Hide the filter initially */
        width: 300px;
        height: 100%;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        /* Smooth sliding */
        z-index: 1000;
        border-radius: 0px;
    }

    .filters-left .close-btn {
        display: block;
    }

    .filters-left.active {
        left: 0;
        /* Slide into view */
    }

    .breadcrumb {
        margin-bottom: 0px;
    }

    .home-blogs h2.main-heading {
        margin-bottom: 0px !important;
    }

    ul.footer-menu li {
        width: 100%;
        display: block;
        padding: 10px 0px;
    }

    .home-blogs img {
        max-width: 100%;
    }

    .products-sec img.prod-devider {
        top: -50px;
    }

    #searchBar {
        width: 100%;
        max-width: 100%;
        right: 0;
        bottom: 0px;
    }

    #searchBar input {
        width: 100%;
        margin-right: 20px;
    }

    #searchBar a {
        width: 100%;
        max-width: 30px;
        padding: 0;
    }

    .tabs-detail {
        padding: 20px;
    }

    .prod-detail-tabs {
        padding-bottom: 50px;
    }

    /*------------------------------------*\
  #SIDEBAR
\*------------------------------------*/
    .navbar-brand {
        margin-right: 0px;
    }

    .navbar-side {
        min-height: 100vh;
        max-width: 60rem;
        font-size: 1.6rem;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        list-style: none;
        background-color: #0066fa;
        overflow-y: auto;
        z-index: 1000;
    }

    .fixed {
        position: fixed !important;
        top: 0;
        background: #00faff;
        width: 100%;
        height: auto !important;
    }

    .fixed a.navbar-brand {
        max-width: 50px;
    }

    .fixed .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-side .social-head {
        position: absolute;
        bottom: 20px;
        left: 15px;
    }

    @media (min-width: 320px) {
        .navbar-side {
            width: 80%;
        }
    }

    .navbar-side-item {
        margin-bottom: 0.2rem;
        font-weight: 300;
    }

    .navbar-side-item {
        padding: 1rem;
        font-size: 32px;
        font-weight: 400;
        text-align: right;
    }

    @media (min-width: 320px) and (max-width: 575px) {
        .navbar-side {
            width: 85%;
        }

        .navbar-side-item {
            height: auto;
            padding-top: 0.5rem;
            line-height: 20px;
            padding-bottom: 0.5rem;
            width: 100%;
        }

        #toggle-search {
            padding-left: 1.7rem;
            padding-right: 1.2rem;
            color: #fff;
        }

        .navbar-side-item a {
            font-size: 1.4rem;
        }
    }

    .navbar-side-item a {
        display: inline-block;
    }

    .side-link {
        padding-left: 1.7rem;
        padding-right: 1.2rem;
        color: #fff !important;
    }

    .side-link:active,
    .side-link:hover {
        text-decoration: none;
        color: #fff;
    }

    .navbar-side {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 400ms ease;
        transition: 400ms ease;
    }

    .reveal {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: 400ms ease;
        transition: 400ms ease;
    }

    .overlay {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        background-color: #000623;
        opacity: 0.6;
        z-index: 990;
        min-height: 100vh;
    }

    button#navbarSideButton {
        border: none;
        outline: none;
        transition: all 0.5s ease;
    }

    button#navbarSideButton img {
        width: 100%;
        height: 20px;
        transition: all 0.5s ease;
    }

    button#navbarSideButton:hover img {
        transform: scaleX(1.2);
    }

    button#navbarSideButton {
        max-width: 50px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    button#navbarSideButton img {
        margin-top: 5px;
    }

    nav.navbar {
        padding-top: 12px;
        padding-bottom: 20px;
        flex-wrap: inherit;
    }

    nav.navbar > * {
        width: 100%;
    }

    .navbar-light .navbar-brand {
        text-align: center;
    }

    .social-head ul {
        justify-content: flex-end;
    }

    .scroller-right {
        position: fixed;
        width: 40px;
        height: 100vh;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .social-head ul li a i {
        transition: all 0.5s ease;
    }

    .social-head ul li a:hover i {
        color: #fff;
    }

    .social-head ul li a,
    .social-head ul li {
        color: #000 !important;
    }

    .scroller-right a {
        font-size: 15px;
        height: 14.3vh;
        color: #000;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scroller-right .active,
    .scroller-right a:hover {
        background: #000;
        color: #fff;
    }

    .social-head ul {
        display: flex;
        margin-bottom: 0px;
    }

    .social-head ul li {
        font-size: 15px;
        list-style: none;
        color: #00289b;
        padding-left: 15px;
    }

    section.main-nav {
        position: absolute;
        z-index: 999;
        transform: initial !important;
        width: 100%;
        top: 0;
    }

    div#navbarSide .navbar-toggler {
        margin-top: 40px;
        margin-left: 40px;
    }

    div#navbarSide .navbar-toggler i {
        font-size: 36px;
        color: #fff;
    }

    #close {
        outline: none !important;
        border: none;
    }

    .navbar-side .social-head li {
        font-size: 22px !important;
        color: #fff;
    }

    .navbar-side .social-head li a {
        color: #fff;
    }

    .products-sec .owl-carousel .owl-nav {
        position: absolute;
        top: -10px;
        display: flex;
        gap: 10px;
        right: 0;
    }

    .products-sec {
        margin-top: 120px;
    }

    .blog-col .d-flex {
        flex-wrap: wrap;
    }

    .blog-content {
        margin: 0px !important;
        margin-top: 10px !important;
        padding: 30px;
    }

    .blog-col {
        margin-bottom: 0px !important;
    }

    .home-blogs .row .blog-col:nth-child(even) .d-flex {
        flex-direction: column-reverse;
    }

    footer img.footer-texture {
        top: -60px;
    }

    .newsletter-sec {
        flex-wrap: wrap;
    }

    .newsletter-input,
    .newsletter-text {
        width: 100%;
        max-width: 100%;
        margin: 5px 0px;
    }

    .newsletter-text span {
        text-align: center;
    }

    .newsletter-text h3 {
        font-size: 22px;
        text-align: center;
    }

    footer {
        margin-top: 80px;
    }

    .banner-text {
        margin-top: 30px;
    }

    .main-banner .container > .row {
        flex-direction: column-reverse;
    }

    .banner-prod-img img {
        padding: 10px;
    }

    .main-banner {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .main-nav nav.navbar .social-head .dropdown span {
        font-size: 0px;
    }

    .social-ul-main {
        display: none !important;
    }

    nav.navbar ul.nav.navbar-nav {
        display: block;
    }

    nav.navbar .social-head {
        justify-content: flex-end;
    }

    nav.navbar .social-head .dropdown-menu {
        left: inherit;
        right: 0;
    }
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }

    .products-sec img.prod-devider {
        top: -50px;
    }

    .products-sec h2.main-heading {
        text-align: left !important;
    }

    .products-sec .owl-prev,
    .products-sec .owl-next {
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
    }

    footer img.footer-texture {
        top: -50px;
    }

    .leapster {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .newsletter-input {
        flex-wrap: wrap;
        background: none;
    }

    .newsletter-input input {
        background: #eee;
        border-radius: 4px;
    }

    .newsletter-input button {
        background: #0ff6fb;
        width: 100%;
        border-radius: 4px;
        padding: 10px;
        margin-top: 5px;
    }

    section.breadcrumb {
        margin-top: 90px;
        background: #0ff6fb;
    }

    .cart-sec .prod-img {
        width: 70px;
        padding: 10px;
    }

    .navbar-side-item {
        font-size: 18px;
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .products-sec img.prod-devider {
        top: -30px;
    }

    footer img.footer-texture {
        top: -35px;
    }

    .markets-sec .owl-carousel .owl-nav {
        top: -40px;
    }

    .products-sec {
        margin-top: 80px;
    }

    .tabs-detail .nav li.nav-item {
        width: 100%;
        margin-bottom: 5px;
    }

    .content-max .ratio.ratio-4x3::before {
        padding-top: 270px !important;
    }
}

@media screen and (max-width: 575px) {
    .products-sec img.prod-devider {
        top: -30px;
    }

    footer {
        padding: 30px 0;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 360px) {
}
.shop-local-banner {
    margin-top: 143px;
}
.shop-local-text {
    padding: 30px;
    border-radius: 20px;
    background: #e5efff;
}
.shop-local-text h3 {
    text-align: center;
    margin-bottom: 30px;
}
.store-name-h {
    font-size: 18px;
    color: #1c55fa;
    font-weight: 400;
}
.loc-store {
    font-size: 14px;
}
.single-collection ul {
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0px;
    margin-bottom: 0px;
}
.check-web-btn {
    background: #cffdfe;
    font-size: 14px !important;
    transition: all 0.5s ease;
    margin-top: 15px;
    padding: 10px 25px !important;
}
.check-web-btn:hover {
    background: #0ff6fb;
}
.single-collection ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.single-collection ul li:last-child {
    border-bottom: 0px;
}
.single-collection ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #0ff6fb;
    border-radius: 50%;
    margin-right: 7px;
    vertical-align: middle;
}

.loc-store i {
    color: #1c55fa;
}
