/* Single */
@media all and (max-width: 1023px) {
	body {
		background:var(--beige);
	}
}
h1 {
	margin: 0;
}
.section-box, .ss-widget,  #loadsideslideshow .box {
	margin: 0 var(--neg-standard-padding) 0 var(--neg-standard-padding);
	padding: 0 var(--standard-padding) var(--standard-padding) var(--standard-padding);
	background: var(--white);
	flex: 0 0 100%;	
	//border-bottom:4rem solid var(--white);
}
	.sidebar-logo.section-box, .content-image.section-box {
		margin-top: 0; 
	}
	 .content-image.section-box { 
		padding-top: 0;
	}

	.section-box h2, .ss-widget h3, h2.ebaytitle, #loadsideslideshow h2, #single-loadad h3  {
		text-transform:uppercase;
		font-size:1.2rem;
		color:var(--grey);
		margin: 0 var(--neg-standard-padding) var(--standard-padding) var(--neg-standard-padding);
		padding: var(--standard-padding) ;
		background: var(--beige);

		text-align:center;
		
	}
		#sidebar h2 em {
			opacity:0.8;
			font-style:normal;
		}
	.section-box h1 {
		margin-top: 0;
	}
#single {
	display:flex;
	flex-wrap:wrap;
	}
#single-inner {
	flex: 0 0 100%;
	display:flex;
	flex-wrap:wrap;
}
#sidebar {
	flex: 0 0 100%;
}


.content-image {
	position:relative;
}
	.content-image ul {
		list-style-type:none;
	}
	@media all and (min-width:769px) {
			.content-image {
				position:relative;
			}
	}
	.content-image p {
		margin:0;
	}

	.pinitb {
		position:absolute;
		left:5px;
		top:1px;
		z-index:3;
	}
	.content-image p img {
		position:relative;
		z-index:2;
		max-width:100%;
		height:auto;
		width:auto;
		max-height:550px;
	}
	.pinimgwrap {
		position:relative;
		vertical-align:top;
		display:inline-block;
	}
	@media all and (max-width: 900px) {
		#pagewrap #content-photos img {
			margin: 0 auto;
		}
	}
.figure {
	margin: 0 auto 45px auto;
}
	.figure-image {
		position:relative;
		display:inline-block;
	}
.content-image-info {
	display:flex;
	flex-wrap:wrap;
	}
	.content-image {
		flex: 0 0 100%;
		overflow:hidden;
		order:1;
	}
	.outfit-details-box {
		flex: 0 0 100%;
		order: 3;
	}
.outfitnote {
	display:block;
	font-size:var(--fontsize-mini);
	margin: 0.2rem 0 0 0;
}
.metabox {
	display:flex;
	flex-wrap:wrap;
	margin:  0 var(--neg-standard-padding);
	padding: var(--standard-padding) var(--standard-padding) 0 var(--standard-padding);
	border-top: 1px solid var(--beige);
	font-size:1rem;
}
	@media all and (min-width:1350px) {
		.metabox {
			margin: var(--standard-padding) 0;
			padding: 0;
			color:#8d8c8a;
		}
		.outfit-details-box {
			flex: 1 1 60%;
			padding: 0;
			margin: 0;
		}
	}
	#pagewrap p.outfit-details {
		display:flex;
		margin: var(--standard-padding) 0;
	}
		#pagewrap .outfit-details:first-of-type {
			margin-top: 2rem;
		}
	.outfit-details-title, .metabox-title {
		flex: 0 0 25%;
		font-weight:bold;
		padding: 0 0 0.5rem 0;
		border:0;
	}
	.outfit-details-content, .metabox-content {
		flex: 1 0 75%;
		font-weight:normal;
		padding: 0 0 0.5rem 0;
	}
	.metabox br {
		display:none;
	}
#sidebar p.txt-center {
	margin: 0;
}
	#sidebar .other-outfits-from-this-ep p.txt-center {
		margin: var(--standard-padding) 0 0 0;
	}

#product-listing-wrap {
	flex: 0 0 100%;
	order: 2;
}
#loadebay {
	flex: 0 0 100%;
	order:5;
	}
