@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");
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
*,
::after,
::before {
    box-sizing: border-box;
}

:root {
    --primary-color: #8b75b3;
    --primary-color-light: #a17ce4;
}

.bg_primary {
    background-color: var(--primary-color);
}
.text_primary {
    color: var(--primary-color);
}
.text_primary_dark {
    color: var(--primary-color);
}

html {
    font-family: "Roboto", 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;
    scroll-behavior: smooth;
}

.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: 920px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .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";
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

body.on-scroll {
    padding-top: 50px;
}

p {
    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(--primary-color);
}

.material-icons {
    height: 24px;
    width: 24px;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    height: 552px;
}

a:hover {
    color: var(--primary-color);
}

button {
    cursor: pointer;
}
.btn_outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: all 300ms linear;
    display: inline-block;
    text-align: center;
}
.btn_outline:hover {
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;

    background: var(--primary-color);
    color: #fff !important;
    text-decoration: none;
}
.color_btn {
    /* background: transparent; */
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}
.color_btn:hover {
    color: #fff !important;
}
.color_btn_outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}
.btn {
    background: var(--primary-color);
    display: inline-block;
    border: 2px solid var(--primary-color);
    padding: 0 20px;
    margin: 0;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn:hover {
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    text-decoration: none;
}

input,
select,
textarea {
    font-size: 15px;
    height: 42px;
    padding: 5px 15px;
    background: #fff;
    outline: none;
    width: 100%;
    font-family: "Roboto", 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(--primary-color);
}

.st-outline:hover {
    background: var(--primary-color);
    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: #f2f4f8;
}

.bg-bt-gray {
    background: #f2f4f8;
    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, 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, 0.1);
}

.g-box {
    background: #f2f4f8;
    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, 0.05);
    padding: 0 20px 10px;
}

.nav {
    display: flex;
    flex: 0 0 50px;
    align-content: center;
}

.nav li {
    flex: 0 0 auto;
    line-height: 40px;
    padding: 0 15px;
    margin: 10px 5px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/*.nav li.active {*/
/*    background: #e5330b;*/
/*    color: #fff;*/
/*    box-shadow: none*/
/*}*/

.dropdown-menu {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0;
    margin-top: 0;
    z-index: 99;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 0 0 #fff;
    width: 100%;
}

ul.dropdown-menu {
    padding: 5px 0;
}

ul.dropdown-menu > li {
    display: block;
    padding-bottom: 0;
}

ul.dropdown-menu > li a {
    display: block;
    text-align: left;
    padding: 8px 15px;
    font-size: 14px;
    color: #111;
    border-top: 1px solid #f6f6f6;
}

ul.dropdown-menu > li:first-child a {
    border-top: none;
}

ul.dropdown-menu > li a:hover {
    background: var(--primary-color);
    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, 0.04);
}

.search-item.empty {
    border: none;
    text-align: center;
    padding: 100px 0 0;
    color: #999;
}

.search-item a {
    display: flex;
    padding: 10px 20px;
    width: 100%;
    text-decoration: none;
    align-items: center;
}

.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, 0.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: rgba(55, 73, 187, 0.1);
    color: var(--primary-color);
    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(--primary-color);
    border-bottom: 3px solid var(--primary-color);
    border-left: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
}

.loader.popup-inner {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.loader:after {
    position: absolute;
    top: 22px;
    left: 22px;
    background: var(--primary-color);
    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, 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: "Roboto", sans-serif;
    font-size: 20px;
    color: #666;
}

.popup .button {
    font-family: "Roboto", sans-serif;
    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(--primary-color);
}

.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 0.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: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        color: white;
    }
}

.f-btn {
    position: fixed;
    bottom: 95px;
    right: 25px;
    z-index: 100;
    background: var(--primary-color);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: 59px;
    height: 59px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), -5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.f-btn:hover {
    background: var(--primary-color);
}

.f-btn i {
    margin: 10px 0 5px;
}

.f-btn .label {
    opacity: 0.8;
}

.f-btn.cmpr-toggler {
    bottom: 170px;
}

.f-btn span.counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--primary-color);
    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, 0.2), -1px 0 0 0 rgba(255, 255, 255, 0.2);
}

.drawer .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -35px;
}

.drawer > .title {
    background: var(--primary-color);
    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: 0.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;
}

.drawer .content .item {
    display: flex;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.drawer .content .item:hover {
    background: rgba(55, 73, 187, 0.03);
}

.drawer .content .item .remove {
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer;
    color: red;
}

.drawer .content .item .remove i {
    font-size: 16px;
    opacity: 0.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 43px;
    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(--primary-color);
    border-radius: 0
}

.footer .promotion-code {
    background: rgba(55, 73, 187, .1);
    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(--primary-color);
    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(--primary-color);*/
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); */
    /* margin-bottom: 10px; */
    position: relative;
    z-index: 100;
}

/* header .top {
        padding: 15px 0
    } */

header .top .container {
    display: flex;
    justify-content: space-between;
}

.ht-item {
    flex: 1 1 auto;
}

.ht-item.logo {
    /* flex: 0 0 160px; */
}

.ht-item.logo img {
    height: 52px;
    width: auto;
    display: inline-block;
}

