@font-face {
    font-family: ekad;
    font-weight: 700;
    font-display: block;
    src: url(../fonts/IRANSans-Bold-web.eot);
    src: url(../fonts/IRANSans-Bold-web.eot?#iefix) format("eot"), url(../fonts/IRANSans-Bold-web.woff2) format("woff2"), url(../fonts/IRANSans-Bold-web.woff) format("woff"), url(../fonts/IRANSans-Bold-web.ttf) format("ttf");
}

@font-face {
    font-family: ekad;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/IRANSans-web.eot);
    src: url(../fonts/IRANSans-web.eot?#iefix) format("eot"), url(../fonts/IRANSans-web.woff2) format("woff2"), url(../fonts/IRANSans-web.woff) format("woff"), url(../fonts/IRANSans-web.ttf) format("ttf");
}

@font-face {
    font-family: 'ekad-number';
    font-display: block;
    src: url('../fonts/ekad-number.woff2') format('woff');
}

html {
    overflow-x: hidden;
    margin-top: 0 !important;
}

a:hover {
    text-decoration: none;
    color: #f6801e !important;
}

.section-wp-block-defaults {
    padding: 0;
}

.border-top {
    border-top: 1px solid #ddd;
}

.padding-top {
    padding-top: 45px;
}

.site-main {
    margin-top: 125px;
}

.la-rotate {
    transform: rotate(313deg) !important;
}

body {
    background: #fff !important;
    color: #000;
    font-weight: 400;
    font-family: 'ekad-number', 'ekad', sans-serif;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    font-size: 0.85em;
    line-height: 28px;
}


.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.fa-number {
    font-family: "ekad-number" !important;
}

.front-page {
    /* background-color: #fafafa !important; */
    background-color: #fff !important;
}

.container-custom {
    width: 90%;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    margin-left: auto;
    margin-right: auto;
}

.title-section {
    display: inline-block;
    width: auto;
    font-weight: bold;
    font-size: 1.5em;
}

.title-section a {
    color: #030d4a;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: -1px;
}


.title-section a:hover {
    color: #fed761;
}

.title-section i {
    font-weight: bold;
    vertical-align: middle;
}

.section-more {
    font-size: 0.9em;
    color: #f79340;
    font-weight: bold;
}

.section-more:hover {
    color: #000;
}

.header .logo {
    padding: 5px 0;
    display: inline-block;
    width: auto;
}

.header .logo img {
    width: 85px;
}

.nav-header {
    z-index: 100 !important;
}

.box-top-header {
    background-color: #030d4a;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
}

.box-top-header strong {
    font-size: 1em;
    color: #fff;
}

.box-top-header span {
    font-size: 0.9em;
    color: #ffd763;
    font-weight: bold;
}

.box-header-mobile ul {
    margin: 0;
}

.box-header-mobile ul li {
    display: inline-block;
    width: auto;
    float: left;
    text-align: left;
    margin-right: 30px;
}

.box-header-mobile ul p {
    margin: 0;
    float: right;
}

.box-header-mobile ul a {
    color: #fff;
    font-weight: bold;
}

.badge-cart {
    top: 0px;
    left: 15px;
    position: absolute;
    padding: 0 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #f68121;
    color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 19px;
    width: 18px;
    line-height: 19px;
}

.box-header-mobile ul i {
    font-size: 1em;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    background-color: #030d4a;
    border: 2px solid #f68121;
    border-radius: 50%;
    color: #ffd763;
    line-height: 22px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.box-down-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.btn-menu-cat i {
    font-size: 1.8em;
    vertical-align: middle;
}

.box-menu-cat {
    font-size: 1em;
    color: #333;
    display: flex;
    align-items: center;
    height: 100%;
}

.box-menu-cat i {
    font-size: 1.8em;
    vertical-align: middle;
    margin-left: 5px;

}

.header .box-search {
    position: relative;
}


.header .search-header input[type="text"] {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    width: 80%;
}

.header .search-header input[type="submit"] {
    width: 20%;
    padding: 8px 0;
    background: #fdd864;
    color: #000000;
    font-weight: bold;
    border: 1px solid #f58220;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search-header {
    width: 100%;
    position: fixed;
    top: 98px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 25px 0;
    background: radial-gradient(circle at 10% 20%, rgb(1 12 72) 0%, rgb(255 214 97) 90.2%);
}

.search-header form {
    display: flex;
}

.accordion-item i {
    margin-left: 5px;
    color: #000e48;
}


.faq-box-accordion .accordion-button:not(.collapsed) {
    background-color: #eee;
    font-weight: bold;
    box-shadow: none;
    outline: 0;
}

.header .box-search button,
.header .box-cart button,
.header .box-account a {
    height: 100%;
    border: 0;
    outline: 0;
    background-color: #f1f1f2;
    border-radius: 8px;
    color: #030c49;
    font-weight: bold;
    padding: 5px 8px;
    line-height: 20px;
    overflow: hidden;
}

.header .box-search button i,
.header .box-cart button i {
    font-weight: bold;
    font-size: 1.6em;
}

.header .box-account a {
    padding: 5px 12px;
    margin-left: 8px;
}

/* notification */
.notification-slide {
    padding: 90px 0 10px 0;
    background-color: #f8f8f8;
}

.notification-slide .owl-item {
    background-color: #fff;
    border-radius: 15px;
    padding: 9px;
    height: 100%;
    align-content: center;
    box-shadow: inset 0 0 4px 0px #0000002b;
}

.notification-item {
    background-color: cornsilk;
    padding: 5px 15px;
    border-radius: 8px;
}

.notification-icon {
    width: 60px !important;
}

.notification-item h2 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.notification .owl-item:not(.center) {
    filter: blur(2px) grayscale(1);
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

.btn-notification {
    background-color: #000;
    border-radius: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
}

/* slider */

.hiro .owl-carousel.owl-theme.owl-loaded.owl-drag,
.hiro .owl-stage-outer,
.hiro .owl-stage,
.hiro .owl-item,
.hiro .item,
.hiro .owl-item {
    height: calc(100vh - 78px);
    height: -o-calc(100%vh - 78px);
    height: -webkit-calc(100vh - 78px);
    height: -moz-calc(100vh - 78px);
    z-index: 80;
}

.hiro .owl-stage {
    display: inline;
}

.search-product {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background-color: #eee;
    border-radius: 8px;
}

.search-product input {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 39px;
    padding: 0 15px;
    width: 40%;
}

.search-product select {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 39px;
    padding: 0 15px;
    width: 30%;
}

.hiro {
    margin: 75px 0 0 0;
    position: relative;
    background-image: radial-gradient(ellipse at top, blue 0%, #1b2735 95%);
    overflow: hidden;
}

.logo-slider img {
    width: auto !important;
    margin: 0 !important;
}

.box-item-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-item-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #0000008a;
    z-index: 10;
}

.owl-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    right: 20%;
    z-index: 11;
}

.slide_title {
    font-size: 3.3em;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.slide_desc {
    color: #ddd;
    font-size: 1.1em;
    text-align: center;
    margin-top: 15px;
}

.box-item-slider {
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
}


.product-slide .item a {
    display: inline-block;
    height: 100%;
}


.slide_desc {
    color: #fff;

}

.slide_desc p {
    margin: 0;
}

.slide-btn {
    background-color: #030d4a;
    color: #ffffff;
    font-weight: bold;
    border-radius: 15px;
    padding: 5px 35px;
    margin: 10px 0;
    display: inline-block;
    width: auto;
}

.slide-btn:hover {
    background-color: #ffd862;
    color: #000 !important;
}

.product-slide .owl-stage {
    display: flex;
    align-items: stretch;
}

.product-slide .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.product-slide .item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
}

.slider-tumb {
    overflow: hidden;
}


.slider_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1em;
    color: #fff;
    padding: 10px;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 40%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin: 0;
}

.off-product {
    background: linear-gradient(1deg, #fff 40%, #f58220 70%) !important;
    padding-bottom: 20px !important;
}

.off-product .title-section {
    color: #fff;
}

.off-product .section-more {
    color: #fff;
}

/* category */
.box-category {
    padding: 35px 0 25px 0;
}

.box-item-category {
    background-color: #fff;
    border: 1px solid #eaecef !important;
    border-radius: 15px;
    text-align: center;
    margin: 15px 0;
    padding: 15px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.box-item-category:hover {
    border: 1px solid #fe3000 !important;
    box-shadow: 0 0 10px 1px #efefef;
    color: #fe3000;
}

.box-item-category img {
    height: auto;
    max-width: 100px;
}

.box-item-category h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.box-item-category:hover h3 {
    color: #fe3000;
}

/* ads */
.box-ads {
    margin: 0 0 50px 0;
}

.box-item-ads {
    border-radius: 15px;
    overflow: hidden;
}

.box-item-ads img {
    width: 100%;
    height: auto;
}

/* brands */
.brands {
    margin: 35px 0;
}

.brands img {
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    padding: 5px;
    max-height: 90px;
}

.owl-carousel-brands {
    margin-top: 0;
}

.item-brand-logo {
    margin: 0 auto;
    text-align: center;
}

/* box-product */
.box-product {
    padding: 40px 0 0 0;
}

.owl-carousel-slider .owl-nav,
.box-product .owl-nav,
.brands .owl-nav,
.owl-carousel-product .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    align-items: center;
}

.owl-carousel-slider:hover .owl-nav,
.box-product .owl-carousel:hover .owl-nav,
.brands .owl-carousel:hover .owl-nav,
.owl-carousel-product .owl-nav {
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
}

.owl-carousel-slider .owl-nav,
.box-product .owl-nav,
.brands .owl-nav {
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
}

.owl-carousel-notification .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    align-items: center;
}

.owl-carousel-slider .owl-prev,
.owl-carousel-slider .owl-next,
.box-product .owl-prev,
.owl-carousel-product .owl-prev,
.owl-carousel-product .owl-next,
.box-product .owl-next,
.brands .owl-prev,
.brands .owl-next,
.owl-carousel-notification .owl-prev,
.owl-carousel-notification .owl-next {
    color: #fff !important;
    font-size: 2.3em !important;
    height: 25px;
    width: 25px;
    line-height: 21px !important;
    text-align: center;
    font-weight: bold !important;
    background-color: black !important;
    border-radius: 50% !important;
    text-align: center;
}

.box-product .owl-prev,
.owl-carousel-product .owl-prev,
.brands .owl-prev,
.owl-carousel-notification .owl-prev {
    right: -20px;
    position: absolute;
}

.owl-carousel-slider .owl-next,
.box-product .owl-next,
.owl-carousel-product .owl-next,
.brands .owl-next,
.owl-carousel-notification .owl-next {
    left: -20px;
    position: absolute;
}

.box-product .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
    padding: 10px 5px;
}

