@keyframes load {

    0%,
    to {
        opacity: 0
    }

    25% {
        opacity: 1
    }
}

:root {
    --main-color: #0061e0;
    --white-color: #fff;
    --secondry-color: #fed700;
    --light-white-color: #fefefe;
    --black-color: #181818;
    --bg-light-color: #f8f9fa;
    --blue-dark: #0062bd
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.easy-autocomplete input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    color: #555;
    float: none;
    padding: 6px 12px;
    box-shadow: none !important
}

.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
    box-shadow: none
}

.easy-autocomplete.eac-blue-light input:focus,
.easy-autocomplete.eac-blue-light input:hover {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul .eac-category,
.easy-autocomplete.eac-blue-light ul li {
    border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul .eac-category.selected,
.easy-autocomplete.eac-blue-light ul li.selected {
    background-color: #ecf5fc
}

.easy-autocomplete.eac-green-light input:focus,
.easy-autocomplete.eac-green-light input:hover {
    border-color: #41db00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul {
    border-color: #41db00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(146, 237, 107, .6)
}

.easy-autocomplete.eac-green-light ul .eac-category,
.easy-autocomplete.eac-green-light ul li {
    border-color: #41db00
}

.easy-autocomplete.eac-green-light ul .eac-category.selected,
.easy-autocomplete.eac-green-light ul li.selected {
    background-color: #9eff75
}

.easy-autocomplete.eac-red-light input:focus,
.easy-autocomplete.eac-red-light input:hover {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 90, 90, .6)
}

.easy-autocomplete.eac-red-light ul .eac-category,
.easy-autocomplete.eac-red-light ul li {
    border-color: #ff5b5b
}

.easy-autocomplete.eac-red-light ul .eac-category.selected,
.easy-autocomplete.eac-red-light ul li.selected {
    background-color: #ff8e8e
}

.easy-autocomplete.eac-yellow-light input:focus,
.easy-autocomplete.eac-yellow-light input:hover {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(255, 231, 84, .6)
}

.easy-autocomplete.eac-yellow-light ul .eac-category,
.easy-autocomplete.eac-yellow-light ul li {
    border-color: #ffdb00
}

.easy-autocomplete.eac-yellow-light ul .eac-category.selected,
.easy-autocomplete.eac-yellow-light ul li.selected {
    background-color: #ffe233
}

.easy-autocomplete.eac-dark-light input:focus,
.easy-autocomplete.eac-dark-light input:hover {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(55, 55, 55, .6)
}

.easy-autocomplete.eac-dark ul,
.easy-autocomplete.eac-dark-light ul .eac-category,
.easy-autocomplete.eac-dark-light ul li {
    border-color: #333
}

.easy-autocomplete.eac-dark-light ul .eac-category.selected,
.easy-autocomplete.eac-dark-light ul li.selected {
    background-color: #4d4d4d;
    color: #fff
}

.easy-autocomplete.eac-blue,
.easy-autocomplete.eac-dark,
.easy-autocomplete.eac-dark-glass {
    color: #fff
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark input:focus,
.easy-autocomplete.eac-dark input:hover {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-dark ul .eac-category,
.easy-autocomplete.eac-dark ul li {
    background-color: #404040;
    border-color: #333
}

.easy-autocomplete.eac-dark ul .eac-category.selected,
.easy-autocomplete.eac-dark ul li.selected {
    background-color: #737373;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass input:focus,
.easy-autocomplete.eac-dark-glass input:hover {
    border-color: rgba(0, 0, 0, .8);
    box-shadow: 0
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul .eac-category,
.easy-autocomplete.eac-dark-glass ul li {
    background-color: rgba(0, 0, 0, .8);
    border-color: rgba(0, 0, 0, .8)
}

.easy-autocomplete.eac-dark-glass ul .eac-category.selected,
.easy-autocomplete.eac-dark-glass ul li.selected {
    background-color: rgba(64, 64, 64, .8);
    color: #f6f6f6
}

.easy-autocomplete.eac-dark-glass ul .eac-category:last-child,
.easy-autocomplete.eac-dark-glass ul li:last-child {
    border-radius: 0 0 4px 4px
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6
}

.easy-autocomplete.eac-blue input:focus,
.easy-autocomplete.eac-blue input:hover {
    border-color: #5a91cb;
    box-shadow: 0
}

.easy-autocomplete.eac-blue ul {
    border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul .eac-category,
.easy-autocomplete.eac-blue ul li {
    background-color: #6d9ed1;
    border-color: #5a91cb
}

.easy-autocomplete.eac-blue ul .eac-category.selected,
.easy-autocomplete.eac-blue ul li.selected {
    background-color: #94b8dd;
    color: #f6f6f6
}

.easy-autocomplete.eac-purple,
.easy-autocomplete.eac-yellow {
    color: #333
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-color: #333;
    border-radius: 4px;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-purple input:focus,
.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-yellow input:focus,
.easy-autocomplete.eac-yellow input:hover {
    border-color: #333;
    box-shadow: 0
}

.easy-autocomplete.eac-purple ul,
.easy-autocomplete.eac-yellow ul {
    border-color: #333
}

.easy-autocomplete.eac-yellow ul .eac-category,
.easy-autocomplete.eac-yellow ul li {
    background-color: #ffdb7e;
    border-color: #333
}

.easy-autocomplete.eac-yellow ul .eac-category.selected,
.easy-autocomplete.eac-yellow ul li.selected {
    background-color: #ffe9b1;
    color: #333
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    box-shadow: 0;
    color: #333
}

.easy-autocomplete.eac-purple ul .eac-category,
.easy-autocomplete.eac-purple ul li {
    background-color: #d6d1e7;
    border-color: #333
}

.easy-autocomplete.eac-purple ul .eac-category.selected,
.easy-autocomplete.eac-purple ul li.selected {
    background-color: #ebe8f3;
    color: #333
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container ul {
    background: 0 0 #fff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: 400
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: 400;
    word-break: break-all
}

.easy-autocomplete-container ul li b {
    font-weight: 700
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-style: italic;
    font-size: .9em
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body,
html {
    max-width: 100%;
    width: 100%
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden;
    margin: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    text-align: left;
    background-color: #fff
}

.zeynep {
    bottom: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    z-index: 1011
}

.zeynep img {
    display: block;
    margin: 10px auto
}

.zeynep .submenu:not(.no-transition),
.zeynep:not(.no-transition) {
    transition: all 250ms
}

.zeynep-overlay {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.zeynep ul>li,
.zeynep-opened .zeynep-overlay {
    display: block
}

.zeynep.opened {
    pointer-events: auto;
    z-index: 9999;
    transform: translateX(0)
}

.zeynep-opened body,
.zeynep.submenu-opened {
    overflow: hidden
}

.zeynep .submenu {
    bottom: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%
}

.zeynep .submenu.opened {
    left: 0;
    pointer-events: auto
}

.zeynep .submenu.opened:not(.current) {
    overflow: hidden
}

.zeynep-overlay:after {
    content: '\f12f';
    font-family: 'bootstrap-icons';
    right: 15px;
    position: absolute;
    top: 0;
    font-size: 28px;
    color: #fff
}

.zeynep {
    right: auto;
    left: 0;
    background-color: #fff;
    color: #404143;
    width: 295px;
    margin-top: 0
}

.btn-open.second {
    background-color: #fff;
    color: #fd698d
}

.zeynep ul {
    list-style-type: none;
    padding: 0 0 0 20px;
    -webkit-overflow-scrolling: touch
}

.zeynep ul>li>a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 150ms
}

.zeynep ul>li>a:hover {
    background-color: #efefef;
    border-radius: 3px
}

.zeynep ul>li:not(:last-child)>a {
    border-bottom: 1px solid #efefef
}

.zeynep .submenu-header>a:before,
.zeynep ul>li.has-submenu>a {
    background-image: url(../image/submenu-arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px
}

.zeynep ul>li.has-submenu>a:hover {
    background-image: url(../image/submenu-arrow-active.svg)
}

.zeynep .submenu {
    background-color: #fff;
    left: 295px
}

.zeynep .submenu-header {
    background-image: url(../image/menu-back.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
    position: relative
}

.zeynep .submenu-header>a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 18px 20px 18px 40px;
    text-decoration: none
}

.zeynep .submenu-header>a:before {
    content: "";
    height: 100%;
    left: 26px;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
    width: 20px
}

.zeynep .submenu>label {
    color: var(--main-color);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 19px;
    opacity: .8;
    padding-left: 40px;
    width: 100%
}

a {
    text-decoration: none
}

.mobile-search-bar {
    display: none
}

.header-topbar {
    background: var(--main-color)
}

.header-topbar__nav-link,
.header-topbar__nav-link a {
    color: var(--secondry-color);
    font-size: .813rem
}

.header-topbar__nav-link:hover,
.header-topbar__nav-link:hover a {
    color: var(--light-white-color)
}

.topbar-right ul .list-inline-item:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    position: relative
}

.topbar-right ul .list-inline-item:not(:last-child):after {
    content: '';
    position: absolute;
    height: 13px;
    width: 1px;
    background: #fff;
    right: 0;
    top: 4px
}

.cart-count {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--main-color);
    bottom: 0;
    left: 15px;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    font-weight: 600
}

@media screen and (min-width:769px) {
    .others-menu li .nav-link i {
        font-size: 18px;
        vertical-align: middle
    }
}

a.bubble1 img,
a.bubble2 img {
    max-width: 200px;
    height: 37px;
    overflow: hidden
}

.megasubmenu {
    padding: 1rem
}

.mobile-menu .btn-open {
    font-size: 30px;
    padding: 0;
    background: 0 0;
    border: 0;
    box-shadow: none;
    line-height: 28px
}

@media screen and (max-width:768px) {
    .navbar-brand img {
        height: 40px !important
    }

    .mobile-menu {
        display: block
    }

    .others-menu .navbar-nav {
        flex-direction: row-reverse
    }

    .others-menu .navbar-nav li a {
        font-size: 18px;
        margin: 0 8px
    }

    .main-header__section,
    .main-header__section .navbar {
        background: var(--black-color) !important
    }

    .navbar-light .navbar-nav .nav-link .bi-person {
        vertical-align: middle
    }

    .search-category-container {
        position: absolute;
        width: 100%;
        top: 60px
    }

    .min-width-600 {
        min-width: 100%
    }

    .logo {
        max-width: 200px;
        overflow: hidden
    }

    .main-header__section .navbar {
        padding: 6px 0
    }
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .min-width-600 {
        min-width: 460px !important
    }
}

@media all and (min-width:992px) {
    .megasubmenu {
        left: 100%;
        top: 0;
        min-height: 100%;
        max-width: 722px;
        min-width: 722px
    }

    .dropdown-menu>li:hover .megasubmenu {
        display: block
    }
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.min-width-600 {
    min-width: 600px
}

.search-bar-category .search-input {
    flex: 1 1 auto
}

.search-bar-category .search-input::placeholder {
    color: var(--secondry-color)
}

.search-bar-category input:focus,
.search-bar-category input:hover {
    border: 0;
    outline: 0
}

.search-bar-category {
    border: 2px solid var(--white-color);
    border-radius: 6.1875rem
}

button#search-btn {
    box-shadow: none;
    padding: 0 15px;
    font-size: 20px;
    color: var(--secondry-color)
}

.dropdown-toggle::after {
    content: '\f282';
    font-family: bootstrap-icons !important;
    border: 0;
    vertical-align: middle;
    font-weight: 600;
    transition: .5s
}

.nav-link.dropdown-toggle.show:after {
    content: '\f286';
    transition: .5s
}

.search-bar-category .nav-link {
    color: var(--secondry-color);
    position: relative;
    font-weight: 500;
    padding-right: 7px
}

.search-bar-category .category-btn {
    position: relative;
    padding-right: 10px
}

.search-bar-category .category-btn:not(last-child):after {
    content: '';
    height: 18px;
    background: var(--white-color);
    right: 2px;
    width: 2px;
    position: absolute;
    top: 10px
}

.footer-link-list li a,
.navbar-light .navbar-nav .nav-link {
    color: var(--secondry-color)
}

.navbar-light .navbar-nav .nav-link:hover,
.prod-category-box:hover h4,
.usp-section:hover h6 {
    color: var(--white-color)
}

.search-category-container {
    width: calc(100% - 460px)
}

.dropdown-menu.mega-menu {
    border: 0;
    background: #f8f9fa !important;
    border-radius: 0;
    font-size: 14px;
    min-width: 210px;
    padding: 0
}

.dropdown-menu.mega-menu li.has-megasubmenu .dropdown-item {
    padding: 7px 1rem;
    padding-right: 10px;
    position: relative
}

.dropdown-menu.mega-menu li.has-megasubmenu .dropdown-item:after {
    content: '\f285';
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 5px;
    top: 7px
}

.dropdown-menu.mega-menu li.has-megasubmenu:not(:last-child) {
    border-bottom: 1px solid #e9ecef
}

.megasubmenu {
    border: 0;
    padding: 0 0 0 15px;
    background: #f8f9fa !important
}

.product-menu-list .title {
    color: var(--main-color);
    font-size: 14px;
    padding-bottom: 5px;
    position: relative
}

.product-menu-list .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    border-bottom: 1px solid var(--secondry-color)
}

.product-menu-list ul li a {
    color: var(--black-color);
    font-size: 13px;
    position: relative;
    padding-left: 15px
}

.product-menu-list {
    padding: 15px 0
}

.product-menu-list ul li a:before {
    content: '\f10b';
    font-family: bootstrap-icons !important;
    position: absolute;
    font-size: 6px;
    top: 3px;
    left: 1px;
    font-weight: 700;
    color: var(--main-color)
}

#main-slider {
    aspect-ratio: 80/23
}

.main-slider .carousel-control-next,
.main-slider .carousel-control-prev {
    width: 5%
}

.carousel-control-prev-icon,
.main-slider .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem
}

.bg-black {
    background-color: var(--black-color)
}

.prod-category-box img {
    max-width: 60px;
    margin: 0 auto;
    aspect-ratio: 1/1;
    transition: transform 1s, visibility 1s ease-in
}

.prod-category-box:hover img {
    transform: scale(1.15);
    filter: grayscale(1)
}

.prod-category-box h4 {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: var(--secondry-color);
    transition: transform 1s, visibility 1s ease-in
}

.product-category-slider .prod-category-box {
    padding-top: 15px
}

@media screen and (max-width:738px) {
    .prod-category-box img {
        height: 50px;
        width: auto !IMPORTANT
    }

    .prod-category-box h4 {
        font-size: 12px;
        margin-top: 10px
    }

    .product-category-slider .prod-category-box {
        padding-top: 0
    }
}

.feature-treading--heading {
    background: var(--black-color)
}

.feature-treading--heading .feature-treading {
    border-bottom: 0
}

.feature-treading {
    border-bottom: 1px solid #e7eaf3
}

.feature-treading .nav-link {
    color: var(--secondry-color);
    font-size: 1.4rem;
    font-weight: 500;
    transition: transform 1s, visibility 1s ease-in
}

.feature-treading .nav-link.active {
    color: var(--white-color);
    background: 0 0;
    font-weight: 600;
    border-bottom: 2px solid var(--secondry-color);
    border-radius: 0
}

.product-item-inner {
    border-radius: .8rem;
    padding: 15px;
    position: relative
}

.product-item-inner::after {
    content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-card:hover .product-item-inner {
    box-shadow: 0 0 6px 0 rgb(1 1 1/30%);
    background-color: #fff;
    z-index: 1;
    border-radius: 15px
}

.product-card:hover .product-item-inner::after {
    opacity: 0
}

.product-item-inner .product-item-footer {
    border-top: 1px solid #e7eaf3 !important;
    padding-top: 7px;
    margin-top: 5px
}

.product-item-inner .product-item-body .product-price-box {
    display: flex;
    flex-flow: nowrap;
    position: relative;
    padding-bottom: 20px
}

.product-add-on {
    position: relative;
    height: 30px;
    width: 100%;
    display: block
}

.product-coupon {
    float: left
}

.product-addon-btn {
    float: right;
    text-align: right
}

.product-addon-btn button {
    line-height: 30px;
    height: 30px;
    width: 30px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-left: 5px
}

.product-addon-btn button i {
    vertical-align: top;
    font-size: 16px
}

.product-item-inner .product-item-body .product-price-box h6 {
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 1.25038rem;
    color: var(--main-color)
}

.product-item-inner .product-item-body .dis-per-sm {
    min-width: 35px;
    background: #e00;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 2px 10px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 18px
}

.product-item-inner .product-item-body .price-label {
    font-size: .875rem;
    margin: 0;
    color: var(--black-color);
    font-weight: 600
}

.product-item-inner .product-item-body .product-discount {
    position: absolute;
    bottom: 0;
    font-size: 12px
}

.product-item-inner .product-item-body .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--blue-dark);
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 600;
    margin-bottom: 5px;
    min-height: 2.25rem
}

.product-card-slider .product-card {
    padding: 10px 0
}

.product-item-inner .product-item-footer .product-cart-btn,
.product-item-inner .product-item-footer .product-compare {
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: .81288rem;
    padding: 0
}

.product-cart-btn:before,
.product-compare:before {
    position: relative;
    left: 0;
    font-family: bootstrap-icons !important;
    margin-right: 3px;
    vertical-align: top
}

.product-compare:before {
    content: '\f130'
}

.product-cart-btn:before {
    content: '\f244'
}

.product-img {
    /* padding-top: 75%; */
    padding-top: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: auto !important
}

.product-card-slider.owl-carousel .owl-nav .owl-next,
.product-card-slider.owl-carousel .owl-nav .owl-prev,
.product-category-slider.owl-carousel .owl-nav .owl-next,
.product-category-slider.owl-carousel .owl-nav .owl-prev {
    background: 0 0;
    color: inherit;
    font: inherit;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    transition: opacity .15s ease;
    font-size: 16px;
    line-height: 30px;
    background: var(--main-color);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: var(--white-color)
}

.product-card-slider.owl-carousel .owl-nav .owl-next,
.product-category-slider.owl-carousel .owl-nav .owl-next {
    right: -15px
}

.product-card-slider.owl-carousel .owl-nav .owl-prev,
.product-category-slider.owl-carousel .owl-nav .owl-prev {
    left: -45px
}

@media screen and (max-width:738px) {
    .product-item-inner .product-item-body .product-title {
        font-size: .74987rem;
        line-height: .875rem
    }

    .product-item-inner .product-item-body .price-label {
        font-size: 12px
    }

    .product-item-inner .product-item-body .product-price-box h6 {
        font-size: 16px
    }

    .product-item-inner .product-item-body .dis-per-sm {
        padding: 2px 5px;
        line-height: 12px;
        font-size: 10px;
        height: 16px
    }

    .product-item-inner .product-item-body .product-discount {
        font-size: 10px
    }

    .product-item-inner .product-item-body .product-price-box {
        padding-bottom: 14px
    }

    .product-item-inner {
        padding: 10px
    }

    .product-card-slider .owl-item.active:nth-child(2) .product-card .product-item-inner:after {
        opacity: 0
    }

    .product-item-inner .product-item-footer .product-cart-btn,
    .product-item-inner .product-item-footer .product-compare {
        font-size: 12px
    }

    .product-item-inner .product-item-body .product-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 1.7rem
    }
}

.offer-banner {
    padding: 5px;
    display: block
}

.offer-banner img {
    height: auto
}

.banner-x4 img,
.offer-banner img {
    object-fit: cover;
    width: 100%
}

@media screen and (max-width:738px) {
    .offer-banner {
        min-width: 60px
    }
}

@media screen and (min-width:1200px) {
    .offer-banner {
        min-height: 199px
    }
}

.category-title {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #eb1c21;
    margin: 0;
    font-family: "Roboto Slab";
    font-weight: 700
}

.category--heading {
    background: var(--black-color);
    height: 44px;
    padding: 6px 0;
    margin-bottom: 15px
}

.view-btn-rounded {
    font-weight: 600;
    border: 2px solid !important;
    font-size: 16px;
    padding: .25rem 1rem;
    line-height: 22px;
    border-radius: 30px;
    text-transform: uppercase;
    height: 32px;
    color: #eb1c21;
    border-color: #eb1c21
}

.category--heading .product--heading .category-title {
    color: var(--secondry-color);
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500
}

.category--heading .product--heading .view-btn-rounded {
    color: var(--secondry-color);
    border-color: var(--secondry-color)
}

.product--heading {
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.banner-x4 {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 0 10px #dee2e6;
    margin: 5px 0
}

@media screen and (max-width:768px) {
    .banner-x4 img {
        height: auto;
        width: 100%
    }

    .view-btn-rounded {
        font-size: 12px;
        line-height: 16px;
        border-radius: 30px;
        height: 28px;
        padding: 5px 12px;
        align-self: flex-end
    }

    .category-title {
        font-size: 20px;
        line-height: 30px
    }

    .btn-rounded,
    .contect-to-expert a.btn {
        font-size: 14px
    }
}

.category--heading .product--heading .view-btn-rounded:hover {
    background: var(--secondry-color);
    color: var(--black-color)
}

.usp-row {
    padding: 0
}

.usp-row .usp-col {
    width: calc(100%/6 - 6px);
    border-left: 1px solid rgba(255, 255, 255, .5);
    height: 100%;
    display: inline-block;
    text-align: center;
    min-height: 152px;
    vertical-align: top;
    padding: 15px 10px 10px;
    cursor: pointer
}

.usp-row .usp-col:first-child {
    border-left: 0
}

.card-usp {
    padding: 20px 0;
    position: relative
}

.usp-section .icon img,
.usp-section .icon svg {
    height: 65px;
    width: 65px;
    margin: auto;
    display: block;
    transition: .3s
}

.usp-section:hover .icon img,
.usp-section:hover .icon svg {
    filter: grayscale(1);
    transform: scale(1.05)
}

.usp-section h6 {
    margin: 15px 0 0;
    color: var(--secondry-color);
    font-size: 14px;
    line-height: 20px;
    transition: .3s
}

.usp-section p {
    color: var(--white-color);
    margin: 0;
    font-weight: 300;
    font-size: 14px
}

.contect-to-expert a.btn {
    background: var(--secondry-color);
    color: var(--black-color);
    border-radius: 25px;
    font-weight: 500;
    border: 2px solid var(--secondry-color)
}

.text-blue-2 {
    color: var(--main-color)
}

.bg-soft-light {
    background-color: #f8f9fa
}

.usp-tag-line {
    font-size: 16px;
    color: var(--white-color);
    line-height: 1.7
}

.rsVideoContainer img {
    margin-top: 0 !IMPORTANT
}

@media screen and (max-width:768px) {
    .usp-label {
        font-size: 20px
    }

    .card-usp p {
        font-size: 12px !important;
        margin-bottom: 15px
    }

    .usp-section .icon img,
    .usp-section .icon svg {
        height: 35px;
        width: 35px
    }

    .usp-row .usp-col {
        padding: 10px 2px;
        width: calc(100%/3 - 3px);
        min-height: auto;
        border: 0
    }

    .usp-section h6 {
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 16px
    }

    .card-usp {
        padding-bottom: 0
    }
}

.list-top-brand a,
.top-brand-slide .top-brand {
    border-radius: .8rem;
    overflow: hidden;
    box-shadow: 0 0 8px 4px hsl(0deg 0% 78%/21%);
    background: #fff;
    width: 150px;
    height: 150px;
    position: relative;
    margin: 10px auto;
    padding: 0 15px;
    display: flex !important
}

.list-top-brand a img,
.top-brand-slide .top-brand img {
    max-height: 75px
}

.top-brand-slide .item {
    padding: 0 20px
}

.top-brand-slide .owl-nav .owl-next,
.top-brand-slide .owl-nav .owl-prev {
    font: inherit;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    transition: opacity .15s ease;
    font-size: 16px;
    line-height: 30px;
    background: var(--main-color) !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: var(--white-color) !important
}

.top-brand-slide.owl-carousel .owl-nav .owl-next {
    right: -15px
}

.top-brand-slide.owl-carousel .owl-nav .owl-prev {
    left: -30px
}

@media screen and (max-width:738px) {
    .top-brand-slide .top-brand {
        margin: 10px 0;
        height: 90px;
        min-height: 40px;
        width: 90px
    }

    .top-brand-slide .top-brand img {
        height: auto;
        width: 100%
    }

    .top-brand-slide .item {
        padding: 0 10px
    }
}

.title-one,
.title-one h2 {
    position: relative
}

.title-one h2 {
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 1.6rem;
    color: #080808;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    padding: 0 0 5px
}

.title-one h2:after,
.title-one h2:before {
    display: block;
    content: "";
    left: 50%;
    background-color: var(--main-color)
}

.title-one h2:before {
    width: 28px;
    height: 5px;
    position: absolute;
    bottom: 3px;
    margin-left: -14px
}

.title-one h2:after {
    width: 100px;
    height: 1px;
    position: relative;
    margin-top: 25px;
    margin-left: -50px
}

@media (min-width:1200px) {

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

@media (min-width:1281px) {

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

@media (min-width:1600px) {

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

    .product-img {
        padding-top: 60%
    }
}

@media screen and (width:1024px) {
    .megasubmenu {
        max-width: 500px;
        min-width: 525px
    }

    .dropdown-menu.mega-menu {
        min-width: 185px;
        font-size: 13px
    }

    .product-menu-list .title {
        font-size: 12px
    }

    .mega-menu ul li a {
        line-height: 24px;
        font-size: 12px
    }

    .product-menu-list ul li a:before {
        top: 0
    }
}

.newsletter {
    background: var(--main-color);
    color: #fff;
    padding: .5rem 0;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.newsletter-icon {
    font-size: 30px
}

.Subscribe-heading {
    font-size: 1.25038rem;
    font-weight: 500;
    margin-bottom: 0
}

.subscribe-note {
    font-size: 12px;
    font-weight: 300
}

#subscribeSrEmail {
    box-shadow: none;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: 400;
    padding: 0 20px;
    font-size: 15px
}

#kohiapp-subscribeButton {
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
    padding: 7px 30px;
    font-weight: 500;
    background: var(--secondry-color)
}

#kohiapp-subscribeButton:focus,
#kohiapp-subscribeButton:hover,
#subscribeSrEmail:focus {
    box-shadow: none;
    border: 0;
    background: var(--black-color);
    color: var(--secondry-color)
}

@media screen and (max-width:738px) {
    .subscribe-note {
        margin-bottom: 10px;
        display: block
    }

    .newsletter-icon {
        margin-left: 20px
    }
}

.footer-top {
    background: var(--black-color);
    padding: 3.5rem 0
}

.footer-link-list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.footer-link-title {
    font-weight: 600
}

.footer-link-list li {
    padding: 5px 0
}

.footer-link-list li,
.footer-link-title,
.text-secondary-yw {
    color: var(--secondry-color)
}

.hover-text-blue:hover {
    color: var(--white-color)
}

.font-size-46 {
    font-size: 46px
}

.text-black {
    color: var(--black-color) !important
}

.social-media-footer {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.social-media-footer li {
    display: inline-block;
    margin-right: 10px
}

.footer-bottom {
    background: var(--main-color);
    padding: 7px 0
}

.footer-bottom-logo img {
    height: 27px;
    position: relative;
    background: var(--white-color);
    border-radius: 4px;
    padding: 1px 2px
}

.footer-at-tag {
    font-weight: 600
}

.btn-rounded,
.contect-to-expert a.btn:hover {
    color: var(--black-color);
    border: 2px solid var(--secondry-color)
}

.btn-rounded {
    border-radius: 20px;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    transition: .5s
}

.btn-rounded:hover {
    background: var(--secondry-color);
    color: var(--black-color)
}

.contect-to-expert a.btn:hover {
    background: var(--white-color)
}

.footer-bottom-logo {
    margin: 0 4px
}

@media screen and (max-width:738px) {
    .footer-top {
        padding: 1.5rem 0
    }

    .font-size-xs-40 {
        font-size: 40px !important
    }

    .footer-link-list li {
        padding: 0;
        line-height: 26px;
        font-size: 13px
    }

    .footer-link-title {
        margin-bottom: 10px !important
    }

    .footer-bottom-logo {
        margin: 0 5px
    }

    .subscribe-note {
        font-size: 10px;
        font-weight: 400
    }
}

.loginModal .modal-content {
    border: 0;
    background: 0 0;
    border-radius: 0 !important;
    position: relative
}

.loginModal .modal-body {
    min-height: 528px
}

.log-left,
.log-right {
    position: relative;
    /* min-height: 528px;
    height: 100% */
}

.log-left {
    background-color: var(--main-color);
    display: block;
    color: var(--white-color);
    overflow: hidden;
    padding: 40px 20px;
    background-image: url(../image/login_img.png);
    background-position: center 85%;
    background-repeat: no-repeat
}

.log-left .log-title {
    box-sizing: border-box;
    display: block;
    font-size: 28px;
    font-weight: 500
}

.log-left .log-tag-line {
    display: block;
    font-size: 18px;
    margin-top: 16px;
    line-height: 150%;
    color: #f8f9fa
}

.loginModal .modal-content .login-close {
    position: absolute;
    top: -10px;
    right: -45px;
    color: var(--white-color);
    background: 0 0;
    box-shadow: none;
    outline: 0;
    border: 0;
    font-size: 45px;
    line-height: 0;
    padding: 0
}

.log-right {
    background: var(--white-color);
    padding: 56px 35px 16px
}

.col-2-5 {
    width: 40%
}

.col-3-5 {
    width: 60%
}

.loginModal .modal-lg {
    max-width: 675px
}

.divider {
    position: relative;
    display: inline-block;
    font-size: .65625rem
}

.divider:after,
.divider:before {
    position: absolute;
    top: 50%;
    content: ""
}

.divider:before {
    right: 100%;
    background-image: linear-gradient(45deg, transparent 0, #bdc5d1 100%);
    background-repeat: repeat-x
}

.divider:after,
.divider:before {
    width: 4.75rem;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.divider:after {
    left: 100%;
    background-image: linear-gradient(45deg, #bdc5d1 0, transparent 100%);
    background-repeat: repeat-x
}

.divider:before {
    margin-right: .625rem
}

.divider:after {
    margin-left: .625rem
}

.btn-primary {
    border-radius: 20px;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    font-weight: 500;
    transition: all .2s ease-in-out
}

.btn-primary:focus,
.btn-primary:hover {
    background: var(--main-color);
    border: 2px solid var(--main-color)
}

.transition-3d-hover:focus,
.transition-3d-hover:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.btn-outline-dark {
    border-radius: 20px;
    border-width: 2px;
    font-weight: 500
}

.btn-block {
    display: block;
    width: 100%
}

.btn-soft-facebook,
.btn-soft-google {
    border-color: transparent;
    padding: .5rem 1.125rem;
    border-radius: 20px
}

.btn-soft-facebook {
    background: rgba(59, 89, 152, .1);
    color: #3b5998;
    font-weight: 600
}

.btn-soft-google {
    background: rgba(209, 65, 48, .1);
    color: #d14130
}

.btn-soft-facebook:focus,
.btn-soft-facebook:hover {
    background: #3b5998;
    color: var(--white-color);
    box-shadow: 0 4px 11px rgb(59 89 152/35%)
}

.btn-soft-google:focus,
.btn-soft-google:hover {
    background: #d14130;
    color: var(--white-color);
    box-shadow: 0 4px 11px rgb(209 65 48/35%)
}

.otp-resend,
.signup-link {
    font-size: 80%
}

.easy-autocomplete li:hover a,
.forget-link,
.otp-resend a,
.signup-link a,
.signup-link span {
    color: var(--main-color)
}

.forget-link {
    border-bottom: 1px dashed #97a4af;
    display: inline-block;
    font-size: 80%;
    margin-bottom: 10px;
    cursor: pointer
}

.login-form .input-group-text {
    border-top-left-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem;
    padding-left: 15px;
    background: 0 0
}

.login-form .form-control {
    border-radius: 1.4rem !important;
    font-size: 14px;
    padding: .67rem .67rem .67rem 3.5rem
}

.login-form .btn-check:focus+.btn-outline-dark,
.login-form .btn-check:focus+.btn-primary,
.login-form .btn-outline-dark:focus,
.login-form .btn-primary:focus,
.login-form .form-control:focus {
    box-shadow: none !important
}

.invalid-feedback,
.invalid-feedback-forget {
    font-size: .8em
}

.invalid-feedback-forget {
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #dc3545
}

.is-invalid-forget~.invalid-feedback-forget {
    display: block
}

.login-form i {
    position: absolute;
    z-index: 3;
    font-size: 20px;
    left: 15px;
    top: 7px;
    padding-right: 9px;
    border-right: 1px solid #ced4da
}

.form-heading {
    margin-bottom: 30px;
    text-align: center
}

.form-heading .form-title {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.form-heading .form-tag-line {
    font-size: 14px;
    font-weight: 400;
    color: #6c757d
}

.form-heading .form-tag-line span {
    color: var(--main-color);
    font-weight: 500;
    border-bottom: 1px dotted #adb5bd;
    cursor: pointer
}

.existing-user-login {
    margin-top: 15px;
    box-shadow: 0 0 10px 0 #dee2e6;
    border-radius: 20px;
    color: var(--main-color);
    font-weight: 600
}

.login-form-msg {
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, 50%);
    width: auto;
    text-align: center;
    left: 50%;
    font-size: 12px;
    color: var(--bs-danger)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1249a0;
    border-color: #1249a0
}

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

    .col-2-5,
    .col-3-5 {
        width: 100%
    }

    .log-left {
        padding: 20px;
        height: 100%;
        min-height: auto;
        background-image: none !IMPORTANT
    }

    .log-right {
        min-height: auto;
        padding: 25px 35px
    }

    .log-left .log-tag-line {
        font-size: 16px;
        margin-top: 0;
        line-height: 150%
    }

    .loginModal .modal-content .login-close {
        right: 0;
        top: 0;
        z-index: 2
    }
}

.lazy-data {
    min-height: 50px;
    width: 100%;
    position: relative
}

#dots #dot1 {
    animation: load 1s infinite
}

#dots #dot2,
#dots #dot3,
#dots #dot4 {
    animation: load 1s infinite;
    animation-delay: .2s
}

#dots #dot3,
#dots #dot4 {
    animation-delay: .4s
}

#dots #dot4 {
    animation-delay: .6s
}

ul.offer-msg {
    margin: 0;
    padding-left: 0
}

.user-detail-form {
    background: #f8f9fa;
    padding: 15px
}

#offers-slider {
    background: var(--white-color);
    position: relative;
    display: block;
    overflow: hidden
}

#offers-slider img {
    object-fit: fill;
    width: 100%;
    height: auto
}

#UserDetailget .modal-dialog {
    max-width: 820px
}