.ht-item.search {
    padding: 5px 0;
    position: relative;
    width: 50%;
}

.ht-item.search button {
    position: absolute;
    right: 7px;
    top: 14px;
    border: none;
    background: none;
}

.ht-item.q-actions {
    /* flex: 0 0 550px;
    padding: 9px 0 0 10px; */
    display: flex;
    justify-content: end;
    align-items: center;
}

.q-actions .ac {
    float: left;
    /* float: right; */
    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,
        var(--primary-color),
        #0bc1e9,
        var(--primary-color),
        #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: bold; */
    font-size: 15px;
}

.q-actions .ac p {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
}

.q-actions .ac p a {
    color: rgba(255, 255, 255, 0.5);
}

.q-actions .ac p a:hover {
    color: var(--primary-color);
}

.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: #ffffff;
    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;
    transition: all ease-in-out 0.4s;
}

.navbar-nav > .nav-item {
    margin-left: 0;
    transition: all ease-in-out 0.4s;
}

.navbar-nav .nav-item:last-child {
    margin: 0;
}

.navbar-nav .nav-link {
    padding: 0 10px 0 10px;
    line-height: 50px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    position: relative;
    cursor: pointer;
}

.navbar-nav .nav-link:hover,
.navbar-nav .show > .nav-link {
    color: var(--primary-color);
    text-decoration: none;
}

.navbar-nav > .nav-item:hover > .nav-link {
    color: var(--primary-color);
}

.navbar-nav .nav-item .drop-down {
    display: none;
    position: absolute;
    /* top: 90px; */
    left: 10px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1),
        0 -3px 0 0 var(--primary-color);
    transition: all ease-in-out 0.4s;
}

.navbar-nav .nav-item:hover > .drop-down {
    display: block;
    /* visibility: visible;
    opacity: 1; */
    /* top: 52px; */
}

.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(--primary-color);
    position: absolute;
    right: 10px;
    top: 12px;
    opacity: 0.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: 8px 15px;
    width: 200px;
    color: #222;
}

.navbar-nav .drop-down li:hover > a {
    background: var(--primary-color);
    color: #fff !important;
}

.drop-down li .nav-link ul {
    display: none;
}

.navbar-nav .nav-item:hover > .drop-menu-2 {
    left: 100%;
    top: -5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-nav > .nav-item:nth-child(10):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(11):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(12):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(13):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(14):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(15):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(16):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(17):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(18):hover .drop-menu-1 {
    right: 10px;
    left: auto;
}

.navbar-nav > .nav-item:nth-child(10):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(11):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(12):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(13):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(14):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(15):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(16):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(17):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(18):hover .drop-menu-2 {
    left: inherit;
    right: 100%;
}

.after-header {
    margin: -10px 0 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, 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: 0.5;
    cursor: pointer;
}

.home-slider .slider-dot .dot.active {
    background: var(--primary-color);
    opacity: 1;
}

.ads {
    box-shadow: 5px 5px 0 rgba(0, 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, 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: 0.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, 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: 0.5;
}

.carousel .item a {
    display: block;
}

.carousel img {
    width: 100%;
}

.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, 0.1);
}

.p-item-inner:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.p-item-inner .marks {
    display: flex;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
}

.p-item-inner .mark {
    background: #6e2594;
    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, 0.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: 0.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(--primary-color);
    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 15px;
    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(--primary-color);
}

.p-item-name:hover {
    cursor: pointer;
    text-decoration: none;
    color: var(--primary-color);
}

.p-item-price {
    line-height: 22px;
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-color);
}

.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 97px;
    display: inline-block;
    width: 100%;
    padding: 15px 0 10px;
}

.p-item .actions .st-btn {
    display: flex;
    flex-wrap: nowrap;
    line-height: 34px;
    background: #fff;
    background: rgba(55, 75, 185, 0.1);
    color: var(--primary-color);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 14px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    text-decoration: none;
}

.p-item .actions .st-btn:hover {
    background: var(--primary-color);
    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: 0.7;
    background: rgba(55, 75, 185, 0.1) !important;
    color: var(--primary-color) !important;
}

button.st-full {
    border: none;
    background: rgba(240, 75, 35, 0.05);
    color: var(--primary-color);
    width: 300px;
    border-radius: 50px;
    margin: 20px auto;
    display: block;
    line-height: 42px;
    font-weight: bold;
}

button.st-full:hover {
    background: var(--primary-color);
    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, 0.1);
    padding: 15px 0;
}

.cat-item .cat-item-inner:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cat-item .cat-icon {
    display: inline-block;
    padding: 15px;
}

.cat-item p {
    font-size: 16px;
    margin: 0;
}

.cat-item:hover a {
    text-decoration: none;
}

.cat-item:hover p {
    color: var(--primary-color);
}
/*
footer {
    background: var(--primary-color);
    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: #fff;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px
}

footer .org-info p {
    color: #666;
    font-size: 14px
}

footer .org-info p b {
    display: inline-block;
    margin-bottom: 5px
}

footer .org-info p b.store-name {
    color: #fff;
    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: #666;
    white-space: nowrap
}

footer ul li a:hover {
    color: var(--primary-color)
}

footer .social-links {
    padding-top: 10px
}

footer .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 24px;
    margin-right: 6px;
    padding: 8px;
    background: rgba(255, 255, 255, .1)
}

footer .social-links a:hover {
    background: var(--primary-color)
}

.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(--primary-color);
    text-decoration: none
}

.footer-big-btn .ic {
    color: #fff;
    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(--primary-color);
    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: #666
}

.sub-footer .powered-by {
    text-align: right
} */

