body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

/* scroll */
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: gray;
}

.container {
    /* max-width: 1560px; */
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Nunito Sans', sans-serif;
}

/* background-color: #2c2f36; */

.header h1 {
    font-size: 35px;
    margin: 19px 0;
    font-weight: 600;
}

.content-container-main {
    display: flex;
    margin: 20px 0;
    position: relative;
}

.sidebar-container .side-bar {
    background-color: #2c2e36;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding: 10px;
    border-radius: 18px;
    flex-direction: column;
}

.select-container {
    cursor: pointer;
}

.select-container img {
    width: 30px;
}

.side-bar .select-container {
    text-align: center;
    width: 80px;
    color: #fff;
    margin: 10px 0;
    position: relative;

}

.paginate.active {
    background-color: #fff;
}

.options span.colors {
    border: 2px solid transparent;
}

.options span.colors.active {
    border: 2px solid black;
}

.side-bar .select-container h4 {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.sub-bar-container {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 115px;
    z-index: 10;
    background-color: #6c6d73;
    border-radius: 18px;
    width: 320px;
    display: none;
}

.sub-bar-container.active {
    display: block;
}

.sub-bar-container.at-bottom {
    bottom: 0;
    top: auto;
}

.options-container {
    text-align: left;
    padding: 15px;
    display: none;
}

.content-container {
    text-align: center;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.header {
       position: relative;
    z-index: 10;
}

.sidebar-container {
    position: relative;
    z-index: 10;
}

.options-container h5 {
    font-size: 25px;
    text-transform: uppercase;
}

.options-container .options {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    margin: 1rem 0;
}

.options-container .select-img {
    background-color: #fff;
    width: 95px;
    height: 95px;
    display: grid;
    align-items: center;
    justify-items: center;
    border-radius: 50px;
    margin-bottom: 5px;
}



.options-container2 h5 {
    font-size: 25px;
    text-transform: uppercase;
}

.options-container2 .options {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    margin: 1rem 0;
}


.options-container2 .select-img2 {
    background-color: #fff;
    width: 95px;
    height: 95px;
    display: grid;
    align-items: center;
    justify-items: center;
    border-radius: 50px;
    margin-bottom: 5px;
}

.sub-options,.sub-options2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px auto;
}


.sub-options .select-img img {
    width: 60px;
}


.sub-options2 .select-img2 img {
    width: 60px;
}

.sub-options p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.sub-options2 p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pagination span {
    width: 20px;
    height: 20px;
    background-color: #2c2e36;
    display: block;
    border-radius: 50px;
    margin: 0 5px;
}

.options-container.active {
    display: block;
}

.options-container2.active {
    display: block;
}

.options span.colors {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin: 5px;
}

.options-l.active {
    display: block;
    flex-wrap: wrap;
}

.options-l {
    position: absolute;
    left: 330px;
    top: 0;
    background-color: #6c6d73;
    /* height: 100%; */
    width: 258px;
    border-radius: 16px;
    padding: 10px 10px 50px 10px;
    display: none;
}

.options-l h5 {
    width: 100%;
    text-align: initial;
    font-size: 25px;
    padding: 10px 0;
}

.options-l span {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin: 5px;
    display: inline-block;
}

.content-container {
    text-align: center;
}

.leather-perfo-look,
.leather-napa-look,
.leather-look {
    /* display: none; */
}

.pdf-conatiner {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 16px;
}
 .pdf-conatiner2 {
      position: absolute;
    bottom: 0;
    top: 0;
    right: 80px;
  }

.pdf-conatiner svg {
    background-color: black;
    border-radius: 50px;
    padding: 15px;
    fill: #fff;
    width: 30px;
}

.pdf-conatiner2 svg {
    background-color: black;
    border-radius: 50px;
    padding: 15px;
    fill: #fff;
    width: 30px;
}
.sub-bar-container:nth-last-child(-1){
    background-color: red;
}

.color-swatch {
    border: 2.5px solid transparent;
}
.color-swatch.active {
    border: 2.5px solid white;
}

.select-img {
    border: 2.5px solid transparent
}
.select-img2 {
    border: 2.5px solid transparent
}
.select-img.active {
    border: 2.5px solid black
}
.select-img2.active {
    border: 2.5px solid black
}
@media only screen and (min-width: 768px) {
    .select-container:nth-last-child(-n+3) .sub-bar-container {
        bottom: 0;
        top: auto;
    }
    .for-last-coll {
        left: 8px;
        bottom: 0;
        top: auto;
    }
}

@media only screen and (max-width: 786px) {
    .content-container-main {
        display: flex;
        margin: 20px 0;
        flex-direction: column-reverse;
    }

    .side-bar .select-container h4 {
        height: 40px;
    }

    .sidebar-container .side-bar {
        display: flex;
        margin-right: 0;
        flex-direction: row;
        justify-content: flex-start;
    }

    .sidebar-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        min-width: 100%;
    }

    .sidebar-container .side-bar {
        margin-right: 0;
        flex-direction: row;
        overflow-x: scroll;
        border-radius: 0;
    }

    .side-bar .select-container {
        width: auto;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        margin-left: 15px;
        margin-right: 15px;
    }

    ::-webkit-scrollbar {
        height: 5px;
    }

    .select-container img {
        width: 30px;
    }

    .sub-bar-container {
        position: fixed;
        bottom: 132px !important;
        left: 0;
        top: auto;
        width: -webkit-fill-available;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin: 0px 5px;
        border-radius: 0;
    }
    .options-container h5 {
        font-size: 20px;
    }

    .options-container2 h5 {
        font-size: 20px;
    }

    .options-container .select-img {
        width: 70px;
        height: 70px;
    }

    .sub-options .select-img img {
        width: 40px;
    }


    .options-container2 .select-img2 {
        width: 70px;
        height: 70px;
    }

    .sub-options2 .select-img2 img {
        width: 40px;
    }

    .pdf-conatiner {
        position: fixed;
        bottom: 155px;
        top: 50px;
        right: 16px;
        z-index: 0;
    }

    .pdf-conatiner img {
        width: 90px;
    }
    .options-l {
        top: -198px;
        left: 0;
        width: -webkit-fill-available;
        height: 135px;
        margin: 0 10px;
        border-radius: 0;
    }
}




.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #f44336;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
}

input, textarea {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.submit-btn {
    background-color: #2c2e36;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.submit-btn:hover {
    background-color: #45a049;
}

