/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('fonts.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.quickview {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, Tahoma, Times, 'serif normal';
  -webkit-font-smoothing: antialiased;
  /*font-family: 'Didot 11 A', 'Didot 11 B'; font-weight: 500; font-style: normal;*/

}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End Reset */
body {
  color: #162667;
  font-size: 14px;
  line-height: 150%;
}
*:focus {
  outline: none;
}
.wrapper {
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 150%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
a:link,
a.active,
a:hover,
a:visited {
  color: #162667;
  display: inline-block;
  text-decoration: none;
  decoration: none;
  font-weight: 400px;
  background: none;
}
a:hover,
a:active {
  color: #dd4c91;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
h3 {
  font-weight: bold;
  margin: 0 0 10px 0;
}
h4 {
  font-weight: normal;
  margin: 0 0 5px 0;
}
label {
  display: block;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 5px 0;
}

.col2-set .shipping-form .input-text,
.shipping-form select {
	width: 100%;
}

.shipping-form .sp-methods dt {
	padding: 10px 0 10px;
}

.shipping-form label {
	display: inline-block;
}

.shipping-form input {
	float: right;
	width: auto;
}

dl {
  clear: both;
}
p {
  margin: 0 0 10px 0;
}
ul.ul {
  padding: 0 0 0 20px;
}
ul.ul li {
  list-style: disc outside;
}
.main-content li {
  margin: 0 0 10px 0;
}
form .required em {
  color: #f00;
}
form .buttons-set .required {
  color: #f00;
}
input {
  line-height: 30px;
}
input.input-text {
  background: #fff;
  border: 1px solid #ccc;
  height: 30px;
  width: 240px;
}
textarea {
  background: #ededed;
  border: none;
  height: 180px;
  line-height: normal;
  width: 240px;
}
/****** END SHOPPING CART ******/
/*********** BEGIN UTILITY/GLOBAL CLASSES ***********/
/* Button  */
.button,
a.button {
  background: #162667;
  color: #ffffff !important;
  border: none;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  font-size: 20px;
  text-transform: uppercase;
}
/* Global Messages  */
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.notice {
  color: #e26703;
}
.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}
.messages span {
  font-size: 14px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}
.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a;
}
.success-msg {
  border-color: #ffffff;
  background-color: white;
  color: #666666;
  font-weight: bold;
  letter-spacing: 1.6pt; 
}
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611;
}
.nobr {
  white-space: nowrap;
}
.main-container {
  width: 990px;
  margin: 0 auto;
  padding: 10px auto;
}
.main-content {
  padding: 10px 0 0 0;
}
.col2-left-layout .col2-set {
  float: left;
  margin: 0 auto 20px auto;
  width: 100%;
}
.col2-left-layout .col2-set .col-1 {
  float: left;
  width: 360px;
  margin: 0 20px 0 0;
}
.col2-left-layout .col2-set .col-2 {
  float: left;
  width: 360px;
}
.col2-set input.input-text {
  float: left;
  width: 150px;
}
.block-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.data-table {
  border: 1px solid #333;
  clear: both;
  width: 100%;
  text-align: left;
}
.data-table thead {
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.data-table td,
.data-table th {
  padding: 5px 10px;
}
.data-table tfoot {
  text-align: right;
}
.data-table tfoot {
  border-top: 1px solid #333;
}
.limiter label {
  display: inline;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
/***** END UTILITY CLASSES *****/
.header-container {
  background-color: #ffffff;
}
.header {
  position: relative;
  background: #ffffff;
  margin: 0 auto;
  width: 990px;
}
.logo {
  display: block;
  padding: 7px 0 10px;
}
.logo strong {
  display: none;
}

.store-switcher {
  float: left;
}
#select-store li {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
#select-store li a {
  display: block;
  white-space: nowrap;
}
#select-store li.selected,
#select-store li:hover {
  /*
            .indicator {
                display: block;
                height: 17px;
                left: 50%;
                margin: 0 0 0 -15px;
                position: absolute;
                top: 56px;
                width: 30px;
                z-index: 1000;
            }
            */

}


.quick-access {
	color: #562f1b;
	font-size: 13px;
	padding: 5px 0;
	max-width: 990px;
	display: block;
	margin: 0 auto;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	overflow: visible;
	white-space: nowrap;
	color:#162667;
	position: relative; 
}


.quick-access .links li {
  float: left;
  border-right: 1px solid #403f3f;
  line-height: 50px;
  padding: 0 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.quick-access .links li a {
  text-decoration: none;
}
.quick-access .links li.last {
  float: left;
  border-right: none;
}

.header-announcement {
	float: left; 
	text-align: left;
	margin-top:  5px; 
}

.header-announcement p { margin:0; letter-spacing: 1pt; }

.headerNav-right {
	float: right;
}

#global-nav {
	float: left; 
	width: 24%;
	padding: 5px 10px 0 0;
	text-align: left;
}

#global-nav li {
  margin: 0 19px 0 0;
  position: relative;
  display: inline-block;
}
#global-nav li.last {
  padding: 0px;
  margin: 0px;
}

#global-nav li a {
  text-decoration: none;
}

#global-nav li > a {
	text-transform: uppercase;
	color:#162667;
	letter-spacing: 1pt; 
}

#global-nav li ul {
  background: #f9ce00;
  display: none;
  left: 50%;
  line-height: 20px;
  padding: 10px 0 10px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
#global-nav li ul li {
  float: none;
  display: list-item;
  margin: 0 10px 0 10px;
  padding: 5px 10px;
  white-space: nowrap;
  /*
                .indicator {
                    display: block;
                    background: no-repeat url(../images/global-nav-dd.png) center;
                    height: 17px;
                    left: 50%;
                    margin: 0 0 0 -15px;
                    position: absolute;
                    top: -24px;
                    width: 30px;
                    z-index: 1000;
                }
                */

}
#global-nav li ul li:hover {
  background: #fde894;
}
#global-nav li ul li a:hover {
  color: #562f1b;
}
#global-nav li:hover ul {
  display: block;
}
.topCart-linkContainer {
	width: 100%;	
	padding: 6px 0 0;
}
#top-cart-link {
	display: inline;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	color:#162667;
	z-index: 100; 
	letter-spacing: 1pt; 
	position: absolute;
	right: 0;
}
.nav-container {
  border: 1px solid #CCCCCC;
  border-left:0;
  border-right: 0; 
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 990px;
}
#nav {
  padding: 0;
  width: 100%;
}
#nav > li {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  margin: 0 2px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

#nav li ul {
	
	 
	background-color: rgba(255,255,255,0.9);
	 
	display: none;
	left: -10px;
	line-height: 20px;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
	text-transform: initial;
}
#nav li ul li {
  float: none;
  line-height: 20px;
  margin: 0 10px 0 10px;
  padding: 5px 0;
  font-size: 12px; 
  white-space: nowrap;
  color:#162667;
  text-align: left; 
  letter-spacing: 1pt; 
}

#nav li ul li a { color:#162667; }
#nav li ul li a:hover {
  color:#162667 !important;
  font-weight: bold;
  text-decoration: underline; 
}
#nav li ul li:hover a {
  
}
#nav li ul li .indicator {
  display: block;
   
  height: 17px;
  left: 50%;
  margin: 0 0 0 -15px;
  position: absolute;
  top: -24px;
  width: 30px;
  z-index: 1000;
}
#nav li:hover ul {
  display: block;
}

#nav > li > a {
	letter-spacing: 1pt;
	color:#162667; 
	 -webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

#nav > li.over > a,
#nav > li > a:hover {
	color: #dd4c91;
}
 