#loadposhmark {
	flex: 0 0 100%;
	order:6;
}
#loaddepop {
	flex: 0 0 100%;
	order:7;
}

	@media all and (min-width:1024px) and (max-width:1350px) {
		.content-image {
			flex:0 0 100%;
		}
		.outfit-details-box {
			flex: 1 0 55%;
		}
		#sidebar {
		//	flex: 0 0 350px;
		}
		#sidebar .square-box {
			max-width:110px;
			max-height:110px;
		}

	}
	@media all and (min-width:1024px) and (max-width:1450px) {
		.metabox-title, .outfit-details-title {
				flex:0 0 20%;
		}
		.metabox-content, .outfit-details-content {
			flex: 0 0 80%;
		}

	}

/* Single sidebar */
.sidebar-logo {
	background:var(--lighterbeige);
	padding-bottom: var(--standard-padding);
	text-align:center;
}
#sidebar select {
	max-width:90%;
	min-width:80%;
	padding: 1rem 0.5rem;
	margin: 0 0 var(--standard-padding) 0;
}
.other-outfits-from-this-ep-wrap {
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
}
 .aso {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap: 15px;
}
	.aso .square-box {
		margin:0;
	}

#pagewrap p.photo-credit {
	font-size: var(--fontsize-mini);
	margin: 0 0 0.5rem 0;
	text-align:center;
}

/* Previously worn */

	/* This fixes a bug */
	*{ min-height: 0; min-width: 0; }

.mainimg {
	list-style-type:none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
	width:100%;
	max-width:100%;
	display:block;
}
	.mainimg li {
		display:inline-block;
		vertical-align:top;
		position:relative;
		text-align:center;
	}
	#pagewrap .mainimg img {
		max-width:100%;
		max-height:100%;
	}
	@media all and (max-width: 900px) { 
		.mainimg li {
			padding-bottom:0;
			text-align:center;
			width:100%;
		}
	}

/* Previously worn thumbnails */
.slider-thumbnails  {
	margin: 5px 0 0 0;
	white-space:nowrap;
	text-align:center;
}
.slider-thumbnails span {
	width:75px;
	height:75px;
	overflow:hidden;
	border:2px solid #009faf;
	display:inline-block;
	cursor:pointer;
	margin: 0 5px 5px 0;
	opacity:0.4;
}
.slider-thumbnails span img  {
		min-height:100%;
		min-width:100%;
}
	.slider-thumbnails span.slick-current {
		opacity:1;
	}
	.slider-thumbnails .slick-track {
		margin: 0;
	}
	@media  all and (max-width:999px) {
		.slider-thumbnails {
			text-align:center;
		}
	}
	@media all and (min-width:440px) and (max-width:999px) {
		.slider-thumbnails span {
			height:100px;
		}
	}

/* Tile images */
	#pagewrap .figure a.button {
		padding: 3px 10px;
		line-height:1.2rem;
	}
	#pagewrap .figure img {
		max-width:100%;
	}
	@media all and (min-width:1000px) {
		#pagewrap .figure img {
			width:648px;
			max-width:100%;
		}
		#pagewrap .figure .pinitb img {
			width:auto;
			max-width:100%;
		}
	}
	#single .figcaption {
		font-size:1rem;
		border:0;
		font-style:italic;
		line-height:1.2rem;
		text-transform: none;
		font-weight: normal;
		margin: 0 0 1rem 0;
		background:none;
		padding:0;
		color:var(--grey);
		user-select: none; /* supported by Chrome and Opera */
	   -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
	   -ms-user-select: none; /* Internet Explorer/Edge */	
	}

	.figure .tiletumblr {
		position:absolute;
		left:5px;
		top:65px;
		opacity:0.5;
		display:none;
	}
	.figure .tiletumblr2 {
		opacity:1;
		top: 35px;
	}

	@media all and (max-width:910px) {
		.figure {
			max-width:100%;
			margin: 0 auto 10px auto;
		}
		.metabox-tags a {
			padding:0 5px 0 0;
			line-height:1.6rem;
		}
	}




