/***********************************/
.bg-orange {
	background-color: #FF6A00;
}
/**ORANGE**/
.btn-orange {
    color: #fff;
    background-color: #FF6A00;
    border-color: #FF6A00;
}
.btn-orange:hover {
    color: #fff;
    background-color: #CA5400;
    border-color: #CA5400;
}
.text-orange {
	color: #FF6A00;
}

/**PURPLE**/
.btn-purple {
    color: #fff;
    background-color: #800080;
    border-color: #800080;
}
.btn-purple:hover {
    color: #fff;
    background-color: #540054;
    border-color: #540054;
}
.text-purple {
	color: #800080;
}

/**PEACH**/
.btn-peach {
    color: #fff;
    background-color: #F0B36D;
    border-color: #F0B36D;
}
.btn-peach:hover {
    color: #fff;
    background-color: #DA7F16;
    border-color: #DA7F16;
}
.text-peach {
	color: #F0B36D;
}

/**BLACK**/
.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #565656;
}
.btn-black:hover {
    color: #fff;
    background-color: #565656;
    border-color: #000000;
}

/**WHITE**/
.btn-white {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}
.btn-white:hover {
    color: #fff;
    background-color: #000000;
    border-color: #FFFFFF;
}

/*Estilos login*/
#divLoading{ 
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999; 
	display: none;
}
#divLoading img{
	width: 100px;
	height: 100px;
}


 
/****************CUSTOM COLORS*******************/

.bg-main{
    background: rgba(158, 80, 48, 1);
}