.user-form-heading {
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
    line-height: inherit;
    margin: 0
}

.user-from-btn {
    background: var(--main-color);
    margin-top: 12px;
    border-radius: 0;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 5px 20px
}

#user_browser_visit input {
    border-radius: 0;
    font-size: 14px;
    color: var(--main-color);
    border-color: var(--main-color);
    border: 0;
    border-bottom: 2px solid;
    background: 0 0;
    padding: 7px 0
}

#user_browser_visit input::placeholder {
    color: #1249a0;
    opacity: 1;
    font-weight: 500;
    text-transform: capitalize
}

#user_browser_visit input:focus,
#user_browser_visit input:hover {
    box-shadow: none;
    outline: 0
}

.user-from-btn:focus,
.user-from-btn:hover {
    color: var(--white-color);
    box-shadow: 0 0 10px #f8f9fa
}

@media screen and (max-width:738px) {
    .user-form-heading {
        font-size: 16px;
        margin-top: 10px;
        text-align: center
    }

    #user_browser_visit input {
        border-width: 1px
    }

    .user-from-btn {
        width: 100%;
        display: block
    }
}

.wishlist-btn:after {
    content: '\f417';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 6px;
    font-size: 16px;
    top: 0
}

.wishlist-btn[data-wish=true]:after {
    color: #d2202f;
    content: "\f415"
}

