.padding-top-bt{padding:54px 0 60px;}
.text-center {text-align: center;}
.challenges-breadcrumb-wrapper.change-color-props a,
.challenges-breadcrumb-wrapper.change-color-props .sub-breadCrum-css:before{color:#333;}
.community-about-title.summer-title{font-size: 36px;font-weight: 600;line-height: 1.4;letter-spacing: 0.8px;text-transform: none;margin: 0 0 36px;color: #333;}
.themes-title-detail.quotes-props {margin: 0 0 24px;font-size: 20px;font-weight: 500;text-align: center;}
.about-description {margin: 0;line-height: 1.6;word-break: break-word;font-size: 18px;font-weight: 400;width: 100%;max-width: 900px;margin: 0 auto;}
.about-description span {display: block;}
.half-wrapper.provide-space{max-width:640px;}
.about-description span.highlighted-text-props{display: inline-block;}
/* Gama gallery css start */

/* Gamma Gallery Style */
.gamma-container {min-height: 200px;overflow: hidden;}
.gamma-gallery {list-style-type: none;padding: 0;margin: 0;width: 100%;position: relative;}
.gamma-gallery:before,
.gamma-gallery:after {content: " ";display: table;}
.gamma-gallery:after{clear: both;}
.gamma-gallery li {display: block;position: relative;cursor: pointer;float: left;padding: 4px;overflow: hidden;}
.gamma-gallery li,
.gamma-gallery li img{transition: all 0.3s;}
.gamma-gallery li img:hover{transform: scale(1.2);}
.gamma-gallery li img {max-width: 100%;width: auto;height: auto;display: block;}
.gamma-description {background: #fff;background: rgba(255, 255, 255, 0.6);position: absolute;top: 20px;left: 20px;bottom: 20px;right: 20px;text-align: center;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;-webkit-transition: opacity 0.4s ease-in-out;-moz-transition: opacity 0.4s ease-in-out;-ms-transition: opacity 0.4s ease-in-out;-o-transition: opacity 0.4s ease-in-out;transition: opacity 0.4s ease-in-out;display: none;}
.no-touch .gamma-gallery li:hover .gamma-description {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);opacity: 0;}
.gamma-description:before {content: '';height: 100%;}
.gamma-description:before,
.gamma-description h3 {display: inline-block;vertical-align: middle;}
.gamma-description h3 {width: 100%;padding: 0 20px;font-weight: 400;text-transform: uppercase;font-size: 16px;letter-spacing: 2px;}
.gamma-buttons {position: absolute;top: 10px;right: 10px;z-index: 10001;}
.gamma-buttons button {float: left;background: #333;color: #fff;display: flex;width: 30px;height: 30px;font-size: 14px;margin-left: 5px;cursor: pointer;border: none;outline: none;justify-content: center;align-items: center;}
.gamma-buttons button:before,
.gamma-nav span:before {font-family: 'entypo-selected';font-style: normal;font-weight: normal;speak: none;display: block;text-align: center;outline: none;}
.no-touch .gamma-buttons button:hover {background: #666;}
button.gamma-btn-close:before {content: '\2715';}
button.gamma-btn-ssplay:before {content: '\25b6';}
button.gamma-btn-sspause:before {content: '\2389';}
.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
	display:none;
}

.gamma-nav span {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -24px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gamma-nav span:hover{transform: translateY(-1px);}
.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #333;
	font-size: 30px;
}
.gamma-nav span:before{-webkit-text-stroke: #f2f2f2 3px;}
.gamma-nav span{
	width: 48px;
    height: 48px;
    display: flex;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
	font-family:fontAwesome;
}
.gamma-nav span{
	width: 48px;
    height: 48px;
    display: flex;
    background: #f2f2f2;
	border-radius: 100%;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
}

.gamma-nav span.gamma-prev:before {
	content: '\f053';
}

.gamma-nav span.gamma-next:before {
	content: '\f054';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}

}

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

	.gamma-buttons {
		float: left;
		clear: both;
	}

}

/* Gama gallery css end */
.challenges-banner-wrapper.manage-max-width{max-width:1111px;}
.challenge-activity-list > li a{display: flex;justify-content: center;min-width:186px;transition: transform 0.3s;}
.challenge-activity-list > li a:hover{transform: translateY(-1px);}
.activity-content-wrapper.show-overlays{
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    transform: translateY(0);
    pointer-events: inherit;
}
.challenge-link.design-entry-btn{margin-top:24px;}
.activity-content-wrapper.show-overlays .activity-content-title{text-shadow:none;}
.benefits-gr-content.date-wrapper{max-width:500px;}
.main-container.remove-overflow-props{overflow: unset;}
 .subnav{
    width:100%;
    float:left;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
	z-index: 12;
	box-shadow: 0 -1px 1px #ddd;
}

.scroll-wrapper {
    position: relative;
}
.subnav .scroll-wrapper::after, .subnav .scroll-wrapper::before {
    width: 40px;
}
.scroll-wrapper.fade-start:before {
    opacity: 1;
}
.scroll-wrapper:before {
    left: 0;
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);
}
.scroll-wrapper:after, .scroll-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 100;
    opacity: 0;
    transition: opacity .25s;
    pointer-events: none;
}
.tabmenus-wrapper{
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
}
.tab-listing-info{
    display: inline-block;
    padding: 0;
    box-shadow: inset 0 -1px 0 0 #dfdfdf;
    list-style-type: none;
    width:100%;
}
.tab-listing {
    color: #333;
    display: inline-block;
    margin: 0;
    padding: 11px 24px;
    cursor: pointer;
	font-size:20px;
	font-weight:500;
}
.tab-listing:hover {
    text-shadow: 0.25px 0 0.1px, -0.25px 0 0.1px;
    color: #db404b;
}
.tab-listing.is-active {
    text-shadow: 0.25px 0 0.1px, -0.25px 0 0.1px;
    box-shadow: inset 0 -4px 0 0 #db404b;
    color: #db404b;
}
.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight{display: flex;flex-wrap: wrap;flex-direction: column;width:100%;}
.one + .eight .padding-top-bt{padding-top: 0px;}
.one + .eight .completed-info{margin-top: 0px;}
.hide-gallery{display:none;}
.tab-listing.vote-design-btns{border-left:#dfdfdf solid 1px;padding:9px 24px;}
.tab-listing.vote-design-btns .vote-links{
    padding: 9px 22px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
    display: inline-block;
    line-height: normal;
}
.tab-listing.vote-design-btns .vote-links,
.tab-listing.vote-design-btns .vote-links:hover,
.tab-listing.vote-design-btns .vote-links:focus{
    background:#db404b;
    color:#fff;
}
@media screen and (max-width:991px){
	.community-about-title.summer-title{font-size:32px;}
}
@media screen and (max-width:767px){
	.community-about-title.summer-title{font-size:28px;}
	.gamma-nav span.gamma-prev{left:6px;}
	.gamma-nav span.gamma-next{right:6px;}
}
@media screen and (max-width:480px){
	.community-about-title.summer-title{font-size:24px;}
}

/* gift guide css start */

.gift-guide-banner{
    position: relative;
    max-width:1920px;
    margin:0 auto;
    padding:30px 30px 0;
}
.gift-guide-banner img{border-radius: 8px;}
.gift-guide-props{padding:60px 0 30px;}
.gift-info{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size:12px;
    background:#db404b;
    color:#fff;
    padding:34px 25px 20px;
    margin:0;
    border-radius:4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.gift-info span{font-size:46px;text-transform: capitalize;display:block;}
.gift-guide-banner picture{width: 100%;}
.gift-guide-banner picture img{
    object-fit: cover;
    visibility: visible;
    min-height: 400px;
}
.gift-guide-wrapper,
.gift-guide-detail{
    display:flex;
    display: -webkit-flex;
}
.gift-guide-wrapper{
    width:100%;
    max-width:1400px;
    margin-left: auto;
    margin-right:auto;
    flex-wrap: wrap;
}
.git-guide-props{padding:60px 15px 40px;}
.git-guide-title{
    font-size:24px;
    color:#333;
    max-width: 900px;
    line-height:1.6;
    text-align: center;
    margin: 0 auto 40px;
    padding-left:15px;
    padding-right:15px;
}
.gift-guide-wrapper > li{width:33.333%;position: relative;padding:0 15px;margin-bottom:30px;min-height: 180px;}
.gift-guide-wrapper > li >a{display: block;transition: all 0.3s;overflow: hidden;}
.gift-guide-wrapper > li >a:hover img{transform: scale(1.1);}
.gift-guide-wrapper img{
    display: block;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    object-fit: cover;
    transition: transform 0.3s ease-in-out 0s;
}
.gift-guide-detail{
    position: absolute;
    left:10px;
    right:10px;
    bottom:20px;
   justify-content: center;
   text-align: center;
   pointer-events: none;
}
.gift-guide-action{
    font-size:15px;
    font-weight:600;
    padding:12px 22px;
    border-radius:30px;
    letter-spacing: 0.8px;
    display: inline-block;
    transition: transform 0.3s;
    text-transform: uppercase;
    min-width: 240px;
}
.gift-guide-action,
.gift-guide-action:hover,
.gift-guide-action:focus{color:#fff;background: #db404b;}
.gift-guide-action:hover{transform: translateY(-1px);}
@media screen and (max-width:1200px){
    .gift-guide-action{font-size: 14px;}
}
@media screen and (max-width:1024px){
    .gift-guide-wrapper > li{width:50%;}
}
@media screen and (max-width:767px){
    .gift-guide-banner{padding:0;}
    .gift-guide-banner{border-radius: 0;}
    .gift-guide-banner picture img{min-height: 300px;border-radius: 0;}
    .git-guide-title{font-size: 18px;margin: 0 auto 24px;}
}
@media screen and (max-width:600px){
    .gift-guide-wrapper > li{width:100%;padding-left:0;padding-right: 0;max-width: 550px;margin-left:auto;margin-right:auto;}
    .gift-guide-detail{left:0;right:0;}
}
@media screen and (max-width:576px){
    .gift-guide-banner picture img{min-height: auto;}
    .gift-guide-props{padding:60px 0 45px;}
    .gift-guide-wrapper > li{padding-left:15px;padding-right: 15px;max-width: 100%;margin-bottom: 15px;}
    .gift-guide-detail{left:15px;right:15px;}
    .one + .eight .padding-top-bt{padding-top:0px!important;}
}
/* Gift guide page css end */

/* Announced winner css start */
.selected-winner-design{width:100%;max-width:500px;margin:20px auto 0;padding:15px;position: relative;display: flex;flex-direction: column;}
.selected-winner-design:hover{background:#f7f7f7;}
.selected-winner-design picture{width:100%;float: left;}
.ribbon-marker{
    position: absolute;
    top: -3px;
    right: 32px;
    width: 48px;
    height: 48px;
    background: #333;
    color: white;
    z-index: 10;
}
.ribbon-marker:before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.3em 0.75em;
    border-color: transparent transparent #333 transparent;
}
.ribbon-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}
.ribbon-bottom.left {
    left: 0;
    border-width: 1em 1.75em 0 0;
    border-color: #333 transparent transparent transparent;
}
.ribbon-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 100%;
    transform: translateY(-1px);
}
.change-background{background:#fafafa;}
.announce-winner{padding:54px 0 60px;}
.ribbon-bottom.right {
    right: 0;
    border-width: 0 1.75em 1em 0;
    border-color: transparent #333 transparent transparent;
}
.set-border-porps hr{
	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #f8f8f8, #999, #f8f8f8);
    margin: 16px auto 32px;
    width: 80%;
}
.announced-winner-list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.announced-winner-list > li{
    width:33.333%;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 16px 16px 12px;
    position: relative;
}
.announced-winner-list > li img{border:#f7f7f7 solid 1px;}
.announced-winner-list > li:hover{background:#f7f7f7;}
.announced-winner-list.valentine-winner > li{width:25%;margin-bottom:16px;}
.winner-second-info{
    position: absolute;
    top: -1px;
    right: 32px;
    width: 32px;
    height: 32px;
    background: #333;
    color: white;
    z-index: 10;
}
.winner-second-info:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.3em 0.75em;
    border-color: transparent transparent #333 transparent;
}
.winner-second{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}
.winner-bottom.left{
    left: 0;
    border-width: 1em 1.75em 0 0;
    border-color: #333 transparent transparent transparent;
}
.winner-bottom.right{
    right: 0;
    border-width: 0 1.75em 1em 0;
    border-color: transparent #333 transparent transparent;
}
.winner-bottom{
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 100%;
    transform: translateY(-1px);
}
.winner-date-text{
    font-size:16px;
    font-weight:400;
    text-align: center;
    margin:10px 0 0;
    width:100%;
    font-style: italic;
    padding:0 15px;
    line-height:1.4;
}
.activity-content-wrapper{
    position: absolute;
    left:0;
    right:0;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
}
.rest-announced{font-size: 24px;font-weight: 600;margin:0 auto 24px;}
.designer-profile-smry{font-weight: 500;}
.designer-profile-smry a{margin-top: 6px;display: inline-block;font-weight: 500;}
.designer-profile-smry a,
.designer-profile-smry a:hover,
.designer-profile-smry a:focus{color: #106cff;}
.designer-profile-smry a:hover{text-decoration: underline!important;}
@media screen and (max-width:991px){
    .announced-winner-list > li{width:50%;}
    .announced-winner-list.valentine-winner > li{width:33.333%;}
}
@media screen and (max-width:767px){
	.announced-winner-list{justify-content: flex-start;}
    .announced-winner-list > li{width:50%;padding: 15px;}
    .announced-winner-list.valentine-winner > li{width:50%;}
}
@media screen and (max-width:440px){
    .announced-winner-list.valentine-winner > li,
    .selected-winner-design{width:100%;padding-left:0;padding-right: 0;}
    .announced-winner-list > li:hover,
    .selected-winner-design:hover{background: transparent;margin-bottom: 0;}
}
/* Announced winner css end */


/* Design services css start */
.hide-always{display:none;}
.merch-services-banner{
  width:100%;
  display: flex;
  max-width: 1920px;
  margin:0 auto;
  padding:32px 32px 0;
  position: relative;
}
.merch-services-banner img{border-radius:8px;}
.merch-services-description{
position: absolute;
top:50%;
left:auto;
right:60px;
transform: translate(0,-50%);
text-align: center;
max-width:650px;
}
.merch-services-description .content-title-data{font-size:65px;text-shadow:2px 2px 5px #333;}
.merch-services-description .content-title-link{min-width:170px;}
.merch-services-description .content-title-link,
.designs-gallery-two .content-title-link{padding:13px 24px;text-transform: uppercase;}

.designs-gallery {
  overflow: hidden;
  padding: 60px 0;
}
.designs-gallery .container{width:100%;max-width: 1920px;margin:0 auto;padding-left:32px;padding-right:32px;}
.designs-gallery__wrapper {
  max-width: 600px;
  float: right;
  position: relative;
}
.designs-gallery__wrapper .h1{font-size:33px;margin:0 0 10px;font-weight: 600;}
.designs-gallery__wrapper .content-title-link{
margin:0;
padding: 13px 24px;
text-transform: uppercase;
}
#designs-LP .designs-gallery h2 {
  margin: 0 0 10px 0;
  font-size:32px;
  font-weight:600;
}
.designs-gallery h3 {
  margin: 0 0 24px 0;
  font-size:22px;
  font-weight:500;
}
.designs-gallery p {
  margin-bottom: 24px;
  font-size:18px;
  color:#333;
}
.designs-gallery__images {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: none;
  width:312px;
  height: 100%;
  text-align: center;
  position: absolute;
  padding-bottom:50px;
}
.designs-gallery__image:nth-child(1){
  transform: translate(-105%,30px);
}
 
.designs-gallery__image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width:240px;
  height:240px;
  border-radius:100%;
}

.designs-gallery__image:nth-child(2) {
  transform: translate(-205%,30px);
}

.designs-gallery__image:nth-child(3) {
  transform: translate(-305%,30px);
}

.designs-gallery__image:nth-child(4) {
  transform: translate(205%,30px);
}

@-webkit-keyframes floatingone{
	0% {
    -webkit-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
		transform:translateY(-40px);
	}
	100% {
		-webkit-transform:translateY(40px);
		-ms-transform:translateY(40px);
		transform:translateY(40px);
	}
}

.floatingimages{animation-name:floatingone;-webkit-animation-name: floatingone;animation-duration:9s;-webkit-animation-duration: 9s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s;animation-direction: alternate;-webkit-animation-direction: alternate;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.designs-gallery-two {overflow: hidden;background: #cde1ea;padding:60px 0;position: relative;}
.designs-gallery-two .container {max-width: 450px;position: relative;margin: 0 auto;text-align: center;}
.designs-gallery-two h2 {width: 100%;font-size:32px;margin:0 0 20px;}
.designs-gallery-two h3 {width: 100%;font-size:22px;margin:0 0 8px;}
.designs-gallery-two p{font-size:18px;color:#333;margin-bottom:0px;}
.designs-gallery-two .swiper-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;overflow: visible;}
.designs-gallery-two .swiper-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;transform: none;}
.designs-gallery-two .gallery-next,
.designs-gallery-two .gallery-prev{display:none;}
.designs-gallery-two .swiper-slide:nth-child(1) {transform: translateX(120%);}
.designs-gallery-two .swiper-slide {width: 380px!important;height: 100%;text-align: center;position: absolute;top: 0;left: 0;}
.designs-gallery-two .swiper-slide img {height: 100%;position: absolute;top: 50%;left: 50%;max-height: 288px;transform: translate(-50%,-50%);}
.designs-gallery-two .swiper-slide:nth-child(2) {transform: translateX(-100%);}
.designs-gallery-two .swiper-slide:nth-child(3) {transform: translateX(-210%);}
.designs-gallery-two .swiper-slide:nth-child(4) {transform: translateX(230%);}
.premium-container{width:100%;max-width:1400px;margin:0 auto;padding-left: 15px;padding-right:15px;}
.awaiting-sec{padding-top:60px;padding-bottom:60px;background:#8b1423;}
.awaiting-sec .hide-mob-image{text-align: center;}
.awaits-title{font-size:33px;font-weight:600;color:#fff;margin:0 0 10px;}
.awaits-detail{font-size:22px;color:#fff;}
.awaits-lists > li{font-size:18px;color:#fff;}
.awaits-detail{margin-bottom:12px;}
.awaits-lists,
.awaits-lists > li,
.vendor-lists,
.vendor-lists > li,
.vendor-detail-list,
.vendor-detail-list >li{width:100%;float:left;position: relative;}
.awaits-lists > li{padding:8px 15px 8px 40px;position: relative; }
.awaits-lists > li > span{position: absolute;left:0;top:6px;width: 24px;}
.awaits-lists > li img{width:24px;}
.vendor-detail-list > li h5{font-size:18px;margin:0;font-weight:400;padding-right:20px;}
.vendor-wrapper{padding:54px 0 60px;background:#005f8b;}
.vendor-wrapper h2{font-size:33px;margin:0;color:#fff;font-weight: 600;}
.vendor-wrapper p{font-size:22px;margin:10px 0 12px;color:#fff;}
.each-prod-list{margin-top:20px;background:#fff;border-radius:16px;padding:20px;display: flex;}
.each-prod-list > div{width:33.333%; display: inline-flex;justify-content: center;flex-direction: column;min-height:70px;}
.vendor-title{font-size:28px;margin:0;font-weight:600;}
.each-prod-list > div:first-child .vendor-title{padding-right: 15px;}
.each-prod-list.popular-package{position: relative;overflow: hidden;}
.each-prod-list .ribbonPopularMain{display: none;z-index: 9;width: 100px;height: 100px;transform: rotate(91deg);top:-1px;right:-1px;overflow:unset;}
.each-prod-list .ribbon-wrapper-ribbonPopular{height: 90px;left: 5px;top: 5px;width: 90px;}
.each-prod-list .ribbonPopular{left: -75px;top: 15px;width: 225px;background: #f4c635 none repeat scroll 0 0;border-color: #f4c635;color: #000;font-weight: 600;text-shadow: 1px 1px 0 #f4c635;}
.each-prod-list .ribbonPopular:before, 
.each-prod-list .ribbonPopular:after{content: "";border-top: 3px solid transparent;border-left: 3px solid transparent;border-right: 3px solid transparent;position: absolute;bottom: 0;}
.each-prod-list .ribbonPopular:before{right:0;}
.each-prod-list .ribbonPopular:after{left:0;}
.each-prod-list.popular-package .ribbonPopularMain{display: inline-block;}
.vendor-title .read-less-link,
.vendor-title .read-more-link{font-size:18px;}
.vendor-title .read-less-link,
.vendor-title .read-less-link:hover,
.vendor-title .read-less-link:focus,
.vendor-title .read-more-link,
.vendor-title .read-more-link:hover,
.vendor-title .read-more-link:focus{color:#db404b;}
.vendor-title span{display: block;font-size:18px;margin-top:8px;font-weight:400;}
.vendor-detail{border-left:#d7d7d7 solid 1px;border-right:#d7d7d7 solid 1px;}
.vendor-detail,
.each-prod-list >div:nth-child(3){align-items: center;}
.vendor-wrapper .vendor-detail p{font-size:14px;color:#333;line-height: 1.6;margin: 0;background:#f8f8f8;padding:6px;border-radius:4px;margin-top:6px;}
.order-now{font-size:16px;border:#db404b solid 2px;background:#db404b;font-weight:500;color:#fff;transition: transform 0.3s;border-radius: 30px;padding:8px 24px;text-transform: uppercase;margin-top:8px;outline: none;min-width: 170px;}
.order-now:hover{transform: translateY(-1px);}
.vendor-detail-list{padding-left:35px;padding-right:15px;}
.vendor-detail-list >li{color:#333;padding:4px 0;position: relative;}
.vendor-detail-list >li .pricing-tooltipMark{width:16px;height:16px;-webkit-text-stroke:0.3px #cdcdcd;right:0;top:9px;}
.vendor-detail-list >li .pricing-tooltipMark i{font-size:15px;}
.vendor-detail-list >li:before{position: absolute;left: -20px;content: '\2713';top:2px;font-size:18px;color: #3b99f0;}
.vendor-list-link{font-size:16px;font-weight:400;cursor: pointer;margin:0;display:inline-block;}
.vendor-list-link:hover{text-decoration:underline;}
.vendor-detail-list p{display:none;}
@media screen and (max-width:1880px){
    .designs-gallery__images{width:300px;}
}
@media screen and (max-width:1800px){
    .designs-gallery__image:nth-child(4){display:none;}
    .designs-gallery__wrapper{max-width: 670px;}
    .designs-gallery__image{width:100%;}
    .designs-gallery__image img{width:200px;height:200px;}
}
@media screen and (max-width:1600px){
    .designs-gallery__image{width:84%;}
    .designs-gallery__image:nth-child(2){transform: translate(-224%,30px);}
    .designs-gallery__image:nth-child(3){transform: translate(-344%,30px);}
}
@media screen and (max-width:1500px){
    .designs-gallery__image{width:84%;}
    .designs-gallery__image:nth-child(2){transform: translate(-197%,30px);}
    .designs-gallery__image:nth-child(3){transform: translate(-288%,30px);}
}
@media screen and (max-width:1400px){
  .designs-gallery__image:nth-child(1){transform: translate(-99%,30px);}
   .designs-gallery__image:nth-child(2){transform: translate(-186%,30px);}
  .merch-services-description{max-width:550px;}
  .merch-services-description .content-title-data{font-size:55px;}
  .designs-gallery__image:nth-child(2){transform: translateX(-200%,30px);}
  .designs-gallery__image:nth-child(4){transform: translateX(148%);}
  .designs-gallery__image:nth-child(3){display: none;}
  .designs-gallery__image{width:120%}
  .designs-gallery__image img{width:260px;height:260px;}
}
@media screen and (max-width:1350px){
.designs-gallery__image{width:111%;}
}
@media screen and (max-width:1280px){
.designs-gallery__image img{width:220px;height:220px;}
.designs-gallery__image:nth-child(1){transform: translateX(-98%);}
.designs-gallery__image:nth-child(2){transform: translateX(-188%);}
}
@media screen and (max-width:1200px){
.designs-gallery__image:nth-child(2){display:none;}
.designs-gallery__image:nth-child(1){transform: translateX(-130%);}
}
@media screen and (max-width:1240px){
.designs-gallery__image:nth-child(1){transform: translateX(-115%);}
}
@media screen and (max-width:1100px){
.designs-gallery__image:nth-child(1){transform: translate(-108%,30px);}
}
@media screen and (max-width:1050px){
.designs-gallery__image:nth-child(1){transform: translate(-100%,30px);}
}
@media screen and (max-width:1024px){
 .merch-services-description{max-width:450px;}
.merch-services-description .content-title-data{font-size:45px;}
.subtitle-datas{font-size:16px;}
.each-prod-list > div:nth-child(1),
.each-prod-list > div:nth-child(2){width:38%;}
.each-prod-list > div:last-child{width:24%;}
.order-now{min-width: auto;}
.designs-gallery__image:nth-child(1){transform: translateX(-97%);}
}
@media screen and (max-width:991px){
.hide-mob-image{display:none;}
.col-sm-6.manage-width-props{width:100%;}
.designs-gallery__image:nth-child(1){transform: translateX(-95%);display: none;}
.designs-gallery__wrapper{max-width: 100%;}
}
@media screen and (max-width:940px){
.designs-gallery__image:nth-child(1){transform: translateX(-85%);display: none;}
.designs-gallery__image img{width:180px;height:180px;}
}
@media screen and (max-width:767px){
.merch-services-banner{padding:0;}
.merch-services-banner img{border-radius:0;}
.merch-services-description{top: auto;left: 0;right: 0;transform: translate(0,0);text-align: center;max-width: 600px;bottom: 0;padding:15px 15px 20px; margin: 0 auto;height:auto;display: flex;justify-content: space-between;flex-direction: column;}
.merch-services-description .content-title-data{font-size:33px;}
.subtitle-datas{font-size: 18px;}
.designs-gallery__image{ width: 50%;float: left;position: relative;height: 0;padding-bottom:50%;padding-left:15px;padding-right:15px;}
.designs-gallery__wrapper .hidden-xs{display:none;}
.designs-gallery .container{padding-left:15px;padding-right:15px;}
.designs-gallery__wrapper{max-width: 100%;float: right;position: relative;width: 100%;}
.designs-gallery__images{position: relative;padding-bottom:0;width: 100%;float: left;}
.designs-gallery__image:nth-child(1),
.designs-gallery__image:nth-child(2),
.designs-gallery__image:nth-child(3),
.designs-gallery__image:nth-child(4){display: block;}
.designs-gallery__image:nth-child(1),
.designs-gallery__image:nth-child(2),
.designs-gallery__image:nth-child(3),
.designs-gallery__image:nth-child(4){transform: translate(0)}
.designs-gallery__image img{position: relative;top: 0;left: 0; transform: translateX(0);width: auto;height: auto;}
.designs-gallery__image:nth-child(1) img{animation-delay: 6s;}
.designs-gallery__image img:nth-child(1){animation: imageFade1 6s infinite;animation-delay: 0s;}
.designs-gallery__image:nth-child(2) img{animation-delay: 6s;}
.designs-gallery__image img:nth-child(2){opacity: 0;animation: imageFade2 6s infinite;animation-delay: 0s;}
.designs-gallery__image:nth-child(3) img{animation-delay: 3s;}
.designs-gallery__image:nth-child(4) img{animation-delay: 0s;}
.designs-gallery{text-align: center;}
.designs-gallery__wrapper .content-title-link{margin-top:24px;}
.each-prod-list > div:nth-child(2){width:0;display:none;}
.each-prod-list > div:nth-child(1),
.each-prod-list > div:nth-child(3){width:50%;}
.each-prod-list > div:nth-child(3){align-items: flex-end;}
.vendor-title{font-size:20px;}
.vendor-title span{font-size:16px;}
.order-now{padding-left:12px;padding-right:12px;}
.each-prod-list{border-radius:6px;}
.each-prod-list > div{min-height: auto;}
.designs-gallery-two .container{max-width:100%;}
.designs-gallery-two p{margin-bottom:24px;}
.designs-gallery-two .swiper-container.design-services-gallery,
.designs-gallery-two .swiper-wrapper{position: relative;}
.designs-gallery-two .gallery-next.swiper-button-disabled,
.designs-gallery-two .gallery-prev.swiper-button-disabled{display:none;}
.designs-gallery-two .swiper-wrapper{transform: unset;}
.designs-gallery-two .swiper-slide{position: relative;width:100%!important;background:transparent;}
.designs-gallery-two .swiper-slide img{height:auto;position: relative;left:auto;top:auto;}
.designs-gallery-two .swiper-slide img,
.designs-gallery-two .swiper-slide:nth-child(1),
.designs-gallery-two .swiper-slide:nth-child(2){transform: translate(0);}
.designs-gallery-two .swiper-slide img:nth-child(2){animation: none;}
.designs-gallery-two .icon{font-size:20px;-webkit-text-stroke:2px #f2f2f2;}
.designs-gallery-two .gallery-next,
.designs-gallery-two .gallery-prev{display:flex;justify-content: center;align-items: center;background:#f2f2f2;width:36px;height:36px;border-radius:100%;box-shadow:0 1px 1px 0 rgba(0,0,0,.4);}
.swiper-button-next.gallery-next{right:0;}
.swiper-button-prev.gallery-prev{left:0;}
}
@media screen and (max-width:600px){
.merch-services-description{top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);height:auto;justify-content: center;}
.merch-services-description .content-title-data{color:#fff;text-shadow:none;}
.subtitle-datas{background:transparent;padding:0;}
.each-prod-list{flex-direction: column;position: relative;}
.each-prod-list > div:nth-child(1),
.each-prod-list > div:nth-child(2),
.each-prod-list > div:nth-child(3),
.each-prod-list > div:nth-child(4){width:100%;}
.each-prod-list > div:last-child{width:100%;}
.each-prod-list > div:nth-child(3){align-items: flex-start;}
.each-prod-list .vendor-title.package-price{font-size:16px;}
.each-prod-list .vendor-title .wrap-whole-content{margin:10px 0;}
.each-prod-list .order-now{padding-left:24px;padding-right:24px; margin:24px auto 0;}
}
@media screen and (max-width:480px){
.merch-services-description .content-title-data{font-size: 28px;}
}
/* Design services css end */

/* Dispalate page css start */
.prodcut-banner{width:100%; max-width: 1920px;margin-left: auto;margin-right:auto;text-align: center;}
.set-pad-props{padding:54px 0 30px;}
.set-pad-props.slider-group-props{padding:54px 0 60px;}
.prod-wrap-container{width:100%;max-width:1400px;margin-left: auto;margin-right: auto;padding-left:15px;padding-right:15px;}
.created-prd-lists{display: block;padding:5px;background:#fff;box-shadow: 1px 2px 6px rgba(0,0,0,.1);border-radius:4px;margin-bottom:0px;}
.prod-info-wrap{padding:15px;font-size:16px;color:#333;font-weight:600;}
.prod-info-wrap span{display:block;font-size:14px;font-weight:500;margin-top:3px;}
.created-prd-lists:hover .prod-info-wrap{text-decoration:underline;}
.padding-top-bottom{padding:60px 0;}
.padding-top-bt.reduce-designer-pd{padding:54px 0 44px;}
.border-top{background:#f8f8f8;}
.content-wrap-sell{display: flex;justify-content: space-between;align-items: center;margin-bottom:9px;}
 .selling-title{font-size:30px;margin-top:0;margin-bottom: 0;line-height: normal;}
.show-blue-bg{background: #181b3a;}
.show-blue-bg .selling-title{color:#fff}
.show-all-datas{font-size:16px;font-weight:500;text-transform: capitalize;letter-spacing: 0.8px;}
.show-all-datas,
.show-all-datas:hover,
.show-all-datas:focus{color:#db404b;}
.show-all-datas:hover{text-decoration: underline!important;}
.slider-group-props .swiper-slide{margin-bottom:0px;}
.slider-group-props .swiper-slide.list-shadow{padding:0 15px 15px;}
.our-range-props.slider-group-props{padding:50px 0 60px;margin-bottom: 0;}
.our-range-props.slider-group-props .swiper-slide,
.our-range-props.slider-group-props .content-wrap-sell .selling-title{margin-bottom: 0;}
.slider-group-props span{font-size: 14px;color: #999;text-align: left;display: block;width: 100%;text-align: center;line-height: 20px;padding: 0 4px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.slider-group-props span.space-from-tops{margin-top: 16px;}
.slider-group-props .add-shadow-props,
.change-sim-props{box-shadow: 0 1px 4px rgba(0,0,0,.35);border-radius: 4px;overflow: hidden;background: #fff;}
.change-sim-props{margin-bottom: 30px;padding:15px;}
.slider-group-props .change-sim-props{margin-bottom:20px;width:100%;float: left;}
.slider-group-props .swiper-slide.add-shadow-props{max-width: 300px;height:auto;padding:0;}
.slider-group-props .swiper-slide a{display: flex;width: 100%;height: 100%;position: relative;text-align: center;padding:15px;}
.slider-group-props .change-sim-props:hover span.space-from-tops,
.slider-group-props .change-sim-props:focus span.space-from-tops,
.slider-group-props .change-sim-props:active span.space-from-tops,
.slider-group-props .swiper-slide a:hover span.space-from-tops,
.slider-group-props .swiper-slide a:focus span.space-from-tops,
.slider-group-props .swiper-slide a:active span.space-from-tops{text-decoration: underline;}
.slider-group-props .price-num{text-align: center;color: #333;font-size: 14px;line-height: 20px;font-weight: 600;margin-top: 8px;}
.slider-group-props .swiper-slide{padding:15px;overflow: hidden;border-radius: 4px;}
.slider-group-props .swiper-button-next,
.slider-group-props .swiper-button-prev{width: 40px;height: 40px;border-radius: 50%;background-color: #f8f8f8;margin-top: -20px;}
.slider-group-props .swiper-button-next,
.slider-group-props .swiper-button-prev{z-index: 8;background-size: 50%;box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);-o-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);top:50%;}
.slider-group-props .swiper-button-prev{left: 0;}
.slider-group-props .swiper-button-next{right:0;}
.slider-group-props a:hover span.space-from-tops{text-decoration: underline;}
.slider-group-props a:hover .price-num{text-decoration: none!important;}
.slider-group-props a.similar-design-btn{display: inline-block;margin-top: 10px;transition: transform 0.3s;}
.slider-group-props a.similar-design-btn:hover{transform: translateY(-1px);}
.remove-padlt-rt{padding-left: 10px;padding-right: 10px;}
.slider-group-props span{font-size:14px;color:#999;text-align: left;display: block;width:100%;text-align: center;line-height: 20px;padding:0 4px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.slider-group-props .price-num{text-align: center;color:#333;font-size:14px;line-height: 20px;font-weight:600;margin-top:8px;}
.padding-top-props.slider-group-props{padding-top:50px;padding-bottom:60px;}
.slider-group-props .arrow-common{background-image: none;background:#f2f2f2;display: flex;align-items: center;justify-content: center;transition: all .15s ease;box-shadow: none;}
.slider-group-props .arrow-common svg{width:20px;position: relative;fill:#333;}
.slider-group-props .swiper-button-prev.arrow-common svg{left: 1px;}
.slider-group-props .swiper-button-next.arrow-common svg{right: -1px;}
.slider-group-props .swiper-button-prev.arrow-common{transform: rotate(-180deg);left: 3px;}
.slider-group-props .swiper-button-prev.arrow-common:hover{transform:translateY(-1px) rotate(-180deg);}
.slider-group-props .swiper-button-next.arrow-common{right: 3px;}
.slider-group-props .swiper-container{padding:3px;}
.slider-group-props .arrow-common:hover{transform: translateY(-1px);}
.slider-group-props .arrow-common:hover svg path{fill: #333;}
.slider-group-props .swiper-button-next.swiper-button-disabled, 
.slider-group-props .swiper-button-prev.swiper-button-disabled{display:none;}
.exclusive-collections{padding:50px 0 30px;}
.similar-design-lists .content-wrap-sell{margin-bottom:24px;}
.similar-design-lists .pro-container .design-image{opacity: 0;visibility: hidden;}
.show-darkbg{background:#f8f8f8;}
.padding-top-props{padding-top:60px;}
.similar-design-lists .design-lists{box-shadow: 1px 2px 6px rgba(0,0,0,.1);margin-bottom: 30px;border-radius: 4px;}
.exclusive-lists.designer-wrapper{max-width:800px;flex-wrap: wrap;}
.exclusive-lists.designer-wrapper li{width:25%;}
.exclusive-lists{max-width: 700px;margin:32px auto 0;}
.exclusive-lists,
.exclusive-lists a{display: flex;justify-content: center;align-items: center;}
.exclusive-lists >li{width:33.33%;padding:0 15px;margin-bottom: 30px;}
.exclusive-lists a{flex-direction: column;font-size: 16px;transition: transform 0.3s;}
.exclusive-lists a,
.exclusive-lists a:hover,
.exclusive-lists a:focus{color:#fff;}
.exclusive-lists a:hover,
.exclusive-lists a:hover:active{text-decoration: underline!important;}
.exclusive-lists a:hover img{transform: scale(1.05);}
.exclusive-lists img{width: 100%;width: 140px;height: 140px;border-radius: 100%;border: 10px solid #fff;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);transition: transform 0.3s;background:#f2f2f2;}
.exclusive-lists span{display: flex;margin-top: 12px;}
.similar-design-lists .designer-image a, 
.similar-design-lists .designer-image a:hover img{transition: all 0.2s;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;}
.similar-design-lists .designer-image a{display: block;}
.similar-design-lists .outer-product{height: 0px;width: 100%;padding-top: 100%;background-position: center;background-size: cover;border-radius: 4px 4px 0px 0px;position: absolute;top: 0;left: 0;transition: all 0.3s ease;}
.similar-design-lists .whitebg{background-color: #ffffff;}
.similar-design-lists .pro-container{height: 0;width: 100%;padding-top: 100%;background-position: center;background-size: cover;border-radius: 4px;position: relative;}
.similar-design-lists .pro-container:hover .design-image{opacity: 1;visibility: visible;}
.similar-design-lists .designer-image .pro-container .outer-product:hover{transform: scale(1);}
.similar-design-lists .design-lists.no-hover .designer-image .outer-product:hover, 
.similar-design-lists .design-lists.no-hover .designer-image .outer-bg-product:hover {transition: -webkit-transform .25s ease-in-out;transition: transform .25s ease-in-out;transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;-webkit-backface-visibility: hidden;border-radius:4px;}
.similar-design-lists .product-detail.space-arounds{padding: 8px;border-radius: 0 0 4px 4px;text-align: left;position: relative;background: #fff;}
.similar-design-lists .product-name{font-size: 14px;color: #999;text-align: left;display: block;width: 100%;text-align: center;line-height: 20px;padding: 0 4px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.similar-design-lists .product-designer-name.change-white-space-props{position: relative;}
.similar-design-lists .product-designer-name{color: #8c95a5;font-size: 15px;margin-bottom: 0px;}
.similar-design-lists .product-designer-name.change-white-space-props >span{position: absolute;left: 0;top: 0;}
.similar-design-lists .product-designer-name.change-white-space-props > a{padding-left: 20px;max-width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: inline-block;color: #8c95a5;font-size: 15px;}
.similar-design-lists .product-price.change-colors{text-align: left;font-size: 16px;font-weight: 600;line-height: 24px;}
.similar-design-lists .product-price.change-colors .real-price{text-align: center;color: #333;font-size: 14px;line-height: 20px;font-weight: 600;margin-top: 8px;display: block;}
.similar-design-btn{padding:12px 32px;font-size:15px;border-radius:30px;font-weight: 600;letter-spacing: 0.8px;text-transform: uppercase;margin:0 0 60px;display: inline-block;transition: all 0.3s;}
.similar-design-btn,
.similar-design-btn:hover,
.similar-design-btn:focus{color:#fff;background:#db404b;}
.our-range-props .range-list-props li a{width: 100%;display: flex;display: -webkit-flex;flex-wrap: wrap;}
.our-range-props .range-list-props li{background: #fff;border-radius: 4px;display: flex;align-items: center;text-decoration: none;margin-right: 16px;margin-bottom: 16px;width: calc(16.66% - 16px);height: auto;transition: -webkit-transform .3s ease-in-out;transition: transform .3s ease-in-out;transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;}
.our-range-props .list-shadow{-webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);-moz-box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);-o-box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);-ms-box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);box-shadow: 0 4px 4px -4px rgba(0,0,0,.1);background: #fff;}
.our-range-props .range-list-props li:hover{transition: -webkit-transform .1s ease-in-out;transition: transform .1s ease-in-out;transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out;-webkit-transform: translateY(-1px);transform: translateY(-1px);outline: 0;-webkit-box-shadow: 0 8px 16px -8px rgba(0,0,0,.4);box-shadow: 0 8px 16px -8px rgba(0,0,0,.4);}
.our-range-props .avail-style-img{height: 108px;display: flex;justify-content: center;align-items: center;}
.our-range-props .avail-style-img img{height: 60px;}
.our-range-props .avail-style-img{border-bottom: 1px solid #f2f2f6;display: flex;width: 100%;justify-content: center;}
.our-range-props .range-list-name{padding: 15px 0 0;font-size: 16px;font-weight: 500;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#333;}
.our-range-props a:hover .range-list-name,
.our-range-props a:focus .range-list-name{text-decoration: underline;}
.our-range-props{background:#f8f8f8;padding:54px 0 45px;}
.our-range-props .content-wrap-sell .selling-title{margin-bottom:24px;}
.similar-design-lists .prod-wrap-container{padding-left:20px;padding-right: 20px;}
.similar-design-lists .selling-title{margin-left: -6px;}
@media screen and (max-width:1024px){
.our-range-props .range-list-props li{width:calc(25% - 16px);}
}
@media screen and (max-width:767px){
.similar-design-lists .prod-wrap-container{padding-left:15px;padding-right: 15px;}
.similar-design-lists .selling-title{margin-left: 0px;}
.selling-title{font-size: 24px;padding-left:0;}
.slider-group-props .arrow-common{display: none;}
.remove-padlt-rt{padding-left:15px;padding-right:15px;}
.slider-group-props .change-sim-props{margin-bottom: 15px;}
.created-prd-lists{margin-bottom: 15px;}
.created-prd-lists.mob-bt-props{margin-bottom: 30px;}
}
@media screen and (max-width:700px){
.exclusive-lists{flex-wrap: wrap;}
.exclusive-lists > li,
.exclusive-lists.designer-wrapper li{width:50%;}
.exclusive-lists a{font-size: 18px;}
}
@media screen and (max-width:440px){
.exclusive-lists.designer-wrapper{align-items: flex-start;}
.exclusive-lists a{text-align: center;}
}
@media screen and (max-width:400px){
.exclusive-lists > li{text-align: center;}
.exclusive-lists img{width: 120px;height: 120px;}
}
@media screen and (max-width:360px){
.exclusive-lists a{font-size: 16px;}
}
/* Dispalate page css end */

/* Challenge entry css start */
.sharing-padding{padding:28px 0 60px;}
.sharing-padding .subHeader{padding:15px;background:#f5f5f5;}
.subHeader.change-space-props .drop-down-catg{display: inline-flex;width:300px;}
.subHeader.change-space-props .common-btn--group.open .dropdown-toggle .search-css{background:#fff!important;color:#333;}
.subHeader.change-space-props .common-btn--group.open .dropdown-toggle .search-css,
.subHeader.change-space-props  .common-btn--group.open .dropdown-toggle{border-color:#96c8da !important;}
.drop-down-catg .dropdown-menucss .btn{border: 2px solid #c1c5cd!important;background: #fff;padding: 10px 14px;}
.drop-down-catg .dropdown-menu{z-index: 12;}
.drop-down-catg .caret{position: absolute;top: 21px;right: 15px;}
.subHeader.change-space-props .dropdown-menucss{margin-top:0;width: 100%;}
.subHeader.change-space-props .dropdown-menu::-webkit-scrollbar {width: 5px;}
.subHeader.change-space-props .dropdown-menu::-webkit-scrollbar-thumb {background: rgba(0,0,0,.08);}
.subHeader.change-space-props .dropdown-menu::-webkit-scrollbar-thumb:hover {background: rgba(0,0,0,.2);}
.subHeader.change-space-props .dropdown-menu li a{padding:6px 14px;color: #333;line-height: normal;}
.subHeader.change-space-props .list-inline{margin:0;padding:0;width:100%}
.subHeader.change-space-props .dropdown-menu li a:hover{background:#f1f1f1;}
.subHeader.change-space-props .dropdown-menu li{border-top:none;}
.subHeader.change-space-props .dropdown-menu{max-width: 100%;top:40px;border:2px solid #c1c5cd;}
.drop-down-catg .list-inline>li{display: flex;width:100%}
.subHeader.change-space-props .row{display: block;max-width: 940px;margin: 0 auto;}
.subHeader.change-space-props .row .drop-down-catg{float:right;}
.subHeader.change-space-props .row .drop-down-catg:first-child{float:left;}
.drop-down-catg .subHeaderMenu li:first-child,
.subHeader.change-space-props .common-btn--group .dropdown-menu li:first-child{border-top:none;}
.subHeader.change-space-props .common-btn--group .dropdown-menu li,
.drop-down-catg .subHeaderMenu li{border-top:#ccc solid 1px;}
.subHeader.change-space-props .common-btn--group .dropdown-menu li:hover,
.subHeader.change-space-props .common-btn--group .dropdown-menu li:focus,
.subHeader.change-space-props .common-btn--group .dropdown-menu li:active,
.subHeader.change-space-props .common-btn--group .dropdown-menu li.active,
.drop-down-catg .subHeaderMenu li:hover,
.drop-down-catg .subHeaderMenu li:focus,
.drop-down-catg .subHeaderMenu li:active,
.drop-down-catg .subHeaderMenu li.active{background:#f8f8f8!important;}
.subHeader.change-space-props .list-inline.subHeaderMenu > li{padding-left: 0;padding-right: 0;}
.sharing-container{width:100%;max-width:940px;margin:0 auto;display: flex;flex-direction: column;}
.sharing-container .design-wrapper:first-child .overall-conatiner-wrap{border-top: none;padding-top: 0px;}
.design-left-part{width:140px;padding-right:16px;float:left;}
.design-left-part .sel-designer-image img{border-radius: 4px;width:auto;height: auto;}
.design-mid-part{width:calc(100% - 270px);}
.design-mid-part a{display: flex;width:100%;height: 100%;justify-content: center;align-items: center;}
.design-mid-part picture{width:100%;display: block;text-align: center;}
.design-mid-part picture img{max-width:100%;height:auto;}
.design-right-part{width:130px;float:right;background:#f5f5f5;text-align: center;}
.overall-conatiner-wrap{display: flex;margin-top:32px;padding-top:32px;border-top:#d7d7d7 solid 2px;}
.follow-designers{font-size:13px;text-transform: uppercase;border-radius:24px;padding:6px 0;font-weight:500;letter-spacing: 0.8px;transition: transform 0.3s;display:block;text-align: center;}
.follow-designers,
.follow-designers:hover,
.follow-designers:focus,
.follow-designers:active{border:#333 solid 2px;background:#333;color:#fff;}
.follow-designers:hover{transform: translateY(-1px);}
.design-left-part .follow-designer{width:100%;padding:7px;max-width:124px;}
.design-wrapper figcaption{margin:4px 0 6px;font-weight:600; font-size: 17px;color:#333;}
.design-wrapper figcaption a{display: block;line-height: normal;max-width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.design-wrapper figcaption a,
.design-wrapper figcaption a:hover,
.design-wrapper figcaption a:focus{color:#383836;}
.design-wrapper figcaption a:hover{text-decoration:underline!important;}
.count-down-data{margin:24px 0 12px;font-size:14px;font-weight: 500;}
.count-down-data span{font-size:32px;font-weight:600;display: block;line-height: 1;}
.scors-data{display: flex;justify-content: center;margin: 0 auto 5%;width: 85%;border-bottom:solid 2px #333;font-size:16px;font-weight:600;position: relative;}
.scors-data:before{border: solid transparent;border-top-color: #333;border-width: 6px;left: 50%;margin-left: -6px;margin-top: 2px;top: 100%;content: " ";position: absolute;}
.rating-data-props{display: flex;justify-content: center;flex-direction: column-reverse;list-style: none;margin: 0;align-items: center;padding: 0;}
.rating-data-props > li{margin:10px auto 0;}
.rating-data-props span{display: inline-block;color:#fff;width:50px;height: 50px;background:#db404b;color:#fff;text-align: center;font-size:32px;font-weight:600;border-radius: 5px;cursor: pointer;transition: transform 0.3s;}
.rating-data-props span:hover{transform: translateY(-1px);}
.rating-data-props > li.active span{background: #106cff;}
.social-media-platform li div{transition: transform 0.3s;}
.social-media-platform li div:hover{transform: translateY(-1px);}
.vote-count {clear: both;color: #333;display: block;font-size: 14px;font-weight: 500; margin:16px 0 0;text-align: center;}
.vote-count span{font-size: 32px;display: block;line-height: 1;}
.common-detail-link{font-size:28px;font-weight:600;line-height: normal;text-transform: uppercase;width:100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.common-detail-link,
.common-detail-link:hover,
.common-detail-link:focus{color:#333;}
.common-detail-link:hover,
.go-to-ddashboard a:hover,
.mob-artist-follow:hover{text-decoration: underline!important;}
.go-to-ddashboard{font-size:17px;color:#333;display: none;font-weight:600;margin:6px 0;}
.go-to-ddashboard a{font-size:16px;}
.go-to-ddashboard a,
.go-to-ddashboard a:hover,
.go-to-ddashboard a:focus{color:#383836;}
.designer-info-detail{padding-left:140px;padding-top:12px;}
.designer-info-detail p{max-width:580px;font-size:14px;margin-bottom:0;}
.mob-rating-info{background:#000;color:#fff;font-size:14px;display: none;text-align: left;padding-top: 4px;padding-bottom: 4px;}
.mob-artist-follow{font-size:14px;margin-top:12px;display: none;}
.mob-rating-info .remaining-time{display: none;}
.mob-rating-info .remaining-time.remaining-time-exist{display: inline-block;}
.mob-rating-info .remaining-time,
.mob-rating-info .voting-icon{width:50%;float: left;padding:2px 15px;text-align:left;}
.mob-rating-info .remaining-time.remaining-time-exist + .voting-icon{text-align: right;}
.scors-data.social-spacing-props{margin:16px auto;}
.social-media-platform{width:100%;float: left;padding:0 8px;display: flex;flex-wrap: wrap;justify-content: flex-start;margin-bottom: 19px;}
.social-media-platform li{display: inline-flex;margin:4px;}
.social-media-platform .icon{color: #fff;}
.social-media-size{width:30px;height:30px;display: flex;justify-content: center;align-items: center;border-radius: 4px;cursor: pointer;}
.fb-platform{background:#3e5a97;}
.twitter-platform{background:#0c8de2;}
.google-platform{background: #DC4C3C;}
.pinterest-platform{background:#bd081c;}
.insta-platform{background:#e4405f;}
.linkedin-platform{background:#0077B5;}
.whatsapp-platform{background:#25D366;}
.share-user-ratings{display: flex;width:100%;justify-content:space-between;padding:0 8px;}
.share-user-ratings .icon-star{font-size:22px;color: #bbbbbb;cursor: pointer;}
.share-user-ratings .icon-star:hover,
.share-user-ratings .icon-star.active{color:#fec42d;}
@media screen and (max-width:991px){
.count-down-data{margin-top:12px;}
.sharing-container{padding-left: 15px;padding-right: 15px;}
}
@media screen and (max-width:767px){
.sharing-container{padding-left: 0px;padding-right: 0px;}
.hide-for-mob{display:none;}
.design-left-part,
.design-right-part{width:100%;}
.design-right-part{padding-bottom:0;}
.design-right-part{background: transparent;}
.sel-designer-image,
.design-mid-part{width:calc(100% - 0px);}
.design-mid-part{text-align: center;}
.mob-rating-info,
.overall-conatiner-wrap{display: block;}
.go-to-ddashboard{display:inline-block;}
.overall-conatiner-wrap{margin-top: 28px;padding-top:28px;}
.common-detail-link{font-size:24px;}
.mob-artist-follow{display: inline-flex;background: #383836;border:#383836 solid 2px;padding: 7px 24px;margin:20px auto 0;max-width: 124px;font-size: 14px;color: #fff!important;text-transform: uppercase;justify-content: center;letter-spacing: 0.8px;border-radius: 30px;font-weight: 500;}
.mob-artist-follow:hover{text-decoration: none!important;}
.mob-artist-follow .icon{display: none;}
.rating-data-props{display: flex;justify-content: center;flex-direction: row;list-style: none;margin: 0;align-items: flex-start;padding: 0 15px;width: 100%;background:#fff;}
.rating-data-props > li{margin:12px 12px 12px 0;}
.rating-data-props > li:last-child{margin-right:0;}
.rating-data-props span{width: 36px;height:36px;font-size: 23px;}
.designer-info-detail{display: flex;flex-wrap: wrap;flex-direction: column;padding:18px 15px 0;}
.social-media-platform{background: #f5f5f5;padding: 0px 15px;justify-content: center;width: calc(100% - 0px);margin:0px auto;float: none;}
.social-media-platform li{margin:12px 0 12px 12px;}
.social-media-platform li:first-child{margin-left:0;}
.social-media-size{width:36px;height: 36px;}
.share-user-ratings{display: flex;width: calc(100% - 30px);justify-content: space-around;padding: 8px 15px;margin: 0 auto;background: #f5f5f5;height: 54px;align-items: center;}
.share-user-ratings .icon-star{font-size: 26px;color: #bbbbbb;cursor: pointer;display: inline-flex;width: 30px;height: 30px;justify-content: center;align-items: center;margin: 4px;}
.challenges-breadcrumb-wrapper .bread-crumb-css.entry-bread-crumb{top:12px;}
}
@media screen and (max-width:370px){
.mob-rating-info >div{width:50%;}
}
@media screen and (max-width:350px){
.mob-rating-info{font-size:12px;padding-top:6px;padding-bottom: 6px;}
}
/* Challenge entry css end */

/* Fetured collection list css start */
.swiper-container.featured-collections-list{padding:3px;}
.slider-group-props .featured-collections-list .swiper-slide{padding:3px;max-width:600px;}
.slider-group-props .featured-collections-list .swiper-slide a{padding:3px;text-align: left;}
.slider-group-props .featured-collections-list .swiper-slide a:hover,
.slider-group-props .featured-collections-list .swiper-slide a:active,
.slider-group-props .featured-collections-list .swiper-slide a:focus,
.exclusive-lists a:hover,
.exclusive-lists a:active,
.exclusive-lists a:focus,
.created-prd-lists:hover,
.created-prd-lists:active,
.created-prd-lists:focus,
.slider-group-props .change-sim-props:hover span.space-from-tops,
.slider-group-props .change-sim-props:focus span.space-from-tops,
.slider-group-props .change-sim-props:active span.space-from-tops,
.slider-group-props .swiper-slide a:hover span.space-from-tops,
.slider-group-props .swiper-slide a:focus span.space-from-tops,
.slider-group-props .swiper-slide a:active span.space-from-tops{text-decoration: underline;}
.slider-group-props .featured-collections-list span{text-align: left;color:#333;padding:0;}
/* Fetured collection list css end */

/* Challenges detail page css start */
.hide-always{display:none;}
.challenge-detail{padding:60px 0;}
.chl-dtl-wrapper{width:100%;max-width:940px;margin:0 auto;display: flex;padding-left:15px;padding-right:15px;}
.challenge-detail .top-sp-props .challenge-info-left{width:66%;}
.challenge-detail .top-sp-props .challenge-info-right{width:33%;}
.chl-dtl-left{width:calc(100% - 130px);float: left;text-align: center;display: flex;justify-content: center;align-items: center;}
.chl-dtl-left picture{width:100%;display: block;text-align: center;}
.chl-dtl-left img{max-width: 100%;height:auto;}
.chl-dtl-right{width: 130px;float: right;background: #f5f5f5;text-align: center;}
.chl-dtl-right .scors-data{margin-top:24px;}
.rating-data-props a.select-rating{display: inline-flex;color:#fff;width:50px;height: 50px;background:#82bc3b;color:#fff;text-align: center;justify-content: center;align-items: center;font-size:32px;font-weight:600;border-radius: 5px;cursor: pointer;transition: transform 0.3s;}
.rating-data-props a.select-rating:hover{transform: translateY(-1px);}
.rating-data-props a.select-rating i{font-size:24px;}
.designer-upld-images{width:48px;height:48px;}
.designer-upld-images img{width:100%;border-radius: 3px;height:auto;}
.challenges-images{width: 181px;float:left;text-align: center;}
.challenges-images img{border-radius: 4px;height:auto;}
.challenge-info-left{padding-right:30px;}
.top-sp-props{padding-top:24px;justify-content: space-between;}
.chl-dtl-wrapper.top-sp-props > div,
.challenge-info-group{display: flex;flex-direction: column;}
.challenge-info-group{padding-left:16px;}
.challenge-info-group.manage-dprofiles{flex-direction: row;align-items: center;}
.challenge-info-group .follow-unfollow{padding:0px;max-width:max-content;font-size:17px;background:transparent!important;border:none!important;line-height: normal;text-transform: capitalize;margin-top:0;margin-left:12px;position: relative;}
.challenge-info-group .follow-unfollow:before{position: absolute;top:12px;left:-3px;content: '';border-radius: 100%;width:2px;height:2px;background:#afbac0;}
.challenge-info-group .follow-unfollow,
.challenge-info-group .follow-unfollow:focus,
.challenge-info-group .follow-unfollow:active{color:#afbac0;}
.challenge-info-group .follow-unfollow:hover{color:#84959e;}
.challenge-info-group p{color:#333;margin-bottom:0;font-size:15px;padding:3px 0 3px 20px;position: relative;line-height:1.4;}
.challenge-info-group .icon{position: absolute;top:6px;left:0;font-size: 15px;color: #333;}
.challenge-info-group p.voting-open,
.challenge-info-group p.voting-open .icon{color:#db404b;}
.challenge-info-group p.voting-close,
.challenge-info-group p.voting-close .icon{color:#d3d3d3;}
.ongoing-wrapper{display: flex;}
.challenge-info-left .sumbit-a-design{line-height: normal;}
.challenge-info-left .challenge-info-group{justify-content: center;}
.follow-unfollow{font-size: 15px;font-weight:400;letter-spacing: 0.8px;margin-top:12px;line-height: normal;display: inline-block;}
.follow-unfollow,
.follow-unfollow:focus{color:#afbac0;}
.follow-unfollow:hover{color:#84959e;}
.goto-home{font-size:16px;font-weight:500;line-height: normal;}
.goto-home:hover,
.sumbit-a-design:hover{text-decoration: underline;}
.goto-home,
.goto-home:hover,
.goto-home:focus{color:#333;}
.ongoing-wrapper .goto-home{margin-bottom: 6px;}
.challenge-info-right .sumbit-a-design{max-width:115px;}
.sumbit-a-design{font-size:17px;font-weight:600;}
.sumbit-a-design,
.sumbit-a-design:hover,
.sumbit-a-design:focus{color:#383836;}
.right-title{font-size:19px;font-weight:600;margin:0 0 8px;text-transform: uppercase;}
.follow-designer{letter-spacing: 0.8px;font-size: 14px;text-transform: uppercase;padding:8px;transition: transform 0.3s;border-radius:30px;display:inline-block;margin-top:4px;font-weight: 500;width: 100%;}
.btn-default.follow-designer.active.focus,
.btn-default.follow-designer.active:hover,
.follow-designer,
.follow-designer:hover,
.follow-designer:focus,
.follow-designer:active{background:#383836;color:#fff;border:#383836 solid 2px;}
.follow-designer:hover{transform: translateY(-1px);}
.likes-text-info{margin-bottom:16px;font-size:17px;}
.taglisting-props{justify-content: flex-start;width: 100%;padding: 0;margin: 16px 0 0;max-width:700px;}
.taglisting-props a{margin:7px 7px 7px 0;font-weight: 500;display: inline-block;padding: 8px;color: #333;text-transform: capitalize; font-size: 14px;line-height: 1;border: 2px solid #dcdcdc;-webkit-transition: all .2s ease;transition: all .2s ease;color: #333;border-radius: 3px;}
.taglisting-props a:first-child{margin-left: 0;}
.taglisting-props a:hover{border-color:#333;}
.challenges-breadcrumb-wrapper .bread-crumb-css.change-breadcrumb-props{top:12px;left:15px;}
.bread-crumb-css.change-breadcrumb-props a{color:#333;font-weight: 400;font-size: 14px;}
.bread-crumb-css.change-breadcrumb-props a:last-child{font-weight: 600;}
.bread-crumb-css.change-breadcrumb-props a:hover{text-decoration: underline;}
.challenges-breadcrumb-wrapper .bread-crumb-css.change-breadcrumb-props .sub-breadCrum-css:before{color:#333;}
@media screen and (max-width:1450px){
.challenges-breadcrumb-wrapper .bread-crumb-css.change-breadcrumb-props{top:12px;left:15px;}
}
@media screen and (max-width:991px){
.subHeader.change-space-props .search-main{margin-top:0;}
.sharing-padding .subHeader{padding:15px 0;}
.sharing-padding .subHeader .container{width:100%;}
}
@media screen and (max-width:930px){
.challenge-detail .top-sp-props .challenge-info-left{width:59%;}
.challenge-detail .top-sp-props .challenge-info-right{width:40%;}
}
@media screen and (max-width:767px){
.right-title{font-size:18px;}
.subHeader.change-space-props .row{justify-content: space-evenly;}
.subHeader.change-space-props .drop-down-catg{width:45%;}
.social-media-platform .icon{font-size: 18px;}
.chl-dtl-wrapper{display: block;padding-left: 0;padding-right: 0;}
.chl-dtl-left{width:calc(100% - 0px);}
.chl-dtl-right{width:100%;float: left;}
.challenge-info-left{width:100%;padding:24px 0;background: transparent;}
.chl-dtl-wrapper.top-sp-props .challenge-info-left,
.chl-dtl-wrapper.top-sp-props .challenge-info-right{padding-left: 15px;padding-right: 15px;}
.challenge-detail .top-sp-props .challenge-info-left,
.challenge-detail .top-sp-props .challenge-info-right{width:100%;}
}
@media screen and (max-width:666px){
.chl-dtl-right{width:100%;text-align: left;background: transparent;padding-bottom: 0;}
.chl-dtl-right .scors-data{display: none;}
.rating-data-props{display: flex;flex-direction: row;justify-content: center;padding: 0 15px;}
.social-media-platform{justify-content: center;}
.rating-data-props a.select-rating{width:34px;height:34px;}
.rating-data-props a.select-rating i{font-size:16px;}
.chl-dtl-wrapper.top-sp-props > div, 
.challenge-info-group{display: flex;width:100%;float: left;}
.challenge-info-left{padding-top:24px;padding-bottom:24px;}
.challenge-info-left .challenge-info-group.manage-dprofiles{justify-content: flex-start;}
}
@media screen and (max-width:480px){
.right-title{font-size:16px;}
.sharing-padding .subHeader{padding:0;background: transparent;}
.subHeader.change-space-props .row{flex-direction: column;}
.subHeader.change-space-props .drop-down-catg{width:100%;}
.subHeader.change-space-props .drop-down-catg:first-child{margin-top:4px;margin-bottom: 32px;}
.drop-down-catg .dropdown-menucss .btn,
.subHeader.change-space-props .form-control,
.subHeader.change-space-props .dropdown-menu li a{font-size: 16px;color: #333!important;}
}
/* Challenges detail page css end */

/* Partiipate designer challenges detail slider css start */
.swiper-container.low-entries-by-designer .swiper-slide{width:290px;height:290px;margin:0 8px;}
.swiper-container.low-entries-by-designer .swiper-wrapper{justify-content: center;}
.swiper-container.low-entries-by-designer .arrow-common{display: none;}
.participate-designer-images{padding:50px 0 60px;}
.add-bg-prop{background:#f8f8f8;}
.participate-designer-images .community-about-title{font-size: 32px;font-weight: 600;margin:0 0 24px;line-height: normal;}
.participate-designer-images .swiper-slide picture{position: relative;display: flex;width:100%;height:100%;}
.participate-designer-images .chl-dtl-wrapper{flex-direction: column;}
.participate-designer-images .swiper-container{width:100%;}
.participate-designer-images .swiper-slide{box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);max-width: 400px;}
.participate-designer-images.slider-group-props .swiper-slide,
.participate-designer-images.slider-group-props .swiper-slide a{padding:0;}
.participate-designer-images.slider-group-props .swiper-slide img{position: absolute;max-width: 100%;max-height: 100%;top:50%;left:50%;transform: translate(-50%,-50%);height: auto;}
.participate-designer-images picture{width:100%;float: left;text-align: center;border-radius: 4px;}
.participate-designer-images picture img{border-radius: 4px;}
@media screen and (max-width:767px){
.participate-designer-images .chl-dtl-wrapper{padding-left: 15px;padding-right: 15px;}
.participate-designer-images .community-about-title{font-size: 24px;}
.participate-designer-images{background:#f8f8f8;}
.participate-designer-images .swiper-slide{max-width: 250px;box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);}
}

/* Partiipate designer challenges detail slider css end */

/* Merch payment page header design  css start*/
.product_design_tab_header{position: relative;float: left;background: #fff;padding: 15px 0px;}
.product_design_tab_header .container, .service-description .container, .service-requirements .container{max-width: 1450px;width: 100%;height: 100%;position: relative;}
.product_design_tab_header, .product_design_tab_footer {width: 100%;z-index: 999;background-color: #fff;}
.tab-header-container {display: flex;align-items: center;height: 100%;}
.tab-header-container .header-image {flex-grow: 0;display: flex;align-items: center;}
.header-image > a {display: inline-block;}
.header-image img {width: 150px;}
.tab-header-container .header-list {flex-grow: 0;padding-left: 80px;}
#tab_list_menu_bar {width: 100%;height: 100%;display: flex;}
#tab_list_menu_bar > li {position: relative;display: inline-flex;align-items: center;justify-content: flex-end;}
.get_menu_content_tab_circle {width: 22px;height: 22px;border: #ccc solid 2px;border-radius: 100%;position: relative;color: #fff;background: #ccc;display: flex;justify-content: center;align-items: center;}
.get_menu_content_tab_circle.active{background:#db404b;border:#db404b solid 2px;}
#tab_list_menu_bar > li.active .get_menu_content_tab_circle {background-color: #db404b;border-color: #db404b;}
#tab_list_menu_bar > li.active .tab_option_menu {color: #db404b;}
.tab_option_menu {padding-left: 16px;color: #303238;font-size: 16px;font-weight: 400;text-transform: capitalize;}
#tab_list_menu_bar > li:not(:last-child){margin-right: 35px;}
#tab_list_menu_bar > li:not(:last-child):after {content: "\f105";font-family: fontawesome;font-size: 19px;transition: all 0.12s ease 0s;position: absolute;top: -2px;right: -20px;color: #999;}
.tab_option_menu .btn-next-prev,
.tab_option_menu .btn-next-prev:hover,
.tab_option_menu .btn-next-prev:focus{color:#db404b;}
.tab_option_menu .btn-next-prev:hover{text-decoration: underline!important;}
.button-normal.content-title-link{transition: transform 0.3s;}
.button-normal.content-title-link:hover{transform: translateY(-1px);background:#db404b;border:#db404b solid 2px;color:#ffff;box-shadow: none;}
.designs-gallery-two .button-normal.content-title-link{position: relative;z-index: 2;}
/* Merch payment page header design  css end/

/* Merch page payment section css start */
.challenges-breadcrumb-wrapper.merch-service .bread-crumb-css.change-breadcrumb-props{top:40px;left:46px;}
.challenges-breadcrumb-wrapper.merch-service .bread-crumb-css.change-breadcrumb-props a,
.challenges-breadcrumb-wrapper.merch-service .bread-crumb-css.change-breadcrumb-props .sub-breadCrum-css:before{color:#fff;}
.manage-top-space{margin-top: 60px;}
.manage-top-space.error .paymemt-method-list{color:#333;}
.payment-error label.error{margin-top:5px;margin-bottom: 0;font-weight:500;}
.selected-package-infos .about-learn-infos{margin-top:60px;}
.about-learn-infos{margin-top:20px;}
.about-learn-infos label.paymemt-method-list{position: relative;}
.about-learn-infos label.paymemt-method-list .asterisk-icon{font-size:14px;top:-8px;position: relative;}
.about-learn-infos label .asterisk-icon{color:#ff0000;}
.manage-caret-down{width:100%;float: left;position: relative;}
.manage-caret-down.show-caret:after {position: absolute;top: 14px;right: 17px;content: '\f078 ';font-family: fontawesome;font-size: 10px;}
.about-learn-infos .change-width{position: relative;width: 50%;margin-bottom: 0;}
.about-learn-infos label{font-weight:600;}
.about-learn-infos select.input-lg{line-height: normal;}
.about-learn-infos select{border: 2px solid #ddd;font-size: 16px!important;height:44px;outline: none;box-shadow: none;color: #333;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.secure-payment{display: flex;align-items: center;}
.secure-payment > .payment-section:first-child{padding-right: 40px;}
.secure-payment > .payment-section{flex: 1;}
.secure-image{width: 50px;}
.payment-section h4{font-size: 20px;font-weight: 600;color:#333;margin:10px 0;}
.paymemt-method-list{font-size: 24px;margin:0 0 12px;font-weight: 600;line-height: normal;}
.payment-section p{font-size: 16px;color:#333;margin-bottom: 0;line-height: 1.62;}
.selected-package-infos .label-container input[type="radio"]:checked ~ .checkmark{border-color: #82bc3b;}
.selected-package-infos .label-container input[type="radio"] ~ .checkmark{border-radius: 100%;}
.selected-package-infos .checkmark{position: relative;height: 20px;width: 20px;background-color: #FFF;border: 2px solid #4b4f59;border-radius: 2px;display: inline-block;margin-right: 8px;top: 3px;}
.selected-package-infos .label-container input[type="radio"]:checked ~ .checkmark:after{left: 50%;top: 50%;width: 9px; height: 9px;position: absolute;transform: translate(-50%,-50%);content: '';background: #82bc3b;border-radius: 100%;border: none;}
.pamnet-method-list-wraper{background:#fff;border:#ddd solid 1px;border-radius:4px;padding:0;}
.payment-section-details .pamnet-method-list-wraper .rd1{padding:16px;margin-bottom: 0;margin-top: 0;}
.payment-section-details .pamnet-method-list-wraper .rd1.broder-top{border-top:#ddd solid 1px;}
 .pamnet-method-list-wraper .rd1.broder-top:first-child{border-top:none;}
.shipping-info-title{font-size:15px;font-weight:500;margin:20px 0 10px;}
.shipping-info-label{font-size:14px;font-weight:500;color:#a9a9a9;text-transform: capitalize;width:150px;float: left;text-align: right;margin-bottom: 0;padding-right:20px;}
.shipping-info-detail{border-radius:4px;border:#ddd solid 1px;background:#fff;max-width:600px;width:100%;}
.payment-section-details .payment-sections-single.change-payment-list-design .payone-img{display: inline-block;float: left;margin-top: 0;}
.payment-sections-single.change-payment-list-design .pay-option .pay-img img {max-width: 140px;}
.checkout-form-v2 .form-horizontal .payment-sections-single.change-payment-list-design .form-group{margin-left:0;margin-right: 0;}
.shipping-info-detail input,
.shipping-info-detail select{float: left;border:none;outline: none;background: transparent;color:#333;font-size:14px;}
.shipping-info-detail select{width:calc(100% - 160px);}
.shipping-info-detail input::-moz-placeholder{color:#333;opacity:1}
.shipping-info-detail input:-ms-input-placeholder{color:#333;}
.shipping-info-detail input::-webkit-input-placeholder{color:#333;} 
input.select2-search__field::-webkit-input-placeholder{text-transform: none;font-weight: 400;}
input.select2-search__field::-moz-placeholder{text-transform: none;font-weight: 400;}
input.select2-search__field:-ms-input-placeholder{text-transform: none;font-weight: 400;}
input.select2-search__field:-moz-placeholder{text-transform: none;font-weight: 400;}
.card-alignment{width:100% ;padding:0 16px;display: flex;}
.shipping-info-detail >li{width:100%;border-top:#ddd solid 1px;padding:8px 0;display: flex;align-items: center;}
.shipping-info-detail >li:first-child{border-top:none;}
.card-sapcing{padding:8px 16px;}
.pay-option .pay-img img {max-width: 140px;}
.pay-option .label-container {width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 0;margin: 0;font-size: 16px;}
.pamnet-method-list-wraper .rd1 {padding: 16px;margin-bottom: 0; margin-top: 0;min-height: 70px;display: flex;flex-direction: column;}
.pamnet-method-list-wraper .rd1.broder-top {border-top: #ddd solid 1px;}
.pay-text {display: inline-block;margin-left: 10px;font-size: 13px;}
.payone-img {display: inline-block;float: left;margin-top: 0;}
.card-input-field-wrapper, .icons-card-wrapper{display: flex;align-items: center;}
.card-input-field-wrapper{width: 100%;}
.icons-card-section{width: 24px;height: 24px;display: inline-block;position: relative;}
.icons-card-section svg{height: 15px;}
.icons-card-section > div{display: flex;margin: 0;padding: 0;position: absolute;width: 1.5em;top:50%;left:0;transition: all 0.2s;transform: translateY(-50%);}
.icons-card-section > div.front-card{background-image: url('https://cdn1.designhill.com/assets/dh/images/cards/card.svg');display: block;height: 15px;width: 1.5em;background-repeat: no-repeat;background-size: cover;}
.icons-card-section > div.front-card.visa{background-image: url('https://cdn1.designhill.com/assets/dh/images/cards/visa.svg');}
.icons-card-section > div.front-card.master-card{background-image: url('https://cdn1.designhill.com/assets/dh/images/cards/mastercard.svg');}
.icons-card-section > div.front-card.discover{background-image: url('https://cdn1.designhill.com/assets/dh/images/cards/discover.svg');}
.icons-card-section > div.front-card.american-express{background-image: url('https://cdn1.designhill.com/assets/dh/images/cards/amex.svg');}
.icons-card-section > div.front-card.diners-club{background-image: url('https://cdn1.designhill.com/assets/dh/images/cards/diners.svg');}
.card-input-field{display: flex;align-items: center;}
.card-input-field .input-container{display: inline-block;width: 100%;}
.card-input-field .input-container input{width: 100%;}
.card-expiry{margin-right: 10px;}
.card-expiry .input-container input, .card-cvc .input-container input{text-align: center;}
.card-expiry .input-container{width:26px;}
.card-cvc .input-container{width: 31px;}
.card-number .input-container{margin:0px 10px;}
.card-number{flex: 1;}
.password-for-cod-div{margin-top:12px;}
#password_for_cod_div > input{margin-left: 0px;border: 2px solid #c1c5cd;height: 44px;display: inline-block;margin-right: 10px;width: 340px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
label.error{color: #ff0000;font-weight: 400;padding: 0px;}
#password_for_cod_div > input.error{border-color: #ff0000;}
#password_for_cod_div .send--otp-button.whiteBtnNectar .btn-default, 
#password_for_cod_div .cod--otp--container .whiteBtnNectar .btn-default{height: 44px;padding: 0px 24px;background:#db404b!important;border:2px solid #db404b!important;}
#password_for_cod_div .code-verifiy .form-control, .cod--otp--container .form-control{border: 2px solid #E2E5EC;height: 44px;width:340px;}
#password_for_cod_div .cod--otp--container p{margin-top: 10px;}
#password_for_cod_div .code-verifiy .form-control:hover, #password_for_cod_div .code-verifiy .form-control:focus, .cod--otp--container .form-control:hover, .cod--otp--container .form-control:focus{border-color: #db404b;}
.term-use.set-conditions-prop{font-size: 12px;font-weight: 400;margin: 12px 0 0;color: #333;border-top: #ddd solid 1px;padding-top: 12px;width: 100%;display: block;float: left;}
.term-use.set-conditions-prop a{display: inline-block;}
.term-use.set-conditions-prop a,
.term-use.set-conditions-prop a:hover,
.term-use.set-conditions-prop a:focus{color:#106cff;}
.term-use.set-conditions-prop a:hover{text-decoration:underline!important;}
.form-group.change-width.change-rel-props{position: relative;padding-bottom:20px;}
.manage-char-counts{position: absolute;bottom:-7px;}
label#user_info-error{max-width: calc(100% - 144px);margin:0;position: absolute;bottom:-6px;left:0;}
.form-group.change-width .manage-char-counts label:not(.control-label){margin-top:0;}
.character-limits{color:#b5b3b3;float:right;}
.about-learn-infos .other-option-how{width:100%;float:left;padding-top:7px;}
.merch-order-list .sell-up-form{max-width:700px;}
@media screen and (max-width:767px){
.product_design_tab_header{padding:10px 0;}
.tab_option_menu{font-size: 15px;}
.tab-header-container{flex-direction:column;}
.header-image img{width:120px;}
.tab-header-container .header-list{padding-left:0;margin-top:12px;}
#tab_list_menu_bar{width:100%;display: flex;justify-content: center;}
.challenges-breadcrumb-wrapper.merch-service .bread-crumb-css.change-breadcrumb-props{top:10px;left:17px;}
.merch-order-list .sell-up-form{margin-bottom: 0px;}
}
@media screen and (max-width:576px){
.about-learn-infos .change-width,
.secure-payment > .payment-section,
.selected-package-infos .sim-button{width:100%;}
.secure-payment{flex-direction: column;}
.secure-payment > .payment-section:first-child{padding-right:0;margin-bottom: 30px;}
.secure-payment > .payment-section:last-child{padding-left:0;}
#password_for_cod_div > input{width:100%;margin-right:0;margin-bottom: 14px;}
}
@media screen and (max-width:480px){
.pay-option .pay-img img{max-width:100px;}
.tab_option_menu{padding-left:4px;}
#tab_list_menu_bar > li:not(:last-child){margin-right: 24px;}
#tab_list_menu_bar > li:not(:last-child):after{content: '';}
}
@media screen and (max-width:440px){
label#user_info-error{position: relative;max-width:calc(100% - 0px);}
}
@media screen and (max-width:395px){
.tab_option_menu{font-size: 13px;text-align: center;}
.get_menu_content_tab_circle{min-width: 22px;}
}

/* Merch page payment section css end */

/* Merch sticky footer css start */
.merch-prev-next{position: fixed;bottom: 0;left:0;right:0;display: flex;justify-content: center;align-items: center;padding:15px;background:#fff;z-index: 24;-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);}
.merch-prev-next .btn-next-prev{display: inline-block;padding:10px 24px;font-size: 16px;font-weight:500;border-radius:30px;text-transform: uppercase;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);transition: transform 0.3s;letter-spacing: 0.8px;min-width: 160px;text-align: center;}
.merch-prev-next .btn-next-prev.next-btn-bg,
.merch-prev-next .btn-next-prev.next-btn-bg:hover,
.merch-prev-next .btn-next-prev.next-btn-bg:focus{background: #db404b;border:#db404b solid 2px;color:#fff}
.merch-prev-next .btn-next-prev:first-child{margin-right: 20px;}
.merch-prev-next .btn-next-prev,
.merch-prev-next .btn-next-prev:hover,
.merch-prev-next .btn-next-prev:focus{background:#fff;color:#db404b;}
.merch-prev-next .btn-next-prev:hover{transform: translateY(-1px);}
.payment-description.manage-top-space{margin-bottom: 60px;}
.package-detail-wrapper{position: relative;}
.package-detail-wrapper .summary-section{position: absolute;right: 0;top: 40px;bottom: 0;width: 28%;padding: 0 15px;display: flex;flex-direction: column;}
.package-detail-wrapper .right-container{position: sticky;position: -webkit-sticky;top:15px;border-radius: 6px;padding: 15px 20px;box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);}
.package-detail-wrapper .right-head,
.package-detail-wrapper .right-bot,
.package-detail-wrapper .order-btn{width:100%;float: left;}
.package-detail-wrapper .right-head > h4{margin: 0;font-weight: 600;font-size: 20px;}
.package-detail-wrapper .right-container .sub-align{width: 100%;padding-top:12px;display: flex;justify-content: space-between;align-items: center;font-size:16px;line-height: normal;}
.package-detail-wrapper .right-container .sub-align:nth-child(2){border-top:#ddd 1px solid;margin-top:12px;}
.package-detail-wrapper .right-container .line{margin-top: 12px;margin-bottom: 12px;border-top:1px solid #ddd;}
.package-detail-wrapper .order-btn > .btn{width: 100%;margin-top: 20px;font-size:16px;}
.package-detail-wrapper .order-btn > .btn,
.package-detail-wrapper .order-btn > .btn:hover,
.package-detail-wrapper .order-btn > .btn:focus{background:#db404b;border:#db404b solid 2px;}
.package-detail-wrapper .sub-align .hint{padding-left: 5px;}
.package-detail-wrapper .sub-align .tooltip-inner{max-width: 200px;padding: 5px;}
@media screen and (max-width:1100px){
.selected-package-infos{padding-right: 35%;}
.package-detail-wrapper .summary-section{width:33%;}
}
@media screen and (max-width:991px){
.selected-package-infos{padding-right:15px;}
.package-detail-wrapper .summary-section{position: relative;top: 0px;width: 100%;padding: 0;margin-top:60px;}
.package-detail-wrapper .order-btn{display: none;}
}
@media screen and (max-width:576px){
.merch-prev-next .btn-next-prev{min-width: 90px;font-size:15px;}
}
@media screen and (max-width:440px){
.merch-prev-next{padding:15px 0;}
.merch-prev-next .btn-next-prev:first-child{margin-right:12px;}
.merch-prev-next .btn-next-prev{min-width: 90px;font-size:14px;padding:10px 20px;}
}
@media screen and (max-width:360px){
.merch-prev-next .btn-next-prev{min-width: 90px;padding:10px;}
}
@media screen and (max-width:340px){
.merch-prev-next .btn-next-prev{min-width: 70px;}
}

/* Sticky header css start */
.product_design_tab_header.make-sticky{z-index: 999;transition: transform .3s ease;top: 0;left: 0;width: 100%;transform: translateY(0%);position: sticky;position: -webkit-sticky;box-shadow:0 7px 14px rgba(50,50,93,.05), 0 1px 6px rgba(0,0,0,.1);}
.product_design_tab_header.make-sticky.not-showing{transform:translateY(-114%);}
/* Sticky header css end */

/* Merch success page css start */
.service-success.success-merch-payment{width:100%;float: left;padding:60px 0;}
.service-success.success-merch-payment .success-wrapper.whiteBtnNectar .btn-default{background:#db404b;border:#db404b solid 2px;}
.service-success.success-merch-payment .success-wrapper > h1{font-size: 38px;font-weight: 600;margin: 0;}
.service-success.success-merch-payment .success-wrapper > p{font-size: 22px;margin: 20px 0px 30px;color: #A9A9A9;}
.service-success.success-merch-payment .success-wrapper > .success-image{margin-bottom: 30px;}
.service-success.success-merch-payment .success-image .check{display: flex;position: relative;width: 100px;height: 100px;margin: 0 auto;justify-content: center;align-items: center;border: 4px solid #db404b;border-radius: 50%;}
.service-success.success-merch-payment .success-image .check > span{width: 20px;height: 50px;border: solid #db404b;border-width: 0 5px 5px 0;-webkit-transform: translateY(-60%) rotate(45deg);-ms-transform: translateY(-60%) rotate(45deg);transform: translateY(-60%) rotate(45deg);content: '';position: absolute;top: 50%;}
@media screen and (max-width:756px){
.service-success.success-merch-payment .success-wrapper > h1{font-size: 28px;}
.service-success.success-merch-payment .success-wrapper > p{font-size: 17px;}
}
/* Merch success page css end */

/* Vendor package info css start */
.vendor-package-infos{width:100%;float:left;margin-top:8px;}
.vendor-package-infos > li{width:100%;float: left;vertical-align: top;font-size:16px;font-weight:400;color: #afbac0;line-height: normal;padding:2px 0;}
@media screen and (max-width:600px){
.vendor-package-infos{margin-top:0;margin-bottom: 10px;}
}
/* Vendor package info css end */

/* Login-signup-title css start */
.footerblock3.reduce-lt-rt-padding{padding-left:15px;padding-right:15px;}
.footerblock3.reduce-lt-rt-padding .container.container-lg{width:100%;max-width:1450px;margin-left:auto;margin-right:auto;}
.login-signup-title{font-size:16px;font-weight:400;line-height:1.4;color:#333;text-align:center;}
.login-signup-title a{font-weight:600;text-decoration:underline;}
.login-signup-title a,
.login-signup-title a:focus{color:#333;}
.login-signup-title a:hover{text-decoration: none;}
.login-signup-title,
.login-signup-title + .signup-socialmedia{margin-top:30px;}
@media screen and (max-width:767px){
.login-signup-title,
.login-signup-title + .signup-socialmedia{margin-top:24px;}
}
/* Login-signup-title css end */

.comment-design{padding-bottom: 50px;border-top: 1px solid #eee;padding-top: 45px;}
.comment-design .container-wraper{max-width: 940px;margin: 0 auto;padding:0 15px;}
.without-login-msg > a, .without-login-msg > a:hover {color: #db404b!important;}
.comment-design .whiteBtnNectar .btn-default, .plugin-report-comment .whiteBtnNectar .btn-default{background-color: #db404b;}
.comment-design .whiteBtnNectar .btn-default:active, .plugin-report-comment .whiteBtnNectar .btn-default:active{background-color: #992c34;}
/* select2 dropdown css for account setting  start */
body.challenges-dropdown .select2-container.select2-container--default{width: 100%!important;}
body.challenges-dropdown .select2-container .select2-selection--single{width:100%!important;outline:none;height: 44px;display: flex;align-items: center;font-size: 14px;font-weight:400;padding-left: 5px;border:#c1c5cd solid 2px;color:#333;}
body.challenges-dropdown .select2-search--dropdown{padding:12px 12px 4px;}
body.challenges-dropdown .select2-results__option{padding: 6px 12px;font-size: 15px;font-weight: 400;}
body.challenges-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow{transform: translateY(-50%);top:50%;right:6px;}
body.challenges-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered{color:#333;}
body.challenges-dropdown .select2-search--dropdown{padding: 12px;}
body.challenges-dropdown .select2-dropdown{border: #c1c5cd solid 2px;border-top: none;}
body.challenges-dropdown .select2-results__option{padding: 4px 12px;font-size: 13px;color:#333;}
body.challenges-dropdown .select2-container--default .select2-selection--single .select2-selection__placeholder,
body.challenges-dropdown .select2-results__option a{color:#333;}
body.challenges-dropdown .select2-container--default .select2-results__option--highlighted[aria-selected]{background: #f1f1f1;color:#333;}
body.challenges-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;right:8px;top:50%;transform: translateY(-50%);}
body.challenges-dropdown .select2-container--default .select2-search--dropdown .select2-search__field{border:2px solid #c1c5cd;padding:6px 12px;font-size:15px;border-radius:4px;}
body.challenges-dropdown .select2-container--default .select2-results__option[aria-selected=true]{background-color:#f1f1f1;}
body.challenges-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b{border-width:4px ​4px 0 4p;border-color:#333 transparent transparent transparent;}
@media screen and (max-width:480px){
    body.challenges-dropdown .select2-container .select2-selection--single{height: 46px;}
    body.challenges-dropdown .select2-container .select2-selection--single,
    body.challenges-dropdown .select2-results__option{font-size: 16px;}
}
/* select2 dropdown css for account setting end */