.alert {
    position: relative;
    padding: 15px 40px 15px 55px;
    background: rgba(40, 175, 125, 0.1);
    margin-bottom: 10px;
    border-radius: 3px;
}

.alert-danger {
    background: rgba(250, 20, 20, 0.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.png.pagespeed.ic.kXOzrbgfHU.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.cpu {
    background-position: -120px 0;
}

.icon-sprite.motherboard {
    background-position: -144px 0;
}

.icon-sprite.ram {
    background-position: -168px 0;
}

.icon-sprite.gpu {
    background-position: -192px 0;
}

.icon-sprite.storage {
    background-position: -216px 0;
}

.icon-sprite.casing {
    background-position: -240px 0;
}

.contact-us-content {
    max-width: 950px;
    margin: 10px auto;
}

.c-card {
    display: flex;
    padding: 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 h3 {
    margin: 0 0 2px;
    color: #666;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
}

.c-card p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

.c-card h3.c-phone {
    font-size: 26px;
}

.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, 0.1);
    color: var(--primary-color);
    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(--primary-color);
}

.showroom .address .map-link a:hover {
    background: var(--primary-color);
    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, 0.1);
    line-height: 30px;
    border-radius: 45px;
    color: var(--primary-color);
}

p.brand-index a:hover {
    background: var(--primary-color);
    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-page .offer {
    margin-bottom: 30px;
}

.offer-page .offer-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 100%;
}

.offer-page .offer-content img {
    max-width: 100%;
}

.offer-page .offer-info {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    justify-content: space-between;
}

.offer-page .offer-info span {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #111;
}

.offer-page .offer-info .material-icons {
    margin-right: 5px;
    color: #666;
}

.offer-page .offer-content .details {
    text-align: center;
}

.offer-page .offer-content h4 {
    font-size: 20px;
    color: #111;
    font-weight: normal;
    margin: 0 0 15px;
}

.offer-page .offer-content .short-desc {
    color: #666;
}

.service-center-content {
    max-width: 950px;
    margin: 0 auto 40px;
}

.service-center-content h2 {
    font-weight: 400;
    margin: 10px 0 20px;
}

