.size-table-wrapper {
overflow-x: auto;
}
.size-table-wrapper .size-table {
width: 100%;
margin-bottom: 1.25rem;
}
.size-table-wrapper .size-table th, .size-table-wrapper .size-table td {
padding: 12px 8px;
text-align: center;
border: 1px solid #ddd;
}
.measurement-guide {
display: flex;
margin-bottom: 1.5rem;
}
@media (max-width: 580px) {
.measurement-guide {
flex-direction: column;
}
}
.measurement-details {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 2rem;
}
@media (max-width: 580px) {
.measurement-details {
margin-left: 0;
margin-top: 1rem;
}
}
.measurment-image {
min-width: 220px;
}
.care-instructions ul {
list-style: none !important;
}
.care-instructions ul li:not(:last-child) {
margin-bottom: 1rem;
}
.care-instructions ul li .wrapper {
display: flex;
justify-content: space-between;
gap: 1rem;
}
.care-instructions ul li .wrapper .instruction-icon {
min-width: 40px;
}
.care-instructions ul li .wrapper .instruction-icon img {
width: 32px;
}
html body .product .product_meta {
border-top: none;
margin-top: 0;
padding-top: 0;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
html body .et_pb_wc_description ul {
margin-top: 1rem;
}
html body .et_pb_wc_description ul li:not(:last-child) {
margin-bottom: 0.5rem;
}
html body .satgut-link.wrapper {
margin-top: 0.95rem;
margin-bottom: 0.5rem;
}
html .video-wrapper {
margin-bottom: 2rem;
}