html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;  
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.footer[b-c3zk26qugx] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 25px;
    text-align: center;
 
}




.container {
    /*margin: 30px;*/
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.wc {
    /* margin: 30px; */
    width: 100%;
    /*max-width: 1000px; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cart-container {
    /* margin: 30px; */
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

h5 {
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}

.artical {
    font-family: "Oswald", sans-serif;
    padding-top: 2%;
    color: #444;
}

.detailscontainer {
    margin: 20px;
    width: 100%;
    max-width: 1200px;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    margin-left: 20%;
}

h5 {
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #bbb;
}

.product-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background: linear-gradient(to bottom, #ffe6e6 0%, #ffb3b3 100%);*/
    background-color: white;
    border-radius: 20px 20px 0 0;
    padding: 65px 0;
    width: 100%;
    margin: auto;
}

.product-imagewc {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background: linear-gradient(to bottom, #ffe6e6 0%, #ffb3b3 100%);*/
    background: white;
    border-radius: 20px 20px 0 0;
    padding: 45px 0;
    width: 100%;
    margin: auto;
}

.product-image-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background: linear-gradient(to bottom, #6bffc8 0%, #42c8cb 100%);*/
    /*background: linear-gradient(to bottom, #ffe6e6 0%, #ffb3b3 100%);*/
    background-color: white;
    border-radius: 20px 20px 20px 20px;
    padding: 0;
    width: 100%;
    margin: auto;
}

    .product-image-cart remove {
        margin-top: 5%;
    }

.product-pic {
    max-width: 180px;
    position: relative;
    left: 0;
    margin: 40px 0;
    filter: drop-shadow(-6px 40px 23px rgba(0, 0, 0, 0.5));
}

.product-picwc {
    max-width: 180px;
    position: relative;
    left: 0;
    margin: 40px 0;
    /*filter: drop-shadow(-6px 40px 23px rgba(0, 0, 0, 0.5));*/
}


.product-details {
    padding: 25px;
    background-color: white;
    border-radius: 0 0 20px 20px;
}

    .product-details .title {
        text-transform: uppercase;
        margin: 0;
        color: #444;
    }

.title {
    text-transform: uppercase;
    /* margin: 0;*/
    color: #444;
}

.product-details .colorCat {
    text-transform: uppercase;
    font-style: italic;
    color: #bbb;
    font-weight: 700;
    font-size: 14px;
}


.product-details .price {
    font-weight: 700;
    margin-top: 5px;
    font-size: 18px;
    margin-top: 5%;
}

.product-details .cartprice {
    font-weight: 700;
    margin-top: 5px;
    font-size: 18px;
    /*margin-top: 5%;*/
}

.product-details .price .current {
    color: #fe6168;
    margin-left: 6px;
}

.product-details .cartprice .current {
    color: #fe6168;
    margin-left: 6px;
}

.product-details .before {
    text-decoration: line-through;
}

.product-details header {
    margin-bottom: 50px;
    position: relative;
}

.product-details cartheader {
    margin-bottom: 20px;
    position: relative;
}

.product-details article > h5 {
    margin: 0;
}

.product-details article > p {
    color: #bbb;
    margin: 0.5em 0;
    font-size: 14px;
    line-height: 1.6;
}

.product-details .controls {
    margin: 3em 0;
}

    .product-details .controls > div {
        flex: 1;
    }

    .product-details .controls .option {
        margin-top: 12px;
        display: inline-block;
        position: relative;
    }

        .product-details .controls .option:hover {
            color: #444;
        }

        .product-details .controls .option::before {
            content: '';
            position: absolute;
            border-width: 2px 2px 0 0;
            border-style: solid;
            top: 0;
            bottom: 0;
            height: 5px;
            width: 5px;
            right: -18px;
            margin: auto;
            transform: rotate(135deg);
        }

    .product-details .controls > div + div {
        margin-top: 20px;
        flex: none;
    }

    .product-details .controls ul {
        display: flex;
        margin: 15px 5px;
    }

.product-details .color li + li {
    margin-left: 15px;
}

.product-details .colors {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
}

.product-details .color-bdot1 {
    background-color: #59e8c8;
}

    .product-details .color-bdot1:hover, .product-details .color-bdot1.active {
        box-shadow: 0 0 0 3px white, 0 0 0 5px #59e8c8;
    }

.product-details .color-bdot2 {
    background-color: #ffee71;
}

    .product-details .color-bdot2:hover, .product-details .color-bdot2.active {
        box-shadow: 0 0 0 3px white, 0 0 0 5px #ffee71;
    }

.product-details .color-bdot3 {
    background-color: #6654af;
}

    .product-details .color-bdot3:hover, .product-details .color-bdot3.active {
        box-shadow: 0 0 0 3px white, 0 0 0 5px #6654af;
    }

.product-details .color-bdot4 {
    background-color: #343434;
}

    .product-details .color-bdot4:hover, .product-details .color-bdot4.active {
        box-shadow: 0 0 0 3px white, 0 0 0 5px #343434;
    }

.product-details .color-bdot5 {
    background-color: #dfdfdf;
}

    .product-details .color-bdot5:hover, .product-details .color-bdot5.active {
        box-shadow: 0 0 0 3px white, 0 0 0 5px #dfdfdf;
    }

.product-details .rate {
    position: static;
    margin-top: 10px;
}

    .product-details .rate a {
        font-size: 18px;
        color: #bbb;
    }

        .product-details .rate a.active, .product-details .rate a:hover {
            color: #fe6067;
        }

.dots {
    display: flex;
    margin-top: 40px;
}

    .dots > a {
        background-color: #349a98;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        border-radius: 50%;
    }

        .dots > a:hover, .dots > a.active {
            background-color: white;
        }

    .dots i {
        display: none;
    }

.cartfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .cartfooter > button {
        display: flex;
        border: 0;
        padding: 15px 25px;
        align-items: center;
        border-radius: 7px;
        cursor: pointer;
        background: linear-gradient(to bottom, #ff886b 0%, #ff4164 100%);
        box-shadow: 0 10px 30px 0 rgba(255, 136, 107, 0.7);
        transition: 200ms;
    }

        .cartfooter > button:hover {
            background: linear-gradient(to bottom, #ff4164 0%, #ff886b 100%);
        }

        .cartfooter > button > img {
            width: 31px;
        }

        .cartfooter > button > span {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 700;
            margin-left: 10px;
            color: white;
        }

    .cartfooter > a img {
        width: 24px;
        opacity: 0.8;
    }

    .cartfooter > a:hover img {
        opacity: 1;
    }

@media (min-width: 37.5em) {
    .product-details .rate {
        position: absolute;
        top: 12px;
        right: 10px;
        margin-top: 0;
    }

    .product-details .controls > div.qty {
        width: 60px;
    }

    .product-details .controls > div + div {
        border-left: 2px solid rgba(187, 187, 187, .5);
        padding-left: 25px;
        padding-right: 25px;
        width: 100px;
        margin-top: 0;
    }

    .product-details .controls {
        display: flex;
    }
}

@media (min-width: 56.25em) {
    .container {
        display: flex;
        flex-direction: row;
        align-items: normal;
        margin: auto;
    }

    .product-image {
        border-radius: 20px 0 0 20px;
        max-width: 330px;
    }

    .product-imagewc {
        border-radius: 20px 0 0 20px;
        max-width: 600px;
    }

    .product-pic {
        /*left: -40px;*/
        max-width: 330px;
    }

    .product-picwc {
        /*left: -20px;*/
        max-width: 330px;
    }

    .product-details {
        width: 100%;
        border-radius: 0 20px 20px 0;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.footer {
    padding-top: 0em;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    text-align: center;
    font-size: 12px;
    color: #ecf0f1;
}

#content-wrap {
    padding-bottom: 1.5rem; /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5rem; /* Footer height */
}

.color {
    font-family: "Oswald", sans-serif;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    margin: -5px 0px;
}

.size, .qty {
    margin: 3em 0em;
    font-family: "Oswald", sans-serif;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width: 992px) {
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
