@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')
}

*,
::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%
    }
}

.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: #ef4a23;*/
    --s-primary: #fd0f1e;
    --s-secondary: #3749bb;
    --s-hf-bg: #081621;
    --s-b-bg: #f2f4f8;
    --s-m-bg: #6e2594;
    --s-s-bg: rgba(55, 73, 187, .05);
    --s-f-c1: #666;
    --s-f-c2: #fff
}

* {
    margin: 0;
    padding: 0
}

body {
    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)
}

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: 400px
}

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

button {
    cursor: pointer
}

.btn {
    background: #3f51b5;
    display: inline-block;
    border: 2px solid #3f51b5;
    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, .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
}

.form-group .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
}

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

.p-30 {
    padding: 30px
}

.pt-70 {
    padding-top: 70px
}

.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: #fff
}

.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
}

.overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 90;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: none
}

.overlay.open {
    display: block
}

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

.ws-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(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
}

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

.nav-tabs {
    background: rgba(55, 73, 187, .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, .1)
}

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

.dropdown-menu {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0;
    margin-top: 0;
    z-index: 99;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2), 0 1px 0 rgba(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
}

.search-item {
    border-radius: 5px
}

.search-item:hover {
    background: rgba(55, 73, 187, .04)
}

.search-item.empty {
    border: none;
    text-align: center;
    padding: 100px 0 0;
    color: #999
}

.search-item a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    text-decoration: none
}

.search-item a .image {
    float: left;
    width: 60px;
    height: 60px
}

.search-item a .image img {
    max-width: 100%
}

.search-item a .name {
    margin-left: 80px;
    color: #111;
    padding: 10px 0 6px
}

.search-item a .price {
    margin-left: 80px;
    font-size: 16px;
    font-weight: bold
}

.search-item.remainder-count a {
    text-align: center;
    line-height: 20px;
    background: rgba(240, 75, 35, .02);
    border-radius: 5px
}

.search-item.remainder-count a:hover {
    text-align: center;
    background: rgba(240, 75, 35, 1);
    color: #fff
}

.table-bordered {
    width: 100%
}

.table-bordered thead td {
    padding: 14px 10px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    background: #f5f7f9
}

.table-bordered tbody td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee
}

.table-bordered tbody td a {
    display: inline-block;
    margin-bottom: 5px;
    color: #111;
    font-size: 16px
}

.empty-content {
    padding: 50px 0;
    text-align: center;
    width: 100%
}

.empty-content .icon {
    padding: 20px;
    background: var(--s-s-bg);
    color: var(--s-secondary);
    border-radius: 50px;
    font-size: 48px;
    width: 88px;
    height: 88px
}

.empty-content .empty-text {
    color: #666;
    padding-top: 20px;
    font-size: 14px
}

.loader {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: none;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid var(--s-primary);
    border-bottom: 3px solid var(--s-secondary);
    border-left: 3px solid var(--s-secondary);
    border-right: 3px solid var(--s-secondary)
}

.loader.popup-inner {
    border-radius: 50%;
    background: rgba(0, 0, 0, .5)
}

.loader:after {
    position: absolute;
    top: 22px;
    left: 22px;
    background: var(--s-secondary);
    height: 20px;
    width: 20px;
    content: "";
    border-radius: 50%;
    -webkit-animation: fade 1s linear infinite;
    animation: spin 1s linear infinite
}

.popup {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .75);
    text-align: center
}

.popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle
}

.popup-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 800px;
    text-align: left;
    background: #fff;
    margin: 20px;
    border-radius: 0
}

.popup-inner .lb-body {
    padding: 30px
}

.popup-inner .msg-wrap {
    padding: 30px
}

.popup-inner .message-details {
    display: flex;
    margin-bottom: 20px
}

.popup-inner .message-details .material-icons {
    flex: 0 0 24px;
    width: 24px;
    color: #15b579
}

.popup-inner .message-details .success-message {
    flex: 1 1 auto;
    padding: 4px 0 0 16px;
    line-height: 20px
}

.popup-inner .message-details .cart-info {
    flex: 0 0 180px;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    position: relative;
    z-index: 10
}

.popup-inner .message-details .cart-info>span {
    padding: 0 0 5px;
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 14px;
    line-height: 20px
}

.popup-inner .message-details .cart-info>span>span {
    font-weight: bold;
    color: #111;
    font-size: 15px
}

.popup-inner .message-details .cart-info .cart-quantity {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px
}

.popup-inner .btn-wrap {
    padding-left: 40px
}

.popup-inner .btn-wrap button {
    margin-right: 10px
}

.popup-close {
    width: 30px;
    height: 30px;
    padding: 3px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 2px;
    border: none;
    background: #fff;
    cursor: pointer
}

.popup-close:after {
    content: "close";
    font-family: 'Material Icons';
    font-size: 20px;
    color: #666
}

.popup .button {
    font-family: 'Material Icons';
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-right: 10px;
    background: #111;
    border-radius: 32px;
    padding: 5px;
    cursor: pointer
}

.popup .button:hover {
    color: #fff;
    background: var(--s-primary)
}

.popup .button:after {
    content: "chevron_left"
}

.popup .button.next {
    margin-right: auto;
    margin-left: 10px
}

.popup .button.next:after {
    content: "chevron_right"
}

.lb-body img {
    max-width: 100%
}

.popup-inner .lb-footer {
    color: #fff;
    text-align: left;
    margin-top: 0;
    background: #111;
    padding: 10px
}

.popup-inner .lb-footer .title {
    float: left
}

.popup-inner .lb-footer .counter {
    text-align: right;
    opacity: .5
}

.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, .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, .1), -5px 5px 10px rgba(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
}

.drawer {
    position: fixed;
    right: -400px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 360px;
    z-index: 999999;
    max-width: 100%;
    transition: all 300ms ease;
    display: flex;
    flex-direction: column
}

.drawer.open {
    right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2), -1px 0 0 0 rgba(255, 255, 255, .2)
}

.drawer .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -35px
}

.drawer>.title {
    background: #01132d;
    padding: 0 20px;
    position: relative;
    flex: 0 0 50px
}

.drawer .title .mc-toggler,
.drawer .title .cmpr-toggler {
    color: #fff;
    position: absolute;
    right: 8px;
    top: 0;
    cursor: pointer
}

.drawer .title .mc-toggler i,
.drawer .title .cmpr-toggler i {
    font-size: 20px;
    line-height: 50px
}

.drawer .title .close:hover i {
    opacity: .5
}

.drawer .title p {
    margin: 0;
    line-height: 50px;
    font-weight: 600;
    color: #fff
}

.drawer .content {
    overflow-y: auto;
    flex: 1 1 auto
}

.drawer .content {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 100px;
    margin-top:0!important;
}

.drawer .content .item {
    display: flex;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #eee
}

.drawer .content .item:hover {
    background: rgba(55, 73, 187, .03)
}

.drawer .content .item .remove {
    position: absolute;
    right: 0;
    top: 17px;
    cursor: pointer
}

.drawer .content .item .remove i {
    font-size: 16px;
    opacity: .7
}

.drawer .content .item .remove:hover i {
    opacity: 1
}

.drawer .content .item .name {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px 12px 0
}

.drawer .content .item .image {
    flex: 0 0 60px;
    display: flex
}

.drawer .item .image img {
    max-width: 45px;
    max-height: 45px;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    background: #fafafa
}

.drawer .item .info>* {
    vertical-align: middle
}

.drawer .item .info i {
    font-size: 15px;
    margin: 0 5px;
    color: #999;
    width: 15px;
    height: 15px
}

.drawer .item .amount,
.drawer .item .total {
    font-weight: 600
}

.drawer .footer {
    flex: 0 0 auto;
    padding: 5px 0 86px;
    position: relative
}

.drawer .footer .total {
    display: flex;
    padding: 12px 10px
}

.drawer .footer .total:nth-child(2) {
    border-bottom: 1px solid #eee
}

.drawer .footer .total>div {
    flex: 1 1 50%;
    text-align: right;
    font-size: 16px;
    color: #666
}

.drawer .footer .total>div.amount {
    color: #111;
    font-weight: 600
}

.drawer .footer .checkout-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.drawer .footer .checkout-btn a {
    display: block;
    width: 100%
}

.drawer .footer .checkout-btn a button {
    width: 100%;
    border: none;
    background: var(--s-primary);
    border-radius: 0
}

.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
}

.drawer.cmpr-panel {
    top: auto;
    bottom: 90px;
    height: 0;
    right: 20px;
    overflow: hidden;
    transition: none
}

