.sps--abv {
    background: transparent;
  }
  .sps--blw {
    background-color: rgba(0,0,0,0.8);
  }

  .nav-item{   
    margin-left:20px;
}

.nav-link{
    margin-top: 0px;
    margin-left: 10px !important;
    color: white !important; 
    text-transform: uppercase;
    font-family: 'Courgette', cursive;
    font-size:14px;
    
}

.nav-link:hover{
    color: teal !important;
}

.navbar-brand{
    color: white !important;
    font-size: 50px !important;
    font-family: 'Berkshire Swash', cursive;
    text-transform: none !important;
    font-weight: 200 !important;
    text-shadow:5px 4px 4px black;
}

.dropdown-menu{
    background: rgba(0,0,0,0.7) !important;
    border: none !important;
    border-radius: 0px !important;
    margin:0px 0px !important ;
}

.dropdown-item{
    color: white !important;
    padding-top:10px !important ;
    text-transform: uppercase !important;
}

.dropdown-item:hover{
    background: none !important;
    color: teal !important;
}

.banner{
    width: 100%;
    
}


.text {
    font-family: 'Carter One', cursive;
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 8px;
    color: white;
    top: 200px;
    position: relative;
    z-index: 1000;
    text-align: center;
    height: 60px;
    width: auto;
    font-variant: small-caps;
  }



 .btn{
    margin:40px 0px;
    
    font-size:25px !important;
}

.btn{
    color:black;
    font-family: 'Pattaya', sans-serif !important;
}

.btn:hover{
    color:rgb(255, 182, 6)!important;
    text-decoration: underline  black!important;
}




hr{
    width:50%;
   /* margin:-30px !important;*/
    background-color:rgb(204, 200, 190)!important;
}

/*.top2{
    margin:60px 0px;
}*/



.filter-button
{
    font-size: 18px;
    
    border-radius: 5px;
    text-align: center;
 
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
   
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    

}
.btn-default:active .filter-button:active
{
   
    color: white;
}

 h3.h3 {
    text-align: center;
    margin: 1em;
    text-transform: capitalize;
    font-size: 1.7em;
}

.product-grid6,
.product-grid6 .product-image6 {
    overflow: hidden;
}
.product-grid6 {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
   
   
}
.product-grid6:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.product-grid6 .product-image6 a {
    display: block;
}
.product-grid6 .product-image6 img {
    width: 100%;
   /* height: auto;*/
 
    transition: all 0.5s ease 0s;
}
.product-grid6:hover .product-image6 img {
    transform: scale(1.1);
}
.product-grid6 .product-content {
    padding: 12px 12px 15px;
    transition: all 0.5s ease 0s;
}
.product-grid6:hover .product-content {
    opacity: 0;
}
.product-grid6 .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}
.product-grid6 .title a {
    color: black;
    font-family: 'Berkshire Swash', cursive; ;
}
.product-grid6 .title a:hover {
    color: #2e86de;
}
.product-grid6 .price {
    font-size: 18px;
    font-weight: 600;
    color:#C19977;
}
.product-grid6 .price span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block;
}
.product-grid6 .social {
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50%;
    left: 50%;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.product-grid6:hover .social {
    opacity: 1;
    bottom: 20px;
}
.product-grid6 .social li {
    display: inline-block;
}
.product-grid6 .social li a {
    color: #909090;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    margin: 0 7px;
    border: 1px solid #909090;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.product-grid6 .social li a:hover {
    color: #fff;
    background-color:/*rgb(193, 153, 119)*/ black;
    border:none;
    width: 80px;
}
.product-grid6 .social li a:after,
.product-grid6 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: black /*rgb(193, 153, 119)*/;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}
.product-grid6 .social li a:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}
.product-grid6 .social li a:hover:after,
.product-grid6 .social li a:hover:before {
    opacity: 1;
}

.social .fa-search{
    margin-top:10px;
} 

.social .fa-shopping-bag{
    margin-top:10px;
} 

.social .fa-shopping-bag{
    margin-top:10px;
} 

.social .fa-shopping-cart{
    margin-top:10px;
}
@media only screen and (max-width: 990px) {
    .product-grid6 {
        margin-bottom: 30px;
    }
}

.top9{
    background-color: black;
    margin:10px 0px;
    height:478px;
}

.top9 h1{
    text-align: center;
   margin:20px;
   color:chocolate;
}

.top9 h2{
    text-align: center;
    color:white;
    font-size: 20px !important;
    margin:10px;
}

.top9 h3{
    text-align: center;
    color:white;
    margin:20px;
    font-size: 20px !important;
}

.top9 h4{
    float:left;
    text-align: center;
    color:white;
    
}

.top9 h4:hover{
    color:rgb(255, 182, 6);
}

.top9 i{
    padding:5px;
   
}

.top9 hr{
   
    background-color:#35353580;
    width:60%;
}

.top9 h3 a{
    color:white;
    text-decoration:none;
}

.top9 h5{
    text-align:center;
    color:rgba(255, 255, 255, 0.507) !important;
    font-family:'Times New Roman', Times, serif;
   
    color:rgb(204, 192, 183);
    font-size: 20px !important;
}

.top9 p{
    text-align: right;
  
    font-size:28px;
}

.top9 p a{
    color:chocolate !important;
}

.text-center{
    font-size:10px !important;
}


#social-fb:hover {
    color: #f39c12;
    box-shadow:white;
}
#social-tw:hover {
    color: #f39c12;
    box-shadow:white;
}
#social-gp:hover {
    color: #f39c12;
  
}
#social-em:hover {
    color: #f39c12;
    box-shadow:white;
}

.text-center i{
    color:blanchedalmond;
}


 