/* common css */

ul, ol {
    list-style-position: inherit;
}
.inner-link:hover {
    color: #024c71;
}
.wholeseller-content-page {
    max-width: 100%;
    padding: 0;

}

.rte ul li.cd-faqitem::before{
    height: 0;
    width: 0;
}

.feature-row.feature-row-col50 {
    display: flex;
    width: 100%;
    color: #ffffff;

}
.feature-row__item {
    flex: 0 1 50%;
    display: flex;
}    
.feature-row__text {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 78px;
    background: #49a6d0;
    flex: 0 1 50%;
}
.feature-row__text-rexi {
    max-width: 520px;
}

.feature-row__item .category-title{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    line-height: 55px;
    margin-top: -53px !important;
    }
.feature-row__item .section-title{
    color: #ecc42b;
    margin-top: 0;
    font-size: 58px;
    padding: 0;
    line-height: 50px;
    margin-bottom: 47px;
}


.feature-row__item img {
    width: 100%;
    margin:0;
    align-self: center;
}

.featured_row__text_col50 p{
    font-size: 30px;
    font-weight: 100;
    line-height: 28px;
}

#shopify-section-feature-columns::after {
   /* content: ""; */
    width: 50px;
    height: 50px;
    background: transparent;
    display: block;
    border-top: 4px solid #d0d0d0;
    border-left: 4px solid #d0d0d0;
    transform: rotate(225deg);
    margin: 0px auto;
    cursor: pointer;
    border-radius: 4px;
}

.wholesaler-content {
    font-size: 29px;
    font-weight: 100;
    color: #008db3;
    line-height: 44px;
    margin: 10px auto 24px;
    max-width: 1180px;
    padding: 15px;
}
shopify-section-text-with-icons-wholesaler .section--tight{
    margin: 15px 0;
}
#shopify-section-text-with-icons-wholesaler {
    padding: 40px;
    max-width: 1280px;
    margin: 0px auto;
    box-shadow: 0px 0px 8px 3px #d2d2d2;
    margin-bottom: 144px;
    padding-bottom: 80px;
}


#shopify-section-text-with-icons-wholesaler .section-main-title {
    font-size: 30px;
    padding-bottom: 45px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-weight: normal;
}
.text-with-icons-wholesale__icon-wrapper img{
    margin:0px auto;
    max-height: 180px;
}
.text-with-icons-wholesale__item {
    text-align: center;
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
}
.text-with-icons-wholesale {
    display: flex;
    justify-content: center;
}
.text-with-icons-wholesale__title {
    color: #2d2d2d;
    font-size: 23px;
    padding: 10px 0px;
    margin-bottom: 0 !important;
}
.text-with-icons-wholesale__content {
    font-size: 21px;
    padding: 0px 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
#shopify-section-rich-text-resell h2{
    color: #00a8d5;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 27px;
    font-weight: 300;
}
.wholeseller-content-page .page__header{
    display: none;
}
#shopify-section-rich-text-resell {
    padding: 20px;
    background: #fff;
}
#shopify-section-rich-text-resell .button{
    width: 232px;
    border-radius: 4px;
    margin-top: 26px;
    font-size: 20px;
    line-height: 53px;
}
#shopify-section-rich-text-resell p{
    font-size: 19px;
    line-height: 22px;
}


.collection__products-count.hidden-desk{
    display: none;
}

@media only screen and (max-width: 1280px) {
    .wholesaler-content {
        font-size: 27px;
    }
}
@media only screen and (max-width: 1080px) {
.feature-row__item .section-title{
    font-size: 50px;
    margin-bottom: 20px;
}
.feature-row__item .category-title{
    font-size: 20px;
}
.featured_row__text_col50 p{
    font-size: 23px;
}
.wholesaler-content {
    font-size: 24px;
    margin: 40px;
}
#shopify-section-text-with-icons-wholesaler .section-main-title{
    font-size: 20px;
}
.text-with-icons-wholesale__item{
    flex: 0 0 50%;
}
.text-with-icons-wholesale__title{
    font-size: 20px;
}
.text-with-icons-wholesale__content {
    font-size: 18px;
}
.feature-row__text{
    padding-left: 30px;
}
}
@media screen and (max-width: 768px){

.feature-row__item .section-title {
    font-size: 40px;
}
.wholesaler-content {
    font-size: 20px;
margin: 0px 20px;
line-height: 30px;
}
#shopify-section-text-with-icons-wholesaler{
    padding: 40px 0;
}

}



@media screen and (max-width: 640px){
    .feature-row.feature-row-col50{
        flex-wrap: wrap;
    }
    .feature-row__item {
        flex: 0 1 100%;
    }
    .feature-row__text{
        justify-content: left;
    }
    .feature-row__text{
        padding: 20px;
    }
    .wholesaler-content{
        padding: 0;
    }
    .text-with-icons-wholesale{
        flex-wrap: wrap;
    }
    .text-with-icons-wholesale__icon-wrapper img{
        max-height: 100px;
    }
    .text-with-icons-wholesale__item{
        margin-bottom: 50px;
        flex: 0 0 100%;
    }
    #shopify-section-text-with-icons-wholesaler{
        padding: 20px;
        margin-bottom: 50px;
    }
    #shopify-section-rich-text-resell h2{
        font-size: 23px;
    }
    .feature-row__item .category-title{
        margin-top: 0 !important;
        font-size: 17px;
        line-height: 27px;
    }
    .featured_row__text_col50 p {
        font-size: 18px;
    }
}

.cmw-content-wrap {
    padding: 30px;
}
.cmw-logo {
  margin-bottom: 10px;
}
.cmw-logo img {
    max-width: 250px;
}
.cmw-content p {
  line-height: 23px;
}