.drawer.cmpr-panel.open {
    height: auto;
    overflow: visible;
    max-width: calc(100% - 25px)
}

.drawer.cmpr-panel .item .info {
    display: flex;
    align-items: center
}

.drawer.cmpr-panel .item .image {
    flex: 0 0 60px
}

.drawer.cmpr-panel .content .item .name {
    padding: 0 15px 0 0
}

.drawer.cmpr-panel .footer {
    border: none;
    flex: 0 0 auto;
    padding: 10px;
    text-align: right
}

.drawer.cmpr-panel .footer .clear-all {
    display: inline-block;
    padding: 0 20px;
    margin-right: 20px;
    cursor: pointer;
    color: #111
}

.drawer.cmpr-panel .content .item .remove {
    top: 50%;
    margin-top: -9px
}

.countdown {
    border: 1px solid #edf2f5;
    border-radius: 50px;
    height: 70px;
    position: relative;
    text-align: center;
    width: 250px;
    padding: 0 15px !important
}

.countdown .label {
    position: absolute;
    top: -10px;
    left: 50%;
    line-height: 20px;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
    width: 140px;
    margin-left: -70px
}

.countdown .count-items {
    display: flex;
    max-width: 250px;
    flex: 1 1 auto;
    margin: auto
}

.countdown .count-items .group {
    flex: 1 1 25%;
    margin-top: 20px
}

.countdown .count-items .digit {
    display: inline-block;
    width: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    background: var(--s-primary);
    border-radius: 3px;
    color: #fff;
    margin: 0 1px
}

.countdown .count-items .tag {
    display: block;
    color: #666;
    font-size: 10px;
    line-height: 16px;
    margin-top: 4px
}

header {
    background: var(--s-hf-bg);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    z-index: 100
}

header .top {
    padding: 15px 0
}

header .top .container {
    display: flex
}

.ht-item {
    flex: 1 1 auto
}

.ht-item.logo {
    flex: 0 0 285px
}

.ht-item.logo img {
    height: 52px;
    width: auto;
    display: inline-block;
    padding-right: 30px;

}

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

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

.ht-item.q-actions {
    flex: 0 0 424px;
    padding: 9px 0 0 10px
}

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

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

.q-actions .ac * {
    color: #fff
}

.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: rgba(255, 255, 255, .5)
}

.q-actions .ac p a {
    color: rgba(255, 255, 255, .5)
}

.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 .ic i {
    color: var(--s-primary);
    font-size: 24px;
    width: 30px;
    height: 36px;
    line-height: 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: var(--s-primary);
    text-decoration: none
}

.navbar-nav>.nav-item:hover>.nav-link {
    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, .1), 0 10px 15px rgba(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, .1), 0 5px 15px rgba(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 0
}

.common-home .content {
    margin-top: -30px
}

.sliding_text_wrap {
    padding: 12px 20px 8px;
    background: #fff;
    margin-top: 30px;
    border-radius: 33px;
    font-size: 14px;
    color: #444;
    min-height: 40px
}

.breadcrumb {
    display: block;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb li {
    display: inline;
    line-height: 16px;
    font-size: 14px;
    color: #666
}

.breadcrumb li:before {
    content: "/";
    margin: 0 5px;
    position: relative;
    top: 0
}

.breadcrumb li:first-child:before {
    content: "";
    display: none
}

.breadcrumb li a {
    color: #111
}

.breadcrumb li a span {}

.breadcrumb li a i {
    font-size: 16px;
    color: #666;
    float: left
}

.breadcrumb li:last-child a {
    color: #666
}

.home-slider {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .03);
    position: relative
}

.home-slider .slide:not(:first-child) {
    display: none
}

.home-slider .slider-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 0
}

.home-slider .slider-dot .dot {
    display: inline-block;
    width: 30px;
    height: 8px;
    background: #fff;
    margin: 0 5px;
    opacity: .5;
    cursor: pointer
}

.home-slider .slider-dot .dot.active {
    background: var(--s-primary);
    opacity: 1
}

.ads {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .03)
}

.ads img {
    max-width: 100%
}

.mdl-compare {
    /*background: #ffe8a1;*/
    margin-bottom: 30px;
    /*padding: 25px 30px;*/
    /*box-shadow: 5px 5px 0 rgba(0, 0, 0, .03)*/
}

.mdl-compare h4 {
    color: #000;
    text-align: center;
    margin-bottom: 2px
}

.mdl-compare p {
    color: #000;
    text-align: center;
    margin: 0 0 14px;
    font-size: 14px;
    opacity: .5
}

.cmpr-field select,
.cmpr-field input {
    border: none;
    padding: 5px 30px 5px 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .05);
    text-overflow: ellipsis
}

.mdl-compare button.st-outline {
    width: 100%
}

.cmpr-field {
    position: relative
}

.cmpr-field i {
    position: absolute;
    right: 5px;
    top: 9px;
    opacity: .5
}

.m-home {
    padding-top: 50px
}

.m-home .countdown {
    width: 400px
}

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

.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
}

.p-items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
    justify-content: flex-start
}

.p-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px 10px;
    margin-bottom: 0;
    display: flex;
    position: relative
}

.p-item-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

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

.marks {
    display: flex;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start
}

.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;
    flex: 0 0 auto
}

.p-item-details {
    padding: 15px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column
}

.p-item-img {
    text-align: center;
    border-bottom: 3px solid rgba(55, 73, 187, .03);
    flex: 0 0 220px;
    padding: 20px;
    margin: 0
}

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

.p-item-img img {
    max-width: 100%
}

.p-item-img img:hover {
    opacity: .9
}

.p-item .deal-code {
    position: relative
}

.p-item .deal-code p {
    width: 80px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    background: var(--s-secondary);
    padding: 5px 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -40px
}

.p-item .deal-code p b {
    display: block;
    font-size: 14px;
    text-transform: uppercase
}

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

.common-home .p-item-name {
    font-weight: 400;
    font-size: 15px
}

.p-item-name a {
    color: #111
}

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

.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)
}

.p-item-price .price-old {
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
    color: #666;
    padding-left: 5px
}

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

.p-item .actions .st-btn {
    display: flex;
    flex-wrap: nowrap;
    line-height: 34px;
    background: #fff;
    background: rgb(251 16 33);
    color: #ffffff;
    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: #64090f;
    color: #fff
}

.p-item .actions .st-btn .material-icons {
    line-height: 34px;
    font-size: 20px;
    margin-right: 5px
}

.p-item .actions .btn-compare {
    background: none;
    margin-top: 7px;
    border: none;
    color: #666;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none
}

.p-item .actions .btn-compare:hover {
    background: #f1f3f5;
    color: #111
}

.p-item .actions span.stock-status {
    cursor: default;
    opacity: .7;
    background: rgba(55, 75, 185, .1) !important;
    color: var(--s-secondary) !important
}

button.st-full {
    border: none;
    background: rgba(240, 75, 35, .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
}

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

.cat-item .cat-item-inner:hover {
    box-shadow: 0 2px 5px rgba(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)
}

footer {
    background: var(--s-hf-bg);
    padding: 50px 0 0;
    position: relative
}

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

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

footer .about-us {
    flex: 1 1 50%
}

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-f-c1);
    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: 0
}

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

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

footer ul li a:hover {
    color: var(--s-primary)
}

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

.footer-big-btn:hover {
    box-shadow: 0 -70px 0 rgba(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
}

.footer-big-btn p {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, .5)
}

.sub-footer {
    padding: 15px 0 25px
}

.sub-footer p {
    font-size: 12px;
    margin: 0;
    color: var(--s-f-c1)
}

.sub-footer .powered-by {
    text-align: right
}

.social-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0;
    display: flex
}

.social-footer .app-links {
    color: var(--s-f-c1);
    font-size: 12px;
    margin: 0;
    display: flex;
    align-items: center;
    flex: 1 1 auto
}

.social-footer .app-link {
    display: flex;
    align-items: center;
    border: 1px solid var(--s-f-c1);
    border-radius: 7px;
    padding: 6px 10px 6px 6px;
    margin-left: 20px
}

.social-footer .app-link-items {
    display: flex
}

.social-footer a.app-link:hover {
    text-decoration: none;
    border-color: var(--s-f-c2)
}

.social-footer a.app-link .icon-sprite {
    margin-right: 5px
}

.social-footer .app-link-text span {
    display: block
}

.social-footer .app-link-text span.download {
    font-size: 10px;
    line-height: 1;
    color: var(--s-f-c1);
    margin-bottom: 2px
}

.social-footer .app-link-text span.app-store {
    font-size: 14px;
    line-height: 1;
    color: #fff
}

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

