body {
    background-color: hsl(0, 0%, 98%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: hsl(0, 0%, 30%);
}

.box-element {
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}

.thumbnail {
    width: 100%;
    height: 200px;
    -webkit-box-shadow: -1px -3px 5px -2px rgba(214, 214, 214, 1);
    -moz-box-shadow: -1px -3px 5px -2px rgba(214, 214, 214, 1);
    box-shadow: -1px -3px 5px -2px rgb(243, 239, 239);
    align-items: center;
    align-content: center;
}

.product {
    border-radius: 0 0 2px 2px;
}

.bg-dark {
    background-color: #552EED!important;
}

#cart-icon {
    width: 25px;
    display: inline-block;
    margin-left: 15px;
}

#cart-total {
    display: block;
    text-align: center;
    color:black;
    background-color: #552EED;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
}

.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-12 {
    margin-top: 10px;
}

.btn {
    border-radius: 0;
}

.row-image {
    width: 100px;
}

.form-field {
    width: 250px;
    display: inline-block;
    padding: 5px;
}

.cart-row {
    display: flex;
    align-items: flex-stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.quantity {
    display: inline-block;
    font-weight: 700;
    padding-right: 10px;
}

.chg-quantity {
    width: 12px;
    cursor: pointer;
    display: block;
    margin-top: 5px;
    transition: .1s;
}

.chg-quantity:hover {
    opacity: .6;
}

.hidden {
    display: none!important;
}
.checked {
  color: orange;
}
.bg-check{
    background-color: #FFA601;
    margin-left: -10px;
}
.bg-check:hover{
    background-color: #552EED;
}
.btn-bk{
    background-color: grey;
}
.btn-bk:hover{
    background-color: #552EED;
}
.storep{
    align-items: center;
    align-content: center;
    float: calc(40%);
}
.name{
    color: black;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.product-details .box-element {
    flex: 1;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.product-details .title {
    font-size: 1em;
    margin-bottom: 10px;
}

.product-details .priced {
    font-size: 1.2em;
    color: white;
}

.product-details button {
    margin-top: 20px;
}


.loginbox{
    width: 320px;
    height: 420px;
    background: #000;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
}

.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.loginH{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.loginbox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input{
    width: 100%;
    margin-bottom: 20px;
}

.loginbox input[type="text"], input[type="password"]
{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.loginbox input[type="submit"]
{
    border: none;
    outline: none;
    height: 40px;
    background: #FFA601;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.loginbox input[type="submit"]:hover
{
    cursor: pointer;
    color: #000;
    background: #552EED;
}
.loginbox a{
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: darkgrey;
}

.loginbox a:hover
{
    color: #FFA601;
}
.welcome{
    text-align: center;
    font-size: 16px;
    color: white;
}

.loginbox {
    margin-top: 100px;
    text-align: center;
    background-color: #ddd;
}

.avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.loginH {
    color: #552EED;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.btn-primary {
    background-color: #552EED;
    border-color: #552EED;
}

.btn-primary:hover {
    background-color: #FFA601;
    border-color: #FFA601;
}
form input[type="text"],
form input[type="password"],
form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}
body {
    overflow-x: hidden;
}

.container-lg {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-top-right .dropdown-menu {
    left: auto;
    right: 0;
    transform: translateX(-100%);
}
/* virgin colors #0099DD, #FFA601  */