<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#thumbnails img, #main {
    /* box-shadow: 2px 2px 10px 5px #b8b8b8; */
    /* border-radius: 10px; */
}

* {
    /* transition: all 0.5s ease; */
}

#thumbnails {
    /* text-align: center; */
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#thumbnails img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    /* margin: 10px; */
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    #thumbnails img {
        width: 50px;
        height: 50px;
    }
}

#thumbnails img:hover {
    transition: all 0.5s ease;
    transform: scale(1.05);
}

#main {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    /* margin: 20px auto; */
}

@media only screen and (max-width: 480px) {
    #main {
        width: 100%;
    }
}

.hidden {
    opacity: 0;
}

h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.product-right-column p {
    font-size: 25px;
}


.material-name {
    text-align: center;
    font-size: 0.8rem !important;
}

.material-price {
    text-align: center;
    font-size: 0.8rem !important;
}

#material_description {
    text-align: justify;
    text-justify: inter-word;
    margin-top: 50px;
    width: 90%;
    height: 50%;
}

#material_description img {
    display: block;
    margin: 0 auto;
    height: 50%;
    width: 50%;
}

.product-materials-structure-list {
    display: flex;
    /* gap: 15px; */
    margin: 105 0 10px 0;
}

.product-materials {
    margin-top: 20px;
}

.product-materials-structure {
    display: block;
    margin: auto;
    width: 70%;
    border: solid 3px transparent;
    cursor: pointer;
    border-radius: 5px;
    /* width: 100px;
    margin-top: 10px; */
}

.product-materials-structure-selected {
    /* border: solid 3px #ff6f61 ; */
    border: solid 3px #ff6f61;
    border-radius: 0;
    /* #ff6f61  */
}

.product-calculator {
    display: flex;
    gap: 10px;
    /* padding: 15px; */
    flex-direction: row;
    margin: 25px 0px 25px 0;
    flex-direction: column;
    /* border: 2px solid rgb(165, 165, 165); */
    border-radius: 10px;
}

.product-calculator-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.product-calculator-price p {
    font-size: 20px;
}

.product-calculator-inputs {
    display: flex;
    gap: 10px;
}

.product-calculator-input&gt;p {
    font-size: 15px;
}


.product-description h3 {
    margin: 10px 0 10px 0;
}

.product-description p {
    font-size: 14px;
    font-weight: 400;
}

.product-calculator input {
    max-width: 100px;
}

.product-calculator h2 {
    max-width: 100px;
}

.product-attachments&gt;p&gt;a {
    margin-top: 10px;
    font-weight: 400;
}

.product-attachments h3 {
    margin-bottom: 10px;
}

.product-related {
    text-align: left;
    margin: 80px 0 150px 0;
}

.product-related h2 {
    /* font-size: 25px;
    margin: 0px 0 30px 0; */
}

.product-related-title {
    margin-top: 20px;
    font-size: 20px;
}

.product-add-buttons {
    margin: 30px 0 30px 0;
}

.product-add-buttons button {
    color: #dfdfdf;
    background: #ff6e61;
    border-radius: 0;
}

.product-add-buttons button:hover {
    color: #575757;
}

.product-material-description-container {
    margin: 5rem 0 5rem 0;
}

.product-material-description-photo-container {
    display: flex;
    justify-content: center;
    position: relative;
}

.product-material-description-photo-container&gt;img {
    width: 400px;
    height: 400px;
}

.product-material-description-photo-container h2 {
    position: absolute;
    top: -1.2em;
    justify-content: center;
}


.material-description-container {
    margin-top: 4rem;
    display: flex;
    align-items: center;
}

/* .product-material-description-photo {
    max-width: 300px;
    border-radius: 300px;
} */

ul.square {
    filter: invert(50%);
    list-style-type: square !important;

}

.mainimg {
    position: relative;
    height: 550px;
}

.mainimg img {
    display: block;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    width: auto;
    height: 90%;
    object-fit: contain;
}

.mainimg .carousel-control-prev-icon {
    filter: invert(60%);
    position: absolute;
    top: 92%;
    left: 33.33%;
}

.mainimg .carousel-control-next-icon {
    filter: invert(60%);
    position: absolute;
    top: 92%;
    right: 33.33%;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 150px;
    height: 150px;
    opacity: 0;
    pointer-events: none;
}

.mainimg:hover .img-magnifier-glass {
    opacity: 1;
    pointer-events: initial;
}


.tab-wrap {
    transition: 0.3s box-shadow ease;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0;
    z-index: 0;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
}

.tab-wrap:hover {
    /* box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19); */
}

.tab {
    display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
    display:initial;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
    display:initial;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type)+label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type)+label {
    border-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab:checked+label {
    background-color: #fff;
    /* box-shadow: 0 -1px 0 #fff inset; */
    cursor: default;
}

.tab:checked+label:hover {
    /* box-shadow: 0 -1px 0 #fff inset; */
    background-color: #ff6f61;
}

.tab+label {
    box-shadow: 0 -1px 0 #eee inset;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    width: 49%;
    text-align: center;
    background-color: #f2f2f2;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
}

#tab2+label {
    margin-left: 2%;
}

.tab-wrap img {
    margin-bottom: 8px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    object-fit: contain;
}

.tab+label:hover {
    background-color: #ff6f61;
    color: #fff;
    /* box-shadow: 0 1px 0 #f4f4f4 inset; */
}

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    display: none;
    left: 0;
    transform: translateY(-3px);
}

.quantity {
    display: inline-block;
    padding-top: 15px;
}

.quantity .input-text.qty {
    width: 25px;
    height: 31px;
    padding: 0 2.5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 0.1px 5px 4px;
    height: 31px;
    width: 25px;
    background-color: #ff6e61;
    ;
    color: #fff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

.container2 .is-multiline {
    display: grid;
    margin-top: 10px;
    grid-template-columns: 45% 22.5% 32.5%;
    justify-content: space-between;
    align-items: center;
}

/* @media only screen and (max-width: 768px) {
    .cart-product-tab {
      padding: 5px;
    }
  } */

.pillow-filling {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

input[type=checkbox] {
    visibility: hidden;
}

.geekmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dfdfdf;
}

.pillow-filling:hover input~.geekmark {
    background-color: #575757;
}

.pillow-filling input:active~.geekmark {
    background-color: #ff6e61;
}

.pillow-filling input:checked~.geekmark {
    background-color: #ff6e61;
}

.geekmark:after {
    content: "";
    position: absolute;
    display: none;
}

.pillow-filling input:checked~.geekmark:after {
    display: block;
}

.pillow-filling .geekmark:after {
    left: 8px;
    bottom: 6px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table-bordered {
    border: 1px solid white !important;
    background-color: #efefef;
    color: #575757;
}
.table-bordered td {
    font-size: 1.2rem;
    color: #575757;
    border: 1px solid white !important;
}
.table-bordered th {
    font-size: 1.2rem;
    color: #575757;
    border: 1px solid white !important;
}

tr .contactus:hover {
    background-color: #ff6e61;
    color: white !important;
    cursor: pointer;
}
</pre></body></html>