footer .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, .1)
}

footer .social-links a:hover {
    background: var(--s-secondary)
}

.alert {
    position: relative;
    padding: 15px 40px 15px 55px;
    background: rgba(40, 175, 125, .1);
    margin-bottom: 10px;
    border-radius: 3px
}

.alert-danger {
    background: rgba(250, 20, 20, .1)
}

.alert>* {
    margin: 0 5px
}

.alert i.material-icons {
    position: absolute;
    left: 15px;
    top: 50%;
    display: inline-block;
    color: #28af7d;
    margin: -12px 0 0 0
}

.alert-danger i.material-icons {
    color: #f51414
}

.alert a {
    color: #111;
    text-decoration: underline
}

.alert>.close {
    position: absolute;
    right: 5px;
    top: 50%;
    background: none;
    border: none;
    color: #999;
    margin: -14px 0 0 0
}

.alert>.close:hover {
    color: #111
}

.icon-sprite {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.startech.com.bd/catalog/view/theme/starship/images/xicon-sprite-v2.png.pagespeed.ic.4KZ1094RMo.png) no-repeat 0 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.playstore {
    background-position: -120px 0
}

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

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

.c-card {
    display: flex;
    padding: 15px 20px;
    align-items: center
}

.c-card .ic {
    background: #2b398f;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px
}

.c-card .ic .material-icons {
    line-height: 50px;
    color: #fff
}

.c-card .label {
    color: #666;
    line-height: 26px;
    display: block
}

.c-card .blurb {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold
}

.r-lnk-wrap a:hover {
    text-decoration: none
}

.r-lnk-wrap .c-card p {
    color: #444;
    margin: 0
}

.r-lnk-wrap .c-card .ic {
    background: var(--s-primary)
}

.showroom {
    display: flex;
    flex-direction: column
}

.showroom .address {
    padding-bottom: 10px
}

.showroom .address-inner {
    display: flex;
    padding: 15px 20px;
    align-items: center
}

.showroom .address .address-line {
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.showroom .address .closed-day {
    background: rgba(55, 75, 190, .1);
    color: var(--s-secondary);
    font-size: 12px;
    padding: 0 5px;
    display: inline-block;
    border-radius: 30px
}

.showroom .address .address-details {
    flex: 1 1 400px;
    max-width: 400px;
    padding-right: 30px
}

.showroom .address .phone-numbers {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end
}

.showroom .address .phone-numbers .phone {
    display: inline-block;
    padding-right: 30px;
    border-right: 1px solid #ddd;
    margin-right: 30px;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px
}

.showroom .address .phone-numbers .phone span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    line-height: 16px
}

.showroom .address .map-link {
    flex: 0 0 auto;
    text-align: right
}

.showroom .address .map-link a {
    padding: 3px 15px;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid var(--s-primary)
}

.showroom .address .map-link a:hover {
    background: var(--s-primary);
    color: #fff;
    text-decoration: none
}

.showroom .address .map-link .material-icons {
    float: right;
    font-size: 16px;
    line-height: 28px;
    color: #666
}

.showroom .address .map-link:hover .material-icons {
    color: #fff
}

p.brand-index {
    display: flex
}

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

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: #666;
    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
}

.offer .offer-content {
    padding: 20px;
    height: 100%
}

.offer .offer-content img {
    max-width: 100%
}

.offer .offer-info {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    justify-content: space-between
}

.offer .offer-info span {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #111
}

.offer .offer-info .material-icons {
    margin-right: 5px;
    color: #666
}

.offer .offer-content .details {
    text-align: center
}

.offer .offer-content h4 {
    font-size: 20px;
    color: #111;
    font-weight: normal;
    margin: 0 0 15px
}

.offer .offer-content .short-desc {
    color: #666
}

@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, .1)
    }
    .breadcrumb {
        width: 40%
    }
    .d-w-850 {
        max-width: 850px
    }
    .d-w-650 {
        max-width: 650px
    }
    .common-home .p-item-name {
        height: 60px
    }
}

@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: 15px
    }
    .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: var(--s-hf-bg);
        padding: 0 15px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        width: 100%;
        align-items: center
    }
    .ht-item.logo img {
        height: 40px;
        padding-right: 0;
    }
    .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, .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, .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
    }
    .countdown {
        margin-top: 30px;
        width: 100% !important
    }
    .p-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .p-item .deal-code p {
        padding: 2px 0
    }
    .p-item .deal-code p b {
        font-size: 12px
    }
    .p-item-name {
        font-size: 14px
    }
    .home-b-s img {
        width: 100%
    }
    .m-home {
        padding-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
    }
    .sub-footer {
        margin-top: 0;
        background: rgba(0, 0, 0, .4);
        border: none;
        padding-bottom: 15px
    }
    .f-btn {
        display: none
    }
    .ht-item.q-actions {
        position: fixed;
        display: flex;
        left: 0;
        bottom: 0;
        right: 0;
        height: 61px;
        background: var(--s-hf-bg);
        z-index: 999;
        box-shadow: 0 -4px 4px rgba(0, 0, 0, .2), 0 -1px 0 rgba(255, 255, 255, .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, .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, .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: var(--s-primary)
    }
    .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%
    }
    .popup .button {
        margin-right: -17px
    }
    .popup .button.next {
        margin-left: -17px
    }
    .alert {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .mdl-compare {
        margin-bottom: 15px;
        /*padding: 20px 20px*/
    }
    .mdl-compare p {
        display: none
    }
    .mdl-compare h4 {
        color: #000;
        text-align: center;
        margin: -3px 0 8px
    }
    .home-slider {
        margin-right: -15px
    }
    .cat-item {
        flex: 0 0 16.66%
    }
    .row.main-footer {
        padding-top: 30px
    }
    footer {
        padding: 25px 0 0
    }
    .page-section.voucher-coupon .input-group {
        flex-direction: column
    }
    .page-section.voucher-coupon .input-group .input-group-btn {
        margin: 10px 0 0
    }
    .page-section.voucher-coupon .input-group .input-group-btn button {
        width: 100%
    }
    .page-section .multiple-form-group {
        flex-wrap: wrap
    }
    .page-section .multiple-form-group .form-group {
        flex: 1 1 100%
    }
}

@media (max-width:991px) {
    .r-lnk-wrap .c-card {
        margin-bottom: 15px
    }
}

@media (max-width:768px) {
    .home-slider {
        margin-right: 0
    }
    .mdl-compare {
        margin-top: 30px
    }
    .mdl-compare {
        margin-top: 15px;
        margin-bottom: 15px;
        /*padding: 20px*/
    }
    .main-footer {
        flex-wrap: wrap;
        padding: 20px 0 0
    }
    footer .org-info,
    footer .about-us,
    footer .contact-us {
        flex: 1 1 100%;
        padding: 0
    }
    .sub-footer>div,
    .sub-footer .powered-by {
        text-align: center
    }
    .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
    }
    .sub-footer p a {
        font-weight: bold
    }
    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
    }
    .social-footer {
        display: block
    }
    .social-footer .app-links {
        display: block
    }
    .social-footer .app-link-items {
        justify-content: center;
        padding-top: 10px
    }
    .social-footer a.app-link {
        margin: 0 10px
    }
    .social-footer .app-links .app-link-text {
        display: block;
        text-align: center
    }
    footer .social-links {
        padding: 20px 0;
        text-align: center
    }
    .page-section #discount-coupon {
        margin-top: 20px
    }
    .checkout-final-action {
        flex-wrap: wrap
    }
    .checkout-final-action .agree-text {
        flex: 1 1 100%;
        margin-bottom: 20px !important
    }
    .checkout-final-action button {
        width: 100%
    }
    .table-responsive {
        overflow: auto
    }
    .page-section.coupon-voucher-cart .coupon {
        margin-bottom: 20px
    }
    .ads img {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:767px) {
    .p-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .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: 0;
        font-size: 20px
    }
    .brand-row h2 {
        font-size: 50px
    }
    .popup .button {
        margin: -17px 0 0 0;
        position: absolute;
        top: 50%;
        height: 34px
    }
    .popup .button.next {
        left: auto;
        right: 0
    }
    .popup-inner .lb-footer .title {
        text-align: center;
        float: none;
        padding-bottom: 7px
    }
    .popup-inner .lb-footer .counter {
        text-align: center;
        float: none
    }
    .popup-inner .message-details {
        flex-wrap: wrap
    }
    .popup-inner .message-details .success-message {
        max-width: calc(100% - 40px);
        padding-bottom: 15px
    }
    .popup-inner .message-details .cart-info {
        flex: 1 1 100%;
        margin-left: 40px
    }
    .popup-inner .msg-wrap {
        padding: 20px
    }
    .popup-inner .btn-wrap {
        white-space: nowrap
    }
    .popup-inner .btn-wrap button {
        padding: 0 15px;
        margin-right: 5px
    }
    .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
    }
    .carousel .col-md-3:nth-child(1n) {
        padding-right: 5px
    }
    .carousel .col-md-3:nth-child(2n) {
        padding: 0 15px 0 6px
    }
    .pc-list .p-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    .c-card {
        margin-bottom: 15px
    }
    .r-lnk-wrap .c-card .blurb {
        font-size: 14px
    }
    .r-lnk-wrap .c-card {
        padding: 10px;
        justify-content: center
    }
    .r-lnk-wrap .c-card .ic {
        margin-right: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px
    }
    .r-lnk-wrap .c-card .ic i {
        line-height: 35px !important;
        font-size: 20px;
        width: 20px;
        height: 20px
    }
    .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
    }
    .showroom .address-inner {
        flex-wrap: wrap;
        position: relative
    }
    .showroom .address .address-details {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0 0 10px;
        border-bottom: 1px solid #eee
    }
    .showroom .address .map-link {
        position: absolute;
        right: 15px;
        top: 15px
    }
    .showroom .address .map-link a {
        padding: 0;
        line-height: 20px;
        font-size: 14px;
        border: none
    }
    .showroom .address .map-link .material-icons {
        line-height: 22px
    }
    .showroom .address h4 {
        margin-bottom: 10px
    }
    .showroom .address .closed-day {
        display: block;
        margin: 2px 0 0;
        padding: 0;
        background: #fff
    }
    .showroom .address .phone-numbers {
        justify-content: center;
        text-align: center;
        padding-top: 10px
    }
    .showroom .address .phone-numbers .phone {
        flex: 1 1 auto;
        padding-right: 0;
        margin-right: 0
    }
    .showroom .address .phone-numbers .phone:last-child {
        border: none;
        margin-right: 0;
        padding-right: 0
    }
}