#utility {
  clear: both;
  float: left;
  margin: 0 0 25px 0;
  padding: 12px 0;
  border-bottom: 1px solid #d7d4d4;
  width: 100%;
}
.breadcrumbs {
  position: relative;
  width: 990px;
  margin: 0 auto;
  line-height: 40px;
  padding-left: 21px;
  height: 30px;
}
.breadcrumbs ul li {
  float: left;
  font-size: 12px;
  margin: 0 5px 0 0;
}
#utility .links {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0;
}
#utility .links li {
  float: left;
  border-right: 1px solid #333;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}
#utility .links li.last {
  border: none;
}
#utility .links li a {
  text-decoration: none;
}




.search_mini_form {
	float: right; 
}

#search_mini_form {
  background: #ffffff;
  border: 1px solid #333333;
  
  /*
    .border-radius(5px, 5px, 5px, 5px);
    .drop-shadow(0, 0px, 0px, 0.2);
    float: left;
    margin:  0 20px 0 0;
    */
}

	#search_mini_form label {
	  display: none;
	}
	
	#search_mini_form .input-text {
	  border: none;
	  margin: 0 0 0 5px;
	  background: none;
	}
	#search_mini_form .button {
	  background: url(../images/search_button.png) no-repeat center center #ffffff;
	  border-radius: 0px;
	  border: none;
	  border-left: 1px solid #333333;
	  display: inline;
	  margin: 0;
	  height: 25px;
	  width: 25px;
	  text-indent: -9999px;
	  line-height: 25px;
	  float: right; 
	}
	
	#search_mini_form .button span {
	  text-indent: -9999px;
	}
	
#search {
	height: 23px;
	background: #fff;
	line-height: 23px;
	width: 140px;
	float: left;
	font-family: Arial;
	font-size: 11px; 

}

#search_autocomplete {
  background: #fff;
  border: 1px solid #fde894;
  padding: 5px;
  z-index: 1000;
}
#search_autocomplete ul li .amount {
  display: none;
}
#search_autocomplete ul .selected {
  background: #fde894;
}




.col3-layout .col-wrapper {
  float: left;
  width: 100%;
  /*margin: 0 -160px 25px 0;
    width: 100%;*/

}
.main {
  display: inline;
  margin: 0 0 25px 0;
  padding: 10px 0 0 0;
  position: relative;
  text-align: left;
}
.page-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: auto;
  padding: 5px 0;
  text-align: left;
}
/* new clearfix */
.col2-set:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .col2-set {
  zoom: 1;
}
/* IE6 */
*:first-child + html .col2-set {
  zoom: 1;
}
/* IE7 */
.col-left.sidebar {
  float: left;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  width: 175px;
  text-transform: uppercase;
}
.col-left.sidebar .block {
  margin: 0 0 20px 0;
  padding: 0 10px 0 0;
}


.block-layered-nav {
  color: #162667;
  font-size: 15px;
  margin: 0 0 20px 0;
}
	.block-layered-nav .block-title {
	  display: none;
	}
	.block-layered-nav .block-content ul li {
	  margin: 0 0 10px 0;
	  text-align: left;
	  font-size: 16px;
	  letter-spacing: .75pt; 
	}
	.block-layered-nav .block-content ul li.active {
	  margin: 14px 0 20px 0;
	}
	
	.block-layered-nav .block-content ul li.active > a {
		color: #dd4c91;
		border-bottom:1px solid #dd4c91;
		padding-bottom: 3px;   
	}
	
	.block-layered-nav .block-content ul li.active > a:hover {
		color: #dd4c91;
	}
	
	.block-layered-nav .block-content ul li.active ul {
		margin-left: 10px;
		
	}
	.block-layered-nav .block-content ul li.active ul li {
		margin: 5px 0 6px 0;
		font-size: 12px; 
		text-transform: initial; 
		letter-spacing: 1pt; 
	}
	.block-layered-nav .block-content ul li.active ul li a {
		color: #162667;
	}
	.block-layered-nav .block-content ul li.active ul li a:hover {
		text-decoration: underline;
		font-weight: bold;
		margin-right: 2px;
		color: #162667;
	}
	.block-layered-nav .block-content ul li.active ul li.active a {
		font-weight: bold;
		color: #162667;
		border-bottom:1px solid #162667;
	}
	.block-layered-nav .block-content ul li.active ul li.active a:hover {
		text-decoration: none;
	}
	.block-layered-nav .block-content ul li a {
	  color: #162667;
	  display: block;
	  line-height: normal;
	  text-decoration: none;
	}
	.block-layered-nav .block-content ul li a:hover {
	   color: #dd4c91;
	}
	
	.block-layered-nav .block-content ul li ul {
	  color: #333333;
	  margin: 10px 0 0 0;
	}
	.block-layered-nav .block-content ul li ul li {
	  margin: 0 0 10px 0;
	}
	.block-layered-nav .block-content ul li ul li a:hover,
	.block-layered-nav .block-content ul li ul li a.active {
	  color: #dd4c91;
	}

.col-right.sidebar {
  width: 120px;
  margin: 0 0 0 -100%;
  padding: 0 10px 0 10px;
  border-left: 1px solid #d7d4d4;
  position: absolute;
  right: 0;
}
/*
.block-layered-nav .block-content > ul > li > ul > li.active > a,
.block-layered-nav .block-content > ul > li > ul > li:hover > a {
    border-bottom: 2px solid @rfPrimary;
    padding: 2px 0 0 0;
}

.block-layered-nav .block-content > ul > li > ul > li a {
    display: block;
    text-decoration: none;

}

.block-layered-nav .block-content > ul > li > ul > li ul li a {
    display: block;
    font-weight: normal;
    list-style: none;
    padding: 7px 0 8px 40px;
    text-transform: none;
}

.block-layered-nav .block-content > ul > li > ul > li ul li.active > a,
.block-layered-nav .block-content > ul > li > ul > li ul li:hover > a {
    font-weight: bold;
}


.block-layered-nav .block-content > ul > li > ul > li > ul > li > ul {
    padding: 0 0 0 25px;
}

.block-layered-nav .block-content > ul > li > ul > li > ul > li > ul > li {
    font-weight: normal;
    list-style: none inside;
}
*/
.block-cart .block-title {
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: none;
}
.block-cart .actions {
  text-align: center;
}
.block-cart .button {
  background: #562f1b;
  color: #fff;
  float: none;
  margin: 0;
  width: 100%;
}
.mini-products-list {
  margin: 0 0 25px 0;
}
.mini-products-list .item {
  text-align: center;
  padding: 10px 0 0 0;
}
.mini-products-list .item .product-image {
  margin: 0 0 15px 0;
}
.mini-products-list .item .product-name {
  font-weight: bold;
}
.col-main {
  color: #162667;
}
.col2-left-layout .col-main {
  float: right;
  margin: 0;
  padding: 0;
  width: 790px;
}
/*.col2-left-layout .col-main > * {
    margin:0 0 0 0;
}*/
.col3-layout .col-main {
  float: right;
  margin: 0 160px 0 0;
  padding: 0;
}
.col1-layout .col-main {
  float: none;
  margin: 0;
  padding: 0;
}
.form-list {
  float: left;
  clear: both;
  width: 100%;
}
.form-list li {
  clear: left;
  float: left;
  margin: 0 0 10px 0;
  vertical-align: middle;
  width: 100%;
}
.form-list li label {
  float: left;
  width: 115px;
}
.form-list li .input-box {
  margin: 0 0 0 135px;
}
.control label {
  clear: none;
  float: none;
  margin: 0 0 0 35px;
  width: auto;
}
.control .input-box {
  float: left;
  margin: 0;
}
.control input {
  float: left;
  margin: 0;
}
.input-range input {
  width: 60px;
}
.main-content form {
  margin: 0 auto 40px auto;
  width: 557px;
}
.field {
  margin: 0 0 10px 0;
}
.validation-advice {
  color: #f00;
}
.home-block_TOP {
	padding-top: 10px;
}
/*.col2-left-layout .col-main > * {
    margin: 0 0 0 200px;
}*/
/********** Catalog **********/

