/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --shadow-1: 0 4px 10px rgba(51,51,51,.15);
    --radius-1: 15px
}
.m0{margin: 0!important;}

@-webkit-keyframes slide-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes slide-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
#header .search-form-categories select{ border-radius: var(--radius-1) 0 0 var(--radius-1);height: 45px;width: 160px!important;}
#header .header-search-form-wrapper input[type=search] {

    height: 45px;
    box-shadow: none;
    border: 2px solid var(--fs-color-secondary) 0;
}
#header .header-search-form-wrapper .searchform .button.icon {
    height: 45px;
    width: 45px;
    background-image: linear-gradient(to right, #fbcd0d, #ffe060);
    border-top-right-radius: var(--radius-1);
    border-bottom-right-radius: var(--radius-1);
    border: none;
}
#header .header-nav-main.nav.nav-right{
    flex-wrap: nowrap;
}

#header .header-box-icon .icon-box.text-left {
    align-items: center; color: #fff;flex-wrap: nowrap;margin-right: 10px;
}
#header .header-box-icon img {
    padding: 3px;filter: brightness(0) invert(1);
}

#header .header-box-icon .icon-box-left .icon-box-img+.icon-box-text{width: max-content;padding-left: 5px}

#header .header-box-icon .icon-box.text-left h5 {
    font-size: 13px;
    margin: 0;color: #fff
}
.icon-box.text-left p {
    line-height: 1.7;
    font-size: 12px;
    margin-bottom: 0;
    color: #595959;
}
#header .header-box-icon .icon-box.text-left p {
    color: #efefef;
}
#header a.header-cart-link{
    flex-direction: row-reverse;color: #fff;    flex-wrap: nowrap;
}
#header a.header-cart-link i.icon-shopping-cart{
    margin-right: 15px;font-size: 30px;
}
#header a.header-cart-link i.icon-shopping-cart:before {
    content: "\f218";font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
#header a.header-cart-link i.icon-shopping-cart[data-icon-label]:after{
    height: 20px;line-height: 20px;
    min-width: 20px;
    top: -5px;
}
#header .header-bottom-nav.nav>li.menu-item{height: 50px}
#header .header-bottom-nav.nav>li.menu-item:hover>a,#header .header-bottom-nav.nav>li.menu-item.active>a {
    background-color: #f1f5f6;color: #333}
#header .header-bottom-nav.nav>li.menu-item>a{border-radius: 5px 5px 0 0;padding: 0 10px;height: 100%}
#header .sub-menu .section {
    padding: 15px;
}

#header .sub-menu .section .section-content{
    border: 1px #ddd dashed;padding: 15px;
}
#header .sub-menu-header{
    font-size: 13px;
}
#header .header-html-custom a{color: #fff;font-size: 15px}
.br15{border-radius: var(--radius-1)}

