@charset "UTF-8";
/* This file loads last after all other css files. Add any additional css to this file.. */

/* ------------------------------------------------------------------- */
/* 01 SITE DEFAULTS
---------------------------------------------------------------------- */

/* gold border color = #dfb128 */



/*	@font-face {
	  font-family: 'ITCAvantGardeStd-Bk';
	  src: url('fonts/ITCAvantGardeStd-Bk.woff');
	}*/
	

	body {
	  font-family: "Poppins", "ITCAvantGardeStd-Bk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	  font-weight: 400;
	  font-style: normal;

	}

	/* text color */
	body, p {color: #212529}

	.alert-danger {
		background-color: #d50303;
	}


	/*body, .body {
		background-color:#f8f6ef;
		background-color:#FCFAF5;
	}*/


	/*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;
	}*/


	h3 {
		text-transform: none;
	}

	h5 {
		text-transform: none;
	}




	.form-label {
	    margin-top: 0.5rem;
	    margin-bottom: 0rem;
	}

	/* CUSTOM : button */
    .btn-fat {
        padding:20px 80px;
    }  






/* ------------------------------------------------------------------- */
/* 04 HEADER
---------------------------------------------------------------------- */


	/*header {
		border-top: 3px solid #dfb128;
	}*/

	#header .header-top {
		border-bottom: 2px solid rgba(0, 0, 0, 0.09);
		/*background: rgb(252,193,67);*/
		box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.31) inset;
		-webkit-box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.31) inset;
		-moz-box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.31) inset;
	}


	/*#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	  color: #212529;
	  font-size: 1em;
	  padding: 6px 10px;
	  display: inline-block;
	  letter-spacing: -0.5px;
	}*/

	.nav-item-anim-icon:hover {
	  background: #f9cf74;
	  border-radius: 5px;
	}


	




	


	/* Custom Header 3 */
	.desktop a.hamburger {
	  background-color: #dc3545;
	}
	  .desktop a.hamburger:hover {
	    background-color: #c32433;
	  }
	  .desktop a.hamburger i {
	    color: white;
	    font-size: 2em;
	  }


	/* Mobile header */
	.imglogo-mobile {
	  height: 40px;
	  margin-top: 5px;
	}


	/* search in mobile */
	@media screen and (max-width: 577px) {
		.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
		  padding: .5rem 1rem;
		  font-size: 1.0rem;
		  border-radius: .5rem;
		}
	}




	/* 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;
	}*/

	/* Custom */
		/* header background color */
		/*.bg-color-versales {background-color:#007A37 !important;}*/

		/* remove some padding from user dropdown */
		/*#headerTopCartDropdown .flex-column a.nav-link {
		  padding: .2rem 1rem;
		}*/






		/* Social Icons */
		.social-icons li:hover.social-icons-flickr a {
			background: #1aa9e1 !important;
		}




/* ------------------------------------------------------------------- */
/* 04 NAVIGATION
---------------------------------------------------------------------- */

		/* Main Menu text */
		@media (min-width: 992px) {
			#header .header-nav-main nav > ul > li > a {
			    display: inline-flex;
			    align-items: center;
			    white-space: normal;
			    border-radius: 4px;
			    color: #CCC;
			    font-size: 15px;
			    font-style: normal;
			    font-weight: 600;
			    padding: 0.5rem 1rem;
			    /*letter-spacing: -0.5px;*/
			    text-transform: uppercase;
			    text-decoration: none;
			}

			#header .header-nav-main nav > ul > li > a:hover {
			    text-decoration: none;
			}
		}


		/* mobile menu */
		.stack-menu__list .list-group-item {
		  padding: 0;
		}


		.stack-menu__link {
		  padding-top: 7px;
		  padding-left: 20px;
		  padding-right: 20px;
		  padding-bottom: 7px;
		  /*font-weight: normal;*/
		}

			.stack-menu__link:hover {
			  color: #fff;
			  background-color: #d1910a;
			  text-decoration: none;
			}

					.stack-menu__item > .show-for-mobile {
					  text-decoration: none;
					  text-transform: none;
					  font-weight: normal;
					}