.catalog-category-view .slides_container {
	width: auto;
	margin: 10px 0 30px 0;
	border: 1px solid #CCCCCC;
}

.catalog-category-view .slides_container div {
	width: 800px;
	height: 510px;
}

.catalog-category-view .slides_container img {
	width: 800px;
}

.category-description {
  margin: 0 0 30px 0;
}
.toolbar {
  float: left;
  margin: 0 0 30px 0;
  width: 100%;
}
.toolbar .pager {
  float: left;
}
.toolbar .sorter {
  float: right;
}
.toolbar .pages {
  clear: right;
  float: right;
  line-height: 25px;
  margin: 10px 0 0 0;
}
.toolbar .pages ol {
  display: inline;
}
.toolbar .pages ol li {
  display: inline;
}
.toolbar .limiter {
  clear: left;
  float: left;
  margin: 10px 10px 0 0;
}
.toolbar label {
  display: inline;
}
.products-grid {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
}

.products-grid .price-box {
	font-size: 12px; 
}

.products-grid .item {
  background: center bottom url(../images/grid_item_bottom.png) no-repeat;
  float: left;
  margin: 0 0 25px 65px;
  padding: 0 0 15px 0;
  position: relative;
  text-align: center;
}
.products-grid .item.first {
  margin: 0 0 25px 0;
}
.products-grid .item .product-image {
  display: block;
  margin: 0 0 20px 0;
  position: relative;
}
.colors-available {
  background: url(../images/colors_available.png) no-repeat;
  bottom: 10px;
  height: 51px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-indent: 100%;
  white-space: nowrap;
  width: 51px;
}
.products-grid .item .product-name {
  margin: 0 0 8px 0;
  text-transform: none;
  width: 218px;
  letter-spacing: 1pt; 
}
.short-description {
  margin: 0 0 10px 0;
  font-size: 11px;
  color:#162667; 
  letter-spacing: 1pt; 
}
.product-name a {
  text-decoration: none;
}
.item .button.quickview {
  background: #252d64;
  cursor: pointer;
  font-size: 17px; 
  font-weight: bold;
  text-transform: uppercase;
  left: 0;
  margin: 0;
  letter-spacing: 1pt;
}
.product-view {
  margin-top: 10px;
  min-height: 500px;
  width: 790px;
}
.product-view form {
  margin: 0 auto 40px auto;
  width: 557px;
}
.product-shop {
  float: right;
  width: 333px;
  margin: 0 -90px 0 0;
}

.product-shop .product-name {
  font-size: 17px;
  line-height: 20px; 
  letter-spacing: 1pt; 
  text-transform: uppercase;
  font-weight: bold;
}
.product-view .product-img-box {
  float: left;
  margin: 0 -227px 0 0;
  width: 400px;
}
#swatches {
  clear: both;
  float: left;
  margin: 0 0 10px 0;
  min-height: 30px;
}
#color-text {
  clear: both;
}
.product-view.clearfix {
	margin: 10px 0 0 20px;
}
.product-view .swatch {
  border: 2px solid #fff;
  display: inline-block;
  height: 30px;
  margin: 0 10px 0 0;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.product-view .swatch.active {
  border: 2px solid #000;
}
.product-view .more-views li {
  float: left;
  margin: 0 10px 25px 0;
}
.product-view .product-options .color .super-attribute-select {
  position: absolute;
  top: -1000px;
}
.product-view .product-options dl {
  margin: 0 0 10px 0;
}
.product-view .product-options dt {
  font-size: 14px;
  clear: both;
}
.product-view .product-options dd {
  clear: both;
  margin: 0 0 10px 0;
}

.product-view .product-options dt label  {
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 1pt; 
}

.product-view .product-options-bottom {
  width: 333px;
}
.product-view .options-list .checkbox {
  float: left;
  vertical-align: top;
}
.product-view .options-list .label {
  display: block;
  margin: 0 0 0 30px;
}
.product-view .product-collateral {
  margin: 0 0 0 247px;
}
.product-view .availability {
  display: none;
}
.product-view .price-box {
  line-height: 25px;
  white-space: nowrap;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;

   font-size: 17px;
  letter-spacing: 1pt; 
}
.product-view .qty {
  margin: 0 0 10px 0;
}
#qty {
  float: left;
  width: 60px;
}
.product-view .qty label {
  font-size: 14px;
}
.product-view .add-to-cart {
  margin: 0 0 10px 0;
}
.product-view .add-to-cart label {
  float: left;
  line-height: 31px;
  padding-right: 15px;
}
.product-view .add-to-cart .input-text {
  line-height: 26px;
  height: 27px;
}
.product-view .add-to-cart .button {
  margin: 0 0 0 15px;
  background: #162667;
  color: #fff;
  font-size: 14px; 
  padding: 0 15px; 
  line-height: 22px;
  border-collapse: collapse;
  border: none; 
  height: 30px;
  letter-spacing: 1pt; 
}
 
.product-view .add-to-cart .button:hover {
  background: #6eccbd;
   
}
.product-view .extra {
  margin-top: 20px;
  float: right;
  padding: 0 0 10px 0;
  width: 333px;
}
.product-view .extra ul {
  float: left;
}
.product-view .extra .icon {
  background: url(../images/product-social-buttons.png) no-repeat;
  display: block;
  height: 28px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 28px;
}

.product-view .product-footnote  {
	font-size: 11px; 
	letter-spacing: 1pt; 
}
.product-view .extra .icon.facebook {
  background-position: -28px 0;
}
.product-view .extra .icon.twitter {
  background-position: -56px 0;
}
.addthis_button_tweet.at300b {
	max-width: 90px;
}
.addthis_button_facebook_like {
	float: left;
	margin-right: 5px;
}
.product-view .extra .icon.email {
  background-position: 0 0;
}

.bottom-products_Block {
	padding: 0 0 25px 0;
}
.bottom-products_Title {
	margin: -9px 490px 0 15px;
	float: left;
	background: white;
}
.bottom-products_Title h2 {
	padding: 0 5px;
}
.bottom-products_Wrapper {
	border: 1px solid #ccc;
}
.mini-products-list .bottom-products_Item {
  display: inline-table;
  text-align: center;
  padding: 10px 0 0 0;
}
.bottom-products_Name a{
	max-width: 185px;
}

.bottom-products_Name   {
	letter-spacing: 0.7pt;
	font-weight: bold;
    text-transform: uppercase;
}

.empty {
	text-align: center;
}

.col1-layout {
  /*.product-view {
        form {
            width: auto;
        }
        box-sizing: border-box;
        padding: 20px;
        width: 100%;

        .product-img-box {
            box-sizing: border-box;
            margin: 0;
            width: 48%;
        }
        .product-image {
            img {
                width: 100%;
            }
        }
        .product-shop {
            width: 50%;
            margin: 0;
        }
        .extra {
            float: none;
            width: 50%;
        }
        .grouped-product {
            clear: both;
            border-top: 1px solid #ccc;
            padding: 20px 0 20px 0;
            width: 100%;
            .image {
                box-sizing: border-box;
                float: left;
                width: 25%;
            }

            .info {
                box-sizing: border-box;
                float: left;
                width: 50%;
                padding: 0 0 0 5%;
                //margin: 0 0 0 10px;
                h3 {
                    font-size: 24px;
                }

                p {
                    clear: both;
                }
                .config-attribute {
                    box-sizing: border-box;
                    clear: none;
                    float: left;
                    padding-right: 10px;
                    width: 50%;
                    dd, dt {
                        clear: none;
                    }
                }
                dd.color select {
                    position: absolute;
                    top: -1000px;
                }
            }
            .add {
                box-sizing: border-box;
                float: left;
                font-size: 15px;
                width: 25%;
                padding: 0 0 0 5%;
                text-align: right;
                //margin: 0 0 0 10px;
                .price-box {
                    width: auto;
                    margin: 0;
                    padding: 0;
                    float: none;
                }
                .qty {
                    width: 60px;
                }
                .add-to-cart {
                    .button {
                        margin: 0;
                    }
                }
            }
        }
        .add-to-box {
            .add-to-cart {
                text-align: right;
                .button {
                    font-size: 16px;
                    display: inline-block;
                    float: none;
                }
            }
        }
    }*/

}
.account-login form {
  width: 607px;
}
.customer-account-login .col2-left-layout .col2-set .registered-users {
  float: left;
  width: 289px;
}
.customer-account-login .col2-left-layout .col2-set .new-users {
  float: right;
  width: 289px;
}
.customer-account-forgotpassword .col-main form {
  width: 557px;
  margin: auto;
}

