@charset "UTF-8";
@font-face {
font-family: 'sakkal-majalla';
src: url('/font/Sakkal-Majalla.woff2') format('woff2'), url('/wp-content/uploads/useanyfont/277Sakkal-Majalla.woff') format('woff');
font-display: auto;
}

.cover_mobile{
    width: 100%;
    height: 400px;
}

.cover_desktop{
    width: 100%;
    height: 400px;
}


.top-bar {
    background: #844c00;
}
.img-thumbnail-page {
    width: 200px !important;
    height: 200px;
    object-fit: contain;
}
.tox-tinymce {
border: 0 !important;
border-radius: 0 !important;
}
.tab-content > .tab-pane {
border: 1px solid #dee2e6;
}
.nav-tabs .nav-link,.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border: 1px solid #dee2e6;
}
.form-select-sm {
font-size: 18px;
}
.dropdown-toggle::after {
vertical-align: 0;
}
.dropdown-item {
font-size: 18px;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}

    .card-hover-zoom {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-hover-zoom:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
.card-img, .card-img-top {
border-top-right-radius: 0;
border-top-left-radius: 0;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #9b9b9b !important;
}
.card-header:first-child {
    border-radius: 0;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family:'sakkal-majalla', "Alegreya", serif;
font-weight: 400;
line-height: 28px;
color: #262626;
font-size: 20px;
direction: ltr;
background-color: #f2f2df;
}

a {
color: #e52006;
text-decoration: none;
}

a:hover {
color: #901b0b;
text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 996;
background: #262626;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}

.back-to-top i {
font-size: 24px;
color: #fff;
line-height: 0;
}

.back-to-top:hover {
background: #ff6a40;
color: #fff;
}

.back-to-top.active {
visibility: visible;
opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #fff;
}

#preloader:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #262626;
border-top-color: #ffe9e3;
border-radius: 50%;
width: 60px;
height: 60px;
animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
section#home {
    margin-top: 150px;
}
[data-aos-delay] {
transition-delay: 0 !important;
}
}

.sticky-top {
top: 100px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
transition: all 0.5s;
z-index: 999999;
padding: 0;
-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
background: #b06500;
}

#header.header-scrolled,
#header.header-inner-pages {
transition: all 0.5s;
background: #b06500;
padding: 10px 0;
height: 80px;
}

#header .logo {
font-size: 32px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 700;
letter-spacing: 2px;
height: 70px;
}

#header .logo a {
color: #fff;
}

#header .logo img {
max-height: 40px;
}

main.main {
margin-top: 180px;
}
.full-width-div {
    margin-top: -60px;
}

        /* خلفية كلاسيكية للـ Modal */
        .modal-content {
            background-color: #f8f9fa;
            border: 2px solid #343a40;
            border-radius: 10px;
        }

        /* رأس الـ Modal بأسلوب كلاسيكي */
        .modal-header {
            background-color: #343a40;
            color: white;
            border-bottom: 2px solid #495057;
        }

        /* أزرار الإغلاق بأسلوب كلاسيكي */
        .btn-close {
            background-color: white;
            border: 2px solid #495057;
            border-radius: 50%;
            padding: 4px;
        }

        /* عنوان الـ Modal */
        .modal-title {
            font-family: 'Georgia', serif;
            font-size: 1.5rem;
        }


/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
width: 100%;
/*height: 100vh;*/
/*background: url("../img/home-bg.jpg") top center;*/
background-size: cover;
position: relative;
padding: 0;
}

#home:before {
content: "";
/*background: #19197069;*/
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}


#home h1 {
margin: 0 0 10px 0;
font-size: 36px;
font-weight: 700;
line-height: 56px;
text-transform: uppercase;
color: #fff;
}

#home h2 {
color: #eee;
margin-bottom: 50px;
font-size: 20px;
}

#home .btn-get-started {
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
display: inline-block;
padding: 10px 35px 10px 35px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #262626;
border: 2px solid #262626;
}

#home .btn-get-started:hover {
border-color: #fff;
background: rgba(255, 255, 255, 0.1);
}

#home .btn-watch-video {
font-size: 16px;
display: inline-block;
transition: 0.5s;
margin-left: 25px;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
}

#home .btn-watch-video i {
line-height: 0;
color: #fff;
font-size: 32px;
transition: 0.3s;
margin-right: 8px;
}

#home .btn-watch-video:hover i {
color: #262626;
}

@media (min-width: 1024px) {
#home {
background-attachment: fixed;
}
}

@media (max-width: 768px) {
#header .logo {
    height: 90px;
}
.full-width-div {
    margin-top: 214px;
}
#home h1 {
font-size: 28px;
line-height: 36px;
}

#home h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
}

img.d-block.w-100.cover {
height: 100%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section{
padding: 60px 0;
overflow: hidden;
}

.section-bg {
background-color: #f0f4f8;
}

.section-title {
padding-bottom: 40px;
}

.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 5px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #5c8eb0;
font-family: "Poppins", sans-serif;
}

.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #ff8664;
margin: 4px 10px;
}

.section-title p {
margin: 0;
margin: 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
padding-bottom: 15px;
}

.about .count-box {
padding: 60px 0;
width: 100%;
}

.about .count-box i {
display: block;
font-size: 100px;
color: #191970;
line-height: 0;
}

.about .count-box span {
font-size: 28px;
line-height: 25px;
display: block;
font-weight: 700;
color: #365870;
margin-left: 60px;
}

.about .count-box p {
padding: 20px 0 0 0;
font-family: "Raleway", sans-serif;
font-weight: 600;
font-size: 14px;
color: #2e4b5e;
}

.about .count-box a {
font-weight: 600;
display: block;
margin-top: 20px;
color: #2e4b5e;
font-size: 15px;
font-family: "Poppins", sans-serif;
transition: ease-in-out 0.3s;
}

.count-box > img.img-fluid {
width: 100px;
}
.about .count-box a:hover {
color: #477392;
}

.about .content {
font-size: 15px;
}

.about .content h3 {
font-weight: 700;
font-size: 24px;
color: #263d4d;
}

.about .content ul {
list-style: none;
padding: 0;
}

.about .content ul li {
padding-bottom: 10px;
padding-left: 28px;
position: relative;
}

.about .content ul i {
font-size: 24px;
color: #262626;
position: absolute;
left: 0;
top: -2px;
}

.about .content p:last-child {
margin-bottom: 0;
}

.about .play-btn {
width: 94px;
height: 94px;
background: radial-gradient(#262626 50%, rgba(255, 74, 23, 0.4) 52%);
border-radius: 50%;
display: block;
position: absolute;
left: calc(50% - 47px);
top: calc(50% - 47px);
overflow: hidden;
}

.about .play-btn::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 100;
transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
content: "";
position: absolute;
width: 120px;
height: 120px;
animation-delay: 0s;
animation: pulsate-btn 2s;
animation-direction: forwards;
animation-iteration-count: infinite;
animation-timing-function: steps;
opacity: 1;
border-radius: 50%;
border: 5px solid rgba(255, 74, 23, 0.7);
top: -15%;
left: -15%;
background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
border-left: 15px solid #262626;
transform: scale(20);
}

.about .play-btn:hover::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border: none;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 200;
animation: none;
border-radius: 0;
}

@keyframes pulsate-btn {
0% {
transform: scale(0.6, 0.6);
opacity: 1;
}

100% {
transform: scale(1, 1);
opacity: 0;
}
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
background-size: cover;
padding: 60px 0 30px 0;
position: relative;
}

.about-boxes::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.92);
z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
position: relative;
z-index: 10;
}

.about-boxes .card {
border-radius: 3px;
border: 0;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}

.about-boxes .card-icon {
text-align: center;
margin-top: -32px;
}

.about-boxes .card-icon i {
font-size: 32px;
color: #fff;
width: 64px;
height: 64px;
padding-top: 5px;
text-align: center;
background-color: #262626;
border-radius: 4px;
text-align: center;
border: 4px solid #fff;
transition: 0.3s;
display: inline-block;
}

.about-boxes .card-body {
padding-top: 12px;
}

.about-boxes .card-title {
font-weight: 700;
text-align: center;
}

.about-boxes .card-title a {
color: #15222b;
}

.about-boxes .card-title a:hover {
color: #262626;
}

.about-boxes .card-text {
color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
background: #fff;
color: #262626;
}

@media (max-width: 1024px) {
.about-boxes {
background-attachment: scroll;
}
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
background: #f0f4f8;
padding: 15px 0;
text-align: center;
}

.clients img {
max-width: 45%;
transition: all 0.4s ease-in-out;
display: inline-block;
padding: 15px 0;
filter: grayscale(100);
}

.clients img:hover {
filter: none;
transform: scale(1.15);
}

