* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    font-size: 62.5%;
  }
  
  body {
    font-size: 2rem;
    font-family: ITCAvantGardeStd,Helvetica,sans-serif;
    height: 120rem;
    line-height: 1.5;
  }
  

  nav {
    background: #c782c8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }
  
  .button-link{
    
  }
  
  .nav > img{
    width: 10rem;
    height: 5rem;
  }
  
  nav ul {
    display: flex;
    height: 8rem;
    gap: 3rem;
    list-style: none;
    align-items: center;
  }
  
  a{
    text-decoration: none;
  }
  
  .shoppingcart{
    font-size: 5rem;
    color: white;
    cursor: pointer;
    height: 6rem;
    width: 6rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .shoppingcart:hover{
    background: #7a4d7b;
  }
  
  nav img {
    width: 15rem;
    height: 6rem;
  }
  
  nav li {
  }
  
  nav li a {
    text-decoration: none;
    color: white;
    font-size: 3rem;
  }
  



.dropdown {}

.dropdown-menu {
    width: 100%;
    position: relative;
    top: -50rem;
    text-align: center;
    z-index: 1049;
    display: block;
    list-style: none;
    font-size: 1.2rem;
    border: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding-top: 0.56rem;
    padding-bottom: 0.56rem;
    clear: both;
    font-family: gotham light !important;
    font-size: 1.5rem !important;
    line-height: 3.5rem;
    color: #777 !important;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: black !important;
}

.dropdown-menu>li>a:after,
.dropdown-menu>li>a:before {
    display: none !important;
}


/* + + jQuery Modified Dropdown Styles + + */

#click-slide {
    z-index: 3;
    padding-bottom: 0 !important;
}

#drop {
    width: 100%;
    text-align: center;
    margin-bottom: 1.85rem;
}

.down {
    position: absolute;
    display: block;
    top: 0rem;
}


#menu-icon {
    color: black;
    font-size: 3.5rem;
    z-index: 10001;
    cursor: pointer;
    display: none;
}


.container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
}

.left-column {
    width: 65%;
    position: relative;
}

.right-column {
    width: 35%;
    margin-top: 3.6rem;
}

.left-column img {
    height: 45rem;
    width: 45rem;
    position: absolute;
    left: 20%;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    margin-top: 18rem;
    object-fit: contain;
}

.left-column img.active {
    opacity: 1;
}

.product-description {
    border-bottom: 0.1rem solid #E1E8EE;
    margin-top: 15rem;
}

.product-description span {
    font-size: 3.8rem;
    color: #b539a2;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.product-description h1 {
    font-weight: 300;
    font-size: 4.1rem;
    color: #82265a;
    letter-spacing: -0.2rem;
}

.product-description p {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ba296d;

}

.product-color span,
.cable-config span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #86939E;
    margin-bottom: 1.8rem;
    display: inline-block;
}


.product-color {
    margin-bottom: 2.7rem;
}

.color-choose div {
    display: inline-block;
}

.color-choose input[type="radio"] {
    display: none;
}

.color-choose input[type="radio"]+label span {
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    margin: -0.1rem 0.4rem 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
}

.color-choose input[type="radio"]+label span {
    border: 0.2rem solid #FFFFFF;
    box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.33);
}

.color-choose input[type="radio"]#jett+label span {
    background-color: #dced24;
}

.color-choose input[type="radio"]#blue+label span {
    background-color: #87c940;
}

.color-choose input[type="radio"]#black+label span {
    background-color: #4b5715;
}

.color-choose input[type="radio"]:checked+label span {
    background-repeat: no-repeat;
    background-position: center;
}

.product-price {
    display: flex;
    align-items: center;
}

.product-price span {
    font-size: 2.6rem;
    color: #c782c8;
    margin-right: 1.8rem;
}

.cart-btn {
    display: inline-block;
    background-color: purple;
    font-size: 1.6rem;
    color: #FFFFFF;
    text-decoration: none;
    padding: 1.2rem 3rem;
    transition: all 0.5s;
    
    
}

.cart-btn:hover {
    background: darkmagenta;;
    color: aliceblue;
}

.cart-btn button a {
    font-size: 2rem;
    text-decoration: none;
}


footer{
    display: flex;
    height: 60rem;
    justify-content: center;
    align-items: center;
    background: #c782c8;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20rem;
  }
  
  .footer-image{
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background-size: cover;
    display: inline-block;
    margin-bottom: 2rem;
    background-image:url(../jojo/jojopucci.webp) ;
    display: flex;
    flex-direction: column;
  }

  @media (max-width: 47rem) {
    .container {
        flex-direction: column;
        margin-top: 3.6rem;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .left-column img {
        width: 17rem;
        right: 0;
        top: -5.6rem;
        left: initial;
    }
}

@keyframes moving {
    0% {
        left: -2rem
    }

    100% {
        left: 100%;
    }

}

button i {
    color: #ccc;
}

@media (max-width:70rem) {
    footer {
        bottom: unset;
    }

    .col {
        flex-basis: 100%;

    }

    .col:nth-child(2),
    .col:nth-child(3) {
        flex-basis: 100%;
    }
}

@media (max-width: 30rem) {
    nav li a {
      font-size: 1rem;
    }
  }


  @media (max-width: 45rem){
    .left-column img {
        width: 17rem;
        top: -30rem;
        left: initial;
    }
}