/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url(https://use.fontawesome.com/releases/v5.8.2/css/all.css);
/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-dropdown {
    min-width: 300px;
    padding: 0px;
    border: 1px solid #fff;
}
ul.product_list_widget li .quantity{
	opacity: 1;
}
.nav-dropdown > li > a, .nav-column > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #2e3553;
}
.nav-dropdown-simple .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-simple>li>a:hover {
 	background-color: #4c1807;
}

.slideHome{
	padding-left: 25px;
	padding-right: 25px;
}
.slideHome .bg-fill{
	background-repeat: repeat !important;
	background-size: unset !important;
}
.slideHome > div.section-content{
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	border-top-width: 5px !important;
	border-right-width: 5px !important;
	border-bottom-width: 5px !important;
	border-left-width: 5px !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	border-left-color: #fb0 !important;
	border-left-style: ridge !important;
	border-right-color: #fb0 !important;
	border-right-style: ridge !important;
	border-top-color: #fb0 !important;
	border-top-style: ridge !important;
	border-bottom-color: #fb0 !important;
	border-bottom-style: ridge !important;
}
@media(max-width: 849px){
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
	    background-color: #7d3923;
	}
	.off-canvas-right  .mfp-content.off-canvas-cart{
		background-color: #fff;
	}
	.off-canvas .sidebar-menu {
	    padding: 0;
	}
	li.html.custom.html_nav_position_text {
	    background: #fff;
	}
	.nav-sidebar.nav-vertical > li + li {
	    border-bottom: 1px solid #975540;
	    border-top: none;
	}
	.off-canvas .nav-vertical > li > a {
	    font-size: 14px;
	    color: #fff;
	}
	.nav .active > .children {
	    padding: 0px 20px;
	}
	i.icon-angle-down {
	    color: #fff !important;
	    opacity: 1 !important;
	}
	.nav-vertical li li {
	    padding-left: 5px;
	    border-top: 1px dotted #975540;
	}
	.nav-vertical > li > ul li a {
	    color: #fff;
	    font-size: 15px;
	    padding-left: 5px !important;
	}
	.category-filtering{
		display: none;
	}
	#footer .col-inner h5{
		position: relative;
	}
	#footer .col-inner h5:after{
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		right: 0;
		width: 25px;
		text-align: center;
		z-index: 99;
	}
	#footer .col-inner ul{
		display: none;
	}
}

@keyframes zoomIn {
    from {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px
    }

    to {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px
    }
}

#hotline {
    position: fixed;
    margin: 0;
    padding: 0;
    left: -10px;
    bottom: 35px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    width: 110px;
    height: 110px;
    z-index: 9999;
}

#hotline .tada {
    background: #f00;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tada;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

#hotline .tada a i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -12px;
    width: 65%;
    color: #fff;
    font-size: 30px;
}

@keyframes tada {
    from {
        transform: rotate(-20deg)
    }

    to {
        transform: rotate(20deg)
    }
}

#text-8 .pulse {
    width: 60px;
    height: 60px;
    background: rgba(255, 144, 2, 0.39);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px
    }

    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }
}

#hotline .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #f00;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

#hotline .pulse {
    width: 60px;
    height: 60px;
    background: rgba(255, 144, 2, 0.39);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

#hotline span {
    position: absolute;
    left: 75px;
    top: 36px;
    font-size: 20px;
    background: #f00;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    z-index: 9;
}

.product-footer .small-nav-collapse > li{
    width: auto;
}
.product-footer .small-nav-collapse > li > a {
    color: #ccc;
}
.product-footer .small-nav-collapse > li.active > a {
    color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}