.collection-design{
    position: relative;
    margin-top: 0px;
    /*border: 1px solid #E4E6DF;*/
    border: none;
    background-color: #FFFFFF;
    padding: 50px 3.9em;
    display: flex;
    flex-direction: row;
}

.single-product .collection-design{
    /*padding-left: 3.9em;*/
    /*padding-right: 3.9em;*/
}

.collection-design .col-left{
    width: 46%;
    height: 585px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
 .collection-design .col-left.height-auto {
    height: auto !important;
}
 .collection-design .col-right {
    width: 54%;
    padding-left: 90px;
    /*padding-right: 3.9em;*/
    padding-right: 0;
}
.single-product .collection-design .col-right{
    padding-right: 0;
}
 .collection-design .col-right  {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 .collection-design .col-right .right_bottom  {
    padding-bottom: 50px;
}
 .collection-design .brand-title  {
    color: #424242;
    font-family: "Basis Grotesque Pro";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-align: left;
    margin-top: 20px;
}
 .collection-design .brand-title  {
    color: #424242;

    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: normal;
}
.collection-design .brand-parent {
    color: #424242;
    font-family: "Basis Grotesque Pro";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 10px;
    text-align: left;
}
.collection-design .collection-description  {
    max-width: 870px !important;
    font-family: "Basis Grotesque Pro";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
    color: #424242;
    text-align: left;
    margin-top: 25px !important;
    padding-bottom: 28px !important;
    margin-left: 0 !important;
    position: relative;
}
 .collection-design .collection-description p,
 .collection-design  .collection-description {
    font-family: "Basis Grotesque Pro Off-White";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0;
    color: #424242;
}
.collection-design .collection-description p:not(:last-child){
    margin-bottom: 22px;
}
 .collection-design .collection-description.read-more.open  {
    height: 195px;
    transition: height 0.3s;
    overflow: hidden;
}
.collection-design .collection-description.open .collection-desc-toggle .plus {
    display: inline-block;
}
.collection-design .collection-description.open .collection-desc-toggle .plus svg{
    transform: rotate(315deg);
    width: 22px;
    height: 22px;
}
.collection-design .collection-description.open .collection-desc-toggle .minus {
    display: none;}

.collection-design .collection-description .collection-desc-toggle .plus svg{
    transform: rotate(225deg);
    transition: all 0.3s;
    width: 22px;
    height: 22px;
}

.collection-design .collection-description .collection-desc-toggle .minus{
    display: inline-block;}
.collection-design .collection-description.read-more{
    position: relative;
}
.collection-design .collection-description.read-more.open {
    height: 195px;
    transition: height 0.3s;
    overflow: hidden;
}
.collection-design.collection-description.read-more .collection-desc-toggle {
    display: block;
}
.collection-design .collection-description.open .collection-desc-toggle .plus  {
    display: inline-block;}
.collection-design .collection-description.open .collection-desc-toggle .minus  {
    display: none;}

.collection-design  .secondary_description  {
    margin-top: 60px;
    max-width: 400px;
}
.collection-design  .secondary_description li:first-child {
    border-top: 1px solid #E4E6DF;

}
.collection-design .secondary_description li {
    min-height: 50px;
    border-bottom: 1px solid #E4E6DF;
    display: flex;
    align-items: center;
    border-radius: 0;
    color: #424242;
    font-family: "Basis Grotesque Pro";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px 0;
}
.collection-design  .secondary_description li p{
    margin-bottom: 0;
}
.collection-design  .secondary_description li p a{
    font-weight: bold;
    text-decoration: underline;
}
.collection-design .collection-desc-toggle {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -3px;
    display: none;
}
 .collection-design .collection-description.read-more .collection-desc-toggle {
    background-color: #fff;
    display: block;
}
.collection-design .collection-desc-toggle {
    bottom: -8px;
}
.collection-design .collection-desc-toggle span  {
    display: inline-block;
    color: #424242;
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    cursor: pointer;
    text-align: right;
}
.collection-design.collection-desc-toggle span {
    font-size: 40px;
    line-height: 40px;
}
.collection-design .catalog-list  {
    width: 100%;
    max-width: 420px;
    margin-top: 55px;
    margin-bottom: 80px;
}
.collection-design .page-title .catalog-list{
    margin-top: 30px;
}
.collection-design .catalog-list  {
    margin-bottom: 0;
    max-width: 100%;
}
 .collection-design .catalog-link,
 .collection-design  .catalog-link a,
.collection-design .material-link .material-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 0;
    color: #424242;
    font-family: "Basis Grotesque Pro";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    outline: none;
    box-shadow: none;
    background: none;
    margin: 0;
    padding: 0;
}


 .collection-design .catalog-link{
    margin-top: 25px;
}
.collection-design .catalog-link a{
    display: flex;
    gap: 10px;
    justify-content: left;
    align-items: center;
    border-radius: 21px;
    width: auto;
    height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(66, 66, 66, 1) !important;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    color: #424242;
    font-family: "Basis Grotesque Pro";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04px;
    line-height: 16px;
    transition: all 0.3s;
    text-decoration: none;
}
 .collection-design .catalog-link a svg path  {
    transition: all 0.3s;
    fill:#424242
}
 .collection-design .catalog-link a:hover {
    background-color: #424242;
    color: #fff;
}
 .collection-design .catalog-link a:hover svg path{
    fill:#fff
}
 .collection-design .material-link  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*border-top: 1px solid #E4E6DF;*/
}

 .collection-design .material-link .material-cont  {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.collection-design .material-link .material-item {
    position: relative;
    margin-right: 12px;
}
.collection-design .material-link .coll_product_attributes {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0;
}
.collection-design .material-link .material-item .thumbnail {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.35);
    cursor: pointer;
    outline: 1px solid transparent;
    outline-offset: 2px;
    transition: 0.3s;
}
.collection-design .coll_product_attributes .images-container .tooltip {
     font: 500 10px/18px "Basis Grotesque Pro";
     color: #424242;
     text-align: left;
     white-space: nowrap;
     text-decoration: underline;
}
.collection-design .coll_product_attributes .images-container .tooltip p {
    margin-bottom: 0 !important;}