.box-product .owl-stage-outer {
    padding: 0;
}

.box-brands .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-brands .owl-item {
    display: flex;
    height: 100%;
}


.box-product .owl-item li,
.owl-carousel-product .owl-item li {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}


.owl-carousel-product .countdown .timebox {
    color: #111111;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 500;
    position: relative;
    direction: ltr;
    font-size: 13px;
}

.nav-custom-about .nav-link {
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 25px 0;
}

.nav-custom-about .nav-link i {
    font-size: 1.6em;
    vertical-align: middle;

}


.nav-custom-about .nav-link.active {
    background-color: #ffeb93;
}

.popular-product {
    background: linear-gradient(53deg, #000 40%, #f58220 70%) !important;
}

.countdown .timebox:after {
    content: ":";
    position: absolute;
    right: -6px;
    left: auto;
    top: 0;
    bottom: 0;
    line-height: 30px;
    color: #111;
    font-weight: 400;
}

.countdown .timebox.day:after,
.countdown .timebox.second:after {
    display: none;
}

.countbox span.timebox.second {
    font-weight: 700;
}


.countdown .hastime {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    direction: ltr;
}

.new-product {
    padding: 55px 0;
}

.new-product ul {
    list-style: none;
}

.box-item-list-services {
    margin: 15px 0;
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 55px;
}

.img-services {
    width: 70px;
    background-color: #ffffff;
    padding: 5px;
    border: 6px solid #eee;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 8px;
}


.desc-services h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.desc-services p {
    color: #777;
    font-size: 0.9em;
}

.product-item {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background: #ffffff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    overflow: hidden;
    border: 1px solid #020d49;
    justify-content: center;
    align-items: flex-start;
}

.product-item:hover {
    border: 1px solid #fed862 !important;
    box-shadow: 0 0 10px 1px #efefef;
    color: #fed862;
}

.product-item .product-item-image {
    margin: 0;
    padding: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    clear: both;
    overflow: hidden;
    position: relative;
}

.off-product .sale .product-item-image {
    background: #fff !important;
}

.product-item .image_content {
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
}

.product-item img {
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    margin: 0 !important;
}

.img-sale {
    position: absolute;
    width: 45px !important;
    top: 0;
    right: 0;
}

.product-item .product-item-details {
    padding: 0px 15px 15px 15px;
    width: 100%;
    text-align: right;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}



.product-item h3 {
    font-size: 1em;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0px;
    color: #000;
    height: 50px;
    clear: both;
    overflow: hidden;
}

.product-item .price {
    font-family: ekad-number, ekad;
    font-weight: bold !important;
    font-size: 1em !important;
    line-height: 20px;
    color: #000;
}

.product-item .price del {
    display: inline-block;
    text-align: right !important;
    width: 100%;
    font-size: 0.9em;
    color: #888;
}

.product-item .date-expire span {
    color: #919191;
    font-family: ekad-number;
}

.product-item .price del .woocommerce-Price-currencySymbol {
    display: none;

}

.product-item .price ins .woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.product-item span.price del {
    opacity: 1 !important;
    color: #8e4401;
}

.product-item .price ins {
    display: inline-block;
    text-align: right !important;
    width: 100%;
    color: #000;
    text-decoration: none;
    font-size: 1em;
}

.product-item .price strong {
    color: Red;
}

.product-item .price .out_of_stock i {
    font-size: 1.4em;
    vertical-align: middle;
}

.product-item .btn-price-zero {
    color: #333;
}



.product-item mark {
    color: #6c757d !important;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px 6px;
    font-family: 'ekad-number';
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: 15px 0 0 0;

}

.product-item .price del .woocommerce-Price-currencySymbol {
    display: none;
}

.product-item .action {
    text-align: center;

}

.product-item .action span {
    background-color: #fed862;
    width: auto;
    display: inline-block;
    color: #000e48;
    font-weight: 600;
    border-radius: 15px;
    text-align: center;
    border: 0;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding: 3px 15px;
}

.product-item .action span:hover {
    background-color: #030c49;
    color: #fff;
}

.product-item .product-item-details span.quantity {
    font-size: 12px;
    color: #666666;
    font-family: 'ekad-number';
}

.product-item .progress {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 25px;
    height: 6px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none;
}

.product-item .progress .progress-bar {
    background-color: #f48221;
    border-radius: 25px;
    height: 6px;
    width: 0;
}

.product-item .saved-sale {
    font-weight: bold;
    text-transform: capitalize;
    background: #e3b62b;
    font-size: 13px;
    color: #ffffff;
    line-height: 17px;
    z-index: 8;
    transition: all 400ms ease-in-out;
    padding: 0px 8px;
    border-radius: 25px;
    display: inline-block;
    margin: 0 5px;
}

.product-item .box-quantity {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    margin-top: 6px;
}

/* articles */

.articles {
    padding: 90px 0;
}

.articles .card {
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 15px rgba(18, 66, 101, 0.08);
    border-radius: 8px;
    margin: 5px 0;
    overflow: hidden;
    position: relative;
    transition: .4s;
}

.articles .card-body {
    background-color: #ffffffe3;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border-radius: 8px;

}

.articles .card-title:hover a {
    color: #007bff;
}

.articles .card-title a {
    font-size: 0.8em;
    color: #000;
    line-height: 1.75;
    font-weight: bold;
}

.articles .card-title a:hover {
    color: #e3b62b;
}

.articles .card .card-text {
    font-size: 1em;
    color: #8e939b !important;
    text-align: right;
}

.articles .blog-card-categories i {
    font-size: 15px;
    color: #888;
    vertical-align: middle;
}

.articles .blog-card-categories a {
    color: #8e939b;
    font-size: 1em;
    font-weight: bold;
}

.icon-head-left {
    margin-right: -10px;
}

.section-more i {
    font-weight: bold;
    color: #000;
    vertical-align: middle;
}


.articles .blog-card-categories:hover {
    color: #007bff;
}

.articles .card-img img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    -webkit-object-fit: cover;
}