.product-compare-url-btn {
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
    cursor: pointer;
    font-weight: 500;
    height: 40px;
    width: 144px;
    background-color: #1249a0;
    box-shadow: 0 1px 2px 0 rgb(0 0 0/20%)
}

.product-compare-url-btn label {
    display: inline-block;
    padding-left: 24px;
    padding-top: 10px
}

.product-compare-url-btn .pd-compare-count {
    position: absolute;
    top: 10px;
    margin-left: 14px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .2);
    padding: 0;
    pointer-events: none;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center
}

.product-compare.add-compare[data-compare=true] {
    font-weight: 600
}

@media screen and (max-width:768px) {
    /* .product-img img {
        padding: 8px
    } */

    .product-addon-btn button i {
        vertical-align: top;
        font-size: 14px;
        margin-left: -1px
    }

    .product-addon-btn button {
        line-height: 23px;
        height: 25px;
        width: 25px
    }

    .wishlist-btn:after {
        left: 6px;
        font-size: 12px;
        top: 1px
    }
}

.compare-remove {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 15px;
    height: 34px;
    width: 34px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 50%;
    font-size: 15px;
    line-height: 36px;
    color: #878787;
    text-align: center;
    cursor: pointer
}

.compare-toast-msg,
.notification-msg {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--main-color);
    min-width: fit-content;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    box-shadow: 0 0 10px 0 rgb(18 73 160/37%);
    border: 0
}

