@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.retail .itemsList .itemGrid .picture {
    padding-bottom: 125%;
}
li.itemGrid.available.hasnoimg {
    display: none;
}
.deskmenu .pages li.md-locate{
    display: none;
}
.retail .accname img {
    /* height: 25px; */
    margin-top: -6px;
}
@media (min-width: 769px){
    .home-collection .title {
        font-family: 'Crimson Text', serif;
        text-transform: uppercase;
        font-weight: normal!important;
        font-size: 35px;
   }
   .productpage div#customizedModalID .btnClose {
    margin-top: -27px;
}
}
@media (max-width: 768px) {
    .retail .oldprice {
        /* position: absolute; */
        /* z-index: 1; */
        /* color: #fff; */
        /* mix-blend-mode: difference; */
        /* opacity: 0.5; */
        /* right: 18px !important; */
        /* left: auto !important; */
   }
}
.retail .itemsList .itemGrid .descBlock .brand {
    margin-bottom: 0;
    font-size: 14px;
    display: block;
}
/* about us */
@font-face {
    font-family: 'Minion Pro';
    src: url('MinionPro-Regular.woff2') format('woff2'), url('MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    padding: 0px;
    margin: 0px;
}
.mycontainer{
    position:relative;
    margin:auto;
    max-width:1380px;
}
@media (max-width:1450px){
    .mycontainer{
        padding:0px 30px;
   }
}
@media (max-width:767px){
    .mycontainer{
        padding:0px 17px;
   }
}
.captionPic{
    box-sizing:border-box;
    position:relative;
    display:table;
    width:100%;
    text-align:center;
    height:728px;
    outline: none;
}
.captionPic a{
    text-decoration:none;
}
.captionPic *{
    box-sizing: border-box;
}
.captionPic .pic{
    display:table-cell;
    vertical-align:middle;
    background-position:center center;
    background-size:cover;
    cursor:pointer;
    width:100%;
    height:100%;
}
.captionPic .pic:after{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    pointer-events:none;
    background:rgba(3,0,0,0.3);
    display:block;
    content:'';
}
.captionPic .info{
    position:relative;
    z-index:1;
    max-width:880px;
    margin:0px auto;
    padding:22px;
    z-index:1;
    color:#fff;
}
.captionPic .play{
    margin-bottom:50px;
    display:flex;
    justify-content:center;
    transition:0.3s all;
    height:31px;
}
.captionPic .title{
    margin-bottom:18px;
    font-family: 'Minion Pro';
    font-size:41px;
    line-height:50px;
    color:#fff;
    font-weight:normal;
}
.captionPic .text{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:35px;
    color:#fff;
}
.captionPic img{
    max-width:100%;
}
@media (max-width: 767px){
    .captionPic{
        height:400px;
   }
    .captionPic .text{
        font-size:13px;
        line-height:26px;
   }
    .captionPic .play{
        margin-bottom:30px;
        height:26px;
   }
    .captionPic .play svg{
        width:22px;
        height:auto;
   }
    .captionPic .title{
        font-size:30px;
        line-height:36px;
        margin-bottom:12px;
   }
    .captionPic .info{
        padding-left:15px;
        padding-right:15px;
   }
}
.Founder{
    padding:94px 0px;
    outline: none;
    box-sizing: border-box;
}
.Founder *{
    box-sizing: border-box;
}
.Founder a{
    text-decoration:none;
}
.Founder ul{
    list-style:none;
}
.Founder ul.cols{
    flex-wrap:wrap;
    display:flex;
}
.Founder ul.cols>li{
    width:50%;
}
.Founder .info{
    max-width:539px;
    display:flex;
    align-items:center;
    height:100%;
    width:100%;
    padding-right:30px;
}
.Founder .pic img{
    max-width:100%;
    display:block;
}
.Founder .title{
    margin-bottom:9px;
    font-family: 'Minion Pro';
    font-size:41px;
    line-height:50px;
    color:#000;
    font-weight:normal;
}
.Founder .text{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:35px;
    color:#636363;
    margin-bottom:80px;
}
.Founder ul.medias>li{
    margin-bottom:21px;
    display:flex;
}
.Founder ul.medias>li:last-child{
    margin-bottom:0px;
}
.Founder ul.medias .item{
    display:flex;
    cursor:pointer;
    align-items:center;
}
.Founder ul.medias .icon{
    width:45px;
    height:45px;
    background:#000;
    display:flex;
    align-items:center;
    transition:0.3s all;
    justify-content:center;
    background:#000;
    border-radius:100%;
    margin-right:16px;
    border:1px solid #000;
}
.Founder ul.medias .name{
    font-family: 'Roboto', sans-serif;
    font-size:19px;
    color:#000;
}
@media (max-width: 900px){
    .Founder .title{
        font-size:34px;
        line-height:36px;
   }
    .Founder .text{
        font-size:15px;
        line-height:32px;
        margin-bottom:45px;
   }
}
@media (max-width: 767px){
    .Founder{
        padding:45px 0px 44px;
   }
    .Founder .pic{
        margin-bottom:20px;
   }
    .Founder ul.cols>li{
        width:100%;
   }
    .Founder ul.cols>li:nth-child(2){
        order:1;
   }
    .Founder ul.cols>li:nth-child(1){
        order:2;
   }
    .Founder .text{
        margin-bottom:20px;
        font-size:13px;
        line-height:26px;
   }
    .Founder .title{
        font-size:30px;
        line-height:36px;
   }
    .Founder .info{
        padding-right:0px;
        max-width:none;
   }
    .Founder ul.medias .icon{
        width:35px;
        height:35px;
   }
    .Founder ul.medias .icon svg{
        transform:scale(0.77);
   }
    .Founder ul.medias .name{
        font-size:14px;
   }
    .Founder ul.medias>li{
        margin-bottom:16px;
   }
}
@media (min-width: 769px){
   /* hovers*/
    .captionPic .play:hover{
        opacity:0.7;
   }
    .Founder ul.medias .item:hover .icon{
        background:#fff;
   }
    .Founder ul.medias .item:hover .icon svg path{
        fill:#000;
   }
}
.singlePhoto{
    box-sizing: border-box;
    display:block;
}
.singlePhoto *{
    box-sizing: border-box;
}
.singlePhoto a{
    text-decoration:none;
}
.singlePhoto .pic{
    display:block;
}
.singlePhoto .pic img{
    display:block;
    max-width:100%;
    width:100%;
    object-fit:cover;
    object-position:center center;
    max-height:728px;
    min-height:350px;
}
.Layout1{
    box-sizing: border-box;
    padding:110px 0px 0px;
    text-align:center;
}
.Layout1 *{
    box-sizing: border-box;
}
.Layout1 a{
    text-decoration:none;
}
.Layout1 ul{
    list-style:none;
}
.Layout1 ul.cols{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.Layout1 ul.cols>li{
    width:calc(50% - 13px);
    margin-bottom:30px;
}
.Layout1 ul.cols>li:only-child{
    width:100%;
    margin-bottom:0px;
}
.Layout1 .pic img{
    display:block;
    width:100%;
    object-fit:cover;
    object-position:center center;
}
.Layout1 ul.cols>li:only-child .pic img{
    max-height:729px;
    min-height:280px;
}
.Layout1 .title{
    margin-bottom:9px;
    font-family: 'Minion Pro';
    font-size:41px;
    line-height:50px;
    color:#000;
    font-weight:normal;
}
.Layout1 .caption{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:35px;
    color:#636363;
    margin-bottom:72px;
}
.Layout1 .info{
    max-width:978px;
    position:relative;
    margin:auto;
}
.Layout1 + .Layout1 {
    padding-top:70px;
}
@media (max-width: 767px){
    .Layout1 ul.cols>li{
        width:100%;
        margin-bottom:0px;
   }
    .Layout1 ul.cols>li + li{
        margin-top:15px;
   }
    .Layout1{
        padding-top:40px;
   }
    .Layout1 + .Layout1{
        padding-top:40px;
   }
    .Layout1 .caption{
        margin-bottom:10px;
   }
    .Layout1 .caption{
        font-size:13px;
        line-height:26px;
   }
    .Layout1 .title{
        font-size:30px;
        line-height:36px;
   }
}
.pbody {
    width: 100%!important;
    float: left;
}
/* end about us */
p.instagram_username a {
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #ccc;
    font-family: 'textfont';
    text-transform: uppercase;
    letter-spacing: 6px;
}
p.instagram_username:before {
    content: 'tag us at #clo_beirut for a chance to be featured on our instagram'!important;
    background-image: none!Important;
    color: black;
    left: 0px;
    top: 34px;
    filter: none;
    font-size: 11px;
    width: 100%;
    font-family: 'textfont';
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (min-width: 767px){
    p.instagram_username {
        position: relative;
        display: inline-block;
        width: 100%;
   }
}
@media (min-width: 1024px) {
    .contactus-page .top-part .rightblock .addressform {
        width: 45%!important;
        position: relative;
   }
    .instagram_gallery {
        width: calc(100% - 360px) !important;
   }
    .instagram_gallery a {
        margin: 0.25% !important;
   }
    .instagram_gallery img:nth-child(-n+4) {
        margin-bottom: -3px;
   }
    .retail .itemsList .itemGrid .descBlock .brand {
        font-size: 15px;
   }
}
@media (min-width: 768px) {
    .instagram_gallery {
        width: calc(100% - 220px) !important;
   }
    .instagram_gallery a {
        margin: 0.25% !important;
   }
    .instagram_gallery img:nth-child(-n+4) {
        margin-bottom: -3px;
   }
    p.instagram_username {
        width: 85% !important;
   }

}
@media (max-width: 767px) {
      .retail .customizedID .waitingList-button-container .w-description{
      width:100%;
      display: block;
      margin-top: -9px;
   }
    .menuhead .currencyswitcher {
        float: right;
        margin-top: 26px !important;
   }
    .instagram_gallery a {
        width: 24% !important;
        margin: -1px 1px 0!important;
   }
    .instagram_profile {
        padding-top: 6px !important;
        padding-bottom: 65px !important;
        padding-left: 0 !important;
   }
    .home-collection.layout3 .title {
        width: 95% !important;
   }
    .home-collection.layout3 .title span {
        font-size: 20px;
        bottom: 95px !important;
   }
    .home-collection.layout3 .view-more.noprod {
        bottom: 50px;
   }
    .home-collection a.title {
        width: calc(100vw - 30px) !important;
        font-size: 22px !important;
        line-height: 28px !important;
   }
    .menuontop .d-w, .menuontop .priceWrap {
        margin-left: -8px;
   }
}
.retail .size-guide-container[data-unit=""] {
    display: block !important;
}
.classicproduct .size-guide-button {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    text-decoration: underline!important;
    border-bottom: 1px dashed #000;
}
.relationsinline {
   /* min-height: 117px!important;
    */
   /* background: red;
    */
   /* display: block!Important;
    */
}
.itemsList .itemGrid.not-available {
    opacity: 1 !important;
}
/* .retail .homePid .itemsList .itemGrid{
    border:1px solid #eee;
}
*/
.itemsList .itemGrid.not-available::before {
    content: attr(data-title)!important;
    display: none !important;
}
@media (max-width: 768px) {
    .retail .categories {
        min-height: 96px;
        display: none!important;
   }
    .home-collection a.title {
        width: calc(100vw - 30px) !important;
        font-size: 19px !important;
        line-height: 0px !important;
   }
}
.menuontop .deskmenu .pages li:last-child {
    display: none !important;
}
.retail .retailonly.meta .brand {
    font-size: 33px!important;
    margin-bottom: 3px;
    max-width: 460px;
}
.productpage .meta .title {
    font-size: 20px!important;
    font-family: 'Crimson Text';
    /* margin-bottom: -4px;
    */
    font-weight: normal;
    line-height: 20px;
    margin-top: 1px;
}
.retail .itemsList .itemGrid .picture img {
   /* height: 100%!important;
    */
    height: auto;
    width: 100%;
}
.retail .related-items .itemsList .itemGrid .picture img {
    height: auto!important;
}
.retail .customizedID .backg {
    position: relative;
    left: auto;
    transform: none;
    cursor: zoom-in;
   /* width: 92%!important;
    */
}
.retail .discountpercent {
    left: 15px;
    display: none;
}
.home-collection .itemsList {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .home-collection .title {
       /* margin-top: 18px !important;
        */
   }
    .home-collection .view-more {
        position: relative;
        top: -8px;
        right: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
   }
    .home-collection.layout3 .view-more.noprod {
        padding-left: initial;
        padding-right: initial;
        padding-top: initial;
        padding-bottom: initial;
   }
}
@media (max-width: 768px) {
    .home-collection .view-more {
        display: block;
        margin-top: 8px;
   }
}
/* BEGIN home page changes 16 june */
.retail.large-menu-img .itemsList .itemGrid .descBlock .title {
    text-transform: unset !important;
}
.home-collection:nth-child(6) .coimg {
    order: 4;
}
@media (max-width: 768px) {
    .home-collection {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        overflow: hidden;
   }
    .home-collection a.title {
        text-align: center;
        width: calc(100vw - 0px) !important;
        font-size: 19px !important;
        line-height: 0px !important;
        margin-right: 10px;
        padding-bottom: 0px!important;
        padding-top: 6px!important;
   }
    .home-collection .view-more {
        position: relative;
        margin-top: 8px;
        width: 100px;
        top: 2px;
        right: 0px;
        padding-left: 10px;
        padding-right: 10px;
   }
    .home-collection:nth-child(6) .view-more span{
       /* position: absolute;
        */
        top: 50px;
       /* margin-left:-28px;
        */
        text-decoration: underline;
   }
    .home-collection .view-more.noprod {
        display: none !important;
       /* top: 0;
        */
        position: unset;
   }
    .home-collection:nth-child(6) .view-more.noprod {
        order: 3;
        display: block!important;
        margin-top: 0;
        padding-top: 0;
        margin-left: 0;
        width: max-content!important;
        min-width: unset!important;
        max-width: unset!important;
        box-sizing: border-box;
        padding-left: 0!important;
        padding-right: 0!important;
        width: 100%!important;
        display: flex!important;
        /* display: none!important; */
        justify-content: center;
        text-align: center;
        /* left: 0;
        */
        /* position: relative;
        */
        /* transform: translate(-0%);
        */
   }
    .home-collection:nth-child(6) .coimg {
        order: 4;
   }

    .home-collection .view-more {
        background-color: black !important;
        border-radius: 0px !important;
        color: white !important;
        font-size: 14px !important;
        box-shadow: initial !important;
        border: 1px solid black !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
   }
}
.home-collection .view-more.noprod:nth-child(2) {
    display:none!important;
}
.home-collection:nth-child(6){
    display: flex;
    flex-direction: column;
   /* flex-direction: column-reverse;
    */
   /* gap:100px;
    */
    gap: 10px;
}
.home-collection .view-more.noprod:nth-child(2) span{
    position: unset!important;
    bottom: unset;
    margin-left: unset!important;
}
.logoontop .MenuParts .logo.ontop img {
    max-height: 28px;
    margin-top: 9px;
}
.deskmenu .pages li.md-locate{
    display: none;
}

@media (min-width: 769px){
    .productpage .meta .price{
        box-shadow: none;
        padding-left: 0px;
        font-size: 18px;
        font-weight: bold;
   }
    .productpage .relations .title{
        font-family: 'Crimson Text';
        font-weight: 500!important;
        font-size: 31px;
   }
    .productpage .meta .title{
        font-size: 37px;
   }
  }
.menuontop .titleAndLegend .title{
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: normal!important;
    font-size: 35px;
}
.menuontop .d-w, .menuontop .priceWrap{
    /* margin-left: -8px; */
}
.d-w {
    min-height: unset!important;
}
.itemsList .itemGrid .priceWrap .price {
    color: #999;
    font-weight: bold!important;
}

.home-collection.layout5 .title {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: normal!important;
    font-size: 17px;
}
/* about us */
@font-face {
    font-family: 'Minion Pro';
    src: url('MinionPro-Regular.woff2') format('woff2'), url('MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    padding: 0px;
    margin: 0px;
}
.mycontainer{
    position:relative;
    margin:auto;
    max-width:1380px;
}
@media (max-width:1450px){
    .mycontainer{
        padding:0px 30px;
   }
}
@media (max-width:767px){
    .mycontainer{
        padding:0px 17px;
   }
}
.captionPic{
    box-sizing:border-box;
    position:relative;
    display:table;
    width:100%;
    text-align:center;
    height:728px;
    outline: none;
}
.captionPic a{
    text-decoration:none;
}
.captionPic *{
    box-sizing: border-box;
}
.captionPic .pic{
    display:table-cell;
    vertical-align:middle;
    background-position:center center;
    background-size:cover;
    cursor:pointer;
    width:100%;
    height:100%;
}
.captionPic .pic:after{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    pointer-events:none;
    background:rgba(3,0,0,0.3);
    display:block;
    content:'';
}
.captionPic .info{
    position:relative;
    z-index:1;
    max-width:880px;
    margin:0px auto;
    padding:22px;
    z-index:1;
    color:#fff;
}
.captionPic .play{
    margin-bottom:50px;
    display:flex;
    justify-content:center;
    transition:0.3s all;
    height:31px;
}
.captionPic .title{
    margin-bottom:18px;
    font-family: 'Minion Pro';
    font-size:41px;
    line-height:50px;
    color:#fff;
    font-weight:normal;
}
.captionPic .text{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:35px;
    color:#fff;
}
.captionPic img{
    max-width:100%;
}
@media (max-width: 767px){
    .captionPic{
        height:400px;
   }
    .captionPic .text{
        font-size:13px;
        line-height:26px;
   }
    .captionPic .play{
        margin-bottom:30px;
        height:26px;
   }
    .captionPic .play svg{
        width:22px;
        height:auto;
   }
    .captionPic .title{
        font-size:30px;
        line-height:36px;
        margin-bottom:12px;
   }
    .captionPic .info{
        padding-left:15px;
        padding-right:15px;
   }
}
.Founder{
    padding:94px 0px;
    outline: none;
    box-sizing: border-box;
}
.Founder *{
    box-sizing: border-box;
}
.Founder a{
    text-decoration:none;
}
.Founder ul{
    list-style:none;
}
.Founder ul.cols{
    flex-wrap:wrap;
    display:flex;
}
.Founder ul.cols>li{
    width:50%;
}
.Founder .info{
    max-width:539px;
    display:flex;
    align-items:center;
    height:100%;
    width:100%;
    padding-right:30px;
}
.Founder .pic img{
    max-width:100%;
    display:block;
}
.Founder .title{
    margin-bottom:9px;
    font-family: 'Minion Pro';
    font-size:41px;
    line-height:50px;
    color:#000;
    font-weight:normal;
}
.Founder .text{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:35px;
    color:#636363;
    margin-bottom:80px;
}
.Founder ul.medias>li{
    margin-bottom:21px;
    display:flex;
}
.Founder ul.medias>li:last-child{
    margin-bottom:0px;
}
.Founder ul.medias .item{
    display:flex;
    cursor:pointer;
    align-items:center;
}
.Founder ul.medias .icon{
    width:45px;
    height:45px;
    background:#000;
    display:flex;
    align-items:center;
    transition:0.3s all;
    justify-content:center;
    background:#000;
    border-radius:100%;
    margin-right:16px;
    border:1px solid #000;
}
.Founder ul.medias .name{
    font-family: 'Roboto', sans-serif;
    font-size:19px;
    color:#000;
}
@media (max-width: 900px){
    .Founder .title{
        font-size:34px;
        line-height:36px;
   }
    .Founder .text{
        font-size:15px;
        line-height:32px;
        margin-bottom:45px;
   }
}
@media (max-width: 767px){
    .Founder{
        padding:45px 0px 44px;
   }
    .Founder .pic{
        margin-bottom:20px;
   }
    .Founder ul.cols>li{
        width:100%;
   }
    .Founder ul.cols>li:nth-child(2){
        order:1;
   }
    .Founder ul.cols>li:nth-child(1){
        order:2;
   }
    .Founder .text{
        margin-bottom:20px;
        font-size:13px;
        line-height:26px;
   }
    .Founder .title{
        font-size:30px;
        line-height:36px;
   }
    .Founder .info{
        padding-right:0px;
        max-width:none;
   }
    .Founder ul.medias .icon{
        width:35px;
        height:35px;
   }
    .Founder ul.medias .icon svg{
        transform:scale(0.77);
   }
    .Founder ul.medias .name{
        font-size:14px;
   }
    .Founder ul.medias>li{
        margin-bottom:16px;
   }
}
@media (min-width: 769px){
   /* hovers*/
    .captionPic .play:hover{
        opacity:0.7;
   }
    .Founder ul.medias .item:hover .icon{
        background:#fff;
   }
    .Founder ul.medias .item:hover .icon svg path{
        fill:#000;
   }
}
.singlePhoto{
    box-sizing: border-box;
    display:block;
}
.singlePhoto *{
    box-sizing: border-box;
}
.singlePhoto a{
    text-decoration:none;
}
.singlePhoto .pic{
    display:block;
}
.singlePhoto .pic img{
    display:block;
    max-width:100%;
    width:100%;
    object-fit:cover;
    object-position:center center;
    max-height:728px;
    min-height:350px;
}
.Layout1{
    box-sizing: border-box;
    padding:110px 0px 0px;
    text-align:center;
}
.Layout1 *{
    box-sizing: border-box;
}
.Layout1 a{
    text-decoration:none;
}
.Layout1 ul{
    list-style:none;
}
.Layout1 ul.cols{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.Layout1 ul.cols>li{
    width:calc(50% - 13px);
    margin-bottom:30px;
}
.Layout1 ul.cols>li:only-child{
    width:100%;
    margin-bottom:0px;
}
.Layout1 .pic img{
    display:block;
    width:100%;
    object-fit:cover;
    object-position:center center;
}
.Layout1 ul.cols>li:only-child .pic img{
    max-height:729px;
    min-height:280px;
}
.Layout1 .title{
    margin-bottom:9px;
    font-family: 'Minion Pro';
    font-size:41px;
    line-height:50px;
    color:#000;
    font-weight:normal;
}
.Layout1 .caption{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    line-height:35px;
    color:#636363;
    margin-bottom:72px;
}
.Layout1 .info{
    max-width:978px;
    position:relative;
    margin:auto;
}
.Layout1 + .Layout1 {
    padding-top:70px;
}
@media (max-width: 767px){
    .Layout1 ul.cols>li{
        width:100%;
        margin-bottom:0px;
   }
    .Layout1 ul.cols>li + li{
        margin-top:15px;
   }
    .Layout1{
        padding-top:40px;
   }
    .Layout1 + .Layout1{
        padding-top:40px;
   }
    .Layout1 .caption{
        margin-bottom:10px;
   }
    .Layout1 .caption{
        font-size:13px;
        line-height:26px;
   }
    .Layout1 .title{
        font-size:30px;
        line-height:36px;
   }
}
.pbody {
    width: 100%!important;
   /* float: left;
    */
    margin-top: 0px;
}
/* end about us */
@media (max-width: 768px){
    .accname img {
        height: 28px!Important;
        /* margin-top: 10px!Important; */
   }
}
.contactus {
    display:block;
}
.menulogo .logo img {
    max-width: 80px !important;
    height: auto;
    max-height: 170px;
}
.contactus-page {
    width: 100%;
    height: 100%;
    display: block;
    border-top: 1px solid #000;
    padding-top: 50px;
}
.contactus-page .top-part{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1024px) {
    .contactus-page {
        padding: 0px 0px 0px 0px;
   }
    .contactus-page .top-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
   }
}
.contactus-page .top-part .leftblock {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    padding: 25px 35px 30px 35px;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .top-part .leftblock {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 70px);
   }
}
.contactus-page .top-part .leftblock .image-style {
    width: 60%;
    height: auto;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .top-part .leftblock .image-style {
        width: 80%;
   }
}
.contactus-page .top-part .rightblock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    padding: 0px 25px 50px 50px;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .top-part .rightblock {
        padding: 20px 20px 30px 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 40px);
   }
}
.contactus-page .top-part .rightblock .title {
    width: 100%;
    color: #000;
    font-size: 48px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .contactus-page .top-part .rightblock .title {
        width: 100%;
        font-size: 22px;
   }
}
.contactus-page .top-part .rightblock .addressform {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contactus-page .top-part .rightblock .addressform .contact-us-success{
    position: absolute;
    text-align: center;
    font-size: 22px;
    max-width: 350px;
}
.contactus-page .top-part .rightblock .addressform form{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out 0s;
}
.contactus-page .top-part .rightblock .addressform form.c-fade-out{
    opacity: 0;
}
.contactus-page .top-part .rightblock .addressform .input-fields-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .rightblock .addressform .input-fields-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
   }
}
.contactus-page .top-part .rightblock .addressform .inputblock {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 25px;
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .top-part .rightblock .addressform .inputblock {
        margin-right: 0px;
   }
}
.contactus-page .top-part .rightblock .addressform .inputblock.halfwidth {
    width: 50%;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .top-part .rightblock .addressform .inputblock.halfwidth {
        width: 100%;
   }
}
.contactus-page .top-part .rightblock .addressform .inputblock .label {
    font-size: 16px;
    color: #000;
    padding-top: 25px;
    padding-bottom: 10px;
}
.contactus-page .top-part .label:before {
    display:none;
}
.contactus-page .top-part .rightblock .addressform .inputblock .inputfield {
    width: calc(100% - 10px);
    height: 45px;
    border: 0;
    background-color: #FFF;
    font-size: 15px;
    color: #000;
    padding-left: 10px;
    margin-right: 0px;
    border: 1px solid #000;
}
.contactus-page .top-part .rightblock .addressform .inputblock label.missing{
    top: 35px;
}
@media only screen and (max-width: 420px) {
    .contactus-page .top-part .rightblock .addressform .inputblock .inputfield {
        height: 50px;
   }
}
.contactus-page .top-part .rightblock .addressform .inputblock .textarea {
    width: calc(100% - 10px);
    height: 150px;
    border: 0;
    background-color: #FFF;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #000;
}
.contactus-page .top-part .rightblock .addressform .black-button {
    width: 120px;
    cursor: pointer;
    height: 40px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}