.service-center-content .image-icon,
.service-center-content .icon-thumb {
    background: #fff;
    display: flex;
    padding: 10px 15px;
    margin-bottom: 30px;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.service-center-content .image-icon .material-icons {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: var(--primary-color);
    background: rgba(240, 75, 35, 0.1);
    margin-right: 10px;
    border-radius: 40px;
}

.service-center-content .image-icon h4 {
    margin: 0;
    font-weight: 400;
}

.showroom.service-center .address {
    flex: 1 1 33.33%;
    max-width: 33.33%;
}

.showroom.service-center .address-inner {
    background: #fff;
}

.service-center-content .icon-thumb {
    flex-direction: column;
}

.service-center-content .icon-thumb .material-icons {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: var(--primary-color);
    background: rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    margin: 10px 0;
}

.service-center-content .icon-thumb h3 {
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 992px) {
    #lc-toggle,
    #column-left .lc-close,
    .h-desk {
        display: none !important;
    }

    .on-scroll #head .top {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 100;
        box-shadow: 0 -3px 15px 0 #000;
        animation: srl_header 0.3s ease-in-out forwards !important;
    }
    @keyframes srl_header {
        0% {
            transform: translateY(-100%);
        }
        100% {
            transform: translateY(0%);
        }
    }

    /* .on-scroll #head .navbar {
        position: fixed;
        left: 0;
        top: 87px;
        right: 0;
        z-index: 99;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }
    */
    .breadcrumb {
        width: 40%;
    }

    .d-w-850 {
        max-width: 850px;
    }

    .d-w-650 {
        max-width: 650px;
    }

    .common-home .p-item-name {
        height: 60px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .navbar-nav > .nav-item {
        margin-right: -3px;
    }

    .navbar-nav .nav-link {
        padding-right: 10px;
    }

    .mdl-compare {
        padding: 19px 30px;
    }
}

@media (max-width: 991px) {
    .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(--primary-color);
        padding: 0 15px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        width: 100%;
        align-items: center;
    }

    .ht-item.logo img {
        height: 40px;
    }

    .mbl-nav-top {
        width: calc(50% - 45px);
        height: 50px;
        left: 0;
        top: 0;
    }

    .ht-item.logo .brand {
        width: 90px;
        display: block;
    }

    .mbl-right {
        width: calc(50% - 45px);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 2px;
    }

    .mbl-right .ac {
        margin-left: 15px;
        position: relative;
    }

    .mbl-right .ac .counter {
        position: absolute;
        right: -10px;
        top: -6px;
        background: #b59ae7;
        color: #fff;
        font-size: 10px;
        width: 16px;
        text-align: center;
        height: 18px;
        width: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .mbl-right .material-icons {
        color: #fff;
    }

    .mbl-right .close .material-icons {
        color: var(--primary-color);
    }

    .ht-item.search {
        margin: 0 -15px 0;
        padding: 0;
        background: #fff;
        z-index: 100;
        display: none;
    }

    .ht-item.search.open {
        display: block;
        position: fixed;
        width: 100%;
        top: 50px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }

    .dropdown-menu ul {
        padding: 0 10px 10px;
    }

    .dropdown-menu .search-results {
        padding: 0;
        height: calc(100vh - 207px);
    }

    .nav-tabs li {
        line-height: 30px;
    }

    .search-item a {
        padding: 7px 15px;
        border-bottom: 1px solid #eee;
    }

    .search-item a .name {
        font-size: 13px;
    }

    .search-item a .price {
        font-size: 14px;
    }

    li.search-item a .name {
        font-size: 14px;
        padding-top: 3px;
    }

    body.on-scroll {
        padding-top: 50px;
    }

    header .search .ic {
        right: 15px;
    }

    header .search input {
        padding-left: 15px;
        height: 46px;
        background: none;
    }

    .ht-item.search button {
        top: 12px;
        opacity: 0.5;
    }

    #nav-toggler {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        margin: 4px 0 0 0;
        padding: 14px 10px;
        cursor: pointer;
    }

    #nav-toggler.close {
        background: rgba(255, 255, 255, 0.1);
    }

    #nav-toggler span {
        display: block;
        position: relative;
        height: 2px;
        background: #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    #nav-toggler.close span:nth-child(2) {
        display: none;
    }

    #nav-toggler.close span:nth-child(1) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px;
    }

    #nav-toggler.close span:nth-child(3) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 3px;
    }

    #nav-toggler span:nth-child(2) {
        margin: 4px 0;
    }

    .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(--primary-color);
        z-index: 999;
        box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2),
            0 -1px 0 rgba(255, 255, 255, 0.2);
        flex: 1 1 auto;
        width: 100%;
        padding: 0 10px;
        justify-content: space-around;
    }

    .q-actions .ac {
        float: none;
        display: flex;
        padding-left: 0;
        flex-direction: column;
        /* flex: 0 0 20%; */
        text-align: center;
        align-items: center;
    }

    .q-actions .ac .ic {
        float: none;
        margin: 0 0 7px;
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        border: none;
    }

    .q-actions .ac .ic i {
        color: #fff;
        font-size: 20px;
    }

    .q-actions .ac h5 {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 16px;
    }

    .q-actions .ac p {
        display: none;
    }

    .q-actions .ac.build-pc {
        display: none;
    }

    .q-actions .ac.build-pc.h-desk {
        display: flex;
        top: 0;
    }

    .navbar .navbar-nav {
        width: 290px;
        display: block;
        position: fixed;
        left: -400px;
        top: 50px;
        height: calc(100vh - 50px);
        overflow: auto;
        background: #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 99999;
        border-top: 1px solid #eee;
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.3);
    }

    .navbar.open .navbar-nav {
        left: 0;
    }

    .navbar-nav > .nav-item {
        margin-right: 0;
    }

    .navbar-nav .nav-link {
        line-height: 44px;
        font-size: 16px;
        font-weight: 400;
        padding: 0 20px;
        border-bottom: 1px solid #eee;
        width: 100%;
        color: #000;
    }

    .navbar-nav .nav-item.has-child:after,
    .navbar-nav .drop-down li.has-child:after,
    .navbar-nav .nav-item.has-child:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 1px;
        background: #999;
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
    }

    .navbar-nav .nav-item.has-child:before {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .navbar-nav li.has-child.open:before {
        opacity: 0;
    }

    .navbar-nav > .nav-item:last-child {
        margin-bottom: 100px;
    }

    .navbar-nav .drop-down li.has-child:before,
    .navbar-nav .drop-down li.has-child:after {
        opacity: 0.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(--primary-color);
    }

    .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(--primary-color);
    }
    .navbar-nav .drop-down li:hover > a::before {
        /* background: none; */
        color: var(--primary-color);
    }

    .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) {
    .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;
        border-bottom: none
    }

    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;
        color: #999
    }

    footer .org-info p b.store-name {
        font-size: 15px
    }

    .sub-footer p,
    footer ul li a {
        color: #999
    }

    .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: #666;
        position: absolute;
        right: -4px;
        top: 9px
    }

    footer ul li:last-child:after {
        display: none
    } */

    .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: 991px) {
    .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;
        cursor: pointer;
    }

    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: 10px;
    }

    .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;
    }
    .nav-item.has-child.c-1.cursor-pointer {
        float: none;
    }
}

@media (max-width: 360px) {
    .popup-inner {
        margin: 10px;
    }
}

.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 0.3s;
    transition: transform 0.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;
}

.filters {
    background: #f2f4f8;
    border-radius: 7px;
}

.category-description h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--primary-color);
}

.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: "Roboto", sans-serif;
    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;
    overflow: auto;
}

.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: #f2f4f8;
}

.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;
}

#lc-toggle {
    display: none;
}

.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(--primary-color);
}

.price-filter .noUi-handle {
    background: #fff;
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 0 4px #fff inset, 0 0 0 9px var(--primary-color) 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;
}

.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 15px 0;
    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: 10px;
    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;
}

