@primary-color: #A6C239;
@secondary-color: #555555;
@Top-bar-color: #ffffff;
@text-color: #ffffff;
@primary-color-dark-shade: @primary-color;
@primary-color-light-shade: @primary-color;
@primary-color-light-shade2: @primary-color;
@h1size: 50px;
@h1height: 58px;
@h2size: 40px;
@h2size: 24px;
@h3size: 24px;
@h4size: 20px;
@h5size: 18px;
@h6size: 16px;
@bodysize: 16px;
@h2height: 48px;
@h3height: 32px;
@h4height: 28px;
@h5height: 26px;
@h6height: 26px;
@bodyheight: 26px;
@pfamily: Roboto,sans-serif;
@red: #ff3838;
@gray: #777777;
@text: #555555;
@blue: #1494a9;
@white: #ffffff;
@peach: #FEEFCE;
@chalk: #f5f5f5;
@green: #11b76b;
@purple: #b12fad;
@orange: #e86121;
@yellow: #ffab10;
/*@body: #f5f6f7;*/
@body: @white;
@border: #e8e8e8;
@heading: #39404a;
@primary: @primary-color;
@subheading: #565765;
@greenchalk: #ddffd5;
@greendark: #072f17;
@graychalk: #cccccc;
@introbg: #f8fffa;
@facebook: #3b5998;
@linkedin: #0e76a8;
@twitter: #00acee;
@google: #E60023;
@instagram: #F77737;
@primarybshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
@primarytshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
@placeholder: #F77737;

* {
    margin: 0px;
    padding: 0px;
    outline: 0px
}

img {
    vertical-align: middle
}

a {
    text-decoration: none;
    display: inline-block
}

.row-cols-5 > * {
    width: 14%;
}

a:hover {
    text-decoration: none
}