.notification-msg {
    z-index: 99
}

.compare-toast-msg .toast-body .toast-msg,
.notification-msg .toast-body .toast-msg {
    color: var(--white-color);
    display: inline;
    margin-right: 10px
}

.notification-msg .toast-body .toast-msg {
    display: block
}

.compare-toast-msg .toast-body a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color)
}

.compare-toast-msg .toast-body a:hover {
    color: var(--white-color)
}

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

    .compare-toast-msg,
    .notification-msg {
        width: fit-content;
        z-index: 99;
        box-shadow: 0 0 10px 0 rgb(18 73 160/37%);
        border: 0
    }

    .product-coupon {
        font-size: 10px;
        line-height: 24px;
        color: #dc3545
    }
}

.compare-toast-msg {
    z-index: 9999
}

.easy-autocomplete {
    position: relative;
    border: 0;
    outline: 0;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0;
    width: auto !important
}

.search-bar-category .search-input {
    border: 0;
    outline: 0;
    position: relative;
    min-width: 0;
    width: 100%;
    padding-left: 15px;
    height: 100%;
    color: var(--white-color);
    background-color: var(--black-color)
}

.easy-autocomplete a {
    display: block;
    color: var(--black-color)
}

@media screen and (max-width:1024px) {
    .mobile-search-bar {
        display: block;
        background-color: var(--black-color);
        padding: 10px 0
    }

    .easy-autocomplete {
        width: calc(100vw - 120px) !important;
        height: 36px;
        border: 0;
        display: inline-block
    }

    #search-mobile-view {
        height: 36px;
        border-radius: 20px;
        padding: 5px 15px;
        border: 0;
        margin-right: 10px;
        width: 100%
    }

    #search-mobile-view:active,
    #search-mobile-view:focus,
    #search-mobile-view:focus-visible {
        box-shadow: none;
        border: 0;
        outline: 0
    }

    .mobile-menu .btn-open,
    .mobile-search-bar .btn i,
    .navbar-light .navbar-nav .nav-link {
        color: var(--white-color)
    }

    .cart-count {
        background: var(--white-color);
        color: var(--main-color)
    }

    .easy-autocomplete-container ul .eac-category,
    .easy-autocomplete-container ul li {
        font-size: 12px
    }

    .mobile-search-bar .btn-check:focus+.btn,
    .mobile-search-bar .btn:focus {
        box-shadow: none;
        border: 0;
        outline: 0
    }

    .mobile-search-bar .easy-autocomplete-container ul {
        width: calc(100vw - 25px)
    }

    .voice-search-container {
        position: fixed;
        z-index: 999999;
        top: 114px;
        height: calc(100vh - 114px);
        width: 100vw;
        background: #fff
    }

    .voice-search-div {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center
    }

    .voice-grid {
        width: 100%
    }

    .voice-icon {
        text-align: center
    }

    .voice-search-text {
        font-size: 22px;
        text-align: center;
        color: #000;
        width: 100%;
        margin-top: 35px
    }

    .voice-btn,
    .voice-btn::before {
        border-radius: 50%;
        height: 70px;
        width: 70px
    }

    .voice-btn {
        margin: auto;
        line-height: 70px;
        font-size: 40px;
        color: #fff;
        background: #1249a0;
        position: relative;
        box-shadow: 0 2px 3px 1px #77838f
    }

    .voice-btn::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #1249a0;
        box-shadow: 0 0 1px #1249a0;
        opacity: 0;
        z-index: -1;
        animation: ping 1s ease-out;
        animation-iteration-count: infinite
    }

    @keyframes ping {
        0% {
            transform: scale(.1, .1);
            opacity: 0
        }

        50% {
            opacity: .65
        }

        to {
            transform: scale(2.5, 2.5);
            opacity: 0
        }
    }
}

