@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/nice-select.css);
@import url(../css/font-awesome.min.css);
@import url(../fonts/opensans/main.css);

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Open Sans";
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #242424;
    line-height: 1.3;
    font-weight: bold;
}

p{
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

a{
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000;
    font-weight: 400;
    font-size: 12px;
}
a:hover, a:focus {text-decoration: none;}
	
ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img{
    height: auto;
    max-width: 100%;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.mobile-nav {
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 3000;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5em 0.7em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.mobile-nav .menuNavPrimary,
.mobile-nav .menuNavSecondary {
    cursor: pointer;
}

.mobile-nav .menuNavPrimary span {
    width: 28px;
    height: 3px;
    background-color: #61892f;
    display: block;
    margin-bottom: 5px;
    border-radius: 2px;
}

.mobile-nav .menuNavPrimary span:last-child {
    margin-bottom: 0;
}

#scrollUp {
	background: #f4623a;
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #ff9a76;
}

.main-content-wrapper {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-content-wrapper .header-area-primary,
.main-content-wrapper .header-area-secondary{
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    padding: 40px 20px;
}
.main-content-wrapper .header-area-secondary {
	padding:30px 15px;
}
.main-content-wrapper .header-area-primary.bp-xs-on-primary {
    left: 0;
}

.main-content-wrapper .header-area-secondary.bp-xs-on-secondary {
   right: 0;
}

.main-content-wrapper .header-area-primary .nav-close-primary,
.main-content-wrapper .header-area-secondary .nav-close-secondary {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
    display: none;
}
.main-content-wrapper .header-area-primary .nav-close-primary {
	right: 0;
}
.main-content-wrapper .header-area-secondary .nav-close-secondary {
	left: 0;
}

.main-content-wrapper .header-area-primary .nav-close-primary:hover,
.main-content-wrapper .header-area-secondary .nav-close-secondary:hover {
    background-color: #131212;
}

.main-content-wrapper .header-area-primary .logo,
.main-content-wrapper .header-area-secondary .logo {
    margin-bottom: 20px;
    display: block;
}

.main-content-wrapper .header-area-primary .amado-nav li a,
.main-content-wrapper .header-area-secondary .amado-nav li a {
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding: 12px 0;
    display: block;
    line-height: 0.8;
    color: #131212;
    font-weight: bold;
}

.main-content-wrapper .header-area-primary .amado-nav li a::after,
.main-content-wrapper .header-area-secondary .amado-nav li a::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 70px;
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    background-color: #ee964b;
    z-index: 10;
    content: '';
	left: -150px;
}
.main-content-wrapper .header-area-secondary .amado-nav li a::after {
     width: 40px;
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    background-color: #ee964b;
    z-index: 10;
    content: '';
	left: -150px;
}
.main-content-wrapper .header-area-primary .amado-nav li ul li a::after,
.main-content-wrapper .header-area-secondary .amado-nav li ul li a::after{
    background-color: #001122;
}
.main-content-wrapper .header-area-primary .amado-nav li a:hover,
.main-content-wrapper .header-area-primary .amado-nav li a:focus,
.main-content-wrapper .header-area-secondary .amado-nav li a:hover,
.main-content-wrapper .header-area-secondary .amado-nav li a:focus {
    color: #fbb710;
}
.main-content-wrapper .header-area-primary .amado-nav li ul li a:hover,
.main-content-wrapper .header-area-primary .amado-nav li ul li a:focus,
.main-content-wrapper .header-area-secondary .amado-nav li ul li a:hover,
.main-content-wrapper .header-area-secondary .amado-nav li ul li a:focus {
    color: #001122;
}

.main-content-wrapper .header-area-primary .amado-nav li:hover a::after,
.main-content-wrapper .header-area-primary .amado-nav li:focus a::after,
.main-content-wrapper .header-area-secondary .amado-nav li:hover a::after,
.main-content-wrapper .header-area-secondary .amado-nav li:focus a::after {
    left: -75px;
}

.main-content-wrapper .header-area-primary .amado-nav li.active a::after {
    left: -75px;
}
.main-content-wrapper .header-area-secondary .amado-nav li.active a::after {
    right: 75px;
}

.main-content-wrapper .header-area-primary .amado-btn-group .amado-btn,
.main-content-wrapper .header-area-secondary .amado-btn-group .amado-btn {
    width: 160px;
    display: block;
}

.main-content-wrapper .products-catagories-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}


.main-content-wrapper .amado_product_area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.main-content-wrapper .single-product-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
}
.single-products-catagory {
    position: relative;
    z-index: 1;
    width: 32%;
    top: 0;
    margin: 2px;
}