/*********** CATALOG CUSTOM BANNERS ***********/

.bannerContainer {
}

.bannerImage {
	display: inline-block;
	max-width: 383px;
	margin: 0 0 22px 0;
}

.bannerImage img {
	max-width: 383px;
}

.bannerImage-left {
}

.bannerImage-right {
	margin-left: 15px;
}

.bannerImage-wide,
.bannerImage-wide img {
	max-width: 790px;
}

.bannerImage-wide {
	margin: 0 0 22px 0;
}

/*********** BEGIN SHOPPING CART ***********/
.main-content > .cart {
  padding: 0 0px;
}
.cart input {
  width: 30px;
  text-align: center;
}
.main-content .cart form {
  width: auto;
}
#shopping-cart-table {
  border: none;
  margin: 0 0 20px 0;
  width: 100%;
}
#shopping-cart-table tbody {
  border-bottom: 1px solid #d7d4d4;
}
#shopping-cart-table thead,
#shopping-cart-table tfoot {
  line-height: 31px;
  white-space: nowrap;
  background: #eeeeee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#shopping-cart-table tfoot {
  text-align: left;
}
#shopping-cart-table th {
  font-weight: bold;
  text-align: left;
  color:#666666;
  letter-spacing: 1pt; 
  text-transform: uppercase; 
  font-size: 12px; 
}
#shopping-cart-table td {
  padding: 10px;
  vertical-align: top;
}
#shopping-cart-table .product-name {
  text-transform: uppercase;
  letter-spacing: 1pt; 
}
#shopping-cart-table .item-options dt {
  
}
#shopping-cart-table .item-options dd {
  margin: 0 0 10px 0;
  font-weight: bold;
}

#shopping-cart-table .item-options {
	color:#999999;
	font-size: 12px; 
	letter-spacing: 1pt; 
}
.cart-collaterals .col-2 {
  clear: both;
  float: right;
  width: 370px;
}

.discount-form input {
  width: 364px !important;
}

.discount-form label {
	font-weight: normal; 
}

.discount-form button {
  float: right;
  margin-top: 12px;
}
.cart-collaterals .totals {
  float: right;
  margin: -110px 0 20px 0;
  max-width: 480px;
}
.cart-collaterals .totals td {
  padding: 2px 5px 2px 25px;
}
#discount-coupon-form {
  clear: right;
  float: right;
  width: 370px;
}
.cart-collaterals .shipping {
  margin: 0 0 20px 0;
}
.cart-collaterals .shipping .buttons-set {
  clear: both;
  display: block;
}
.cart-collaterals .shipping .buttons-set .button {
  float: right;
}
.checkout-buttons {
  clear: right;
  float: right;
}

.cart .button {
	font-size: 16px; 
	letter-spacing: 1pt; 
}
.cart .button:hover {
  background: #66cccc;
}
.btn-proceed-checkout {
  margin-bottom: 20px;
  width: 370px;
}
#shopping-cart-totals-table {
  font-size: 12px;
  font-weight: bold; 
  letter-spacing: 1pt; 
  text-transform: uppercase; 
}

#shopping-cart-table .btn-continue {
	margin-right: 30px;
}

.cartPromo {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px;
	border: #ccc 1px solid;
}


.cartPromo img {
	display: inline-block;
	padding: 20px 0;
	height: 190px;
}
.cartPromo-addItem {
	color: #2413E2;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.cartPromo-text {
	display: inline-block;
	vertical-align: top;
	padding: 15px 115px 0 10px;
	width: 660px;
}

.cartPromo-text h2 {
	font-size: 16px;
	color:#162667; 
	letter-spacing: 1pt; 
}
/****** END SHOPPING CART ******/
/*********** BEGIN CHECKOUT ***********/
.opc {
  padding: 20px;
  position: relative;
}
.opc .back-link {
  float: left;
}
.opc .button {
  float: right;
}
.opc .cvv-what-is-this {
  margin: 0 0 0 10px;
}
.opc form {
  width: auto;
}
.opc form .form-list li {
  clear: both;
}
.opc form .form-list label {
  width: 25%;
}
.opc form .form-list .input-box {
  margin-left: 25%;
}
.opc form .form-list .button {
  float: left;
  margin-left: 25%;
}
.opc form .form-list .control {
  margin-left: 25%;
}
.opc form .radio {
  float: left;
}
.opc .section.active {
  padding-top: 100px;
}
.opc .section .step-title {
  position: absolute;
  top: 100px;
  width: 173px;
}
.opc .section .step {
  position: relative;
  width: 100%;
}
.opc .section .step .sp-methods {
  margin: 0 0 20px 0;
}
.opc .section .step .sp-methods dt {
  clear: both;
  margin: 0 0 20px 0;
}
.opc .section .step .sp-methods dt input {
  float: left;
  width: 40px;
}
.opc .section .step .sp-methods dd label {
  margin: 0;
}
.opc .section .step .sp-methods dd {
  clear: both;
  margin: 0 0 20px 0;
}
.opc .section .step .sp-methods dd ul li {
  margin-bottom: 20px;
}
#opc-login .step-title {
  top: 0;
}
#opc-billing .step-title {
  top: 0;
  left: 173px;
}
#opc-shipping .step-title {
  top: 0;
  left: 326px;
}
#opc-shipping_method .step-title {
  top: 0;
  left: 479px;
}
#opc-payment .step-title {
  top: 0;
  left: 632px;
}
#opc-review .step-title {
  top: 0;
  left: 785px;
}
.logged-in #opc-billing .step-title {
  width: 20%;
  top: 0;
  left: 0;
}
.logged-in #opc-shipping .step-title {
  width: 20%;
  top: 0;
  left: 20%;
}
.logged-in #opc-shipping_method .step-title {
  width: 20%;
  top: 0;
  left: 40%;
}
.logged-in #opc-payment .step-title {
  width: 20%;
  top: 0;
  left: 60%;
}
.logged-in #opc-review .step-title {
  width: 20%;
  top: 0;
  left: 80%;
}
#checkoutSteps .section .step-title .number {
  background: url(../images/checkout_number.png);
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 0 auto 15px auto;
  text-align: center;
  width: 24px;
}
#checkoutSteps .section.active .step-title .number {
  background: url(../images/checkout_number_allow.png);
  color: #fff;
}
#checkoutSteps .step-title {
  text-align: center;
}
#checkoutSteps .step-title a {
  display: none;
}
#checkoutSteps .allow .step-title a {
  display: inline;
}
#checkout-step-login .buttons-set button {
  float: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
#checkout-step-login .buttons-set #forgot-password {
  display: inline-block;
  margin: 0 0 0 10px;
}
#checkout-step-login .col-1 {
  float: right;
  width: 430px;
}
#checkout-step-login .col-2 {
  float: left;
  width: 430px;
}
#checkout-step-login h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#forgot-password {
  display: block;
}
.v-fix {
  float: left;
}

.sp-methods > dt {
	padding: 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
}

