:root {
    --specialGray: #c4c4c4;
    --bgBanner: #f6f5fa;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
}

button {
    outline: none;
    border: none;
}

h4 {
    font-size: 24px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500 !important;
}

h5 {
    font-size: 20px !important;
    font-weight: 500 !important;
}

h6 {
    font-size: 16px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500 !important;

}

a:hover {
    color: black !important;
}

.specialGray {
    color: var(--specialGray);
}

.bannerBg {
    background-color: var(--bgBanner);
}

.fs-8 {
    font-size: 10px;
}

.fs-7 {
    font-size: 12px;

}

.fs-6 {
    font-size: 14px;
}

.fs-5 {
    font-size: 21px;
}

.fs-1 {
    font-size: 36px;

}

.fw-medium {
    font-weight: 500;
}

.fw-bold {
    font-weight: bold;

}

.input-group {
    border: none;
    border-bottom: 2px solid var(--specialGray);
    transition: 0.25s all ease-in;
    outline: none;
}

.input-group:focus {
    border-bottom: 2px solid black;
    transition: 0.25s all ease-in;
    outline: none;

}

.d-grid {
    display: grid;

}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 10px;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 10px;
}

.bg-black {
    background-color: black;

}

.text-black {
    color: black;

}

.text-black:hover {
    color: black;
}

.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: 4px;
}

.gap-2 {
    gap: 8px;
}

.gap-3 {
    gap: 16px;

}

.gap-4 {
    gap: 24px;
}

.gap-5 {
    gap: 48px;
}

.form-group {
    margin-bottom: 0 !important;

}

.mt-2 {
    margin-top: 8px;

}

label {
    margin-bottom: 0 !important;
}

.pointer-link {
    cursor: default;
}

.login-btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.login-btn-area>button {
    width: 40%;
}

.forgotten-btn {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: end;
}

.register-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-group {
    display: flex;
    position: relative;
}

button.newsletter-button {
    position: absolute;
    right: 1%;
    height: 30px;
    top: 9%;
}

.newsletter-group>input {
    height: 35px;
}

@media screen and (max-width:1400px) {
    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width:1024px) {
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width:768px) {
    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-2 {
        gap: 10px;
    }

    .gap-md-3 {
        gap: 16px;
    }

}

/*HEADER START*/
@media screen and (max-width:576px) {
    .black-header span {
        font-size: 10px;
    }

}

/*HEADER END*/

/*NAVBAR START*/
.nav-logo {
    width: 250px;
}

/*NAVBAR END*/

/*SIDEBAR START */
.sidebar {
    top: 0;
    left: -100%;
    width: 400px;
    height: 100vh;
    transition: 0.5s all ease-in;
    background-color: white;
    z-index: 1000;
}

.sidebar.sideActive {
    left: 0;
    transition: 0.5s all ease-in;
}

.sidebar-toggler {
    cursor: pointer;

}

.close-sidebar {
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .sidebar {
        width: 50% !important;
    }

}

@media screen and (max-width:576px) {
    .sidebar {
        width: 100% !important;
    }

}

/*SIDEBAR END*/

/*FOOTER CSS START*/

.credit-card-type>div {
    width: 100%;
    border: 1px solid var(--bgBanner);
}

.footer-logo {
    width: 150px;
}

.bannerBg input {
    width: 100%;
}

footer>div>div:nth-child(1) {
    margin-bottom: 3rem;
}