.uppercase{letter-spacing: unset!important;}
.home-our-service{padding-left: 15px;padding-right: 15px}
.row-dashed .col:first-child:before{border-left:unset}
.trendy-menu-vertical span.menu-vertical-title {
    display: block;
    position: relative;
    padding: 8px 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    border: 1px solid #5a7b68;
    background-color: #057C40;
}
.trendy-menu-vertical span.menu-vertical-title i{margin-right: 5px}
.trendy-menu-vertical .header-vertical-menu__fly-out{width: 100%}
.trendy-menu-vertical .header-vertical-menu__fly-out .nav-vertical-fly-out{margin-bottom: 0}
.text-overflow{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.nav-link.active, .nav-link:hover {
    background: var(--primary-color)
}
.trendy-ux-products {
    position: relative;
}
ul.tabs-title {
    position: absolute;
    right: 10px;
    top: -60px;
    list-style: none;
    margin-bottom: 0;
}

ul.tabs li {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 13px;
}
ul.tabs li {
    padding: 5px 10px;
    border: 1px #ddd solid;
    border-radius: 99px;
}
ul.tabs li.active,ul.tabs li:hover{
    background: var(--primary-color);color: #fff;
    border: 1px var(--primary-color) solid;
}
.fade {
    -webkit-transition: opacity .7s linear;
    -o-transition: opacity .7s linear;
    transition: opacity .7s linear;
}
.tab-content.loading {
    display: block;
    opacity: 0.2;
}
.tab-content .tab-pane:not(.active) {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
}
.tab-content .tab-pane.active {
    display: block !important;
}
.section-head {
    border-bottom: 3px solid var(--fs-color-primary);
    position: relative;
    margin-bottom: 20px;
    margin-left: 17px;
}
.section-head .group-icon {
    position: absolute;
    top: 0;
    left: -17px;
    background: #231f20;
    padding: 10px;
    display: inline-block;
    color: #fff;
    width: 2.7rem;
    height: 2.7rem;
    text-align: center;
    line-height: 22px;
    z-index: 1;
    border-radius: 99px;
}
.section-head .title-txt {
    margin: 0;
    text-transform: uppercase;
    line-height: 25px;
    background-color: var(--fs-color-primary);
    padding-left: 35px;
    padding-right: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    width: max-content;
    padding-top: 5px;
}
.section-head .title-txt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent transparent var(--fs-color-primary);
    position: absolute;
    right: -40px;
    bottom: 0;
}
.flickity-prev-next-button,.slider-nav-reveal .flickity-prev-next-button,.slider-nav-reveal .flickity-prev-next-button:hover{
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6;
    border-radius: 4px;
    background-color: #fff!important;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    position: absolute;
    text-align: center;
    line-height: 45px;
    top: 50%;
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    opacity: 0.5;
    transform: translate(0, -50%) !important;
}
.slider-nav-reveal .flickity-prev-next-button svg{margin-top: 0!important;}
.slider-show-nav .flickity-prev-next-button,.slider:hover .flickity-prev-next-button {
    opacity: .9;
    transform: translate(0, -50%) !important;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0!important;
}
.flickity-slider .img-inner {
    border-radius: var(--radius-1);
}
.trendy-box-category{padding: 20px 15px 5px!important;border-bottom: 1px #ddd dashed }

.box.box-category .box-image {
    border-radius: var(--radius-1);
    background: linear-gradient(180deg, #31be77 0%, #057c40 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
}
.box.box-category .box-image img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.box.box-category .box-text {
    padding: 10px 0 15px;
}
.box.box-category .box-text .header-title {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
}

.trendy_horizontal_run .content-horizontal {
    padding: 13px 0;
    overflow: hidden;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 0 0 var(--radius-1) var(--radius-1);
}
.trendy_horizontal_run p {
    transition: all 0.3s ease;
    margin: 0;
    gap: 30px;
    animation: slide-left 10s linear infinite;
}
.trendy_horizontal_run a.button {
    white-space: nowrap;
    margin: 0;color: #fff;
}
.product-small.col {
    padding: 0 7px 14px;
}
.product-small,.product-small .col-inner{
    border-radius: var(--radius-1);
}
.badge-container {
    margin-top: 10px;
}
.badge-container .callout.badge {
    margin-left: 5px;
    font-size: 11px;    height: 25px;
}
.badge-inner.secondary.on-sale {
    font-weight: 400;background: linear-gradient(90deg, #b02215, #850900 90%);
}
span.product-promotion-title {
    position: relative;
    padding: 0 5px 0 25px;
}
span.product-promotion-title:before {
    content: '';
    background: url(./assets/img/icon-sale.png) 0 100% no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 4;
    width: 26px;
    height: 26px;
}
.product-small.box:not(.box-vertical) .box-image {
    border-radius: var(--radius-1) var(--radius-1) 0 0;
}
.product-small.box .box-text{
    padding-left: 1em;
    padding-right: 1em;
}
.box-text .product-title>a {
    line-height: 20px;
    margin: 0 0 7px;
    font-weight: 500;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-text .star-rating {
    margin: 0;
    margin-bottom: 5px;font-size: 14px;
}
.box-text .star-rating span{
    padding-top: 1em;
}
.price-wrapper .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-small.box .price-wrapper .price {
    flex-direction: column;
    align-items: flex-start;gap: 5px;position: relative;
}
.price span.amount{
    color: var(--fs-color-secondary);
}
.price del {
    text-decoration: unset;
}
.price del span.amount{
    text-decoration: line-through;color:#333;font-size: 12px;
}
span.sale-percent {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 5px;
    font-size: 17px;
    margin-left: 10px;color: #fff;
}
.product-small.box span.sale-percent {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 11px;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover{
    box-shadow:var(--shadow-1)!important;
}
.mb0{margin-bottom: 0}


.wpcf7-spinner{display: none}
.trendy-form .input-filled p {
    margin-bottom: 15px;
    position: relative;
}
.trendy-form .input-filled:not(.submit) i {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 22px;
    font-size: 17px;
    color: #c5c5c5;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.trendy-form .input-filled input{
    margin: 0;
    border: unset;
    box-shadow: unset;
}
.trendy-form .input-filled.submit p{
    margin-bottom: 0;
}
.trendy-form .input-filled label {
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 14px;
    color: #666;
    z-index: 1;
    width: max-content;-webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}
.trendy-form .input-filled:focus-within label {
    top: -10px;color: #333;font-size: 12px; background: #fff; padding: 2px 5px;
}
.trendy-form .input-filled textarea {
    margin-bottom: 0;
}
.trendy-form .wpcf7-form-control:not(.wpcf7-submit) {
    height: 55px;
    padding-left: 15px;
    padding-top: 22px;
    padding-bottom: 0;
    font-size: 17px;
    color: #121212;
    background-color: #fff;
    border: 2px solid #eee;border-radius: 10px;box-shadow: unset;
}
.trendy-form .wpcf7-submit {
    height: 50px;
    background: var(--fs-color-secondary);
    letter-spacing: 1px;
    display: block;
    width: 100%;border-radius: 10px;
}
.trendy-form .wpcf7-submit i {
    font-size: 18px;margin-left: 5px; color: var(--fs-color-secondary);
}
.trendy-form .wpcf7-submit:hover,.trendy-form .wpcf7-submit:focus {
    background: var(--fs-color-secondary);
    color: #151515
}
.trendy-form .wpcf7-submit:hover i,.trendy-form .wpcf7-submit i:focus {
    color: #151515
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}
.hide-scrollbar::-webkit-scrollbar {
    display: none
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
    background-color: #fff!important;
}
ul {
    padding-left: 15px;
}
.box-contact {
    padding: 15px 10px !important;
    border-radius: 5px;
    background-color: #fff;
}
.box-contact .icon-box{
    margin-bottom: 10px;
}
.box-contact h5, .page-contact .section-title-container {
    margin-bottom: 0;
}
.trendy-loading.active {
    position: absolute;
    z-index: 99;
    left: 47%;
    right: 0;
    top: 30%;
    margin: 0 auto;
}
.trendy-loading.active .loader {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 10rem;
    border: 3px solid white;
    background: linear-gradient(#eb31b0, #e4c352, #7df8d6);
    box-shadow: 0px 0px 100px -50px black;
    animation: animate 1s linear infinite;
}

.trendy-loading.active .loader::before {
    position: absolute;
    content: "";
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border-radius: 10rem;
    border: 3px solid white;
    box-shadow: inset 0px 0px 100px -70px #111;
}
nav.breadcrumbs {
    font-size: 12px;
    color: #434343;
    border-radius: 4px;
    padding: 10px 15px;
    text-align: left;
}
.breadcrumbs span.divider {
    display: none;
}
.breadcrumbs a{position: relative;}
.breadcrumbs a:after {
    margin-right: 4px;
}
.breadcrumbs a:not(:last-child) {
    padding-right: 15px;

}
.breadcrumbs a:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: auto;
    height: auto;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #788c95;
}
.breadcrumbs a:last-of-type {
    margin-right: 5px;
}
@keyframes animate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#trendy-option-popup.lightbox-modal {
    transform: scale(0);
    transition: all .3s ease-in-out;
    display: flex!important;
    align-items: center;
    opacity: 0;position: fixed;z-index: 99999;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;

}
div#trendy-option-popup.show {transform: scale(1);opacity: 1}
#trendy-option-popup .modal-content {max-width: 850px;padding: 0}
#trendy-option-popup .modal-body {flex: 1 1 auto;padding: 20px 18px;background: #fff;border-radius: 10px}
#trendy-option-popup .modal-body .col{padding-bottom: 0!important;}
#trendy-option-popup .modal-body h1.product-title {font-size: 16px}
#trendy-option-popup .modal-body .is-divider{display: none}
#trendy-option-popup .modal-body .price-wrapper{padding: 5px}
#trendy-option-popup .modal-body .note-price{font-size: 13px}
#trendy-option-popup .modal-body span.amount{font-size: 20px}
#trendy-option-popup .modal-body .title-form{padding-top:10px;margin-bottom: 0}
#trendy-option-popup .modal-body p.small{font-size: 14px}
#trendy-option-popup .option-popup-close{
    position: absolute;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    top: -15px;
    right: -15px;
    z-index: 99;    cursor: pointer;
}
#trendy-option-popup .option-popup-close .close-line{
    position: absolute;
    display: inline-block;
    background: #000;
    transform: rotate(45deg);
    width: 22px;
    height: 2px;
    top: 22px;
    left: 13px;
}
#trendy-option-popup .option-popup-close .close-line + .close-line{
    transform: rotate(-45deg);
    left: 12px;
}
#trendy-option-popup form{
    margin-bottom: 0;
}
.trendy-blog .item--featured {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.trendy-blog .item--featured {
    border-radius: 5px
}

.trendy-blog .item--featured:after,.trendy-box-image .item--featured:before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--fs-color-secondary) 40%),to(transparent));
    background-image: -webkit-linear-gradient(to top,var(--fs-color-secondary) 40%,transparent);
    background-image: -moz-linear-gradient(to top,var(--fs-color-secondary) 40%,transparent);
    background-image: -ms-linear-gradient(to top,var(--fs-color-secondary) 40%,transparent);
    background-image: -o-linear-gradient(to top,var(--fs-color-secondary) 40%,transparent);
    background-image: linear-gradient(to top,var(--fs-color-secondary) 40%,transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(249, 189, 14, 0.8) 40%',endColorStr='rgba(0, 0, 0, 0)');
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    height: 42%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .7;
    content: '';
    position: absolute
}