@media (max-width: 768px) {
.clients img {
max-width: 40%;
}
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
border: 0;
}

.features .nav-link {
border: 1px solid #b5ccdb;
padding: 15px;
transition: 0.3s;
color: #15222b;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
}

.features .nav-link i {
padding-right: 15px;
font-size: 48px;
}

.features .nav-link h4 {
font-size: 18px;
font-weight: 600;
margin: 0;
}

.features .nav-link:hover {
color: #262626;
}

.features .nav-link.active {
background: #262626;
color: #fff;
border-color: #262626;
}

@media (max-width: 768px) {
.features .nav-link i {
padding: 0;
line-height: 1;
font-size: 36px;
}
}

@media (max-width: 575px) {
.features .nav-link {
padding: 15px;
}

.features .nav-link i {
font-size: 24px;
}
}

.features .tab-content {
margin-top: 30px;
}

.features .tab-pane h3 {
font-weight: 600;
font-size: 26px;
}

.features .tab-pane ul {
list-style: none;
padding: 0;
}

.features .tab-pane ul li {
padding-bottom: 10px;
}

.features .tab-pane ul i {
font-size: 20px;
padding-right: 4px;
color: #262626;
}

.features .tab-pane p:last-child {
margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
margin-bottom: 20px;
padding: 30px;
border-radius: 6px;
background: #fff;
}

.services .icon-box i {
float: left;
color: #5c8eb0;
font-size: 40px;
line-height: 0;
}

.services .icon-box h4 {
margin-left: 70px;
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
}

.services .icon-box h4 a {
color: #365870;
transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
color: #262626;
}

.services .icon-box p {
margin-left: 70px;
line-height: 24px;
font-size: 14px;
}

.services .icon-box:hover h4 a {
color: #262626;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
padding: 80px 0;
background: url("../img/testimonials-bg.jpg") no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}

.testimonials::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #707070;
}

.testimonials_white::before {
    background: rgb(106 106 106 / 24%) !important;
}

.testimonials_gray::before {
background: rgba(216,216,216,0.39)!important;
}

.testimonials_gray .testimonial-item ,.testimonials_white .testimonial-item {
text-align: center;
color: #000!important;
}

.testimonials_gray .testimonial-item h3 ,.testimonials_white .testimonial-item h3 {
color: #000 !important;
}

.testimonials_gray .testimonial-item p ,.testimonials_white .testimonial-item p {
color: #333!important;
}

.testimonials .section-header {
margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
overflow: hidden;
}

.testimonials .testimonial-item {
text-align: center;
color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
width: 250px;
margin: 0 auto;
}

.testimonials .testimonial-item h3 {
font-size: 20px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #fff;
}

.testimonials .testimonial-item h4 {
font-size: 14px;
/*color: #ddd;*/
margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
color: rgba(255, 255, 255, 0.4);
font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top: 10px;
}

.testimonials .testimonial-item p {
margin: 0 auto 15px auto;
color: #eee;
}

@media (min-width: 992px) {
.testimonials .testimonial-item p {
width: 80%;
}
}

.testimonials .swiper-pagination {
margin-top: 20px;
position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #191970;
opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
background-color: #262626;
opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
padding: 0;
margin: 0 auto 25px auto;
list-style: none;
text-align: center;
border-radius: 50px;
}

.portfolio #portfolio-flters li {
cursor: pointer;
display: inline-block;
padding: 8px 16px;
font-size: 14px;
font-weight: 500;
line-height: 1;
color: #444444;
margin: 0 3px 10px 3px;
transition: all ease-in-out 0.3s;
background: #e5edf3;
border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
color: #fff;
background: #262626;
}

.portfolio #portfolio-flters li:last-child {
margin-right: 0;
}

.portfolio .portfolio-item {
margin-bottom: 30px;
overflow: hidden;
}

.portfolio .portfolio-item img {
position: relative;
top: 0;
transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
opacity: 0;
position: absolute;
left: 15px;
right: 15px;
bottom: -50px;
z-index: 3;
transition: all ease-in-out 0.3s;
background: #262626;
padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
font-size: 18px;
color: #fff;
font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
color: #fff;
font-size: 14px;
margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
position: absolute;
right: 50px;
font-size: 24px;
top: calc(50% - 18px);
color: white;
transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
right: 15px;
}

.portfolio .portfolio-item:hover img {
top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
opacity: 1;
bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
margin-top: 20px;
position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #262626;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #262626;
}

.portfolio-details .portfolio-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
margin-top: 10px;
}

.portfolio-details .portfolio-description {
padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
position: relative;
}

.team .container {
position: relative;
z-index: 10;
}

.team .member {
margin-bottom: 80px;
position: relative;
}

.team .member .pic {
overflow: hidden;
}

.team .member .member-info {
position: absolute;
bottom: -50px;
left: 20px;
right: 20px;
background: #fff;
padding: 20px 15px;
color: #15222b;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: 0.5s;
}

.team .member h4 {
font-weight: 700;
margin-bottom: 10px;
font-size: 16px;
color: #15222b;
position: relative;
padding-bottom: 10px;
}

.team .member h4::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #7fa5c0;
bottom: 0;
left: 0;
}

.team .member span {
font-style: italic;
display: block;
font-size: 13px;
}

.team .member .social {
position: absolute;
right: 15px;
bottom: 15px;
}

.team .member .social a {
transition: color 0.3s;
color: #477392;
}

.team .member .social a:hover {
color: #262626;
}

.team .member .social i {
font-size: 16px;
margin: 0 2px;
}

@media (max-width: 992px) {
.team .member {
margin-bottom: 110px;
}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
color: #444444;
text-align: center;
box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
padding: 20px 0 30px 0;
}

.contact .info-box i {
font-size: 32px;
color: #262626;
border-radius: 50%;
padding: 8px;
}

.contact .info-box h3 {
font-size: 20px;
color: #777777;
font-weight: 700;
margin: 10px 0;
}

.contact .info-box p {
padding: 0;
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}

.contact .php-email-form {
box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
padding: 30px;
}

.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .error-message br+br {
margin-top: 25px;
}

.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}

.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
border-color: #262626;
}

.contact .php-email-form input {
padding: 10px 15px;
}

.contact .php-email-form textarea {
padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
background: #262626;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
background: #ff5e31;
}

@keyframes animate-loading {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 15px 0;
background: #f0f4f8;
min-height: 40px;
margin-top: 78px;
}

.breadcrumbs h2 {
font-size: 28px;
font-weight: 400;
}

.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}

.breadcrumbs ol li+li {
padding-left: 10px;
}

.breadcrumbs ol li+li::before {
display: inline-block;
padding-right: 10px;
color: #263d4d;
content: "/";
}

@media (max-width: 992px) {
.breadcrumbs {
margin-top: 52px;
}

.breadcrumbs .d-flex {
display: block !important;
}

.breadcrumbs ol {
display: block;
}

.breadcrumbs ol li {
display: inline-block;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
background: #121d24;
padding: 0 0 30px 0;
color: #fff;
font-size: 14px;
}

#footer .footer-top {
background: #15222b;
border-bottom: 1px solid #1d303c;
padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
font-size: 28px;
margin: 0 0 15px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 700;
}

#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
color: #fff;
}

#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: rgba(255, 255, 255, 0.08);
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 4px;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
background: #262626;
color: #fff;
text-decoration: none;
}

#footer .footer-top h4 {
font-size: 16px;
font-weight: 600;
color: #fff;
position: relative;
padding-bottom: 12px;
}

#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #ff5e31;
font-size: 18px;
line-height: 1;
}

#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-links ul a {
color: #fff;
transition: 0.3s;
display: inline-block;
line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
color: #262626;
}

#footer .footer-top .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
border: 0;
padding: 4px;
width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
position: absolute;
top: 0;
right: -2px;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: #262626;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
background: #ff5e31;
}

#footer .copyright {
text-align: center;
padding-top: 30px;
}

#footer .credits {
padding-top: 10px;
text-align: center;
font-size: 13px;
color: #fff;
}

#footer .credits a {
transition: 0.3s;
}

