<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&amp;display=swap');
@import "productpage.css"; /* Using a string */
body {
    font: 500 13px/1.35 'Roboto Slab', serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Crete Round', serif;
    font-weight: bold;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 32px;
    word-spacing: 3px;
    letter-spacing: 0.2px;
}

td, th {
    border: 1px solid #ccc;
}
.wp-caption.aligncenter {
    padding: 20px;
    background: #efefef;
    margin-bottom: 15px;
    text-align: center;
}
.fit-guide .text-area {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 21px;
    display: block;
}
.fit-guide a.text-area:hover {
    text-decoration: none;
}
.mens-fit-guide .panel{
text-align:center;
padding-bottom: 35px;
}
.mens-fit-guide .panel h4 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    margin: 3px;
}
.category-fit-guide .category-description {
    background: #fff;
    padding: 20px;
}
.post-view {
   background: white;
}

.post-image a img {
   align-items: center;
   margin: 0 auto;
   display: block;
}

.post-image {
   padding-top: 40px;
}
.post-meta {
   max-width: 700px;
   margin: 0 auto;
}

div#comments {
   max-width: 700px;
   margin: 0 auto;
   padding-top: 50px;
   padding-bottom: 50px;
}
.show-fetched-value {
    padding-left: 18px;
}
.post-list-item {
    background: #fff;
}
.post-list .post-list-item .post-image {
    width: 400px;
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-top: 0;
    margin-bottom: 0;
    max-height:fit-content;
}
.post-list.grid li{
width:100%;
}
.post-list-item .post-image a {
    display: block;
}
.post-list-item .list-post-content {
    display: inline-block;
    width: calc(100% - 400px);
}
.post-list-item .post-entry {
    display: flex;
    align-content: center;
    align-items: center;
}

.post-list-item .list-post-content h2 {
    margin-bottom: 10px;
}

.post-list-item .post-excerpt a.read-more {
    display: block;
}

.fabric-selector {
    position: absolute;
    z-index: 1;
    right: 10%;
    top: 19px;
}

.fabric-selector input[type=checkbox] {
    top: 0;
}

.fieldset-bundle-options .custom-jeans-option-choose-fabric.field.option {
    position: relative;
}
.fabric-selector input[type=checkbox]:nth-child(2){
    margin-left: 15px;
}
.body-guide-content h3 {
    margin-top: 22px;
    margin-bottom: 8px;
}

.body-guide-content p {
    min-height: 120px;
}

.latest-blogs {
    margin-top: 40px;
}
.nc-bodymeasure-title ,.nc-garmentmeasure-title {
    padding: 20px;
    padding-top: 85px;
}
.nc-bodymeasure-title h3 ,.nc-garmentmeasure-title h3 {
margin-bottom: 10px;
}

.nc-bodymeasure-title ul ,.nc-garmentmeasure-title ul {
list-style: none;
}
.widget.block.block-static-block {
    margin-bottom: 0;
}
.cdz-main-menu .groupmenu .groupmenu-drop a:visited {
    color: #282828;
    }
.groupdrop-banner a{
    font-weight:600;
    color: #282828;
    text-decoration: none;
}
.show-input-text-field {
    width: 50%;
    float: left;
}
.show-attribute-details {
    float: right;
    display: inline;
    width: 43%;
}
.measurement-field.field-measurement-length+.measurement-field {
    margin-bottom: 10px !important;
}
.text-field-measurement.measurement-field {
    margin-bottom: 10px !important;
    width: 100%;
    display: block;
    float: left;
}

.measurement-field.field-measurement-waist.field.required {
    width: 100%;
}

.text-field-measurement.measurement-field.field-measurement-crotch {
    margin-top: 10px !important;
}

.text-field-measurement input {
    margin-top:3px !important;
}

@media (min-width:768px){
div#cms-mobile-menu {
    display: none;
}
}



@media (max-width:767px){

ul.cms-menu.cms-lg-screen-menu {
    display: none;
}
}
@media (max-width:768px){

.post-list-item .post-entry {
    display: block !important;
}

.post-list .post-list-item .post-image , .post-list-item .list-post-content{
    width: 100%;
    display: block;
}
}
</pre></body></html>