﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    line-height: 1.5;
    background-color:#eee;
}

.card-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    background-color:white;
}

img {
    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;
}

.product-imgitem {
    text-align:center;
    height:60px;
}



    .img-item:nth-child(1),
    .img-item:nth-child(2),
    .img-item:nth-child(3),
    .img-item:nth-child(4),
    .img-item:nth-child(5),
    .img-item:nth-child(6) {
        margin-right: 2px;
       
    }

.img-item:hover {
    opacity: 0.8;
}

.produto-card
{
    padding:20px;
}
.product-content {
    padding: 2rem 1rem;
}

.product-title {
    font-size: 1.3rem;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    color: #404040;
    margin: 1rem 0;
}

    .product-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0px;
        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: 1.2rem;
    font-weight: 600;
    color:black;
}



.frete-gratis{
    
    font-size:1rem;
   
}
.frete-gratis i{
   margin:10px;
}
.product-price a{
    margin: 1rem 0;
    font-size: 0.8rem;
    font-weight: 300;
    color: black;
}

    .product-price span {
        font-weight: 700;
    }

.last-price span {
    color: #f64749;
    font-size:1.8rem;
    font-weight: 700;
}

.last-price  {
    color: #f64749;
    font-size: 1.8rem;
    font-weight: 700;
}

   

.new-price span {
    color: #256eff;
    font-size: 1.6rem;
}


.old-price {
    margin: 1rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: gray;
    text-decoration: line-through;
}

.product-detail h2 {
    text-transform: unset;
    color: #1a53ff;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.6rem;
}

.product-detail-info{
    color:black;
}

.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
    {       
        border: 1.0px solid #ddd;
        border-radius: 10px;
        text-align:  center;        
        padding: 0px;
        font-size:14px;
        font-weight:600;
        outline: 0;
        margin-right: 0.4rem;      
              
    }

    .purchase-info .btn {
        border: 1.5px solid #ddd;
        border-radius: 10px;
        text-align: start;
        padding: 0.45rem 1.2rem;
        outline: 0;       
        margin-right: 0.2rem;
        margin-left:0.2rem;       
       
    }

    .purchase-info input {
        width: 90px;
    }

    .purchase-info .btn {
        cursor: pointer;
        color: #fff;
    }

        .purchase-info .btn:first-of-type {
            background: #256eff;
        }

        .purchase-info .btn:last-of-type {
            background: rgb(64,205,40);
        }

        .purchase-info .btn:hover {
            opacity: 0.9;
        }

@media (width < 992px) {


    .product-imgmini {
        display: none;
    }

    .product-title
    {
        text-align:center;
    }
    .mySlides {
        display: none;
        width: 75%;
        margin: auto;
    }

    .slideshow-container {       
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .prev, .next {
        cursor: pointer;
        position:absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 10px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
            background-color: rgba(0,0,0,0.8);
        }

}

@media screen and (min-width: 992px) {
    .card {
        display: grid;
        border-style:none;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .card-wrapper {       
        padding:1rem;
        justify-content: center;
        align-items: start;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }

    * {
        box-sizing: border-box
    }

 
    /* Hide the images by default */
    .mySlides {
        display: none;
        width:350px;
        height:350px;
        margin:20px;
    }

   
    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 400px;
        position: relative;
        overflow: hidden;
        margin: auto;
    }


    .slideshow-container img {
        max-width: 100%;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .slideshow-container:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
            background-color: rgba(0,0,0,0.8);
        }

    /* Caption text */
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 60px;       
        max-width:60px;          
        margin: 0 2px;        
        background-color: #bbb;       
        border:solid;
        border-color:lightgray;
        border-width:1px;      
        display: inline-block;
        transition: background-color 0.6s ease;
    }

        .active, .dot:hover {
            background-color: #717171;
        }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

   
}
