@charset "UTF-8";
/* This file loads last after all other css files. Add any additional css to this file.. */

/* ------------------------------------------------------------------- */
/* 01 SITE DEFAULTS
---------------------------------------------------------------------- */
/*	@font-face {
	  font-family: 'ITCAvantGardeStd-Bk';
	  src: url('fonts/ITCAvantGardeStd-Bk.woff');
	}*/
	

/*	body {
	  font-family: "ITCAvantGardeStd-Bk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	  font-weight: 300;
	  font-style: normal;

	}*/



	/*body, .body {
		background-color:#f1f0ed;
	}*/


	/*a {
	    color: #f0a91e
	}*/

	/* header size */
/*	h1, .h1 {
		font-weight: 300 !important;
	}

	h2, .h2 {
		font-size: 1.8rem;
		letter-spacing: normal;
		margin:0 0 16px;
	}

	h3, .h3 {
		font-size: 1.35rem;
		font-weight: 300 !important;
		letter-spacing: normal;
		text-transform: none;
		margin-bottom:0.5rem;
	}

	h4, .h4 {
		font-size: 1.25rem;
		font-weight: 300 !important;
		letter-spacing: normal;
		text-transform: none;
	}

	h5, .h5 {
		font-size: 1.1rem;
		font-weight: 300 !important;
		letter-spacing: normal;
		text-transform: none;
	}

	h6, .h6 {
		font-size: 1rem;
		font-weight: 300 !important;
		letter-spacing: normal;
		text-transform: none;
	}*/




	/* button */
    .btn-fat {
        padding:20px 80px;
    }




/* ------------------------------------------------------------------- */
/* 04 HEADER
---------------------------------------------------------------------- */

	/* shopping cart badge - change background color and position */
/*	#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
	    top: -10px;
	    right: -6px;
	    width: 15px;
	    height: 15px;
	    font-size: 9px;
	    font-weight: 600;
	    color: #fff;
	    background-color: #212529;
	    box-shadow: -1px 1px 2px 0 rgba(0,0,0,.3);
	}*/


	/* if using white header on home page, darken the links */
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	    color: #444;
	}



/* ------------------------------------------------------------------- */
/* 04 NAVIGATION
---------------------------------------------------------------------- */

/*@media (max-width: 991px) {
	html.sticky-header-enabled:not(.sticky-header-active) #header .header-logo img {
		top: -12px !important;
		width: 200px !important;
		height: 45px !important;
	}
}*/
	
	/* have menu links flex-end (bottom) */
	/*#header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main {
	    align-self: flex-end;
	}*/

	/* change the menu links */
/*	#header .header-nav-main nav > ul > li > a {
	    color: #ccc;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 400;
	    padding: .5rem 1rem;
	    letter-spacing: normal;
	    text-transform: none;
	}*/

	/* Menu link for mobile */
	#header .header-btn-collapse-nav {
	    background: transparent;
	    border: 0;
	    color: #444;
	    margin-left: 6px;
	}



/* ------------------------------------------------------------------- */
/* 05 HOME PAGE
---------------------------------------------------------------------- */

	/* custom product options ---------- */
	.alt-background {background-color: #f1f0ed}



/* ------------------------------------------------------------------- */
/* 06 CATEGORY
---------------------------------------------------------------------- */


	/* bread crumbs */
/*    .page-header.page-header-lg {
        padding: 10px 0 50px 0;
    }

    .breadcrumb > li {
        display: inline-block;
        font-size: 0.7em;
        text-transform: uppercase;
        text-shadow: none;
    }
    .breadcrumb.breadcrumb-light {
        color: #7d7d7d;
    }

    .breadcrumb.breadcrumb-light a {
        color: #7d7d7d;
    }
        .breadcrumb.breadcrumb-light a:hover {
            color: #fff;
        }

    .breadcrumb.breadcrumb-light .active {
        opacity: 0.7;
    }*/

	/* Category name on sub-cats */
/*	.product .product-thumb-info h4 {
	    letter-spacing: normal;
	    font-weight: 300;
	}

	.product-thumb-info-content.product-thumb-info-content a h4  {
		color:#777;
	}

	.product .product-thumb-info {
	    background: transparent;
	}

	.product:hover .product-thumb-info {
		background-color: transparent;
	}*/




	/* product details */
/*	.product-listing-info {
		position: absolute; 
		bottom: 15px; 
		left: 25px;
	}
    .product-listing-info .product-name {
    	font-weight: 500;
    	line-height: 10px;
    }
    .product-listing-info .product-category {
    	font-size: 0.9em;
    }*/



    /* Pagination */
/*    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
	    background-color: #212529 !important;
	    border-color: #212529;
	}
	.pagination a.page-link {
		color:#212529;
	}

	.pagination a.page-link:hover {
		color:#000;
	}*/




/* ------------------------------------------------------------------- */
/* 07 PRODUCT DETAIL
---------------------------------------------------------------------- */

	/* gallery with dots */
	.owl-dots button.active span{
	    background-color:black !important;
	}





/* ------------------------------------------------------------------- */
/* 11. SHOPPING CART
---------------------------------------------------------------------- */


	/* no top border on feature box */
	.featured-box.featured-box-dark .box-content:not(.box-content-border-0) {
	    top: 0;
	    border-top-width: 0;
	}





/* ------------------------------------------------------------------- */
/* 12. GALLERIES
---------------------------------------------------------------------- */


	

/* ------------------------------------------------------------------- */
/* 13. FOOTERS
---------------------------------------------------------------------- */

	/* credit card icons */
	.footer-cc-symbols .fab {
		font-size:3em;
		color:#efefef;
		padding-left:5px;
	}


/*	span.active>a{
		border-bottom-color: #08c!important;
    	color: #08c!important;
	}*/
