@import url('https://fonts.googleapis.com/css2?family=Forum&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Pacifico&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

:root{
    --theme-color:#f0e3d3;
    --grey-color:#666;
    --lato-family:"Lato", sans-serif;
    --pt-sans-family: "PT Sans", sans-serif;
    --forum-family: "Forum", serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--lato-family);
    background: #fff;
}
.white-logo{
    display: none;
}
body.dark{
    --grey-color:#a1a1a1 !important;
}
body.dark {background-color: #202020;} /* #9b59b6 */
body.dark .white-logo{
    display: block;
}
body.dark .black-logo{
    display: none;
}
body.dark .main-section .sidebar{
    background: #333;
}
body.dark .main-section .sidebar .item-remaining{
    background: #f0e3d3 !important;
    color: #000 !important;
}
body.dark .main-section .sidebar .sidebar-list .sidebar-item .sidebar-link img{
    filter: brightness(1);
}
body.dark .main-title{
    color: #fff;
}
body.dark .main-section .header-wrapper .input-group {
    background: #333;
    border-color: #333;
}
body.dark .main-section .header-wrapper .input-group  .btn{
    background: #f0e3d3;
}
body.dark .main-section .header-wrapper  .login-list li a{
    color: #fff;
}
body.dark .main-section .header-wrapper  .login-list li a img{
    filter: brightness(1) ;
}
body.dark .sidebar-item .sidebar-link{
    color: #fff !important;
}
body.dark .sidebar-item .sidebar-link img{
    filter: brightness(1) ;
}
body.dark .product-list .product-box{
    background: #333;
    padding: 15px;
}
body.dark .product-list .product-box .card-title a{
    color: #fff;
}

body.dark  .discover-box{
    background: #333;
}
body.dark .testimonial-detail .testimonial-box{
    box-shadow: 0 20px 25px -5px #000, 0 8px 10px -6px #000;
}
body.dark  .discover-box  .discover-title{
    color: #fff !important;
}
body.dark  .discover-box  .discover-text{
    color: var(--grey-color) !important;
}
body.dark .common-btn::after{
  background: #d1d1d13d;
}
body.dark .product-detail-content .product-title , body.dark .product-detail-content .product-subtitle{
    color: #fff;
} 
body.dark .color-btn{
    color: #fff !important;
    background-color: #d1d1d13d !important;
}
body.dark .product-detail-content .product-rate{
    color: #25b719;
}
body.dark  .desc-tab .nav-link.active{
    border-color: #333 !important;
}
body.dark  .dispatch-list li strong , body.dark .edu-comment .comment-content .title , body.dark .edu-comment .comment-content .subtitle{
    color: #fff;
}

body.dark #sync2 .item .img-box , body.dark #sync1 .item .img-box {
    padding: 10px;
    background: #333
}
body.dark .product-detail .tab-content{
   background: #333;
}
body.dark .product-detail .desc-tab .nav-link{
    color: #fff;
}
body.dark .product-detail .desc-tab .nav-link.active{
    color: #000 !important;
}
body.dark .about-text{
    color: var(--grey-color) !important
}
body.dark .cart-detail .product-items .product-item .product-title a{
    color: #fff;
}
body.dark .cart-detail .product-items .product-item .price , body.dark .final-cost .total-rate span{
    color: var(--theme-color);
}
body.dark .cart-detail .product-items .product-item .product-text span{
    color: #fff;
}
body.dark .total-box{
    background: #333;
}
body.dark .total-box .total-title , body.dark .total-box p , body.dark .final-cost .total-rate{
    color: #fff;
}
body.dark .cart-detail .product-items .product-item .product-add .num{
    color: #fff !important;
}
body.dark .page-link{
    background: #6b705c;
    color: #fff;
}
body.dark .cart-detail .product-items .border-bt:not(:last-child)::after{
    background: #dee2e634;
}
body.dark .address-card{
    border-color: #dee2e634;
}
body.dark .address-card .form-check-label{
    color: #fff;
}



body.dark .order-box{
    background: #f9f9f9;
}
body.dark .order-box .address-detail .address-title b , body.dark .order-box  .address-detail .address-subtitle{
    color: #fff;
}
body.dark .order-box .address-detail img{
    filter: brightness(1);
}
body.dark .order-box .common{
    color: var(--theme-color);
}

p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.container{
    max-width: 95%;
}
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common{
    color: var(--theme-color) !important;
}

.modal{
    --bs-modal-zindex: 10000 !important;
}

.light-dark-mode .checkbox {
    opacity: 0;
    position: absolute;
}
  
.light-dark-mode .checkbox-label {
    background-color: #111;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
 .light-dark-mode .fa-moon {color: #f1c40f;}
  
 .light-dark-mode .fa-sun {color: #f39c12;}
  
 .light-dark-mode .checkbox-label .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
  }
  
.light-dark-mode  .checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
}

/* From Uiverse.io by KhaledMatalkah */ 
.common-btn {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    color: #fff !important;
    background: transparent;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 1;
    overflow: hidden;
  }
  
  .common-btn:before {
    content: "";
    position: absolute;
    top: 0%;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    transition: left 0.8s ease-in-out;
    z-index: -1;
  }
  
  .common-btn:hover:before {
    left: 0%;
  }
  
  .common-btn:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: background-color 0.8s ease-in-out;
    z-index: -1;
  }
  
  .common-btn:hover:after {
    background-color: transparent;
  }
  .common-btn:hover , .common-btn:focus{
    color: #fff !important;
  }
  
  .btn-check:checked + .color-btn{
    background: var(--theme-color) !important;
    color: #000 !important;
  }
  .color-btn{
  
    background: #f9f9f9;
    color: #000 !important;
    padding: 8px 15px;
    font-size: 13px;
    
    border-radius: 0px;
    margin: 0px 10px;
    border: none !important;
  }
  .color-btn:hover{
    background: #f9f9f9;
    color: #000 !important;
  }
  .color-btn.active{
    background: var(--theme-color);
    color: #000 !important;
  }

  .common-btn1 {
    border: 1px solid #333 !important;
    background: #333;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
}
 .common-btn1:focus , .common-btn1:hover{
     background: #333 !important;
     color: #fff !important;
 }
 .common-btn1 i{
    margin-right: 5px;
 }

 body.dark .fixed{
    background: #202020 !important;
 }

.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999;
    border-radius: 0px !important;
    background: #fff !important;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(106, 113, 124, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.main-subtitle{
    color: #c58c6e;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.main-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: #000;
    font-family: var(--forum-family);
}
.main-title-white {
    position: relative;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: #fff;
    font-family: var(--forum-family);
}


