html.windows-true {
	margin-top: 0 !important;
}

#wpadminbar {
	display: none !important;
}

.ip-banner canvas {
	height: 600px;
}

#inner-page-wrapper {
	margin-bottom: 0;
}

.canvas-img {
  position: relative;
}
  .canvas-img canvas {
    width: 100%;
    height: 381px;
    display: block;
  }
  .canvas-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }

#inner-page-wrapper > .container {
	padding: 0;
	width: 100%;
}

.ip-breadcrumbs {
	padding: 0 30px;
	margin: 20px auto;
	max-width: 1360px;
	width: calc((1360/1600)*100%);
}

#breadcrumbs {
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
}

#breadcrumbs span.breadcrumb_last {
	color: #4d4d4d;
	font-weight: 500;
}

.ip-content {
	--font-family-title: 'Cormorant', serif;
	--font-family-default: 'Poppins', sans-serif;
	--transition: all .325s ease-in-out;
}

.ip-content p {
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
}

.ip-title {
	color: #1d1d1d;
	line-height: 1;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: 'Cormorant', serif; 
	text-align: left; 
	display: inline-block; 
	margin-bottom: 30px;
}

.ip-title span {
	color: #767676;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 18px;
	letter-spacing: 0.8em;
	font-family: 'Poppins', sans-serif;
}

.ip-title span::before {
	height: 1px;
	width: 58px;
	content: '';
	position: relative;
	margin-right: 22px;
	display: inline-block;
	vertical-align: middle;
	background: rgba(179, 179, 179, 0.60);
}

.ip-image {
	position: relative;
}

.ip-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: var(--transition);
}

.ip-image canvas {
	width: 100%;
	height: 100%;
	display: block;
}

.ip-button {
	color: #000;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	border: 1px solid #cbcbcb;
	transition: var(--transition);
	padding: 22px 36px 21px;
	display: inline-block;
	position: relative;
	min-width: 230px;
	overflow: hidden;
	z-index: 1;
}

.ip-button::before,
.ip-button::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 0%;
	z-index: -1;
	background: #000;
	transition: var(--transition);
}

.ip-button::before {
	left: 0;
}

.ip-button::after {
	right: 0;
}

.ip-button:hover {
	color: #fff;
	border-color: #000;
}

.ip-button:hover::before,
.ip-button:hover::after {
	width: 50%;
}

/* Sellers */

.seller-text {
	position: relative; 
	display: flex;
	justify-content: center;
	align-items: center;  
	padding-top: 100px;
	
}

.ip-sellers-wrap {
    width: 100%;
    text-align: center; 

}

 .ip-sellers-wrap p {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #7e7e7e; 
    line-height: 30px;
 }


.sellersnum-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between; 
    position: relative; 
    z-index: 5;  
    padding: 50px 0;  
    margin-top: 80px;

}

.sellersnum-flex:before {
	 position: absolute; 
	 left: 0;
	 width: 180px;
     height: 117px; 
     border: 2px solid #bfbfbf; 
     border-right:transparent;
     border-bottom: transparent;  
     content: '';
     top: 0;

}

.sellersnum-flex:after {
	 position: absolute; 
	 right: 0;
	 width: 180px;
     height: 117px; 
     border: 2px solid #bfbfbf; 
     border-left:transparent;
     border-top: transparent;  
     content: '';
     bottom: 0;

}

.sellersnum-area .title-wrap h2 {
   font-size: 64px; 
   color: #d9b854;
   letter-spacing: 0.02em; 
   text-transform: capitalize;
   text-align: center; 
   margin-bottom: 30px;
}

.sellersnum-item {
    width: 25%;
    text-align: center;
    padding: 20px 15px; 
    color: #fff;
}

.sellersnum-item h3 {
    font-size: 52px;
    font-weight: 400; 
    margin-bottom: 15px;
    padding-bottom: 15px;  
    font-family: 'Cormorant', serif; 
    text-transform: uppercase; 
    color: #1d1d1d; 
    position: relative;
    display: block;
}

.sellersnum-item h3:before {
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 width: 15%;
	 height: 1px; 
	 background: #767676; 
	 content: ''; 
	 margin: 0 auto;
}

.sellersnum-item h3 i {
    font-style: normal;

}

.sellersnum-item:first-child {
    border-left: none;
}

.sellersnum-item span {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.2em;
    color: #767676;
    text-transform: uppercase; 
    font-weight: 400; 
    letter-height: 24px; 
}

/** Section 2 **/

.seller-list-wrapper  {
	position: relative;
	display: block;
	width: 100%; 
	/*padding: 0 45px;*/
	margin-top: 50px; 
	margin-bottom: 80px;
}

.seller-list-wrapper:before {
    position: absolute;
    left: 0;
    width: 42.88%;
    height: 380px;
    content: '';
    bottom: -80px;
    background: url(../../images/sellers/accent-bg1.jpg) no-repeat center / cover;
}


.ip-sellers-list {
   display: flex;
   align-items: center;
   justify-content: center; 
   margin-right: 0;  
   margin-left: 0; 
   padding: 20px 0; 
   gap: 80px;

}

 .ip-sellers-cont,
 .ip-sellers-photo {
    display: block; 
    width: 50%;  
    
 }
   

   .ip-sellers-cont {
   	  padding-left: 100px; 
   	  padding-right: 20px;
   }

   .sellers-text p {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #7e7e7e; 
    line-height: 30px;
 }

 .ip-sellers-photo {
 	position: relative;
 	padding: 40px;
 }

 .ip-sellers-photo img {
 	 margin:0 auto;
 }

.ip-sellers-photo:before {
	 position: absolute; 
	 left: 0;
	 width: 60%;
     height: 381px; 
     background: #bababa;
     content: '';
     bottom: 0;

}

 .ip-sellers-photo:after {
	 position: absolute; 
	 right: 0;
	 width: 90%;
     height: 380px; 
     content: '';
     top: 0;
     background: url(../../images/sellers/accent-bg.jpg) no-repeat center/cover;
}

.seller-photo.canvas-img {
    position: relative;
    z-index: 5;
}


.ip-sellers-list:nth-child(even) {
	flex-flow: row-reverse;
}

.ip-sellers-list:nth-child(even) .ip-sellers-cont {
    padding-left: 0;
}

.ip-sellers-list:nth-child(even) .ip-sellers-photo:before { 
	left: unset;
	right: 0;
}

.ip-sellers-list:nth-child(even) .ip-sellers-photo:after {
	left: 0;
}


@media only screen and (max-width: 991px) {

.seller-list-wrapper:before {
	display: none;
}

 #inner-page-wrapper {
 	padding-left: 45px;
 	padding-right: 45px;
 }

 .sellersnum-flex {
 	flex-flow: wrap;
 }

 .sellersnum-item {
 	width: 50%;
 }
 
 .ip-sellers-list {
 	flex-flow: column !important;
 }

 .ip-sellers-cont {
 	padding: 0;
 }

 .ip-sellers-cont,
 .ip-sellers-photo {
    display: block; 
    width: 100%;  
    
 }

 .ip-title {
 	display: block;
 	text-align: center;
 }

 .ip-title span::before {
 	display: none;
 }

 .ip-sellers-cont, .ip-sellers-photo {
 	padding: 0;
 }


}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

 

}

@media only screen and (max-width: 480px) {

 #inner-page-wrapper {
 	padding-left: 15px;
 	padding-right: 15px;
 }

  .sellersnum-item {
 	width: 100%;
 }

 .ip-title {
 	font-size: 34px;
 }

}

@media only screen and (max-width: 320px) {


}






