/* Custom CSS for home Page */




/* Custom CSS for Caterogries Page */
:root {
    --background-dark: #2d3548;
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 900px;
}

.hero-section {
    align-items: flex-start;

    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
}

@media(min-width: 540px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 960px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card-category {
    list-style: none;
    position: relative;
}

.card-category:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.card__background {
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition:
        filter 200ms linear,
        transform 200ms linear;
}

.card-category:hover .card__background {
    transform: scale(1.05) translateZ(0);
}

.card-grid:hover>.card-category:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(5px);
}

.card__content {
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
}

.card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.card__heading {
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    word-spacing: 100vw;
}


/* Custom CSS for Product list || grid style */
.list-view {
    display: flex;
    column-gap: 40px;
}

.img-list-view {
    max-width: 200px;
}

.product-details-list {
    align-items: flex-start !important;
}

.category-wrap-list {
    width: auto !important;
}



/* footer custom css */
.ig:hover {
    background-color: #E4405F !important;
}

.facebook:hover {
    background-color: #1877F2 !important;
}

.twitter:hover {
    background-color: #1DA1F2 !important;
}

/* Custom CSS for home Page */




/* Custom CSS for Caterogries Page */
:root {
    --background-dark: #2d3548;
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 900px;
}

.hero-section {
    align-items: flex-start;

    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
}

@media(min-width: 540px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 960px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card-category {
    list-style: none;
    position: relative;
}

.card-category:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.card__background {
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition:
        filter 200ms linear,
        transform 200ms linear;
}

.card-category:hover .card__background {
    transform: scale(1.05) translateZ(0);
}

.card-grid:hover>.card-category:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(5px);
}

.card__content {
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
}

.card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.card__heading {
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    word-spacing: 100vw;
}


/* Custom CSS for Product list || grid style */
.list-view {
    display: flex;
    column-gap: 40px;
}

.img-list-view {
    max-width: 200px;
}

.product-details-list {
    align-items: flex-start !important;
}

.category-wrap-list {
    width: auto !important;
}



/* footer custom css */
.ig:hover {
    background-color: #E4405F !important;
}

.facebook:hover {
    background-color: #1877F2 !important;
}

.twitter:hover {
    background-color: #1DA1F2 !important;
}


.footer-ribbon {
    background: #006da6;
    position: absolute;
    left: 6%;
    top: -15px;
    margin: 0 0 0 0;
    padding: 10px 20px 6px 20px;
}

.footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-family: "Shadows Into Light", cursive;
}

.footer-top {
    position: relative;
}



/* navbar Custom css */
.no-arrow::after {
    content: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}



.no-arrow>.fa-chevron-down:before {
    content: none;
}

.no-arrow::after {
    content: none;
}

.hover-effect:hover {
    background-color: #f8f9fa;
}