.articles .image-big img {
    object-position: top;
}

.articles .blog-social-icons a {
    margin-left: 0.9375rem;
    color: #cfd2d8;
    vertical-align: middle;
    font-size: 1rem;
}

.card-title {
    font-size: 1.3em;
}

.articles .form-control {
    display: block;
    width: auto;
    height: calc(2.65rem + 0);
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.9;
    color: #343a40;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: 0.3125rem;
    box-shadow: 0;
    transition: border-color 0.15s ease-in-out,
}

.articles .media {
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 15px rgba(18, 66, 101, 0.08);
    border-radius: 8px;
    margin: 14px 0;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    display: flex;
    padding: 15px;
}

.articles .media-img {
    margin-left: 15px;
}

.articles .media img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 15px;
}

.articles .media-body {
    align-self: center;
}

/* property */

.box-services {
    padding: 35px 0;
}

.item-service {
    margin: 65px 0;
    display: inline-block;
    width: 100%;
}

.item-service strong {
    color: #000;
    font-size: 1.2em;
}

.item-service p {
    color: #000;
    margin: 0;
}

.item-service .icon-services svg {
    width: 40px;
    fill: #f5821f;
}

.item-service .icon-services i {
    font-size: 2.5em;
    color: #f5821f;
}

/* footer */
footer {
    position: relative;
    background-color: #030d4a;

}

.footer-up {
    position: relative;
    padding: 45px 0;
    color: #fff;
    z-index: 1;
}

.footer-shape {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    z-index: 0;
}

.footer-shape img {
    width: 100%;
    max-height: 100%;
}

.brand-footer {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}

.brand-footer img {
    width: 105px;
}

.footer-about a {
    color: #555555;
}

.footer-up label {

    left: 0 !important;
}

.footer-up div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 5px 15px !important;
    width: 100% !important;
    display: inline-block !important;
    background-color: #FFD662FF !important;
    border: 0 !important;
    color: #000000 !important;
    font-weight: bold;
    border-radius: 5px;
}

.access ul {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.access ul a {
    color: #fff;
}

.access ul>li {
    text-indent: -5px;
    margin: 5px 0;
}

.access ul>li:before {
    content: "--";
    text-indent: -5px;
    color: #f78220;
    font-weight: bold;
}

.box-about {
    padding: 45px 0;
    background-color: #f7f7f7;
}

.box-about .tab-content {
    padding: 45px 25px;
}

.tab-desc h2 {
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
}

.item-tab-link {
    background-color: #020d49;
    color: #fff;
    border-radius: 8px;
    padding: 5px 15px;
}

.tab-image {
    border-radius: 15px;
    border: 5px solid #ddd;
}

.tab-image img {
    border-radius: 15px;
    max-height: 450px;
    object-fit: cover;
}

.box-about-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    line-height: 21px;
    margin: 10px 0;
}

.box-about-link i {
    font-size: 1.9em;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    color: #000;
    line-height: 15px;
    text-align: center;
    float: right;
    margin-left: 25px;
}

footer .box-about-link i {
    color: #fff;
    margin-left: 10px;
    font-size: 1.5em;
}

.box-about-link strong {
    color: #020c49;
    width: 100%;
    display: inline-block;

}

.box-about-link span {
    color: #555;
    width: 100%;
    display: inline-block;
    font-size: 1em;
    font-family: ekad, sans-serif;
}

footer .box-about-link span {
    color: #fff;

}

footer .box-about-link strong {
    color: #fff;
}

.content-footer {
    display: flex;
}

.footer-down {
    background-color: #f8f9fa;
    padding: 15px 0;
    border-top: 8px solid #f8f8f8;
    position: relative;
}

ul.soical-network-footer {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 15px 0;
}

ul.soical-network-footer i {
    font-size: 1.3em;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #000000;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-left: 10px;
}

.mojavez {
    display: flex;
}

.mojavez img {
    width: 70px;
    padding: 7px;
    background-color: #fff;
    border-radius: 8px;
    height: auto;
}

.footer-down p {
    color: #000;
    display: inline-block;
    width: auto;
    font-weight: bold;
    margin: 0;
}

.footer-down i {
    vertical-align: middle;
    font-size: 1.3em;
}

.footer-down a {
    color: #4b4b4b;
}

.footer-down a:hover {
    color: red !important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    opacity: 0;
}