.main-section{
    overflow: hidden;
position: relative;
}
.main-section .sidebar{
    width: 100%;
    height: 100vh;
    background: var(--theme-color);
    padding: 15px 35px;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
}
.main-section .sidebar .logo-img{
    margin-bottom: 35px;
    text-align: center;
}
.main-section .sidebar .logo-img img{
    width: 140px;
}
.main-section .sidebar .sidebar-list {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}
.main-section .sidebar .sidebar-list .sidebar-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.user-sidebar .sidebar-item{
    padding-left: 20px;
}
.user-sidebar .sidebar-item::after{
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    visibility: hidden;
}
.user-sidebar .sidebar-item.active::after{
    visibility: visible;
}
.main-section .sidebar .sidebar-list .sidebar-item:not(:last-child){
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff09;
}
.main-section .sidebar .sidebar-list .sidebar-item .sidebar-link{
    font-size: 16px;
    color: #000;
    font-family: var(--pt-sans-family);
}
.main-section .sidebar .sidebar-list .sidebar-item .sidebar-link img{
    width: 24px;
    margin-right: 15px;
    filter: brightness(0);
}
.main-section .sidebar .sidebar-list .sidebar-item .item-remaining {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    font-family: var(--pt-sans-family);
}
.main-section .main-section-scroll{
    padding: 15px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
.main-section .main-section-scroll .header-wrapper{
    margin-bottom: 5px;
}
.main-section .main-section-scroll .header-wrapper  .input-group {
    background: #f9f9f9;
    border-radius: 0px;
    border: 1px solid #f9f9f9;
    width: 100%;
    padding: 5px;
    max-width: 100%;
    font-family: var(--pt-sans-family);
}

.main-section .main-section-scroll .header-wrapper  .input-group  .form-control {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    color: #9d9d9d;
    font-family: var(--pt-sans-family);
}

.main-section .main-section-scroll .header-wrapper  .input-group  .form-control::placeholder {
    color: #9d9d9d;
}
.main-section .main-section-scroll .header-wrapper  .input-group  .btn{
    background: var(--theme-color);
    border: none;
    color: #000 !important;
    padding: 0px 15px;
    border-radius: 0px !important;
}

.main-section .main-section-scroll .header-wrapper .login-list {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
    /*margin-top: 10px;*/
    font-family: var(--pt-sans-family);
}

.main-section .main-section-scroll .header-wrapper .login-list li {
    margin-left: 35px;
    display: flex;
    position:relative;
}

.main-section .main-section-scroll .header-wrapper .login-list li a {
    color: #000;
    font-size: 16px;
}

.main-section .main-section-scroll .header-wrapper .login-list li a img {
    width: 20px;
    margin-right: 10px;
    filter: brightness(0);
}

.main-section .main-section-scroll .header-wrapper .login-list li .icon{
    position:relative;
    width:20px;
}
.count{
    position:absolute;
    top:-5px;
    right:-8px;
    width:15px;
    height:15px;
    line-height:15px;
    background:var(--theme-color);
    border-radius:50%;
    color:#000;
    text-align:center;
    font-size:10px;
}
.banner .img-box{
    width: 100%;
    height: 500px;
    position: relative;
}
.banner .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.banner .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 25px;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}


.banner .banner-content .banner-subtitle {
    margin-bottom: 15px;
    color: var(--theme-color);
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
}
.banner .banner-content .banner-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 500;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: #fff;
    font-family: var(--forum-family);
}
.banner .banner-content .banner-title span {
    color: var(--blue-color);
    display: inline-block;
    font-size: 120px;
    position: relative;
}
.banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.banner .banner-carousel .owl-item.active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.banner .banner-carousel .owl-item.active .banner-subtitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}
.banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.banner .banner-carousel .owl-item.active .banner-small-img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.5s;
}
.banner .banner-carousel .owl-nav {
    display: none !important;
}


.about-detail{
    padding: 30px 0px;
    position: relative;
}
.about-detail .about-img img{
    width: 100%;
}

.about-detail .about-text {
    position: relative;
    margin-bottom:  10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-color);
    line-height: 28px;
    font-family: var(--pt-sans-family);
}
.about-detail .about-content{
    position: relative;
}
.vertical-text {
    position: absolute;
    left: -50px;
    top: 50%;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c58c6e;
    font-family: var(--pt-sans-family);
    display: inline-block;
    -webkit-transform: rotate(-90deg) translateX(-50%); 
    -moz-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    margin: 0;
    font-style: normal;
}
.vertical-text:after {
    background-color: var(--theme-color);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: calc(100% + 20px);
    width: 35px;
    height: 2px;
}
.about-detail .founder-img{
    width: 100%;
    height: 445px;
    position: relative;
    z-index: 0;
}
.about-detail .founder-img::after{
    content: "";
    position: absolute;
    top: -25px;
    right: -25px;
    width: 100%;
    height: 100%;
    border: 2px solid #f0e3d3;
    z-index: -1;
}
.about-detail .founder-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.about-detail .founder-name{
    font-family: "Pacifico", cursive;
    font-size: 28px;
    margin-bottom: 10px;
    color: #000;
}
.about-detail .founder-desc{
    font-size: 14px;
    color: var(--grey-color);
    font-weight: 400;
}
.about-detail .vision-mission .vision-box{
    background: #f9f9f9;
    padding: 25px;
    margin-top: 50px;
}
.about-detail .vision-mission .vision-box .icon{
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0e3d3;
    color: #fff;
    margin-top: -50px;
    margin-bottom: 15px;
}
.about-detail .vision-mission .vision-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.about-detail .vision-mission .vision-box .box-title {
    position: relative;
    margin-bottom:  10px;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-family: var(--pt-sans-family);
}
.about-detail .vision-mission .vision-box .box-text {
    position: relative;
    margin-bottom:  0px;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-color);
    line-height: 28px;
    font-family: var(--pt-sans-family);
}

body.dark .about-detail .vision-mission .vision-box{
    background: #333;
}
body.dark .about-detail .vision-mission .vision-box .box-title , body.dark .about-detail .founder-name{
    color: #fff;
}


