/***********Responsive**************/


@media only screen and (max-width: 1399.98px) {

    .nav>ul>li {
        margin: 0px 20px 0px 0px;
    }

    .banner-content {
        top: 15%;
    }

    .heading-area h2 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 55px;
    }
	
	.banner-area 
	{
		overflow: hidden; 
	}

     
}

@media only screen and (max-width: 1199.98px) {

    .nav>ul>li {
        margin: 0px 25px 0px 0px;
    }

    .banner-content h1 {
    font-family: Photograph_Signature;
    font-size: 100px;
    line-height: 122px;
}
    
.banner-content h2 {
    color: #381E00;
    font-size: 33px;
    line-height: 50px;
    font-weight: bold;
}

.product-slider .slick-prev, .loved-product-slider .slick-prev, .testimonial-slide .slick-prev {
    left: 45%;
    position: absolute;
    bottom: 0;
    top: 106%;
}

.product-slider .slick-next, .loved-product-slider .slick-next, .testimonial-slide .slick-next {
    right: 0;
    top: 106%;
    left: 50%;
}



}

@media only screen and (max-width: 991.98px) {

    /*******************************
********NAV BAR*****************
*****************************/
    .nav {
        position: fixed;
        left: 0px;
        top: 0px;
        background: #381e03;
        height: 100%;
        z-index: 999;
        transform: translate(-105%, 0px);
        transition: all 0.4s ease-in-out;
        width: 300px;
        box-shadow: 0 0 5px #606060;
        margin: 0;
        display: block;
        overflow-y: auto;
    }

    .menutogg {
        transform: translate(0%, 0px) !important;
        transition: all 0.4s ease-in-out;
    }

    .nav ul {
        width: 100%;
    }

    .header .row {
        margin: 0px;
    }

   #pull {
        display: block;
        width: auto;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
        order: 3;
    }

    .right-head 
    {
        order: 2;
        margin-left: auto;
        margin-right: 15px;
    }

    ul#menu-bg {
        display: block;
    }

    .header-phone {
        margin-left: 40px;
        margin-top: 14px;
    }

    .top-icon {
        margin-top: 31px;
    }

    .nav>ul>li {
        display: block;
        margin: 0;
    }

    .logo {
        margin-top: 0;
        position: relative;
        z-index: 99;
        width: 200px;
        order: 1;
    }

    .menu-part {
        flex-flow: wrap;
    }

    /****/
	
	span.arrow-icon {
		right: 10px;
		top: 10px;
        z-index: 99;
        color: #FFF;
        font-size: 20px;
	}
	
	.nav>ul>li>ul 
	{
		position: relative; 
		transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
	}
	
	.nav>ul>li>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
	transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
}

	.nav>ul>li>ul>li>a, .nav>ul>li>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}
	
	.nav>ul>li:last-child>ul>li>ul, .nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
		transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
}
	
	.nav>ul>li>ul>li>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
		transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
}
	
	.nav>ul>li>ul 
	{
		width: auto; 
		transition: all 0.0s ease-in-out;
    -webkit-transition: all 0.0s ease-in-out;
	}



    /*******************************
********NAV BAR*****************
*****************************/

    .nav>ul>li>a {
        padding: 10px 15px;
        color: #FFF;
    }

    .mob-logo {
        display: block !important;
        width: auto !important;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .topmines #pull {
        margin-top: 5px;
    }

    .nav>ul>li:hover>a,
    .nav>ul>li.current-menu-item>a,
    .nav>ul>li.current-menu-parent>a,
    .nav>ul>li.current-menu-ancestor>a {
        color: #fff;
    }

    .call-text b {
        font-size: 26px;
        line-height: 60px;
    }

    .call-text strong {
        font-size: 40px;
        line-height: 45px;
    }

    .product-slider .slick-prev, .loved-product-slider .slick-prev, .testimonial-slide .slick-prev {
    left: 42%;
    position: absolute;
    bottom: 0;
    top: 106%;
}

.product-slider .slick-next, .loved-product-slider .slick-next, .testimonial-slide .slick-next {
    right: 0;
    top: 106%;
    left: 50%;
}

.blog-list-part 
{
    margin-bottom: 30px;
}

.blog-image img 
{
    width: 100%;
}

.banner-content h1 {
    font-family: Photograph_Signature;
    font-size: 75px;
    line-height: 100px;
}

.banner-content h2 {
    font-size: 25px;
    line-height: 30px;
}

.nav .logo img
{
    width: 100%;
    margin-bottom: 10px;
}

	.shipping-area 
	{
		margin-bottom: 10px; 
	}


   
}



@media only screen and (max-width: 767.98px) {

        .product-slider .slick-prev, .loved-product-slider .slick-prev, .testimonial-slide .slick-prev {
    left: 40%;
    position: absolute;
    bottom: 0;
    top: 106%;
}

.product-slider .slick-next, .loved-product-slider .slick-next, .testimonial-slide .slick-next {
    right: 0;
    top: 106%;
    left: 50%;
}

.copy-right .foot-social 
{
    justify-content: center !important;
}
.copy-right .col-md-6 
{
    text-align: center;
}

.copy-right p  
{
    margin-bottom: 10px;
}

.banner-content h1 {
        font-size: 55px;
        line-height: 70px;
    }

    .banner-content h2 {
        font-size: 18px;
        line-height: 24px;
    }
	
	.shipping-area {
        margin-bottom: 15px;
        border: 1px solid #afafaf;
        padding: 10px 15px;
        border-radius: 15px;
    }
	
	.most-loved-product 
	{
		padding-bottom: 80px !important;
	}
	 

}

@media only screen and (max-width: 575.98px) {

    .video-scroll button  
	{
		width: 100%; 
	}



}

@media only screen and (max-width: 480px) {

    .logo {
        margin-top: 0;
        position: relative;
        z-index: 99;
        width: 100%;
        margin: 0 auto;
		text-align: center; 

    }
	
	.logo img 
	{
		width: 280px; 
	}

    .right-head {
        order: 2;
        margin-left: inherit;
        margin-right: 0;
        margin: 0 !important;
        padding: 0 !important;
    }

    .banner-area img 
    {
        height:250px;
        object-fit: cover;
    }

    .banner-content {
        top: 30%;
    }

    .product-slider .slick-prev, .loved-product-slider .slick-prev, .testimonial-slide .slick-prev {
        left: 33%; 
    }

    .heading {
    font-size: 22px; 
    }

    .copy-right p {
        font-size: 13px;
    }
     

	.woocommerce-result-count, .woocommerce-ordering
	{
		width: 100%; 
	}


}

@media only screen and (max-width: 320px) {}