/* modal */

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.box-form-modal {
    padding: 80px;
    font-size: 1.2em;
    display: inline-block;
    width: 100%;
}

.box-form-modal .wpforms-field-label {
    font-size: 0.8em !important;
    margin: 5px 0 !important;
}

.box-form-modal .wpforms-container-full {
    margin-bottom: 0 !important;
    z-index: 100000000000;
}

.box-form-modal .wpforms-captcha-math input {
    width: 100% !important;
}

.box-form-modal .wpforms-container-full .wpforms-form button[type=submit] {
    position: absolute;
    left: 3%;
    bottom: 20px;
    padding: 7px 25px;
}

.box-form-modal .wpforms-field {
    padding: 5px 0;
    z-index: 100000;
}

#myModal .close {
    float: right;
    margin: 10px 0;
    font-size: 1.9em;
    position: absolute;
    right: 35px;
    top: 15px;
    z-index: 1000000;
}

#myModal .wpforms-confirmation-container-full p:last-of-type {
    margin: 0;
    font-size: 0.9em;
    line-height: 2;
}

div.wpforms-container-full .wpforms-form input {
    font-size: 0.8em !important;
    color: #777;
}

.box-form-modal .wpforms-container-full .wpforms-form .wpforms-submit-container {
    clear: both !important;
    float: left !important;
}

/* style single */

.box-title-modal h5 {
    font-size: 1.2em;
    font-weight: bold;
    color: #be0006;
}

.box-title-modal p {
    font-size: 0.8em;
    color: #777;
}

.box-img-modal {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box-img-modal img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box-background-modal {
    position: relative;
    z-index: 1000;
}


.box-content-main {
    display: inline-block;
    margin: 100px 0 15px 0;
    width: 100%;
    font-size: 1em;
}

.img-content {
    text-align: center;
    margin: 0 auto;
}

.img-content img {
    text-align: center;
    max-width: 100%;
}

.figure {
    margin: 10px auto;
    text-align: center;
}

.info-content-down {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    background: linear-gradient(326deg, #fff 30%, #ffffff 30%, #e8e8e8 40%, #fff 25%) !important;
}

.info-content {
    display: inline-block;
    padding: 5px 10px;
    text-align: justify;
    vertical-align: middle;
    width: 100%;
    border-top: 1px solid #ddd;
}

.box-details h1,
.box-details h2,
.box-details h3,
.box-details h4,
.box-details h5.info-content h6 {
    font-size: 1em;
    font-weight: 700;
    line-height: 30px;
}

.box-details form label {
    font-size: 1em !important;
    margin-bottom: 5px !important;
}

.info-content ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0.9em;
    font-family: ekad-number;
}

.info-content li {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 2px 0;
    width: auto;
}

.info-content li strong {
    color: #fff;
}

.info-content li p {
    font-size: 1em;
    padding: 0;
}

.breadcrumbs {
    margin-bottom: 10px;
    font-size: 0.9em;
}

.breadcrumbs a {
    color: #f68221;
}

.breadcrumbs a:hover {
    color: #000;
}

.box-details {
    line-height: 2.3em;
    text-align: justify;
    font-size: 1.1em;
    padding: 20px 70px;
    border: 1px solid #ddd;
    margin: 15px 0;
    overflow: hidden;
    background-color: #fff;
}

.single-link {
    color: #555555;
    font-weight: 400;
    font-size: 0.9em;
    margin-right: 25px;
    padding: 5px 0;
}

.single-link i {
    font-size: 1.1em;
    vertical-align: middle;
    color: #000;
}

.single-link:hover {
    color: #f68120 !important;
}

.box-comment {
    line-height: 2.3em;
    text-align: justify;
    font-size: 0.8em;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.box-comment .w-comments-title {
    font-size: 0.9em;
}

.box-details .woocommerce-Tabs-panel {
    padding: 15px !important;
    background-color: #f8f8f8 !important;
    margin: 0 !important;
}

.box-details p {
    text-align: right;
    color: #000;
    line-height: 40px;
    font-weight: normal;
}

.box-details img {
    margin: 10px auto;
    max-width: 100%;
}

.info-content-down h1 {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 15px;
    text-align: right;
    width: 100%;
    margin: 0;
    display: inline-block;
}

.info-content-down i {
    vertical-align: middle;
}

.info-content-down ul {
    list-style: none;
    margin: 0 25px;
    padding: 0;
}

.info-content-down ul li {
    display: inline-block;
    width: auto;
    margin-right: 15px;
}

.info-content-down ul li span {
    font-size: 0.9em;
}

.title-cat {
    font-size: 0.9em;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #ffe800;
    color: #000;
    height: 100%;
    padding: 21px 0px;
}

.like-button {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    float: left;
    margin-top: 2px;
}

.like-button.activeLike {
    background-color: #37bb9d;
    color: #fff;
}

.like-button.activeLike i:before {
    content: "";
}

.img-content {
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px;
    width: 100%;
}

.box-aside {
    border: 1px solid #ddd;
}

.box-content-main aside {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 15px;
    width: 100%;
    background-color: #fff;
}

.box-aside-title {
    margin: 5px 0;
}

.box-aside-title strong {
    color: #0088b2;
    display: inline-block;
    font-family: ekad;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.box-aside-title strong::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f48222;
    ;
    bottom: 1px;
    left: calc(50% - 60px);
}

.box-aside-title strong::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #f48222;
    ;
    bottom: 0;
    left: calc(50% - 20px);
}

.post-views {
    display: inline-block;
    width: auto;
}

.box-aside-title strong:hover {
    color: #f48222;
}

.box-aside {
    background-color: #f9f9f9;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 15px;
    width: 100%;
}

.box-aside-title img {
    opacity: 0.5;
}

ul.box-new-min {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.box-new-min li {
    display: inline-block;
    list-style: none;
    padding: 5px 20px;
    margin: 5px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0.8em;
    overflow: hidden;
}

ul.box-new-min li h4 {
    color: #000;
    font-size: 1.2em;
    line-height: 25px;
    text-align: right;
    margin: 10px 0 0 0;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.box-new-min li p {
    font-size: 1.1em;
    color: #555;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-family: ekad-number;
    margin-bottom: 0;
}

ul.box-new-min li img {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 70px;
    padding: 3px;
    width: 70px;
    object-fit: cover;
    margin-right: 5px;
}

ul.box-new-min li:hover img {
    opacity: 0.8;
}

ul.box-new-min li:hover h4 {
    color: #f48222;
    ;
}

.box-aside a strong {
    color: #333;
    font-size: 1.2em;
    position: relative;
}

.social-network-contact {
    display: inline-block;
    width: 100%;
}

.social-network-contact a {
    float: left;
    margin-right: 10px;
    font-size: 2.0em;
    color: #f48222;

}

.social-network-contact a:hover {
    color: #f48222;
}

.owl-item li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-custom {
    padding: 60px 0 50px 0;
}

.coupon-item {
    background-color: #f9f9f9;
    border: 2px dotted #cdc7c7;
    border-style: dashed;
    padding: 35px;
    margin: 15px 0;
    border-radius: 8px;
}

.coupon-item h2 {
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'ekad-number', 'ekad';
}

.coupon-item p {
    font-size: 1em;
    color: #333;
}

.expiry {
    filter: grayscale(1) opacity(0.5);
}

.expiry-date {
    display: inline-block;
    width: auto;
    background-color: antiquewhite;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.9em;
}

.code-coupon input {
    font-size: 1.2em;
    font-family: monospace;
    padding: 0px 15px;
    border: 2px dotted #c5c5c5;
    border-radius: 8px;
    display: inline-block;
    margin: 15px 0 0 10px;
    width: auto !important;
    min-width: 25px;
    max-width: 150px;
    text-align: center;
}

.code-coupon input:focus-visible {
    outline: none;
}

.code-coupon button {
    border-radius: 8px;
    border: 1px solid #eee;
    font-weight: bold;
    padding: 0 10px;
}

.coupon-amount {
    font-size: 1.3em;
    font-weight: bold;
    font-family: ekad-number;
    color: limegreen;
    margin: 10px 0;
}

.coupon-amount span {
    margin-right: 5px;
}

.expiry-date.disable {
    background-color: #eaeaea;
}

.expiry-datetime span {
    margin-top: 10px;
    display: inline-block;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    font-family: 'ekad';
    font-size: 0.9em;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 5px 10px;

}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.menu-top_menu-container {
    height: 100%;
}

.menu-top_menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-content: flex-end;
    align-items: center;
    height: 100%;
}

.menu-top_menu-container li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 15px;
}

.menu-top_menu-container li a {
    font-weight: bold;
    color: #666;
    font-size: 0.9em;
}

.menu-top_menu-container li.current_page_item a {
    color: #e3b62b;
}

.box-menu-cat .btn {
    margin: 0 10px;
}

.box-menu-cat .navbar a {
    font-weight: bold;
    color: #000;
}

.menu-top_menu-container {
    height: 100%;
}

.menu-top_menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-content: flex-end;
    align-items: center;
    height: 100%;
}

