@font-face {
    font-family: iransans;
    src: url('../fonts/IRANSansWeb(FaNum).ttf');
}
:root {
    --h1size: 50px;
    --h2size: 40px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 16px;
    --bodysize: 16px;
    --h1height: 58px;
    --h2height: 48px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 26px;
    --bodyheight: 26px;
    --pfamily: iransans;
    --red: #ff3838;
    --gray: #777777;
    --text: #555555;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --border: #e8e8e8;
    --heading: #39404a;
    --primary: #019345;
    --sub-heading: #565765;
    --green-chalk: #ddffd5;
    --green-dark: #072f17;
    --gray-chalk: #cccccc;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: iransans;
}
img {
    vertical-align: middle
}
a {
    color: #959595;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
}
a:hover {
    text-decoration: none
}
ul,
ol {
    padding: 0;
    list-style: none
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
    margin-bottom: 0;
    direction: rtl;
}
html,
body {
    scroll-behavior: smooth
}
body {
    color: var(--text);
    background: var(--chalk);
    font-size: var(--bodysize);
    font-family: var(--pfamily);
    line-height: var(--bodyheight);
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--heading);
}
h1 {
    font-size: var(--h1size);
    line-height: var(--h1height)
}
h2 {
    font-size: 14px;
    letter-spacing: -.3px;
    text-transform: capitalize;
}
h3 {
    font-size: var(--h3size);
    line-height: var(--h3height)
}
h4 {
    font-size: var(--h4size);
    line-height: var(--h4height);
}
h5 {
    font-size: var(--h5size);
    line-height: var(--h5height)
}
h6 {
    font-size: var(--h6size);
    line-height: var(--h6height)
}
p {
    direction: rtl;
}
input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize
}
input,
button {
    border: none;
    outline: none;
    background: 100% 0
}
button:focus {
    outline: none
}
.rtl {
    direction: rtl !important;
}
.facebook:hover {
    color: var(--white);
    background: var(--facebook)
}
.twitter:hover {
    color: var(--white);
    background: var(--twitter)
}
.linkedin:hover {
    color: var(--white);
    background: var(--linkedin)
}
@media (max-width: 575px) {
    .col {
        padding: 0 4px
    }
}
.section {
    margin-bottom: 50px;
}
.inner-section {
    margin-bottom: 40px;
}
.section-heading {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    display: inline-flex;
    align-content: center;
    justify-content: center;
}
.section-heading:before {
    width: 16px;
    height: 6px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    content: '';
    border-radius: 2px;
    background-color: #eac100;
    position: relative;
    top: 6px;
}
.section-heading::after {
    width: 100px;
    height: 1px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    content: '';
    border-radius: 2px;
    background-color: #a0a0a0;
    position: relative;
    top: 8px;
}
.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
    }
    .section-heading {
        margin-bottom: 30px
    }
    .section-heading h2 {
        font-size: 20px;
        line-height: 36px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section {
        margin-bottom: 75px
    }
    .inner-section {
        margin-bottom: 80px
    }
}
.alert {
    border: none;
    margin: 0;
    padding: 0 15px;
    border-radius: 0
}
.alert-info {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 3px;
    background: var(--white);
    border-top: 3px solid var(--primary);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}