.product-list{
    padding: 30px 0px;
}
.product-list .product-box{
    position: relative;

}
.product-list .product-box .card-img{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.product-list .product-box .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s all;
}
.cart-items{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.cart-items li:not(:last-child){
    margin-bottom: 15px;
}
.cart-items li .like-icon{
    width: 40px;
    height: 40px;
    background: #6b705c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -100px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s all;
}
.cart-items li .cart-icon{
    width: 40px;
    height: 40px;
    background: #202020;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -100px;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s all;
}
.product-list .product-box:hover .like-icon , .product-list .product-box:hover .cart-icon{
    visibility: visible;
    opacity: 1;
    right: 0px;
}
.product-list .product-box:hover .card-img img{
    transform: scale(1.15);
}
.product-list .product-box .card-body{
    padding: 10px 0px;
}
.product-list .product-box .card-title {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: var(--pt-sans-family);
}
.product-list .product-box .card-title a{
    color: #000;
}
.product-list .product-box .card-rate {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #25b719;
    font-family: var(--forum-family);
}
.product-list .product-box .star-rating {
    display: flex;
    justify-content: flex-start;
}
.product-list .product-box .star-rating i {
    font-size: 12px;
    color: #ffb013;
    margin: 0px 2px 0px 2px;
}


.unic-model{
    padding: 50px 0px;
}
.unic-model .img-box{
    width: 100%;
    height: 80px;
}
.unic-model .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-detail{
    padding: 30px;
}
.testimonial-detail .testimonial-box{
    background-image: url(../images/testimonial-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 30px;
    position: relative;
    z-index: 0;
    
}
.testimonial-detail .testimonial-box::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    opacity: 0.9;
    z-index: -1;
}
.testimonial-detail .testimonial-title{
    font-size: 18px;
    color: #ddd;
    font-family: var(--pt-sans-family);
    position: relative;
    padding-bottom: 0px;
}
.testimonial-detail .testimonial-title:after {
    background-image: url(../images/title-line.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    content: '';
    position: absolute;
    width: 100%;
    height: 27px;
    left: 0;
    top: calc(100% + 24px);
}
.testimonial-detail .testimonial-text{
    font-size: 16px;
    color: #ddd;
    font-family: var(--pt-sans-family);
    line-height: 28px;
    position: relative;
    padding-bottom: 0px;
}
.testimonial-detail .testimonial-author .author-name{
    font-size: 20px;
    color: #fff;
    font-family: var(--pt-sans-family);
    line-height: 28px;
    position: relative;
    padding-bottom: 0px;
}
.testimonial-detail .testimonial-author{
    margin-top: 30px;
}
.testimonial-detail .testimonial-author .author-designation{
    font-size: 14px;
    color: var(--theme-color);
    font-family: var(--pt-sans-family);
    line-height: 28px;
    position: relative;
    padding-bottom: 0px;
}
.discover-more{
    padding: 30px 0px;
}
.discover-more .discover-box{
    background: #f9f9f9;
    padding: 25px;
}
.discover-more .discover-box .discover-img{
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.discover-more .discover-box .discover-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.discover-more .discover-box .discover-title {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: var(--pt-sans-family);
}
.discover-more .discover-box .discover-text{
    font-size: 16px;
    color: var(--grey-color);
    font-family: var(--pt-sans-family);
    line-height: 28px;
    position: relative;
    padding-bottom: 0px;
}

.gallery-detail{
    padding: 30px 0px;
}
.gallery-detail .gallery-img{
    width: 100%;
    height: 220px;
}
.gallery-detail .gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-events{
    padding: 30px 0px;
}
.news-events .event-box{
    background: url(../images/news-events.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding:50px 25px;
}
.news-events .event-box .event-box-title {
    position: relative;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;   
    color: #fff;
    font-family: var(--forum-family);
}
.news-events .event-box .event-box-text{
    font-size: 16px;
    color: #ddd;
    font-family: var(--pt-sans-family);
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
}
.news-events .event-box  .input-group{
    background: rgba(66, 66, 66, 0.85);
    border-radius: 0px;
    padding: 2px ;
    border: 1px solid rgba(66, 66, 66, 0.85);
}
.news-events .event-box .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 16px;
   font-weight: 400;
   padding: 10px 20px;
   color: #fff;
}
.news-events .event-box .input-group .form-control::placeholder{
    color: #fff;
}
.news-events .event-box  .search-btn{ 
    background: #f0e3d3 ;
    border-radius: 0px !important;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
}
.news-events .event-box  .search-btn i{
    margin-left: 7px;
}

.footer{
    background: #292929;
    padding: 25px 25px 0px;
}
.footer .footer-main-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    font-family: var(--forum-family);
}
.footer .footer-content {
    padding: 0px 10px;
    position: relative;
    z-index: 1;
}
.footer .footer-logo {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.footer .footer-logo img {
    width: 130px;
    filter: brightness(0) invert(1);
}
.footer .social-icon ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    padding-top: 15px;
}
.footer  .social-icon li {
    margin-right: 10px;
}
.footer  .social-icon li a i {
    color: #eee;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
}
.footer  .social-icon li a i:hover {
    color: #fff;
    border-color: #eee;
    background: var(--main-color);
}
.footer .footer-title {
    font-size: 26px;
    color: #fff;
    position: relative;
    font-family: var(--forum-family);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
}
.footer .footer-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--theme-color);
    left: 0;
    bottom: 0;
}
.footer .footer-text {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}
.footer .footer-quick-links {
    margin-bottom: 0px;
}
.footer .footer-quick-links .footer-item:not(:last-child) {
    padding-bottom: 15px;
}