ul, ol {
    padding: 0px;
    list-style: none
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, span, label {
    margin-bottom: 0px
}

html, body {
    scroll-behavior: smooth
}

body {
    color: @text;
    background: @body;
    font-size: @bodysize;
    font-family: @pfamily;
    line-height: @bodyheight;
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: @heading
}

h1 {
    font-size: @h1size;
    line-height: @h1height;
}

h2 {
    /*font-size: @h2size;*/
    line-height: @h2height;
    letter-spacing: -0.3px;
    text-transform: capitalize
}

h3 {
    font-size: @h3size;
    line-height: @h3height;
}

h4 {
    font-size: @h4size;
    line-height: @h4height;
}

h5 {
    font-size: @h5size;
    line-height: @h5height;
}

h6 {
    font-size: 14px;
    line-height: @h6height;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: @gray;
    text-transform: capitalize
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
    color: @gray;
    text-transform: capitalize
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 14px;
    color: @gray;
    text-transform: capitalize
}

input::placeholder, textarea::placeholder {
    font-size: 14px;
    color: @gray;
    text-transform: capitalize
}

input, button {
    border: none;
    outline: none;
    background: none
}

button:focus {
    outline: none
}

@media (max-width: 575px) {
    .col {
        padding: 0px 4px
    }
}

@media (max-width: 991px) {
    .content-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.section {
    margin-bottom: 115px
}

.inner-section {
     margin-bottom: 100px;
    margin-top: 130px;
}

.section-heading {
    text-align: left!important;
    margin-bottom: 30px;
    margin-top: 30px;
}

.section-btn-50 {
    text-align: center;
    margin-top: 50px
}

.section-btn-25 {
    text-align: center;
    margin-top: 25px
}

@media (max-width: 767px) {
    .section {
        margin-bottom: 55px
    }

    .inner-section {
        margin-bottom: 60px;
        margin-top: auto;
    }

    .section-heading {
        margin-bottom: 30px
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media screen and (min-width: 480px) {
    #dvBody {
        margin-top: 72px;
    }
}

@media screen and (max-width: 480px) {
    #dvBody {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .mobileSearch {
        display: none!important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section {
        margin-bottom: 75px
    }

    .inner-section {
        margin-bottom: 80px;
        margin-top: auto;
    }
}

/*.alert {
    border: none;
    margin: 0px;
    padding: 0px 15px;
    border-radius: 0px
}*/

.alert-info {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 20px;
    border-radius: 3px;
    background: @white;
    border-top: 3px solid @primary-color;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,0.08)
}

.form-control.variantSelect {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    width: auto !important;
}

.alert-info p {
    font-weight: 500;
    color: @primary-color;
    text-shadow: @primary-color;
}

.alert-info p a {
    margin-left: 5px;
    text-decoration: underline
}

.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    margin: 0px
}

.breadcrumb .active {
    color: @graychalk;
}

.breadcrumb-item {
    font-size: 18px;
    padding: 0px !important;
    text-transform: capitalize
}

.breadcrumb-item a {
    color: @chalk;
}

.breadcrumb-item a:hover {
    color: @primary-color;
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item::before {
    color: @white;
    padding: 0px 8px
}

.backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4;
    width: 1000%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none
}

.backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    width: 48px;
    height: 48px;
    font-size: 15px;
    color: @white;
    line-height: 48px;
    text-align: center;
    display: none;
    border-radius: 50%;
    background: @primary-color;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(71,254,126,0.5);
    box-shadow: 0px 0px 15px 3px rgba(71,254,126,0.5);
    -webkit-animation: mahmud 2s infinite;
    animation: mahmud 2s infinite;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.backtop:hover {
    color: @white;
}

@-webkit-keyframes mahmud {
    0% {
        margin-bottom: 0px
    }

    50% {
        margin-bottom: 15px
    }
}

@keyframes mahmud {
    0% {
        margin-bottom: 0px
    }

    50% {
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .backtop {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .backtop {
        bottom: 55px
    }
}

.btn {
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 6px;
    border: 2px solid @primary-color
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn i {
    margin-right: 5px
}

.btn-inline {
    color: @white;
    background: @primary-color
}

.btn-inline:hover {
    color: @primary-color;
    background: @white;
}

.btn-outline {
    color: @primary-color;
    background: @white;
}

.btn-outline:hover {
    color: @white;
    background: @primary-color
}

.menu-badge {
    font-size: 10px;
    padding: 0px 5px;
    margin-left: 5px;
    line-height: 18px;
    border-radius: 3px;
    letter-spacing: 0.3px;
    display: inline-block;
    text-transform: uppercase;
    color: @white;
    background: @red;
    text-shadow: @primarytshadow;
}

.dropdown-arrow {
    position: relative;
    padding-right: 18px !important
}

.dropdown-arrow:hover::before {
    color: black;
}

.dropdown-arrow::before {
    position: absolute;
    content: "\ea99";
    top: 50%;
    right: 0px;
    font-size: 15px;
    line-height: 15px;   
    font-family: IcoFont;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-link {
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-link:hover {
    color: @primary-color;
    background: @chalk;
}

.dropdown-link:hover::before {
    color: @primary-color
}

/*.dropdown-link::before {
    position: absolute;
    top: 50%;
    right: 18px;
    content: "\f054";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}*/

.dropdown-link.active {
    color: @primary-color
}

.dropdown-link.active::before {
    color: @primary-color;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.dropdown-list {
    display: block;
    padding: 0px 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-list li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
    padding: 10px 15px 10px 35px;
    color: @text;
    background: @white;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-list li a:hover {
    color: @primary-color;
    background: @chalk;
}

.dropdown-list li a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    content: "\f068";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 70px
}

.dropdown-position-list {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 2;
    width: auto;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    /*border-radius: 8px;*/
    background: @white;
    /*background: @peach;*/
    border: 1px solid @border;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dropdown-position-list::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -7px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*   background: @white;*/
    background: @white;
    border-top: 1px solid @border;
    border-left: 1px solid @border
}

.dropdown-position-list li a {
    width: 100%;
    font-size: 12px;
    line-height: 11px;
    /*border-radius: 8px;*/
    padding: 8px 15px;
    color: @secondary-color;
    background: @white;
    /*background: @peach;*/
    white-space: nowrap;
    text-transform: capitalize !important;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.dropdown-position-list li a:hover {
    color: @secondary-color;
    /*background: @chalk;*/
}

.dropdown-megamenu {
    position: static
}

.dropdown-megamenu:hover .megamenu {
    visibility: visible;
    opacity: 1;
    /*  top: 199px*/
}

.megamenu {
    position: absolute;
    /*top: 230px;*/
    left: 38%;
    z-index: 2;
    width: 1180px;
    /*border-radius: 8px;*/
    padding: 30px;
    background: @white;
    border: 1px solid @border;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.megamenu-scroll {
    height: 380px;
    overflow-y: scroll
}

.megamenu-wrap {
    margin-bottom: 30px
}

.megamenu-wrap h5 {
    font-size: 14px;
}

.megamenu-title {
    padding-bottom: 3px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid @border
}

.megamenu-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: @primary-color
}

.megamenu-list {
    border-left: 1px solid @border;
    max-height: 135px;
    overflow-y: auto;
    overflow-x: hidden;
}

.megamenu-list li a {
    width: 100%;
    border-radius: 5px;
    //padding: 5px 0px 5px 5px;
    color: @text;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.megamenu-list li a:hover {
    color: @primary-color;
    background: @chalk;
}

.megamenu-promo a img {
    width: 100%;
    border-radius: 3px
}

@media (max-width: 1199px) {
    .megamenu {
        width: 100%
    }
}

.form-title {
    text-align: center;
    margin-bottom: 20px
}

.form-title h3 {
    text-transform: capitalize
}

.form-group {
    margin-bottom: 25px
}

.form-group small {
    color: @gray;
    letter-spacing: 0.3px;
    padding: 0px 0px 0px 20px
}

.form-group textarea {
    height: 150px;
    padding: 12px 20px
}

.form-label {
    font-weight: 500;
    margin: 0px 0px 7px 3px;
    white-space: nowrap;
    text-transform: capitalize
}

.form-control {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    padding: 0px 20px 2px;
    color: @text;
    background: @chalk;
    border: 1px solid @border
}

.form-control:focus-within {
    background: @chalk;
    border-color: @primary-color;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.form-control[type=file]::-webkit-file-upload-button, .form-control[type=file]::file-selector-button {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
    padding: 5px 15px 0px;
    color: @gray
}

.form-control[type=file]::-webkit-file-upload-button:hover, .form-control[type=file]::file-selector-button:hover {
    background-color: transparent
}

.form-control[type=file]::-webkit-file-upload-button:focus, .form-control[type=file]::file-selector-button:focus {
    border: none;
    outline: none
}

.form-select {
    height: 45px;
    font-size: 15px;
    padding: 0px 16px;
    letter-spacing: 0.3px;
    background-size: 12px 10px;
    text-transform: capitalize;
    color: @text;
    cursor: pointer
}

.form-select:focus-within {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: @primary-color
}

.form-check-input:focus {
    border-color: @primary-color;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-check-input:checked {
    background-color: @primary-color;
    border-color: @primary-color
}

.form-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: @white;
    background: @primary-color
}

.btn-info {
    background: @red !important;
}

.form-input-group {
    position: relative
}

.form-input-group:focus-within i {
    color: @primary-color
}

.form-input-group input {
    padding: 0px 20px 2px 45px
}

.form-input-group textarea {
    padding: 12px 20px 12px 45px
}

.form-input-group i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center
}

.form-btn-group {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    color: @white;
    background: @primary-color
}

.form-btn-group i {
    font-size: 15px;
    margin-right: 5px;
    display: inline-block
}

.nav-tabs {
    border: none;
    padding: 25px 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: @white;
}

.nav-tabs li {
    padding: 0px 30px;
    border-right: 1px solid @border
}

.nav-tabs li:last-child {
    border: none
}

.tab-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.tab-link:hover {
    color: @primary-color
}

.tab-link i {
    font-size: 18px;
    margin-right: 3px
}

.tab-link.active {
    color: @primary-color
}

.tab-pane {
    display: none;
    padding: 0px
}

.tab-pane.active {
    display: block
}

@media (max-width: 575px) {
    .nav-tabs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav-tabs li {
        padding: 5px;
        border: none
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .nav-tabs {
        padding: 25px 10px
    }

    .nav-tabs li {
        padding: 0px 20px
    }
}

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-item {
    margin-left: 10px
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%
}

.page-item .active {
    color: @white;
    background: @primary-color
}

.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    border: none;
    padding: 0px;
    color: @text;
    background: @white;
}

.page-link:hover {
    color: @white;
    background: @primary-color
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 991px) {
    .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

@media (max-width: 767px) {
    .page-item {
        margin: 0px 3px
    }
}

.star-rating {
    direction: rtl;
    text-align: center;
    margin: 25px 0px
}

.star-rating input {
    display: none
}

.star-rating input:checked ~ label::after {
    opacity: 1
}

.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0px 8px
}

.star-rating label:hover::after {
    opacity: 1
}

.star-rating label:hover:hover ~ label::after {
    opacity: 1
}

.star-rating label::before {
    content: "\ec7c";
    font-family: 'Icofont';
    font-weight: 900;
    font-size: 35px;
    display: block;
    color: #bbbbbb
}

.star-rating label::after {
    content: "\ec7c";
    font-family: 'Icofont';
    font-weight: 900;
    font-size: 35px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    color: @yellow;
    opacity: 0
}

.slider-arrow:hover .dandik, .slider-arrow:hover .bamdik {
    visibility: visible;
    opacity: 1
}

.dandik, .bamdik {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: @primary-color;
    background: @white;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.dandik:hover, .bamdik:hover {
    color: @white;
    background: @primary-color
}

.dandik {
    right: -10px
}

.bamdik {
    left: -10px
}

.slider-dots ul {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider-dots ul li {
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    background: @primary-color;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.slider-dots ul li button {
    display: none
}

.slider-dots ul li.slick-active {
    width: 25px;
    background: @primary-color;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

@media (max-width: 575px) {
    .slider-dots ul {
        bottom: 10px
    }

    .slider-dots ul li {
        margin: 0px 6px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slider-dots ul {
        bottom: 20px
    }

    .slider-dots ul li {
        margin: 0px 6px
    }
}

.product-add {
    width: 100%;
    font-size: 15px;
    padding: 6px 0px;
    /*border-radius: 6px;*/
    text-align: center;
    text-transform: capitalize;
    color: @heading;
    background: @border;
    text-shadow: @primarytshadow;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-add i {
    font-size: 14px;
    margin-right: 5px
}

.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    /*display: none*/
}

.product-action button i {
    /*   width: 35px;
    height: 35px;*/
    width: 45px;
    height: 45px;
    font-size: 14px;
    /*line-height: 35px;*/
    line-height: 45px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    color: @text;
    background: @chalk;
    text-shadow: @primarytshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-action button i:hover {
    color: @white;
    background: @primary-color
}

.product-action input {
    width: 100%;
    font-size: 15px;
    margin: 0px 5px;
    padding: 6px 0px;
    /*border-radius: 6px;*/
    text-align: center;
    color: @white;
    background: @primary-color;
    text-shadow: @primarytshadow;
}

.table-list {
    width: 100%
}

thead tr {
    background: @primary-color
}

thead tr th {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
    padding: 12px 20px;
    color: @white;
    border-right: 1px solid @border
}

thead tr th:first-child {
    border-radius: 6px 0px 0px 6px
}

thead tr th:last-child {
    border-right: none;
    border-radius: 0px 6px 6px 0px
}

tbody tr {
    border-bottom: 1px solid @border
}

tbody tr td {
    padding: 12px 12px;
    text-align: center;
    border-right: 1px solid @border
}

tbody tr td:last-child {
    border-right: none
}

.table-name {
    white-space: nowrap;
    text-transform: capitalize
}

.table-image img {
    width: auto;
    height: 100px
}

.table-price h6 {
    white-space: nowrap
}

.table-price h6 small {
    font-size: 13px;
    margin-left: 3px;
    color: @gray;
    font-family: sans-serif
}

.table-desc p {
    width: 150px;
    font-size: 15px;
    text-align: left
}

.table-desc p a {
    text-transform: capitalize
}

.table-desc p a:hover {
    text-decoration: underline
}

.table-vendor a {
    font-weight: 500;
    color: @heading;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.table-vendor a:hover {
    color: @primary-color
}

.table-status h6 {
    text-transform: capitalize
}

.table-status .stock-in {
    color: @purple;
}

.table-status .stock-out {
    color: @orange;
}

.table-shop {
    width: 180px
}

.table-shop .product-add {
    color: @white;
    background: @primary-color
}

.table-shop .action-plus i, .table-shop .action-minus i {
    background: @white;
}

.table-action a i {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.table-action .view i {
    color: @green;
    background: @white;
}

.table-action .view i:hover {
    color: @white;
    background: @green;
}

.table-action .time i {
    color: @gray;
    /*background: @white;*/
}

.table-action .time i:hover {
    color: @white;
    background: @gray;
}

.table-action .wish i {
    color: @green;
    background: @white;
}

.table-action .wish.active i {
    color: @white;
    background: @green;
}

.table-action .trash i {
    color: @red;
    background: @white;
}

.table-action .trash i:hover {
    color: @white;
    background: @red
}

@media (max-width: 1199px) {
    .table-scroll {
        overflow-x: scroll
    }
}

.modal-dialog {
    max-width: 50% !important;
}

.delivery-modal {
    max-width: 30% !important;
}

@media screen and (max-width: 800px) {
    .delivery-modal {
        max-width: 70% !important;
    }
}
/*
.modal-content {
    border: none;
    background: none;
    border-radius: 0px
}*/

.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: @white;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.2);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.modal-close:hover {
    color: @white;
    background: @primary-color
}

.modal-form {
    /*  width: 800px;*/
    padding: 30px;
    border-radius: 8px;
    background: @white;
}

@media (max-width: 400px) {
    .modal-form, .modal-dialog {
        width: 100%;
        max-width: inherit
    }
}

@media (max-width: 1100px) {
    .modal-dialog {
        //margin: 80px auto 50px;
        margin-top: 80px;
        max-width: 100% !important;
    }

    .modal-close {
        right: 50%;
        top: -45px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.order-track {
    margin-bottom: 25px
}

.order-track-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 25px;
    border-radius: 8px;
    background: @chalk;
}

.order-track-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.order-track-item::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0px;
    width: 100%;
    height: 5px;
    z-index: -1;
    background: @white;
}

.order-track-item:first-child::before {
    border-radius: 50px 0px 0px 50px
}

.order-track-item:last-child::before {
    border-radius: 0px 50px 50px 0px
}

.order-track-item i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    color: @primary-color;
    background: @white;
    border: 2px dotted @primary-color
}

.order-track-item span {
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    color: @heading;
    text-transform: capitalize
}

.order-track-item.active::before {
    background: @primary-color
}

.order-track-item.active i {
    color: @white;
    background: @primary-color
}

.order-track-item.active span {
    color: @primary-color
}

@media (max-width: 575px) {
    .order-track {
        overflow-x: scroll
    }

    .order-track-list {
        width: 575px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .order-track-item span {
        white-space: inherit
    }
}

.nav-pills .nav-link {
    font-weight: 400;
    list-style: decimal
}

.nav-pills .nav-link.active {
    color: @primary-color;
    background: transparent
}

@media (max-width: 991px) {
    .nav {
        margin-bottom: 30px
    }
}

.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.countdown-time {
    padding: 0px 30px;
    position: relative;
    color: @heading;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.countdown-time::before {
    position: absolute;
    content: ":";
    top: 28%;
    right: -3px;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: @heading
}

.countdown-time:last-child::before {
    display: none
}

.countdown-time span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: @primary-color
}

.countdown-time small {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize
}

@media (max-width: 575px) {
    .countdown-time {
        padding: 0px 12px
    }

    .countdown-time:first-child {
        padding-left: 0px
    }

    .countdown-time:last-child {
        padding-right: 0px
    }

    .countdown-time span {
        font-size: 35px
    }

    .countdown-time small {
        font-size: 16px
    }
}

.suggest-card {
    position: relative
}

.suggest-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*border-radius: 8px;*/
    background: rgba(0,0,0,0.4);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.suggest-card:hover::before {
    /*    background: rgba(17,151,68,0.9)
*/
    background: @primary-color;
}

.suggest-card img {
    width: 100%;
    border-radius: 8px
}

.suggest-card h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: @white;
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: @primarytshadow;
}

.suggest-card h5 span {
    display: block;
    font-size: 15px;
    font-weight: 300
}

@media (max-width: 400px) {
    .suggest-card h5 {
        font-size: 16px;
        line-height: 24px
    }

    .suggest-card h5 span {
        font: 14px
    }
}

.product-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*margin-bottom: 25px;*/
    padding: 0px 0px;
    /* border-radius: 8px;*/
    /*background: #f5f6f7;*/
    border: 1px solid @white;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

/*.product-card:hover {
    border-color: @primary-color;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1)
}*/

.product-card:hover .product-widget {
    opacity: 1;
    bottom: 15px
}

.product-card:hover .product-add {
    color: @white;
    background: @primary-color
}

.product-media {
    position: relative
}

.product-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px
}

.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: @white;
    text-align: center;
    text-transform: capitalize
}

.label-text.off {
    background: @red
}

.label-text.new {
    background: @green;
}

.label-text.sale {
    background: @orange;
}

.label-text.feat {
    background: @purple;
}

.label-text.rate {
    background: @yellow;
}

.label-text.order {
    background: @blue;
}

.product-wish {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 18px;
    color: @graychalk;
}

.product-wish.active {
    color: @primary-color
}

.product-image img {
    width: 100%
}

.product-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0px 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: @white;
    background: @primary-color;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.12)
}

.product-content {
    padding-top: 12px;
    /*text-align: left;*/
    /*border-top: 1px solid @border*/
}

.product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3px
}

.product-rating i, .product-rating a {
    font-size: 14px;
    margin: 0px 2px;
    color: @gray
}

.product-rating a {
    white-space: nowrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-rating a:hover {
    color: @primary-color;
    text-decoration: underline
}

.product-rating .active {
    color: @yellow;
}

.product-name {
    /*min-height: 50px;*/
    /*margin-bottom: 3px;*/
    text-transform: capitalize
}


.product-name a {
    color: @subheading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 12px !important;
}

.product-name a:hover {
    color: @primary-color
}

.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 13px
}

.product-price del {
    color: @red;
    margin-right: 8px
}

.product-price span {
    color: @primary-color;
    white-space: nowrap;
    font-size: 12px;
}

.product-price span small {
    font-weight: 400
}

.product-disable {
    position: relative
}

.product-disable:hover {
    border-color: @border;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-disable:hover .product-add {
    color: @heading;
    background: @border
}

.product-disable .product-widget {
    visibility: hidden
}

.product-disable::before {
    position: absolute;
    content: "Out of Stock";
    top: 40%;
    left: 50%;
    z-index: 2;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: @primarytshadow;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: @white;
    background: rgba(224,152,22,0.9)
}

.product-disable::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255,255,255,0.6)
}

@media (max-width: 575px) {
    .product-card {
        padding: 8px;
        margin-bottom: 8px
    }

    .product-name {
        font-size: 15px;
        line-height: 22px
    }
}

.feature-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 18px 18px;
    border-radius: 8px;
    background: @white;
    border: 1px solid @white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-card:hover {
    border-color: @primary-color;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1)
}

.feature-card:hover .feature-widget {
    opacity: 1;
    bottom: 15px
}

.feature-card:hover .feature-add {
    color: @white;
    background: @primary-color
}

.feature-media {
    position: relative
}

.feature-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px
}

.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: @white;
    text-align: center;
    text-transform: capitalize
}

.label-text.off {
    background: @red
}

.label-text.new {
    background: @green;
}

.label-text.sale {
    background: @orange;
}

.label-text.feat {
    background: @purple;
}

.label-text.rate {
    background: @yellow;
}

.label-text.order {
    background: @blue;
}

.feature-wish {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    color: @graychalk;
}

.feature-wish.active {
    color: @primary-color
}

.feature-image img {
    width: 220px
}

.feature-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0px 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: @white;
    background: @primary-color;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.12)
}

.feature-content {
    width: 100%;
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid @border
}

.feature-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3px
}

.feature-rating i, .feature-rating a {
    font-size: 14px;
    margin: 0px 2px;
    color: @gray
}

.feature-rating a {
    white-space: nowrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-rating a:hover {
    color: @primary-color;
    text-decoration: underline
}

.feature-rating .active {
    color: @yellow;
}

.feature-name {
    margin-bottom: 3px;
    text-transform: capitalize
}

.feature-name a {
    color: @subheading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.feature-name a:hover {
    color: @primary-color
}

.feature-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px
}

.feature-price del {
    color: @red;
    margin-right: 8px
}

.feature-price span {
    color: @primary-color;
    white-space: nowrap
}

.feature-price span small {
    font-weight: 400
}

.feature-desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .feature-card {
        padding: 8px;
        margin-bottom: 15px
    }

    .feature-image img {
        width: 100%
    }

    .feature-name {
        font-size: 15px;
        line-height: 22px
    }
}

@media (max-width: 450px) {
    .feature-card {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .feature-content {
        padding-left: 12px;
        margin-left: 12px
    }

    .feature-desc {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feature-image img {
        width: 190px
    }
}

.product-standard {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px 15px;
    border-radius: 8px;
    background: @white;
    border: 1px solid @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-standard:hover {
    border-color: @primary-color;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1)
}

.product-standard:hover .standard-widget {
    opacity: 1;
    bottom: 15px
}

.product-standard:hover .standard-add {
    color: @white;
    background: @primary-color
}

.standard-media {
    position: relative
}

.standard-label-group {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1
}

.standard-label {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: capitalize;
    color: @white;
}

.standard-label.off {
    background: @red
}

.standard-label.new {
    background: @green;
}

.standard-label.sale {
    background: @orange;
}

.standard-label.feat {
    background: @purple;
}

.standard-label.rate {
    background: @yellow;
}

.standard-image img {
    width: 220px
}

.standard-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0px 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: @white;
    background: @primary-color;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.12)
}

.standard-content {
    width: 100%;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid @border
}

.standard-name {
    margin-bottom: 5px;
    text-transform: capitalize
}

.standard-name a {
    color: @subheading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-name a:hover {
    color: @primary-color
}

.standard-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px
}

.standard-price del {
    color: @red;
    margin-right: 12px
}

.standard-price span {
    color: @primary-color;
    white-space: nowrap
}

.standard-price span small {
    font-weight: 400
}

.standard-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.standard-rating i, .standard-rating a {
    font-size: 14px;
    margin-right: 3px;
    color: @gray
}

.standard-rating a {
    white-space: nowrap;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-rating a:hover {
    color: @primary-color;
    text-decoration: underline
}

.standard-rating .active {
    color: @yellow;
}

.standard-desc {
    margin-bottom: 20px
}

.standard-action-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}

.standard-action-group .product-add, .standard-action-group .action-input {
    padding: 10px 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: @white;
    background: @primary-color
}

.standard-action-group .product-add {
    font-size: 14px;
    font-weight: 500
}

.standard-wish {
    padding: 10px 0px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-wish i {
    font-size: 16px;
    margin-right: 6px
}

.standard-wish span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.standard-wish {
    color: @primary-color;
    background: @border
}

.standard-wish.active {
    color: @white;
    background: @primary-color
}

.standard-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.standard-action button i, .standard-action a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    color: @text;
    background: @border;
    text-shadow: @primarytshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.standard-action button i:hover, .standard-action a i:hover {
    color: @white;
    background: @primary-color
}

.standard-action input {
    width: 100%;
    height: 45px;
    margin: 0px 8px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-align: center;
    color: @white;
    background: @primary-color;
    text-shadow: @primarytshadow;
}

@media (max-width: 575px) {
    .product-standard {
        padding: 10px 10px
    }

    .standard-image img {
        width: 130px
    }

    .standard-content {
        margin-left: 10px;
        padding-left: 10px
    }

    .standard-name {
        font-size: 16px;
        margin-bottom: 3px
    }

    .standard-price {
        font-size: 15px;
        margin-bottom: 3px
    }

    .standard-rating {
        margin-bottom: 6px
    }

    .standard-desc {
        display: none
    }

    .standard-action-group {
        grid-gap: 10px;
        -ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
    }

    .product-add, .standard-wish {
        padding: 8px 0px
    }

    .product-add i, .standard-wish i {
        display: none
    }

    .standard-action input {
        height: 38px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .standard-image img {
        width: 150px
    }

    .standard-content {
        margin-left: 10px;
        padding-left: 10px
    }

    .standard-name {
        font-size: 18px
    }

    .standard-price {
        font-size: 16px
    }

    .standard-desc {
        display: none
    }

    .standard-action-group {
        grid-gap: 10px;
        -ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
    }

    .product-add, .standard-wish {
        padding: 8px 0px
    }

    .product-add i, .standard-wish i {
        display: none
    }

    .standard-action input {
        height: 38px
    }
}

.testimonial-card {
    padding: 50px 50px 0px;
    margin: 0px 15px 30px;
    text-align: center;
    /*border-radius: 8px;*/
    background: @primary-color
}

.testimonial-card i {
    font-size: 45px;
    margin-bottom: 20px;
    color: @white;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-card p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
    font-style: italic;
    color: @white;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-card h5 {
    color: @white;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-card ul {
    font-size: 14px;
    color: @yellow;
    margin-bottom: 13px
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: -35px;
    display: inline-block;
    border: 5px solid @body;
}

@media (max-width: 575px) {
    .testimonial-card {
        margin: 0px 0px 30px;
        padding: 25px 25px 0px
    }

    .testimonial-card p {
        font-size: 18px;
        line-height: 28px
    }
}

.category-wrap:hover .category-overlay {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.category-media {
    position: relative;
    margin-bottom: 15px
}

.category-media img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.category-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    background: rgba(0,0,0,0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-overlay a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: @white;
    background: @primary-color;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-overlay a i:hover {
    color: @primary-color;
    background: @white;
}

.category-meta {
    padding: 0px 10px
}

.category-meta h4 {
    text-transform: capitalize;
    margin-bottom: 3px
}

@media (max-width: 575px) {
    .category-wrap {
        width: 150px
    }
}

@media (max-width: 1199px) {
    .category-meta {
        padding: 0px 5px
    }

    .category-meta h4 {
        font-size: 17px;
        margin-bottom: 0px
    }

    .category-meta p {
        font-size: 15px
    }
}

.brand-wrap {
    text-align: center;
    padding-top: 15px
}

.brand-wrap:hover .brand-media::before {
    border-color: @primary-color;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.brand-wrap:hover .brand-overlay {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.brand-media {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    z-index: 1
}

.brand-media::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: @white;
    border: 2px dashed @border;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: rotate360 1.2s linear infinite;
    animation: rotate360 1.2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.brand-media img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

@-webkit-keyframes rotate360 {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotate360 {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.brand-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    background: rgba(0,0,0,0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.brand-overlay a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: @white;
    background: @primary-color;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.brand-overlay a i:hover {
    color: @primary-color;
    background: @white;
}

.brand-meta h4 {
    text-transform: capitalize;
    margin-bottom: 6px
}

.brand-meta ul {
    margin-bottom: 3px
}

.brand-meta ul li {
    font-size: 13px;
    margin: 0px 1px;
    color: @gray;
    display: inline-block
}

.brand-meta ul .active {
    color: @yellow;
}

.brand-meta ul .total {
    color: @heading
}

@media (max-width: 575px) {
    .brand-wrap {
        width: 170px
    }
}

.choose-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.choose-card:hover i {
    color: @white;
    background: @primary-color
}

.choose-icon i {
    width: 75px;
    height: 75px;
    font-size: 40px;
    line-height: 75px;
    border-radius: 50%;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    color: @primary-color;
    background: @white;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.choose-text h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-card {
    margin-bottom: 30px
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-media {
    position: relative
}

.blog-calender {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 55px;
    height: 55px;
    border-radius: 6px;
    color: @white;
    background: rgba(0,0,0,0.6)
}

.blog-calender span {
    line-height: 20px
}

.blog-date {
    font-size: 20px;
    font-weight: 500
}

.blog-month {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase
}

.blog-img {
    overflow: hidden;
    border-radius: 8px
}

.blog-img img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-content {
    padding: 15px 15px 0px
}

.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.blog-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.blog-meta li:last-child {
    margin: 0px
}

.blog-meta li i {
    color: @primary-color;
    margin-right: 8px;
    font-size: 14px
}

.blog-meta li a, .blog-meta li span {
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase
}

.blog-meta li a {
    color: @text;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-meta li a:hover {
    color: @primary-color
}

.blog-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px
}

.blog-title a {
    color: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-title a:hover {
    color: @primary-color
}

.blog-desc {
    font-size: 17px;
    line-height: 28px;
    color: @gray;
    margin-bottom: 25px
}

.blog-btn {
    font-size: 15px;
    font-weight: 500;
    color: @primary-color;
    text-transform: uppercase;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-btn i {
    font-size: 17px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-btn:hover {
    color: @primary-color;
    text-decoration: underline
}

.blog-btn:hover i {
    margin-left: 5px
}

@media (max-width: 575px) {
    .blog-meta li {
        margin-right: 25px
    }

    .blog-content {
        padding: 15px 8px 0px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-content {
        padding: 15px 12px 0px
    }
}

.offer-card {
    margin-bottom: 30px
}

.offer-card a {
    width: 100%
}

.offer-card a img {
    width: 100%;
    border-radius: 8px
}

.offer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    padding: 10px 15px;
    margin: 0px 15px;
    border-radius: 0px 0px 8px 8px;
    background: @white;
}

.offer-div h5 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase
}

.offer-div button, .offer-div span {
    font-size: 15px;
    font-weight: 500;
    color: @primary-color;
    text-transform: capitalize
}

@media (min-width: 351px) and (max-width: 575px) {
    .offer-card {
        width: 320px;
        margin: 0px auto 30px
    }
}

.account-card {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 0px 30px 30px;
    background: @white;
}

.account-title {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid @border;
    flex-wrap: wrap;
}

.account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: @primary-color
}

.coupon-text::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: @primary-color
}

.account-title h4 {
    text-transform: capitalize
}

.account-title button, .account-title a {
    border: none;
    font-size: 15px;
    font-weight: 500;
    /*border-radius: 6px;*/
    letter-spacing: 0.3px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: @primary-color;
    background: @greenchalk;
    text-shadow: @primarytshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.account-title button:hover, .account-title a:hover {
    color: @white;
    background: @primary-color
}

@media (max-width: 575px) {
    .account-card {
        padding: 0px 15px 15px
    }
}

.profile-card {
    padding: 25px;
    /*border-radius: 8px;*/
    margin-bottom: 25px;
    background: @chalk;
    border: 1px solid @border;
    position: relative;
    cursor: pointer
}

.profile-card:hover ul {
    visibility: visible;
    opacity: 1
}

.profile-card h6 {
    color: @text;
    margin-bottom: 8px;
    text-transform: capitalize
}

.profile-card p {
    text-transform: capitalize
}

.profile-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.profile-card ul li {
    margin: 5px 0px
}

.profile-card ul li button {
    width: 30px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: @white;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.profile-card ul .edit {
    color: @green;
}

.profile-card ul .edit:hover {
    color: @white;
    background: @green;
}

.profile-card ul .trash {
    color: @red
}

.profile-card ul .trash:hover {
    color: @white;
    background: @red
}

.profile-card.active {
    background: @greenchalk;
    border-color: @primary-color
}

.payment-card {
    padding: 20px;
    border-radius: 6px;
    //margin-bottom: 25px;
    background: @chalk;
    border: 1px solid @border;
    position: relative;
    cursor: pointer
}


.coupon-card {
    padding: 6px 20px;
    /*border-radius: 6px;*/
    margin-bottom: 25px;
    background: @chalk;
    border: 1px solid @border;
    position: relative;
    cursor: pointer;
}

.coupon-text {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: block;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    border-bottom: 1px solid #e8e8e8;
}

.coupon-code-badge {
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
    padding: 0.35em 0.65em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #6c757d;
}

/*.payment-card:hover button {
    visibility: visible;
    opacity: 1
}*/

.payment-card img {
    margin-bottom: 18px
}

.payment-card h4 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.payment-card p {
    color: @heading;
    margin-bottom: 5px
}

.payment-card p span {
    font-size: 20px;
    margin-right: 15px;
    letter-spacing: 2px
}

.payment-card p sup {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px
}

.payment-card h5 {
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize
}

/*.payment-card button {*/
.coupon-card button {
    /*position: absolute;*/
    /*top: 15px;
    right: 15px;*/
    /*opacity: 0;
    visibility: hidden;*/
    color: #ffffff;
    width: 100%;
    height: 40px;
    line-height: 32px;
    /*border-radius: 6px;*/
    text-align: center;
    display: inline-block;
    background: @primary-color;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.payment-card .trash {
    color: @red
}

.payment-card .trash:hover {
    color: @white;
    background: @red
}

.coupon-card.active {
    background: @greenchalk;
    border-color: @primary-color
}

@media (max-width: 575px) {
    .payment-card p span {
        margin-right: 8px
    }
}

.contact-card {
    text-align: center;
    border-radius: 8px;
    margin: 0px 2.5px 30px;
    padding: 60px 15px 55px;
    background: @white;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card:hover {
    background: @primary-color
}

.contact-card:hover i {
    color: @primary-color;
    background: @white;
}

.contact-card:hover h4, .contact-card:hover p, .contact-card:hover a {
    color: @white;
}

.contact-card i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    color: @white;
    background: @primary-color;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card h4 {
    margin-bottom: 18px;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card p {
    width: 250px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card p a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: @text;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card.active {
    background: @primary-color
}

.contact-card.active i {
    color: @primary-color;
    background: @white;
}

.contact-card.active h4, .contact-card.active p, .contact-card.active a {
    color: @white;
}

.branch-card {
    margin: 0px 2.5px 30px;
    position: relative
}

.branch-card:hover::before {
    background: rgba(17,151,68,0.85)
}

.branch-card:hover .branch-overlay {
    top: 50%
}

.branch-card:hover .branch-overlay p {
    opacity: 1
}

.branch-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0,0,0,0.45);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.branch-card img {
    width: 100%;
    border-radius: 8px
}

.branch-overlay {
    position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.branch-overlay h3 {
    color: @white;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-transform: capitalize;
    text-shadow: @primarytshadow;
}

.branch-overlay p {
    width: 200px;
    margin: 0 auto;
    letter-spacing: 0.3px;
    color: @white;
    opacity: 0;
    text-transform: capitalize;
    text-shadow: @primarytshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-media {
    overflow: hidden;
    position: relative;
    border-radius: 8px
}

.team-media:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.team-media:hover .team-overlay {
    top: 0px;
    opacity: 1
}

.team-media:hover .team-overlay a {
    padding-top: 0px
}

.team-media img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
    background: rgba(0,0,0,0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-overlay a {
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    margin: 0px 5px;
    padding-top: 30px;
    text-align: center;
    border-radius: 50%;
    color: @text;
    background: @white;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-meta {
    text-align: center
}

.team-meta h5 {
    text-transform: capitalize
}

.team-meta h5 a {
    color: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.team-meta h5 a:hover {
    color: @primary-color
}

.team-meta p {
    font-size: 15px;
    text-transform: capitalize
}

@media (max-width: 575px) {
    .team-card {
        width: 290px;
        margin: 0px auto 50px
    }
}

.header-top {
   /* padding: 8px 0px;*/
    background: @primary-color
}

.header-top-welcome p {
    font-size: 14px;
    color: @white;
    letter-spacing: 0.3px;
    text-align: center;
}

.newsletter-form {
    width: 75%;
}

.header-top-select {
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid @green;
}

.header-select:last-child {
    border: none
}

.header-select i {
    font-size: 16px;
    margin-right: 8px;
    color: @white;
}

.header-select .nice-select {
    line-height: 20px
}

.header-select .nice-select::after {
    border-right-color: @white;
    border-bottom-color: @white;
}

.header-select .nice-select .current {
    color: @white;
}

.header-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-content: flex-start;
}

.header-top-list li {
    margin-left: 35px
}

.header-top-list li a {
    font-size: 10px;
    color: black;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    text-transform: uppercase;
}

.header-top-list li a:hover {
    color: @greenchalk
}

@media (max-width: 767px) {
    /*    .header-top-welcome, .header-top-list {
        display: none
    }*/

    .header-top-select {
        width: 270px;
        margin: 0px auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top-welcome {
        text-align: center;
        margin-bottom: 10px
    }
}

.header-part {
    background: @white;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}


.navbar-part.active {
    position: -webkit-sticky;
    position: sticky;
}
.header-part.active {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    /*background: @white;*/
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-part.active .header-content {
    padding: 15px 0px
}

.header-part.active .header-widget:hover i {
    background: @primary-color
}

.header-part.active .header-widget sup {
    border-color: @white;
}

.header-part.active .header-form {
    background: @white;
    border-color: @primary-color
}

.header-content {
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-logo {
    margin-right: 50px
}

.header-logo img {
    width: auto;
    height: 40px;
    /*  height:55px;*/
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    position: absolute;
    top: 12px;
}

.header-widget-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}

.header-widget-group .header-widget {
    margin-left: 20px
}

.header-widget-group .header-widget:first-child {
    margin-left: 0px
}

.header-widget {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-widget:hover i {
    /* color: @white;
    background: @primary;
    text-shadow: @primarytshadow;*/
}

.header-widget:hover span {
    color: @primary-color
}

.header-widget img {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.header-widget i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    /*border-radius: 50%;*/
    color: @text;
    /*background: @white;*/
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-widget span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 8px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-align: left;
    text-transform: capitalize;
    color: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-widget span small {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: sans-serif;
    display: block
}

.header-widget sup {
    position: absolute;
    /*top: -12px;*/
    left: 18px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    color: black;
    /*background: @primary;*/
    /*border: 2px solid @white;*/
    /*text-shadow: @primarytshadow;*/
}

.header-cart span {
    font-size: 12px;
    margin-left: 15px;
    line-height: 20px;
    text-transform: uppercase
}

.header-form {
    height: 30px;
    width: 60%;
    margin: 0px 0px;
    border-radius: 8px;
    background: @white;
    border: 2px solid @white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-form:focus-within {
    background: @white;
    border-color: @primary-color
}

.header-form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding-left: 15px
}

.header-form button i {
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: @text;
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-form button i:hover {
    color: @primary-color
}

.header-media-group {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-media-group a img {
    width: auto;
    height: 45px
}

.header-user img, .header-src img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.header-user i, .header-src i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: @text;
    background: @chalk;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-user i:hover, .header-src i:hover {
    color: @white;
    background: @primary-color
}

@media (max-width: 991px) {
    .header-content {
        padding: 10px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-media-group {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-widget-group, .header-widget, .header-logo {
        display: none
    }

    .header-form {
        display: none;
        margin: 10px 0px 0px
    }

    .header-form.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-widget span {
        display: none
    }
}

/*.navbar-part {
    background: @peach !important;
}
*/
.navbar-content {
    /*border-top: 1px solid @border;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-content li a {
    text-transform: uppercase;
}

.navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-item {
    margin-right: 30px
}

.navbar-item:last-child {
    margin-right: 0px
}

.navbar-link {
    padding: 22px 0px;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 14px;
}

.navbar-link:hover {
    color: black;
}

.navbar-focus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar-focus-list li {
    margin-left: 30px
}

.navbar-focus-list li:first-child {
    margin-left: 0px
}

.navbar-focus-list li a {
    font-weight: 500;
    color: @text;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.navbar-focus-list li a:hover {
    color: @primary-color
}

.navbar-focus-list li a i {
    font-size: 18px;
    margin-right: 5px
}

.navbar-info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-info {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-info:last-child {
    margin-right: 0px
}

.navbar-info i {
    font-size: 30px;
    margin-right: 15px;
    color: @primary-color
}

.navbar-info p small {
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: left;
    text-transform: capitalize
}

.navbar-info p span {
    font-size: 15px;
    font-weight: 500
}

@media (max-width: 991px) {
    .navbar-part {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-list li {
        margin-right: 18px
    }

    .navbar-link {
        font-size: 15px
    }

    .navbar-info {
        margin-right: 15px;
    }

    .navbar-info p span {
        font-size: 14px;
    }

    .navbar-info i {
        margin-right: 10px;
    }
}

.nav-sidebar {
    position: fixed;
    top: 0px;
    left: -320px;
    width: 280px;
    height: 100vh;
    padding: 0px;
    z-index: 5;
    background: @white;
    -webkit-box-shadow: 15px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 15px 0px 25px 0px rgba(0,0,0,0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-sidebar.active {
    left: 0px
}

.nav-header {
    padding: 15px 0px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid @border
}

.nav-header a img {
    width: auto;
    height: 40px
}

.nav-close {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: @text;
    background: @white;
    text-shadow: @primarytshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-close i:hover {
    color: @white;
    background: @primary-color
}

.nav-content {
    padding: 0px 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 100px)
}

.nav-btn {
    width: 100%;
    padding: 50px 0px;
    margin-bottom: 20px;
    text-align: center;
    background: @chalk;
}

.nav-btn .btn {
    font-size: 14px;
    padding: 12px 28px;
    letter-spacing: 0.3px
}

.nav-btn .btn i {
    font-size: 14px
}

.nav-profile {
    width: 100%;
    text-align: center;
    padding: 18px 0px 0px
}

.nav-user {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid @primary-color
}

.nav-user img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid @white;
}

.nav-name {
    margin-bottom: 18px;
    text-transform: capitalize
}

.nav-name a {
    color: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-name a:hover {
    color: @primary-color
}

.nav-select-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 18px;
    border-bottom: 1px solid @border
}

.nav-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18px;
    padding-right: 18px;
    line-height: 20px;
    border-right: 1px solid @graychalk;
}

.nav-select:last-child {
    padding: 0px;
    margin: 0px;
    border: none
}

.nav-select i {
    margin-right: 5px
}

.nav-list {
    width: 100%
}

.nav-list li {
    width: 100%
}

.nav-link {
    width: 100%;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 8px;
    color: @text;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.nav-link:hover {
    color: @primary-color;
    background: @chalk;
}

.nav-link::before {
    right: 15px
}

.nav-link i {
    font-size: 20px;
    margin-right: 12px
}

.nav-link.active {
    color: @primary-color;
    background: @greenchalk
}

.nav-info-group {
    padding: 20px 0px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid @border;
    border-bottom: 1px solid @border
}

.nav-info {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav-info:last-child {
    margin-bottom: 0px
}

.nav-info i {
    font-size: 30px;
    margin-right: 15px;
    color: @primary-color
}

.nav-info p small {
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: left;
    text-transform: capitalize
}

.nav-info p span {
    font-size: 16px;
    font-weight: 500
}

.nav-footer {
    text-align: center
}

.nav-footer p {
    font-size: 14px;
    color: @gray
}

.nav-footer p a {
    color: @primary-color
}

.cart-sidebar {
    position: fixed;
    top: 0px;
    right: -450px;
    width: 400px;
    height: 100vh;
    z-index: 5;
    background: @white;
    -webkit-box-shadow: -15px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: -15px 0px 25px 0px rgba(0,0,0,0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-sidebar.active {
    right: 0px
}

.cart-header {
    padding: 18px 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid @border
}

.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-total i {
    font-size: 20px;
    margin-right: 8px;
    color: @primary-color
}

.cart-total span {
    font-weight: 500;
    color: @primary-color;
    text-transform: capitalize
}

.cart-close {
    position: absolute;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: @text;
    background: @white;
    text-shadow: @primarytshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-close i:hover {
    color: @white;
    background: @primary-color
}

.cart-list {
    height: 100%;
    padding: 0px 15px;
    max-height: calc(100vh - 150px);
    overflow-y: scroll
}

.cart-item {
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid @border
}

.cart-item:hover .cart-media button {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cart-item:last-child {
    border-bottom: none
}

.cart-media {
    position: relative;
    margin-right: 25px
}

.cart-media a img {
    width: 100px;
    border-radius: 8px
}

.cart-media button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0,0,0,0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-media button i {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: @red;
    background: rgba(255,255,255,0.9);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-media button i:hover {
    color: @white;
    background: @red
}

.cart-info-group {
    width: 100%
}

.cart-info {
    margin-bottom: 13px
}

.cart-info h6 {
    font-weight: 400;
    text-transform: capitalize
}

.cart-info h6 a {
    color: @heading
}

.cart-info p {
    font-size: 14px
}

.cart-action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-action-group .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-action-group .product-action button i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px
}

.cart-action-group .product-action input {
    width: 45px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    color: @primary-color;
    background: @chalk;
}

.cart-action-group h6 {
    font-weight: 500;
    color: @primary-color
}

.cart-footer {
    padding: 20px 15px 0px;
    text-align: center;
    -webkit-box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.08);
    box-shadow: 0px -3px 7px 0px rgba(0,0,0,0.08)
}

.coupon-btn {
    font-weight: 500;
    margin-bottom: 20px;
    color: @primary-color;
    text-shadow: @primarytshadow;
}

.coupon-btn:hover {
    text-decoration: underline
}

.coupon-form {
    padding: 3px;
     border-radius: 8px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid @border;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    /* display: none*/
}

.coupon-form:focus-within {
    border-color: @primary-color
}

.coupon-form input {
    width: 100%;
    height: 38px;
    padding: 0px 15px
}

.coupon-form button span {
    width: 100px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 8px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: @text-color;
    background: @primary-color
}

.cart-checkout-btn {
    padding: 10px 0px;
    border-radius: 8px;
    background: @primary-color;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-checkout-btn:hover {
    background: @heading
}

.checkout-label {
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: capitalize;
    color: @white;
}

.checkout-price {
    padding: 0px 25px;
    letter-spacing: 0.3px;
    color: @white;
    border-left: 1px solid @border
}

@media (max-width: 450px) {
    .cart-sidebar {
        right: 0px;
        width: 100%;
        height: 70vh;
        -webkit-transform: scale(0);
        transform: scale(0);
        margin: 80px 0px 0px;
        border-radius: 15px 15px 0px 0px;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .cart-sidebar.active {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    .cart-close {
        left: 50%;
        top: -45px;
        bottom: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50px 50px 0px 0px;
        -webkit-box-shadow: 0px -8px 10px 0px rgba(0,0,0,0.15);
        box-shadow: 0px -8px 10px 0px rgba(0,0,0,0.15)
    }

    .cart-list {
        max-height: calc(66vh - 119px)
    }

    .cart-media a img {
        width: 80px
    }
}

.category-sidebar {
    position: fixed;
    top: 0px;
    left: -320px;
    width: 280px;
    height: 100vh;
    z-index: 5;
    background: @white;
    -webkit-box-shadow: 15px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 15px 0px 25px 0px rgba(0,0,0,0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-sidebar.active {
    left: 0px
}

.category-header {
    padding: 15px 18px;
    position: relative;
    border-bottom: 1px solid @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.category-title {
    color: @primary-color;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.category-title i {
    margin-right: 8px
}

.category-close {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.category-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: @text;
    background: @white;
    text-shadow: @primarytshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-close i:hover {
    color: @white;
    background: @primary-color
}

.category-list {
    width: 100%;
    padding: 0px 15px;
    overflow-y: scroll;
    height: calc(100vh - 130px)
}

.category-item {
    width: 100%;
    border-bottom: 1px solid @border
}

.category-link {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    color: @text;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.category-link i {
    font-size: 25px;
    margin-right: 15px;
    display: inline-block
}

.category-footer {
    text-align: center;
    margin-top: 20px
}

.category-footer p {
    font-size: 14px;
    color: @gray
}

.category-footer p a {
    color: @primary-color
}

.mobile-menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: @white;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none
}

.mobile-menu a, .mobile-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative
}

.mobile-menu a:hover, .mobile-menu button:hover {
    background: @chalk;
}

.mobile-menu a:hover i, .mobile-menu button:hover i {
    color: @primary-color
}

.mobile-menu a:hover span, .mobile-menu button:hover span {
    color: @primary-color
}

.mobile-menu a i, .mobile-menu button i {
    font-size: 15px;
    margin-bottom: 5px;
    color: @text;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.1)
}

.mobile-menu a span, .mobile-menu button span {
    font-size: 10px;
    line-height: 12px;
    color: @text;
    text-transform: uppercase
}

.mobile-menu a sup, .mobile-menu button sup {
    position: absolute;
    top: -5px;
    left: 75%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: @white;
    background: @primary-color;
    border: 2px solid @greenchalk;
    text-shadow: @primarytshadow;
}

.mobile-menu a .fas fa-shopping-basket, .mobile-menu button .fas fa-shopping-basket {
    font-size: 18px
}

@media (max-width: 991px) {
    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-view {
    max-width: 1000px;
    border-radius: 8px;
    background: @white;
}

.view-gallery {
    margin: 30px;
    position: relative
}

.view-label-group {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.view-label {
    font-size: 15px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-align: center;
    text-transform: capitalize;
    color: @white;
}

.view-label:last-child {
    margin-bottom: 0px
}

.view-label.off {
    background: @red
}

.view-label.new {
    background: @green;
}

.view-label.sale {
    background: @orange;
}

.view-label.feat {
    background: @purple;
}

.view-label.rate {
    background: @yellow;
}

.view-details {
    margin: 30px
}

.view-name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.view-name a {
    color: @heading
}

.view-name a:hover {
    color: @primary-color
}

.view-meta {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.view-meta p {
    font-size: 13px;
    margin-right: 20px;
    text-transform: uppercase;
    color: darkgrey;
}

/*.view-meta span, .view-meta a {
    margin-left: 5px;
    color: @placeholder;
}*/

.view-meta a:hover {
    text-decoration: underline;
    color: @primary-color
}

.view-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px
}

.view-rating i, .view-rating a {
    font-size: 15px;
    margin-right: 3px;
    color: @gray
}

.view-rating a {
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-rating a:hover {
    color: @primary-color;
    text-decoration: underline
}

.view-rating .active {
    color: @yellow;
}

.view-price {
    margin-bottom: 20px
}

.view-price del {
    color: @red;
    margin-right: 25px
}

.view-price span {
    color: @primary-color
}

.view-price span small {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.view-desc {
    margin-bottom: 25px
}

.view-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px
}

.view-list-group:last-child {
    margin-bottom: 0px
}

.view-list-title {
    font-weight: 500;
    margin-right: 15px;
    color: @heading;
    text-transform: capitalize
}

.view-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.view-tag-list li {
    margin-right: 8px
}

.view-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: @text;
    background: @chalk;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-tag-list li a:hover {
    color: @white;
    background: @primary-color
}

.view-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.view-share-list li {
    margin-right: 8px
}

.view-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: @text;
    background: @chalk;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-share-list li a:hover {
    color: @white;
    background: @primary-color
}

.view-add-group {
    margin: 45px 0px 15px
}

.view-add-group .product-add, .view-add-group .action-input {
    height: 46px;
    line-height: 46px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: @white;
    background: @primary-color
}

.view-action-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    /*  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];*/
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative
}

.view-action-group a {
    padding: 10px 0px;
    border-radius: 8px;
    color: @text;
    background: @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.view-action-group a i {
    font-size: 16px;
    margin-right: 8px
}

.view-action-group a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.view-wish.active {
    color: @white;
    background: @primary-color
}

.preview-slider {
    margin-bottom: 20px
}

.preview-slider li img {
    width: 100%;
    border-radius: 8px
}

.thumb-slider li {
    margin: 0px 10px;
    cursor: pointer
}

.thumb-slider li img {
    width: 100%;
    /*  border-radius: 8px;
    border: 1px solid @border*/
}

.thumb-slider .slick-center img {
    border: 1px solid @primary-color
}

@media (max-width: 500px) {
    .view-gallery, .view-details {
        margin: 25px
    }

    .view-list-group {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .view-list-title {
        margin: 0px 0px 10px
    }
}

@media (max-width: 767px) {
    .product-view {
        max-width: 480px
    }
}

.countdown-part {
    padding: 80px 0px;
    background: -webkit-gradient(linear, right top, left top, from(#c3ffda), to(#a1f3c0));
    background: linear-gradient(to left, #c3ffda, #a1f3c0)
}

.countdown-content {
    text-align: center
}

.countdown-content h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.countdown-content p {
    margin-bottom: 38px
}

.countdown-clock {
    margin-bottom: 45px
}

.countdown-img {
    position: relative
}

.countdown-img img {
    width: 100%
}

.countdown-off {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 35px 30px 30px;
    background: @red;
    position: absolute;
    top: 0px;
    left: 0px
}

.countdown-off span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: @white;
}

@media (max-width: 767px) {
    .countdown-part {
        padding: 60px 0px
    }

    .countdown-img {
        margin-top: 30px
    }
}

.news-part {
    background-size: cover !important;
    padding: 70px 0px;
    position: relative;
    z-index: 1
}

.news-part::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(6,23,56,0.8)), to(rgba(17,151,68,0.8)));
    /*background: linear-gradient(to right, rgba(6,23,56,0.8), rgba(17,151,68,0.8));*/
    background: linear-gradient(to right, #7a7272, #b5a3a3);
    z-index: -1
}

.news-text h2 {
    font-size: 35px;
    color: @white;
    margin-bottom: 5px
}

.news-text p {
    font-size: 18px;
    font-weight: 300;
    color: @white;
}

.news-form {
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    background: @white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-form input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    /*text-align: center;*/
}

.news-form button span {
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0px;
     border-radius: 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: @text-color;
    background: @primary-color;
}

.news-form button span i {
    margin-right: 5px
}

@media (max-width: 575px) {
    .news-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .news-text {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .news-part {
        padding: 50px 30px 60px
    }

    .news-part .container-fluid {
        padding: 0px
    }
}

.intro-part {
    padding: 40px 0px;
    background: @introbg;
}

.intro-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /*justify-content: flex-start;*/
    justify-content: left !important;
}

.intro-wrap:hover .intro-icon i {
    /*  color: @white;*/

    background: @primary-color;
}

/*Shivani Start*/
.intro-wrap:hover .img-fluid {
    filter: invert(1);
}
/*Shivani End*/

.intro-icon {
    margin-right: 20px
}

.intro-icon i {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: @primary-color;
    background: @white;
    border: 3px double @primary-color;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.custom-icon {
    max-width: 100%;
    height: 25px !important;
}

.page-header {
    padding: 10px 0;
}

.page-section {
    margin-bottom: 20px;
    padding: 10px 0;
}



.intro-content h5 {
    font-size: 17px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-transform: capitalize
}

.intro-content p {
    font-size: 15px;
    line-height: 22px
}

@media (max-width: 767px) {
    .intro-part {
        padding: 60px 0px 30px
    }

    .intro-wrap {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .intro-part {
        padding: 80px 0px 50px
    }

    .intro-wrap {
        margin-bottom: 30px
    }
}

.footer-part {
    padding-top: 45px
}

.footer-widget {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
}

.footer-logo {
    margin-bottom: 25px
}

.footer-logo img {
    width: 180px
}

.footer-desc {
    margin-bottom: 30px
}

.footer-social li {
    display: inline-block;
    margin-right: 7px
}

.footer-social li:last-child {
    margin-right: 0px
}

.footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: @primary-color;
    background: @white;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-social li a:hover {
    color: @white;
    background: @primary-color
}

.footer-title {
    margin-bottom: 25px;
    letter-spacing: -0.3px;
    text-transform: capitalize
}

.footer-widget.contact {
    margin-left: 30px
}

.footer-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px
}

.footer-contact li:last-child {
    margin-bottom: 0px
}

.footer-contact li i {
    font-size: 30px;
    margin-right: 15px;
    color: @primary-color
}

.footer-contact li p span {
    display: block
}

.footer-links {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.footer-links ul li {
    margin-bottom: 15px
}

.footer-links ul li:last-child {
    margin-bottom: 0px
}

.footer-links ul li a {
    color: @text;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-links ul li a:hover {
    color: @primary-color;
    text-decoration: underline
}

.footer-app {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.footer-app a img {
    width: 100%
}

.footer-bottom {
    margin-top: 75px;
    padding: 20px 35px 15px;
    border-radius: 8px 8px 0px 0px;
    background: @primary-color;
    border-top: 1px solid @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-copytext {
    font-size: 15px;
    color: @text-color;
}

.footer-copytext a {
    color: @greenchalk
}

.footer-copytext a:hover {
    text-decoration: underline
}

.footer-card a {
    margin-left: 10px
}

.footer-card a img {
    width: 50px;
    border-radius: 3px
}

@media (max-width: 768px) {
    .footer-part .container-fluid {
        padding: 0px 25px
    }

    .footer-widget.contact {
        margin-left: 0px
    }
}

@media (max-width: 1199px) {
    .footer-part {
        padding-top: 50px
    }

    .footer-widget {
        margin-bottom: 40px
    }

    .footer-bottom {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        padding: 25px 15px 75px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .footer-copytext {
        margin-bottom: 10px
    }

    .footer-card a {
        margin: 0px 3px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-bottom {
        padding: 25px 30px 75px
    }
}

.blog-widget {
    margin-bottom: 30px;
    margin-left: 5px;
    border-radius: 8px;
    padding: 18px 25px 25px;
    background: @white;
}

.blog-widget:last-child {
    margin-bottom: 0px
}

.blog-widget-title {
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid @border
}

.blog-widget-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: @primary-color
}

.blog-widget-form {
    position: relative
}

.blog-widget-form input {
    width: 100%;
    height: 45px;
    padding: 0px 15px 0px 60px;
    border-radius: 8px;
    background: @chalk;
    border: 1px solid @border;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-form input:focus-within {
    border-color: @primary-color
}

.blog-widget-form button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: @white;
    background: @primary-color;
    border-radius: 8px 0px 0px 8px
}

.blog-widget-feed li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid @border
}

.blog-widget-feed li:last-child {
    margin: 0px;
    padding: 0px;
    border: none
}

.blog-widget-media img {
    width: 100px;
    border-radius: 8px;
    margin-right: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-text {
    font-size: 17px;
    line-height: 24px
}

.blog-widget-text a {
    color: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-text a:hover {
    color: @primary-color
}

.blog-widget-text span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.blog-widget-category li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid @border
}

.blog-widget-category li:last-child {
    margin: 0px;
    padding: 0px;
    border: none
}

.blog-widget-category li:hover a {
    color: @primary-color
}

.blog-widget-category li:hover a span {
    background: @primary-color
}

.blog-widget-category li a {
    width: 100%;
    font-size: 17px;
    color: @text;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-category li a span {
    font-size: 14px;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: @white;
    background: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-tag li {
    display: inline-block;
    margin: 0px 8px 12px 0px
}

.blog-widget-tag li a {
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 3px;
    color: @text;
    background: @chalk;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-tag li a:hover {
    color: @white;
    background: @primary-color
}

.blog-widget-social li {
    display: inline-block;
    margin-right: 10px
}

.blog-widget-social li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: @white;
    background: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-widget-social li a:hover {
    background: @primary-color
}

@media (max-width: 575px) {
    .blog-widget-social li {
        margin-right: 5px
    }

    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-widget-media img {
        width: 95px
    }

    .blog-widget-social li {
        margin-right: 5px
    }

    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px
    }
}

@media (max-width: 991px) {
    .blog-widget {
        margin-left: 0px
    }
}

.shop-filter {
    padding: 20px 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: @white;
    border: 1px solid @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop-filter .nice-select {
    border-radius: 6px;
    background: @chalk;
    padding: 8px 35px 8px 20px;
    border: 1px solid @border
}

.shop-filter .nice-select::after {
    right: 20px
}

.shop-filter .nice-select .current {
    font-size: 15px
}

.shop-filter .nice-select .list {
    top: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.shop-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.shop-filter ul li {
    margin: 0px 5px
}

.shop-filter ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: @text;
    background: @chalk;
}

.shop-filter ul li .active {
    color: @white;
    background: @primary-color
}

.shop-filter p {
    font-size: 15px;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .shop-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .shop-filter .nice-select {
        margin-bottom: 15px
    }

    .shop-filter ul {
        margin-bottom: 15px
    }
}

.shop-widget-promo {
    margin-bottom: 25px;
    border-radius: 8px;
    text-align: center;
    overflow: hidden
}

.shop-widget-promo img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shop-widget-promo img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.shop-widget {
    padding: 20px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: @white;
    border: 1px solid @white;
}

.shop-widget:last-child {
    margin-bottom: 0px
}

.shop-widget-title {
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid @border
}

.shop-widget-btn {
    width: 100%;
    font-size: 15px;
    padding: 8px 0px;
    border-radius: 8px;
    color: @heading;
    background: @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shop-widget-btn:hover {
    color: @white;
    background: @primary-color
}

.shop-widget-btn i {
    margin-right: 8px;
    margin-top: -1px
}

.shop-widget-btn span {
    text-transform: capitalize
}

.shop-widget-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    /*-ms-grid-columns: (1fr)[2];*/
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 15px 0px
}

.shop-widget-group input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: @chalk;
    text-align: center
}

.shop-widget-list {
    margin: 18px 0px 20px
}

.shop-widget-list li {
    margin-bottom: 12px;
    color: @gray;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shop-widget-list li:hover {
    color: @primary-color
}

.shop-widget-list li:last-child {
    margin-bottom: 0px
}

.shop-widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.shop-widget-content input {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    cursor: pointer
}

.shop-widget-content label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize
}

.shop-widget-content label i {
    font-size: 15px;
    margin-left: 8px;
    color: @gray
}

.shop-widget-content label i:first-child {
    margin-left: 0px
}

.shop-widget-content label i.active {
    color: @yellow;
}

.shop-widget-number {
    font-size: 15px
}

.shop-widget-search {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border-radius: 5px;
    background: @chalk;
    border: 1px solid @border;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.shop-widget-search:focus-within {
    border-color: @primary-color
}

.shop-widget-scroll {
    height: 279px;
    overflow-y: scroll;
    padding-right: 10px
}

.single-banner {
    background-size: cover !important;
    padding: 100px 0px;
    text-align: center;
    position: relative;
    z-index: 1
}

.single-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(6,23,56,0.6)), to(rgba(17,151,68,0.6)));
    background: linear-gradient(to left, rgba(6,23,56,0.6), rgba(17,151,68,0.6));
    z-index: -1
}

.single-banner h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: @white;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .single-banner {
        padding: 60px 0px
    }

    .single-banner h2 {
        font-size: 32px;
        margin-bottom: 12px
    }
}

.top-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.filter-short {
    width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-show {
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}

.filter-label {
    font-size: 14px;
    /*font-weight: 500;*/
    margin-right: 8px;
    white-space: nowrap;
    text-transform: uppercase
}

.filter-select {
    height: 40px;
    background-color: transparent
}

.filter-select:focus-within {
    border-color: #ced4da
}

.filter-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.filter-action a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: @text;
    background: transparent
}

.filter-action a i:hover {
    color: @primary-color
}

.filter-action .active i {
    color: @white;
    background: @primary-color
}

.filter-action .active i:hover {
    color: @white;
}

@media (max-width: 575px) {
    .filter-label, .filter-action {
        display: none
    }

    /* .filter-show {
        width: 80px
    }*/

    .filter-short {
        width: 130px
    }
}

.bottom-paginate {
    padding-top: 25px;
    border-top: 1px solid @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-info {
    font-weight: 400;
    color: @text
}

@media (max-width: 575px) {
    .bottom-paginate {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-info {
        margin-bottom: 15px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bottom-paginate {
        margin-bottom: 30px
    }
}

/*************** Index *******************/

.home-index-slider .dandik {
    right: 30px
}

.home-index-slider .bamdik {
    left: 30px
}

.home-index-slider .slick-dots {
    bottom: 50px
}

.banner-part {
    padding: 50px 0px 60px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1
}

.banner-part::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    background: url(../images/banner-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-1 {
    background: -webkit-gradient(linear, left top, right top, from(#45f76354), to(#ffc3d024));
    background: linear-gradient(to right, #45f76354, #ffc3d024)
}

.banner-2 {
    background: -webkit-gradient(linear, right top, left top, from(#45f76354), to(#ffc3d024));
    background: linear-gradient(to left, #45f76354, #ffc3d024)
}

.banner-content h1 {
    text-transform: capitalize;
    margin-bottom: 22px
}

.banner-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px
}

.banner-btn .btn {
    margin-right: 15px
}

.banner-img img {
    width: 100%
}

@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 38px;
        line-height: 48px
    }

    .banner-img {
        display: none
    }

    .banner-btn .btn {
        margin: 8px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-content h1 {
        font-size: 32px;
        line-height: 42px
    }

    .banner-btn .btn {
        padding: 14px 22px;
        margin-right: 10px
    }
}

.suggest-slider li {
    margin: 0px 10px
}

@media (max-width: 575px) {
    .suggest-slider li {
        margin: 0px 5px
    }
}

.promo-img {
    width: 100%;
    overflow: hidden;
    /*    border-radius: 8px*/
}

.promo-img a {
    width: 100%
}

.promo-img a img {
    width: 100%;
    /*border-radius: 8px;*/
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.promo-img a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 767px) {
    .promo-img {
        margin: 12px 0px
    }
}

.new-slider li {
    margin: 0px 12px
}

@media (max-width: 575px) {
    .new-slider .product-card {
        width: 220px
    }
}

.testimonial-slider .slick-slide {
    opacity: 0.3;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .dandik, .testimonial-slider .bamdik {
    opacity: 1;
    visibility: visible
}

.testimonial-slider .dandik {
    right: 50px
}

.testimonial-slider .bamdik {
    left: 50px
}

.brand-slider .dandik, .brand-slider .bamdik {
    top: 35%
}

.blog-slider .blog-card {
    margin: 0px 15px 25px
}

.blog-slider .dandik, .blog-slider .bamdik {
    top: 43%
}

@media (max-width: 767px) {
    .blog-slider .blog-card {
        margin: 0px 10px 25px
    }
}

/*************** About *******************/

.about-content h2 {
    margin-bottom: 25px
}

.about-content p {
    margin-bottom: 40px
}

.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-list li {
    padding-left: 30px;
    border-left: 1px solid @border
}

.about-list li:first-child {
    border-left: 0px;
    padding-left: 0px
}

.about-list li h3 {
    margin-bottom: 5px
}

.about-list li h6 {
    font-weight: 400;
    color: @text;
    text-transform: capitalize
}

.about-img {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-left: 50px
}

.about-img img {
    width: 100%;
    border-radius: 8px
}

.about-testimonial {
    background: url(../images/testimonial-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 70px
}

.testi-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px
}

.testi-img {
    margin-right: 80px;
    border-radius: 50%;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow
}

.testi-img img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 10px solid @white;
}

.testi-quote {
    width: 600px
}

.testi-quote i {
    font-size: 50px;
    color: @primary-color;
    display: inline-block;
    margin-bottom: 30px
}

.testi-quote p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px
}

.testi-quote h4 {
    text-transform: capitalize;
    margin-bottom: 5px
}

.testi-quote h6 {
    font-weight: 400;
    color: @text
}

.about-choose {
    margin-bottom: 75px
}

.choose-card {
    margin: 25px 15px
}

.about-brand {
    background: @greenchalk;
    padding: 90px 0px 100px
}

.brand-slider li {
    margin: 0px 10px;
    padding: 20px 0px;
    border-radius: 8px;
    background: @white;
}

.brand-slider li img {
    width: 100%
}

.team-slider li {
    margin: 0px 12px
}

.team-slider .dandik, .team-slider .bamdik {
    top: 40%
}

@media (max-width: 575px) {
    .about-list li {
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .testi-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testi-img {
        margin-right: 0px
    }

    .testi-quote {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .testi-img {
        margin-right: 50px
    }

    .testi-quote {
        width: 100%
    }
}

@media (max-width: 991px) {
    .about-list {
        margin-bottom: 30px
    }

    .about-img {
        margin-left: 0px
    }
}


/*************** All Category *******************/
.category-wrap {
    margin: 0px 12px 45px
}

@media (max-width: 575px) {
    .category-wrap {
        width: 100%
    }

    .col {
        padding: 0px 8px
    }
}

@media (max-width: 767px) {
    .category-wrap {
        margin: 0px 0px 30px
    }
}


/*************** Blog Auth *******************/
.author-single {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: @white;
}

.author-content {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.author-image {
    margin-right: 20px
}

.author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid @chalk;
}

.author-info {
    margin-top: 10px
}

.author-name {
    margin-left: 10px;
    text-transform: capitalize
}

.author-mail {
    color: @primary-color;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: 400
}

.author-social li {
    display: inline-block
}

.author-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: @text;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.author-social li a:hover {
    color: @white;
    background: @primary-color
}

.author-bio {
    margin-bottom: 30px
}

.author-meta {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.author-meta li {
    padding: 10px 0px;
    border-radius: 6px;
    text-align: center;
    background: @chalk;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.author-meta li:hover {
    background: @primary-color;
    color: @white;
}

.author-meta li:hover i {
    color: @white;
}

.author-meta li i {
    color: @primary-color;
    margin-right: 6px;
    font-size: 16px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.top-filter {
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .author-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .author-image {
        margin: 0px
    }
}


/*************** Blog Details *******************/
.blog-details-thumb img {
    width: 100%;
    border-radius: 10px
}

.blog-details-content {
    padding: 50px;
    margin-bottom: 30px;
    background: @white;
    border-radius: 0px 0px 10px 10px
}

.blog-details-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.blog-details-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

.blog-details-meta li:last-child {
    margin: 0px
}

.blog-details-meta li i {
    color: @primary-color;
    margin-right: 10px;
    font-size: 16px
}

.blog-details-meta li a, .blog-details-meta li span {
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase
}

.blog-details-meta li a {
    color: @text;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-details-meta li a:hover {
    color: @primary-color
}

.blog-details-title {
    line-height: 44px;
    margin-bottom: 25px
}

.blog-details-desc {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px
}

.blog-details-quote {
    padding: 60px 60px 60px 180px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: @heading;
    position: relative
}

.blog-details-quote::before {
    position: absolute;
    content: "\efcd";
    left: 60px;
    top: 60px;
    font-size: 60px;
    font-family: "icofont";
    color: @primary-color
}

.blog-details-quote p {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: @white;
}

.blog-details-quote footer {
    letter-spacing: 3px;
    color: @greenchalk;
    text-transform: uppercase
}

.blog-details-grid {
    margin-bottom: 30px
}

.blog-details-grid img {
    border-radius: 10px
}

.blog-details-grid p {
    font-size: 17px;
    line-height: 30px
}

.blog-details-subtitle {
    margin-bottom: 30px
}

.blog-details-subtitle h3 {
    margin-bottom: 10px
}

.blog-details-subtitle p {
    font-size: 17px;
    line-height: 30px
}

.blog-details-list {
    list-style-type: decimal;
    margin: 0px 30px 0px 50px
}

.blog-details-list li {
    margin-bottom: 25px
}

.blog-details-footer {
    padding-top: 45px;
    margin-top: 50px;
    border-top: 1px solid @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-details-share li span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize
}

.blog-details-share li {
    margin-right: 8px;
    display: inline-block
}

.blog-details-share li a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: @text;
    background: @chalk;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-details-share li a:hover {
    color: @white;
    background: @primary-color
}

.blog-details-tag li span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize
}

.blog-details-tag li {
    margin-right: 8px;
    display: inline-block
}

.blog-details-tag li a {
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 3px;
    color: @text;
    background: @chalk;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-details-tag li a:hover {
    color: @white;
    background: @primary-color
}

.blog-details-profile {
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: @white;
    text-align: center
}

.blog-details-profile a img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 8px solid @chalk;
}

.blog-details-profile h3 {
    text-transform: capitalize
}

.blog-details-profile h4 {
    font-size: 15px;
    font-weight: 400;
    color: @primary-color;
    margin-bottom: 15px
}

.blog-details-profile ul {
    margin-bottom: 25px
}

.blog-details-profile ul li {
    display: inline-block;
    margin: 0px 5px
}

.blog-details-profile ul li a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: @text;
    background: @chalk;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-details-profile ul li a:hover {
    color: @white;
    background: @primary-color
}

.blog-details-profile p {
    font-size: 17px;
    line-height: 30px
}

.blog-details-navigate {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: @white;
}

.blog-details-prev, .blog-details-next {
    margin: 15px
}

.blog-details-prev h4, .blog-details-next h4 {
    margin-bottom: 20px
}

.blog-details-prev h4 a, .blog-details-next h4 a {
    color: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-details-prev h4 a:hover, .blog-details-next h4 a:hover {
    color: @primary-color
}

.blog-details-prev .nav-arrow, .blog-details-next .nav-arrow {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    color: @heading;
    background: @chalk;
    text-transform: uppercase;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.blog-details-prev .nav-arrow:hover, .blog-details-next .nav-arrow:hover {
    color: @white;
    background: @primary-color
}

.blog-details-next {
    text-align: right
}

.blog-details-comment {
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: @white;
}

.comment-title {
    margin-bottom: 30px;
    text-transform: capitalize
}

.comment-item {
    padding: 45px 45px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: @chalk;
    border: 1px solid @border
}

.comment-item:last-child {
    margin-bottom: 0px
}

.comment-media {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.comment-avatar {
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid @primary-color
}

.comment-avatar img {
    width: 65px;
    border-radius: 50%;
    border: 2px solid @white;
}

.comment-meta a {
    color: @heading;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.comment-meta a:hover {
    color: @primary-color
}

.comment-meta span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: @heading;
    text-transform: capitalize
}

.comment-desc {
    margin-bottom: 20px
}

.comment-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.comment-reply input {
    width: 100%;
    padding: 7px 18px;
    border-radius: 6px;
    margin-right: 20px;
    background: @white;
}

.comment-reply button {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
    color: @white;
    background: @primary-color;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.comment-reply button:hover {
    background: @heading
}

.comment-reply button i {
    margin-right: 5px
}

.comment-reply-list {
    margin-left: 80px;
    margin-top: 35px;
    border-top: 1px solid @border
}

.comment-reply-item {
    padding: 30px 0px;
    border-bottom: 1px solid @border
}

.comment-reply-item:last-child {
    padding-bottom: 0px;
    border-bottom: none
}

.blog-details-form {
    padding: 50px;
    border-radius: 10px;
    background: @white;
}

.details-form-title {
    margin-bottom: 30px;
    text-transform: capitalize
}

.form-group textarea {
    height: 180px
}

@media (max-width: 575px) {
    .blog-details-content {
        padding: 20px
    }

    .blog-details-title {
        font-size: 28px;
        line-height: 38px
    }

    .blog-details-quote {
        padding: 75px 25px 25px
    }

    .blog-details-quote::before {
        font-size: 50px;
        left: 25px;
        top: 25px
    }

    .blog-details-quote p {
        font-size: 22px
    }

    .blog-details-list {
        margin: 0px 15px 0px 35px
    }

    .blog-details-footer {
        margin-top: 0px;
        padding-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-details-share {
        margin-bottom: 30px
    }

    .blog-details-navigate li a {
        padding: 13px 13px
    }

    .blog-details-profile {
        padding: 25px 15px
    }

    .blog-details-comment {
        padding: 15px
    }

    .comment-item {
        padding: 20px 20px
    }

    .comment-reply {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comment-reply input {
        margin-right: 0px;
        margin-bottom: 10px
    }

    .comment-reply-list {
        margin-left: 15px
    }

    .blog-details-form {
        padding: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .blog-details-quote {
        padding: 120px 60px 60px
    }

    .blog-details-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-details-share {
        margin-bottom: 30px
    }

    .comment-reply-list {
        margin-left: 30px
    }
}


/*************** Blog Grid *******************/
.blog-card {
    margin: 0px 2.5px 30px
}

@media (min-width: 421px) and (max-width: 767px) {
    .blog-grid .container {
        max-width: 420px
    }
}

@media (max-width: 991px) {
    .pagination {
        margin-bottom: 30px
    }
}


/*************** Blog Standerd *******************/
/*.blog-content {
    padding: 35px 35px
}*/

/*.blog-title {
    font-size: 32px;
    line-height: 40px
}*/

/*.blog-btn {
    padding: 10px 25px;
    border-radius: 8px;
    color: @white;
    background: @primary-color
}*/

/*.blog-btn:hover {
    color: @white;
    text-decoration: none
}*/

@media (max-width: 575px) {
    .blog-content {
        padding: 28px 28px
    }

    .blog-title {
        font-size: 22px;
        line-height: 32px
    }

    .blog-desc {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .blog-standard {
        padding: 60px 0px
    }
}

@media (max-width: 991px) {
    .pagination {
        margin-bottom: 30px
    }
}


/*************** Brand List *******************/
.brand-wrap {
    padding: 15px 0px 50px
}

.brand-media {
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .brand-wrap {
        /*width: 100%;*/
        padding: 15px 0px 30px
    }

    .brand-media::before {
        width: 135px;
        height: 135px
    }

    .brand-media img {
        width: 100px;
        height: 100px
    }

    .brand-meta h4 {
        font-size: 16px
    }
}


/*************** Brand Single *******************/
.single-banner {
    padding: 100px 0px 180px
}

.brand-single {
    position: relative;
    text-align: center;
    margin-top: -120px;
    z-index: 1
}

.brand-single a {
    display: block
}

.brand-single a img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid @body;
    margin-bottom: 10px
}

.brand-single a h3 {
    text-transform: capitalize;
    margin-bottom: 3px
}

.brand-single ul {
    margin-bottom: 3px
}

.brand-single ul li {
    font-size: 13px;
    margin: 0px 1px;
    color: @gray;
    display: inline-block
}

.brand-single ul .active {
    color: @yellow;
}

.brand-single ul .total {
    color: @heading
}


/*************** Checkout *******************/
.chekout-coupon {
    width: 600px;
    margin: 45px auto 5px;
    text-align: center
}

.checkout-charge {
    width: 600px;
    margin: 0 auto
}

.checkout-charge ul {
    border-top: 3px solid @primary-color
}

.checkout-charge ul li {
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid @border
}

.checkout-charge ul li:last-child {
    border-bottom: none
}

.checkout-charge ul li:last-child span {
    font-size: 18px;
    font-weight: 500;
    color: @primary-color
}

.checkout-charge ul li span {
    font-weight: 500;
    color: @heading;
    text-transform: capitalize
}

.checkout-charge ul li span small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px
}

.checkout-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
    margin-top: 50px
}

.checkout-check input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 4px;
    cursor: pointer
}

.checkout-check label {
    line-height: 22px
}

.checkout-check label a {
    color: @primary-color
}

.checkout-check label a:hover {
    text-decoration: underline
}

.checkout-proced .btn {
    width: 100%
}

.table-action .view i, .table-action .trash i {
    background: @chalk;
}

@media (max-width: 767px) {
    .chekout-coupon, .checkout-charge {
        width: 100%
    }

    .checkout-check {
        margin-top: 15px
    }
}


/*************** Comming Soon *******************/

.align-items-center {
    /*height: 100vh*/
}

.coming-content {
    text-align: center
}

.coming-title {
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 45px
}

.coming-clock {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid @graychalk;
}

.coming-subtitle {
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase
}

.coming-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px
}

.coming-form input {
    width: 400px;
    height: 50px;
    padding: 0px 25px;
    border-radius: 50px;
    background: @white;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow
}

.coming-form button {
    margin-left: 15px
}

.coming-form button i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: @primary-color;
    background: @white;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.coming-form button i:hover {
    color: @white;
    background: @primary-color
}

.coming-social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0px 4px;
    text-align: center;
    color: @primary-color;
    background: @white;
    text-shadow: @primarytshadow;
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.coming-social a:hover {
    color: @white;
    background: @primary-color
}

@media (max-width: 575px) {
    .coming-title {
        font-size: 35px;
        margin-bottom: 35px
    }

    .coming-timer span {
        font-size: 25px;
        padding: 0px 15px
    }

    .coming-timer span small {
        font-size: 15px
    }

    .coming-form input {
        width: 100%
    }
}

@media (max-width: 991px) {
    .coming-part {
        padding: 50px 0px
    }

    .align-items-center {
        height: auto
    }

    .coming-social {
        margin-bottom: 40px
    }
}


/*************** Compare *******************/
@media (max-width: 1199px) {
    .compare-part .container {
        max-width: 100%
    }
}


/*************** Contact *******************/
.contact-form {
    border-radius: 8px;
    padding: 30px 30px;
    margin: 0px 2.5px 30px;
    background: @white;
}

.contact-form h4 {
    margin-bottom: 25px
}

.contact-map {
    padding: 30px;
    margin: 0px 2.5px 30px;
    border-radius: 8px;
    background: @white;
}

.contact-map iframe {
    width: 100%;
    border: none;
    height: 474px
}

.contact-social {
    text-align: center;
    margin-top: 20px
}

.contact-social h4 {
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .contact-form, .contact-map {
        padding: 15px
    }
}

@media (min-width: 401px) and (max-width: 575px) {
    .contact-part .container {
        max-width: 400px
    }
}


/*************** Error *******************/
.error-part {
    padding: 100px 0px;
    text-align: center
}

.error-part h1 {
    margin-bottom: 10px;
    color: @primary-color
}

.error-part img {
    margin-bottom: 30px
}

.error-part h3 {
    text-transform: uppercase;
    margin-bottom: 3px
}

.error-part p {
    margin-bottom: 20px
}

.error-part a {
    font-size: 14px;
    padding: 10px 35px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    color: @white;
    background: @primary-color;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .error-part {
        padding: 60px 0px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .error-part {
        padding: 80px 0px
    }
}


/*************** FAQ *******************/
.faq-child {
    border-radius: 8px;
    margin-bottom: 30px;
    background: @white;
    border-left: 3px solid @primary-color;
    border-right: 3px solid @primary-color;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1)
}

.faq-child:hover .faq-que button {
    color: @primary-color
}

.faq-child:last-child {
    margin-bottom: 0px
}

.faq-que button {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    text-align: left;
    padding: 22px 25px;
    color: @text;
    font-size: 18px;
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.faq-ans p {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 25px;
    border-top: 1px solid @border
}


/*************** Home Category *******************/
.suggest-part {
    padding: 30px 0px 22px
}

.suggest-slider li {
    margin: 0px 10px
}

@media (max-width: 575px) {
    .suggest-part {
        padding: 20px 0px 12px
    }

    .suggest-slider li {
        margin: 0px 5px
    }
}

.banner-part {
    margin-bottom: 25px
}

.home-category-slider a img {
    width: 100%;
    border-radius: 8px
}

@media (max-width: 575px) {
    .home-category-slider a {
        margin: 0px 5px
    }
}

/*.promo-img {
    width: 100%;
    overflow: hidden;*/
/*border-radius: 8px;*/
/*}

.promo-img a {
    width: 100%
}

.promo-img a img {
    width: 100%;*/
/*  border-radius: 8px;*/
/*transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.promo-img a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}*/

@media (max-width: 767px) {
    .promo-img {
        margin: 12px 0px
    }
}

.new-slider li {
    margin: 0px 12px
}

@media (max-width: 575px) {
    .new-slider .product-card {
        width: 220px
    }
}

.brand-slider .dandik, .brand-slider .bamdik {
    top: 35%
}

.testimonial-slider .slick-slide {
    opacity: 0.3;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .dandik, .testimonial-slider .bamdik {
    opacity: 1;
    visibility: visible
}

.testimonial-slider .dandik {
    right: 50px
}

.testimonial-slider .bamdik {
    left: 50px
}

.blog-slider .blog-card {
    margin: 0px 15px 25px
}

.blog-slider .dandik, .blog-slider .bamdik {
    top: 43%
}

@media (max-width: 767px) {
    .blog-slider .blog-card {
        margin: 0px 10px 25px
    }
}


/*************** Home Classic *******************/
.navbar-part {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    background: @white;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-navbar-fixed.active .navbar-part {
    top: 69px;
    background: rgba(0,0,0,0.8)
}

.header-navbar-fixed.active .dropdown-megamenu:hover .megamenu {
    top: 0px;
}
/*
/*.navbar-content {
    border-top: none
}*/

/*.navbar-link {
    color: @white;
}*/

/*.dropdown-arrow::before {
    color: @white;
}*/
.navbar-info i, .navbar-info p {
    /*color: @primary-color*/
}

/*.navbar-info i, .navbar-info p {
    color: @white;
}*/

/*.dropdown-megamenu:hover .megamenu {
    top: 70px
}*/

/*.megamenu {
    top: 100px
}*/

.home-classic-slider {
    margin-bottom: 30px
}

.home-classic-slider .dandik {
    right: 30px
}

.home-classic-slider .bamdik {
    left: 30px
}

.banner-part {
    padding: 210px 0px 150px;
    position: relative;
    z-index: 1;
    background-size: cover !important
}

.banner-part::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.4)
}

.banner-content h1 {
    text-transform: capitalize;
    margin-bottom: 22px;
    color: @white;
}

.banner-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    color: @white;
}

.banner-btn .btn {
    margin-right: 15px
}

.banner-btn .btn:last-child {
    margin-right: 0px
}

@media (max-width: 767px) {
    .banner-part {
        padding: 50px 0px 60px
    }

    .banner-content h1 {
        font-size: 38px;
        line-height: 48px
    }

    .banner-btn .btn {
        margin: 8px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-part {
        padding: 70px 0px 80px
    }

    .banner-content h1 {
        font-size: 42px;
        line-height: 50px
    }
}

.suggest-slider li {
    margin: 0px 10px
}

@media (max-width: 575px) {
    .suggest-slider li {
        margin: 0px 5px
    }
}
/*

.promo-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px
}

.promo-img a {
    width: 100%
}

.promo-img a img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}*/

/*.promo-img a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}*/

@media (max-width: 767px) {
    .promo-img {
        margin: 12px 0px
    }
}

.new-slider li {
    margin: 0px 12px
}
/*
@media (max-width: 575px) {
    .new-slider .product-card {
        width: 220px
    }
}*/

.new-slider li {
    margin: 0px 12px
}

@media (max-width: 575px) {
    .new-slider .product-card {
        width: 220px
    }
}

.brand-slider .dandik, .brand-slider .bamdik {
    top: 35%
}

.testimonial-slider .slick-slide {
    opacity: 0.3;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .dandik, .testimonial-slider .bamdik {
    opacity: 1;
    visibility: visible
}

.testimonial-slider .dandik {
    right: 50px
}

.testimonial-slider .bamdik {
    left: 50px
}

.blog-slider .blog-card {
    margin: 0px 15px 25px
}

.blog-slider .dandik, .blog-slider .bamdik {
    top: 43%
}

@media (max-width: 767px) {
    .blog-slider .blog-card {
        margin: 0px 10px 25px
    }
}


/*************** Home Grid *******************/
.banner-part {
    padding: 25px 0px 0px
}

.home-grid-promo {
    margin-bottom: 25px
}

.home-grid-promo a img {
    width: 100%;
    border-radius: 8px
}

.home-grid-slider {
    margin-bottom: 25px
}

.home-grid-slider img {
    width: 100%;
    border-radius: 8px
}

.suggest-slider li {
    margin: 0px 10px
}

@media (max-width: 575px) {
    .suggest-slider li {
        margin: 0px 5px
    }
}

/*.promo-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px
}

.promo-img a {
    width: 100%
}

.promo-img a img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.promo-img a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}*/

@media (max-width: 767px) {
    .promo-img {
        margin: 12px 0px
    }
}

.new-slider li {
    margin: 0px 12px
}

/*@media (max-width: 575px) {
    .new-slider .product-card {
        width: 351px !important;
    }
}*/

.testimonial-slider .slick-slide {
    opacity: 0.3;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .dandik, .testimonial-slider .bamdik {
    opacity: 1;
    visibility: visible
}

.testimonial-slider .dandik {
    right: 50px
}

.testimonial-slider .bamdik {
    left: 50px
}

.brand-slider .dandik, .brand-slider .bamdik {
    top: 35%
}

.blog-slider .blog-card {
    margin: 0px 15px 25px
}

.blog-slider .dandik, .blog-slider .bamdik {
    top: 43%
}

@media (max-width: 767px) {
    .blog-slider .blog-card {
        margin: 0px 10px 25px
    }
}


/*************** Home Standerd *******************/
/*.header-top {
    position: relative;
    text-align: center;
    padding: 6px 0px;
    background: -webkit-gradient(linear, right top, left top, from(#52c234), to(#0cb94e));
    background: linear-gradient(to left, #52c234, #0cb94e)
}*/

.header-top p {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: black;
}

.header-top p a {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 12px;
    border-radius: 3px;
    line-height: 24px;
    margin-left: 10px;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background: @white;
    color: @primary-color;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.header-top p a:hover {
    color: @white;
    background: @primary-color
}

.header-top button {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-top button i {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: @white;
    background: @primary-color
}

@media (max-width: 575px) {
    .header-top p a {
        width: 120px;
        display: block;
        margin: 2px auto 5px
    }

    .header-top button {
        right: 15px
    }
}

.navbar-link {
    padding: 18px 0px
}

.navbar-select-group {
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid @border;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.navbar-select:hover i {
    color: @primary-color
}

.navbar-select:first-child {
    border: none;
    padding: 0px;
    margin: 0px
}

.navbar-select i {
    font-size: 16px;
    margin-right: 8px
}

.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 70px
}

.dropdown-megamenu {
    position: static
}

.dropdown-megamenu:hover, .navbar-item:hover {
    background: @white;
}


.dropdown-megamenu:hover .megamenu {
    visibility: visible;
    opacity: 1;
    /*top: 199px*/
}

@media (max-width: 991px) {
    .navbar-part {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-list li {
        margin-right: 18px
    }

    .navbar-link {
        font-size: 15px
    }
}

.banner-part {
    padding: 25px 0px 60px
}

.banner-category {
    border-radius: 5px;
    background: @white;
}

.banner-category-head {
    padding: 12px 0px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: @white;
    background: @primary-color
}

.banner-category-head i {
    font-size: 16px;
    margin-right: 10px
}

.banner-category-list {
    padding: 0px 20px 20px
}

.banner-category-item {
    position: relative;
    border-bottom: 1px solid @border
}

.banner-category-item:hover .banner-category-dropdown {
    opacity: 1;
    visibility: visible
}

.banner-category-item:last-child {
    border-bottom: none
}

.banner-category-item a {
    width: 100%;
    font-size: 15px;
    color: @text;
    padding: 10px 10px;
    text-transform: capitalize;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.banner-category-item a:hover {
    border-radius: 5px;
    color: @primary-color;
    background: @chalk;
}

.banner-category-item a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "\f054";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-category-item a i {
    font-size: 20px;
    margin-right: 15px;
    display: inline-block
}

.banner-category-dropdown {
    position: absolute;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    top: 0px;
    left: 235px;
    z-index: 1;
    padding: 20px;
    border-radius: 5px;
    background: @white;
    opacity: 0;
    visibility: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.08);
    box-shadow: 15px 15px 25px 0px rgba(0,0,0,0.08)
}

.banner-category-dropdown h5 {
    padding-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid @border
}

.banner-sub-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banner-sub-category ul {
    margin-right: 20px
}

.banner-sub-category ul:last-child {
    margin-right: 0px
}

.banner-sub-category ul li {
    border-bottom: 1px solid @border
}

.banner-sub-category ul li:last-child {
    border-bottom: none
}

.banner-sub-category ul li a {
    width: 180px;
    white-space: nowrap
}

.banner-sub-category ul li a::before {
    display: none
}

.home-grid-slider {
    margin-bottom: 25px
}

.home-grid-slider img {
    width: 100%;
    border-radius: 8px
}

.banner-wrap {
    border-radius: 5px;
    padding: 42px 60px;
    background: @white;
    position: relative;
    z-index: 1
}

.banner-wrap::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.06;
    z-index: -1;
    border-radius: 5px;
    background: url(../images/banner-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg1 {
    background: #c8ffca
}

.bg2 {
    background: #c8e6ff
}

.bg3 {
    background: #fbffc8
}

.banner-content h2 {
    font-size: 38px;
    margin-bottom: 40px
}

.banner-image img {
    width: 100%
}

.banner-promo a img {
    width: 100%;
    border-radius: 5px
}

@media (max-width: 991px) {
    .banner-category {
        display: none
    }
}

@media (max-width: 575px) {
    .banner-wrap {
        padding: 30px 30px
    }

    .banner-content {
        margin-bottom: 15px
    }

    .banner-content h2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media (max-width: 767px) {
    .banner-promo {
        margin-bottom: 25px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .banner-content {
        margin-bottom: 25px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner-content h2 {
        font-size: 30px;
        line-height: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-category-list {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 430px
    }

    .banner-category-dropdown {
        left: 195px
    }
}

.deals-clock {
    margin-bottom: 25px;
    position: relative;
    z-index: 1
}

.deals-clock::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 2px dashed @primary-color;
}

.deals-clock::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    width: 500px;
    height: 65px;
    z-index: -1;
    background: @body;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .deals-clock::before, .deals-clock::after {
        display: none
    }
}

.promo-content {
    background-size: cover !important;
    padding: 60px 0px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    z-index: 1
}

.promo-content::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
    background: rgba(0,0,0,0.35)
}

.promo-content h3 {
    color: @white;
    margin-bottom: 12px;
    text-transform: capitalize;
    text-shadow: @primarytshadow;
}

.promo-content h3 span {
    font-size: 40px;
    font-weight: 700;
    font-family: sans-serif;
    color: @yellow;
}

.promo-content h2 {
    font-size: 50px;
    margin-bottom: 25px;
    color: @white;
    text-shadow: @primarytshadow;
}

@media (max-width: 575px) {
    .promo-content {
        padding: 60px 15px
    }

    .promo-content h3 {
        font-size: 22px
    }

    .promo-content h3 span {
        font-size: 35px
    }

    .promo-content h2 {
        font-size: 45px
    }
}

.new-slider li {
    margin: 0px 12px
}

@media (max-width: 575px) {
    .new-slider .product-card {
        width: 220px
    }
}

.category-slider .category-wrap {
    margin: 0px 25px
}

.category-slider .dandik, .category-slider .bamdik {
    top: 38%
}

@media (max-width: 1199px) {
    .category-slider .category-wrap {
        margin: 0px 12px
    }
}

.brand-slider .dandik, .brand-slider .bamdik {
    top: 35%
}

.testimonial-slider .slick-slide {
    opacity: 0.3;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .dandik, .testimonial-slider .bamdik {
    opacity: 1;
    visibility: visible
}

.testimonial-slider .dandik {
    right: 50px
}

.testimonial-slider .bamdik {
    left: 50px
}

.blog-slider .blog-card {
    margin: 0px 15px 25px
}

.blog-slider .dandik, .blog-slider .bamdik {
    top: 43%
}

@media (max-width: 767px) {
    .blog-slider .blog-card {
        margin: 0px 10px 25px
    }
}


/*************** Invoice *******************/
.invoice-recieved {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.invoice-recieved h6 {
    text-transform: capitalize
}

.invoice-recieved h6 span {
    display: block;
    font-weight: 400;
    margin-top: 10px
}

.invoice-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.invoice-details li:last-child {
    margin-bottom: 0px
}

.invoice-details li h6 {
    line-height: 26px;
    white-space: nowrap
}

.invoice-details li h6 small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px
}

.invoice-details li p {
    width: 250px;
    text-align: right
}

.table-scroll {
    overflow: auto;
    /*padding: 35px;
    border-radius: 8px;
    background: @white;*/
}

.back-home {
    text-align: center
}

.back-home a {
    margin-top: 10px;
    font-weight: 500;
    color: @primary-color
}

.back-home a:hover {
    text-decoration: underline
}

@media (max-width: 767px) {
    .invoice-recieved {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .invoice-recieved h6 {
        margin-bottom: 25px;
        margin-right: 25px
    }
}


/*************** Order List *******************/
.orderlist-filter {
    padding: 20px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: @white;
    border: 1px solid @border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.orderlist-filter h5 {
    text-transform: capitalize
}

.filter-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-short .form-label {
    font-size: 18px;
    margin: 0px 8px 0px 0px;
    color: @heading
}

.filter-short .form-select {
    width: 190px;
    background: @chalk;
}

.orderlist {
    padding: 0px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: @white;
    border: 1px solid @border;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.orderlist-head {
    padding: 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.orderlist-head h5 {
    color: @primary-color;
    text-transform: capitalize
}

.orderlist-details {
    padding: 25px;
    border-radius: 8px;
    background: @chalk;
    margin-bottom: 25px
}

.orderlist-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.orderlist-details li:last-child {
    margin-bottom: 0px
}

.orderlist-details li h6 {
    line-height: 26px;
    white-space: nowrap;
    text-transform: capitalize
}

.orderlist-details li h6 small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px
}

.orderlist-details li p {
    width: 250px;
    text-align: right
}

.orderlist-deliver {
    height: 215px;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: @chalk;
}

.orderlist-deliver h6 {
    margin-bottom: 15px;
    white-space: nowrap;
    text-transform: capitalize
}

.orderlist-deliver p {
    text-transform: capitalize
}

.table-list {
    overflow: hidden;
    /*border-radius: 8px;*/
    /*  margin-bottom: 30px;*/
    background: @chalk;
}

@media (max-width: 575px) {
    .orderlist-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .orderlist-filter h5 {
        margin-bottom: 15px
    }

    .orderlist {
        padding: 0px 15px
    }

    .orderlist-head {
        padding: 15px 0px
    }
}


/*************** Privacy *******************/
.scrollspy {
    position: relative
}

.scrollspy-content {
    margin-bottom: 50px
}

.scrollspy-content:last-child {
    margin-bottom: 0px
}

.scrollspy-content h3 {
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative
}

.scrollspy-content h3::before {
    position: absolute;
    content: "\efcc";
    top: 50%;
    left: 0px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-family: icofont;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: @white;
    background: @primary-color
}


/*************** Products Details *******************/
.details-gallery {
    position: relative
}

.details-label-group {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.details-label {
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: capitalize;
    text-align: center;
    color: @white;
}

.details-label:last-child {
    margin-bottom: 0px
}

.details-label.off {
    background: @red
}

.details-label.new {
    background: @green;
}

.details-label.sale {
    background: @orange;
}

.details-label.feat {
    background: @purple;
}

.details-label.rate {
    background: @yellow;
}

.details-preview {
    margin-bottom: 16px
}

.details-preview li img {
    width: 100%;
    /*border-radius: 8px*/
}

.details-thumb li {
    margin: 0px 8px;
    cursor: pointer
}

.details-thumb li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid @white;
}

.details-thumb .slick-current img {
    border: 1px solid @primary-color
}

.product-navigation {
    /*margin-bottom: 25px;*/
    font-size: 10px;
    padding: 12px 6px;
    border-radius: 8px;
    background: @white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-navigation li a {
    color: @text;
    text-transform: capitalize;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    text-transform: uppercase;
}

.product-navigation li a:hover {
    color: @primary-color
}

.product-navigation li a:hover .product-nav-popup {
    visibility: visible;
    opacity: 1
}

.product-nav-popup {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 3;
    width: 100px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: @white;
    border: 1px solid @border;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-nav-popup::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -3px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    background: @white;
    border-top: 1px solid @border;
    border-left: 1px solid @border
}

.product-nav-popup img {
    width: 100%
}

.product-nav-popup small {
    font-size: 14px;
    line-height: 18px;
    display: inline-block
}

.details-content {
    padding: 35px 35px;
    border-radius: 8px;
    background: @white;
}

.details-name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.details-name a {
    color: @heading;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-name a:hover {
    color: @primary-color
}

.details-meta {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.details-meta p {
    font-size: 13px;
    margin-right: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: @placeholder;
}

.details-meta span, .details-meta a {
    margin-left: 5px;
    color: @placeholder;
}

.details-meta a:hover {
    text-decoration: underline;
    color: @primary-color
}

.details-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px
}

.details-rating i, .details-rating a {
    font-size: 15px;
    margin-right: 3px;
    color: @gray
}

.details-rating a {
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-rating a:hover {
    color: @primary-color;
    text-decoration: underline
}

.details-rating .active {
    color: @yellow;
}

.details-price {
    margin-bottom: 20px
}

.details-price del {
    color: @red;
    margin-right: 25px
}

.details-price span {
    color: @primary-color;
    white-space: nowrap
}

.details-price span small {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.details-desc {
    margin-bottom: 25px
}

.details-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    //margin-bottom: 25px
    flex-wrap: wrap;
}

.details-list-group:last-child {
    margin-bottom: 0px
}

.details-list-title {
    font-weight: 500;
    margin-right: 15px;
    color: @heading;
    text-transform: capitalize
}

.details-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.details-tag-list li {
    margin-right: 8px
}

.details-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: @white;
    background: @primary-color;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-tag-list li a:hover {
    color: @white;
    background: @primary-color
}

.details-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.details-share-list li {
    margin-right: 8px
}

.details-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: @text;
    background: @chalk;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-share-list li a:hover {
    color: @white;
    background: @primary-color
}

.details-add-group {
    margin: 45px 0px 15px
}

.details-add-group .product-add, .details-add-group .action-input {
    padding: 10px 0px;
    color: @white;
    background: @primary-color;
    text-transform: uppercase;
    border-radius: 6px;
}

.details-add-group .action-minus i, .details-add-group .action-plus i {
    background: @chalk;
}

.details-action-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative
}

.details-action-group a {
    padding: 10px 0px;
    border-radius: 8px;
    color: @text;
    background: @chalk;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-action-group a:hover {
    color: @primary-color
}

.details-action-group a i {
    font-size: 16px;
    margin-right: 8px
}

.details-action-group a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.details-wish.active {
    color: @white;
    background: @primary-color
}

.details-wish.active:hover {
    color: @white;
    background: @primary-color
}

.product-details-frame {
    padding: 50px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: @white;
}

.product-details-frame:last-child {
    margin-bottom: 0px;
    /*margin-top: 63px;*/
}

.frame-title {
    margin-bottom: 30px;
    text-transform: capitalize
}

.tab-descrip {
    position: relative
}

.tab-descrip ul {
    list-style: disc;
    margin-left: 20px;
    margin-top: 25px
}

.tab-descrip ul li {
    margin-bottom: 8px
}

.tab-descrip ul li:last-child {
    margin-bottom: 0px
}

.tab-descrip img {
    width: 100%;
    border-radius: 8px
}

.tab-descrip a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 80px;
    height: 80px;
    font-size: 22px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: @white;
    background: rgba(15,199,86,0.8);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: @primarybshadow;
    box-shadow: @primarybshadow;
    text-shadow: @primarytshadow;
}

.table-bordered {
    margin-bottom: 0px
}

.table-bordered th, .table-bordered td {
    padding: 12px 25px;
    text-align: left
}

.table-bordered th {
    font-weight: 500
}

.table-bordered td:last-child {
    border-right: 1px solid @border
}

.review-item {
    padding: 45px 235px;
    border-radius: 8px;
    margin-bottom: 30px;
    /*background: @chalk;
    border: 1px solid @border*/
}

.review-item:last-child {
    margin-bottom: 0px
}

.review-media {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.review-avatar {
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid @primary-color
}

.review-avatar img {
    width: 65px;
    border-radius: 50%;
    border: 2px solid @white;
}

.review-meta {
    text-transform: capitalize
}

.review-meta a {
    color: @heading;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.review-meta a:hover {
    color: @primary-color
}

.review-meta span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: @text
}

.review-meta span b {
    font-weight: 500;
    color: @primary-color
}

.review-rating {
    margin-bottom: 10px
}

.review-rating li {
    font-size: 16px;
    margin-right: 5px;
    color: @yellow;
    display: inline-block
}

.review-desc {
    margin-bottom: 20px
}

.verificationP {
    margin-bottom: 5px;
    margin-left: 12px;
}

.review-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.review-reply input {
    width: 290px;
    padding: 7px 18px;
    border-radius: 6px;
    margin-right: 20px;
    background: #eaeaea36;
    font-size: larger;
}

.review-reply button {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
    color: @white;
    background: @primary-color;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.review-reply .verifivationButton {
    width: auto;
    font-size: 18px;
    padding: 6px 15px;
    border-radius: 6px;
    /* color: #ffffff; */
    background: #ffffff;
    text-decoration: underline;
    font-weight: 700;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.review-reply button:hover {
    background: @heading
}

.review-reply button i {
    margin-right: 5px
}

.review-reply-list {
    margin-left: 80px;
    margin-top: 35px;
    border-top: 1px solid @border
}

.review-reply-item {
    padding: 30px 0px;
    border-bottom: 1px solid @border
}

.review-reply-item:last-child {
    padding-bottom: 0px;
    border-bottom: none
}

.review-form .btn {
    width: 100%;
    padding: 12px 30px
}

@media (max-width: 991px) {
    .product-navigation {
        margin: 25px 0px
    }
}

@media (max-width: 575px) {
    .details-content {
        padding: 20px
    }

    .details-name {
        font-size: 22px;
        line-height: 30px
    }

    .product-details-frame {
        padding: 20px
    }

    .review-item {
        padding: 20px 15px
    }

    .review-reply {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .review-reply input {
        margin: 0px 0px 15px
    }

    .review-reply-list {
        margin-left: 25px
    }

    .star-rating label {
        margin: 0px 6px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .review-reply-list {
        margin-left: 30px
    }
}


/*************** Product Grid *******************/
.product-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    /*-ms-grid-columns: (1fr)[2];*/
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.product-grid img {
    width: 100%;
    border-radius: 8px
}

.details-meta {
    margin-bottom: 8px
}

.details-rating {
    margin-bottom: 10px
}

.details-price {
    margin-bottom: 15px
}

.details-add-group {
    margin: 38px 0px 15px
}


/*************** Profile *******************/
.profile-image {
    text-align: center
}

.profile-image a {
    border-radius: 50%;
    border: 2px solid @primary-color
}

.profile-image a img {
    width: 80px;
    border-radius: 50%;
    border: 3px solid @white;
}

.profile-btn {
    margin-top: 33px
}

.profile-btn a, .profile-btn button {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    text-align: center;
    text-transform: capitalize;
    color: @white;
    background: @primary-color;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

button:disabled {
    background: @primary-color !important;
}

.profile-btn a:hover {
    background: @green;
}

@media (max-width: 991px) {
    .profile-btn {
        margin-top: 5px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .profile-image {
        margin-bottom: 20px
    }
}


/*************** User Auth *******************/
.user-form-part {
    padding-top: 30px
}

.user-form-logo {
    text-align: center;
    margin-bottom: 25px
}

.user-form-logo img {
    width: 200px
}

.user-form-card {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: @white;
    border: 1px solid @border
}

.user-form-title {
    text-align: center;
    margin-bottom: 30px
}

.user-form-title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
    color: @primary-color
}

.user-form-title p {
    text-transform: capitalize
}

.user-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.user-form-social {
    width: 100%
}

.user-form-social li {
    margin-bottom: 20px
}

.user-form-social li a {
    width: 100%;
    font-size: 15px;
    padding: 10px 0px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: capitalize;
    color: @white;
    background: @primary-color
}

.user-form-social li a i {
    font-size: 16px;
    margin-right: 10px
}

.user-form-social li:last-child {
    margin-bottom: 0px
}

.user-form-social .facebook {
    background: @facebook;
}

.user-form-social .twitter {
    background: @twitter;
}

.user-form-social .google {
    background: @google;
}

.user-form-social .instagram {
    background: @instagram;
}

.user-form-divider {
    width: 1px;
    height: 240px;
    margin: 0px 50px;
    background: @border;
    position: relative;
    z-index: 1
}

.user-form-divider p {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    font-style: italic;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: @gray;
    background: @white;
    border: 1px solid @border;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.user-form {
    width: 100%
}

.user-form .form-group {
    /*margin-bottom: 20px*/
    margin-bottom: 15px
}

.form-button {
    text-align: center
}

.form-button button {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: @white;
    background: @primary-color
}

.form-button p {
    font-size: 15px;
    margin-top: 12px;
    text-transform: capitalize
}

.form-button p a {
    font-weight: 500;
    margin-left: 5px;
    color: @primary-color
}

.form-button p a:hover {
    text-decoration: underline
}

.user-form-remind {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background: @white;
    border: 1px solid @border
}

.user-form-remind p {
    font-size: 15px;
    text-transform: capitalize
}

.user-form-remind p a {
    font-weight: 500;
    margin-left: 5px;
    color: @primary-color
}

.user-form-remind p a:hover {
    text-decoration: underline
}

.user-form-footer {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px
}

.user-form-footer p {
    font-size: 14px;
    color: @gray
}

.user-form-footer p a {
    color: @primary-color;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.user-form-footer p a:hover {
    text-decoration: underline
}

@media (max-width: 575px) {
    .user-form-card {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .user-form-group {
        display: inherit
    }

    .user-form-divider {
        width: 100%;
        height: 1px;
        margin: 50px 0px
    }
}


/*************** Wallet *******************/
.my-wallet {
    margin-bottom: 30px
}

.my-wallet p {
    text-transform: capitalize;
    margin-bottom: 5px
}

.my-wallet h3 {
    font-size: 35px;
    color: @primary-color
}

.wallet-card-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wallet-card {
    padding: 25px;
    border-radius: 8px;
    background: @chalk;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.wallet-card:hover {
    background: @primary-color
}

.wallet-card:hover p, .wallet-card:hover h3 {
    color: @white;
}

.wallet-card p {
    text-transform: capitalize;
    margin-bottom: 5px
}

.wallet-card p, .wallet-card h3 {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.add-wallet p {
    margin-bottom: 10px
}

.wallet-form input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    background: @chalk;
    border: 1px solid @border;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.wallet-form input:focus-within {
    border-color: @primary-color
}

.wallet-form button {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 6px;
    margin-top: 17px;
    text-transform: uppercase;
    color: @white;
    background: @primary-color
}

.wallet-suggest {
    margin-top: 15px;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wallet-suggest h6 {
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase
}

.wallet-suggest ul li {
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block
}

.wallet-suggest ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 12px;
    line-height: 22px;
    border-radius: 4px;
    color: @text;
    background: @chalk;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.wallet-suggest ul li a:hover {
    color: @white;
    background: @primary-color
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: @border
}

.table thead tr {
    background: @chalk;
}

.table thead th {
    font-size: 15px;
    line-height: 32px;
    color: @heading
}

.table tbody tr th, .table tbody tr td {
    font-size: 15px;
    font-weight: 400;
    color: @text;
    text-align: center;
    text-transform: capitalize
}

.table tbody tr th {
    border-right: 1px solid @border
}

.table .fw-bold {
    font-weight: 500 !important
}

.bottom-paginate {
    border-top: none;
}

@media (max-width: 991px) {
    .table {
        width: 900px;
        overflow-x: scroll
    }
}

@media (max-width: 575px) {
    .wallet-suggest {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wallet-suggest h6 {
        margin: 0px 0px 10px
    }
}


/*************** Wish List *******************/
@media (max-width: 1199px) {
    .wishlist-part .container {
        max-width: 100%
    }
}


/************************ Shivani Start User Cart *************************/
.user-sidebar {
    position: fixed;
    top: 0px;
    right: -450px;
    width: 400px;
    height: 100vh;
    z-index: 5;
    background: @white;
    -webkit-box-shadow: -15px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: -15px 0px 25px 0px rgba(0,0,0,0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    /*overflow: auto;*/
}

.user-sidebar.active {
    right: 0px
}

.user-header {
    padding: 18px 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid @border
}

.user-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.user-total i {
    font-size: 20px;
    margin-right: 8px;
    color: @primary-color
}

.user-total span {
    font-weight: 500;
    color: @primary-color;
    text-transform: capitalize
}

.user-close {
    position: absolute;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.user-list {
    /*   height: 100%;
    padding: 0px 15px;*/
    text-align: center;
    max-height: calc(100vh - 210px);
    overflow-y: auto
}

.user-item {
    padding: 19px 0px 3px 0px;
    /* padding: 15px 0px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid @border
}
/*    .user-item:hover .user-media button {
        -webkit-transform: scale(1);
        transform: scale(1)
    }*/
.user-item:last-child {
    border-bottom: none
}

.user-media {
    position: relative;
    margin-right: 25px
}

.user-media a img {
    width: 100px;
    border-radius: 8px
}

.user-media button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0,0,0,0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.user-media button i {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: @red;
    background: rgba(255,255,255,0.9);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.user-media button i:hover {
    color: @white;
    background: @red
}

.user-info-group {
    width: 100%
}

.user-info {
    margin-bottom: 13px
}

.user-info h6 {
    font-weight: 400;
    text-transform: capitalize
}

.user-info h6 a {
    color: #010c1a;
}

@media (max-width: 450px) {
    .user-sidebar {
        right: 0px;
        width: 100%;
        height: 100vh;
        -webkit-transform: scale(0);
        transform: scale(0);
        margin: 80px 0px 0px;
        border-radius: 15px 15px 0px 0px;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .user-sidebar.active {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    .user-close {
        left: 50%;
        top: -45px;
        bottom: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50px 50px 0px 0px;
        -webkit-box-shadow: 0px -8px 10px 0px rgba(0,0,0,0.15);
        box-shadow: 0px -8px 10px 0px rgba(0,0,0,0.15)
    }

    .user-list {
        max-height: calc(100vh - 65px)
    }

    .cart-media a img {
        width: 80px
    }
    /*Shivani End User Cart*/

}



.footer-contact {
    display: -ms-grid;
    display: block;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.user-close i:hover {
    color: @white;
    background: @primary-color
}

.user-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: @text;
    background: @white;
    text-shadow: @primarytshadow;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.user-list {
    max-height: calc(100vh - 65px)
}

.footer-contact ul li a {
    color: #555555;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.footer-contact ul li a:hover {
    color: @primary-color;
    text-decoration: underline
}


.Product-search {
    background: @white;
    border-color: @primary
}

.Product-search {
    width: 80%;
    margin: 0px 50px;
    border-radius: 8px;
    background: @chalk;
    border: 2px solid @chalk;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.Product-search:focus-within {
    background: @white;
    border-color: @primary
}

.Product-search input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding-left: 15px
}

.Product-search button i {
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: @text;
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.Product-search button i:hover {
    color: @primary
}

@media (max-width: 991px) {
    .Product-search, .filter-action {
        display: none;
        margin: 10px 0px 0px
    }

    .Product-search.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-price-discount {
    position: absolute;
    right: 1px;
    font-size: 15px;
    /*    color: var(--gray-chalk)
*/
}

.filter-action .nav-tabs li {
    padding: 0px 0px;
    border-right: 0px;
}

.filter-action ul {
    padding: 0px 0px;
}

.filter-action .nav-tabs {
    background-color: @body;
    margin-bottom: 0px;
}


.theme-color {
    color: @primary-color
}

.theme-background-color {
    background-color: @primary-color;
}

.mt-5p {
    margin-top: 5%;
}

.mt-10p {
    margin-top: 10%;
}


.mt-15p {
    margin-top: 15%;
}


.mt-20p {
    margin-top: 20%;
}

.mt-25p {
    margin-top: 25%;
}

.mt-30p {
    margin-top: 30%;
}


.loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.mr-15 {
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-100 {
    margin-top: 100px;
}

.breakdownBoxes {
    text-align: center;
    border: 1px solid #c0c5ba;
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: @primary-color-light-shade !important;
}

.location_pin {
    display: inline-block;
    width: 50px;
    height: 75px;
    background: url(https://images.shopclues.com/images/ui/dkt_sprite_v3.png) no-repeat;
    background-position: 0 -184px;
}

/*AutoComplete textbox for header*/

.brand-logo:hover {
    transform: scale(1.1); /* Increase size on hover */
    border: 2px solid @primary-color; /* Highlight color on hover */
}

.product-price-add-to-cart {
    transform: skewX(-30deg) translateX(10px) !important;
}

.product-price-add-to-cart i {
    transform: skewX(30deg);
    display: inline-block;
}

.product-price-add-to-cart span {
    transform: skewX(30deg);
    display: inline-block;
}
.pl-60{
    padding-left:60px!important;
}
.pr-60{
    padding-right:60px!important;
}
@media screen and (min-width: 992px) {
    .header-part {
        display:none!important;
    }
}