.gift-messages {
  clear: both;
}
.gift-messages-form p input {
  float: left;
}
.gift-messages-form p label {
  margin: 0 0 0 40px;
}
#opc-review #shipping-address,
#opc-review #billing-address {
  width: 440px;
  margin: 0 0 20px 0;
}
#opc-review #shipping-address {
  float: left;
}
#opc-review #billing-address {
  float: right;
}
#opc-review #shipping-address dl,
#opc-review #billing-address dl {
  width: 100%;
}
#opc-review #shipping-address dt,
#opc-review #billing-address dt {
  clear: left;
  display: inline;
  float: left;
  font-weight: bold;
  margin: 0 -100px 10px 0;
  width: 100px;
}
#opc-review #shipping-address dd,
#opc-review #billing-address dd {
  margin: 0 0 10px 120px;
  white-space: nowrap;
}
#opc-review #shipping-address dd.supp,
#opc-review #billing-address dd.supp {
  clear: both;
}
.checkout-warning {
  padding: 10px;
  margin: 10px 0;
}
/****** END CHECKOUT ******/
/*********** BEGIN ACCOUNT DASHBOARD ***********/
h4 {
  font-weight: bold;
}
.box-account {
  margin: 0 0 20px 0;
}
.box-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.box-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.box-content .col-1 {
  float: left;
  margin: 0 20px 20px 0;
}
/*Print Order */
.page-print {
  background: #fff;
  padding: 20px;
}
.page-print .col2-set {
  float: left;
  width: 100%;
}
.page-print .col2-set .col-1 {
  float: left;
  padding: 0 20px 20px 0;
}
.page-print .col2-set .col-2 {
  float: right;
  padding: 0 0 20px 20px;
}
/****** END ACCOUNT DASHBOARD ******/
/*********** BEGIN CONTACT FORM ***********/
.content-grid .box {
  display: block;
  float: left;
  margin: 0 0 0 9px;
}
.content-grid .box.first {
  margin: 0;
}
.content-grid .box.no-float {
  float: none;
}
.content-grid .box.text {
  width: 648px;
}
.content-grid .box.text .padding {
  padding: 50px;
}
#contactForm {
  float: left;
  width: 360px;
}
#contactForm input.input-text,
textarea {
  width: 240px;
}
.cms-page-view .main,
.cms-index-index .main {
  padding: 0;
}
.cms-page-view .main-content,
.cms-index-index .main-content {
  padding: 0;
}
.std {
  padding: 10px 0 0 0;
}
/*
    Load CSS before JavaScript
*/
#slides {
  position: relative;
}
#slides .next,
#slides .prev {
  display: block;
  height: 50px;
  margin: -25px 0 0 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 50%;
  white-space: no-wrap;
  width: 50px;
  z-index: 1000;
}
#slides .next {
  background: url(../images/slides-nav.png);
  right: 0;
}
#slides .prev {
  background: url(../images/slides-nav.png) -50px 0;
}
#slides .pagination {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
    Slides container
    Important:
    Set the width of your slides container
    Set to display none, prevents content flash
*/
.slides_container {
  width: 990px;
  display: none;
}
.slides_container div {
  width: 990px;
  height: 650px;
  display: block;
}
.slides_container div p {
  bottom: 10px;
  font-family: Geneva, Tahoma, sans-serif;
  font-size: 17px;
  position: absolute;
  text-align: center;
  width: 100%;
}
/*
    Each slide
    Important:
    Set the width of your slides
    If height not specified height will be set by the slide content
    Set to display block
*/
.cms-robertas-world .main-content {
  background: url(../images/robertas-world-bg.jpg) no-repeat;
  height: 900px;
}
.cms-every-mother-counts .main-content {
  background: url(../images/emc_bg.jpg) no-repeat;
  min-height: 900px;
}
.cms-every-mother-counts .main-content .text {
  font-size: 14px;
  padding: 380px 290px 0 50px;
}
.cms-every-mother-counts .main-content .text a {
  color: #562f1b;
  font-weight: bold;
}
.cms-every-mother-counts .main-content .text .center {
  text-align: center;
}
.cms-scarf-story {
  color: ;
}
.cms-scarf-story ul {
  padding: 60px;
  width: 600px;
}
.cms-scarf-story li {
  text-indent: -27px;
}
.cms-scarf-story .scarf-title {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 10px;
}
.cms-scarf-story .color-loop {
  color: #2a82a6;
}
.cms-scarf-story .color-kelly {
  color: #4f818a;
}
.cms-scarf-story .color-boa {
  color: #2e2c3a;
}
.cms-scarf-story .color-double {
  color: #b93b80;
}
.cms-scarf-story .color-turban {
  color: #cd5d1d;
}
#cms-contact {
  float: left;
  margin: 0 0 0 20px;
  width: 360px;
}
#cms-contact dt {
  clear: left;
  float: left;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#cms-contact dd {
  margin: 0 0 10px 120px;
}
/****** END CONTACT FORM ******/
/*********** BEGIN STORE LOCATOR ***********/
.google-maps-store-locator .filter {
  border-right: 1px solid #ccc;
  color: #666666;
  float: left;
  padding: 0 0 0 10px;
  width: 155px;
  text-align: left;
}
.google-maps-store-locator .filter h2 {
  font-size: 15px;
  text-transform: none;
}
.google-maps-store-locator .filter .state {
  display: block;
  margin: 0 20px 0 0;
  padding: 2px 0 2px 0;
  text-decoration: none;
}
.google-maps-store-locator .filter .state.active,
.google-maps-store-locator .filter .state:hover {
  text-decoration: none;
}
.google-maps-store-locator .results {
  color: #666666;
  float: left;
  margin: 0 0 0 10px;
  width: 800px;
}
.google-maps-store-locator .results .initial {
  cursor: pointer;
  display: block;
  height: 100px;
  margin: 0 auto 24px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 800px;
}

.google-maps-store-locator .results .initial.storeResultsBanner {
	margin-bottom: 16px;
}

.google-maps-store-locator .results .initial:not(.ny):not(.ca):not(.ct):not(.fl):not(.tx):not(.stbrts):not(.punta):not(.sc):not(.ga) {
	display: none;
}