.after-header .child-list {
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
    background: #fff;
}

.after-header .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;
}

.after-header .child-list a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    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 0.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(--primary-color);
    color: #fff;
}

.pagination li:hover a {
    background-color: var(--primary-color);
    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(--primary-color);
}

.category-description h3,
.category-description h4 {
    color: var(--primary-color);
}

.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;
    }
}

@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;
    }

    #lc-toggle {
        display: flex;
    }

    .tool-btn {
        margin: 0 0 -40px 0;
        color: #000;
        padding: 0 10px;
        height: 30px;
        background: rgba(55, 73, 187, 0.05);
        border: none;
        white-space: nowrap;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        outline: none;
    }

    .tool-btn i {
        float: left;
        margin-right: 5px;
    }

    .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) {
    #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;
    }

    .after-header .child-list a {
        line-height: 26px;
        padding: 0 10px;
        margin: 0 4px 4px 0;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .p-item-page .p-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .p-item-page .p-item .short-description {
        margin-bottom: 0;
        border-bottom: none;
    }

    .p-item-page .p-item .p-item-price {
        text-align: left;
        padding: 10px 0 5px;
    }

    .p-item-page .p-item .actions {
        flex: 0 0 auto;
        display: flex;
        margin: 0 0 5px;
    }

    .p-item-page .p-item .actions .st-btn {
        flex: 0 0 auto;
        margin: 0;
        padding: 0 12px;
    }

    .p-item-page .p-item .actions .st-btn.btn-compare {
        background: #f2f5f9;
        margin-left: 10px;
    }
}

.product-details.content {
    padding-top: 10px;
}

.pd-full {
    background: #f2f4f8;
    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, 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(--primary-color);
    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: rgba(55, 73, 187, 0.05);
    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, 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(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    cursor: pointer;
}

.pd-q-actions .share-on span.share-icon {
    margin-left: 5px;
    opacity: 0.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(--primary-color);
}

.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, 0.05);
    padding: 15px 30px 15px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.sticker.blue {
    background: linear-gradient(
        45deg,
        #00237e,
        var(--primary-color),
        #04b5db,
        var(--primary-color),
        #00237e
    );
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: #fff;
}

.sticker .material-icons {
    font-size: 38px;
    width: 40px;
    height: 40px;
    color: #e5330b;
    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 #e5330b;
}

.short-note {
    color: var(--primary-color);
}

.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(--primary-color);
}

.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: #e5330b;
    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: rgba(55, 73, 187, 0.05);
    color: var(--primary-color);
    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(--primary-color);
}

.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: #e5330b;
}

.p-s-item .price {
    font-size: 16px;
    color: #e5330b;
    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(--primary-color);
    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(--primary-color);
}

.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(--primary-color);
    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: #f2f4f8;
    margin-top: -2px;
    padding-left: 0;
}

.cmpr-table thead tr td:first-child {
    flex: 0 0 100%;
    background: rgba(55, 73, 187, 0.05);
    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: #e5330b;
}

.cmpr-table .p-item-price {
    line-height: 30px;
    font-size: 22px;
    font-weight: 400;
    color: #e5330b;
    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: 0.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, 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: 0.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(--primary-color);
    }

    .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(--primary-color);
        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(--primary-color);
        padding: 6px 15px;
        padding-left: 0;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.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(--primary-color);
    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(--primary-color);
}

.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(--primary-color);
    color: var(--primary-color);
}

.navbar-nav.ac-navbar > .nav-item.active > .nav-link .material-icons,
.navbar-nav.ac-navbar > .nav-item:hover > .nav-link .material-icons {
    color: var(--primary-color);
}

.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, 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(--primary-color);
    box-shadow: 4px 4px 4px rgba(0, 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, 0.1);
    color: var(--primary-color);
    border-radius: 40px;
    margin-bottom: 10px;
}

.card {
    display: flex;
    margin: 0 0 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
    padding: 20px;
    align-items: center;
}

.card:hover {
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px rgba(0, 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(--primary-color); */
}

.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(--primary-color);
}

.card.add-new {
    padding: 10px;
    justify-content: center;
    color: #666;
}

.card.add-new:hover {
    color: var(--primary-color);
    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, 0.1);
    color: var(--primary-color);
    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;
}

.login_forget_link {
    position: relative;
}
.login_forget_link:hover {
    color: #dc3545 !important;
    text-decoration: underline;
}

.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, 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(--primary-color);
}

.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, 0.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;
}

.ps-product--detail .ps-product__content .tab-list {
    border-bottom: none;
    margin-bottom: 0;
}

.bg-white.mt-50.ps-product__content {
    padding: 1rem;
    /* margin-bottom: 10px; */
}

@media (max-width: 1268px) {
    #tab_01 table {
        width: auto !important;
    }
}
a:hover {
    color: var(--primary-color) !important;
}

/* ********************
    update by developer munna
***********************/

/* update heder icon  */
.header-ico-m span {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 0;
    font-weight: bold;
    background: var(--primary-color-light);
    border-radius: 50%;
    color: #fff;
}