@media screen and (max-width:768px) {
    .list-mobil-down {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .list-mobil-down.active {
        max-height: 1000px;
        transition: max-height 0.5s ease-in;
    }

    .mobil-toggler {
        cursor: pointer;
        border-bottom: 1px solid var(--specialGray);
    }

    .mobil-toggler i {
        transition: transform 0.2s ease-in;
    }

    .active-chevron {
        transform: rotate(180deg);
        transition: transform 0.2s ease-in;
    }

    .copyrightSizeFix {
        font-size: 10px;
    }

}

/*FOOTER CSS END*/


/*LOGIN PAGE CSS START*/
.divider hr {
    border: 1px solid var(--specialGray);
    opacity: 1;
}

.create-account-btn {
    transition: .25s all linear;
}

.create-account-btn:hover {
    background-color: black;
    color: white !important;
    transition: .25s all linear;
}

/*LOGIN PAGE CSS END*/

/*CONTACT PAGE CSS START*/
.wholesale-text {
    letter-spacing: 5px;
}

@media screen and (max-width:768px) {
    .contact-infos .fs-5 {
        font-size: 14px !important;
    }

}

/*CONTACT PAGE CSS END*/

/*INDEX PAGE START*/
.mobile-looks-fixed {
    justify-content: space-between;
}

@media screen and (max-width:768px) {
    .mobile-looks-fixed {
        justify-content: end;
    }

    .mobile-looks-fixed>div {
        position: absolute;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;

    }
}

/*INDEX PAGE END*/


/*BOOTSTRAP 3.3.5 EXTENDS !!*/
.row {
    display: flex !important;
    flex-wrap: wrap;
}

.d-block {
    display: block !important;


}

.position-relative {
    position: relative !important;
}

.position-fixed {
    position: fixed !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-none {
    display: none !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}


.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.w-100 {
    width: 100% !important;
}

.h-auto {
    height: auto !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.pt-3 {
    padding-top: 16px !important;
}

.pb-3 {
    padding-bottom: 16px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pb-1 {
    padding-bottom: 4px !important;
}

.mb-4 {
    margin-bottom: 24px !important;

}

.mb-5 {
    margin-bottom: 48px !important;
}

.nav-logo img {
    max-width: 100%;
}

.object-fit-cover {
    object-fit: cover;
}

.text-decoration-none {
    text-decoration: none !important;
}


.mt-5 {
    margin-top: 48px;
}

.mt-3 {
    margin-top: 16px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.px-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;

}

.px-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.py-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.px-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.pt-4 {
    padding-top: 24px !important;

}

.pb-4 {
    padding-bottom: 24px !important;
}

.pt-5 {
    padding-top: 48px !important;

}

.pb-5 {
    padding-bottom: 48px !important;
}

.fw-bold {
    font-weight: bold !important;
}

.border-black {
    border-color: #000 !important;
}

.border {
    border: 1px solid #000 !important;
}

.col-12 {
    width: 100%;
}

.col-10 {
    width: 83.333333%;
}

.col-6 {
    width: 50%;
}

.col-4 {
    width: 33.333333%;

}

.col-3 {
    width: 25%;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;

}

.p-3 {
    padding: 16px;
}

.bg-transparent {
    background-color: transparent !important;

}

.ps-3 {
    padding-left: 16px !important;

}

.pe-3 {
    padding-right: 16px !important;

}

.triple-banner-wrapper {
    align-items: center;
    justify-content: center;
    width: 100%;
}

.triple-banner-wrapper>a:not(:last-child) {
    margin-right: .2rem;
    /* width: 100%; */
}

.triple-banner-wrapper>a>img {
    width: 100%;
}

.triple-banner-wrapper>a {
    width: 100%;
}

.gallery-lower .product-caption {
    height: 50px;
}

.contact-address {
    display: flex;
}

.store-heading {
    width: 100% !important;
}

span.info-heading {
    text-transform: uppercase;
}

.contact-store div {
    margin-bottom: 1.5rem;
}

.sogo-input-wrapper {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .px-md-5 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .pt-md-4 {
        padding-top: 24px !important;
    }

    .px-md-4 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-3 {
        width: 25%;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .pr-md-2 {
        padding-right: 8px !important;
    }

    .pl-md-2 {
        padding-left: 8px !important;
    }

    .d-md-none {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .col-md-4 {
        padding: 0 !important;
    }
}

@media screen and (min-width:1140px) {
    .px-lg-5 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

}