@media (max-width:410px) {
    .popup-inner {
        margin: 10px
    }
    .r-lnk-wrap .c-card {
        padding: 8px
    }
    .r-lnk-wrap .c-card .ic {
        margin-right: 8px
    }
    .r-lnk-wrap .c-card .blurb {
        font-size: 13px
    }
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-base {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    overflow: hidden;
    border-radius: 3px;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.noUi-connect {
    background: #fc8a1a
}

.noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
    height: 0
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 10px;
    width: 84%;
    margin: 0 auto
}

.noUi-handle {
    position: absolute;
    top: -6px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    outline: none;
    right: -10px !important;
    left: auto;
    border: 1px solid #d9d9d9;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-handle:after {
    left: 17px
}

.c-intro h1 {
    margin: 0 0 12px;
    color: var(--s-secondary)
}

.c-intro p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px
}

.category-description h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--s-secondary)
}

.category-description ul {
    list-style: inside;
    margin-bottom: 10px
}

.filters {
    background: var(--s-b-bg);
    border-radius: 7px
}

.filter-group {
    position: relative;
    user-select: none;
    clear: both;
    padding: 0;
    margin-top: 5px
}

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

.price-filter {
    display: inline-block;
    width: 100%;
    padding: 0 20px 20px;
    height: 170px
}

.filter-group .label:after {
    font-family: 'Material Icons';
    content: "\e5cf";
    font-size: 20px;
    height: 100%;
    width: 24px;
    float: right;
    position: relative;
    right: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear
}

.filters .show .label:after {
    transform: rotate(180deg)
}

.filters .label span {
    float: left;
    display: inline-block
}

.price-filter .label,
.filter-group .label {
    padding: 0 0 0 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #111;
    font-size: 17px;
    border-bottom: 1px solid #eee
}

.price-filter .label {
    margin: 0 -20px 30px
}

.filter-group .items {
    display: none;
    padding: 10px 20px 10px;
    margin-right: 0;
    max-height: 300px;
    overflow-y: auto
}

.filter-group .items::-webkit-scrollbar {
    width: .4vw
}

.filter-group .items::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 5px
}

.filter-group .items::-webkit-scrollbar-thumb:hover {
    background-color: #6666668f
}

.filter-group.show .items {
    display: block
}

.filter-group .items label.filter {
    display: inline-block;
    width: 100%;
    padding: 6px;
    margin: 0 -6px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer
}

.filter-group .items label.filter:hover {
    background: var(--s-b-bg)
}

.filter-group .items label.filter span {
    display: block;
    margin-left: 25px;
    line-height: 20px;
    color: #111
}

.filter-group .items label.filter input {
    margin-right: 10px;
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
    float: left
}

.filters .range-label input {
    float: left;
    width: 80px;
    height: 30px;
    border: 1px solid #c5cbd5;
    margin: 5px 0 0 -1px;
    outline: 0;
    padding: 6px 0;
    border-radius: 0;
    font-size: 14px;
    text-align: center
}

.filters .range-label {
    position: relative
}

.filters .range-label.to input {
    float: right
}

.price-filter .noUi-horizontal {
    width: calc(100% - 20px);
    margin-top: 10px
}

.price-filter .noUi-base {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #eee
}

.price-filter .noUi-connect {
    background: var(--s-primary)
}

.price-filter .noUi-handle {
    background: #fff;
    border: 2px solid var(--s-primary);
    box-shadow: 0 0 0 4px #fff inset, 0 0 0 9px var(--s-primary) inset, 0 0 0 2px #fff
}

.top-bar {
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px
}

.top-bar .page-heading {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold
}

.tool-btn {
    display: flex;
    margin: 0 0 -40px 0;
    color: #000;
    padding: 0 10px;
    height: 30px;
    background: rgba(55, 73, 187, .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
}

.top-bar .show-sort {
    text-align: right
}

.show-sort .form-group {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0
}

.show-sort .form-group * {
    display: inline-block
}

.show-sort .form-group label {
    padding-right: 5px;
    color: #666
}

.show-sort .form-group select {
    background: #f1f3f5;
    padding: 6px 5px;
    font-size: 14px;
    border: none;
    position: relative;
    outline: none;
    height: 30px;
    max-width: 110px
}

.top-bar .search {
    background: #f1f3f5;
    border-radius: 3px;
    position: relative;
    padding: 1px;
    display: flex
}

.top-bar .search input {
    float: left;
    height: 28px;
    border: none;
    padding: 0 10px;
    background: none;
    outline: none
}

.top-bar .search i {
    line-height: 30px;
    font-size: 20px;
    cursor: pointer
}

.p-item-page .p-item {
    flex: 25%;
    max-width: 25%
}

.brand-page .p-item,
.search-page .p-item {
    flex: 20%;
    max-width: 20%
}

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

.p-item-page .p-item .short-description {
    padding: 10px 0 0 14px;
    flex: 1 1 auto;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px
}

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

.p-item-page .short-description li {
    font-size: 13px;
    color: #666;
    position: relative;
    line-height: 16px;
    padding-bottom: 10px
}

.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
}

.pagination li {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    min-width: 36px;
    text-decoration: none;
    transition: background-color .3s
}

.pagination li a,
.pagination li span {
    background: #f1f3f5;
    padding: 0 10px;
    color: #111;
    display: block;
    border-radius: 4px
}

.pagination li span.disabled {
    color: #666;
    cursor: default
}

.pagination li.active span {
    background-color: var(--s-primary);
    color: #fff
}

.pagination li:hover a {
    background-color: var(--s-primary);
    color: #fff;
    font-weight: bold
}

.bottom-bar p {
    font-size: 14px;
    line-height: 34px;
    color: #111;
    margin: 0
}

.category-description {
    margin: 20px 0 30px
}

.category-description h2 {
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
    color: var(--s-secondary)
}

.category-description h3,
.category-description h4 {
    color: var(--s-secondary)
}

.category-description>div,
.category-description p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #353637;
    line-height: 22px
}

@media screen and (min-width:1280px) {
    .search-form .control-items {
        display: flex;
        align-items: center
    }
    .search-form .control-item {
        padding-right: 15px
    }
    .p-item-page .p-item-name {
        height: 40px;
    }
}