.search-bar-mobile {
    display: inline-flex;
    width: calc(100% - 95px)
}

@media screen and (max-width:1024px) {
    .logo a img {
        height: 43px
    }
}

.product-coupon {
    font-size: 12px;
    line-height: 28px;
    color: #dc3545
}

@media screen and (width:768px) {
    .easy-autocomplete {
        height: 36px;
        display: block;
        width: 100%
    }

    .mobile-search-bar .easy-autocomplete-container ul {
        width: auto
    }

    .top-brand-slide .top-brand img {
        max-height: 70px;
        width: auto
    }

    .logo {
        width: 100%;
        padding-left: 25px
    }

    .others-menu ul li {
        margin: 0 10px
    }
}

@media screen and (width:1024px) {
    .easy-autocomplete {
        height: 36px;
        display: block;
        width: 100%
    }

    .mobile-search-bar .easy-autocomplete-container ul {
        width: auto
    }

    .top-brand-slide .top-brand img {
        max-height: 70px;
        width: auto
    }

    .logo {
        width: 100%;
        padding-left: 25px
    }

    .others-menu ul li {
        margin: 0 10px
    }
}

.current-location-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500000;
    background: rgba(0, 0, 0, .8);
    display: none;
    overflow-x: hidden
}

.current-location {
    background-color: #f3f3f3
}