/* whishlist CSS */
.whishlist-dropdown .mobile-whishlist {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
    transform: translate(340px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 1050;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

.whishlist-dropdown .mobile-whishlist .whislist-btn-close {
    position: absolute;
    left: -4.2rem;
    top: 0.7rem;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 300;
}

.whishlist-dropdown .dropdownmenu-wrapper {
    padding: 2rem;
    overflow-y: auto;
    height: 100%;
}

.whishlist-dropdown .product {
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    padding: 2rem 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    font-family: Poppins, sans-serif;
}

.whishlist-dropdown .product-details {
    margin-bottom: 3px;
    font-size: 1.3rem;
}

.whishlist-dropdown .product-title {
    padding-right: 1.5rem;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    line-height: 19px;
    color: #222529;
    font-weight: 500;
}

.whishlist-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    width: 100%;
    margin: 0;
    margin-left: auto;
    border: 1px solid #f4f4f4;
}

.whishlist-dropdown .btn-remove {
    position: absolute;
    top: -11px;
    right: -9px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: inherit;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.whishlist-dropdown .btn-remove span {
    display: block;
    margin-top: 1px;
}

.whishlist-dropdown .product-title a {
    color: #222529;
}

.whishlist-opened .whishlist-dropdown .mobile-whishlist {
    transform: none;
}

.whishlist-opened .whishlist-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

/* navbar Custom css */
.dropdown-arrow::after {
    content: none;
}


/* whishlist CSS */
.whishlist-dropdown .mobile-whishlist {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
    transform: translate(340px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 1050;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

.whishlist-dropdown .mobile-whishlist .whislist-btn-close {
    position: absolute;
    left: -4.2rem;
    top: 0.7rem;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 300;
}

.whishlist-dropdown .dropdownmenu-wrapper {
    padding: 2rem;
    overflow-y: auto;
    height: 100%;
}

.whishlist-dropdown .product {
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    padding: 2rem 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    font-family: Poppins, sans-serif;
}

.whishlist-dropdown .product-details {
    margin-bottom: 3px;
    font-size: 1.3rem;
}

.whishlist-dropdown .product-title {
    padding-right: 1.5rem;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    line-height: 19px;
    color: #222529;
    font-weight: 500;
}

.whishlist-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    width: 100%;
    margin: 0;
    margin-left: auto;
    border: 1px solid #f4f4f4;
}

.whishlist-dropdown .btn-remove {
    position: absolute;
    top: -11px;
    right: -9px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: inherit;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.whishlist-dropdown .btn-remove span {
    display: block;
    margin-top: 1px;
}

.whishlist-dropdown .product-title a {
    color: #222529;
}

.whishlist-opened .whishlist-dropdown .mobile-whishlist {
    transform: none;
}

.whishlist-opened .whishlist-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

/* Carousel Ipad */
.carousel-ipad {
    border-radius: 35px;
    border: 1px solid #FFF;
    padding: 50px;
    background: #F9F9F9;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}

@media (max-width: 991px) {
    .carousel-ipad {
        padding: 25px;
        border-radius: 17px;
    }
}







.custom-animated-circles {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    transform: translate3d(-55%, 25%, 0);
}

.custom-animated-circles .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    border: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0);
    -webkit-animation-name: customAnimatedCircles;
    animation-name: customAnimatedCircles;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.custom-animated-circles .circle:nth-child(2) {
    width: 70%;
    height: 70%;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.custom-animated-circles .circle:nth-child(3) {
    width: 90%;
    height: 90%;
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.custom-animated-circles .circle:nth-child(4) {
    width: 110%;
    height: 110%;
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
}

.custom-animated-circles.custom-animated-circles-pos-2 {
    bottom: auto;
    top: 0;
    transform: translate3d(-55%, -25%, 0);
}

.custom-animated-circles.custom-animated-circles-pos-3 {
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate3d(65%, -50%, 0);
    top: 0;
}

@-webkit-keyframes customAnimatedCircles {
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(0.8);
    }

    50% {
        opacity: 0.5;
        transform: translate3d(-50%, -50%, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
}

@keyframes customAnimatedCircles {
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(0.8);
    }

    50% {
        opacity: 0.5;
        transform: translate3d(-50%, -50%, 0);
    }

    100% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(1.1);
    }
}

.carousel-ipad img {
    border: 1px solid #FFF;
}

.carousel-ipad .carousel-ipad-camera {
    background: #3c3d3d;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    margin-left: 20px;
    bottom: 50%;
    margin-bottom: -5px;
    border-radius: 100%;
}

.carousel-ipad .carousel-ipad-home {
    background: #F9F9F9;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
    border-radius: 28px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    margin-right: 5px;
    bottom: 50%;
    margin-bottom: -20px;
}

.carousel-ipad .carousel-ipad-home:after {
    width: 15px;
    height: 15px;
    margin-top: -8px;
    margin-left: -8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
}

@media (max-width: 991px) {

    .carousel-ipad .carousel-ipad-camera,
    .carousel-ipad .carousel-ipad-home {
        display: none;
    }
}

.carousel-ipad.carousel-ipad-sm {
    padding: 40px;
    border-radius: 25px;
}

@media (max-width: 991px) {
    .carousel-ipad.carousel-ipad-sm {
        padding: 20px;
        border-radius: 12px;
    }
}

/* Custom Screens */
.custom-screens-carousel {
    position: relative;
    z-index: 30;
    margin-top: -250px;
}

@media (max-width: 991px) {
    .custom-screens-carousel {
        margin-top: -90px;
    }
}


.tabs-left {
    border-bottom: none;

}

.tabs-left>li {
    float: none;
    margin: 0px;

}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {

    border-right-color: transparent;
    background: #f90;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}

.tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;


    display: block;
    width: 0;
}