@media screen and (max-width:1279px) {
    .p-item-page #content {
        padding-left: 15px
    }
    .top-bar {
        padding-left: 10px
    }
    .top-bar .actions {
        position: relative;
        z-index: 10
    }
    .product-listing .top-bar h4 {
        display: none
    }
    .search-form .control-item {
        margin-bottom: 10px
    }
    #column-left {
        right: -320px;
        background: #fff;
        display: block;
        width: 300px;
        height: calc(100vh - 100px);
        position: fixed;
        top: 100px;
        -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
    }
    .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
    }
    .filters {
        border: none;
        padding: 5px;
        height: 100%;
        overflow: auto;
        border-radius: 0
    }
    .filter-group {
        display: block;
        border: none;
        padding: 0
    }
    .filters .label:after {
        float: right
    }
    .filters .show .label {
        color: #111
    }
    .filter-group.show .items {
        position: static;
        width: 100%;
        box-shadow: none;
        max-height: 100%
    }
}

@media (max-width:767px) {
    .p-item .p-item-name {
        height: 60px;
    }
    .c-intro h1 {
        margin: 0 0 8px
    }
    .c-intro p {
        margin-bottom: 15px
    }
    #column-left.open {
        right: 0;
        height: calc(100vh - 50px);
        transition: all 300ms ease;
        border-top: 1px solid #eee
    }
    .p-item-page #column-left {
        padding: 0
    }
    #column-left {
        top: 50px;
        transition: all 300ms ease
    }
    #column-left .close {}
    .p-item-page .p-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .filters {
        padding: 0;
        margin: 0;
        background: #fff
    }
    .filter-group:last-child {
        margin-bottom: 100px
    }
    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 50%;
        max-width: 100%
    }
    .p-item-page .p-item .short-description {
        margin-bottom: 0;
        border-bottom: none
    }
    .p-item-page .p-item .p-item-price {
        text-align: left;
        padding: 0;
    }

    .p-item .p-item-name {
        height: 60px;
    }
    .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 100%;
        margin: 0;
        padding: 0 12px
    }
    .p-item-page .p-item .actions .st-btn.btn-compare {
        background: #f2f5f9;
        margin-left: 10px
    }
}

.product-details.content {
    padding-top: 10px
}

.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: 0 1px 1px rgba(0, 0, 0, .1)
}

.data-table.flex-table {
    display: flex;
    flex-direction: column
}

.flex-table tr {
    display: flex
}

.flex-table td {
    flex: 1 1 auto;
    display: flex
}

.flex-table td.name {
    flex: 0 0 250px;
    display: flex
}

h1.product-name {
    color: var(--s-secondary);
    padding: 5px 0 10px;
    margin: 0
}

.product-info-table tbody {
    display: flex;
    flex-wrap: wrap
}

.product-info-table tbody tr {
    margin: 0 7px 7px -2px;
    background: var(--s-s-bg);
    border-radius: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px
}

.product-info-table tbody tr .product-info-label {
    color: #666
}

.product-info-table tbody tr .product-info-data {
    font-weight: bold;
    font-size: 14px
}

.product-info-table tbody tr .product-info-data ins {
    text-decoration: none
}

.product-info-table tbody tr .product-info-data del {
    color: #666
}

.product-info-table tbody tr .product-info-label:after {
    content: ":"
}

.pd-q-actions {
    padding: 15px 20px 15px;
    margin: 0 0 30px;
    border-radius: 40px;
    display: flex;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.pd-q-actions>* {
    flex: 0 0 auto;
    padding-right: 20px;
    height: 20px;
    display: flex
}

.pd-q-actions .share-on {
    flex: 1 1 auto;
    padding: 0;
    line-height: 24px;
    position: relative;
    top: -2px
}

.pd-q-actions .share-on .icon-sprite {
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    cursor: pointer
}

.pd-q-actions .share-on span.share-icon {
    margin-left: 5px;
    opacity: .7;
    cursor: pointer
}

.pd-q-actions .share-on span.share-icon:hover {
    opacity: 1
}

.pd-q-actions .review {
    border-right: 1px solid #ddd;
    margin-right: 20px;
    cursor: pointer
}

.pd-q-actions .que {
    border-right: 1px solid #ddd;
    margin-right: 20px;
    cursor: pointer
}

.pd-q-actions .options {
    padding-right: 0
}

.pd-q-actions .options span {
    display: flex;
    align-content: center;
    margin-left: 20px;
    cursor: pointer;
    color: #000
}

.pd-q-actions .options span:hover {
    color: var(--s-primary)
}

.pd-q-actions .options span i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 7px
}

.pd-summary {
    width: 100%;
    padding-bottom: 40px
}

.stickers {
    display: flex
}

.sticker {
    display: flex;
    margin-right: 15px;
    background: rgba(239, 34, 35, .05);
    padding: 15px 30px 15px 20px;
    border-radius: 50px;
    margin-bottom: 15px
}

.sticker.blue {
    background: linear-gradient(45deg, #00237e, var(--s-secondary), #04b5db, var(--s-secondary), #00237e);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: #fff
}

.sticker .material-icons {
    font-size: 38px;
    width: 40px;
    height: 40px;
    color: var(--s-primary);
    margin-right: 10px
}

.sticker.blue .material-icons {
    color: #fff
}

.sticker .title {
    font-weight: bold;
    padding-bottom: 4px
}

.reward span {
    display: inline-block;
    line-height: 40px;
    float: left
}

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

.pd-summary .stock-status {
    display: inline-block;
    background: #edf2f5;
    color: #666;
    line-height: 42px;
    padding: 0 50px;
    border-radius: 3px;
    margin-right: 15px;
    font-weight: bold
}

.short-description {
    margin-bottom: 30px
}

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

.product-details .short-description li {
    display: block;
    line-height: 20px;
    padding-bottom: 10px
}

.product-details .short-description .view-more {
    display: inline-block;
    line-height: 24px;
    padding-bottom: 2px;
    color: #e5330b;
    border-bottom: 1px solid #e5330b;
    cursor: pointer
}

.product-details .short-description .view-more:hover {
    text-decoration: none;
    box-shadow: 0 1px 0 var(--s-primary)
}

.short-note {
    color: var(--s-secondary)
}

.product-details .basic .col-md-6 {
    display: flex;
    align-items: center
}

.product-details .basic .product-images {
    width: 100%;
    text-align: center
}

.product-details .product-img-holder .thumbnail {
    display: block;
    padding: 15px
}

.product-images .thumbnails {
    display: flex;
    justify-content: center;
    padding: 30px 0
}

.product-images .thumbnails li {
    display: block;
    flex: 0 0 60px;
    background: #fff;
    margin-right: -1px;
    padding: 10px;
    height: auto;
    border: 1px solid #eee
}

.product-images .thumbnails li a {
    font-size: 0;
    display: inline-block
}

.product-details .btn-compare {
    line-height: 20px;
    display: inline-block;
    font-size: 13px;
    color: #666;
    cursor: pointer
}

.product-details .btn-compare:hover {
    color: #111
}

.product-details .btn-compare .material-icons {
    float: left;
    font-size: 20px;
    margin-right: 5px
}

.product-details .product-images .thumbnail .main-img {
    max-width: 400px
}

.product-price-options {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px
}

.product-price-options .p-wrap {
    flex: 1 1 auto;
    border: 2px solid #edf2f5;
    position: relative;
    padding: 15px 15px 15px 55px;
    box-shadow: 40px 0 0 #fafafa inset;
    cursor: pointer
}

.product-price-options .p-wrap:hover,
.product-price-options .p-wrap.active {
    border: 2px solid var(--s-secondary)
}

.product-price-options .p-wrap.cash-payment {
    flex: 0 0 45%;
    margin-right: 15px
}

.product-price-options .p-wrap input {
    position: absolute;
    height: 20px;
    left: 12px;
    top: 50%;
    margin-top: -10px;
    transform: scale(1.5);
    cursor: pointer
}

.product-price-options .p-wrap .price {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 5px;
    font-weight: bold
}

.product-price-options .p-wrap .price .price-old {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through
}

.product-price-options .p-wrap .p-tag {
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap
}

.product-details .cart-option {
    display: flex
}

.product-details .cart-option .quantity {
    margin-right: 20px;
    width: 140px;
    display: flex;
    border: 1px solid #edf2f5
}

.product-details .cart-option .quantity span {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    text-align: center
}

.product-details .cart-option .quantity span:hover {
    background: #f1f1f1
}

.product-details .cart-option .quantity span i {
    margin: 0 auto;
    cursor: pointer;
    font-size: 20px;
    height: 20px
}

.product-details .cart-option .quantity span input {
    width: 60px;
    height: 40px;
    border: none;
    box-shadow: 1px 0 0 #edf2f5, -1px 0 0 #edf2f5;
    text-align: center
}

.product-details .cart-option .btn {
    min-width: 200px
}

.product-details .navs li {
    padding: 0 20px;
    margin: 0 10px 20px 0
}

.product-details .navs li:first-child,
.product-details .navs li:hover {
    background: var(--s-primary);
    color: #fff;
    box-shadow: none
}

.product-details p.section-blurb {
    color: #666;
    margin-bottom: 0
}

.product-details .data-table {
    width: 100%;
    margin-top: -20px
}

.product-details .data-table .heading-row {
    background: var(--s-s-bg);
    color: var(--s-secondary);
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    padding: 6px 20px;
    margin: 20px 0 0;
    border-radius: 5px
}

.product-details .data-table tbody td {
    padding: 10px 20px;
    line-height: 22px;
    border-bottom: 1px solid #ecedef
}

.product-details .data-table tbody tr:hover {
    background: #fafbfc
}

.product-details .data-table tbody td.name {
    color: #666
}

.product-details .full-description {
    line-height: 24px
}

.product-details .full-description ul {
    padding: 10px 0 10px 16px
}

.product-details .full-description ul li {
    margin-bottom: 5px
}

.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);
    padding-bottom: 12px
}