/* update search section */
.search-item li:hover {
    background-color: var(--primary-color) !important;
}
.search-item li:hover > a {
    color: #fff !important;
}
.ac.search-toggler {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.ac.mc-toggler {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.ac.search-toggler.close {
    color: #fff;
}
.header_login {
    border: 2px solid #fff;
    margin-left: 22px;
    padding: 7px 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
.header_login:hover {
    background: #fff;
    color: var(--primary-color);
}
/* ********************
    update banner section
***********************/
.main-banner-padding {
    padding-right: 3px;
}
#myCarousel {
    border-radius: 7px;
    /* overflow: hidden; */
    padding: 0;
}
@media screen and (max-width: 768px) {
    .main-banner-padding {
        padding: 0;
        margin-bottom: 10px;
    }
    #myCarousel {
        border-radius: 0;
    }
}

/* product section */
.product-add-tocard-m.close {
    float: none !important;
    color: #fff !important;
}

/*style for cheackout bar  */
.checkout-bar {
    display: block;
}
.checkout-bar-wrap {
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: start;
    overflow-x: auto;
}

@media screen and (max-width: 768px) {
    .checkout-bar-wrap {
        justify-content: flex-start;
    }
}

.checkout-bar-wrap .bar span {
    background: #fff;
    border: 2px solid rgba(0, 128, 0, 0.219);
    color: #0000003f;
    font-weight: bold;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* opacity: 0.2; */
    z-index: 2;
}
.checkout-bar-wrap .bar.active span {
    border: 2px solid rgb(0, 128, 0);
    color: #000;
}
.checkout-bar-wrap .bar.active p {
    font-weight: bolder;
    font-size: 17px;
}

.checkout-bar-wrap .bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 25%;
    position: relative;
}
.checkout-bar-wrap .bar::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 55%;
    width: 90%;
    height: 2px;
    background: rgba(0, 128, 0, 0.247);
    /* opacity: 0.2; */
}
.checkout-bar-wrap .bar:first-child:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 13%;
    width: 32%;
    height: 2px;
    background: green;
    opacity: 1;
}

.checkout-bar-wrap .bar.active span {
    /* opacity: 1; */
    /* background: rgb(0, 128, 0); */
}
.checkout-bar-wrap .bar.active::after {
    /* opacity: 1; */
    background: rgb(0, 128, 0);
}

.checkout-bar-wrap .bar:last-child::after {
    width: 32%;
}

.check_out_box {
    border-radius: 7px;
}

.billing_details {
    display: flex;
    gap: 40px;
}
.billing_details_left {
    width: 50%;
}
.billing_details_right {
    width: 50%;
}
.mr_form input {
    border-radius: 4px;
}
.mr_form textarea {
    border-radius: 4px;
}
/* responsive style for cheackout page  */
@media screen and (max-width: 768px) {
    .checkout-bar-wrap .bar span {
        height: 25px;
        width: 25px;
    }
    .checkout-bar-wrap .bar.active p {
        font-weight: bold;
        font-size: 14px;
        margin-left: 10px;
    }
    .checkout-bar-wrap .bar {
        display: flex;
        flex-direction: column;
        width: 40%;
    }
    .checkout-bar-wrap .bar::after {
        top: 12px;
        left: 59%;
        width: 87%;
    }
    .checkout-bar-wrap .bar:first-child:before {
        top: 12px;
    }
    .billing_details {
        flex-direction: column;
        gap: 10px;
    }
    .billing_details_left {
        width: 100%;
    }
    .billing_details_right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .pay_with_us_m {
        margin-left: 1rem;
    }
}
/* style for home product section */
.home-product-containter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
@media screen and (max-width: 1200px) {
    .home-product-containter {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 1.5rem;
    }
}
@media screen and (max-width: 992px) {
    .home-product-containter {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 1.5rem;
    }
}
@media screen and (max-width: 576px) {
    .home-product-containter {
        grid-template-columns: 1fr;
        row-gap: 1.5rem;
    }
}

.home-product-card {
    transition: all ease-in-out 0.4s;
}
.home-product-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.home-product-card .hpc-image a img {
    transition: all ease-in-out 0.4s;
    max-height: 100%;
    object-fit: cover;
    /* object-position: center; */
}
.home-product-card .hpc-image {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    /* margin-bottom: 30px; */
}
.hpc_list_content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -52px;
    display: flex;
    justify-content: space-around;
    background: #fff;
    width: 100%;
    visibility: hidden;
    transition: all ease-in-out 0.4s;
    padding: 7px 0;
}
.hpc_list_content a {
    color: #333333;
}
.hpc_list_content a:hover {
    color: var(--primary-color);
    cursor: pointer;
}
.home-product-card:hover > .hpc-image a img {
    transform: scale(1.1);
}
.home-product-card:hover > .hpc-image .hpc_list_content {
    bottom: 1px;
    visibility: visible;
}
.home-product-card .hpc-text {
    flex-direction: column;
    gap: 5px;
    height: 101px;
    justify-content: space-between;
}
.home-product-card .hpc-text a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-product-card .hpc-text span {
    color: var(--primary-color);
    font-weight: bold;
}

.home-product-card .hpc-button:hover {
    color: #fff !important;
}

/* responsive for home page product section */