.trendy-blog .item--featured:after {
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center
}

.trendy-blog:hover .item--featured:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.trendy-blog .box-text {
    margin: -60px 20px 0;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    padding: 16px 50px 21px 30px;
    -webkit-box-shadow: 0 15px 45px rgba(73,73,73,.1);
    -khtml-box-shadow: 0 15px 45px rgba(73,73,73,.1);
    -moz-box-shadow: 0 15px 45px rgba(73,73,73,.1);
    -ms-box-shadow: 0 15px 45px rgba(73,73,73,.1);
    -o-box-shadow: 0 15px 45px rgba(73,73,73,.1);
    box-shadow: 0 15px 45px rgba(73,73,73,.1);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    width: auto
}

.trendy-blog .box-text .item--meta {
    margin-bottom: 17px;
    list-style: none;
    color: #000e52;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.trendy-blog .box-text .item--meta .item--category,.trendy-blog .box-text .item--readmore {
    background-image: -webkit-linear-gradient(135deg,var(--primary-color),#145a37);
    background-image: -moz-linear-gradient(135deg,var(--primary-color),#145a37);
    background-image: -ms-linear-gradient(135deg,var(--primary-color),#145a37);
    background-image: -o-linear-gradient(135deg,var(--primary-color),#145a37);
    background-image: linear-gradient(135deg,var(--primary-color),#145a37);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--primary-color)',endColorStr='#145a37')
}

.trendy-blog .box-text .item--meta .item--category {
    margin: 0;
    margin-right: 18px;
    padding: 0 10px;
    line-height: 31px;
    border-radius: 4px
}

.trendy-blog .box-text .item--meta .item--category a {
    color: #fff
}

.trendy-blog .box-text .item--meta li:last-child {
    margin-right: 0
}

.trendy-blog .box-text .item--meta i {
    margin-right: 4px
}

.trendy-blog .box-text .post-title {
    color: #000e52;
    line-height: 1.5;
    margin-bottom: 0
}

.trendy-blog .box-text .item--readmore {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    color: #fff
}

.trendy-blog .box-text .item--readmore:hover i {
    -o-animation: toRightFromLeft .3s forwards;
    -ms-animation: toRightFromLeft .3s forwards;
    -webkit-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}


.off-canvas-cart .cart-popup-inner {
    background: #fff;padding: 0 20px;
}
.cart-popup-inner .cart-popup-title {
    top: 0;
    position: sticky;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;background-color: #fff;z-index: 1;
}
.cart-popup-inner .is-divider {display: none}
.ux-free-shipping__bar-progress{
    background: var(--fs-color-secondary) !important;
}
.cart-popup-inner ul.woocommerce-mini-cart {padding-left: 0;
}
.cart-popup-inner .mini_cart_item  {
    padding: 12px 20px 12px 80px;
}
a.remove_from_cart_button {
    border: unset;
    font-size: 29px !important;
    color: #333;
    font-weight: 300;
}
.cart-popup-inner .mini_cart_item  a:not(.remove) {
    font-weight: 400;font-size: 15px;
}
.cart-popup-inner .mini_cart_item img {
    height: 70px;
    width: 70px;margin-bottom: 0;
}
.cart-popup-inner .mini_cart_item .variation,.shop_table .cart_item .variation {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.31;
    letter-spacing: .29px;
    color: #7b7b7b;
    position: relative;
    margin-bottom: 5px;
}
.mini_cart_item .variation .item_color,.shop_table .cart_item .variation .item_color {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
}
.mini_cart_item .variation .minicart_val,.shop_table .cart_item .variation .minicart_val{
    padding-left: 25px;
}
.mini_cart_item .quantity input, .shop_table .cart_item .quantity input{
    box-shadow: unset;
    border: unset;
    font-size: 15px;
    height: 25px ;
    color: #000 ;
    font-weight: 700;
    text-shadow: unset;
    min-height: 25px;
    line-height: unset;width: 35px;
    border-radius: 99px;
}


.cart-popup-inner .cart-col {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px #ebebeb dashed;font-weight: 400;
}
form.checkout_coupon{margin-bottom: 15px}
form.checkout_coupon p.coupon-title {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
}
form.checkout_coupon .coupon {
    display: flex;border: 1px solid #333;
}
form.checkout_coupon .coupon input{border:unset;box-shadow: unset; font-size:15px;padding: 0 10px;margin: 0;height: 35px;text-shadow: unset}
form.checkout_coupon .coupon input.is-form {
    width: 30%;line-height: 25px;
    background: var(--primary-color);color: #fff;height: 35px;
}
.off-canvas-cart .ux-mini-cart-footer {
    padding: 10px 20px;margin-left: -20px;
    margin-right: -20px;
}
.off-canvas-cart .ux-mini-cart-footer .woocommerce-mini-cart__total {
    border-bottom: unset;
    margin-bottom: 0;
    padding: 0;
}

.off-canvas-cart .ux-mini-cart-footer .woocommerce-mini-cart__buttons {
    display: flex;
}
#footer .text {
    color: #6d6d6d;
}
#footer .section-title-container {
    margin-bottom: 0;
}
#footer .section-title-normal span{
    border-bottom: 2px solid var(--primary-color);
}
#footer .ux-menu,#footer .product-category.col .box-text h5{
    font-size: 13px;margin-bottom: 0;
}
#footer .ux-menu .ux-menu-link__link{padding: 7px 0 7px;}
#footer .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-style: dashed;
}
#footer .absolute-footer{
    padding: 10px 0;
}
#footer .copyright-footer {
    font-size: 13px;
    margin-top: 15px;
}
#footer .box-category.box-vertical .box-image {
    display: none;
}
#footer .product-category.col:not(:last-child) .box-text {
    padding: 7px 0 7px;
    border-bottom: 1px #ddd dashed;
}

