/*******************************************************
 *
 * Sellers
 *
 *******************************************************/

.ip-bg {
    display: none;
}

.ip-banner::before {
    display: none;
}

header.header {
    position: absolute;
    left: 0;
    width: 100%;
}

#content-sidebar, #content-full {
    padding: 0;
    margin: 0;  
    margin-top: -20px;
}

#breadcrumbs {
    margin: 0 !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 10;
    padding: 8px 0px;
    letter-spacing: 2px; 
    top: -35px; 
    text-align: left;

}

#breadcrumbs * {
    color: #fff;
}

#breadcrumbs strong {
    font-weight: 600;
}

.custom-breadcrumbs {
    min-height: 40px; 
    max-width: 1392px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; 
}

.ip-sellers {
    position: relative;
}


/* Container */
#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper>.container {
    width: 100%;
    padding: 0; 
}



.custom-container-ip {
    max-width: 1392px;
    width: 100%;
    margin:  0 auto;
    padding: 0 15px; 
}

/* Banner */

.textwidget.custom-html-widget .ip-banner {
    display: none;
}
.ip-banner {
    background: #000;
    position: relative;
}

.ip-banner canvas {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    opacity: 0.8;
}

.ip-banner .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.ip-banner h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--font-family-title);
    text-align: center;
    letter-spacing: normal;
}

.fixed-smi {
    top: 15%;
}

/** Main Titlte **/

.title-wrap {
   position: relative; 
   display: block; 
   margin-bottom: 40px;  
   z-index: 5;
   text-align: left;
}

  .title-widget {
    text-transform:uppercase;
    color: #000;
    position: relative;  
    font-weight: 400 !important;
    display: block; 
    font-size: 80px !important; 
    line-height: 1 !important;  
    font-family: var(--font-family-title); 
    margin: 0 !important; 

  }  


  .title-wrap span {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 400;
    color: #37999a;
    margin-bottom:12px; 
    position: relative;
  }

  .title-wrap span:before {
    position: absolute;
    content: '';
    right: -100px;
    width: 78px;
    height: 2px;
    background: #37999a;
    top: 45%;
    transform: translateY(-50%); 

  }

