.our_unique_facets {
    width: 100%;
    height: 173px;
    background: var(--unnamed-color-896733) 0% 0% no-repeat padding-box;
    background: #f3f0ea !important;
    /* opacity: 0.1; */
}

.our_unique_facets_outer {
    padding: 30px !important;
    padding-top: 0px;
    /* width: 99%; */
    /* margin-left: 1%; */
    margin-top: 0px
}


/* md-input-container input {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #DCDEE2 !important;
} */

.facets {
    padding: 35px 109px 46px 0px;
    white-space: nowrap;
    text-align: center;
}

.facet {
    padding: 35px 109px 46px 0px;
}

.box {
    display: flex;
    border: 0px solid gray !important;
}

.boxcontainer {
    flex: 1 1 auto;
    padding: 5px;
}

.product-image {}

.inter_14 {
    font-family: 'Inter';
    font-size: 14px;
    color: #20232A;
}

.inter_15 {
    font-family: 'Inter';
    font-size: 15px;
    color: #20232A;
}

.inter_16 {
    font-family: 'Inter';
    font-size: 16px;
    color: #20232A;
}

.inter_18 {
    font-family: 'Inter';
    font-size: 18px;
    color: #20232A;
}

.inter_12_mdm {
    font-family: 'Inter';
    font-size: 12px;
    color: #20232A;
    font-weight: 400;
}

.inter_14_mdm {
    font-family: 'Inter';
    font-size: 14px;
    color: #20232A;
    font-weight: 400;
}

.inter_15_mdm {
    font-family: 'Inter';
    font-size: 15px;
    color: #20232A;
    font-weight:500;
}

.collection-landing-banner {
    padding: 20px;
}

.btm-empty {
    margin-bottom: 0px;
}

.inter_12 {
    font-family: 'Inter';
    font-size: 12px;
    color: #20232A;
}



.product-images img {
    transition: transform .5s ease;
    cursor: pointer;
}

.product-images:hover img {
    transform: scale(1.2);
}

.source_serif {
    font-family: 'Source Serif Pro';
    font-size: 38px;
    color: #333740;
}

.source_serif_30 {
    font-family: 'Source Serif Pro';
    font-size: 30px;
    color: #333740;
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.source_serif_28 {
    font-family: 'Source Serif Pro';
    font-size: 28px;
    color: #333740;
    text-align: center;
}

.source_serif_20 {
    font-family: 'Source Serif Pro';
    font-size: 20px;
    color: #333740;
    text-align: center;
}

.source_serif_24 {
    font-family: 'Source Serif Pro';
    font-size: 24px;
    color: #333740;
    text-align: center;
}

.source_serif_38 {
    font-family: 'Source Serif Pro';
    font-size: 38px;
    color: #333740;
    text-align: center;
}

.source_serif_18 {
    font-family: 'Source Serif Pro';
    font-size: 18px;
    color: #333740;
}

.source_serif_16 {
    font-family: 'Source Serif Pro';
    font-size: 16px;
    color: #1D1B1D;
}

.center-text {
    text-align: center;
}

.source_serif_14 {
    font-family: 'Source Serif Pro';
    font-size: 14px;
    color: #1D1B1D;
}

.source_serif_26 {
    font-family: 'Source Serif Pro';
    font-size: 26px;
    color: #1D1B1D;
    font-weight: 500;
}

.source_serif_22 {
    font-family: 'Source Serif Pro';
    font-size: 22px;
    color: #1D1B1D;
    font-weight: 500;
}

.source_serif_36 {
    font-family: 'Source Serif Pro';
    font-size: 36px;
    color: #1D1B1D;
    font-weight: normal;
}

.bis {
    color: #896733 !important;
}

.dropdown {
    border: 1px solid #cbcbcb;
    height: 38px;
    padding-left: 8px;
    margin-top: 0px;
    font-family: 'Inter';
    color: #20232A;
}

.sizeguide {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    min-height: 10px;
    line-height: 10px;
    /* text-decoration: underline; */
    color: #896733;
    border: 1px solid #20232A !important;
    height: 38px;
    margin-left: 10px;
    background-color: transparent;
    width: 127px;
    font-weight: bold;
    margin-bottom: 27px;
    font-family: 'Inter';
    font-weight: 600;
    color: #20232A;
}

ol {
    counter-reset: item;
    margin: 0;
    padding-left: 0;
}

ol>li {
    counter-increment: item;
    list-style: none inside;
    margin: 40px 0;
    overflow: hidden;
    font-size: 16px !important;
    line-height: 1.3;
}

ol>li:before {
    content: counter(item);
    margin-right: 20px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    background: #896733;
    color: #FFFFFF;
    text-align: center;
    font: 14px ''Source Serif Pro'';
    font-weight: 100;
    float: left;
    
}

.md-button.md-default-theme:not([disabled]):hover,
.md-button:not([disabled]):hover {
    background-color: transparent;
}

.myprofile-active {
    padding-bottom: 20px;
    border-bottom-color:#896733;
    border-bottom-style: solid ;
    border-bottom-width: 3.1px;
    width: fit-content;
   
}