/* ------------------------------------------------------------------- */
/* 05 HOME PAGE
---------------------------------------------------------------------- */


	/* alert */
	.homepage-alert {
		color: white;
		font-size: 1.5em;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
		background: #dc3545;
	}
	.homepage-alert p {
		padding: 0;
		margin: 0;
		color: white;
	}




	.hero-text-1 {
	    color: white;
	    font-size: 1.3em;
	    font-weight: 900;
	    line-height: 1.1em;
	    text-shadow: 4px 4px 5px rgba(0,0,0,0.75);
	    }  
	.hero-text-2, .hero-text-3, .hero-text-4 {
	    color: white;
	    font-size: 0.9em;
	    font-weight: 500;
	    line-height: 1.4em;
	    text-shadow: 2px 2px 0px rgba(0,0,0,0.75);
	    }  

	    .tabs .nav-link {
	      padding: 1.5rem 1rem;
	    }


	    @media (max-width: 430px) {
	            .hero-text-1 {
	                color: white;
	                font-size: 1em;
	                font-weight: 900;
	                line-height: 1.1em;
	                text-shadow: 4px 4px 5px rgba(0,0,0,0.75);
	                margin-bottom: 10px;
	                }  
	            .hero-text-2, .hero-text-3, .hero-text-4 {
	                color: white;
	                font-size: 0.7em;
	                font-weight: 500;
	                line-height: 1.0em;
	                text-shadow: 2px 2px 0px rgba(0,0,0,0.75);
	                } 
	        }



	/* custom product options ---------- */
	.alt-background {background-color: #f1f0ed}


	/* text under Hero */
	.under-hero-text-bg {
		/*background-color: #ffd447;
		opacity: 0.8;
		background-size: 10px 10px;
		background-image: repeating-linear-gradient(45deg, #be8a04 0, #be8a04 1px, #ffd447 0, #ffd447 50%);*/


		  width: 100%;
		  /*height: 3rem;*/
		  background-color: #FCC143; /*ffd447*/
		  border: solid rgba(0, 0, 0, .15);
		    border-top-width: medium;
		    border-right-width: medium;
		    border-bottom-width: medium;
		    border-left-width: medium;
		  border-width: 1px 0;
		  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);

	}



/* ------------------------------------------------------------------- */
/* 06 CATEGORY
---------------------------------------------------------------------- */

	/* Size of name */
	.cat_name_lg, .page_name_lg {
		font-weight: 400;
	}


	/* custom horizontal product */
	/*.shop .put_horizontal .summary .price {
	  color: #444;
	  font-size: 0.9em;
	  letter-spacing: -1px;
	  line-height: normal;
	  margin-top: 0px;
	  clear: both;
	}

	.put_horizontal .prodPrice {
	  font-size: 1.0rem;
	  line-height: normal;
	  display: inline-block;
	  margin-bottom: 0;
	}*/



	/* 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
---------------------------------------------------------------------- */


		.YourPrice {
			font-weight: 700;
		}



/* ------------------------------------------------------------------- */
/* 11. SHOPPING CART
---------------------------------------------------------------------- */


	/*html .featured-box-primary .box-content {
	  border-top-color: #dfb128;
	}*/



	/* no top border on feature box */
	/*.featured-box.featured-box-dark .box-content:not(.box-content-border-0) {
	    top: 0;
	    border-top-width: 0;
	}

	.cart-image {
		max-height: 200px;
		max-width: 200px;
	}*/



/* ------------------------------------------------------------------- */
/* 12. GALLERIES
---------------------------------------------------------------------- */


	

/* ------------------------------------------------------------------- */
/* 13. FOOTERS
---------------------------------------------------------------------- */


	/*.footer-b {
		padding-top: 40px;
		padding-bottom: 20px;
		border-bottom: 1px solid #33383d;
	}*/


	
/*	.footer-bottom-bg {
		border-top: 1px solid #332970;
	}*/



	#footer a:not(.btn):not(.no-footer-css), #footer td, #footer div, #footer p {
	    color: #adb5bd;
	}



	/*#footer, .footer-bg, .footer-b {
		background: #271d67 url( '/images/layout/wave-1.svg' );
		background-size: cover;
	}*/
	

	/*.footer-bottom-bg {border: 2px solid #2b2167}*/


	/* footer spacer */
	@media screen and (min-width: 480px) {

		.footer-spacer {
			 padding-right:100px;

		}
	}



	/*#footer {
	  background: #212529;
	  border-top: 0;
	  font-size: 0.9em;
	  margin-top: 50px;
	  padding: 0;
	  position: relative;
	  clear: both;
	}*/



	table.table-address, table.table-address a, .footer-icon-svg {
	    color: #777;
	}


	.footer-icon-svg {
		color: whitesmoke;
	}

	/* credit card icons */
	.footer-cc-symbols .fab {
		font-size:3em;
		color:#efefef;
		padding-left:5px;
	}


	/* 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;
	}*/
	
	.embed-responsive {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden
	}
	
	.embed-responsive::before {
		display: block;
		content: ""
	}
	
	.embed-responsive .embed-responsive-item,
	.embed-responsive embed,
	.embed-responsive iframe,
	.embed-responsive object,
	.embed-responsive video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0
	}
	
	.embed-responsive-21by9::before {
		padding-top: 42.857143%
	}
	
	.embed-responsive-16by9::before {
		padding-top: 56.25%
	}
	
	.embed-responsive-4by3::before {
		padding-top: 75%
	}
	
	.embed-responsive-1by1::before {
		padding-top: 100%
	}
	
	