/***********************************/
.input-group-text{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .5rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/***************STORE**********************/ 
.product-grid4 {
    display: flex;
    flex-wrap: wrap;
    height: 350px;
    font-family: Poppins,sans-serif;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
    width: auto;
    position: relative;
    padding: 0px;
    border: thin solid #F3F3FF;
}
.product-grid4:hover{
    box-shadow: 0 0 10px rgba(23,162,184,0.55);
    -webkit-box-shadow: 0 0 10px rgba(23,162,184,0.55);
}
/*Image*/
.product-grid4 .product-content-img {
    display: flex;
    flex-wrap: wrap;
    height: 100px; 
	margin: 0px;
}

/*Content*/
.product-grid4 .product-content {
    width: 100%;
    height: 150px;
    margin-top: 130px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
}
.product-grid4 .product-content .title{
    font-size: 18px; 
    text-transform: capitalize; 
    text-align: center;
    color: #17a2b8;
    font-weight: 800; 
    display: block;
} 
.product-grid4 .product-content .price{
    color: #17a2b8;
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-align: center;
	margin-top: 12px;
}
.product-grid4 .product-content .price span{
    color: #909090;
    font-size: 12px; 
    letter-spacing: 0; 
    text-align: left;
    vertical-align: middle;
    display: inline-block
}


/*Bottom*/
.product-grid4 .product-content-bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
    margin: 0px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px; 
    position: absolute;
    bottom: 5px;
}
.product-content-bottom .add-to-cart{
    border: 1px solid #e5e5e5; 
    padding: 10px 20px;
    color: #888;
    font-weight: 600;
    font-size: 14px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all .3s;
	height: 40px; 
}
.product-content-bottom:hover .add-to-cart{
    /*    border: 1px solid transparent;*/
    background: #17a2b8;
    color: #fff;
    text-decoration: none;
	
    
}
.product-content-bottom .inputAddCart {
	padding: 10px;
    height: 40px;
    border: 1px solid #e5e5e5;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;  
}
.product-grid4 .product-content-bottom .add-to-cart:hover{background-color:#505050;box-shadow:0 0 10px rgba(0,0,0,.5)}
@media only screen and (max-width:990px){.product-grid4{margin-bottom:30px}
}

		


/*.product-grid4 .product-image4{position:relative} */

.product-grid4 .product-image4 a{display:block}
.product-grid4 .product-image4 img{
    width: auto;
    height: 110px;
    text-align: center;
}


.product-grid4 .pic-1{
    transition: all .2s ease-out 0s;
    position: absolute;
	top: 5px;
    margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.product-grid4:hover .pic-1{
	height: 115px;
}

.product-discount-label, .product-new-label{color:#fff;background-color:#17a2b8;font-size:12px;font-weight:600;text-transform:uppercase;line-height:45px;height:45px;width:45px;border-radius:50%;position:absolute;left:10px;top:15px;transition:all .3s}
.product-discount-label{left:auto;right:10px;background-color:#d7292a}





/***********************************/
html {
    font-size: .95em;
    line-height: 1.1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/*Go top*/
.scroll-to-top {
    position: fixed;
    right: 3rem;
    bottom: 5rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(32,195,0,0.50);
    line-height: 46px;
    z-index: 9999;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: rgba(32,195,0,1);
}

.scroll-to-top i {
  font-weight: 800;
}

.selModify {
	cursor: pointer;
}

.selModify:hover {
	background: rgba(32,195,0,.1);
}

.selModifyDone {
    background-color: rgba(255,239,0,0.75);
    border-color: #FF0000;
}
.selModifyDoneLight {
    background-color: rgba(255,239,0,0.29);
    border-color: #FF0000;
}



/*Fonts Sizes*/
.fs-6 {
    font-size: 6px;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 10.20px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-15 {
    font-size: 15px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
}
/*Fonts Weight*/
.fw-100 {
    font-weight: 100;	
}
.fw-300 {
    font-weight: 300;	
}
.fw-500 {
    font-weight: 500;	
}
.fw-700 {
    font-weight: 700;	
}
.fw-900 {
    font-weight: 900;	
}


/*Margins*/
.mb--10 { 
    margin-bottom: 10px;
}
.mb--20 {
    margin-bottom: 20px;    
}
.mb--30 {
    margin-bottom: 30px;    
}
.mb--40 {
    margin-bottom: 40px;    
}
.mb--50 {
    margin-bottom: 50px;    
}
.mb--100 {
    margin-bottom: 100px;    
}

.mt--10 {
    margin-top: 10px;    
}
.mt--20 {
    margin-top: 20px;    
}
.mt--30 {
    margin-top: 30px;    
}
.mt--40 {
    margin-top: 40px;    
}
.mt--50 {
    margin-top: 50px;    
}

.ml--10 {
    margin-left: 10px;    
}
.ml--20 {
    margin-left: 20px;    
}
.ml--30 {
    margin-left: 30px;    
}
.ml--40 {
    margin-left: 40px;    
}
.ml--50 {
    margin-left: 50px;    
}

.mr--10 {
    margin-right: 10px;    
}
.mr--20 {
    margin-right: 20px;    
}
.mr--30 {
    margin-right: 30px;    
}
.mr--40 {
    margin-right: 40px;    
}
.mr--50 {
    margin-right: 50px;    
}

.m--10 {
    margin: 10px;    
}
.m--20 {
    margin: 20px;    
}
.m--30 {
    margin: 30px;    
}
.m--40 {
    margin: 40px;    
}
.m--50 {
    margin: 50px;    
}

/*Form Placeholder*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: lightslategray;
  	opacity: 1; /* Firefox */
	font-weight: 100;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: lightslategray;
	font-weight: 100;
}

::-ms-input-placeholder { /* Microsoft Edge */
  	color: lightslategray;
	font-weight: 100;
}

#suggestions, #pnSugges {
    display: none;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 70px;
    z-index: 9999;
    width: 98%;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #9E9E9E;
}
 
#suggestions .suggest-element, #pnSugges .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}

/*@media (max-width:1200px){*/
	.btn-sm, .btn {
    	padding: 1em;
    	border-radius: .35rem;
    	display: block;
    	width: 100%;
	}
	.btn-lg {
    	padding: 3em 2em;
    	border-radius: .35rem;
    	display: block;
    	width: 100%;
	}
	
	.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{
		padding-right: 10px;
		padding-left: 10px;
	}
	

/*}*/