.google-maps-store-locator .results .initial.ny {
  background: url(../images/ny.jpg);
}
.google-maps-store-locator .results .initial.ca {
  background: url(../images/ca.jpg);
}
.google-maps-store-locator .results .initial.ct {
  background: url(../images/ct.jpg);
}
.google-maps-store-locator .results .initial.fl {
  background: url(../images/fl.jpg);
}
.google-maps-store-locator .results .initial.tx {
  background: url(../images/tx.jpg);
}
.google-maps-store-locator .results .initial.stbrts {
  background: url(../images/stbarts.jpg);
}
.google-maps-store-locator .results .initial.punta {
  background: url(../images/punta.jpg);
}
.google-maps-store-locator .results .initial.sc {
	background: url(../images/sc.jpg);
}
.google-maps-store-locator .results .initial.ga {
  background: url(../images/ga.jpg);
}
.google-maps-store-locator .results .result {
  font-size: 14px;
}
.google-maps-store-locator .results .result h3 {
  font-size: 16px;
  font-weight: bold;
}
.google-maps-store-locator .results .result .store {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.google-maps-store-locator .results .result .store.rf {
  color: #562f1b;
}
.google-maps-store-locator .results .result .store.rrr {
  color: #9a6700;
}

.google-maps-store-locator .results .result a {
  text-decoration: none;
}
.google-maps-store-locator .results .result.regular .image {
  float: left;
  margin: 0 16px 0 0;
  overflow: hidden;
  max-width: 325px;
  max-height: 200px;
}

.google-maps-store-locator .results .result .resultNotes {
	font-size: 11px;
	letter-spacing: 0;
	line-height: 14px;
	padding: 20px 0 0;
}

.google-maps-store-locator .results .result.regular .image a {
	width: 100%;
}

.google-maps-store-locator .results .result.regular .image img {
	max-width: 100%;
}

.google-maps-store-locator .results .result.regular .resultButtonContainer {
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

.google-maps-store-locator .results .result.specialty .resultButton,
.google-maps-store-locator .results .result.regular .resultButton {
	float: none;
	background: transparent;
	color: #000 !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 14px;
	border: 1px solid #162667;
}

.google-maps-store-locator .results .result.regular .resultButton:hover {
	background: #162667;
	color: #ffffff !important;
}

.google-maps-store-locator .store-search {
  clear: both;
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  width: auto;
}
.google-maps-store-locator .store-search .store-address-search {
  border: 1px solid #000;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 10px;
}

.google-maps-store-locator .results h2 {
  font-size: 16px;
}
.google-maps-store-locator .results .result {
	position: relative;
	padding: 10px 0 22px 10px;
	letter-spacing: 1pt;
}

.google-maps-store-locator .results .result .result-heading,
.google-maps-store-locator .results .result.specialty .result-heading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	color: #000;
	font-family: 'Gotham Medium', 'Arial', 'Tahoma', 'sans-serif';
	font-weight: normal;
	font-size: 18px;
}

.google-maps-store-locator .results .result.specialty .result-heading {
	color: #162667;
}

.google-maps-store-locator .results .result .resultAddressContainer {
	display: inline-block;
	max-width: 194px;
	padding-top: 15px;
}

.google-maps-store-locator .results .result.specialty .resultAddressContainer {
	padding-top: 0;
}

.google-maps-store-locator .results .result .resultAddressHeading {
	font-weight: bold;
	text-transform: uppercase;
}

.google-maps-store-locator .results .result .resultAddressHeading a,
.google-maps-store-locator .results .result .result-address a {
	color: #000;
}

.google-maps-store-locator .results .result .resultAddressHeading a:hover,
.google-maps-store-locator .results .result .result-address a:hover {
	color: #dd4c91;
}

.google-maps-store-locator .results .result .resultAddressHeading_inactive {
	display: none;
}

.google-maps-store-locator .results .result .result-address {
	text-transform: uppercase;
}

.google-maps-store-locator .results .result .detailsRight {
	float: right;
	display: inline-block;
	width: 240px;
}

.google-maps-store-locator .results .result .detailsSpecialty {
	display: inline-block;
	width: 100%;
}

.google-maps-store-locator .results .result .detailsSpecialty .detailsSpecialtyRight {
	float: right;
	display: inline-block;
	width: 560px;
}

.google-maps-store-locator .results .result .detailsSpecialty .resultAddressHeading {
	padding-top: 0;
}

.google-maps-store-locator .results .result .detailsSpecialty .result-phone,
.google-maps-store-locator .results .result .detailsSpecialty .resultButtonContainer {
	display: inline-block;
}

.google-maps-store-locator .results .result .detailsSpecialty .result-phone {
	border-bottom: none;
	padding-top: 4px;
	padding-left: 126px;
}

.google-maps-store-locator .results .result .detailsSpecialty .resultButtonContainer {
	float: right;
}

.google-maps-store-locator .results .result .detailsSpecialty .resultButton:hover {
	background: #162667;
	color: #ffffff !important;
}

.google-maps-store-locator .results .result .resultStoreHours {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 14px;
}

.google-maps-store-locator .results .result .resultStoreHours_inactive {
	display: none;
}

.google-maps-store-locator .results .result .storeHourGroup {
	font-size: 13px;
	color: #000;
}

.google-maps-store-locator .results .result .storeHourGroup-day,
.google-maps-store-locator .results .result .storeHourGroup-time {
	display: inline-block;
}

.google-maps-store-locator .results .result .storeHourGroup-day {
	padding-right: 0;
	font-weight: bold;
}

.google-maps-store-locator .results .result .storeHourGroup-time {
	float: right;
	margin-right: 2px;
}

.google-maps-store-locator .results .result .result-phone {
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
}

.google-maps-store-locator .results .result .geolocationPhone {
	margin: 0 16px -3px 0;
}

.google-maps-store-locator .results .result:hover,
.google-maps-store-locator .results .active {
  background: #f6f6f6;
}
.google-maps-store-locator .results .result h3 {
  text-transform: uppercase;
}
.google-maps-store-locator .results .result p {
  color: #999;
}
.google-maps-store-locator .map {
  float: left;
  display: none;
  width: 565px;
  height: 341px;
  border: 1px solid #000;
}
/***** END STORE LOCATOR *****/
.cms-size-chart table {
  border-top: 10px solid #ece8e1;
  border-left: 10px solid #ece8e1;
  width: 100%;
}
.cms-size-chart table th {
  font-weight: bold;
}
.cms-size-chart table td,
.cms-size-chart table th {
  background: #fffaf1;
  border-right: 10px solid #ece8e1;
  border-bottom: 10px solid #ece8e1;
  padding: 5px 10px;
  white-space: nowrap;
}
th.row-head {
  width: 80px;
}
.menu-date {
  font-size: 15px;
}
.menu-date > ul > li {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.menu-date > ul > li a {
  color: #666666;
  display: block;
  line-height: normal;
  padding: 5px 0;
  text-decoration: none;
}
.menu-date > ul > li a:hover {
  text-decoration: underline;
}
.menu-date > ul > li.active a {
  text-decoration: underline;
}
.menu-date > ul > li > ul > li {
  font-weight: normal;
}
.menu-date > ul > li > ul > li a {
  display: block;
  line-height: normal;
  padding: 2px 0 2px 0;
}
.post {
  border-bottom: 1px solid #ccc;
  color: #666666;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.post .image {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
  width: 280px;
}
.post .image img {
  max-height: 100%;
  max-width: 100%;
}
.post .title {
  color: #666666;
}
.post .title h2 {
  font-size: 20px;
  text-transform: uppercase;
}
.post .title h3 {
  font-weight: normal;
}
.post .content {
  font-size: 16px;
}
.post .social {
  clear: both;
}
.post-single {
  border-bottom: 1px solid #ccc;
  color: #666666;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.post-single .image {
  float: right;
  margin: 0 0 0 20px;
  text-align: center;
  vertical-align: middle;
  width: 420px;
}
.post-single .title {
  color: #666666;
}
.post-single .title h2 {
  color: #562f1b;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 100%;
}
.post-single .title h3 {
  font-weight: normal;
}
.post-single .content {
  font-size: 14px;
}
/*********** BEGIN FOOTER ***********/

.block-subscribe {
  overflow: none;
  text-align: center;
  }
	.block-subscribe .input-box {
	  float: left;
	}
	.block-subscribe .actions {
	  color: #ffffff;
	  display: inline;
	  float: left;
	}
	.block-subscribe .block-content {
	  margin-bottom: 5px;
	}
	
	.block-subscribe .form-subscribe-header {
		font-size: 12px; 
	}
	
	.block-subscribe .form-subscribe-separator {
		text-align: center; 
		font-size: 14px; 
		clear: both; 
	}
	
	.block-subscribe .form-subscribe-container {
		position: relative; 
	}
	
	.block-subscribe .input-box {
		
	}
	
	.block-subscribe #newsletter {
		background: #fff;
		border: 1px solid #565656;
		height: 28px;
		line-height: 28px;
		margin: 0;
		width: 143px;
		padding: 0 5px;
	}
	
	.block-subscribe #newsletter.validation-failed {
		margin-bottom: 38px; 
	}
	
	#advice-validate-email-newsletter {
		position: absolute; 
		bottom:0;
		text-align: left; 
		left: 0; 
		font-size: 12px; 
		line-height: 16px; 
	}
	
	.block-subscribe #id_email {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #565656;
		height: 28px;
		line-height: 28px;
		margin: 0;
		padding: 0 5px;
		width: 143px;
	}

	#id_email,
	.ui.button {
		border-radius: 0;
	}
 
	.block-subscribe .button {
		margin: 0;
		line-height: 29px;
		border: none; 
		border-collapse: collapse;
		background-color: #565656;
		width: 80px;
		height: 28px;
		font-size: 12px; 
		font-weight: normal;
		color:#ffffff; 
	}
	
 