.menu-top_menu-container li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 15px;
}

.menu-top_menu-container li a {
    font-weight: bold;
    color: #666;
    font-size: 0.9em;
}

.menu-top_menu-container li.current_page_item a {
    color: #e3b62b;
}

.box-menu-cat .btn {
    margin: 0 10px;
}

.box-menu-cat .navbar a {
    font-weight: bold;
    color: #000;
}

header .box-menu-cat .menu-cat {
    transform: none !important;
    width: 100% !important;
    position: fixed !important;
    inset: 0px 0 auto 0 !important;
    margin: 0 auto !important;
    border: 0;
    background-color: #00000075;
    height: 100vh;
    border-radius: 0 !important;
    padding: 0;
    font-size: 100%;
    z-index: 1000;
}

.box-menu-cat .navbar-toggler {
    border: 0;
    background-color: #fff;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.mega-menu {
    background-color: #fff;
    padding: 65px 0px;
}

.mega-menu .head {
    font-weight: bold;
    color: #000;
    font-size: 1em;
}

.mega-menu .sub-menu a {
    color: #333;
    font-size: 1em;
}

.mega-menu .sub-menu a:hover {
    color: #f68221;
}

#product-tab {
    height: 100%;
    border-left: 5px solid #fafafa;
}

.mega-menu .nav-link {
    background-color: #fff;
    border: 0;
    width: 100%;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 1em;
    color: #000;
    position: relative;
}

.mega-menu .nav-link:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 4px;
    max-width: 100%;
    left: -3px;
    background: #eee;
    transition: all 0.3s ease;

}

.mega-menu .nav-link.active:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 4px;
    max-width: 100%;
    left: -3px;
    background: #f68221;
    transition: all 0.3s ease;
}

.mega-menu .nav-link.active {
    background: #fafafa;
    color: #000;
    font-weight: 700;
}

.box-page-title {
    padding: 30px 0;
    background: linear-gradient(1deg, rgb(255 255 255) 40%, rgb(241 241 242) 83%) !important;
}

.box-page-title h1 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.map-section {
    background-color: #f8f8f8;
}

