﻿
/*
    ----------------------------------------------------------
    Ecommerce
    ----------------------------------------------------------
*/

.size-guide {
    text-align: right;
}


.add-to-cart_selection {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + .25rem);
    margin-left: -.25rem;
}


.size {
    text-transform: uppercase;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
    padding: .25rem;
    margin: 0 .25rem .75rem;
    border: #ccc 1px solid;
    height: 2.4rem;
    position: relative;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(5% - 0.1rem);
    color: #000;
    width: 4.125rem;
}

    .size:hover {
        box-shadow: 0 2px 4px 0 rgba(79, 147, 206, 0.15), 0 2px 10px 0 rgba(79, 147, 206, 0.90);
        background-color: #333333;
        color: #ffffff;
    }


.table {
    --bs-table-bg: none;
}

.text-promo {
    color: rgba(0, 0, 255, .7);
}


.color {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: uppercase;
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(10% - 0.25rem);
    color: #000;
    text-align: center;
    font-size: 0.7rem;
    vertical-align: middle;
    border-radius: 5px;
    margin: 0 .25rem .75rem;
    border: #ccc 1px solid;
    height: 4.125rem;
}

    .color:hover {
        box-shadow: 0 2px 4px 0 rgba(79, 147, 206, 0.35), 0 2px 10px 0 rgba(79, 147, 206, 1);
        background-color: #333333;
        color: #ffffff;
        cursor: pointer;
    }

.card-color {
    width: 4.125rem;
}

.checkmark {
    height: 4.125rem;
    width: 4.125rem;
    font-size: 2.5rem;
    color: #ffffff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 10;
    margin: auto;
    padding: 0rem;
    display: none;
}



.activeChoice {
    background-color: #50a1ff;
    color: #ffffff;
}

.card-color-top {
    margin: auto;
    border-radius: 5px;
    vertical-align: middle;
    height: 4rem;
    align-items: center;
    padding: 4px;
    padding-top: 14px;
    text-align: center;
}


.add-to-cart_heading {
    width: calc(100% - 0.5rem);
}


.badge-xl {
    font-size: 120%;
}

.btn-on, btn-on:active {
    background-color: #000000;
    color: #FFFFFF;
}


.hidden {
    display: none;
}


.gallery {
    min-height: 470px;
    height: 470px;
}

.gallery-color-preview {
    height: 470px;
    width: 524px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.details {
    height: 240px;
    width: 160px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 5.5rem 0.75rem;
    margin: auto;
    margin-top: 5rem;
}


.details-image {
    position: absolute;
    top: 420px;
    height: 60px;
    width: 524px;
    padding: 0.75rem;
    margin: auto;
    z-index: 10;
    vertical-align: bottom;
    color: #ffffff;
}


    .details-image h4 {
        text-shadow: 1px 1px 2px black;
        color: #ffffff;
    }


.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}



.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.img-thumbnail  {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

    .img-showcase img {
        min-width: 100%;
    }

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

    .img-item:nth-child(1),
    .img-item:nth-child(2),
    .img-item:nth-child(3) {
        margin-right: 0;
    }

    .img-item:hover {
        opacity: 0.8;
    }

.product-content {
    padding: 2rem 1rem;
}

.product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

    .product-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 80px;
        background: #12263a;
    }

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

    .product-link:hover {
        opacity: 0.9;
    }

.product-rating {
    color: #ffc107;
}

    .product-rating span {
        font-weight: 600;
        color: #252525;
    }

.product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

    .product-price span {
        font-weight: 400;
    }

.last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.new-price span {
    color: #256eff;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

    .product-detail ul li {
        margin: 0;
        list-style: none;
        background: url(shoes_images/checked.png) left center no-repeat;
        background-size: 18px;
        padding-left: 1.7rem;
        margin: 0.4rem 0;
        font-weight: 600;
        opacity: 0.9;
    }

        .product-detail ul li span {
            font-weight: 400;
        }

.purchase-info {
    margin: 1.5rem 0;
}

    .purchase-info input,
    .purchase-info .btn {
        border: 1.5px solid #ddd;
        border-radius: 25px;
        text-align: center;
        padding: 0.45rem 0.8rem;
        outline: 0;
        margin-right: 0.2rem;
        margin-bottom: 1rem;
    }

    .purchase-info input {
        width: 60px;
    }

    .purchase-info .btn {
        cursor: pointer;
        color: #fff;
    }

        .purchase-info .btn:first-of-type {
            background: #256eff;
        }

        .purchase-info .btn:last-of-type {
            background: #f64749;
        }

        .purchase-info .btn:hover {
            opacity: 0.9;
        }

.social-links {
    display: flex;
    align-items: center;
}

    .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #000;
        border: 1px solid #000;
        margin: 0 0.2rem;
        border-radius: 50%;
        text-decoration: none;
        font-size: 0.8rem;
        transition: all 0.5s ease;
    }

        .social-links a:hover {
            background: #000;
            border-color: transparent;
            color: #fff;
        }