.footer .footer-quick-links .footer-item .footer-link {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.footer .footer-list li a:hover {
    color: #ffcb05;
}
.footer .footer-contact-list {
    margin-bottom: 0px;
    padding-top: 0px;
}
.footer .footer-contact-list li {
    padding-bottom: 12px;
}
.footer .footer-contact-list .footer-contact {
    color: #ffff;
    font-size: 15px;
    font-weight: 400;
}
.footer .footer-contact-list .footer-contact i {
    margin-right: 10px;
}
.footer .footer-contact-list .footer-contact b {
    font-weight: 700;
}

.footer-bottom {
    margin-top: 20px;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ffffff14;
}
.footer-bottom .copyright-text {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-bottom .copyright-text a {
    color: var(--theme-color);
}









.product-detail{
    padding: 30px 0px;
}
#sync1 .item {
    margin: 5px;
    color: #fff;
    text-align: center;
}
#sync2 .item {
    margin: 5px;
    text-align: center;
    cursor: pointer;
}
#sync1 .item .img-box{
    width: 100%;
    height: 400px;
    position: relative;
   ;
}
#sync1 .item .img-box img{
    width: 100%;
    height: 100%; 
    border-radius: 30px;
    object-fit: cover;
}
#sync2 .item .img-box{
    width: 100%;
    height: 100px;
}
#sync2 .item .img-box img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}
.owl-nav, .owl-dots{
    display: none !important;
}
#sync1 .item .img-box .like-icon{
    width: 40px;
    height: 40px;
    background: #6b705c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.4s all;
}
.owl-item.current.active .img-box{
    border-color:  #bbb !important;
}
#sync1.owl-carousel .owl-nav button.owl-next, #sync1.owl-carousel .owl-nav button.owl-prev, #sync1.owl-carousel button.owl-dot , #sync2.owl-carousel .owl-nav button.owl-next, #sync2.owl-carousel .owl-nav button.owl-prev, #sync2.owl-carousel button.owl-dot {
    display: none !important;
}
.product-detail-content .product-title{
    font-size: 30px;
    color: #000;
    margin-bottom: 25px;
    font-family: var(--forum-family);
}
.product-detail-content .product-subtitle{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--pt-sans-family);
}
.product-detail-content .product-rate{
    font-size: 30px;
    color: #25b719;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--forum-family);
}
.product-detail  .product-text{
    font-size: 15px;
    color: var( --grey-color);
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail-content .desc-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.product-detail-content .desc-list li{
    margin-right: 35px;
    position: relative;
}
.product-detail-content .desc-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    border-right: 1px dashed #c1c1c181;
    right: -20px;
}
.product-detail .product-detail-content .review-text{
    font-size: 15px;
    color: var(--grey-color);
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-detail-content .review-link a{
    font-size: 15px;
    color: var(--grey-color);
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-detail-content .review-link a i{
    margin-right: 10px;
}
.product-detail .product-detail-content .star-rating {
    display: flex;
    justify-content: center;
}
.product-detail .product-detail-content .star-rating i {
    font-size: 14px;
    color:#ffbf34;
    margin: 0px 2px 10px 2px;
}

.product-detail .product-detail-content .share-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    /*margin-top: 10px;*/
    font-family: var(--pt-sans-family);
}

.product-detail .product-detail-content .share-list li {
    margin-right: 30px;
    display: flex;
    position:relative;
}

.product-detail .product-detail-content .share-list li a {
    color: var( --grey-color);
    font-size: 15px;
    
}
.product-detail .product-detail-content .share-list li a:hover{
    color: #000;
}
.product-detail .product-detail-content .share-list li a i {
    margin-right: 10px;
}

.product-detail .product-detail-content .share-list li .icon{
    position:relative;
    width:20px;
}
.product-detail .desc-tab{
    border-bottom: none;
}
.product-detail .desc-tab .nav-link{
    background: transparent;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    border: none !important;
    border: 5px solid transparent !important;
}
.product-detail .desc-tab .nav-link.active{
    background: var(--theme-color);
    color: #000;
   border-color: #f9f9f9 !important;
}
.product-detail .desc-tab .nav-link i{
    margin-right: 5px;
}
.product-detail .dispatch-list{
    margin-bottom: 0px;
    padding-left: 20px;
}
.product-detail .dispatch-list li{
    font-size: 15px;
    color: var( --grey-color);
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    list-style-type: decimal;
}
.product-detail .dispatch-list li strong{
    font-weight: 400;
    color: #6b705c;
}
.product-detail .dispatch-list li:last-child{
    margin-bottom: 0px;
}
.edu-comment {
    display: flex;
  }
  @media only screen and (max-width: 575px) {
    .edu-comment {
      flex-direction: column;
    }
  }
  .edu-comment .thumbnail {
    min-width: 70px;
    width: 70px;
    max-height: 70px;
    border-radius: 100%;
    margin-right: 25px;
  }
  .edu-comment .thumbnail img {
    border-radius: 100%;
    width: 100%;
  }
  .edu-comment .comment-content .comment-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .edu-comment .comment-content .title {
    font-family: var(--forum-family);
    font-size: 20px;
    color: #000;
    line-height: 32px;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .edu-comment .comment-content .subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
    color: #6b705c;
  }
  @media only screen and (max-width: 575px) {
    .edu-comment .comment-content {
      margin-top: 20px;
    }
  }
  .edu-comment + .edu-comment {
    border-top: 1px solid #efefef;
    padding-top: 30px;
    margin-top: 30px;
  }
  .comment-top .star-rating {
      display: flex;
      justify-content: flex-start;
  }
  .comment-top .star-rating i {
      font-size: 13px;
      color:#ffbf34;
      margin: 0px 2px 0px 2px;
  }
  .edu-comment p{
    font-size: 15px;
    color: var( --grey-color);
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
  }
.cart-btn {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    color: #000 !important;
    background: transparent;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 1;
    overflow: hidden;
  }
  
  .cart-btn:before {
    content: "";
    position: absolute;
    top: 0%;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    transition: left 0.8s ease-in-out;
    z-index: -1;
  }
  
  .cart-btn:hover:before {
    left: 0%;
  }
  
  .cart-btn:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f0e3d3;
    transition: background-color 0.8s ease-in-out;
    z-index: -1;
  }
  .cart-btn:hover{
    color: #000 !important;
  }
  .cart-btn:hover:after {
    background-color: transparent;
  }

  .order-btn {
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 1;
    overflow: hidden;
  }
  
  .order-btn:before {
    content: "";
    position: absolute;
    top: 0%;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #6b705c;
    transition: left 0.8s ease-in-out;
    z-index: -1;
  }
  
  .order-btn:hover:before {
    left: 0%;
  }
  
  .order-btn:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #6b705c;
    transition: background-color 0.8s ease-in-out;
    z-index: -1;
  }
  
  .order-btn:hover:after {
    background-color: transparent;
  }


  .product-detail .tab-content{
    background: #f9f9f9;
    padding: 25px;
  }


  .cart-detail{
    padding: 30px 0px;
}
.cart-detail .product-items .border-bt{
    position: relative;
}
.cart-detail .product-items .border-bt:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background: #efefef;
    bottom: -20px;
}
.cart-detail .product-items .product-item .product-title{
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--forum-family);
}
.cart-detail .product-items .product-item .product-text{
    font-size: 16px;
    color: var( --grey-color);
    font-weight: 400;
    margin-top: 10px;
}
.cart-detail .product-items .product-item .product-text span{
    color: #000;
}
.cart-detail .product-items .product-item .product-title a{
    color: #000;
}
.cart-detail .product-items .product-item .img-box{
    width: 100%;
    height: 120px;
    margin:  0 auto;
}
.cart-detail .product-items .product-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-detail .product-items .product-item .price{
    color: #6b705c;
    font-size: 16px;
}
.cart-detail .table .num{
    font-size: 15px;
}
.table-bordered>:not(caption)>*>* , .table-bordered>:not(caption)>*{
    border-width: 0px;
}
.cart-detail .product-items .product-item .product-add .minus, .cart-detail .product-items .product-item .product-add .plus {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #000;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
}
.cart-detail .product-items .product-item .product-add .num {
    padding: 0 10px;
    font-size: 16px;
    user-select: none;
    color: #000 !important;
}
.pagination{
    border: none;
 }
 .pagination{
    justify-content: center;
 }
 .page-link{
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding:8px 15px;
    margin: 0px 5px;
    border-radius: 0px;
 }
 .page-link:hover{
    background: #6b705c;
    color: #fff;
 }


.total-box{
background: #f9f9f9;
    padding: 15px;
    border-radius: 0px;
}
.total-box  .total-title{
    font-size: 24px;
    color: #000;
    font-family: var(--forum-family);
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e634;
    margin-bottom: 15px;
}

.total-box  .form-label{
    font-size: 15px;
    color: var(--grey-color);
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
}

