@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --desktop-fs-1: 24px;
    --desktop-fs-2: 20px;
    --desktop-fs-3: 16px;
    --desktop-fs-4: 14px;

    --tablet-fs-1: 18px;
    --tablet-fs-2: 16px;
    --tablet-fs-3: 14px;
    --tablet-fs-4: 12px;

    --mobile-fs-1: 16px;
    --mobile-fs-2: 14px;
    --mobile-fs-3: 12px;
    --mobile-fs-4: 10px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #e3e6e6;
}

a {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

.line-clamp-1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line-clamp-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line-clamp-3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*
 * --------------------------------------------------- 
 * Box Shadows
 * ---------------------------------------------------
 */
.box-shadow {
    box-shadow: 4px 4px 20px 5px rgb(0 0 0 / 10%);
}

.box-shadow-0 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.box-shadow-4 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.box-shadow-42 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.box-shadow-77 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

/*
 * --------------------------------------------------- 
 * Form control
 * ---------------------------------------------------
 */

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
}

/*
 * --------------------------------------------------- 
 * Swiper
 * ---------------------------------------------------
 */
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*
 * --------------------------------------------------- 
 * Offcanvas
 * ---------------------------------------------------
 */
.close-btn-offcanvas {
    border: 1px solid var(--bs-warning);
    color: var(--bs-warning) !important;
    background-color: #FFFFFF;
    padding: 10px 16px 8px 16px;
}

.offcanvas-footer {
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/*
 * --------------------------------------------------- 
 * Accordion
 * ---------------------------------------------------
 */
.accordion {
    --bs-accordion-active-color: var(--bs-primary);
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: transparent;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230D6F9A'%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");
    --bs-accordion-border-width: 0;
    --bs-accordion-border-color: transparent;
}

.no-arrow.accordion-button::after {
    display: none;
}

/*
 * --------------------------------------------------- 
 * Swal Popup
 * ---------------------------------------------------
 */
.swal2-popup .swal2-title {
    font-size: 1.5em;
}

/*
 * --------------------------------------------------- 
 * Dropify
 * ---------------------------------------------------
 */
.dropify-wrapper .file-icon p {
    font-size: medium;
    color: #999;
}

/*
 * --------------------------------------------------- 
 * Loader screen 
 * ---------------------------------------------------
 */

.loaderScreen {
    background-color: #fff;
    background-image: url('../../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10vh;
    height: 100vh;
    overflow: auto;
    position: fixed;
    width: 100%;
    z-index: 1050;
}

.loaderScreen .loader {
    animation: rotation 1s linear infinite;
    /* border: 3px solid;
    border-color: #fff #fff transparent transparent;
    border-radius: 50%;
    box-sizing: border-box; */
    display: inline-block;
    height: 48px;
    position: relative;
    width: 48px;
}

.loaderScreen .loader::after,
.loaderScreen .loader::before {
    animation: rotationBack 0.5s linear infinite;
    /* border: 3px solid; */
    /* border-color: transparent transparent #ff3d00 #ff3d00; */
    /* border-radius: 50%; */
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center center;
    width: 40px;
}

.loaderScreen .loader::before {
    animation: rotation 1.5s linear infinite;
    /* border-color: #fff #fff transparent transparent; */
    height: 32px;
    width: 32px;
}

.wishlist-page .left-block .cart-details {
    align-items: unset;
}

.wishlist-page .cart-details {
    position: relative;
}

/*
 * --------------------------------------------------- 
 * Back Button
 * ---------------------------------------------------
 */
.back-btn {
    color: #000;
}

/*
 * --------------------------------------------------- 
 * Image Effect
 * ---------------------------------------------------
 */
.zoom-img {
    overflow: hidden;
    transition: 5s;
}

.zoom-img img:hover {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);

}

.zoom-img img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

/*
 * --------------------------------------------------- 
 * Colour label
 * ---------------------------------------------------
 */
label.Colour,
div.Colour {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

a {
    cursor: pointer;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-error {
    font-size: 14px;
}

.invalid-feedback {
    font-size: 0.775em;
}