label {
    /*font-weight: 700;*/
}

.custom-control-label {
    font-size: .9rem;
}




/*
    ----------------------------------------------------------
    Product Page / Configuration
    ----------------------------------------------------------
*/

/* Product Configuration */
.product-color span,
.size-config span {
    font-size: 14px;
    font-weight: 400;
    color: #86939E;
    margin-bottom: 10px;
    display: inline-block;
}

/* Product Color */
.product-color {
    margin-bottom: 30px;
}

.color-choose div {
    display: inline-block;
}

.color-choose input[type="radio"] {
    display: none;
}

    .color-choose input[type="radio"] + label span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 50%;
    }

.color-out-of-stock:hover input[type="radio"] + label span {
    color: #6e6e6e;
    cursor: not-allowed;
}


.color-choose input[type="radio"] + label span {
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}



.color-choose input[type="radio"]:checked + label span {
    background-image: url(../img/check-icn.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* size Configuration */
.size-choose {
    margin-bottom: 20px;
}

    .size-choose button {
        border: 2px solid #E1E8EE;
        border-radius: 6px;
        padding: 13px 20px;
        font-size: 14px;
        color: #5E6977;
        background-color: #fff;
        cursor: pointer;
        transition: all .5s;
    }

/*.size-choose button:hover,
        .size-choose button:focus {
            border: 2px solid #86939E;
            outline: none;
        }*/



.size-config {
    /*border-bottom: 1px solid #E1E8EE;*/
    margin-bottom: 15px;
}

    .size-config a {
        color: #358ED7;
        text-decoration: none;
        font-size: 14px;
        position: relative;
        margin: 10px 0;
        display: inline-block;
    }

        .size-config a:before {
            content: "?";
            height: 15px;
            width: 15px;
            border-radius: 50%;
            border: 2px solid rgba(53, 142, 215, 0.5);
            display: inline-block;
            text-align: center;
            line-height: 16px;
            opacity: 0.5;
            margin-right: 5px;
        }





.activeSize {
    border: 4px solid #86939E !important;
}

.activeModel {
    border: 4px solid #86939E !important;
}





.out-of-stock {
    background-color: #f5f5f5;
    border-color: #bbbcbc;
    color: #6e6e6e;
    cursor: not-allowed;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><line x1="0" y1="0" x2="100%" y2="100%" stroke="silver" stroke-width="1" fill="none"/></svg>')
}

    .out-of-stock:hover {
        background-color: #f5f5f5;
        color: #6e6e6e;
        cursor: not-allowed;
    }






.checkbox-wrapper-40 {
    --borderColor: #48c;
    --borderWidth: .11em;
}

.checkbox-wrapper-40 label {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.checkbox-wrapper-40 input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: #fff;
    font-size: 1.2em;
    border-radius: 0.125em;
    display: inline-block;
    border: var(--borderWidth) solid var(--borderColor);
    width: 1em;
    height: 1em;
    position: relative;
}

    .checkbox-wrapper-40 input[type=checkbox]:before,
    .checkbox-wrapper-40 input[type=checkbox]:after {
        content: "";
        position: absolute;
        background: var(--borderColor);
        width: calc(var(--borderWidth) * 3);
        height: var(--borderWidth);
        top: 50%;
        left: 10%;
        transform-origin: left center;
    }

    .checkbox-wrapper-40 input[type=checkbox]:before {
        transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
        transition: transform 200ms ease-in 200ms;
    }

    .checkbox-wrapper-40 input[type=checkbox]:after {
        width: calc(var(--borderWidth) * 5);
        transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
        transform-origin: left center;
        transition: transform 200ms ease-in;
    }

    .checkbox-wrapper-40 input[type=checkbox]:checked:before {
        transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
        transition: transform 200ms ease-in;
    }

    .checkbox-wrapper-40 input[type=checkbox]:checked:after {
        width: calc(var(--borderWidth) * 5);
        transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
        transition: transform 200ms ease-out 200ms;
    }

    .checkbox-wrapper-40 input[type=checkbox]:focus {
        outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
    }


/*
    ----------------------------------------------------------
    Screen 992px
    ----------------------------------------------------------
*/
@media screen and (min-width: 992px) {
    .card {
        display: grid;
        grid-gap: 1.5rem;
    }

    .card-wrapper {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }
}





@media (min-width: 768px) {
    .size {
        height: var(--spacing-48);
    }

    .size-guide_size-guide__QXrn9 {
        font-size: var(--body-font-size-standard);
        padding-bottom: var(--spacing-8);
    }
}


@media(max-width: 768px) {
    .cartSummary {
        margin-top: 1.5rem;
    }
}


/*
    ----------------------------------------------------------
    Cart
    ----------------------------------------------------------
*/
.cartHeaderBg {
    background-color: #000;
}

.cartImage {
}


.badge-pale {
    color: #d63d47;
    background-color: #fceeef !important;
}



.form-control, .form-select {
    background-color: #f8f9fa;
}