.social-header {
	font-size: 12px; 
	font-style: italic;
	line-height: 16px; 
}
.addthis {
  width: 400px;
}
#twitter-widget-0 {
  width: 88px;
}
.social {
	width: auto;
	margin-top: 6px;
	text-align: center; 
}
.social li {
	display: inline-block; 
}
.social .icon {
  display: block;
  height: 24px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 24px;
}
.social .icon.facebook {
  background: url(../images/rf_facebook_2.png) no-repeat;
}
.social .icon.twitter {
  background: url(../images/rf_twitter_2.png) no-repeat;
}
.social .icon.instagram {
  background: url(../images/rf_instagram_2.png) no-repeat;
}
.social .icon.pinterest {
  background: url(../images/rf_pinterest_2.png) no-repeat;
}
.social .icon.last {
  margin: 0px;
}
.footer-section .social {
  padding: 5px 0 0 0;
}

.footer-wrapper {
	background-color:#f1f2f2; 
	width: 100%;
	padding: 35px 0;
	clear: both;
	
}
.footer-container {
	width: 990px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.footer-container .footer {
 
}
.footer-container .footer .footer-content {
  
}



#footer-branding {
  float: right;
  text-align: center;
}


.footer-container .footer .footer-section {
	color: #666666;
	float: left;
	text-align: left;
	padding-right: 50px;
	padding-left: 30px;
	border-right: 1px solid #cccccc; 
	min-height: 210px; 
}

	.footer-section h3 {
	  font-size: 12px;
	  color:#666666; 
	  text-transform: uppercase;
	  margin: 0 0 10px 0;
	  letter-spacing: 1pt; 
	}


	.footer-section ul li {
		list-style: none;
		margin: 1px 0; 
		letter-spacing: .5pt; 
	}
	.footer-section ul li a {
	  color: #666666;
	  text-decoration: none;
	}
	.footer-section .social li {
	  list-style: none;
	}

#privacy-security {
  float: right;
  padding: 0 30px; 
  border:none; 
  width: 284px; 
}

/*.footer-container address > div {
    display: inline;
}
*/


.footer-address-wrapper address {
  clear: both;
  display: block;
  width: 990px;
  margin: 0 auto;
  
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0px;
  color: #000000;
  font-weight: bold; 
  letter-spacing: .25pt; 
}

.footer-address-wrapper address #established {
  padding: 0 0 0 100px;
  margin: 0 0 -18px 0;
  text-align: center;
}
.footer-address-wrapper address #locations {
  float: left;
  text-align: left;
}
.footer-address-wrapper address #copyright {
  float: right;
  text-align: right;
}

.popup-screen {
  background: #000;
  z-index: 4900;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50 )';
  filter: alpha(opacity= 50 );
}
.popup-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -300px;
  z-index: 5000;
  width: 600px;
  height: 400px;
}
.popup-modal .content {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 20px solid #fb9117;
  text-align: center;
  text-transform: uppercase;
}
.popup-modal .content input {
  border: 1px solid #ccc;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  border-radius: 0;
  margin: 0 10px 0 0;
}
.popup-modal .content .submit {
  font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', serif;
  color: #fff;
  background: #55331E;
  border: none;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
}
.popup-modal .content .close {
  position: absolute;
  top: -17px;
  right: -15px;
  font-size: 16px;
  cursor: pointer;
}
.popup-modal .content .logo {
  height: 200px;
  width: 200px;
  margin: auto;
  background: url(../images/popup-logo.jpg) no-repeat center center;
}
.checkout-warning {
  background: #fde894;
}
.slides_container div p {
  position: absolute;
  width: auto;
  font-family: verdana, Palatino, Times, "Times New Roman", serif;
  margin: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #77787b;
  line-height: 20px;
}
.slides_container div p a {
  text-decoration: none;
}
.slides_container div p.rr-main-1 {
  padding-left: 270px;
  bottom: 50px;
}
.slides_container div p.rr-main-1 a {
  color: #d84d8c;
}
.slides_container div p.rr-main-2 {
  padding-left: 226px;
  bottom: 10px;
  font-size: 12px;
}
.slides_container div p.rr-main-2 a {
  color: #486589;
}
.slides_container div p.rr-main-3 {
  bottom: 0px;
  padding-left: 609px;
}
.slides_container div p.rr-main-3 a {
  color: #486589;
}
.slides_container div p.rr-main-4 a {
  color: #a51e28;
  padding-left: 610px;
}
.slides_container div p.rr-main-5 {
  bottom: 45px;
}
.slides_container div p.rr-main-5 a {
  padding-left: 410px;
  color: #341c1f;
  font-size: 10px;
}
.left_call-out {
  position: relative;
}
.left_call-out p {
  position: absolute;
  width: auto;
  text-align: center;
  font-family: Arial, verdana, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  color: #d9246d;
  letter-spacing: 1px;
  margin: 0px;
  font-size: 13px;
  bottom: 15px;
}
.left_call-out p a {
  text-decoration: none;
  color: #333333;
}
.left_call-out p.rr-left-1 {
  width: auto;
  padding-left: 340px;
  bottom: 10px;
  font-size: 13px;
}
.left_call-out p.rr-left-1 a {
  color: #0a1d67;
  font-weight: bold;
  text-decoration: none;
}
.left_call-out p.rr-left-1l {
  padding-left: 300px;
  z-index: 1000;
}
.left_call-out p.rr-left-1r {
  padding-left: 285px;
}
.left_call-out p.rr-left-2 {
  width: 484px;
  bottom: 13px;
  font-size: 17px;
}
.right_call-out {
  position: relative;
}
.right_call-out p {
  position: absolute;
  width: auto;
  font-family: Arial, verdana, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  margin: 0px;
  color: #4c7ff2;
  letter-spacing: 1px;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  bottom: 15px;
}
.right_call-out p a {
  text-decoration: none;
  color: #014c8d;
}
.right_call-out p.text {
  bottom: 10px;
  right: 10px;
  text-align: right;
}
.right_call-out p.rr-right-1 {
  padding-left: 185px;
  bottom: 105px;
}
.right_call-out p.rr-right-1l {
  padding-left: 336px;
  z-index: 1000;
}
.right_call-out p.rr-right-1r {
  padding-left: 280px;
}
.right_call-out p.rr-right-2 {
  padding-left: 380px;
  bottom: 10px;
}
.right_call-out p.rr-right-2 a {
  color: #0a1d67;
  font-weight: bold;
  text-decoration: none;
}
.bottom_call-out_left,
.bottom_call-out_middle,
.bottom_call-out_right {
  float: left;
  padding-right: 22px;
  margin: 5px 0px;
}
.bottom_call-out_left.last,
.bottom_call-out_middle.last,
.bottom_call-out_right.last {
  padding: 0px;
}

