.poppins{}
.header-top-custom{
    background-color: #e7e7e7;
}
.search-bar {
    background-color:#f47443;
    color:white;
}
.header-middle-bg {
    background-image: url("../images/header-top.png");
}
.custom-bg{
    background-color: #6f341d;
}
.text-orange-custom{
    color: #F5964D;
}

.text-purple-custom{
    color: #6f341d;
}

.text-blue-custom{
    color: #00466b;
}
.font-medium{
    font-size: xx-large;
}
.product-label {
    background-color: #2980b9;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    min-width: 46px;
    padding: .5rem;
    position: absolute;
    right: .5em;
    text-align: center;
    text-transform: uppercase;
    top: .5em;
    z-index: 1;
}
.product-label.label-hot, .product-label.label-new {
    background-color: red;
}
.footer-bg {
    /*background-image: url("../images/footer-bg.jpg");*/
	background-color:#6f341d;
}


.btn-template{
    background-color: #6f341d;
	color:#fff;
}

.custom-button{
    display: flex;
    align-items: center;
    background-color: #6f341d;
    border: 1px solid #6f341d;
	color:#fff;
    border-radius: 5px;
    padding: 0 1rem;
    font: 1.4rem "poppins", sans-serif;
    line-height: 32px;
    margin: 0 2px;
    cursor: pointer;
    transition: all .25s ease;
}

.icon-temp-button{
  background-color: #6f341d;
	 border-radius: 5px;
	 border: 1px solid #6f341d;
}

.fit-image{
	object-fit:contain !important;
	height:250px !important;
}
/*
.fit-image-home{
	height:160px !important;
	object-fit:contain !important
}
*/


.owl-item .product-default img.fit-image-home {
    display: block;
    position: relative;
    width: 100%;
    height: 160px !important;
    object-fit: cover !important;
}


.sticky-placeholder{
	::placeholder {
	  color: #000 !important;
	  opacity: 1; /* Firefox */
	}
}

img.d-block.img-fluid {
    object-fit: cover;
    height: 710px;
}

.sticky-header.fixed {
    background:#6f341d;
}

.header-search .form-control, 
.header-search select {
    background:#6f341d;
}

.product-default .btn-icon-wish, .product-default .btn-quickview {

    border: none !important;
}


.cart-dropdown .dropdown-toggle::before {
    color: #feec02;
}


.header-search-wrapper.search-bar input::placeholder {
    color:#6f341d;
    font-weight:600;
    transition:800ms;
}


.header-search-wrapper.search-bar input:focus::placeholder {
    color:#c59d8d00;
    font-weight:600;
    letter-spacing:8px;
}


.header-search .form-control, .header-search select {
    background: #6f341d00 !important;
}

.cart-dropdown .dropdown-toggle .cart-count {
    background-color: #6f341d;
}

.header-contact {
    color: #6f341d;
}


.header {
    border-top: 0.3rem solid #6f341d;
    background-color: #fff;
}

.header-menu li {
    color:#6f341d;
}

.dropdown-cart-action a{
    background-color: #6f341dd4 !important;
    border: none !important;
}

.cart-dropdown .dropdown-toggle .cart-count {
    background-color: #875643;
}

.cart-dropdown .dropdown-toggle::before {
    color: #875643a1;
}

.sticky-header.fixed .cart-dropdown .dropdown-toggle::before {
    color: #9c8176;
}

.sticky-header.fixed .cart-dropdown .dropdown-toggle .cart-count {
    background-color: #9c8176;
}

.product-default .btn-add-cart {

    background-color: #987a6e !important;
    border:none !important;
    transition:300ms;
}


.product-default .btn-add-cart:hover {

    background-color: #875643 !important;
    transition:300ms;
}


.product-action a:hover {
    color: #875643;
}




