.contactus-page .contact-details {
    width: calc(100% - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #F1F1F1;
    padding: 160px 35px 90px 35px;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .contact-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 60px 35px 20px 60px;
        width: calc(100% - 95px);
   }
}
.contactus-page .contact-details .address-box, .contactus-page .contact-details .phones-box, .contactus-page .contact-details .emails-box {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    cursor: pointer;
}
.contactus-page .contact-details .phones-box a, .contactus-page .contact-details .emails-box a{
    color:#000;
    text-decoration:none;
    cursor:pointer;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .contact-details .address-box, .contactus-page .contact-details .phones-box, .contactus-page .contact-details .emails-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 60px;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
   }
    .contactus-page .contact-details .address-box:last-child, .contactus-page .contact-details .phones-box:last-child, .contactus-page .contact-details .emails-box:last-child {
        margin-bottom: 30px;
   }
    .contactus-page .contact-details .phones-box a, .contactus-page .contact-details .emails-box a{
        cursor:default;
   }
}
.contactus-page .contact-details .address-box::before {
    position: absolute;
    content: "";
    background-image: url(../../config/images/location.png);
    width: 22px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    left: 45%;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .contact-details .address-box::before {
        font-size: 30px;
        top: 0px;
        left: -35px;
   }
}
.contactus-page .contact-details .phones-box::before {
    position: absolute;
    content: "";
    background-image: url(../../config/images/phone.png);
    width: 28px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    left: 45%;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .contact-details .phones-box::before {
        font-size: 26px;
        top: 0px;
        left: -40px;
   }
}
.contactus-page .contact-details .emails-box::before {
    position: absolute;
    content: "";
    background-image: url(../../config/images/mail.png);
    width: 28px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    left: 45%;
}
@media only screen and (max-width: 1024px) {
    .contactus-page .contact-details .emails-box::before {
        font-size: 28px;
        top: 0px;
        left: -40px;
   }
}
.contactus-page .contact-us-map{
    position: relative;
    display: flex;
    width: 100%;
    height: 500px;
    overflow: hidden;
    align-items: center;
}
/* .contactus-page .contact-us-map img{
    position: relative;
    display: block;
    width: 100%;
}
*/
.contactus-page .top-part .rightblock .addressform .inputblock .label.required::after {
    position: relative;
    content: "*";
    font-family: "Poppins", sans-serif;
    color: red;
    font-size: 20px;
    top: 3px;
    right: -4px;
}
.required-notice{
    position: relative;
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.required-notice span{
    position: relative;
    content: "*";
    font-family: "Poppins", sans-serif;
    color: red;
    font-size: 20px;
    top: 3px;
    right: -4px;
}
.deskmenu .pages li.gift-card{
   /* display:none;
    */
}
.mobileMenuWrap .lineLink.contactus{
    display: none;
}
.userainfo .lineLink .ico{
    background-image: url(../../config/images/user.png);
    width: 22px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 22px;
    top: 0;
}
.retail .menuList.signin::before{
    content: '';
    background-image: url(../../config/images/user.png);
    width: 25px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    margin-right: 0;
    top: -5px;
}
.retail .menuList.signin {
    left: 11px;
}
.mobileMenuWrap .lineLink .zmdi-account{
    display:none;
}
.menuMob .zmdi:before {
    content: '\f197';
}
.zmdi-sort-amount-desc:before{
    content: '\f197';
}
.retail .showBag .menuList.bag span::after{
    display:none;
}
.retail .nbHolding{
    background-color: transparent;
    width: auto;
    height: auto;
    top: -12px;
    left: 17px;
}
.menuontop .MenuParts .bag{
    background-image: url(../../config/images/basket.png);
    width: 18px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    margin-top: 0;
}
.menuontop .MenuParts .bag.hide-number .nbHolding{
    display:none;
}
.retail .userpages .md-fav::before{
    content: "\f15e";
    font-weight: 900;
    font: 25px / 1 Material-Design-Iconic-Font;
}

.retail .userbar.icons .md-fav {
    margin-top: 2px;
}
.retail .nbHolding span{
    background-color: #000;
    border-radius: 50%;
    font-size: 8px;
    width: auto;
    height: auto;
    line-height: 10px;
    padding: 3px;
    min-width: 0;
    min-height: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 1px;
}
@media (min-width: 769px) {
    .menuontop .MenuParts .bag{
        top: 25px;
   }
}
.menuontop .userbar.icons .md-src{
    color:#000;
    font-weight: normal;
    left: 3px;
    -webkit-text-stroke: 0px;
}
.footer{
    height: auto;
    background-color: #fafafa;
}
.footer .topFoot{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    min-height: 250px;
    padding-top: 39px;
}
.footer {
    /* padding-bottom: 33px; */
}
.footer .topFoot .column{
}
.footer .topFoot .column .logo{
    position: relative;
    display: block;
    width: 50px;
    cursor: pointer;
}
.footer .topFoot .column .logo img{
    position: relative;
    display: block;
    width: auto;
    max-height: 60px;
    mix-blend-mode: multiply;
}
.footer .topFoot .column .links{
}
.footer .topFoot .column .links .title{
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 22px;
    padding-bottom: 14px;
}
.footer .topFoot .column .links .title:after{
    content: '';
    position: absolute;
    left:0;
    bottom:-2px;
    width:48px;
    height: 2px;
    background-color: #222222;
}
.footer .topFoot .column .links .link-item{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
    cursor: pointer;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.footer .topFoot .column {
    margin-right: 30px;
    min-width: 108px;
}
.footer .topFoot .column .links .link-item a{
    text-decoration:none;
    color:#222;
    text-transform: capitalize;
}
.footer .topFoot .column .links .link-item a:hover{
    color:#333;
}
.footer .address-box{
    padding-left: 35px;
    margin-bottom: 14px !important;
}
.footer .address-box::before {
    position: absolute;
    content: "";
    background-image: url(../../config/images/location.png);
    width: 18px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0px;
    opacity: 0.6;
}
.footer .phones-box{
    padding-left: 35px;
    margin-bottom: 20px !important;
}
.footer .phones-box::before {
    position: absolute;
    content: "";
    background-image: url(../../config/images/phone.png);
    width: 19px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    left: 0px;
}
.footer .emails-box{
    padding-left: 35px;
    margin-bottom: 10px !important;
}
.footer .emails-box::before {
    position: absolute;
    content: "";
    background-image: url(../../config/images/mail.png);
    width: 19px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0px;
    opacity: 0.6;
}
@media (max-width: 768px) {
    .contactus-page .top-part .rightblock .addressform .inputblock .label{
        padding-top: 15px;
        font-size: 14px;
   }
    .required-notice{
        font-size: 14px;
   }
}
/* @media (max-width: 768px) {
    .socials .zmdi-instagram{
        display: none;
   }
}
*/
@media (max-width: 768px) {
    .socials.menuList.mobi.ssm-toggle-nav.ssm-nav-visible {
        display: none;
   }
}
.socials.menuList {
    display: none;
}
.itemGrid .descBlock .picture{
   /* border:1px solid #eee;
    */
}
/* .retail .homePid .itemsList .itemGrid{
    border:1px solid #eee;
}
*/
/* @media (min-width: 769px) {
    .deskmenu .pages {
        margin-left: -136px;
        height: 100%;
   }
}
*/
.deskmenu .pages li a{
    font-family: titlefont;
}
@media (min-width: 769px) {
    .menuontop .tabled {
       /* left: 0px!important;
        */
       /* white-space: nowrap;
        */
       /* transform: none;
        */
       /* top: 1px!important;
        */
       /* position: absolute;
        */
       /* overflow-x: hidden;
        */
   }
    .menuontop .deskmenu .pages li {
        text-transform: capitalize !important;
        font-family: titlefont !important;
        display: inline-block;
        padding: 0 12px;
   }
    .menuontop .deskmenu .pages li a {
        text-transform: capitalize !important;
   }
    .menuontop .deskmenu .pages li.selected {
        text-decoration: underline !important;
        text-underline-offset: 4px !important;
        padding: 0 12px 0 0;
   }
    .menuontop .deskmenu .pages li:hover {
        text-decoration: underline !important;
        text-underline-offset: 4px !important;
   }
    .retail .itemGrid .heart {
        /* bottom: 75px !important; */
        right: 5px !important;
        top: 246px;
   }
    .large-menu-img .itemsList .itemGrid .picture {
        width: calc(100% + 30px) !important;
   }

.retail.large-menu-img .itemsList .itemGrid .picture {
    width: 100%!important;
    margin-left: 0px!important;
}
    .large-menu-img .related-items .itemsList .itemGrid .picture {
        width: 100% !important;
   }
}
@media (max-width: 768px) {
    .retail .itemGrid .heart {
        bottom: 75px !important;
        right: 5px !important;
        top: 285px;
   }
}
@media (min-width: 769px) {
    .home-collection.layout5.title .ng-binding {
        font-size: 16px !important;
        font-size: 77px !important;
   }
}
@media (max-width: 769px) {
    .large-menu-img .itemsList .itemGrid .picture {
        top: 0px !important;
        margin-bottom: 16px !important;
   }
}
@media (min-width: 768px) {
    .home-collection .view-more {
        background-color: transparent !important;
        border-radius: 0px !important;
        color: #000 !important;
        font-size: 15px !important;
        font-weight: bold !important;
        box-shadow: initial !important;
        text-decoration: underline !important;
        text-underline-offset: 4px !important;
        text-transform: uppercase !important;
        border: 0px solid black !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
   }
}
@media (max-width: 768px) {
    .home-collection .view-more {
        background-color: transparent !important;
        border-radius: 0px !important;
        color: #000 !important;
        font-size: 11px !important;
        font-weight: bold !important;
        box-shadow: initial !important;
        text-decoration: underline !important;
        text-underline-offset: 3px !important;
        text-transform: uppercase !important;
        border: 0px solid black !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
   }
}
/* CLO INTRODUCING */
/* // black background on desktop */
.menuontop .homePid .content {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 0;
   /* background-color: black;
    */
}
.home-collection.ng-scope.layout1{
    background-color: white !important;
}
.home-collection .title {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: normal!important;
    font-size: 35px;
   /* color: white ;
    */
}
.home-collection .view-more {
    position: relative;
    top: -24px;
    right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
   /* color: white !important;
    */
}
/* .home-collection .swiper-container .swiper-scrollbar {
    opacity: 1!important;
    background-color: white;
    height: 1px;
}
*/
.home-collection.layout5 .title {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: normal!important;
    font-size: 31px;
    top: 20px;
    position: relative;
   /* padding-bottom: 60px;
    */
}
.home-collection:nth-child(6){
    position: relative;
}
.home-collection:nth-child(6) .title{
   /* background: black;
    */
   /* margin-bottom: 20px;
    */
    order: 1;
    margin-top: 0;
    padding-top: 0!important;
    line-height: unset!important;
}
.home-collection:nth-child(1) .title{
    margin-bottom:700px;
   /* margin-top:30px */
}
.home-collection .view-more.noprod:nth-child(2) span{
    position: absolute;
    bottom:-120px;
    padding-left:0;
    padding-right:0;
    margin-left:-20px;
    text-decoration:underline;
}
.home-collection.layout5 .col-description {
    position: relative;
    display: block;
    padding-left: 0px!important;
    padding-right: 0px;
    margin-bottom: 43px;
    margin-top: -20px;
    font-family: 'Crimson Text', serif;
    font-weight: normal!important;
    font-size: 55px !important;
}
main.content.ng-scope :nth-child(4).home-collection.layout5 .view-more.noprod{
   /* border: 1px solid black !important;
    */
   /* background-color: red !important;
    */
   display: block !important;
   position: absolute;
   left: 0;
   right: 0;
   top: 149px;
   font-size: 15px !important;
   text-decoration-thickness: 1px !important;
   font-weight: bold !important;
   font-family: textfont,arabicfont,sans-serif !important;
   display: none!important;
}
main.content.ng-scope :nth-child(6).home-collection.layout5 .col-description{
   /* border: 1px solid black !important;
    */
   /* background-color: red !important;
    */
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 43px;
    margin-top: 15px;
    font-family: 'Crimson Text', serif;
    font-weight: normal!important;
    font-size: 39px !important;
    top: 11px;
    color: black;
    order: 2;
}
/* // black on desktop Arrivals ( title) Shop Now ( view more) /// */
main.content.ng-scope :nth-child(7).home-collection.layout1 a.title {
   /* background-color: black;
    */
    padding-bottom: 40px;
    color: black;
}
main.content.ng-scope :nth-child(7).home-collection.layout1 .view-more{
   /* border: 1px solid black !important;
    */
   /* background-color: red !important;
    */
   /* position: relative;
    margin-top: 8px;
    width: 80%;
    top: -51px;
    padding-top: 54px;
    right: 0px;
    */
   /* background: black !important;
    color: white !important;
    */
    top: -52px;
    color: black !important;
}
@media (max-width: 768px) {
    .home-collection.layout5 .title {
        font-family: 'Crimson Text', serif;
        text-transform: uppercase;
        font-weight: normal!important;
        font-size: 16px !important;
        top: 10px;
        position: relative;
   }
    .home-collection.layout5 .col-description {
        position: relative;
        display: block;
        /* padding-left: 30px; */
        /* padding-right: 30px; */
        margin-bottom: 43px;
        margin-top: 7px;
        font-family: 'Crimson Text', serif;
        font-weight: normal!important;
        font-size: 29px !important;
        top: 11px;
   }
    main.content.ng-scope :nth-child(4).home-collection.layout5 .view-more.noprod{
       /* border: 1px solid black !important;
        */
       /* background-color: red !important;
        */
       display: block !important;
       position: absolute;
       /* left: 16px;
        top: 131px;
        */
       font-size: 11px !important;
       text-decoration-thickness: 1px !important;
       font-weight: bold !important;
       left: 4px;
       top: 73px!important;
       width: initial;
       font-family: textfont,arabicfont,sans-serif !important;
       padding-top: 0;
       margin-top: 0;
       display: none!important;
   }
    main.content.ng-scope :nth-child(6).home-collection.layout5 .col-description {
       /* border: 1px solid black !important;
        */
       /* background-color: red !important;
        */
        position: relative;
        display: inline-block;
       /* padding-left: 0;
        */
       /* padding-right: 0;
        */
        margin-bottom: -9px;
        margin-top: 15px;
        font-family: 'Crimson Text', serif;
        font-weight: normal!important;
        font-size: 19px !important;
        top: -15px;
        left: 4px;
       /* text-transform: uppercase;
        */
        width: 75%;
        text-align: center;
        order: 2;
        color: black;
        margin-top: 20px;
        line-height: unset;
        width: min-content;
       /* width: 100%;
        */
        text-align: center;
        padding-left: 0;
        padding-right: 0;
       /* left: 50%;
        */
       /* position: relative;
        */
       /* transform: translate(-50%);
        */
   }
   /* black on mobile */
    main.content.ng-scope :nth-child(7).home-collection.layout1 .view-more{
        position: relative;
        width: 100px;
        top: -10px;
        right: 0px;
        margin-top: -46px;
        color: black !important;
        padding-bottom: 20px;
   }
    main.content.ng-scope :nth-child(7).home-collection.layout1 a.title {
        text-align: center;
        width: calc(100vw - 0px) !important;
        font-size: 19px !important;
        line-height: 0px !important;
        margin-right: 12px;
        /* padding-bottom: 0px!important;
        */
        /* background-color: black;
        */
        padding-bottom: 32px !important;
        margin-top: -2px;
        padding-top: 20px !important;
        /*color: white;
        */
   }
}
@media (min-width: 768px) {
    .home-collection .view-more {
       /* display: none;
        */
        position: relative;
        top: -24px;
        right: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
   }
    .home-collection:nth-child(6) .view-more.noprod{
        order:3;
        /* display: none!important; */
   }
    .home-collection:nth-child(5) .view-more.noprod{
        display: none!important;
   }
}
@media (max-width: 768px){
  body{
    visibility: visible;
  }

.retail .itemsList .itemGrid .picture {
    padding-bottom: 126%!important;
    margin-bottom: 0px!important;
}

.genbtnw.show-waitinglist {
    display: block;
}

.home-collection .swiper-container .swiper-wrapper .swiper-slide {
    /* max-width: 42vw; */
}

.more-descriptions-inline {
    padding-bottom: 50px;
}

.relationsinline {
    float: none;
    margin-top: 52px;
}

.share-product.onimg {
    zoom: 0.9;
}

.customizedID.modal.closeNew .btnClose {
    zoom: 0.9;
}

.powered {
    display: none;
}

.footer .topFoot {
    padding-left: 32px;
}

.footer .topFoot .column:nth-child(3), .footer .topFoot .column:nth-child(1) {
    display: none;
}

footer.footer {
    display: block;
    overflow: hidden;
    /* width: calc(100% - 34px); */
}
    .home-collection .view-more {
        position: relative;
        margin-top: 8px;
        width: 100px;
       /* top: -10px;
        */
        right: 0px;
        padding-left: 10px;
        padding-right: 10px;
   }
   
}
.retail .customizedID .wrap-c {
    display:flex;
    flex-direction: row;
}
.retail .customizedID .waitingList-button-container .genBtn{
    width:50%;
}
.footer {
    width: 100%;
    display: block;
}



.powered {
    border-top: 1px solid #fff;
}

.lineLink.ssm-toggle-nav.re-order.ssm-nav-visible {
    display: none;
}

.sm-pages {
    margin-top: -13px;
}

.menuqlinks .lineLink {
    width: 50%;
}

.classicproduct .price.nearadd {
    max-width: 130px;
}

.retail.insta .price.nearadd {
    /* float: left; */
}

.lineLink.ReachUs.ssm-toggle-nav.ssm-nav-visible {
    display: none;
}
.home-collection {
    position: relative;
    display: block;
    /* padding-top: 30px; */
}
.home-collection.layout5 {
    display:flex;
    flex-direction:column;
    /* gap:30px; */
}
.home-collection.layout5 .title{
    order:1
}
.home-collection.layout5 .col-description{
    order:2;
    padding-bottom:0px;
    margin-bottom:0px!important;
    margin-top:0;
    line-height:normal;
    padding-top: 4px;
    padding: 6px 0 2px 0;
    padding-bottom: 38px;
}
.home-collection.layout5 .coimg{
    order:7
}
.home-collection.layout5 .view-more{
    order:6;
    position:unset!important;
}

@media (max-width: 767px){
    .home-collection.layout1 .view-more{
    padding-top: 0;
    margin-top: 0;
}
    .home-collection .view-more{
        position: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .home-collection .view-more.noprod {
    display: block !important;
    /* position: unset; */
    width: fit-content;
    }
}

.col-description{
        padding-bottom: 22px;

}
.home-collection.layout1{
        padding-top: 30px;

}

.layerPop{
    z-index: 10;
}


@media (max-width: 768px) {
    html.retail div#customizedModalID {
        padding-bottom: 0 !important;
    }
    .layerPop{
        z-index: 10;

    }
    .addtobagbtn.show{
        z-index: 10;
    }
}

@media (max-width: 768px) {
    .retail .customizedID .genBtn.retailonly.trigger-addtobag {
        display: block !important;
    }
    .retail .customizedID .genBtn.retailonly.trigger-addtobag.ng-hide{
        display: none !important;
    }
    
}

@media (max-width: 768px) {
    .addtobagbtn.show {
        display: none !important;
    }
    .bigPrice.overbtn.show{
        display: none !important;
    }
    .insta.retail .customizedID .genBtn.trigger-addtobag{
        max-width: unset !important;
        width: 64% !important;
        border-radius: 0 !important;
    }
}

@media (max-width: 400px){
    .insta.retail .customizedID .genBtn.trigger-addtobag{
        width: 54% !important;
    }
}

.box_feedback .items .item .r-ico span{
    text-transform: uppercase;
}

li[translate="Home"] {
    display: none !important;
}
.home-collection:nth-child(6) .title{
    order: 0 !important;
    margin-bottom: -21px !important;
}