.product-details .section-head {
    padding-bottom: 20px
}

.product-details .q-n-r-section .section-head {
    display: flex;
    border-bottom: 1px solid #eee
}

.product-details .q-n-r-section .pagination {
    padding-top: 20px
}

.product-details .question-wrap {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #ecedef
}

.product-details .question-wrap p {
    margin-bottom: 0;
    position: relative
}

.product-details .question-wrap p.author {
    font-size: 13px;
    margin: 0 0 10px;
    color: #666
}

.product-details .question-wrap p.author .name {
    color: var(--s-secondary);
    font-weight: bold
}

.product-details .question-wrap p.answerer {
    font-size: 13px;
    color: #666;
    margin: 10px 0 0;
    display: none
}

.product-details .question-wrap h3 {
    position: relative;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px
}

.product-details .question-wrap .hint {
    position: absolute;
    left: -30px;
    font-weight: bold;
    color: #111;
    font-size: 14px
}

.product-details .question-wrap .answer {}

.product-details .q-n-r-section .section-head>div {
    flex: 1 1 auto
}

.product-details .q-n-r-section .section-head>div.q-action {
    flex: 0 0 auto;
    text-align: right;
    display: flex;
    align-items: center
}

.product-details .review .average-rating {
    padding-top: 15px;
    line-height: 30px
}

.product-details .review .average-rating .count {
    font-size: 20px
}

.product-details .review .average-rating .rating {
    margin-right: 10px;
    float: left
}

.rating .material-icons {
    color: #f58220;
    font-size: 30px;
    margin-right: -4px
}

.product-details .review-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ecedef
}

.product-details .review-author {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    margin-bottom: 5px
}

.product-details .review-author .rating {
    display: inline-block;
    float: left;
    background: #fff;
    border-radius: 3px;
    line-height: 20px
}

.product-details .review-author .material-icons {
    font-size: 16px;
    color: #f58220;
    float: left;
    width: 16px;
    height: 16px
}

.product-details .review-wrap .author {
    margin: 0;
    font-size: 13px;
    color: #666
}

.product-details .review-wrap .author .name {
    font-weight: bold;
    color: var(--s-secondary)
}

.product-details .review-wrap .review {
    margin-bottom: 10px
}

.product-compare .empty-content .mdl-compare {
    width: 350px
}

.cmpr-table {
    border-top: 2px solid #e2e4e8;
    margin: 30px 0 70px
}

.cmpr-table tr {
    display: flex;
    margin-bottom: -2px
}

.cmpr-table tbody tr:hover {
    background: #fafbfc
}

.cmpr-table tr td {
    flex: 0 0 20%;
    border-right: 1px solid #ecedef;
    border-bottom: 1px solid #ecedef;
    padding: 12px 15px;
    line-height: 20px
}

.cmpr-table.count-4 tbody td {
    flex: 0 0 25%
}

.cmpr-table.count-3 tbody td {
    flex: 0 0 33.33%
}

.cmpr-table tr td:first-child {
    color: #666;
    padding-left: 30px
}

.cmpr-table tr td:first-child strong {
    color: #000
}

.cmpr-table tr td:first-child strong {
    color: var(--s-secondary);
    line-height: 16px
}

.cmpr-table .btn {
    width: 100%
}

.cmpr-table tr td h4 {
    color: #000;
    font-size: 20px;
    padding: 10px 0
}

.cmpr-table tr td p {
    color: #666
}

.cmpr-table thead td {
    flex: 0 0 100%;
    background: var(--s-b-bg);
    margin-top: -2px;
    padding-left: 0
}

.cmpr-table thead tr td:first-child {
    flex: 0 0 100%;
    background: var(--s-s-bg);
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 1px;
    padding-left: 0;
    display: flex
}

.cmpr-table tr td .material-icons {
    float: left;
    font-size: 16px;
    margin: 0 6px 0 8px;
    font-weight: bold;
    cursor: pointer;
    height: 16px;
    width: 16px
}

.cmpr-table tr td .material-icons.collapse {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cmpr-table tr td .material-icons:hover {
    color: #111
}

.cmpr-table .cmpr-field input {
    box-shadow: none;
    border: 1px solid #ddd
}

.cmpr-table .cmpr-field i {
    top: 11px
}

.cmpr-table tr td.blank p {
    text-align: center;
    padding-top: 100px
}

.cmpr-table tr td ul li {
    display: block;
    padding-bottom: 8px
}

.cmpr-table tr td ul li:last-child {
    padding-bottom: 0
}

.cmpr-table .compare-item-wrapper {
    text-align: center
}

.cmpr-table .p-item-img {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 15px
}

.cmpr-table .p-item-name {
    margin: 0 0 20px;
    line-height: 20px;
    height: auto;
    overflow: visible;
    display: block;
    color: #111
}

.cmpr-table .p-item-name:hover {
    color: var(--s-primary)
}

.cmpr-table .p-item-price {
    line-height: 30px;
    font-size: 22px;
    font-weight: 400;
    color: var(--s-primary);
    margin-bottom: 20px
}

.cmpr-table .compare-item-wrapper .remove {
    font-size: 13px;
    color: #666;
    text-decoration: underline
}

.cmpr-table tr td .rating-icon {
    display: block
}

.cmpr-table tr td .rating-icon.material-icons {
    font-size: 24px;
    margin: 0;
    font-weight: normal
}

.cmpr-table tr td .rating-star {
    display: inline-block
}

.cmpr-table tr td .rating-text {
    font-size: 13px;
    opacity: .5
}

.on-scroll .cmpr-table tr.cmpr-header {
    position: fixed;
    background: #fff;
    top: 48px;
    max-width: 1286px;
    width: 100%;
    z-index: 5;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .05)
}

.on-scroll .cmpr-table {
    margin-top: 150px
}

.on-scroll .cmpr-table tr.cmpr-header .cmpr-field,
.on-scroll .cmpr-table tr.cmpr-header .p-item-img,
.on-scroll .cmpr-table tr.cmpr-header .p-item-price,
.on-scroll .cmpr-table tr.cmpr-header .remove {
    display: none
}

.on-scroll .cmpr-table tr.cmpr-header td.blank .cmpr-field {
    display: block
}

.on-scroll .cmpr-table tr.cmpr-header td.blank .cmpr-field input {
    margin: 0
}

.on-scroll .cmpr-table tr td.blank p {
    display: none
}

.on-scroll .cmpr-table tr td.compare-blurb p {
    display: none
}

.on-scroll .cmpr-table tr td h4 {
    padding-top: 0;
    font-size: 16px;
    opacity: .5
}

.on-scroll .cmpr-table .p-item-name {
    margin: 0
}

.on-scroll .cmpr-table .p-item-name {
    margin: 0
}

@media (min-width:1280px) and (max-width:1365px) {
    .on-scroll .cmpr-table tr.cmpr-header {
        max-width: 1235px
    }
}