.map-section .map-box iframe {
    width: 100%;
    height: 350px;
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-image img {
    height: 50px;
}

.icon-contact img {
    height: 385px;
    margin: 0 auto;
    width: auto;
}

.contact-box-section .box-about-link {
    background-color: #f8f8f8;
    padding: 15px 35px 15px 15px;
    border-radius: 8px;
    height: 100%;
    position: relative;
}

.contact-box-section .right-sidebar-box strong,
.contact-title strong {
    font-size: 1.1em;
    font-weight: 700;
    color: #e3b62b;
}

.contact-box-section .right-sidebar-box form {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.contact-box-section .right-sidebar-box label {
    font-size: 0.9em !important;
}



.block-faq {
    padding: 65px 0;
    background: linear-gradient(90deg, #ededed 50%, #041871 50%);
}

.block-faq .section-title h2 {
    color: #000;
    font-size: 1.7em;
    font-weight: bold;
    text-align: right;
    letter-spacing: -0.01em;
    margin: 0px 0 5px 0 !important;
}

.block-faq .section-title p {
    color: #333;
    font-size: 1em;
    text-align: justify;
    line-height: 30px;
    margin: 0;
}

.block-faq .card-header {
    background-color: #fff !important;
    color: #000;
    font-size: 1.2em;
    padding: 0;
    text-align: right;
}

.block-faq .card-header button {
    color: #000;
    font-size: 0.7em;
    font-weight: bold;
    padding: 10px 15px;
    text-align: right;
    text-decoration: none;
    width: 100%;
}

.img-faq {
    text-align: center;
    margin-left: 80px;
}

.block-faq .img-faq img {
    height: auto;
    object-fit: cover;
    width: 70%;
}


.block-faq .card-header i {
    font-size: 1.3em;
    vertical-align: middle;
    font-weight: bold;
    color: #000000;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-left: 5px;
    border-radius: 5px;
    text-decoration: none;

    float: left;
}

.count-faq-box {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    bottom: 55px;
    left: 15%;
    padding: 15px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
    z-index: 12;
}


.count-faq-box strong {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}



.block-faq .card-header button:hover {
    color: #002f8d;
    text-decoration: none;
}

.block-faq .card-body {
    background-color: #fff;
    padding: 20px 30px;
    text-align: justify;
}

.block-faq .card-body p {
    font-size: 1em;
    color: #333;
}

.owl-carousel-slider .owl-nav {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    outline: none;
    top: 40%;
    transform: translateY(-60%);
}

.owl-carousel-slider .owl-dots {
    position: absolute;
    z-index: 1;
    bottom: 10px;
}

.blocks-comment {
    padding: 55px 0;
    background-color: #ffd860;
}

.comment-section-title>img {
    width: 55px;
    margin: 5px 0;
}

.comment-section-title h2 {
    font-weight: bold;
    color: #000;
    font-size: 1.5em;
    margin: 0;
}

.box-icon-comment {
    background-color: #f0f0f0;
    height: 45px;
    width: 45px;
    color: #041871;
    font-size: 1.3em;
    border-radius: 8px;
    text-align: center;
    line-height: 45px;
    float: left;
}

.line-title {
    border-color: #041871;
    border-style: dashed;
    border-width: 1px;
    width: 300px;
    margin: 8px auto;
}

.comment-item-head {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.comment-item-head i {
    height: 40px;
    width: 40px;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.comment-item-head strong {
    color: #000;
    font-size: 0.9em;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.comment-section-title h2 img {
    float: left;
}

.comment-section-title p {
    color: #333;
    text-align: justify;
    font-size: 0.9em;
    line-height: 30px;
}

.up-comment {
    display: inline-block;
    width: 100%;
}

.up-comment .rate {
    text-align: left;
    display: inline-block;
    width: 100%;
}



.up-comment .rate i {
    float: left;
}

.center-comment p {
    font-size: 0.9em;
    text-align: justify;
    color: #555;
    margin: 0;
}

.blocks-comment .owl-stage {
    display: flex;
    place-content: center;
    align-items: stretch;
}

.blocks-comment .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 15px 0;
}


.blocks-comment .owl-next,
.blocks-comment .owl-prev {
    background-color: #040f4a;
    padding: 0px 15px;
    border: 0;
    outline: 0;
    margin: 0 5px;
    font-size: 1.9em;
    color: #fff;
    font-weight: bold;
}

.box-item-comment {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid #eee;
    height: 100%;
}

.down-comment {
    display: inline-flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.down-comment strong {
    font-weight: bold;
    color: #000;
    margin: 0 8px;
    font-size: 0.8em;
}

.down-comment img {
    width: 45px !important;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.PageError i {
    font-size: 20em;
    color: #e6e6e6;
}

.PageError .redirect-home {
    background-color: #000000;
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    border-radius: 15px;
    text-align: center;
    border: 0;
    font-size: 11px;
    line-height: 25px;
    position: relative;
    padding: 0px 15px;
}

.PageError .redirect-home:hover {
    background-color: #f68221;
}

.btn-category-major {
    background-color: #000000;
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    border-radius: 15px;
    text-align: center;
    border: 0;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding: 4px 15px;
}


.blog-social-icons li {
    float: left;
}

.title-box-woocommerce {
    background-color: #fff;
    margin: 0 0 25px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.title-box-woocommerce h3 {
    color: #4c4c4c;
    font-size: .9em;
    font-weight: 700;
    margin: 10px 0;
    text-align: right;
    padding: 0 15px;
    border-radius: 5px;
}

.title-box-woocommerce p {
    margin: 0;
    text-align: right;
    font-size: 0.8em;
    vertical-align: middle;
    padding: 10px 30px;
    color: black;
}

.title-box-woocommerce h3 strong {
    color: #000;
}

.title-cat {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #fff9f9;
    color: #000000;
    height: 100%;
    padding: 10px 0;
    font-size: 1.1em;
    border-left: 1px solid rgba(0, 0, 0, .1);
    font-weight: bold;
}

.info-content li {
    color: #444;
    display: inline-block;
    margin: 0 5px;
    padding: 2px 0;
    width: auto;
    font-size: 0.9em;
    text-align: right;
}

.info-content ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    width: 100%;
    font-size: 0.95em;
    font-family: ekad-number;
}

.info-content li strong {
    color: #000;
}

.info-content li span {
    display: inline-block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: #fff;
    padding: 15px !important;
    width: 25% !important;
    margin: 0 !important;
}

.woocommerce-loop-product__title {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    text-align: right;
}

.woocommerce .price {
    text-align: right;
    line-height: 25px;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    text-align: right;
    font-size: 1.3em;
    font-weight: bold;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 25px;
    background-color: #fff;
    padding: 15px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.woocommerce-thankyou-order-received {
    background-color: lightgreen;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 25px;
    margin: 0 0 15px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.box-type-pay {
    background-color: red;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0;
    margin: 0 0 15px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.box-type-pay p {
    margin: 0;
}

.bg-gray-100 {
    background-color: #f4f4f4;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    font-size: 1em;
    font-family: 'ekad-number';
}

.woocommerce table.shop_table input {
    background-color: #fff;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px 4px;
    height: 30px;
}

.woocommerce table.shop_table tr td {
    font-size: 0.9em;
    padding: 10px;
}



.col2-set {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 35px 15px;
}

.checkout h3 {
    font-weight: bold;
    font-size: 1.1em;
    text-align: right;
    color: #000;
}

.checkout label {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 140px !important;
    height: 30px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

.woocommerce form .form-row textarea {
    height: 400px !important;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
    background-color: #fff !important;
    border-radius: 8px;
}

.woocommerce-privacy-policy-text {
    text-align: right;
    font-size: 0.9em;
}

.woocommerce-checkout #payment {
    background: beige !important;
    padding: 25px;
}

.woocommerce-input-wrapper {
    display: inline-block;
    width: 100%;
}

.wc-proceed-to-checkout {
    text-align: left;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #000 !important;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #030c49 !important;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #ffffff !important;
    text-align: right;
    font-size: 0.9em;
    border-radius: 8px;
}

.woocommerce-info {
    border-top-color: #f78320 !important;
    background-color: #fff !important;
}

.woocommerce-info::before {
    color: #f78320 !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    margin: 5px 0;
}

.woocommerce-error li strong,
.woocommerce-info li strong,
.woocommerce-message li strong {
    color: #f78320 !important;
}

.cart_totals h2,
#order_review_heading {
    text-align: right;
    font-size: 0.9em;
    font-weight: bold;
    color: #f78320;
}

.woocommerce table.shop_table tr td a {
    color: #f78320;
}

.woocommerce table.shop_table tr td a:hover {
    color: #000;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background-color: #fff !important;
}

.woocommerce ul.order_details {
    margin: 0 !important;
}

.woocommerce .woocommerce-customer-details address {
    background-color: #f9f9f9;
    padding: 25px !important;
}

/* myAccount */


.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    font-size: 0.9em;
    font-weight: bold;
}


.woocommerce-MyAccount-navigation li a {
    color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 25px;
    background-color: #fff;
    font-size: 0.9em;
    border-radius: 8px;
}

.woocommerce-account fieldset {
    margin-top: 25px;
}

.woocommerce-account legend {
    font-weight: bold;
    font-size: 1.1em;
}

.woocommerce-account .woocommerce-Address {
    width: 100% !important;
    margin-top: 25px;
}

.woocommerce-account address {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f8f8f8;
    padding: 15px;
}

.woocommerce-MyAccount-content a {
    color: #000;
    font-weight: bold;
}


/* major */

.title-page-major {
    font-size: 2.3em;
    font-weight: bold;
    color: #000;
    margin-top: 25px;
    letter-spacing: -0.5px;
}

.title-labels {
    text-align: center;
}

.title-labels span {
    border: 1px solid #ddd;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.25rem;
    display: inline-flex;
    align-items: center;
    border-radius: 0.25rem;
    font-size: .9rem;
    font-weight: 600;
}

.title-labels span i {
    height: 21px;
    width: 21px;
    border: 1px solid #6cbf6d;
    border-radius: 50%;
    margin-left: 0.5rem;
    color: #000;
    font-weight: bold;
    line-height: 20px;
}

.slider-major-title h2 {
    font-weight: bold;
    font-size: 2.3em;
}


.shape-s2 {
    position: absolute;
    top: -18%;
    right: 0%;
    z-index: -1;
}

.slider-major-title a {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    padding: 5px 35px;
    border-radius: 15px;
    font-size: 1.3em;
    border: 3px solid #000;
    margin-top: 0px;
    display: inline-block;
    width: auto;
}

.slider-major-title a:hover {
    background-color: #febd01;
    color: #000 !important;
}

.icon-box {
    padding: 1rem 1rem 2rem;
    text-align: center;
    height: 100%;
    margin-bottom: 1rem;
}

.icon-box-border {
    border: 1px solid #d5dadf;
    margin: calc(var(--bs-gutter-x) * 1) calc(var(--bs-gutter-x) * .5);
    border-radius: 1rem;
    padding: 2rem 2rem 0;
    margin-bottom: 1rem;
    background-color: #fff;
}

.icon-box-border svg {
    margin-bottom: 1.5rem;
    height: 70px;
}

.icon-box svg {
    height: 64px;
    width: auto;
    display: block;
    margin: 0 auto;
    opacity: .7;
    transition: .4s ease;
}

.icon-box svg path {
    fill: #fcb900 !important;
}

.icon-box p,
.icon-box h3 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    transition: .3s ease;
}

.image-width-bg .image {
    padding: 1rem;
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: -5px 5px 50px -40px;
    margin: 5rem 0;
    z-index: 2;
    position: relative;
}

.image-width-bg .image-bg {
    position: absolute;
    width: 110%;
    height: auto;
    transition: all .6s ease;
    z-index: 1;
    left: 0;
    top: 5%;
}

.woocommerce-shipping-destination strong {
    display: inline-block;
    width: 100%;
    line-height: 26px;
}

.item-mojavez {
    background-color: #fff;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.box-content-main .sticky {
    position: sticky;
    top: 100px;
}

.suggestion-product {
    background-color: lightyellow;
    margin: 25px 0px;
}

.suggestion-product .product-footer {
    flex-direction: column;
    margin: 0;
    height: auto;
}

.suggestion-product .product-item h3 {
    height: 55px;
}

.suggestion-product .product-item .price {
    margin: 15px 0;
}

.suggestion-product .section-more {
    color: #000000;
}

.suggestion-link {
    align-items: center;
    background: radial-gradient(circle at left 100%, #fff 30%, #ffffcd 60%) !important;
    box-shadow: 0 0 16px 5px #0000000a;
    border-radius: 8px;
    display: flex;
    margin-bottom: 32px;
    margin-top: 32px;
    padding: 10px 15px;
    color: #000;
}

.suggestion-link span strong {
    color: #3076e7;
}

.suggestion-link span {
    color: #000;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding-top: 4px;
}

.suggestion-link img {
    border-radius: 6px;
    flex-shrink: 0;
    margin: 0 0 0 16px !important;
    width: 52px;
}

.suggestion-brand {
    background: radial-gradient(circle at left 100%, #fff 30%, #ffffcd 60%) !important;
    box-shadow: 0 0 16px 5px #0000000a;
    border-radius: 12px;
    margin: 36px 0;
    padding: 30px 55px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.suggestion-brand-image {
    float: left;
    margin: 0 24px 0 0 !important;
    width: auto;
    height: min-content;
}

.suggestion-brand-desc {
    overflow: hidden;
    height: 100%;
}

.suggestion-brand-text {
    color: #444754;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;

}

.suggestion-brand-text p {
    line-height: 25px;
}

.suggestion-brand-desc .button {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #f58220;
    padding: 0 15px;
    border-radius: 6px;
    font-weight: bold;
}

.suggestion-brand-desc h4 {
    font-size: 1.3em;
    color: #000;
}

.suggestion-brand-phone {
    color: #9a9a9a;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    padding-top: 4px;
    vertical-align: middle;
}

.suggestion-brand-phone span {
    color: #444754;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
    padding-top: 1px;
    vertical-align: top;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px !important;
}

#ModelOff {
    padding-left: 0 !important;
    padding-right: 16px;
}

#ModelOff h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#ModelOff img {
    max-width: 100%;
    border-radius: 20px;
    background-color: #f5f5f5;
    height: auto;
}

#ModelOff .modal-header {
    border: 0;
    padding: 0;
}

#ModelOff .modal-header .btn-close {
    margin: 0;
}

#ModelOff .btn-modal {
    background-color: #f58220;
    border: 2px solid #f58220;
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding: 3px 15px;
}

#ModelOff .btn-modal:hover {
    background-color: #fff;
    border: 2px solid #f58220;
    color: #000;
}


.sidebar-wrap {
    height: 100vh;
    color: #000;
    background-color: #fff;
    padding: 25px 0;
    max-height: 100vh;
    overflow: auto;
}

.sidebar-wrap .nav {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    flex-wrap: nowrap;
}

.sidebar-wrap .nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
}

.sidebar-wrap .nav::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.sidebar-wrap .nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #9b9b9b;
}


.sidebar-wrap .nav li .nav-link {
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 0;
}

.menu-mobile .dropdown-item a {
    font-size: 0.9em;
}

.sidebar-wrap .nav li .nav-link span {
    font-size: 16px;
}

.sidebar-wrap .nav li .nav-link.active {
    background-color: #eee;
    color: #000 !important;
}

.sidebar-wrap .dropdown-item.active,
.sidebar-wrap .dropdown-item:active {
    background-color: #000;
    background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
    color: #fff !important;
}

.sidebar-wrap .nav li .nav-link:hover {
    background-color: #f4f4f4;
    color: #d9251d !important;
}

.sidebar-wrap .dropdown-wrap {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 15px;
    font-size: 16px;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #1d1919;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.nav-menu-product ul.dropdown-menu.show {
    max-height: 315px;
    overflow-y: auto;
    border-radius: 0;
    border: 0;
    position: relative !important;
    font-size: 95%;
    padding: 10px 20px;
    background-color: #fafafa;
}

.nav-menu-product ul {
    position: relative !important;
    width: 100%;
    transform: none !important;
}


@media (min-width:0px) and (max-width:769px) {
    body {
        padding-bottom: 60px !important;
    }

    .box-details {
        padding: 20px 15px;
    }

    .container-custom {
        width: 100%;
    }

    .slide_title {
        margin-bottom: 11px !important;
        margin-top: 10px !important;
        text-align: right;
    }

    .owl-carousel-slider .owl-next,
    .box-product .owl-next,
    .brands .owl-next,
    .owl-carousel-notification .owl-next {
        left: 0;
        position: absolute;
    }

    .box-woocommerce_archive_description h2 {
        font-size: 1.3em;
        font-weight: bold;
        line-height: 35px;
    }

    .box-woocommerce_archive_description h3 {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 35px;
    }

    .owl-caption {
        left: 4%;
        right: 4%;

    }

    .box-item-list-services {
        margin: 25px 0;
        padding: 15px;
    }

    .block-faq {
        padding: 65px 0;
        background: linear-gradient(360deg, #ededed 50%, #041871 50%);
    }

    .block-faq .section-title p {
        color: #fff;
    }


    .block-faq .section-title h2 {
        color: #fff;
    }

    .img-faq {
        margin: 0 auto;
    }

    .box-product .owl-prev,
    .brands .owl-prev,
    .owl-carousel-notification .owl-prev {
        right: 0;
        position: absolute;
    }

    .owl-carousel-notification .owl-nav {
        margin-top: 30px;
        position: relative;
        left: 0;
        right: 0;
        display: none;
    }

    .product-footer {
        flex-direction: column;
        height: auto;
        align-items: stretch;
        margin: 10px 0 0 0;
    }

    .tab-desc h2 {
        margin-top: 25px;
    }

    .tab-image {
        margin: 0px 0 15px 0;
    }

    .box-about .tab-content {
        padding: 25px 15px;
    }

    .product-item {
        margin-block: 0;
        padding: 0;
    }

    .product-item .image_content {
        background-color: #fff;
        border-radius: 8px;
        height: 100%;
        align-content: center;
    }

    .sale .product-item .product-item-image {
        background: linear-gradient(92deg, #fff 20%, #f1f1f1 100%) !important;
        height: 100%;
        align-content: center;
    }

    .product-item a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .owl-item .product-item a {
        flex-direction: column;
    }

    .product-item-image {
        width: 200px;
        padding: 10px !important;
    }

    .owl-item .product-item-image {
        padding: 10px !important;
        max-width: 100%;
    }

    .product-item img {
        margin: 0 !important;
    }

    .product-item h3 {
        height: auto !important;
    }

    .owl-item .product-item h3 {
        height: 80px !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 8px 0 !important;
    }

    .product-item .product-item-details {
        padding: 0px 10px;
    }

    .owl-item .product-item {
        align-items: stretch;
        flex-direction: column;
    }

    .owl-item .product-item .price {
        text-align: center;
    }

    .owl-item .product-item .product-item-details {
        text-align: center;
        padding: 10px;
    }

    .owl-item .product-item .price del {
        text-align: center !important;
    }

    .owl-item .product-item .price ins {
        text-align: center !important;
    }

    .owl-item .product-item .image_content {
        padding: 0;
    }

    .product-item .action span {
        width: 100%;
    }

    .notification-item {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 5px 10px;
        background-color: beige;
    }

    .product-item .action span {
        font-size: 18px;
        padding: 5px 15px;
    }

    .box-action {
        margin-top: 0;
    }


    .menu-mobile {
        background-color: #fff;
        border-top: 1px solid #ddd;
        padding: 10px 10px 0 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .box-menu-mobile-cat .navbar-toggler {
        font-weight: bold;
        font-size: 0.9em;
        margin-top: 6px;
    }

    .item-menu-footer {
        text-align: center;
        font-size: 0.9em;
        color: #000;
        display: flex;
        width: 100%;
        flex-direction: column;
        z-index: 1000;
        position: relative;
    }

    .notification-item h2 {
        font-size: 1em;
        margin: 0 !important;
    }

    .menu-mobile strong {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .menu-mobile .tab-content {
        max-height: 480px;
        overflow-y: scroll;
    }


    .menu-mobile nav a {
        color: #000;
        font-size: 1.1em;
        padding-right: 12px;
    }

    .single-product .section-order {
        background-color: #f8f8f8;
    }

    .section-services {
        margin-top: 18px;
    }

    .menu-mobile .dropdown-toggle::after {
        content: "";
        border-top: 0.3em solid;
        border-bottom: 0;
    }

    .box-menu-mobile-cat .collapse.show {
        inset: 0 0 0 0 !important;
        overflow: scroll;
        height: 100vh;
        border-radius: 0;
        transform: none !important;
        background-color: #00000075;
        z-index: 10000;
        position: fixed;
        overflow: hidden;
    }

    .collapse:not(.show) {
        position: fixed;
        inset: 0 0 0 0 !important;
        height: 100vh;
    }

    .nav-menu-product .dropdown-menu.show {
        max-height: 315px;
        overflow-x: scroll;
        border-radius: 0;
    }

    .nav-menu-product ul {
        position: relative !important;
        width: 100%;
        transform: none !important;
    }

    .box-menu-mobile-cat .box-menu-cat {
        justify-content: center;
    }

    .box-menu-mobile-cat {
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .menu-mobile a i,
    .box-menu-mobile-cat i {
        font-size: 1.6em;
        color: #000;
        font-weight: bold;
    }

    .box-menu-mobile-cat .dropdown-toggle {
        background: transparent;
        font-size: 0.9em;
    }

    .sidebar-wrap {
        width: 70%;
        height: 100vh;
        color: #000;
        background-color: #fff;
        padding: 25px 0;
        max-height: 100vh;
        overflow: scroll;
    }

    .sidebar-wrap .nav {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .sidebar-wrap .nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #f5f5f5;
    }

    .sidebar-wrap .nav::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
        border-radius: 5px;
    }

    .sidebar-wrap .nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #9b9b9b;
    }


    .sidebar-wrap .nav li .nav-link {
        color: #000;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 5px;
        border-radius: 0;
    }

    .menu-mobile .dropdown-item a {
        font-size: 0.9em;
    }

    .sidebar-wrap .nav li .nav-link span {
        font-size: 16px;
    }

    .sidebar-wrap .nav li .nav-link.active {
        background-color: #000;
        background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
        color: #fff !important;
    }

    .sidebar-wrap .dropdown-item.active,
    .sidebar-wrap .dropdown-item:active {
        background-color: #000;
        background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
        color: #fff !important;
    }

    .sidebar-wrap .nav li .nav-link:hover {
        background-color: #f4f4f4;
        color: #f5821f !important;
    }

    .sidebar-wrap .dropdown-wrap {
        display: flex;
        align-items: center;
        color: #fff;
        gap: 15px;
        font-size: 16px;
    }

    .articles {
        padding: 30px 0;
    }

    .box-product {
        padding: 40px 0 0 0;
    }

    .box-product .owl-stage-outer {
        padding: 0;
    }

    .suggestion-brand {
        flex-direction: column-reverse !important;
        text-align: center;
        padding: 30px !important;
    }

    .suggestion-brand-text p {
        text-align: center;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
        text-align: center;
        width: 60px;
    }

    .notification-icon {
        width: auto !important;
        max-width: 45px;
        height: 100%;
    }

    #ModelOff {
        padding: 0 30px !important;
    }

    #ModelOff .content-modal {
        text-align: center;
        margin-top: 25px;
        padding: 0 14px;
    }

    #ModelOff .modal-header {
        position: absolute;
    }

    .btn-notification {
        border-radius: 5px;
        padding: 5px 10px;
    }

    .item-service {
        margin: 15px 0s;
    }

}