.alert-info p {
    font-weight: 500;
    color: var(--primary);
    text-shadow: var(--primary-shadow)
}
.alert-info p a {
    margin-right: 5px;
    text-decoration: underline
}
.breadcrumb {
    align-items: center;
    justify-content: center;
    background: 100% 0;
    margin: 0
}
.breadcrumb .active {
    color: #ffcd5a !important;
}
.breadcrumb-item {
    font-size: 16px;
    /* padding: 0 !important; */
    text-transform: capitalize;
}
.breadcrumb-item+.breadcrumb-item::after {
    color: #b5b5b5;
    padding: 0 4px;
    font-size: 10px;
    content: "\f060";
    font-family: "font awesome 5 pro";
}
.breadcrumb-item a {
    color: #e9e9e9;
    transition: .5s ease-in-out;
    font-size: 12px;
}
.breadcrumb-item+.breadcrumb-item {
    /* padding-right: 0.5rem; */
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
    direction: ltr;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: none;
    padding-right: 0;
    color: #6c757d;
    content: "\f060";
}
.breadcrumb-item a:hover {
    color: #b6b6b6;
}
.btn:hover {
    color: #e3e3e3;
}
.btn {
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 26px;
    border-radius: 8px;
    color: #ffffff;
}
.btn:focus {
    box-shadow: none !important
}
.btn i {
    font-size: 18px;
    margin-left: 0;
    float: right;
}
.btn-inline {
    line-height: 20px;
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: none;
    padding: 16px 50px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    transition: .3s;
}
}
.btn:hover {
    border: 1px solid #b5b5b5;
    color: #5a5a5a;
    box-shadow: 0px 2px 5px 2px #f0f0f0;
}
.btn-inline:hover {
    border: 1px solid #b5b5b5;
    color: #5a5a5a;
    box-shadow: 0px 2px 5px 2px #f0f0f0;
}
.btn-outline {
    color: var(--primary);
    background: var(--white)
}
.btn-outline:hover {
    color: var(--white);
    background: var(--primary)
}
.dropdown-arrow {
    position: relative;
    padding-left: 18px !important
}
.dropdown-arrow:hover::before {
    color: var(--primary)
}
.dropdown-arrow::before {
    position: absolute;
    content: "\f107";
    top: 49%;
    right: 60px;
    font-size: 15px;
    line-height: 15px;
    color: var(--text);
    font-family: "font awesome 5 pro";
    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
}
.dropdown-link:hover::before {
    color: var(--primary)
}
.dropdown-link::before {
    position: absolute;
    content: "\f107";
    top: 50%;
    left: 0;
    font-size: 15px;
    line-height: 15px;
    color: var(--text);
    font-family: "font awesome 5 pro";
    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-list {
    display: none;
    padding: 10px;
    border-right: 3px solid #342ead;
    background: var(--white);
}
.dropdown-list li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
    padding: 10px 20px;
    color: var(--text);
    background: var(--white);
    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 {
    position: relative
}
.dropdown-list li::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 18.5px;
    border-top: 2px solid #342ead;
    width: 12px;
    background: #342ead;
}
.dropdown-list li a:hover {
    color: #2e26da;
}
.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 70px
}
.dropdown-position-list {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 2;
    width: 200px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 15px 35px 0 rgba(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 li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
    padding: 8px 15px;
    color: var(--text);
    background: var(--white);
    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-position-list li a:hover {
    color: var(--primary);
    padding-right: 22px
}
.dropdown-megamenu {
    position: static
}
.dropdown-megamenu:hover .megamenu {
    visibility: visible;
    opacity: 1;
    /* top: 200px; */
}
.loader {
    background: var(--primary);
    transform: rotate(-45deg) scale(.5);
    position: relative
}
.loader:after {
    content: '';
    border: calc(48 / 8) solid var(--primary);
    height: 100%;
    width: 100%;
    display: block;
    transform: scale(1.4);
    box-sizing: border-box;
    animation: ghost 1s ease-in-out infinite
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9999
}
.loader {
    position: relative;
    right: calc(50% - 25px);
    top: calc(50% - 50px);
    height: 60px;
    width: 60px;
    background: var(--primary);
    transform: rotate(-45deg) scale(.5)
}
.loader:after {
    content: '';
    border: 6px solid var(--primary);
    height: 100%;
    width: 100%;
    display: block;
    transform: scale(1.4);
    box-sizing: border-box;
    animation: ghost 1s ease-in-out infinite
}
@keyframes ghost {
    from,
    to {
        transform: scale(1.4);
        opacity: 1
    }
    50% {
        transform: scale(1.7);
        opacity: .5
    }
}
.back-to-top {
    position: fixed;
    display: none;
    left: 15px;
    bottom: 80px;
    z-index: 995
}
.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 26%;
    color: #fff;
    transition: all .4s;
    border: 2px solid #ffffff;
    background: #ffbf00;
}
.back-to-top i:hover {
    background: #0c2a4d;
    border-color: #ffffff;
    color: #fff;
}
.megamenu {
    position: absolute;
    /* top: 230px; */
    right: 0;
    width: 100%;
    z-index: 2;
    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 .container {
    padding: 30px 30px 0;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
    border-top: 5px solid #08c056;
}
.megamenu-wrap {
    margin-bottom: 30px;
}
.megamenu-title {
    margin-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 3px dotted #c1c1c1;
    background: #f3f4edd1;
    color: #383838;
    /* border-radius: 5px 15px 15px 15px; */
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 16px;
}
.megamenu-title:before {
    content: "\f1ce";
    padding-left: 4px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
}
.megamenu-list li a {
    width: 100%;
    border-radius: 5px;
    padding: 5px 0;
    color: var(--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;
    font-size: 12px;
}
.megamenu-list li a:before {
    content: "\f0d9";
    padding-left: 4px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 8px;
}
.megamenu-list li a:hover {
    color: #3e00ff;
    padding-right: 5px;
}
.megamenu-promo a img {
    width: 100%;
    border-radius: 3px
}
.form-title {
    text-align: center;
    margin-bottom: 20px
}
.form-title h3 {
    text-transform: capitalize
}
.form-group {
    margin-bottom: 25px
}
.form-group small {
    color: var(--gray);
    letter-spacing: .3px;
    padding: 0 20px 0 0
}
.form-group textarea {
    height: 150px;
    padding: 12px 20px
}
.form-label {
    font-weight: 500;
    margin: 0 3px 7px 0;
    white-space: nowrap;
    text-transform: capitalize
}
.form-control {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    padding: 0 20px 2px;
    color: var(--text);
    background: #fbfbfb;
    border: 1px solid var(--border);
}
.form-control:focus-within {
    background: var(--chalk);
    box-shadow: none;
    outline: 0
}
.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
    border: none;
    background: 100% 0;
    height: 45px;
    line-height: 45px;
    padding: 5px 15px 0;
    color: var(--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 {
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 43px;
    padding: 0 16px;
    border-radius: 6px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: var(--gray);
    background: var(--chalk);
    border: 1px solid var(--border);
    cursor: pointer
}
.form-select:focus-within {
    box-shadow: none;
    background: #3b414d;
    border-color: #3b414d;
}
.form-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    border-radius: 6px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: #3b414d;
}
.form-input-group {
    position: relative
}
.form-input-group:focus-within i {
    color: var(--primary)
}
.form-input-group input {
    padding: 0 45px 2px 20px
}
.form-input-group textarea {
    padding: 12px 45px 12px 20px
}
.form-input-group i {
    position: absolute;
    top: 0;
    right: 0;
    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: .5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: #3b414d;
}
.form-btn-group i {
    font-size: 16px;
    margin-left: 5px;
    display: inline-block
}
.nav-tabs {
    border: none;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 14px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.nav-tabs li {
    padding: 0 30px;
    border-left: 1px solid var(--border)
}
.nav-tabs li:last-child {
    border: none
}
.tab-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--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: #bdbdbd;
}
.tab-link i {
    font-size: 18px;
    margin-left: 3px
}
.tab-link.active {
    color: #dc3545;
}
.tab-pane {
    display: none;
    padding: 0
}
.tab-pane.active {
    display: block
}
@media (max-width: 575px) {
    .nav-tabs {
        flex-wrap: nowrap;
        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: 0 20px
    }
}
.pagination {
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
    border-radius: 8px;
    background: var(--white)
}
.page-item {
    margin: 0 8px
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%
}
.page-item .active {
    color: var(--white);
    background: #3b414d;
}
.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: none;
    padding: 0;
    color: var(--text);
    background: var(--border)
}
.page-link:hover {
    color: var(--white);
    background: #3b414d;
}
.page-link:focus {
    box-shadow: none
}
@media (max-width: 575px) {
    .page-item {
        margin: 0 6px
    }
    .page-link {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}
#slider-range {
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 25px;
    background: #e9e9e9;
    border: none;
    height: 5px
}
#slider-range span {
    border-radius: 50%;
    top: -.5em;
    border: none;
    background: #3b414d;
}
.ui-slider-horizontal .ui-slider-range {
    background: #3b414d;
}
#amount {
    color: #3b414d;
    font-size: 18px;
    font-weight: 500;
    border: none;
    background: 100% 0;
    text-align: center;
    margin-top: 15px;
    width: 100%;
}
.ui-state-active {
    background: var(--primary) !important;
    border-color: var(--primary) !important
}
.star-rating {
    direction: ltr;
    text-align: center;
    margin: 25px 0
}
.star-rating input {
    display: none
}
.star-rating input:checked ~ label::after {
    opacity: 1
}
.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 8px
}
.star-rating label:hover::after {
    opacity: 1
}
.star-rating label:hover:hover ~ label::after {
    opacity: 1
}
.star-rating label::before {
    content: "\f005";
    font-family: "font awesome 5 pro";
    font-weight: 900;
    font-size: 25px;
    display: block;
    color: #bbb
}
.star-rating label::after {
    content: "\f005";
    font-family: "font awesome 5 pro";
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    color: var(--primary);
    opacity: 0
}
.slider-arrow:hover .slick-right,
.slider-arrow:hover .slick-left {
    visibility: visible;
    opacity: 1;
}
.slick-right,
.slick-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 20%;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    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
}
.slick-right:hover,
.slick-left:hover {
    color: #ffffff;
    background: rgb(0 0 0 / 20%);
}
.slick-right {
    left: -10px
}
.slick-left {
    right: -10px
}
.slider-dots ul {
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
}
.slider-dots ul li {
    width: 8px;
    height: 2px;
    border-radius: 30px;
    background: var(--chalk);
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}
.slider-dots ul li button {
    display: none
}
.slider-dots ul li.slick-active {
    background: #9d9d9d;
}
@media (max-width: 575px) {
    .slider-dots ul {
        bottom: 10px
    }
    .slider-dots ul li {
        margin: 0 6px
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .slider-dots ul {
        bottom: 20px
    }
    .slider-dots ul li {
        margin: 0 6px
    }
}
.product-add {
    font-size: 14px;
    padding: 6px 10px;
    margin-top: 14px;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
    color: #898989;
    background: #f3f4ed;
    display: flex;
    align-items: 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: flex;
    align-items: center;
    justify-content: center;
    display: none
}
.product-action button i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    color: var(--text);
    background: var(--chalk);
    text-shadow: var(--primary-tshadow);
    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: #fff;
    background: #787878;
}
.product-action input {
    width: 100%;
    font-size: 15px;
    margin: 0 5px;
    padding: 6px 0;
    border-radius: 6px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow)
}
.table-list {
    width: 100%
}
thead tr {
    background: #3b414d;
}
thead tr th {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
    padding: 12px 20px;
    color: #ffffff;
    border-left: 1px solid #ffffff;
}
thead tr th:first-child {
    border-radius: 0 6px 6px 0
}
thead tr th:last-child {
    border-left: none;
    border-radius: 6px 0 0 6px
}
tbody tr {
    border-bottom: 1px solid var(--border)
}
tbody tr td {
    font-size: 14px;
    padding: 12px 20px;
    text-align: center;
    border: 1px solid var(--border);
}
tbody tr td:last-child {
    /* border-left: 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-right: 3px;
    color: var(--gray);
}
.table-desc p {
    width: 150px;
    font-size: 15px;
    text-align: right
}
.table-desc p a {
    text-transform: capitalize
}
.table-desc p a:hover {
    text-decoration: underline
}
.table-vendor a {
    font-weight: 500;
    color: var(--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: var(--primary)
}
.table-status h6 {
    text-transform: capitalize
}
.table-status .stock-in {
    color: var(--primary)
}
.table-status .stock-out {
    color: var(--red)
}
.table-shop {
    width: 180px
}
.table-shop .product-add {
    color: var(--white);
    background: var(--primary)
}
.table-shop .action-plus i,
.table-shop .action-minus i {
    background: var(--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: #3b414d;
    background: var(--white);
}
.table-action .view i:hover {
    color: var(--white);
    background: #3b414d;
}
.table-action .wish i {
    color: var(--green);
    background: var(--white)
}
.table-action .wish.active i {
    color: var(--white);
    background: var(--green)
}
.table-action .trash i {
    color: #dc3545;
    background: var(--white);
}
.table-action .trash i:hover {
    color: var(--white);
    background: var(--red)
}
@media (max-width: 1199px) {
    .table-scroll {
        overflow-x: scroll
    }
}
.modal-dialog {
    max-width: max-content
}
.modal-content {
    border: none;
    background: 100% 0;
    border-radius: 0
}
.modal-close {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--white);
    box-shadow: 0 5px 12px 0 rgba(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: var(--white);
    background: var(--primary)
}
.modal-form {
    width: 400px;
    padding: 30px;
    border-radius: 8px;
    background: var(--white)
}
@media (max-width: 400px) {
    .modal-form,
    .modal-dialog {
        width: 100%;
        max-width: inherit
    }
}
@media (max-width: 1100px) {
    .modal-dialog {
        margin: 80px auto 50px
    }
    .modal-close {
        left: 50%;
        top: -45px;
        transform: translateX(-50%)
    }
}
.order-track {
    margin-bottom: 25px
}
.order-track-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 8px;
    background: var(--chalk)
}
.order-track-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}
.order-track-item::before {
    position: absolute;
    content: "";
    top: 20px;
    right: 0;
    width: 100%;
    height: 5px;
    z-index: -1;
    background: var(--white)
}
.order-track-item:first-child::before {
    border-radius: 0 50px 50px 0
}
.order-track-item:last-child::before {
    border-radius: 50px 0 0 50px
}
.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: #7a7a7a;
    background: #ffffff;
    border: 1px solid #7a7a7a;
}
.order-track-item span {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    color: #3c434c;
    text-transform: capitalize;
}
.order-track-item.active::before {
    background: #7a7a7a;
}
.order-track-item.active i {
    color: #ffffff;
    background: #7a7a7a;
}
.order-track-item.active span {
    color: #7a7a7a;
}
@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: var(--primary);
    background: 100% 0
}
@media (max-width: 991px) {
    .nav {
        margin-bottom: 30px
    }
}
.suggest-card {
    position: relative
}
.suggest-card::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgb(0 0 0 / 27%);
    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: #3b414d9e
}
.suggest-card img {
    width: 100%;
    border-radius: 8px
}
.suggest-card h5 {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    text-align: center;
    transform: translate(50%, -50%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: var(--primary-tshadow);
}
.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 {
    padding: 12px 10px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 12px;
    position: relative;
    box-shadow: 0 1px 7px -3px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    transition: all .3s
}
.product-card:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1)
}
.product-card:hover .product-widget {
    opacity: 1;
    bottom: 15px
}
.product-card:hover .product-add {
    color: #ffffff;
    background: #00bd56;
}
.product-media {
    position: relative
}
.product-label {
    display: flex;
    flex-direction: column;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
}
.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: var(--white);
    text-align: center;
    text-transform: capitalize
}
.label-text.off {
    background: var(--red)
}
.label-text.new {
    background: #29bb89;
}
.label-text.sale {
    background: #08c056;
}
.label-text.feat {
    background: var(--purple)
}
.label-text.rate {
    background: var(--yellow)
}
.label-text.order {
    background: var(--blue)
}
.product-wish {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--gray-chalk);
    transition: .5s ease-in-out
}
.product-wish:hover {
    color: #ff0000;
}
.product-wish.active {
    color: var(--primary)
}
.product-image {
    width: 100%
}
.product-image img {
    width: 100%
}
.product-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    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: 0 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: #f5f5f5;
    background: #3b414d;
    transition: .5s ease-in-out;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
}
.product-widget a:hover {
    background: #676767;
}
.product-content {
    padding-top: 12px;
    direction: rtl;
}
.product-rating {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 3px
}
.product-rating i,
.product-rating a {
    font-size: 10px;
    margin: 0 2px;
    color: #b1b1b1;
}
.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: var(--primary);
    text-decoration: underline
}
.product-rating .active {
    color: #f7db87cf;
}
.product-name {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 14px;
}
.product-name a {
    margin: 0 0 15px;
    font-size: 13px;
    display: block;
    line-height: 22px;
    font-weight: 500;
    color: #626060;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    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-name a:hover {
    color: #9D9D9D;
}
.product-price {
    padding-bottom: 5px;
    float: none;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
    display: contents;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.product-price del {
    color: #dfc2c0;
    margin-left: 8px;
    font-size: 12px;
}
.product-price span {
    font-size: 14px;
    font-weight: 200;
    color: #3dab26;
    background-color: #f9f9f9;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 4px;
    white-space: nowrap;
}
.product-price span small {
    font-weight: 400
}
.product-disable {
    position: relative
}
.product-disable:hover {
    border-color: var(--border);
    box-shadow: none
}
.product-disable:hover .product-add {
    color: var(--heading);
    background: var(--border)
}
.product-disable .product-widget {
    visibility: hidden
}
.product-disable::before {
    position: absolute;
    content: "Out of Stock";
    top: 40%;
    right: 50%;
    z-index: 2;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: var(--primary-tshadow);
    transform: translate(50%, -50%);
    color: var(--white);
    background: rgba(224, 152, 22, .9)
}
.product-disable::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, .6)
}
@media (max-width: 575px) {
    .product-card {
        padding: 8px;
        margin-bottom: 8px
    }
    .product-name {
        font-size: 15px;
        line-height: 22px
    }
}
.feature-card {
    padding: 12px 10px;
    border-radius: 7px;
    margin-bottom: 12px;
    position: relative;
    box-shadow: 0 1px 7px -3px rgb(0 0 0 / 10%);
    transition: all .3s;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.feature-card:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1)
}
.feature-card:hover .feature-widget {
    opacity: 1;
    bottom: 15px
}
.feature-card:hover .feature-add {
    color: var(--white);
    background: var(--primary)
}
.feature-media {
    position: relative
}
.feature-label {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0
}
.label-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    /* height: 10px; */
    line-height: 10px;
    padding: 2px 4px 0px 2px;
    text-align: center;
}
.label-text.off {
    background: #81b214;
}
.label-text.new {
    background: #ff5722;
}
.label-text.sale {
    background: #08c056;
}
.label-text.feat {
    background: #8493ca
}
.label-text.rate {
    background: var(--yellow)
}
.label-text.order {
    background: var(--blue)
}
.feature-wish {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--gray-chalk);
    transition: .5s ease-in-out
}
.feature-wish:hover {
    color: var(--primary)
}
.feature-wish.active {
    color: var(--primary)
}
.feature-image img {
    width: 170px
}
.feature-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    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: 0 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--white);
    background: #342ead;
    text-shadow: var(-primary-tshadow);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
}
.feature-content {
    width: 100%;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid var(--border);
}
.feature-content .product-add {
    /* width: 50px; */
    /* height: 24px; */
    /* float: left; */
}
.feature-content .product-add:hover {
    color: #ffffff;
    background: #00bd56;
}
.feature-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3px;
}
.feature-rating i,
.feature-rating a {
    font-size: 10px;
    margin: 0 2px;
    color: #b1b1b1;
}
.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: var(--primary);
    text-decoration: underline
}
.feature-rating .active {
    color: #e3cb85;
}
.feature-name {
    margin-bottom: 3px;
    text-transform: capitalize;
    font-size: 14px;
}
.feature-name a {
    margin: 0 0 15px;
    font-size: 13px;
    display: block;
    line-height: 22px;
    font-weight: 500;
    color: #626060;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    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: #9d9d9d;
}
.feature-price {
    float: none;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px;
}
.feature-price del {
    color: #9d534e;
    margin-left: 8px;
    font-size: 12px;
}
.feature-price span {
    font-size: 14px;
    font-weight: 200;
    color: #3dab26;
    background-color: #fbfbfb;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 4px;
    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 {
        align-items: center
    }
    .feature-content {
        padding-right: 12px;
        margin-right: 12px
    }
    .feature-desc {
        display: none
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .feature-image img {
        width: 190px
    }
    .top-part .feature-image img {
        width: 72px !important
    }
    .top-part .feature-content {
        padding-right: 8px;
        margin-right: 8px
    }
}
.product-standard {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 8px;
    background: var(--white);
    display: flex;
    align-items: center;
    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 {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1)
}
.product-standard:hover .standard-widget {
    opacity: 1;
    bottom: 15px
}
.product-standard:hover .standard-add {
    color: var(--white);
    background: var(--primary)
}
.standard-media {
    position: relative
}
.standard-label-group {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1
}
.standard-label {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: capitalize;
    color: var(--white)
}
.standard-label.off {
    background: #81b214;
}
.standard-label.new {
    background: var(--green)
}
.standard-label.sale {
    background: var(--orange)
}
.standard-label.feat {
    background: var(--purple)
}
.standard-label.rate {
    background: var(--yellow)
}
.standard-image img {
    width: 220px
}
.standard-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    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: 0 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--white);
    background: #3b414d;
    text-shadow: var(-primary-tshadow);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
}
.standard-content {
    width: 100%;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid var(--border)
}
.standard-name {
    margin-bottom: 5px;
    text-transform: capitalize
}
.standard-name a {
    color: var(--sub-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
}
.standard-name a:hover {
    color: var(--primary)
}
.standard-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 5px
}
.standard-price del {
    color: #797979;
    margin-left: 12px;
}
.standard-price span {
    color: #669400;
    white-space: nowrap;
}
.standard-price span small {
    font-weight: 400
}
.standard-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px
}
.standard-rating i,
.standard-rating a {
    font-size: 14px;
    margin-left: 3px;
    color: var(--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: var(--primary);
    text-decoration: underline
}
.standard-rating .active {
    color: #c49325;
}
.standard-desc {
    margin-bottom: 20px
}
.standard-action-group {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}
.standard-action-group .product-add,
.standard-action-group .action-input {
    padding: 10px 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--white);
    background: #399400;
}
.standard-action-group .product-add {
    font-size: 14px;
    font-weight: 500
}
.product-add span {
    padding-right: 5px;
}
.standard-wish {
    padding: 10px 0;
    border-radius: 8px;
    display: flex;
    align-items: 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-left: 6px
}
.standard-wish span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase
}
.standard-wish {
    color: #3b414d;
    background: var(--border);
}
.standard-wish.active {
    color: var(--white);
    background: var(--primary)
}
.standard-action {
    display: flex;
    align-items: 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: var(--text);
    background: var(--border);
    text-shadow: var(--primary-tshadow);
    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: var(--white);
    background: var(--primary)
}
.standard-action input {
    width: 100%;
    height: 45px;
    margin: 0 8px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 5px;
    letter-spacing: .3px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow)
}
@media (max-width: 575px) {
    .product-standard {
        padding: 10px
    }
    .standard-image img {
        width: 130px
    }
    .standard-content {
        margin-right: 10px;
        padding-right: 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;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
    }
    .standard-action input {
        height: 38px
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .standard-image img {
        width: 150px
    }
    .standard-content {
        margin-right: 10px;
        padding-right: 10px
    }
    .standard-name {
        font-size: 18px
    }
    .standard-price {
        font-size: 16px
    }
    .standard-desc {
        display: none
    }
    .standard-action-group {
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
    }
    .product-add,
    .standard-wish {
        padding: 8px 0
    }
    .product-add i,
    .standard-wish i {
        display: none
    }
    .standard-action input {
        height: 38px
    }
}
.choose-card {
    display: flex
}
.choose-card:hover i {
    color: var(--white);
    background: var(--primary)
}
.choose-icon i {
    width: 75px;
    height: 75px;
    font-size: 40px;
    line-height: 75px;
    border-radius: 50%;
    margin-left: 30px;
    text-align: center;
    display: inline-block;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    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 {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    height: 390px;
    margin: 10px 0;
    box-shadow: 0 8px 15px -4px rgb(0 0 0 / 25%);
    position: relative;
    transition: .3s;
}
.blog-card:hover .blog-img img {
    transform: scale(1.05)
}
.blog-media {
    position: relative
}
.blog-calender {
    position: absolute;
    bottom: -10px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    color: var(--white);
    background: #01c5c4;
}
.blog-calender span {
    line-height: 20px
}
.blog-date {
    font-size: 20px;
    font-weight: 500
}
.blog-month {
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: uppercase
}
.blog-img {
    overflow: hidden;
    width: 100%;
    /* border-radius: 20px; */
}
.blog-img img {
    width: 100%;
    /* border-radius: 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-content {
    padding: 15px 15px 15px;
}
.blog-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.blog-meta li {
    display: flex;
    align-items: center;
    margin-left: 30px
}
.blog-meta li:last-child {
    margin: 0
}
.blog-meta li i {
    color: #dbdbdb;
    margin-left: 8px;
    font-size: 14px;
}
.blog-meta li a,
.blog-meta li span {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
    color: #d5d5d5;
}
.blog-meta li a {
    color: var(--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: var(--primary)
}
.blog-title {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #efefef;
    text-align: justify;
}
.blog-title a {
    color: var(--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: #242079;
}
.blog-desc {
    font-size: 17px;
    line-height: 28px;
    color: var(--gray);
    margin-bottom: 40px
}
.blog-btn {
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
    float: left;
    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: 14px;
    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: relative;
    top: 3px;
}
.blog-btn:hover {
    color: #342ead;
}
.blog-btn:hover i {
    margin-right: 5px
}
.offer-card {
    margin-bottom: 30px;
    background: var(--white);
    border-radius: 10px
}
.offer-card a {
    width: 100%
}
.offer-card a img {
    width: 100%;
    border-radius: 10px
}
.offer-div {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 0 0 8px 8px
}
.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: var(--primary);
    text-transform: capitalize
}
@media (min-width: 351px) and (max-width: 575px) {
    .offer-card {
        width: 320px;
        margin: 0 auto 30px
    }
}
.account-card {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 0 30px 30px;
    background: var(--white)
}
.account-title {
    padding: 18px 0;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
}
.account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0;
    width: 50px;
    height: 2px;
    background: #3b414d;
}
.account-title h4 {
    text-transform: capitalize;
    font-size: 14px;
}
.account-title button,
.account-title a {
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: .3px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--white);
    background: #37a339;
    text-shadow: var(--primary-tshadow);
    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: var(--white);
    background: #8493ca
}
@media (max-width: 575px) {
    .account-card {
        padding: 0 15px 15px
    }
}
.profile-card {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid var(--white);
    background: var(--chalk);
    position: relative;
    cursor: pointer;
}
.profile-card:hover ul {
    visibility: visible;
    opacity: 1
}
.profile-card h6 {
    color: var(--text);
    margin-bottom: 8px;
    text-transform: capitalize
}
.profile-card p {
    text-transform: capitalize
}
.profile-card ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0;
    visibility: hidden;
    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 0
}
.profile-card ul li button {
    width: 30px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    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: var(--green)
}
.profile-card ul .edit:hover {
    color: var(--white);
    background: var(--green)
}
.profile-card ul .trash {
    color: var(--red)
}
.profile-card ul .trash:hover {
    color: var(--white);
    background: var(--red)
}
.profile-card.active {
    border-color: #3b414d;
}
.payment-card {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    background: var(--chalk);
    border: 1px solid var(--white);
    position: relative;
    cursor: pointer;
}
.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: var(--heading);
    margin-bottom: 5px
}
.payment-card p span {
    font-size: 20px;
    margin-left: 10px;
    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 {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0;
    visibility: hidden;
    width: 30px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    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: var(--red)
}
.payment-card .trash:hover {
    color: var(--white);
    background: var(--red)
}
.payment-card.active {
    border-color: #3b414d;
}
@media (max-width: 575px) {
    .payment-card p span {
        margin-left: 8px
    }
}
.contact-card {
    text-align: center;
    border-radius: 8px;
    margin: 0 2.5px;
    padding: 20px;
    background: var(--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: #3b414d;
}
.contact-card:hover i {
    color: #6c757d;
    background: #ffffff;
}
.contact-card:hover h4,
.contact-card:hover p,
.contact-card:hover a {
    color: var(--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: var(--white);
    background: #3b414d;
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    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: var(--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: var(--primary)
}
.contact-card.active i {
    color: var(--primary);
    background: var(--white)
}
.contact-card.active h4,
.contact-card.active p,
.contact-card.active a {
    color: var(--white)
}
.branch-card {
    margin: 0 2.5px 30px;
    position: relative
}
.branch-card:hover::before {
    background: rgba(135, 64, 221, .85)
}
.branch-card:hover .branch-overlay {
    top: 50%
}
.branch-card:hover .branch-overlay p {
    opacity: 1
}
.branch-card::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(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%;
    right: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    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: var(--white);
    letter-spacing: .3px;
    margin-bottom: 8px;
    text-transform: capitalize;
    text-shadow: var(--primary-tshadow)
}
.branch-overlay p {
    width: 200px;
    margin: 0 auto;
    letter-spacing: .3px;
    color: var(--white);
    opacity: 0;
    text-transform: capitalize;
    text-shadow: var(--primary-tshadow);
    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 {
    transform: scale(1.05)
}
.team-media:hover .team-overlay {
    top: 0;
    opacity: 1
}
.team-media:hover .team-overlay a {
    padding-top: 0
}
.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: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: 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: 0 5px;
    text-align: center;
    border-radius: 50%;
    color: var(--text);
    background: var(--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-overlay a:hover {
    background: var(--primary);
    color: var(--white)
}
.team-meta {
    text-align: center
}
.team-meta h5 {
    text-transform: capitalize
}
.team-meta h5 a {
    color: var(--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: var(--primary)
}
.team-meta p {
    font-size: 15px;
    text-transform: capitalize
}
@media (max-width: 575px) {
    .team-card {
        width: 290px;
        margin: 0 auto 50px
    }
}
.header-top {
    padding: 8px 0;
    background: #3b414d;
}
.header-top-welcome p {
    font-size: 14px;
    color: var(--white);
    letter-spacing: .3px;
}
.header-top-select {
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}
.header-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
.header-select:last-child {
    border: none
}
.header-select i {
    font-size: 16px;
    margin-left: 8px;
    color: var(--white)
}
.header-select .nice-select {
    line-height: 20px
}
.header-select .nice-select .list {
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: absolute;
    border-radius: 8px;
    top: calc(100% + 0.4rem);
    background-color: #fff;
    box-shadow: rgb(0 0 0/16%) 0 6px 12px
}
.header-select .nice-select::after {
    border-left-color: var(--white);
    border-bottom-color: var(--white);
    height: 7px;
    width: 7px
}
.header-select .nice-select .current {
    color: var(--white)
}
.header-top-list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.header-top-list li {
    margin-right: 35px
}
.header-top-list li a {
    font-size: 14px;
    color: var(--white);
    letter-spacing: .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
}
.header-top-list li a:hover {
    color: #e4e4e4;
}
@media (max-width: 767px) {
    .header-top-welcome,
    .header-top-list {
        display: none
    }
    .header-top-select {
        width: 270px;
        margin: 0 auto
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-top-welcome {
        text-align: center;
        margin-bottom: 10px
    }
}
.header-part {
    background: #ffffff;
    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 .container {
    padding: 18px 9px
}
.header-part.active {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    backdrop-filter: saturate(180%) blur(20px);
    background: hsla(0, 0%, 100%, .72)!important;
    box-shadow: 0 5px 15px 0 rgba(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-widget:hover i {
    background: #3b414d;
}
.header-part.active .header-widget i {
    background: var(--chalk)
}
.header-part.active .header-widget sup {
    border-color: var(--white)
}
.header-part.active .header-form {
    border-color: #3b414d;
}
.header-content-group {
    display: flex;
    align-items: center;
    justify-content: center
}
.header-logo {
    margin-left: 50px
}
.header-logo img {
    width: auto;
    height: 80px;
    margin: -20px;
    /* line-height: 22px; */
    /* max-width: 100%; */
}
.header-widget-group {
    display: flex;
    align-items: center;
    justify-content: center
}
.header-widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}
.header-widget:hover i {
    color: #f5f5f5;
    background: #3b414d;
}
.header-widget img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}
.header-widget i {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 14%;
    color: #6c757d;
    background: #f9f9f9;
    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-cate i {
    font-size: 18px;
    line-height: 48px;
}
.header-widget span {
    font-weight: 400;
    margin-right: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--heading)
}
.header-widget .count {
    position: absolute;
    right: 8px;
    top: -14px;
    border-radius: 7px 7px 7px 0;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ff4848;
    color: #fff;
}
.header-widget sup {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    padding-left: 8px;
    padding-top: 10px;
}
.header-widget .icofont-shopping-cart {
    font-size: 18px
}
.header-form {
    width: 50%;
    margin: 0 16px;
    border: none!important;
    background-color: #f7f7f7!important;
    border-radius: 10px!important;
    display: flex;
    align-items: 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 {
    border-color: #c59425;
}
.header-form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding-right: 15px;
}
.header-form input::placeholder {
    font-size: 13px !important;
    color: #afafaf;
}
.header-form button i {
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: #adadad;
    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: #8b8b8b;
}
.header-widget-group.right .header-widget {
    margin-right: 20px
}
.header-widget-group.right .header-widget:first-child {
    margin-right: 0
}
.header-widget-group.left .header-src,
.header-widget-group.left .header-user {
    display: none
}
@media (max-width: 991px) {
    .header-part .container-fluid {
        padding: 10px 15px
    }
    .header-content-group {
        flex-direction: column
    }
    .header-logo {
        margin: 0
    }
    .header-logo img {
        height: 45px
    }
    .header-widget-group.left .header-src,
    .header-widget-group.left .header-user {
        display: block;
    }
    .header-widget-group.right,
    .header-cate {
        display: none
    }
    .header-widget-group {
        width: 100%;
        justify-content: space-between
    }
    .header-form {
        display: none;
        margin: 10px 0 0
    }
    .header-form.active {
        display: flex
    }
    .search-btn {
        display: block;
        text-align: left
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-widget span {
        display: none
    }
}
.navbar-part {
    background: var(--white);
    border-top: 1px solid var(--border)
}
.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.navbar-item {
    margin-left: 30px;
    font-size: 14px;
}
.navbar-item:last-child {
    margin-left: 0
}
.navbar-link {
    padding: 14px 0;
    font-weight: 500;
    color: #7e7e7e;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.navbar-link:hover {
    border-bottom: 2px solid #155bff;
    color: #155bff;
}
nav ul li a:after {
    content: '/';
    color: #c8cfdc;
    font-size: 11px;
    font-weight: 200;
    position: absolute;
    right: -20px;
    margin-top: 1px;
    line-height: 20px;
    top: 16px;
}
nav ul li:first-child a:after {
    display: none;
}
.navbar-focus-list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.navbar-focus-list li {
    margin-right: 30px
}
.navbar-focus-list li:first-child {
    margin-right: 0
}
.navbar-focus-list li a {
    font-weight: 500;
    color: var(--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: var(--primary)
}
.navbar-focus-list li a i {
    font-size: 18px;
    margin-left: 5px
}
.navbar-info-group {
    display: flex;
    align-items: center;
    justify-content: center
}
.navbar-info {
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navbar-info:last-child {
    margin-left: 0;
}
.navbar-info i {
    font-size: 22px;
    margin-left: 15px;
    color: #dddddd;
}
.navbar-info p small {
    font-size: 12px;
    /* line-height: 16px; */
    display: block;
    text-align: right;
    text-transform: capitalize;
    color: #3b414d;
}
.navbar-info p span {
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .navbar-part {
        display: none
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-part .container-fluid {
        padding: 0 30px
    }
    .navbar-list li {
        margin-left: 18px
    }
    .navbar-link {
        font-size: 15px
    }
    .navbar-info {
        margin-left: 15px
    }
    .navbar-info p span {
        font-size: 14px
    }
    .navbar-info i {
        margin-left: 10px
    }
}
.category-part {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    transition: all linear .2s
}
.category-container {
    position: absolute;
    top: 0;
    right: -320px;
    width: 280px;
    height: 100vh;
    background: var(--white);
    box-shadow: -15px 0 25px 0 rgba(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-part.active {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
}
.category-part.active .category-container {
    right: 0
}
.category-header {
    padding: 15px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border)
}
.category-header a img {
    width: auto;
    height: 40px
}
.category-close {
    position: absolute;
    top: 50%;
    left: -18px;
    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: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    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: var(--white);
    background: var(--primary)
}
.category-list {
    width: 100%;
    padding: 10px 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 140px)
}
.category-list li {
    width: 100%
}
.cate-link {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    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
}
.cate-link:hover {
    color: #342ead;
}
.cate-link i {
    font-size: 28px;
    margin-left: 15px
}
.category-footer {
    text-align: center;
    margin-top: 20px
}
.category-footer p {
    font-size: 14px;
    color: var(--gray)
}
.category-footer p a {
    color: var(--primary)
}
.cart-part {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all linear .2s
}
.cart-container {
    position: absolute;
    top: 0;
    left: -450px;
    width: 400px;
    height: 100vh;
    background: var(--white);
    box-shadow: 15px 0 25px 0 rgba(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-part.active {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
}
.cart-part.active .cart-container {
    left: 0
}
.cart-header {
    padding: 18px 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid var(--border)
}
.cart-total {
    display: flex;
    align-items: center;
    justify-content: center
}
.cart-total i {
    font-size: 20px;
    margin-left: 8px;
    color: #29bb89;
}
.cart-total span {
    font-weight: 500;
    color: #6c757d;
    text-transform: capitalize;
}
.cart-close {
    position: absolute;
    top: 50%;
    right: -18px;
    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: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    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: #fdfdfd;
    background: #7a7a7a;
}
.cart-list {
    height: 100%;
    padding: 0 15px;
    max-height: calc(100vh - 210px);
    overflow-y: scroll
}
.cart-item {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid var(--border)
}
.cart-item:hover .cart-media button {
    transform: scale(1)
}
.cart-item:last-child {
    border-bottom: none
}
.cart-media {
    position: relative;
    margin-left: 25px
}
.cart-media a img {
    width: 100px;
    border-radius: 8px
}
.cart-media button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .2);
    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: var(--red);
    background: rgba(255, 255, 255, .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: var(--white);
    background: var(--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: var(--heading)
}
.cart-info p {
    font-size: 14px
}
.cart-action-group {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between
}
.cart-action-group .product-action {
    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: var(--primary);
    background: var(--chalk)
}
.cart-action-group h6 {
    font-weight: 500;
    color: var(--primary)
}
.cart-footer {
    padding: 20px 15px 0;
    text-align: center;
    box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, .08)
}
.coupon-btn {
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--primary);
    text-shadow: var(--primary-tshadow)
}
.coupon-btn:hover {
    text-decoration: underline
}
.coupon-form {
    padding: 3px;
    border-radius: 8px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    box-shadow: 0 7px 13px 0 rgba(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: var(--primary)
}
.coupon-form input {
    width: 100%;
    height: 38px;
    padding: 0 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: var(--white);
    background: #37a339;
}
.cart-checkout-btn {
    padding: 10px 0;
    border-radius: 8px;
    background: #29bb89;
    display: flex;
    align-items: 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: var(--heading)
}
.checkout-label {
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white)
}
.checkout-price {
    padding: 0 25px;
    letter-spacing: .3px;
    color: var(--white);
    border-right: 1px solid var(--border)
}
@media (max-width: 450px) {
    .cart-part {
        overflow-y: scroll;
        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-container {
        left: 0;
        width: 100%;
        height: auto;
        margin: 80px 0 0;
        border-radius: 15px 15px 0 0
    }
    .cart-part.active {
        transform: scale(1);
        transform-origin: top
    }
    .cart-close {
        right: 50%;
        top: -45px;
        bottom: inherit;
        transform: translateX(50%);
        border-radius: 50px 50px 0 0;
        box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, .15)
    }
    .cart-list {
        max-height: 100%
    }
    .cart-footer {
        margin-bottom: 30px
    }
}
.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    transition: all linear .2s
}
.nav-container {
    position: absolute;
    top: 0;
    right: -320px;
    padding: 0;
    width: 280px;
    height: 100vh;
    background: var(--white);
    box-shadow: -15px 0 25px 0 rgba(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
}
.mobile-nav.active {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
}
.mobile-nav.active .nav-container {
    right: 0
}
.nav-header {
    padding: 15px 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border)
}
.nav-header a img {
    width: auto;
    height: 40px
}
.nav-close {
    position: absolute;
    top: 50%;
    left: -18px;
    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: var(--text);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    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: var(--white);
    background: var(--primary)
}
.nav-content {
    padding: 0 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 100px)
}
.nav-profile {
    width: 100%;
    text-align: center;
    padding: 18px 0 0
}
.nav-user {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid var(--primary)
}
.nav-user img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid var(--white)
}
.nav-name {
    margin-bottom: 18px;
    text-transform: capitalize
}
.nav-name a {
    color: var(--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: var(--primary)
}
.nav-select-group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border)
}
.nav-select {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    padding-left: 18px;
    line-height: 20px;
    border-left: 1px solid var(--gray-chalk)
}
.nav-select:last-child {
    padding: 0;
    margin: 0;
    border: none
}
.nav-select i {
    margin-left: 5px
}
.nav-list {
    width: 100%
}
.nav-list li {
    width: 100%;
}
.nav-link {
    width: 100%;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 8px;
    color: var(--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: #c59425;
    background: #e9ecef;
}
.nav-link::before {
    left: 15px
}
.nav-link i {
    font-size: 20px;
    margin-left: 12px
}
.nav-info-group {
    padding: 20px 0;
    margin-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.nav-info {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.nav-info:last-child {
    margin-bottom: 0
}
.nav-info i {
    font-size: 30px;
    margin-left: 15px;
    color: var(--primary)
}
.nav-info p small {
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: right;
    text-transform: capitalize
}
.nav-info p span {
    font-size: 16px;
    font-weight: 500
}
.nav-footer {
    text-align: center;
    letter-spacing: 0.9px;
}
.nav-footer p {
    font-size: 14px;
    color: #afafaf;
}
.nav-footer p a {
    color: #3b414d;
}
.mobile-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    background: var(--white);
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    display: none;
    border-radius: 20px 20px 0 0
}
.mobile-menu a,
.mobile-menu button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 10px 0;
    border-radius: 8px;
    position: relative
}
.mobile-menu a:hover,
.mobile-menu button:hover {
    background: var(--chalk)
}
.mobile-menu a:hover i,
.mobile-menu button:hover i {
    color: #c59425;
}
.mobile-menu a:hover span,
.mobile-menu button:hover span {
    color: #c59425;
}
.mobile-menu a i,
.mobile-menu button i {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: -2px 3px 8px rgba(0, 0, 0, .1);
}
.mobile-menu a span,
.mobile-menu button span {
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase
}
.mobile-menu a sup,
.mobile-menu button sup {
    position: absolute;
    top: -12px;
    right: 75%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 30%;
    text-align: center;
    transform: translateX(50%);
    color: #ffffff;
    background: #ff4848;
    border: 2px solid #ffffff;
    /* text-shadow: var(--primary-tshadow); */
}
.mobile-menu a .icofont-shopping-cart,
.mobile-menu button .icofont-shopping-cart {
    font-size: 18px
}
@media (max-width: 991px) {
    .mobile-menu {
        display: flex
    }
}
.product-view {
    max-width: 1000px;
    border-radius: 8px;
    background: var(--white)
}
.view-gallery {
    margin: 30px;
    position: relative
}
.view-label-group {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    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: var(--white)
}
.view-label:last-child {
    margin-bottom: 0
}
.view-label.off {
    background: var(--red)
}
.view-label.new {
    background: var(--green)
}
.view-label.sale {
    background: var(--orange)
}
.view-label.feat {
    background: var(--purple)
}
.view-label.rate {
    background: var(--yellow)
}
.view-details {
    margin: 30px
}
.view-name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize
}
.view-name a {
    color: var(--heading)
}
.view-name a:hover {
    color: var(--primary)
}
.view-meta {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.view-meta p {
    font-size: 13px;
    margin-left: 20px;
    text-transform: uppercase;
    color: var(--placeholder)
}
.view-meta span,
.view-meta a {
    margin-right: 5px;
    color: var(--placeholder)
}
.view-meta a:hover {
    text-decoration: underline;
    color: var(--primary)
}
.view-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px
}
.view-rating i,
.view-rating a {
    font-size: 15px;
    margin-left: 3px;
    color: var(--gray)
}
.view-rating a {
    margin-right: 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: var(--primary);
    text-decoration: underline
}
.view-rating .active {
    color: var(--primary)
}
.view-price {
    margin-bottom: 20px
}
.view-price del {
    color: var(--red);
    margin-left: 25px
}
.view-price span {
    color: var(--primary)
}
.view-price span small {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}
.view-desc {
    margin-bottom: 25px
}
.view-list-group {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin-bottom: 25px
}
.view-list-group:last-child {
    margin-bottom: 0
}
.view-list-title {
    font-weight: 500;
    margin-left: 15px;
    color: var(--heading);
    text-transform: capitalize
}
.view-tag-list {
    display: flex;
    align-items: center;
    justify-content: center
}
.view-tag-list li {
    margin-left: 8px
}
.view-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: var(--text);
    background: var(--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: var(--white);
    background: var(--primary)
}
.view-share-list {
    display: flex;
    align-items: center;
    justify-content: center
}
.view-share-list li {
    margin-left: 8px
}
.view-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--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: var(--white);
    background: var(--primary)
}
.view-add-group {
    margin: 45px 0 15px
}
.view-add-group .product-add,
.view-add-group .action-input {
    height: 46px;
    line-height: 46px;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary)
}
.view-action-group {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative
}
.view-action-group a {
    padding: 10px 0;
    border-radius: 8px;
    color: var(--text);
    background: var(--border);
    display: flex;
    align-items: 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-left: 8px
}
.view-action-group a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase
}
.view-wish.active {
    color: var(--white);
    background: var(--primary)
}
.preview-slider {
    margin-bottom: 20px
}
.preview-slider li img {
    width: 100%;
    border-radius: 8px
}
.thumb-slider li {
    margin: 0 10px;
    cursor: pointer
}
.thumb-slider li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--border)
}
.thumb-slider .slick-center img {
    border: 1px solid var(--primary)
}
@media (max-width: 500px) {
    .view-gallery,
    .view-details {
        margin: 25px
    }
    .view-list-group {
        align-items: flex-start;
        flex-direction: column
    }
    .view-list-title {
        margin: 0 0 10px
    }
}
@media (max-width: 767px) {
    .product-view {
        max-width: 480px
    }
}
.news-part {
    padding: 70px 0;
    background: url(../img/newsletter.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}
.news-part::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(6, 23, 56, 0.8), rgba(17, 151, 68, 0.8));
    z-index: -1
}
.news-text h2 {
    font-size: 35px;
    color: var(--white);
    margin-bottom: 5px
}
.news-text p {
    font-size: 18px;
    font-weight: 300;
    color: var(--white)
}
.news-form {
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center
}
.news-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    line-height: 50px
}
.news-form button span {
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
    transition: .5s ease-in-out
}
.news-form button span:hover {
    color: var(--white);
    background: #32a768
}
.news-form button span i {
    margin-left: 5px
}
@media (max-width: 575px) {
    .news-form {
        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: 0
    }
}
.visual-part {
    /* padding: 100px 0; */
    /* background: #9E9E9E; */
}
.visual-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}
.visual-wrap:hover .visual-icon i {
    color: var(--white);
    background: var(--primary)
}
.visual-icon {
    margin-left: 20px
}
.visual-icon i {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--primary);
    background: var(--white);
    border: 3px double var(--primary);
    box-shadow: var(--primary-bshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}
