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

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
  font-size: 14px;
}
body {
    font-size: 14px;
    color: white;
    line-height: 1.7;
}
.box-text {
    font-size: 1em;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-weight: bold;
    line-height: 24px;
}
.dark .price, .dark .price del, .dark span.amount {
    color: #ddb08d;
}
h1, .h1 {
    font-size: 2.57143em;
}

h2, .h2 {
    font-size: 2em;
}

h3, .h3 {
    font-size: 1.71429em;
}

h4, .h4 {
    font-size: 1.28571em;
}

h5, .h5 {
    font-size: 1.14286em;
}

h6, .h6 {
    font-size: 1.14286em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: white;
    letter-spacing: .01em;
}

p {
    margin: 0 0 15px 0;
}

p img {
    margin: 0;
}
.icon-box-text p:first-child {
    margin: 0 0 5px 0;
}
.img-border img {
    border: 2px solid var(--fs-color-secondary);
}
.footer-widgets .is-divider {
    width: 100%;
    max-width: 100%;
    height: 1px;
    margin: .3em 0 .8rem;
}


.footer-widgets p, #footer{
	font-size: 13px;
}
.footer-widgets .widget-title {
	color: #e9b68e;
	font-size: 15px;
}
.nav-dropdown{
	padding: 5px 0;
}
.nav-dropdown>li>a{
	padding: 10px 10px;
}
.nav-dropdown li+li {
    border-top: 1px solid #e3e3e3;
}
.nav-dropdown.dark>li>a{
	color: #fff;
}
.featured-product-box .text p {
    background: #ba8562;
    padding: 10px;
    font-weight: 700;
    font-size: 19px;
}
.featured-product-box .product-small.box {
    border: 1px solid #ba8562;
    padding-top: 20px;
}
.pborder:not(.col), .col.pborder .col-inner{
	border: 1px solid #ba8562;
}

.align-center{
    align-items: center;
}
.benifits .icon-box+.icon-box {
    border-top: 1px solid #ba8562;
    margin-top: 10px;
    padding-top: 10px;
}
.dark, .dark p, .dark td {
    color: #ffffff;
}
.product-title.entry-title{
	font-size: 24px;
	color: var(--fs-color-secondary);
}
.price.product-page-price .amount {
	font-size: 17px;
	color: var(--fs-color-secondary);
}
.single_add_to_cart_button.button {
    font-size: 18px;
    border-radius: 30px;
    width: 100%;
    line-height: 48px;
}
.share-icons {
    gap: 10px;
    display: flex;
}
.share-icons i {
    color: #000;
    line-height: 38px;
    font-size: 20px !important;
}
.share-icons a {
    background: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.gray-box{
	background: #282828;
    padding: 13px 15px;
    border-radius: 3px;
}
.list-items ul{
	margin-bottom: 0!important;
}
.list-items li{
    font-size: 14px;
    color: white;
    margin-top: 12px;
    padding-left: 29px;
    margin-left: 0 !important;
    margin-bottom: 7px;
    background: url(./icon-tick.png) no-repeat left;
    list-style: none;
}
.product-tabs.nav a:before{
	display: none;
}
.product-tabs.nav a{
	font-size: 15px;
	color: #fff;
	padding: 3px 0;
}
.product-tabs.nav li+li{
	border-left: 1px solid #fff;
    padding-left: 20px;
}
.product-tabs.nav{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.product-section {
    border-top: none;
}
.product-section-title{
	text-align: center;
}
#footer{
	position: relative;
}
#footer:before{
	content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 1180px;
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover{
    height: 60px;
    margin: -40px 0 0 !important;
    top: 50%;
    background-color: #fff!important;
    border-radius: 6px!important;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .3)!important;
    opacity: 1!important;
}
.flickity-prev-next-button svg {
    fill: rgb(0 0 0);
    border-color: rgb(0 0 0);
    transition: all .3s;
    margin-top: 0px!important;

}

.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    fill: rgb(0 0 0)!important;
    border-color: rgb(0 0 0)!important;
    transition: all .3s;
}
.slider.row-slider.slider-nav-reveal .flickity-button.previous{
    transform: translateX(-100%);
}

.slider.row-slider.slider-nav-reveal .flickity-button.next{
    transform: translateX(100%);
}
#header .searchform .button.icon {
    margin: 0;
    background: transparent;
    color: #000;
    border: none;
}
#header form.searchform {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
#header form.searchform input[type=search]{
    border: none;
    box-shadow: none;
    outline: none;
}
body .cart-item.has-icon a{
	color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}