/* eBay Listings */
#pagewrap .ebaytitle img {
	vertical-align:middle;
	height:20px;
	width:auto;
}
.ebay-item {
	text-align:left;
	//height:85px;
	//overflow:hidden;
	margin: 0 -1rem 1rem -1rem;
	padding: 0 1rem;

		background: #fff;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
	.ebay-item a {
		display:block;
		padding: 5px;
		height:75px;
		text-decoration:none;
	}
	.ebay-item .ebay-image-wrap {
		float:left;
		margin: 0 10px 0 0;
		display:block;
		width:60px;		
	}
	.ebay-image-wrap img {
		width:auto;
		height:auto;
		max-width:100%;
		max-height:75px;
		//border:1px solid var(--blue);
	}
	.ebay-item a .ebay-price {
		display:block;
		color:var(--grey);
		font-size:var(--fontsize-mini);
	}
	.ebay-item a strong {
		text-decoration:underline;
		font-weight:normal;
	}

/* Poshmark tooltip */
.poshmark-warning {
	position:relative;
}
	.poshmark-warning>input {
		display:none;
	}
.poshmark-warning i {
	font-family: georgia, sans-serif;
	text-transform:none;
	background: var(--pink);
	transition: background-color 0.4s linear;
	color:var(--white);
	border-radius:50px;
	display:inline-block;
	text-align:center;
	line-height:1.3rem;
	height:1.3rem;
	width:1.2rem;
	margin: 0 0 0 5px;
	font-style:italic;
	cursor:pointer;
	vertical-align:middle;
	font-size:0.88rem;
	padding-right:0.1rem;
	}

	#poshmarkcheck:checked + span {
		display:block;
		transform: translate3d(0,0,0);
		opacity:1;
		transition: all .3s ease-in-out;
		height:auto;
		padding: 1rem;
	}

	.poshmark-warning span {
		display:block;
		height:1px;
		overflow:hidden;
		position:absolute;
		left:0.6rem;
		top:0;
		transform: translate3d(0,-10px,0);
		transition: all .3s ease-in-out;
		opacity:0;
		margin: 0.4rem 0 0 1rem; 
		padding: 0 1rem;
		max-width:350px;
		width:90vw;	
		background:var(--grey);
		color:var(--white);
		font-size:var(--fontsize-mini);
		line-height:1.2rem;
		text-transform:none;
		font-weight: normal;
		text-align:left;
	}
#loadebay p, #loadposhmark p {
	text-align:center;
}

@media all and (min-width:1024px){ 
	.ebay-item {
		margin: 0 0 1rem 0;
		padding:0;
	}

	.ebay-item a:hover {
			transition:all 0.2s;
			transform: translateY(-4px);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
			color:#f05470;
	}
	#loadebay p, #loadposhmark p {
		text-align:left;
	}
	.poshmark-warning i:hover {
		background-color:var(--blue);
		transition: background-color 0.4s linear;
	}
}
@media all and (max-width: 1024px) {
	.poshmark-warning span {
		position:relative;
		left:0;
		top: 1rem;
		width:auto;
		margin:0 -1rem;
		max-width:100vw;
	}
}

/* Featured products sidebar */
#promo-products-carousel-wrap {
	text-align:left;
	position:relative;
	margin-top: -15px;
	padding: 0 15px;
}

#promo-products-carousel {
	list-style-type:none;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
}
	#promo-products-carouseel  li {
		display:inline-block;
	}
	#sidebar #available-go-left {
		left:0;
		margin-top:-var(--standard-padding);
		display:block !important;
	}
	#sidebar #available-go-right {
		right:-10px;
		margin-top:-var(--standard-padding);
		display:block !important;
	}
		#sidebar #available-go-left span , #sidebar #available-go-right span{
			border-right: 8px solid #353535;
			border-bottom:8px solid #353535;
			width: 10px;
			height: 10px;
			
		}
@media all and (min-width:1000px) {
	#promo-products-carousel-wrap {
		padding: 0 60px;
	}
	#sidebar #available-go-left {
		left:var(--standard-padding);
		margin-top:-var(--standard-padding);
	}
	#sidebar #available-go-right {
		right:var(--standard-padding);
		margin-top:-var(--standard-padding);
	}

}

/* Sidebar slideshow */
#feature {
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	width:100%;
	max-height:600px;
	max-width: calc(100vw - 2rem );
}
	@media all and (min-width:550px) {
		#feature {
			max-width:450px;
		}
	}