.total-box   .input-group{
    background: #fff;
    border-radius: 5px;
    padding: 2px ;
    border: 1px solid #eaeaea;
}
.total-box   .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 14px;
   font-weight: 400;
   font-family: "Roboto", sans-serif;
   padding: 10px 20px;
   
}
.total-box   .search-btn{
    background: #000;
    border-radius: 5px !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
}
.total-box   .search-btn i{
    margin-left: 7px;
}
.total-box p{
    color: #000;
    font-size: 15px;
}
.final-cost{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e634;
}
.final-cost .total-rate{
    font-size: 20px;
    color: #000;
    font-family: var(--forum-family);
    margin-bottom: 0px;
}
.final-cost .total-rate span{
    color: #6b705c;
}

.address-card{
    border: 1px solid #efefef;
    padding: 15px;
    border-radius: 7px;
    width: 100%;
    height: 100%;
}
.address-card .form-check-label{
    font-size: 17px;
    color: #000;
    font-weight: 400;
    font-family: var(--pt-sans-family);
}
.address-card p{
    font-size: 14px;
    color: var( --grey-color);
    margin-bottom: 0px;
}
.address-card p .common{
    color: #c58c6e !important;
}
.address-card .edit-badge{
    background: var(--theme-color) !important;
    margin-left: 10px;
    color: #000 !important;
    font-size: 13px;
    padding:3px 10px;
    border-radius: 3px;
    display: inline-block;
}
.form-check-input:checked{
    border-color: #6b705c;
    background-color: #6b705c;
}

body.dark .order-box {
    background: #333;
}
body.dark .order-box .title{
    color: #fff;
}
body.dark .order-box .address-detail .address-title{
    color: #fff;
}
body.dark .order-box .heading{
    border-bottom:1px solid #dee2e634;
}
body.dark .order-tracking.completed p{
    color: #fff;
}
body.dark .order-box .table th{
    color: #fff;
}
body.dark .order-box .table td , body.dark .order-box .table td a{
    color: var(--grey-color);
}
body.dark .order-box .order-status.in-order{
   

    background: #19875459;
    color: #16d27b;
}
body.dark .order-box .order-status.out-order {
   
    background: #d900144d;
    color: #ff0018;
}

.order-box{
    border-radius: 0px;
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
}
.order-box .common{
    color: #6b705c !important;
}
.order-box .heading{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e634;
}
  .order-box .title{
    font-size: 16px;
    font-family: var(--pt-sans-family);
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}
  .order-box .title span{
    font-size: 15px;
    font-weight: 400;
    color: var( --grey-color);
    padding-left: 25px;
    position: relative;
}
  .order-box .title span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: var( --grey-color);
    border-radius: 50%;
}
  .order-box .order-status{
    padding: 7px 10px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
  }
  .order-box .order-status.in-order {
    background: #066438;
    color: #fff;
}
.order-box .order-status.out-order {
    background: #d40000;
    color: #fff;
}
.order-box  .address-detail img{
    width: 100px;
    margin-bottom: 20px;
    filter: brightness(0);
}
.order-box  .address-detail .address-title{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-family: var(--forum-family);
 }
 .order-box  .address-detail .address-title b{
    color: #000;
 }
.order-box .body .address-detail .address-name{
    font-size: 16px;
    font-weight: 600;
    color: var( --grey-color);
    margin-bottom: 10px;
 }
.order-box .body .address-detail .address-subtitle{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
 }
.order-box .body .address-detail .address-text{
    font-size: 16px;
    font-weight: 400;
    color: var( --grey-color);
    position: relative;
    margin-bottom: 25px;
}
.order-tracking{
	text-align: center;
	width: 25%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	border: 0px solid #AFAFAF;
	background-color: #E5E5E5;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 17px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
}
.order-tracking.completed .is-complete{
	border-color: #6b705c;
	border-width: 0px;
	background-color: #6b705c;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 2px 2px 0;
	width: 7px;
	left: 17px;
	opacity: 1;
}
.order-tracking p {
	color: var( --grey-color);
	font-size: 15px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}
