*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: "Trebuchet MS", sans-serif;
    line-height: 1.15;
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'),local('MaterialIcons-Regular'),url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),url(../fonts/MaterialIcons-Regular.woff) format('woff'),url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

:root {
    --s-primary: #16ABBF;
    --s-primary-dark: #D51E0B;
    --s-secondary: #3749bb;
    --s-tertiary: #838383;
    --s-hf-bg: #081621;
    --s-b-bg: #f2f4f8;
    --s-m-bg: #16ABBF;
    --s-s-bg: rgba(55,73,187,.05);
    --s-f-c1: #666666;
    --s-f-c2: #fff;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F2F4F8;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

body.on-scroll {
    padding-top: 50px;
}

p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #01132D;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
}

h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px;
}

h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: var(--s-primary);
    transition: all .3s;
}

a:hover {
    text-decoration: underline;
}

.material-icons {
    height: 24px;
    width: 24px;
}

.material-icons.lg {
    height: 48px;
    width: 48px;
    font-size: 48px;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    height: 552px;
}

a:hover {
    color: var(--s-primary);
}

button {
    cursor: pointer;
}

.btn {
    background: var(--s-secondary);
    display: inline-block;
    border: 2px solid var(--s-secondary);
    padding: 0 20px;
    margin: 0;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn:hover {
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    text-decoration: none;
}

input,select,textarea {
    font-size: 15px;
    height: 42px;
    padding: 5px 15px;
    background: #fff;
    outline: none;
    width: 100%;
    font-family: "Trebuchet MS", sans-serif;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.has-error input,.has-error select,.has-error textarea {
    border: 1px solid red;
}

input:focus {
    border: 1px solid #aaa;
}

select {
    padding: 5px 30px 5px 15px;
}

textarea {
    resize: none;
    padding: 10px 15px;
    min-height: 100px;
}

input[type=radio],input[type=checkbox] {
    width: 16px;
    height: 16px;
}

input[type=radio]:hover,input[type=checkbox]:hover {
    width: 16px;
    height: 16px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
}

.text-danger {
    color: red;
    padding-top: 10px;
    font-size: 12px;
}

.input-group {
    display: flex;
}

.input-group input {
    flex: 1 1 auto;
}

.input-group .input-group-btn {
    flex: 0 0 auto;
    margin-left: 10px;
}

select option {
    font-size: 15px;
    line-height: 30px;
}

.checkbox-inline input {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.radio-inline {
    margin-right: 15px;
}

.radio-inline input {
    margin-right: 10px;
    vertical-align: middle;
}

.st-outline {
    background: none;
    color: var(--s-secondary);
}

.st-outline:hover {
    background: var(--s-secondary);
    color: #fff;
    text-decoration: none;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

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

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

.txt-justify {
    text-align: justify;
}

.p-15 {
    padding: 15px;
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-30 {
    padding-top: 30px;
}
.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-30 {
    padding: 30px;
}

.pt-70 {
    padding-top: 70px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-50 {
    padding-bottom: 50px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background: var(--s-b-bg);
}

.bg-bt-gray {
    background: var(--s-b-bg);
    border-top: 1px solid #ddd;
}

.bt-gray-3p {
    border-top: 3px solid #eee;
}

.hide {
    display: none !important;
}

.f-out {
    visibility: hidden !important;
    transition: visibility 0s linear 500ms, opacity 500ms;
    opacity: 0;
}

.f-in {
    transition: visibility 0s linear 500ms, opacity 500ms;
    visibility: visible !important;
    opacity: 1;
}

.shadow {
    box-shadow: 5px 5px 0 #f1f1f1;
}

.ws-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.g-box {
    background: var(--s-b-bg);
    border-radius: 5px;
    padding: 20px;
}

.b-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

.d-fc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fade {
    color: #666666;
    font-size: 13px;
}

.nav-tabs {
    background: rgba(55, 73, 187, 0.05);
    padding: 0 20px 10px;
}

.nav {
    display: flex;
    flex: 0 0 50px;
    align-content: center;
}

.nav li {
    flex: 0 0 auto;
    line-height: 40px;
    padding: 0 15px;
    margin: 10px 5px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nav li.active {
    background: #E5330B;
    color: #fff;
    box-shadow: none;
}

.dropdown-menu {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0;
    margin-top: 0px;
    z-index: 99;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 0 0 #fff;
    width: 100%;
}

ul.dropdown-menu {
    padding: 5px 0;
}

ul.dropdown-menu > li {
    display: block;
    padding-bottom: 0;
}

ul.dropdown-menu > li a {
    display: block;
    text-align: left;
    padding: 8px 15px;
    font-size: 14px;
    color: #111;
    border-top: 1px solid #f6f6f6;
}

ul.dropdown-menu > li:first-child a {
    border-top: none;
}

ul.dropdown-menu > li a:hover {
    background: var(--s-primary);
    color: #fff;
}

.dropdown-menu .search-details {
    display: flex;
    flex-direction: column;
}

.dropdown-menu .search-results {
    padding: 10px;
    height: 450px;
    overflow: auto;
}
.lb-body img {
    max-width: 100%;
}

.bounce {
    animation: bounce .9s ease-in-out
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes bounce {
    0% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(0, -20px)
    }

    40% {
        transform: translate(0, 5px)
    }

    65% {
        transform: translate(0, -10px)
    }

    80% {
        transform: translate(0, 2px)
    }

    90% {
        transform: translate(0, -5px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fade {
    0% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
        color: white
    }
}

.f-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background: var(--s-hf-bg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: 59px;
    height: 59px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), -5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.f-btn i {
    margin: 10px 0 5px;
}

.f-btn .label {
    opacity: .8;
}

.f-btn.cmpr-toggler {
    bottom: 90px;
}

.f-btn.h-hr {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    bottom: calc(50% - 35px);
    background: var(--s-primary);
}

.f-btn:hover {
    background: var(--s-secondary);
}

.f-btn span.counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--s-primary);
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.f-btn.close span.counter {
    display: none;
}

.footer .promotion-code {
    background: var(--s-s-bg);
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.footer .promotion-code input {
    height: 36px;
    font-size: 14px;
    border: none;
}

.footer .promotion-code button {
    height: 36px;
    line-height: 32px;
}

header {
    background: url(../img/logo/shape-bg.jpg);
    background-repeat: repeat;
    background-position: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
}

header .top {
    padding: 15px 0;
}

header .top .container {
    display: grid;
    grid-template-columns: 200px 366px auto;
}

.ht-item {
    flex: 1 1 auto;
}

.ht-item.logo {
    flex: 0 0 160px;
}

.ht-item.logo img {
    width: auto;
    display: inline-block;
    max-width: 162px;
}

.ht-item.search {
    padding: 5px 0;
    position: relative;
    margin-top: 10px;
}

.ht-item.search button {
    position: absolute;
    right: 7px;
    top: 14px;
    border: none;
    background: none;
}

.ht-item.q-actions {
    justify-self: end;
}

.q-actions .ac {
    float: left;
    display: flex;
    padding-left: 18px;
}

.q-actions .ac:hover {
    text-decoration: none;
}

.q-actions .ac * {
    color: #fff;
}
.q-actions a.ac .ac-content:hover {
    color: #D51E0B !important;
}
.q-actions .ac .ac-content {
    display: block;
    text-align: center !important;
    margin: 0 10px;
    transition: all .3s;
}
.q-actions .ac.build-pc {
    float: right;
    position: relative;
    top: -4px;
    padding-left: 0;
}

.q-actions .ac.build-pc .btn {
    background: linear-gradient(45deg,#00237e,#3749bb,#0bc1e9,#3749bb,#00237e);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border: none;
    line-height: 42px;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.q-actions .ac h5 {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
}

.q-actions .ac p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    white-space: nowrap;
    color: var(--s-tertiary);
}

.q-actions .ac p a {
    color: var(--s-tertiary);
}

.q-actions .ac p a:hover {
    color: var(--s-primary);
}

.q-actions .ac .ic {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    position: relative;
    top: 1px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.q-actions .ac a {
    text-decoration: none;
}

.q-actions .ac .ac-content i {
    color: var(--s-primary);
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    transition: all .3s;
}
.q-actions .ac .ac-content:hover i {
    font-size: 30px;
}
.ac-content.care-line svg {
    width: 29px;
    height: 33px;
    transition: all .3s;
}

.q-actions .ac .ac-content:hover svg {
    width: 36px;
}
.q-actions .st-primary {
    position: relative;
    top: -2px;
}

header .search input {
    border: none;
    padding: 0 40px 0 20px;
    font-weight: normal;
    border-radius: 4px;
    margin-bottom: 0;
}

header .search .ic {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 21px;
}

.navbar {
    position: relative;
    background: #fff;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    position: relative;
    left: -10px;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav > .nav-item {
    margin-left: 0;
}

.navbar-nav .nav-item:last-child {
    margin: 0;
}

.navbar-nav .nav-link {
    padding: 0 7px 0 7px;
    line-height: 50px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    position: relative;
}

.navbar-nav .nav-link:hover, .navbar-nav .show>.nav-link {
    color: #fff;
    text-decoration: none;
    background-color: var(--s-primary);
}

.navbar-nav > .nav-item:hover > .nav-link {
    color: #fff;
    background-color: var(--s-primary);
}

.navbar-nav .nav-item .drop-down {
    display: none;
    position: absolute;
    left: 10px;
    background: #fff;
    z-index: 99;
    padding: 5px 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1), 0 -3px 0 0 var(--s-primary);
}

.navbar-nav .nav-item:hover > .drop-down {
    display: block;
}

.navbar-nav .drop-down li {
    display: block;
    position: relative;
}

.navbar-nav .multi-col > .drop-down {
    width: 400px;
}

.navbar-nav .multi-col .drop-down > ul {
    display: inline-block;
    position: relative;
    float: left;
}

.navbar-nav .drop-down li.has-child:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent var(--s-primary);
    position: absolute;
    right: 10px;
    top: 12px;
    opacity: .4;
}

.navbar-nav .drop-down li .nav-link,.navbar-nav .drop-down li a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    white-space: normal;
    line-height: 19px;
    padding: 4px 15px;
    width: 200px;
    color: #222;
}

.navbar-nav .drop-down li:hover > a {
    background: var(--s-primary);
    color: #fff;
}

.drop-down li .nav-link ul {
    display: none;
}

.navbar-nav .nav-item:hover > .drop-menu-2 {
    left: 100%;
    top: -5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-nav > .nav-item:nth-child(10):hover .drop-menu-1,.navbar-nav > .nav-item:nth-child(11):hover .drop-menu-1,.navbar-nav > .nav-item:nth-child(12):hover .drop-menu-1,.navbar-nav > .nav-item:nth-child(13):hover .drop-menu-1,.navbar-nav > .nav-item:nth-child(14):hover .drop-menu-1,.navbar-nav > .nav-item:nth-child(15):hover .drop-menu-1,.navbar-nav > .nav-item:nth-child(16):hover .drop-menu-1,.navbar-nav > .nav-item:nth-child(17):hover .drop-menu-1,.navbar-nav > .nav-item:nth-child(18):hover .drop-menu-1 {
    right: 10px;
    left: auto;
}

.navbar-nav > .nav-item:nth-child(10):hover .drop-menu-2,.navbar-nav > .nav-item:nth-child(11):hover .drop-menu-2,.navbar-nav > .nav-item:nth-child(12):hover .drop-menu-2,.navbar-nav > .nav-item:nth-child(13):hover .drop-menu-2,.navbar-nav > .nav-item:nth-child(14):hover .drop-menu-2,.navbar-nav > .nav-item:nth-child(15):hover .drop-menu-2,.navbar-nav > .nav-item:nth-child(16):hover .drop-menu-2,.navbar-nav > .nav-item:nth-child(17):hover .drop-menu-2,.navbar-nav > .nav-item:nth-child(18):hover .drop-menu-2 {
    left: inherit;
    right: 100%;
}

.after-header {
    margin: -10px 0 0px;
}
.m-home {
    margin-top: 50px;
}
.seo-content a {
    color: var(--s-primary-dark);
    text-decoration: underline;
}

.m-home.seo-content h2 {
    font-weight: normal;
    font-size: 18px;
    margin: 25px 0 12px;
}

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

.m-blurb {
    text-align: center;
    margin-bottom: 25px;
}

.m-header button {
    float: right;
}

.m-product .m-header {
    font-size: 20px;
    line-height: 26px;
}

.p-items-wrap {
    margin: 0 -5px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
@media (max-width: 1279px) {
    .p-items-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 991px) {
    .p-items-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .p-items-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 391px) {
    .p-items-wrap {
        grid-template-columns: 1fr;
    }
}
.p-item {
    padding: 0 5px 10px;
    margin-bottom: 0;
}

.p-item-inner {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.p-item-inner:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.p-item-details {
    padding: 15px;
    position: relative;
    min-height: 109px;
}

.marks {
    position: absolute;
    left: 0;
    z-index: 10;
    top: -22px;
}


/*@media (max-width: 767px) {
    .marks {
        bottom: 90px;
    }
}
@media (max-width: 575px) {
    .marks {
        bottom: 111px;
    }
}
@media (max-width: 392px) {
    .marks {
        bottom: 132px;
    }
}*/
.marks .mark {
    background: var(--s-m-bg);
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 14px;
    margin-bottom: 2px;
    border-radius: 0 20px 20px 0;
}
.p-item-img {
    text-align: center;
    border-bottom: 3px solid rgba(55, 73, 187, 0.03);
    flex: 0 0 240px;
    padding: 20px ;
    margin: 0;
    overflow: hidden;
}

.p-item-img > a {
    height: 228px;
}

.p-item-img img {
    max-width: 100%;
}
.p-item-img img {
    max-width: 100%;
    transition: all .4s;
}
.p-item-inner:hover .p-item-img img {
    transform: scale(1.1);
}
.p-item-img img:hover {
    opacity: .9;
}

.p-items-wrap.coupon .p-item-img {
    border-bottom: 0;
}

.p-item .deal-code {
    background: #FFF0F0;
    text-align: center;
}

.p-item .deal-code p {
    margin: 0;
    color: var(--s-primary-dark);
    padding: 5px 0;
}

.p-item-name {
    margin: 0 0 15px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    height: auto;
}
.p-item-name a {
    color: #111;
}

.p-item-name:hover a {
    color: var(--s-primary);
    text-decoration: none;
}

.p-item-name:hover {
    cursor: pointer;
    text-decoration: none;
    color: var(--s-primary);
}

.p-item-price {
    line-height: 22px;
    font-size: 17px;
    font-weight: 600;
    color: var(--s-primary-dark);
}

.p-item-price .price-old {
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
    color: var(--s-f-c1);
    padding-left: 5px;
}

.p-item-price .discount {
    background: var(--s-primary-dark);
    color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 13px;
    margin-left: 5px;
    font-weight: 400;
}

.p-item .actions {
    flex: 0 0 97px;
    display: inline-block;
    width: 100%;
    padding: 15px 0 10px;
}

.p-item .actions .st-btn {
    display: flex;
    flex-wrap: nowrap;
    line-height: 34px;
    background: #fff;
    background: var(--s-s-bg);
    color: var(--s-secondary);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 14px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    text-decoration: none;
}

.p-item .actions .st-btn:hover {
    background: var(--s-secondary);
    color: #fff;
}

.p-item .actions .st-btn .material-icons {
    line-height: 34px;
    font-size: 20px;
    margin-right: 5px;
}
button.st-full {
    border: none;
    background: rgba(240, 75, 35, 0.05);
    color: var(--s-primary);
    width: 300px;
    border-radius: 50px;
    margin: 20px auto;
    display: block;
    line-height: 42px;
    font-weight: bold;
}

button.st-full:hover {
    background: var(--s-primary);
    color: #fff;
    box-shadow: none;
}

.cat-items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.cat-item {
    flex: 0 0 12.33%;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    transition: all .4;
}

.cat-item .cat-item-inner {
    display: block;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.cat-item .cat-item-inner:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cat-item .cat-icon {
    display: inline-block;
    padding: 15px;
}

.cat-item p {
    font-size: 16px;
    margin: 0;
}

.cat-item:hover a {
    text-decoration: none;
}

.cat-item:hover p {
    color: var(--s-primary);
}


.cat-item-details {
    background-color: #00A2E8;
    padding: 15px 0;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 5px;
    transition: all .4s;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    height: 100%;
    width: 95%;
}
.cat-item-details p {
    color: #fff;
}
.cat-item:hover .cat-item-details p {
    color: #fff;
}
.cat-item-details a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 47px;
    display: block;
    margin: 13px auto 10px;
    max-width: 130px;
    transition: all .3s;
}
@media (max-width: 575px) {
    .cat-item-details a {
        padding: 5px;
        max-width: 105px;
    }
}
@media (max-width: 392px) {
    .cat-item-details {
        width: 92%;
    }
}
.cat-item:hover .cat-item-details {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.cat-item-details a:hover {
   background-color: #24ADF3;
   border: 1px solid #ddd;
}
@media (max-width: 575px) {
    .cat-item p {
        line-height: 17px;
    }
}
@media (max-width: 392px) {
    .cat-item-details a {
        padding: 4px;
        max-width: 80px;
        font-size: 11px;
        margin: 7px auto 4px;
    }
}
footer {
    background: url(../img/logo/shape-bg.jpg);
    background-repeat: repeat;
    background-position: center;
    padding: 50px 0 0;
    position: relative;
}

.main-footer {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .org-info {
    flex: 1 1 25%;
    padding-left: 50px;
}

footer .about-us, footer .footer-categories, footer .footer-login {
    flex: 1 1 16.66666666666667%;
}

footer .contact-us {
    flex: 1 1 25%;
    padding-right: 50px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer h4 {
    color: var(--s-f-c2);
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
}

footer .org-info p {
    color: var(--s-tertiary);
    font-size: 14px;
}

footer .org-info p b {
    display: inline-block;
    margin-bottom: 5px;
}

footer .org-info p b.store-name {
    color: var(--s-f-c2);
    font-weight: normal;
}

footer .about-us {
    padding-left: 0px;
}

footer ul li {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px;
}

footer ul li a {
    font-size: 14px;
    color: var(--s-tertiary);
    white-space: nowrap;
}

footer ul li a:hover {
    color: var(--s-primary);
    text-decoration: none;
}

.footer-big-btn {
    display: block;
    padding: 10px 0;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 70px;
}

.footer-big-btn:hover {
    box-shadow: 0 -70px 0 rgba(0, 0, 0, 0.2) inset;
    border-color: var(--s-primary);
    text-decoration: none;
}

.footer-big-btn .ic {
    color: var(--s-f-c2);
    float: left;
    font-size: 36px;
    line-height: 40px;
    padding: 0 10px 0 20px;
    margin-right: 20px;
    border-right: 1px solid #333;
}

.footer-big-btn h5 {
    color: var(--s-primary);
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer-big-btn .ic {
        margin-right: 9px;
    }
    .footer-big-btn h5 {
        font-size: 16px;
    }
}
.footer-big-btn p {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 16px;
    color: var(--s-tertiary);
}

footer .org-info .social-links {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    text-align: left;
}

footer .org-info .social-links a {
    margin: 0 0 0 6px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 24px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
}

footer .org-info .social-links a:hover {
    background: var(--s-primary);
}

.icon-sprite.whatsapp {
    background-position: -168px 0;
}

.icon-sprite.youtube {
    background-position: -72px 0;
}

.icon-sprite.insta {
    background-position: -96px 0;
}

.icon-sprite.fb-dark {
    background-position: 0 -24px;
}

.icon-sprite.linkedin-dark {
    background-position: -24px -24px;
}

.icon-sprite.pinterest-dark {
    background-position: -48px -24px;
}

.icon-sprite.whatsapp-dark {
    background-position: -166px -24px;
}

.icon-sprite.playstore {
    background-position: -120px 0;
}

.icon-sprite.applestore {
    background-position: -144px 0;
}

.contact-us-content {
    max-width: 950px;
    margin: 10px auto;
}


.icon-sprite {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/social/icon-sprite-v4.png) no-repeat 0 0;
}

.icon-sprite.whatsapp {
    background-position: -168px 0;
}

.icon-sprite.youtube {
    background-position: -72px 0;
}

.icon-sprite.insta {
    background-position: -96px 0;
}

.icon-sprite.fb-dark {
    background-position: 0 -24px;
}

.icon-sprite.linkedin-dark {
    background-position: -24px -24px;
}

.icon-sprite.pinterest-dark {
    background-position: -48px -24px;
}

.icon-sprite.whatsapp-dark {
    background-position: -166px -24px;
}

.icon-sprite.playstore {
    background-position: -120px 0;
}

.icon-sprite.applestore {
    background-position: -144px 0;
}

.contact-us-content {
    max-width: 950px;
    margin: 10px auto;
}

.r-lnk-wrap a:hover {
    text-decoration: none;
}
p.brand-index {
    display: flex;
}

p.brand-index a {
    flex: 1 1 auto;
    text-align: center;
    margin-left: 5px;
    background: rgba(240, 75, 35, 0.1);
    line-height: 30px;
    border-radius: 45px;
    color: var(--s-primary-dark);
}

p.brand-index a:hover {
    background: var(--s-primary);
    color: #fff;
}

p.brand-index strong {
    flex: 0 0 100px;
}

.brand-row h1 {
    margin-top: 10px;
}

.brand-row .col-sm-3 a {
    display: inline-block;
    color: #666666;
    font-size: 16px;
    margin: 0 0 15px;
}

.brand-row .col-sm-3 a:hover {
    color: #111;
    text-decoration: underline;
}

.brand-row h2 {
    font-size: 60px;
    line-height: 70px;
    border-bottom: 1px solid #111;
    margin: 20px 0;
}

.row.brand-row {
    padding-bottom: 70px;
}

.info-page .content {
    padding: 30px;
}

.info-page .content img {
    max-width: 100%;
}

.info-page ul {
    margin: 5px 0 20px;
}

.info-page ul li {
    margin: 0 0 4px 16px;
}
@media (min-width: 1280px) {
    #lc-toggle,#column-left .lc-close,.h-desk {
        display: none !important;
    }

    .on-scroll #header .navbar {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }

    .breadcrumb {
        width: 40%;
    }

    .d-w-850 {
        max-width: 850px;
    }

    .d-w-650 {
        max-width: 650px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .navbar-nav > .nav-item {
        margin-right: -3px;
    }

}

@media (max-width: 1279px) {
    .container {
        max-width: 100%;
    }

    body.no-scroll {
        overflow: hidden;
    }

    body {
        font-size: 14px;
        padding-top: 50px;
    }

    iframe {
        height: auto;
    }

    p {
        font-size: 14px;
    }

    .h-desk {
        display: block;
    }

    .m-hide {
        display: none !important;
    }

    .rs-none {
        display: none !important;
    }

    .overlay {
        top: 50px;
    }

    header {
        margin-bottom: 10px;
    }

    .after-header {
        margin-top: 0;
    }

    header .top {
        padding: 0;
    }

    header .top .container {
        display: block;
    }

    .ht-item.logo {
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99;
        background: url(../img/logo/shape-bg.jpg);
        background-repeat: repeat;
        background-position: center;
        padding: 0 15px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        width: 100%;
        align-items: center;
    }

    .ht-item.logo img {
        height: 40px;
    }

    .mbl-nav-top {
        width: calc(50% - 45px);
        height: 50px;
        left: 0;
        top: 0;
    }

    .ht-item.logo .brand {
        width: 90px;
        display: block;
    }

    .mbl-right {
        width: calc(50% - 45px);
        ;display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 2px;
    }

    .mbl-right .ac {
        margin-left: 15px;
        position: relative;
    }

    .mbl-right .ac .counter {
        position: absolute;
        right: -10px;
        top: -6px;
        background: var(--s-primary);
        color: #fff;
        border-radius: 20px;
        font-size: 11px;
        line-height: 13px;
        width: 16px;
        text-align: center;
    }

    .mbl-right .material-icons {
        color: #fff;
    }

    .mbl-right .close .material-icons {
        color: var(--s-primary);
    }

    .ht-item.search {
        margin: 0 -15px 0;
        padding: 0;
        background: #fff;
        z-index: 100;
        display: none;
    }

    .ht-item.search.open {
        display: block;
        position: fixed;
        width: 100%;
        top: 50px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }

    .dropdown-menu ul {
        padding: 0 10px 10px;
    }

    .dropdown-menu .search-results {
        padding: 0;
        height: calc(100vh - 207px);
    }

    .nav-tabs li {
        line-height: 30px;
    }

    .search-item a {
        padding: 7px 15px;
        border-bottom: 1px solid #eee;
    }

    .search-item a .name {
        font-size: 13px;
    }

    .search-item a .price {
        font-size: 14px;
    }

    li.search-item a .name {
        font-size: 14px;
        padding-top: 3px;
    }

    body.on-scroll {
        padding-top: 50px;
    }

    header .search .ic {
        right: 15px;
    }

    header .search input {
        padding-left: 15px;
        height: 46px;
        background: none;
    }

    .ht-item.search button {
        top: 12px;
        opacity: .5;
    }

    #nav-toggler {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        margin: 4px 0 0 0;
        padding: 14px 10px;
        cursor: pointer;
    }

    #nav-toggler.close {
        background: rgba(255, 255, 255, 0.1);
    }

    #nav-toggler span {
        display: block;
        position: relative;
        height: 2px;
        background: #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    #nav-toggler.close span:nth-child(2) {
        display: none;
    }

    #nav-toggler.close span:nth-child(1) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px;
    }

    #nav-toggler.close span:nth-child(3) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 3px;
    }

    #nav-toggler span:nth-child(2) {
        margin: 4px 0;
    }

    .p-item .deal-code p {
        padding: 4px 0;
        font-size: 12px;
    }

    .p-item .deal-code p b {
        font-size: 13px;
    }

    .p-item-name {
        font-size: 14px;
    }

    .home-b-s img {
        width: 100%;
    }

    .m-home {
        margin-top: 40px;
    }

    .m-blurb {
        margin-bottom: 15px;
    }

    .cat-item p {
        font-size: 13px;
        font-weight: bold;
    }

    .m-home.seo-content {
        padding-bottom: 15px;
    }

    .m-home.seo-content p {
        font-size: 14px;
    }

    .content-bottom p {
        line-height: 20px;
    }

    footer ul {
        display: flex;
        flex-wrap: wrap;
    }

    footer ul li {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 0 15px;
    }
    .f-btn {
        display: none;
    }

    .ht-item.q-actions {
        position: fixed;
        display: flex;
        left: 0;
        bottom: 0;
        right: 0;
        height: 61px;
        background: #000;
        z-index: 999;
        box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.2);
        flex: 1 1 auto;
        width: 100%;
        padding: 0;
    }

    .q-actions .ac {
        float: none;
        display: flex;
        padding-left: 0;
        flex-direction: column;
        flex: 0 0 20%;
        text-align: center;
        align-items: center;
    }

    .q-actions .ac .ic {
        float: none;
        margin: 0 0 7px;
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        border: none;
    }

    .q-actions .ac .ic i {
        color: #fff;
        font-size: 20px;
    }

    .q-actions .ac h5 {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 16px;
    }

    .q-actions .ac p {
        display: none;
    }

    .q-actions .ac.build-pc {
        display: none;
    }

    .q-actions .ac.build-pc.h-desk {
        display: flex;
        top: 0;
    }

    .navbar .navbar-nav {
        width: 290px;
        display: block;
        position: fixed;
        left: -400px;
        top: 50px;
        height: calc(100vh - 50px);
        overflow: auto;
        background: #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 99999;
        border-top: 1px solid #eee;
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.3);
    }

    .navbar.open .navbar-nav {
        left: 0;
    }

    .navbar-nav > .nav-item {
        margin-right: 0;
    }

    .navbar-nav .nav-link {
        line-height: 44px;
        font-size: 16px;
        font-weight: 400;
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        width: 100%;
        color: #000;
    }

    .navbar-nav .nav-item.has-child:after,.navbar-nav .drop-down li.has-child:after,.navbar-nav .nav-item.has-child:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 1px;
        background: #999;
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
    }

    .navbar-nav .nav-item.has-child:before {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .navbar-nav li.has-child.open:before {
        opacity: 0;
    }

    .navbar-nav > .nav-item:last-child {
        margin-bottom: 100px;
    }

    .navbar-nav .drop-down li.has-child:before,.navbar-nav .drop-down li.has-child:after {
        opacity: .7;
        top: 18px;
    }

    .navbar-nav .drop-down li.has-child.open:before {
        opacity: 0;
    }

    .navbar-nav .nav-item .drop-down {
        display: none !important;
        position: static;
        box-shadow: none !important;
        padding: 0;
        background: #fafafa;
    }

    .navbar-nav .nav-item.open > .drop-down {
        display: block !important;
    }

    .navbar-nav .nav-item .drop-menu-1 {
        border-bottom: 1px solid #eee;
    }

   /* .navbar-nav .nav-item.has-child.open > a {
        color: #fff;
    }*/

    .navbar-nav .nav-item .drop-menu-1 .nav-link,.navbar-nav .nav-item .drop-menu-1 .see-all {
        padding-left: 40px;
        color: #666;
    }

    .navbar-nav .nav-item .drop-menu-2 {
        border-bottom: 1px solid #eee;
        padding: 5px 0;
    }

    .navbar-nav .nav-item .drop-menu-2 .nav-link,.navbar-nav .nav-item .drop-menu-2 a {
        padding-left: 60px;
        border-bottom: none;
    }

    .navbar-nav .drop-down li .nav-link, .navbar-nav .drop-down li a {
        padding: 10px 15px;
        width: 100%;
        font-size: 15px;
    }

    .navbar-nav > .nav-item:hover > .nav-link {
        box-shadow: none;
    }

    .navbar-nav .drop-down li:hover > a {
        background: none;
        color: var(--s-primary);
    }

    .navbar-nav .multi-col .drop-down {
        width: 100%;
    }

    .navbar-nav .multi-col .drop-down ul {
        float: none;
        width: 100%;
    }

    .home-slider {
        margin-right: -15px;
    }

    .cat-item {
        flex: 0 0 16.66%;
    }

    .row.main-footer {
        padding-top: 30px;
    }

    footer {
        padding: 25px 0 0;
    }
}

@media (max-width: 991px) {
    .home-slider {
        margin-right: 0px;
    }

    .ads img {
        max-width: 100%;
        width: 100%;
    }

    .main-footer {
        flex-wrap: wrap;
        padding: 20px 0 0;
    }

    footer .org-info,footer .about-us {
        flex: 1 1 100%;
        padding: 0;
    }
    footer .contact-us, footer .footer-categories, footer .footer-login {
        flex: 1 1 100%;
        padding: 0;
    }

    .footer-block {
        margin-bottom: 10px;
    }

    footer h4 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 11px;
    }

    .footer-big-btn {
        max-width: 300px;
        margin: 0 auto 20px;
    }

    footer .org-info {
        text-align: center;
    }

    footer .org-info p {
        max-width: 340px;
        margin: 0 auto 10px;
    }

    footer .org-info p b.store-name {
        font-size: 15px;
    }

    footer {
        padding: 0 0 50px;
    }

    footer ul {
        text-align: center;
        display: block;
        padding-bottom: 20px;
    }

    footer ul li {
        width: auto;
        padding: 0 10px;
        margin-bottom: 10px;
        position: relative;
    }

    footer ul li:after {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 3px;
        background: var(--s-f-c1);
        position: absolute;
        right: -4px;
        top: 9px;
    }

    footer ul li:last-child:after {
        display: none;
    }

    footer .org-info .social-links {
        padding: 20px 0;
        text-align: center;
    }

}

@media (max-width: 768px) {
    .table-responsive {
        overflow: auto;
    }

}

@media (max-width: 767px) {
    input,textarea {
        font-size: 16px;
    }

    .m-product .m-header {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .cat-item {
        flex: 0 0 25%;
        margin-bottom: 10px;
    }

    .cat-item .cat-item-inner {
        border-radius: 10px;
        padding: 5px 0;
    }

    .cat-item .cat-icon {
        width: 60px;
        height: 60px;
    }

    .cat-item p {
        line-height: 12px;
        min-height: 25px;
        font-weight: normal;
        text-align: center;
    }

    .brand-row .col-sm-3 {
        width: 50%;
    }

    p.brand-index {
        flex-wrap: wrap;
    }

    p.brand-index strong {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        padding-bottom: 10px;
    }

    p.brand-index a {
        min-width: 30px;
        margin: 0 5px 5px 0;
    }

    .brand-row h1 {
        margin-top: 0px;
        font-size: 20px;
    }

    .brand-row h2 {
        font-size: 50px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    h1 {
        font-size: 20px;
        line-height: 28px;
    }

    h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    h3 {
        font-size: 16px;
    }

    .p-item-img {
        flex: 0 0 auto;
    }

    .p-item-price .coupon-discount {
        margin-left: 0;
        padding: 1px 10px;
        font-size: 10px;
        display: inline-block;
    }

    .carousel .col-md-3:nth-child(1n) {
        padding-right: 5px;
    }

    .carousel .col-md-3:nth-child(2n) {
        padding: 0 15px 0 6px;
    }

    .r-lnk-wrap .col-sm-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .r-lnk-wrap.row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
}

@media (max-width: 575px) {
    .cat-item {
        flex: 0 0 33.33333333333333%;
    }
}

.pf-wrap {
    height: 40px;
    overflow: hidden;
} 

.tool-btn {
    display: flex;
    margin: 0 0 -40px 0;
    color: rgb(0, 0, 0);
    padding: 0 10px;
    height: 30px;
    background: rgba(55, 73, 187, 0.05);
    border: none;
    white-space: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}

.tool-btn i {
    float: left;
    margin-right: 5px;
}

.p-item-page .p-item-details {
    padding: 15px 15px 0;
    position: relative;
}


.p-item-page .p-item .p-item-price {
    padding-top: 10px;
    flex: 0 0 22px;
    text-align: center;
}

.p-item-page > .container > .row {
    flex-wrap: nowrap;
}

.p-item-page #column-left {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    padding-right: 0;
    margin-right: 0;
}

.p-item-page #content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    padding-left: 20px;
}

.child-list {
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
    background: #fff;
}

.child-list a {
    display: inline-block;
    line-height: 34px;
    padding: 0 14px;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 0 5px 5px 0;
    font-size: 13px;
    font-weight: normal;
}

.child-list a:hover {
    background: var(--s-secondary);
    border: 1px solid var(--s-secondary);
    color: #fff;
    text-decoration: none;
}

.pc-list .short-spec {
    border-bottom: 1px solid #eee;
    flex: 1 1 auto;
    margin-bottom: 10px;
}

.pc-list .short-spec li {
    list-style: none;
    display: flex;
    padding: 5px 0;
    border-top: 1px solid #e8e8e8;
}

.pc-list .short-spec .item-text {
    flex: 1 1 auto;
    padding: 5px 0 5px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #666;
}

.p-item-page .bottom-bar {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 36px;
}
@media screen and (min-width: 1280px) {
    .search-form .control-items {
        display: flex;
        align-items: center;
    }

    .search-form .control-item {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1279px) {
    .p-item-page #content {
        padding-left: 15px;
    }
    .search-form .control-item {
        margin-bottom: 10px;
    }

    #column-left {
        right: -320px;
        background: #FFFFFF;
        display: block;
        width: 300px;
        height: calc(100vh - 100px);
        position: fixed;
        top: 50px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        border-top: 1px solid #ddd;
        z-index: 99999;
    }

    #column-left.open {
        right: 0;
        padding: 0;
        height: calc(100vh - 50px);
        transition: all 300ms ease;
        border-top: 1px solid #eee;
    }

    .on-scroll #column-left {
        top: 50px;
        height: calc(100vh - 50px);
    }

    #column-left .close {
        height: 30px;
        width: 30px;
        display: block !important;
        position: absolute;
        left: -30px;
        top: 0;
        text-align: center;
        cursor: pointer;
    }

    #column-left .close i {
        margin-top: 3px;
        color: #fff;
    }

    .panel {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .c-intro h1 {
        margin: 0 0 8px;
    }

    .c-intro p {
        margin-bottom: 15px;
    }

    .p-item-page #column-left {
        padding: 0;
    }

    .p-item-page .p-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    section.p-item-page {
        padding: 15px 0;
    }

    .child-list a {
        line-height: 26px;
        padding: 0 10px;
        margin: 0 4px 4px 0;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .p-item-page .p-item {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .p-item-page .p-item .p-item-price {
        text-align: left;
        padding: 10px 0 5px;
    }

    .p-item-page .p-item .actions {
        flex: 0 0 auto;
        display: flex;
        margin: 0 0 5px;
    }

    .p-item-page .p-item .actions .st-btn {
        flex: 0 0 auto;
        margin: 0;
        padding: 0 12px;
    }

}
.pd-full {
    background: var(--s-b-bg);
    border-top: 1px solid #ddd;
    padding: 20px 0 50px;
}

.pd-full section {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
h1.product-name {
    color: var(--s-secondary);
    padding: 5px 0 10px;
    margin: 0;
}
.pd-summary {
    width: 100%;
    padding-bottom: 40px;
}
.reward span {
    display: inline-block;
    line-height: 40px;
    float: left;
}

.reward .points {
    font-size: 22px;
    font-weight: bold;
    margin-right: 5px;
}

.pd-summary h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.short-note {
    color: var(--s-primary);
    background: #EDF2F5;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 4px;
}
.p-opt-wrap {
    margin-bottom: 20px;
}

.p-opt {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-direction: column;
}

.p-opt-vals {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.p-opt-vals label {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 0 1px var(--s-secondary) inset;
    padding: 8px 16px;
    font-weight: 400;
    background: #fafafa;
}

.p-opt-vals label:hover {
    box-shadow: 0 0 0 1px #000 inset;
}

.p-opt-vals label:has(:checked) {
    box-shadow: 0 0 0 1px var(--s-primary) inset;
    background: var(--s-primary);
    color: #fff;
}

.pd-full .c-left section {
    padding: 10px 20px;
    margin-left: -10px;
}

.c-left section h3 {
    text-align: center;
    padding: 5px 0 15px;
    margin: 0;
    color: var(--s-secondary);
}

.p-s-item {
    background: #fff;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #ECEDEF;
}

.p-s-item .image-holder {
    flex: 0 0 86px;
    display: flex;
}

.p-s-item .image-holder img {
    width: 70px;
}

.p-s-item .product-name {
    margin: 0 0 10px;
}

.p-s-item .product-name a {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    line-height: 16px;
}

.p-s-item .product-name a:hover {
    color: var(--s-primary);
}

.p-s-item .price {
    font-size: 16px;
    color: var(--s-primary-dark);
    padding-bottom: 12px;
}
.rating .material-icons {
    color: #F58220;
    font-size: 30px;
    margin-right: -4px;
}
@media screen and (max-width: 991px) {
   

    .pd-summary h2 {
        margin: 2px 0 10px;
    }

    .pd-q-actions {
        padding: 10px 15px;
        margin: 0;
        box-shadow: none;
        border: 1px solid #ddd;
    }


    .pd-q-actions .share-on {
        display: flex;
        align-items: center;
        height: 24px;
    }

    .pd-q-actions .share-on span.share-ico {
        position: relative;
        top: 3px;
    }

    .pd-q-actions .options {
        padding-top: 2px;
    }

    .pd-full section {
        padding: 15px;
    }

    .pd-full .related-product section {
        margin-left: 0;
    }

    .pd-full {
        padding-bottom: 0;
    }

    .pd-q-actions .options span {
        margin-left: 10px;
    }

    .pd-q-actions .options span i {
        margin-right: 3px;
    }
}

.multiple-form-group {
    display: flex;
    justify-content: space-between;
}

.multiple-form-group .form-group {
    flex: 0 0 48%;
}

.navbar-nav.ac-navbar {
    border-bottom: 3px solid #eee;
    margin: 0 0 30px;
}

.ac-navbar .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav.ac-navbar .nav-item .material-icons {
    line-height: 48px;
    height: 48px;
    float: left;
    margin-right: 7px;
    color: #aaa;
}

.navbar-nav.ac-navbar > .nav-item.active > .nav-link,.navbar-nav.ac-navbar > .nav-item:hover > .nav-link {
    box-shadow: 0 3px 0 0 var(--s-primary);
    color: var(--s-primary);
}

.navbar-nav.ac-navbar > .nav-item.active > .nav-link .material-icons,.navbar-nav.ac-navbar > .nav-item:hover > .nav-link .material-icons {
    color: var(--s-primary);
}

.panel {
    max-width: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.panel h2 {
    font-weight: normal;
    margin: 0 0 20px;
}


.panel .btn {
    width: 100%;
    text-align: center;
}

@media (max-width: 1024px) {
    .navbar-nav.ac-navbar {
        display: none;
    }
}

@media (max-width: 768px) {

    .info-page .content {
        padding: 20px;
    }
}

h1.title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}
.buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #eee;
    margin-bottom: 70px;
    padding-top: 30px;
}

.row-payment-delivery-order > div {
    display: flex;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
 @media (min-width: 992px) {
   .slick-slide {
        height: 80vh;
    }
}
 .slide {
     position: relative;
}
 .slide .slide__img {
     width: 100%;
     height: auto;
     overflow: hidden;
}
 @media (min-width: 992px) {
     .slide .slide__img {
         position: absolute;
         top: 50%;
         left: 0;
         transform: translateY(-50%);
    }
}
 .slide .slide__img img {
     max-width: 100%;
     margin: 0 auto;
     height: auto;
     opacity: 1 !important;
     animation-duration: 3s;
     transition: all 1s ease;
}
 .slide .slide__content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     width: 100%;
}
 .slide .slide__content--headings {
     text-align: center;
}
 .slide .slide__content--headings h2 {
     font-size: 35px;
     margin: 10px 0;
     color: #fff;
}
.slide .slide__content--headings p {
    color: #fff;
}
 .slide .slide__content--headings .animated {
     transition: all .5s ease;
}
}
 .slider [data-animation-in] {
     opacity: 0;
     animation-duration: 1.5s;
     transition: opacity 0.5s ease 0.3s;
}
 .slick-dotted .slick-slider {
     margin-bottom: 30px;
}
 .slick-dots {
     position: absolute;
     bottom: -27px;
     list-style: none;
     display: block;
     text-align: center;
     padding: 0;
     margin: 0;
     width: 100%;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li button {
     border: 0;
     display: block;
     outline: none;
     line-height: 0px;
     font-size: 0px;
     color: transparent;
     padding: 5px;
     cursor: pointer;
     transition: all .3s ease;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
     outline: none;
}
 .simple-dots .slick-dots li {
     width: ;
     height: ;
}
 .simple-dots .slick-dots li button {
     border-radius: 50%;
     background-color: ;
     opacity: ;
     width: ;
     height: ;
}
 .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
     opacity: ;
}
 .simple-dots .slick-dots li.slick-active button {
     color: ;
     opacity: ;
}
 .stick-dots .slick-dots li {
     height: 80px;
     width: 80px;
}
.slick-dots li.slick-active {
    height: 100px;
    width: 100px;
}
@media (max-width: 991px) {
    .stick-dots .slick-dots li {
      height: 50px;
      width: 50px;
    }
    .slick-dots li.slick-active {
      height: 70px;
      width: 70px;
    }
}
@media (max-width: 575px) {
    .stick-dots .slick-dots li {
      height: 30px;
      width: 30px;
    }
    .slick-dots li.slick-active {
      height: 40px;
      width: 40px;
    }
    .slide .slide__content--headings h2 {
        font-size: 25px;
    }
    header {
        margin-bottom: 3px;
    }
}
.slick-dots li img {
  width: 100%; /* Fit the image within the dot area */
  height: 100%;
  border-radius: 50%; /* Optional: Make it circular */
  object-fit: cover; /* Ensure the image fits well */
  transition: border-color 0.3s;
}
.slick-dots li.slick-active img {
  border: 3px solid #fff;

}
 .stick-dots .slick-dots li button {
    position: relative;
    background-color: ;
    opacity: ;
    width: 50px;
    height: 50px;
    padding: 0;
}
 .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
     opacity: ;
}
 .stick-dots .slick-dots li.slick-active button {
     color: ;
     opacity: ;
}
 .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
     opacity: ;
}
 @keyframes zoomInImage {
     from {
         transform: scale3d(1,1,1);
    }
     to {
         transform: scale3d(1.1,1.1,1.1);
    }
}
 .zoomInImage {
     animation-name: zoomInImage;
}
 @keyframes zoomOutImage {
     from {
         transform: scale3d(1.1,1.1,1.1);
    }
     to {
         transform: scale3d(1,1,1);
    }
}
 .zoomOutImage {
     animation-name: zoomOutImage;
}

/* Contact Us Area */
section.contact-us-area {
    background-color: #fff;
    padding: 70px 0;
}

.contact-us-area .contact-us-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center !important;
    margin: 0 auto;
    max-width: 85%;
}
.contact-us-columns .single-feature {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 11px;
    text-align: left !important;
    align-items: center;
}
.single-feature .contact-txt h5 {
    font-size: 20px;
}
@media (max-width: 767px) {
    .contact-us-area .contact-us-columns {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .contact-us-area .contact-us-columns {
        grid-template-columns: 1fr;
    }
    .contact-us-area .container {
        max-width: 300px;
        margin: 0 auto;
    }

}