#feature li {
	max-width:100%;
	padding:0;
	margin:0;
	margin-bottom:15px;
	float:left;
}
.bjqs-wrapper {
	z-index:5;
	position:relative;
	}
	.feature-post {
		min-height:275px;
	}


	#sidebar .feature-post p {
		margin:0.7rem 0;	
		padding: 0;
	}
#feature .bjqs-markers {
	list-style-type:none;
	text-align:center;
	z-index:100;
	position:relative;
}
	#feature .bjqs-markers li {
		display:inline-block;
		margin:5px 4px 0 4px;
	}
	#feature .bjqs-markers li a {
		display:block;
		width:10px;
		height:10px;
		border-radius:100px;
		background:#c3a984;
		overflow:hidden;
		text-indent:100px;
		cursor:pointer;
	}		
	#feature .bjqs-markers li.active-marker a {
		background:#f05470;
	}
#sidebar #available-pages {
	margin-bottom:10px;
	background:none;
}
.disclosure-box-wrap img {
	display:block;
	margin: 0 auto;
}
.disclosure-text:before {
//	content:"Disclosure: The products we list may contain affiliate links.  This does not influence or affect the content in any way.";
	content: "Disclosure: WornOnTV receives commission for purchases or clicks made through links on this website, which helps keep the website going.";
}
.disclosure-text {
	display:block;
	min-width:250px;
	max-width:390px;
	font-size: 0.88rem;
	color:var(--grey);
	opacity:0.8;
	margin:0 auto;
}

/* Sidebar reordering */
#sidebar {
	display:flex;
	flex-wrap: wrap;
}
	#sidebar>* {
		display:block;
		width:100%;
	}
	#sidebar #category-head { order: 7; }
	#sidebar .other-outfits-from-this-ep { order:1; }
			#sidebar #sidebar-categoryproducts { order: 3; }
	#sidebar #loadsideslideshow { order:4; }
	#sidebar .disclosure-box-wrap { order: 5; }
	#sidebar>p.txt-center { order: 5; }
	#sidebar .view-all-box {	order:6; }

		@media all and (min-width:1024px) {
			#sidebar #category-head { order: 1; }
			#sidebar .other-outfits-from-this-ep { order:2; }
			#sidebar #loadsideslideshow { order:4; }
			#sidebar #sidebar-categoryproducts { order: 3; }
			#sidebar .disclosure-box-wrap { order: 5; }
			#sidebar>p.txt-center { order: 5; }
			#sidebar .view-all-box {	order:6; }
		}

	@media all and (min-width:1350px) {
		#sidebar {
			display:block;
		}
		#sidebar>* {
			display:block;
			width:auto;
		}
	}
.abstract {
	margin: 0;
}
	@media all and (min-width:1350px) {
		.abstract {
				border: 0;
				padding: 0;
				margin: 1rem 0;
		}
		.custom-abstract .abstract {
			padding: 0 15px;
		}
	}



/* ASO icon */

.aso-heading {
	position:relative;
}
.asolink {
	display:none;
	position:absolute;
	top:10px;
	left:155px;
	text-decoration:none;
}
.asolink:after {
	content: "\2194";
	background:var(--pink);
	color:#fff;
	padding: 5px;
	font-size:14px;
	text-decoration:none;
}
	@media all and (min-width:1350px) {
		.asolink {
			top:-5px;
			left:140px;
			font-family:calibri, sans-serif;
			display:inline-block;
		}
	}

/* Tidbits icon*/
.tidbitlink {
	text-decoration:none;
}
.tidbitlink:after {
	content: "\2026";
	background:var(--pink);
	color:#fff;
	padding: 5px;
	font-size:14px;
	text-decoration:none;
}


.view-all-box p {
	margin: 0;
}


/* Ordering */
#single-first { order: 1; }
.content-image-info { order: 2; }
#product-listing-wrap { order: 3; }
.outfit-details-box { order: 4; }
	.old-post .outfit-details-box { order: 5; }
#loadebay { order: 6; }
#loadposhmark { order: 7; }
#loaddepop { order: 5; }
#single-loadad { order: 6; }
	.old-post #single-loadad {	order: 4; }