.single-product-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    overflow: hidden;
    background-color: #ffffff;
    cursor: pointer;
	width:24%;
}

.single-product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
	width: 100%;
	height:150px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
	background-size: cover;
	filter: contrast(90%);
	filter: contrast(90%);
}

.single-product-wrapper .product-img h4{
	color: #fff;
	font-size: 24px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 2px 2px 2px #000;
	backdrop-filter: contrast(100%);
}

.single-product-wrapper .product-description {
    position: relative;
    z-index: 1;
    margin-top: 4px;
}

.single-product-wrapper .product-description .product-meta-data .line {
    width: 100px;
    height: 3px;
    background-color: #ee964b;
    margin-bottom: 2px;
    display: block;
}

.footer_area {
    position: relative;
    z-index: 1;
    background-color: #112233;
}
.footer_area .single_widget_area .footer_menu {
    position: relative;
    z-index: 1;
    margin-left: auto;
}
.footer_area .single_widget_area .footer_menu .navbar {
    padding: 0;
}
.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link {
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
}
.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link:hover,
.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link:focus {
    color: #fbb710;
}
.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item.active .nav-link {
    color: #fbb710;
}
.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
.footer-bottom-text{
    text-align: center;
    background: #000;
	padding: 6px 0;
}
.footer-bottom-text a{
    color: #fff;
}
@media only screen and (max-width: 767px) {
	  #scrollUp {
		bottom: 30px;
		right: 30px;
	}
	.main-content-wrapper {
		margin-top: 70px; 
		z-index: 100;
    }
    .main-content-wrapper .header-area-primary,
    .main-content-wrapper .header-area-secondary {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        width: 260px;
        max-width: 260px;
        position: fixed;
        z-index: 4000;
        top: 70px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        display: block;
		box-shadow: 5px 10px 20px #000;
    }
    .main-content-wrapper .header-area-primary {
		left: -350px;
    }.main-content-wrapper .header-area-secondary {
		right: -350px;
    }
	.main-content-wrapper .header-area-primary .nav-close-primary,
	.main-content-wrapper .header-area-secondary .nav-close-secondary{
        display: block;
    }
	.main-content-wrapper .products-catagories-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-content-wrapper .products-catagories-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .products-catagories-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}
	.main-content-wrapper .single-product-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
	.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-content-wrapper .header-area-primary .amado-nav li:hover a::after,
    .main-content-wrapper .header-area-primary .amado-nav li:focus a::after {
        left: -50px;
    }
	.main-content-wrapper .header-area-secondary .amado-nav li:hover a::after,
    .main-content-wrapper .header-area-secondary .amado-nav li:focus a::after {
        right: 50px;
    }
	.main-content-wrapper .header-area-primary .amado-nav li.active a::after {
        left: -50px;
    }
	.main-content-wrapper .header-area-secondary .amado-nav li.active a::after {
        right: 50px;
    }
	.main-content-wrapper .products-catagories-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
	.main-content-wrapper .amado_product_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
        flex: 0 0 calc(100% - 280px);
        width: calc(100% - 280px);
        max-width: calc(100% - 280px);
    }
	 .main-content-wrapper .single-product-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
        flex: 0 0 calc(100% - 280px);
        width: calc(100% - 280px);
        max-width: calc(100% - 280px);
    }
	.main-content-wrapper .header-area-primary,
    .main-content-wrapper .header-area-secondary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        width: 280px;
        max-width: 280px;
        padding: 20px;
    }
	.footer_area .single_widget_area .footer_menu .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-content-wrapper .amado_product_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        width: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
	.main-content-wrapper .single-product-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        width: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .amado_product_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 50px;
    }
}