.visual-content h5 {
    font-size: 17px;
    margin-bottom: 8px;
    text-transform: capitalize
}
.visual-content p {
    font-size: 15px;
    line-height: 22px
}
@media (max-width: 767px) {
    .visual-part {
        padding: 30px 0 30px;
    }
    .visual-wrap {
        margin-bottom: 30px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visual-part {
        padding: 80px 0 50px
    }
    .visual-wrap {
        margin-bottom: 30px
    }
}
.footer-part {
    padding-top: 40px;
    background-color: #4d66ae !important;
    color: #ffffff;
    box-shadow: inset 0 5px 70px rgb(36 59 125 / 75%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAMAAABOo35HAAAAFVBMVEX////y8vL6+vr8/Pz29vb09PT4+PgYX3jnAAAE40lEQVR4Ae3dy3KjQBZF0bPvI///kxvbRJXCXS1lI2MhOGtEDTzZxYOw8ybaIqFlc7KhQzYnGlo2ybHmJaRsTtOySbRsVuo9mZmZmZmZmZmZmZnFIjXFWJSmWDvW82eW+Z5lZmZmZmZmZmaWKz1kzWpEapJjQWhSXTfWyJUmJXXZWKH/U0FqmmMNx5o0gNAGGYtrxUp6gDYoFteKFbSKsTFW6/1krrbEQkFfJ1bxx4ZYMTn87FgJm8fqM1NvJ+j8Q1tiKWhdQ9DaKqEmnwyOVSy6GwjHeqSqmk/lWDNiMSD167K+vE2sVebvl+KP7jxsrAMIPtQK6NAvCHjTxcaRWkX8Uq6M0JspoPO/T7XQdxZQ+c+EoW8se2i1uZZVp8zMzMzMzMzMzMzMzMzMzGxeEjqFXOwfixPkimgWHdpXNPTQC0WFnhOs9s+VL14TXtCd+VyryEUAoZ3FS3MVn0Zsb1VaFWhx3osxYQSLrtAGULflS/vLhvG6AcvM7m1TD4PSXwFDv2CUXqOoNRq9/adv/3lmkF+tYtNFnFeKlSAVkD8xbUHp1JoYa6unY+XZYwWLkdoimzj5Zbh5LsM3eFXHD42Ixd3s/rh107ObYlhC53rYoHssgYrFxOuHJauZR6pl0U2lzMzMzA71a2ILKO0nv+gUkkXsvgF0p86g9ozVEB8gdApFaScJeXNwjzV9c3SPBT37a1wrxve/ntvMnwgSQjb3p7q6//ZgA2J21YpBzb6fWNy8Z8keGNAfJi5CS1il7JGMLykzMzMzMzMzM7Ozy9QkCyA1xViUplgDQ3OsKc2y0GGZmZmZmZl5rtBzhSeQ/RelrbIgdHbNrdBmQV8gVkWsILQd9Pljxe3x87OSz8iRF4n1/BxbAnWRWEXpGQ0NnZeIFdSTrUoJ1BViidJmoyEl5YByrHuyoHNiv1Dfs771iYZwrKlWi4LKs8caP1W5IHQ8QK+ePPuDfv4njz3HW9xKbZc9nj+9jx1LcSP1Gs2YPUktIXUjQPYo1sSTxgatGyCb3nu+ZZPfgLj/CmNF5R99N5YFt0r3WDMfy/KG3puZ+TrebdNdx0I2Hav103xmWcZCb8HMzMzMzMzMzMzMzMzMzMyiFiF7KLvnFvtaFNBVJXskgBE6kDx0qzjUNvxFaSfH2sUlG0pPSchLtFKwyKen4g5pQOlgsYq6yoZ7UZV6RoIOCUqHA6kDGkdsFfRhR2YPZ9OLzKhr/h/2llhFd6b2kxwxVlGbh38rcsdYeZZYakazqCvFCnrzxTuAoZ0wdDgB2iJhAKGdBHGS2/siWVTs+ow+moSDbuuaOtHr+2DoYory1yxnNaFDMjMzMzMzMzMzM8v6ELKHilV36h6LAupDAyV7sPA7/x6XbHLhd9xZTWAFkws3rCD0YdQiJTUt+ycYtw/E/N8LlazWMgVV1ZCO9WjpQa6TUE1J5Vh3v9LYRBFru3Csu2sWm+g1li/DqVid1Y71OBZE8qGldqz7sQqUBeU3h8ex1jt7Sgklu/c0VEB3Khta9mCJZzRfSvZ4CCPiwWyMNWN2KbglhGxS/btWDtlsrSbefSuR2KnWSOlWNOSB5y8mjKZ2qkV9S0XqBRo69SN2ew3KZhH5qRvofPcvELII7aKKGx3v/3SOIrSXiObTiDjHThSpPeUnvVJA6Hr+AxEMEZdiJC+EAAAAAElFTkSuQmCC);
    background-blend-mode: multiply;
}

.footer-widget {
    display: grid;
    grid-template-columns: 100%;
}
.footer-logo {
    margin-bottom: 25px
}
.footer-logo img {
    width: 240px;
    background-color: #f5f5f5de;
    border-radius: 12px;
}
.footer-desc {
    margin-bottom: 30px;
    font-size: 13px;
    text-align: justify;
}
.footer-social li {
    display: inline-block;
    margin-left: 7px
}
.footer-social li:last-child {
    margin-left: 0
}
.footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20%;
    text-align: center;
    color: #6c757d;
    background: #ffffff;
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    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: #ffffff;
    background: rgba(0, 0, 0, .25);
}
.footer-title {
    font-size: 14px;
    font-weight: 400;
    /* opacity: .7; */
    line-height: initial!important;
    color: #ffffff;
    background-color: rgb(255 255 255 / 20%);
    margin-bottom: 14px;
    width: fit-content;
    border-radius: 10px 4px 10px 4px;
    padding: 2px 14px 2px 14px;
}
.footer-widget.contact {
    margin-right: 30px;
}
.footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.footer-contact li:last-child {
    margin-bottom: 0;
    font-size: 14px;
}
.footer-contact li i {
    font-size: 26px;
    margin-left: 10px;
    color: #e9e9e9;
}
.footer-contact li p span {
    display: inline-block;
    border-bottom: 1px dotted #ffffff;
    padding: 2px 10px;
    /* border-radius: 5px; */
    margin: 2px;
    color: #6c6c6c !important;
    font-size: 12px;
    transition: .3s;
}
.footer-contact li p span a {
    color: #ffffff;
}
.footer-contact li p span a:hover {
    color: #ffffff;
}
.footer-contact li p span:hover {
    background-color: rgb(255 255 255 / 9%);
    color: #ffffff !important;
}
.footer-links {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-right: 20px;
}
.footer-links ul li {
    margin-bottom: 15px;
    list-style: circle;
}
.footer-links ul li:last-child {
    margin-bottom: 0
}
.footer-links ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    transition: .3s;
}
.footer-links ul li a:hover {
    color: #cdcdcd;
    padding-right: 2px;
}
.footer-app {
    /* display: grid; */
    /* grid-gap: 10px; */
    /* grid-template-columns:1fr 1fr; */
}
.footer-app a img {
    width: 100%;
    border-radius: 10px;
    height: 50px
}
.footer-bottom {
    margin-top: 26px;
    padding: 22px 0;
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copytext {
    font-size: 12px;
    color: #f5f5f5;
}
.footer-copytext a {
    color: #c49325;
}
.footer-copytext a:hover {
    text-decoration: underline
}
.footer-card a {
    margin-right: 10px
}
.footer-card a img {
    width: 50px;
    border-radius: 3px
}
@media (max-width: 768px) {
    .footer-part .container-fluid {
        padding: 0 25px
    }
    .footer-widget.contact {
        margin-right: 0
    }
}
@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;
        flex-direction: column;
        text-align: center
    }
    .footer-copytext {
        margin-bottom: 10px
    }
    .footer-card a {
        margin: 0 3px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-bottom {
        padding: 25px 30px 75px
    }
}
.blog-filter {
    padding: 20px 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between
}
.blog-filter .nice-select {
    border-radius: 6px;
    background: var(--chalk);
    padding: 8px 20px 8px 35px;
    border: 1px solid var(--border)
}
.blog-filter .nice-select::after {
    left: 20px
}
.blog-filter .nice-select .current {
    font-size: 15px
}
.blog-filter .nice-select .list {
    top: 45px;
    align-items: flex-start;
    flex-direction: column
}
.blog-filter ul {
    display: flex;
    align-items: center;
    justify-content: center
}
.blog-filter ul li {
    margin: 0 5px
}
.blog-filter ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk)
}
.blog-filter ul li .active {
    color: var(--white);
    background: var(--primary)
}
.blog-filter p {
    font-size: 15px;
    text-transform: capitalize
}
@media (max-width: 767px) {
    .blog-filter {
        flex-direction: column
    }
    .blog-filter .nice-select {
        margin-bottom: 15px
    }
    .blog-filter ul {
        margin-bottom: 15px
    }
}
.blog-widget {
    margin-bottom: 30px;
    margin-right: 5px;
    border-radius: 8px;
    padding: 18px 25px 25px;
    background: var(--white)
}
.blog-widget:last-child {
    margin-bottom: 0
}
.blog-widget-title {
    font-size: 14px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border);
}
.blog-widget-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0;
    width: 50px;
    height: 2px;
    background: #c49325;
}
.blog-widget-form {
    position: relative
}
.blog-widget-form input {
    width: 100%;
    height: 45px;
    padding: 0 15px 0 60px;
    border-radius: 8px;
    background: var(--chalk);
    border: 1px solid var(--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: #3b414d;
}
.blog-widget-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--white);
    background: #3b414d;
    border-radius: 8px;
}
.blog-widget-feed li {
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border)
}
.blog-widget-feed li:last-child {
    margin: 0;
    padding: 0;
    border: none
}
.blog-widget-media img {
    width: 100px;
    border-radius: 8px;
    margin-left: 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: 12px;
    line-height: 24px;
}
.blog-widget-text a {
    color: #767676;
    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: #3e66a0;
}
.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 var(--border)
}
.blog-widget-category li:last-child {
    margin: 0;
    padding: 0;
    border: none
}
.blog-widget-category li:hover a {
    color: #3b414d;
}
.blog-widget-category li a {
    width: 100%;
    font-size: 13px;
    color: var(--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: left;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: var(--gray);
    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: 0 0 12px 8px
}
.blog-widget-tag li a {
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 3px;
    color: var(--text);
    background: var(--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: var(--white);
    background: #3b414d;
}
.blog-widget-social li {
    display: inline-block;
    margin-left: 10px
}
.blog-widget-social li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    color: var(--white);
    background: #3b414d91;
    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: #3b414d;
}
@media (max-width: 575px) {
    .blog-widget-social li {
        margin-left: 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-left: 5px
    }
    .blog-widget-social li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px
    }
}
@media (max-width: 991px) {
    .blog-widget {
        margin-right: 0
    }
}
.shop-filter {
    padding: 24px 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop-filter .nice-select {
    border-radius: 6px;
    background: #f5f5f5;
    padding: 4px 20px 4px 30px;
    border: 1px solid #f3efef;
    /* position: absolute; */
    /* left: 8%; */
}
.shop-filter .nice-select::after {
    left: 20px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-bottom: 2px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
}
.shop-filter .nice-select .current {
    font-size: 12px;
    padding: 14px;
}
.shop-filter .nice-select .list {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: absolute;
    border-radius: 8px;
    top: calc(100% + 0.4rem);
    background-color: #fff;
    box-shadow: rgb(0 0 0/16%) 0 6px 12px
}
.shop-filter .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
    border-radius: 6px
}
.shop-filter ul {
    display: flex;
    align-items: center;
    justify-content: center
}
.shop-filter ul li {
    margin: 0 5px
}
.shop-filter ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk)
}
.shop-filter ul li .active {
    color: var(--white);
    background: #3b414d;
}
.shop-filter p {
    font-size: 15px;
    text-transform: capitalize
}
@media (max-width: 767px) {
    .shop-filter {
        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 {
    transform: scale(1.05)
}
.shop-widget {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--white)
}
.shop-widget:last-child {
    margin-bottom: 0
}
.shop-widget-title {
    font-size: 13px;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border);
}
.shop-widget-btn {
    width: 100%;
    padding: 8px 0;
    border-radius: 8px;
    color: var(--heading);
    background: var(--border);
    display: flex;
    align-items: 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: var(--white);
    background: #3b414d;
}
.shop-widget-btn i {
    margin-left: 8px
}
.shop-widget-btn span {
    text-transform: capitalize
}
.shop-widget-list {
    margin: 18px 0 20px
}
.shop-widget-list li {
    margin-bottom: 12px;
    color: #8f8f8f;
    display: block;
    align-items: center;
    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 label {
    margin-right: 10px;
    font-size: 12px;
}
.shop-widget-list li:hover {
    color: #bababa;
}
.shop-widget-list li:last-child {
    margin-bottom: 0
}
.shop-widget-content {
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.shop-widget-content label {
    text-transform: capitalize;
    cursor: pointer
}
.shop-widget-content label i {
    color: #c59425;
}
.shop-widget-content .form-check-input {
    cursor: pointer;
    margin-top: 5px
}
.shop-widget-content .form-check-input:checked {
    background-color: #3b414d;
    border-color: #3b414d
}
.shop-widget-number {
    font-size: 15px
}
.shop-widget-scroll {
    padding-left: 10px
}
.single-banner {
    text-align: center;
    font-size: 14px;
    background: #64727f;
    padding: 0px 4%;
    border-radius: 10px;
    border-right: 1px solid #606470;
    border-left: 1px solid #606470;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0 35px 15px -30px rgb(0 0 0 / 4%), 0 0 10px rgb(0 0 0 / 5%);
    transition: 0.2s;
}
.single-banner h2 {
    font-size: 23px;
    margin-bottom: 15px;
    color: var(--white);
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .single-banner {
        padding: 0px 0 10px;
    }
    .single-banner h1 {
        font-size: 17px !important;
    }
    .single-banner h2 {
        font-size: 23px;
        margin-bottom: 12px
    }
    .shop_cart_empty {
        margin-top: 50px;
        text-align: center;
        font-size: 16px;
    }
}
.home-index-slider .slick-right {
    left: 30px
}
.home-index-slider .slick-left {
    right: 30px
}
.home-index-slider .slick-dots {
    bottom: 50px
}
.home-grid-slider a {
    width: 100%
}
.home-grid-slider a img {
    width: 100%;
    border-radius: 10px
}
.home-grid-promo a {
    width: 100%
}
.home-grid-promo a img {
    width: 100%;
    border-radius: 10px
}
.banner-part {
    padding: 50px 0 30px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.banner-part::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}
.banner-1 {
    background: rgba(1, 147, 69, .8)
}
.banner-2 {
    background: rgba(1, 147, 69, .8)
}
.banner-2 .banner-content {
    text-align: left
}
.banner-content h1 {
    text-transform: capitalize;
    margin-bottom: 22px;
    color: var(--white)
}
.banner-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    color: var(--white)
}
.banner-btn .btn {
    margin-left: 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-left: 10px
    }
}
.suggest-slider li {
    margin: 0 10px
}
@media (max-width: 575px) {
    .suggest-slider li {
        margin: 0 5px
    }
}
.promo-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 20px 5px rgb(0 0 0/10%)
}
.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 {
    transform: scale(1.05)
}
@media (max-width: 950px) {
    .promo-img {
        margin: 12px 0
    }
}
.new-slider li {
    margin: 0 12px
}
@media (max-width: 575px) {
    .new-slider .product-card {
        width: 220px
    }
}
.countdown-part {
    padding: 80px 0;
    background: #f2cbe6
}
.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-time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    direction: ltr;
}
.countdown-time span {
    font-size: 40px;
    padding: 0 30px;
    position: relative;
    color: var(--heading)
}
.countdown-time span::before {
    position: absolute;
    content: ":";
    top: 25%;
    right: 0;
    font-size: 25px;
    transform: translateY(-50%);
    color: var(--heading)
}
.countdown-time span:last-child::before {
    display: none
}
.countdown-time span small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: var(--heading)
}
.countdown-img {
    position: relative
}
.countdown-img img {
    width: 100%
}
.countdown-off {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 35px 25px 30px;
    background: var(--red);
    position: absolute;
    top: 0;
    right: 0
}
.countdown-off span {
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--white)
}
@media (max-width: 575px) {
    .countdown-time span {
        font-size: 25px;
        padding: 0 15px
    }
    .countdown-time span small {
        font-size: 15px
    }
}
@media (max-width: 767px) {
    .countdown-part {
        padding: 60px 0
    }
    .countdown-img {
        margin-top: 30px
    }
}
.top-part .feature-image img {
    width: 100%
}
.partner-part {
    /* background: url(../img/partner.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0 30px;
    position: relative;
    z-index: 1;
}
.partner-part::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #3b414d;
}
.partner-part h2 {
    color: var(--white)
}
.partner-slider li {
    margin: 0 10px
}
.partner-slider li a {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background: var(--white);
    text-align: center
}
.partner-slider li a img {
    width: 100%
}
.blog-slider .blog-card {
    margin: 0 15px
}
@media (max-width: 767px) {
    .blog-slider .blog-card {
        width: 295px;
        margin: 0 10px
    }
    .details-tag-list li a {
        font-size: 12px !important;
        padding: 8px 3px !important;
    }
}
.details-gallery {
    position: relative
}
.details-label-group {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: flex;
    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: var(--white)
}
.details-label:last-child {
    margin-bottom: 0
}
.details-label.off {
    background: var(--red)
}
.details-label.new {
    background: var(--green)
}
.details-label.sale {
    background: var(--orange)
}
.details-label.feat {
    background: var(--purple)
}
.details-label.rate {
    background: var(--yellow)
}
.details-preview {
    margin-bottom: 16px
}
.details-preview li img {
    width: 100%;
    border-radius: 8px;
    background: #fff
}
.details-thumb li {
    margin: 0 8px;
    cursor: pointer
}
.details-thumb li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ffffff;
    background: #fff;
}
.details-thumb .slick-current img {
    border: 1px solid #5a5a5a;
}
.product-navigation {
    margin-bottom: 25px;
    padding: 20px 25px;
    border-radius: 8px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between
}
.product-navigation li a {
    color: var(--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
}
.product-navigation li a:hover {
    color: var(--primary)
}
.product-navigation li a:hover .product-nav-popup {
    visibility: visible;
    opacity: 1
}
.product-nav-popup {
    position: absolute;
    top: 30px;
    right: 50%;
    z-index: 3;
    width: 100px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    transform: translateX(50%);
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 15px 35px 0 rgba(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;
    right: 50%;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    transform: rotate(-45deg) translateX(50%);
    background: var(--white);
    border-top: 1px solid var(--border);
    border-right: 1px solid var(--border)
}
.product-nav-popup img {
    width: 100%
}
.product-nav-popup small {
    font-size: 14px;
    line-height: 18px;
    display: inline-block
}
.details-content {
    padding: 35px;
    border-radius: 8px;
    background: #ffffff;
}
.details-name {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 28px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.details-name a {
    color: #8f8f8f;
    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: #adadad;
}
.details-meta {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.details-meta p {
    font-size: 13px;
    margin-left: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--placeholder)
}
.details-meta span,
.details-meta a {
    margin-right: 5px;
    color: var(--placeholder)
}
.details-meta a:hover {
    text-decoration: underline;
    color: var(--primary)
}
.details-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px
}
.details-rating i,
.details-rating a {
    font-size: 15px;
    margin-left: 3px;
    color: var(--gray)
}
.details-rating a {
    margin-right: 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: var(--primary);
    text-decoration: underline
}
.details-rating .active {
    color: var(--primary)
}
.details-price {
    margin-bottom: 20px
}
.details-price del {
    color: #b3b3b3;
    margin-left: 20px;
    font-size: 16px;
}
.details-price span {
    font-size: 20px;
    font-weight: 200;
    color: #52b90b;
    background-color: #fbfbfb;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 4px;
    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: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.details-list-group:last-child {
    margin-bottom: 0
}
.details-list-title {
    font-weight: 500;
    margin-left: 8px;
    color: #bbbbbb;
    text-transform: capitalize;
    font-size: 12px;
}
.details-tag-list {
    display: flex;
    align-items: center;
    justify-content: center
}
.details-tag-list li {
    margin-left: 8px
}
.details-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: var(--text);
    background: var(--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-tag-list li a:hover {
    color: var(--white);
    background: var(--primary)
}
.details-share-list {
    display: flex;
    align-items: center;
    justify-content: center
}
.details-share-list li {
    margin-left: 8px
}
.details-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 20%;
    text-align: center;
    color: #707070;
    background: #f1f1f1;
    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: var(--white);
    background: rgb(0 0 0 / 50%);
}
.details-add-group {
    margin: 45px 0 15px
}
.details-add-group .product-add,
.details-add-group .action-input {
    padding: 10px 0;
    color: #ffffff;
    background: #00bd56;
    text-transform: uppercase;
}
.product-add:hover {
    color: #ffffff;
    background: #059345;
}
.details-add-group .action-minus i,
.details-add-group .action-plus i {
    background: var(--chalk);
}
.details-action-group {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative
}
.details-action-group a {
    padding: 10px 0;
    border-radius: 8px;
    color: var(--text);
    background: var(--chalk);
    display: flex;
    align-items: 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: #9a9a9a;
}
.details-action-group a i {
    font-size: 16px;
    margin-left: 8px
}
.details-action-group a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase
}
.details-wish.active {
    color: var(--white);
    background: #828282;
}
.details-wish.active:hover {
    color: var(--white);
    background: #8c8c8c;
}
.product-details-frame {
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--white)
}
.product-details {
    padding: 35px
}
.product-details-frame:last-child {
    margin-bottom: 0
}
.frame-title {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 16px;
}
.tab-descrip {
    position: relative
}
.tab-descrip p {
    letter-spacing: 0.1px;
    text-align: justify;
    line-height: 44px;
    font-size: 13px;
}
.tab-descrip ul {
    list-style: disc;
    margin-right: 20px
}
.tab-descrip ul li {
    margin-bottom: 8px
}
.tab-descrip ul li:last-child {
    margin-bottom: 0
}
.tab-descrip img {
    width: 100%;
    border-radius: 8px
}
.tab-descrip a {
    font-size: 12px;
    font-weight: 100;
    padding: 0 8px 0 8px;
    border-radius: 6px;
    text-align: justify;
    color: #ffffff;
    background-color: #64727f;
    transition: all linear .3s;
}
.tab-descrip .m_tel a {
    font-size: 14px;
    font-weight: 100;
    padding: 0 8px 0 8px;
    border-radius: 6px;
    text-align: justify;
    color: #0a58ca;
    background-color: #ffffff;
    transition: all linear .3s;
}
.m_non_circle {
    list-style: none;
}
.tab-descrip .m_tel a:hover {
    color: #0b3e89;
    background-color: #ffffff;
}
.tab-descrip a:hover {
    background-color: #42474c;
}
.table-bordered {
    margin-bottom: 0
}
.table-bordered th,
.table-bordered td {
    padding: 12px 25px;
    text-align: right
}
.table-bordered th {
    font-weight: 500
}
.table-bordered td:last-child {
    border-left: 1px solid var(--border)
}
.review-item {
    padding: 30px 45px;
    border-radius: 8px;
    background: var(--white)
}
.review-item:last-child {
    margin-bottom: 0
}
.review-media {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.review-avatar {
    margin-left: 15px;
    border-radius: 50%;
    border: 2px solid var(--primary)
}
.review-avatar img {
    width: 65px;
    border-radius: 50%;
    border: 2px solid var(--white)
}
.review-meta {
    text-transform: capitalize
}
.review-meta a {
    color: var(--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: var(--primary)
}
.review-meta span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--text)
}
.review-meta span b {
    font-weight: 500;
    color: var(--primary)
}
.review-rating {
    margin-bottom: 10px
}
.review-rating li {
    font-size: 16px;
    margin-left: 5px;
    color: var(--primary);
    display: inline-block
}
.review-reply {
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.review-reply input {
    width: 100%;
    padding: 7px 18px;
    border-radius: 6px;
    margin-left: 20px;
    background: var(--white)
}
.review-reply button {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
    color: var(--white);
    background: var(--primary);
    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: var(--heading)
}
.review-reply button i {
    margin-left: 5px
}
.review-reply-list {
    margin-right: 80px;
    margin-top: 35px;
    border-top: 1px solid var(--border)
}
.review-reply-item {
    padding: 30px 0;
    border-bottom: 1px solid var(--border)
}
.review-reply-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}
.review-form .btn {
    padding: 12px 30px
}
.review-form .btn:hover {
    background: #8493ca;
    color: #fff
}
.review-form .star-rating {
    text-align: right
}
@media (max-width: 991px) {
    .product-navigation {
        margin: 25px 0
    }
}
@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 {
        flex-direction: column
    }
    .review-reply input {
        margin: 0 0 15px
    }
    .review-reply-list {
        margin-right: 25px
    }
    .star-rating label {
        margin: 0 6px
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .review-reply-list {
        margin-right: 30px
    }
}
.about-content h2 {
    margin-bottom: 25px
}
.about-content p {
    margin-bottom: 20px
}
.about-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--primary);
    border-radius: 8px;
    text-align: center
}
.about-list i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px
}
.about-list li {
    padding: 30px;
    width: 100%;
    border-right: 1px solid var(--green)
}
.about-list li:first-child {
    border-right: 0
}
.about-list li h3 {
    margin-bottom: 5px;
    color: var(--white)
}
.about-list li h6 {
    font-weight: 400;
    color: var(--white);
    text-transform: capitalize
}
.about-img-single img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px
}
.about-img {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px
}
.about-img img {
    width: 100%;
    border-radius: 8px
}
.about-testimonial {} .testi-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    margin: 20px;
    padding: 20px
}
.testi-img {
    margin-left: 30px;
    border-radius: 50%;
    box-shadow: var(--primary-bshadow)
}
.testi-img img {
    border-radius: 50%;
    border: 5px solid var(--white)
}
.testi-quote {
    width: 600px
}
.testi-quote i {
    font-size: 50px;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 10px
}
.testi-quote h4 {
    text-transform: capitalize;
    margin-top: 10px
}
.testi-quote h6 {
    font-weight: 400;
    color: var(--text)
}
.about-choose {
    margin-bottom: 75px
}
.choose-card {
    margin: 25px 15px
}
.about-brand {
    background: var(--green-chalk);
    padding: 90px 0 100px
}
.brand-slider li {
    margin: 0 10px;
    padding: 20px 0;
    border-radius: 8px;
    background: var(--white)
}
.brand-slider li img {
    width: 100%
}
.team-slider li {
    margin: 0 12px
}
.team-slider .dandik,
.team-slider .bamdik {
    top: 40%
}
@media (max-width: 575px) {
    .about-list li {
        padding-right: 15px
    }
}
@media (max-width: 767px) {
    .testi-content {
        flex-direction: column
    }
    .testi-img {
        margin-left: 0
    }
    .testi-quote {
        width: 100%
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .testi-img {
        margin-left: 50px
    }
    .testi-quote {
        width: 100%
    }
}
@media (max-width: 991px) {
    .about-list {
        margin-bottom: 30px
    }
    .about-img {
        margin-right: 0
    }
}
.contact-form {
    border-radius: 8px;
    padding: 30px;
    margin: 0 2.5px 30px;
    background: var(--white)
}
.contact-form h4 {
    margin-bottom: 25px
}
.contact-map {
    padding: 30px;
    margin: 0 2.5px 30px;
    border-radius: 8px;
    background: var(--white)
}
.contact-map iframe {
    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
    }
}
.contact-form {
    border-radius: 8px;
    padding: 30px;
    margin: 0 2.5px 30px;
    background: var(--white)
}
.contact-form h4 {
    margin-bottom: 25px
}
.contact-map {
    padding: 30px;
    margin: 0 2.5px 30px;
    border-radius: 8px;
    background: var(--white)
}
.contact-map iframe {
    height: 474px;
    width: 100%
}
.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
    }
}
.faq-child {
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--white);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}
.faq-child:hover .faq-que button {
    color: #0d6efd;
}
.faq-child:last-child {
    margin-bottom: 0
}
.faq-que button {
    width: 100%;
    border: none;
    outline: none;
    background: 100% 0;
    text-align: right;
    padding: 22px 25px;
    color: var(--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 var(--border)
}
.compare-part tbody tr td,
.compare-part thead tr th {
    border: none
}
@media (max-width: 1199px) {
    .compare-part .container {
        max-width: 100%
    }
}
.coming-part .align-items-center {
    height: 100vh
}
.coming-content {
    text-align: center
}
.coming-title {
    font-weight: 700;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-bottom: 45px;
    color: #3b414d;
}
.coming-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gray-chalk);
    direction: ltr;
}
.coming-timer span {
    font-size: 40px;
    padding: 0 30px;
    position: relative
}
.coming-timer span::before {
    position: absolute;
    content: ":";
    top: 25%;
    right: 0;
    font-size: 25px;
    transform: translateY(-50%);
    color: var(--gray)
}
.coming-timer span:last-child::before {
    display: none
}
.coming-timer span small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: var(--gray)
}
.coming-subtitle {
    font-weight: 400;
    margin-bottom: 30px
}
.coming-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}
.coming-form input {
    width: 400px;
    height: 50px;
    padding: 0 25px;
    border-radius: 10px;
    background: var(--white)
}
.coming-form button {
    margin-right: 15px
}
.coming-form button {
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    background: #3b414d;
    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:hover {
    color: var(--white);
    background: #646d7d
}
.coming-social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 4px;
    text-align: center;
    color: #3b414d;
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    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: var(--white);
    background: #3b414d;
}
@media (max-width: 575px) {
    .coming-title {
        font-size: 35px;
        margin-bottom: 35px
    }
    .coming-timer span {
        font-size: 25px;
        padding: 0 15px
    }
    .coming-timer span small {
        font-size: 15px
    }
    .coming-form input {
        width: 100%
    }
}
@media (max-width: 991px) {
    .coming-part {
        padding: 50px 0
    }
    .align-items-center {
        height: auto
    }
    .coming-social {
        margin-bottom: 40px
    }
}
.error-part {
    padding-bottom: 100px;
    text-align: center
}
.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: .3px;
    color: var(--white);
    background: #3b414d;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .error-part {
        padding: 60px 0
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .error-part {
        padding: 80px 0
    }
}
.chekout-coupon {
    text-align: center;
    padding-top: 30px
}
.chekout-coupon .coupon-form {
    margin: 0;
    display: flex;
    box-shadow: none;
    border-color: #019345
}
.checkout-part tbody tr td,
.checkout-part thead tr th {
    /* border: none */
}
.checkout-charge ul li {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border)
}
.checkout-charge ul li:last-child {
    border-bottom: none
}
.checkout-charge ul li:last-child span {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary)
}
.checkout-charge ul li span {
    font-weight: 500;
    color: var(--heading);
    text-transform: capitalize
}
.checkout-charge ul li span small {
    font-size: 14px;
    font-weight: 400;
    margin-right: 3px
}
.checkout-check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 25px;
    margin-top: 50px
}
.checkout-check input {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: 4px;
    cursor: pointer
}
.checkout-check label {
    line-height: 22px
}
.checkout-check label a {
    color: var(--primary)
}
.checkout-check label a:hover {
    text-decoration: underline
}
.checkout-proced .btn {
    width: 100%
}
.checkout-proced .btn:hover {
    background: #8493ca;
    color: #fff
}
.table-action .view i,
.table-action .trash i {
    background: var(--chalk)
}
@media (max-width: 767px) {
    .chekout-coupon,
    .checkout-charge {
        width: 100%
    }
    .checkout-check {
        margin-top: 15px
    }
}
.orderlist-filter {
    padding: 20px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between
}
.orderlist-filter h5 {
    text-transform: capitalize
}
.filter-short {
    display: flex;
    align-items: center;
    justify-content: center
}
.filter-short .form-label {
    font-size: 18px;
    margin: 0 0 0 8px;
    color: var(--heading)
}
.filter-short .form-select {
    width: 150px;
    background: var(--chalk)
}
.orderlist {
    padding: 30px 30px 0;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--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
}
.orderlist-head {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    cursor: pointer
}
.orderlist-head h5 {
    color: var(--primary);
    text-transform: capitalize
}
.orderlist-details {
    padding: 25px;
    border-radius: 8px;
    background: var(--chalk);
    margin-bottom: 25px
}
.orderlist-details li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: space-between;
    margin-bottom: 20px
}
.orderlist-details li:last-child {
    margin-bottom: 0
}
.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-right: 3px
}
.orderlist-details li p {
    width: 250px;
    text-align: left
}
.orderlist-deliver {
    height: 215px;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--chalk)
}
.orderlist-deliver h6 {
    margin-bottom: 15px;
    white-space: nowrap;
    text-transform: capitalize
}
.orderlist-deliver p {
    text-transform: capitalize
}
.order-part .table-list {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--chalk)
}
@media (max-width: 575px) {
    .orderlist-filter {
        flex-direction: column;
        justify-content: center
    }
    .orderlist-filter h5 {
        margin-bottom: 15px
    }
    .orderlist {
        padding: 0 15px
    }
    .orderlist-head {
        padding: 15px 0
    }
}
.invoice-recieved {
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    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: flex;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: space-between;
    margin-bottom: 20px
}
.invoice-details li:last-child {
    margin-bottom: 0
}
.invoice-details li h6 {
    line-height: 26px;
    white-space: nowrap
}
.invoice-details li h6 small {
    font-size: 14px;
    font-weight: 400;
    margin-right: 3px
}
.invoice-details li p {
    width: 250px;
    text-align: left
}
.invoice-part .table-scroll {
    padding: 35px;
    border-radius: 8px;
    background: var(--white)
}
@media (max-width: 767px) {
    .invoice-recieved {
        flex-wrap: wrap
    }
    .invoice-recieved h6 {
        margin-bottom: 25px;
        margin-left: 25px
    }
}
.profile-image {
    text-align: center
}
.profile-image a {
    border-radius: 50%;
    border: 2px solid var(--primary)
}
.profile-image a img {
    width: 80px;
    border-radius: 50%;
    border: 3px solid var(--white)
}
.profile-btn {
    margin-top: 33px
}
.profile-btn a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary);
    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-btn a:hover {
    background: var(--green)
}
@media (max-width: 991px) {
    .profile-btn {
        margin-top: 5px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .profile-image {
        margin-bottom: 20px
    }
}
.user-form-part {
    padding-top: 30px
}
.user-form-logo {
    text-align: center;
    margin-bottom: 25px
}
.user-form-logo img {
    width: 250px
}
.user-form-card {
    padding: 30px 40px;
    border-radius: 8px;
    background: #fff;
    margin: 50px auto 50px auto;
}
.user-form-title {
    text-align: center;
    margin-bottom: 25px
}
.user-form-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #57cc99;
}
.user-form-title p {
    text-transform: capitalize;
    font-size: 14px;
}
.user-form-group {
    display: flex;
    align-items: center;
    justify-content: center
}
.user-form-social {
    width: 100%
}
.user-form-social li {
    margin-bottom: 20px
}
.user-form-social li a {
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
    border-radius: 8px;
    letter-spacing: .3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary)
}
.user-form-social li a i {
    font-size: 16px;
    margin-left: 10px
}
.user-form-social li:nth-child(1) a {
    background: #385998
}
.user-form-social li:nth-child(2) a {
    background: #00acee
}
.user-form-social li:nth-child(3) a {
    background: #e60023
}
.user-form-social li:last-child {
    margin-bottom: 0
}
.user-form-divider {
    margin: 0 50px;
    position: relative;
    z-index: 1
}
.user-form-divider::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    width: 2px;
    height: 250px;
    z-index: -1;
    background: var(--border);
    transform: translate(50%, -50%)
}
.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: var(--gray);
    background: var(--white);
    border: 1px solid var(--border)
}
.user-form {
    width: 100%
}
.user-form .form-group {
    margin-bottom: 20px;
    font-size: 12px;
}
.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: .3px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #3e00ff;
}
.form-button p {
    font-size: 15px;
    margin-top: 12px;
    text-transform: capitalize
}
.form-button p a {
    font-weight: 500;
    margin-right: 5px;
    color: var(--primary)
}
.form-button p a:hover {
    text-decoration: underline
}
.user-form-remind {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--border)
}
.user-form-remind p {
    font-size: 15px;
    text-transform: capitalize
}
.user-form-remind p a {
    font-weight: 500;
    margin-right: 5px;
    color: var(--primary)
}
.user-form-remind p a:hover {
    text-decoration: underline
}
.forgot-pass {
    color: var(--primary)
}
.forgot-pass:hover {
    color: var(--primary);
    text-decoration: underline
}
.user-form-part .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary)
}
.user-form-footer {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px
}
.user-form-footer p {
    font-size: 14px;
    color: var(--gray)
}
.user-form-footer p a {
    color: var(--primary);
    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 {
        margin: 25px 0;
        position: relative;
        z-index: 1
    }
    .user-form-divider::before {
        position: absolute;
        content: "";
        top: 50%;
        right: 50%;
        width: 100%;
        height: 2px;
        z-index: -1;
        background: var(--border);
        transform: translate(50%, -50%)
    }
}
.blog-card {
    margin: 0 2.5px 20px;
}
@media (min-width: 421px) and (max-width: 767px) {
    .blog-grid .container {
        max-width: 420px
    }
}
@media (max-width: 991px) {
    .pagination {
        margin-bottom: 30px
    }
}
.blog-details {
    background: #fff
}
.blog-details-thumb {
    width: 100%
}
.blog-details-thumb img {
    width: 100%;
    border-radius: 10px
}
.blog-details-content {
    padding: 50px;
    margin-bottom: 30px;
    background: var(--white);
    border-radius: 0 0 10px 10px
}
.blog-details-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px
}
.blog-details-meta li {
    display: flex;
    align-items: center;
    margin-left: 40px
}
.blog-details-meta li:last-child {
    margin: 0
}
.blog-details-meta li i {
    color: #3b414d59;
    margin-left: 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: var(--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: var(--primary)
}
.blog-details-title {
    line-height: 44px;
    margin-bottom: 25px
}
.blog-details-desc {
    font-size: 12px;
    text-align: justify;
    line-height: 42px;
    margin-bottom: 20px;
}
.blog-details-desc h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 12px;
}
.blog-details-quote {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #9c9c9c;
    position: relative;
}
.blog-details-quote p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--white);
}
.blog-details-quote footer {
    letter-spacing: 1px;
    color: var(--green-chalk);
    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: 0 50px 0 30px
}
.blog-details-list li {
    margin-bottom: 25px
}
.blog-details-footer {
    padding-top: 45px;
    margin-top: 50px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between
}
.blog-details-share h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 12px;
}
.blog-details-share li {
    margin-left: 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: var(--text);
    background: var(--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: var(--white);
    background: #3b414d;
}
.blog-details-tag h4 {
    margin-bottom: 10px;
    text-transform: capitalize
}
.blog-details-tag li {
    margin-left: 8px;
    display: inline-block
}
.blog-details-tag li a {
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 3px;
    color: var(--text);
    background: var(--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: var(--white);
    background: #3b414d;
}
.blog-details-profile {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: var(--white);
    text-align: center
}
.blog-details-profile a img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 8px solid var(--chalk)
}
.blog-details-profile h3 {
    text-transform: capitalize
}
.blog-details-profile h4 {
    font-size: 15px;
    font-weight: 400;
    color: var(--primary);
    margin-bottom: 15px
}
.blog-details-profile ul {
    margin-bottom: 25px
}
.blog-details-profile ul li {
    display: inline-block;
    margin: 0 5px
}
.blog-details-profile ul li a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--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: var(--white);
    background: #3b414d;
}
.blog-details-profile p {
    font-size: 17px;
    line-height: 30px
}
.blog-details-navigate {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: var(--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: var(--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: var(--primary)
}
.blog-details-prev .nav-arrow,
.blog-details-next .nav-arrow {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    color: var(--heading);
    background: var(--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: var(--white);
    background: var(--primary)
}
.blog-details-next {
    text-align: left
}
.blog-details-comment {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: var(--white)
}
.comment-title {
    margin-bottom: 30px;
    text-transform: capitalize
}
.comment-item {
    padding: 20px 40px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--chalk)
}
.comment-item:last-child {
    margin-bottom: 0
}
.comment-media {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.comment-avatar {
    border-radius: 50%;
    margin-left: 20px;
    border: 2px solid #c39325;
}
.comment-avatar img {
    width: 65px;
    border-radius: 50%;
    border: 2px solid var(--white)
}
.comment-meta a {
    color: var(--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: #3b414d;
}
.comment-meta span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--heading);
    text-transform: capitalize
}
.comment-reply {
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.comment-reply input {
    width: 100%;
    padding: 7px 18px;
    border-radius: 6px;
    margin-left: 20px;
    background: var(--white)
}
.comment-reply button {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
    color: var(--white);
    background: var(--primary);
    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: var(--heading)
}
.comment-reply button i {
    margin-left: 5px
}
.comment-reply-list {
    margin-right: 80px;
    margin-top: 35px;
    border-top: 1px solid var(--border)
}
.comment-reply-item {
    padding: 30px 0;
    border-bottom: 1px solid var(--border)
}
.comment-reply-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}
.blog-details-form {
    padding: 30px;
    border-radius: 10px;
    background: var(--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;
        right: 25px;
        top: 25px
    }
    .blog-details-quote p {
        font-size: 22px
    }
    .blog-details-list {
        margin: 0 35px 0 15px
    }
    .blog-details-footer {
        margin-top: 0;
        padding-top: 25px;
        flex-direction: column
    }
    .blog-details-share {
        margin-bottom: 30px
    }
    .blog-details-navigate li a {
        padding: 13px
    }
    .blog-details-profile {
        padding: 25px 15px
    }
    .blog-details-comment {
        padding: 15px
    }
    .comment-item {
        padding: 20px
    }
    .comment-reply {
        flex-direction: column
    }
    .comment-reply input {
        margin-left: 0;
        margin-bottom: 10px
    }
    .comment-reply-list {
        margin-right: 15px
    }
    .blog-details-form {
        padding: 20px
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .blog-details-quote {
        padding: 120px 60px 60px
    }
    .blog-details-footer {
        flex-direction: column
    }
    .blog-details-share {
        margin-bottom: 30px
    }
    .comment-reply-list {
        margin-right: 30px
    }
}
.home-classic-slider {
    margin-bottom: 30px
}
.home-classic-slider .dandik {
    left: 30px
}
.home-classic-slider .bamdik {
    right: 30px
}
.home-classic-slider .banner-part {
    padding: 210px 0 150px;
    position: relative;
    z-index: 1
}
.home-classic-slider .banner-part::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
.home-classic-slider .banner-content h1 {
    text-transform: capitalize;
    margin-bottom: 22px;
    color: var(--white)
}
.home-classic-slider .banner-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    color: var(--white)
}
.home-classic-slider .banner-btn .btn {
    margin-left: 15px
}
.home-classic-slider .banner-btn .btn:last-child {
    margin-left: 0
}
.home-classic-slider .banner-1 {
    background: url(../img/slider/slider-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.home-classic-slider .banner-1::before {
    background: linear-gradient(to left, #08032354, #ffffff00)
}
.home-classic-slider .banner-2 {
    background: url(../img/slider/slider-6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.home-classic-slider .banner-2::before {
    background: linear-gradient(to left, #00000030, #00000059)
}
.home-classic-slider .banner-3 {
    background: url(../img/slider/slider-7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.home-classic-slider .banner-3::before {
    background: linear-gradient(to left, #08032366, #ffffff00)
}
.home-classic-slider .slick-left {
    right: 20px
}
.home-classic-slider .slick-right {
    left: 20px
}
.home-classic-slider .banner-2 .banner-content {
    text-align: right
}
@media (max-width: 767px) {
    .home-classic-slider .banner-part {
        padding: 50px 0 60px
    }
    .home-classic-slider .banner-content h1 {
        font-size: 38px;
        line-height: 48px
    }
    .home-classic-slider .banner-btn .btn {
        margin: 8px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-classic-slider .banner-part {
        padding: 70px 0 80px
    }
    .home-classic-slider .banner-content h1 {
        font-size: 42px;
        line-height: 50px
    }
}
/*---------------------------------
  services
  -------------------------------------*/

.abilitisLists {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.abilities-sprite {
    display: block;
}
.abilities-sprite.offer {
    width: 33px;
    background-position: -231px 0;
}
.abilities-sprite.international {
    width: 39px;
    background-position: -188px 0;
}
.abilities-sprite.shop {
    width: 43px;
    background-position: -140px 0;
}
.abilities-sprite.verify {
    width: 38px;
    background-position: -99px 0;
}
.abilities-sprite.gift {
    width: 40px;
    background-position: -52px 0;
}
.abilities-sprite.back {
    width: 43px;
    background-position: 0 0;
}
.abilitisLists span {
    font-size: 12px;
    transition: 0.5s;
    /* color: #fff; */
    background-color: #fff;
    border-radius: 5px 15px 15px 15px;
    padding: 14px;
    margin: 10px;
}
.abilitisLists span:hover {
    opacity: 0.7;
}
.abilitisLists span a {
    color: #656565;
}
.support {
    position: relative;
    margin-bottom: 60px;
}
.support__bg {
    position: absolute;
    top: 50%;
    height: 161px;
    width: 100%;
    transform: translate(0, -50%);
    background-color: #08c056;
}
.support__bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    -ms-transform: matrix(1, -0.02, 0, 1, 0, 0);
    /* IE 9 */
    transform: matrix(1, -0.02, 0, 1, 0, 0);
    /* Standard syntax */
    z-index: 2;
    background-color: #f3f4ed;
}
.support__main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* z-index: 3; */
}
.support__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.support__description-main {
    display: flex;
    align-items: center;
}
.support__description {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.support__btn {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 14px 24px 11px 27px;
    background-color: #444c5c;
    border-radius: 100px;
    margin-right: 40px;
    transition: 0.3s;
}
.support__btn i {
    font-size: 12px;
    margin-right: 40px;
}
.support__btn:hover {
    color: #444c5c;
    background-color: #fff;
}
.support__img {
    margin-right: auto;
    position: relative;
}
.copyright {
    color: #fbfbfb;
    background-color: #08c056;
    padding: 0 10px;
    border-radius: 4px;
}
.c-footer__namad {
    height: 38px;
    border: 1px solid #f5f5f5;
    border-radius: 50px;
    width: 100%;
    position: relative;
    top: 35px;
}
.c-footer__namadtext {
    line-height: 31px;
    margin-right: 10px;
}
.c-footer__input {
    width: 41%;
    height: 35px;
    margin: 0 auto;
    border: none!important;
    border-radius: 50px;
    padding: 0 15px
}
.c-footer__input::-moz-placeholder {
    color: #305299!important
}
.c-footer__input:-ms-input-placeholder {
    color: #305299!important
}
.c-footer__input::placeholder {
    color: #305299!important
}
.c-footer__newsletter__register {
    width: 15%;
    margin-right: 10px;
    height: 35px;
    border-radius: 50px;
    border: none!important;
    background: #2f5199;
    color: #fff
}
.c-namad__box {
    position: relative;
    bottom: 24px;
    flex-direction: column;
    text-align: center;
}
.c-namad__box img {
    cursor: pointer
}
@media only screen and (max-width: 600px) {
    .c-footer__input {
        width: 100%;
        margin-top: 4%
    }
    .c-footer__newsletter__register {
        width: 100%;
        margin-right: 0;
        margin-top: 4%
    }
}
.enamad-logo {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 8px;
}
.samandehi-logo {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 8px;
}
.login_profile {
    float: left;
    text-align: center;
    margin-right: 15px;
    position: relative;
    background-color: #3b414d;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    font-size: 12px;
    width: auto;
    transition: 0.3s;
}
.login_profile a {
    color: #fff;
}
.login_profile:hover {
    background-color: #787878;
    color: #fff;
}
.tamas_begirid {
    color: #ff414d;
    background-color: #f5f5f5;
    border-right: 8px solid;
    /* padding: 6px; */
}
.m_slider {
    padding-top: 20px;
}
.login_account_btn {
    display: inline-block;
    background-color: #9a9486 !important;
    border-radius: 7px;
    transition: 0.3s;
    color: #fff !important;
    padding: 0;
    justify-content: center;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #eee, 0 0 0 8px #fff, 0 0 0 9px #f5f5f5;
}
@media (min-width: 1280px) {
    .about__mission {
        margin-top: 10px !important;
    }
}
@media (min-width: 1536px) {
    .about__mission {
        margin-top: 50px !important;
    }
}
@media (min-width: 1920px) {
    .about__mission {
        margin-top: 50px !important;
    }
}
.footer-area__support {
    display: flex;
    flex-direction: column;
    /* padding: 10px 0 0; */
    height: 100%;
}
.footer-area__support--logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-bottom: 16px;
}
.footer-area__support--logo span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.footer-area__support--socials {
    display: flex;
    flex-direction: column;
}
.footer-area__support--socials-telegram {
    display: flex;
    align-items: center;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    padding: 10px 0;
    border-top: 1px dashed #f5f5f5;
    transition: 0.3s;
}
.footer-area__support a:hover {
    color: #c7c7c7;
}
.footer-area__support--socials-whatsapp {
    display: flex;
    align-items: center;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    padding: 10px 0;
    border-top: 1px solid #f5f5f5;
    /* border-bottom: 1px solid #e7e9f0; */
}
.footer-area__support--socials i {
    position: absolute;
    font-size: 19px !important;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #e9e9e9;
}
.footer-area__support--socials-instagram {
    display: flex;
    align-items: center;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    padding: 10px 0;
    border-top: 1px dashed #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.footer-area__support--subscribe {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer-area__support--subscribe span {
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    padding-bottom: 6px;
}
.footer-area__support--subscribe div {
    position: relative;
}
.footer-area__support--subscribe input {
    width: 100%;
    height: 45px;
    border: 1px solid #ffffff;
    border-radius: 50px 0 50px 50px;
    padding: 0 21px;
    color: #ffffff !important;
}
.footer-area__support--subscribe input::placeholder {
    color: #dddddd;
}
.footer-area__support--subscribe button {
    background: none;
    color: #FFF323;
    border-right:1px solid #fff;
    position: absolute;
    left: 8px;
    font-size: 23px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    outline: none !important;
}
.footer-area__support--subscribe button:hover {
    color: #e9dc00;
}
.single-banner h1 {
    font-size: 18px;
    /* margin-bottom: 6px; */
    color: #e9e9e9;
    text-transform: uppercase;
}
.product-action #quantity_value {
    width: 100%;
    font-size: 15px;
    margin: 0 5px;
    padding: 6px 0;
    border-radius: 6px;
    text-align: center;
    color: #878787;
    background: #f5f5f5;
    text-shadow: var(--primary-tshadow);
}
.cart-action-group .product-action #quantity_value {
    width: 45px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    color: #878787;
    background: #f5f5f5;
    padding-bottom: 34px;
}
a.add_to_cart_button {
    color: white;
}
button.m_ordered_product_button {
    background-color: #0088ff!important;
}
span.span_show_off_percentage {
    color: red;
    direction: ltr;
    vertical-align: super;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
p.min_max_order {
    color: white;
    margin: 6px;
    width: 220px;
    font-size: 13px;
    text-align: center;
}
p.min_max_order span {
    width: fit-content;
    background-color: #92967d;
    display: flex;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
}
.m_yellow_fav_product_btn span {
    margin: 4px;
    padding-top: 4px;
}
.m_like_product_btn span {
    margin: 4px;
    padding-top: 4px;
}
p.title_you_are_first_comment {
    padding: 25px;
    text-align: center;
}
.please_login_for_comment {
    padding: 25px;
    text-align: center;
}
div#my_rating_new_comment {
    direction: ltr;
}
.review-rating span {
    display: block;
}
.review-form.add_review_col strong {
    color: #33d20c;
    font-size: 20px;
    text-align: center;
    display: block;
}
.blog_details.intro_text {
    padding: 20px;
    border-radius: 5px 15px 15px 15px;
    margin-bottom: 20px;
    background: #f1f1f1;
    position: relative;
    color: #303030;
    font-size: 12px;
}
.add_comment_col strong {
    color: #33d20c;
    font-size: 20px;
    text-align: center;
    display: block;
}
a.form-check-label.m_cat_names2 {
    color: #877c7c;
    font-size: 12px;
}
a.form-check-label.m_cat_names2:hover {
    color: #bababa;
}
.row.m_map_in_call {
    margin-top: 25px;
}
.contact-sidebar-img.mb-20 {
    text-align: center;
    /* width: 100%; */
}
img.about_us_pic {
    width: 280px;
    margin: auto;
}
a.m_edit_order_quantity_icon img {
    width: 22px;
}
a.m_edit_order_quantity_icon {
    color: #39404a;
}
td.td_delet_order_icon img {
    width: 16px;
}
.m_cart-footer.col-md-12 {
    padding-bottom: 25px;
}
.sum_factor.ps-cart__total.col-md-12 {
    text-align: left;
}
td.my_p_error_shoing {
    color: red;
    padding-bottom: 36px;
    /* display: block; */
    text-align: center;
}
.sum_factor.ps-cart__total.col-md-12 h3 {
    color: #049447;
}
a.btn.btn-inline.m_btn_next_step:hover {
    background-color: #8493ca;
    color: white;
}
.m_btn_nav_div.col-md-12 {
    text-align: left;
    margin-top: 40px;
}
h4#m_search_result_h4 {
    text-align: center;
    margin: 25px;
    color: #1c9e59;
}
h2.my_search_h2 {
    text-align: center;
    margin: 8px;
    font-size: 18px;
}
div#search_main_div {
    background-color: white;
    margin-bottom: 30px;
    margin-right: 5px;
    border-radius: 8px;
    padding: 18px 25px 25px;
}
.my_error_form_mmessage {
    color: red;
    margin: 8px;
}
/* Chrome, Safari, Edge, Opera */

input.m_hidden_number::-webkit-outer-spin-button,
input.m_hidden_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */

input.m_hidden_number[type=number] {
    -moz-appearance: textfield;
}
.container.user_panel_main_div {
    background-color: white;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 18px 25px 25px;
    box-shadow: 0 2px 0 0 rgb(76 76 76 / 15%);
}
a.admin_panel_link {
    background-color: #0b8457;
    color: white;
    padding: 8px;
    /* margin-right: 30px; */
    border-radius: 6px;
    font-size: 13px;
    display: block;
    text-align: center;
    transition: 0.3;
}
a.admin_panel_link:hover {
    background-color: #07603f;
}
.blog-details-desc img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #dddddd;
}
p.m_article_img_caption {
    margin-bottom: 8px;
    font-size: 13px;
}
.blog-details-desc ul li {
    list-style: circle;
    padding: 8px;
}
.fa-angle-left:before {
    content: "\f104";
    color: #6c757d;
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 20px;
}
.fa-angle-right:before {
    content: "\f105";
    color: #6c757d;
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 20px;
}
.about {
    margin-top: 5px;
    margin-bottom: 88px;
}
.about__mission {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.about__mission .about__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 48px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    padding: 6px;
}
.about__mission .about__item:nth-last-of-type(1) {
    margin-bottom: 0;
}
.about__mission .about__item:nth-last-of-type(1) .about__meta:before {
    display: none;
}
.about__mission .about__item i {
    font-size: 53px;
    color: #69828d;
    margin-top: 4px;
    -webkit-transition: .3s;
    transition: .3s;
}
.about__mission .about__item:hover i {
    color: #fbac02;
}
.about__mission .about__item:hover .about__meta .title {
    color: #df9d11;
}
.about__mission .about__item .about__meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: right;
    margin-right: 35px;
    position: relative;
}
.about__mission .about__item .about__meta:before {
    content: '';
    position: absolute;
    bottom: -21px;
    left: 12px;
    right: 35px;
    box-shadow: 0 22px 30px -14px rgba(0, 0, 0, 0.4);
    height: 30px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}
.about__mission .about__item .about__meta .title {
    color: #69828d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    -webkit-transition: .3s;
    transition: .3s;
}
.about__mission .about__item .about__meta .desc {
    color: #69828d;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}
.about__mission .about__item--dimond {
    margin-bottom: 48px;
}
.about__mission .about__item--dimond i {
    font-size: 45px;
    position: relative;
    right: -3px;
}
.about__mission .about__item--dimond .about__meta {
    margin-right: 25px;
}
.about__mission .about__item--dimond .about__meta:before {
    bottom: -21px;
    left: 130px;
    right: -50px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.about__mission .about__item--pen i {
    font-size: 50px;
    position: relative;
    left: -8px;
}
.about__description {
    border-bottom: 1px solid #d9e8ee;
    padding: 0 30px;
    padding-bottom: 22px;
    position: relative;
}
.about__description .shadow-item {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 40px;
    width: 30px;
}
.about__description .shadow-item--right {
    right: 0;
    box-shadow: 14px 0 23px -14px rgba(0, 0, 0, 0.4);
}
.about__description .shadow-item--left {
    left: 0;
    box-shadow: -14px 0 23px -14px rgba(0, 0, 0, 0.4);
}
.about__description:before {
    width: 39px;
    content: '';
    height: 3px;
    border-bottom: 3px solid #fbac02;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    right: 117px;
    z-index: 10;
}
.about__description:after {
    width: 93px;
    content: '';
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    right: 90px;
    z-index: 5;
}
.about__description p {
    color: #69828d;
    font-size: 12px;
    font-weight: 400;
    line-height: 31px;
    text-align: justify;
    margin-bottom: 0;
}
.about__description p span {
    color: #bc8c25;
    font-size: 13px;
    font-weight: 700;
}
.about__send-request .about__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.about__send-request .about__header i {
    font-size: 46px;
    color: #69828d;
}
.about__send-request .about__header .title {
    color: #69828d;
    font-size: 13px;
    font-weight: 400;
    margin-right: 20px;
}
.about__send-request .about__content {
    padding-left: 39px;
}
.about__send-request .about__content .input {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 22px;
}
.about__send-request .about__content .input label {
    width: 72px;
    color: #5f727a;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #e3ebef;
    margin-bottom: 0;
    padding-bottom: 11px;
    height: 31px;
    margin-left: 7px;
    cursor: pointer;
    text-align: right;
}
.about__send-request .about__content .input input {
    border: none;
    border-bottom: 1px solid #e3ebef;
    color: #5f727a;
    padding-bottom: 5px;
    height: 31px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.about__send-request .about__content .input input::-webkit-input-placeholder {
    color: transparent;
}
.about__send-request .about__content .input input::-moz-placeholder {
    color: transparent;
}
.about__send-request .about__content .input input:-ms-input-placeholder {
    color: transparent;
}
.about__send-request .about__content .input input::-ms-input-placeholder {
    color: transparent;
}
.about__send-request .about__content .input input::placeholder {
    color: transparent;
}
.about__send-request button {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5ebee;
    border-radius: 30px 0 30px 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 14px 20px 12px 23px;
    -webkit-transition: .3s;
    transition: .3s;
}
.about__send-request button span {
    color: #69828d;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
}
.about__send-request button i {
    font-size: 16px;
    color: #fbac02;
    margin-bottom: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}
.about__send-request button:hover {
    background-color: #fbac02;
}
.about__send-request button:hover span {
    color: #fff;
}
.about__send-request button:hover i {
    color: #fff;
}
@media (min-width: 320px) and (max-width: 480px) {
    .abilitisLists {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .abilitisLists span {
        font-size: 10px !important;
        transition: 0.5s;
        /* color: #fff; */
        background-color: #fff;
        border-radius: 4px;
        padding: 10px !important;
        margin: 10px;
    }
    .abilitisLists span img {
        max-width: 50%;
    }
    .support__bg {
        height: 340px !important;
    }
}
.menu_m_btn {
    width: 70px !important;
    height: 38px !important;
    font-size: 20px !important;
}
.m_hslick_right .slick-slide {
    float: right;
}
h2.my_user_profile_h2.new_address {
    background-color: #64727f;
    padding: 12px;
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
}
.my_new_address_div .my_form_input {} .my_map.form-group {
    text-align: center;
}
.my_map.form-group .my_lable_input {
    color: #ffffff;
    font-size: 14px;
    padding: 8px;
    background-color: #ff000b;
    width: 90%;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    margin: auto;
}
.header-part.active {
    z-index: 10000;
}
.mobile-menu {
    z-index: 1000;
}
@media (max-width: 768px) {
    .my_map.form-group {
        margin-top: 25px;
    }
    .my_map.form-group #map {
        width: 100%!important;
        height: 340px!important;
    }
    .my_map.form-group .my_lable_input {
        width: 100%;
    }
}
h3.my_shoping_cart_step2_h3 {
    font-size: 20px;
    margin: 20px;
    color: #5d5d5d;
    background-color: #f9f9f9;
    padding: 12px;
}
.m_address_list_m_div {
    padding: 6px;
    background-color: #fdfdfd;
    margin: 4px;
    border-top: 3px solid #2c2f52;
    margin-bottom: 28px;
    cursor: pointer;
}
.rbdiv_active {
    background-color: whitesmoke;
    border-right: 4px solid #fe4c50;
}
.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 14px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}
.form-radio:checked {
    background-color: #fe4c50;
    color: white;
}
.form-radio:checked::before {
    position: absolute;
    font: 13px/1'Open Sans', sans-serif;
    left: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
}
.m_address_list_m_div .recep_name {
    margin: 4px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    color: #1c81a5;
    font-weight: 600;
    padding: 4px;
    display: inline-block;
}
.m_address_list_m_div .address {
    padding: 4px;
    margin-right: 6px;
    color: #5a5a5a;
}
.m_address_list_m_div .phone {
    margin-right: 8px;
    padding: 2px;
    color: #5a5a5a;
    display: inline-block;
}
h3#new_address_link {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    background-color: #d4b654;
    text-align: center;
    margin: 12px;
}
h2.my_shoping_cart_step2_h2 {
    font-size: 34px;
    margin: 20px;
    margin-top: 40px;
    color: #219cc7;
}
.m_shi_method_list.div {
    border: 1px solid #d6d6d6;
    margin: 6px;
    cursor: pointer;
}
img.m_shi_method_icon {
    width: 48px;
    display: inline-block;
    margin: 2px;
}
.shiping_name {
    display: inline-block;
    font-size: 22px;
    margin: 4px;
    /* margin-top: 0px; */
}
.shiping_name_desceription {
    padding: 6px;
    margin-right: 12px;
    color: #545454;
}
.shiping_price {
    float: left;
    margin-top: 25px;
    font-size: 18px;
}
h5.my_lable_input {
    margin: 8px;
    font-size: 14px;
}
.nice-select.m_select_state_list {
    float: none;
    text-align: right!important;
    margin-bottom: 4px;
}
.col-md-12.m_div_btn_address {
    text-align: center;
    margin-top: 16px;
}
button#m_submit_new_address {
    background-color: #08c056;
}
button#m_submit_new_address:hover {
    background-color: #0bab4f;
}
.col-md-12.my_shoping_cart_step2_main_div {
    width: 100%;
    margin: 12px;
    min-height: 80px;
    background-color: #fff;
    padding: 24px;
    /* border-radius: 8px; */
}
a.btn.ps-btn.deactive {
    background-color: #6b6b6b;
}
a.btn.next_step.ps-btn {
    background-color: #28a745;
}
.m_loader_m {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0202027a;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    display: none;
}
.loader {
    position: absolute;
    left: 46%;
    top: 50%;
    border: 16px solid #ffffff;
    border-radius: 50%;
    border-top: 16px solid #fe4c50;
    border-bottom: 16px solid #fe4c50;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.m_address_factor_div h4 {
    font-size: 14px;
    background-color: #2c2f52;
    padding: 8px;
    color: white;
}
.m_address_factor_div_row {
    margin: 0px;
}
.m_address_factor_div_col {
    border: 1px solid #f3f3f3;
}
.m_address_factor_div_col h5 {
    display: inline-block;
    margin: 8px;
    font-size: 14px;
}
.m_address_factor_div_col p {
    display: inline-block;
    margin: 8px;
    font-size: 13px;
}
thead.p_thead_step3 tr th {
    font-size: 18px;
    color: #ffffff;
    background-color: #2c2f52;
}
tr.p_td_step3 td p {
    font-size: 12px;
}
.cart-wrapper.col-md-12 {
    margin-right: 12px;
}
.shp_cart_step_3_main_div.col-md-12 {
    width: 100%;
    margin: 12px;
    min-height: 80px;
    background-color: #fff;
    padding: 24px;
    /* border-radius: 8px; */
}
.col-md-12.my_shoping_cart_step4_main_div {
    width: 100%;
    margin: 12px;
    min-height: 80px;
    background-color: #fff;
    padding: 24px;
    /* border-radius: 8px; */
}
.container.order_final_main_div {
    width: 100%;
    margin: 12px auto;
    min-height: 80px;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
}
.get_factor_div {
    text-align: center;
}
a.btn.m_get_factor_pdf_btn {
    background-color: #d0a723;
}
.about_us_sub_div {
    padding: 32px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 6px 27px 7px rgb(0 0 0 / 6%);
    font-size: 14px;
    text-align: justify;
    margin: 6px 0 30px;
}
h4.shop_cart_empty {
    margin: 80px;
    padding: 80px;
    text-align: center;
}
.about_lnk_footer {
    text-align: left;
    font-size: 12px;
    color: #f9f9f9;
    /* margin-bottom: 14px; */
    /* padding: 2px 14px 2px 14px; */
}
.about_lnk_footer:hover {
    color: #f2f2f2;
}
ul.pagination.my_pagination_blog a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: none;
    padding: 0;
    color: var(--text);
    background: var(--border);
    margin: 0px 8px;
}
ul.pagination.my_pagination_blog a:hover {
    color: white;
    background: #3b414d;
}
ul.pagination.my_pagination_blog strong {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: none;
    padding: 0;
    color: white;
    background: #3b414d;
    margin: 0px 8px;
}
.product-image img {
    min-height: 150px;
}
.blog-img img {
    min-height: 180px;
}
.top-part .feature-image img {
    min-height: 140px;
}
h1.main_h1 {
    text-align: center;
    margin-bottom: 8px;
    padding: 8px;
    font-size: 16px;
}
.m_product_desc {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 2px 2px #e6ecf3;
    text-align: justify;
    margin-top: 10px;
}
.m_product_desc p {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
    width: 14%;
    padding-bottom: 8px;
}
.m_product_desc ul {
    line-height: 26px;
}
.m_product_desc li {
    font-size: 12px;
}
.m_product_desc a {
    text-align: center;
    font-size: 11px;
    border-radius: 6px;
    padding: 0.125em 0.75em 0;
    display: inline-block;
    background-color: #0f00ff;
    color: #ffffff;
    transition: .3s;
}
.m_product_desc a:hover {
    background-color: #0b00c1;
}
.tab-descrip h4 {
    margin-bottom: 20px;
}
.m_pre_field_on_head {
    font-weight: 500;
    margin-left: 8px;
    color: #bbbbbb;
    text-transform: capitalize;
    font-size: 12px;
}
.m_pre_field_on_head ul {
    margin: 8px 40px 20px auto;
}
.m_pre_field_on_head li {
    list-style: inside;
}
.m_cat_desc {
    padding: 0;
    margin-bottom: 18px;
    color: #a9a9a9;
    padding: 0 21px;
}
.address_footer {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
}
.you_are_first_blog_comment{
    font-size:14px;
}