.types-of-covers {
    margin-top: 80px;
}
.types-of-covers h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.2px;
}
.content-types-of-covers {
    background-color: #f8f8f8;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.content-types-of-covers .col-left {
    padding: 30px;
}
.content-types-of-covers .col-left .covers {
    border:2px solid transparent;
    border-radius: 8px;
    width: 240px;
    padding: 15px 20px;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
    box-shadow:  0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.content-types-of-covers .col-left .covers-active {
    border:2px solid #fda49d;
}

.content-types-of-covers .col-left .covers h3 {
    padding: 0 0 10px;
    font-weight: 700;
}
.content-types-of-covers .col-left .covers p {
    margin:0;
}

.content-types-of-covers .col-right {
    justify-content: center;
    display: flex;
    width: 100%;
}
.box6-small-padding {
    position: relative;
    height: 350px;
    margin-bottom: 30px;
    text-align: center;
}
.box6-small {
    display: flex;
}
.box6-small-first {
    margin-right: 30px;
    width: 50%;
}
.box6-small-second {
    width: 50%;
}
.box6-small-first img,
.box6-small-second img {
    max-width: 100%;
}
.box6-pink .content-types-of-covers {
    justify-content: center;
}
.box6-pink .content-types-of-covers a div {
    color: #000;
}
.box6-slide {
    position: absolute;
    top:50px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,0);
}
.box6-slide h3 {
    padding: 20px 16px 10px;
    font-weight: bold;
}
.box6-slide h4 {
    padding: 0 16px 10px;
}
.box6-slide-img {
    width: 300px;
    max-width: 100%;
}
.box6-slide-img img {
    max-width: 100%;
}
.box6-slide-dotted {
    height: 10px;
    width: 300px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.box6-slide-dotted .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: gray;
    border: 1px solid #b8b8b8;
    margin-right: 3px;
}
.box6-slide-dotted .dot-active {
    background-color: darkgray;
}
.box-slide-active {
    opacity: 1;
    visibility: visible;
}

.box6-covers {
    margin: 80px 0 30px;
}

.box6-covers h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.2px;
}

.box6-covers-content {
    display: flex;
    gap: 32px;
}
.box6-covers-section {
    max-width: 572px;
    width: 100%;
}
.box6-covers-section img {
    border-radius: 8px;
    max-width: 100%;
}
.box6-covers-section h3 {
    padding-bottom:0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.box6-covers-section p {
    margin: 0;
}
.box6-covers-section a {
    color: #000;
}

.box6-covers-section .new-price {
    color: #DB0032;
    margin-right: 4px;
}

.box6-covers-section .old-price {
    text-decoration: line-through;
    color: grey;
}

@media screen and (max-width: 800px) {
    .box6-covers {
        padding: 0 16px;
    }
    .box6-covers-content{
        flex-direction: column;
    }
}