#loadss { order: 7; }
#tileswrap { order:8; }
#abstract { order: 9; }
#abstract.custom-abstract { order: 7; }
#single-sidebar-loadad { order: 8; }
	@media all and (min-width:1024px) {
		#product-listing-wrap { order: 3; }
		.outfit-details-box { order: 2; }
		.old-post #single-loadad {	order: 4; }
		.old-post .outfit-details-box {	order: 2; }

	}

	#aso-wrap {
		border-top: var(--standard-padding) solid var(--beige);
	}






/* Small Desktop/Laptop */
@media all and (min-width:1024px) {

		#single {
			display:flex;
			flex-wrap: nowrap;
			align-items:flex-start;
		}

		#sidebar {
			background:var(--lighterbeige);
			flex: 0 0 370px; 
			padding: 0 15px  0 15px;
			display:block;
		}

		#single-inner {
			flex: 1 1 auto;
			padding:0px var(--standard-padding) 15px 0;
		}


	#aso-wrap {
		border-top: 0;
		margin-top: 0;
		padding-top:0;
	}



#product-listing-wrap {
	padding-top: 0;
	margin-top: 0;
}

	#single .outfit-details-box h2.aso-heading {
		display:block;
	}

	#single h2, #single .h2, .ebaytitle, #sidebar h2, .ss-widget h3,  #single-loadad h3 {
			padding: 15px;
			margin: 0 0  15px 0;
			background:var(--lighterbeige);
			color:var(--grey);
			font-size:1.11rem;
			text-transform:uppercase;
			border: 0;
			line-height:2rem;
		}

	#sidebar h2 {
		border:0;
		padding-top:0;
	}
	.disclosure-box-wrap hr {
		display:none;
	}
		#single-heading {
			background:#f5f1eb;
			padding:15px;
			margin:-15px -15px 15px -15px ;
		}




		#sidebar #category-head {
			margin-bottom: 0;
		}
		#sidebar #category-head {
			flex-wrap: wrap;
		}
		#sidebar #category-head .logoimg {
			min-width:50px;
			text-align:center;
			flex:0 0 100%;
			margin-bottom:1rem;
		}
		#sidebar #category-head .chlist {
			padding:0;
			flex: 0 0 100%;
		}
			#sidebar #category-head .eplist {
				text-align:center;
				flex: 0 0 100%;
				padding:0;
			}

		.sidebar-logo.section-box {
				margin-top:0;
				border:0;
		}
		.section-box, .ss-widget,  #loadsideslideshow .box {
			margin: 0 ;
			padding: 15px 0;
		}
		#sidebar .section-box,   #loadsideslideshow .box {
			background: var(--lighterbeige);
			border-bottom: var(--standard-padding) solid #fff;
			margin: 0 -15px;
			padding: 15px;
		}
		#sidebar p {
			margin: 7.5px 0;
		}
		#sidebar p {
			padding: 0;
		}
		#sidebar h2 {
				margin-top:0;
				padding: 0.5rem 15px;
				background:#e6e0d9;
				
				background:none;
				padding-top:0;
				text-align:center;
				padding-bottom:0;
		}

}



/* Large Desktop */
@media all and (min-width:1350px) {
	h1 {
		font-size:1.5rem;
	}
	#sidebar {
		flex: 0 0 480px; 
	}

	#single .outfit-details-box h2 {
		display:none;
	}

		#single .outfit-details-box h2.aso-heading {
			background:none;
		}
		#single #aso-wrap h2 {
			padding: 0;
			margin: 1rem 0 1rem 0;
		}

.section-box h2, .ss-widget h3, h2.ebaytitle, #loadsideslideshow h2, #single-loadad h3 {
	text-align:left;
}
#sidebar h2 {
	text-align:center;
}

		.outfit-details-box {
			flex: 1 0 60%;
			margin-left:15px;
			order: 2;
			padding:1.5rem 0 0 0;
			border-top: 1px solid var(--beige);
		}
			#pagewrap p.outfit-details {
				font-size:0.88rem;
			}
			#pagewrap .outfit-details:first-of-type { 
				margin:0;
			}


		.metabox-title, .outfit-details-title {
			flex: 0 0  13%;
		}
		.metabox-content .outfit-details-content {
			flex: 1 0 87%;
		}

		.aso {
			justify-content: flex-start;
		}

	.sidebar-logo {
		flex: 1 0 175px;
		margin-top: 0;
	}
	.content-image {
		flex: 0 0 35%;
		overflow:hidden;
	}

	.outfit-details {
		line-height:1rem;
	}
	.metabox {
		font-size:var(--fontsize-mini);
		padding:var(--standard-padding) 0 0 0;
	}
	#feature {
		width:450px;
	}
}