/* all product */
.all_product_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
@media screen and (max-width: 992px) {
    .all_product_container {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 1.5rem;
    }
}
@media screen and (max-width: 576px) {
    .all_product_container {
        grid-template-columns: 1fr 1fr;
        row-gap: 1.5rem;
    }
}
@media screen and (max-width: 470px) {
    .all_product_container {
        grid-template-columns: 1fr;
        row-gap: 1.5rem;
    }
}

/* style for footer section */
.email-footer-m {
    background: var(--primary-color);
}
.email-footer-wrap {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}
.email-footer-left {
    text-align: left;
}
.email-footer-right {
    display: flex;
}

.main-footer-m {
    /* background: #111926 !important; */
    background: #fff;
}
.ps-footer__copyright {
    /* background-color: #222836; */
    background: #6f5e8f;
}
.main-footer-title h3 {
    position: relative;
    margin-bottom: 20px;
}
.main-footer-title h3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
}
.f_category_list {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.f_category_list i {
    font-size: 20px;
    /* color: #ffff; */
}
.f_category_list p {
    line-height: 20px;
    /* color: #ffff; */
    color: #000;
}
.f_category_list a {
    /* color: #ffff; */
    position: relative;
}
.ps-widget--footer > header > h3 {
    color: #000;
}
.f_category_list a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--primary-color);
    transition: all ease-in-out 0.4s;
}
.f_category_list a:hover {
    /* color: #ffff !important; */
    text-decoration: none !important;
}
.f_category_list a:hover::after {
    width: 40%;
}
.copyrith_text {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .copyrith_text {
        margin-bottom: 55px;
    }
}

/* single product */
.tab-pane {
    height: fit-content;
}
@media screen and (max-width: 768px) {
    .tab-pane {
        overflow-x: auto;
    }
}
/* page title section */
.page_title {
    padding: 30px 0;
    text-align: center;
}
.page_title > h1,
h2,
h3 {
    margin-bottom: 5px;
    color: var(--primary-color);
}
/* section title */
.sec_title {
    margin-bottom: 30px;
    text-align: center;
}
.sec_title > h1,
h2,
h3 {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--primary-color);
}
.sp_title h2 {
    position: relative;
}
.sp_title h2::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -70px;
    width: 60px;
    height: 2px;
    background: var(--primary-color);
}
.sp_title h2::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -70px;
    width: 60px;
    height: 2px;
    background: var(--primary-color);
}

.sp_sec_title h2::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 30%;
    width: 60px;
    height: 2px;
    background: var(--primary-color);
}

.sp_sec_title a:hover {
    text-decoration: underline;
    color: var(--primary-color) !important;
}

.sp_title h3 {
    position: relative;
}
.sp_title h3::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -70px;
    width: 60px;
    height: 2px;
    background: var(--primary-color);
}
.sp_title h3::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -70px;
    width: 60px;
    height: 2px;
    background: var(--primary-color);
}

@media screen and (max-width: 768px) {
    .sp_title h2::before {
        top: 10px;
        left: -45px;
        width: 40px;
    }
    .sp_title h2::after {
        top: 10px;
        right: -45px;
        width: 40px;
    }
    .sp_title h3::before {
        top: 12px;
        left: -45px;
        width: 40px;
    }
    .sp_title h3::after {
        top: 12px;
        right: -45px;
        width: 40px;
    }
    .sp_sec_title h2::before {
        display: none;
    }
}
.section_padding {
    padding: 30px 0;
}
.section_margin {
    padding: 20px 0;
}
/* button effect*/
.btn_m {
    background: var(--primary-color);
    display: inline-block;
    border: 2px solid var(--primary-color);
    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_m:hover {
    color: #ffff !important;
    text-decoration: none;
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
}
.anim_underline {
    position: relative;
    text-decoration: none;
}
.anim_underline::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--primary-color);
    transition: all ease-in-out 0.3s;
}
.anim_underline:hover::after {
    width: 60%;
}
.anim_underline_f {
    position: relative;
    display: inline-block;
}
.anim_underline_f::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60%;
    height: 2px;
    background: var(--primary-color);
    transition: all ease-in-out 0.3s;
}

/* trust info  */
.trust_ifno_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
}
.trust_ifno_item {
    background: #fff;
    /* padding: 7px; */
    border-radius: 5px;
    /* width: 20%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}
.trust_ifno_item:hover {
    transform: scale(1.04);
    /* cursor: pointer; */
}
.trust_ifno_item img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}
.trust_ifno_item p {
    font-size: 17px;
    /* font-weight: bold; */
    text-align: center;
}

@media (max-width: 768px) {
    .trust_ifno_wrap {
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
        column-gap: 10px;
    }
}