.close-current-location {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.search-container {
    padding: 20px 0
}

.current-location-title {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color)
}

#pincode-error {
    position: absolute;
    color: #e15b4f;
    left: 43.2%;
    text-align: center;
    margin: 5px auto auto;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px;
    display: none
}

ul.store-list {
    padding: 0;
    list-style: none;
    display: block;
    margin: 14px 0
}

ul.store-list li {
    display: inline-block;
    width: calc(100%/5 - 5px);
    margin-bottom: 10px
}

.current-location-selected {
    background: #1249a0
}

.btn-section-current-location .btn-current-location {
    border-radius: 0;
    color: #fff;
    padding: 15px 30px 15px 15px;
    max-width: 150px;
    font-weight: 500;
    background: #f6191b;
    cursor: pointer
}

.btn-section-current-location,
.current-location-search-selction .input-box,
ul.store-list {
    position: relative
}

.btn-section-current-location:after {
    content: '\f286';
    font: 14px/1 bootstrap-icons;
    position: absolute;
    top: 18px;
    right: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 16px
}

.current-location-search-selction .input-box .search-btn {
    position: absolute;
    right: 9px;
    top: 7px;
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: 18px
}

.btn-primary-dark-w {
    background: var(--main-color);
    border-radius: 20px;
    color: #fff;
    font-weight: 500
}