.order-tracking p span{font-size: 13px;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
    content: '';
    display: block;
    height: 6px;
    width: calc(100% - 25px);
    background-color: #E5E5E5;
    top: 16px;
    position: absolute;
    left: calc(-50% + 17px);
    z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #6b705c;}

.order-box .table{
    vertical-align: baseline;
    font-size: 15px;
  margin-top: 40px;
}

   .order-box .table-bordered>:not(caption)>*>*{
    border-width: 0px;
}
.table-bordered>:not(caption)>*:last-child{
    border-width: 0px;
}
    .order-box .table th{
   padding: 10px 30px !important;
   font-weight: 500;
   font-size: 16px;
   color: #000;
   background: #d1d1d13d;
   
}
   .order-box .table td{
    padding:10px 20px !important;
    color: var( --grey-color);
}
.order-box .table td a{
    color: #000;
}
   .order-box .subtitle{
    font-size: 16px;
    color: #808080;
}

    .order-box .table .img-box{
    width: 100%;
    height: 50px;
    margin-right: 15px;
}
    .order-box .table .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .order-box .table .price{
    color: var( --grey-color);
    font-size: 14px;
}

.single-checkout .table-bordered>:not(caption)>*>*{
    border-width: 1px;
}


body.dark .login-section{
    background: #202020 !important;
}
body.dark .login-section .login-box{
    background: #333;
    box-shadow: none;
}
body.dark .login-section .login-box .login-title{
    color: #fff;
}
body.dark .login-section .login-box .logo-box img{
    filter: brightness(1);
}
body.dark .login-section .login-box .common , body.dark .login-section .login-box .login-text a{
    color: var(--theme-color) !important;
}



.login-section{
    
    background: url(../images/grid-bg.jpg) ;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.back-btn{
    position: absolute;
    left: 20px;
    top: 20px;
}
.back-button{
    background: #333 !important;
    color: #fff;
    border: none !important;
    padding: 6px 10px;
}
.login-detail .light-dark-mode{
    position: absolute;
    top: 20px;
    right: 20px;
}
.login-detail .login-left{
    width: 100%;
    height: 100%;
    padding: 50px;
}
.login-detail .login-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.login-detail .login-box{
    padding: 30px;
    color: #4a5568;
    background: #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.login-detail .login-title{
    font-size:24px;
    color: #000;
    font-family: var(--forum-family);
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}
.login-text{
    font-size: 15px;
    color: var( --grey-color);
    font-weight: 400;
   text-align: center;
   margin-top: 15px;
}
.login-text a{
    color: #6b705c;
}
.login-detail .login-box .logo-box{
    margin-bottom: 25px;
    text-align: center;
}
.login-detail .login-box .logo-box  img{
    width: 140px;
    filter: brightness(0);
}
.login-detail .login-box .or-title{
    font-size: 15px;
    color: var( --grey-color);
    position: relative;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.login-detail .login-box .form-label , .form-check-label{
    font-size: 15px;
    color: var( --grey-color);
}
.login-detail .login-box .form-control{
    font-size: 13px;
    padding:  10px;
}
.login-detail .login-box .or-title::after ,.login-detail .login-box .or-title::before{
    content: "";
    flex: 1;
    height: 1px;
    margin: 0 1em;
    background: #dee2e6;
}
.login-detail .login-box .social-icon ul li {
    list-style-type: none;
    padding-left: 8px;
}
.login-detail .login-box .social-icon ul {
    display: flex;
    padding-left: 0px;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-top: 30px;
}
.login-detail .login-box .social-icon i {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    margin:0px 5px 0px 0px;
}
.login-detail .login-box .social-icon a {
    cursor: pointer;
}
.login-detail .login-box .social-icon i:hover{
    color: #fff;
}
.login-detail .login-box .social-icon .facebook i{
    background: #4060A5;
}
.login-detail .login-box .social-icon .facebook:hover i{
    color: #4060A5;
    background: #fff;
}
.login-detail .login-box .social-icon .google:hover i{
    color: #e64522;
      background: #fff;
}
.login-detail .login-box .social-icon .twitter:hover i{
    color: #00ABE3;
    background: #fff;
}
.login-detail .login-box .social-icon .google i{
    background: #e64522;
}
.login-detail .login-box .social-icon .twitter i{
    background: #00ABE3;
}
.login-detail .login-box .common{
    color: #6b705c !important;
}

body.dark .profile-box{
    background: #333;
}
body.dark .profile-box .profile-card-title a , body.dark .profile-card-quantity{
    color: #fff !important;
}
body.dark .profile-box .profile-card-rate{
    color: var(--theme-color);
}
body.dark .profile-box .order-list .order-items:not(:last-child)::after{
    background: #dee2e634;
}


body.dark .profile-box{
    background: #333;
}
body.dark .profile-box-title{
    color: #fff !important
}
body.dark .profile-box .profile-box-heading{
    border-color: #dee2e634;
}
body.dark .profile-box p{
    color: #fff !important;
}

body.dark .user-profile .profile-list{
    background: #333;
}
body.dark .user-profile .profile-list .sidebar-item .sidebar-link img{
    filter: brightness(1);
}
body.dark .user-profile .profile-list .sidebar-item.active .sidebar-link img{
    filter: brightness(0) !important;
}
body.dark .user-profile .profile-list .sidebar-item.active .sidebar-link{
    color: #000 !important;
}

body.dark #review-form h5 , body.dark #review-form label{
    color: #fff;
}
body.dark    #review-form input[type="text"],
body.dark #review-form textarea {
    background: #333;
    border-color: #dee2e634;
    color: #a1a1a1;
}
body.dark .modal-content .btn-close{
    filter: brightness(1) invert(1);
}

.star {
    width: 20px;
    height: 20px;
    margin: 0px 3px;
    transition: .6s all;
    }
    #rating {
    cursor: pointer;
    display: inline-block
    }
    #review-form .input-group-addon {
    min-width: 100px;
    }
    #review-form .btn {
    min-width: 100px;
    }
    #review-form input[type="text"],
    #review-form textarea {
    width: 100%;
    font-size: 13px;
    padding: 12px 15px;
    }
    #review-form .form-group {
    margin-top: 15px;
    }
    #review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    }

.user-icons{
    background-color: #333;
  }
  .user-icons ul{
      display: flex;
      justify-content: space-between;
      margin-bottom: 0px;
  }
  .user-icons ul li {
      padding: 15px 20px;
  }
  .user-icons ul li.active{
    background: var(--theme-color);
  }
  .user-icons ul li.active img{
    filter: brightness(0);
  }
  .user-icons ul li a img{
      width: 20px;
  }

.user-profile{
    padding: 20px 0px;
}
.user-profile .profile-list{
    display: flex;
    justify-content: space-between;
}
.user-profile .profile-list{
    background: #f9f9f9;
    padding: 15px 5px;
    border-radius: 0px;
}
.user-profile .profile-list .sidebar-item .sidebar-link{
    padding: 10px 25px;
    color: #000;
    border-radius: 0px;
    font-size: 16px;
    font-family: var(--pt-sans-family);
}
.user-profile .profile-list .sidebar-item .sidebar-link img{
    width: 20px;
    margin-right: 10px;
    filter: brightness(0);
}
.user-profile .profile-list .sidebar-item.active .sidebar-link{
    background: var(--theme-color);
}
.profile-box{
    padding: 20px;
    background: #f9f9f9;
    border-radius: 0px;
}
.profile-box-title{
    font-size: 22px;
    color: #000;
    font-family: var(--forum-family);
    margin-bottom: 0px;

}
.profile-box-heading{
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}
.profile-box .order-list .order-items{
    position: relative;
}
.profile-box .order-list .order-items:not(:last-child){
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.profile-box .order-list .order-items:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: #efefef;
}
.profile-box  p , .profile-box .form-label{
    font-size: 15px;
    color: var( --grey-color);
}
.profile-box .profile-card-desc{
    display: flex;
    flex-wrap: wrap;
}
.profile-box .profile-card-desc li{
    margin-right: 15px;
}
.profile-box .profile-card-img{
    width: 100%;
    height: 180px;
}
.profile-box .profile-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-box .star-rating {
    display: flex;
    justify-content: flex-start;
}
.profile-box .star-rating i {
    font-size: 13px;
    color:#ffbf34;
    margin: 0px 2px 0px 2px;
}
.profile-box .profile-card-title {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--forum-family);
}
.profile-box .profile-card-title a{
    color: #000;
}
.profile-box .profile-card-rate {
    font-size: 15px;
    color: #6b705c;
    margin-bottom: 0px;
}
.profile-card-quantity {
    font-size: 15px;
    color: #6b705c !important;
}
.profile-box .form-control{
    font-size: 13px;
    padding: 12px 10px;
     border-radius: 5px;
}
.profile-box .badge{
    font-size: 13px;
}
.profile-box .common{
    color: #6b705c !important;
}

.common-color{
    color: #6b705c;
}
body.dark .common-color{
    color: var(--theme-color);
}

body.dark .modal-content{
    background: #333;
}
body.dark .modal-title{
    color: #fff;
}
body.dark  .form-modal .modal-header{
    border-color: #dee2e634 !important;
}
body.dark  .form-modal .btn-close{
    filter: brightness(1) invert(1);
}


.modal-content{
    background: #fff;
}
.form-modal .form-label , .form-text{
    color: var( --grey-color) !important;
}
.form-modal .modal-title{
    color: #000;
}
.form-modal .modal-header{
    border-color: #efefef !important;
}
.form-modal .form-control{
    font-size: 13px;
    padding: 12px;
}
.btn-sm-btns .common-btn , .btn-sm-btns .order-btn{
    padding: 8px 20px !important;
    font-size: 13px !important;
}

