<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ============================================ *
 * Configurable Swatches
 * ============================================ */

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}
/*===============END=======================*/

.block-layered-nav .configurable-swatch-list li:before{
	display:none!important;
}

.block-layered-nav .configurable-swatch-list li a{
	background:none!important;
	padding-left:0px!important;
}

.swatch-label &gt; img{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-right:3px;
}

.block-layered-nav .configurable-swatch-list li .swatch-label &gt; img{
	position:relative;
	vertical-align:top;
}

.respl-item .item-inner .configurable-swatch-list{
	position:absolute;
	z-index:99;
	bottom:0px;
	width:100%;
	padding:10px 0px;
	text-align:center;
}

.respl-item .item-inner .configurable-swatch-list li{
	display:inline-block;
}

#yt_main .products-list .w-image-box .configurable-swatch-list{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
}

#yt_main .products-list .w-image-box .configurable-swatch-list li{
	display:inline-block;
}

.yt-detail-right .configurable-swatch-list li{
	display:inline-block;
}

.product-image-gallery .gallery-image{
	display:none!important;
	max-width:100%;
}

.product-image-gallery .gallery-image.visible{
	display:block;
}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#c09853}.text-warning:hover{color:#a47e3c}.text-danger{color:#b94a48}.text-danger:hover{color:#953b39}.text-success{color:#468847}.text-success:hover{color:#356635}.text-info{color:#3a87ad}.text-info:hover{color:#2d6987}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline&gt;li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline&gt;li:first-child{padding-left:0}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.container{width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.container{width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table&gt;thead&gt;tr&gt;th,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;th,.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;td{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;thead&gt;tr&gt;th,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;td{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td,.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th{background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table&gt;thead&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr.active&gt;th{background-color:#f5f5f5}.table&gt;thead&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr.success&gt;th{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover,.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr.success:hover&gt;th{background-color:#d0e9c6}.table&gt;thead&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr.danger&gt;th{background-color:#f2dede}.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover,.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th{background-color:#ebcccc}.table&gt;thead&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr.warning&gt;th{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover,.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;thead&gt;tr&gt;th,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/bootstrap/fonts/glyphicons-halflings-regular.eot');src:url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{color:#999}.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open&gt;.dropdown-menu{display:block}.open&gt;a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group&gt;.btn,.btn-group-vertical&gt;.btn{position:relative;float:left}.btn-group&gt;.btn:hover,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn:focus,.btn-group-vertical&gt;.btn:focus,.btn-group&gt;.btn:active,.btn-group-vertical&gt;.btn:active,.btn-group&gt;.btn.active,.btn-group-vertical&gt;.btn.active{z-index:2}.btn-group&gt;.btn:focus,.btn-group-vertical&gt;.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar&gt;.btn+.btn,.btn-toolbar&gt;.btn-group+.btn,.btn-toolbar&gt;.btn+.btn-group,.btn-toolbar&gt;.btn-group+.btn-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child&gt;.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn-group:last-child&gt;.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs&gt;.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm&gt;.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg&gt;.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group&gt;.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group&gt;.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group:before,.btn-group-vertical&gt;.btn-group:after{display:table;content:" "}.btn-group-vertical&gt;.btn-group:after{clear:both}.btn-group-vertical&gt;.btn-group:before,.btn-group-vertical&gt;.btn-group:after{display:table;content:" "}.btn-group-vertical&gt;.btn-group:after{clear:both}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child&gt;.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]&gt;.btn&gt;input[type="radio"],[data-toggle="buttons"]&gt;.btn&gt;input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:45px;line-height:45px}textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle,.input-group-btn:first-child&gt;.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child&gt;.btn{margin-right:-1px}.input-group-btn:last-child&gt;.btn{margin-left:-1px}.input-group-btn&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-4px}.input-group-btn&gt;.btn:hover,.input-group-btn&gt;.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:hover,.nav&gt;li&gt;a:focus{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#999}.nav&gt;li.disabled&gt;a:hover,.nav&gt;li.disabled&gt;a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open&gt;a,.nav .open&gt;a:hover,.nav .open&gt;a:focus{background-color:#eee;border-color:#428bca}.nav .open&gt;a .caret,.nav .open&gt;a:hover .caret,.nav .open&gt;a:focus .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:hover,.nav-tabs&gt;li.active&gt;a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:hover,.nav-tabs.nav-justified&gt;.active&gt;a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:hover,.nav-tabs.nav-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:hover,.nav-pills&gt;li.active&gt;a:focus{color:#fff;background-color:#428bca}.nav-pills&gt;li.active&gt;a .caret,.nav-pills&gt;li.active&gt;a:hover .caret,.nav-pills&gt;li.active&gt;a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:auto}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container&gt;.navbar-header,.container&gt;.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container&gt;.navbar-header,.container&gt;.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar&gt;.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav&gt;li&gt;a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu&gt;li&gt;a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right&gt;li&gt;.dropdown-menu,.navbar-nav&gt;li&gt;.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:hover,.navbar-default .navbar-nav&gt;li&gt;a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:hover,.navbar-default .navbar-nav&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav&gt;.dropdown&gt;a:hover .caret,.navbar-default .navbar-nav&gt;.dropdown&gt;a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:hover,.navbar-default .navbar-nav&gt;.open&gt;a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.open&gt;a .caret,.navbar-default .navbar-nav&gt;.open&gt;a:hover .caret,.navbar-default .navbar-nav&gt;.open&gt;a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav&gt;.dropdown&gt;a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#999}.navbar-inverse .navbar-nav&gt;li&gt;a:hover,.navbar-inverse .navbar-nav&gt;li&gt;a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.dropdown&gt;a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav&gt;.dropdown&gt;a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav&gt;.open&gt;a .caret,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover .caret,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb&gt;.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:hover,.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;span:focus{background-color:#eee}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span:hover,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:hover,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:hover,.pager li&gt;a:focus{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:hover,.pager .disabled&gt;a:focus,.pager .disabled&gt;span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#428bca;background-color:#fff}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail&gt;img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media&gt;.pull-left{margin-right:10px}.media&gt;.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item{border-width:1px 0}.panel&gt;.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel&gt;.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel&gt;.table,.panel&gt;.table-responsive{margin-bottom:0}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive{border-top:1px solid #ddd}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}.panel&gt;.table-bordered&gt;thead&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;thead&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td{border-bottom:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title&gt;a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading&gt;.dropdown .caret{border-color:#333 transparent}.panel-default&gt;.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary&gt;.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary&gt;.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary&gt;.panel-heading&gt;.dropdown .caret{border-color:#fff transparent}.panel-primary&gt;.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading&gt;.dropdown .caret{border-color:#468847 transparent}.panel-success&gt;.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading&gt;.dropdown .caret{border-color:#c09853 transparent}.panel-warning&gt;.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading&gt;.dropdown .caret{border-color:#b94a48 transparent}.panel-danger&gt;.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading&gt;.dropdown .caret{border-color:#3a87ad transparent}.panel-info&gt;.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner&gt;.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}

.carousel-control, .carousel-control {
    background-image: none!important;
}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#2d6ca2));background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-moz-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#419641));background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#eb9316));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c12e2a));background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#2aabd2));background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus{background-color:#357ebd;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-moz-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav&gt;.active&gt;a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f3f3f3));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav&gt;li&gt;a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-moz-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav&gt;.active&gt;a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#222),to(#282828));background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-moz-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav&gt;li&gt;a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default&gt;.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary&gt;.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success&gt;.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info&gt;.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#c4e3f3));background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning&gt;.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger&gt;.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/fontawesome-webfont.eot?#iefix&amp;v=3.2.1') format('embedded-opentype'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul &gt; li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills &gt; .active &gt; a &gt; [class^="icon-"],
.nav-pills &gt; .active &gt; a &gt; [class*=" icon-"],
.nav-list &gt; .active &gt; a &gt; [class^="icon-"],
.nav-list &gt; .active &gt; a &gt; [class*=" icon-"],
.navbar-inverse .nav &gt; .active &gt; a &gt; [class^="icon-"],
.navbar-inverse .nav &gt; .active &gt; a &gt; [class*=" icon-"],
.dropdown-menu &gt; li &gt; a:hover &gt; [class^="icon-"],
.dropdown-menu &gt; li &gt; a:hover &gt; [class*=" icon-"],
.dropdown-menu &gt; .active &gt; a &gt; [class^="icon-"],
.dropdown-menu &gt; .active &gt; a &gt; [class*=" icon-"],
.dropdown-submenu:hover &gt; a &gt; [class^="icon-"],
.dropdown-submenu:hover &gt; a &gt; [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before,
.block-layered-nav .btn-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

@font-face {
    font-family: 'Socialico';
    src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/socialico-webfont.eot');
    src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/socialico-webfont.woff') format('woff'),
         url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/socialico-webfont.ttf') format('truetype'),
         url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/socialico-webfont.svg#SocialicoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*   General style    */


.block-social li{ font-family: "Socialico";	}
.block-social li a:before {
    content: attr(data-icon);
    font-family: 'Socialico';
    font-size: 25px;
    font-weight: normal;
    line-height: 34px;
}
.block-social li a:hover:before {
	font-size:30px;	
}
.block-social li a {
    display: inline-block;
    height: 34px;
    position: relative;
    text-align: center;
    width: 34px;
    z-index: 2;
}
.page-about-us .block-social li a { width:21px; height:21px; color:#FFF; background:#666; border-radius: 21px;  transform: scale(1); }

.page-about-us .block-social li a:before  {   font-size: 18px; line-height:21px;  }

.block-social li a:hover {
    color: #FFFFFF;
}

.block-social li a:hover {
    animation: 0.5s ease 0s normal none 1 bounceIn;
    transform: scale(1);
}
.block-social li a:hover {
    border-radius: 17px;
}
.jumbotron,body{position:relative}h3 code{font-size:14px;font-weight:400}body&gt;.navbar{font-size:13px}body&gt;.navbar .brand{padding-right:0;padding-left:0;margin-left:20px;float:right;font-weight:700;color:#000;text-shadow:0 1px 0 rgba(255,255,255,.1),0 0 30px rgba(255,255,255,.125);-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear}body&gt;.navbar .brand:hover{text-decoration:none;text-shadow:0 1px 0 rgba(255,255,255,.1),0 0 30px rgba(255,255,255,.4)}section{padding-top:30px}section&gt;.lead,section&gt;.page-header{color:#5a5a5a}section&gt;ul li{margin-bottom:5px}.bs-docs-separator{margin:40px 0 39px}hr.soften{height:1px;margin:70px 0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.1),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.1),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.1),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.1),rgba(0,0,0,0));border:0}.jumbotron{padding:40px 0;color:#fff;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);background:#020031;background:-moz-linear-gradient(45deg,#020031 0,#6d3353 100%);background:-webkit-gradient(linear,left bottom,right top,color-stop(0,#020031),color-stop(100%,#6d3353));background:-webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);background:-o-linear-gradient(45deg,#020031 0,#6d3353 100%);background:-ms-linear-gradient(45deg,#020031 0,#6d3353 100%);background:linear-gradient(45deg,#020031 0,#6d3353 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353', GradientType=1 );-webkit-box-shadow:inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);-moz-box-shadow:inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);box-shadow:inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2)}.jumbotron h1{font-size:80px;font-weight:700;letter-spacing:-1px;line-height:1}.jumbotron p{font-size:24px;font-weight:300;line-height:30px;margin-bottom:30px}.jumbotron a{color:#fff;color:rgba(255,255,255,.5);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.jumbotron a:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.25)}.masthead .btn{padding:14px 24px;font-size:24px;font-weight:200;color:#fff;border:0;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 5px rgba(0,0,0,.25);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 5px rgba(0,0,0,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 5px rgba(0,0,0,.25);-webkit-transition:none;-moz-transition:none;transition:none}.bs-docs-social,.subhead{border-bottom:1px solid #ddd}.masthead .btn:hover{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 5px rgba(0,0,0,.25);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 5px rgba(0,0,0,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 5px rgba(0,0,0,.25)}.masthead .btn:active{-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.1);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.1)}.jumbotron .container{position:relative;z-index:2}.jumbotron:after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/img/bs-docs-masthead-pattern.png) center center;opacity:.4}.bs-docs-social,.footer{background-color:#f5f5f5}.masthead{padding:70px 0 80px;margin-bottom:0;color:#fff}.masthead h1{font-size:120px;line-height:1;letter-spacing:-2px}.masthead p{font-size:40px;font-weight:200;line-height:1.25}.marketing h1,.subhead h1{font-size:60px}.masthead-links{margin:0;list-style:none}.masthead-links li{display:inline;padding:0 10px;color:rgba(255,255,255,.25)}.bs-docs-social{padding:15px 0;text-align:center;border-top:1px solid #fff}.bs-docs-social-buttons{margin-left:0;margin-bottom:0;padding-left:0;list-style:none}.bs-docs-social-buttons li{display:inline-block;padding:5px 8px;line-height:1}.subhead{text-align:left}.subhead p{margin-bottom:20px}.subhead .navbar{display:none}.marketing{text-align:center;color:#5a5a5a}.marketing h1{margin:60px 0 10px;font-weight:200;line-height:1;letter-spacing:-1px}.marketing h2{font-weight:200;margin-bottom:5px}.marketing p{font-size:16px;line-height:1.5}.marketing .marketing-byline{margin-bottom:40px;font-size:20px;font-weight:300;line-height:25px;color:#999}.marketing img{display:block;margin:0 auto 30px}.footer{padding:70px 0;margin-top:70px;border-top:1px solid #e5e5e5}.footer p{margin-bottom:0;color:#777}.footer-links{margin:10px 0}.footer-links li{display:inline;margin-right:10px}.show-grid{margin-top:10px;margin-bottom:20px}.show-grid [class*=span]{background-color:#eee;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;min-height:40px;line-height:40px}.show-grid:hover [class*=span]{background:#ddd}.show-grid .show-grid{margin-top:0;margin-bottom:0}.show-grid .show-grid [class*=span]{background-color:#ccc}.mini-layout{border:1px solid #ddd;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);-moz-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075);margin-bottom:20px;padding:9px}.mini-layout,.mini-layout .mini-layout-body,.mini-layout.fluid .mini-layout-sidebar{height:300px}.mini-layout div{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.mini-layout .mini-layout-body{background-color:#dceaf4;margin:0 auto;width:70%}.mini-layout.fluid .mini-layout-body,.mini-layout.fluid .mini-layout-header,.mini-layout.fluid .mini-layout-sidebar{float:left}.mini-layout.fluid .mini-layout-sidebar{background-color:#bbd8e9;width:20%}.mini-layout.fluid .mini-layout-body{width:77.5%;margin-left:2.5%}.download .page-header{margin-top:36px}.page-header .toggle-all{margin-top:5px}.download h3{margin-bottom:5px}.download-builder .checkbox+h3,.download-builder input+h3{margin-top:9px}.download-builder input[type=text]{margin-bottom:9px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#d14}.download-builder input[type=text]:focus{background-color:#fff}.download .checkbox{padding:6px 10px 6px 25px;font-size:13px;line-height:18px;color:#555;background-color:#f9f9f9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:pointer}.download .checkbox:hover{color:#333;background-color:#f5f5f5}.download .checkbox small{font-size:12px;color:#777}#variables label{margin-bottom:0}.download-btn{margin:36px 0 108px}#download h4,#download p{max-width:50%;margin:0 auto;color:#999;text-align:center}#download h4{margin-bottom:0}#download p{margin-bottom:18px}.download-btn .btn{display:block;width:auto;padding:19px 24px;margin-bottom:27px;font-size:30px;line-height:1;text-align:center;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}h2+.row,h2+table,h3+table,h4+table{margin-top:5px}.example-sites{xmargin-left:20px}.example-sites img{max-width:100%;margin:0 auto}.scrollspy-example{height:200px;overflow:auto;position:relative}.focused{border-color:rgba(82,168,236,.8);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 3px rgba(0,0,0,.1),0 0 8px rgba(82,168,236,.6);outline:0}.docs-input-sizes input[type=text],.docs-input-sizes select{display:block;margin-bottom:9px}.the-icons{margin-left:0;list-style:none}.the-icons li{float:left;width:25%;line-height:25px}.the-icons i:hover{background-color:rgba(255,0,0,.25)}.bootstrap-examples p{font-size:13px;line-height:18px}.bootstrap-examples .thumbnail{margin-bottom:9px;background-color:#fff}.bs-docs-example{position:relative;margin:15px 0;padding:39px 19px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bs-docs-example:after{content:"Example";position:absolute;top:-1px;left:-1px;padding:3px 7px;font-size:12px;font-weight:700;background-color:#f5f5f5;border:1px solid #ddd;color:#9da0a4;-webkit-border-radius:4px 0 4px 0;-moz-border-radius:4px 0;border-radius:4px 0}.bs-docs-example+.prettyprint{margin-top:-20px;padding-top:15px}.bs-docs-example&gt;p:last-child{margin-bottom:0}.bs-docs-example .alert,.bs-docs-example .hero-unit,.bs-docs-example .navbar,.bs-docs-example .pagination,.bs-docs-example .progress,.bs-docs-example .table,.bs-docs-example .well,.bs-docs-example blockquote,.bs-docs-example&gt;.nav{margin-bottom:5px}.bs-docs-example .pagination{margin-top:0}.bs-navbar-bottom-example,.bs-navbar-top-example{z-index:1;padding:0;height:90px;overflow:hidden}.bs-navbar-bottom-example .navbar-fixed-bottom,.bs-navbar-top-example .navbar-fixed-top{margin-left:0;margin-right:0}.bs-navbar-top-example{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.bs-navbar-top-example:after{top:auto;bottom:-1px;-webkit-border-radius:0 4px 0 4px;-moz-border-radius:0 4px;border-radius:0 4px}.bs-navbar-bottom-example{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.bs-navbar-bottom-example .navbar{margin-bottom:0}form.bs-docs-example{padding-bottom:19px}.bs-docs-example-images img{margin:10px;display:inline-block}.bs-docs-tooltip-examples{text-align:center;margin:0 0 10px;list-style:none}.bs-docs-tooltip-examples li{display:inline;padding:0 10px}.bs-docs-example-popover{padding-bottom:24px;background-color:#f9f9f9}.bs-docs-example-popover .popover{position:relative;display:block;float:left;width:260px;margin:20px}.responsive-utilities th small{display:block;font-weight:400;color:#999}.responsive-utilities tbody th{font-weight:400}.responsive-utilities td{text-align:center}.responsive-utilities td.is-visible{color:#468847;background-color:#dff0d8!important}.responsive-utilities td.is-hidden{color:#ccc;background-color:#f9f9f9!important}.responsive-utilities-test{margin-top:5px;margin-left:0;list-style:none;overflow:hidden}.responsive-utilities-test li{position:relative;float:left;width:25%;height:43px;font-size:14px;font-weight:700;line-height:43px;color:#999;text-align:center;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.responsive-utilities-test li+li{margin-left:10px}.responsive-utilities-test span{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#468847;background-color:#dff0d8;border:1px solid #d6e9c6}.bs-docs-sidenav{width:228px;margin:30px 0 0;padding:0;background-color:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,.065);box-shadow:0 1px 4px rgba(0,0,0,.065)}.bs-docs-sidenav&gt;li&gt;a{display:block;margin:0 0 -1px;padding:8px 14px;border:1px solid #e5e5e5}.bs-docs-sidenav&gt;li:first-child&gt;a{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.bs-docs-sidenav&gt;li:last-child&gt;a{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.bs-docs-sidenav&gt;.active&gt;a{position:relative;z-index:2;padding:9px 15px;border:0;text-shadow:0 1px 0 rgba(0,0,0,.15);-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1);box-shadow:inset 1px 0 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.1)}.bs-docs-sidenav .icon-chevron-right{float:right;margin-top:2px;margin-right:-6px;opacity:.25}.bs-docs-sidenav&gt;li&gt;a:hover{background-color:#f5f5f5}.bs-docs-sidenav a:hover .icon-chevron-right{opacity:.5}.bs-docs-sidenav .active .icon-chevron-right,.bs-docs-sidenav .active a:hover .icon-chevron-right{background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/img/glyphicons-halflings-white.png);opacity:1}.bs-docs-sidenav.affix{top:40px}.bs-docs-sidenav.affix-bottom{position:absolute;top:auto;bottom:270px}@media (min-width:1200px){.bs-docs-container{max-width:970px}.bs-docs-sidenav{width:258px}}@media (max-width:980px){body&gt;.navbar-fixed-top .brand{float:left;margin-left:0;padding-left:10px;padding-right:10px}.quick-links li{display:inline-block;margin:5px}.bs-docs-sidenav{top:0;margin-top:30px;margin-right:0}}@media (min-width:768px) and (max-width:980px){body{padding-top:0}.jumbotron{margin-top:-20px}.bs-docs-sidenav{width:166px;margin-top:20px}.bs-docs-sidenav.affix{top:0}}@media (max-width:767px){body{padding-top:0}.jumbotron{padding:40px 20px;margin-top:-20px;margin-right:-20px;margin-left:-20px}.masthead h1{font-size:90px}.masthead .btn,.masthead p{font-size:24px}.marketing .span4{margin-bottom:40px}.bs-docs-social{margin:0 -20px}.show-grid [class*=span]{margin-bottom:5px}.bs-docs-sidenav{width:auto;margin-bottom:20px}.bs-docs-sidenav.affix{position:static;width:auto;top:0}.footer{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.footer p{margin-bottom:9px}}@media (max-width:480px){.example-sites&gt;li,.subhead h1,.subhead p{text-align:center}body{padding-top:0}h2 small{display:block}.jumbotron h1{font-size:60px}.jumbotron .btn,.jumbotron p{font-size:20px}.jumbotron .btn{display:block;margin:0 auto}.marketing h1{font-size:40px}.example-sites{margin-left:0}.example-sites&gt;li{float:none;display:block;max-width:280px;margin:0 auto 18px}.example-sites .thumbnail&gt;img{max-width:270px}table code{white-space:normal;word-wrap:break-word;word-break:break-all}.modal-example .modal{position:relative;top:auto;right:auto;bottom:auto;left:auto}.footer .pull-right{float:none}}
/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

body, 
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	background: transparent;
	/*font-size:11px;*/
	font-weight:normal;
	/*text-transform:uppercase;*/
}

body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

ul, ol {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border:0; 
	border-collapse: collapse;
	border-spacing:0; 
	empty-cells:show; 
	font-size:100%; 
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*:first-child+html .clearfix { /* IE 7 */
	display: inline-block;
}

/* Mis.
-------------------------------------------------------------*/
.clear, .divider {clear: both;}

.no-display {display: none !important;}

.nowrap,th .nobr {white-space: nowrap !important;}

.no-border {
	border: 0 !important;
}

.no-padding {padding: 0 !important}
.no-margin 	{margin: 0 !important;}

.pipe {
	padding: 0 4px;
	text-align: center;
	color: #999999;
}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}

.a-left		{text-align: left;}
.a-center	{text-align: center;}
.a-right		{text-align: right;}

.left		{float: left;}
.right	{float: right;}

.normal-weight {font-weight: normal;}

.auto-width {width: auto;}

/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,.listing-type-grid .item:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.toolbar-inner:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
#nav li:after,
.ytm-tabs-title:after,
.ytm-tabs-title:after,
.product-options dl:after,
.yt-top .block-currency:after {
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	overflow:hidden;
}


p{margin:0;}
body, p{font-family: 'FrankRuhlLibre-Light' !important;}
html {
scrollbar-base-color: #000;
scrollbar-arrow-color: white;
scrollbar-track-color: #ccccff;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
.item1 a{
	color:#000;
}
-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 1px solid black;
}


.cur-lang-block select,
.demo-notice,
#_atssh{
	display:none;
}
.right-content-header .detail-minicart .title-cart, .button, .respl-item .item-inner .item-image .item-price .regular-price .price, .respl-item .item-inner .item-image .item-price .old-price .price, .catalog-product-view #yt_main .page-title h1, .left-product-base .special-price .special-price, .left-product-base .regular-price .price, #yt_main .products-list .product-info .price, #yt_main .products-list .product-info .special-price .special-price, .yt-product-detail .yt-detail-right .price-box, .wrap-qty .qty-title, .yt-product-detail .yt-detail-right .product-name, .yt-product-detail .tab-product-detail .yt-tab-navi &gt; li &gt; a, .left-product-base .item-box-content .old-price .price, .respl-item .item-inner .item-image .item-price .minimal-price .price, .respl-item .item-inner .item-image .item-price .price-from .price, .respl-item .item-inner .item-image .item-price .price-to .price, #zoptions .price-box, #confirmbox .button.btn-cart &gt; span, #btcancel, #btccart span, #btcshop span, .category-description .des-about, .promotional-popup .form-subscribe-header h2, .promotional-popup .btn-newsletter, .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head, #what-client-say .item-cus .name-client, .footer-title h2, .btn_slide, .a-few-words, .banner-center-wrapper, .w-title h2, .submit-login .submit-repl, .product-details .product-name a, .mini-cartpro .block-content .mini-products-list li.item .price, .mini-cartpro .block-content .mini-products-list li.item .qty-w .label-qty, .mini-cartpro .price-total, .sm_megamenu_head_item .sm_megamenu_title, .cart-collaterals .crosssell .product-details .price, .cart-collaterals .crosssell .product-details .special-price .special-price, #checkoutSteps .step-title &gt; h2, #checkoutSteps .step-title &gt; span, .fieldset .legend, #nav &gt; li &gt; a, .sm_quickview_handler, .block-layered-nav .currently ol li span.value, .price-wrapper-shopby .title-price &gt; h2, #yt_main .products-list .item .price-label, .sm-deal-wrap .view-detail, #yt_left .block .block-title strong, #yt_right .block .block-title strong, .related-header .block-title strong, .block-right-nav .block-title strong, .home-products .block-title strong, .left-product-base .item-box-content .product-name a, .respl-item .item-info .item-title a, .sale-item, .new-product, .static-top-home .content-banner-top h2 a, .respl-tabs-wrap h2.cat-name-tab, .newletter-home .new-static &gt; h2, .quick-info .item1, .quick-info .item2 &gt; span, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_lv1 .sm_megamenu_head .sm_megamenu_title, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .more-view, .list-categories li a, .static-banner-center-homev1 .dt-static-homev1 .detail-homev1, .header-style-4 .btn-ver-menu .txt-btn, #yt_main .page-title h1, .respl-item .item-info .item-price .price, .left-product-base .item-box-content .old-price .price, .left-product-base .special-price{/*font-family:"Times New Roman", Times, serif !important ;*/
font-family: 'FrankRuhlLibre-Light' !important ;/*font-family: 'Conv_Harmattan-Regular' !important ;*/

}
body{font-family: 'FrankRuhlLibre-Light' !important ;/*font-family:"Times New Roman", Times, serif !important ;*//*font-family: 'FrankRuhlLibre-Light' !important ;*/ /*font-family: 'Conv_Harmattan-Regular' !important ;*/ }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{/*font-family:"Times New Roman", Times, serif !important ;*/font-family: 'FrankRuhlLibre-Light' !important ;/* font-family: 'Conv_Harmattan-Regular' !important ;*/ text-transform:uppercase;}
@font-face {
	font-family: 'FrankRuhlLibre-Light';
	/*src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibre-Light.eot');
	src: local('â˜º'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibre-Light.woff') format('woff'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibre-Light.ttf') format('truetype'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibre-Light.svg') format('svg');*/
	font-weight: bold;
	/*font-style: normal;*/
	
	src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibreLight.eot');
    src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibreLight.eot') format('embedded-opentype'),
         url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibreLight.woff2') format('woff2'),
         url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibreLight.woff') format('woff'),
         url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibreLight.ttf') format('truetype'),
         url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/frankruhllibre-light/FrankRuhlLibreLight.svg#FrankRuhlLibreLight') format('svg');
}
@font-face {
	font-family: 'Conv_Harmattan-Regular';
	src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/harmattan-regular/Harmattan-Regular.eot');
	src: local('â˜º'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/harmattan-regular//Harmattan-Regular.woff') format('woff'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/asset/fonts/harmattan-regular/Harmattan-Regular.ttf') format('truetype'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/fonts/Harmattan-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_Crimson-Roman';
	src: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/fonts/Crimson-Roman.eot');
	src: local('â˜º'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/fonts/Crimson-Roman.woff') format('woff'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/fonts/Crimson-Roman.ttf') format('truetype'), url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/fonts/Crimson-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://themes.googleusercontent.com/static/fonts/robotocondensed/v9/b9QBgL0iMZfDSpmcXcE8nNeiznanRB67rGZDYkMvKPc.woff) format('woff');
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: local('Anton'), url(https://themes.googleusercontent.com/static/fonts/anton/v4/tilmJBBU81h1G7ZsdY3Hmw.woff) format('woff');
}

@font-face {
	font-family: 'UTM French Vanilla';
	src: 	url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/UTM-French-Vanilla.eot");
	src: 	url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/UTM-French-Vanilla.eot?#iefix") format('embedded-opentype'), 
			url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/UTM-French-Vanilla.woff") format('woff'), 
			url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/UTM-French-Vanilla.ttf") format('truetype'), 
			url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/font/UTM-French-Vanilla.svg#fontello") format('svg');			
}
@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://themes.googleusercontent.com/static/fonts/robotocondensed/v9/b9QBgL0iMZfDSpmcXcE8nCSLrGe-fkSRw2DeVgOoWcQ.woff) format('woff');
}
body {
	line-height: 18px;
	outline: none;
	font-size:12px;
}
body *:focus{
	outline: none;
}
/*body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}*/
h1{
	/*font-family:'Conv_Crimson-Roman';*/
	font-style: normal;
  	font-weight: 700;
	font-size:22px;
}
h2{
	/*font-family:'Conv_Crimson-Roman';*/
	font-size:18px;
	font-style: normal;
  	font-weight: 500;
}
h3{
	font-style: normal;
	font-size:16px;
	text-align:center;
	color:#000;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
	}
p{
	font-style: normal;
    font-size: 12px;
    color: #666;
    line-height: 26px;
    text-align: justify;
	
	} 
a{
	text-decoration:none;
	outline: none;
}
a:focus, a:hover{
	text-decoration:none;
	outline: none;
	color:inherit;
}
body.layout-boxed{
	/*background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg_boxed.jpg) no-repeat fixed top center;*/
}
.clearfix {
	clear: both;
}
select{
	border:1px solid #d9d9d9;
	padding:7px;
	width:85px;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-text {
    /* -webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; */
}
.input-text,textarea,#qty{border:1px solid #a5a5a5; color:#000; /* border-radius:3px; */}
.yt-header-under.subnav-fixed {
   background: none repeat scroll 0 0 #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990;
}
textarea{
	padding:8px 8px;
}
.selector span,
select{color:#000;}
.layout-boxed .yt-header-under &gt; .container{padding:0px;}

.layout-boxed .yt-header-under &gt; .container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns{
	/* left:113px; */
}
.layout-boxed .carousel-control.right{
	right:10px;
}
.layout-boxed .carousel-control.left{
	left:10px;
}
.error-msg ,
.success-msg{
	color:white;
	padding:5px 10px;
	border-radius: 4px;
}
.error-msg {
	/*display:none;*/ 
	background: rgba(255, 0, 0, 0.5);
	/*background:#9b9b9b;*/
}
.success-msg {
   /* background: rgba(0, 128, 0, 0.5);*/
	background: #8e8e8e;
}
.layout-boxed #yt_wrapper{
	background: #fff;
	max-width:1200px;
	margin: 0 auto;
	/* display:table;
	overflow:visible; */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);	
}
.layout-boxed .yt-responsivemenu{
	padding:0 15px;
}
.layout-boxed .cur-lang-block{
	right:15px;
}
#yt_wrapper {
	overflow-x: hidden;
}
#yt_header,
#yt_content,
#yt_footer{
	float: left;
	width: 100%;
    
}
#yt_footer{
	margin-top:15px;
    
}
#yt_content{
	/*background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/shadow-breacrum.png) repeat-x top left;*/
	/*padding-top:10px;*/
}
.col2-left-layout .yt-content-inner,
.col2-right-layout .yt-content-inner{
	background-color:none;
}
.yt-header-under {
	 margin-top: 10px; 
	 background:#000000;
    max-height: 34px;
}

.header-style-3  .mini-cartpro{
	z-index:5600;
}

.header-style-3 .yt-header-under{
	max-height:70px;
}
.header-style-2 .yt-header-under{
	height:52px;
}
.header-style-4 .yt-header-under {
    background:#272727;
	max-height:56px;
}
.link-mobile-wrapper ul li a:hover {
    color: #fff;
}
.yt-menu {
	position:relative;
	z-index: 6000;
}

.block.block-currency,
.language-switcher{
	display:inline-block;
	/*float:right;*/
	z-index: 8006;
	position: relative;
	/*margin:15px 30px ; */
}
/* -------------------------login--------------------------- */
.quick-info{ position: absolute; top: 0; right: 0; float: right; }
.quick-info .item1,.quick-info .item2 &gt; span{ 
	/*font-size: 116.66%;*/
	/* text-transform: uppercase;*/
	 color: #000;
	line-height: 50px; 
}
.quick-info .item2{ 
	padding-bottom: 20px;
}

.quick-info .item1{ position: relative; margin-right: 5px;  }
.quick-info .item1 a,.quick-info .item2 span &gt; a{ color: #000; }
.quick-info .item1 a:hover,.quick-info .item2 span &gt; a:hover{ text-decoration: underline; }
.quick-info .item1:before{
	content: "";
	position: absolute;
	width: 8px; height: 16px;
	top: 2px; right: -18px;
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon_line_login.png) no-repeat;
}
.quick-info .inner{
	/*background: #9b9b9b;*/
	background: #fff;
	color: #000;
	padding: 0 13px;
}
.quick-info .inner:before{
	content: "";
	position: absolute;
	width: 100%; height: 10px;
	top: -10px; left: 0;
	/*background: #9b9b9b;*/
	background: #fff;
}
.quick-info .inner:after{
	content: "";
	position: absolute;
	width: 10px; height: 10px;
	top: -10px; left: -10px;
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon_3d_login.png)  0 0 no-repeat;

}
.quick-info .inner:hover{ cursor: pointer; }
.quick-info .item2:hover .login-quick{ 
	display: block !important; 
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha( opacity=100 );
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.login-quick{ 
    margin-top: -16px;
    border-top: 2px solid black;
    z-index: 99999;
	min-width: 280px;
	-moz-box-shadow: 0 4px 4px #888;
	-webkit-box-shadow: 0 4px 4px #888;
	box-shadow: 0 4px 4px #888;
	background: #fff;
	position: absolute;
	right: 0;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha( opacity=0 );
	line-height: 100%;
}
.header-style-2 .login-quick.active{
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha( opacity=100 );
}
.header-style-2  .login-hd2 &gt; a,
.header-style-2 .register-hd2 &gt; a,
.header-style-2 .i-block-hd2.logout-hd2 &gt; a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.header-style-4 .login-quick{
	z-index: 99999999;
}
.header-style-4 .login-quick.active{
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha( opacity=100 );
	line-height: 100%;
}
.login-quick .inp-user{
	margin-bottom: 9px;
}
.login-quick .wrap-pass{
	margin-bottom: 16px;
}
.login-quick .wrap-user:before,
.login-quick .wrap-pass:before{
	content: "";
	width: 34px; height: 28px;
	position: absolute; left: 1px; top: 1px;
	background: #ababab;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.login-quick .wrap-user:after,
.login-quick .wrap-pass:after{
	content: "";
	width: 20px; height: 20px;
	position: absolute; left: 9px; top: 7px;
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon_user_pass_lock.png) 0 0 no-repeat;	
}
.login-quick .wrap-pass:after{
	left: 9px; top: 3px;
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon_user_pass_lock.png) 0 -20px no-repeat;	
}
.login-quick .button{ 
	padding-left: 36px; color: #a8a8a8;
	height: 34px; line-height:  34px; font-family: Roboto Condensed light,serif;
	background: #000 url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon_user_pass_lock.png) 8px -41px no-repeat;	
}
.login-quick .button:hover{
	background: #000 url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon_user_pass_lock.png) 8px -41px no-repeat;
	color: #fff;
} 
.login-quick .more-actions a{
	float: left; width: 100%; line-height: 40px;
	background: #e9e9e9; padding-left: 16px;
}
.header-style-4 .login-quick .more-actions a{
	padding: 0 20px 0 16px!important;
	border:none!important;
}
.header-style-4 .sc-links &gt; li &gt; a {
    font-weight: bold;
}
.header-style-4 .contact-header {
    float: right;
    margin-top: 20px;
}
.header-style-4 .ct-list a {
    display: inline-block;
    padding: 0 0 11px 35px;
}
.header-style-4 .ct-list li a{
	background-repeat:no-repeat;
	background-position:0px 1px;
}
.header-style-4 .ct-list li a:hover {
    background-position: 0 -84px;
}
.header-style-4 .contact-header,
.header-style-4 .wishlist-compare{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-block-hd4.png) no-repeat right center;
	padding-right:20px;
}
.header-style-4 .wishlist-compare{
	margin-right:5px!important;
}
.header-style-4 .right-content-header .wishlist-compare{
	margin-left:20px;
}
.header-style-4 .login-quick .more-actions .button-reg{
	display:none;
}
.login-quick .more-actions a.link_fyp{
	border-bottom: 1px solid #fff;
}
.login-quick .wrap-user{ margin-top: 5px; }
.login-quick .wrap-user,
.login-quick .wrap-pass{
	position: relative;
}
.login-quick .inp-user, .login-quick .inp-pass{
	width: 250px; height: 30px; padding-left: 42px;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	color: #909090; font-size: 108.3333%;
}
.wrap-top{
	padding: 18px;
}
.login-quick #uniform-chk_remember{ vertical-align: -3px; }
.login-quick .chk-remember{
	margin-bottom: 10px;
}
.login-quick .chk-remember label{ color: #909090; font-size: 100%; }
/**/
/* ---------------end style login----------------- */
.cur-lang-block .jqTransformSelectWrapper &gt; div {
  /*  height: 40px;*/
  	height: 34px;
	position:relative;
}
.cur-lang-block  .jqTransformSelectWrapper div span{
	height: 40px;
    line-height: 40px;
    display: inline-block;
	padding-left:15px;
}

.cur-lang-block .jqTransformSelectWrapper &gt; div .jqTransformSelectOpen{
	position:absolute;
	width:9px;
	height:5px;
	display:inline-block;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/dropdown-cus-lang.png) no-repeat top left;
	top:50%;
	margin-top:-2px;
	right:15px;
	z-index:20;
}
.header-style-3 .cur-lang-block .jqTransformSelectWrapper &gt; div .jqTransformSelectOpen{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/dropdown-cus-lang-hd3.png) no-repeat top left;
	margin-top:-3px;
	right:11px;
	background-position: left bottom;
}
.header-style-3 .cur-lang-hd3:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.cur-lang-block .jqTransformSelectWrapper {
    padding: 0px;
	position:relative;
	width:auto!important;
	z-index:8005!important;
}
#yt_header .menu-mobile{
	display:none;
}
#yt_wrapper .yt-content-inner{
	background: #fff;
	margin: 0 auto;
	/*padding-top: 40px;*/
	/*padding-bottom: 35px;*/
}
.cms-index-index #yt_wrapper .yt-content-inner{
	/*padding-top: 18px;*/
	/*padding-bottom:29px;*/
}

#yt_wrapper .wrapper-inner{
	background:none;
}
#yt_wrapper .yt-main-home .yt-content-inner{
	/*padding-top: 50px;*/
}
#yt_main #yt_main_left{
	padding-left: 0;
}
#yt_main #yt_main_right,
.yt-main-right{
	/* padding-right: 0; */
}
/***messages***/
.messages {
    margin: 0 0 20px;
    width: 100%;
}

/***button***/
.button,
.promotional-popup .btn-newsletter{
	height:38px;
	background-color:#000;
	color:#fff;
	border-radius:3px;
	padding:0 13px;
	line-height:38px;
	font-size:14px;
	display:inline-block;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
	text-transform:uppercase;
}
.button:hover{
	color:#fff!important;
}
.promotional-popup .btn-newsletter{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-n-letter-popup.png);
	background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
	background-color:#000
}
.button.btn-cart{
	padding-left:35px;
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-btn-add-to-cart.png);
	background-repeat:no-repeat;
	background-position: 13px center;
	float:left;
	margin-right:5px;
	font-family:roboto condensed light;
	white-space: nowrap;
}
/***compare***/
.page-popup.catalog-product-compare-index{
	padding: 10px;
}
/*------------------------------ Data Table ----------------------*/
.data-table {
	width: 100%;
}
.data-table th.wrap {
	white-space: normal;
}
.data-table th {
	padding: 10px;
	border: 1px solid #e9e9e9;
	text-align: center;
	
}

.data-table tbody tr {
	border: 1px solid #e9e9e9;
}
.data-table tr td {
	padding: 10px;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
}
.data-table td h3 {
	margin: 0;
	line-height: 100%;
}
body table.data-table {
	border-collapse: collapse;
}
.data-table thead {
	border: 1px solid #e9e9e9;
}
.data-table tfoot {
	border-top: none;
	border-top: 1px solid #e9e9e9;
}
.data-table  .first.odd,
.box-account  .data-table .odd {
	background: none;
}
.a-center input.checkbox {
	float: none;
}
label.required em {
    font-weight: normal;
    padding: 0 5px 0 0;
    vertical-align: middle;
    color: #9e9e9e;
	float:right;
}
.catalog-category-view .title-r,
.catalogsearch-result-index .title-r{
	display:none;
}
.category-contact-us .title-r{
	display:block;
}
/*------------------------- css for header --------------------------*/
.header-style-2 &gt; .yt-header-under{
	position:relative!important;
}
.header-style-2 .yt-main-menu.yt-header-under{
	background:none;
	height:auto;
}
.header-style-2 .yt-main-menu.yt-header-under.subnav-fixed{
	background:#000;
	margin-top:0px;
	padding:8px 0px;
	z-index:999999;
} 
.header-style-2 .yt-main-menu.yt-header-under.subnav-fixed .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
	text-align:left;
}
.header-style-2 .yt-main-menu.yt-header-under.subnav-fixed .icon-item-menu{
	display:none;
}
.header-style-2 .yt-main-menu.yt-header-under.subnav-fixed .sm_megamenu_dropdown_4columns{
	right:inherit!important;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1{
	height:auto!important;
}
.yt-header-top {
   /* margin:15px 0 25px;*/
     /*margin:15px 0 0px;*/
}
.header-style-2 .yt-header-top {
   /* margin:0px 0 25px;*/
}
.header-style-2 .yt-main-menu {
   /* margin-top: 31px;*/
}
.header-style-2 .i-block-hd2{
	width:52px;
	height:52px;
	float:right;
	margin-left:1px;
	background-color:#2b2b2b;
	position:relative;
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
.header-style-2 .i-block-hd2:hover{
	background-position:left bottom;
}
.header-style-2 .i-block-hd2.compare-hd2{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-compare-hd2.png);
}
.header-style-2 .i-block-hd2.login-hd2{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-login-hd2.png);
}
.header-style-2 .i-block-hd2.login-hd2.active_block{
	background-position:left bottom;
}
.header-style-2 .i-block-hd2.register-hd2{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-register-hd2.png);
}
.header-style-2 .i-block-hd2.minicart-hd2{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-cart-hd2.png);
} 
.header-style-2 .i-block-hd2.minicart-hd2 .detail-minicart{
	display:none;
}
.header-style-2 .i-block-hd2.compare-hd2 &gt; a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
.header-style-2 .wishlist-hd2 .links,
.header-style-2 .wishlist-hd2 .links li,
.header-style-2 .wishlist-hd2 .links li &gt; a{
	display:block;
	width:100%;
	height:100%;
}
.header-style-2 .i-block-hd2.compare-hd2 &gt; a .c-item,
.header-style-2 .wishlist-hd2 .links li &gt; a .c-item,
.header-style-2 .i-block-hd2.minicart-hd2 .amount-i{
	display:inline-block;
	width:34px;
	height:34px;
	border:2px solid #fff;
	border-radius:17px;
	line-height:34px;
	text-align:center;
	font-size:116.67%;
	position:absolute;
	top:-24px;
	left:10px;
	color:#fff;
	overflow:hidden;
}
.c-item{padding-top:5px;}
.header-style-2 .mini-cartpro.block,
.header-style-2 .mini-cartpro .block-title,
.header-style-2 .mini-cartpro .btn-toggle{
	display:block;
	height:100%;
	margin:0px;
	width:100%;
	z-index:99;
}

.header-style-2 .i-block-hd2.wishlist-hd2{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-wishlist-hd2.png);
} 
.header-style-2 .i-block-hd2.logout-hd2{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-logout-hd2.png);
} 
.header-style-2 .hd-mobile,
.header-style-2 .hidden-n{
	display:none;
}

.header-style-3 .cur-lang-hd3 {
    border-radius: 18px;
    height: 36px;
    padding-left: 20px;
    position: absolute;
    right: 15px;
    top: 17px;
}

.header-style-3 .logo-wrapper-hd3 {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    width: auto;
    padding: 35px 13px;
	z-index:9999;
	margin-left:15px;
	max-width:254px;
}
.btn-cart-hd3{
	display:none!important;
}
.header-style-3 .btn-cart-hd3{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-cart-hd-3.png);
	background-repeat:no-repeat;
	background-position:15px center;
	height:42px;
	line-height:42px;
	padding:0px 19px 0px 40px;
	font-size:116.67%;
	border-radius:3px;
	color:#fff;
	display:block!important;
}
.header-style-3 .cart-icon,
.header-style-3 .detail-minicart{
	display:none!important;
}
.header-style-3 .block-hd3-h{
	float:right;
	display:block;
}
.header-style-3 .btn-toggle.show-cart-button{
	padding:0px!important;
}
.header-style-3 .sm-serachbox-pro .cat-wrapper{
	width:117px;
	float:left;
	position:relative;
	border-right: 1px solid #dfdfdf;
	padding-right:10px;
}
.header-style-3 .sm-serachbox-pro .sm-searbox-content .form-search{
	position:relative;
	background:#fff;
}
.header-style-3 .mini-cartpro .block-title{
	margin-top:0px;
}
.header-style-3 .header-bottom-hd3{
	background:#272727;
	padding:15px 0px;
	max-height:72px;
}
.header-style-3 .block-cart-hd3{
	margin-left:10px;
}
.header-style-3 .sm-serachbox-pro .input-search {
    float: left;
}
.header-style-3 .sm-serachbox-pro .input-search .input-text{
	width:250px;
	margin-top:-1px;
}

.header-style-3 .wishlist-compare .links a,
.header-style-3 .wishlist-compare a.block-compare{
	color:#a8a8a8;
}
.header-style-3 .wishlist-compare a.no-item-compare{
	color:#a8a8a8!important;
}
.header-style-3 .header-style-3 .sm-serachbox-pro{
	margin-bottom:-5px;
}
.header-style-3 .mini-cartpro .block-content{
	top:57px;
}
.header-style-3 .btn-cart-hd3:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    bottom: -20px;
}
.header-style-3 .sm-serachbox-pro .cat-wrapper .selector {
    width: 100%!important;
}
.header-style-3 .cur-lang-block .jqTransformSelectWrapper div span{
	color:#fff;
	padding-right:26px;
}
.header-style-3 .megamenu-hd3{
	padding-left:255px;
}
.header-style-1 .yt-header-top {
   /* margin: 25px 0 50px;*/
}
.header-top {
    border-bottom: 1px solid #E3E3E3;
	background: #eeeeee;
   /* height: 30px; */
    line-height: 28px;
	font-size:10px !important;
}
.header-style-1 .header-top {
    /*background: #E3E3E3;*/
}
.header-style-1 .cur-lang-block .jqTransformSelectWrapper div span{
	color:inherit;
}
.header-style-1 .cur-lang-block .jqTransformSelectWrapper &gt; div .jqTransformSelectOpen{
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/dropdown-cus-lang-chd3.png") no-repeat left top;
}
.header-style-1 .header-top .links-account &gt; li &gt; a{
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/dropdown-cus-lang-chd3.png") no-repeat right 17px;
}
.header-style-3 .header-top {
    border:none;
}
.header-top .links{
	text-align:right;
	margin-right:-2px;
}
.toplinks-header p{
	/*text-align:right;*/
	font-size: 14px;
}
.welcome-msg {
    /*padding: 11px 0;*/
	font-style: normal;
    font-size: 14px;
    line-height: 28px;
	color:#000;
}
.txt_algn_change{text-align:right;}
.header-top .links-account,
.header-top .links {
    display: inline-block;
	margin-bottom:-5px;
	margin-top:2px;
}
.header-style-3 .header-top .links-account, .header-style-3 .header-top .links{
	display:block;
	margin-top:0px;
	text-align:right;
	min-width:105px;
	clear:both;
}

.header-style-3 .header-top .links-account li, .header-style-3 .header-top .links li{
	text-align:right;
}

.header-style-3 .header-top .links-account &gt; li &gt; a{
	padding:5px 20px 0px 0px;
}
.header-style-3  .header-top .links-account &gt; li &gt; a{
	background-position: right 12px;
	color:#a8a8a8;
}
.header-style-3  .header-top .links li{
	padding-left:0px;
	background:none;
}
.header-style-3 .header-top .links li a{
	padding:6px 8px 9px 0;
	color:#a8a8a8;
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:left 8px;
}
.account-links-mobile{
	display:none;
}
.header-top .links-account &gt; li{
	float:left;
	padding-left:1px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-top-links-header.png) no-repeat left center;
	position:relative;
	padding-right:12px;
	z-index: 8005;
}
.header-top .links-account &gt; li:first-child{
	background:none;
}
.header-style-3 .header-top .links-account &gt; li{
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:left 4px;
	padding-right:0px;
	z-index:999;
}

.header-style-3 .block-hd3-h.block-wisht-compare-hd3 {
    margin-left: 25px;
    border-left: 1px solid #3a3a3a;
    padding-left: 25px;
    margin-right: 25px;
}
.header-style-3 .header-top .links-account &gt; li:hover {
    background-position: left -81px;
}

.header-style-3 .header-top .links-account &gt; li &gt; a:hover,
.header-style-3 .header-top .links-account &gt; li:hover a {
    background-position: right -83px!important;
}
.header-style-3 .header-top .links li a:hover{
	background-position: left -80px;
}
.header-style-3 .header-top .links-account &gt; li .dropdown-link{
	top:24px;
}
.header-top .links-account &gt; li:before {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -5px;
}
.header-top .links-account &gt; li .dropdown-link{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
    transform-origin: right top 0;
	position: absolute;
    right: 0;
    top: 39px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    width: 150px;
	padding:5px 10px;
	transition:.3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.header-top .links-account .dropdown-link &gt; li{
	border-bottom:1px solid #dedede;
}
.header-top .links-account .dropdown-link &gt; li:last-child{
	border-bottom:none;
}
.dropdown-link a {
    padding: 3px 0px!important;
    display: block!important;
    border: none!important;
	text-align:left;
}
.header-top .links-account &gt; li:hover .dropdown-link{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.header-top .links-account &gt; li &gt; a {
    display: inline-block;
    padding: 11px 8px 9px 10px;
	/* border-bottom:2px solid transparent; */
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/dropdown-cus-lang.png") no-repeat scroll right 17px;
	padding-right:20px;
}

.header-top .links li{
	float:left;
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-top-links-header.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding-left:12px;
}
.header-style-4 .login-dopdown{
	position:relative;
}
.header-style-4 .login-dopdown .login-quick{
	top:39px;
	transform-origin: right top;
}
.header-top .links li.checkout-link-header{
	background:none;
	padding-right:0px;
}
.header-top .links li a{
    display: inline-block;
    padding: 11px 8px 9px 0px;
}
.wishlist-compare .links {
   /* margin-bottom: 5px;*/
	    margin: 15px 0px;
}
.header-style-4 .wishlist-compare .links {
    margin-bottom: 10px;
}
.logo-wrapper {
  /*  padding-top: 20px;
    padding-bottom: 20px;*/
}
.header-style-1 .logo-wrapper {
    text-align:center;
}
.right-content-header {
    /*padding-top: 15px;*/
	font-size:14px;
}
.right-content-header .wishlist-compare {
   /* float: right;
	margin:20px 20px 0px 38px;*/
	margin:0px;
}

.wishlist-compare .no-item-compare:hover{
	background-position:0px 5px;
	color:inherit;
}
.wishlist-compare #compare-items,
.wishlist-compare .actions{
	/*display:none!important*/
}
.wishlist-compare  a{
	/*padding: 0px 0 5px 38px;*/
	padding: 0px 0 8px 25px;
	cursor:pointer;
}
.right-content-header .btn-toggle .cart-icon {
/*	width:47px;
	height:44px;
	position:relative;
	display: inline-block;
	margin-right:33px;*/
	width: 43px;
	height: 30px;
	position: relative;
	display: inline-block;
	/*margin-right: 11px;*/
}
.right-content-header .btn-toggle.show .cart-icon,
.right-content-header .hv_btnCart:hover .cart-icon{
	cursor:pointer;
}
.right-content-header .hv_btnCart{
	cursor:pointer;
}
.hv_btnCart:hover .show-cart-button,
.sm-cartpro:hover .hv_btnCart .btn-toggle
/* .hv_btnCart .show */{
	/*box-shadow:0 0 5px rgba(0,0,0,0.55);*/
}
.header-style-2 .hv_btnCart:hover .show-cart-button,
.header-style-2 .sm-cartpro:hover .hv_btnCart .btn-toggle
/* .hv_btnCart .show */{
	box-shadow:none;
}
.right-content-header .btn-toggle .cart-icon .amount-i{
/*	display:inline-block;
	width:25px;
	height:25px;
	border:2px solid #fff;
	line-height:32px;
	text-align:center;
	font-size:14px;
	color:#fff;
	border-radius:50%;
	position:absolute;
	right:-15px;
	bottom:-12px;
	overflow:hidden;*/
	display: inline-block;
width: 20px;
height: 20px;
border: 2px solid #fff;
line-height: 17px;
text-align: center;
font-size: 11px;
color: #fff;
border-radius: 50%;
position: absolute;
right: 5px;
bottom: -5px;
overflow: hidden;
}
.right-content-header .detail-minicart {
    display: inline-block;
    vertical-align: top;
}
.right-content-header .hv_btnCart:before{
	background:transparent;
	content:"";
	position:absolute;
	left:0px;
	width:100%;
	height:30px;
	bottom:-30px;
}
.right-content-header .detail-minicart .title-cart{
	/*font-size:116.67%;
	text-transform:uppercase;*/
	font-size:100%;
	margin:10px 0px;
}

.block.block-currency {
	margin-right:-4px;
}
.header-style-3 .block.block-currency{
	margin-right:-10px;
}
.header-style-3 .cur-lang-block:hover .jqTransformSelectWrapper div span{
	color:#fff!important;
}
.header-style-3 .cur-lang-block .jqTransformSelectWrapper ul{
	top:37px;
}
.header-style-3 .cur-lang-block .block-currency .jqTransformSelectWrapper ul{
	left:-11px;
}
.block-currency .jqTransformSelectWrapper ul li a{
	text-align:center;
}
.link-rss {
    display: inline-block;
    text-align: center;
}
.rss-index-index .yt_main_inner{
	padding:20px;
	background:#fff;
}
#yt_header .yt-header-top .gran-lang-currency .block-currency label,
#yt_header .yt-header-top .gran-lang-currency .language-switcher label{
	float:left;
	font-weight:normal;
	font-size:100%;
	display:inline-block;
	margin-top:-5px;
}
.block-currency .jqTransformSelectWrapper ul{
	width:114px!important;
	height:auto!important;
}
#yt_header .yt-header-top .gran-lang-currency .block-currency .jqTransformSelectWrapper,
#yt_header .yt-header-top .gran-lang-currency .language-switcher .jqTransformSelectWrapper{
	float:left;
	display:inline-block; width:89px!important;
	padding-left:5px;
	position:relative;
	margin-top:-4px;
}
.block-currency .jqTransformSelectWrapper ul{
	right:16px;
}
#yt_header .yt-header-top .gran-lang-currency .block-currency  a.jqTransformSelectOpen:before,
#yt_header .yt-header-top .gran-lang-currency .language-switcher  a.jqTransformSelectOpen:before{
	display:none;
}
#yt_header .yt-header-top .gran-lang-currency .block-currency .jqTransformSelectWrapper div span,
#yt_header .yt-header-top .gran-lang-currency .language-switcher .jqTransformSelectWrapper div span{
	width:100%!important; display:block;
	/* line-height:20px; */
}
.cur-lang-block .jqTransformSelectWrapper div span {
	color:#000;
	float: none;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
	background-position: 15px center; 
	background-repeat:no-repeat;
	background-size: 14px 11px;
	padding-right:34px;
	width:auto!important;
	padding-left:0px;
}
.cur-lang-block .jqTransformSelectWrapper &gt; div:hover .jqTransformSelectOpen,
.cur-lang-block .language-switcher:hover .jqTransformSelectOpen,
.cur-lang-block .block-currency:hover .jqTransformSelectOpen{
	/* background-position:left bottom; */
}

.language-switcher .jqTransformSelectWrapper div span {
	padding-left: 40px;
}

.cur-lang-block .jqTransformSelectWrapper ul {
	position: absolute;
	    top: 28px;
    left: 4px;
	list-style: none;
	background: #fff;
	display: none;
	margin: 0px;
	padding: 5px 7px;
	overflow: auto;
	overflow-y: auto;
	z-index: 100000;
	width: 100% !important;
	box-shadow: 0 5px 5px rgba(0,0,0,0.45);
	height:auto!important;
}
#yt_header .yt-header-top .gran-lang-currency .block-currency .jqTransformSelectWrapper ul,
#yt_header .yt-header-top .gran-lang-currency .language-switcher .jqTransformSelectWrapper ul{
	top:33px;
	background:rgba(0, 0, 0, 0.5)
}
#yt_header .yt-header-top .gran-lang-currency .block-currency .jqTransformSelectWrapper ul li a{
	color:#E5E5E5;
}

.jqTransformSelectWrapper ul li a {
	display: block;
	text-decoration: none;
	line-height: 130%;
}
.language-switcher .jqTransformSelectWrapper ul li a{
	background-position: 8px 3px;
    background-repeat: no-repeat;
    background-size: 14px 11px;
    padding-left: 29px;
}

.cur-lang-block .jqTransformSelectWrapper li {
    border-bottom: 1px solid #DEDEDE;
    height: auto !important;
    margin: 4px 0 4px;
    padding-bottom: 5px;
}

.cur-lang-block .jqTransformSelectWrapper li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
}

.jqTransformHidden {
	display: none;
}
#yt_header .yt-header-content{
	/* float: left; */
	width: 100%;
}

#yt_screennav ul.siderbar-menu li a:hover{
	color:#fff;
}



/*-------------------------------- css for Slider Header -------------------------------*/

/*-------------------------------- css for Footer -------------------------------*/

#yt_footer .block-content-info li{ 
	list-style:disc; 
	font-size: 166.67%;
	line-height:120%;	
}
#yt_footer .block-store-location .block-content-info li:hover,
#yt_footer .block-other-information .block-content-info li:hover,
#yt_footer .block-why-choose-us .block-content-info li:hover{
	margin-left:15px;
}
#yt_footer .store-location .block-content-info li &gt; span{ 
	font-size: 60%;
	vertical-align:text-top;
}

#yt_footer .store-location .block-store-location .block-content-info p{
	margin-left:-15px;
	line-height: 200%;
}
#yt_footer .block-title-footer{	
	font-size: 150%;
	line-height: 100%;
	text-transform: uppercase;
	margin-left:-15px;
	margin-bottom: 20px;
}
.yt-footer{
	/*background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-big-footer.png) no-repeat top center #1b1b1b;*/
	background:#000;
	color:#fff;
	/*padding-top:50px;*/
}
.col-2-left  .yt-footer{
	border-top:none;
}

.title-footer h2{
	font-size:214.285%;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:25px;
}
.brand-list li{
	display:inline-block;
	margin:0px 6px 10px 0px;
}
.brand-list li a{
	border:1px solid #e5e5e5;
	background:#fff;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.follow-us .social-list li{
	clear:both;
	display:inline-block;
	/* width:100%; */
	margin-bottom:10px;
	float:left;
}
.tab-listing{
	clear:both;
	margin-bottom:8px;
}
.grouped-items-table .availability{margin-bottom:0px!important;}

.footer-title {
    margin-bottom: 15px;
}

.contact-payment-footer,
.contact-payment-footer a{
	color:#a9a9a9;
}
.contact-payment-footer a:hover{
	color:#fff;
}
.footer-title h2{
	font-size:166.67%;
}

.contact-item .item{
	 margin-bottom: 19px;
    padding: 5px 0 5px 46px;
}
.contact-item .item.address-footer{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/address-icon-footer.png) no-repeat left center;
}

.contact-item .item.email-footer{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/email-icon-footer.png) no-repeat left center;
}

.contact-item .item.phone-footer{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/phone-icon-footer.png) no-repeat left center;
	line-height:25px;
	margin-top:-15px;
}
.contact-links-ft .contact-item {
    padding-top: 1px;
}
.payment-item .item{
	display:inline-block;
	margin-right:8px;
}
.payment-item .item img{
	opacity:0.7;
	filter:alpha(opacity = 70);
}
.payment-item .item img:hover{
	opacity:1;
	filter:alpha(opacity = 100);
}
.footer-payment .des-footer {
    margin-bottom: 15px;
}
.block-ft {
    margin-bottom: 35px;
}
.contact-payment-footer .footer-contact {
    margin-bottom: 55px;
}
.footer-payment {
	margin-top:-2px;
}
.contact-payment-footer .footer-logo{
	margin-bottom:25px;
}
.footer-link-block,
.footer-link-block  a {
    color: #909090;
}
.footer-link-block address {
    display: inline;
}
.footer-link-block .right-footer-link .item  a {
    padding: 6px 0;
	display:inline-block;
}
.footer-link-block .right-footer-link .item a:hover{
	color:#fff;
}
.footer-link-block .right-footer-link.social-footer-links .item a{
	padding-left:33px;
	background-repeat:no-repeat;
	background-position:0px 6px;
}
.footer-link-block .right-footer-link.social-footer-links .item a:hover{
	background-position:0 -76px;
}
.social-footer-links .fb-item a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/fb-footer-icon.png);
}

.social-footer-links .tw-item a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/tw-footer-icon.png);
}

.social-footer-links .lk-item a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/link-footer-icon.png);
}

.social-footer-links .rs-item a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/rss-footer-icon.png);
}

.row-2 .block-ft{
	margin-bottom:18px;
}

.copyright{
	border-top:1px solid #272727;
	padding:21px 0 25px;
	clear:left;
}
/*------------------------back to top---------------------------------*/
#yt-totop {
    background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/up-arrow.png") no-repeat scroll center center #333;
    bottom: 115px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    width: 30px;
    z-index: 9999;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}

/*-------------------------css for home page---------------------------*/

.slidershow-banner {
   /* margin-bottom: 30px;*/
}

.static-top-home {
    margin-bottom: 25px;
}
.static-top-home .banner-no-padding {
	padding:0px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/border-banner-top.png) no-repeat right center;
}
.static-top-home .banner-padding-right{
	padding-right:15px;
	background:none;
}
.static-top-home .banner-padding-left{
	padding-left:15px;
}
.static-top-home .content-banner-top{
	padding-left:70px;
	background-repeat:no-repeat;
	background-position:15px 2px;
}

.static-top-home .content-banner-top h2 a{
	text-transform:uppercase;
	font-size:123%;
}

.content-banner-top &gt; p {
    padding-top: 4px;
}
.static-top-home .free-shipping .content-banner-top{
	padding-left:58px;
	background-position:0 2px;
}
.static-top-home .free-return .content-banner-top{
	padding-left:58px;
}
.static-top-home .cash-on-delivery .content-banner-top{
	padding-left:70px;
}
.static-top-home .free-call .content-banner-top{
	padding-left:62px;
}
.static-top-home  .content-banner-top:hover {
    background-position: 15px -165px;
}
.static-top-home .free-shipping  .content-banner-top:hover {
    background-position: 0px -165px;
}
.title_big h2{
	font-size:250%!important;
	text-transform:uppercase;
	font-weight:bold;
	color:#3b3b3b;
}

.yt-slideshow-right .pix_slideshow{
    margin-bottom: 20px;
}

.caption .sale-off{
	/*font-family:Anton;*/
	font-size:400%!important;
}
.per-des{
	font-size:50%!important;
    margin:0 -10px;
}
.day-off{
	/*font-family: 'Roboto Condensed Bold';*/
	font-size:150%;
	padding-top:7px;
	display:inline-block;
}
.title_medium h2{
	font-size:300%;
	text-transform:uppercase;
	font-weight:bold;
	color:#3b3b3b;
}
.title_big p{
	font-size:150%;
	text-transform:uppercase;
	color:#444444;
	/*font-family:Roboto Condensed Light;*/
	line-height:24px;
}
.text_big2{
	/*font-family: 'Roboto Condensed Regular';*/
	line-height:180%!important;
}
.btn_slide a{
	font-size:116.67%;
	padding:7px 13px 9px !important;
	color:#fff!important;
	border-radius:3px;
	/*font-family:Roboto Condensed Light;*/
}
.text_big2 .font-text {
	font-size:200%;
}
.home-under{
	width: 100%;
	margin-bottom: -40px;
}
.home-under .block-home-under{
	border-top: 1px solid #e9e9e9;
	padding: 17px 0;
	margin-top: 34px;
}
.home-under .home-under-logo{
	float: left;
	margin-right: 40px;
	width: 130px;
	height: 33px;
}

/*-------------------------css for breadcrumbs---------------------------*/
.yt-content &gt; .yt-breadcrumbs{
	/*background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/shadow-breacrum.png) repeat-x top left #e9e9e9;*/
	padding:14px 0;
	/*margin-top:-10px;*/
}
#yt_wrapper #yt_pathway .pathway-inner .breadcrumbs{
	display: inline;
    float: left;
    vertical-align: top;
}
#yt_wrapper #yt_pathway .pathway-inner .breadcrumbs .icon-caret-right{
	color: #9B9B9B;
    font-size: 16px;
    /*line-height: 120%;*/
}

#yt_wrapper  .breadcrumbs {
    /*font-size: 91.67%;*/
}
#yt_wrapper  .breadcrumbs strong{
	font-weight:normal;
}
#yt_wrapper  .breadcrumbs li{	
	float:left;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/breadcrumbs.png) no-repeat right center;
	padding-right:15px;
	margin-right: 10px;
	line-height:30px;
	margin-top: 10px;
	text-transform:uppercase;
}
#yt_wrapper .breadcrumbs li.text-br{
	background:none;
	margin-right:0px;
	padding-right:10px;
	
}
#yt_wrapper .breadcrumbs li:last-child{
	background:none; 
	padding-right:0px;
	margin-right:0px;
}
.links-payment .ft-links li a:hover{
	color:#fff;
}

/*------------------------- css for page title ---------------------------*/
#yt_main .page-title{
	/* background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-title-content.png) no-repeat bottom center; */
	/*padding-bottom:20px;*/
	text-align:left;
	/* margin-bottom:20px; */
}
#yt_main .page-title h1{
	font-size:18px;
	/*margin-bottom:5px;*/
	/* margin-top:-6px; */
	/*padding-bottom:8px;*/
	/*font-family:'Roboto Condensed Regular';*/
}

#yt_main .page-title .des-title{
	padding-bottom:15px;
	}
.catalog-product-view #yt_main .page-title{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-title-content.png) no-repeat bottom center;
	text-align:center;
}
.catalog-product-view #yt_main .page-title &gt; h1{
	background:none;
}
/* #yt_wrapper .page-title:before{
	background: #686868;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
	float: left;
} */

/*-------ratings---------------*/
.ratings .separator,
.ratings .link-add-review{
	display:none;
}
.ratings {
	padding: 0;
}
.block-location {
	background: #d00000;
	color: #fff;
	padding: 5px 10px;
}
.rating-box {  
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bkg_rating.png) 0px -25px repeat-x;  
	height: 13px;  
	position: relative;  
	width: 60px;  
	float: left;
	margin-right:5px;
	margin-top:2px;
	margin-right:20px;
}
.item-review {
	vertical-align:top;
	display:inline-block;
}
.rating-box .rating {
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bkg_rating.png) 0 0 repeat-x;
	height: 13px;
	left: 0;
	position: absolute;
	top: 0;
}
.no-rating a{/* color:#fff; */}
.ratings-table {  
	margin: 5px 0; 
}
.ratings-table td,
.ratings-table th {  
	padding: 3px 0;  
}

.ratings-table td.label,
.ratings-table th {  
	font-weight: bold;  
	padding-right: 8px;  
}

/*----------------------css for left-right listting------------------------*/
#yt_wrapper #yt_left{
	/* padding-left: 0; */
}
#yt_wrapper #yt_left .block-left{
	margin-bottom: 30px;
}
#yt_right .block-content,
#yt_left .block-content{ 

}
.block-layered-nav .currently  ol li span.label{
	color:inherit;
	padding:0px;
	font-size:inherit;
}
.block-layered-nav .currently  ol li .icon-remove{
	display:inline;
}
.block-layered-nav .actions{
	margin-bottom:10px;
}
#yt_wrapper #yt_left .layered-accordion {
    height: 40px;   
    /*font-size: 150%;*/
    padding-left: 10px;
    text-transform: uppercase;  
    font-weight: normal;
}
#yt_wrapper #yt_left .layered-nav .block-content-layered{
	border-bottom:1px solid #E9E9E9;
}
#yt_wrapper #yt_left .layered-nav .block-content-layered .block-content{
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	float: none;
}
#yt_wrapper #yt_left .layered-nav .block-content-layered .actions a{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}
#yt_wrapper #yt_left .layered-nav .subhead{
	border-bottom: none;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion.subhead.accordion-close{
	background-color: #f4f4f4;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	border-top:1px solid #E9E9E9;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion{
	line-height: 200%;
	position: relative;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion.subhead:hover,
#yt_wrapper #yt_left .layered-nav .layered-accordion.subhead.accordion-open{
	cursor: pointer;
    color: #FFFFFF;
    border: none;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion.subhead.accordion-open .accordion-up{
	display: none;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion .accordion-down{
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-cat-down.png) no-repeat 0 center;
	position: absolute;
	height: 8px;
	width: 18px;
	top: 17px;
	right: 10px;
}
#yt_wrapper #yt_left .layered-nav .layered-accordion .accordion-up{
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-cat-up.png) no-repeat 0 center;
	position: absolute;
	height: 18px;
	width: 18px;
	top: 12px;
	right: 10px;
}
#yt_wrapper #yt_left #narrow-by-list .block-content ol{
	padding:10px 0;
}
#yt_wrapper #yt_left #narrow-by-list .block-content ol li:before{    
	content:"\f105";	
	font-family: "FontAwesome";
	margin-left:10px;
	font-size: 14px;
}
#yt_wrapper #yt_left #narrow-by-list .block-content ol li a{
    line-height: 240%;
    width: 100%;
	padding-left: 5px;
}
#yt_wrapper #yt_left .left-banner{
	overflow: hidden;
	position: relative;
}
#yt_wrapper #yt_left .left-banner img{
	width: 100%;
}

/*--------------------------------css for toolbar listting-------------------------------*/
/* #yt_wrapper .toolbar-top{
	display: none;
} */
/* #yt_wrapper .toolbar-bottom{	
	 border: 1px solid #e9e9e9;
	 border-bottom: 4px solid #e9e9e9;
} */
#yt_wrapper .toolbar-bottom .view-mode .listing-grid-icon,
#yt_wrapper .toolbar-bottom .view-mode .listing-icon{
	font-size:14px;
	border-right:1px solid #e9e9e9;
	padding: 8px 15px;
	float: left;
}
#yt_wrapper .toolbar-bottom .view-mode &gt; strong,
#yt_wrapper .toolbar-bottom label{	
	font-weight:normal;
}
/* #yt_wrapper .view-mode .listing-grid-icon:before{
	content:"\f00a";
	font-family:"FontAwesome";
}
#yt_wrapper .view-mode .listing-icon:before{
	content:"\f03a";
	font-family:"FontAwesome";
} */
.toolbar{
	background:#eeeeee;
	margin-bottom:30px;
}
.toolbar-bottom .toolbar{
	margin-bottom:0px;
}
.yt_main_inner{
	position:relative;
}
.toolbar .toolbar-inner .sort-by-wrap,
.toolbar .toolbar-inner .view-mode-wrap,
.toolbar .toolbar-inner .limiter-wrap{
	float:left;	
}

.toolbar .toolbar-inner .sort-by-wrap{
	/*border-right: 1px solid #FFFFFF;
    margin-left: 10px;*/
    padding-right: 50px;
}
.toolbar .toolbar-inner .sort-by-wrap .sort-by .select-new{
	margin-right:10px;
}
.toolbar .toolbar-inner .limiter-wrap label,
.toolbar .toolbar-inner .limiter-wrap .select-new,
.toolbar .toolbar-inner .sort-by-wrap label,
.toolbar .toolbar-inner .sort-by-wrap .select-new{
	float:left;
}
.toolbar .toolbar-inner .sort-by-wrap label,
.toolbar .toolbar-inner .limiter-wrap label,
.toolbar .pagination label,
.sort-by .btn-sortby{
	display:inline-block;
	height:38px;
	line-height:38px;
	/*padding:0 10px 0 0;*/
	padding: 0px 10px 0px 20px;
	float:left;
	font-weight:normal;
	font-size:13px;
	letter-spacing:1px;
}
.sort-by .btn-sortby{
	width:28px;
	height:28px;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	border:1px solid #dbdbdb;
	background-color:#000;
	margin-top:5px;
}
.sort-by .arrow-up{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/up-icon.png);
}
.sort-by .arrow-down{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/down-icon.png);
}
.toolbar .pagination-wrap{
	border-left: 1px solid #FFFFFF;
    float: right;
    padding-left: 10px;
}
.toolbar .pagination .pages ol{
	display:inline-block;
}
.toolbar .toolbar-inner .select-new{
	/* margin:0 10px; */
}
.limiter-wrap .select-new select{ 
	width:84px;
	background:none;
	border:none;
	cursor:pointer;
	/* margin-top:1px; */
	margin-left:1px;
}

.sort-by .select-new select{ 
	width:130px;
	background:none;
	border:none;
	cursor:pointer;
	/* margin-top:1px; */
	margin-left:1px;
}
.select-inner div.selector{	
	background-color:#FFF;
    height: 26px;
    overflow: hidden;
    padding: 0;
    position: relative;
	width:105px;
	padding-right:10px;
}
.select-inner div.selector select{	
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 28px;
    left: 0;
    opacity: 0;
	filter:alpha(opacity = 0);
    position: absolute;
    top: 0px;
    width: 100%;
	cursor:pointer;
	margin:0;
	padding:6px 3px;
}
.select-inner div.selector span{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/arrow-select.png) right 12px no-repeat;
    cursor: pointer;
    display: block;
    line-height: 28px;
    overflow: hidden;  
    white-space: nowrap;
    width: 100% !important;
	padding-left:10px;
	padding-right: 5px;
}

.toolbar .toolbar-inner .pagination-wrap .pagination{
	margin:0px;
}

.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li{
	float: left;
	margin-right:6px;
}
.page-sitemap .pages ol li a,
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li a{	
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E9E9E9;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    padding: 0 11px;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;	
}
.pagination-wrap .pagination .pages ol li a:hover,
.pagination-wrap .pagination .pages ol li.current a{
	color:#fff;
}
/* .toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li.current a,
.toolbar .toolbar-inner .pagination-wrap .pagination .pages ol li:hover a{
	border: 1px solid transparent;
	color: #fff;
} */

/*--------------------------------listing content grid-------------------------------*/

#yt_main .products-grid .product-image img{
	width: 100%;
}

#yt_main .products-grid .product-image .product-addto-wrap{
	position: absolute;
	left: 0;
	top: -100px;
}
#yt_main .products-grid .product-image:hover .product-addto-wrap{
	top: 0;
}

.yt-products-container{
	margin-bottom:15px;
}

#yt_main .products-grid .product-info{
	text-align: center;
	line-height: 100%;	
	overflow: hidden;
}
#yt_main .products-grid .product-info .product-name{
	font-weight: bold;
	margin: 20px 0 14px;
}
#yt_main .products-grid .product-info .product-price{
	/*font-size: 116.67%;*/
	font-weight: bold;
	margin-bottom: 15px;
}
#yt_main .products-grid .product-info .price-from,
#yt_main .products-grid .product-info .price-to{
	float: none;
	display: inline-block;
}
.old-price{
	font-weight: normal;
	top:1px;
	position:relative;
	display:inline;
	float: left;
	margin-right:10px;
}
.old-price .price{
	text-decoration: line-through;
	color:#909090!important;
}
#yt_main .products-grid .product-info .product-review .ratings{
	display: inline-block;
}
#yt_main .products-grid .product-info .product-review .no-rating{
	line-height: 120%;
	min-height: 15px;
}
#yt_main .products-grid .product-info .product-review .amount{
	line-height: 108%;
	float:left;
}
.products-grid .item-review .amount,
.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .amount{
	/*font-size:91.67%;*/
}
.products-grid .item-review .amount{
	color:#909090;
}
.products-grid .item-review .rating-box,
.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .rating-box{
	margin-bottom:10px;
}
.rating-box{
	margin-bottom:13px;
}
.link-compare{
	width:38px;
	height:38px;
	border-radius:3px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-btn-compare.png) no-repeat center center #000;
	vertical-align:top;
	margin-right:2px;
	display:inline-block;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.products-list .item .link-compare{
	margin-right:2px;
}
.yt-detail-right .link-compare{
	margin-right:2px;
}
.link-wishlist{
	width:38px;
	height:38px;
	border-radius:3px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/wishlist-icon.png) no-repeat center center;
	vertical-align:top;
	margin-right:13px;
	display:inline-block;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.link-wishlist:hover{
	width:38px;
	height:38px;
	border-radius:3px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/wishlist-icon2.png) no-repeat center center;
	background-color:inherit !important;
	vertical-align:top;
	margin-right:13px;
	display:inline-block;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.left-product-base .actions{
	clear:both; padding-top:5px;
}
.left-product-base .item-description {
    padding-top: 5px;
}
/*--------------------------------listting content list-------------------------------*/
#yt_main .products-list .item{
	/* border:1px solid #e9e9e9; */
	margin-bottom: 30px;
	position: relative;
	background:#fff;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
#yt_main .products-list .postWrapper.item {
	margin-bottom:5px;
}
#yt_main .products-list .item .price-from{
	margin-bottom:10px;
}
#yt_main .products-list .item .price-label{
	/*font-size:116.67%;*/
}
#yt_main .products-list .w-image-box{
	float: left;
    margin-right: 20px;
    position: relative;
    -webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
    width: 270px;
}
#yt_main .products-list .w-image-box .product-image {
    overflow: hidden;
	position:relative;
}
#yt_main .products-list .w-image-box .product-image:hover .sm_quickview_handler{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}
#yt_main .products-list .product-image .rspl-image {
    display: block;
    width: 200%;
	-webkit-transition:.8s;
	-moz-transition:.8s;
	-o-transition:.8s;
	-ms-transition:.8s;
	transition:.8s;
}
#yt_main .products-list .product-image:hover .rspl-image {
    margin-left: -100%;
}
#yt_main .products-list .product-image .review-product {
    bottom: -50px;
    padding: 11px 0 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
	background:rgba(0, 0, 0, 0.5)
}
#yt_main .products-list .product-image .review-product{
	padding: 11px 0px\0/;
}
#yt_main .products-list .product-image .review-product .rating-box{
	margin-top:5px;
}
#yt_main .products-list .product-image:hover .review-product{
	bottom:0px;
}
#yt_main .products-list .product-image .review-product .item-review {
    display: inline-block;
}
#yt_main .products-list .product-image  img{
	width:100%;
}
#yt_main .products-list .product-image .rspl-image img{
	float: left;
    width: 50%;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}
#yt_main .products-list .product-image:hover img{
   /*  opacity: 0.3;
	filter:alpha(opacity = 30);	 */
}
#yt_main .products-list .product-info{
	line-height: 100%;
	padding:0 15px 15px 0;
}
#yt_main .products-list .product-info .review-product{
	margin-bottom:20px;
}
#yt_main .products-list .product-info .special-price{
	margin-right:10px;
}
#yt_main .products-list .product-info .price,
#yt_main .products-list .product-info .special-price .special-price{
	/*font-size:150%;*/
}
#yt_main .products-list .product-info .product-name{
	margin-bottom:16px;
}
#yt_main .products-list .product-info .product-name a{
	/*font-size:133.33%;*/
	/*font-family:roboto condensed regular;*/
	letter-spacing:0.5px;
}
#yt_main .products-list .product-info .product-name a.title-blog-name{
	/*font-size:150%;*/
}
/* .products-list .price{
	font-family:Roboto Thin;
	font-size:250%;
} */
#yt_main .products-list .product-info .product-price{
	margin-bottom:17px;
}
/* #yt_wrapper .price-from,
.price-from{
	display:inline-block;
	margin-right: 20px;
} */
.products-list .price-to{
	display:inline;
}
#yt_main .products-list .product-info .product-review{
	margin-bottom: 15px;
	display: inline-block;
}
#yt_main .products-list .product-info .product-desciption{
	line-height: 20px;
	margin-bottom:20px;
}
#yt_main .products-list .product-addto-wrap{
	position: absolute;
	left: 220px;
	bottom: -1px;
}
#yt_main .products-list .product-addcart,
#yt_main .products-list .product-wishlist,
#yt_main .products-list .product-compare{
	margin: 0 5px 0 0;
	float: left;
	width: 135px;
}

/*----------------------------css for detail page-------------------------------*/
.yt-product-detail {
	/* overflow:hidden; */
}
.yt-product-detail .show-phone{
	display:none;
}

.yt-product-detail .product-img-box{
	position:relative;
	z-index:1;
	float: left;
	width: 100%;
}
.yt-product-detail .product-img-box .yt-detail-image{
	position: relative;
	margin-bottom: 20px;
}
.yt-product-detail .product-img-box .product-image-zoom &gt; #wrap{
	/* border:1px solid #e9e9e9;	 */
}
.yt-product-detail .product-img-box .product-image-zoom &gt; #wrap img{
	width: 100%;
}
.yt-product-detail .popup-btn.hidden-phone &gt; a {
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-zoom.png) no-repeat right center;
    line-height: 100%;
    text-align: center;
	position: absolute;
	z-index: 9999;
	border-bottom: 0;
	right: 10px;
	bottom: 10px;
	width: 100%;
	height: 30px;
	text-indent: -999em;
}
.yt-product-detail .more-views.slide-gallery .jCarouselLite{
 	/* float:left;  */
	margin:0 auto;
}
.yt-product-detail .more-views .jCarouselLite &gt; ul &gt;li{
	float:left;
	margin-right:9.3px;
	-moz-box-sizing: border-box;
}
.yt-product-detail .jCarouselLite &gt; ul &gt; li:last-child{
	margin-right:0px;
}
.yt-product-detail .jCarouselLite .cloud-zoom-gallery &gt; img{
	width: 100%;
	border:1px solid #e9e9e9;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}



.yt-product-detail .more-views.slide-gallery{
	position:relative;
	text-align:center;
}
.yt-product-detail .more-views .more-images {
    display: inline-block;
    position: relative;
}

.yt-product-detail .more-views.slide-gallery .next,
.yt-product-detail .more-views.slide-gallery .prev{
	background-color: #FFFFFF;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    height: 29px;
    margin-top: -14px;
    transition: background-color 0.2s ease 0s;
	-moz-transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
	-o-transition: background-color 0.2s ease 0s;
	-ms-transition: background-color 0.2s ease 0s;
    width: 29px;
    z-index: 9999;
	display:block;
	position:absolute;
	top:50%;
	cursor:pointer;
}
.yt-product-detail .more-views.slide-gallery .next{
	background-image: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-next-slider-default.png");
	right:-8px;
}
.yt-product-detail .more-views.slide-gallery .prev{
	background-image: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-prev-slider-default.png");
	left:-14px;
}
.yt-product-detail .more-views.slide-gallery .next:hover,
.yt-product-detail .more-views.slide-gallery .prev:hover{
	background-position: 10px -82px;
}

.yt-product-detail .block-related{
	float: left;
	margin-top: 35px;
	width: 100%;
}

#yt_main .yt-product-detail .block-related .related-header .title-header{
	margin-bottom: -1px;
}
#yt_main .yt-product-detail .block-related .related-page{
	float: left;
	list-style: none;
	width: auto;
	position: static;
	margin-left:0px;
	margin-bottom:30px;
}
#yt_main .yt-product-detail .block-related .related-page &gt; li{
    width: 14px;
    height: 14px;
    background:none #b8b8b8;
    float: left;
    margin: 0;
    margin-right: 5px;
    border-radius: 50%;
    border: none;
}
.yt-product-detail .block-related .block-content{
	float: left;
	width: 100%;
}
.yt-product-detail .block-related .block-content-inner{
	margin-left: -30px;
}
#yt_main .yt-product-detail .block-related  .product-info .product-name{
	margin: 8px 0 10px;
	line-height: 140%;
}
#yt_main .yt-product-detail .block-related .product-info .product-price{
	margin-bottom: 10px;
}
#yt_main .yt-product-detail .block-related .product-info .product-review .amount{
	line-height: 114%;
	margin-left: -7px;
}
#yt_main .yt-product-detail .block-related .products-grid .item{
	margin: 0;
}
#yt_main .yt-product-detail .block-related .products-grid .item .item-wrap{
	width: 50%;
	padding-left: 30px;
	float: left;
	overflow: hidden;
}
#yt_main .yt-product-detail .block-related .products-grid .product-image img {
    width: 100%;
}

.yt-detail-right .product-shop .rating-box{
	margin-top:2px;
	margin-right:18px;
}
.yt-product-detail .yt-detail-right .product-name{
	/*font-size:200%;*/
	letter-spacing: 1px;
	/*margin-bottom:15px;*/
	font-size:18px;
}
.yt-product-detail .product-next-pre{
	position: absolute;
	top: 0;
	right: -20px;
}
.yt-product-detail .product-next-pre &gt; a {
    padding: 2px 10px;
    float: left;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}
.yt-product-detail .product-next-pre &gt; a.product-pre{
	border-right: 1px solid #E9E9E9;
}
.yt-product-detail .product-next-pre &gt; a:hover{
	color:#fff;
}
.quickview-main .product-next-pre{
	display: none;
}
.quickview-main .input-text{
	width:100%;
}
.quickview-main .qty{
	width:40px!important;
}
.yt-product-detail .yt-detail-right .product-review{
	/*margin-bottom: 15px;*/
}

.yt-product-detail .yt-detail-right p.availability{
	display:inline-block;
}

/* .yt-product-detail .yt-detail-right .availability.out-of-stock &gt; span{
	background: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/stock.png') no-repeat 10px -48px;
} */
.yt-product-detail .yt-detail-right .price-box{
	display:inline-block;
	/*font-size:200%;*/
	margin-right:30px;
}
.yt-product-detail .yt-detail-right .data-table .price-box{
	margin:0px;
}
.yt-product-detail .yt-detail-right .price-box &gt; .special-price{
	margin-right:10px;
}
.yt-product-detail .yt-detail-right .price-box .old-price .price{
	/*font-size:70%;*/
	color:#909090;
}
.yt-product-detail .yt-detail-right .short-description{
	margin-bottom: 10px;	
	clear:both;
	padding-top:10px;
}
.yt-product-detail .yt-detail-right .like-social {
    margin-bottom: 15px;
	padding-top:10px;
	position:relative;
}

#product-options-wrapper &gt; .required{
	display:none;
}
/***-----content-----***/

.product-downloadable-product .yt-product-detail .yt-detail-right .product-options .required em{
	float:none;
}

.yt-product-detail .yt-detail-right .product-shop &gt; .buttons-set{
	margin-top: 20px;
}


.yt-product-detail .yt-detail-right .quantity-input.qty {
    height: 38px;
    text-align: center;
	width:38px;
	line-height:38px;
	line-height:15px\0/;
	/*font-size:116.67%;*/
	border-radius:3px;
}


.yt-product-detail .yt-detail-right .add-to-cart,
.yt-product-detail .yt-detail-right .product-add-box .wishlist,
.yt-product-detail .yt-detail-right .product-add-box .compare{
	float: left;
}

.wrap-qty .quantity-plus:hover,
.wrap-qty .quantity-minus:hover,
.yt-product-detail .yt-detail-right .quantity-input.qty:focus,
.yt-product-detail .yt-detail-right .quantity-input.qty:hover  {
	border:1px solid #c0c0c0!important;
}
.button.btn-cart span {
    white-space: nowrap;
}

.yt-product-detail .yt-detail-right .product-add-box .wishlist &gt; a,
.yt-product-detail .yt-detail-right .product-add-box .compare &gt; a{
	display:inline-block;
	/*font-family:Roboto Condensed Light;*/
	padding:2px 0 2px 29px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}

.yt-detail-right .add-to-links{
	clear:both;
	/*padding-top:8px;*/
}
.yt-product-detail .yt-detail-right .product-add-box .wishlist:hover,
.yt-product-detail .yt-detail-right .product-add-box .compare:hover{
	background-position:0px center;
}
/***----product type----***/
.product-options ul.options-list .label {
    color: #909090;
   /* font-size: 100%;*/
	line-height: 170%;
	padding: 0;
	font-weight: normal;
}
.product-shop .buttons-set p.back-link{
	margin-bottom:10px;
}
#product-options-wrapper.product-options dd,
#product-options-wrapper.product-options select,
#product-options-wrapper.product-options .options-list{
	margin-bottom: 5px;
}
#product-options-wrapper ul.options-list label{
	font-weight: normal;
}

.data-table.grouped-items-table tr td,
.data-table.grouped-items-table input.input-text,
#product-options-wrapper .qty-holder input.input-text{
	text-align: center;
}
#product-options-wrapper .qty-holder input.input-text{
	width: 40px;
}
.quickview-main .price-box-bundle .price-box{
	/*font-size:100%;*/
	padding-top:10px;
}
.quickview-main .price-box-bundle .price-box .price-from{
	float:left;
	margin-right:10px;
}
.quickview-main .price-box-bundle .price-box .price-to{
	display:inline-block;
}
/* .quickview-main  .yt-product-detail .yt-detail-right .price-box{
	font-size:166.67%;
} */
.yt-product-detail .price-as-configured{
	margin-top: 10px;
}
/***-----tabs-----***/
.yt-product-detail .tab-product-detail{
	padding-top: 37px;
	clear:both;
}
.yt-product-detail .tab-product-detail .yt-tab-navi{
	background:#ededed;
}
.yt-product-detail .tab-product-detail .yt-tab-navi &gt; li{
	display:inline-block;
	float:left;
	border-right:1px solid #fff;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}

.yt-product-detail .tab-product-detail .yt-tab-navi &gt; li &gt; a{
	/*font-size:133.33%;*/
	padding:22px 17px;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
	display:inline-block;
}

.quickview-main .yt-product-detail .tab-product-detail .yt-tab-content{
	display: none;
}	
.yt-product-detail .tab-product-detail .yt-tab-content{	
	margin:30px 0 20px;
}
.yt-product-detail .tab-product-detail .yt-tab-navi &gt; li.active a,
.yt-product-detail .tab-product-detail .yt-tab-navi &gt; li:hover a{
	color:#fff;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags &gt; h2{
	display: none;
}
.box-tags .validation-advice {
    clear: both;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags &gt; h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .product-tags{
	line-height: 160%;
	margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .box-collateral.box-tags .form-add{
	margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add .input-box{
	float:left;
	width:70%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add label{
	width: 100%;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add #productTagName{
	float: left;
	width:100%;
	height: 35px;
	padding-right:40px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add &gt; .button{
    background-color: #797979;
	width:35px;
	height:35px;	
	text-indent: -999em;
	position: relative;
	margin-left: -1px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add &gt; .button:before{
	position: absolute;
	content: "";
	background-image:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-next-prev.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 16px;
    top: 9px;
    left: 12px;
}
.yt-product-detail .tab-product-detail .yt-tab-content .collateral-box .box-collateral .form-add &gt; .button{
	height:35px!important;
	margin-left:-35px;
}
.pager{
	padding: 5px 10px;
	border: 1px solid #E9E9E9;
	line-height: 230%;
	margin: 10px  0 20px 0;
	border-bottom: 4px solid #e9e9e9;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount{
	float: left;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong{
	font-weight: normal;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter{
	float: right;
	/* font-family: Roboto Condensed Light; */
}
label{
	font-weight:normal;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select{
	margin: 0 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dd{
	padding-bottom: 10px;
	margin-bottom:10px;
	border-bottom: 1px dashed #e5e5e5;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews  dl dd:last-child{
	border: none;
}
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .customer-review{
	margin-bottom: 30px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews h2,
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .customer-review &gt; h4,
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .write-your-review &gt; h4{
    font-weight: normal;
    text-transform: uppercase;
	margin-bottom: 10px;
}

#yt_wrapper .yt-product-detail #yt_tab_reviewform input[type="radio"] {
    float:none;
	margin:0 auto;
}
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .customer-review  #product-review-table &gt; tbody &gt; tr.odd{
	background:#f9f9f9;
}
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .customer-review  #product-review-table &gt; tbody &gt; tr &gt; td{
	padding: 0px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .write-your-review .form-list #review_field{
	width:100%;
}

/***---------------------------------about---------------------------***/

/***---------------------------------contact---------------------------***/
.salamy-google-map #map{
	min-height:310px;
	border:6px solid #ececec;
}
.contact-form{
	padding-right: 0;
}
.contact-form  &gt; .fieldset,
.contact-form  &gt; .buttons-set{
	border: none;
	padding: 0;
	clear:both;
}
.contact-form  &gt; .buttons-set .button{
	float:left;
	margin-left:0px;
}
.contact-form .input-box &gt; span{
	color: #fff;
	background-color: #b8b8b8;
	padding: 8px 11px;;
	font-size: 16px;
	float: left;
}
.contact-form .input-box &gt; span.icon-envelope{
	font-size: 15px;
	padding: 8px 10px 9px 10px;
}
.contact-form .input-box &gt; span.icon-list{
	font-size: 14px;
	padding: 9px 10px 9px 11px;
}
.contact-form .input-box &gt; input.input-text{
	height: 33px;
    max-width: 397px;
    width: 100%;
}
.contact-form .input-box  &gt; textarea{
	width: 100%;
	padding: 10px;
	height: 175px;
	border-radius:0px;
	border:1px solid #D9D9D9;
}
.salamy-google-map .contact-des {
    padding-top: 35px;
}
.contact-form .input-box  &gt; textarea:focus{
	border-color:#c0c0c0;
}
.category-contact-us .page-title,
.contacts-index-index .page-title{
	text-align:left!important;
	background:none!important;
}
/***---------------------------------other page---------------------------***/
.promotional-popup{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-popup-n.png) no-repeat center center;
	width:770px;
	min-height:400px;
	padding:15px 18px;
	background-size:100% 100%;
}
.promotional-popup .logo-n-salamy{
	margin-bottom:35px;
	margin-top: 45px;
}
.promotional-popup .logo-n-salamy img{
	width:auto;
	max-width:100%;
}
.promotional-popup .form-subscribe-header h2{
	/*font-size:166.67%;*/
	margin-bottom:15px;
	text-transform: uppercase;
	/*font-family: roboto condensed light!important;*/
}
.promotional-popup .w-newsletter{
	max-width:425px;
}
.form-subscribe-header &gt; label {
    margin-bottom: 12px;
}
.promotional-popup .w-newsletter .input-text{
	height:50px;
	line-height:50px;
	width:100%;
	color:#c8c8c8;
	/*font-size:91.67%;*/
	border:none;
	padding-top:0px;
	padding-bottom:0px;
}
.promotional-popup .w-newsletter .input-text:focus{
	border:none;
}
.promotional-popup .actions{
	margin-top:10px;
	margin-bottom:45px;
}
.subscribe-bottom{
	/*font-size:91.67%;*/
}
.subscribe-bottom .checker &gt; span{
	width:16px;
	height:17px;
	position:relative;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/check-input-icon.png) no-repeat top left;
	display:inline-block;
	vertical-align: top;
}
.subscribe-bottom .checker {
    display: inline;
    margin-right: 5px;
    vertical-align: top;
}
.subscribe-bottom .checker &gt; span input {
    height: 17px;
    margin-top: 0;
    width: 16px;
	opacity:0;
	filter:alpha(opacity = 0);
}
.subscribe-bottom .checker &gt; span.checked{
	background-position:left bottom;
}
.fancybox-item.fancybox-close{
	width:30px;
	height:30px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-close-fancy.png) no-repeat center center;
	top:-15px;
	right:-15px;
}

/***----check out----***/
#yt_wrapper .cart form{
	float: left;
	width: 100%;
	
}
#yt_wrapper .cart .title-buttons &gt; .page-title {
	float: left;
}
#yt_wrapper .checkout-types{
	margin-bottom: 20px;
	text-align: right;
}
#yt_wrapper .cart-collaterals .totals,
#yt_wrapper .cart-collaterals .col2-set #discount-coupon-form, 
#yt_wrapper .cart-collaterals .col2-set .shipping{
	border:1px solid #e9e9e9;
	padding: 15px;
	margin-top: 20px;
	float: left;
	width: 100%;
	line-height: 200%;
}
#yt_wrapper #coupon_code,
#yt_wrapper #postcode{
	margin-bottom: 10px;
}
#yt_wrapper #shipping-zip-form,
#yt_wrapper #checkout-payment-method-load dt{
	line-height: 170%;
}
#yt_wrapper .cart-collaterals .totals td {
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    padding-right: 10px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types{
	margin: 5px 0 0;
	text-align: right;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout{
	margin-bottom: 5px;
}
/***----check out one page----***/

#checkout-progress-wrapper .block-content dt {
    border: 1px solid #e5e5e5;
    font-weight: normal;
    padding: 7px;
	margin-top: 10px;
	font-weight:normal;
}

#checkout-progress-wrapper .block-content dt.complete,
#checkout-progress-wrapper .block-content dt.complete a{
	/* color: #fff;
	border: none; */
}
#checkout-progress-wrapper .block-content dd.complete{
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
#checkoutSteps &gt; li{
	position:relative;
	margin-bottom:10px;
	float: left;
	width: 100%;
}
#checkoutSteps .step-title{
	background:#dedede;
	color:#909090;
    line-height: 100%;
    padding: 5px 5px;	
    border: none;
    cursor: pointer;
}
#checkoutSteps .step-title &gt; span.number{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    color: #909090;
    float: left;
   /* font-size: 130%;*/
    font-weight: bold;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
#checkoutSteps .step-title &gt;h2,
#checkoutSteps .step-title &gt;span{
   /* font-size: 120%;*/
    /*line-height: 110%;*/
	font-weight:bold;
	font-family: inherit;
	text-transform:uppercase;
	line-height:30px;
}
#checkoutSteps .active .step-title &gt; h2{
	color:#fff;
}
#checkoutSteps.opc .step-title a {
    display: none;
}
#checkoutSteps &gt; li &gt; div{
	padding:20px;
	border: 1px solid #e9e9e9;
	border-top: none;
	float: left;
	width: 100%;
}
#checkoutSteps .col2-set &gt; div:first-child{
	padding-left: 0;
}
#checkoutSteps .col2-set &gt; div:last-child{
	padding-right: 0;
}
#checkoutSteps h3{
	font-weight: bold;
	margin-bottom: 10px;
	text-align:left;
} 
#checkoutSteps .col2-set .buttons-set .button {	
	float: right; 		
}
#payment_form_ccsave{
	margin-top: 15px;
	max-width:300px;
}
#payment_form_ccsave .v-fix{
	float: left;
	margin-right: 10px;
}
#checkout-review-table thead tr th:first-child{
	/*text-align:left;*/
}
#checkoutSteps #opc-login .buttons-set .f-left{
	width: 100%;
	margin-bottom: 5px;
	line-height:40px;
	padding-right:5px;
}
#login-form .buttons-set .f-left{
	line-height:40px;
	padding-right:10px;
}
#checkoutSteps .please-wait{
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}
/***----checkout multi address----***/
#checkout-progress-state{
	margin-bottom: 20px;
}
#checkout-progress-state &gt; li{
    background: #777;
    color: #FFFFFF;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 20%;
}
#checkout_multishipping_form  .multiple-checkout .title-buttons {
    float: left;
    width: 100%;
}
#checkout_multishipping_form  .multiple-checkout .title-buttons  .page-title{
	float: left;
}
.multiple-checkout .button{
	float: right;
}
#checkout_multishipping_form #multiship-addresses-table{
	margin-top: 15px;
}
.multiple-checkout  h2.legend{
   font-weight: bold;
   margin-bottom: 10px;
   text-transform: uppercase;
}
.multiple-checkout  h3.legend{
   font-weight: bold;
   margin-bottom: 10px;
}
.multiple-checkout .col-wide h3,
.multiple-checkout  .col-wide h4{
	font-weight: bold;
	margin-bottom: 10px;
}
.multiple-checkout .box-title{
	background: #777;
}
.multiple-checkout .box .box-content{
	padding: 15px;
	border: 1px solid #e9e9e9;
	margin-bottom: 15px;
}
.multiple-checkout .messages{
	float: none;
}
#multishipping-billing-form .sp-methods dt{
	line-height: 170%;
}
.multiple-checkout .box-title &gt;h3,
.multiple-checkout .box-title &gt;h2,
.multiple-checkout .box-title &gt;h4{
	color: #ffffff;
	line-height: 100%;
	padding: 8px;
}
.multiple-checkout .box-title &gt;h3 &gt;a,
.multiple-checkout .box-title &gt;h2 &gt;a,
.multiple-checkout .box-title &gt;h4 &gt;a{
	color: #ffffff;
}
#checkout-review-submit .place-order .grand-total{
	float: right;
}
#checkout-review-submit .place-order .grand-total big{
	line-height: 200%;
	/*font-size: 120%;*/
}

/***---------wishlist----------***/
#yt_wrapper #yt_left .block-account .title-header{
	position: relative;
}

#yt_wrapper #yt_left .block-account .block-content &gt; ul &gt; li{
    border-bottom: 1px solid #E5E5E5;
    padding: 5px 0;
}
#yt_wrapper #yt_left .block-account .block-content &gt; ul &gt; li:last-child{
	border:none;
}
.my-account .product-name{
	font-weight: bold;
	margin-bottom: 5px;
}
/* .my-account #wishlist-view-form .buttons-set{
	float: right;
} */
.my-account #wishlist-view-form textarea{
	width: 100%;
	margin-top: 5px;
	padding:5px 10px;
}
.my-account #wishlist-view-form .price-box{
	font-weight: bold;
	/*font-size: 116.67%;*/
	margin-bottom: 5px;
}
.my-account &gt; #form-validate &gt; .buttons-set {
    display: inline-block;
    width:100%;
}
.my-account &gt; #form-validate &gt; .buttons-set .back-link{
	float:left;
}
.my-account .box-account{
	margin-top: 10px;
}
.my-account .box-account .box-head {
    background:#000;
	border-radius:3px;
    color: #FFFFFF;
    line-height: 100%;
    padding: 10px;
}
.my-account .box-account .box-head  &gt; h2 {
	float: left;
    font-weight: bold;
    text-transform: uppercase;
}
.my-account .box-account .box-head  &gt; a {
	float: right;
	color: #fff;
}
.account-login .cus-wrapper-login,
.reg-container {
    border: 1px solid #D9D9D9;
    padding: 15px 15px 10px 15px;
}
.reg-container {
    min-height: 210px;
}
.product-review .product-img-box p.label{
	clear: both;
	color: inherit;
	display: block;
	/*font-size: 100%;*/
	padding: 10px 0;
	text-align: left;
}
.product-review .product-img-box .rating-box{
	margin-top:3px;
}
.product-review .product-details{
	padding-top:10px;
}
#my-tags-table .add-to-links{
	text-align:center;
	padding-top:10px;
	clear:both;
}
#my-tags-table .add-to-links .link-wishlist{
	margin-right:0px;
}
.cus-wrapper-login .input-text{
	width:100%!important;
}
#checkout-step-login #login-form{
	margin-left: 0;
}

.my-account .col2-set .col-1,
.account-login .col2-set .col-1{
	float: left;
	width: 50%;
}
.my-account .col2-set .col-2,
.account-login .col2-set .col-2{
	float: right;
	width: 50%;
	padding-left: 30px;
}
.my-account .data-table{
	width: 100%;
	margin-bottom: 10px;
}
.my-account .data-table#my-orders-table{
	margin-top: 10px;
	margin-bottom: 20px;
}
.my-account .data-table .input-text.qty{
	width: 40px;
	margin-bottom: 10px;
	text-align:center;
}
#wishlist-table .add-to-cart-alt .input-text.qty{
	vertical-align:top;
	height:39px;
}
#wishlist-table .add-to-cart-alt{
	clear:both;
	padding-top:10px;
}
#wishlist-table .add-to-cart-alt button{
	float:none!important;
}
.my-account .data-table .link-edit{
	float: left;
	margin-top: 5px;
	width: 100%;
	display:none;
}
.my-account .box-title{
	overflow:hidden;	
	border-bottom: 1px dashed #E9E9E9;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.my-account .box-title &gt; h3{
	line-height: 180%;
	font-weight: bold;
	float: left;
}
.my-account .box-title &gt; a{
	float:right;
	line-height: 180%;
}
.my-account .box-title &gt; a:hover{
	text-decoration:underline;
}
.my-account .box-content h4{
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 5px;
}
.my-account .box-account .number{
    background: none repeat scroll 0 0 #DEDEDE;
    border-radius: 50%;
    color: #FFFFFF;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 2px 10px 0 0;
    text-align: center;
    width: 30px;
	/*font-size:116.67%;*/
}
.fieldset{
    margin-bottom: 20px;
}
.fieldset .legend {
	border-bottom: medium double #F6F6F6;
    display: inline-block;
    font-family: inherit;
    /*font-size: 150%;*/
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.buttons-set {
    border-top: 1px solid #e9e9e9;
    text-align: right;
	margin-top: 10px;
	padding-top: 10px;
}
.buttons-set .button{
	float:right;
	margin-left: 5px;
}
.my-account .buttons-set.buttons-set2{
	border: none;
	padding: 0;
	margin: 0;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
}
.my-account .form-list .field {
    float: left;
    width: 50%;
}
.account-login  .col2-set .content &gt; h2{
	text-transform: uppercase;
	margin-bottom: 10px;
	/*font-size: 117%;*/
	border-bottom:medium double #F6F6F6;
	display:inline-block;
	padding-bottom:5px;
}

.col2-set .content &gt; h2{
	font-weight: bold;
	margin-bottom: 5px;
}
.form-list li{
	margin-bottom: 5px;
}
.form-list input.input-text,
input.input-text {
   /* width: 230px;*/
	padding: 7px 10px;
	border:1px solid #D9D9D9;
}
input.input-text.qty{
	width: auto;
}
.my-account .pager{
	border: 1px solid #e9e9e9;
	border-bottom: 4px solid #e9e9e9;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}
.pager li &gt; a, .pager li &gt; span {
    border-radius: 0;
    line-height: 100%;
    padding: 5px 10px;
    background-color: #F4F4F4;
    margin-left: 5px;
    float: left;
    border: 1px solid #e9e9e9;
}
.pager li &gt; a:hover, 
.pager li &gt; a:focus,
.pager li.current &gt; a {
    color: #fff;
    border: 1px solid transparent;
}
.my-account .pager .amount {
    float: left;
	line-height:24px;
	margin-right:20px;
	margin-top:2px;
}
.my-account .pager  .limiter {
    float: left;
}
.my-account .pager .pages{
	display: inline-block;
	float: right;
}
.my-account .pager &gt; .pages &gt; ol{
	display: inline;
}
.box-account.box-reviews &gt; ol &gt; li,
.box-account.box-tags &gt; ol &gt; li {
    padding: 10px 0;
}
.box-account.box-reviews &gt; ol &gt; li strong,
.box-account.box-tags &gt; ol &gt; li  strong{
	display:inline-block;
	vertical-align:top;
}
.box-account.box-reviews &gt; ol &gt; li ul,
.box-account.box-tags &gt; ol &gt; li ul{
	display:inline-block;
	vertical-align:top;
}
.box-account.box-reviews &gt; ol &gt; li ul li,
.box-account.box-tags &gt; ol &gt; li ul li{
	display:inline-block;
}
.my-account .addresses-list{
	clear:both;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2{
	padding-left:0px;
}
.box-account.box-reviews &gt; ol li .ratings strong{float:left; margin-top:-1px; margin-right:3px;}
.pager .limiter label {
	font-weight: normal;
}
.pager .limiter select {
    margin: 0;
    /* width: 65px; */
    position: relative;
	padding: 2px;
	border:1px solid #e5e5e5;
}
.my-account .title-buttons .page-title{
	float: left;
}
/* .my-account .link-print{
    float: right;
} */
.my-account .link-print{
	margin-right: 10px;
}
.my-account .tags-list li{
	display:inline;
}
.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2{
	font-weight: bold;
	float: left;
	width: 100%;
	margin: 10px 0 7px 0;
}
.my-account .addresses-list h2{
	border-bottom: 1px dashed #E9E9E9;
	padding-bottom: 5px;
	margin: 0;
}
/* CSS DROPDOW LOGIN */
.popup {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    z-index: 999;
	padding:20px 17px 0px;
	box-shadow:00 6px 5px rgba(0, 0, 0, 0.45);
	left:-77px;
	top:41px;
	display:none;
}
.chk-remember label{
	color:#909090;
}
.textbox-login .input-text{
	border: 1px solid #E9E9E9;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 43px;
	color:#909090;
	height:29px;
	line-height:29px;
	padding-top:0px;
	padding-bottom:0px;
}

.textbox-login .input-text:focus{
	border: 1px solid #E9E9E9;
    border-radius: 4px;
}
.chk-remember {
    text-align: left;
	margin-top: 5px;
}
#uniform-chk_remember{
	display:inline-block;
	vertical-align: top;
	margin-right: 3px;
}
#uniform-chk_remember &gt; span{
	width:16px;
	height:16px;
	display:inline-block;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/rmb-login.png) no-repeat top left;
}
#uniform-chk_remember &gt; span.checked{
	background-position:left bottom;
}
#uniform-chk_remember &gt; span #chk_remember{
	width:16px;
	height:16px;
	opacity:0;
	filter:alpha(opacity = 0);
	margin:0px;
}
.textbox-login #mini-login{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/ipt-username.png) no-repeat left center;
}
.textbox-login #mini-password{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/ipt-password.png) no-repeat left center;
}
.submit-login .submit-repl{
	height:34px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-login-btn.png) no-repeat 11px 7px #000;
	border:none;
	border-radius:3px;
	padding-left:40px;
	color:#a8a8a8;
	padding-right:14px;
	/*font-size:133.33%;*/
	/* transition: background-color .2s; */
}

.submit-login {
    text-align: left;
	padding-top:10px;
}
.submit-login .submit-repl:hover{
	color:#fff;
	background-position:11px -75px;
}
.ratings  a,
.no-rating a{
	color: #909090;
    font-size: 11px;
	float:left;
}
.ratings .amount{
	float:left;
}
.list-cat li{
	clear:both;
	border:none!important;
	padding:9px 0 !important;
	text-align:left!important;
}

.list-cat li a{
	/*font-size:100%;*/
	padding:3px 3px 3px 20px!important;
}
.list-cat li a:hover,
.css-1column-parent .link-1column .sm_megamenu_title a:hover{
	background-position:0px -85px;
}
.clear-categories{
	clear:left;
}
.men-item-parent .list-cat{
	margin-bottom:25px!important;
	display:inline-block;
}
.men-item-parent .list-cat.last-categories{
	margin-bottom:0px!important;
}
.men-item-parent &gt; div,
.men-left-item{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-men-item.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:33% auto;
}
.men-left-item{
	background-size:28% auto;
	padding: 10px 15px!important;
}
.women-left-item{
	padding:10px 15px!important;
}
.women-left-item {
    padding-bottom: 20px!important;
}
.men-left-item-parent .sm_megamenu_dropdown_6columns,
.men-left-item-parent .men-left-item,
.women-left-item-parent .sm_megamenu_dropdown_6columns{
	max-width:700px!important;
}
.boy-item-left-parent .sm_megamenu_dropdown_6columns{
	max-width:762px!important;
}
.men-left-item-parent .men-left-item .sm_megamenu_col_2{
	margin-right:50px;
}
.sm_megamenu_content .block-best-seller-products .item{width:50%;float:left; padding-right:10px; margin-bottom:18px;}
.sm_megamenu_content .block-best-seller-products .item.odd{padding-left:10px; padding-right:0px;}
.sm_megamenu_content .block-best-seller-products .bottom-item{margin-bottom:0px;}
.sm_megamenu_content .block-best-seller-products .product-image{
	float:left;
}
.sm_megamenu_content .block-best-seller-products .item-box-content{
	margin-left:90px;
}
.sm_megamenu_content .block-best-seller-products .item-description{
	line-height:20px;
}
.sm_megamenu_content .block-best-seller-products {
    padding-top: 20px;
}
.sm_megamenu_content .block-best-seller-products .product-image a{
	overflow:hidden;
	display:inline-block;
}
.sm_megamenu_content .block-best-seller-products .product-image a img{
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
.sm_megamenu_content .block-best-seller-products .product-image a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1) ;
	-o-transform: scale(1.1) ;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.top-products-menu .item{width:100%!important; padding-left:0px!important; padding-right:0px!important;}

.block-best-seller-products .special-price .special-price{
	/*font-family:Roboto Condensed Light;*/
	/*font-size:214.285%;*/
	display:block;
	margin-bottom:13px;	
}
.block-best-seller-products .old-price {margin-left:0px;}
.block-best-seller-products .old-price .price{
	/*font-family:Roboto Condensed Light;*/
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .product-name a{
	/*font-family:Roboto Condensed Light;*/
	/*font-size: 100%;*/
	font-weight:bold;
} 
.top-products-menu .product-name{margin-bottom:15px!important;}
.block-best-seller-products .regular-price .price{
	/*font-family:Roboto Condensed Light;*/
	/*font-size:214.285%;*/
}
.bedroom-item-head{
	/* padding-bottom:10px!important; */
}
.top-products-menu .item:last-child {
    margin-bottom: 0;
}
.static-services {
    margin-top: 50px;
    /* margin-bottom: 95px; */
	display:inline-block;
	width:100%;
}
.services-wrapper .block-wrap{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-img-st.png) no-repeat;
	background-position:0 top;
	background-size:auto 100%;
	text-align:center;
	padding:25px 29px 20px 29px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
	/* height:350px; */
}


.services-wrapper .block-wrap h2 a{
	/*font-size:128.571%;*/
	color:#e5e5e5;
	/*font-family:Roboto Condensed Light;*/
	text-transform:uppercase;
	font-weight:bold;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.services-wrapper .block-wrap:hover h2 a{
	color:#fff;
}
.services-wrapper .block-wrap p{
	color:#e5e5e5;
	
	line-height:20px;
	margin:27px 0 34px;
	text-align:left;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.services-wrapper .block-wrap .read-more{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/read-more.png) no-repeat left center;
	display:inline-block;
	text-transform:uppercase;
	padding-left:39px;
	color:#e5e5e5;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
	/*font-family:Roboto Condensed Light;*/
}
.services-wrapper .block-wrap:hover .read-more{
	color:#fff;
}
.services-wrapper .block-wrap .icon-img{
	width:105px;
	height:105px;
	display:inline-block;
	margin-bottom:10px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.services-wrapper .block-wrap .icon-img a{
	display:block; 
	height:105px;
	overflow:hidden; text-indent:-9999px;
}
.services-wrapper .leak .block-wrap .icon-img{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/img-st-1.png) no-repeat top center;
}
.services-wrapper .leak .block-wrap:hover .icon-img{
	background-position:center -213px;
}
.services-wrapper .warter .block-wrap .icon-img{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/img-st-2.png) no-repeat top center;
}
.services-wrapper .warter .block-wrap:hover .icon-img{
	background-position:center -212px;
}
.services-wrapper .bathroom .block-wrap .icon-img{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/img-st-3.png) no-repeat top center;
}
.services-wrapper .bathroom .block-wrap:hover .icon-img{
	background-position:center -218px;
}
.services-wrapper .bathtub .block-wrap .icon-img{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/img-st-4.png) no-repeat top center;
}
.services-wrapper .bathtub .block-wrap:hover .icon-img{
	background-position:center -209px;
}
.services-wrapper .block-wrap .st-content{
	padding-top:0px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.title-home h2{
	text-align:center;
	/*font-size:214.285%;*/
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:30px;
}
.des-home{
	text-align:center;
	margin-bottom:45px;
	padding:0 15px;
}
.tab-wrapper .des-home{
	margin-bottom:25px;
}
.block-full-width .wrap-content{
	background:#e5e5e5
}
.client-wrapper .wrap-content{
	background-size:100% 100%!important;
}
.block-full-width{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/shadow-full.png) no-repeat center bottom #fff;
	padding-bottom:54px;
	margin-bottom:46px;
}

.respl-item .item-inner {
    background: #FFFFFF;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
	position:relative;
}

.w-image-box {
    position: relative;
}
.respl-item .item-inner .item-image{
	text-align:center;
	position:relative;
	background:#fff;
	margin-bottom:13px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
	overflow:hidden;
}
.respl-item .item-inner  .item-time{
	display:inline-block;
	position:absolute;
	bottom:25px;
	right:-15px;
}
.deal-listing {
    margin-bottom: 20px;
}
.banner-wrapper-s {
    /*margin-bottom: 40px;*/
}
.banner-wrapper-s  .banner-ct a img{
	width:100%;
}
.banner-wrapper-s .col-center .banner-ct a:first-child{
	margin-bottom:30px;
	display:block;
}
.respl-item .item-inner  .item-time .time-item{
	display:inline-block;
	text-align:center;
	padding:0 17px;
	border-right:1px solid rgba(255,255,255,0.5);
	color:#fff;
}
.des-deal {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -10px;
	color:#909090;
}
.respl-item .item-inner  .item-time .item-timer{
	position:relative;
	padding:12px 0px;
	height:75px;
	padding-right:8px;
}
.respl-item .item-inner  .item-time .item-timer:before{
	position:absolute;
	display:inline-block;
	content:"";
	position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #9e9e9e;
    border-bottom: 6px solid #9e9e9e;
    right: 5px;
    top: -9px;;
}
.sm-deal-inner #box-dailydeal{
	padding-right:15px;
	margin-right:-15px;
}
.sm-deal-inner .slider .vpo-wrap .vp .vpi-wrap{
	margin-right:-15px;
}
.sm-deal-inner .slider .vpo-wrap .vp{
	overflow:visible!important;
}
.respl-item .item-inner  .item-time .item-timer &gt; div:last-child{
	border:none;
}
.respl-item .item-inner  .item-time .time-item .num-time{
	/*font-family:Roboto Condensed Regular;*/
	/*font-size:183.33%;*/
	margin-bottom:10px;
}
.respl-item .item-inner  .item-time .time-item .name-time{
	/*font-size:91.67%;*/
}
.sm_quickview_handler{
	display:none;
}
.sm-deal-wrap .view-detail{
	background-color:#868686;
	width:122px;
	height:42px;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	line-height:42px;
	/*font-size:133.33%;*/
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-21px;
	margin-left:-61px;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	box-shadow:4px 4px 5px rgba(0,0,0,0.55);
	-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.55);
	-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.55);
}
.sm-deal-wrap .w-image-box:hover .view-detail{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.sm-deal-wrap .w-image-box:hover .item-time{
	bottom:0px;
	opacity:0;
}


.respl-item .item-inner .item-image .rspl-image {
    display: block;
    line-height: 0;
    -webkit-transition:.8s;
	-moz-transition:.8s;
	-o-transition:.8s;
	-ms-transition:.8s;
	transition:.8s;
    width: 200%;
}
.respl-item .item-inner .item-image:hover .rspl-image {
    margin-left: -100%;
}
.respl-item .item-inner .item-image a  img{
	width:100%;
}
.respl-item .item-inner .item-image .rspl-image  img{
	width:50%;
	float:left;
}
.respl-item .item-inner .item-image .item-price {
    background: none repeat scroll 0 0 #868686;
    border-radius: 50%;
    height: 76px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 76px;
	z-index:10;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}

.respl-item .item-inner .item-image .item-price.special-box{
	background-color:#6aad45;
}
.respl-item .item-inner .item-image .item-price .old-price{
	position:absolute;
	top:17px;
	left:0px;
	width:100%;
}
.respl-item .item-inner .item-image .item-price .special-price{
	position:absolute;
	bottom:9px;
	left:0px;
	width:100%;
}
.respl-item .item-inner .item-image .link-wishlist{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-btn-wishlist.png) no-repeat center center #868686;
    border-radius: 50%;
    height: 64px;
    position: absolute;
    right: 10px;
	margin-right:0px;
    top: 10px;
    width: 64px;
	z-index:9;
	overflow:hidden;
	text-indent:-9999px;
	transform:scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);	
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
}

.respl-item .item-inner .item-image:hover .item-price{
	transform:scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);	
	top:3px;
	right:3px;
}
.respl-item .item-inner .item-image:hover .link-wishlist{
	transform:scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);	
}
.respl-item .item-inner  .item-info .item-title {
    margin-bottom: 7px;
}
.respl-item .item-inner .item-image .item-price .minimal-price {
    color: #FFFFFF;
    padding-top: 13px;
}
.respl-item .item-inner .item-image .item-price .regular-price .price{
	color: #FFFFFF;
    /*font-size: 166.67%;*/
    line-height: 76px;
}
.respl-item .item-inner .item-image .item-price .minimal-price .price{
   /* font-size: 150%;*/
}
.respl-item .item-inner .item-image .item-price .special-price .special-price{
	color: #FFFFFF;
    display: block;
    /*font-size: 166.67%;*/
    margin-top: 16px;
	/*font-family: 'Roboto Condensed Regular';*/
}
.respl-item .item-inner .item-image .item-price .price-from,
.respl-item .item-inner .item-image .item-price .price-to{
	color:#fff;
}
.respl-item .item-inner .item-image .item-price .price-from{
	margin-top:17px;
}
.respl-item .item-inner .item-image .item-price .price-from .price,
.respl-item .item-inner .item-image .item-price .price-to .price{
	/*font-size:110%;*/
}
.respl-item .item-inner .item-image .item-price .old-price .price{
	color: #FFFFFF;
	/*font-size: 133.33%;*/
}
.respl-item .item-inner .item-image:hover,
.sm_megamenu_wrapper_horizontal_menu img:hover{
	/*box-shadow:7px 7px 0px rgba(0,0,0,0.10);*/
	
}
.respl-item .item-inner .item-info{
	text-align:center;
}

.respl-item .item-inner .item-review {
    display: inline-block;
    float: none;
	line-height:16px;
	/* margin-top:-2px; */
}

.respl-item .item-inner .ratings .rating-links {
    margin: 3px 0 0;
	clear:both;
}
.new-product{
	width:44px;
	height:44px;
	display:inline-block;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/new-label-p.png) no-repeat top left;
    position: absolute;
	/*font-size:91.67%;*/
	color:#fff;
	text-align:center;
	line-height:44px;
	/*font-size:133.33%;*/
	left:10px;
	top:10px;
}

.sale-item{
	width:44px;
	height:44px;
	display:inline-block;
	/*background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/sale-label-p.png) no-repeat top left;*/
    position: absolute;
	/*font-size:91.67%;*/
	color:#fff;
	text-align:center;
	line-height:44px;
	font-size:133.33%;
	right:10px;
	top:10px;
}
.sm-deal-wrap .sale-item{
	width:76px;
	height:75px;
	line-height:23px;
	padding-top:15px;
	/*font-size:133.33%;*/
	text-transform:uppercase;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/sale-deal-label.png) no-repeat top left;
}
.sm-deal-wrap .sale-item span{
	display:block;
}
.respl-item .item-info .item-title a{
	text-transform:uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
	font-size:13px;
	letter-spacing:1px;
	
	
}
.mobile-menu-wrapper{
	position:relative; z-index: 7000;
}
.respl-item .item-info .old-price{
	display:inline-block;
	float: none !important;
	margin-right:10px;
}
.respl-item .item-info .minimal-price .price{
	/*font-size:214.285%;*/
	/*font-family:Roboto Condensed Light;*/
	
}

.respl-item .item-info .price-from .price{
	/*font-size:150%;*/
	/*font-family:Roboto Condensed Light;*/
	/* line-height:50px; */
}
.respl-item .item-info .price-from {
	display:inline-block;
	margin-right:5px;
}
.respl-item .item-info .price-to{
	/* float:right; */
	display:inline-block;
}
.respl-item .item-info .price-to .price{
	/*font-size:150%;*/
	/*font-family:Roboto Condensed Light;*/
	/* line-height:50px; */
}


.respl-item .item-info .special-price{
	display:inline-block;
	float: none !important;
}
.respl-item .item-info .item-price .price {
    /* height: 43px; */
	/*font-family:Roboto Condensed Regular;*/
	display:inline-block;
	/* width:100%; */
	font-size:12px;
	text-align:center !important;
}
.respl-item .item-info .special-price .special-price{
	/*font-size:166.67%;*/
	margin-right:15px;
	/*font-family:roboto condensed regular;*/
}
.respl-item .item-inner .item-info .item-price{
	height:33px;
	text-align:center !important;
}

.price-box .minimal-price-link span.label{
	color:inherit;
}
.respl-item .item-inner .item-info .item-price .old-price .price{
	/*font-size:133.33%;*/
}
.respl-item .item-info .item-desc{
	margin-bottom:13px;
}

.respl-items .respl-item .item-title {
    margin-bottom: 13px;
}
#yt_main #blog-list .product-info{
		margin-left:0px!important;
}
.blog-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
}
.client-wrapper{
	background:#fff;
	padding-bottom:0px;
	margin-bottom:62px;
}
.client-wrapper .item-wrap{
	max-width:945px;
	margin:0 30px;
}
.no-route-page-content1 &gt; img {
    max-width: 100%;
    width: auto;
}
.client-wrapper .img-client{
	 border-radius:50%;
	 overflow:hidden;
	 border:2px solid rgba(255,255,255,0.2);
	 width:139px; height:139px;
	 float:left;
}
.client-wrapper .info-client{
	margin-left:170px;
	color:#e5e5e5;
	line-height:20px;
}
.client-wrapper .bottom-content{
	/*font-family:Roboto Condensed Light;*/
}
.client-wrapper .info-client .name-client{
	/*font-size:128.571%;*/
	margin-top:17px;
}


.client-wrapper .info-client .comment{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/d-border.png) no-repeat left bottom;
	padding-bottom:10px;
}

.btn-menu-mobile {
    display: none !important;
}



.client-wrapper .carousel-control{
	width:40px;
	height:40px;
	top:65%;
	background-position:left top;
	display:inline-block;
	overflow:hidden;
	text-indent:-9999px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
	filter: none;
	background-color:transparent; */
}
.client-wrapper .carousel-control.left_h{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-prev-client.png)!important;
	background-repeat:no-repeat;
	background-position:top left;
}
.client-wrapper .carousel-control.left_h:hover{
	background-position:right top;
}
.client-wrapper .carousel-control.right_h{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-next-client.png)!important;
	background-repeat:no-repeat;
	background-position:top right;
	right:0px;
	left:inherit;
}
.client-wrapper .carousel-control.right_h:hover{
	background-position:left top;
}
.client-wrapper .title-client{
	text-align:center;
}
.client-wrapper .title-client h2{
	/*font-size:214.285%;*/
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	padding:25px 30px;
}
.client-wrapper .carousel-inner{
	margin:40px 0 57px;
}

/* ******************************BLOCK *************************** */
.home-products .item-lb-image{
	width:170px;
	float:left;
}
.home-products .item-lb-image img{
	width:100%;
}
.lt-blog-info{
	text-align:left;
}
.lt-blog-info.info-first-blog {
    margin-left: 182px;
}
.lastest-block .item-lb-image{
	position:relative;
	overflow:hidden;
	margin-bottom:17px;
}
.lastest-block .item-lb-image img{width:100%;}
.lastest-block .item-lb-image .date-blog{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	
}
.lastest-block .item-lb-image .date-blog h3{
	display:inline-block; padding:15px 20px;
	/*font-size:128.571%;*/
	color:#e5e5e5;
	text-transform:uppercase;
	/*font-family:Roboto Condensed Light;*/
}
.grid-blog{
	padding-top:0px;
}
.grid-blog li{
	border-bottom:1px solid #e9e9e9;
	margin-bottom:7px;
	padding-bottom:10px;
}
.grid-blog li:last-child,
.grid-blog li:first-child{
	border:none;
}
.w-agoday{
	/*font-size:91.67%;*/
	color:#909090;
}
.grid-blog .item-lb-title a{
	/*font-size:133.33%;*/
	/*font-family:Roboto Condensed Regular;*/
	letter-spacing: 0.5px;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}

.grid-blog .item-lb-title a span:first-child{
	display:block;
	padding-bottom:3px;
}

.grid-blog .item-lb-description {
	padding:4px 0 0px;
}
.link-comment {
	color:#909090;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	-ms-transition:.5s;
	transition:.5s;
}
.blog-list-left .comment-blog .link-comment{
	/*font-size:100%;*/
}
.comment-blog .link-comment:hover,
.postContent .link-comment:hover{
	background-position: left center;
}
.lastest-block{
	margin-bottom:65px;
}
.lastest-block .item-lb-image img{
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.lastest-block .item-lb-image:hover img{
	/* -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1) ;
	-o-transform: scale(1.1) ;
	-ms-transform: scale(1.1);
	transform: scale(1.1); */
	opacity:0.7;
	filter:alpha(opacity = 70); 
}
/* .our-services .container{
	padding-bottom:50px;
} */
#what-client-say .item-cus{
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}
#what-client-say .item-cus .cus-image-box img{
	width:100%;
}
#what-client-say .carousel-indicators &gt; li {
    background: none repeat scroll 0 0 #E2E2E2;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    width: 14px;
	cursor:pointer;
	border:none;
	margin:0 3px 0px 0px;
}
#what-client-say .carousel-indicators &gt; li.active{
	width:14px;
	height:14px;
	border:none;
}
#what-client-say .carousel-indicators {
    bottom: inherit;
    left: inherit;
    margin-bottom: 15px;
    margin-left: 0;
    position: relative;
    right: inherit;
    text-align: left;
    top: inherit;
}
#what-client-say .item-cus .cus-image-box{
	width:100px;
	height:100px;
	display:inline-block;
	line-height:0px;
	float:left;
	border:5px solid #ededed;
}
#what-client-say .item-cus .cus-info-box{
	margin-left:120px;
}
#what-client-say .item-cus .detail-s{
	font-style:italic;
	margin-bottom:10px;
}
#what-client-say .item-cus .name-client{
	/*font-size:116.67%;*/
	/*font-family:Roboto Condensed Regular!important;*/
}
#yt_left .block,
#yt_right .block {
	margin-bottom:32px;
}
#yt_left .block .block-title,
#yt_right .block .block-title,
.related-header .block-title,
.block-right-nav .block-title,
.home-products .block-title{
	margin-bottom: 25px;
    padding-bottom: 8px;
}
#yt_left .block .block-title strong,
#yt_right .block .block-title strong,
.related-header .block-title strong,
.block-right-nav .block-title strong,
.home-products .block-title strong{
	
	/*font-size:166.67%;*/
	color:#000;
	font-weight:normal;
}

.left-image .block-content a img{
	width:auto;
	max-width:100%;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}
.left-image .block-content a:hover img,
.left-product-base .product-image:hover img,
.products-list .product-image:hover,
.banner-right a img:hover,
.banner-bottom a img:hover,
.home-products .item-lb-image img:hover,
.banner-wrapper-s  .banner-ct a img:hover,
.banner-under-content a img:hover,
.static-image-left img:hover,
.list-image li a img:hover,
.women-left-item a img:hover,
.static-homev1 img:hover,
.static-banner-center-homev1 .img-static-homev1 img:hover,
.static-banner-homev2 a img:hover{
	box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}
.banner-under-content a img{
	width:100%;
}
.banner-right a img:hover,
.banner-bottom a img:hover,
.banner-wrapper-s  .banner-ct a img:hover,
.banner-under-content a img:hover,
.static-homev1 img:hover,
.static-banner-center-homev1 .img-static-homev1 img:hover,
.static-banner-homev2 a img:hover{
	opacity:0.8;
	filter:alpha(opacity = 80);
}
.content-aboutus-home{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-content-home.png) no-repeat bottom center;
	margin-bottom: 40px;
    padding-bottom: 22px;
}
.content-aboutus-home .logo-n-salamy{
	text-align:center;
}
.social-home {
    text-align: center;
	padding-top:12px;
}
.a-few-words {
    background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-title-content.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    margin-bottom: 15px;
    padding-bottom: 25px;
	margin-top:10px;
    text-align: center;
	/*font-size:116.67%;*/
}
.w-de-aboutus {
    margin: 0 auto;
    text-align: center;
}


.banner-center-wrapper{
	background:#171717;
	position:relative;
	padding:28px 120px 28px 174px;
	/*font-size:150%;*/
	margin-bottom:38px;
}
.banner-center-wrapper .bold-text{
	color:#ffeb0c;
	/*font-size:133.33%;*/

	/*font-family: roboto condensed regular;*/
    font-weight: bold;
}
.fashon-logo-center{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/fashion-banner-center.png) no-repeat;
	width:37px;
	height:70px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	right:6px;
	opacity:0.3;
	filter:alpha(opacity = 30);
	top:3px;
}
.banner-center-wrapper:hover .fashon-logo-center{
	opacity:1;
	filter:alpha(opacity = 100);
}
.banner-center-wrapper:hover .free-shipping-car{
	left:10px;
}
.banner-center-wrapper a{
	color:#b7b7b7;
}
.banner-center-wrapper a:hover{
	color:#e0e0e0;
}
.free-shipping-car{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/free-shipping-car.png) no-repeat;
	width:134px;
	height:84px;
	position:absolute;
	top:-15px;
	left:17px;
	overflow:hidden;
	text-indent:-9999px;
}

.wrap-brand .container-slider{
	padding:0 55px;
}
.wrap-brand .container-slider .item-img-info:hover img {
    transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
}

.container-slider .page-button .control-button li.preview,
.sm-deal-wrap .prev_deal{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-prev-slider-default.png);
}
.container-slider .page-button .control-button li.next,
.sm-deal-wrap .next_deal{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-next-slider-default.png);
}
.slider-tab-listing .control-button .prev_tablist{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-prev-slider-default.png);
    right: 45px;
}
.prev_deal,
.next_deal{
	position:absolute;
	top:19px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	height:37px!important;
	width:37px!important;
	background-position:14px 14px !important;
}
.prev_deal:hover,
.next_deal:hover{
	background-position:14px -77px!important;
}
.prev_deal{
	right:42px;
}
.next_deal{
	right:0px;
}
.slider-tab-listing .control-button .next_tablist{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-next-slider-default.png);
    right: 0px;
}
.w-title{
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-content-home.png") no-repeat scroll center bottom;
	text-align:center;
	height:30px;
}
.sm-deal-wrap .w-title{
	margin-bottom:40px;
	background:none;
	text-align:left;
	position:relative;
}
.w-title h2{
	background:#fff;
	display: inline-block;
    /*font-size: 200%;*/
    margin-top: 14px;
    padding: 0 10px;
	text-transform:uppercase;
	position:relative;
}
.sm-deal-wrap .w-title h2{
	padding:0;
	padding-bottom:3px;
	border-bottom:2px solid #a8a8a8;
}
.title-brand{
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-title-content.png") no-repeat scroll center bottom;
	padding-bottom:33px;
}

.base-products-clients-say {
    margin-bottom: 10px;
}

.respl-tabs-wrap {
    border-bottom: 1px solid #e5e5e5;
	position:relative;
}
.respl-tabs-wrap .respl-tabs{
	position:absolute;
	right:0px;
	bottom:-1px;
}
.respl-tabs-wrap h2.cat-name-tab{
	float: left;
    /*font-size: 200%;*/
    text-transform: uppercase;
	border-bottom: 2px solid #a2a2a2;
    margin-bottom: -1px;
	padding-bottom:5px;
}
.tab-home-left .respl-tabs-wrap h2.cat-name-tab{
	background-color: #272727;
    border-bottom: none;
    padding: 8px 15px;
    display: inline-block;
    color: #fff;
}
.static-image-left {
    margin-bottom: 40px;
	position:relative;
}
.static-image-left .robin-sale {
    left: -6px;
    position: absolute;
    top: -5px;
}
.slider-tab-listing .control-button{
	position:relative;
}
.slider-tab-listing .control-button .prev_tablist,
.slider-tab-listing .control-button .next_tablist{
	top: -68px;
    z-index: 999;
	position:absolute;
	width:39px;
	height:39px;
	background-color:#ffffff;
	border:1px solid #dbdbdb;
	border-radius:3px;
	background-repeat:no-repeat;
	background-position:16px 15px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}
.slider-tab-listing .control-button .prev_tablist:hover,
.slider-tab-listing .control-button .next_tablist:hover{
	background-position:16px -76px;
}

.slider-tab-listing .vpo-wrap .vp{
	margin-left:0px!important;
}
.slider-tab-listing .container-slider .slider{
	padding-right:0px!important;
}
/* ***************************DROP DOWN NAVIGATION********************* */
.dropdow-nav li.parent{
	position:relative;
}
.dropdow-nav li .toggle{
	display:none;
}
.dropdow-nav li.parent .toggle,
.dropdow-nav li .touch-item{
	position:absolute;
	right:0px;
	top:12px;
	display:inline-block;
	width:15px;
	height:15px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/toogle-item-d.png) no-repeat top left #868686;
	border:none;
	padding:0px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.dropdow-nav li.parent .toggle.selected,
.dropdow-nav li .touch-item.change{
	background-position:left bottom;
}
.dropdow-nav  li a{
	position:relative;
	padding:10px 0;
	display:block;
	border-bottom:1px dashed #c9c9c9;
	/*font-size: 116.67%;*/
	/*font-family: 'Roboto Condensed Regular';*/
	letter-spacing:0.1px;
}
.dropdow-nav li ul li a {
    padding-left: 15px;
	/*font-size:100%;*/
}
.dropdow-nav li ul li ul li a{
	padding-left:30px;
}
.dropdow-nav li ul li ul li ul li a{
	padding-left:45px;
}
.dropdow-nav .more-view {
    display: inline-block;
    padding: 10px 18px 10px 0;
	cursor:pointer;
	position:relative;
}

.dropdow-nav .more-view:before {
    content: "+";
    font-size: 17px;
    position: absolute;
    right: -4px;
    top: 10px;
}
.dropdow-nav .more-view.open:before {
	content:"-";
	top:9px;
}
.dropdow-nav .more-view.open {
    background-position: right -79px;
}
.dropdow-nav  li ul li ul{
	display:none;
}
.dropdow-nav  li ul li  .touch-button{
	display:none!important;
}

.dropdow-nav li ul li ul li:last-child {
    padding-bottom: 0;
}

.dropdow-nav .touch-button{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/show-nav.png) no-repeat 3px 4px;
	top:7px;
	right:0px;
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}

/*****************************************/
.dropdow-nav .touch-hidden{
	display:none;
	width:20px;
	height:20px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/show-nav.png) no-repeat 3px -83px;
	top:7px;
	right:0px;
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.touch-button-more{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/show-nav.png) no-repeat 3px 4px;
	top:7px;
	right:0px;
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.change-more{
	background-position:3px -83px;
}

/*****************************************/
.dropdow-nav li ul li .touch-button{
	top:5px;
	
}
.dropdow-nav .change{
	background-position:3px -83px;
}

.block-layered-nav dl dt{
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:8px;
	letter-spacing:1px;
	font-size:13px;
}
.block-layered-nav #narrow-by-list ol li{
	padding:10px 0px;
	border-bottom:1px dashed #C9C9C9;
	position:relative;
	text-transform:uppercase;
}
.block-layered-nav ol li a{
	display:inline-block;
}
.block-layered-nav ol li a .count-i{
	float:right;
	color:#cccccc;
}
.block-layered-nav dd{
	padding-bottom:15px;
	margin-bottom:10px;
}
#narrow-by-list .check-shopby{
	margin-top:1px!important;
	display:none;
}
.block-layered-nav dd.last{
	margin-bottom:0px;padding-bottom:0px;
	border:none;
}

.block-compare #compare-items{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:10px 0px 15px;
}
.block-compare #compare-items .product-name a{

}
#compare-items li{
	position:relative;
	padding-right:20px;
	margin-bottom:15px;
}
#compare-items li:last-child{
	margin-bottom:5px;
}
#yt_left button,
#yt_right button{
	/* font-size:100%!important; */
	float:right;
}
.block-compare .actions{
	padding:10px 0 0px;
}
.block-compare .actions a{
	display:inline-block;
	margin-top:8px;
}
#compare-items li .icon-remove{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-remove.png) no-repeat center center;
	display:inline-block;
	padding:3px;
	width:15px;
	height:15px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	right:0px;
	top:4px;
	opacity: 0.5;
	filter:alpha(opacity = 50);
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}
#compare-items li .icon-remove:hover{
	opacity: 1;
	filter:alpha(opacity = 100);
}
.block-compare .count-compare{
	font-weight:bold;
	padding-bottom:3px;
}

.products-grid .item,
.item-tab-listing .sub-item{
	margin-bottom:30px;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab .moc-tab-item{
	width:22px;
	height:11px;
	display:inline-block;
	position:absolute;
	bottom:-11px;
	left:50%;
	margin-left:-11px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab:hover .moc-tab-item,
.yt-tab-listing .respl-tabs-wrap ul li.tab-sel .moc-tab-item{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
/* ***************************** TOOLBAR ********************** */
.view-mode strong,
.view-mode a{
	float:left;
	display:inline-block;
	background-position:10px 12px;
	width:36px; height:38px;
	overflow:hidden;
	text-indent:-9999px;
	background-repeat: no-repeat;
}


.view-mode a:hover,
.view-mode strong{
	background-position:10px -74px;
}
.view-mode strong.grid {
    border-right: 1px solid #FFFFFF;
}
.view-mode strong.list {
    border-left: 1px solid #FFFFFF;
}
.sort-by .selector{
	/*width:103px !important;*/
}
.limiter .selector{
	width:58px !important;
}

.price-from .price,
.price-to .price{
	/*font-size:150%;*/
}


.left-product-base .product-image{
	float:left;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;	
	clear:left;
}
.left-product-base .product-image img{
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-ms-transition:.4s;
	transition:.4s;
}
.left-product-base .list-items .item,
.left-product-base .list-items .item .sub-item{
	margin-bottom:20px;
}
.left-product-base .list-items .item:last-child{
	margin-bottom:0px;
}

.left-product-base .item-box-content{
	margin-left:100px;
}
.left-product-base .item-box-content .product-name a{
	/*font-size:133.33%;*/
	letter-spacing:0.5px;
}
.left-product-base .item-box-content .item-review .amount{
	display:block;
	clear:both;
}
.left-product-base .item-box-content .item-review .rating-box{
	margin:3px 0 6px
}
.left-product-base .item-box-content .price-wrapper {
    margin: 6px 0 3px;
}
.left-product-base .item-box-content .price-from .price,
.left-product-base .item-box-content .price-to .price,
.left-product-base .item-box-content .minimal-price .price{
	/*font-size:130%;*/
}

.left-product-base .item-box-content .old-price .price{
	/*font-size:120%;*/
}
.yt-product-detail .yt-product-detail-inner{
	
}
.page-sitemap .amount {
    float: left;
}
#sitemap_top_links ul li{
	display:none;
}
#sitemap_top_links ul li.first{display:block; text-align:right;}
.option-wrapper #product-options-wrapper{
	/*background: none repeat scroll 0 0 #ECECEC;*/
	background: none !important;
    padding: 10px 5px 12px;
	/*margin-bottom:30px;*/
}
.option-wrapper #product-options-wrapper .w-option {
    display: inline-block;
    float: left;
    padding: 0 15px;
    width: 50%;
}

#product-options-wrapper dl dt label{
	font-weight:normal;	
	padding-bottom:5px;
}
.product-downloadable-product .option-wrapper #product-options-wrapper,
.product-bundle-product .option-wrapper #product-options-wrapper{
	padding:14px 20px 12px
}
.product-bundle-product .yt-product-detail .yt-detail-right .price-box{
	/*font-size:130%;*/
}
.product-bundle-product .yt-product-detail .yt-detail-right .price-box .price-from,
.product-bundle-product .yt-product-detail .yt-detail-right .price-box .price-to{
	display:inline-block; 
	float:left;
	margin-right:10px;
}
.product-bundle-product .yt-product-detail .yt-detail-right .price-box-bundle {
    padding-top: 15px;
}
.wrap-qty .quantity-controls  input.quantity-plus{
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	background-position:center center;
	background-color:transparent;
	border:1px solid #eee;
}
.wrap-qty .quantity-controls  input.quantity-minus{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	background-position:center center;
	background-color:transparent;
	border:1px solid #eee;
	
}

.wrap-qty .qty-title {
    display: inline-block;
    float: left;
    line-height: 38px;
	/*font-size:133.33%;*/
}
.wrap-qty .qty-set {
    display: inline-block;
    float: left;
	margin:0 10px 0 5px;
	position:relative;
	text-align:center;
}
.add-to-holder .link-wishlist{
	margin-right:2px;
}
.option-wrapper .selector{
	position:relative;
	/*width:100% !important;*/
	width:35% !important;
}
.option-wrapper .selector span{
	border:1px solid #d9d9d9;
	display:inline-block;
	width:100%;
	height:30px;
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/select-option.png") no-repeat scroll 97% 12px #fff;
	width:100%!important;
	margin-right:7px;
	line-height:27px;
	padding-left:5px;
	padding-right:20px;
	overflow:hidden;
}
.option-wrapper .selector:hover span{
	border:1px solid #c0c0c0;
}
.add-to-holder .price-box{
	display:none!important;
}
.site-map-bottom{margin-top:-15px;}
.option-wrapper .selector select{
	opacity:0;
	filter:alpha(opacity = 0);
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	cursor:pointer;
}

.option-product-body .product-shop .price-box{
	display:none;
}


.product-shop .ratings a, .product-shop .no-rating a{
	/*font-size:100%;*/
}


.container-slider-detail .vpo-wrap .vp{
	overflow:visible!important;
}
.slider-upsell .control-button li{
	display:inline-block;
	width:34px;
	height:65px;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:50%;
	margin-top:-85px;
	z-index:501;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
	cursor:pointer;
	background-color:#000;
}
.slider-upsell .page-title{
	margin-bottom:40px!important
}
.slider-upsell .control-button .next_upsell{
	right:-34px;
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-next-slider.png);
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.slider-upsell .control-button .prev_upsell{
	left:-34px;
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-prev-slider.png);
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.slider-upsell .control-button li:hover{
	opacity:1;
	filter:alpha(opacity = 100);
}
.slider-upsell .block-title{
	margin-bottom:20px;
}
.slider-upsell  .block-content{
	position:relative;
}
.container-slider-detail{
	padding-top:30px;
}
.slider-upsell .page-title h1{
	text-transform:uppercase;
	/*font-size:200%!important;*/
	padding:0!important;
	margin-bottom:2px!important;
}

/* Relative Products start*/

.slider-related .control-button li{
	display:inline-block;
	width:34px;
	height:65px;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:50%;
	margin-top:-85px;
	z-index:501;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
	cursor:pointer;
	background-color:#000;
}
.slider-related .page-title{
	margin-bottom:40px!important
}
.slider-related .control-button .next_related{
	right:-34px;
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-next-slider.png);
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.slider-related .control-button .prev_related{
	left:-34px;
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-prev-slider.png);
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.slider-related .control-button li:hover{
	opacity:1;
	filter:alpha(opacity = 100);
}
.slider-related .block-title{
	margin-bottom:20px;
}
.slider-related  .block-content{
	position:relative;
}

.slider-related .page-title h1{
	text-transform:uppercase;
	/*font-size:200%!important;*/
	padding:0!important;
	margin-bottom:2px!important;
}


/* Relative Products end*/

.yt-tab-listing .container-slider-detail{
	padding-top:30px;
}
.container-slider-detail .block-title strong{
	/*font-size:150%;*/
	font-weight:bold;
	text-transform:uppercase;
}
.box-tags .note{
	clear:both;
}
.validation-advice {
    /*color: #9e9e9e;
	font-size:12px;*/
	color: red;
	font-size:12px;
}
.addthis_button_facebook_like{
	margin-right:8px;
}

.product-shop .add-to-box .product-add-box{
	/*clear:both;
	padding-left:204px;*/
	float:left;
}

.product-downloadable-product #product-options-wrapper #downloadable-links-list li{
	position:relative;
}
.product-options .qty-holder{
	display:inline-block;
	margin:5px 0px;
}
.product-downloadable-product #product-options-wrapper #downloadable-links-list li .product-downloadable-link{
	position:absolute;
	left:0px;
	top:0px;
	margin-top:1px!important;
}
.product-downloadable-product #product-options-wrapper #downloadable-links-list li  span.label{
	margin-left:20px;
	white-space:normal;
}

.product-downloadable-product #product-options-wrapper dd{
	padding-top:10px;
	max-width: inherit;
}
.product-virtual-product #product-options-wrapper .input-text{
	width:100%;
}
.product-virtual-product #product-options-wrapper dl dd .validation-advice{width:104px;}
.product-grouped-product .grouped-items-table .qty{
	width:42px!important;
}
.product-grouped-product .grouped-items-table .price{
	/*font-size:116.67%;*/
}
.product-grouped-product .product-add-box{
	float:left;
	clear:none!important;
	padding-left:10px!important;
}
.product-bundle-product #product-options-wrapper .qty-holder label{
	line-height:30px;
	font-weight:normal;
}
.product-bundle-product #product-options-wrapper .qty-holder .qty{
	width:42px;
}

/* ABOUT US */
/* .category-about .page-title &gt; h1{
	display:none;
} */
.logo-abus-wrap{
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-title-content.png") no-repeat scroll center bottom;
	padding-bottom:30px;
}
.salamy-logo{
	overflow:hidden;
	text-indent:-9999px;
	min-height:23px;
	margin-bottom:10px;
}
.category-description .des-about{
	/*font-size:116.67%;*/
	text-align:center;
}
.image-about-us,
.content-about-us,
.social-network{
	text-align:center;
}
.image-about-us {
    margin: 35px 0 40px;
}
.content-about-us {
	margin: 0 auto 30px;
    max-width: 1036px;
}

.image-about-us &gt; img {
    max-width: 100%;
    width: auto;
}

.sc-network li{
	display:inline-block;
	margin-left:8px;
}
.sc-network li.fb-i a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/fb-icon.png);
}
.sc-network li.tw-i a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/tw-icon.png);
}
.sc-network li.v-i a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/v-icon.png);
}
.sc-network li.rss-i a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/rss-icon.png);
}
.sc-network li.google-i a{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/google-icon.png);
}
.sc-network li:first-child{
	margin-left:0px;
}
.sc-network li a{
	display:inline-block;
	line-height:0px;
	overflow:hidden;
	border-radius:50%;
	border:1px solid #c5c5c5;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:left top;
	width:48px;
	height:48px;
	overflow:hidden;
	text-indent:-9999px;
}
.sc-network li a:hover{
	background-position:left bottom;
}
/* CONTACT */
.gran-google-map{
	margin-bottom:50px;
}
.contact-wrapper{
	margin-bottom:17px;
}
.list-contact .item {
	clear:both;
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}
.list-contact .item .icon-ct{
	width:44px;
	height:44px;
	float:left;
}
.list-contact .item .detail-ct-content{
	margin-left:60px;
}

.address-ct .icon-ct{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/add-icon.png) no-repeat center center;
}
.phone-ct .icon-ct{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/phone-contact-icon.png) no-repeat center center;
}
.email-ct .icon-ct{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/email-contact-icon.png) no-repeat center center;
}

.form-info-contact .info-title-contact{
	text-transform:uppercase;
	margin-bottom:20px;
}

.form-info-contact .form-list li.comment-input {
	clear:both;
	width:100%;
}

.form-info-contact .form-list li,
.form-info-contact .form-list li .user-name-ct{
	margin-bottom:10px;
}
.form-info-contact .form-list li .field .input-text:focus{
	border-color:#c0c0c0;
}
.form-info-contact .form-list li #subject{
	width:100%;
}

.contact-title{
	display:none;
}
.contacts-index-index .contact-title{
	display:block!important;
}
.address-info-wrapper{
	clear:both;
	padding-top:25px;
}
.address-info-wrapper .add-ul li{
	padding-left:45px;
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:6px;
	margin-bottom:15px;
	line-height:24px;
}
.address-info-wrapper .tt-c{
	display: inline-block;
    float: left;
}
.address-info-wrapper .ct-c {
    display: inline-block;
    padding-left: 5px;
}
.address-info-wrapper .add-ul .i-address{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/i-address.png);
}
.address-info-wrapper .add-ul .i-email{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/i-email.png);
}
.address-info-wrapper .add-ul .i-phone{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/i-phone.png);
}


.account-login .content{
	min-height:190px;
}

.cart-collaterals .shipping select,
.cart-collaterals .shipping .input-text,
.discount .input-text{
	width:100%;
}
.discount &gt; h2,
.shipping &gt; h2{
	border-bottom:double #e5e5e5;
	padding-bottom:5px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:bold;
}
.account-create .page-title{
	margin-bottom:20px;
}
.cart-collaterals .crosssell {
    border: 1px solid #E9E9E9;
    margin-top: 20px;
    padding: 15px;
}
.cart-collaterals .crosssell .product-image{
	float:left;
	display:inline-block;
}
.cart-collaterals .crosssell .product-image img{
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	transition:.3s;
}
.cart-collaterals .crosssell .product-image:hover img{
	box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}
.cart-collaterals .crosssell .product-details {
    margin-left: 95px;
}
.cart-collaterals .crosssell .item-addto-wrap{
	padding-top:0px;
}
.cart-collaterals .crosssell .product-details .price{
	
}
.crosssell .item{
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.crosssell .item .price-box .price-to{
	display:inline-block;
}
.crosssell .item .product-name a{
	/*font-size:116.67%;*/
}
.crosssell .item .product-name{
	margin-bottom:7px;
	padding-right:0px;
}
.crosssell .item  .price-box {
    padding: 0px 0 4px;
}
.data-table .product-name  a {
    text-transform: uppercase;
}
.crosssell &gt; h2{
	margin-bottom:10px;
	line-height:20px;
	font-family:inherit;
	text-transform:uppercase;
}
.totals table{
	width:100%;
	
}

.opc {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    width: 100%;
}
.opc .input-text,
.account-create .input-text,
.opc select,
.edit-account-form .input-text,
.edit-address-form .input-text,
.edit-address-form  select{
	width:100%!important;
}


#confirmbox #product-options-wrapper dl dd{
	clear:both;
	width:100%;
	display:block;
	max-width:100%;
}
#confirmbox #product-options-wrapper dl dd select{
	width:100%;
}
#confirmbox #product-options-wrapper dl dt{
	clear:both;
	line-height:20px;
	width:100%;
}
#confirmbox .quantity-box {
    display: inline-block;
    width: 42px;
}
#confirmbox #product-options-wrapper .input-text{width:100%;}
#confirmbox #product-options-wrapper .qty{width:38px; border-radius:3px;}
#confirmbox .quantity-input.qty {
    height: 38px;
    text-align: center;
    width: 100%;
	line-height:30px;
	/*font-size:140%;*/
}
#confirmbox .qty-title{
	width:auto;
}
#confirmbox .qty-holder label{
	margin-left:0px!important;
	margin-right:5px!important;
	float:left;
	line-height:30px;
}
#shopping-cart-table tbody tr td{text-align:center;}
#shopping-cart-table .item-options &gt; dt{float:none;}
#confirmbox .qty{
	float:left!important;
}
.cloud-zoom-big{
	/*background-color:#fff;*/
}
.product-tags li {
    display: inline;
}
.product-tags li:after {
    content: ",";
}
.fancybox-inner{
	background:#fff;
}
.left-product-base .special-price{
	display:inline-block; 
	margin-right:10px;
}
.left-product-base .special-price .price, .left-product-base .regular-price .price{
	/*font-size:150%;*/
}
.cart-collaterals .crosssell .product-details .special-price .special-price{
	/*font-size:150%; */
}
.cart-collaterals .crosssell .product-details .price{
	/*font-size:150%;*/
}
.cart-collaterals .crosssell .product-details .old-price .price {
	/*font-size:116.67%;*/ margin-left:10px;
}
#crosssell-products-list .amount {
    clear: both;
    display: block;
    float: none;
    width: 100%;
	position:relative;
	top:-8px;
}
#shopping-cart-table .button{margin-left:7px;}
.reg-account {
    clear: both;
	padding-top:20px;
}
.reg-account li {
    margin: 0 -17px;
	text-align:left;
	background:#e9e9e9;
	margin-top:1px;
}
.reg-account li a{
	padding:11px 8px 7px 17px!important;
}

.btn-read-more-sl{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-read-more-sl.png) no-repeat -374px center;
	padding:2px 0px 2px 38px;
	display:inline-block;
	-webkit-transition:.6s;
	-moz-transition:.6s;
	-o-transition:.6s;
	-ms-transition:.6s;
	transition:.6s;
	color:#e5e5e5!important;
	text-transform:uppercase;
	margin-top:5px;
}
.btn-read-more-sl:hover{
	color:#fff;
	background-position:left center;
	color:#fff!important;
}

#my-downloadable-products-table .nobr{white-space:normal!important;}
/* FIX IE */

/* QUICK VIEW */
.quickview-main .categories-view{
	display:none;
}
.quickview-main .popup-btn{
	display:none;
}
.quickview-main{
	max-width:800px;
	padding:20px;
}
.quickview-main .product-essential .col-md-9{
	width:100%;
}
.quickview-main .tab-product-detail{
	display:none;
}
.quickview-main  .yt-product-detail .more-views.slide-gallery .jCarouselLite,
.quickview-main .yt-product-detail .more-views .more-images{
	width:100%!important;
}
.quickview-main .yt-product-detail .more-views .jCarouselLite &gt; ul &gt; li{
	width:72px!important;
	height:72px!important;
}
.quickview-main .yt-product-detail .more-views.slide-gallery .next{
	right:-11px;
}
.quickview-main select{
	width:100%;
}

.w-image-box .item-image:hover .sm_quickview_handler{
	transform:scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	opacity:1;
	filter: alpha(opacity = 100);
}
/* END QUICK VIEW */
/************************/
.toolbar-cat .toolbar-inner{
	padding:0 10px;
}
.toolbar .select-inner{
	margin-top:5px;
}

.block-layered-nav .checker &gt; span{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/check-shopby.png) no-repeat top left;
}
.block-layered-nav .checker &gt; span .check-shopby{
	width:16px;
	height:16px;
	opacity:0;
	filter:alpha(opacity = 0);
}
.block-layered-nav .currently{
	padding:20px 20px 10px 20px;
	background:#eeeeee;
	margin-bottom:10px;
}
.block-layered-nav .currently ol li{
	display:inline-block;
	/*background:#b6b6b6;*/
	background:#000;
	padding:3px 10px;
	position:relative;
	margin-bottom:10px;
	margin-right:30px;
}
.block-layered-nav .currently ol li span.value{
	/*font-size:116.67%;*/
	color:#fff;
	text-transform:uppercase;
}
.block-layered-nav .currently ol li .btn-remove{
	width:23px;
	height:100%;
	position:absolute;
	right:-23px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/remove-s.png) no-repeat center center #000;
	top:0px;
	overflow:hidden;
	text-indent:-9999px;
}
.block-layered-nav .currently ol li .btn-remove:hover{
	background-color:#000;
}
.price-wrapper-shopby{
	padding:15px 10px 10px 10px;
	background:#eee;
}

.price-wrapper-shopby .title-price{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-t-price.png) repeat-x left center;
	text-align:center;
}
.price-wrapper-shopby .title-price &gt; h2{
	text-transform:uppercase;
	display:inline-block;
	background:#eee;
	padding:0 15px;
	/*font-size:116.67%;*/
}

#narrow-by-list &gt; dt.Price{
	display:none;
}
#narrow-by-list .checker{
	float:left;
	margin-right:5px;
}

#narrow-by-list .checker .checked{
	background-position:left bottom;
}

#narrow-by-list ol li a{
	padding-left:25px;
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/check-shopby.png") no-repeat left top;
	min-height:16px;
}
#narrow-by-list ol li a:before{
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display:inline-block;
	content:"";
	width:16px;
	height:16px;
	position:absolute;
	left:0px;
}
.block-layered-nav #narrow-by-list ol li:before{
	position:absolute;
	left:0px;
	width:16px;
	height:16px;
	content:"";
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/check-shopby.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	border-radius:3px;
}
.block-layered-nav .actions{
	text-align:right;
	margin-bottom:0px;
}
#narrow-by-list ol li a.checked{
	background-position:left -84px;
	position: relative;
} 

.toolbar .limiter-wrap .select-inner{
	width:60px;
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/arrow-select.png") no-repeat 40px 12px #fff;
	height:28px;
	border:1px solid #DBDBDB;
	overflow:hidden;
}

.toolbar .sort-by .select-inner{
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/arrow-select.png") no-repeat 85px 12px #fff;
	height:28px;
	border:1px solid #DBDBDB;
	/*width:105px;*/
	overflow:hidden;
}

#confirmbox #product-shop .btn-cart  span{
	/*font-size:100%;*/
	padding:0px;
} 
#btcancel{
	/*font-size:144%;*/
}

.yt-header-under .sm_megamenu_menu_black &gt; li{
	/*height:56px;*/
	height:32px;
}
.header-style-3 .yt-header-under .sm_megamenu_menu_black &gt; li{
	height:70px;
}
.header-style-4 .yt-header-under .sm_megamenu_menu_black &gt; li{
	height:auto;
}
.header-style-4 .btn-ver-menu {
    height: 56px;
    line-height: 56px;
	background-color:#000;
	padding-left:35px;
	color:#6f6f6f;
	width:200px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:10px center;
}
.header-style-4 .btn-ver-menu.active,
.header-style-4 .btn-ver-menu:hover{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-ver-menu.png);
}
.header-style-4 .btn-ver-menu:hover .txt-btn{
	color:#fff;
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/av_d_h.png") no-repeat scroll right center;
}
.header-style-4 .yt-main-menu{
	display:none;
	position: absolute;
    width: 270px;
    top: 57px;
	overflow:visible!important;
}
.header-style-4 .btn-ver-menu .txt-btn{
	/*font-size:133.33%;*/
	text-transform:uppercase;
	padding-right:31px;
	color:#6f6f6f;
	display:inline;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/av_d.png) no-repeat right center;
}
.header-style-4 .btn-ver-menu.active .txt-btn{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/av_d_h.png) no-repeat right center;
	color:#fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .more-view{
	background-position: left center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 17px 17px 15px;
	cursor: pointer;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .more-w{
	text-align:right;
	background: #272727;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .active-i{
	background:#131313;
}
.banner-bottom-home-left {
    margin-bottom: 29px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .more-w:hover{
	background:#383838;
}
.sm_megamenu_dropdown_1column{
	padding:0px!important;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1,
.sm_megamenu_dropdown_1column .sm_megamenu_col_6{
	padding:0px!important;
	background:#E3E3E3;
}

.css-1column-parent .link-1column a{
	text-transform:none;
}
.css-1column-parent .link-1column a span{
	font-family:inherit!important;
}

.css-1column-parent .css-1column .sm_megamenu_title{
	border-left: 5px solid #C0C0C0;
    font-family: inherit !important;
    /*font-size: 100% !important;*/
    margin-bottom: 1px!important;
    background: #fff;
    padding:3px 0 2px 10px;
	
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1 &gt; div:last-child .sm_megamenu_title{
	margin-bottom:0px!important;
}
.css-1column-parent .link-1column .sm_megamenu_title{
	font-family:inherit!important;
	/*font-size:100%!important;*/
}
.css-1column-parent .link-1column .sm_megamenu_title a{
	background-color:transparent!important;
	padding:5px 0px;
}
.css-1column-parent .link-1column .sm_megamenu_title a span{
	color:inherit!important;
	display:inline-block;
	padding:6px 0px;
}
.cms-index-index #nav .nav-home-active &gt; a{
	color:#fff;
}
.cms-index-index .header-style-4 #nav .nav-home-active &gt; a{
	background:#383838!important;
}
.mega-home-item-parent ul li{
	display:block;
	border-right:none;
	background:#fff!important;
}

.yt-tab-listing .container-slider .slider .vpo-wrap .vp .vpi-wrap,
.sm-deal-wrap .container-slider .slider .vpo-wrap .vp .vpi-wrap{
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.container-slider-best{
	margin-bottom:40px;
	position:relative;
}
.container-slider-best .page-button{
	position:absolute;
	top:-62px;
	right:0px;
	z-index:99;
}
.container-slider-best .control-button li{
	width:29px;
	height:29px;
	display:inline-block;
	border:1px solid #dbdbdb;
	background-repeat:no-repeat;
	background-position:10px 9px;
	border-radius:3px;
	overflow:hidden;
	text-indent:-9999px;
	-moz-transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
	-o-transition: background-color 0.2s ease 0s;
	-ms-transition: background-color 0.2s ease 0s;
	transition: background-color 0.2s ease 0s;
	cursor:pointer;
}
.container-slider-best .control-button li:hover{
	background-position:10px -82px;
}
.container-slider-best .control-button li.next_best{
	background-image:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-next-slider-default.png");
}
.container-slider-best .control-button li.prev_best{
	background-image:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-prev-slider-default.png");
}


.compare-table .btn-cart{
	margin-bottom:5px;
	float:none;
}
.compare-table .product-name{
	margin:10px 0px;
}
.compare-table td{
	text-align:center;
}

.compare-table .price-box{
	margin:5px 0px 10px 0px
}
.compare-table .link-wishlist{
	margin-right:0px;
}
.compare-table .rating-box{
	float:none;
	margin:0 auto;
	display:block;
}


.social-fixed {
    left: 0;
    position: fixed;
    top: 235px;
    z-index: 9999999;
}
.item-social{
	display:block;
	width:43px;
	margin-bottom:1px;
	overflow:hidden;
	cursor:pointer;
}
.item-social:hover{
	width:144px;
}
.item-social .table-item li{
	display:inline-block;
	vertical-align:middle;
}
.item-social.item-facebook{
	background-color:#39599f;
}
.item-social.item-rss{
	background-color:#f8bc2e;
}
.item-social.item-twiter{
	background-color:#45b0e3;
}
.item-social.item-tumblr{
	background-color:#385a75;
}
.item-social.item-google{
	background-color:#1872bf;
}
.item-social .table-item .ic-social{
	width:44px;
	height:44px;
	border-right:1px solid rgba(255,255,255,0.5);
	
}
.item-social .table-item  .text-social{
	/*font-size:133.33%;*/
	/*font-family:Roboto Condensed Regular;*/
	color:#fff;
	padding-left:10px;
}
.item-social .table-item  .text-social a{
	color:#fff;
}
.table-item {
    width: 144px;
}

#blog-list .postContent .aw-blog-read-more{
	display:none;
}

.sm-deal-wrap .no-rating{
	margin-bottom:7px;
	display:inline-block;
	width:100%;
}

.banner-under-tab {
    margin-bottom: 20px;
	clear:both;
}
.cms-home-left .banner-under-tab{
	margin-bottom:40px;
}
.yt-tab-listing .carousel-control-tab{
	position: absolute;
    top: 26%;
	z-index:99;
	width:39px;
	height:39px;
	display:inline-block;
	border:1px solid #dbdbdb;
	background-color:#fff;
	border-radius:3px;
	background-repeat: no-repeat;
    background-position: 15px 15px;
	transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
	-moz-transition: background-color 0.2s ease 0s;
	transition: background-color 0.2s ease 0s;
}
.yt-tab-listing .carousel-control-tab:hover{
	background-position: 15px -76px;
}
.yt-tab-listing .left.carousel-control-tab{
	left:-20px;
	background-image: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-prev-slider-default.png");
}
.yt-tab-listing .right.carousel-control-tab{
	right:-20px;
	background-image: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-next-slider-default.png");
}

.newletter-home {
    margin-bottom: 40px;
}
.newlt-left{
	padding:15px 10px 10px 10px;
}
.newlt-left .block-subscribe{
	margin-bottom:5px!important;
}
.newlt-left .newletter-home .actions .button &gt; span{
	background-size:6px auto;
	background-position: right 6px;
}
.newlt-left .input-box .input-text{
	width:100%!important;
	border:none;
	color:#909090;
	text-align:center;
}
.newlt-left .button{
	background-color:#393939;
}
.newlt-left .button:hover{
	background-color:#393939!important;
}
.cms-home-left .mega-home-item-parent &gt; a{
	color:#fff!important;
}
.cms-home-left .mega-home-item-parent &gt; a:before{
	background-position:left bottom!important;
}
.newlt-left,
.newlt-left span{
	color:#fff!important;
}
.newletter-home .block-subscribe {
    margin-top: 15px;
}
.newletter-home .bg-newletter{
	padding:30px 50px 30px 44px;
	background:#efefef;
}

.newletter-home .new-static{
	text-align:center;
}
.newletter-home .new-static &gt; h2{
	/*font-size:216.67%;*/
	text-transform:uppercase;
	line-height:35px;
	margin-bottom:7px;
}
.newlt-left .new-static &gt; h2 {
   /* font-size: 133.33%;*/
    line-height: 26px;
	padding-bottom:10px;
	margin-bottom:12px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-nl-home-left.png) no-repeat bottom center;
}
.newlt-left .new-note{
	display:none;
}
.newletter-home .new-static &gt; h2 span{
	/*font-family: 'Roboto Condensed Bold';*/
}
.newletter-home .input-box{
	text-align:right;
}
.newletter-home .input-box .input-text{
	width:100%;
	border-radius:3px;
	/*font-size:91.67%;*/
}
.newletter-home .actions{
	padding-top:10px;
}
.newletter-home .actions .button{
	float:right;
	margin-left: 30px;
	
}
.newletter-home .actions .button &gt; span{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-nl-button.png) no-repeat right 2px;
	padding-right:16px;
}
.newletter-home .new-note {
    float: right;
    text-align: right;
    line-height: 24px;
    margin-top: -3px;
}
.newletter-home .new-note a{
	font-weight:bold;
}
.girl-item-left {
    padding: 10px 15px!important;
}
.list-image {
    margin-left:-10px!important;
    display: inline-block!important;
	padding-top:10px!important;
	padding-bottom:10px!important;
}
.girl-item-left-parent .sm_megamenu_dropdown_6columns {
	max-width:700px!important;
}
.list-image li{
	display:inline-block;
	padding:0px!important;
	border:none!important;
}
.list-image li:first-child{
	margin-right:23px;
}
.list-categories {
    max-width: 168px;
	padding-top:5px!important;
}
.list-categories li{
	padding:7px 0px!important;
	border:none!important;
	border-bottom:1px dashed #c9c9c9!important;
}
.list-categories li a{
	font-size:16px;
}
.category-clea-left {
    clear: left;
}
.boy-item-left {
    padding: 10px 15px!important;
}

.img-sale-product {
    position: absolute;
    right: 0;
    top: 20px;
    width: auto!important;
}
.boy-item-left-parent .list-categories{
	margin-bottom:65px!important;
	padding-top:20px!important;
}

.img-sale-product img:hover{
	opacity:0.7;
}
.boy-item-left-parent .list-categories li:last-child{
	border-bottom:none!important;
	padding-bottom:0!important;
}

.static-image-left img {
    width: auto;
    max-width: 100%;
}

.static-image-left a{
	position:relative;
	display:inline-block;
}
.cms-index-index .sm_megamenu_wrapper_horizontal_menu .mega-home-item-parent &gt; a{
	
   /* color: #000!important;
    background: #ededed !important;*/
	    color: #000 !important;
    background: #ddd!important;
}
.cms-index-index .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.mega-home-item-parent&gt; a:before{
	background-position:left bottom;
}
/* HOME PAGE V1 */
.static-homev1 img{
	width:auto;
	max-width:100%;
}
.static-homev1 .big-banner{
	margin-bottom:10px;
}
.static-homev1 .small-banner{
	display:inline-block;
	float:left;
}

.static-homev1 .small-banner.smaill-banner-first {
    margin-right: 10px;
}
.slideshow-homev1 .yt-slideshow {
    margin-right: -20px;
}
.slideshow-homev1 .title_big h2{
	/*font-size:400%;*/
}
.static-banner-center-homev1 {
    text-align: center;
	margin-bottom:30px;
}
.static-banner-center-homev1 .img-static-homev1 img{
	width:auto;
	max-width:100%;
}
.static-banner-center-homev1 .title-homev1{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-title-homev1.png) repeat-x left center;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	margin-bottom:10px;
}
.static-banner-center-homev1 .title-homev1 span{
	display:inline-block;
	/*font-size:166.67%;*/
	padding:5px 10px;
	background:#fff;
	/*font-family: 'Roboto Condensed Bold';*/
	text-transform:uppercase;
}

.static-banner-center-homev1 .dt-static-homev1{
	padding-top:25px;
}
.static-banner-center-homev1 .dt-static-homev1 .detail-homev1{
	position:relative;
	display:inline-block;
	padding:5px 10px 5px 0px;
	/*font-size:116.67%;*/
	text-transform:uppercase;
	letter-spacing: 0.5px;
	margin-top:7px;
}
.static-banner-center-homev1 .dt-static-homev1 .detail-homev1 span:before{
	display:inline-block;
	content:"";
	width:6px;
	height:12px;
	position:absolute;
	top:50%;
	margin-top:-6px;
	right:0px;
}
.static-banner-center-homev1 .dt-static-homev1 .detail-homev1:hover span:before{
	background-position:left bottom;
}
.slideshow-homev1 .title-normal-homev1 h2{
	/*font-size:250%;*/
}


/* HOME V2 */

.slideshow-homev2 {
    background-color: #d7d9de;
}
.static-banner-homev2 a{
	position:relative;
	display:inline-block;
}
.static-banner-homev2 a .sale-lb-homev2.no-shadow {
    position: absolute;
    top: -5px;
    left: -6px;
}
.static-banner-homev2 a .sale-lb-homev2.no-shadow :hover{
	box-shadow:none;
}
.static-banner-homev2 {
    margin-bottom: 20px;
}
.static-banner-homev2 a img{
	width:auto;
	max-width:100%;
}
.static-banner-homev2 .bn-top-homev2 {
    margin-bottom: 20px;
}
.static-banner-homev2 .bn-bottom-homev2 .st-first{
	float:left;
	margin-right:20px;
}
.static-banner-homev2 .bn-bottom-homev2 .st-last .first-image-st{
	margin-bottom:20px;
	display:inline-block;
}

.categories-view .list-categories{
	max-width:inherit;
}

.categories-view .list-categories li{
	border:none!important;
	padding:0px!important;
}

.special-price .price-label,
.old-price .price-label{
	display:none;
}


.special-price {
    float: left;
    margin-right: 10px;
}

.tier-prices {
    background: none repeat scroll 0 0 #fafafa;
    margin-top: 15px;
    padding: 10px;
}

/*404page*/
.wrapper_404page{
  background-color:#eeeeee;
  border-radius:3px;
  padding:0 15px;
  display:inline-block;
  width:100%;
}

  
.wrapper_404page .back2home{
	background-color:#3cb7e7;
}

.wrapper_404page .back2home:hover{
	background-color:#3094bb;;
}

.wrapper_404page .img-right-404{
    margin-top:60px;
}

.wrapper_404page .content-404page{
	max-width:500px;
	float:right;
	text-align:center;
	margin-top:40px;
}
	
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text{
	/*font-size:133.33%;*/
}
	
.wrapper_404page .content-404page .img-404{
		  margin:30px 0px;
}
.wrapper_404page .content-404page .img-404 img{
	width:auto;
	max-width: 100%;
}		
	
.wrapper_404page .content-404page .button-404{
	padding-top:40px;
}

.wrapper_404page .content-404page .btn-404{
	height:38px;
	line-height:38px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	display:inline-block;
	vertical-align: top;
	padding:0 20px;
	color:#fff;
	margin:0 4px;
	text-transform: uppercase;
	margin-bottom:10px;
}

.wrapper_404page .content-404page .prev-page-btn{
	background-color:#ea3a3c;
}
		
.wrapper_404page .content-404page .prev-page-btn:hover{
	background-color:#c43031;;
}

.category-image{
	margin-bottom:20px;
}
.middle_img_margin{
	margin:0 auto;
	}
.nullpadding{
	padding-left:0px;
	padding-right:0px;
}
.full_padding{
	padding:10px;
	}
.rightpadding{
	margin-right:-20px;

}
.leftpadding{
	padding-left:10px;

}
.left_right_padding{
	padding-left:10px;
	padding-right:10px;

}
.top_bottom_nullpadding{
	padding-top:0px;
	padding-bottom:0px;

}
.toppadding{
	padding-top:10px;

}
.bottompadding{
	padding-bottom:10px;
}
.inner{
	text-align:center;
	}
#footer{
	background:#000;
	color:#fff;
	}
.foot{ 
	background:#000;
	}
.foot ul{
	margin:50px 0px 30px 0px;
	
	}
.foot ul li {
	list-style:none;
	text-align:left;
	text-decoration:none;
	}
.foot ul li a{
	font-size:11px;
	line-height:38px;
	color:#fff;
	text-transform:uppercase;
	/*font-weight:bold;*/
	}
.stay_up{
	margin:50px 0px;
	text-align:center;
	}
.stay_up h2{
	
	font-size:11px;
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	
	}
.create_account input{
	margin:10px;
	color:#000 !important;
	}
.create{
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid #fff;	
	margin-top:10px;
	/*letter-spacing:1px;
	padding-bottom:5px;*/
	
	}
.copy_right{
	background:#FFF;
	padding:10px 0px 15px 0px;
	text-align:right;
	}
.eng_arb{
	
	float:right;
	}
.eng_arb li {
	list-style:none;
	float:left;
	}
.eng_arb li a{
	 padding:0px;
	}
.wish{
	float:left;
	}
.right_links li{
	float:left;
	margin:10px 0px;
	}
.des-title{text-align:justify;}
.cart_lft_mrg{margin-left:30px !important;}

.rgt_mrgn{margin-right:50px;}
.cart_amt{color:#000; padding: 0px 0px 0 27px;line-height: 36px;}
@media (max-width: 1199px) and (min-width: 992px)
{
.cart_lft_mrg{margin-left:0px !important;}
	}
@media (max-width: 768px){
.right-content-header .btn-toggle .cart-icon{
	/*margin-left: 220px !important;*/
	}
.txt_algn_change{text-align:center;}
}
@media (max-width: 480px){
.right-content-header .btn-toggle .cart-icon{
/*margin-left: 40px !important;*/
}
.notice-inner{display:none !important;}
.rgt_mrgn{margin-right:0px;}
.cart_amt{color:#000; padding: 0px 0px 0 48px;line-height: 58px;}
.reg_sing_change{left:0;}
}
@media (max-width: 320px){
	
.quick-info .item1{
	margin-left: 30px;
	}	
	}
.pick{
	font-size:20px;
	font-weight:bold;
	}


#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
/************** ALL LEVELS  *************/
.megamenu-hd3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head .sm_megamenu_title{
	font-size: 120%;
}
#nav li.over {
	z-index: 999;
}
#nav a, #nav a:hover,
#nav a:active, #nav a:focus {
	display: block;
	text-decoration: none;
}
#nav &gt; li.active &gt; a,
#nav &gt; li:hover &gt; a{
	color:#fff;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}
#nav li ul span {
	white-space: normal;
	padding: 0;
}

/************ 0 LEVEL  ***************/
#nav &gt; li {
	float: left;
	/* border-top: 5px solid transparent; */
	border-right:1px solid #1d1d1d;
	position: relative;
}
#nav &gt; li.parent &gt; a:before {
    background-image: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/dropdown-icon.png");
    background-repeat: no-repeat;
    content: "";
    height: 5px;
    margin-top: -2px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 9px;
}

#nav &gt; li.active &gt; a:before,
#nav &gt; li:hover &gt; a:before{
	background-position:left bottom;
}

#nav &gt; li &gt; a {
	padding: 19px 17px 19px 17px;
	font-size: 133.33%;
	text-transform:uppercase;
	color:#a8a8a8;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
#nav &gt; li.parent &gt; a {
	padding: 19px 38px 19px 17px;	
}
.cms-home .nav-home-active &gt; a{
	color:#fff!important;
}

#nav &gt; li:first-child{
	border-left:1px solid #1d1d1d;
}
/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	min-width:170px;
	width:170px;
	background: #e3e3e3;
	display:none;
	margin: 0;
	z-index:1;
	font-size:100%;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}
#nav li.parent:hover &gt; ul{
	display:block;
}
#nav ul  li a{
	/* font-family:Roboto Light; */
}
#nav &gt; li:hover &gt; ul{
	top:56px!important;
	left:-1px!important;
}

#nav ul li {
	float: none;
	background: none;
}



/*------------------show menu-------------------*/

#nav li &gt; ul li{
	border-left:5px solid #c0c0c0;
	margin-bottom:1px;
	background-color:#fff;
}
#nav li &gt; ul li:last-child{
	margin-bottom:0px;
}

#nav &gt; li.over &gt; ul { 
   top: 54px;
   left: 0;
}
#nav &gt; li &gt; ul li { 
	position: relative;
	line-height: 30%;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
#nav &gt; li &gt; ul li.parent.over:after { 
	/* position: absolute;
	right: -22px;
	top: 8px;
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/icon-menu-sub.png) no-repeat right center;
	height: 14px;
	width: 7px;
	visibility: visible; */
}
#nav &gt; li &gt; ul li.parent.over:before { 
	/* position: absolute;
	right: -30px;
	top: 0;
	background: transparent;
	height: 30px;
	width: 30px;
	visibility: visible;
	content: ""; */
}
#nav li.over &gt; ul li.over &gt; ul { 
	top: 0px; 
	left: 155px; 
}
#nav li.over ul ul { 
	left: -10000px; 
}

#nav li ul li a{
	display: block;
	padding: 13px 0 13px 10px;
	line-height: 100%;
}

#yt_mainnav  ul#nav ul li.parent:hover &gt; a:before { 
	width:9px;
	height:9px;
	position:absolute;
	content:'';
	right:18px;
	top: 12px; 
}


/* #nav li li li.over li a,
#nav li li li.active li a 
#nav li.active li li.over li a,
#nav li.active li li.active li a {
	color: #fff;
}  */

#nav li li li li.over a,
#nav li li li li.active a {
	/* color: #c30; */
} 

#nav li.active li li li.over a,
#nav li.active li li li.active a {
	/* color: #0A0A0A; */
} 

/************ 3RD+ LEVEL ************/
/* Split Menu */
#menu_split .main {
	z-index: 1;	
	/* background: #c30; */
}

#menu_split .main-inner1 {
	padding: 10px;
}

#yt_subnav .subnav-item li {
	float: left;
	padding: 0 10px;
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/grad-01.png) no-repeat left center;
	display: inline;
	outline: none;
	text-decoration: none;
}

#yt_subnav .subnav-item li:first-child {
	background: none;
	padding-left: 0;	
}

#yt_subnav .subnav-item li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
}

#yt_subnav .subnav-item li.active a,
#yt_subnav .subnav-item li a:hover,
#yt_subnav .subnav-item li a:focus,
#yt_subnav .subnav-item li a:active,
#yt_subnav .subnav-item li:hover a,
#yt_subnav .subnav-item li.hover a{
	text-decoration: underline;
}
#nav &gt; li &gt; ul li:hover ul{left:172px!important; top:0px;}

#nav .parent .narrow{
	position:absolute;
	display:none;
	width:7px; height:100%;
	right:-7px;
	top:0px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/parent-icon.png) no-repeat center center;
}
#nav .parent:hover  &gt; .narrow{
	display:block;
}
#nav &gt; li &gt; ul li ul{font-size:100%;}

/* CSS MENU */
.header-style-4 #nav{
	background:#272727;
}
.header-style-4 #nav &gt; li{
	clear:both;
	display:block;
	width:100%;
	border:none;
	border-bottom: 1px solid #383838;
}
.header-style-4 #nav &gt; li &gt; a{
	padding:10px 17px;
	background:none;
	text-transform:none;
	font-size:116.67%;
}
.header-style-4 #nav &gt; li.parent &gt; a{
	padding: 11px 38px 10px 17px;
}
.header-style-4 #nav &gt; li &gt; a:hover,
.header-style-4 #nav &gt; li:hover &gt; a{
	background-color:#383838!important;
}
.header-style-4 #nav &gt; li:hover &gt; ul {
    left: 270px !important;
    top: 0px !important;
}
.header-style-4 #nav &gt; li.parent &gt; a:before{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

.header-style-2 #nav &gt; li{
	float:none;
	display:inline-block;
	border:none;
	margin-left:5px;
}
.header-style-2 #nav{
	text-align:right;
}

.header-style-2 #nav &gt; li &gt; a{
	padding:9px 17px;
	border-radius:18px;
	text-transform:uppercase;
	max-height:36px;
	color:inherit;
}
.header-style-2 #nav &gt; li:hover &gt; a{
	color:#fff;
}
.header-style-2 #nav &gt; li ul{
	text-align:left;
}
.header-style-2 #nav &gt; li:hover &gt; ul{
	top:45px!important;
}

.header-style-2 #nav &gt; li.parent &gt; a{
	padding: 9px 32px 9px 17px;
}
.header-style-2 .level0.parent &gt; a:after {
    content: "";
    width: 100%;
    height: 20px;
    background: transparent;
    position: absolute;
    bottom: -20px;
    left: 0px;
}

.header-style-2 #nav &gt; li.parent &gt; a:before{
	right:13px;
}

.header-style-3 #nav &gt; li{
	border:none;
}
.header-style-3 #nav &gt; li &gt; a{
	padding:26px 17px;
	text-transform:uppercase;
	color:#fff;
}

.header-style-3 #nav &gt; li.parent &gt; a{
	padding:26px 38px 26px 17px
}

.header-style-3 #nav &gt; li.parent &gt; a:before{
	background-position:left bottom;
}
.header-style-3 #nav &gt; li:hover &gt; ul{
	top:70px!important;
}
.header-style-3 .level0.parent &gt; a:after {
    content: "";
    width: 100%;
    height: 20px;
    background: transparent;
    position: absolute;
    bottom: -20px;
    left: -1px;
}

.header-style-2 #nav &gt; li.active &gt; a{
	color:#fff;
}

.header-style-4 #nav &gt; li.active &gt; a{
	background:#383838 !important;
}

/* Using CSS3 for some visual enhancements. (Will be degraded nicely for non-CSS3 browsers.)*/
#yt_footer .block-content-info li,
#yt_footer .block-content-info li:hover,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover .addto-wrap,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .addto-wrap,
.container-slider .btn-cart:hover,
.container-slider .btn-wishlist:hover,
.container-slider .btn-compare:hover,
.container-slider .btn-cart,
.container-slider .btn-wishlist,
.container-slider .btn-compare,
.yt-tab-listing .item-addto-wrap,
.yt-tab-listing .item-image:hover .item-addto-wrap,
/* .yt-tab-listing .item-addto-wrap .item-addcart,
.yt-tab-listing .item-addto-wrap .item-wishlist,
.yt-tab-listing .item-addto-wrap .item-compare,
.yt-tab-listing .item-addto-wrap .item-addcart:hover,
.yt-tab-listing .item-addto-wrap .item-wishlist:hover,
.yt-tab-listing .item-addto-wrap .item-compare:hover, */
#yt_main .products-grid .product-image .product-addto-wrap,
#yt_main .products-grid .product-image:hover .product-addto-wrap,
#yt_main .products-grid .product-addcart,
#yt_main .products-grid .product-wishlist,
#yt_main .products-grid .product-compare,
#yt_main .products-list .product-addcart,
#yt_main .products-list .product-wishlist,
#yt_main .products-list .product-compare,
#yt_main .products-grid .product-addcart:hover,
#yt_main .products-grid .product-wishlist:hover,
#yt_main .products-grid .product-compare:hover,
#yt_main .products-list .product-addcart:hover,
#yt_main .products-list .product-wishlist:hover,
#yt_main .products-list .product-compare:hover,
.sm_quickview_handler,
.yt-tab-listing .respl-items .respl-item .item-image:hover .sm_quickview_handler,
#yt_main .products-grid .product-image:hover .sm_quickview_handler,
#yt_main .products-list .product-image:hover .sm_quickview_handler,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .sm_quickview_handler,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover .sm_quickview_handler,
.yt-product-detail .yt-detail-right .add-to-cart,
.yt-product-detail .yt-detail-right .add-to-cart:hover,
.fashon-logo-center,
.free-shipping-car,
.banner-center-wrapper a,
#yt_main .products-list .w-image-box .product-image,
.sm-deal-wrap .view-detail,
.respl-item .item-inner .item-time,
.item-social,
.home-products .item-lb-image img,
.blog-list-left .item-bl .date-blog-left,
.banner-wrapper-s  .banner-ct a img,
.banner-under-content a img,
.static-image-left img,
.list-image li a img,
.women-left-item a img,
.img-sale-product img,
.header-style-1 .cat-wrapper,
.header-style-4 .login-quick.active,
.header-style-4 .btn-ver-menu,
.header-style-2 .login-quick,
.header-style-3 .cur-lang-hd3,
.static-homev1 img,
.static-banner-center-homev1 .img-static-homev1 img,
.static-banner-homev2 a img{
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#confirmbox .button.btn-cart &gt; span, #btcancel, #btccart span, #btcshop span,
.sc-network li a,
.sc-network li a  img,
#what-client-say .item-cus .cus-image-box,
.banner-right a img,
.banner-bottom a img,
.tp-bullets.simplebullets.round .bullet,
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab,
.btn-toggle.show-cart-button,
.sm_megamenu_wrapper_horizontal_menu img,
.cur-lang-block .jqTransformSelectWrapper div span,
.block-layered-nav .currently ol li .btn-remove,
.dropdow-nav li a{
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.yt-product-detail .yt-detail-right .product-add-box .wishlist,
.yt-product-detail .yt-detail-right .product-add-box .compare{
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.respl-item .item-inner .item-image:hover img,
.respl-item .item-inner .item-image img,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover img,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img img,
/* #yt_footer .yt-footer-bottom .block-payment  img:hover,
#yt_footer .yt-footer-bottom .block-payment img, */
.mega-bestsale .list-items .item .product-image:hover img,
.mega-bestsale .list-items .item .product-image img,
.mg-menu-image .mg-menu-image-item:hover img,
.mg-menu-image .mg-menu-image-item img,
#yt_main .products-grid .product-image:hover img,
#yt_main .products-grid .product-image img,
#yt_wrapper #yt_left .left-banner:hover img,
#yt_wrapper #yt_left .left-banner img,
.members .member .member-img:hover img,
.members .member .member-img img,
.onpen-sidebar #yt_wrapper,
#yt_wrapper,
.yt_ressidebar_screennav,
ul.nav-menu li.parent &gt; .res-wrapnav,
ul.nav-menu li.parent.open &gt; .res-wrapnav,
.container-slider .slider .vpo-wrap:hover .item,
.yt_ressidebar_screennav #yt_screennav{
	/*-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;*/
}


/* .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover img, */
/* #yt_footer .yt-footer-bottom .block-payment img:hover, */
.mega-bestsale .list-items .item .product-image:hover img,
.mg-menu-image .mg-menu-image-item:hover img,
#yt_wrapper #yt_left .left-banner:hover img,
.members .member .member-img:hover img{
	transform: scale(1.2) rotate(0deg);
	-ms-transform: scale(1.2) rotate(0deg);
	-moz-transform: scale(1.2) rotate(0deg);
	-webkit-transform: scale(1.2) rotate(0deg);
	-o-transform: scale(1.2) rotate(0deg);	
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/controls.gif) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/border.gif) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/controls.gif) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/controls.gif) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/border.gif) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/controls.gif) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/controls.gif) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/controls.gif) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:0;}
        #cboxLoadingOverlay{/*background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/loading_background.png) center center no-repeat;*/}
        #cboxLoadingGraphic{background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:0; left:2px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/controls.gif) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget {}
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#CE4515; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #252525; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#CE4515; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {margin-bottom: 20px;}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }
.widget-static-block .block-title { }

.widget-static-block .block-title strong { }

.widget-static-block .block-content { }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#yt-responsivemenu {
    display: none;
}


textarea, input, select,
input[type="file"], 
input[type="checkbox"], 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"]{	
	color:inherit;
	outline:none !important;
	-webkit-box-shadow: none; 	
	-moz-box-shadow: none; 	
	box-shadow: none;
}


textarea:focus, select:focus,
/* textarea:hover, */ select:hover, 
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="radio"]:focus,
.uneditable-input:focus {
	outline:none !important;
	-webkit-box-shadow: none; 	
	-moz-box-shadow: none; 	
	box-shadow: none;
}

input[type="radio"], 
input[type="checkbox"] {
    float: left;
    margin: 0px 7px 0 0;
}

.input-text,
.quantity-input, #qty {
	-webkit-appearance: none;
}
/*****************************************************RESPONSIVE MENU ************************/

/*---------------menu sidebar----------------*/
#yt-responsivemenu .btn.btn-navbar {
    width:55px;
	height:32px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-button-menu-responsive.png) no-repeat 19px 8px;
	border-right:1px solid #171717;
	border-left:1px solid #171717;
	border-radius:0;
	outline:none;
}
.menu-selectbox .icon-reorder{
	width:55px;
	height:55px;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-button-menu-responsive.png) no-repeat 19px 19px;
	border-right:1px solid #171717;
	border-left:1px solid #171717;
	border-radius:0;
	outline:none;
}
.header-style-2 .menu-selectbox .icon-reorder{
	height:52px;
}
.menu-selectbox .icon-reorder:before{
	content:""!important;
}
#yt-responsivemenu  .btn.btn-navbar.active_btn{
	background-color:#1f1f1f;
	/*background-position: 19px -65px;*/
}
#yt-responsivemenu .btn.btn-navbar.collapsed{
	background-color:transparent;
}

.onpen-sidebar #yt_wrapper{
	/* padding-left: 10px; */
}
#yt_wrapper{
	/*position: relative;*/
	left: 0;
}
.onpen-sidebar #yt_wrapper,
.onpen-sidebar .yt_ressidebar_screennav {	
	margin-left: 0;
	left: 220px;
}
.yt_ressidebar_screennav #yt_screennav {
    background: #222;
    left: 0;
	top: 0;
    margin: 0;
    position: absolute;
	margin-left: -220px;
    width: 220px;
	height: 100%;
	box-shadow: -5px 0 5px rgba(0,0,0,0.2) inset
}
#yt_screennav ul.siderbar-menu li ul{
	border-left: 1px solid;
    margin-left: 10px;
}
#yt_screennav ul.siderbar-menu li ul li{
	position:relative;
}
#yt_screennav ul.siderbar-menu li ul li:before {
    border-top: 1px solid;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 10px;
}
#yt_screennav ul.siderbar-menu li a {
	padding: 9px 0 9px 10px;
	line-height: 100%;
	display:block;
	color: #E5E5E5;
	/* border-bottom: 1px solid #444; */
}
/*---------------menu collapse---------*/
#yt_resmenu_collapse{
	position:absolute;
	left: 0;	
	z-index: 999;
	/*top: 55px;*/
	width:100%;
}
#yt_resmenu_collapse ul.nav-menu{
	background-color: #1f1f1f;
}
#yt_resmenu_collapse ul.nav-menu &gt; li:hover,
#yt_resmenu_collapse ul.nav-menu &gt; li.active{
	color:#FFF;
}
#yt_resmenu_collapse ul.nav-menu &gt; li &gt; a {
    border-bottom: 1px solid #444;
}
#yt_resmenu_collapse ul.nav-menu &gt; li:hover,
#yt_resmenu_collapse ul.nav-menu &gt; li.active,
#yt_resmenu_collapse ul.nav-menu &gt; li.active &gt; a &gt; span,
#yt_resmenu_collapse ul.nav-menu &gt; li:hover &gt; a &gt; span{
	color:#FFF;
}
.nav-collapse .nav-menu &gt; li &gt; a, 
.nav-collapse .dropdown-menu a {           
    padding: 8px 10px;
	display: block;
	color:#A8A8A8;
}
.nav-collapse .nav-menu &gt; li {
    float: none;
	position:relative;
	z-index:10;
}
ul.nav-menu li.parent {
    position: relative;
}
.nav-collapse .nav &gt; li {
    float: none;
}
ul.nav-menu li.parent .menuress-toggle.menuress-toggle:before {
    content: "\f107";
	font-family: 'FontAwesome';
	font-size:20px;
	display:block;
}
ul.nav-menu li.parent.open .menuress-toggle.menuress-toggle:before {
    content: "\f106";
	font-family: 'FontAwesome';
	font-size:20px;
	display:block;
}
ul.nav-menu li.parent .menuress-toggle {
    cursor: pointer;   
    position: absolute;
    right: 0;
    text-align: center;
    top: 8px;;
    vertical-align: middle;
    width: 40px;
	color:#909090;
}
ul.nav-menu li.parent &gt; .res-wrapnav {
    height: 0;
    opacity: 0;
}
ul.nav-menu li.parent &gt; .res-wrapnav ul{
	position:relative;
	z-index:1;
}
ul.nav-menu li.parent.open &gt; .res-wrapnav {
    display: block;
    opacity: 1;
	background:#2B2B2B;
	border-bottom: 1px solid #444;
}
ul.nav-menu li.parent &gt; .res-wrapnav ul li{
	padding:5px 5px 5px 15px;
}
ul.nav-menu li.parent &gt; .res-wrapnav ul li a{
	color:#fff;
	
	}
/*---------------menu responsive selectbox---------*/
.menu-selectbox .icon-reorder {
	line-height: 100%;
	font-size: 21px;
	color: #fff;
	outline: none;
	border-radius: 0;
	position:absolute;
}
#yt-responsivemenu .menu-selectbox{
    height:55px;
}
#yt-responsivemenu .menu-selectbox &gt; select {
    opacity: 0;
    padding: 0;
	height: 55px;
	cursor: pointer;
	width:55px;
}
#yt-responsivemenu .menu-selectbox &gt; select &gt; option{
	width: 100%;
	padding:5px 10px;
	min-width:200px;
}
.header-style-3 .menu-selectbox .icon-reorder{
	border:none!important;
}


/***---Device---***/
@media (min-width: 1200px) {
	.layout-boxed .header-style-3 .megamenu-hd3{
		padding-left: 270px;
	}
	.layout-boxed .header-style-3 .cur-lang-hd3{
		right:30px;
	}
	.slideshow-homev1 .yt-slideshow{
		min-height:551px;
	}
	.header-style-3.ontop .header-bottom-hd3 {
		margin-top: 70px;
	}
	
	.header-style-3.ontop  .logo-wrapper-hd3 {
		position: fixed!important;
		box-shadow: 0 0 2px rgba(0,0,0,0.5);
	}
	.header-style-2 .yt-main-menu.yt-header-under.subnav-fixed .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
		max-width:1170px;
		margin:0 auto;
	}
	.newletter-home .input-box .input-text{
		width:90%;
	}
	.newletter-home .new-static{
		max-width:327px;
	}
	.contact-payment-footer{
		margin-top:-5px;
	}
	.yt-slideshow {
		min-height:500px
	}
	.yt-slideshow-right{
		min-height:372px;
	}
	.layout-boxed #yt_wrapper{
		display:table;
		overflow:visible;
	}
	.sm-serachbox-pro{
		display:block!important;
	}
	.header-style-4 .sm-serachbox-pro{
		display:inline-block!important;
		float:right;
	}
	.col-md-4-view{
		width:44.44%;
		float:left;
		padding:0 15px;
	}
	.col-md-5-view{
		width:55.56%;
		float:left;
		padding:0 15px;
	}
	.container{
		width:1200px;
	}
	
	.footer-payment .des-footer {
		margin-bottom: 15px;
		padding-right: 54px;
		padding-top:7px;
	}
	.banner-right a ,
	.banner-bottom-right a{
		display: block;
		margin-left: -20px;
		width: 100%;
	}
	.w-de-aboutus {
		max-width: 1021px;
	}
	.slider-tab-listing .vpo-wrap .vp{
		max-height:863px;
	}
	
	.shopping-1 .block-ft,
	.shopping-2 .block-ft,
	.account-links-ft .block-ft{
		margin-bottom:18px;
	}
	.container-slider-detail .container-slider .slider{
		padding-right:7px;
	}
	.products-grid .respl-item .item-inner .item-review {
		margin-top:1px;
	}
	.onpen-sidebar #yt_wrapper, .onpen-sidebar .yt_ressidebar_screennav{
		left:0px!important;
	}
	
	.contact-payment-footer .footer-contact .content-block-footer{
		padding-right:55px;
	}
	.sm-deal-wrap .item-deal{
		width:33.33%;
	}
	.header-style-3.ontop .yt-header-under.subnav-fixed{
		z-index:999999;
	}
	.ontop .yt-header-under {
		position: fixed;
		width: 100%;
	}
	.header-style-3 .logo-wrapper-hd3 {
		z-index:1000000;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.layout-boxed .header-style-3 .cur-lang-hd3{
		right:30px;
	}
	.static-banner-homev2 a{
		display:block;
	}
	.static-banner-homev2 .bn-bottom-homev2 .st-last .first-image-st{
		display:block;
	}
	.static-banner-homev2 .bn-bottom-homev2 .st-first {
		width: 46.9%;
		margin-right:23px;
	}
	.static-banner-homev2 .bn-bottom-homev2 .st-last {
		display: block;
		float: left;
		width: 48%;
	}
	.lt-blog-info.info-first-blog{
		clear:both;
		margin-left:0px;
		padding-top:10px;
	}
	.slideshow-homev1 .yt-slideshow{
		min-height:444px;
	}
	.static-homev1 .big-banner{
		margin-bottom:12px;
	}
	.static-homev1 .small-banner{
		width:224px;
	}
	.static-homev1 .small-banner.smaill-banner-first{
		margin-right:7px;
	}
	.header-style-4 #nav &gt; li:hover &gt; ul{
		left:215px!important;
	}
	.header-style-3 .yt-header-under.subnav-fixed{
		position: relative;
	}
	.header-style-3 .logo-wrapper-hd3{
		position:relative;
		display:block;
		max-width:inherit;
		text-align:center;
		margin-left:0px;
	}
	.header-style-3 .megamenu-hd3{
		padding-left:0px;
	}
	.header-style-3 .yt-header-under .icon-item-menu{
		top:-21px;
	}
	.header-style-2 .yt-main-menu.yt-header-under.subnav-fixed .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu{
		max-width:940px;
		margin:0 auto;
	}
	.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent &gt; a{
		padding-right: 25px!important;
	}
	.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent &gt; a:before {
		right:9px;
	}
	.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head{
		padding-left:12px!important;
	}
	.item-tab-listing .link-wishlist{
		margin-right:0px!important;
	}
	.layout-boxed #yt_wrapper{
		max-width:970px;
		display:table;
		overflow:visible;
	}
	.banner-wrapper-s .col-center .banner-ct a:first-child{
		margin-bottom:25px;
	}
	.onpen-sidebar #yt_wrapper, .onpen-sidebar .yt_ressidebar_screennav{
		left:0px!important;
	}
	.sm-serachbox-pro{
		display:block!important;
	}
	.header-style-4 .sm-serachbox-pro{
		display:inline-block!important;
		float:right;
	}
	.header-style-4 .yt-main-menu{
		width:215px;
	}
	.header-style-default .sm-searbox-content .input-search .input-text{
		width:170px;
	}
	.header-style-default .right-content-header{
		padding-left:0px;
	}
	
	.banner-right,
	.banner-bottom-right{
		margin-left: -20px;
		padding-right: 0;
		width: 25.5%;
	}
	.banner-right img,
	.banner-bottom-right img,
	.banner-bottom img{
		width:100%;
	}
	/* GRID */
	.respl-item .item-inner .item-review{
		margin-top:10px;
		clear:both;
		width:100%;
	}
	.item-tab-listing .respl-item .item-inner .item-review{
		margin-top:0px;
		clear:none;
		width:auto;
	}
	
	.products-grid .item-review .amount, 
	.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .amount{
		clear:none;
		display:inline-block;
		line-height:12px;
		vertical-align: top;
	}
	/* END GRID */
	.sm-searbox-content .input-search{
		margin-left:10px;
	}
	.sm-searbox-content .input-search{
		padding-left:0px;
	}
	.yt-footer{
		background-position:46.5% top;
	}
	.contact-payment-footer{
		margin-top:-20px;
	}
	.shopping-1{
		clear:left;
	}
	.yt-tab-listing .container-slider .slider .vpo-wrap .vp .item{
		margin-right:1px;
	}
	
	.option-wrapper #product-options-wrapper .w-option{
		padding:0 10px;
	}
	
	.yt-tab-listing .rating-box {
		margin-bottom: 10px;
	}
	
	.container-slider .preset02-3 .vpo-wrap .vp .item{
		width:33.4%;
	}
	.sm-cartpro:hover .block-content{
		display:block!important;
		height:auto!important
	}
	.men-item-parent &gt; div{
		right:0px!important;
		left:inherit;
	}
	.static-image-left a{
		display:block;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns{
		left:220px!important;
	}
	.header-style-1 .sm-searbox-content .input-search .input-text{
		padding-left: 0px;
		width: 158px;
	}
	.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1{
		margin-left:0px!important;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.layout-boxed .header-style-3 .cur-lang-hd3{
		right:30px;
	}
	.header-style-3 .block-hd3-h.block-wisht-compare-hd3{
		margin-left: 0;
	}
	.static-banner-homev2 .bn-bottom-homev2 .st-first {
		display: inline-block;
		float: none;
		margin-right: 20px;
		vertical-align: top;
	}
	.static-banner-homev2 .left-banner-homev2{
		margin-bottom:20px;
	}
	.static-banner-homev2{
		text-align:center;
	}
	.static-banner-homev2 .bn-bottom-homev2 .st-last .first-image-st{
		display:block;
	}
	.static-banner-homev2 .bn-bottom-homev2 .st-last {
		display: inline-block;
	}
	.static-homev1{
		text-align:center;
		padding-top:30px;
	}
	.static-homev1 .small-banner{
		float:none;
	}
	.slideshow-homev1 .yt-slideshow{
		margin-right:0px;
	}
	.slideshow-homev1 .dynamicslideshow-container{
		max-height:inherit !important
	}
	.slideshow-homev1 .tp-simpleresponsive .caption, .slideshow-homev1 .tp-simpleresponsive .tp-caption{
		/* left:20px!important; */
	}
	.header-style-3 #yt-responsivemenu .btn.btn-navbar,
	.header-style-3 .menu-selectbox .icon-reorder{
		background-image:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-button-menu-responsive-hd3.png");
	}
	.header-style-3 .logo-wrapper-hd3{
		position:relative;
		display:block;
		max-width:inherit;
		text-align:center;
		margin-left:0px;
	}
	
	.header-style-3 .cur-lang-hd3 {
		margin-top: -7px;
	}
	.header-style-3  #yt-responsivemenu .btn.btn-navbar{
		border:none!important;
	}
	.header-style-3 .sm-serachbox-pro .input-search .input-text{
		width:170px;
	}
	.header-style-3  .mobile-menu-wrapper{
		z-index:99999;
	}
	.header-style-3 .header-top .links-account &gt; li .dropdown-link {
		left: 0px;
		right: inherit;
		transform-origin: top left;
	}
	.cms-home-left .banner-under-tab .col-md-6{
		width:50%;
		float:left;
	}
	.banner-bottom-home-left .col-md-6{
		width:50%!important;
		float:left;
	}
	.cms-home-left #yt_wrapper #yt_left,
	.cms-home-left #yt_wrapper #yt_main{
		width:100%
	}
	.cms-home-left .item-tab-listing .respl-item{
		width:33.33%;
	}
	.static-image-left{
		text-align:center;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li &gt; div{
		display:none!important;
	}
	.contact-payment-footer{
		margin-top:-20px;
	}
	.yt-tab-listing .carousel-control-tab{
		top:16px;
	}
	.banner-under-content{
		margin-bottom:30px;
	}
	
	.yt-tab-listing .carousel-inner {
		margin-top: 50px;
	}
	.yt-tab-listing .left.carousel-control-tab {
		left: 50%;
		margin-left: -50px;
		top:-60px;
	}
	.yt-tab-listing .right.carousel-control-tab {
		right: 50%;
		margin-right: -50px;
		top:-60px;
	}
	
	.banner-bottom .content-banner-second{
		margin-bottom:30px;
	}
	.banner-wrapper-s .col-md-4{
		margin-bottom:30px;
	}
	.layout-boxed #yt_wrapper{
		max-width:750px;
		display:table;
		overflow:visible;
	}
	.quickview-main .yt-product-detail .more-views .jCarouselLite &gt; ul &gt; li{
		width:85px!important;
		height:85px!important;
	}
	/* GRID */
	.yt-tab-listing .respl-item .item-inner .item-review{
		margin-top:15px;
	}
	.respl-item .item-inner .item-review{
		margin-top:10px;
	}
	.yt-tab-listing .respl-item .item-inner .item-review{
		margin-top:0px;
	}
	.products-grid .item-review .amount, 
	.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .amount{
		clear:none;
		display:inline-block;
		line-height:12px;
		vertical-align: top;
	}
	.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .amount{
		padding-top:1px;
	}
	.pagination-wrap,
	.toolbar-bottom  .view-mode-wrap,
	.toolbar-bottom  .limiter-wrap,
	.toolbar-bottom  .sort-by-wrap{
		display:none;
	}
	.toolbar-bottom .pagination-wrap{
		display:block;
	}
	.products-grid .respl-item .item-inner .item-review {
		margin-top: 10px!important;
	}
	/* END GRID */
	/* LIST */
	#yt_main .products-list .w-image-box{
		width:200px;
		margin-right:0px;
	}
	#yt_main .products-list .product-info{
		margin-left:220px;
	}
	/* END LIST */
	/* HEADER */
	.logo-wrapper {
		text-align: center;
	}
	.welcome-msg {
		text-align: center;
	}
	.header-style-default .sm-serachbox-pro{
		float:left;
		display:block!important;
	}
	.header-style-default .sm-searbox-content .input-search .input-text{
		width:210px;
	}
	.header-style-1 .logo-wrapper img {
		width: auto;
		max-width: 100%;
	}
	.header-style-1 .cart-hd2{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.right-content-header .wishlist-compare {
		margin: 20px 20px 0;
	}
	.header-style-1 .sm-searbox-content .input-search{
		margin-left:10px;
	}
	.header-style-1 .sm-searbox-content .input-search .input-text{
		width:166px;
		padding-left:0px;
	}
	.sm-searbox-content .input-search{
		padding-left:0px;
	}
	/* END HEADER */
	
	/* RESPONSIVE MENU */
	.yt-header-under.subnav-fixed{
		position:relative;
	}
	.yt-main-menu .yt-menu-container,
	.yt-main-menu .yt-menu-container-home,
	.sm_megamenu_wrapper_horizontal_menu{
		display:none!important;
	}
	.yt-responsivemenu{
		display:block!important;
	}
	.onpen-sidebar .yt_ressidebar_screennav #yt_screennav{
		margin-left:0px;
	}
	/* END RESPONSIVE MENU */
	
	.banner-right{
		text-align:center;
		margin-top:10px;
	}
	.banner-bottom img{
		width:100%;
	}
	
	.banner-bottom-right{
		margin-left: -20px;
		padding-right: 0;
		width: 25.5%;
	}
	.yt-tab-listing .container-slider .slider .vpo-wrap .vp .item{
		margin-right:1px;
	}
	.fashon-logo-center{
		top:13px;
	}
	.clients-say {
		padding-top: 30px;
		clear: both;
	}
	.yt-footer {
		background-position: 44.8% top;
		background-size:auto 100%;
	}
	
	.yt-product-detail .block-related,
	.list-categories{
		/*width:49%;*/
	}
	.list-categories{
		float:left;
	}
	.yt-product-detail .block-related{
		float:left;
		margin-top:0px;
		padding-left:30px;
	}
	
	.account-login .cus-wrapper-login{
		margin-bottom:30px;
	}
	
	.slider-upsell .control-button{
		text-align:center;
		margin-top:-20px;
	}
	.slider-upsell .control-button li{
		position:relative;
		height:33px;
		margin-bottom:20px;
		margin-top:0px;
		left:inherit!important;
		right:inherit!important;
	}
	
	.sm-cartpro:hover .block-content{
		display:block!important;
		height:auto!important
	}
	
	.static-top-home .banner-no-padding{
		margin-bottom:20px;
	}
	.static-top-home .odd-item.banner-no-padding{
		background:none;
	}
	.static-top-home{
		margin-bottom:0px;
	}
	.banner-under-tab{
		margin-bottom:0px;
	}
	
	.header-style-1 .sm-serachbox-pro {
		display: block!important;
	}
	.header-style-1 .btn-toggle.show-cart-button{
		padding: 16px 5px 15px 5px;
	}
	.header-style-4 .sm-serachbox-pro {
		display: inline-block!important;
		float: right;
	}
	.header-style-4 .btn-ver-menu {
		display: none;
	}
	.header-style-4 .mini-cartpro.block{
		margin-right:52px;
	}
	.header-style-4 #yt_resmenu_collapse{
		width:720px;
	}
	.header-style-4 #yt-responsivemenu .btn.btn-navbar{
		background-color:#1f1f1f;
	}
	/* HEADER V2 */
	.header-style-2 .yt-header-under {
		height: 52px;
		margin-top: 55px;
		position: relative;
	}
	.header-style-2 .hd2-search-box{
		left: 0;
		position: absolute;
		top: -88px;
		width: 100%;
		z-index: 999;
		text-align: center;
	}
	.header-style-2 .sm-searbox-content .cat-wrapper span{
		padding-left:0px;
	}
	.header-style-2 .sm-serachbox-pro .sm-searbox-content .form-button.button:hover{
		box-shadow:none;
	}
	.header-style-2 .sm-serachbox-pro {
		background: none repeat scroll 0 0 #d9d9d9;
		border: medium none;
		display: inline-block;
		padding: 5px 5px 0;
		position: relative !important;
		border-radius:32px;
	}
	.header-style-2 .sm-searbox-content .input-search .input-text {
		width: 320px;
	}
	.header-style-2 .block-cus-hd2{
		z-index:9999;
	}
	.header-style-2 .mini-cartpro.sm-cartpro {
		position: relative;
		left: 0;
		top: 0;
		background: transparent;
	}
	.header-style-2 #yt-responsivemenu {
		position: absolute;
		width: 100%;
		padding: 0 15px;
	}
	.header-style-2 #yt-responsivemenu .btn.btn-navbar{
		height:52px;
	}
	.header-style-2 #yt_resmenu_collapse{
		top:52px;
		width:720px;
	}
	
	/*======================404 PAGE=====================*/
	  .wrapper_404page .content-404page{
		float:none;
		margin-left:auto;
		margin-right:auto;
	  }

	  .img-right-404{
		text-align: center;
		margin-top:30px;
	  }
	
}
@media (max-width: 767px) {
    .banner-bottom-home-left{
        clear:both;
    }

	.static-banner-homev2 .bn-bottom-homev2 .st-first {
		display: inline-block;
		float: none;
		margin-right: 20px;
		vertical-align: top;
	}
	.static-banner-homev2 a{
		display:block;
	}
	.static-banner-homev2 .bn-bottom-homev2 .st-first{
		margin-right:0px;
		margin-bottom:20px;
	}
	.static-banner-homev2 .left-banner-homev2{
		margin-bottom:20px;
	}
	.static-banner-homev2{
		text-align:center;
	}
	.static-banner-homev2 .bn-bottom-homev2 .st-last .first-image-st{
		display:block;
	}
	/* .static-banner-homev2 .bn-bottom-homev2 .st-last {
		display: inline-block;
	} */
	.static-homev1{
		text-align:center;
		padding-top:30px;
        clear:both;
	}
	.static-homev1 .small-banner{
		float:none;
	}
	.slideshow-homev1 .dynamicslideshow-container{
		max-height:inherit !important
	}
	.slideshow-homev1 .yt-slideshow{
		margin-right:0px;
	}
	.header-style-3 #yt-responsivemenu .btn.btn-navbar,
	.header-style-3 .menu-selectbox .icon-reorder{
		background-image:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-button-menu-responsive-hd3.png");
	}
	.header-style-3 .logo-wrapper-hd3{
		position:relative;
		display:block;
		max-width:inherit;
		text-align:center;
		margin-left:0px;
	}
	.header-style-3 .cur-lang-block .jqTransformSelectWrapper ul{
		right:0px;
		left:inherit;
	}
	.header-style-3 .cur-lang-hd3 {
		margin-top: -7px;
	}
	.header-style-3  #yt-responsivemenu .btn.btn-navbar{
		border:none!important;
	}
	.header-style-3 .sm-serachbox-pro .input-search .input-text{
		width:215px;
	}
	.header-style-3  .mobile-menu-wrapper{
		z-index:99999;
	}
	.header-style-3 .header-top .links-account &gt; li .dropdown-link {
		left: 0px;
		right: inherit;
		transform-origin: top left;
	}
	
	.header-style-3 .header-bottom-hd3{
		max-height:inherit;
	}
	.header-style-3 .block.mini-cartpro.sm-cartpro {
		display: block;
		position: static;
		width: auto;
	}
	.header-style-3 .sm-serachbox-pro{
		display: block;
		position: static!important;
		border: none;
		padding: 0;
	}
	.header-style-3 .sm-serachbox-pro .sm-searbox-content .form-button.button{
		right:0px;
	}
	.header-style-3 .cat-wrapper {
		display: block!important;
	}
	.header-style-3 .wishlist-compare .links{
		display:block;
	}
	.header-style-3 .block-hd3-h.block-wisht-compare-hd3{
		clear:both;
		float:right;
		margin-right:0px;
	}
	.header-style-3 .mini-cartpro .block-content{
		z-index:99999;
		top:50px;
		right:15px;
	}


	.header-style-4 .sc-links{
		display:none;
	}
	.header-style-4 .btn-ver-menu {
		display: none;
	}
	.header-style-4 #yt-responsivemenu .btn.btn-navbar{
		background-color:#1f1f1f;
	}
	.header-style-4 .search-minicart {
		text-align: center;
	}
	.header-style-4 .right-content-header .wishlist-compare{
		margin-left:0px;
	}
	.header-style-4 .wishlist-compare a.block-compare{
		margin-right:0px;
	}
	.header-style-4 .contact-header{
		float:none;
		background:none;
		padding-right:0px;
	}
	.static-image-left{
		text-align:center;
	}
	.respl-item .link-wishlist{
		margin-right:0px!important;
	}
	.quick-info{ /*display: none;*/}
	.yt-tab-listing .carousel-inner {
		margin-top: 50px;
	}
	.yt-tab-listing .left.carousel-control-tab {
		left: 50%;
		margin-left: -50px;
		top:-60px;
	}
	.yt-tab-listing .right.carousel-control-tab {
		right: 50%;
		margin-right: -50px;
		top:-60px;
	}
	.banner-under-tab{
		margin-bottom:0px;
	}
	.banner-under-content{
		margin-bottom:30px;
	}
	.static-top-home .banner-no-padding{
		background:none;
		margin-bottom:20px;
	}
	.static-top-home{
		margin-bottom:0px;
	}
	.banner-wrapper-s .col-md-4{
		margin-bottom:30px;
	}
	.banner-bottom .content-banner-second {
		margin-bottom: 30px;
	}
	.social-fixed{
		display:none;
	}
	.respl-item .item-inner  .item-time .time-item{
		padding:0 10px;
	}
	.hv_btnCart:hover .show-cart-button, .sm-cartpro:hover .btn-toggle{
		box-shadow:none;
	}
	.sm-serachbox-pro .sm-searbox-content .form-button.button{
		right:17px!important;
	}
	
	.header-style-3  .sm-serachbox-pro .sm-searbox-content .form-button.button{
		right:0px!important;
	}
	#cpanel_wrapper,
	.sm_quickview_handler{
		display:none;
	}
	.account-links-mobile{
		display:block;
	}
	
	/* HEADER */
	/* .cur-lang-block{
		display:none;
	} */
	.promotional-popup{
		width:100%;
	}
	
	.cur-lang-block{
		top:-152px;
	}
	.logo-wrapper img{
		max-height:87px;
		width:auto;
		max-width:100%;
	}
	.block.block-currency,
	.language-switcher{
		border:none;
	}
	.cur-lang-block .jqTransformSelectWrapper &gt; div .jqTransformSelectOpen{
		right:0px;
	}
	.language-switcher .jqTransformSelectWrapper div span {
		padding-left: 30px;
		text-indent: -9999px;
		overflow:hidden;
	}
	.cur-lang-block .jqTransformSelectWrapper div span{
		padding-right:18px;
	}
	
	.cur-lang-block .jqTransformSelectWrapper ul{
		width:111px!important;
		top:42px;
	}
	.block-currency .jqTransformSelectWrapper ul{
		width:50px!important;
	}
	.block-currency .jqTransformSelectWrapper ul li a{
		padding-right:8px;
	}
	/* .header-top{
		display:none;
	} */
	.block-mobile{
		width:55px;
		height:32px;
		background:#1f1f1f;
		display:inline-block;
		position:absolute;
		right:0px;
		top:0px;
		z-index:7000;
	}
	.search-button-mobile{
		right:0px;
		top:0px;
	}
	.account-links-mobile{
		right:112px;
		top:0px;
	}
	.w-mobile{
		position:relative;
	}
	.w-mobile .btn-mobile-h{
		width:55px;
		height:32px;
		display:block;
		background-repeat:no-repeat;
		background-position:top left;
		cursor:pointer;
	}
	.layout-boxed .search-mobile{
		right:15px;
	}
	.layout-boxed .account-links-mobile{
		right:127px;
	}
	.show-content-mobile{
		display:none;
	}
	.link-mobile-icon{
		background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/account-icon-mobile.png);
	}
	.search-button-mobile{
		background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/search-btn-mobile.png);
	}
	
	.w-mobile .btn-mobile-h.active_btn_mobile{
		background-position:left bottom;
	}
	.mini-cartpro.block{
		height: 55px;
		/*position: absolute;*/
		/*width: 55px;
		background: #1F1F1F;
		bottom:-80px;
		right: 71px;*/
		z-index:7000;
	}
	.header-style-1 .mini-cartpro.block{
		bottom:-105px;
	}
	.right-content-header .btn-toggle .cart-icon{
		margin-right:0px;
		background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/btn-cart-mobile.png) no-repeat top left!important;
		width:55px;
		height:55px;
		margin-top:-10px;
	}
	.right-content-header .btn-toggle .cart-icon .amount-i {
		/*bottom: 45px;*/
		bottom: 5px;
		height: 20px;
		line-height: 20px;
		right: 9px;
		width: 20px;
	}
	.mini-cartpro .block-content {
		right: 0px;
		top: 55px;
	}
	.right-content-header .detail-minicart{
		/*display:none;*/
	}
	.hv_btnCart:hover .show-cart-button, .hv_btnCart .show{
		box-shadow:none!important;
	}
	/* .hv_btnCart .show .cart-icon, */
	.sm-cartpro:hover .cart-icon{
		background-position:left bottom!important;
	}
	.right-content-header .wishlist-compare{
		margin:0;padding:0;
		/*position:absolute;*/
		z-index:99;
		top:-10px;
		width:100%;
		left:0px;
		/*text-align:center;*/
		text-align:center;
	}
	.wishlist-compare .links,
	.wishlist-compare a.block-compare{
		display:inline-block;
		margin-right:10px;
	}
	.btn-toggle.show-cart-button{
		padding:0px!important;
	}
	.link-mobile-wrapper{
		background:#1F1F1F;
		width:200px;
		padding:10px;
		position:absolute;
		top:55px;
		right:0px;
		box-shadow: 0px 5px 7px rgba(0,0,0,0.35);
	}
	.link-mobile-wrapper ul li a{
		padding:4px 0px;
		display:block;
		color:#A8A8A8;
	}
	.yt-header-top{
		position:relative;
	}
	.right-content-header{
		position:static;
	}
	.sm-serachbox-pro {
		background: none repeat scroll 0 0 #1F1F1F;
		padding: 7px;
		position: absolute!important;
		right: 0px;
		z-index: 98;
		display:none;
		margin:0px;
		z-index:98;
	}
	.header-style-default .sm-serachbox-pro {
		top: 32px;
		padding: 7px;
		margin:0px!important;
	}
	
	.logo-wrapper {
		text-align: center;
		padding-top:30px;
	}
	.welcome-msg{
		text-align: center;
	}
	.sm-serachbox-pro .cat-wrapper{
		display:none;
	}
	.header-style-default .sm-searbox-content .input-search{
		margin-left:0; border:none;
	}
	/* END HEADER */
	
	/* RESPONSIVE MENU */
	.yt-main-menu .yt-menu-container,
	.yt-main-menu .yt-menu-container-home,
	.sm_megamenu_wrapper_horizontal_menu{
		display:none!important;
	}
	.yt-responsivemenu{
		display:block!important;
		position:relative;
	}
	.onpen-sidebar .yt_ressidebar_screennav #yt_screennav{
		margin-left:0px;
	}
	/* END RESPONSIVE MENU */
	.yt-header-under.subnav-fixed{
		position:relative;
	}
	.banner-right {
		text-align: center;
		margin-top:10px;
	}
	.banner-bottom img{
		width:100%;
	}
	.banner-bottom-right{
		width:100%;
		margin-top:10px;
		text-align:center;
	}
	.l-banner-bottom{
		width: 100%;
	}
	.slider-tab-listing .control-button {
		position: relative;
		text-align: center;
	}
	.slider-tab-listing .control-button .prev_tablist, .slider-tab-listing .control-button .next_tablist{
		position:relative;
		top:inherit;
		right:inherit;
		display:inline-block;
		margin-bottom:25px;
	}
	.respl-tabs-wrap .respl-tabs{
		text-align:center;
	}

	.yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item{
		padding:0 15px;
	}
	.banner-center-wrapper{
		padding-left:20px;
		line-height:25px;
	}
	.fashon-logo-center{
		top:50%;
		margin-top:-35px;
	}
	.free-shipping-car{
		display:none;
	}
	
	.yt-footer{
		background:#1b1b1b;
		padding-top:0px;
	}
	.yt-footer-wrap{
		padding-top:0px;
	}
	
	.contact-payment-footer{
		background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-big-footer-mobile.png) no-repeat center top;
		padding-top:30px;
		padding-bottom:20px;
		margin-bottom:30px;
	}
	.contact-payment-footer .block-ft{
		margin-bottom:0px;
		margin-top:20px;
	}	
	.clients-say {
		clear: both;
		padding-top:30px;
	}
	.pagination-wrap,
	.toolbar-bottom  .view-mode-wrap,
	.toolbar-bottom  .limiter-wrap,
	.toolbar-bottom  .sort-by-wrap{
		display:none;
	}
	.toolbar-bottom .pagination-wrap{
		display:block;
	}
	.respl-item .item-inner .item-review {
		margin-top: 10px;
		display:block;
		clear:both;
	}

	.products-grid .item-review .amount, 
	.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .amount{
		clear:none;
		display:inline-block;
		line-height:12px;
		vertical-align: top;
	}
	.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .amount{
		padding-top:2px;
	}
	#yt_main .products-list .w-image-box{
		width:200px;
		margin-right:0px;
	}
	#yt_main .products-list .product-info{
		margin-left:220px;
	}
	.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .rating-box{
		margin-top:2px;
		margin-bottom:7px;
	}
	.respl-item .item-inner .ratings .rating-links{
		clear:none;
	}
	.yt-product-detail .product-img-box{
		max-width:480px;
		float:none;
		margin:0 auto;
	}
	.yt-detail-right {
		clear: both;
		padding-top: 20px;
	}
	.slider-upsell .control-button{
		text-align:center;
		margin-top:-20px;
	}
	.slider-upsell .control-button li{
		position:relative;
		height:33px;
		margin-bottom:20px;
		margin-top:0px;
		left:inherit!important;
		right:inherit!important;
	}
	
	.yt-product-detail .tab-product-detail .yt-tab-navi &gt; li a{
		display:block;
	}
	.account-login .cus-wrapper-login{
		margin-bottom:30px;
	}
	.cart .cart-collaterals{
		clear:both;
	}
	
	/* TABLE BLOCK */
	.data-table {
		table-layout: fixed;
	}	
	.data-table thead th, .data-table thead td, 
	.data-table tr.even th, .data-table tr.odd td, 
	.data-table tr.odd th, .data-table tr.even td, 
	.data-table tfoot td, .data-table tr.first th, 
	.data-table tr.first td {
		border: medium none !important;
		display: block;
		float: none !important;
		text-align: center;
		width: auto !important;
	}
	.data-table thead th,
	.data-table tr.even th, 
	.data-table tr.odd th, 
	.data-table tr.first th{
		background:#777777;
		color: #FFFFFF;
		margin-bottom: 1px;
		min-height: 30px;
	}
	.data-table colgroup {
		display: block;
	}
	.data-table thead{
		border:none;
	}
	.data-table tr{
		display:block;
	}
	.data-table tr td{
		display:block;border:none;
		text-align:center;
	}
	#shopping-cart-table tfoot td{
		padding:10px 0px 0px 0px;
	}
	#shopping-cart-table .button{
		margin-bottom:10px;
		margin-left:0px;
		width:100%;
	}
	#my-reviews-table .rating-box{
		float:none;
		margin:0 auto;
	}
	
	.my-account .data-table#my-orders-table .item-options &gt; dt{
		clear:none;
		float:none;
		margin-right:0px;
	}
	
	/* END TABLE BLOCK */
	.sm-cartpro:hover .block-content{
		display:block!important;
		height:auto!important
	}
	
	.header-style-1 .sm-serachbox-pro{
		display:none;
	}
	
	.header-style-1 .sm-searbox-content .input-search .input-text{
		width:275px;
	}
	.header-style-1 .logo-wrapper {
		width: 100%;
		padding-top: 6px;
	}
	.header-style-1 .sm-serachbox-pro {
		top: 188px;
	}
	.header-style-1 .sm-serachbox-pro .sm-searbox-content .form-button.button{
		right:0px;
	}
	.header-style-1 .sm-serachbox-pro .sm-searbox-content .form-search{
		margin-top:0px;
	}
	.header-style-4 .sm-serachbox-pro .sm-searbox-content{
		margin-top:0px;
	}
	.header-style-4 .mini-cartpro .block-content{
		text-align:left;
	}
	.header-style-4 .mini-cartpro .rating-container .separator{
		float:left;
	}
	
	/* HEADER V2 */
	.header-style-2 .yt-header-under {
		height: 52px;
		margin-top: 50px;
		position: relative;
	}
	.header-style-2 .hd2-search-box{
		left: 0;
		position: absolute;
		top: -80px;
		z-index: 999;
		width:100%;
	}
	.header-style-2 .sm-serachbox-pro {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: medium none;
		display: block;
		left: 50%;
		margin-left: -160px;
		padding: 0;
		position: relative !important;
		width: 320px;
	}
	.header-style-2 .sm-searbox-content .input-search .input-text {
		width: 320px;
		background: #d9d9d9;
		border-radius: 18px;
	}
	.header-style-2 .block-cus-hd2{
		z-index:9999;
	}
	.header-style-2 .mini-cartpro.sm-cartpro {
		position: relative;
		left: 0;
		top: 0;
		background: transparent;
	}
	.header-style-2 #yt-responsivemenu {
		position: absolute;
		width: 100%;
		padding: 0 15px;
	}
	.header-style-2 #yt-responsivemenu .btn.btn-navbar{
		height:52px;
	}
	.header-style-2 #yt_resmenu_collapse{
		top:52px;
	}
	.header-style-2 .sm-searbox-content .cat-wrapper span{
		padding-left:0px;
	}
	.header-style-2 .sm-serachbox-pro .sm-searbox-content .form-button.button:hover {
		box-shadow: none;
	}
	.header-style-3 .block.mini-cartpro.sm-cartpro,
	.header-style-3 .sm-serachbox-pro{
		background:none;
	}
	.header-style-3 .block.mini-cartpro.sm-cartpro{
		display:inline-block;
	}
	
	.static-banner-center-homev1 .bl-new-homev1{
		margin-bottom:20px;
	}
	
	/*======================404 PAGE=====================*/
	  .wrapper_404page .content-404page{
		float:none;
		margin-left:auto;
		margin-right:auto;
	  }

	  .wrapper_404page .content-404page .button-404{
		padding-bottom:30px;
	  }

	  .img-right-404{
		display:none;
	  }
}
@media (min-width: 481px) and (max-width: 767px) {
	.static-homev1 .small-banner{
		float:none;
		margin:0px!important;
	}
	.static-homev1 .small-banner.smaill-banner-first{
		margin-bottom:20px!important;
	}
	.lt-blog-info.info-first-blog{
		clear:both;
		margin:0px;
	}
	.item-latest-blog  .item-lb-image{
		margin-bottom:10px;
	}
	.yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item{
		width:50%;
		padding:0 15px;
	}
	.yt-tab-listing .respl-items-container .respl-items .respl-item{
		width:50%;
	}
	.yt-tab-listing .container-slider .preset03-2 .vpo-wrap .vp .item{
		margin:0;
	}
	.yt-product-detail .tab-product-detail .yt-tab-navi &gt; li{
		width:50%;
		border-bottom:1px solid #fff;
		margin-right:0px;
	}
	
	.respl-tabs-wrap h2.cat-name-tab{
		float:none;
		width:100%;
		border:none;
		text-align:center;
	}
	
	.respl-tabs-wrap .respl-tabs{
		position:relative;
	}
	.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
		float:none;
		display:inline-block;
		margin-top:10px;
	}
}

@media (max-width: 480px) {
	.static-homev1 .small-banner{
		float:none;
		margin:0px!important;
	}
	.static-homev1 .small-banner.smaill-banner-first{
		margin-bottom:20px!important;
	}
	.static-banner-center-homev1 .title-homev1{
		margin-left:0px;
		margin-right:0px;
	}
	.header-style-3 .sm-serachbox-pro .input-search .input-text{
		width:172px;
	}
	.header-style-3 .mini-cartpro .block-title{
		float:none;
		display:inline-block;
	}
	.header-style-3 .header-bottom-hd3{
		text-align:center;
	}
	.header-style-3 .block-cart-hd3{
		float:none;
		display:block;
		margin-left:0px;
	}
	.header-style-3 .sm-searbox-content .cat-wrapper span{
		padding-left:10px;
		text-align:left;
	}
	.header-style-3 .hd-mobile{
		display:inline;
	}
	.header-style-3 .block-hd3-h.block-wisht-compare-hd3{
		float: none;
		text-align: left;
		margin: 0 20px 0px 0px;
		padding-left: 0;
		padding-right: 20px;
		border-right: 1px solid #3a3a3a;
		border-left: none;
	}
	.header-style-3 .header-top .links-account &gt; li{
		margin-bottom:5px;
	}
	
	.header-style-3 .block-hd3-h{
		float:none;
		vertical-align:top;
	}
	.header-style-3 .block-search-hd3{
		margin-bottom:10px;
		float:none;
	}
	.header-style-4 .sm-searbox-content .input-search .input-text {
		width: 276px;
	}
	.newletter-home .bg-newletter{
		padding:10px;
	}
	.mini-cartpro .block-content{
		right:-71px;
	}
	.link-mobile-wrapper{
		left:0px;
		right:inherit;
		width:167px;
	}
	.hd-mobile,
	.hiddenphone-caption{
		display: none;
	}
	.wishlist-compare a{
		padding-left:21px;
	}
	.header-style-default .sm-searbox-content .input-search .input-text{
		width:266px;
	}
	.base-products-clients-say .base-product-1,
	.base-products-clients-say .base-product-2{
		width:100%;
	}
	.footer-link-block .row &gt; .col-xs-6{
		width:100%;
	}
	.footer-link-block .row &gt; .col-xs-6 .block-ft{
		margin-bottom:20px;
	}
	.base-products-clients-say .base-product-2{
		padding-top:30px;
		padding-bottom:30px;
	}
	.banner-center-wrapper{
		padding-right:60px;
	}
	.toolbar-top .toolbar{
		background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/bg-center-toolbar.png) repeat-x center left #EEEEEE;
	}
	.toolbar .toolbar-inner .sort-by-wrap{
		clear:both;
	}
	.products-grid .item{
		width:100%;
	}
	
	#yt_main .products-list .w-image-box{
		width:100%;
		margin-bottom:15px;
	}
	#yt_main .products-list .product-info{
		margin-left:0px;
	}
	.yt-detail-right .link-wishlist{
		margin-right:0px;
	}
	.yt-product-detail .tab-product-detail .yt-tab-navi &gt; li{
		width:100%;
		border-bottom:1px solid #fff;
		margin-right:0px;
	}
	.my-account #wishlist-view-form .buttons-set button{
		width:100%;
		margin-bottom:5px;
	}
	
	.respl-item .item-inner .item-review{
		clear:none;
		display:inline-block;
		margin-top:0px;
	}
	/* .products-grid .item-review .amount,
	.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .amount{
		clear:both;
		display:block;
	} */
	/* .container-slider .preset01-4 .vpo-wrap .vp .item .item-review .amount{
		padding-top:5px;
	} */
	.container-slider .preset01-4 .vpo-wrap .vp .item .item-review .rating-box{
		margin-top:0px;
	}
	.top-curlang {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.block.block-currency, .language-switcher{
		float:none;
	}
	.toplinks-header {
		text-align: center;
		width: 100%;
	}
	.right-content-header .wishlist-compare{
		width:100%;
		left:0px;
		text-align:center;
	}
	
	.respl-tabs-wrap h2.cat-name-tab{
		float:none;
		width:100%;
		border:none;
		text-align:center;
	}
	
	.respl-tabs-wrap .respl-tabs{
		position:relative;
	}
	.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
		float:none;
		display:inline-block;
		margin-top:10px;
		margin-right:20px;
	}
	.header-style-1 .logo-wrapper{
		height:63px;
	}
	.header-style-2 .block-cus-hd2,
	.header-style-2 #yt-responsivemenu {
		padding: 0;
	}
	.header-style-2 .sm-searbox-content .input-search .input-text{
		width:300px;
	}
	.header-style-2 .sm-serachbox-pro{
		width:300px;
		margin-left:-150px;
	}
	.header-style-2 .login-quick{
		right:-106px;
	}
	.header-style-2 .mini-cartpro .block-content {
		right: 0px!important;
	}
	
	.header-style-3 .block-hd3-h{
		display:inline-block;
	}
}

@media (max-width: 320px) {
	.promotional-popup{
		background:#dedede;
	}
	.option-wrapper #product-options-wrapper .w-option{
		width:100%;
	}
	
	#confirmbox{
		width:300px;
		left:10px;
	}
	#confirmbox .wrap-qty .qty-set{
		margin-right:5px;
	}
	#zoptions .add-to-cart{
		margin-right:5px;
	}
	.mini-cartpro .block-content{
		/*width:300px;*/
		right:-61px;
	}

	#yt_wrapper .breadcrumbs li.text-br{
		display:none;
	}
	.header-top .links-account &gt; li .dropdown-link{
		left:0px;
		right:inherit;
	}
	
	.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
		margin-right:5px;
	}
	.header-style-2 .login-quick{
		right:-142px;
	}
	.header-style-3 .mini-cartpro .block-content{
		right:10px;
	}
	.header-style-3 .header-top .links-account &gt; li .dropdown-link{
		left:-34px;
	}
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #949494;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened {
	z-index: 99999999999;
}

.fancybox-opened .fancybox-skin {
/* 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
/*    	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
/* 	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 	/*background-image: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/fancybox_sprite.png'); */
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	/*background: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/fancybox_loading.gif') center center no-repeat;*/
}

.fancybox-close {
	position: absolute;
	top: 5px;
	right: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 8040;
	color: #666;
	background: none;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
	display: none;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/fancybox_overlay.png') repeat;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	/*overflow-y: scroll;*/
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/fancybox_overlay.png) repeat;
	z-index: 9999;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	/*margin-bottom: -35px;*/
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 10px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	/*-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	font-weight: bold;
	text-shadow: 0 1px 2px #222;*/
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}




#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999999999;
}
#fancybox-buttons.top {
	top: 10px;
}
#fancybox-buttons.bottom {
	bottom: 10px;
}
#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}
#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 28px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}
#fancybox-buttons a:hover {
	opacity: 1;
}
#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}
#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
 This CSS can be altered to change the look and size of the lens.
*/

.cloudzoom-lens {
	border: none;
	width: 100px;
	height: 100px;
	cursor: crosshair;
}

/* CSS for zoom window (not used for 'inside' position). */
.cloudzoom-zoom {
	border: 1px solid #888;
}

.cloud-zoom-gallery .border {
	border-width: 1px;
	border-style: solid;
	border-right: none;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
}

/* CSS for captions */
.cloudzoom-caption {
	display: none; /* CSS captions should be hidden initially */
	text-align: left;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-family: sans-serif;
	font-size: 11px;
}

/* cloud-zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin: 0;
	cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow: hidden;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}
.jssort01 .c,.jssort01 .w{top:0;left:0;position:absolute}.captionBlack,.captionOrange{color:#fff;font-size:20px;line-height:30px;text-align:center;border-radius:4px}.captionOrange{text-transform:capitalize;background-color:rgba(0,0,0,.4)}.captionBlack{font-size:16px;background:#000;background-color:rgba(0,0,0,.4)}A.captionOrange:active,A.captionOrange:visited,a.captionOrange{color:#fff;text-decoration:none}a.captionOrange:hover{color:#eb5100;text-decoration:underline;background-color:#eee;background-color:rgba(238,238,238,.7)}.bricon{background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/browser-icons.png)}.jssorb01 .av,.jssorb01 div,.jssorb01 div:hover{filter:alpha(opacity=70);opacity:.7;overflow:hidden;cursor:pointer;border:1px solid #000}.jssorb01 div{background-color:gray}.jssorb01 .av:hover,.jssorb01 div:hover{background-color:#d3d3d3}.jssorb01 .av{background-color:#fff}.jssorb01 .dn,.jssorb01 .dn:hover{background-color:#555}.jssora05l,.jssora05ldn,.jssora05r,.jssora05rdn{position:absolute;cursor:pointer;display:block;background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/a17.png) no-repeat;overflow:hidden}.jssora05l{background-position:-10px -40px}.jssora05r{background-position:-70px -40px}.jssora05l:hover{background-position:-130px -40px}.jssora05r:hover{background-position:-190px -40px}.jssora05ldn{background-position:-250px -40px}.jssora05rdn{background-position:-310px -40px}.jssort01 .w{width:100%;height:100%}.jssort01 .c{width:68px;height:68px;border:2px solid #000}.jssort01 .p:hover .c,.jssort01 .pav .c,.jssort01 .pav:hover .c{background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/t01.png) center center;border-width:0;top:2px;left:2px;width:68px;height:68px}.jssort01 .p:hover .c,.jssort01 .pav:hover .c{top:0;left:0;width:70px;height:70px;border:1px solid #fff}.jssort02 .w{position:absolute;top:0;left:0;width:100%;height:100%}.jssort02 .c{position:absolute;top:0;left:0;width:95px;height:62px;border:2px solid #000}.jssort02 .p:hover .c,.jssort02 .pav .c,.jssort02 .pav:hover .c{background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/t01.png) center center;border-width:0;top:2px;left:2px;width:95px;height:62px}.jssort02 .p:hover .c,.jssort02 .pav:hover .c{top:0;left:0;width:97px;height:64px;border:1px solid #fff}.jssora02l,.jssora02ldn,.jssora02r,.jssora02rdn{position:absolute;cursor:pointer;display:block;background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/a02.png) no-repeat;overflow:hidden}.jssora02l{background-position:-3px -33px}.jssora02r{background-position:-63px -33px}.jssora02l:hover{background-position:-123px -33px}.jssora02r:hover{background-position:-183px -33px}.jssora02ldn{background-position:-243px -33px}.jssora02rdn{background-position:-303px -33px}.jssort03 .pav:hover .w,.jssort03 .w{position:absolute;width:60px;height:30px;border:1px dashed #fff}* html .jssort03 .w,.jssort03 .c{width:62px;height:32px}.jssort03 .pav .w,.jssort03 .pdn .w{border-style:solid}.jssort03 .c{filter:alpha(opacity=45);opacity:.45;transition:opacity .6s;-moz-transition:opacity .6s;-webkit-transition:opacity .6s;-o-transition:opacity .6s}.jssort03 .p:hover .c,.jssort03 .pav .c{filter:alpha(opacity=0);opacity:0}.jssort03 .p:hover .c{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.qr_code{background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/sidebar.png) center center}.jssorb03 .av,.jssorb03 div,.jssorb03 div:hover{background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/b03.png) no-repeat;overflow:hidden;cursor:pointer}.jssorb03 div{background-position:-5px -4px}.jssorb03 .av:hover,.jssorb03 div:hover{background-position:-35px -4px}.jssorb03 .av{background-position:-65px -4px}.jssorb03 .dn,.jssorb03 .dn:hover{background-position:-95px -4px}.jssora20l,.jssora20ldn,.jssora20r,.jssora20rdn{position:absolute;cursor:pointer;display:block;background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/a20.png) no-repeat;overflow:hidden}.jssora20l{background-position:-3px -33px}.jssora20r{background-position:-63px -33px}.jssora20l:hover{background-position:-123px -33px}.jssora20r:hover{background-position:-183px -33px}.jssora20ldn{background-position:-243px -33px}.jssora20rdn{background-position:-303px -33px}.share-icon{display:inline-block;float:left;margin:4px;width:32px;height:32px;cursor:pointer;vertical-align:middle;background-image:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/share-icons.png)}.share-facebook{background-position:0 0}.share-facebook:hover{background-position:0 -40px}.share-twitter{background-position:-40px 0}.share-twitter:hover{background-position:-40px -40px}.share-pinterest{background-position:-80px 0}.share-pinterest:hover{background-position:-80px -40px}.share-linkedin{background-position:-240px 0}.share-linkedin:hover{background-position:-240px -40px}.share-googleplus{background-position:-120px 0}.share-googleplus:hover{background-position:-120px -40px}.share-stumbleupon{background-position:-360px 0}.share-stumbleupon:hover{background-position:-360px -40px}.share-email{background-position:-320px 0}.share-email:hover{background-position:-320px -40px}.jssort11{font-family:Arial,Helvetica,sans-serif}.jssort11 .i,.jssort11 .pav:hover .i{position:absolute;top:3px;left:3px;WIDTH:190px;HEIGHT:62px;border:1px dashed #fff}* html .jssort11 .i{WIDTH:62px;HEIGHT:32px}.jssort11 .pav .i{border:1px solid #fff}.jssort11 .pav:hover .t,.jssort11 .t{position:absolute;top:3px;left:68px;width:129px;height:32px;line-height:32px;text-align:center;color:#fc9835;font-size:13px;font-weight:700}.jssort11 .p:hover .t,.jssort11 .pav .t,.jssort11 .phv .t{color:#fff}.jssort11 .c,.jssort11 .pav:hover .c{position:absolute;top:38px;left:3px;width:197px;height:31px;line-height:31px;color:#fff;font-size:11px;font-weight:400;overflow:hidden}.jssort07 .i,.jssort07 .o,.loading_screen{position:absolute;top:0;left:0}.jssort11 .p:hover .c,.jssort11 .pav .c,.jssort11 .phv .c{color:#fc9835}.jssort11 .c,.jssort11 .t{transition:color 2s;-moz-transition:color 2s;-webkit-transition:color 2s;-o-transition:color 2s}.jssort11 .p:hover .c,.jssort11 .p:hover .t,.jssort11 .pav:hover .c,.jssort11 .pav:hover .t,.jssort11 .phv .c,.jssort11 .phv .t{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.jssort11 .p{background:#181818}.jssort11 .pav,.jssort11 .pdn{background:#462300}.jssort11 .p:hover,.jssort11 .pav:hover,.jssort11 .phv{background:#333}.jssora13l,.jssora13ldn,.jssora13r,.jssora13rdn{position:absolute;cursor:pointer;display:block;background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/a13.png) no-repeat;overflow:hidden}.jssora13l{background-position:-10px -35px}.jssora13r{background-position:-70px -35px}.jssora13l:hover{background-position:-130px -35px}.jssora13r:hover{background-position:-190px -35px}.jssora13ldn{background-position:-250px -35px}.jssora13rdn{background-position:-310px -35px}.jssort14 .phv .w,.jssort14 .w{cursor:pointer;position:absolute;WIDTH:100%;HEIGHT:100%;background-color:#c2b38f}.jssort14 .p:hover .w,.jssort14 .pav .w,.jssort14 .pdn .w{background-color:#422e2c}.jssort14 .c{color:#000;font-size:13px;background-color:#e6e0c8;text-transform:capitalize;transition:background-color .6s;-moz-transition:background-color .6s;-webkit-transition:background-color .6s;-o-transition:background-color .6s}.jssort14 .p:hover .c,.jssort14 .pav .c,.jssort14 .pav:hover .c,.jssort14 .phv .c{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.jssort14 .pav .c{background-color:#ffab57}.jssort14 .p:hover .c,.jssort14 .pav:hover .c,.jssort14 .phv .c{background-color:#fc9835}.jssort07 .i{width:99px;height:66px;filter:alpha(opacity=80);opacity:.8}.jssort07 .p:hover .i,.jssort07 .pav .i{filter:alpha(opacity=100);opacity:1}.jssort07 .o{width:97px;height:64px;border:1px solid #000;transition:border-color .6s;-moz-transition:border-color .6s;-webkit-transition:border-color .6s;-o-transition:border-color .6s}* html .jssort07 .o{width:99px;height:66px}.jssort07 .p:hover .o,.jssort07 .pav .o{border-color:#fff}.jssort07 .pav:hover .o{border-color:#09F}.jssort07 .p:hover .o{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.jssora11l,.jssora11ldn,.jssora11r,.jssora11rdn{position:absolute;cursor:pointer;display:block;background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/a11.png) no-repeat;overflow:hidden}.jssora11l{background-position:-11px -41px}.jssora11r{background-position:-71px -41px}.jssora11l:hover{background-position:-131px -41px}.jssora11r:hover{background-position:-191px -41px}.jssora11ldn{background-position:-251px -41px}.jssora11rdn{background-position:-311px -41px}.loading_screen{display:block;background:url(https://www.fashpick.com/skin/frontend/base/default/css/bannerslider/images/loading.gif) center center no-repeat;width:100%;height:100%}.slidercontainer&gt;div{margin:0 auto}
.bps {
	display: block;
	margin: 20px 0;
	padding: 0;
}

.bps .products{
	display: block;
}

.bps .view-grid .item{
	float: left;
	margin: 0 1%;
	margin-bottom: 1em;
	padding: 0;
}

/*.bps .cols-2 .item { width: 47.9999%; }
.bps .cols-3 .item { width: 31.3332%; }
.bps .cols-4 .item { width: 22.9999%; }
.bps .cols-5 .item { width: 17.9999%; }
.bps .cols-6 .item { width: 14.6665%; }*/

/* For Menu */
.for-menu .products-grid .item-inner,
.for-menu .products-grid .item-inner .item-box, 
.for-menu .products-grid .item-inner .item-box-hover{
	width:140px;
	padding:0 0;
}
.for-menu .products-grid li.item:hover,
.for-menu .products-grid li.item{
	width:140px;
	margin:0 5px !important;
}
.for-menu .products-grid .item-inner .item-box .price-box {
	height:20px;
    bottom: 0px;
	padding:0 10px;
	line-height:20px;
}
.for-menu .item-box-hover{
	text-indent:-999em;
}
.for-menu .products-grid .item-inner .item-box-hover a.btn-cart, 
.for-menu .products-grid .item-inner .item-box-hover .actions .add-to-links li a.link-compare, 
.for-menu .products-grid .item-inner .item-box-hover .actions .add-to-links li a.link-wishlist{
	height:22px;
	width:26px;
	display:block;
	padding:0 0;
	margin:3px auto;
}
.for-menu .products-grid .item-inner .item-box-hover a.btn-cart{
	margin:30px auto 0;
}
.for-menu .products-grid .item-inner{
	height:auto;
}
.for-menu .products-grid .item-inner .item-box, 
.for-menu .products-grid .item-inner .item-box-hover{
	height:150px;
}
.for-menu .products-grid .item-inner h2.product-name{
	background:none;
	height:auto;
	line-height:normal;
	padding:5px 0;
	font-size:100%;
	border:none;
	text-align:center;
}
.for-menu .products-grid .rating-box{
	margin:0 auto;
}
.for-menu .products-grid .item-inner h2.product-name a{
	margin:0 0;
}
.bps .view-grid .item .item-wrap{
	display: block;
}
.bps .view-grid .item .item-wrap .item-image{
	border: 0;
	margin: 0 12px 12px 0;
	padding: 0;
	max-width: 100%;
	float: left;
}
.bps .view-grid .item .item-wrap .item-image a,
.bps .view-grid .item .item-wrap .item-image img{
	max-width: 100%;
}


.bps .view-list .item{
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	/*
	float: left;
	width: 100%;
	clear: both;
	*/
}


/*clearfix*/
.view-grid:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.view-grid {
	display: block;
}

/* Css of js enfinity*/

.pix_slideshow {
    float: left;
    width: 100%;
    position: relative;
	margin-bottom:10px;
}

.cms-home-v1 .pix_slideshow,
.slideshow-homev2 .pix_slideshow{
	margin-bottom:0;
}

.pix_slideshow img {
    max-width: none!important;
}
.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
    max-width: 100%!important;
}
.pix_slideshow_until_image {
    display: none;
}

.pix_slideshow_target {
    display: block;
}
.pix_slideshow_target {
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.film_slide {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.filmoreSlide {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.filmoreSlide &gt; div {
    position: absolute;
}

.filmoreBgs {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.filmore_loader {
    position: absolute;
    right: 0;
    top: 15px;
}

.filmore_command {
    cursor: pointer;
    position: absolute;
    top:50%;
    display: inline-block;
    width: 40px;
    height:40px;
    margin-top:-20px;
    background-color: #fff;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.filmore_command:hover{
    opacity: 0.9;
}

.filmore_prev.filmore_command{
    left:0;
}

.filmore_next.filmore_command{
    right:0;
}

.filmore_pause {
    background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cameraslide/images/icons_sprite.png") no-repeat -6px -266px;
    display: none;
    right: 5px;
    position: absolute;
    top: 60px;
}

.filmore_autoadv .filmore_play {
    display: none;
}
.filmore_autoadv .filmore_pause {
    display: block;
}

.filmore_prev {
    background-image: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cameraslide/images/icons_sprite.png");
    background-position: -93px -266px;
}

.filmore_next {
    background-image: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cameraslide/images/icons_sprite.png");
    background-position: -226px -266px;
}

.filmore_pagination {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.filmore_pag {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    margin:0 3px;
    transition: .1s;
    -webkit-transition: .1s;
}

.filmore_pag:hover,
.filmore_pag.filmore_current_pag {
    background-color: #3b3b3b;
}


.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
    max-width: 100%!important;
}

.cms-home-v1 .filmore_pagination{
    text-align: left;
    padding:0 20px;
}

.block-cart .actions button.button.btn-update,.minicartpro{margin-right:0}#btccart1,#btcshop1,#loading-mask .loader,#zoptions .product-name h1,#zoptions .product-name&gt;a,.block-cart .subtotal .label,.loader,.mini-cartpro .block-content .bottom-action .subtotal .price,.mini-cartpro .block-title .summary .subtotal .label,.sm-cartpro .product-details-bottom .price{font-weight:700}.clearfix:after,.clearfix:before,.mini-cartpro .item-options dd:last-child:after{content:""}#options #fancybox-wrap-clone:before,#options #process:before{background:rgba(0,0,0,.3);content:"";display:inline-block;position:fixed;left:0;top:0;width:100%;height:100%}.clearfix:after,.clearfix:before{display:table;line-height:0}.clearfix:after{clear:both}#blurmask{display:none;padding:0;position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999999;visibility:visible;background-color:#000;opacity:.6;filter:alpha(opacity=60)}.block-cart .block-title strong{background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cartpro/images/i_block-cart.png) 0 center no-repeat;padding-left:30px;height:20px}.block-cart .block-title{padding:0 4px;border-bottom:1px solid #ddd}.block-cart .block-title strong span{vertical-align:middle}.block-cart .summary{margin:0;padding:10px 8px 8px}.block-cart .subtotal{background-color:transparent;margin-top:15px}.block-cart .actions{text-align:center;background:#FFF;padding:6px 9px 20px}.sm-cartpro.block-cart .short-description{border-bottom:1px dashed #CCC;margin-bottom:10px;margin-top:5px;padding-bottom:5px}.sm-cartpro input.qty{width:38px!important;height:38px;border:1px solid #e5e5e5;text-align:center;float:left}.sm-cartpro span.quantity-controls{margin-left:5px;display:inline-block;width:17px;line-height:100%}.mini-cartpro .block-title .empty,.mini-cartpro .block-title .summary .amount,.mini-cartpro .block-title .summary .subtotal{text-align:center}.mini-cartpro .block-title a.btn-toggle.show:after{background:#fff}.mini-cartpro .block-title strong{background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cartpro/images/i_mini-cartpro.png) right center no-repeat;padding-right:30px}.mini-cartpro.block{border:none}.mini-cartpro.block.show .summary .amount{color:#FFF}.mini-cartpro .block-content{overflow:hidden!important;position:absolute;left:0;top:40px;width:319px;z-index:998;background:#FFF;box-shadow:0 4px 5px rgba(0,0,0,.45)}.header-style-2 .mini-cartpro .block-content{top:52px}.mini-cartpro .block-content .actions .more-desc{display:inline-block;float:left;line-height:38px;font-weight:700;text-transform:uppercase;padding-left:15px}input.quantity-plus{background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cartpro/images/btn-plus.png) no-repeat #b5b5b5;text-indent:-9999em;cursor:pointer}input.quantity-minus{background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cartpro/images/btn-minus.png) no-repeat #b5b5b5;text-indent:-9999em;cursor:pointer}.mini-cartpro .block-content .mini-products-list{max-height:265px;overflow-y:auto}.mini-cartpro .block-content .mini-products-list li.item{padding:5px 10px 10px 0;position:relative;border-bottom:1px solid #f0f0f0}.mini-cartpro .block-content .mini-products-list li.item .detail-right-cart{margin-left:92px}.mini-cartpro .block-content .mini-products-list li.item.last{border-bottom:none;padding-bottom:3px}.mini-cartpro .block-content .mini-products-list .product-details .short-description{margin-top:10px}.mini-cartpro .block-content .mini-products-list .product-image{float:left;/*margin-right:5px*/}.rating-container .ratings&gt;a{display:inline-block;margin-top:-5px;vertical-align:top}.rating-container .separator{display:inline-block!important;vertical-align:top;margin:-6px 4px 0 5px;padding:0;color:#909090;float:left}.mini-cartpro .block-content .mini-products-list .product-details-bottom{display:inline-block;font-size:11px;width:90%;color:#000;margin-bottom:10px}.mini-cartpro .block-content .bottom-action{text-align:left;white-space:nowrap;position:relative;padding:0 0 20px 10px}.mini-cartpro .block-content .bottom-action .price-total{border-bottom:1px solid #f0f0f0;padding:9px 12px;margin-bottom:20px}.mini-cartpro .block-content .bottom-action .button-wrapper{padding:0 35px}.mini-cartpro .price-total .label-price-total{padding-left:16px}.mini-cartpro .price-total .price-total-w{font-size:20px}.mini-cartpro .block-content .bottom-action .summary{display:inline-block;vertical-align:middle;position:absolute;right:10px;top:14px}.price-total-w{padding-left:27px}.price{font-size:14px;text-align:right}.mini-cartpro .block-content .bottom-action .subtotal{color:#FFF}.mini-cartpro .block-content .truncated .show .item-options{left:10%;top:0}.mini-cartpro .block-content .bottom-action .btn-gotocart{margin-right:3px}.mini-cartpro .block-content .bottom-action .button{overflow:visible}.mini-cartpro .block-content .mini-products-list li.item .qty-w .label-qty{margin-left:3px}.mini-cartpro .block-content .mini-products-list li.item .qty-w .qty-b{border:1px solid #E5E5E5;border-radius:3px;display:inline-block;padding:3px 8px}.mini-cartpro .block-content .mini-products-list li.item a.btn-edit span{background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cartpro/images/minicart-edit.png) no-repeat;width:15px;height:15px;position:absolute;top:6px;left:5px}.body-iteminfo{float:left;text-align:left}.body-iteminfo .product-image{float:left;margin-right:10px}.bottom-iteminfo{clear:both;padding-top:10px}.bottom-iteminfo .ratings,.price-container,.rating-container .ratings,.title-desc~strong{vertical-align:middle}.rating-container{white-space:nowrap;margin-top:-7px;margin-bottom:10px;display:inline-block;width:100%}.price-container .price-box,.price-container .price-box p,.rating-container .ratings{display:inline-block;position:relative;line-height:25px}.mini-cartpro .block-content .mini-products-list li.item .price{margin-right:28px;margin-left:37px}#minicart-sidebar .qty-w{vertical-align:top;display:inline-block;margin-top:-2px}.rating-container .ratings .amount{float:left;margin-left:2px;margin-top:-4px}.product-details .product-name a{padding-left:inherit}.product-details .product-name{position:relative;padding-right:50px;margin-bottom:0;margin-right:-10px}.product-details .product-name .btn-edit,.product-details .product-name .btn-remove{width:20px;height:20px;overflow:hidden;text-indent:-9999px;background-repeat:no-repeat;display:inline-block;position:absolute}.product-details .product-name .btn-edit{background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cartpro/images/btn-edit-minicart.png);background-position:5px 5px;top:-2px;right:24px}.product-details .product-name .btn-edit:hover{background-position:5px -83px}.product-details .product-name .btn-remove{background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cartpro/images/btn-remove-minicart.png);background-position:5px 5px;right:0;top:0}.product-details .product-name .btn-remove:hover{background-position:5px -85px}.price-container .price-label{display:none}#zoptions .price-box&gt;p,#zoptions .ratings{display:inline-block}#confirmbox .head-iteminfo{text-align:center}#zoptions,#zoptions #product-shop,#zoptions .product-name{text-align:left}#zoptions .old-price .price-label,#zoptions .title-desc,.mini-cartpro .block-content .actions .more-desc,.mini-cartpro .block-content .bottom-action .subtotal .label,.mini-cartpro .title-desc{color:#306790}#zoptions .price-box{margin-bottom:10px;margin-top:5px}#zoptions .price-box&gt;.special-price{margin-right:5px}label .required{float:right;color:red}#zoptions{BORDER-BOTTOM:0 inset;POSITION:absolute;BORDER-LEFT:0 inset;padding:0;min-height:20px;height:auto!important;DISPLAY:block;VISIBILITY:visible;BORDER-TOP:0 inset;TOP:0;BORDER-RIGHT:0 inset}#zoptions #product-shop .qty-title{float:left;margin-right:3px}#zoptions .product-name&gt;a{margin-left:5px}#zoptions .product-name h1{margin-bottom:10px}#zoptions .price-box .minimal-price-link{display:inline-block}#zoptions .add-to-cart{float:left;margin-right:10px}#options-tab{z-index:99999999999;position:fixed;padding:0;background-color:#2564c0;display:block;height:0;visibility:visible}#options{display:none;margin:0 auto;width:330px}#iffix{position:absolute;display:block;z-index:-1;width:467px;height:320px;top:0;left:0;filter:mask();background-color:#FFF;border:0 solid #fff}#loading-mask .loader{position:fixed;top:45%;left:41%;width:120px;padding:15px 60px;background:#fff4e9;border:2px solid #f1af73;color:#d85909;z-index:1000;text-align:center;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"}#loadmask{opacity:.8;filter:alpha(opacity=80);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80 )}#loadmask img{background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/cartpro/images/ajax-loader-tr.gif)}.loader{background:#FFF4E9;border:2px solid #666;color:#000;padding:15px 50px;text-align:center;width:200px;margin-left:50px;position:relative;z-index:9999}#btcancel,#btccart&gt;span,#btcshop&gt;span,#confirmbox .button.btn-cart&gt;span{border-radius:3px;color:#FFF;display:inline-block;height:38px;line-height:38px;padding:0 10px;white-space:nowrap;text-align:center}#btnavi ul{list-style:none}#btnavi ul li{display:inline-block;vertical-align:top}#btnavi ul li:first-child{margin-right:15px}#btccart{text-decoration:none;display:inline-block}#btcancel,#btccart&gt;span,#confirmbox .button.btn-cart&gt;span{background:#000;text-transform:uppercase;font-size:12px}#btcshop&gt;span{background:#868686}.sm-cartpro.mini-cartpro .actions button.button{float:none;height:33px!important;line-height:33px!important;padding:0 22px!important}#btcclose{background-color:#609946;color:#000;margin-left:10px;border:1px solid #3B6E22}#btccart1,#btcshop1{display:block;font-size:10px;height:38px;line-height:36px;margin:0 auto;padding:0;text-decoration:none}#btnavi{text-align:center;margin-top:15px}#cdown{display:inline}#options #confirmbox .iteminfo.sm-cartpro .body-iteminfo,#options #confirmbox .iteminfo.sm-cartpro .bottom-iteminfo,.fancy-bg{display:none}#confirmbox{background-color:#FFF;border:2px solid #ccc;padding:20px 10px 15px;width:320px;min-height:70px;height:auto!important;position:relative;z-index:99999999}#confirmbox p{margin:0 0 5px}#confirmbox p.required{margin:0 0 10px;padding:0;color:#EB340A}#options #confirmbox .moretext{text-align:center}#options #fancybox-outer{height:100%;position:relative;width:100%;padding:0}#fancybox-close{cursor:pointer;position:absolute;right:7px;top:6px;font-size:15px;z-index:1103}.fancy-bg{border:0;height:20px;margin:0;padding:0;position:absolute;width:20px;z-index:1001}#fancy-bg-n{left:0;top:-20px;width:100%}#fancy-bg-e{background-position:-20px 0;height:100%;right:-20px;top:0}#fancy-bg-s{background-position:0 -20px;bottom:-20px;left:0;width:100%}#fancy-bg-w{height:100%;left:-20px;top:0}#fancy-bg-ne{background-position:-40px -162px;right:-20px;top:-20px}#fancy-bg-se{background-position:-40px -182px;bottom:-20px;right:-20px}#fancy-bg-sw{background-position:-40px -142px;bottom:-20px;left:-20px}#fancy-bg-nw{background-position:-40px -122px;left:-20px;top:-20px}#confirmbox #product_addtocart_form{max-height:500px;overflow-y:auto}.mini-cartpro .show-cart-button.show .amount.hv_btnCart,.mini-cartpro:hover .show-cart-button .amount.hv_btnCart{background-position:left bottom}.top-cart .amount-i a{display:inline-block;width:27px;height:27px;text-align:center;line-height:27px;position:absolute;top:-2px;left:26px;border-radius:50%;color:#e5e5e5}.mini-cartpro .block-title{position:relative;margin-top:-4px}.cursor-cart{cursor:pointer}.mini-cartpro .item-options dd,.mini-cartpro .item-options dt{margin-right:5px;font-weight:400;clear:none}.mini-cartpro .item-options dd{margin-right:12px;position:relative}.mini-cartpro .truncated{margin-bottom:7px;margin-top:5px}.item-options&gt;dt{clear:both;float:left;margin-right:7px}.mini-cartpro .details{display:none}.mini-cartpro{position:relative;z-index:7000}
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/*---------------------------01 MENU BAR------------------------------*/
.css_effect li.sm_megamenu_lv1:hover &gt; div {
    display: block;
}
.sambar{
	position: relative;
}
.sambar a:focus{
	outline: none;
}
.sambar ul li{
    background: none;
    margin: 0;
    padding:0;
    position: relative;
}

.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
	display: table;
	content: '';
	line-height: 0;
}
.sambar .sambar-inner:after {
	clear: both;
}

.sm_megamenu_wrapper_horizontal_menu {
	width:100%;
	margin:0 auto;
	display:block;
	position: relative;
	clear:both;
}

.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
	list-style:none;
	width:100%;	
	padding:0;
}
.sm_megamenu_wrapper_menu_full {
    width: 100%;
    margin:0;
    display:block;
    position: relative;
    z-index:9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
	list-style:none;
	width:940px;
	margin:0px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
	float:left;
	text-align:center;
	position: static;
	padding:0;
	line-height: 100%;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1{
	display:inline-block;
	vertical-align:top;
	float:none;
	border:none;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover &gt; a:after{
	content:"";
	position:absolute;
	bottom:-15px;
	left:0px;
	width:100%;
	height:20px;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1 {
    margin-left: 3px;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1.parent {
    margin-left: 1px;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover &gt; a{
	color:#fff;
}
.layout-web{
	margin-top:-6px!important;
}
.mega-home-item-parent ul li{
	display:block!important;
	border-right:none!important;
	width:100%;
	text-align:left!important;
	border-left:5px solid #C0C0C0;
	margin-bottom:1px!important;
	padding:13px 0 13px 10px!important;
	background:#fff;
}
.mega-home-item-parent ul li:last-child{
	margin-bottom:0px!important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head .sm_megamenu_description{
	font-size:85.714%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
	position: static !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_top_actived{
	color:#ffffff!important;
}


.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.open,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived {
	/* background:#f7f7f7; */
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head .sm_megamenu_title{
	/*font-size:113.13%;*/
	/*font-size:133.33%;*/
	text-transform:capitalize;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
	/*font-size:100%;*/
	font-size:11px;
	text-transform:uppercase;
	/*font-weight:bold;*/}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li{
	border-right:1px solid #1d1d1d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu &gt; li:first-child{
	border-left:1px solid #1d1d1d;
}
.layout-boxed .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu &gt; li:first-child{
	border-left:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1:hover &gt; a{
	color:#fff;
	/*color:#000;*/
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
	outline:0;
	/*color:#a8a8a8;
	color:#000;
	color:#000;*/
	color:#fff;
	padding: 10px 17px;
	height:32px;
	/*padding: 20px 17px;
	height:56px;*/
	text-decoration:none;
	display:block;
	border-bottom: none;
	position: relative;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head{
	padding-left: 13px;
	color:#fff;
	height:70px;
	line-height:70px;
	padding-top:2px;
}
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu &gt; li{
	border:none;
}
/* .header-style-3 .css-1column-parent .css-1column .sm_megamenu_title{
	padding:13px 9px;
} */
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
	color:inherit;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head:hover {
	color:#fff;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head{
	height:32px;
	padding:2px 17px;
	border-radius:16px;
	line-height:31px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_drop:hover a.sm_megamenu_head:after,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_lv1.sm_megamenu_drop a.sm_megamenu_actived:after {
	text-shadow: none;
	z-index:11;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover div a {
	display:inline;
}

/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
	float:right;
	right:0;
	margin-right:0px;
}

/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left &amp; right aligned common styles ------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	margin:0px auto;
	top: 32px;
	position:absolute;
	text-align:left;
	z-index:9999 !important;
	background-color: #fff;
	display: none;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
}
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	top:70px;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	top: 40px;
}
.yt-header-under .sm_megamenu_head_item .sm_megamenu_title{
	/* font-size:133.33% !important; */
	/* border-bottom:1px solid #e5e5e5; */
	/* padding-bottom:5px; */
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 16.6666666667%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 33.3333333333%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns{width: 50.0%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 66.6666666667%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 83.3333333333%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 100%;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 100%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns &gt; .sm_megamenu_content{
	margin: 0;
	padding: 20px;
	border: 1px solid #eaeaea;
}
/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
	top: 32;
	z-index: 99999;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
	left:21px;
	top:101px;
	display: block;
}
.sm_megamenu_wrapper_menu_full  .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
	left:50%;
	margin-left:-470px;
	top:101px;
	display: block;
}

/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
	left:auto;
	right:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
	left:auto;
	right:0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
	right:18px;
	top:101px;
}

/*-------------------------------------- Columns Sizes ---------------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	display:inline;
	float: left;
}




.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: 16.6666666667%; padding: 0 15px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 33.3333333333%; padding: 0 15px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 50.0%; padding: 0 15px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 66.6666666667%; padding: 0 15px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 83.3333333333%; padding: 0 15px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {width: 100%;padding: 0 0px;}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	text-align:left;
}

/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  &gt; .sm_megamenu_firstcolumn {
	width: 100%;
	padding:20px 0 25px;
}
/***********************************************************/
.bedroom-item-head .sm_megamenu_col_4{
	/* padding-left:0px!important; */ padding-right:30px;
}
.bedroom-item-head .sm_megamenu_col_4 &gt; .sm_megamenu_head_item  {
	display:none;
}
.bedroom-item-head .sm_megamenu_col_4 &gt; .sm_megamenu_content{margin-top:0px!important;}
.bedroom-item-head  .image-static {
    float: left;
    width: 44%;
/* 	margin-right:30px; */
}
.categories-static .sm_megamenu_title{margin-bottom:10px;}
.bedroom-item-head .categories-static {
    float: right;
    width: 51.5%;
}
.bedroom-item-head  .image-static img{width:100%;}
.btn-shop{
	height:55px; line-height:55px;
	display:inline-block!important;
	padding:0 25px!important;
	font-size:128.57%;
	color:#e5e5e5;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}

.bedroom-item-head .img-wrap{
	overflow:hidden;
	text-align:center;
	position:relative;
}
.bedroom-item-head .button-wrap{
	position:absolute; 
	bottom:-100px; text-align:center;
	width:100%;
	 -webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
.bedroom-item-head .img-wrap:hover .button-wrap{
	bottom:0px;
}
.bedroom-item-head .img-wrap img{
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
.bedroom-item-head .img-wrap:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1) ;
	-o-transform: scale(1.1) ;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity:0.5;
	filter:alpha(opacity = 50);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {	
	width: 83.33%; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	padding-left: 30px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	width: 100%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	text-align:left;
}
/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1column  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  &gt; .sm_megamenu_firstcolumn{
	width: 100%;
	/* padding: 30px 28px 30px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns .padding-none{
	padding: 0;
}
/*---------------------------------03 CONTENT STYLING-------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	color:#ffffff; */
/* 	text-align:left; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu p {
	margin:0;
/*  	margin-bottom:5px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .strong {
	font-weight:bold;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .italic {
	font-style:italic;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	text-shadow:1px 1px #000000; */
/* 	border-bottom:1px solid #333333; */
/* 	margin-top:7px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h2 {
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 4px;
	/* font-family: roboto light; */
}
.living-rom-item {
    /* padding-bottom: 15px!important; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu h3 {
/* 	font-weight:600; */
/* 	font-size:14px; */
/* 	margin-bottom:14px; */
/* 	padding-bottom:7px; */
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li div a {
/* 	color: #EEEEEE; */
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .pusher { 
	/* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/*---------------------------------- Icon paragraphs --------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .help {background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/help.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .favorite {background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/favorite.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .mail {background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/mail.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .print {background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/print.png") no-repeat 0px 2px;}

/*------------------------------------------ Images styles ---------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/*---------------------------------------- Box styles ---------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

/*----------------------------Standard lists styles--------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom {
	list-style: disc;
	margin-left: 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom li {
	line-height:150%;
	position:relative;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	width:100%;
	border: none;
	font-size: 166.67%;
	color: #c9c9c9;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.list-sub-custom li a {
	padding:0;
	background: none;
	font-size: 60%;
	margin-left: -15px;
	border-bottom: 1px dashed #c8c8c8;
	padding-left: 15px;
	/*float: left;*/
	display: inline-block;
	width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.mega-home-item-parent ul li:hover{
	display:block!important;
	border-right:none!important;
	width:100%;
	text-align:left!important;
	border-left:5px solid #C0C0C0!important;
	/* margin-bottom:1px!important; */
	padding:13px 0 13px 10px!important;
	background:#fff!important;
}
/*----------------------------------------- Greybox lists styles -----------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/*---------------------------------------------- Other lists styles ------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/plus_dark.png") left 6px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .plus li:hover {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/plus_dark.png") left 6px no-repeat;
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;

}

/*-------------------------------------- Social Icons ---------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li img {
	border:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li ul.social li span {
	display:none;
}

/*-------------------------------- 2-Levels Drop Down ----------------------------------------------*/

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .levels a {
	display:block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a {
	display: block;
	width: 10em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a.parent:hover {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li {
	float: left;
	width:150px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul { /* second-level lists */
	position: absolute;
	background:#161616;
	border:1px solid #000000;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(top, #161616, #0A0A0A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#0A0A0A));
	background: -o-linear-gradient(top, #161616, #0A0A0A);
	left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul ul {
	top:-23px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul ul {
	left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li:hover ul, 
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li li:hover ul {
	left: 142px;
}

/*----------------------------------------04 CONTACT FORM-----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu #contactForm li{
	text-align: left;
	float: none;
	border: none;
	margin: 0;
}

/*---------------------------------------------05 COLORS----------------------------------------*/
/*--------------------------------------- Black ------------------------------------*/
/*
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
	background-color:#fff;
}*/
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_black {
	border-bottom: 1px solid #444;
}

/*--------------------------------------- Blue ---------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	background: -o-linear-gradient(top, #0272a7, #013953);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	border: 1px solid #015b86;
	border-top: 1px solid #029feb;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue {
	border-bottom: 1px solid #015b86;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li:hover div a {
	color:#0294da;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li:hover div a:hover {
	color:#33bcfd;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_blue li ul li a:hover {
	color:#33bcfd;
}

/*---------------------------------------- Brown --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	background: #44391e;
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
	background: -o-linear-gradient(top, #736033, #382f19);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown {
	border-bottom: 1px solid #5c4c29;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li:hover div a {
	color:#8b733e;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li:hover div a:hover {
	color:#bfa670;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_brown li ul li a:hover {
	color:#bfa670;
}

/*-------------------------------------- Green ------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	background: #3e5718;
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
	background: -o-linear-gradient(top, #658c26, #354914);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green {
	border-bottom: 1px solid #52711f;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li:hover div a {
	color:#6f992a;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li:hover div a:hover {
	color:#a3d158;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_green li ul li a:hover {
	color:#a3d158;
}

/*-------------------------------------------- Light Blue --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	background: #52786b;
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
	background: -o-linear-gradient(top, #709e8e, #52786b);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue {
	border-bottom: 1px solid #608c7d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li:hover div a {
	color:#608c7d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li:hover div a:hover {
	color:#99b9ae;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_lightblue li ul li a:hover {
	color:#99b9ae;
}

/*----------------------------------------- Orange ----------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	background: #d24900;
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
	background: -o-linear-gradient(top, #ff6717, #c14300);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange {
	border-bottom: 1px solid #f45500;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li:hover div a {
	color:#f45500;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li:hover div a:hover {
	color:#ff945b;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_orange li ul li a:hover {
	color:#ff945b;
}

/*------------------------------------------ Pink ------------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	background: #910045;
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
	background: -o-linear-gradient(top, #d50066, #80003d);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink {
	border-bottom: 1px solid #b30055;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a {
	color:#e6006d;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li:hover div a:hover {
	color:#ff4da1;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_pink li ul li a:hover {
	color:#ff4da1;
}

/*------------------------------------ Purple -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	background: #6a5f71;
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
	background: -o-linear-gradient(top, #8c8094, #615867);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple {
	border-bottom: 1px solid #7b6f83;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a {
	color:#7b6f83;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li:hover div a:hover {
	color:#ada5b3;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_purple li ul li a:hover {
	color:#ada5b3;
}

/*------------------------------------------------- Red --------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	background: #830701;
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	background: -o-linear-gradient(top, #d70b02, #830701);
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red {
	border-bottom: 1px solid #a40802;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li:hover div a {
	color:#d60a03;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li:hover div a:hover {
	color:#fd5953;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu_red li ul li a:hover {
	color:#fd5953;
}
.sm_megamenu_icon {
    display: block;
	background:none!important;
}
.header-style-2 .sm_megamenu_icon {
    display: inline-block;;
}

.header-style-2 .yt-main-menu .icon-item-menu {
    position: absolute;
    right: 0px;
    top: -26px;
}
.yt-header-under .icon-item-menu {
    position: absolute;
    right: 0px;
    top: -21px;
}
.header-style-3 .yt-header-under .icon-item-menu{
	top:0px;
}
.icon-item-menu img:hover{
	box-shadow:none;
}
.sm_megamenu_title .sm_megamenu_icon{
	line-height: 100%;
}
.sm_megamenu_title .sm_megamenu_icon &gt; span {
    margin-left: 30px;
}
.sm_megamenu_lv1 .sm_megamenu_nodesc  .sm_megamenu_title {
	line-height: 100%;
}
.sm_megamenu_description{
	display:block;
    padding: 5px 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu  li div div.sm_megamenu_title{
    font-size: 150%;
    text-transform: uppercase;
	margin-bottom:5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content {
/* 	line-height: 180%; */
	margin-top: 6px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/bt.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#305f8e;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/bt_hover.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#e25203;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul{
	margin:0;
}
.sm_megamenu_align_right{
    text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	overflow: hidden; 
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
	display: block; 
	padding-right:80px;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
	padding-right:0px;
	text-align:right;
}
/*css for button*/
.sambar .sambar-inner .btn-sambar {
	background:#fff;
	color: #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 7px;
	display: none;
}

.sambar .sambar-inner .btn-inner {
	background: #08c;
	width: 100%;
	padding: 7px 0;
	float: left;
}

.sambar .btn-sambar .icon-bar {
	background-color: #0A263C;
	display: block;
	height: 2px;
	margin:2px 0;
	width: 18px;
}

/*------------content blog-----------------*/
.mg-menu-image{
	margin-left: -10px;
}
.mg-menu-image .mg-menu-image-item{
	float: left;
	width: 20%;
	border-left: 10px solid transparent;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.mg-menu-image .mg-menu-image-item img {
    width: 100%;
}
.mega-bestsale .list-items .item{
	padding: 20px 0;
	float: left;
	width: 100%;
}
.mega-bestsale .list-items .item.first{
	border-bottom: 1px dashed #C8C8C8;
	padding-top: 0;
}
.mega-bestsale .list-items .item .product-image{
	float: left;
}
.mega-bestsale .list-items .item .item-box-content{
	margin-left: 90px;
}
.mega-bestsale .list-items .item .price-wrapper{
	font-weight: bold;
	font-size: 116.7%;
	line-height: 100%;
	margin-bottom: 8px;
}
.mega-bestsale .list-items .item .review-wrapper{
	font-size: 91.6%;
}
.mega-bestsale .list-items .item .review-wrapper .rating-box{
	margin-bottom: 10px;
}
.mega-bestsale .list-items .item .review-wrapper .rating-links{
	line-height: 120%;
}


.re-width {
    width: 81.1% !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent &gt; a{
	position:relative;
	padding-right:38px;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent &gt; a{
	padding-right:34px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent &gt; a:before{
	content:"";
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/dropdown-icon.png);
	background-repeat:no-repeat;
	width:9px;
	height:5px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-2px;
}
.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent &gt; a:before{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/horizontal/black/img/dropdown-icon-h3.png);
	background-position:left bottom;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent:hover a:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent.sm_megamenu_actived a:before{
	background-position:left bottom;
}

.shop-item-parent &gt; div,
.men-item-parent &gt; div {
    width: 681px !important;
}

/* @media (min-width: 992px) and (max-width: 1199px) {
	.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_lv1.parent &gt; a{
		padding-right: 29px!important;
	}
} */
@media all and (max-width: 767px) {
	.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
		box-shadow: none;
		list-style: none outside none;
		margin: 30px auto 0;
		padding: 0;
		width: 100%;
	}
	.sambar .sambar-inner .btn-sambar {
		display: block;
		clear: both;
		margin: 7px;
	}
	.yt-header-under .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu{
	   display: none;
	   width: 100%;
	   float:left;	   
	}
	.sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu{
       display: block;
    }
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
		width: 100%;
		border-top: 1px solid #fff;
		position: relative;
		overflow: hidden;
	}

	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
		position: relative;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu &gt; li &gt; div &gt; div {
		box-shadow: none;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
		position: static;
		float: left;
		height: 0;
		width: 100%;
	}
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover &gt; .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_fullwidth ,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open &gt; .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open &gt;.sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open &gt;.sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open &gt;.sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open &gt;.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open &gt;.sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open &gt;.sm_megamenu_dropdown_fullwidth {
		height: auto;	
	}
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
		width: 98%;
	}	
	.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
		padding: 4px 10px;
	}
}
/************************************************************************************************************************************************/

/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/

/* 01 MENU BAR */
.sambar{
	position: relative;
}
.sambar a:focus{
	outline: none;
}
.sambar ul li{
    background: none;
    margin: 0;
    padding:0;
    position: relative;
}
.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
	display: table;
	content: '';
	line-height: 0;
}
.sambar .sambar-inner:after {
	clear: both;
}

.sm_megamenu_wrapper_vertical_menu {
	margin:0 0px 20px 0px;
	display:block;
	position: relative;
	z-index:888;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
	list-style:none;
	padding:0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li {
	text-align:center;
	position:relative;
	border:none;
	background-color: #272727;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_top_actived,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_actived{
	background:#3A5163;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open{
	background:#383838;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
	background:#383838;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
	border:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
	color: #a8a8a8;
	outline:0;
	padding: 9px 10px;
	text-decoration:none;
	display:block;
	padding-left:40px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
	text-shadow: none;
	z-index:99999;
}
.sm_megamenu_wrapper_vertical_menu .icon-item-menu{
	position: absolute;
    top: 9px;
    left: 20px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover div a {
	display:inline;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.parent-item .sm_megamenu_drop {
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/drop2_dark.png") no-repeat right 15px;
	background-size: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.parent-item a.sm_megamenu_actived{
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/drop2_dark.png") no-repeat right 15px #383838; 
}


.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.parent-item:hover .sm_megamenu_drop {
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/drop2_dark.png") no-repeat right 15px;
	background-size: auto;
}

/* 02 DROP DOWN MENU */
/* Left &amp; right aligned common styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	margin:0px auto;
	top:-9999em;
	position:absolute;
	background:#fff;
	text-align:left;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.75);	
	z-index:999;
}

/* Drop Downs Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 125px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 250px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 375px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 500px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 625px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 750px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 750px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns  {
	left:280px;
	top:-1px;
	border:1px solid #d9d9d9;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth  {
	left:138px;
	top:-1px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li:before {
    content: "";
    position: absolute;
    right: -10px;
    width: 15px;
    height: 100%;
    display: inline-block;
    background: transparent;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	display:inline;
	float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {width: 14.66%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {width: 31.33%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {width: 48%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {width: 64.66%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {width: 81.33%; padding: 0 1%;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {width: 98%;padding: 0 1%;}

/*
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 125px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 250px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 375px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 500px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 625px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 750px;}
*/
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1columns  &gt; .sm_megamenu_firstcolumn{
	width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  &gt; .sm_megamenu_firstcolumn{
	width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  &gt; .sm_megamenu_firstcolumn{
	width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  &gt; .sm_megamenu_firstcolumn{
	width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  &gt; .sm_megamenu_firstcolumn{
	width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  &gt; .sm_megamenu_firstcolumn{
	width: 750px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  &gt; .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  &gt; .sm_megamenu_firstcolumn {
	/*width: 750px;*/
	padding: 5px 0;
}

/* IMPORTANT */
/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
/* 03 CONTENT STYLING */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	padding: 0 10px 0 20px;
	border-bottom:1px solid #383838;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p {
	font-size:9px;
	line-height:18px;
	margin:0;
	margin-bottom:10px;
	text-shadow:1px 1px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .strong {
	font-weight:bold;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .italic {
	font-style:italic;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
	text-shadow:1px 1px #000000;
	border-bottom:1px solid #333333;
	margin-top:7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2 {
	font-weight:400;
	font-size:21px;
	margin-bottom:18px;
	padding-bottom:11px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
	font-weight:600;
	font-size:14px;
	margin-bottom:14px;
	padding-bottom:7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div a {
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
	margin-top:18px;
}

/* Icon paragraphs */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {
	padding-left:36px;
	margin-bottom:18px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help {background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/help.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite {background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/favorite.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail {background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/mail.png") no-repeat 0px 2px;}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/print.png") no-repeat 0px 2px;}

/* Images styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:2px 15px 5px 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:2px 0px 5px 15px;
}

/* Box styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .dark_grey_box {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#0A0A0A;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

/* Standard lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
	border-bottom:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.list-cat li {
	float: left;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 5px !important;
    position: relative;
    text-align: left;
    width: 145px;
}
.bags-left {
    clear: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li a {
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
}

/* Greybox lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li {
	background:#0A0A0A;
	border:1px solid #000000;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:131px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li:hover {
	background:#141414;
	border:1px solid #111111;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/* Other lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/plus_dark.png") left 6px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li:hover {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/plus_dark.png") left 6px no-repeat;
	padding:0px 0px 0px 21px;
	margin:0px 0px 4px 0px;
}

/* Social Icons */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li {
	padding-top:5px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	display:inline;
	width:32px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li img {
	border:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li:hover {
	padding-top:5px;
	margin:-1px 12px 12px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li span {
	display:none;
}

/* 2-Levels Drop Down */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
	display:block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
	display: block;
	width: 10em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent:hover {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
	float: left;
	width:150px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul { /* second-level lists */
	position: absolute;
	background:#161616;
	border:1px solid #000000;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: -moz-linear-gradient(left, #161616, #0A0A0A);
	background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#0A0A0A), to(#161616));
	background: -o-linear-gradient(left, #161616, #0A0A0A);
	left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
	top:-23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
	left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul, 
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
	left: 142px;
}

/* 04 CONTACT FORM */
.sm_megamenu_wrapper_vertical_menu #contact_form label,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  legend {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.sm_megamenu_wrapper_vertical_menu #contact_form legend {
	margin-bottom:10px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form {
	display: block;
	margin-bottom:10px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form label {
	display: inline-block; 
	float: left; 
	height: 36px; 
	line-height: 36px; 
	width:80px;
	font-size:12px; 
}
.sm_megamenu_wrapper_vertical_menu #contact_form input,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	padding: 5px;
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
	margin: 7px 0; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}   
.sm_megamenu_wrapper_vertical_menu #contact_form textarea {
	resize:none;
}   
.sm_megamenu_wrapper_vertical_menu #contact_form input:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select:focus {
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;  
	border:1px solid #333333;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  textarea:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  select:hover {
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;  
}
.sm_megamenu_wrapper_vertical_menu #contact_form .required {
	color:#C00;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .form_buttons {
	margin:4px 0 0 80px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
	padding: 4px 7px 4px 7px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .special {
	display:none;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  #contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius: 3px;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
.sm_megamenu_wrapper_vertical_menu #contact_form .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}

/* 05 COLORS */
/* Black */
/* .sm_megamenu_wrapper_vertical_menu .sambar-inner {
	background-color:#0A263C;
} */

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black {
	background-color:#272727;
	max-height: 372px;
}
.header-style-4 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black {
	max-height: inherit;
}

/* Blue */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue {
	background: #014464;
	border: 1px solid #015b86;
	border-top: 1px solid #029feb;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	background: -o-linear-gradient(top, #0272a7, #013953);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a {
	color:#0294da;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a:hover {
	color:#33bcfd;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li ul li a:hover {
	color:#33bcfd;
}

/* Brown */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown {
	background: #44391e;
	border: 1px solid #5c4c29;
	border-top: 1px solid #a28748;
	background: -moz-linear-gradient(top, #736033, #382f19);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
	background: -o-linear-gradient(top, #736033, #382f19);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a {
	color:#8b733e;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a:hover {
	color:#bfa670;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li ul li a:hover {
	color:#bfa670;
}

/* Green */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green {
	background: #3e5718;
	border: 1px solid #52711f;
	border-top: 1px solid #8bc135;
	background: -moz-linear-gradient(top, #658c26, #354914);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
	background: -o-linear-gradient(top, #658c26, #354914);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a {
	color:#6f992a;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a:hover {
	color:#a3d158;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li ul li a:hover {
	color:#a3d158;
}

/* Light Blue */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue {
	background: #52786b;
	border: 1px solid #608c7d;
	border-top: 1px solid #99b9ae;
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
	background: -o-linear-gradient(top, #709e8e, #52786b);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a {
	color:#608c7d;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a:hover {
	color:#99b9ae;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li ul li a:hover {
	color:#99b9ae;
}

/* Orange */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange {
	background: #d24900;
	border: 1px solid #f45500;
	border-top: 1px solid #ff945b;
	background: -moz-linear-gradient(top, #ff6717, #c14300);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
	background: -o-linear-gradient(top, #ff6717, #c14300);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a {
	color:#f45500;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a:hover {
	color:#ff945b;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li ul li a:hover {
	color:#ff945b;
}

/* Pink */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink {
	background: #910045;
	border: 1px solid #b30055;
	border-top: 1px solid #ff1a87;
	background: -moz-linear-gradient(top, #d50066, #80003d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
	background: -o-linear-gradient(top, #d50066, #80003d);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a {
	color:#e6006d;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a:hover {
	color:#ff4da1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li ul li a:hover {
	color:#ff4da1;
}

/* Purple */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple {
	background: #6a5f71;
	border: 1px solid #7b6f83;
	border-top: 1px solid #ada5b3;
	background: -moz-linear-gradient(top, #8c8094, #615867);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
	background: -o-linear-gradient(top, #8c8094, #615867);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a {
	color:#7b6f83;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a:hover {
	color:#ada5b3;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li ul li a:hover {
	color:#ada5b3;
}

/* Red */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red {
	background: #830701;
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	background: -o-linear-gradient(top, #d70b02, #830701);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a {
	color:#d60a03;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a:hover {
	color:#fd5953;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li ul li a:hover {
	color:#fd5953;
}
.sm_megamenu_icon {
    display: block;
}
/* .sm_megamenu_lv1 .sm_megamenu_nodesc  .sm_megamenu_title {
	line-height:30px;
} */
.sm_megamenu_title .sm_megamenu_icon {
	min-height:21px;
}
.sm_megamenu_icon {
    display: block;
}
.sm_megamenu_description{
	font-size:10px;
	display:block;
}
.sm_megamenu_title span{
	line-height:21px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  li div div.sm_megamenu_title{
    /* font-size: 24px;
	height:auto;
    margin-bottom: 13px; */
    margin-top: 13px;
	/* text-transform:uppercase; */
    /* padding-top: 7px;
	padding-bottom:7px; */
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_drop .sm_megamenu_head_item  .sm_megamenu_title{
	font-size:16px;
	margin-bottom:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content {
	font-size:12px;
	line-height:18px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/bt.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#305f8e;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
	background: url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/bt_hover.png") no-repeat scroll 0px 0px transparent;
	padding:4px 10px 3px;
	display:block;
    text-decoration: none;
	color:#e25203;
	height:26px;
	float:right;
	padding-right:30px;
	text-shadow:none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul{
	margin:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
	padding-left:13px;
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/li_normal.png") no-repeat scroll 0 50% transparent;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a:hover span {
	background:url("https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/megamenu/css/vertical/black/img/li_active.png") no-repeat scroll 0 50% transparent;
	color:#74B6E1;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content label{
	color:#fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li input{
	 -moz-border-radius: 3px 3px 3px 3px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul.form-list li {
	clear:both;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset {
	
	background: none;
	border:none;
	margin:0;
	padding:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list{
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li{
	width:350px;
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fields .field{
	width:280px;
	margin-top:5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	float:left;
	font-weight:none;
	-moz-border-radius: 3px 0 0 3px;
    border: 1px solid #A2C1CC;	
	background-color: #F3F8FA;
	padding:0px 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	color:#444444;	
	width:100px;
	text-shadow:none;
	font-weight:none;
	height:25px;
	*padding-top:2px;
	*border-top:1px solid #3a5163;
	padding:4px 5px 5px 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label{
	color:#444444;	
	width:100px;
	text-shadow:none;
	font-weight:none;
	height:25px;
	padding:4px 5px 5px 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list .input-box{
	width:145px;
	clear:none;
	display:inline;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list input.input-text{
	width:145px;
	display:block;
	height:30px;
	-moz-border-radius: 0 3px 3px 0;
	font-size:15px;
	*padding-top:2px;
	*padding-bottom:1px;
	*line-height:25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide .input-box{
	clear:both;
	
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide label{
	width:420px;
	-moz-border-radius: 5px 5px 0 0;
	height:25px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list textarea{
	width:430px;
	background-color:#fff;
	border: 1px solid #a2c1cc;
	color:#2F2F2F;
	margin:0;
	-moz-border-radius:0 0 5px 5px;
	font-size:15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set{
	border:none;
	margin:0 0 10px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set p{
	margin:0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button{
	padding-top:0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button:hover{
	padding-top:0px;
}
.sm_megamenu_align_right{
    text-align: right;
}

/*css for button*/
.sambar .sambar-inner .btn-sambar {
	background:#fff;
	color: #FFFFFF;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 7px;
	display: none;
}

.sambar .sambar-inner .btn-inner {
	background: #08c;
	width: 100%;
	padding: 7px 0;
	float: left;
}

.sambar .btn-sambar .icon-bar {
	background-color: #0A263C;
	display: block;
	height: 2px;
	margin:2px 0;
	width: 18px;
}


@media all and (max-width: 800px){
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {width: 125px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {width: 250px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {width: 375px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {width: 500px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {width: 510px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {width: 510px;}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
		width: 510px;
	}
	
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_1columns  &gt; .sm_megamenu_firstcolumn{
		width: 125px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_2columns  &gt; .sm_megamenu_firstcolumn{
		width: 250px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_3columns  &gt; .sm_megamenu_firstcolumn{
		width: 375px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_4columns  &gt; .sm_megamenu_firstcolumn{
		width: 500px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_5columns  &gt; .sm_megamenu_firstcolumn{
		width: 510px;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu  .sm_megamenu_dropdown_6columns  &gt; .sm_megamenu_firstcolumn{
		width: 510px;
	}
}

@media all and (max-width: 767px) {
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu ul, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
		/* line-height: 15px; */
	}
	.sm_megamenu_wrapper_vertical_menu {
		width: 100%;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
		box-shadow: none;
	}
	.sm_megamenu_wrapper_vertical_menu .sambar-inner {
		box-shadow: none;
		list-style: none outside none;
		margin: 30px auto 0;
		padding: 0;
		width: 100%;
	}
	.sambar .sambar-inner .btn-sambar {
		display: block;
		clear: both;
		margin: 7px;
	}
	.sambar .sambar-inner .btn-sambar + .sm_megamenu_menu{
	   /* display: none; */
	   width: 100%;
	   float:left;	   
	}
	.sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu{
       display: block;
    }
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
		width: 100%;
		border-top: 1px solid #fff;
		position: relative;
		overflow: hidden;
	}

	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
		position: relative;
	}	
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li &gt; div &gt; div {
		box-shadow: none;
	}	
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
		position: static;
		float: left;
		height: 0;
		width: 100%;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover &gt; .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_3columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_4columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_6columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover &gt;.sm_megamenu_dropdown_fullwidth,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns, 
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns{
		height: auto;	
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
		width: 98%;
	}	
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop
	{
		background:none;
	}
	.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu &gt; li &gt; div{
		display:none!important;
	}
	.sm_megamenu_wrapper_vertical_menu .btn-sambar{
		display:none!important;
	}
	/* .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
		padding: 4px 10px;
	} */
}

.sm_quickview_handler {
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/quickview/css/quick-view-icon.png) no-repeat center center #868686;
	border-radius:4px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
	height:50px;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration:none;
	margin:10px 0;
	width:50px;
	position:absolute;
	z-index:99;
	left:40%;
	/*margin-left:-25px;*/
	bottom:10%;
	/*margin-bottom:-25px;*/
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	transform:scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	opacity:0;
	filter: alpha(opacity = 0);
	overflow:hidden;
	text-indent:-9999px;
	box-shadow:0 0 0 3px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
	-moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
}

.sm_quickview_handler:hover,
.sm_quickview_handler:focus
{
    color: #FFFFFF;
	text-decoration:none;	
	cursor:pointer;
}

.sm_quickview_handler:focus{
	outline:none outline;
}

.fancybox-lock .zoomContainer{
	-webkit-transform:none!important;
}

.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
	z-index:8021!important;
}

.quickview-main .product-image-thumbs li:first-child{
	margin-left:0;
}


.quickview-main .product-collateral{
	display:none;
}

.products-list li.item .f-fix .sm_quickview_handler{
	float:left;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/quickview/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -29px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999999999999!important;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/quickview/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/quickview/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/quickview/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	/* margin-bottom: -35px; */
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	/* -webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px; */
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	/* font-weight: bold; */
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/quickview/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/quickview/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.serachbox-pro-pretext, 
.serachbox-pro-posttext{
	margin: 10px 0;
	width: 100%;
}

.header-style-default .sm-serachbox-pro{
	position: relative;
	float:right;
	/*margin-top:20px;*/
}
.sm-serachbox-pro .sm-searchbox-popular{
	margin-top:5px;
}
.sm-serachbox-pro .sm-searchbox-advanced{
	clear:both;
}
.sm-serachbox-pro .sm-searchbox-advanced a{
	text-decoration: none;
	color: #4A629F;
	font-size: 12px;
}
.header-style-3 .sm-serachbox-pro .cat-wrapper .selector{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/searchboxpro/images/dropdow-search-box.png) no-repeat right center;
}
.sm-serachbox-pro .sm-searchbox-advanced a:hover{
	text-decoration: underline;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title{
	display: inline-block;
	vertical-align: top;
}
.sm-serachbox-pro .sm-searchbox-keyword {
    display: inline-block;
}
.sm-serachbox-pro .sm-searchbox-keyword-list {
    float: left;
}
.sm-serachbox-pro .sm-searchbox-keyword-list &gt; li{
	float: left;
}
.sm-serachbox-pro .sm-searchbox-keyword-list &gt; li a {
    float: left;
	margin-right: 10px;
	color:#686868;
}
.sm-serachbox-pro .sm-searchbox-keyword-list &gt; li a:hover {
	text-decoration: underline;
}

.sm-serachbox-pro .sm-searchbox-keyword-list &gt; li a.sm-searchbox-more {
    float: left;
	margin-right: 10px;
	color:#4A629F;
	font-size:12px;
	text-decoration: none;
}
.sm-serachbox-pro .sm-searchbox-keyword-list &gt; li a.sm-searchbox-more:hover {
	text-decoration: underline;
	cursor: pointer;
}

.sm-serachbox-pro .sm-searbox-content {
    display: inline-block;
	font-size:91.67%;
	color:#909090;
}
.header-style-4 .sm-serachbox-pro .sm-searbox-content{
	margin-top:10px;
}
.sm-serachbox-pro .sm-searbox-content .form-search{
	height:30px;
	/*background:#ededed;
	border-bottom:1px solid #000;*/
	/*padding:5px 0px 5px 0px;*/
	/*border-radius:3px;*/
	padding:0px 5px 0px 0px;
}
.header-style-4 .sm-serachbox-pro .sm-searbox-content .form-search{
	height:36px;
	background:#fff;
	border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	padding:0px;
	position:relative;
}
.header-style-4 .sm-serachbox-pro .cat-wrapper {
    border-right: 1px solid #dfdfdf;
    float: left;
    width: 115px;
    margin-top: 2px;
    height: 32px;
    line-height: 32px;
}
.header-style-4 .sm-serachbox-pro .cat-wrapper .selector{
	width:105px!important;
	position:relative;
	overflow:hidden;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/searchboxpro/images/dropdow-se.png) no-repeat right center;
	height:32px;
}
.header-style-4 .sm-serachbox-pro .input-search {
    float: left;
}
.header-style-1 .sm-serachbox-pro .sm-searbox-content .form-search{
	position:relative;
	margin-top:20px;
}
.header-style-default .sm-searbox-content .cat-wrapper{
	position:relative;
	float:left;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/searchboxpro/images/dropdow-search-box.png) no-repeat right center;
	width:115px;
}

.header-style-1 .sm-searbox-content .cat-wrapper{
	position:relative;
	float:left;
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/searchboxpro/images/btn-cat-hd1.png) no-repeat center center #a1a1a1;
	width:44px;
	height:42px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-top:-5px;
	overflow: hidden;
    text-indent: -9999px;
}

.header-style-default .sm-searbox-content .input-search {
    /*border-left: 1px solid #DEDEDE;*/
    float: left;
   /* margin-left: 20px;*/
   /* padding-left: 10px;*/
}
.header-style-1 .sm-searbox-content .input-search {
	float:left;
}
.sm-searbox-content .input-search .input-text{
	border:none;
	background:none;
	height:32px;
	line-height:22px;
	padding-top:0px;
	padding-bottom:0px;
	color:#fff;
	/*color:#000;*/
	padding-right:30px;
	font-size:13px;
}
.sm-searbox-content .input-search .input-text{
	height:32px;
	line-height:32px;
}
.header-style-4 .header-style-default .sm-searbox-content .input-search .input-text{
	width:300px;
}
.header-style-1 .sm-searbox-content .input-search .input-text{
	width:182px;
	padding-left:15px;
}
.header-style-4 .sm-searbox-content .input-search .input-text{
	width:334px;
}
.sm-searbox-content .cat-wrapper span{
	display: inline-block;
    height: 28px;
    line-height: 34px;
    overflow: hidden;
    padding-left: 15px;
    width: 110px !important;
	color:#909090;
}
.header-style-4 .sm-searbox-content .cat-wrapper span{
	height:34px;
	line-height:33px;
	padding-right:22px;
	overflow:hidden;
}
.sm-searbox-content .cat-wrapper select{
	height:37px;
	opacity:0;
	filter:alpha(opacity = 0);
	width:100%;
	cursor: pointer;
	position:absolute; top:0px;left:0px;
}
.header-style-2 .sm-searbox-content .cat-wrapper select{
	height:35px;
}
.header-style-4 .sm-searbox-content .cat-wrapper select{
	height:34px;
}
.header-style-1 .sm-searbox-content .cat-wrapper select{
	height:42px;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button{
	width:20px;
	height:21px!important;
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/searchboxpro/images/btn-search.png);
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:4px;
	position:absolute;
	right:10px;
}
.header-style-4 .sm-serachbox-pro .sm-searbox-content .form-button.button{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/searchboxpro/images/btn-search-hd4.png);
	background-color:transparent!important;
	right: -2px !important;
    top: 1px;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button:hover{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.sm-serachbox-pro .sm-searbox-content .form-button.button span {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 16px;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
	text-transform: none;
}

.sm-serachbox-pro select option {
    padding: 5px 10px;
}
.sm-serachbox-pro input.input-text, .sm-serachbox-pro select, .sm-serachbox-pro textarea {
   
}

.header-style-2 .cat-wrapper {
    width: 115px;
	position:relative;
	border-right:1px solid #dfdfdf;
	float:left;
	padding-right:10px;
	height:32px;
	margin-top:2px;
}
.header-style-2 .input-search {
    float: left;
}
.header-style-2 .selector {
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/searchboxpro/images/dropdow-search-box.png) no-repeat right center;
	width:100%!important;
}
.header-style-2 .sm-serachbox-pro .sm-searbox-content .form-search{
	height:36px;
	border-radius:18px;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	background:#fff;
}
.header-style-2 .sm-serachbox-pro{
	margin-top:8px;
}
.header-style-2 .sm-searbox-content .cat-wrapper span{
	padding-left:11px;
	width:85px!important;
	overflow:hidden;
	white-space: nowrap;
	line-height:33px;
}
.header-style-2 .sm-searbox-content .input-search .input-text{
	width:320px;
}
.header-style-2 .sm-serachbox-pro .sm-searbox-content .form-button.button{
	background:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/searchboxpro/images/btn-search-hd2.png) no-repeat center center!important;
	width:32px;
	top:1px;
}
@media all and (max-width: 640px){
	.sm-serachbox-pro .sm-searbox-content .form-search &gt; input {
		width: 63%;
		border-radius: 5px;
		border: 1px solid #C1CCD1 !important;
		height: 38px;
	}
	.sm-serachbox-pro .sm-searbox-content .form-search &gt; select {
		display: none;
	}
	
}


.post-text, .pre-text{
    margin: 10px 20px 10px 20px;
}
.container-slider.brand-slider{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.container-slider.brand-slider .brand-slider-header{
	position: relative;
	z-index: 3;
	border-bottom: 1px solid #E9E9E9;
}
.container-slider.brand-slider .brand-slider-header .title-header{
	margin-bottom: -1px;
}
/*############################################## Css Device ##################################*/

.container-slider .preset02-1 .vpo-wrap { width: 100%; margin: 0; }
.container-slider .preset02-1 .vpo-wrap .vp{ margin-right: 0; }
.container-slider .preset02-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}
.container-slider .preset02-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
.container-slider .preset02-2 .vpo-wrap .vp{ margin-right: -100%; }
.container-slider .preset02-2 .vpo-wrap .vp .item{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	padding-left: 30px;
}
.container-slider .preset02-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
.container-slider .preset02-3 .vpo-wrap .vp{ margin-right: -200%; }
.container-slider .preset02-3 .vpo-wrap .vp .item{
	float: left;
	width: 33.3333%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	padding-left: 30px;	
}
.container-slider .preset02-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
.container-slider .preset02-4 .vpo-wrap .vp { margin-right: -300%; }
.container-slider .preset02-4 .vpo-wrap .vp .item{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	padding-left: 30px;
}
.container-slider .preset02-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
.container-slider .preset02-5 .vpo-wrap .vp { margin-right: -400%; }
.container-slider .preset02-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}
.container-slider .preset02-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
.container-slider .preset02-6 .vpo-wrap .vp { margin-right: -500%; }
.container-slider .preset02-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}	

@media all and (max-width: 320px){
	.container-slider .preset05-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset05-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset05-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset05-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset05-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset05-2 .vpo-wrap .vp .item{
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;
		padding-left: 20px;	
	}

	.container-slider .preset05-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset05-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset05-3 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 31.3333%;}

	.container-slider .preset05-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset05-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset05-4 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 23%;}

	.container-slider .preset05-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset05-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset05-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}

	.container-slider .preset05-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset05-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset05-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}	
}
@media all and (min-width: 321px) and (max-width: 480px){
	.container-slider .preset04-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset04-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset04-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset04-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset04-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset04-2 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 48%;}

	.container-slider .preset04-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset04-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset04-3 .vpo-wrap .vp .item{
		float: left;
		width: 33.3333%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;
		padding-left: 20px;	
	}

	.container-slider .preset04-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset04-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset04-4 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 23%;}

	.container-slider .preset04-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset04-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset04-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}

	.container-slider .preset04-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset04-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset04-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}	
}

@media all and (min-width: 481px) and (max-width: 768px){
	.container-slider .preset03-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset03-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset03-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset03-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset03-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset03-2 .vpo-wrap .vp .item{float: left;margin: 0%;width: 50%;}

	.container-slider .preset03-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset03-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset03-3 .vpo-wrap .vp .item{
		float: left;
		width: 33.3333%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;
		padding-left: 20px;	
	}

	.container-slider .preset03-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset03-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset03-4 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 23%;}

	.container-slider .preset03-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset03-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset03-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}

	.container-slider .preset03-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset03-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset03-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}		
}

@media all and (min-width: 769px) and (max-width: 1200px){
	.container-slider .preset02-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset02-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset02-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset02-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset02-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset02-2 .vpo-wrap .vp .item{float: left;margin: 0 0%;width: 50%;}

	.container-slider .preset02-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset02-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset02-3 .vpo-wrap .vp .item{
	/*float: left;margin: 0 1%;width: 31.3333%;*/
		float: left;
		width: 33.3333%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;
		padding-left: 30px;	
	}

	.container-slider .preset02-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset02-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset02-4 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 23%;}

	.container-slider .preset02-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset02-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset02-5 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 18%;}

	.container-slider .preset02-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset02-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset02-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}		
}

@media all and (min-width: 1201px){
	.container-slider .preset01-1 .vpo-wrap { width: 100%; margin: 0; }
	.container-slider .preset01-1 .vpo-wrap .vp{ margin-right: 0; }
	.container-slider .preset01-1 .vpo-wrap .vp .item{float: left;margin: 0;width: 100%;}

	.container-slider .preset01-2 .vpo-wrap { width: 50%; margin: 0 -50% 0 0; }
	.container-slider .preset01-2 .vpo-wrap .vp{ margin-right: -100%; }
	.container-slider .preset01-2 .vpo-wrap .vp .item{
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;
		padding-left: 30px;
	}

	.container-slider .preset01-3 .vpo-wrap { width: 33.3333%; margin: 0 -66.6666% 0 0; }
	.container-slider .preset01-3 .vpo-wrap .vp{ margin-right: -200%; }
	.container-slider .preset01-3 .vpo-wrap .vp .item{
		float: left;
		width: 33.3333%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;
		padding-left: 30px;
	}
	.container-slider.brand-slider .preset01-3 .vpo-wrap .vp .item{
		width: 33.3%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;
		padding-left: 20px;
	}

	.container-slider .preset01-4 .vpo-wrap { width: 25%; margin: 0 -75% 0 0; }
	.container-slider .preset01-4 .vpo-wrap .vp { margin-right: -300%; }
	.container-slider .preset01-4 .vpo-wrap .vp .item{
		float: left;
		width: 25.2%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;
		padding-left: 30px;
	}

	.container-slider .preset01-5 .vpo-wrap { width: 20%; margin: 0 -80% 0 0; }
	.container-slider .preset01-5 .vpo-wrap .vp { margin-right: -400%; }
	.container-slider .preset01-5 .vpo-wrap .vp .item{float: left;margin: 0%;width: 20%;}

	.container-slider .preset01-6 .vpo-wrap { width: 16.6666%; margin: 0 -83.3333% 0 0; }
	.container-slider .preset01-6 .vpo-wrap .vp { margin-right: -500%; }
	.container-slider .preset01-6 .vpo-wrap .vp .item{float: left;margin: 0 1%;width: 14.6666%;}	
}
/*################################# End css Device #############################################*/

.container-slider{
	position: relative;
}
.container-slider .menu-slider{
	margin-top: -15px;
}
.container-slider .slider {
	overflow: hidden;
	position: relative;
	z-index: 500;
}
.container-slider.menu-slider .slider {
	margin: 0 55px;
}
.container-slider.brand-slider .slider {
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 0;
}
.container-slider .slider .item{
	background-size: 100% 100%;
}

.container-slider .no-rgba .slider .item{
	background: url('https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/slider/css/rgba.php/rgba(255')0, 0, .5)');
}
.container-slider .slider .item img{
	width: 100%;
    vertical-align: middle;
}

.container-slider .slider .item img:hover{
	cursor: pointer;	
/* 	opacity:0.7; */
/*     filter: alpha(opacity=70); 	 */
}

.container-slider .slider .vpo-wrap .vp{
	position: relative;
	overflow: hidden;
	height: auto;
	margin-left: -30px;
}
.container-slider.brand-slider .slider .vpo-wrap .vp{
	margin-left: -20px;
}

.container-slider .slider .vpo-wrap .vp .vpi-wrap{
	white-space: nowrap;
	font-size: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container-slider .slider .vpo-wrap .vp .item{
	display: inline-block;
	font-size: 12px;
	white-space: normal;
	vertical-align: top;
	float: none;
}

.container-slider .slider .vpo-wrap .vpi-wrap:after{
	display: block;
	height: 0;
	line-height: 0;
	content: '';
	clear: both;
}

.container-slider .not-js .vpo-wrap,
.container-slider .not-js .vpo-wrap .vp,
.container-slider .not-js .vpo-wrap .vp .vpi-wrap,
.container-slider .not-js .vpo-wrap .vp .item{
	position: static;
}
.container-slider .not-js .vpo-wrap .vp .item{
	float: left;
}


.container-slider #to li a{
	outline: none;
}

/*############################################### css for botton #################################################*/
.container-slider .control-button {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
}
.container-slider .page-button .control-button{
	text-indent: -999em;
	margin-bottom:0px;
	position: relative;
	height:100%;
}
.container-slider.brand-slider .page-button .control-button{
	text-indent: 0;
}
.container-slider .page-button .control-button .preview{
    position:absolute;
    right:30px;	
    padding:0px;
    margin:0px;
    z-index: 9999;
    border: none;
}
.container-slider .page-button .control-button .next{  
    position:absolute;
    right:0;
    padding:0px;
    margin:0px;
}
.container-slider .page-button.top .control-button .preview,
.container-slider .page-button.top .control-button .next{
	bottom:10px;
}
.container-slider.brand-slider .page-button.top .control-button .preview,
.container-slider.brand-slider .page-button.top .control-button .next{
	bottom:0;
	background: #fff;
    color: #e9e9e9;
	border: 1px solid #e9e9e9;
    float: left;
    font-size: 19px;
    padding: 3px 10px;
    opacity:1;
    filter: alpha(opacity=100);
    width: 29px;
    height: 29px;
    bottom: -1px;
}
.container-slider.brand-slider .page-button.top .control-button .preview:hover,
.container-slider.brand-slider .page-button.top .control-button .next:hover{
	border: 1px solid transparent;
	color: #fff;
}
.container-slider.brand-slider .page-button.top .control-button .preview{
	right: 28px;
}
.container-slider .page-button.middle{
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.container-slider .page-button.bottom .control-button .preview, 
.container-slider .page-button.bottom .control-button .next{
	top:10px;
}
.container-slider .page-button.middle .control-button .preview{
 	top: 50%;
    z-index: 100;
    left:0;	 
}
.container-slider .page-button.middle .control-button .next{
 	top: 50%;
}
.container-slider .page-button.style2 .control-button .preview,
.sm-deal-wrap .prev_deal{
	background-color: #FFFFFF;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    border-radius: 3px;
    height: 29px;
    width: 29px;
    margin-top: -14px;
    border: 1px solid #dbdbdb;
	z-index: 100; 
	transition: background-color 0.2s ease 0s;
	-moz-transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
	-o-transition: background-color 0.2s ease 0s;
	-ms-transition: background-color 0.2s ease 0s;
}

.container-slider .page-button.style2 .control-button li:hover,
.sm-deal-wrap .next_deal:hover,
.sm-deal-wrap .prev_deal:hover{
	background-position:10px -82px;
}
.container-slider .page-button.style2 .control-button .next,
.sm-deal-wrap .next_deal{
    background-color: #FFFFFF;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    border-radius: 3px;
    height: 29px;
    width: 29px;
    margin-top: -14px;
    border: 1px solid #dbdbdb;
    z-index: 100;   
	transition: background-color .2s;
}
.container-slider .page-button.style3 .control-button .preview{
	background-position:-60px 0;
    width:14px;
    height:21px;        
    right:15px;	
    z-index: 100;
}
.container-slider .page-button.style3 .control-button .next{
    background-position:-90px 0;
    width:12px;
    height:21px;  
    z-index: 100;  
}
.container-slider .page-button .control-button .preview:hover, 
.container-slider .page-button .control-button .next:hover, 
.container-slider .page-button.style2 .control-button .preview:hover,
.container-slider .page-button.style2 .control-button .next:hover{
	cursor: pointer;
    opacity:1;
    filter: alpha(opacity=100);	
}

/*########################################## css for info item ############################################*/
.container-slider .slider .vpo-wrap .vp .item .item-wrap{
	width: 100%;
	position: relative;
	/*font-size: 75%;*/
}
.container-slider.brand-slider .slider .vpo-wrap .vp .item .item-wrap{
	margin-top: 20px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img{
    overflow: hidden;
    position: relative; 
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .sale-product{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/slider/images/bg-sale.png) no-repeat;
	width: 54px;
	height: 53px;
	text-indent: -999em;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img .new-product{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/slider/images/bg-new.png) no-repeat;
	width: 54px;
	height: 53px;
	text-indent: -999em;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info{
	margin-top:5px;
	text-align: center;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title{
	font-weight: bold;
	line-height: 100%;
	margin: 7px 0;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content{
	margin:0px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-price{
	/*font-size: 116.67%;*/
	line-height: 150%;
	font-weight: bold;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-review{
	margin-top: 5px;
	text-align: center;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-review .ratings{
	display: inline-block;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-review .rating-box{
	margin-top: 1px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-review .rating-links{
	display: inline;
	margin-top: 2px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-price .old-price {
    font-weight: normal;
    margin-left: 20px;
}

/*css spotlight*/
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight{
	position: absolute;
	left: 0;
	bottom:0;
	padding:10px 0 10px 0;
	width:100%;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner{
	position: relative;
	padding:8px 10px 0px 10px;
	overflow: hidden;
	margin-right:10px;
	margin-left:10px;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content a,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title a,
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title{
	position: relative;
	color:white;
	z-index: 2;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content{
	padding-bottom:2px;
	height:0px;
	-webkit-transition: all 3s ;
	-moz-transition: all 3s ;
	-ms-transition: all 3s ;
	-o-transition: all 3s ;
	transition: all 3s ;  
    
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight:hover .item-content{
	height:auto;
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-bg{
	position: absolute;
	bottom: 0px;
	left: 0px;
    background:#000;	
    opacity:0.7;
    filter: alpha(opacity=70);
    height:100%;  
    width: 100%;
    z-index: 1;
}

/*#################################################################*/
.container-slider .control-button:after{
    clear: both;
}
.container-slider .control-button:before, .container-slider .control-button:after {
    content: "";
    display: table;
}
.container-slider .addto-wrap{
	position: absolute;
	top: -100px;
	left: 0;	
}
.container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover .addto-wrap{
	top:0;
}
.container-slider.menu-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover img{
	opacity:0.3; 
    filter: alpha(opacity=30); 	 
}

.container-slider .btn-cart &gt; a,
.container-slider .btn-wishlist &gt; a,
.container-slider .btn-compare &gt; a{
	color: #fff;
	padding-left: 35px !important;
	line-height: 250%;
	float: left;
}
.container-slider .btn-cart{
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/slider/images/icon-addcart.png) no-repeat 7px center #868686;
	color: #fff;
}
.container-slider .btn-wishlist{
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/slider/images/icon-wishlist.png) no-repeat 4px center #868686;
	color: #fff;
}
.container-slider .btn-compare{
	background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/slider/images/icon-compare.png) no-repeat 4px center #868686;
	color: #fff;
}



.yt-tab-listing{
	padding:10px 0 0 0;
}


.yt-tab-listing .pre-text{
	margin: 0 0 15px 0;
} 
.yt-tab-listing .post-text{
	margin: 10px 0 0;
}

.yt-tab-listing .respl-wrap{
	margin:0;
	padding:0;
}
.yt-tab-listing a:hover{
	text-decoration: none;
}
/*-----------------------Css for Tabs ----------------------------*/
.yt-tab-listing .respl-wrap .respl-tabs-container{
	padding: 0;
}
.yt-tab-listing .respl-tabs-wrap ul li.respl-tab{
	float: left;
    margin-right: 35px;
	font-size: 133.33%;
    font-family: roboto condensed light;
	padding-bottom:5px;
	position:relative;
	border-bottom: 1px solid transparent;
}
.yt-tab-listing .respl-tabs-wrap ul &gt; li:last-child{
	margin-right:0px!important;
}


.yt-tab-listing .respl-tabs-container .respl-tabs &gt; li.tab-sel,
.yt-tab-listing .respl-tabs-container .respl-tabs &gt; li:hover{
	cursor: pointer;
}

/*-----------------------------Css for Content----------------------*/
.yt-tab-listing .respl-wrap .respl-items-container{
	margin:0;
	padding:0;
}

.yt-tab-listing .respl-items-container .respl-items{
	margin:0;
	padding:0;
	width:100%;
	display:none;	
}

.yt-tab-listing .respl-items-container .respl-items-inner{
	margin:0;
	padding:0;
	width:100%;
	float: left;
}

.yt-tab-listing .respl-items-container .respl-items-selected{
	display:inline-block;
}

.yt-tab-listing .respl-items-container .respl-item-wrap {
	margin:0;
	padding:0;
 	/*opacity:0;
	filter:alpha(opacity = 0); */
}

.yt-tab-listing .respl-items-container .respl-items .respl-item{
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.yt-tab-listing .respl-items  .respl-loading{
	width: 100%; 
	max-width: 100%;
	padding: 0; 
	position: relative;
    background: url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/sm/tablisting/images/loader.gif) no-repeat scroll center center transparent;
	min-height:300px;
	display:block;
	z-index:0;
}

.yt-tab-listing .respl-items-container .respl-loadmore{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	width: 100%;
}
.yt-tab-listing .respl-items .respl-loadmore  .respl-loadmore-btn.loading{
	padding: 15px 15px 15px 70px !important;
}
.yt-tab-listing .respl-items .respl-loadmore  .respl-loadmore-btn.loaded{
	padding: 15px 30px 15px 70px !important;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn{
	padding: 15px 34px 15px 48px !important;
	display:inline-block;
	font-size: 133%;
	color:#fff;
	/*line-height: 135%;*/
	cursor:pointer;
	position: relative;
}

.yt-tab-listing .respl-items .respl-loadmore .respl-image-loading{
	display:none;
	margin-right:10px;
	vertical-align:middle;
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 24px;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn{
	background-image:url(https://www.fashpick.com/skin/frontend/sm_lovefashion/default/images/loadmore-bg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading{
	background-image:none;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn:before{
	content: attr(data-label);
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading:before{
	content: attr(data-label-load);
}

.yt-tab-listing .respl-items.respl-process .respl-loadmore {
	display:none;
}
.yt-tab-listing .respl-items .respl-loadmore .load-number:before{
	content: attr(data-more);
	display: none;
}

.yt-tab-listing .respl-items .respl-loadmore .load-number:after{
	content: attr(data-total);
	display: none;
}
/*-----------------------------Css for Responsive ----------------------*/
.yt-tab-listing .respl-items-container .respl-items.respl01-1{
	margin: 0;
}
.yt-tab-listing .respl01-6 .respl-item{ width: 16.6666%;}
.yt-tab-listing .respl01-5 .respl-item{ width: 20%; }
.yt-tab-listing .respl01-4 .respl-item{ width: 25%; }
.yt-tab-listing .respl01-3 .respl-item{ width: 33.3333%; }
.yt-tab-listing .respl01-2 .respl-item{ width: 50%; }
.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item{ width: 100%; padding: 0;}

@media all and (max-width: 767px){
	.yt-tab-listing .respl-items-container .respl-items.respl04-1{
		margin: 0;
	}
	.yt-tab-listing .respl04-6 .respl-item{ width: 16.64%; }
	.yt-tab-listing .respl04-5 .respl-item{ width: 19.958%; }
	.yt-tab-listing .respl04-4 .respl-item{ width: 24.995%; }
	.yt-tab-listing .respl04-3 .respl-item{ width: 33.315%; }
	.yt-tab-listing .respl04-2 .respl-item{ width: 49.985%; }
	.yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl04-1 .clr1,
	.yt-tab-listing .respl04-2 .clr2,
	.yt-tab-listing .respl04-3 .clr3,
	.yt-tab-listing .respl04-4 .clr4,
	.yt-tab-listing .respl04-5 .clr5,
	.yt-tab-listing .respl04-6 .clr6{
		clear:both;
	}
}

@media all and (min-width: 768px) and (max-width: 991px){
	.yt-tab-listing .respl-items-container .respl-items.respl03-1{
		margin: 0;
	}
	.yt-tab-listing .respl03-6 .respl-item{ width: 16.6666%; }
	.yt-tab-listing .respl03-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl03-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl03-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl03-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl03-1 .respl-item{ width: 100%; padding: 0; }
	.yt-tab-listing .respl03-1 .clr1,
	.yt-tab-listing .respl03-2 .clr2,
	.yt-tab-listing .respl03-3 .clr3,
	.yt-tab-listing .respl03-4 .clr4,
	.yt-tab-listing .respl03-5 .clr5,
	.yt-tab-listing .respl03-6 .clr6{
		clear:both;
	}
}	

@media all and (min-width: 992px) and (max-width: 1199px){ 
	.yt-tab-listing .respl-items-container .respl-items.respl02-1{
		margin: 0;
	}
	.yt-tab-listing .respl02-6 .respl-item{ width: 16.6666%; }
	.yt-tab-listing .respl02-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl02-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl02-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl02-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl02-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl02-1 .clr1,
	.yt-tab-listing .respl02-2 .clr2,
	.yt-tab-listing .respl02-3 .clr3,
	.yt-tab-listing .respl02-4 .clr4,
	.yt-tab-listing .respl02-5 .clr5,
	.yt-tab-listing .respl02-6 .clr6{
		clear:both;
	}
}  

@media all and (min-width: 1200px ) and (max-width: 1599px){
	.yt-tab-listing .respl-items-container .respl-items.respl01-1{
		margin: 0;
	}
	.yt-tab-listing .respl01-6 .respl-item{ width: 16.6666%;}
	.yt-tab-listing .respl01-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl01-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl01-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl01-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl01-1 .clr1,
	.yt-tab-listing .respl01-2 .clr2,
	.yt-tab-listing .respl01-3 .clr3,
	.yt-tab-listing .respl01-4 .clr4,
	.yt-tab-listing .respl01-5 .clr5,
	.yt-tab-listing .respl01-6 .clr6{
		clear:both;
	}
}

@media all and (min-width: 1600px ){
	.yt-tab-listing .respl-items-container .respl-items.respl00-1{
		margin: 0;
	}
	.yt-tab-listing .respl00-6 .respl-item{ width: 16.6666%;}
	.yt-tab-listing .respl00-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl00-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl00-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl00-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl00-1 .respl-item{ width: 100%; padding: 0; }
	.yt-tab-listing .respl00-1 .clr1,
	.yt-tab-listing .respl00-2 .clr2,
	.yt-tab-listing .respl00-3 .clr3,
	.yt-tab-listing .respl00-4 .clr4,
	.yt-tab-listing .respl00-5 .clr5,
	.yt-tab-listing .respl00-6 .clr6{
		clear:both;
	}
}

/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
.btn-remove-amstcred {
    display: inline;
}
</pre></body></html>