<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Manage Brand Start*/
#brand_manage .brand {
	border-bottom: 1px solid #FFF;
}
#brand_manage .brand &gt; div {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	vertical-align: middle;
}
#brand_manage .brand &gt; div img {
	max-width: 100%;
}
#brand_manage .brand &gt; div:nth-child(4n) {
	margin-right: 0%;
}
#brand_manage .brand &gt; div a {
	margin: 5px 0;
}
/* Mangage Brand End */
/* Manage Product Start */
#product_manage .product {
	border-bottom: 1px solid #FFF;
}
#product_manage .product &gt; div {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	vertical-align: middle;
}
#product_manage .product &gt; div:nth-child(3n) {
	margin-right: 0%;
}
#product_manage .product &gt; div a {
	margin: 5px 0;
}
/* Manage Product End */
/* Manage Featured Products Start */
#featured_manage .featured {
	border-bottom: 1px solid #FFF;
	margin-bottom:2%;
}
#featured_manage .featured &gt; div {
	display: inline-block;
	width: 15%;
	margin-right: 2%;
	vertical-align: top;
}
.notepage .featured &gt; div {
width: 12% !important;
}
.list-new .featured &gt; div
{
        display: inline-block;
	width: 11% !important;
	overflow-wrap: break-word ;
	margin-right: 1%;
	font-size:14px;
	vertical-align: middle;
}
.list-new .featured &gt; div .button
{
font-size:12px !important;
padding:5px !important;
}
.list-new .featured &gt; div:nth-child(8)
{
width:12% !important;
margin:0px !important;
}
#featured_manage .featured &gt; div img {
	max-width: 100px;
}
#featured_manage .featured &gt; div:nth-child(3n) {
	margin-right: 0%;
}
#featured_manage .featured &gt; div a {
	margin: 5px 0;
}
#edit_featured img {max-width: 100px;}
textarea {padding:1%;font-family:'Open Sans', sans-serif;}
/* Manage Featured Products End */

/* Brand Browse Start */
#brand_browse {z-index:1;}
#brand_browse .brand {margin-bottom: 4%;overflow:hidden;text-align:center;}
#brand_browse .brand h2 {text-align:center;}
.mask {position: absolute;top: 0;width: 100%;max-height: 244px;height: 100%;}
#brand_browse .brand .mask .opacity {opacity: 0;
   overflow:visible;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;}
#brand_browse .brand:hover .mask .opacity, #brand_browse .brand:focus .mask .opacity {opacity: 0.7;background:#16193B;}
#brand_browse .brand .mask p {position:relative;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;text-align:center;margin:0;}
#brand_browse .brand:hover .mask p, #brand_browse .brand:focus .mask p {opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;color:#fff;top:50%;}

/* Brand Browse End */

/* Featured Products Start */
#featured_browse .featured {margin-bottom: 3%;}
#featured_browse .featured:last-child {margin-bottom: 0;}
#featured_browse .featured img {max-width: 100%;}
/*#featured_browse .featured_img {display: inline-block;width: 25%;margin-right:2%;}
#featured_browse .featured_content {display: inline-block;width: 73%;vertical-align: top;}
*/
#featured_browse .featured_content h2 {margin-bottom: 2%;}
/* Featured Products End */

/* Brand Scroller Start */
#brand_scroller {
	position: relative;
	margin-top:4%;
	padding: 0 !important;
	overflow: hidden;
	z-index: 1;
}
#brand_scroller .prev_slide, #brand_scroller .next_slide {
	position: absolute;
	background: url(../images/arrow_down.png) no-repeat center center;
	background-size: contain;
	width: 57px;
	top: 0%;
	bottom: 0%;
}
#brand_scroller .prev_slide {
	left: 0;
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#brand_scroller .next_slide {
	right: 0;
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#brand_scroller &gt; div {
	position: relative;
	overflow: hidden;
	margin: 0 57px;
}
#brand_scroller .scroller_contents {
	position: relative;
	overflow: hidden;
	height: 100%;
}
#brand_scroller .scroller_content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 288px;
	margin: 0 30px;
}
@media (max-width: 480px) {
	#brand_scroller .scroller_content {
		width:208px;
	}
}
#brand_scroller .scroller_content h3 {
	position: absolute;
	bottom: 2%;
	text-align: center;
	width: 100%;
}
#brand_scroller .scroller_content div, #brand_scroller .scroller_content div img {
	width: 100%;
}
/* Brand Scroller End */</pre></body></html>