.collection-design .material-link .material-item:hover .thumbnail  {
    outline-color: #424242;
    transition: 0.3s;
}
 .collection-design .material-link .material-item:hover .tooltip {
    display: block; }
 .collection-design .coll_product_attributes  .right_click{
    width: 52px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 5px;
    height: 100%;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: end;
    z-index: 999;
    cursor: pointer;
}
.collection-design .coll_product_attributes  .right_click.active {
    display: flex;
}
 .collection-design .coll_product_attributes  .right_click img{

    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.archive.tax-product_brand .collection-type .archive-listing {
    position: relative;
    padding-top: 40px !important;
    z-index: 5;
    overflow: hidden;
}
.single.single-projects .brand-header ,
.archive.tax-product_brand .collection-type .brand-header {
    max-height: initial !important;
    background: #ffffff;
    padding: 55px 0;
    margin-bottom: 0;
    position: relative;
}

@media (max-width: 1100px) {
    .collection-design{
        padding-left: 2em;
        padding-right: 2em;
    }
}
@media (max-width: 1024px) {

}

@media (max-width: 991px) {
     .collection-design{
        flex-direction: column;
         padding-left: 0;
         padding-right: 0;
    }
    .single-product  .collection-design{
        padding-left: 0;
        padding-right: 0;
    }
    .collection-design  .col-left {
        width: 100%;
        height: 259px;
    }
     .collection-design {
        padding: 0;
    }

     .collection-design .col-right {
        width: 100%;
        padding: 40px 15px!important;
    }
    .single-product .collection-design .col-right  {
        padding-bottom: 0;
    }

   .collection-design    .brand-hero-title  {
        font-size: 32px;
        line-height: 32px;
    }

   .collection-design  .brand-title  {
        line-height: 24px;
    }

   .collection-design .collection-description {
        height: auto;
        margin-top: 32px !important;
        overflow: hidden;
        position: relative;
        transition: height 0.3s;
    }

    .collection-design .collection-description.read-more {
        padding-right: 15px;
    }
    .collection-design .collection-desc-toggle {
        bottom: -5px;
    }
    .collection-design .collection-desc-toggle span {
        font-size: 30px;
        line-height: 30px;
    }
   .collection-design .collection-description.read-more.open  {
        height: 165px;
        transition: height 0.3s;
    }
    .collection-design .catalog-list  {
        max-width: 100%;
        margin-bottom: 0;
    }

   .collection-type .brand-slider .slick-slide .img-cont {
        height: 500px; }

    .collection-design .col-right .right_bottom{
        padding-bottom: 0;
    }

}
@media (max-width: 767px) {

}