@media screen and (min-width: 850px){
    .home-top-banner .col.home-box-right {
        flex-basis: 430px;
        max-width: 430px;
    }
    .home-top-banner .col.home-box-left {
        flex-basis: calc(100% - 430px);
        max-width: calc(100% - 430px);
    }
}

@media screen and (max-width: 849px){
    #header .top-divider{border: unset}
    #header .header-bottom {
        background-color: #fff;
    }
    #header .header-bottom form.searchform, #header .header-bottom .form-flat input:not([type=submit]){

        color: #333;

    }
    #header .header-bottom .form-flat input:not([type=submit]){
        border-radius: 0;border: 1px solid #ddd;
    }
    #header .header-bottom .form-flat input[type="search"]::placeholder,#header .header-bottom .form-flat input[type="search"]::placeholder {
        color: #333!important;
    }
    .trendy-ux-products ul.tabs-title {
        display: flex;
        flex-direction: column;
        padding: 5px 0;
        margin-bottom: 0;
        position: unset;
        overflow-y: scroll;
        flex-wrap: wrap;
        height: 40px;
    }
    .trendy-ux-products ul.tabs-title li{font-size: 12px}
    .trendy-ux-products .tab-content {
        padding-top: 10px;
    }
    .row.box-categories-home {
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 15px;
        height: 5rem;
        overflow-y: scroll;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .trendy-box-category {
        padding: 15px 5px 15px !important;
    }
    .product-category.col {
        padding: 8px 0 0 0;
    }
    .box.box-category .box-image {
        display: block;
        overflow: hidden;
        border-radius: 50px;
        height: 60px;
        width: 60px;
        margin: auto;
        position: relative;
        border: 1px solid #c3c3c3;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12);
    }
    .box.box-category .box-image img{
        background-position: 0 0;
        width: 35px;
        height: 35px;
        display: block;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .box.box-category .box-text{padding: 0}
    .box.box-category .box-text h5 {
        padding: 5px;
    }
    .box.box-category .box-text .count {
        display: none;
    }
    #trendy-option-popup .modal-body {
        padding: 10px;
    }
    .trendy-form .wpcf7-form-control:not(.wpcf7-submit){
        height: 50px!important;
    }
    .trendy-form .input-filled textarea {
        min-height: 65px !important;
    }
    .trendy-form .wpcf7-submit{height: 40px}
}
@media (max-width: 549px){
    .slider-home .flickity-slider .img-inner{
        padding-top: 150px!important;
    }
    #logo img {
        max-height: 40px!important;
    }
}
.trendy-div.banner-home-img .img {
    margin-bottom: 30px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .trendy-div.banner-home-img {
        display: flex
    }

}