.card-icon {
font-size: 60px;
margin: 0 0 10px;
color: #329bd8;
transform: rotateX(0deg);
transition: all 0.3s ease 0s;
}
.counter {
color: #fff;
background: #fff;
text-align: center;
padding: 25px 30px 10px;
margin: 0 auto;
height: 300px;
border-radius: 14px;
box-shadow: 5px 5px 0 rgb(0 0 0 / 16%);
position: relative;
z-index: 1;
}
.counter:before{
content: "";
background: #329bd8;
border-radius: 15px;
box-shadow: inset 0 4px 8px rgba(0,0,0,0.15);
position: absolute;
top: 12px;
left: 12px;
right: 12px;
bottom: 27px;
z-index: -1;
}
.counter .counter-icon{
font-size: 60px;
margin: 0 0 10px;
transform: rotateX(0deg);
transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon{
transform: rotateX(360deg);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}


.counter h3{
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
margin: 20px 0 20px;
}
.counter .counter-value{
color: #666;
background: #fff;
font-size: 33px;
font-weight: 600;
text-align: center;
line-height: 60px;
height: 50px;
padding: 0 15px;
display: block;
}
.counter.pink:before{ background-color: #FF5D94; }
@media screen and (max-width:990px){
.counter{ margin-bottom: 40px; }
}

h4.mb-4.text-card {
height: 55px;
}
.card-home {
height: 290px;
}

.border-primary {
border-color: #329bd8 !important;
}

.link-primary {
color: #329bd8;
}

.bg-warning {
--bs-bg-opacity: 1;
background-color: #f9b21a !important;
}
.badge {
padding: 0.3em 0.65em 0.4em 0.65em;
}
.full-width {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.page-header {
background: #f9b21b;
border-width: 1px 0px 0px;
border-right-style: initial;
border-bottom-style: initial;
border-left-style: initial;
border-color: initial;
border-image: initial;
border-top-style: solid;
padding: 0;
width: 100%;
margin-top: -24px;
}
.page-footer {
background: #262626;
border-width: 1px 0px 0px;
border-right-style: initial;
border-bottom-style: initial;
border-left-style: initial;
border-color: initial;
border-image: initial;
border-top-style: solid;
padding: 40px 165px;
width: 100%;
margin-bottom: -23px;

}

.btn.btn-lg.btn-offer.btn-warning {
padding: 10px 40px 15px 40px;
box-shadow: #261a2c 0px 4px 19px;
font-weight: bold;
font-size: 26px;
line-height: 1;
}

.img-thumbnail {

}
.form-control,.form-select  {

}

@media (min-width: 100px) and (max-width: 567px) {
.page-footer{
padding: 40px 40px; 
}
.btn.btn-lg.btn-offer.btn-warning {
padding: 0.375rem 0.375rem 0.75rem 0.75rem;
}
.card-product-grid .img-wrap {
height: 180px!important;
padding: 10px!important;
}
}

.carousel-indicators [data-bs-target] {
width: 15px;
height: 15px;
border-radius: 50%;
opacity: 1;
}
.carousel-indicators > .active {
background-color: #262626;
} 

.col_title {
width: auto;
}
.col_title > h5 {
font-weight: bold;
font-size: 22px;
color: #582870;
}
.line_ {
border: #f9b21b 2px solid;
width: 100%;
margin-top: 16px;
}

.nav-pills .nav-link {

}

.header-main {
position: relative;
padding-top: 1rem;
padding-bottom: 1rem;
background: #262626;
}
.brand-wrap, .navbar-brand {
opacity: 1;
}
.brand-wrap:hover, .navbar-brand:hover {
opacity: 1;
}

.widget-header {
display: inline-block;
vertical-align: middle;
position: relative;
}

.widget-header a {
text-decoration: none;
color: inherit;
}
.icontext {
display: inline-flex;
align-items: center;
vertical-align: middle;
}
.icontext .icon {
position: relative;
margin-left: 10px;
flex-shrink: 0;
flex-grow: 0;
}
.widget-header i {
color: #fff;
}
.icontext .text {
width: 100%;
line-height: 1.25;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: 1rem;
padding-right: 1rem;
font-size: 18px;
}
}

.btn-top-2 {
position: absolute;
bottom: 12px;
font-size: 20px;
left: 15px;
opacity: 0.9;
}
.navbar {
padding-top: 0;
padding-bottom: 0;
}
.navbar-toggler {
    border-radius: 0;
    border: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
@media (min-width: 100px) and (max-width: 567px) {
.navbar {
background: #b06500;
}
.border-start {
border-right:0;
}
.btn-top-2 {
position: absolute;
bottom: initial;
top: 10px;
font-size: 13px;
left: initial;
right: 10px;
opacity: 0.9;
display: none;
}

}

.border-primary {
border-color: #329bd8 !important;
}

hr:not([size]):last-child {
height: 1px;
background-color: #fff;
color: #fff;
}

.form-control:focus {
outline: 0;
box-shadow: none;
border-color: #582870;
}
.form-control:not(:focus):hover, .form-select:not(:focus):hover {
border-color: #582870 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
box-shadow: none;
}
.padding-y {
padding-top: 40px;
padding-bottom: 40px;
}
.footer-bottom {
padding-top: 20px;
padding-bottom: 20px;
}
.bg-gray-light {
background: #bdc3c7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #9b9b9bc2, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #9b9b9bc2, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-app {
background-color: #532668;
}

.navbar-light .navbar-nav .nav-link {
color: rgb(255 255 255 / 79%);
font-weight: bold;
padding-top: 5px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgb(255 255 255 / 100%);
}
.btn-primary {
color: #fff;
background-color: #262626;
border-color: #262626;
}
.btn-primary:hover {
color: #fff;
background-color: #9b9b9b;
border-color: #9b9b9b;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #262626;
border-color: #262626;
}

.btn-warning:hover {
color: #fff;
background-color: #9b9b9b;
border-color: #9b9b9b;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {

box-shadow: none;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
box-shadow: none;
}

.btn-check:checked+.btn-warning:focus, .btn-check:active+.btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #fff;
background-color: #9b9b9b;
border-color: #9b9b9b;
box-shadow: none;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: none;
}

.dropdown-menu[data-bs-popper] {
top: 100%;
margin-top: 0;
}
.dropdown-menu {
background-color: #a05600;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
}
.dropdown-item {
color: #ffffff;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #fff;
background-color: #b06500;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #262626;
}

.btn-check:focus + .btn-light, .btn-light:focus {
box-shadow: none;
}

.btn-link,.btn-link:hover {
text-decoration: none;
}

img.svg_icon {
width: 48px;
}

.form-control:not(:focus):hover, .form-select:not(:focus):hover {
border-color: #dee2e6!important;
}

.form-select:focus {
border-color: #dee2e6!important;
outline: 0;
box-shadow: none;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
box-shadow: none;
}

.btn-outline-primary:hover {
color: #fff !important;
background-color: #262626 !important;
border-color: #262626 !important;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
box-shadow: none;
}

.btn-outline-primary {
color: #fff !important;
border-color: #262626 !important;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
color: #fff !important;
background-color: #262626 !important;
border-color: #262626 !important;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
box-shadow: none;
}

.fs-6 {
font-size: 0.9rem !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #262626;
}

.nav-link {
color: #262626;
font-size: 18px;
}

.nav-link:hover, .nav-link:focus {
color: #262626;
}

.navbar-nav >* .nav-link {
color: #f3e8dd;
font-size: 18px;
}

.navbar-nav >* .nav-link:hover, .navbar-nav >* .nav-link:focus {
color: #fff;
}

.card.mb-3:last-child{
margin-bottom: 0 !important;
}

ol, ul, dl {
margin-top: 0;
margin-bottom: 0;
}

.navbar-light .navbar-toggler {
border-color: rgb(255 255 255 / 40%);
}
i.fa.fa-bars {
color: #f9f9f99c;
vertical-align: bottom;
}

.form-check-input:checked {
background-color: #262626 !important;
border-color: #262626 !important;
}

.form-check-input:focus {
border-color: #262626 !important;
outline: 0;
box-shadow: none !important;
}

.form-range::-webkit-slider-thumb {
background-color: #262626;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: none;
}
.form-range:focus::-moz-range-thumb {
box-shadow: none;
}

.form-range::-webkit-slider-thumb:active {
background-color: #333;
}
.form-range::-webkit-slider-runnable-track {
background-color: #dee2e6;
}
.form-range::-moz-range-thumb {

background-color: #0d6efd;
}
.form-range::-moz-range-thumb:active {
background-color: #262626;
}
.form-range::-moz-range-track {
background-color: #262626;

}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}

h6 {
line-height: 25px;
font-size: 18px;
}


img.imf-fluid.icon_feature {
width: 50px;
}


.btn {
font-weight: 600;
padding: 7px 30px;
border-radius: 30px;
color: #ffffff;
background: #262626;
border-color: #262626; }
.btn:hover {
color: #ffffff;
background: #222222;
border-color: #222222; }
.btn:active, .btn:focus {
outline: none !important;
-webkit-box-shadow: none;
box-shadow: none; }
.btn.btn-primary {
background: #262626;
border-color: #262626; }
.btn.btn-primary:hover {
background: #222222;
border-color: #222222; }
.btn.btn-secondary {
color: #fff;
background: #181971;
border-color: #181971; }
.btn.btn-secondary:hover {
background: #4143a7;
border-color: #4143a7; }
.btn.btn-white-outline {
background: transparent;
border-width: 2px;
border-color: rgba(255, 255, 255, 0.3); }
.btn.btn-white-outline:hover {
border-color: white;
color: #ffffff; }

.section-title {
color: #262626; }

.product-section {
padding: 3rem 0; }
.product-section .product-item {
text-align: center;
text-decoration: none;
display: block;
position: relative;
padding-bottom: 50px;
cursor: pointer; }
.product-section .product-item .product-thumbnail {
margin-bottom: 15px;
position: relative;
top: 0;
width: 100%;
height: 170px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}
.product-section .product-item h3 {
font-weight: 600;
font-size: 16px; }
.product-section .product-item strong {
font-weight: 800 !important;
font-size: 18px !important; }
.product-section .product-item h3, .product-section .product-item strong {
color: #262626;
text-decoration: none; }
.product-section .product-item .icon-cross {
position: absolute;
width: 35px;
height: 35px;
display: inline-block;
background: #262626;
bottom: 15px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-bottom: -17.5px;
border-radius: 50%;
opacity: 0;
visibility: hidden;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.product-section .product-item .icon-cross img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.product-section .product-item:before {
bottom: 0;
left: 0;
right: 0;
position: absolute;
content: "";
background: #18197126;
height: 0%;
z-index: -1;
border-radius: 10px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.product-section .product-item:hover .product-thumbnail {
top: -25px; }
.product-section .product-item:hover .icon-cross {
bottom: 0;
opacity: 1;
visibility: visible; }
.product-section .product-item:hover:before {
height: 70%; }

.why-choose-section {
padding: 7rem 0; }
.why-choose-section .img-wrap {
position: relative; 
}
.why-choose-section .img-wrap img {
border-radius: 20px; }
@media (min-width: 768px) {
.why-choose-section .img-wrap:before {
position: absolute;
content: "";
width: 255px;
height: 217px;
background-image: url("../img/dots-yellow.svg");
background-repeat: no-repeat;
background-size: contain;
-webkit-transform: translate(-40%, -40%);
-ms-transform: translate(-40%, -40%);
transform: translate(-40%, -40%);
z-index: -1; }
}
.feature {
margin-bottom: 30px; }
.feature .icon {
display: inline-block;
position: relative;
margin-bottom: 20px; }
.feature .icon:before {
content: "";
width: 33px;
height: 33px;
position: absolute;
background: rgb(24 25 113 / 10%);
border-radius: 50%;
right: -8px;
bottom: 0; }
.feature h3 {
font-size: 14px;
color: #262626; }
.feature p {
font-size: 14px;
line-height: 22px;
color: #6a6a6a; }

.we-help-section {
padding: 7rem 0; }
.we-help-section .imgs-grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[27];
grid-template-columns: repeat(27, 1fr);
position: relative; }
.we-help-section .imgs-grid:before {
position: absolute;
content: "";
width: 255px;
height: 217px;
background-image: url("../images/dots-green.svg");
background-size: contain;
background-repeat: no-repeat;
-webkit-transform: translate(-40%, -40%);
-ms-transform: translate(-40%, -40%);
transform: translate(-40%, -40%);
z-index: -1; }
.we-help-section .imgs-grid .grid {
position: relative; }
.we-help-section .imgs-grid .grid img {
border-radius: 20px;
max-width: 100%; }
.we-help-section .imgs-grid .grid.grid-1 {
-ms-grid-column: 1;
-ms-grid-column-span: 18;
grid-column: 1 / span 18;
-ms-grid-row: 1;
-ms-grid-row-span: 27;
grid-row: 1 / span 27; }
.we-help-section .imgs-grid .grid.grid-2 {
-ms-grid-column: 19;
-ms-grid-column-span: 27;
grid-column: 19 / span 27;
-ms-grid-row: 1;
-ms-grid-row-span: 5;
grid-row: 1 / span 5;
padding-left: 20px; }
.we-help-section .imgs-grid .grid.grid-3 {
-ms-grid-column: 14;
-ms-grid-column-span: 16;
grid-column: 14 / span 16;
-ms-grid-row: 6;
-ms-grid-row-span: 27;
grid-row: 6 / span 27;
padding-top: 20px; }

.custom-list {
width: 100%; }
.custom-list li {
display: inline-block;
width: calc(50% - 20px);
margin-bottom: 12px;
line-height: 1.5;
position: relative;
padding-left: 20px; }
.custom-list li:before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
border: 2px solid #262626;
position: absolute;
left: 0;
top: 8px; }

.popular-product {
padding: 0 0 7rem 0; }
.popular-product .product-item-sm h3 {
font-size: 14px;
font-weight: 700;
color: #262626; }
.popular-product .product-item-sm a {
text-decoration: none;
color: #262626;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.popular-product .product-item-sm a:hover {
color: rgba(47, 47, 47, 0.5); }
.popular-product .product-item-sm p {
line-height: 1.4;
margin-bottom: 10px;
font-size: 14px; }
.popular-product .product-item-sm .thumbnail {
margin-right: 10px;
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
position: relative; }
.popular-product .product-item-sm .thumbnail:before {
content: "";
position: absolute;
border-radius: 20px;
background: #dce5e4;
width: 98px;
height: 98px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1; }

.testimonial-section {
padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
position: relative; }
.testimonial-slider-wrap .tns-inner {
padding-top: 30px; }
.testimonial-slider-wrap .item .testimonial-block blockquote {
font-size: 16px; }
@media (min-width: 768px) {
.testimonial-slider-wrap .item .testimonial-block blockquote {
line-height: 32px;
font-size: 18px; } }
.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
margin-bottom: 20px; }
.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
max-width: 80px;
border-radius: 50%; }
.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
font-size: 14px;
font-weight: 700;
color: #262626;
margin-bottom: 0; }
.testimonial-slider-wrap #testimonial-nav {
position: absolute;
top: 50%;
z-index: 99;
width: 100%;
display: none; }
@media (min-width: 768px) {
.testimonial-slider-wrap #testimonial-nav {
display: block; } }
.testimonial-slider-wrap #testimonial-nav > span {
cursor: pointer;
position: absolute;
width: 58px;
height: 58px;
line-height: 58px;
border-radius: 50%;
background: rgba(59, 93, 80, 0.1);
color: #262626;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.testimonial-slider-wrap #testimonial-nav > span:hover {
background: #262626;
color: #ffffff; }
.testimonial-slider-wrap #testimonial-nav .prev {
left: -10px; }
.testimonial-slider-wrap #testimonial-nav .next {
right: 0; }
.testimonial-slider-wrap .tns-nav {
position: absolute;
bottom: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.testimonial-slider-wrap .tns-nav button {
background: none;
border: none;
display: inline-block;
position: relative;
width: 0 !important;
height: 7px !important;
margin: 2px; }
.testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
background: none; }
.testimonial-slider-wrap .tns-nav button:before {
display: block;
width: 7px;
height: 7px;
left: 0;
top: 0;
position: absolute;
content: "";
border-radius: 50%;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
background-color: #d6d6d6; }
.testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
background-color: #262626; }

.before-footer-section {
padding: 7rem 0 12rem 0 !important; }

.blog-section {
padding: 7rem 0 12rem 0; }
.blog-section .post-entry a {
text-decoration: none; }
.blog-section .post-entry .post-thumbnail {
display: block;
margin-bottom: 20px; }
.blog-section .post-entry .post-thumbnail img {
border-radius: 20px;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.blog-section .post-entry .post-content-entry {
padding-left: 15px;
padding-right: 15px; }
.blog-section .post-entry .post-content-entry h3 {
font-size: 16px;
margin-bottom: 0;
font-weight: 600;
margin-bottom: 7px; }
.blog-section .post-entry .post-content-entry .meta {
font-size: 14px; }
.blog-section .post-entry .post-content-entry .meta a {
font-weight: 600; }
.blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
opacity: .7; }

.footer-section {
padding: 80px 0;
background: #ffffff; }
.footer-section .relative {
position: relative; }
.footer-section a {
text-decoration: none;
color: #262626;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.footer-section a:hover {
color: rgba(47, 47, 47, 0.5); }
.footer-section .subscription-form {
margin-bottom: 40px;
position: relative;
z-index: 2;
margin-top: 100px; }
@media (min-width: 992px) {
.footer-section .subscription-form {
margin-top: 0px;
margin-bottom: 80px; } }
.footer-section .subscription-form h3 {
font-size: 18px;
font-weight: 500;
color: #262626; }
.footer-section .subscription-form .form-control {
height: 40px;
border-radius: 10px;
font-family: "Inter", sans-serif; }
.footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #262626;
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
.footer-section .subscription-form .form-control::-webkit-input-placeholder {
font-size: 14px; }
.footer-section .subscription-form .form-control::-moz-placeholder {
font-size: 14px; }
.footer-section .subscription-form .form-control:-ms-input-placeholder {
font-size: 14px; }
.footer-section .subscription-form .form-control:-moz-placeholder {
font-size: 14px; }
.footer-section .subscription-form .btn {
border-radius: 10px !important; }
.footer-section .sofa-img {
position: absolute;
top: -200px;
z-index: 1;
right: 0; }
.footer-section .sofa-img img {
max-width: 380px; }
.footer-section .links-wrap {
margin-top: 0px; }
@media (min-width: 992px) {
.footer-section .links-wrap {
margin-top: 54px; } }
.footer-section .links-wrap ul li {
margin-bottom: 10px; }
.footer-section .footer-logo-wrap .footer-logo {
font-size: 32px;
font-weight: 500;
text-decoration: none;
color: #262626; }
.footer-section .custom-social li {
margin: 2px;
display: inline-block; }
.footer-section .custom-social li a {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
display: inline-block;
background: #dce5e4;
color: #262626;
border-radius: 50%; }
.footer-section .custom-social li a:hover {
background: #262626;
color: #ffffff; }
.footer-section .border-top {
border-color: #dce5e4; }
.footer-section .border-top.copyright {
font-size: 14px !important; }

.untree_co-section {
padding: 7rem 0; }

.form-control {
height: 40px;
border-radius: 10px;
font-family: "Inter", sans-serif; }
.form-control:active, .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #262626;
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
.form-control::-webkit-input-placeholder {
font-size: 14px; }
.form-control::-moz-placeholder {
font-size: 14px; }
.form-control:-ms-input-placeholder {
font-size: 14px; }
.form-control:-moz-placeholder {
font-size: 14px; }

.service {
line-height: 1.5; }
.service .service-icon {
border-radius: 10px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #262626;
margin-right: 20px;
color: #ffffff; }

textarea {
height: auto !important; }

.fieldset {
all: revert;
border-radius: 0;
border: 0;
border-color: #fff;
padding-left: 20px;
padding-right: 20px;
}
.legend {
all: revert;
padding: 10px;
font-size: 24px;
}

.site-blocks-table {
overflow: auto; }
.site-blocks-table .product-thumbnail {
width: 200px; }
.site-blocks-table .btn {
padding: 2px 10px; }
.site-blocks-table thead th {
padding: 30px;
text-align: center;
border-width: 0px !important;
vertical-align: middle;
color: rgba(0, 0, 0, 0.8);
font-size: 18px; }
.site-blocks-table td {
padding: 20px;
text-align: center;
vertical-align: middle;
color: rgba(0, 0, 0, 0.8); }
.site-blocks-table tbody tr:first-child td {
border-top: 1px solid #262626 !important; }
.site-blocks-table .btn {
background: none !important;
color: #000000;
border: none;
height: auto !important; }

.site-block-order-table th {
border-top: none !important;
border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
color: #000000; }

.couponcode-wrap input {
border-radius: 10px !important; }

.text-primary {
color: #262626 !important; }

.thankyou-icon {
position: relative;
color: #262626; }
.thankyou-icon:before {
position: absolute;
content: "";
width: 50px;
height: 50px;
border-radius: 50%;
background: rgba(59, 93, 80, 0.2); }


.carousel-caption {
color: #ffffff;
background: #000000c2;
margin-bottom: 30px;
font-size: 23px;
border-radius: 0;
font-weight: bold;
left: 5%; 
right: 5%
}
.carousel-caption_row {
background: transparent;
font-size: inherit;
}

.carousel-caption_card {
background: transparent;
font-size: inherit;
line-height: inherit;
margin-bottom: inherit;
}


.card_carousel-caption_row{
background: rgba(0, 0, 0, 0.5);
border:0;
color: #fff;
}
.card {
border-radius: 0;
}
.icon > img {
width: 100px;
}
.icon_fit > img {
width: 100px;
height: 150px;
object-fit: cover;
}
.icon_150 > img {
width: 150px;
}
iframe {
border: 0;
width: 100%;
}
.heading {
height: 96px;
width: 96px;
font-size: xx-large;
margin: auto auto 20px;
color: rgba(255, 255, 255, 0.73);
background: rgba(255, 255, 255, 0.73);
padding: 0;
}

.heading img {
width: 96px;
object-fit: cover;
border: 2px solid #000;
border-radius: 50%;
}
.tab-pane > .bg-white > div {
width: 100% !important;
}

.nicEdit-main {
width: 98% !important;
}
.icon-section-footer >* i {
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
var { font-style: normal; }
a.title, .title a, a .title { text-decoration: none; }
a.title:hover, .title a:hover, a .title:hover { text-decoration: none; }
.content-body { flex: 1 1 auto; padding: 1.88rem; }
.img-wrap { position: relative; text-align: center; display: block; }
.img-wrap img { object-fit: cover; }
a:hover > .img-thumbnail { border-color: rgb(157, 161, 167); }
.table-lg th, .table-lg td { padding: 1rem; }
.bg-center { background-position: center center; }
.bg-cover { background-size: cover; }
.bg-dark-50 { background-color: rgba(33, 37, 41, 0.5); }
.opacity { opacity: 0.5; }
.mix-blend-multiply { mix-blend-mode: multiply; }
.overlay-gradient { position: relative; }
.overlay-gradient::before { position: absolute; content: ""; display: block; inset: 0px; opacity: 0.7; transition: all 0.5s ease 0s; background: linear-gradient(to right bottom, rgb(1, 67, 163), aqua); }
.overlay-gradient:hover::before { opacity: 0.9; }
.breadcrumb.ondark .breadcrumb-item { color: rgb(255, 255, 255); }
.breadcrumb.ondark .breadcrumb-item::before { color: rgb(255, 255, 255); opacity: 0.6; }
.breadcrumb.ondark a { color: inherit; opacity: 0.75; }
.breadcrumb.ondark a:hover { opacity: 1; }
.accordion-flush .accordion-button { padding-left: 5px; padding-right: 5px; }
.accordion-flush .accordion-body { padding-left: 0px; padding-right: 0px; }
.accordion-header:hover .accordion-button { background-color: rgb(231, 241, 255); }
.padding-y { padding-top: 40px; padding-bottom: 40px; }
.padding-top { padding-top: 40px; }
.padding-bottom { padding-bottom: 40px; }
.padding-y-lg { padding-top: 80px; padding-bottom: 80px; }
.padding-top-lg { padding-top: 80px; }
.padding-bottom-lg { padding-bottom: 80px; }
.padding-y-sm { padding-top: 20px; padding-bottom: 20px; }
.padding-top-sm { padding-top: 20px; }
.padding-bottom-sm { padding-bottom: 20px; }
.icon-xs, .icon-sm, .icon-md, .icon-lg { display: inline-flex; align-items: center; justify-content: center; text-align: center; flex-shrink: 0; flex-grow: 0; }
.icon-xs img, .icon-sm img, .icon-md img, .icon-lg img { max-width: 100%; }
.icon-xs { width: 36px; height: 36px; }
.icon-sm { width: 42px; height: 42px; font-size: 20px; }
.icon-md { width: 56px; height: 56px; font-size: 24px; }
.icon-lg { width: 72px; height: 72px; font-size: 32px; }
.icon-xl { width: 96px; height: 96px; font-size: 32px; }
.icon-xxl {
width: 100%;
height: 100%;
font-size: 32px;
margin-top: -100px;
}
.col-home {
background: #cedaed;
border-radius: 25px;
}
.img-xs, .img-sm, .img-md, .img-lg { display: inline-block; object-fit: contain; flex-shrink: 0; flex-grow: 0; }
.img-xs { width: 40px; height: 40px; }
.img-sm { width: 72px; height: 72px; }
.img-md { width: 96px; height: 96px; }
.img-lg { width: 128px; height: 128px; }
.img-xl { width: 196px; height: 196px; }
.obj-contain { object-fit: contain; }
.obj-cover { object-fit: cover; }
.center-xy { top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); }
.center-y { top: 50%; position: absolute; transform: translateY(-50%); }
.center-x { left: 50%; position: absolute; transform: translateX(-50%); }
.menu-aside { list-style: none; margin: 0.5rem; padding: 0px; }
.menu-aside a { display: block; text-decoration: none; }
.menu-aside .menu-item { margin-bottom: 5px; }
.menu-aside .menu-item .icon { color: rgb(157, 161, 167); margin-right: 10px; font-size: 24px; }
.menu-aside .menu-item.active .icon { color: #000; }
.menu-aside .menu-item.active .menu-link { background-color: rgb(215, 231, 255); }
.menu-aside .menu-link { padding: 10px; color: rgb(81, 88, 94); font-weight: bold; border-radius: 0.6rem; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.menu-aside .menu-link .text { vertical-align: middle; }
.menu-aside .menu-link:hover { transition: all 0.2s linear 0s; background-color: rgb(233, 236, 239); }
.menu-aside .submenu { margin-left: 44px; display: none; }
.menu-aside .submenu a { color: rgb(108, 117, 125); padding: 5px; }
.menu-aside .submenu a:hover { color: rgb(0, 0, 0); }
.menu-aside .menu-item.active .submenu { display: block; }
.menu-aside .menu-item.has-submenu > .menu-link::after { display: inline-block; float: right; position: absolute; right: 10px; top: 10px; margin-top: 0.6em; vertical-align: middle; content: ""; border-width: 5px 5px 0px; border-top-style: solid; border-top-color: rgb(157, 161, 167); border-right-style: solid; border-right-color: transparent; border-bottom-style: initial; border-bottom-color: initial; border-left-style: solid; border-left-color: transparent; }
.nav-pills .nav-link:not(.active):hover { background-color: rgba(157, 161, 167, 0.15); }
.nav-icontop a.nav-link { text-align: center; padding-top: 0.6rem; padding-bottom: 0.2rem; }
.nav-icontop a.nav-link i { font-size: 20px; color: rgb(157, 161, 167); }
.nav-icontop a.nav-link .text { display: block; font-weight: normal; }
.nav-icontop a.nav-link:hover i { color: rgb(33, 37, 41); }
.nav-icontop a.nav-link.active i, .nav-icontop a.nav-link.active .text { color: #000; }
.nav-ondark .active { background-color: rgba(0, 0, 0, 0.5) !important; }
.nav-ondark a.nav-link { color: rgb(255, 255, 255) !important; }
.nav-ondark a.nav-link:not(.active):hover { background-color: rgba(0, 0, 0, 0.2) !important; }
.item-link { width: 100%; display: block; text-decoration: none; }
.item-link .icon { border: 0;}
.item-link .text {
display: block;
color: rgb(81, 88, 94);
font-size: large;
font-weight: bold;
padding-bottom: 10px;
}
.item-link:hover { text-decoration: none; }
.item-link:hover .icon { border-color: rgb(157, 161, 167); opacity: 0.7; }
.item-link:hover .text { color: rgb(33, 37, 41); }
.boxed-link { width: 100%; display: block; text-decoration: none; }
.boxed-link .icon { background-color: rgb(231, 241, 255); }
.boxed-link .text { display: block; color: rgb(81, 88, 94); }
.boxed-link:hover { text-decoration: none; }
.boxed-link:hover .icon { background-color: rgb(233, 236, 239); }
.boxed-link:hover .text { color: rgb(33, 37, 41); }
.box.boxed-link:hover, .card.boxed-link:hover { border-color: rgb(204, 209, 214); box-shadow: rgba(0, 0, 0, 0.03) 0px 0.05rem 0.2rem; }
.box.boxed-link:hover .icon, .card.boxed-link:hover .icon { background-color: rgb(195, 219, 255); }
.menu-category { margin: 0px; padding: 0px; }
.menu-category li { position: relative; display: block; border-bottom: 1px solid rgb(222, 226, 230); }
.menu-category li:last-child { border-bottom: 0px; }
.menu-category a { color: rgb(33, 37, 41); }
.menu-category > li > a { display: block; padding: 10px 18px; }
.menu-category .submenu { display: none; margin: 0px; padding: 0px; box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 15px; z-index: 20; position: absolute; left: 100%; top: 0px; width: 250px; background: rgb(255, 255, 255); }
.menu-category .submenu li { list-style: none; }
.menu-category .submenu li a { padding: 10px 16px; display: block; }
.menu-category li:hover { background: rgb(248, 249, 250); transition: all 0.3s ease 0s; }
.menu-category li:hover .submenu { display: block; margin-left: 0px; }
.menu-category .has-submenu > a::after { content: "›"; font-size: 24px; color: rgb(153, 153, 153); line-height: 18px; font-weight: bold; float: right; }
.section-heading { margin-bottom: 1.5rem; }
.title-text { margin-top: 30px; margin-bottom: 10px; font-weight: bold; }
.b { font-weight: 600; }
.text-lg { font-size: 1.1rem; }
.rtl { direction: rtl; }
.ltr { direction: ltr; }
.header-top-light .nav-link { font-weight: normal; }
.header-top-light .nav-link:hover { color: rgb(33, 37, 41); }
.header-top-dark { color: rgba(255, 255, 255, 0.75); }
.header-top-dark .nav-link { color: inherit; font-weight: normal; }
.header-top-dark .nav-link:hover { color: rgb(255, 255, 255); }
.header-main { position: relative; padding-top: 1rem; padding-bottom: 1rem; }
.brand-wrap, .navbar-brand { opacity: 1; }
.brand-wrap .logo, .navbar-brand .logo { transition: all 0.5s;margin-right: 7px; max-height: 100px; display: inline-block; }
.header-scrolled >* .logo { transition: all 0.5s;margin-right: 7px; max-height: 65px; display: inline-block; }
.brand-wrap:hover, .navbar-brand:hover { opacity: 1; }
.widget-header { display: inline-block; vertical-align: middle; position: relative; }
.widget-header a { text-decoration: none; color: #fff; }
.widget-header i { color: #fff }
.widget-header form { min-width: 280px; }
.widget-header .notify { position: absolute; top: -3px; right: -7px; }
.widget-header:hover i { color:#fff }
.widget-header .widget-icontop { display: inline-block; vertical-align: middle; position: relative; text-align: center; }
.widget-header .widget-icontop .icon-area { font-size: 22px; position: relative; display: inline-block; width: 30px; height: 30px; }
.widget-header .widget-icontop .text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; line-height: 1.2; }
.section-footer .logo-footer { max-height: 40px; }
.section-footer .title { font-weight: bold; margin-bottom: 10px; }
img.logo_footer {
height: 110px;
}
.footer-bottom { padding-top: 20px; padding-bottom: 20px; }
.btn-icon { width: 2.6rem; padding-left: 0px; padding-right: 0px; }
.btn-icon.btn-sm { width: 2rem; }
.btn-icon.btn-lg { width: 2.8rem; }
.btn-light { background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230); color: rgb(33, 37, 41); }
.btn-light i { color: rgb(157, 161, 167); }
.btn-light:hover { border-color: rgb(193, 201, 208); color: #000; }
.btn-light:hover i { color: #000; }
.btn-light.active { border-color: rgb(193, 201, 208); box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px inset; }
.btn-primary-light { color: #000; }
.btn i {
    min-width: 16px;
    vertical-align: sub;
}
.btn .text + i { margin-left: 10px; }
.btn i + .text { margin-left: 10px; }
a[class*="card"] { text-decoration: none; color: rgb(81, 88, 94); }
a[class*="card"]:hover .title { color: #000; }
.card.card-product-grid, .card.card-product-list { box-shadow: rgba(51, 51, 51, 0.07) 0px 1px 2px; }
.card.card-product-grid:hover, .card.card-product-list:hover { box-shadow: rgba(51, 51, 51, 0.1) 0px 3px 10px; transition: all 0.2s ease 0s; }
.card.card-product-grid .img-wrap { border-radius: 0; }
[class*="card-product"] p { margin-bottom: 0px; }
[class*="card-product"] a.title { display: block; text-decoration: none; height:60px; overflow:hidden; font-size:18px }
[class*="card-product"] a.title:hover { color: #000; }
[class*="card-product"] .price { color: rgb(33, 37, 41); font-size:20px; }
[class*="card-product"] .price-old { margin-left: 3px; font-size: 18px }
[class*="card-product"] .img-wrap { position: relative; }
[class*="card-product"] .img-wrap img { object-fit: contain;height: 100%; max-width: 100%; width: auto; }
.price-old { margin-left: 3px; font-size: 18px }


.card-product-grid { margin-bottom: 20px; }
.card-product-grid .img-wrap { height: 170px; padding:15px; }
.card-product-grid .title { color: rgb(81, 88, 94); }
.card-product-grid .info-wrap { padding: 1rem 1.2rem; overflow: hidden; height:125px; }
.card-product-grid .bottom-wrap { padding: 1rem 1.2rem; border-top: 1px solid rgb(222, 226, 230); }
.card-product-grid .topbar { position: absolute; top: 0px; left: 0px; width: 100%; z-index: 10; text-align: left; padding: 10px 15px; }
.card-product-grid .hover-action { opacity: 0; width: 100%; left: 0px; bottom: 0px; position: absolute; }
.card-product-grid:hover .hover-action { opacity: 1; }
.card-product-list { margin-bottom: 20px; }
.card-product-list .title { color: rgb(33, 37, 41); }
.card-product-list .img-wrap { height: 220px; padding: 0.5rem; }
.card-product-list .info-aside { padding: 1.25rem; border-left: 1px solid rgb(222, 226, 230); height: 100%; }
.product-sm .img-wrap { height: 160px; }
.product-lg .img-wrap { height: 250px; }
.card-banner { display: flex; position: relative; overflow: hidden; background-color: rgb(255, 255, 255); background-size: cover; background-position: center center; }
.card-banner .card-body { background-size: cover; position: relative; z-index: 10; }
.card-banner .caption { background-color: rgba(0, 0, 0, 0.6); z-index: 10; color: rgb(255, 255, 255); }
.card-banner .caption.bottom { bottom: 0px; left: 0px; position: absolute; width: 100%; }
.card-banner .caption.top { top: 0px; left: 0px; position: absolute; width: 100%; }
.card-banner .caption.left { top: 0px; left: 0px; bottom: 0px; position: absolute; }
.card-banner .text-bottom { position: absolute; bottom: 0px; left: 0px; z-index: 10; width: 100%; padding: 2rem 1rem 1rem; border-radius: 0px 0px 0.35rem 0.35rem; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); color: rgb(255, 255, 255); }
.card-banner .img-bg {
position: absolute;
left: 15px;
bottom: 0px;
mix-blend-mode: multiply;
max-width: 100%;
width: 100px;
object-fit: contain;
}
.card-banner:hover{box-shadow: rgb(51 51 51 / 10%) 0px 3px 10px; cursor: pointer; transition: all 0.2s ease 0s;}
.icontext { display: inline-flex; align-items: center; vertical-align: middle; }
.icontext p { margin-bottom: 0px; }
.icontext .text { width: 100%; line-height: 1.25; }
.icontext .icon { position: relative; margin-right: 10px; flex-shrink: 0; flex-grow: 0; }
.icontext .title { display: block; margin-bottom: 3px; }
.tag { display: inline-flex; align-items: center; padding: 4px 1rem; margin-bottom: 5px; border: 1px solid rgb(222, 226, 230); border-radius: 20px; margin-top: 4px; margin-right: 2px; font-size: 90%; }
.tag .btn-close { width: 0.5rem; height: 0.5rem; margin-left: 10px; }
strong.price, b.price, .b.price, .fw-bold.price { color: rgb(200 18 18);font-size: 24px; }
.notify { position: absolute; top: -4px; right: -10px; display: inline-block; padding: 0.25em 0.6em; font-size: 12px; line-height: 1; text-align: center; border-radius: 3rem; color: rgb(255, 255, 255); background-color: rgb(255, 39, 72); }
.img-avatar { border-radius: 100%; border: 1px solid rgba(33, 37, 41, 0.2); }
.card-header .title { margin-bottom: 0px; color: initial; display: block; }
.icon-control { margin-top: 6px; float: left; font-size: 84%; color: rgb(157, 161, 167); }
.filter-group { border-bottom: 1px solid rgb(222, 226, 230); }
.filter-group:last-child { border-bottom: 0px; }
.filter-group .card-header { border-bottom: 0px; border-radius: 0px; }
.filter-group .title:hover { text-decoration: none; }
.text-divider { text-align: center; display: flex; font-size: 0.875rem; color: rgb(157, 161, 167); flex-direction: row; justify-content: center; align-items: center; }
.text-divider::after, .text-divider::before { content: ""; height: 1px; background: rgb(222, 226, 230); flex: 1 1 0%; margin: 0px 7px; }
.box { padding: 0.8rem; border-radius: 0.35rem; border: 1px solid rgb(222, 226, 230); }
.box img { max-width: 100%; }
.label-rating { margin-left: 5px; margin-right: 5px; display: inline-block; vertical-align: middle; }
.rating-stars { display: inline-block; list-style: none; margin: 0px; padding: 0px; position: relative; white-space: nowrap; clear: both; }
.rating-stars i { font-size: 14px; color: rgb(204, 204, 204); display: inline; }
.rating-stars img { height: 16px; max-width: none; }
.rating-stars li { display: block; text-overflow: clip; white-space: nowrap; z-index: 1; }
.rating-stars li.stars-active { z-index: 2; position: absolute; top: 0px; left: 0px; overflow: hidden; }
.rating-stars li.stars-active i { color: orange; }
.rating-stars.stars-lg img { height: 20px; max-width: none; }
.form-check .rating-stars { transform: translateY(-2px); }
.dot { font-style: normal; opacity: 0.5; }
.dot::after { content: "•"; display: inline-block; }
.bg-loading { position: static; margin-right: 10px; overflow: hidden; margin-bottom: 10px; border-radius: 5px; animation: 2s linear 0s infinite normal none running placeholderSkeleton; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0px, rgba(0, 0, 0, 0.15) 15%, rgba(0, 0, 0, 0.08) 30%); background-size: 800px 100%; max-width: 30rem; }
@-webkit-keyframes placeholderSkeleton { 
0% { background-position: -800px 0px; }
100% { background-position: 800px 0px; }
}
@keyframes placeholderSkeleton { 
0% { background-position: -800px 0px; }
100% { background-position: 800px 0px; }
}
.steps-vertical { list-style: none; margin: 0px 0px 0px 12px; padding: 0px; border-right: 2px solid #ccd1d6; position: relative; }

.steps-vertical li.step.active {
border-right: 2px solid #582870;
margin-right: -2px;
/* margin-top: 9px; */
display: table;
/* transform: translateY(-4px); */
}
.steps-vertical li { padding-right: 20px; position: relative; transform: translateY(-4px);height: 50px; }
.steps-vertical li:last-child { height: 20px; }
.steps-vertical .icon { position: absolute; top: 3px; right: -8px; content: ""; background: #ccd1d6; width: 14px; height: 14px; border-radius: 100%; display: inline-block; }
.steps-vertical .icon.active {background: #582870;margin-top: -3px;}
.breadcrumb.steps { margin-bottom: 0px; color: #000; }
.breadcrumb.steps a { color: inherit; }
.breadcrumb.steps .breadcrumb-item.active { font-weight: 600; color: rgb(33, 37, 41); }
.breadcrumb.steps .breadcrumb-item.active ~ .breadcrumb-item { color: rgb(157, 161, 167); opacity: 0.8; }
.breadcrumb.steps.ondark .breadcrumb-item.active { color: rgb(255, 255, 255); }
.breadcrumb.steps.ondark .breadcrumb-item.active ~ .breadcrumb-item { color: rgb(255, 255, 255); opacity: 0.5; }
.steps-wrap { list-style: none; margin: 30px 0px 0px; padding: 0px; position: relative; display: flex; border-radius: 30px; }
.steps-wrap .step { width: 100%; text-align: center; position: relative; flex-grow: 1; font-size: 14px; line-height: 24px; }
.steps-wrap .step::before { background-color: rgb(204, 209, 214); height: 4px; position: absolute; content: " "; width: 100%; right: 50%; top: 10px; }
.steps-wrap .step:first-child::before { display: none; }
.steps-wrap .icon { color: rgb(255, 255, 255); display: inline-block; position: relative; z-index: 10; width: 24px; height: 24px; border-radius: 24px; text-align: center; background: rgb(204, 209, 214); }
.steps-wrap .text { display: block; padding-top: 5px; text-align: center; color: rgb(157, 161, 167); }
.steps-wrap .step.active .icon { background: rgb(0, 165, 36); color: rgb(255, 255, 255); }
.steps-wrap .step.active .text { color: rgb(157, 161, 167); }
.steps-wrap .step.active::before { background: rgb(0, 165, 36); }
.steps-wrap .step.active::after { background: rgb(0, 165, 36); height: 4px; position: absolute; content: " "; z-index: 5; width: 50%; right: 0%; top: 10px; }
.steps-wrap .step.active:last-child::after { display: none; }
.form-control:not(:focus):hover, .form-select:not(:focus):hover { border-color: rgb(110, 168, 254); }
.input-spinner { max-width: 140px; flex-wrap: nowrap; display: inline-flex; }
.input-spinner input.form-control { text-align: center; border-color: rgb(222, 226, 230); padding-left: 3px; padding-right: 3px; }
.input-spinner .btn { width: 42px; text-align: center; padding-left: 0.5rem; padding-right: 0.5rem; }
.checkbox-btn { position: relative; }
.checkbox-btn input { position: absolute; z-index: -1; opacity: 0; }
.checkbox-btn input:checked ~ .btn { border-color: #000; background-color: rgb(233, 236, 239); }
.box-check { position: relative; margin-right: 5px; }
.box-check:hover:not(.active) { border-color: rgb(110, 168, 254); }
.box-check .border-oncheck { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: 1px solid transparent; border-radius: 0.35rem; z-index: 1; mix-blend-mode: darken; }
.box-check input:checked ~ .border-oncheck { border-color: #000; background-color: rgba(231, 241, 255, 0.5); }
.gallery-uploader-wrap .uploader-img { position: relative; display: inline-flex; width: 110px; height: 110px; margin-right: 5px; margin-bottom: 5px; vertical-align: middle; text-align: center; justify-content: center; align-items: center; border-radius: 0.35rem; border: 1px dashed rgb(204, 209, 214); overflow: hidden; background-color: rgb(248, 249, 250); }
.gallery-uploader-wrap .uploader-img:hover { border-color: #000; background-color: rgba(231, 241, 255, 0.5); }
.gallery-uploader-wrap input { width: 0px; height: 0px; visibility: hidden; }
.gallery-uploader-wrap img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.done-wrap { text-align: center; margin-bottom: 30px; }
.done-wrap img { width: 140px; height: 140px; margin-bottom: 20px; }
a.itemside { color: rgb(81, 88, 94); text-decoration: none; }
a.itemside:hover .title { color: #000; }
a.itemside:hover .img-thumbnail { border-color: rgb(157, 161, 167); }
.itemside { position: relative; display: flex; width: 100%; }
.itemside .aside { position: relative; flex-shrink: 0; }
.itemside .aside .badge { position: absolute; top: -5px; right: -8px; }
.itemside .info { padding-left: 0.75rem; flex-grow: 1; }
.itemside .title { display: block; margin-bottom: 0rem; }
.itemside a.title { color: inherit; }
.itemside a.title:hover { color: #000; }
.itemside p { margin-bottom: 0px; }
.items-bordered-wrap .itemside:not(:last-child) { border-bottom: 1px solid rgb(222, 226, 230); padding-bottom: 10px; margin-bottom: 10px; }
.itemlist { padding: 20px; border-bottom: 1px solid rgb(238, 238, 238); }
.list-inline { margin-bottom: 0px; }
.list-inline-item { vertical-align: middle; }
dl[class="row"] { margin-bottom: 0px; }
dl[class="row"] dt { color: rgb(33, 37, 41); }
[class*="dlist-"] { margin-bottom: 5px; }
[class*="dlist-"] dd { margin-bottom: 0px; }
.dlist-inline dt, .dlist-inline dd { display: inline-block; }
.dlist-align { display: flex; }
.dlist-align dt { width: 150px; overflow-wrap: break-word; font-weight: normal; }
.dlist-align dd { flex-grow: 1; }
ul.row { list-style: none; padding: 0px; margin-bottom: 0px; }
.list-icon, .list-bullet, .list-dots, .list-check, .list-menu {
list-style: none;
margin-left: 0px;
padding-left: 0px;
}.list-icon li, .list-bullet li, .list-dots li, .list-check li, .list-menu li { position: relative; margin-bottom: 4px; }
.list-icon li { padding-left: 30px; }
.list-icon .icon { position: absolute; top: 8px; left: 0px; width: 22px; text-align: center; color: rgb(157, 161, 167); }
.list-bullet li, .list-dots li { right: 20px; }
.list-bullet li::before, .list-dots li::before { content: " "; position: absolute; top: 8px; right: 0px; width: 7px; border-radius: 100%; height: 7px; background: rgb(204, 209, 214); }
.list-check > li { padding-left: 24px; }
.list-check > li::before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 13px; color: rgb(51, 183, 80); position: absolute; top: 3px; left: 0px; content: ""; }
.list-menu li > a { display: block; color: rgb(81, 88, 94); text-decoration: none; }
.list-menu li > a:hover { color: #000; text-decoration: none; }
.cols-two { column-count: 2; }
.cols-two > li { break-inside: avoid; }
.cols-three { column-count: 3; }
.cols-three > li { break-inside: avoid; }
.cols-four { column-count: 4; }
.cols-four > li { break-inside: avoid; }
@media (max-width: 768px) {
.cols-two { column-count: 1; }
.cols-three { column-count: 2; }
.cols-four { column-count: 2; }
}
.slider-banner-owl .owl-nav .owl-prev, .slider-banner-owl .owl-nav .owl-next { padding: 16px 7px; color: rgb(255, 255, 255); display: inline-block; background-color: rgba(0, 0, 0, 0.3); z-index: 9; position: absolute; }
.slider-banner-owl .owl-nav .owl-prev { left: 0px; }
.slider-banner-owl .owl-nav .owl-next { right: 0px; }
.slider-banner-owl .item-slide img { width: 100%; object-fit: cover; }
.slider-banner-slick .slick-prev, .slider-banner-slick .slick-next { padding: 18px 7px; color: rgb(255, 255, 255); display: inline-block; background-color: rgba(0, 0, 0, 0.3); z-index: 9; position: absolute; }
.slider-banner-slick .slick-prev::before, .slider-banner-slick .slick-next::before { display: none; }
.slider-banner-slick .slick-prev { left: 0px; }
.slider-banner-slick .slick-next { right: 0px; }
.slider-banner-slick .item-slide img { min-width: 100%; min-height: 100%; object-fit: cover; }
.carousel-inner > .img-big-wrap { display: none; text-align: center; width: 100%; max-height: 560px; margin-bottom: 1rem; *overflow: hidden; background-color: rgb(255, 255, 255); }
.carousel-inner > .img-big-wrap a { text-align: center; display: block; height: 100%; }
.carousel-inner > .img-big-wrap img { max-width: 100%; max-height: 100%;object-fit:contain; }
.carousel-inner > .img-big-wrap.active {display: block;}
.thumbs-wrap { text-align: center; }
.thumbs-wrap .item-thumb { width: 60px; height: 60px; border: 1px solid rgb(222, 226, 230); border-radius: 0.35rem; margin: 3px; display: inline-block; overflow: hidden; }
.thumbs-wrap a.item-thumb:hover { border-color: rgb(157, 161, 167); }
.thumbs-wrap img { max-width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
@media (min-width: 993px) {
.gallery-vertical { display: flex; }
.gallery-vertical .thumbs-wrap { order: 1; width: 60px; margin-right: 1rem; }
.gallery-vertical .img-big-wrap { order: 2; }
}
.item-option-select { margin-bottom: 1rem; display: inline-block; margin-right: 15px; }
.item-option-select .btn { min-width: 80px; }
.table-shopping-cart.table td, .table-shopping-cart.table th { padding-left: 1.25rem; padding-right: 1.25rem; }
.table-shopping-cart .price-wrap { line-height: 1.2; }
.table-shopping-cart .price { font-weight: bold; margin-right: 5px; display: block; }


@media (min-width: 100px) and (max-width: 567px) {
[class*="card-product"] .price { color: rgb(33, 37, 41); font-size:18px; }
[class*="card-product"] .price-old { margin-left: 3px; font-size: 15px }
strong.price, b.price, .b.price, .fw-bold.price { color: rgb(200 18 18);font-size: 18px; }
}

.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #262626;
border-color: #262626;
}
.page-link {

color: #333;
}

.page-link:focus {
z-index: 3;
color: #333;
background-color: #e9ecef;
outline: 0;
box-shadow: none;
}


div#autocomplete-items {
padding: 10px;
background: #d4cada;

}
.btn-primary:disabled, .btn-primary.disabled {
color: #9b9b9b;
background-color: #d0d0d0;
border-color: #d0d0d0;
}

div#autocomplete-list {
border-bottom: 1px solid #c9bdd1;
cursor: pointer;
padding: 5px;
}
div#autocomplete-list:hover {
background: #b9aac2;
}

.btn-input {
cursor: pointer;
width: 20px;
height: 20px;
font-size: 12px;
float: left;

}
.btn-action-item{
position: absolute;
top: 5px;
left: 5px;
z-index: 99 !important;    
}

label.active {
border: 2px solid #1a8754 !important;
}
.btn-top {
position: absolute;
top: 10px;
left: 10px;
opacity: 0.9;
}
.btn-sm, .btn-group-sm > .btn {
padding:0.25rem 1rem !important;
}

div.zoom {
background-position: 50% 50%;
cursor: zoom-in;
}
div.zoom img:hover {
opacity: 0;
}
div.zoom img {
transition: opacity 0.5s;
display: block;
width: 100%;
}
.fullscreen:-webkit-full-screen {
width: auto !important;
height: auto !important;
margin:auto !important;
}
.fullscreen:-moz-full-screen {
width: auto !important;
height: auto !important;
margin:auto !important;
}
.fullscreen:-ms-fullscreen {
width: auto !important;
height: auto !important;
margin:auto !important;
}   


span.text-required {
color: #dc3545;
font-weight: bold;
}
.rounded-cat {
padding: 10px;
}

.btn-check:focus + .btn, .btn:focus {
outline: 0;
box-shadow: none;
}

button.btn-danger > i.fa-cart-plus:before {
content: "\f00c";
}


