:root {
    --font-family: Inter, lexend Deca, Poppins, Rowdies,sans-serif;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-regular-italic: 400;
    --font-style: italic;
}

body, .modal-header, .modal-body, #offcanvasExample, #offcanvasRight{
    background-color:#ebfff5;
}

.input{
    width:90%;
}

#cart_card{
    height: auto;
}

#b_with{
    height:auto;
}

.card{
    cursor: pointer;
    height: 325px;
}

.card>img{
    height:150px;
    cursor:pointer;
}

.card-body{
    background-color: ghostwhite;
}

.card:hover{ 
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
}


.list-group-item:hover{
    background-color:#F5D451;
    transform:scale(1.1);
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
}

#accessories, .list-group-item, .f_slink, .f_clink{
    transition: transform .5s;
    cursor: pointer;
}

#accessories:hover{
    transform: scale(1.1);
}

#list{
    transform: none;
    box-shadow:none;
    font-size:1rem;
}

.embed-youtube{
    position: relative;
    padding-bottom: 56.25%;
  }
  
  .embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.thumbnail{
    background-color: ghostwhite;
    border-radius:5px;
    transition: transform .5s;
    border: .5px solid lightgrey;
}

.thumbnail:hover{
    transform:scale(1.1);
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
}

.f_slink:hover, .f_clink:hover{
    transform:scale(1.1);
    box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0,0,0,0.39);
    background:ghostwhite;
    border-radius: 8px;
}

header, footer, .final_footer{
    background-color:#349AD5;
}

.offcanvas{
    width:85%;
}

.links{
    width:70%;
    display:inline-block;
    margin: auto;
    align-self: center;
}

.footer_qlinks{
    text-align: center;
}

.cart_remove:hover{
    background-color: red;
}

.text-muted{
    font-size:0.8rem;
}

.list-group-item >h6{
    font-size: 0.9rem;
}

.list-group-item > h5{
    font-size: 1rem;
}

.form-check-label > h6, .sidebar > h6{
    font-size: 0.9rem;
}


@media only screen and (max-width:768px) {
    .card:hover{ 
        box-shadow:none;
    }
    .list-group-item:hover{
        box-shadow:none;
        background-color:white;
        transform:none;
    }
    .card{
        height:325px;
    }
}

