@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;
    400;
    500;
    600;
    700;
    800;
    900&display=swap); 
    a, a: hover {
    text-decoration: none;
}
*, ol, ul {
    padding: 0;
}
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active{
    color: var(--white);
    background-color: #000 !important;
    border-color: var(--primary) !important;
    box-shadow:0 0 0;
}
.header-src i:hover{
background:var(--primary);
}
.add-setup:hover{
background:var(--primary);
}
p.custom-attribute{
font-weight:bold;
}
.grad-text {
   
     color:#101010;
    font-size: 20px !important;
    font-weight:700;
}

.details-tag-list .btn-outline-success:hover{
color: var(--white);
background-color: #000 !important;
    border-color: var(--primary) !important;
}
.details-tag-list .btn-outline-success {
    color: var(--primary);
    border-color: var(--primary);
}
.youmaylike-custom .product-add{
width:100%;
}
.insta-box{
background:#fff;
border-radius:10px;
height:300px;
}
.price-change-small{font-size:16px;text-decoration:line-through;color:#000}
.customer-showcase{
margin-bottom:20px;
}
.animate-img {
    right: -120%;
    position: absolute;
    top: 0;
}
.product-card img[src=""] {
    display: none !important;
}
.product-card:hover .animate-img {
    right: 0;
    transition: .3slinear;
}
.product-image-listing{
width:100%;
height:200px;
}
.product-image-listing img{
width:100%;
height:100%;
object-fit:cover;
}
.desktop-image{
height:420px;
width:100%;
}
.mobile-image{
display:none;
}
.new-prod-cont{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap:20px;
}
.desktop-image img{
width:100%;
height:100%;
object-fit:cover;
}
.breadcrumb-item, h2 {
    text-transform: capitalize;
}
.customer-showcase h2{ 
font-size:24px;
color:#000;
margin-bottom:20px;
margin-top:20px;
font-weight:bold;
}
.testimonial-card-new{
padding:20px;
background:#fff;
border-radius:10px;
}
.testimonial-card-inner{
gap:15px;
}
span.star-count {
    color: #000;
    font-size: 14px;
}
.listing-star-content {
    display: flex;
    align-items: center;
}
.listing-star-content svg {
    width: 16px;
    height: 16px;
    color: #facc15;
    fill: #facc15;
}
.description-test{
font-size:16px;
color:#000;
margin-top:10px;
display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 63px;
  
  font-size: 14px;
  line-height: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial-section h2{
font-size:24px; 
color:#000;
margin-bottom:20px;
font-weight:bold;
margin-top:20px;
}
.new-prod-cont .product-card .product-media .product-image{
height:300px;
}
.test-star svg{
width:16px;
height:16px;
color: #facc15;
fill: #facc15;
}
.frquently-box{
background:#fff;
border-radius:10px;
padding:20px;
}
.save-price{
font-size:14px;
color:#4ade80;
}
.testimonial-text label{
font-size:16px;
color:#000;
}
span.plus-icon{
font-size:24px;
color:#000;
}
.bundle-amount{
font-size:24px;
color:#000;
font-weight:bold;
}
.testimonial-image{
width:48px;
height:48px;
border-radius:50px;
overflow:hidden;
}
.testimonial-image img{
width:100%;
height:100%;
object-fit:cover;
}
.bundle-inner span{
font-size:14px;
color:#000;
}
.alert-info, .backtop, .section-btn-25, .section-btn-50 {
    text-align: center;
}
button.add-setup{
background:#b9b9b9;
font-size:14px;
margin-top:10px;
color:var(--white);
padding:5px 16px;
border-radius:10px;
}
.setup-img{
width:90px;
height:90px;

}
.bundle-price {
    display: flex;
    align-items: center;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
}
.plus-boxes{
gap:0px;
justify-content:space-between;
}
.plus-boxes-inner {
    width: 100%;
    height: 96px;
    max-width: 96px;
    border: solid 1px #cccc;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.plus-boxes-inner img{
width:100%;
height:100%;
object-fit:cover;
}
.frequently h2{
font-size:24px;
color:#000;
margin-bottom:20px;
margin-top:20px;
font-weight:bold;
}
.setup-img img{
width:100%;
height:100%;
object-fit:cover;
}
.new-price-text{
display:flex;
gap:10px;
align-items:center;
}
.setup-text{
width:90%;
}
.setup-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #ffff;
    border-radius: 10px;
    
    align-items: center;
}
.setup-text h3 {
    font-size: 16px;
    color: #000;
    white-space: break-spaces;
    font-weight: bold;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 42px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.backdrop, .backtop {
    position: fixed;
    display: none;
}
.star-cont svg{
width:13px;
height:13px;
color:#facc15;
fill:#facc15;
}
.star-cont{
display:flex;
align-items:center;
}
.complate-setup h2{
font-size:24px;
font-weight:bold;
color:#000; 
margin-top:20px;
margin-bottom:20px;
}
.d-flex-listing{
align-items:center;
}
.kyne-price{
    line-height:normal !important;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items:center;
    justify-content:space-between;
}
.section-heading h2{
font-size:24px;
font-weight:bold;
color:#000;
margin-top:20px;
}
.sh-atop{
min-height:76px;
}
.newatop{
min-height:76px;
}
a{
text-decoration:none;
}
.alert-info p, .btn, .form-label {
    font-weight: 500;
}
*, button:focus {
    outline: 0;
}
.form-select{
color:#212529 !important;
}
.star-rating label::after, .star-rating label::before {
    content: "\ec7c";
    font-family: Icofont;
    font-size: 35px;
    display: block;
}
.owl-stage {
  padding-left: 0 !important;
}
.dropdown-list li a, .form-label, .megamenu-list li a, .order-track-item span, .table-name, .table-price h6, thead tr th {
    white-space: nowrap;
}
.bamdik, .dandik, .megamenu, .payment-card button, .product-disable .product-widget, .profile-card ul {
    visibility: hidden;
}
.alert-info p a, .coupon-btn:hover, .footer-copytext a:hover, .table-desc p a:hover, .view-meta a:hover {
    text-decoration: underline;
}
* {
    margin: 0;
}
img {
    vertical-align: middle;
}
a {
    color: var(--primary);
    display: inline-block;
}
ol, ul {
    list-style: none;
}
.blog-widget:last-child, .footer-contact li:last-child, .footer-links ul li:last-child, .nav-info:last-child, .shop-widget-list li:last-child, .shop-widget:last-child, .view-label:last-child, .view-list-group:last-child, h1, h2, h3, h4, h5, h6, label, li, ol, p, span, ul {
    margin-bottom: 0;
}
body, html {
    scroll-behavior: smooth;
}
body {
    color: var(--bodyTxt);
    background: var(--body);
    font-size: var(--bodysize);
    font-family: var(--pfamily);
    line-height: var(--bodyheight);
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: var(--heading);
}
h1 {
    font-size: var(--h1size);
    line-height: var(--h1height);
}
h2 {
    font-size: var(--h2size);
    line-height: var(--h2height);
    letter-spacing: -.3px;
}
h3 {
    font-size: var(--h3size);
    line-height: var(--h3height);
}
h4 {
    font-size: var(--h4size);
    line-height: var(--h4height);
}
h5 {
    font-size: var(--h5size);
    line-height: var(--h5height);
}
h6 {
    font-size: var(--h6size);
    line-height: var(--h6height);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}
input::placeholder, textarea::placeholder {
    font-size: 14px;
    color: var(--gray);
    text-transform: capitalize;
}
button, input {
    border: none;
    outline: 0;
    background: 0 0;
}
.footer-logo, .form-group, .order-track, .section, .view-desc {
    margin-bottom: 0px;
}
.inner-section {
    padding: 20px 0;
}
.form-title, .section-heading {
    text-align: left;
    margin-bottom: 20px;
}
.section-btn-50 {
    margin-top: 50px;
}
.section-btn-25 {
    margin-top: 25px;
}
@media(max-width:992px){
.sizes_img{
flex-wrap:wrap;
}
.left-space{
padding-left:0 !important;
margin-top:30px;
}
}
@media (max-width:767px) {
.new-price-text{
flex-wrap:wrap;
}
.new-price-text small{display:block !important;}
.new-prod-cont .product-card .product-media .product-image{
height:200px;
}
.new-prod-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.details-preview .slick-slide{
height:400px !important;
}
.new-price-text small{
display:none;
}
.left-space {
    padding-left: 0 !important;
    margin-top: 20px;
}
.setup-card{
flex-wrap:wrap;
}
.setup-text{
width:100%;
}
.star-cont + div{
display:flex;
justify-content:center;
}
button.add-setup{
margin:10px auto 0 auto;
display:block;
}
.setup-text h3{
text-align:center;
}
.star-cont{
justify-content:center;
}
.setup-img{
margin:auto;
}
.tab-descrip h1{font-size:20px;}
    .section {
    margin-bottom: 5px;
}
.inner-section, .section-heading {
    margin-bottom: 20px;
}
.section-btn-50 {
    text-align: center;
    margin-top: 20px;
}
.section-heading h2 {
    font-size: 25px;
    line-height: 36px;
}
}@media (min-width:768px) and (max-width:1199px) {
    .section {
    margin-bottom: 25px;
}
.inner-section {
    margin-bottom: 20px;
}
}.alert {
    border: none;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
}
.dropdown-position-list::before, .megamenu-list {
    border-left: 1px solid var(--border);
}
.alert-info {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 3px;
    background: var(--white);
    border-top: 3px solid var(--primary);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
}
.alert-info p {
    color: var(--primary);
    text-shadow: var(--primary-shadow);
}
.bamdik, .dandik, .menu-badge, .product-action button i, .product-action input, .product-disable::before {
    text-shadow: var(--primary-tshadow);
}
.alert-info p a {
    margin-left: 5px;
}
.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    margin: 0;
}
.nav-tabs, .pagination {
    -webkit-box-align: center;
}
.breadcrumb .active {
    color: var(--gray-chalk);
}
.breadcrumb-item {
    font-size: 18px;
    padding: 0!important;
}
.btn, .menu-badge {
    text-transform: uppercase;
}
.breadcrumb-item a {
    color: var(--chalk);
}
.blog-btn:hover, .breadcrumb-item a:hover, .feature-rating a:hover, .footer-links ul li a:hover, .product-rating a:hover, .standard-rating a:hover, .view-rating a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
    padding: 0 8px;
}
.backdrop {
    top: 0;
    left: 0;
    z-index: 4;
    width: 1000%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.account-title a:hover, .account-title button:hover, .backtop, .bamdik:hover, .blog-widget-tag li a:hover, .btn-inline, .btn-outline:hover, .cart-close i:hover, .category-close i:hover, .choose-card:hover i, .dandik:hover, .feature-card:hover .feature-add, .filter-action .active i, .footer-social li a:hover, .intro-wrap:hover .intro-icon i, .modal-close:hover, .nav-close i:hover, .order-track-item.active i, .page-item .active, .page-link:hover, .product-action button i:hover, .product-card:hover .product-add, .product-standard:hover .standard-add, .shop-filter ul li .active, .shop-widget-btn:hover, .standard-action a i:hover, .standard-action button i:hover, .standard-wish.active, .table-shop .product-add, .view-share-list li a:hover, .view-tag-list li a:hover, .view-wish.active {
    color: var(--white);
    background: var(--primary);
}
.backtop {
    right: 20px;
    bottom: 20px;
    z-index: 2;
    width: 48px;
    height: 48px;
    font-size: 15px;
    line-height: 48px;
    border-radius: 50%;
    -webkit-animation: 2s infinite mahmud;
    animation: 2s infinite mahmud;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.backtop:hover, .contact-card.active a, .contact-card.active h4, .contact-card.active p, .contact-card:hover a, .contact-card:hover h4, .contact-card:hover p, .filter-action .active i:hover, .header-select .nice-select .current {
    color: var(--white);
}
@-webkit-keyframes mahmud {
    0% {
    margin-bottom: 0;
}
50% {
    margin-bottom: 15px;
}
}@keyframes mahmud {
    0% {
    margin-bottom: 0;
}
50% {
    margin-bottom: 15px;
}
}.btn {
    font-size: 15px;
    border-radius: 6px;
}
.btn:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.btn i, .nav-select i, .news-form button span i {
    margin-right: 5px;
}
.brand-overlay a i:hover, .btn-inline:hover, .btn-outline, .category-overlay a i:hover, .contact-card.active i, .contact-card:hover i {
    color: var(--primary);
    background: var(--white);
}
.menu-badge {
    font-size: 10px;
    padding: 0 5px;
    margin-left: 5px;
    line-height: 18px;
    border-radius: 3px;
    letter-spacing: .3px;
    display: inline-block;
    color: var(--white);
    background: var(--red);
}
.account-title h4, .dropdown-list li a, .form-label, .form-select, .form-title h3, .megamenu-list li a, .megamenu-title, .profile-card p, .shop-widget-btn span, .table-desc p a, .table-status h6, .team-meta h5 {
    text-transform: capitalize;
}
.dropdown-arrow {
    position: relative;
    padding-right: 18px!important;
}
.dropdown-arrow:hover::before, .dropdown-link.active, .dropdown-link:hover::before {
    color: var(--primary);
}
.dropdown-arrow::before {
    position: absolute;
    content: "\ea99";
    top: 50%;
    right: 0;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-family: IcoFont;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.dropdown-link::before, .dropdown-list li a::before {
    top: 50%;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.dropdown-link {
    position: relative;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.dropdown-link:hover, .dropdown-list li a:hover, .megamenu-list li a:hover, .nav-link:hover {
    color: var(--primary);
    background: var(--chalk);
}
.dropdown-link::before {
    position: absolute;
    right: 18px;
    content: "\f054";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.dropdown-link.active::before {
    color: var(--primary);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.dropdown-list {
    display: none;
    padding: 0 20px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.dropdown-list li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border-radius: 8px;
    padding: 10px 15px 10px 35px;
    color: var(--text);
    background: var(--white);
    position: relative;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.dropdown-list li a::before {
    position: absolute;
    left: 15px;
    content: "\f068";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 70px;
}
.dropdown-position-list {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    width: fit-content;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.dropdown-position-list li a, .megamenu {
    border-radius: 8px;
    background: var(--white);
}
.dropdown-position-list::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -7px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--white);
    border-top: 1px solid var(--border);
}
.dropdown-position-list li a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 15px;
    color:#000;
    white-space: nowrap;
    text-transform: capitalize;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.dropdown-position-list li a:hover {
    color: var(--primary);
    background: var(--chalk);
}
.dropdown-megamenu {
    position: static;
}
.dropdown-megamenu:hover .megamenu, .payment-card:hover button, .profile-card:hover ul, .slider-arrow:hover .bamdik, .slider-arrow:hover .dandik {
    visibility: visible;
    opacity: 1;
}
.megamenu {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 1180px;
    padding: 30px;
    border: 1px solid var(--border);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.product-media .product-image{
height:200px;
width:100%;
display:block;
}
.product-media .product-image img{
width:100%;
height:100%;
object-fit:cover;
}
.blog-media, .blog-widget-form, .countdown-img, .form-input-group, .megamenu-title, .product-disable, .product-media, .standard-media {
    position: relative;
}
.megamenu-scroll {
    height: 380px;
    overflow-y: scroll;
}
.blog-card, .footer-desc, .megamenu-wrap, .offer-card {
    margin-bottom: 30px;
}
.megamenu-title {
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
}
.account-title::before, .blog-widget-title::before, .megamenu-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--primary);
}
.megamenu-list li a {
    width: 100%;
    border-radius: 5px;
    padding: 5px 0 5px 25px;
    color: var(--text);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.megamenu-promo a img {
    width: 100%;
    border-radius: 3px;
}
.form-group small {
    color: var(--gray);
    letter-spacing: .3px;
    padding: 0 0 0 20px;
}
.form-group textarea {
    height: 150px;
    padding: 12px 20px;
}
.form-label {
    margin: 0 0 7px 3px;
}
.form-control {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    padding: 0 20px 2px;
    color: #333;
    background: var(--chalk);
    border: 1px solid var(--border);
}
.form-control:focus-within {
    background: var(--chalk);
    border-color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.form-control[type=file]::-webkit-file-upload-button, .form-control[type=file]::file-selector-button {
    border: none;
    background: 0 0;
    height: 45px;
    line-height: 45px;
    padding: 5px 15px 0;
    color: var(--gray);
}
.form-control[type=file]::-webkit-file-upload-button:hover, .form-control[type=file]::file-selector-button:hover {
    background-color: transparent;
}
.form-control[type=file]::-webkit-file-upload-button:focus, .form-control[type=file]::file-selector-button:focus {
    border: none;
    outline: 0;
}
.form-select {
    height: 35px;
    font-size: 15px;
    padding: 0 16px;
    letter-spacing: .3px;
    background-size: 12px 10px;
    color: var(--text);
    cursor: pointer;
}
.form-btn, .form-btn-group {
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    border-radius: 6px;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    background: var(--primary);
    letter-spacing: .5px;
}
.form-select:focus-within {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--primary);
}
.form-check-input:focus {
    border-color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.nav-tabs li, tbody tr td, thead tr th {
    border-right: 1px solid var(--border);
}
.form-btn {
    font-weight: 400;
}
.form-input-group:focus-within i {
    color: var(--primary);
}
.form-input-group input {
    padding: 0 20px 2px 45px;
}
.form-input-group textarea {
    padding: 12px 20px 12px 45px;
}
.form-input-group i {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
}
.form-btn-group {
    font-weight: 500;
}
.bamdik, .dandik, .nav-tabs, .page-link {
    background: var(--white);
}
.form-btn-group i {
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
}
.nav-tabs {
    border: none;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-tabs li {
    padding: 0 30px;
}
.header-select:last-child, .nav-tabs li:last-child {
    border: none;
}
.tab-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--heading);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.countdown-time small, .label-text, .order-track-item span, .product-add, .standard-label, .standard-name, .table-name, .table-vendor a, thead tr th {
    text-transform: capitalize;
}
.blog-meta li a:hover, .blog-title a:hover, .blog-widget-category li:hover a, .blog-widget-text a:hover, .category-footer p a, .feature-name a:hover, .feature-wish.active, .filter-action a i:hover, .header-form button i:hover, .header-widget:hover span, .mobile-menu a:hover i, .mobile-menu a:hover span, .mobile-menu button:hover i, .mobile-menu button:hover span, .nav-footer p a, .nav-name a:hover, .navbar-focus-list li a:hover, .order-track-item.active span, .product-name a:hover, .product-wish.active, .shop-widget-list li:hover, .standard-name a:hover, .tab-link.active, .tab-link:hover, .table-vendor a:hover, .team-meta h5 a:hover, .view-name a:hover, .view-price span {
    color: var(--primary);
}
.tab-link i {
    font-size: 18px;
    margin-right: 3px;
}
.tab-pane {
    display: none;
    padding: 0;
}
.costomerProfileSec .multi-select-container, .footer-contact li p span, .multi-select-container--open .multi-select-menu, .tab-pane.active {
    display: block;
}
@media (max-width:575px) {
    .col {
    padding: 0 4px;
}
.backtop {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}
.nav-tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.nav-tabs li {
    padding: 5px;
    border: none;
}
}.page-item:first-child .page-link, .page-item:last-child .page-link, .page-link {
    border-radius: 50%}
.pagination {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-card a, .page-item {
    margin-left: 10px;
}
.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border: none;
    padding: 0;
    color: var(--text);
}
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.star-rating {
    direction: rtl;
    text-align: center;
    margin: 25px 0;
}
.countdown-time:last-child::before, .slider-dots ul li button, .star-rating input {
    display: none;
}
.star-rating input:checked~label::after, .star-rating label:hover::after {
    opacity: 1;
}
.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 8px;
}
.star-rating label:hover:hover~label::after {
    opacity: 1;
}
.star-rating label::before {
    font-weight: 900;
    color: #bbb;
}
.star-rating label::after {
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--yellow);
    opacity: 0;
}
.bamdik, .dandik {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.slider-dots ul {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-dots ul li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    background: #b9b9b9;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.slider-dots ul li.slick-active {
    width: 25px;
    background: var(--primary);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.product-action button i, .product-add {
    transition: .3s linear;
    border-radius: 6px;
    text-align: center;
}
@media (max-width:575px) {
    .slider-dots ul {
    bottom: 10px;
}
.slider-dots ul li {
    margin: 0 6px;
}
.order-track {
    overflow-x: scroll;
}
.order-track-list {
    width: 575px;
}
}.product-add {
    width:100%;
    font-size: 15px;
    padding: 6px 0;
    color: var(--white);
    background: #b9b9b9;
    text-shadow: var(-primary-tshadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    margin-top:10px;
}
.navbar-part, .table-action .trash i, .table-shop .action-minus i, .table-shop .action-plus i {
    background: var(--white);
}
.product-add i {
    font-size: 14px;
    margin-right: 5px;
}
.cart-total, .countdown, .header-widget-group, .navbar-info-group, .product-action, .shop-filter ul, .view-share-list, .view-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-action button i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    color: var(--text);
    background: var(--chalk);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.product-action input {
    width: 100%;
    font-size: 15px;
    margin: 0 5px;
    padding: 6px 0;
    border-radius: 6px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
}
.cart-info-group, .countdown-img img, .footer-app a img, .nav-list, .nav-list li, .offer-card a, .table-list {
    width: 100%}
.blog-widget-category li:hover a span, .blog-widget-social li a:hover, .contact-card.active, .contact-card:hover, .header-part.active .header-widget:hover i, .label-text.off, .label-text.sale, .order-track-item.active::before, thead tr {
    background: var(--primary);
}
thead tr th {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 12px 20px;
    color: var(--white);
}
thead tr th:first-child {
    border-radius: 6px 0 0 6px;
}
thead tr th:last-child {
    border-right: none;
    border-radius: 0 6px 6px 0;
}
tbody tr {
    border-bottom: 1px solid var(--border);
}
tbody tr td {
    padding: 12px 20px;
    text-align: center;
}
tbody tr td:last-child {
    border-right: none;
}
.table-image img {
    width: auto;
    height: 100px;
}
.table-price h6 small {
    font-size: 13px;
    margin-left: 3px;
    color: var(--gray);
    font-family: sans-serif;
}
.table-desc p {
    width: 150px;
    font-size: 15px;
    text-align: left;
}
.countdown-content, .label-text, .modal-close, .nav-footer, .order-track-item, .order-track-item i, .product-content, .product-disable::before, .suggest-card h5, .table-action a i, .team-meta {
    text-align: center;
}
.table-vendor a {
    font-weight: 500;
    color: var(--heading);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.table-status .stock-in {
    color: var(--purple);
}
.table-status .stock-out {
    color: var(--orange);
}
.footer-logo img, .table-shop {
    width: 180px;
}
.modal-close, .table-action a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.table-action a i {
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.table-action .view i, .table-action .wish i {
    color: var(--green);
    background: var(--white);
}
.profile-card ul .edit:hover, .table-action .view i:hover, .table-action .wish.active i {
    color: var(--white);
    background: var(--green);
}
.table-action .trash i {
    color: var(--red);
}
.cart-media button i:hover, .payment-card .trash:hover, .profile-card ul .trash:hover, .table-action .trash i:hover {
    color: var(--white);
    background: var(--red);
}
.modal-dialog {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.modal-content {
    border: none;
    background: 0 0;
    border-radius: 0;
}
.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    font-size: 18px;
    border-radius: 50%;
    display: inline-block;
    background: var(--white);
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .2);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.modal-form {
    width: 400px;
    padding: 30px;
    border-radius: 8px;
    background: var(--white);
}
@media (max-width:1100px) {
    .modal-dialog {
    margin: 80px auto 50px;
}
.modal-close {
    right: 50%;
    top: -45px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
}.order-track-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    background: var(--chalk);
}
.countdown-time, .order-track-item {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.feature-card, .order-track-item i, .product-card, .product-standard {
    background: var(--white);
}
.order-track-item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    z-index: 1;
}
.order-track-item::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: -1;
    background: var(--white);
}
.order-track-item:first-child::before {
    border-radius: 50px 0 0 50px;
}
.order-track-item:last-child::before {
    border-radius: 0 50px 50px 0;
}
.order-track-item i {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 22px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--primary);
    border: 2px dotted var(--primary);
}
.order-track-item span {
    font-weight: 500;
    line-height: 20px;
    color: var(--heading);
}
.nav-pills .nav-link {
    font-weight: 400;
    list-style: decimal;
}
.nav-pills .nav-link.active {
    color: var(--primary);
    background: 0 0;
}
.countdown-time {
    padding: 0 30px;
    color: var(--heading);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.countdown-time::before {
    position: absolute;
    content: ":";
    top: 28%;
    right: -3px;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--heading);
}
.countdown-time span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary);
}
.countdown-time small {
    font-size: 18px;
    font-weight: 500;
}
.suggest-card {
    position: relative;
    width: 100%}
.suggest-card>h5 {
    font-size: 16px;
    margin-top:10px;
}
.suggest-card::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .4);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.suggest-card:hover::before {
    background: #28d146;
}
.suggest-card img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: center center;
}
@media(max-width:768px) {
    .suggest-card img {
    min-height: 115px;
    max-height: 115px;
}
}.suggest-card h5 span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}
@media (max-width:400px) {
    .modal-dialog, .modal-form {
    width: 100%;
    max-width: inherit;
}
.suggest-card h5 {
    font-size: 13px;
    line-height: 24px;
}
}.product-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    padding: 7px;
    margin-bottom:20px;
    border-radius: 8px;
    border: 1px solid var(--white);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.feature-card:hover, .product-card:hover, .product-standard:hover {
    border-color: var(--primary);
    -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
}
.feature-card:hover .feature-widget, .product-card:hover .product-widget, .product-standard:hover .standard-widget {
    opacity: 1;
    bottom: 15px;
}
.feature-label, .product-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
}
.label-text {
    color: var(--white);
}
.label-text.off, .standard-label.off, .view-label.off {
    background: var(--red);
}
.label-text.sale, .standard-label.sale, .view-label.sale {
    /* background: var(--orange); */
    background:#c53e41;
}
.feature-wish, .product-wish {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: var(--gray-chalk);
}

.feature-widget, .product-widget, .standard-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.product-price, .product-rating {
    display: -ms-flexbox;
    display: -webkit-box;
}
.feature-widget a, .product-widget a, .standard-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--white);
    background: var(--primary);
    text-shadow: var(-primary-tshadow);
    -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
}
.product-content {
    padding-top: 12px;
   
}
.product-rating {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3px;
}
.feature-rating a, .feature-rating i, .product-rating a, .product-rating i {
    font-size: 14px;
    margin: 0 2px;
    color: var(--gray);
}
.feature-rating a, .product-rating a, .standard-rating a {
    white-space: nowrap;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.brand-meta ul .active, .feature-rating .active, .product-rating .active, .shop-widget-content label i.active, .standard-rating .active, .view-rating .active {
    color: var(--yellow);
}
.feature-name, .product-name {
    margin-bottom: 3px;
    text-transform: capitalize;
    text-align:left;
}
.product-name a {
    color: var(--sub-heading);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight:600;
    font-size:18px;
    color:#000;
}
.product-price {
    display: flex;
    
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 13px;
}
.feature-card, .feature-rating {
    display: -webkit-box;
    display: -ms-flexbox;
}
.feature-price del, .product-price del {
    color: var(--red);
    margin-right: 8px;
}
.feature-price span, .product-price span, .standard-price span {
    color: var(--primary);
    white-space: nowrap;
}
.feature-price span small, .product-price span small, .standard-price span small {
    font-weight: 400;
}
.product-disable:hover {
    border-color: var(--border);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-disable:hover .product-add {
    color: var(--heading);
    background: var(--border);
}
.product-disable::before {
    position: absolute;
    content: "Out of Stock";
    top: 40%;
    left: 50%;
    z-index: 2;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--white);
    background: var(--primary);
    opacity:0.7;
}
.product-disable::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, .6);
}
.feature-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid var(--white);
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.feature-content, .standard-content {
    border-left: 1px solid var(--border);
}
.feature-media {
    position: relative;
    width: 220px;
}
.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: var(--text);
}
.label-text.new, .standard-label.new, .view-label.new {
    background: var(--green);
}
.label-text.feat, .standard-label.feat, .view-label.feat {
    background: var(--purple);
}
.label-text.rate, .standard-label.rate, .view-label.rate {
    background: var(--yellow);
}
.label-text.order {
    background: var(--blue);
}
.feature-content {
    width: 100%;
    padding-left: 25px;
    margin-left: 25px;
}
.feature-rating {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3px;
}
.feature-name a, .standard-name a {
    color: var(--sub-heading);
    transition: .3slinear;
    -webkit-transition: .3slinear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feature-desc{
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:25px;
}
.feature-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px;
}
.feature-desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
@media (max-width:575px) {
    .countdown-time {
    padding: 0 12px;
}
.countdown-time:first-child {
    padding-left: 0;
}
.countdown-time:last-child {
    padding-right: 0;
}
.countdown-time span {
    font-size: 35px;
}
.countdown-time small {
    font-size: 16px;
}
.product-card {
    padding: 8px;
    margin-bottom: 8px;
}
.feature-name, .product-name {
    font-size: 15px;
    line-height: 22px;
}
.feature-card {
    padding: 8px;
    margin-bottom: 15px;
}
.feature-image img {
    width: 100%}
}.product-standard, .standard-price {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.product-standard {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid var(--border);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.standard-label-group {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.standard-label {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    color: var(--white);
}
.standard-image img {
    width: 220px;
}
.standard-content {
    width: 100%;
    margin-left: 30px;
    padding-left: 30px;
}
.standard-name {
    margin-bottom: 5px;
}
.standard-price {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px;
}
.standard-price del {
    color: var(--red);
    margin-right: 12px;
}
.standard-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.standard-rating a, .standard-rating i {
    font-size: 14px;
    margin-right: 3px;
    color: var(--gray);
}
.preview-slider, .standard-desc, .view-price {
    margin-bottom: 20px;
}
.standard-action-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(180px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.standard-action-group .action-input, .standard-action-group .product-add {
    padding: 10px 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--primary);
}
.standard-action-group .product-add {
    font-size: 14px;
    font-weight: 500;
}
.standard-wish {
    padding: 10px 0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    color: var(--primary);
    background: var(--border);
}
.standard-wish i {
    font-size: 16px;
    margin-right: 6px;
}
.standard-wish span, .view-action-group a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.standard-action a i, .standard-action button i, .standard-action input {
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    text-shadow: var(--primary-tshadow);
}
.brand-meta h4, .category-meta span, .choose-text h4, .testimonial-card h5 {
    text-transform: capitalize;
}
.standard-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.standard-action a i, .standard-action button i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: var(--text);
    background: var(--border);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.standard-action input {
    width: 100%;
    height: 45px;
    margin: 0 8px;
    line-height: 14px;
    letter-spacing: .3px;
    color: var(--white);
    background: var(--primary);
}
@media (max-width:575px) {
    .product-standard {
    padding: 10px;
}
.standard-image img {
    width: 130px;
}
.standard-content {
    margin-left: 10px;
    padding-left: 10px;
}
.standard-name {
    font-size: 16px;
    margin-bottom: 3px;
}
.standard-price {
    font-size: 15px;
    margin-bottom: 3px;
}
.standard-rating {
    margin-bottom: 6px;
}
.product-add i, .standard-desc, .standard-wish i {
    display: none;
}
.standard-action-group {
    grid-gap: 10px;
    -ms-grid-columns: (minmax(140px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.product-add, .standard-wish {
    padding: 8px 0;
}
.standard-action input {
    height: 38px;
}
}@media (min-width:576px) and (max-width:767px) {
    .nav-tabs {
    padding: 25px 10px;
}
.nav-tabs li {
    padding: 0 20px;
}
.slider-dots ul {
    bottom: 20px;
}
.slider-dots ul li {
    margin: 0 6px;
}
.order-track-item span {
    white-space: inherit;
}
.standard-image img {
    width: 150px;
}
.standard-content {
    margin-left: 10px;
    padding-left: 10px;
}
.standard-name {
    font-size: 18px;
}
.standard-price {
    font-size: 16px;
}
.product-add i, .standard-desc, .standard-wish i {
    display: none;
}
.standard-action-group {
    grid-gap: 10px;
    -ms-grid-columns: (minmax(140px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.product-add, .standard-wish {
    padding: 8px 0;
}
.standard-action input {
    height: 38px;
}
}.testimonial-card {
    padding: 50px 50px 0;
    margin: 0 15px 30px;
    text-align: center;
    border-radius: 8px;
    background: var(--white);
}
.brand-overlay, .category-overlay {
    background: rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -ms-flexbox;
}
.testimonial-card i {
    font-size: 45px;
    margin-bottom: 20px;
    color: var(--primary);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.testimonial-card p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
    font-style: italic;
    color: var(--grey);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.testimonial-card h5 {
    color: var(--grey);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.testimonial-card ul {
    font-size: 14px;
    color: var(--yellow);
    margin-bottom: 13px;
}
.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: -35px;
    display: inline-block;
    border: 5px solid var(--body);
}
.blog-meta, .blog-title, .brand-media {
    margin-bottom: 15px;
}
.brand-wrap:hover .brand-overlay, .cart-item:hover .cart-media button, .category-wrap:hover .category-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.category-media {
    position: relative;
    width: 150px;
}
.category-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/3;
    border-radius: 8px 8px 0 0;
}
.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.brand-overlay a i, .category-overlay a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.brand-overlay, .choose-icon i {
    text-align: center;
    transition: .3s linear;
}
.category-meta {
    padding: 10px;
    border-radius: 0 0 8px 8px;
    width: 150px;
    height: 50px;
}
.category-meta span {
    margin-bottom: 3px;
    line-height: 15px;
    font-size: 14px;
    width: 100px;
}
.brand-wrap {
    text-align: center;
    padding-top: 15px;
}
.brand-wrap:hover .brand-media::before {
    border-color: var(--primary);
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.brand-media {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.brand-media::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: var(--white);
    border: 2px dashed var(--border);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: 1.2s linear infinite paused rotate360;
    animation: 1.2s linear infinite paused rotate360;
}
.brand-media img {
    width: 150px;
    height: 150px;
    border-radius: 50%}
@-webkit-keyframes rotate360 {
    to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}
}@keyframes rotate360 {
    to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}
}.brand-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.brand-meta h4 {
    margin-bottom: 6px;
}
.brand-meta ul {
    margin-bottom: 3px;
}
.brand-meta ul li {
    font-size: 13px;
    margin: 0 1px;
    color: var(--gray);
    display: inline-block;
}
.brand-meta ul .total, .cart-info h6 a, .view-name a {
    color: var(--heading);
}
.cart-action-group .product-action, .choose-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.choose-icon i {
    width: 75px;
    height: 75px;
    font-size: 40px;
    line-height: 75px;
    border-radius: 50%;
    margin-right: 30px;
    display: inline-block;
    color: var(--primary);
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-img img, .branch-card img, .offer-card a img, .preview-slider li img {
    width: 100%;
    border-radius: 8px;
}
.blog-calender span, .header-select .nice-select, .payment-card h4 {
    line-height: 20px;
}
.choose-text h4 {
    margin-bottom: 10px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-btn, .blog-month, .header-top p a, .offer-div h5 {
    text-transform: uppercase;
}
.blog-card:hover .blog-img img, .shop-widget-promo img:hover, .team-media:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.branch-overlay, .profile-card ul {
    -webkit-transform: translateY(-50%);
}
.blog-calender {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 55px;
    height: 55px;
    border-radius: 6px;
    color: var(--white);
    background: rgba(0, 0, 0, .6);
}
.blog-meta, .blog-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.blog-date {
    font-size: 20px;
    font-weight: 500;
}
.blog-month {
    font-size: 14px;
    letter-spacing: .3px;
}
.blog-img {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4/2.2;
}
.blog-img img {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    aspect-ratio: 4/2.2;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-content {
    padding: 15px 15px 0;
}
.blog-meta {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-meta li {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}
.account-title, .offer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.blog-meta li:last-child {
    margin: 0;
}
.blog-meta li i {
    color: var(--primary);
    margin-right: 8px;
    font-size: 14px;
}
.blog-meta li a, .blog-meta li span {
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
}
.blog-meta li a {
    color: var(--text);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-title {
    font-size: 22px;
    line-height: 30px;
}
.blog-title a, .blog-widget-text a, .nav-name a, .team-meta h5 a {
    color: var(--heading);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-btn, .blog-btn i {
    transition: .3s linear;
}
.blog-desc {
    font-size: 17px;
    line-height: 28px;
    color: var(--gray);
    margin-bottom: 25px;
}
.blog-btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-btn i {
    font-size: 17px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-btn:hover i {
    margin-left: 5px;
}
@media (max-width:575px) {
    .testimonial-card {
    margin: 0 0 30px;
    padding: 25px 25px 0;
}
.testimonial-card p {
    font-size: 18px;
    line-height: 28px;
}
.category-wrap {
    width: 100px;
}
.category-meta {
    width: 90px;
    height: 50px;
}
.category-meta span {
    width: 100px;
    font-size: 12px;
    text-align: center;
}
.category-media img {
    width: 60%}
.category-meta svg {
    display: none;
}
.brand-wrap {
    width: 200px;
}
.blog-meta li {
    margin-right: 25px;
}
.blog-content {
    padding: 15px 8px 0;
}
}.offer-div {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 0 15px;
    border-radius: 0 0 8px 8px;
    background: var(--white);
}
.offer-div h5 {
    font-size: 15px;
    font-weight: 400;
}
.branch-overlay h3, .branch-overlay p, .contact-card h4, .offer-div button, .offer-div span, .payment-card h4, .payment-card h5, .profile-card h6, .shop-filter p, .team-meta p {
    text-transform: capitalize;
}
.offer-div button, .offer-div span {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary);
}
@media (min-width:351px) and (max-width:575px) {
    .offer-card {
    width: 320px;
    margin: 0 auto 30px;
}
}.account-card {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 0 30px 30px;
    background: var(--white);
}
.account-title {
    padding: 18px 0;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}
.profile-card ul, .team-overlay {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.account-title a, .account-title button {
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: .3px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--primary);
    background: var(--green-chalk);
    text-shadow: var(--primary-tshadow);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.payment-card, .profile-card {
    padding: 25px;
    margin-bottom: 25px;
    background: var(--chalk);
    position: relative;
    cursor: pointer;
}
.profile-card {
    border-radius: 8px;
    border: 1px solid var(--border);
}
.profile-card h6 {
    color: var(--text);
    margin-bottom: 8px;
}
.profile-card ul {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.payment-card button, .profile-card ul li button {
    height: 32px;
    text-align: center;
    -webkit-box-shadow: var(--primary-bshadow);
    transition: .3s linear;
    display: inline-block;
    width: 30px;
}
.profile-card ul li {
    margin: 5px 0;
}
.profile-card ul li button {
    line-height: 32px;
    border-radius: 6px;
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.profile-card ul .edit {
    color: var(--green);
}
.payment-card .trash, .profile-card ul .trash {
    color: var(--red);
}
.payment-card.active, .profile-card.active {
    background: var(--green-chalk);
    border-color: var(--primary);
}
.payment-card {
    border-radius: 6px;
    border: 1px solid var(--border);
}
.payment-card img {
    margin-bottom: 18px;
}
.payment-card h4 {
    font-size: 12px;
    margin-bottom: 5px;
}
.payment-card p {
    color: var(--heading);
    margin-bottom: 5px;
}
.branch-overlay h3, .branch-overlay p, .contact-card i {
    color: var(--white);
    text-shadow: var(--primary-tshadow);
}
.payment-card p span {
    font-size: 20px;
    margin-right: 15px;
    letter-spacing: 2px;
}
.payment-card p sup {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}
.branch-overlay h3, .branch-overlay p, .header-top p, .header-top p a {
    letter-spacing: .3px;
}
.payment-card h5 {
    font-size: 14px;
    line-height: 22px;
}
.payment-card button {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    line-height: 32px;
    border-radius: 6px;
    background: var(--white);
    text-shadow: var(--primary-tshadow);
    box-shadow: var(--primary-bshadow);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.contact-card i, .intro-icon i {
    -webkit-box-shadow: var(--primary-bshadow);
}
.contact-card, .contact-card i {
    transition: .3s linear;
    text-align: center;
}
.contact-card {
    border-radius: 8px;
    margin: 0 2.5px 30px;
    padding: 60px 15px 55px;
    background: var(--white);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.contact-card i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    background: var(--primary);
    box-shadow: var(--primary-bshadow);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.contact-card h4 {
    margin-bottom: 18px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.contact-card p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.contact-card p a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: var(--text);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.branch-card {
    margin: 0 2.5px 30px;
    position: relative;
}
.branch-card:hover::before {
    background: rgba(17, 151, 68, .85);
}
.branch-card:hover .branch-overlay {
    top: 50%}
.branch-card:hover .branch-overlay p {
    opacity: 1;
}
.branch-card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .45);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.branch-overlay {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    transform: translateY(-50%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.branch-overlay h3 {
    margin-bottom: 8px;
}
.branch-overlay p {
    width: 200px;
    margin: 0 auto;
    opacity: 0;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-top p, .team-overlay a {
    font-size: 15px;
    color: var(--text);
}
.team-media {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.team-media:hover .team-overlay {
    top: 0;
    opacity: 1;
}
.multi-select-menuitem+.multi-select-menuitem, .team-media:hover .team-overlay a {
    padding-top: 0;
}
.shop-widget-promo img, .team-media img {
    width: 100%;
    border-radius: 8px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-select, .header-top-select {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.team-overlay a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    padding-top: 30px;
    text-align: center;
    border-radius: 50%;
    background: var(--white);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.shop-filter p, .team-meta p {
    font-size: 15px;
}
.header-top {
    position: relative;
    text-align: center;
    background: var(--primary);
}
.header-top p a {
    font-size: 12px;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 3px;
    line-height: 24px;
    margin-left: 10px;
    margin-bottom: 2px;
    background: var(--text);
    color: var(--primary);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-top button i, .header-widget sup {
    border-radius: 50%;
    background: var(--primary);
}
.header-top-list li a, .header-widget span {
    text-transform: capitalize;
    white-space: nowrap;
}
.header-top button {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-top button i {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    color: var(--white);
}
.header-top-list li a, .header-top-welcome p {
    font-size: 14px;
    color: var(--white);
    letter-spacing: .3px;
}
.fa, .fas {
    font-weight: 900;
}
.header-top-select {
    margin-top: 3px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-select {
    width: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid var(--green);
}
.header-select i {
    font-size: 16px;
    margin-right: 8px;
    color: var(--white);
}
.header-select .nice-select::after {
    border-right-color: var(--white);
    border-bottom-color: var(--white);
}
.filter-action, .header-top-list, .navbar-focus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-top-list li {
    margin-left: 35px;
}
.header-top-list li a {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-top-list li a:hover {
    color: var(--green-chalk);
}
.header-content, .header-widget {
    display: -webkit-box;
    display: -ms-flexbox;
}
.header-part {
    background: var(--white);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-part.active {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: var(--white);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-part.active .header-widget sup {
    border-color: var(--white);
}
.header-part.active .header-form {
    background: var(--white);
    border-color: var(--primary);
}
.header-content {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-logo {
    margin-right: 50px;
}
.header-logo img {
    width: 120px;
    height: auto;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-widget-group .header-widget {
    margin-left: 20px;
}
.header-widget-group .header-widget:first-child, .navbar-focus-list li:first-child, .shop-widget-content label i:first-child {
    margin-left: 0;
}
.header-widget {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-widget:hover i {
    color: var(--white);
    background: var(--primary);
    text-shadow: var(--primary-tshadow);
}
.header-src img, .header-user img, .header-widget img {
    width: 40px;
    height: 40px;
    border-radius: 50%}
.header-src i, .header-user i, .header-widget i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--text);
    background:#b9b9b9;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-widget span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 8px;
    letter-spacing: .3px;
    text-align: left;
    color: var(--heading);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-widget span small {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: sans-serif;
    display: block;
}
.header-widget sup {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--text);
    border: 2px solid var(--text);
    text-shadow: var(--primary-tshadow);
}
.header-cart span {
    font-size: 12px;
    margin-left: 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.cart-close i, .category-close i, .nav-close i {
    line-height: 35px;
    text-shadow: var(--primary-tshadow);
}
.header-form {
    width: 100%;
    margin: 0 50px;
    border-radius: 8px;
    background: var(--chalk);
    border: 2px solid var(--chalk);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.header-form:focus-within {
    background: var(--white);
    border-color: var(--primary);
}
.header-form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding-left: 15px;
}
.header-form button i {
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: var(--text);
    display: inline-block;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.nav-info p small, .navbar-info p small {
    display: block;
    text-align: left;
    text-transform: capitalize;
}
.header-media-group {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-media-group a img {
    width: auto;
    height: 75px;
}

.navbar-content, .navbar-list, .shop-widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.navbar-info, .navbar-item {
    margin-right: 30px;
}
.navbar-content {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-list, .shop-widget-content {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer-social li:last-child, .navbar-info:last-child, .navbar-item:last-child {
    margin-right: 0;
}
.navbar-link {
    padding: 22px 0;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.footer-copytext a, .navbar-link:hover {
    color: var(--primary);
}
.footer-widget.contact, .navbar-focus-list li {
    margin-left: 30px;
}
.navbar-focus-list li a {
    font-weight: 500;
    color: var(--text);
    text-transform: capitalize;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.navbar-focus-list li a i {
    font-size: 18px;
    margin-right: 5px;
}
.navbar-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer-contact li i, .nav-info i, .navbar-info i {
    font-size: 30px;
    margin-right: 15px;
    color: var(--primary);
}
.navbar-info p small {
    font-size: 14px;
    line-height: 16px;
}
.navbar-info p span {
    font-size: 15px;
    font-weight: 500;
}
.nav-select, .nav-select-group {
    display: -webkit-box;
    display: -ms-flexbox;
}
.nav-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 280px;
    height: 100vh;
    padding: 0;
    z-index: 5;
    background: var(--white);
    -webkit-box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .15);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.mobile-menu a:hover, .mobile-menu button:hover, .nav-btn {
    background: var(--chalk);
}
.cart-close i, .nav-close i, .nav-link {
    color: var(--bodyTxt);
    transition: .3s linear;
}
.category-sidebar.active, .nav-sidebar.active {
    left: 0;
}
.nav-header {
    padding: 15px 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid var(--border);
}
.nav-header a img {
    width: auto;
    height: 40px;
}
.category-close, .nav-close {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart-close i, .nav-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--white);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.cart-info p, .nav-btn .btn, .nav-btn .btn i {
    font-size: 14px;
}
.nav-content {
    padding: 0 18px;
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
}
.nav-btn {
    width: 100%;
    padding: 50px 0;
    margin-bottom: 20px;
    text-align: center;
}
.nav-btn .btn {
    padding: 12px 28px;
    letter-spacing: .3px;
}
.nav-profile {
    width: 100%;
    text-align: center;
    padding: 18px 0 0;
}
.nav-user {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}
.cart-header, .cart-item, .nav-info-group, .nav-select-group {
    border-bottom: 1px solid var(--border);
}
.nav-user img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.nav-name {
    margin-bottom: 18px;
    text-transform: capitalize;
}
.nav-select-group {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 18px;
}
.nav-info, .nav-select {
    -webkit-box-align: center;
}
.nav-select {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18px;
    padding-right: 18px;
    line-height: 20px;
    border-right: 1px solid var(--gray-chalk);
}
.cart-item, .nav-info {
    display: -webkit-box;
    display: -ms-flexbox;
}
.nav-select:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.nav-link {
    width: 100%;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 8px;
    text-transform: capitalize;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.nav-link::before {
    right: 15px;
}
.nav-link i {
    font-size: 20px;
    margin-right: 12px;
}
.cart-total i, .category-title i, .view-share-list li, .view-tag-list li {
    margin-right: 8px;
}
.nav-link.active {
    color: var(--primary);
    background: var(--green-chalk);
}
.nav-info-group {
    padding: 20px 0;
    margin-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid var(--border);
}
.nav-info {
    margin-bottom: 20px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav-info p small {
    font-size: 14px;
    line-height: 18px;
}
.nav-info p span {
    font-size: 16px;
    font-weight: 500;
}
.category-footer p, .nav-footer p {
    font-size: 14px;
    color: var(--gray);
}
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -450px;
    width: 400px;
    height: 100vh;
    z-index: 5;
    background: var(--white);
    -webkit-box-shadow: -15px 0 25px 0 rgba(0, 0, 0, .15);
    box-shadow: -15px 0 25px 0 rgba(0, 0, 0, .15);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.cart-sidebar.active {
    right: 0;
}
.cart-header {
    padding: 18px 25px;
    text-align: center;
    position: relative;
}
.cart-total i {
    font-size: 20px;
    color: var(--primary);
}
.cart-total span {
    font-weight: 500;
    color: var(--primary);
    text-transform: capitalize;
}
.cart-close {
    position: absolute;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart-list {
    height: 100%;
    padding: 0 15px;
    max-height: calc(100vh - 210px);
    overflow-y: scroll;
}
.cart-item {
    padding: 15px 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cart-action-group, .cart-checkout-btn {
    display: -webkit-box;
    display: -ms-flexbox;
}
.cart-item:last-child {
    border-bottom: none;
}
.cart-media {
    position: relative;
    margin-right: 25px;
}
.cart-media a img {
    width: 100px;
    border-radius: 8px;
}
.cart-media button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, .2);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.cart-media button i {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--red);
    background: rgba(255, 255, 255, .9);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.cart-info {
    margin-bottom: 13px;
}
.cart-info h6 {
    font-weight: 400;
    text-transform: capitalize;
}
.cart-action-group h6, .coupon-btn {
    font-weight: 500;
    color: var(--primary);
}
.cart-action-group {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-action-group .product-action button i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
    background:var(--primary);
}
.cart-action-group .product-action input {
    width: 45px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    color: var(--primary);
    background: var(--chalk);
}
.cart-footer {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 20px 15px 0;
    text-align: center;
    -webkit-box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, .08);
}
.coupon-btn {
    margin-bottom: 20px;
    text-shadow: var(--primary-tshadow);
}
.coupon-form {
    padding: 3px;
    border-radius: 8px;
    margin-bottom: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border);
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    display: none;
}
.cart-checkout-btn, .coupon-form button span {
    border-radius: 8px;
    background: var(--primary);
}
.coupon-form:focus-within {
    border-color: var(--primary);
}
.blog-widget-title, .category-header, .category-item {
    border-bottom: 1px solid var(--border);
}
.coupon-form input {
    width: 100%;
    height: 38px;
    padding: 0 15px;
}
.coupon-form button span {
    width: 100px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}
.cart-checkout-btn {
    padding: 10px 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.category-header, .category-title {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.cart-checkout-btn:hover {
    background: var(--heading);
}
.checkout-label {
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}
.checkout-price {
    padding: 0 25px;
    letter-spacing: .3px;
    color: var(--white);
    border-left: 1px solid var(--border);
}
@media (max-width:450px) {
    .feature-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-content {
    padding-left: 12px;
    margin-left: 12px;
}
.feature-desc {
    display: none;
}
.cart-sidebar {
    right: 0;
    width: 100%;
    height: 85svh;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin: 80px 0 0;
    border-radius: 15px 15px 0 0;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.cart-sidebar.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.cart-close {
    left: 50%;
    top: -45px;
    bottom: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50px 50px 0 0;
    -webkit-box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, .15);
}
.cart-list {
    max-height: calc(100vh - 290px);
}
.cart-media a img {
    width: 80px;
}
}.category-close i, .category-sidebar {
    transition: .3s linear;
    background: var(--white);
}
.category-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 280px;
    height: 100vh;
    z-index: 5;
    -webkit-box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .15);
    box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .15);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.category-header {
    padding: 15px 18px;
    position: relative;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.category-title {
    color: var(--primary);
    text-transform: capitalize;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.category-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--text);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.category-list {
    width: 100%;
    padding: 0 15px;
    overflow-y: scroll;
    height: calc(100vh - 130px);
}
.category-item {
    width: 100%}
.category-link {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
    color: var(--bodyTxt);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.category-link i {
    font-size: 25px;
    margin-right: 15px;
    display: inline-block;
}
.mobile-menu a, .mobile-menu button, .view-label-group {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.category-footer {
    text-align: center;
    margin-top: 20px;
}
.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: var(--white);
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}
.mobile-menu a, .mobile-menu button {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    padding: 8px 0;
    border-radius: 8px;
    position: relative;
}
.mobile-menu a i, .mobile-menu button i {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--bodyTxt);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
}
.mobile-menu a span, .mobile-menu button span {
    font-size: 10px;
    line-height: 12px;
    color: #000;
    text-transform: uppercase;
}
.mobile-menu a sup, .mobile-menu button sup {
    position: absolute;
    top: -5px;
    left: 75%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--primary);
    text-shadow: var(--primary-tshadow);
}
.mobile-menu a .fas fa-shopping-basket, .mobile-menu button .fas fa-shopping-basket {
    font-size: 18px;
}
.product-view {
    max-width: 1000px;
    border-radius: 8px;
    background: var(--white);
}
.view-gallery {
    margin: 30px;
    position: relative;
}
.view-label-group {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.view-meta, .view-rating {
    display: -webkit-box;
    display: -ms-flexbox;
}
.view-label {
    font-size: 15px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}
.view-details {
    margin: 30px;
}
.view-name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.view-meta {
    margin-bottom: 12px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer-links ul li, .view-rating {
    margin-bottom: 15px;
}
.view-meta p {
    font-size: 13px;
    margin-right: 20px;
    text-transform: uppercase;
    color: var(--placeholder);
}
.view-list-title, .view-price span small, .view-rating a, .view-tag-list li a {
    text-transform: capitalize;
}
.view-meta a, .view-meta span {
    margin-left: 5px;
    color: var(--placeholder);
}
.view-meta a:hover {
    color: var(--primary);
}
.view-rating {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.news-form, .view-action-group a, .view-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
}
.view-rating a, .view-rating i {
    font-size: 15px;
    margin-right: 3px;
    color: var(--gray);
}
.view-rating a {
    margin-left: 8px;
    white-space: nowrap;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.view-share-list li a, .view-tag-list li a {
    background: var(--chalk);
    transition: .3s linear;
}
.view-price del {
    color: var(--red);
    margin-right: 25px;
}
.view-price span small {
    font-size: 14px;
    font-weight: 400;
}
.view-list-group {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.view-list-title {
    font-weight: 500;
    margin-right: 15px;
    color: var(--heading);
}
.view-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: .3px;
    color: var(--text);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.view-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.view-add-group {
    margin: 45px 0 15px;
}
.view-add-group .action-input, .view-add-group .product-add {
    height: 46px;
    line-height: 46px;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: var(--white);
    background: #b9b9b9;
}
.view-action-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(200px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
}
.blog-widget-form button, .countdown-off, .news-part::before, .single-banner::before {
    position: absolute;
    top: 0;
    left: 0;
}
.view-action-group a {
    padding: 10px 0;
    border-radius: 8px;
    color: var(--text);
    background: var(--border);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.view-action-group a i {
    font-size: 16px;
    margin-right: 8px;
}
.thumb-slider li {
    margin: 0 10px;
    cursor: pointer;
}
.thumb-slider li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--border);
}
.thumb-slider .slick-center img {
    border: 1px solid var(--primary);
}
@media (max-width:500px) {
    .view-details, .view-gallery {
    margin: 25px;
}
.view-list-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.view-list-title {
    margin: 0 0 10px;
}
}.countdown-part {
    padding: 80px 0;
    background: -webkit-gradient(linear, right top, left top, from(#c3ffda), to(#a1f3c0));
    background: linear-gradient(to left, #c3ffda, #a1f3c0);
}
.countdown-content h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.countdown-content p {
    margin-bottom: 38px;
}
.countdown-clock {
    margin-bottom: 45px;
}
.countdown-off {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 35px 30px 30px;
    background: var(--red);
}
.countdown-off span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--white);
}
.blog-widget-title, .footer-links ul li a, .footer-title, .intro-content h5 {
    text-transform: capitalize;
}
.news-part {
    background-size: cover!important;
    padding: 70px 0;
    position: relative;
    z-index: 1;
    margin-top:20px;
}
.news-part::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    z-index: -1;
}
.news-text h2 {
    font-size: 35px;
    color: #000;
    margin-bottom: 5px;
}
.news-text p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.news-form {
    width: 100%;
    padding: 6px;
    border-radius: 8px;
    background: var(--white);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
}
.news-form button span {
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: var(--text);
    background: var(--primary);
}
.footer-social li a, .intro-icon i {
    color: var(--primary);
    background: var(--white);
    transition: .3s linear;
    text-align: center;
}
@media (max-width:991px) {
    .content-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.backtop {
    bottom: 55px;
}
.page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.nav {
    margin-bottom: 30px;
}
.header-form.active, .header-media-group {
    display: -webkit-box;
    display: -ms-flexbox;
}
.header-content {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-media-group {
    width: 100%;
    display: flex;
}
.desktop-logo, .header-form, .header-logo, .header-widget, .header-widget-group, .navbar-part {
    display: none;
}
.header-form {
    margin: 10px 0 0;
}
.header-form.active {
    display: flex;
}
.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-part {
    padding-top: 95px;
    display: none;
}
.news-part {
    padding: 50px 30px 60px;
}
.news-part .container-fluid {
    padding: 0;
}
}.intro-part {
    padding: 60px 0;
    background: var(--body);
}
.intro-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.intro-icon {
    margin-right: 20px;
}
.intro-icon i {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 43px;
    border-radius: 50%;
    display: inline-block;
    border: 3px double var(--primary);
    box-shadow: var(--primary-bshadow);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.intro-content h5 {
    font-size: 17px;
    margin-bottom: 8px;
}
.intro-content p {
    font-size: 15px;
    line-height: 22px;
}
@media (max-width:767px) {
    .page-item {
    margin: 0 3px;
}
.header-top-list, .header-top-welcome {
    display: none;
}
.header-top-select {
    width: 270px;
    margin: 0 auto;
}
.product-view {
    max-width: 480px;
}
.countdown-part {
    padding: 60px 0;
}
.countdown-img {
    margin-top: 30px;
}
.intro-wrap, .news-text {
    margin-bottom: 30px;
}
.intro-part {
    padding: 60px 0 30px;
}
}@media (min-width:768px) and (max-width:991px) {
    .header-top-welcome {
    text-align: center;
    margin-bottom: 10px;
}
.intro-part {
    padding: 80px 0 50px;
}
.intro-wrap {
    margin-bottom: 30px;
}
.footer-part {
    padding-top: 35px;
    display: none;
}
}.footer-part {
    padding-top: 35px;
}
.footer-widget {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%}
.footer-app, .footer-links {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.footer-social li {
    display: inline-block;
    margin-right: 7px;
}
.footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-shadow: var(--primary-tshadow);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.footer-title {
    margin-bottom: 25px;
    letter-spacing: -.3px;
}
.footer-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}
.footer-links {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
}
.footer-links ul li a {
    color: var(--bodyTxt);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.footer-app {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}
.footer-bottom {
    margin-top: 75px;
    padding: 20px 35px 15px;
    border-radius: 8px 8px 0 0;
    background: var(--primary);
    border-top: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-widget, .shop-filter, .shop-widget {
    background: var(--white);
}
.footer-copytext {
    font-size: 15px;
    color: var(--text);
}
.footer-card a img {
    width: 50px;
    border-radius: 3px;
}
@media (max-width:768px) {
    .footer-part .container-fluid {
    padding: 0 25px;
}
.footer-widget.contact {
    margin-left: 0;
}
}@media (max-width:1199px) {
    .megamenu {
    width: 100%}
.table-scroll {
    overflow-x: scroll;
}
.category-meta {
    padding: 0 5px;
}
.category-meta h4 {
    font-size: 17px;
    margin-bottom: 0;
}
.category-meta p {
    font-size: 15px;
}
.footer-part {
    padding-top: 50px;
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-bottom {
    margin-top: 10px;
}
}@media (max-width:767px) {
    .footer-bottom {
    padding: 25px 15px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.footer-copytext {
    margin-bottom: 10px;
}
.footer-card a {
    margin: 0 3px;
}
}@media (min-width:768px) and (max-width:991px) {
    .footer-bottom {
    padding: 25px 30px 75px;
}
}.blog-widget {
    margin-bottom: 30px;
    margin-left: 5px;
    border-radius: 8px;
    padding: 18px 25px 25px;
}
.blog-widget-title {
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
}
.blog-widget-feed li, .shop-filter {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
}
.blog-widget-form input {
    width: 100%;
    height: 45px;
    padding: 0 15px 0 60px;
    border-radius: 8px;
    background: var(--chalk);
    border: 1px solid var(--border);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-widget-form input:focus-within {
    border-color: var(--primary);
}
.blog-widget-form button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    border-radius: 8px 0 0 8px;
}
.blog-widget-feed li {
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border);
}
.blog-widget-category li:last-child, .blog-widget-feed li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.blog-widget-media img {
    width: 100px;
    border-radius: 8px;
    margin-right: 20px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-widget-text {
    font-size: 17px;
    line-height: 24px;
}
.blog-widget-text span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.blog-widget-category li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
.blog-widget-category li a {
    width: 100%;
    font-size: 17px;
    color: var(--text);
    text-transform: capitalize;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-widget-category li a span {
    font-size: 14px;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--heading);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-widget-tag li {
    display: inline-block;
    margin: 0 8px 12px 0;
}
.blog-widget-tag li a {
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 3px;
    color: var(--text);
    background: var(--chalk);
    text-transform: capitalize;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.blog-widget-social li {
    display: inline-block;
    margin-right: 10px;
}
.blog-widget-social li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: var(--white);
    background: var(--heading);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.filter-action a i, .shop-filter ul li a {
    width: 40px;
    line-height: 40px;
    text-align: center;
}
@media (min-width:992px) and (max-width:1199px) {
    .feature-image img {
    width: 190px;
}
.blog-content {
    padding: 15px 12px 0;
}
.header-widget span {
    display: none;
}
.navbar-list li {
    margin-right: 18px;
}
.navbar-link {
    font-size: 15px;
}
.navbar-info {
    margin-right: 15px;
}
.navbar-info p span {
    font-size: 14px;
}
.navbar-info i {
    margin-right: 10px;
}
.blog-widget-media img {
    width: 95px;
}
.blog-widget-social li {
    margin-right: 5px;
}
.blog-widget-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}
}@media (max-width:991px) {
    .blog-widget {
    margin-left: 0;
}
}.shop-filter {
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid var(--border);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shop-filter .nice-select {
    border-radius: 6px;
    background: var(--chalk);
    padding: 8px 35px 8px 20px;
    border: 1px solid var(--border);
}
.shop-widget, .shop-widget-promo {
    border-radius: 8px;
    margin-bottom: 25px;
}
.shop-filter .nice-select::after {
    right: 20px;
}
.shop-filter .nice-select .current, .shop-widget-number {
    font-size: 15px;
}
.shop-filter .nice-select .list {
    top: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.shop-filter ul li {
    margin: 0 5px;
}
.shop-filter ul li a {
    height: 40px;
    font-size: 16px;
    border-radius: 50%;
    color: var(--text);
    background: var(--chalk);
}
.shop-widget-btn, .shop-widget-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    transition: .3s linear;
}
.shop-widget-promo {
    text-align: center;
    overflow: hidden;
}
.shop-widget {
    padding: 20px;
    border: 1px solid var(--white);
}
.shop-widget-title {
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border);
}
.shop-widget-btn {
    width: 100%;
    font-size: 15px;
    padding: 8px 0;
    border-radius: 8px;
    color: var(--heading);
    background: var(--border);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.shop-widget-group input, .shop-widget-search {
    border-radius: 5px;
    background: var(--chalk);
    width: 100%}
.shop-widget-btn i {
    margin-right: 8px;
    margin-top: -1px;
}
.shop-widget-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 15px 0;
}
.shop-widget-group input {
    height: 45px;
    text-align: center;
}
.shop-widget-list {
    margin: 18px 0 20px;
}
.shop-widget-list li {
    margin-bottom: 12px;
    color: var(--gray);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.shop-widget-content label, .top-filter {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
}
.shop-widget-content input {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    cursor: pointer;
}
.shop-widget-content label {
    cursor: pointer;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
}
.shop-widget-content label i {
    font-size: 15px;
    margin-left: 8px;
    color: var(--gray);
}
.shop-widget-search {
    height: 40px;
    padding: 0 15px;
    border: 1px solid var(--border);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}
.shop-widget-search:focus-within {
    border-color: var(--primary);
}
.shop-widget-scroll {
    height: 279px;
    overflow-y: scroll;
    padding-right: 10px;
}
.single-banner {
    background-size: cover!important;
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.single-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #eee;
    z-index: -1;
}
.single-banner h2 {
    font-size: 25px;
    text-transform: capitalize;
}
@media (max-width:767px) {
    .shop-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.shop-filter .nice-select, .shop-filter ul {
    margin-bottom: 15px;
}
.single-banner {
    padding: 20px 0;
}
.single-banner h2 {
    font-size: 25px;
    margin-bottom: 12px;
}
}.top-filter {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}
.filter-short {
    width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-show {
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    white-space: nowrap;
    text-transform: uppercase;
}
.filter-select {
    height: 40px;
    background-color: transparent;
}
.filter-select:focus-within {
    border-color: #ced4da;
}
.filter-action a i {
    height: 40px;
    font-size: 16px;
    border-radius: 50%;
    color: var(--text);
    background: 0 0;
}
.bottom-paginate {
    padding-top: 25px;
    border-top: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-info {
    font-weight: 400;
    color: var(--text);
}
@media (max-width:575px) {
    .account-card {
    padding: 0 15px 15px;
}
.payment-card p span {
    margin-right: 8px;
}
.team-card {
    width: 290px;
    margin: 0 auto 50px;
}
.news-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-widget-social li {
    margin-right: 5px;
}
.blog-widget-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}
.filter-action, .filter-label {
    display: none;
}
.filter-show {
    width: 80px;
}
.filter-short {
    width: 130px;
}
.bottom-paginate {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-info {
    margin-bottom: 15px;
}
}@media (min-width:576px) and (max-width:991px) {
    .bottom-paginate {
    margin-bottom: 30px;
}
}.rounded-pill {
    width: 20%}
.multi-select-container {
    display: inline-block;
    position: relative;
}
.costomerProfileSec .multi-select-button {
    width: 100%;
    max-width: 100%}
.multi-select-menu {
    position: absolute;
    left: 0;
    top: .8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    display: none;
}
.multi-select-menuitem {
    display: block;
    font-size: .875em;
    padding: .6em 1em .6em 30px;
    white-space: nowrap;
}
.multi-select-menuitem--titled:before {
    display: block;
    font-weight: 700;
    content: attr(data-group-title);
    margin: 0 0 .25em -20px;
}
.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: 700;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.multi-select-presets {
    border-bottom: 1px solid #ddd;
}
.multi-select-menuitem input {
    position: absolute;
    margin-top: .25em;
    margin-left: -20px;
}
.multi-select-button {
    height: 38px;
    width: 21em;
    display: inline-block;
    font-size: 14px;
    padding: 7px .6em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -.5em;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: default;
}
.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .4em .4em 0;
    border-color: #999 transparent transparent;
    margin-left: .4em;
    vertical-align: .1em;
}
.multi-select-container--open .multi-select-button:after {
    border-width: 0 .4em .4em;
    border-color: transparent transparent #999;
}
.multi-select-container--positioned .multi-select-menu {
    box-sizing: border-box;
}
.multi-select-container--positioned .multi-select-menu label {
    white-space: normal;
}
.style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
}
.style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
.style-4::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
}
.product-amount-display {
    background-color: var(--primary);
    color: var(--white);
}
.bamdik {
    left: 10px;
}
.dandik {
    right: 10px;
}
.owl-one .product-image{
    display: block;
    height: 200px;
    width: 100%;
    border-radius:10px;
    overflow:hidden;
}
.owl-one .product-image img {
    object-fit: cover;
    height: 100%;
}
@media(max-width:600px){
.desktop-image{
height:auto;
}
.mobile-image{
display:block;
width:100%;

}
.mobile-image img{
width:100%;
height:100%;
object-fit:cover;
}
}
.details-price span span:nth-child(1){color:#ac2344 !important; font-size:19px !important;}
.details-price span span:nth-child(3){color:#575858 !important;}
.details-price span span:nth-child(2){color:#101010;}
.sale-text-sh{
    color: #c53e41;
    font-weight: bold;
    font-size: 16px;
}
.add-bundle-btn button{padding: 7px 20px;}