/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
color: var(--primary-color);
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
input[type='email'], 
input[type='search'], 
input[type='number'], 
input[type='url'], 
input[type='tel'], 
input[type='text'], 
textarea, select {
    box-shadow: none;
    height: 45px !important;
    border-radius: 3px;
    margin-bottom: 0;
    font-weight: 400;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #111;
}
.product-small.col .col-inner {
    position: relative;
    border: 1px solid #e7e9e8;
    background-color: #fff;
}
.product-small.col .product-small.box .box-image {
    padding: 5px;
}
.product-small.box .box-text.box-text-products {
    padding: 15px;
}
.product-small.box .box-text.box-text-products .price-wrapper .price del span.woocommerce-Price-amount.amount {
    font-size: 14px;
}
.product-small.box .box-text.box-text-products .price-wrapper .price span.woocommerce-Price-amount.amount {
    font-size: 18px;
}
.name.product-title {
    height: 46px;
    margin-bottom: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec__sp-noi-bat .tabbed-content ul.nav li.tab a {
    color: var(--primary-color);
    font-weight: 600 !important;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
}
.sec__sp-noi-bat .tabbed-content ul.nav li.tab.active a {
    color: #fff;
}
.footer-2 .ux-menu .ux-menu-link.flex.menu-item .ux-menu-link__link {
    min-height: 25px;
    padding-top: 0;
    padding-bottom: 0;
}
.footer-2 .ux-menu .ux-menu-link.flex.menu-item .ux-menu-link__link:hover {
    color: #f16f1b;
}
.relatedcat__title {
    display: inline-block;
}
.relatedcat__title span {
    border-left: solid 2px #F7B610;
    position: relative;
    z-index: 1;
    background-color: var(--primary-color);
    float: left;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.relatedcat__title span:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    border-left: solid 4px #F7B610;
    width: auto;
    margin-top: 0;
    min-height: 100%;
    z-index: 10;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


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

    .relatedcat ul {
        display: flex;
        margin: 0 -10px;
    }
    .relatedcat ul > li {
        list-style: none;
        width: 33.3333%;
        padding: 0 10px;
    }
    .relatedcat ul > li img {
        object-fit: cover;
        width: 100%;
        height: 150px;
        border-radius: 5px;
        transition: transform .5s;
    }
    .relatedcat ul > li > a {
        line-height: 20px;
        display: block;
        margin-top: 10px;
    }
}
.toolbar {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    left: 0px;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
}

.toolbar.is-active .list-phone {
    display: block;
    -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
    animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}

.toolbar .list-phone {
    position: absolute;
    bottom: 100%;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
    display: none;
}

.toolbar .list-phone a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    background: var(--background);
    max-width: 240px;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 50px;
    padding-right: 30px;
}

.toolbar .list-phone svg {
    max-width: 26px;
    max-height: 26px;
}

.toolbar .list-phone span {
    display: block;
    width: calc(100% - 40px);
    color: var(--color);
    font-weight: 700;
}

.toolbar .phone {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background);
    border-radius: 50%;
    margin: 0 0px -25px 30px;
    transition: transform .2s ease-in-out;
}

.toolbar .phone a {
    color: var(--color);
    display: block;
    position: relative;
}

.toolbar .phone a:before, .toolbar .phone a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 30px;
    height: 3px;
    border-radius: 2rem;
    background-color: var(--main-color);
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.toolbar .phone a:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.toolbar .phone svg {
    max-width: 27px;
    max-height: 27px;
    display: block;
    position: relative;
    fill: var(--main-color);
}

.toolbar.is-active .phone {
    transform: rotate(-180deg);
}

.toolbar.is-active .phone img {
    opacity: 0;
}

.toolbar.is-active .phone a:before, .toolbar.is-active .phone a:after {
    opacity: 1;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    --size: 33px;
    -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%;
    background: var(--background);
    padding: 5px 0;
    padding-left: 90px;
    border-radius: 10px 10px 0px 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
	margin-bottom: 0;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    color: var(--color);
}