.btn-primary-dark-w:hover {
    background: var(--black-color);
    color: #fff
}

.search-pincode-inputBox {
    border-radius: 20px;
    font-size: 16px;
    padding: 7px 20px
}

.location-heading {
    font-weight: 600;
    margin-top: 15px
}

.search-pincode-inputBox::-webkit-inner-spin-button {
    display: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default
}

.optacity-0 {
    opacity: 0
}

.product-compare-url-btn:hover {
    color: var(--white-color)
}

.home-two .search-bar-category .search-input {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding-left: 30px;
    height: 37px
}

.home-two .search-category-container {
    width: calc(100% - 600px)
}

.home-two .search-bar-category {
    border: 2px solid var(--secondry-color)
}

.home-two #search-btn,
button#search-btn:focus {
    box-shadow: none;
    padding: 0 15px;
    font-size: 20px;
    color: var(--black-color);
    background: var(--secondry-color);
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    margin: 0
}

.home-two .others-menu .navbar-nav .nav-item {
    margin-left: 10px
}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    margin: auto 0;
    padding-left: 0
}

.exo-menu>li {
    display: inline-block;
    float: left
}

.exo-menu>li>a,
.flyout-left ul>li>a,
.flyout-right ul>li>a,
li.drop-down>ul>li>a {
    text-decoration: none;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear
}

.exo-menu>li>a {
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 600
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    background: #e5c100;
    color: var(--black-color)
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important
}

.flyout-left,
.flyout-right,
li.drop-down {
    position: relative
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px
}

li.drop-down>ul {
    left: 0;
    min-width: 230px
}

.drop-down-ul {
    display: none
}

.flyout-left>ul,
.flyout-right>ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670
}

.flyout-left ul>li>a,
.flyout-right ul>li>a,
li.drop-down>ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    background-color: #365670;
    border-bottom: 1px dotted #547787
}

.flyout-left ul>li>a,
.flyout-right ul>li>a {
    border-bottom: 1px dotted #b8c7bc
}

.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px
}

h4.row.mega-title,
h4.row.mega-title a {
    color: var(--black-color);
    font-size: 14px
}

h4.row.mega-title {
    position: relative;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 13px;
    padding-top: 15px;
    margin-bottom: 5px
}

.row.mega-title:after {
    content: '';
    height: 1px;
    min-width: 130px;
    max-width: 150px;
    background: #fed700;
    position: absolute;
    bottom: 4px;
    left: 12px
}

h4.row.mega-title a {
    font-weight: 600;
    text-transform: uppercase
}

.mega-menu-wrap ul {
    list-style: none;
    padding-left: 0
}

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit
}

.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus,
.flyout-mega ul>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important
}

.mega-menu {
    left: 0;
    right: 0;
    display: none;
    padding: 0 30px 15px;
    min-height: 100%;
    max-width: 1260px;
    margin: auto;
    z-index: 9
}

.mega-menu ul li a {
    line-height: 22px;
    font-size: 90%;
    display: block;
    color: var(--black-color)
}

ul.stander li a {
    padding: 3px 0
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px
}

ul.description li span {
    color: #ccc;
    font-size: 85%
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009fe1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important
}

a.view-more:hover {
    color: #fff;
    background: #0dadef
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009fe1;
    line-height: 35px !important
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px
}

.Blog,
.Images {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px
}

.Blog .blog-title {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase
}

.Blog .blog-des {
    color: #ccc;
    font-size: 90%;
    margin-top: 15px
}

.Blog a.view-more,
.Images h4 {
    margin-top: 0
}

.Images {
    width: 100%
}

.Images h4 {
    font-size: 15px;
    text-transform: uppercase
}

.flyout-left ul>li>a,
.flyout-mega-wrap,
.flyout-right ul>li>a,
.mega-menu {
    background-color: var(--white-color)
}

.mega-menu {
    box-shadow: 0 10px 5px rgb(0 0 0/20%)
}

.Blog:hover,
.Images:hover,
.blog-drop-down>a:hover+.Blog,
.drop-down-ul:hover,
.flyout-mega-wrap:hover,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
.mega-menu:hover,
li.drop-down>a:hover+.drop-down-ul,
li.flyout-left a:hover+ul,
li.flyout-left>ul:hover,
li.flyout-mega>a:hover+.flyout-mega-wrap,
li.flyout-right a:hover+ul,
li.flyout-right>ul:hover {
    display: block
}

@media (min-width:767px) {
    .exo-menu>li>a {
        display: block;
        padding: 10px
    }

    .Blog,
    .Images,
    .flyout-left>ul,
    .flyout-mega-wrap,
    .flyout-right>ul,
    .mega-menu,
    li.drop-down>ul {
        position: absolute
    }

    .flyout-right>ul {
        left: 100%
    }

    .flyout-left>ul {
        right: 100%
    }

    .exo-menu {
        width: auto;
        float: none;
        list-style: none;
        padding-left: 0;
        display: table;
        margin: auto
    }
}

@media (max-width:767px) {
    .exo-menu {
        min-height: 58px;
        background-color: #23364b
    }

    .exo-menu>li>a {
        width: 100%;
        display: none
    }

    .exo-menu,
    .exo-menu>li {
        width: 100%
    }

    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px
    }

    .Blog,
    .Images,
    .flyout-left>ul,
    .flyout-right>ul,
    .mega-menu,
    li.drop-down>ul {
        position: relative
    }
}

a.toggle-menu {
    position: absolute;
    right: 0;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364b;
    top: 0
}

.home-two .desktop-menu-bar {
    background-color: var(--secondry-color);
    width: 100%;
    position: relative;
    display: block;
    height: 41px
}

.home-two .usp-features {
    border: 1px solid var(--secondry-color);
    margin-bottom: 1.5rem
}

.home-two .card-usp .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.5rem
}

.home-two .card-usp .media .u-avatar {
    width: 3.125rem;
    height: 3.125rem
}

.home-two .card-usp .media .u-avatar img {
    max-width: 50px
}

.home-two .card-usp .media .media-body {
    -ms-flex: 1;
    flex: 1;
    align-self: center
}

.home-two .usp-features .media:not(:first-child) {
    border-left: 1px solid var(--secondry-color)
}

.home-two .card-usp .media .media-body span {
    font-weight: 600;
    line-height: 28px
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%
}

.text-yellow {
    color: var(--secondry-color)
}

@media (min-width:1200px) {
    .min-height-630 {
        min-height: 39.375rem
    }
}

.font-size-n5 {
    font-size: .31237rem
}

.font-size-6 {
    font-size: .37538rem
}

.font-size-8 {
    font-size: .49962rem
}

.font-size-11 {
    font-size: .602rem
}

.font-size-12 {
    font-size: .74987rem
}

.font-size-13 {
    font-size: .81288rem
}

.font-size-14 {
    font-size: .875rem
}

.font-size-15 {
    font-size: .938rem
}

@media (min-width:768px) {
    .font-size-sl-15 {
        font-size: .938rem
    }
}

.font-size-16 {
    font-size: 1.00012rem
}

.font-size-17 {
    font-size: 1.06225rem
}

.font-size-18 {
    font-size: 1.12525rem
}

.font-size-20 {
    font-size: 1.25038rem
}

.font-size-22 {
    font-size: 1.37462rem
}

.font-size-24 {
    font-size: 1.49975rem
}

.font-size-25 {
    font-size: 1.56275rem
}

