#w-nav .snip1211:hover{
    color: rgb(226, 87, 151);
}
#playfair-f{
    font-family: "Playfair Display', serif";
}
#Lora-f{
    font-family: "Lora', serif";
}
#Opensans-f{
    font-family: "Open Sans', sans-serif";
}
.lavendor{
    color: #753375;
}
.color-2{
    color: #3E606B;
}
#Featured{
    background-color: rgb(235, 235, 235);
}
.btn-change8{
    background: white;
    border: 1px solid rgb(226, 87, 151);
    color:rgb(226, 87, 151);
}
.btn-change8:hover{
    color:#fff;
    box-shadow:250px 0 0 rgb(226, 87, 151) inset;
}
.glow-on-hover {
    border: none;
    outline: none;
    color: #E25797;
    background: rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #d376d3, #E596AC, #E0BD47, #8de0d8, #DDECF1, #f3bfa4, #f8cc89, #8bc2d4, #d1704d);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: rgb(255, 255, 255);
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


#cart #price{
    width: 85px;
    height: 95px;
    /* border: 1px solid; */
    border-radius: 100% 100%;
    background-color: white;
    margin-top: -50px;
}
#cart #price p{
    font-size: 30px;
    text-align: center;
}
#bg-img{
    height: 438px;
    background: url(../images/video-1.jpg);
}
.font-s{
    font-size: 60px;
}
.orange{
    color: rgb(238, 82, 26);
}
#menu #bg-1{
    background:linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4)),url(../images/menu-left.png) no-repeat;

}
#menu #bg-2{
    background:linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4)),url(../images/menu-right.png) no-repeat;

}
#Client-Says{
    height: 491px;
    background-color: rgb(96, 190, 228);
}
.pink{
    color: rgb(224, 140, 182);
}
#footer{
    background-color: #303339;
}
#facebook:hover{
    color: royalblue;
    background: transparent;
}
#twitter:hover{
    color: #5DA9DD;
    background: transparent;
}#linkedin:hover{
    color: #0077B5;
    background: transparent;
}
#pinterest:hover{
    color: #C62026;
    background: transparent;
}
.card img:hover{
    transform: scale(1.2, 1.2);
    transition: 1s;
    opacity: 0.8;
}
.hov img:hover{
    transform: scale(1.2, 1.2);
    transition: 1s;
    opacity: 0.8;
}
@media only screen and (min-width:768px){


}
@media only screen and (min-width:1024px){
    #bg-img{
        height: 506px;
    }

}
@media only screen and (min-width:1220px){
#w-nav{
    width: 80%;
    margin: 0px auto;
}
}  