#sidebar-categoryproducts {
	height:320px;
	max-height:320px;
	overflow:hidden;
}

p.costumedesign-txt {
	text-transform:uppercase;
	margin: 1rem 0 0 0;
	font-size:0.88rem;
	text-align:center;
}

/* Cute tags */
.metabox-tags a {
	background:var(--lighterbeige);
	text-decoration:none;
	padding: 0 0.5rem;
	margin: 0 0.1rem 0.5rem 0;
	display:inline-block;
	font-size: var(--fontsize-mini);
	border-radius:5px;
}
	@media all and (min-width:1024px) {
		.metabox-tags a:hover {
			background:var(--beige);
		}
	}
.sidebar-logo .logoimg {
	margin: var(--standard-padding) auto;
}


/* Shopstyle Widget */
			.ss-widget {
				position:relative;
			}
			.ss-with-nav {
				padding: 0 20px 0 20px;
				margin-top:-15px;
			}
				@media all and (min-width:1000px) { 
					.ss-with-nav {
						background:var(--lighterbeige);
					}
				}
			.ss-product-wrap {
				white-space:nowrap;
				overflow:hidden;
				padding: 10px 5px;
			}
			.ss-product {
				white-space:nowrap;
				text-align:center;
				width:130px;
				display:inline-block;
				margin: 0 ;
				font-size:1rem;
			}
				@media all and (min-width:1000px) { 
						.ss-product {
							margin: 0 10px 0 0;
						}
				}
			#pagewrap .ss-product img {
				margin:5px auto;
				border:0;
				height:140px;
				width:auto;
				object-fit:contain;
				transition: transform .2s;
			}
			.ss-store {
				display:block;
				padding: 0 ;
				font-weight:bold;
			}
			.ss-price {
				display:block;
				font-size: var(--fontsize-mini);
			}
			.ss-product-wrap a {
				text-decoration:none;
				color:var(--grey);
				display:block;
				height:100%;
				margin:5px;
				line-height:1.2rem;
				font-size:var(--fontsize-mini);
			}
				@media all and (min-width:1000px) {
					.ss-product-wrap a {
						opacity:0.7;
					}
					.ss-product-wrap a:hover {
						color:#009faf;
						opacity:1;
						transition: color 0.2s, box-shadow 0.2s, opacity 0.2s;
					}
					.ss-product-wrap a:hover img {
						transform: scale(1.1); 
						transition: transform .2s;
					}
				}
			.ss-more-title {
				color:#454545;
				font-weight:bold;
				border-top: 7.5px solid #ebeaea;
				font-size:24px;
				padding: 15px 15px 0 15px;
				margin: 15px -15px 0;
				text-transform:uppercase;
			}
				@media all and (min-width:1000px) {
					.ss-hf {
						background:#f4f1ec;
						color:#484848;
						font-size:0.88rem;
					}
					.ss-more-title {
						display:inline-block;
						border:0;
						margin:0;
						padding: 7.5px 55px 5px 15px;
					}
				}
			.ss-powered-by {
				display:inline-block;
				position: absolute;
				right:0;
				font-size:0.66rem;
				border-radius: 0  0 5px 5px;
				color:#999;
				padding: 5px 15px;
			}
			.ss-nav {
				position:absolute;
				top:50%;
				text-align: center;
			}
				.ss-nav-left { left: 10px; }
				.ss-nav-right { right:10px; }
			.ss-nav span {
				  display: inline-block;
				  border-bottom: 3px solid #000;
				  border-right: 3px solid #000;
				  width: 5px;
				  height: 5px;
			}
			.ss-nav-left span{
				  transform: rotate(135deg);
			}
			.ss-nav-right span {
				  transform: rotate(315deg);
			}
/* End SS Widget */