.bottom-notification {
	display: inline-block;
	width: 100%;
	border: 1px solid #cccccb;
	margin-bottom: 10px;
	color: #ff1003;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.bottom-notification a,
.bottom-notification a:hover {
	padding: 10px 0;
	color: #ff1003;
}

.popup-modal .content {
  border: 20px solid #f9ce00;
}
/*
.nav-container {
    border: none;
}
*/
.cms-page-view .breadcrumbs,
.cms-lookbook .breadcrumbs {
  display: none;
}
#download {
  background: #562f1b;
  color: #ffffff !important;
  border: none;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  float: right;
  margin: 2px;
}
#download a {
  color: #ffffff;
  text-decoration: none;
}
#download:hover {
  background-color: #cccccc;
}
#store-locator {
  float: left;
  line-height: 38px;
}
.anythingSlider .arrow,
.anythingSlider-default .arrow {
  top: 37% !important;
}
.anythingSlider .arrow a,
.anythingSlider-default .arrow a {
  width: 60px;
  height: 60px;
  display: block;
}
.anythingSlider .arrow.back,
.anythingSlider-default .arrow.back {
  left: 20px;
}
.anythingSlider .arrow.back a,
.anythingSlider-default .arrow.back a {
  background-image: url('../images/arrow_back.png');
  width: 60px;
  height: 60px;
  display: block;
}
.anythingSlider .arrow.back a.hover,
.anythingSlider-default .arrow.back a.hover,
.anythingSlider .arrow.back a:hover,
.anythingSlider-default .arrow.back a:hover {
  background-image: url('../images/arrow_back_hover.png');
  background-position: left top;
}
.anythingSlider .arrow.forward,
.anythingSlider-default .arrow.forward {
  right: 20px;
}
.anythingSlider .arrow.forward a,
.anythingSlider-default .arrow.forward a {
  background-image: url('../images/arrow_forward.png');
  width: 60px;
  height: 60px;
  display: block;
}
.anythingSlider .arrow.forward a:hover,
.anythingSlider-default .arrow.forward a:hover {
  background-image: url('../images/arrow_forward_hover.png');
  background-position: right top;
}
.anythingSlider .anythingControls,
.anythingSlider-default .anythingControls {
  position: relative;
  text-align: center;
  bottom: 290px;
}
.anythingSlider .anythingControls .thumbNav,
.anythingSlider-default .anythingControls .thumbNav {
  float: none;
  left: 0px;
  height: 25px;
}
.anythingSlider .anythingControls .thumbNav a,
.anythingSlider-default .anythingControls .thumbNav a {
  background-position: center !important;
  width: 22px;
  height: 25px;
  color: #ffffff;
}
.anythingSlider .anythingControls .thumbNav a span,
.anythingSlider-default .anythingControls .thumbNav a span {
  visibility: visible;
  position: relative;
  top: 2px;
}
.lookbook .products {
  text-align: center;
  margin-top: 41px;
}

.recallList {
	
	padding-bottom: 100px;
}

.recallList a {
	font-weight: bold;
}

/* Lookbook Gallery */
.lookbookGallery .lookbookGallery-lookbook {
	display: inline-block;
	padding: 20px 15px 50px;
}

.lookbookGallery-lookbook img {
	height: 420px;
}

.lookbookGallery-lookbookName {
	padding: 10px;
	text-align: center;
	letter-spacing: 2px;
}

/* Basic flipbook styles */
.flipbook-viewport {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding:  20px 0 50px;
}

.flipbook-viewport .container {
	position: relative;
	top: 0;
	left: 50%;
	margin: auto;
}

.flipbook-viewport .flipbook {
	display: none;
	width: 920px;
	height: 663px;
	left: -461px;
	top: 11px;
}

.flipbook-viewport .page {
	width: 460px;
	height: 663px;
	background-color: white;
	background-repeat: no-repeat;
	background-size:  461px 646px;
}

.flipbook .page {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.flipbook .even .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image: linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.flipbook .odd .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: -o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image: linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.flipbook .even {
	background-image: url(../images/gradient-page-left.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

.flipbook .odd {
	background-image: url(../images/gradient-page-right.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.flipbook-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

.flip-control {
	height: 42px;
	margin: 0 0 20px;
	padding: 5px 0;
    border: 1px solid #cccccb;
    text-align: center;
}

.flip-control select {
	margin: 5px 0 0;
}

.flip-control .contentsContainer,
.flip-control .buttons {
	float: right;
	display: inline-block;
}

.flip-control .button-download {
	margin-left: 74px;
}

.flip-control a,
.flip-control .pageNumber {
    float: none;
    margin-right: 10px;
    display: inline-block;
}

.flip-control .contentsContainer {
	float: left;
}

.flip-control .pageNumberContainer {
	display: inline-block;
	padding: 0 0 0 8px;
}
.flip-control .pageNumber {
	display: inline-block;
	width: 64px;
	margin: 5px 15px 0 0;
	text-align: left;
}

.flipbook-viewport .next-button,
.flipbook-viewport .previous-button{
	width:22px;
	height:100%;
	position:absolute;
	top:0;
	z-index: 999;
}

.flipbook-viewport .next-button{
	right:-22px;
	-webkit-border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	-ms-border-radius:0 15px 15px 0;
	-o-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
}

.flipbook-viewport .previous-button{
	left:-22px;
	-webkit-border-radius:15px 0 0 15px;
	-moz-border-radius:15px 0 0 15px;
	-ms-border-radius:15px 0 0 15px;
	-o-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
}

.flipbook-viewport .previous-button-hover,
.flipbook-viewport .next-button-hover{
	background-color:rgba(0,0,0, 0.2);
}

.flipbook-viewport .previous-button-hover,
.flipbook-viewport .previous-button-down{
	background-image:url(../images/arrows.png);
	background-position:-4px 50%;
	background-repeat:no-repeat;
}

.flipbook-viewport .previous-button-down,
.flipbook-viewport .next-button-down{
	background-color:rgba(0,0,0, 0.4);
}

.flipbook-viewport .next-button-hover,
.flipbook-viewport .next-button-down{
	background-image:url(../images/arrows.png);
	background-position:-38px 50%;
	background-repeat:no-repeat;
}

.flipbook-viewport .zoom-in .next-button,
.flipbook-viewport .zoom-in .previous-button{
	display:none;
}

/*Holiday Lookbook*/
#holidaySliderContainer {
	max-width: 946px;
	margin: 30px auto;	
}

#holidaySliderContainer .anythingSlider .arrow.back,
#holidaySliderContainer .anythingSlider .arrow.forward {
	display: block;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0);
	width: 22px;
	top: 0 !important;	
}
#holidaySliderContainer .anythingSlider .arrow.back:hover,
#holidaySliderContainer .anythingSlider .arrow.forward:hover {
	background-color:rgba(0,0,0, 0.2);
}


#holidaySliderContainer .anythingSlider .arrow.back {
	left:-22px;
	-webkit-border-radius:15px 0 0 15px;
	-moz-border-radius:15px 0 0 15px;
	-ms-border-radius:15px 0 0 15px;
	-o-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
}
#holidaySliderContainer .anythingSlider .arrow.forward {
	right:-22px;
	-webkit-border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	-ms-border-radius:0 15px 15px 0;
	-o-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
}

#holidaySliderContainer .anythingSlider .arrow.back:hover a,
#holidaySliderContainer .anythingSlider .arrow.forward:hover a {
	background-image:url(../images/arrows.png);
}

#holidaySliderContainer .anythingSlider .arrow.back a,
#holidaySliderContainer .anythingSlider .arrow.forward a {
	background: none;
	background-repeat:no-repeat;
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	margin-top: 0;
}
#holidaySliderContainer .anythingSlider .arrow.back a {		
	background-position:-4px 50%;
}
#holidaySliderContainer .anythingSlider .arrow.forward a {	
	background-position:-38px 50%;
}
#holidaySlider .lookbook img {
	width: 100% !important;
}

.bodyText {}

.bodyHeader {
	font-size: 16px;
	color:#162667; 
	letter-spacing: 1pt; 
	
	
}

.bodyCallout {}

.productName {}

#my-storecredits-table {
	margin: 10px 0;
}

form[name="mw_storecredit_send"] .head.box-head {
	padding: 10px 0;
}

form[name="mw_storecredit_send"] #send_amount {
	float: right;
	margin: 0 180px 20px 0;
}

#mw-discount-storecredit-form .discount-form button {
	margin-top: 0;
}

#mw-discount-storecredit-form #mw_storecredit_value {
	width: 55% !important;
}

#mw-discount-storecredit-form #mw_use_max_credit {
	margin-top: 15px;
	width: auto !important;
}