.toolbar ul li .icon {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.toolbar ul li a span {
    display: inline-block;
    font-weight: 400;
    font-size: 9px;
    margin-top: 5px;
    color: var(--color);
    text-transform: capitalize;
}

.toolbar ul li a img, .toolbar ul li svg {
    max-height: 22px;
    fill: var(--main-color);
}

.toolbar .phone img {
    animation: tada 1.2s infinite;
    fill: var(--main-color);
}

.tada {
    animation: tada 1.2s infinite;
}

.lang-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toolbar ul li.lang-toolbar a {
    display: inline-block;
    width: unset;
    margin: 0px 2px;
    font-size: unset;
}

.toolbar ul li.lang-toolbar a img {
    height: 10% !important;
}

.ex6 path {
    fill: transparent;
    stroke: var(--main-color);
    stroke-width: 0.5;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: dash 5s ease forwards;
    animation: dash 5s ease forwards;
}

@-webkit-keyframes dash {
    to {
        fill: var(--main-color);
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        fill: var(--main-color);
        stroke-dashoffset: 0;
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,60%,80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes quickShow {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
div#contact-menu {
	
    position: fixed;
    z-index: 9999;
    right: 25px;
    top: 150px;
    width: 80px;
    text-align: center;
    box-shadow: 0 19px 35px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
    border-radius: 20px;
    padding: 15px 0 0;
    background: #fff
}

div#contact-menu ul {
    list-style: none;
    padding: 0
}

div#contact-menu ul li {
    padding: 2px 0
}

div#contact-menu ul li a {
    font-size: 12px;
    white-space: nowrap;
    color: #0d6799;
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

div#contact-menu ul li a img {
    margin: 0 auto
}

div#contact-menu>ul {
    margin-bottom: 0
}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: var(--primary-color);
}
@media screen and (max-width: 991.98px) {
    div#contact-menu>ul>li {
        margin-bottom:0
    }

    div#contact-menu {
		display: none !important;
		bottom: 0;
		left: 0;
		top: auto;
		width: 100%;
		padding: 10px 0 1px;
		background-color: var(--primary-color);
		box-shadow: 0 4px 4px rgba(0,0,0,.25);
		border-radius: 10px 10px 0 0
		}

    div#contact-menu>ul {
        display: flex;
        flex-direction: row
    }

    div#contact-menu>ul>li {
        width: 25%;
        display: flex !important;
        flex-direction: column;
        gap: 5px
    }

    div#contact-menu>ul>li img {
        height: 22px;
        width: auto
    }

    div#contact-menu>ul>li a {
        color: #fff;
        font-weight: 400;
		margin-bottom: 0;
    }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 0
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);opacity:.4;
            transform: translate3d(0, 0, 0) scale(1);    
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(2);opacity:0;
            transform: translate3d(0, 0, 0) scale(2);   
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);opacity:0;
            transform: translate3d(0, 0, 0) scale(1); 
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);opacity:0;
            transform: translate3d(0, 0, 0) scale(1); 
  }
}
@keyframes phone-icon {
0% { transform: translate3d(0px, 0, 0); }
2% { transform: translate3d(2px, 0, 0); }
4% { transform: translate3d(-2px, 0, 0); }
6% { transform: translate3d(2px, 0, 0); }
8% { transform: translate3d(-2px, 0, 0); }
10% { transform: translate3d(2px, 0, 0); }
12% { transform: translate3d(-2px, 0, 0); }
14% { transform: translate3d(2px, 0, 0); }
16% { transform: translate3d(-2px, 0, 0); }
18% { transform: translate3d(2px, 0, 0); }
20% { transform: translate3d(-2px, 0, 0); }
22% { transform: translate3d(2px, 0, 0); }
24% { transform: translate3d(-2px, 0, 0); }
26% { transform: translate3d(2px, 0, 0); }
28% { transform: translate3d(-2px, 0, 0); }
30% { transform: translate3d(2px, 0, 0); }
32% { transform: translate3d(-2px, 0, 0); }
34% { transform: translate3d(2px, 0, 0); }
36% { transform: translate3d(-2px, 0, 0); }
38% { transform: translate3d(2px, 0, 0); }
40% { transform: translate3d(-2px, 0, 0); }
42% { transform: translate3d(2px, 0, 0); }
44% { transform: translate3d(-2px, 0, 0); }
46% { transform: translate3d(0em, 0, 0); }
}
.is-sp {
    display: none !important;
}
@media (min-width: 561px) {
    .toolbar {
        display: none;
    }
}
@media (max-width: 560px) {
	
}
@media (max-width: 850px) {
	
}