/* thank you page */
.thank_you_title {
    gap: 20px;
    font-size: 35px;
}
.thank_you_title p {
    font-size: 32px;
}
.thank_you_order_info {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}
.thank_you_order_info h5 {
    margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
    .thank_you_title {
        gap: 10px;
        font-size: 25px;
        flex-direction: column;
    }
    .thank_you_title p {
        font-size: 25px;
    }
    .thank_you_order_info {
        gap: 1rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .thank_you_order_info_wrap {
        align-items: flex-start !important;
        text-align: left !important;
    }
}
/* vew cart */
.vc_product_name {
    width: 200px;
}
.vc_product_name p {
    width: 100%;
}
.vc_product_h {
}
.vc_p_total {
    position: relative;
    left: 10%;
}
.pvc_table thead tr th {
    padding: 15px 10px;
    text-align: center;
}
.pvc_table tbody tr {
    padding: 15px 10px;
}
.pvc_table tbody tr td img {
    max-width: 40px;
    height: auto;
}
.pvc_table tbody tr {
    text-align: center;
}

/* banner */
.home_banner_item {
    width: 100%;
    height: auto;
}
.banner-img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
@media screen and (max-width: 768px) {
    .home_product_banner {
        padding: 0;
        margin: 0;
    }
    .home_banner_item {
        width: 100%;
        height: auto;
    }
    .banner-img {
        object-fit: contain;
    }
}
.quatity_area {
    width: 50%;
    display: inline-flex;
}
@media screen and (max-width: 576px) {
    .vew_cart_tbsec {
        overflow-x: auto;
    }
    .quatity_area {
        /* display: inline-block; */
        flex-direction: column;
    }
    .quantity_button {
        margin-bottom: 10px;
    }
    .input-quantity {
        margin-bottom: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 15px;
    }
    .header_user_account .hua_parent {
        position: relative;
        padding: 10px 10px 15px 15px;
        cursor: pointer;
    }
}

/* header user dashboard */

.header_user_account .hua_parent {
    position: relative;
    padding: 10px 0px 10px 15px;
    cursor: pointer;
}

.hua_dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 10px gray;
    width: 140px;
}
.hua_dropdown::after {
    content: "";
    position: absolute;
    top: -3px;
    height: 3px;
    width: 100%;
    background: var(--primary-color-light);
    left: 0;
}
.hua_dropdown::before {
    content: "";
    position: absolute;
    top: -13px;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent var(--primary-color-light) transparent;
}
.hua_dropdown li a {
    color: #000 !important;
    padding: 7px;
    width: 100%;
    border-bottom: 1px solid #8b75b366;
}
.header_user_account .hua_parent:hover .hua_dropdown {
    display: block;
}
.hua_dropdown li a:hover {
    color: #ffff !important;
    background: var(--primary-color);
}

@media screen and (max-width: 992px) {
    .hua_dropdown {
        bottom: 55px;
        top: auto;
        right: 0;
    }
    .hua_dropdown::after {
        top: auto;
        bottom: -3px;
    }
    .hua_dropdown::before {
        top: auto;
        bottom: -13px;
        right: 7px;
        border-width: 10px 10px 0px 10px;
        border-color: var(--primary-color-light) transparent transparent
            transparent;
    }
    .hua_dropdown li a {
        text-align: left !important;
    }
}

.table_quantity {
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: auto;
}
@media screen and (max-width: 992px) {
    .table_quantity {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
}
.order_track_text {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 1rem 0;
}
.order_track_text_item p {
    margin-bottom: 0;
}
@media screen and (max-width: 576px) {
    .order_track_text {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 1rem;
    }
}
.shop_toolbar {
    text-align: right;
}

/* scroll top */
.scroll_top_m {
    /* display: none; */
    position: fixed;
    bottom: 0px;
    right: 86px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: var(--primary-color);
    color: white;
    cursor: pointer;
    padding: 16px 19px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.scroll_top_m.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
@media screen and (max-width: 768px) {
    .scroll_top_m {
        right: 14px;
        bottom: 50px;
        padding: 6px 10px;
    }
    .scroll_top_m.active {
        bottom: 75px;
    }
}

.modal-dialog {
    width: 670px !important;
    max-width: 100%;
}
.popup_mail_fild {
    border-radius: 4px 0 0 4px;
}
.popup_btn {
    border-radius: 0px 4px 4px 0px;
}
.offer_popup_close {
    position: absolute;
    right: 18px;
    top: 15px;
    text-shadow: none;
    opacity: 1;
}

/* ********************
    responsive --mrm
***********************/

@media (max-width: 576px) {
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
}

/* page loading style*/
.page__loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    transition: all ease-in-out 0.3s;
}
.page__loaded {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.loading_body {
    --uib-size: 50px;
    --uib-speed: 0.8s;
    --uib-color: var(--primary-color);
    position: relative;
    display: inline-block;
    height: var(--uib-size);
    width: var(--uib-size);
    animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
}

.loading_body__dot {
    position: absolute;
    height: 100%;
    width: 30%;
}

.loading_body__dot:after {
    content: "";
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--uib-color);
    border-radius: 50%;
}

.loading_body__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}

.loading_body__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite ease-in-out;
    animation-delay: calc(var(--uib-speed) * -0.3);
}

.loading_body__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}

.loading_body__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -0.15)
        ease-in-out;
}

.loading_body__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}

.loading_body__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

@keyframes spin78236 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wobble1 {
    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}

@keyframes wobble2 {
    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}

/* product color redio */
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 47px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.p_color_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    /* background-color: #000; */
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .p_color_checkmark {
    /* border: 2px solid #fff; */
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .p_color_checkmark {
    /* background-color: #2196f3; */
    border: 2px solid #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.p_color_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

@media (max-width: 576px) {
    .copyrith_text {
        flex-direction: column;
    }
}

.password_input_field {
    position: relative;
}
.password_input_field .password_toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
