.main-content{
  min-height: 400px;
}

h1{
      font-size: 1.8rem;
      font-weight:bold;
      text-transform: uppercase !important;
      color: #d86d0f;
}

h2{
      font-size: 1.5rem;      
}

h3{
      font-size: 1.3rem;      
}

.bkg1{
  background-image: url('imgs/IMG_1979.jpg') !important; 
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bkg2{
  background-image: url('imgs/IMG_8993.jpg') !important; 
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand-logo{
	width: 350px !important;
}

.brand-logo-mb{
  width: 250px !important;
}

.bg-store{
  /*background: rgb(186,142,213);
  background: radial-gradient(circle, rgba(186,142,213,1) 22%, rgba(165,120,186,1) 97%);*/ 
  /*background: rgb(163,128,182);
  background: radial-gradient(circle, rgba(163,128,182,1) 22%, rgba(175,142,190,1) 89%);*/
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.btn-store{
  color: #3c3b3b !important;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-color: transparent;    
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.btn-store:hover{
  opacity: 0.5;
}

.btn-main{
  color: #FFF !important;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-color: transparent;    
  background: rgb(198,92,41);
  background: linear-gradient(90deg, rgba(198,92,41,1) 45%, rgba(199,83,59,1) 65%);
}

.btn-main:hover{
  opacity: 0.5;
}


.page-body-store-wrapper{
	padding-top: 150px;
}

.main-panel-store{
	-webkit-transition: width 0.25s ease, margin 0.25s ease;
    transition: width 0.25s ease, margin 0.25s ease;
    width: 100%;
    min-height: calc(100vh - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input-group-search{
	width: inherit !important;
}

.fixed-top-2 {
    margin-top: 70px;
    z-index: 100;
}

.form-sarch{
	width: 100%;
}

.icon-social{
	margin: 10px;
}

.line-copy{
	margin-bottom: 10px;
	font-weight: bold !important;
	font-size: 1.1em !important;
}

.card-store{
  margin-top: 10px;
}

.footer-store{
	font-size: 0.8em;
	background-color: #777;
	min-height: 200px;
	padding: 20px;
	color:#CCC;
}

.footer-store a{
	text-decoration: none;
	color:#CCC !important;	
	font-weight: bold !important;		
}

.footer-store .btn-title{
	font-weight: bold !important;
	font-size: 1.2em !important;
}

.menu-footer{
  color: #CCC;  
  padding-bottom: 2px;  
}

.menu-footer:hover{
	border-bottom:1px solid #C19CD1;		
}

.box-store{
	background: transparent !important;
	color:#CCC !important;	
	opacity: 0.7;	
}

.box-store .card-title{	
	color:#CCC !important;
	font-weight: bold !important;
	font-size: 1.1em !important;
}

.box-store .card-text{		
	font-size: 1em !important;
}

.box-store .card-text{
  color:#CCC !important;  
}


.footer-store [data-toggle="collapse"] .fas:before {  
  content: "\f0de";
}

.footer-store [data-toggle="collapse"].collapsed .fas:before {
  content: "\f0dd";
}

/******
PRODUCTS
*******/
.products-section .products .product-price {
  color: #919191;
}

.product-section-information p {
  margin-bottom: 16px;
}

.product-section-title {
  margin-bottom: 0;
}

.product-section-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #919191;
}

.product-section-price {
  font-size: 38px;
  color: #212121;
  margin-bottom: 16px;
}

/*****
Menu Store
***/

.colorOAP{
  color: #d86d0f !important;
}

.storemenu a:hover{
  color: #A860C8 !important;
}

.storemenu .dropdown-header{
    border-bottom: 1px solid #D1D1D1;
}

.menu-nom  .dropdown:hover>.dropdown-menu {
  display: block;
}

.menu-nom  .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.menu-nom   .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.menu-nom  .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.social-link{
  margin:10px;
}

.menu-mod{
  width:70vw; height: 600px;
}

.menu-mob{
  width:100%;
  z-index: 1000;
  height: 70vh;  
  overflow-y: scroll;
}

.btn-store-mob{
  color: #3c3b3b !important;
  font-weight: bold;  
  border-color: transparent;    
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.imgProfileNav{
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.imgColorSelect{
  width: 32px;
  height: 16px;
}

@media (max-width: 599px){
  .menu-store {
    display: none;    
  }
}

.grecaptcha-badge {
  z-index: 999;
}