@media screen and (max-width:991px) {
    .cmpr-table {
        border: none;
        margin-top: 0;
        margin-bottom: 20px
    }
    .on-scroll .cmpr-table {
        margin-top: 200px
    }
    .cmpr-table tr {
        flex-wrap: wrap
    }
    .cmpr-table tr.cmpr-header {
        border-top: 2px solid var(--s-secondary)
    }
    .cmpr-table.count-3 tbody td {
        flex: 0 0 50%
    }
    .cmpr-table tbody td,
    .cmpr-table.count-4 tbody td {
        flex: 0 0 50%;
        padding: 10px;
        font-size: 13px
    }
    .cmpr-table tr td:nth-child(3) {
        border-right: none
    }
    .cmpr-table tr td:first-child {
        flex: 0 0 100%;
        text-align: center;
        padding: 5px;
        background: #f5f7f9;
        border: none;
        font-size: 12px;
        font-weight: bold
    }
    .cmpr-table tr td:nth-child(4),
    .cmpr-table tr td:nth-child(5),
    .cmpr-table tr td:nth-child(6),
    .cmpr-table tr td:nth-child(7),
    .cmpr-table tr td:nth-child(8) {
        display: none
    }
    .cmpr-table thead td {
        flex: 0 0 100%;
        padding-left: 0;
        background: var(--s-secondary);
        color: #fff
    }
    .cmpr-table thead td strong {
        color: #fff
    }
    .cmpr-table tr td h4 {
        margin-top: 10px;
        margin-bottom: 5px
    }
    .cmpr-table tr td.compare-blurb {
        display: none
    }
    .on-scroll .cmpr-table tr.cmpr-header {
        margin-right: 0;
        z-index: 5;
        max-width: calc(100% - 34px)
    }
    .cmpr-table tr.cmpr-header .cmpr-field {
        text-align: left
    }
    .cmpr-table tr.cmpr-header .cmpr-field li {
        padding-bottom: 0
    }
    .on-scroll .cmpr-table tr.cmpr-header .p-item-name {
        height: 40px;
        overflow: hidden;
        margin: 0
    }
    .on-scroll .cmpr-table tr.cmpr-header .p-item-name strong {
        font-weight: normal
    }
    .cmpr-table thead tr td:first-child {
        background: var(--s-hf-bg);
        padding: 6px 15px;
        padding-left: 0;
        font-size: 15px;
        color: rgba(255, 255, 255, .5)
    }
    .cmpr-table tr td .material-icons:hover {
        color: #fff
    }
    .cmpr-table tr td:first-child strong {
        color: #fff;
        font-weight: normal
    }
    .product-info-table tbody tr {
        margin-bottom: 5px
    }
    .flex-table tr {
        flex-wrap: wrap
    }
    .flex-table td.name {
        flex: 0 0 100%
    }
    .product-details .data-table tbody td {
        padding: 10px
    }
    .product-details .data-table tbody td.name {
        border-bottom: none;
        padding-bottom: 0;
        margin: -2px 0 -9px;
        font-size: 13px
    }
    .product-details .data-table .heading-row {
        padding: 4px 10px;
        margin: 20px 0 0;
        font-size: 14px
    }
    .product-price-options {
        flex-wrap: wrap;
        padding-bottom: 20px
    }
    .product-price-options .p-wrap.cash-payment {
        flex: 0 0 100%;
        margin: 0 0 20px
    }
    .product-price-options .p-wrap {
        padding: 10px 15px 10px 55px;
        max-width: 100%
    }
    .product-price-options .p-wrap .price {
        font-size: 20px;
        line-height: 24px
    }
    .product-details .product-images .thumbnail .main-img {
        max-width: 250px;
        height: auto
    }
    .product-info-table tbody tr {
        line-height: 24px;
        padding: 0 6px;
        font-size: 12px
    }
    .product-info-table tbody tr .product-info-data {
        font-size: 12px
    }
    .pd-summary h2 {
        margin: 20px 0 15px
    }
    .product-details.content {
        padding-top: 0
    }
    .pd-q-actions {
        padding: 10px 15px;
        margin: 0;
        box-shadow: none;
        border: 1px solid #ddd
    }
    .product-details .pd-q-actions .que,
    .product-details .pd-q-actions .review {
        display: none
    }
    .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
    }
    .product-details .product-img-holder .thumbnail {
        display: block
    }
    .product-images .thumbnails li {
        padding: 10px
    }
    .product-images .thumbnails {
        padding: 0 0 15px
    }
    .product-details .navs ul li {
        margin: 0 3px 20px 0;
        flex: 1 1 auto;
        padding: 0;
        font-size: 12px;
        text-align: center
    }
    .product-details p.section-blurb {
        font-size: 14px;
        line-height: 20px
    }
    .pd-full section {
        padding: 15px
    }
    .product-details .description .section-head {
        padding-bottom: 0
    }
    .product-details .q-n-r-section .section-head {
        display: block
    }
    .product-details .q-n-r-section .section-head>div.q-action {
        margin-top: 10px
    }
    .pd-full .related-product section {
        margin-left: 0
    }
    .pd-full {
        padding-bottom: 0
    }
    .stickers {
        flex-wrap: wrap
    }
    .sticker {
        width: 100%;
        display: flex;
        justify-content: center
    }
    .pd-summary .stock-status {
        padding: 0 20px
    }
    .product-details .cart-option .btn {
        min-width: 100px
    }
    .pd-q-actions .options span {
        margin-left: 10px
    }
    .pd-q-actions .options span i {
        margin-right: 3px
    }
}

.container.ac-layout {
    max-width: 1000px;
    padding-bottom: 50px
}

.ac-header {
    display: flex;
    padding-bottom: 30px;
    margin: 40px 0 0
}

.ac-header .left {
    flex: 1 1 auto;
    display: flex;
    align-items: center
}

.ac-header .right {
    flex: 0 0 300px;
    display: flex;
    align-items: center
}

.ac-header .avatar img {
    border-radius: 50%
}

.ac-header .name {
    padding-left: 20px
}

.ac-header .name p {
    color: #666;
    font-size: 14px;
    margin: 0
}

.ac-header .name p.user {
    color: #111;
    font-size: 22px;
    margin: 5px 0 0
}

.ac-header .balance {
    display: flex;
    width: 150px;
    flex-direction: column;
    text-align: center;
    border-left: 1px solid #ddd
}

.ac-header .balance .blurb {
    color: #666;
    font-size: 14px
}

.ac-header .balance .amount {
    color: var(--s-primary);
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 5px 0 0
}

.ac-layout .ac-title {
    display: flex;
    line-height: 30px;
    padding: 0 0 20px
}

.ac-layout .ac-title a:hover {
    text-decoration: none
}

.ac-layout .ac-title-help-text {
    margin: -12px 0 30px;
    font-size: 16px;
    color: #666
}

.ac-layout .ac-title .material-icons {
    margin-right: 10px;
    line-height: 30px;
    color: #666;
    display: none
}

.ac-layout .ac-title h1 {
    font-weight: normal;
    color: var(--s-secondary)
}

.ac-layout form .required label:after {
    content: " *";
    color: red;
    font-weight: normal
}

.ac-layout input,
.ac-layout select,
.ac-layout textarea,
.ac-layout .multiple-form-group {
    max-width: 450px
}

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

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

.ac-layout form .btn {
    margin-top: 10px
}

.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)
}

.account-account .ac-navbar,
.affiliate-account .ac-navbar {
    display: none
}

.ac-menus {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.ac-menu-item {
    flex: 0 0 25%;
    display: flex;
    padding: 0 5px 10px
}

.ac-menus a {
    flex: 1 1 auto;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 40px 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .05);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.ac-menus a:hover {
    text-decoration: none
}

.ac-menus a:hover {
    border: 1px solid var(--s-secondary);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .15)
}

.ac-menus a span {
    display: block;
    color: #111;
    font-size: 13px;
    font-weight: bold
}

.ac-menus a .material-icons {
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: rgba(55, 75, 190, .1);
    color: var(--s-secondary);
    border-radius: 40px;
    margin-bottom: 10px
}

.card {
    display: block;
    margin: 0 0 15px;
    border: 1px solid #dadada;
    border-radius: 5px;
    /*box-shadow: 5px 5px 5px rgba(0, 0, 0, .03);*/
    padding: 20px;
    align-items: center
}

.card:hover {
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}

.card p {
    margin-bottom: 0
}

.card p.fade {
    color: #666
}

.card .img-wrap {
    flex: 0 0 47px;
    margin-right: 20px
}

.card .img-wrap img {
    max-width: 52px
}

.card .img-wrap .material-icons {
    font-size: 32px;
    background: #edf2f5;
    padding: 10px;
    border-radius: 5px;
    color: #666;
    height: 52px;
    width: 52px
}

.card .title {
    flex: 1 1 auto;
    padding-right: 50px
}

.card .title h6.item-name {
    font-size: 16px;
    font-weight: normal
}

.card .title h6.item-name a {
    color: #111
}

.card .title p {
    margin: 2px 0 0;
    color: #666;
    font-size: 13px
}

.card .title .mark {
    display: inline-block;
    margin-left: 10px;
    background: #27ae60;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 18px
}

.card .date {
    flex: 0 0 200px
}