body.dark .contact-box-title{
    color: #fff !important;
}
body.dark .contact-desc{
    border: 1px solid #dee2e634;
}
body.dark .contact-detail {
    background: #333;
    padding: 30px;
}
body.dark .contact-detail .contact-title{
    color: #fff;
}
body.dark .contact-detail .form-control{
    background: #202020;
    border-color: #dee2e634;
}

.contact-desc {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background-color: transparent;
    border: 1px solid #efefef;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    box-shadow: none;
    height: 100%;
    border-radius: 10px;
    transition: 0.6s all;
}
.contact-box-subtext{
    font-size: 16px;
    color: var(--grey-color);
    text-decoration: none;
}
.contact-desc .icon  {
    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    margin: 0px auto 5px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: 0.6s all;
}
.contact-desc .icon-bg  {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f0e3d3;
    border-radius: 50%;
    margin: 0px auto 5px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.contact-title {
    font-size: 30px;
    font-weight: 800;
}
.contact-box-title {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: "Lato", sans-serif;
}
.contact-box-title i{
    font-size: 18px;
}
.contact-box-text {
    font-size: 16px;
    color: var(--grey-color);
    text-decoration: none;
    margin-bottom: 15px;
}
.contact-us .contact-detail .form-label {
    color: #222;
}
.contact-detail {
    background: #f9f9f9;
    padding: 30px;
}
.contact-detail .contact-title{
    position: relative;
    margin-bottom: 20px;
    font-size:30px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: #000;
    font-family: var(--forum-family);
}
.contact-detail .form-control{
    padding: 12px;
    font-size: 13px;
    
}
.content-detail{
    padding: 30px ;
}
.content-detail .content-title{
    position: relative;
    margin-bottom: 20px;
    font-size:20px;
    font-weight: 500;
    color: #000;
    font-family: var(--pt-sans-family);
}
.content-detail .content-text {
    font-size: 16px;
    color: var(--grey-color);
    text-decoration: none;
    margin-bottom: 15px;
}

body.dark .content-detail .content-title{
    color: #fff;
}



.breadcrumb-section .breadcrumb{
    background: #333;
    padding:10px 15px;
    display: inline-flex;
    border-radius: 5px;
}
.breadcrumb-section .breadcrumb .breadcrumb-item a{
    font-size: 14px;
    font-family: var(--pt-sans-family);
    color: #a1a1a1;
}
.breadcrumb-section .breadcrumb .breadcrumb-item.active{
    color: #fff;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: var(--theme-color);
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
    background-color: var(--theme-color);
}

@media (min-width:2000px) {
   
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    body.dark .mobile-header{
        background: #202020;
    }
    body.dark .mobile-header .logo img{
        filter: brightness(1) invert(1);
    }
    body.dark .mobile-header .toggler{
        color: #fff;
    }
    body.dark .offcanvas{
        background: #333;
    }
    body.dark .offcanvas .btn-close{
        filter: brightness(1) invert(1) !important;
    }
    body.dark .mobile-header .offcanvas-body .sidebar-list .sidebar-item .item-remaining{
        background: var(--theme-color);
        color: #000;
    }
    body.dark .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link  img{
        filter: brightness(1) !important;
    }
    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 100px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 160px;
    }
    .toggler {
    color: #6b705c;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #6b705c;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .main-section .sidebar .logo-img{
        margin-bottom: 35px;
       
    }
    .main-section .sidebar .logo-img img{
        width: 140px;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item:not(:last-child){
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ffffff09;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link{
        font-size: 16px;
        color: #000;
        font-family: var(--pt-sans-family);
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link img{
        width: 24px;
        margin-right: 15px;
        filter: brightness(0);
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .item-remaining {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        color: #fff;
    }
    .main-section{
        height: auto;
    }
    .banner .img-box{
       height: 190px;
    }
    .banner .banner-content-wrapper{
        right: 0px;
        padding: 0px;
    }
    .banner .banner-title{
        font-size: 20px !important;
        line-height: 30px;
        margin-bottom: 0px !important;
    }
    .banner .img-effect img {
    bottom: -12px;
    }
    .banner .banner-content-wrapper .project-count{
        margin-right: 0px;
    }
    .border-rt:nth-child(2)::after{
       width: 0px;
    }
    .banner .banner-img-box{
        height: 300px;
    }
    .about-section .about-padd{
        padding: 0px;
    }
    .main-title , .main-title-white{
        font-size: 24px;
        line-height: 40px;
     }
     .main-section .main-section-scroll{
        height: auto;
        overflow: auto;
        padding: 0px 15px;
     }
.footer .footer-main-title , .page-banner .banner-title{
    font-size: 30px;
}
.footer-bottom .copyright-text{
    text-align: center !important;
}
.footer .footer-quick-links{
    justify-content: center;
}
.footer .footer-quick-links .footer-item:not(:last-child) {
    padding-right: 14px;
}   
.footer .footer-quick-links .footer-item .footer-link {
    font-size: 14px;
}
.page-banner{
    height: 150px;
}
.about-section .img-box{
    height: 300px;
}
.our-motto , .content-detail {
    padding: 20px 0px;
}
.news-letter .news-letter-title {
    font-size: 25px;
}
.blog-detail {
    padding: 20px 0px 50px;
}
.contact .contact-left, .contact .contact-right {
    padding: 0px;
}
.footer-bottom {
    margin-top: 15px;
}
.main-section .main-section-scroll .header-wrapper .login-list{
justify-content: space-evenly;
}
.main-section .main-section-scroll .header-wrapper .login-list li{
    margin-left: 0px;
}
.testimonial-detail {
    padding: 0px;
}
.product-detail .desc-tab .nav-link{
    padding: 8px 10px;
    font-size: 14px;
}
.product-list .product-box .card-img{
    height: 260px;
}
.common-color{
   text-decoration: underline;
}
#sync2 .item .img-box{
    height: 70px;
}
.cart-items li .like-icon , .cart-items li .cart-icon{
    opacity: 1;
    visibility: visible;
    right: 0px;
}
.about-detail .founder-img::after{
    right: 0px;
}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    body.dark .mobile-header{
        background: #202020;
    }
    body.dark .mobile-header .logo img{
        filter: brightness(1) invert(1);
    }
    body.dark .mobile-header .toggler{
        color: #fff;
    }
    body.dark .offcanvas{
        background: #333;
    }
    body.dark .offcanvas .btn-close{
        filter: brightness(1) invert(1) !important;
    }
    body.dark .mobile-header .offcanvas-body .sidebar-list .sidebar-item .item-remaining{
        background: var(--theme-color);
        color: #000;
    }
    body.dark .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link  img{
        filter: brightness(1) !important;
    }
    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 100px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 160px;
    }
    .toggler {
    color: #6b705c;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #6b705c;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .main-section .sidebar .logo-img{
        margin-bottom: 35px;
       
    }
    .main-section .sidebar .logo-img img{
        width: 140px;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item:not(:last-child){
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ffffff09;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link{
        font-size: 16px;
        color: #000;
        font-family: var(--pt-sans-family);
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link img{
        width: 24px;
        margin-right: 15px;
        filter: brightness(0);
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .item-remaining {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        color: #fff;
        font-family: var(--pt-sans-family);
    }
    .main-section{
        height: auto;
    }
    .banner .img-box{
       height: 190px;
    }
    .banner .banner-content-wrapper{
        right: 0px;
        padding: 0px;
    }
    .banner .banner-title{
        font-size: 30px !important;
        line-height: 30px;
        margin-bottom: 0px !important;
    }
    .banner .img-effect img {
    bottom: -12px;
    }
    .banner .banner-content-wrapper .project-count{
        margin-right: 0px;
    }
    .border-rt:nth-child(2)::after{
       width: 0px;
    }
    .banner .banner-img-box{
        height: 300px;
    }
    .about-section .about-padd{
        padding: 0px;
    }
    .main-title , .main-title-white{
        font-size: 24px;
        line-height: 40px;
     }
     .main-section .main-section-scroll{
        height: auto;
        overflow: auto;
        padding: 0px 15px;
     }
.footer .footer-main-title , .page-banner .banner-title{
    font-size: 30px;
}

.footer .footer-quick-links{
    justify-content: center;
}
.footer .footer-quick-links .footer-item:not(:last-child) {
    padding-right: 14px;
}   
.footer .footer-quick-links .footer-item .footer-link {
    font-size: 14px;
}
.page-banner{
    height: 150px;
}
.about-section .img-box{
    height: 300px;
}
.our-motto , .content-detail {
    padding: 20px 0px;
}
.news-letter .news-letter-title {
    font-size: 25px;
}
.blog-detail {
    padding: 20px 0px 50px;
}
.contact .contact-left, .contact .contact-right {
    padding: 0px;
}
.footer-bottom {
    margin-top: 15px;
}
.main-section .main-section-scroll .header-wrapper .login-list{
justify-content: space-evenly;
}
.main-section .main-section-scroll .header-wrapper .login-list li{
    margin-left: 0px;
}
.testimonial-detail {
    padding: 0px;
}
.product-detail .desc-tab .nav-link{
    padding: 8px 10px;
    font-size: 14px;
}
.product-list .product-box .card-img{
    height: 260px;
}
.common-color{
   text-decoration: underline;
}
#sync2 .item .img-box{
    height: 100px;
}
.cart-items li .like-icon , .cart-items li .cart-icon{
    opacity: 1;
    visibility: visible;
    right: 0px;
}
.about-detail .founder-img::after{
    right: 20px;
}
    }   

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    body.dark .mobile-header{
        background: #202020;
    }
    body.dark .mobile-header .logo img{
        filter: brightness(1) invert(1);
    }
    body.dark .mobile-header .toggler{
        color: #fff;
    }
    body.dark .offcanvas{
        background: #333;
    }
    body.dark .offcanvas .btn-close{
        filter: brightness(1) invert(1) !important;
    }
    body.dark .mobile-header .offcanvas-body .sidebar-list .sidebar-item .item-remaining{
        background: var(--theme-color);
        color: #000;
    }
    body.dark .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link  img{
        filter: brightness(1) !important;
    }
    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 100px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 160px;
    }
    .toggler {
    color: #6b705c;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #6b705c;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .main-section .sidebar .logo-img{
        margin-bottom: 35px;
       
    }
    .main-section .sidebar .logo-img img{
        width: 140px;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item:not(:last-child){
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ffffff09;
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link{
        font-size: 16px;
        color: #000;
        font-family: var(--pt-sans-family);
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .sidebar-link img{
        width: 24px;
        margin-right: 15px;
        filter: brightness(0);
    }
    .mobile-header .offcanvas-body .sidebar-list .sidebar-item .item-remaining {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        color: #fff;
    }
    .main-section{
        height: auto;
    }
    .banner .img-box{
       height: 190px;
    }
    .banner .banner-content-wrapper{
        right: 0px;
        padding: 0px;
    }
    .banner .banner-content .banner-subtitle{
        font-size: 13px;
    }
    .banner .banner-title{
        font-size: 20px !important;
        line-height: 30px;
        margin-bottom: 0px !important;
    }
    .banner .img-effect img {
    bottom: -12px;
    }
    .banner .banner-content-wrapper .project-count{
        margin-right: 0px;
    }
    .border-rt:nth-child(2)::after{
       width: 0px;
    }
    .banner .banner-img-box{
        height: 300px;
    }
    .about-section .about-padd{
        padding: 0px;
    }
    .main-title , .main-title-white{
        font-size: 24px;
        line-height: 40px;
     }
     .main-section .main-section-scroll{
        height: auto;
        overflow: auto;
        padding: 0px 15px;
     }
.footer .footer-main-title , .page-banner .banner-title{
    font-size: 30px;
}
.footer-bottom .copyright-text{
    text-align: center !important;
}
.footer .footer-quick-links{
    justify-content: center;
}
.footer .footer-quick-links .footer-item:not(:last-child) {
    padding-right: 14px;
}   
.footer .footer-quick-links .footer-item .footer-link {
    font-size: 14px;
}
.page-banner{
    height: 150px;
}
.about-section .img-box{
    height: 300px;
}
.our-motto , .content-detail {
    padding: 20px 0px;
}
.news-letter .news-letter-title {
    font-size: 25px;
}
.blog-detail {
    padding: 20px 0px 50px;
}
.contact .contact-left, .contact .contact-right {
    padding: 0px;
}
.footer-bottom {
    margin-top: 15px;
}
.main-section .main-section-scroll .header-wrapper .login-list{
justify-content: space-evenly;
}
.main-section .main-section-scroll .header-wrapper .login-list li{
    margin-left: 0px;
}
.testimonial-detail {
    padding: 0px;
}
.product-detail .desc-tab .nav-link{
    padding: 8px 10px;
    font-size: 14px;
}
.product-list .product-box .card-img{
    height: 260px;
}
.common-color{
   text-decoration: underline;
}
#sync2 .item .img-box{
    height: 70px;
}
.cart-items li .like-icon , .cart-items li .cart-icon{
    opacity: 1;
    visibility: visible;
    right: 0px;
}
.about-detail .founder-img::after{
    right: 10px;
}
.profile-box-heading .common-btn , .profile-right .common-btn{
    font-size: 13px;
    padding: 8px 15px;
}
.login-section.register{
    height: 100% !important;
    padding: 100px 0px;
}
     }
     
.about-img{
    border-radius: 50%;
    border: 1px solid gray;
    overflow: hidden;
    height: 250px;
    width: 250px;
    margin-top:-18px;
    margin-right:-16px;
}