/*.bg-dark {
	background-color: #272c33 !important; 
}

.bg-darker {
	background-color: #181c22 !important;
}

.btn-market {
	background-color: #181c22 !important;
}*/
body {
    font-family: 'Nunito';
    letter-spacing: 0.0625em;
}

.bg-black {
    background-color: #181c22 !important;
}

/*custom global search*/
/*#idSrcUl {
	display: none;
	position: absolute;
	width: 100%;
    top: 43px;
    border-radius: 5px;
}

#idSrcUl div:hover {
	transition: all 0.25s ease-in-out;
	background-color: rgba(78, 84, 200, 0.6);
}

#idSrcUl div a{
	position: relative;
    width: 100%;
    transition: all 0.25s ease-in-out;
    font-size: .875rem;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 0.3rem 0.3rem;
    clear: both;
   
    color: #4b566b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#idSrcUl div a:hover {
	color: white;
}	

@media screen and (max-width: 991px) {
  #navbarCategory {
    display: none;
}
}*/

.bg-custom {
background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
}


.bg-custom-light {
    background-color: #eff3f9;
}


.btn {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
}


.btn-inverse {
    background: #181c22;
    border: 1px solid white;
    color: #ffffff;
    font-size: 0.7rem;
    padding: 0.75rem 2rem;
}


.btn-inverse:hover {
    background: #2f3d4a;
    opacity: 0.7;
    color: #ffffff;
    border: 1px solid #2f3d4a;
}


.masthead {
    background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
    /*height: 100vh;*/
   /*position: relative;*/
    width: 100%;
    /*min-height: 700px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 90px;
}



img.rounded {
    border-radius: .625rem !important;
}


h1, h2 {
    font-weight: 400;
}

a {
    color: #009efb;
}

a:hover {
    text-decoration: none;
    color: #3c6360;
}

#mainNav .navbar-brand {
    font-weight: 700;
}



.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}



#shop .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

#shop .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

#shop .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

#shop .card:hover .btn {
    opacity: 1;
}


footer {
    padding: 5rem 0;
}

footer .footer-brand {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

footer a {
    opacity: 0.8;
}

footer hr {
    margin: 1.5rem 0;
    border-top: 1px solid #6c757d !important;
    opacity: 0.7;
}


@media (max-width: 991px) {
  #carouselRow {
    display: none;
  }

  #detailsRow {
    margin-top: 5rem !important;
  }

}


/*@media (max-width: 767px) {
  
  #logoSm{
    width: 100px;
  }

  #logoLg{
    width: 250px;
  }

}*/


.fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
    color: white;
    padding: 20px;
    text-align: center;
    opacity: 0.9;
}


.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}