
/*** image bg***/
.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*** image bg***/












.cs-sellers-sec-1.sellers-section {
    display: flex;
    flex-flow: row wrap;
}

.cs-sellers-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    margin-top: 60px;
}

.slsec-photo {
    width: calc((312 / 1140)* 100%);
}

.selsec-content {
    width: calc((828/ 1140)* 100%);
    padding-right: 84px;
}

#content .selsec-content h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
}

.selsec-content p {
    font-size: 20px;
}

#content a.sl-btn {
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 38px;
    height: 46px;
    margin-top: 32px;
    border: 1px solid #000;
}

#content a.sl-btn i {
    font-style: normal !important;
    transition: all 0.3s ease-in-out;
}

#content a.sl-btn:hover {
    background: #fff;
    color: #000;
}

#content a.sl-btn:hover i {
    color: #000;
}


















.sl-cta {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sl-cta-item {
    width: calc((324 / 1140)* 100%);
}

.sl-cta-icon .image-holder {
    width: 100%;
    max-width: 131px;
    margin: 0px auto;
}

.sl-cta-icon h2 {
    text-align: center;
}

.sl-cta-item p {
    text-align: center;
    font-size: 20px;
}

#content .sl-cta-icon h2 {
    Open Sans, font-family: sans-serif;
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    position: relative;
    padding-bottom: 24px;
    font-weight: bold;
}

#content .sl-cta-icon h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 108px;
    height: 2px;
    background: #000;
    transform: translateX(-50%);
}

.cs-sellers-sec-2 {
    padding-top: 106px;
    margin-top: 108px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 94px;
}

.sellers-section {
    position: relative;
}


.sellers-section-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}


#content .cs-sellers-sec-2 .sellers-section-inner > h2 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}


.cs-sellers-sec-2 .accent canvas {
    filter: grayscale(1);
}

.cs-sellers-sec-2 .accent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 95%;
}



.cs-sellers-sec-3.sellers-section {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-top: 102px;
    padding-bottom: 114px;
}

.slsec-3-photo {
    width: calc((615 / 1140)* 100%);
}

.selsec-3-content {
    width: calc((525 / 1140)* 100%);
}

#content .selsec-3-content h2 {
    font-size: 50px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
}

#content .selsec-3-content h3 {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 400;
}



.sel-4-ratings {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 26px;
}

#content .cs-sellers-sec-4 > div > h2 {
    font-size: 50px;
    text-align: center;
    font-weight: 400;
}

.sel-4-reviews-item p {
    font-size: 20px;
    color: #000;
    text-align: center;
}

#content .sel-4-reviews-item strong {
    text-align: center;
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}


.cs-sellers-sec-4 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-top: 108px;
    padding-bottom: 108px;
}


.sel-4-reviews-item {
    padding: 0 45px;
}

.sel-4-reviews-slider > .slick-list {
    margin-left: -45px;
    margin-right: -45px;
}



.cs-sellers-sec-4.sellers-section .accent canvas {
    filter: grayscale(1);
}

.cs-sellers-sec-4.sellers-section .accent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    opacity: 95%;
    height: 100%;
}


#inner-page-wrapper {
    margin-bottom: 0;
}



.sel-4-reviews-item a {
    transition: all 0.3s ease-in-out;
}

.sel-4-reviews-item a:hover {
    opacity: 70%;
}




@media only screen and (max-width: 1199px) {
	.cs-sellers-wrapper {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	#content a.sl-btn {
    font-size: 16px;
    padding: 0 23px;
}
}

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


	#content a.sl-btn {
	    font-size: 16px;
	    padding: 0 23px;
	}

	#content .selsec-content h2 {
	    font-size: 34px;
	}

	#content .selsec-content h2 br {
	    display: none;
	}



	.cs-sellers-sec-1.sellers-section {
    flex-direction: column-reverse;
}

.selsec-content {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px;
}

.slsec-photo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 312px;
}

#content .cs-sellers-sec-2 .sellers-section-inner > h2 {
    font-size: 30px;
}

.sl-cta-item {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    margin-top: 40px;
}

.sl-cta {
    display: block;
}

.selsec-3-content {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.slsec-3-photo {
    width: 100%;
    max-width: 615px;
    margin: 0px auto;
}

.cs-sellers-sec-3.sellers-section {
    flex-direction: column-reverse;
}

#content .cs-sellers-sec-4 > div > h2 {
    font-size: 30px;
}


.sellers-section-inner {
    padding-left: 15px;
    padding-right: 15px;
}

}



@media only screen and (max-width: 480px) {
	#content a.sl-btn{

	        height: 62px;
	}
}