.font-size-26 {
    font-size: 1.62488rem
}

@media (min-width:1480px) {
    .font-size-wd-25 {
        font-size: 1.56275rem
    }
}

.font-size-28 {
    font-size: 1.75rem
}

.font-size-30 {
    font-size: 1.87512rem
}

@media (min-width:1200px) and (max-width:1479.98px) {
    .font-size-xl-30 {
        font-size: 1.87512rem
    }
}

.font-size-32 {
    font-size: 2.00025rem
}

.font-size-34 {
    font-size: 2.12538rem
}

.font-size-36 {
    font-size: 2.24962rem
}

.font-size-40 {
    font-size: 2.49988rem
}

.font-size-44 {
    font-size: 2.75012rem
}

.font-size-46 {
    font-size: 2.87525rem
}

@media (min-width:992px) {
    .font-size-sl-48 {
        font-size: 2.625rem
    }
}

@media (min-width:1480px) {
    .font-size-sl-48 {
        font-size: 3.00038rem
    }
}

.font-size-50 {
    font-size: 1.75rem
}

@media (min-width:768px) {
    .font-size-50 {
        font-size: 3.12462rem
    }
}

.font-size-55 {
    font-size: 1.4rem
}

@media (min-width:768px) {
    .font-size-55 {
        font-size: 3.43788rem
    }
}

.font-size-56 {
    font-size: 3.5rem
}

.font-size-58 {
    font-size: 3.62512rem
}

.font-size-58-sm {
    font-size: 1.5rem
}

@media (min-width:768px) {
    .font-size-58-sm {
        font-size: 3.62512rem
    }
}

.font-size-15-sm {
    font-size: .75rem
}

@media (min-width:768px) {
    .font-size-15-sm {
        font-size: .938rem
    }
}

.font-size-64 {
    font-size: 1.75rem
}

@media (min-width:768px) {
    .font-size-64 {
        font-size: 3.99962rem
    }
}

@media (min-width:992px) {
    .font-size-sl-72 {
        font-size: 3.2rem
    }
}

@media (min-width:1480px) {
    .font-size-sl-72 {
        font-size: 4.50012rem
    }
}

.font-size-130 {
    font-size: 8.12525rem
}

@media (max-width:1199.98px) {
    .font-size-14-down-lg {
        font-size: .875rem
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .font-size-15-md {
        font-size: .75rem
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .font-size-14-lg {
        font-size: .875rem
    }

    .font-size-30-lg {
        font-size: 1.875rem
    }

    .font-size-24-lg {
        font-size: 1.5rem
    }

    .font-size-20-lg {
        font-size: 1.25rem
    }
}

.section-title {
    position: relative
}

@media (max-width:575.98px) {
    .section-title {
        font-size: 1.06225rem;
        font-weight: 700
    }
}

.section-title::after {
    content: ' ';
    height: 2px;
    width: 114px;
    display: block;
    background-color: #fed700;
    position: absolute;
    bottom: -1px;
    left: 0
}

.section-title__sm::after {
    width: 84px
}

.section-title__full::after {
    width: 100%
}

.btn-add-cart {
    width: 2.188rem;
    height: 2.188rem;
    background-color: #e6e6e6;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6.1875rem;
    border: 0;
    outline: 0
}

.btn-primary-color {
    background-color: var(--main-color)
}

.price-label,
.text-blue {
    color: var(--blue-dark)
}

.product-item__title {
    font-size: .74987rem;
    line-height: .875rem
}

.prodcut-price {
    font-size: 1.00012rem
}

.price-label {
    font-size: .875rem;
    margin: 0;
    color: #000;
    font-weight: 600
}

.text-gray-5 {
    color: #878787 !important
}

.text-gray-6 {
    color: #848484 !important
}

.product-4-group-slide .owl-nav {
    position: absolute;
    right: 0;
    top: -32px;
    margin: 0
}

.product-4-group-slide .item {
    padding: 3px
}

.product-item .product-item__inner {
    transition: .25s
}

.max-width-120 {
    max-width: 7.5rem
}

.product-4-group-slide .owl-nav button:focus,
.product-4-group-slide .owl-nav button:hover {
    background: 0 0 !important;
    color: var(--black-color) !important
}

@media (min-width:992px) {
    .product-item__title {
        font-size: .875rem;
        line-height: 1.125rem
    }

    .prodcut-price {
        font-size: 1.25038rem
    }
}

.dash-line {
    text-decoration: line-through
}

@media (min-width:1200px) {
    .product-item:hover .product-item__inner:not(.remove-prodcut-hover) {
        box-shadow: 0 0 6px 0 rgb(1 1 1/30%);
        background-color: #fff;
        z-index: 1;
        border-radius: 15px
    }
}

@media screen and (max-width:738px) {
    .desktop-menu-bar {
        display: none !important
    }

    .home-two .card-usp .media .media-body {
        -ms-flex: 1;
        flex: 1;
        align-self: center;
        font-size: 12px
    }

    .home-two .card-usp .media {
        display: -ms-flexbox;
        display: block;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: .5rem 5px
    }

    .home-two .card-usp .media .u-avatar {
        width: 3.125rem;
        height: 3.125rem;
        margin: auto auto 18px
    }

    .home-two .card-usp .media .media-body span {
        font-weight: 600;
        line-height: 16px
    }

    .home-two .usp-features .media {
        border-left: 0 !important
    }

    .home-two .usp-features {
        border: 0
    }
}

.col-1-1 {
    width: 186px
}

.col-1-3 {
    width: calc(100% - 186px)
}

.text-gray-15 {
    color: #9d9c9c !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-decoration-on,
.underline-on-hover:hover {
    text-decoration: underline
}

.top-categories-title {
    color: var(--main-color)
}

.mb-8,
.my-8 {
    margin-bottom: 3.5rem !important
}

.border-right {
    border-right: 1px solid #e7eaf3 !important
}

@media (min-width:1200px) and (max-width:1479.98px) {
    .remove-bd-xl-only {
        border-width: 0 !important
    }
}

@media (min-width:1480px) {
    .col-wd-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .remove-bd-wd {
        border-width: 0 !important
    }
}

@media screen and (max-width:1440px) {
    .col-1-1 {
        width: 175px
    }

    .col-1-3 {
        width: calc(100% - 175px)
    }
}

.product-offer-img,
.products--carousel {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px #dee2e6;
    margin-top: 5px;
    height: 100%
}

.product-offer-img {
    width: 100%
}

.products--carousel {
    width: calc(100% - 5px)
}

.products--carousel .product-card:hover .product-item-inner {
    box-shadow: none
}

.products--carousel .owl-nav {
    margin: 0
}

.products--carousel .owl-nav .owl-next,
.products--carousel .owl-nav .owl-prev {
    background: var(--white-color) !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0/20%);
    height: 60px;
    width: 30px;
    top: 50%;
    position: absolute;
    z-index: 1025;
    transform: translate(0, -50%)
}

.products--carousel .owl-nav .owl-prev {
    left: 0
}

.products--carousel .owl-nav .owl-next {
    right: 0
}

.products--carousel .owl-nav .owl-next i,
.products--carousel .owl-nav .owl-prev i {
    font-weight: 800;
    font-size: 24px;
    color: var(--main-color) !important
}

.products--carousel .owl-nav [class*=owl-]:hover {
    background: var(--main-color) !important
}

.products--carousel .owl-nav [class*=owl-]:hover i {
    color: var(--white-color) !important
}