.card .date p {
    font-size: 13px
}

.card .img-n-title {
    flex: 1 1 auto;
    display: flex;
    align-items: center
}

.card .amount {
    flex: 0 0 150px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: bold;
    color: var(--s-primary)
}

.card .actions {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.card .actions .material-icons {
    font-size: 20px;
    margin-left: 10px;
    color: #666
}

.card .actions .btn {
    margin-right: 20px
}

.card.o-card .actions .btn {
    margin-right: 0
}

.card .actions .material-icons:hover {
    color: var(--s-primary)
}

.card.add-new {
    padding: 10px;
    justify-content: center;
    color: #666
}

.card.add-new:hover {
    color: var(--s-primary);
    text-decoration: none
}

.user-address .card .title br {
    display: none
}

.card.o-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: #fafafa
}

.o-card .c-head {
    padding: 15px 20px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: flex;
    border-radius: 5px 5px 0 0
}

.o-card .c-head .left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column
}

.o-card .c-head .left .o-id {
    font-weight: bold;
    padding-bottom: 5px
}

.o-card .c-head .left .o-date {
    font-size: 13px;
    color: #666
}

.o-card .c-head .right {
    flex: 0 0 auto;
    line-height: 24px;
    font-size: 13px;
    display: flex;
    align-items: center
}

.o-card .c-head .right .status {
    color: #f2994a
}

.o-card .c-head .right .status.delivered {
    color: #27ae60
}

.o-card .c-head .right .material-icons {
    float: left;
    margin-right: 5px
}

.o-card .c-body {
    display: flex;
    width: 100%;
    padding: 20px;
    align-items: center
}

.ac-layout .ac-amount-summary {
    padding: 30px 0;
    display: flex
}

.ac-layout .ac-amount-summary .material-icons {
    flex: 0 0 70px;
    background: rgba(240, 75, 35, .1);
    color: var(--s-primary);
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: 0 0 10px
}

.ac-amount-summary .details {
    padding-left: 20px
}

.ac-amount-summary p {
    color: #666;
    margin-bottom: 5px
}

.ac-amount-summary .amount {
    font-size: 43px;
    font-weight: bold
}

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

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

.before-login .form-group .forgot-password {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px
}

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

.before-login .btn.st-outline {
    border-width: 1px
}

.before-login p.no-account-text {
    text-align: center;
    margin: 25px 0 35px;
    border-bottom: 1px solid #eee;
    height: 11px
}

.before-login p.no-account-text span {
    background: #fff;
    padding: 0 10px;
    color: #666
}

.before-login .alert {
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .account-account .container.ac-layout {
        padding-bottom: 0
    }
    .ac-header .balance .blurb,
    .ac-header .name p {
        font-size: 12px;
        line-height: 18px
    }
    .ac-header .name p.user {
        font-size: 20px
    }
    .ac-menus {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        padding: 15px 10px;
        background: #f1f3f5
    }
    .ac-menu-item {
        flex: 0 0 33.33%
    }
    .ac-menus a {
        padding: 15px 5px;
        border: none;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
    }
    .ac-menus a span {
        font-size: 12px
    }
    .ac-header .avatar img {
        width: 50px;
        height: 50px
    }
    .ac-header {
        flex-wrap: wrap;
        margin-top: 20px;
        padding-bottom: 10px;
        display: none
    }
    .account-account .ac-header {
        display: block
    }
    .ac-header .name {
        padding-left: 15px
    }
    .ac-header .left,
    .ac-header .right {
        flex: 1 1 100%
    }
    .ac-header .right {
        border-right: none;
        padding-top: 10px;
        margin-top: 20px;
        border-top: 1px solid #eee
    }
    .ac-header .right .balance {
        flex: 1 1 50%
    }
    .ac-header .right .balance:first-child {
        border: none
    }
    .ac-header .balance .amount {
        margin: 0
    }
    .navbar-nav.ac-navbar {
        display: none
    }
    .ac-layout .ac-title {
        padding-top: 10px
    }
    .ac-layout .ac-title .material-icons {
        display: block
    }
    .ac-layout .ac-title h1 {
        margin-bottom: 0
    }
    .ac-layout .ac-title-help-text {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .card {
        flex-wrap: wrap
    }
    .card .actions {
        flex: 1 1 auto;
        justify-content: flex-end
    }
    .card .img-n-title {
        flex: 1 1 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee
    }
    .o-card .c-body {
        flex-wrap: wrap
    }
    .info-page .content {
        padding: 20px
    }
}

h1.title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px
}

table.cart-total {
    float: right;
    max-width: 300px;
    margin: 20px 0 40px
}

table.cart-total td {
    font-size: 18px
}

table.cart-total td.amount {
    font-weight: bold;
    color: var(--s-primary)
}

.checkout-cart .input-group.btn-block {
    width: 150px;
    display: flex
}

.checkout-cart .input-group-btn {
    display: flex;
    margin-left: 10px
}

.checkout-cart .input-group-btn button {
    border: none;
    background: #fff;
    padding: 0;
    margin-right: 5px;
    color: #888;
    box-shadow: none
}

.checkout-cart .input-group-btn button .material-icons {
    line-height: 42px;
    font-size: 20px
}

.checkout-cart .input-group-btn button:hover .material-icons {
    color: #111
}

.checkout-cart .page-section {
    padding: 20px;
    background: #f1f5f9
}

.checkout .alert-info p {
    font-size: 13px;
    line-height: 20px
}

.checkout .section-reward {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.checkout .section-reward>div {
    flex: 0 0 auto
}

.buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #eee;
    margin-bottom: 70px;
    padding-top: 30px
}

.checkout-content .page-section {
    padding: 20px;
    margin-bottom: 20px
}

.checkout-content .page-section p {
    margin-bottom: 10px
}

.checkout-content .accepted-logo {
    margin-top: 20px
}

.checkout-content .accepted-logo h5 {
    margin-bottom: 15px
}

.checkout-content .section-head h2 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.checkout-content .page-section h2 span {
    background: rgba(245, 65, 55, .1);
    color: #f44336;
    display: inline-block;
    width: 30px;
    text-align: center;
    border-radius: 30px;
    margin-right: 15px;
    font-weight: 600
}

.checkout-content td .amount {
    font-weight: 600;
    color: #f44336
}

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

.row-payment-delivery-order .page-section {
    flex: 1 1 auto
}

.checkout-final-action {
    display: flex;
    align-items: center;
    border-top: 3px solid #eee;
    padding-top: 20px;
    margin-bottom: 50px
}

.checkout-final-action .agree-text {
    flex: 1 1 auto;
    position: relative;
    padding-left: 30px
}

.checkout-final-action .agree-text input {
    position: absolute;
    left: 0;
    top: 0
}

.checkout-final-action .agree-text b {
    font-weight: normal
}

.checkout-final-action button {
    flex: 0 0 auto
}
.search_data {
    position: absolute;
    z-index: 98;
    top: 0;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 21%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 21%);
    color: black;
}
.bg-danger{
    background: red!important;
}
.bg-dark {
    background: black!important;
}
.new {
    background: green!important;
}
.text-dark {
    color: black!important;
}
/*-----------image zoom---- */
.product-img--main {
   position: relative;
  overflow: hidden;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}
.cart_btn {
    background: #3F51B5;
    border-color: #3F51B5;
    margin-right: 5px;
}
@media (max-width:416px) {
    .product-details .cart-option {
        display: block;
    }
    .product-details .cart-option .quantity {
        margin-bottom: 10px;
    }
}

/*----------for popup model-------*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 650px;
}

/* The Close Button */
.modal-content .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.d-none {display: none!important;}
.d-block {display: block!important;}
.text-center {text-align: center!important;}
.highlight {
    font-size: 15px;
    background: black;
    padding: 2px 5px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    margin-bottom: 2px;
}
/*----------customer panel-------*/
.custom_sidebar { margin: 0;padding: 0; }
.custom_sidebar li { 
    list-style-type: none; 
    border-bottom: 1px solid #e1e1e1;
}
.custom_sidebar li a {
    color: black;
    display: block;
    padding: 10px 15px;
}
.custom_sidebar li a:hover {
    text-decoration: none;
    color: var(--s-primary);
}
.current {
    color: var(--s-primary)!important;
}
h6 {
    font-size: 14px;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.btn-sm {
    padding: 4px 10px!important;
    height: auto;
    line-height: 1;
    color: white!important;
}
.btn-danger {
    background: red!important;
    color: white!important;
    border: red!important;
}
.btn-success {
    background: green!important;
    color: white!important;
    border: red!important;
}