.flex-fs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-c {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-fe {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-row-rev {
    flex-flow: row-reverse;
}

/* Section 1 */
.sellers-main-wrap {
    position: relative; 
    margin-left: -20px;
    margin-right: -20px; 
    padding: 50px 0 60px; 


}
.sellers-txt {
    width: 50%; 
    padding: 0 20px;
}

.sellers-img {
    width: 50%; 
    padding: 0 20px;
}

.sellers-img-holder {
    position: relative;
}

.sellers-img-holder:before {
     position: absolute;
     right: 0;
     top: 0;
     background: #535352; 
     content: ''; 
     width: 55%;
     height: 55%;
}

.sellers-img-holder img {
    margin: 0 0 0 auto;  
    position: relative;
}


.flex-row-rev .sellers-img-holder:before {
     left: 0;
     right: unset;
}

.sellers-desc {
    color: #2d2d2d;
    width: 100%;
}

.sellers-desc p {
    line-height: 36px !important; 
    font-size: 19px;
    letter-spacing: 0.02em;
    margin: 30px 0;
}

.buyers-desc strong {
    font-size: 19px; 
    font-weight: 700;
}



/*** Guide section ***/
.sellers-g-bg.non-fixed-bg canvas {
   filter: grayscale(1); 
   opacity: 0.1;
}
.sellers-g-wrapper {
    position: relative;
}

.bg-list-cont {
   position: relative;
   max-width: 1392px;
   width: 100%;
   margin: 0 auto;
   padding: 90px 15px;
   z-index: 5;
}

 .bg-list-wrap {
     display: flex;
     justify-content: center;
     align-items: center; 
 }

   .bg-list {
      width: 33.33%; 
      border: 2px solid #409e9f; 
      height: 260px; 
      background: #fff; 
      display: flex;
      align-items: center;
      justify-content:center;
      margin: 60px 0;  
      position: relative;
   }

     .bg-list>div {
        display: block;
        width: 100%;
        height: 100%; 
        position: relative; 
        padding: 40px 0; 
        display: flex;
        justify-content: center;
        align-items: center;

     }

      .bg-list>div .img-bg {
           position: absolute;
           top: -60px;
           width:339px;
           height: 339px; 
           background: #000;
           border-radius: 50%; 
           left: 0;
           right: 0; 
           margin: 0 auto; 
      }

       .bg-list>div .img-bg img {
          margin: 0 auto; 
          border-radius: 50%; 
          opacity: 0.25;
       }

    .bg-list>div .bg-list-text {
        position: relative; 
        display: block;
        z-index: 2; 
        text-align: center;
        padding: 0 20px; 
        font-size: 19px;  


    }

    .bg-list>div .bg-list-text p {
        margin: 0 !important;
    }



     .bg-list>div .bg-list-text .title-g {
          font-family: var(--font-family-title); 
          font-size: 22px;
          color: #32292f; 
          text-transform: uppercase; 
          letter-spacing: 0.025em;

     }
    
    .bg-list>div .bg-list-text em {
        font-size: 50px;
        color: #fff;
        line-height: 1; 
        font-style: normal !important; 
         font-family: var(--font-family-title); 
         letter-spacing: 0.025em; 
         text-transform: uppercase;
    }
.bg-list>div a.hp-link {
   margin: 10px auto 0 !important;  
   border: none;
}
a.hp-link:before {
    display: none;
}

   .bg-list-wrap.bg-list-wrap-center .bg-list:nth-child(2){
          border: none; 
          background: unset;
   }
.bg-list-wrap .bg-list:nth-child(1):before,
.bg-list-wrap-bottom .bg-list:nth-child(1):before {
    position: absolute;
    content: '';
    background: url(../../images/buyers/arrow-4.png); 
    width: 78px;
    height: 78px; 
    left: -260px; 
    top: 50%;
}

.bg-list-wrap .bg-list:nth-child(1):after,
.bg-list-wrap-bottom .bg-list:nth-child(1):after{
    position: absolute;
    content: '';
    background: url(../../images/buyers/arrow-1.png); 
    width: 78px;
    height: 78px; 
    right: -250px; 
    top: 50%;
    
}
.bg-list-wrap-bottom .bg-list:nth-child(1):before {
    background: url(../../images/buyers/arrow-3.png); 
    width: 92px;
    height: 50px;
}
.bg-list-wrap-bottom .bg-list:nth-child(1):after {
    background: url(../../images/buyers/arrow-2.png); 
    width: 49px;
    height: 90px;
    top: 30%;
}

.bg-list-wrap.bg-list-wrap-center .bg-list:nth-child(1):after,
.bg-list-wrap.bg-list-wrap-center .bg-list:nth-child(1):before{
    display: none;
}
.bg-list-wrap-bottom .bg-list {
    height: auto;
    margin: 30px 0;
}

     .bg-list.bglisth > div {
         display: none;
     }


     .bg-list-wrap .bg-list.bglisth:after {
         right: inherit;
         opacity: 0;
     }

     .bg-list.bglisth {
         background: transparent;
         border: 0;
     }

     .bg-list-wrap .bg-list.bglisth:before {
        opacity: 1;
        left: inherit;
    }

/** AIOS Popup **/

.aiosp-wrap .aiosp-container .aios-popup-body {
    width: 35.5%;
    border: 2px solid #37999a;
}

 .pop-cont-text {
        position: relative;
        display: block; 
        padding: 40px 20px;
 }

  .pop-cont-text p {
     font-size: 13px; 
     line-height: 26px; 
     margin: 30xp 0;
  }

   .pop-cont-text p.pop-title {
           font-family: var(--font-family-title); 
          font-size: 22px;
          color: #32292f; 
          text-transform: uppercase; 
          letter-spacing: 0.025em;  
          padding-bottom: 20px;   
   }

    .pop-cont-text > ul {
      margin-left: 20px; 
      padding: 10px 5px;
      display: block;
    }

     .pop-cont-text > ul li {
         line-height: 26px;
     }




/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/


@media only screen and (max-width: 1440px) {

.bg-list-cont {
    padding: 90px 50px;
}
    
.bg-list>div .bg-list-text p {
    font-size: 13px !important;
}

.fixed-smi {
    right: 10px;
}


}

@media only screen and (max-width: 1366px) {

}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
.bg-list>div .img-bg {
    position: absolute;
    top: -30px;
    width: 280px;
    height: 280px;
}

.bg-list>div .bg-list-text p {
    font-size: 12px !important;
}

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

.bg-list-wrap .bg-list:nth-child(1):before,
.bg-list-wrap-bottom .bg-list:nth-child(1):before {
 display: none;
}

.bg-list-wrap .bg-list:nth-child(1):after,
.bg-list-wrap-bottom .bg-list:nth-child(1):after{
    position: absolute;
    content: '';
    background: url(../../images/buyers/arrow-1.png); 
    width: 78px;
    height: 78px; 
    right: -250px; 
    top: 50%;
    
}

.bg-list>div .img-bg {
    position: absolute;
    top: 0;
    width: 320px;
    height: 320px;
}


 .bg-list-wrap { 
     flex-flow: row wrap;
 }

 .bg-list:nth-child(1) {
    border: none;
    background: transparent;
 }

 .bg-list {
    width: 100%;
    height: 300px;
    margin: 20px 0;
    max-width: 480px; 
    padding: 0 10px;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    width: 45.4%; 
    
}

.sellers-txt, .sellers-img {
    width: 100%;
}
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

.aiosp-wrap .aiosp-container .aios-popup-body {
    width: 80%;
}

.bg-list>div .img-bg {
    position: absolute;
    top: 0;
    width: 280px;
    height: 280px;
}

.title-widget {
    font-size: 45px !important;
}

}
