
/* base elements */
/* ------------------------------------- */

html,body{
	height: 100%;
}

body {
    background: none repeat scroll 0 0 #ffffff;
    color: #333333;
    font-family: Lato, sans-serif;
    line-height: 23px;
    font-size: 13px;
}

a {
    font-size: 1.1em;
    color: #333333;
    outline: medium none;
    overflow: hidden;
    text-decoration: none;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
}

th {
    text-align: left;
}

td {
    padding: 1em;
    vertical-align: top;
}

h1, h2 {
	font-family: Lato, sans-serif;
    font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

/* helper classes */
/* ------------------------------------- */
.left {
    float: left !important;
}
.right {
    float:right !important;
}
hr {
    clear: both;
}
.text-right {
    text-align: right;
}
.float-overflow {
    overflow:hidden;
}
.share-icon {
    padding:5px;
}

.share-link-content {
    display: none;
}
.responsive-img img {
    max-width:100%;
    width: 100%;
}
td.item-image {
    width:25%;
}
td.item-dashboard {
    width:25%;
}
table.item-list td.align-middle {
    vertical-align: middle;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.visually-hidden {
    border: 0 none !important;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left:-10000px;
    top: -10000px;
}

.ie7 .visually-hidden {
    width: 1px !important;
}

.visible {
	display: block !important;
	visibility: visible !important;
}

.invisible {
	visibility: hidden;
}

.ismobile {
	display: none;
}

.isdesktop {
	display: block;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.col{
    clear: none;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}

.col-3 .col{
	width: 33.1%;
}


ul.menu {
    float: left;
    margin: 0;
    padding: 0;
}

ul.menu li {
    float: left;
    list-style: none outside none !important;
}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #dbdbdb;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(219, 219, 219, 0);
	border-bottom-color: #dbdbdb;
	border-width: 11px;
	margin-left: -11px;
}

.sprite {
    /*background: url('../images/sprite.png') no-repeat 0 0;*/
}

.small-font {
    font-size:12px;
}

.Color li {
   height: 32px;
   width: 32px;
   margin: 0;
}

.Color li:hover,
.Color li.selected {
    border-color: #dbdbdb;
}

.Color li:hover a,
.Color li.selected a {
    border-color: #dbdbdb;
    border-radius: 10px;
    border-style: solid;
}

.Color li a {
	display: block;
	height: 30px;
    margin: 0;
    padding: 0;
    text-indent: -999em;
    width: 30px;
    border: 1px solid transparent;
}

.search-box {
	position: relative;
}

.search-box input[type="text"] {
    margin: 0;
    text-transform: none;
    font-family: Lato;
}

.search-box input[type="submit"] {
    /*background: url('../images/sprite.png') no-repeat 0 -244px;*/
    width: 20px;
	height: 20px;
	border: 0 none;
    padding: 0;
    margin: 0;
    text-indent: -999em;
    position: absolute;
    right: 4px;
    top: 5px;
}

.search-box legend {
    background: none repeat scroll 0 0 transparent;
}


.tile-border:before,
.tile-border:after {
    content: "";
    display: block;
    position: absolute;
}

.tile-border:before {
	border-right: 1px solid #dbdbdb;
    height: 93%;
    right: 0;
}

.tile-border:after {
    border-bottom: 1px solid #dbdbdb;
    bottom: 0;
    height: 1px;
    width: 92%;
}


/* carousle arrow */

.jcarousel-prev,
.jcarousel-next {
	position: absolute;
	width: 22px;
	height: 42px;
	/*background: url("../images/sprite.png") no-repeat scroll 0 0 #ffffff;*/
	cursor: pointer;
	display: block;
}

.jcarousel-prev {
	background-position: 0 -160px;
	left: -40px;
}

.jcarousel-next{
	background-position: -30px -160px;
	right: -40px;
}

.jcarousel-prev-disabled,
.jcarousel-next-disabled {
	visibility: hidden;
	height: 0;
	width: 0;
}

/** general product carousle **/

.product-carousel {
    clear: both;
    padding: 2em 0;
}

.product-carousel h2 {
    margin-left: 14px;
    text-align: center;
    font-size: 1.4em;
}

.product-carousel li {
    float: left;
    width: 250px;
}

.product-carousel .product-tile {
    padding: 0 0.5em;
}


.product-carousel .tile-border:before {
	display: none;
}

.product-carousel .product-image {
}

.product-carousel .product-name {
    font-size: 1.1em;
    margin: 0.2em 0;
    width: auto;
}

.product-carousel .product-price {
    font-size: 1em;
}

.product-carousel .jcarousel-clip {
    margin: auto;
    overflow: hidden;
    max-width: 1000px;
}

.product-carousel .jcarousel-prev {
    left: 0;
    top: 25%;
}

.product-carousel .jcarousel-next {
    right: 0;
    top: 25%;
}

.product-carousel .jcarousel-prev-disabled {
    background: none repeat scroll 0 0 transparent;
}

.product-carousel .jcarousel-next-disabled {
    background: none repeat scroll 0 0 transparent;
}



/* page layouts */
/* ------------------------------------- */

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: auto;
    min-height: 100%;
    position: relative;
}

header {
    position: relative;
}

#main	{
	max-width: 1360px;
	margin: 0 auto;
	padding-bottom: 180px;
}

.primary-content {
    float: right;
    padding: 0 0 20px;
    position: relative;
    width: 787px;
}

#secondary {
    float: left;
    width: 20%;
    position: relative;
}

#secondary nav {
    padding-left: 10px;
    padding-right: 10px;
}

#secondary nav a {
    margin-left: 15px;
}

.primary-focus .primary-content {
    border: 0 none;
    float: left;
    margin: 0;
    width: 709px;
}

.primary-focus #secondary {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    width: 210px;
}

.full-width .primary-content {
    border: 0 none;
 	width: 96%;
	padding: 0 2%;
	float: none;
}

.page-content .primary-content {
    padding-left: 1%;
    width: 758px;
}

/* jQuery Ui */
/* ------------------------------------- */

.ui-widget-overlay {
    background: url("../images/interface/ui-overlay-shadow.png") repeat scroll 50% 50% #333333;
    opacity: 0.4;
}

.ui-dialog {
    background: none repeat scroll 0 0 #FFFFFF;
}

.ui-dialog .ui-widget-header {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 43px;
    text-transform: uppercase;
}

.ui-dialog .ui-dialog-title {
    font-weight: bold;
}

.ui-dialog .ui-icon-closethick {
    /*background: url("../images/sprite.png") no-repeat scroll -68px -142px #ffffff;*/
    height: 22px;
    width: 22px;
    text-indent: 0;
}

.ui-dialog .ui-icon-closethick:before {
    content: "✕";
    width: 100px;
    height: 100px;
    color: black;
    display: block;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.ui-dialog-titlebar a {
    overflow:visible;
}

.ui-dialog .ui-icon-closethick {
    /*background: url("../images/sprite.png") no-repeat scroll -68px -142px #ffffff;*/
    height: 22px;
    width: 22px;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 22px;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 15px;
    width: 22px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin: 0;
    padding: 0;
}

.ui-dialog h1,.ui-dialog h2 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 0;
    text-align: center;
}


.ui-dialog .dialog-required {
    font-weight: 400;
    position: relative;
    text-transform: none;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
    overflow-y: hidden;
    height: 100%!important;
}

.ui-tabs .ui-tabs-nav {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 2.45em;
    padding: 0;
    display: flex;
}

.ui-tabs .ui-tabs-nav li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EFEFEF;
    font-family: georgia;
    font-style: italic;
    list-style: none outside none !important;
    margin: 0;
    border-right: 1px solid #D9D9D9;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    background: none repeat scroll 0 0 #FFFFFF;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #666666;
}

.ui-tabs .ui-tabs-nav li a {
    color: #999999;
}
.pdp-main .ui-tabs .ui-tabs-nav li:last-child {
    border-right: none;
}

.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 #FFFFFF;
    border-width: 1px;
    box-shadow: 4px 2px 10px 0 rgba(66,66,66,0.1);
    color: #414141;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0;
    padding: 20px 10px;
}

.jcarousel-prev-disabled,
.jcarousel-next-disabled {
	visibility: hidden;
	height: 0;
	width: 0;

}

#main	{
	max-width: 1360px;
	margin: 0 auto;
}

/* form components */
/* ------------------------------------- */

button,.button,a.buttonstyle,input[type="button"] {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

button[disabled],input[disabled] {
    color: #CCCCCC;
}

.button-fancy-small {
    font-family: Constantia, Georgia, serif;
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    border: 1px solid #c5c5c5;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    box-shadow: 0px 1px 9px -1px rgba(0, 0, 0, 0.31);
}

.button-fancy-small:hover {
	color: #851508;
}

.button-fancy-medium {
	font-family: Constantia, Georgia, serif;
    background: none repeat scroll 0 0 #ffffff;
    color: #000000 !important;
    border:1px solid #2b3051;
}

.button-fancy-large {
    font-family: Lato, sans-serif;
	background: none repeat scroll 0 0 #831710;
    color: #FFFFFF !important;
    text-transform: uppercase;
    height:34px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    padding: 0 17px;
    border: 1px solid #323757;
}

.button-fancy-large:hover {
	background: none repeat scroll 0 0 #600c08;
}

.button-fancy-small[disabled],.button-fancy-medium[disabled],.button-fancy-large[disabled] {
    opacity: 0.5;
}

.button-text {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-weight: 400;
    padding: 0;
}

.button-full-width {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
.button-margin {
    margin-left: 197px;
}
.js button.simple-submit {
    display: none;
}

legend {
	font-family: Lato, sans-serif;
    border-bottom: 1em solid #FFFFFF;
    font-size: 1em;
    margin: 0;
    padding: 14px 2% 10px;
    position: relative;
    text-transform: uppercase;
    width: 96%;
}

.ie7 legend {
    width: 94%;
}

legend span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    padding: 0 .5;
}

legend span em {
    color: #333333;
}

span em {
    color: #333333;
}

h2 span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    float: right;
    padding: 0 0;
}

h2 span em {
    color: #333333;
}

h1 span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    float: right;
    padding: 2px 0px;
}

h1 span em {
    color: #333333;
}

.dialog-required {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    float: right;
    padding: 2px 0;
    display: none;
}

.dialog-required em {
    color: #333333;
}

label,.form-label-text {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 0 11px 0;
    text-align: right;
    width: 22%;
}

.form-label-text span {
    margin-right: 5px;
}

.form-row {
    clear: both;
    margin: 0 0 1em;
}

.form-row-button {
}

input[type="text"],input[type="password"],textarea {
	font-family: Lato, serif;
    font-weight:400;
	color: #333;
    border: 1px solid #ccc;
    margin-left: 2%;
    padding: 0.7em 0.5em;
    text-indent: 0;
    width: 49.5966%;
    font-size:12px;
    outline:none;
    border-radius:5px;
}

.search-result-options select {
    height: auto;
}

.radio-group label, .radio-group .form-label-text {
	padding-top: 0;
}


.field-below-label span.error {
	margin: 5px 0 0 2px;
}

/**** custom select *

In order to make custom CSS work, select has to be wrapped around .select-wrapper element

***/


.select-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 2%;
}

.select-wrapper select {
	display: inline-block;
	border: 1px solid #bbb;
	margin: 0;
	outline:none; /* remove focus ring from Webkit */
	line-height: 1.2;
	background: #ffffff;

	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

	height: 37px;
    padding: 0 8px;
	padding-right: 8px;
 }

.select-wrapper select option {
	padding-right: 25px;
}

.form-row .select-wrapper {
	/*width: 51.5966%;*/
    width: 49.5966%;
}

.form-row .select-wrapper select{
	width: 100%;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.select-wrapper select {
		padding-right:30px;
	}
}

/* Select arrow styling */
.select-wrapper:after {
	content: "\25BC";
	position: absolute;
	top: 1px;
	right: 2px;
	font-size: 60%;
	line-height: 35px;
	padding: 0 10px;
	background: #ffffff;
	color: #831710;
    height: 35px;
	/*border: 1px solid #bbb;*/
	border-left: none;
	pointer-events:none;
}

.no-pointer-events .select-wrapper:after {
	content: none;
}

input[type="checkbox"] {
    margin: 1em 2%;
}

input[type="radio"] {
    margin: 5px 2% 0;
}

.label-inline label {
    display: inline-block;
    float: none;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    width: 90%;
    text-transform: none;
    padding: 0;
}

.label-inline input {
    float: left;
    margin: 2px 10px 0 0;
}

.label-inline input[type="radio"] {
	margin-top: 6px;
}

.label-above label {
    float: none;
    text-align: left;
    width: auto;
}

.label-above input {
    margin-left: 0;
}

.label-above select {
    margin-left: 0;
}

.label-above textarea {
    margin-left: 0;
}

.label-above .form-caption {
    margin-left: 0;
    width: auto;
}

.label-removed label {
    left: -999em;
    position: absolute;
}

.label-hidden label {
    text-align: left;
    text-indent: -999em;
}

.form-indent {
    margin-left: 24%;
}

.form-indent .form-caption {
    margin-left: 0;
}

.form-caption {
    display: block;
    margin: 1% 0 1% 24%;
    width: auto;
}

.row-inline .form-caption {
	margin-left: 11%;
}

.error-message {
    text-indent: 0;
    width: 49.5966%;
    font-size: 1.1em;
}

.error {
    color: #990000;
}

span.error {
    background: none repeat scroll 0 0 transparent;
    display: block;
    margin: 5px 0 0 172px;
    font-size: 0.9em;
}

.select-wrapper span.error {
	margin: 0 0 0 1px;
}


div.error {
    background: none repeat scroll 0 0 transparent;
}

.error-form {
    color: #990000;
    margin: 1em 0;
    padding: 0.5em 0 0;
}

.form-inline form {
    background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left bottom transparent;
    padding: 0 0 2em;
    width: 98%;
}

.form-inline .form-row {
    clear: none;
    float: left;
    margin: 5px 2% 0 0;
    width: 28%;
}

.form-inline label {
    padding: 0 0 0.75em;
    text-transform: uppercase;
    width: auto;
}

.form-inline input[type="text"] {
    margin-left: 0;
    width: 95%;
}

.form-inline select {
    margin-left: 0;
    width: 95%;
}

.form-inline .form-row-button {
    float: left;
    margin: 30px 0 0;
    width: 10%;
}

.form-inline button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.login-box-content label {
    float: none;
    text-align: left;
    width: auto;
}

.login-box-content input[type="text"] {
    margin-left: 0;
    width: 87%;
}

.login-box-content input[type="password"] {
    margin-left: 0;
    width: 87%;
}

.login-box-content textarea {
    margin-left: 0;
    width: 87%;
}

.login-box-content .form-caption {
    margin-left: 0;
}

.login-box-content select {
    margin-left: 0;
}

.login-box-content .form-row-button {
    margin-left: 0;
    width: auto;
}

.row-inline {
    display: inline;
}

.row-inline label {
    width: auto;
}

.require-dialog {
    font-weight: 400;
    position: absolute;
    right: 1em;
    text-transform: none;
    top: 1em;
}

.required-indicator {
    color: #831710;
}

.form-field-tooltip {
    float: right;
    margin: -43px 0 0;
    width: 24%;
    font-size: 0.7em;
}

.ui-dialog .form-field-tooltip {
	margin: -70px 0 0 0;
	width: 23%;
}

.with-helper-text {
    margin-top: -73px;
}

.char-count {
    display: block;
    margin-left: 24%;
}

.bag-icon {
	background: transparent url('../images/sprite-bag-icons.png') no-repeat;
	background-size: 514px 202px;
	background-position: 0 -8px;
	text-indent: -1000em;
	border: 0;
	padding: 0;
	display:block;
	height: 40px;
	width: 44px;
	opacity: 0.5;
	margin: 0 auto;
}

.embossingcontent {font-size: 1em;border-bottom: 1px solid #b4b4b4;}
/* tables used for product lists (wishlist, gift reg) */
/* ------------------------------------- */

table.item-list {
    margin-bottom: 1em;
    border-collapse: collapse;
}

table.item-list tr {
    border-bottom: 1px solid #D9D9D9;
}

table.item-list tr:last-child {
    border:none;
}

table.item-list tr.last {
    border: 0 none;
}

table.item-list tr.headings {
    display: none;
}

table.item-list td {
    padding: 1em;
    vertical-align: top;
    font-family: Lato;
    font-size: 12px;
    line-height: 1.5em;
    
}

th.section-header {
    padding: 1em;
}

td.item-details .product-list-item .name {
    font-family: Georgia,serif;
    font-size: 1.2em;
    overflow: hidden;
}
td.item-details .product-list-item .name a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    line-height: 1.5em;
}

td.item-details .product-list-item .value {
    font-weight: 0;
}

td.item-details .product-list-item .promo {
    color: #990000;
}

td.item-details .product-list-item .price-standard {
    color: #999999;
    text-decoration: line-through;
}

td.item-availability ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

td.item-quantity-details ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-size:12px;
    text-align: center;
}

td.item-dashboard {
    color: #AAAAAA;
}

td.item-dashboard .label {
    display: inline;
    float: none;
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    width: auto !important;
}

td.item-dashboard label {
    display: inline;
    float: none;
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    width: auto !important;
}

td.item-dashboard .input-text {
    margin: 0;
    text-align: center;
}

td.item-dashboard .input-select {
    margin: 0;
    padding: 8px;
    width: auto !important;
}

td.item-dashboard .input-checkbox {
    margin: 0 5px;
}

td.item-dashboard .item-option {
    clear: both;
    font-size: 1em;
    margin: 0 0 0.5em;
}

td.item-dashboard .item-option .form-row {
    display: inline;
}

td.item-dashboard .option-date-added .value {
    color: #333333;
    font-weight: 700;
}

td.item-dashboard .option-quantity-desired input {
    padding: 0;
    width: 20px;
}

td.item-dashboard .option-priority .label {
    color: #333333;
    font-weight: 700;
}

td.item-dashboard .option-priority label {
    color: #333333;
    font-weight: 700;
}

td.item-dashboard .option-add-to-cart .label {
    color: #333333;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

td.item-dashboard .option-add-to-cart label {
    color: #333333;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

td.item-dashboard .option-add-to-cart input {
    padding: 0.8em 0.3em 0.7em;
    width: 50px;
}

td.item-dashboard .option-quantity-purchased span.exceeded {
    color: #ff0000;
}

/* base tool tip */
/* ------------------------------------- */

.tooltip {
    cursor: help;
    position: relative;
}

.tooltip .tooltip-content {
    background: none repeat scroll 0 0 rgba(0,0,0,0.8);
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    font-style: normal;
    max-width: 300px;
    min-width: 200px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    text-decoration: none;
    top: 100%;
    visibility: hidden;
    z-index: 10;
}

.tooltip:hover .tooltip-content {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.js .tooltip-content {
    display: block;
}

#tooltip {
    background-color: #FFFFFF;
    border: 1px solid #111111;
    opacity: 0.95;
    padding: 5px;
    position: absolute;
    z-index: 3000;
}

#tooltip .small {
    width: 300px;
}

#tooltip .medium {
    width: 500px;
}

#tooltip .recommendation-tooltip-header {
    background: none repeat scroll 0 0 #CCCCCC;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
}

#tooltip .recommendation-tooltip-header .product-price .price-standard {
    color: #999999;
    text-decoration: line-through;
}

#tooltip .recommendation-tooltip-description {
    padding: 10px;
}

#tooltip .recommendation-tooltip-attributes {
    padding: 10px;
}

/* content assets and slots */
/* ------------------------------------- */

.content-slot img {
    height: auto;
    max-width: 100%;
}

.slot-grid-header p {
    margin: 0;
    padding: 0;
}

.product-listing-1x4 {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding: 10px 0;
}

.product-listing-1x4 ul.search-result-items .grid-tile {
    margin: 0 1% 0 2%;
    width: 18%;
}

.account-nav-asset {
    background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
    line-height: 1.5em;
    margin: 40px 10px;
    padding: 10px 0;
}
.account-nav-asset a{
    text-decoration: underline;
}
.account-nav-asset h2 {
    font-family: Georgia,serif;
    font-style: italic;
    font-weight: 400;
    margin: 14px 0 20px;
}

.content-asset p {
    line-height: 1.6em;
    margin: 1em 0;
}

.content-asset ul {
    line-height: 1.6em;
    margin: 1em 0;
    padding: 0 1.5em;
}

.content-asset ol {
    line-height: 1.6em;
    margin: 1em 0;
    padding: 0 1.5em;
}

.content-asset address {
    margin: 1em 0;
}

.content-asset ul li {
    list-style: square outside none;
}

.content-asset ol li {
    list-style: decimal outside none;
}

.content-asset ul.account-options {
    margin: 0;
    padding: 0;
}

.content-asset ul.account-options li {
    border-bottom: 1px solid #D9D9D9;
    float: left;
    height: 80px;
    list-style: none outside none !important;
    margin: 0 0 0 4%;
    padding: 20px 0 0;
    position: relative;
    width: 46%;
}

.content-asset ul.account-options li a {
    display: block;
    font-size: 1.4em;
    line-height: 30px;
    padding: 0 0 0 55px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.content-asset ul.account-options li img {
    left: 0;
    position: absolute;
    top: 10px;
}

.content-asset ul.account-options li p {
    margin: 0;
    padding-left: 55px;
}

.browser-compatibility-alert {
    background-color: #FAEDED;
    border: 1px solid;
    color: #9E0F0F;
    margin: 1em 0;
    padding: 0.5em 4em;
    font-family: Lato;
    font-weight: 700;
    font-size: 1.4em;
}

/* header components */
/* ------------------------------------- */

#header {
    height: 120px;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.31);
    z-index: 100;
    padding-top: 20px;
}

.ie7 #header {
    z-index: 200;
}

#header .primary-logo {
    margin: 0;
}

#header .primary-logo a {
    display: block;
    width: 210px;
    margin: 0 auto;
}

#header .primary-logo span {
    left: -999em;
    position: absolute;
}

.site-selector {
    position: absolute;
    top: -20px;
    left: 15px;
    font-weight: bold;
}

.site-selector img {
    vertical-align: middle;
}

.locale-selector a {
	display: block;
    float: left;
    height: 18px;
    width: 31px;
	margin: 3px 5px;
	opacity: 0.5;
	text-indent: -10000px;
}

.locale-selector li {
	float: left;
	list-style: none;
}

.site-selector a.GBP-store {
	background-position: 0 -272px;
}

.site-selector a.USD-store {
	background-position: -49px -272px;
}

.site-selector a.highlighted {
	opacity: 1;
}

.site-selector a:hover {
	opacity: 1;
}

.site-selector .title {
	display: block;
	float: left;
	font-weight: normal;
}

.currency-select-container {
	position: absolute;
    top: -20px;
    left: 0;
    cursor: pointer;
    z-index: 10000;
    max-width: 140px;
    text-align: left;
    box-sizing: border-box;
    padding: 2px 22px 2px 4px;
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
}

.pt_storefront .currency-select-container {
	top: -20px;
}
.currency-select-container:after {
    content: " ";
	position: absolute;
	top: 11px;
	right: 6px;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
    border-bottom: none;
}

.currency-select-container.active:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-top:none;
}

.currency-select-container:hover, .currency-select-container.active{
    background: #f1f1f1;
}

.currency-select-trigger .currency-value{
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #831710;
}

.currency-selector__select {
	position: absolute;
    top: 3px;
    left: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.currency-select-list{
    display: none;
    box-sizing: border-box;
    padding: 20px;
}
.currency-select-list button{
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #fff;
    text-transform: uppercase;
    padding: 6px 15px;
    border: 1px solid #d3d3d3;
    color: #121212;
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
}
.currency-select-list button:hover{
    background: #f1f1f1;
}
.currency-select-list button:focus{
    outline: none;
}
.currency-select-list button span{
    color: #831710;
}
.currency-select-list button.current-currency{
    border: 1px solid #831710;
    background: #831710;
    color: #fff;
}
.currency-select-list button.current-currency span{
    color: #fff;
}
.header-banner {
    clear: both;
    float: right;
    font-size: 1.2em;
    margin: 0 6px;
}

.ie7 .header-banner {
    width: 350px;
}
/*
#mini-cart {
    position: relative;
    z-index: 200;
    width: auto;
	height: 23px;
    right: 0;
    top: -5px;
    opacity: 1;
    text-indent: inherit;
    padding-right: 30px;
}

.mini-cart-label {
	display: inline-block;
	padding-top: 5px;
}

.minicart-icon {
	background-position: -298px -18px;
	width: 35px;
	height: 23px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
}

.mini-cart-availibility {
  color: #990000;
  font-size: 0.9em;
}
.mini-cart-link .mini-cart-label {
	font-size: 1em;
}

.mini-cart-label {
	font-size: 1.1em;
	margin: 0 10px 0 0;
}

.mini-cart-buttons,
.mini-cart-total {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px 5px;
    border-top: 1px solid #dbdbdb;
}

.mini-cart-total {
	color: #831710;
    font-family: chalkboardregular;
    font-size: 1.16em;
    padding: 0;
    line-height: 1.7em;
}

.mini-cart-button {
    display: block;
    height: 14px;
    padding: 10px 0;
    width: 100%;
    font-family: sackers_gothic_lightmedium;
    font-size: 0.8em;
    margin-bottom: 5px;
}

.mini-cart-content {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dbdbdb;
    display: none;
    position: absolute;
    right: -1px;
    top: 25px;
    width: 220px;
}

.mini-cart-content:after, .mini-cart-content:before {
	bottom: 100%;
	right: 9px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mini-cart-content:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.mini-cart-content:before {
	border-color: rgba(219, 219, 219, 0);
	border-bottom-color: #dbdbdb;
	border-width: 11px;
	margin-left: -11px;
	right: 8px;
}

#mini-cart:hover .mini-cart-content {
    display: block;
}

.mini-cart-header {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 5px 10px;
}

.mini-cart-close {
    background: url("../images/interface/icon-mini-cart-close.png") no-repeat scroll left top transparent;
    display: none;
    height: 20px;
    text-indent: -999em;
    width: 19px;
}

.mini-cart-products {
    max-height: 360px;
    overflow: auto;
    line-height: 20px;
    letter-spacing: 0.15em;
    font-size: 0.95em;
}

.mini-cart-product {
    overflow: hidden;
    padding: 10px 25px;
    border-bottom: 1px solid #dbdbdb;
}

.mini-cart-product:last-child {
	border-bottom:none;
}

.mini-cart-image {
	margin: 0 auto;
	text-align: center;
}

.mini-cart-image img {
    max-width: 90%;
}

.mini-cart-name {
  	font-family: Lato;
    font-weight: 700;
    font-size: 1.35em;
}

.mini-cart-attributes,
.mini-cart-quantity {
    font-size: 0.9em;
    font-weight: normal;
}

.mini-cart-product .product-availability-list {
    font-size: 1.25em;
}

.mini-cart-pricing {
    clear: right;
    float: right;
    font-size: 0.9em;
    width: 50%;
}

.mini-cart-subtotal{
	padding-left: 131px;
}
.mini-cart-subtotals {
    font-weight: 700;
    padding: 10px 0 0;
    text-align: center;
}

.mini-cart-subtotals .label {
    margin: 0 20px 0 0;
}

.mini-cart-slot {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #D0D0D0;
    font-size: 0.9em;
    font-style: italic;
    margin: 20px;
    padding: 10px;
    text-align: center;
}

.mini-cart-link-cart {
    display: block;
    margin: 20px;
    width: auto;
}

.mini-cart-link-checkout {
    clear: both;
    display: block;
    padding: 20px 0 10px;
    text-align: center;
}
*/
.menu-utility {
    position: absolute;
    right: 0;
    top: -13px;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 15px;
    margin-top: 0;
}

.ie7 .menu-utility {
    width: 350px;
}

.menu-utility-user {
    color: #8F8F8F;
    float: right;
    font-size: 0.8em;
    letter-spacing: 1px;
    margin: 6px 10px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.menu-utility li {
    border-right: 1px solid;
    float: left;
    list-style: none outside none;
    padding: 0 6px;
}

.menu-utility-user li {
    border-right: 1px solid;
    float: left;
    list-style: none outside none;
    padding: 0 6px;
}

.menu-utility li.last {
    border: 0 none;
    padding-right: 0;
}

.menu-utility-user li.last {
    border: 0 none;
}

 select.currency-converter {
    display: inline-block;
    margin: 0;
   	padding: 1px 5px;
   	width: auto;
}

.header-search {
    position: absolute;
    right: 10px;
    top: 35px;
    z-index: 21;
}

.header-search input[type="text"] {
    height: 13px;
    width: 180px;
    padding: 6px;
}

.site-top-promo-content {
	position: absolute;
    right: 10px;
    top: 75px;
}

.site-top-promo-content a {
	display: block;
	text-align: center;
	border: 1px solid #000000;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 2px 5px 2px 5px;
}

/* primary catalog navigation */
/* ------------------------------------- */
/*
#navigation {
    font-family: 'sackers_gothic_lightmedium';
    position: relative;
    width: 100%;
    z-index: 20;
    top: 0;
}

ul.level-1 {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: relative;
}

.ie7 ul.level-1 {
    height: 30px;
}

ul.level-1 li {
    display: inline-block;
}

ul.level-1 li:hover a.level-1 {
    color: #7b1519;
}

a.level-1:focus + .level-2 {
    display: block;
}

ul.level-1 li:hover div.level-2 {
    display: block;
}

ul.level-1 a {
    color: #000000;
    display: block;
    font-size: 0.8em;
    padding: 0 14px;
    text-transform: uppercase;
}

div.level-2 {
    display: none;
    margin: 0;
    position: absolute;
}

.ie7 div.level-2 {
    width: 452px;
}

div.level-2 .menu-wrapper {
    background: #ffffff;
    border-top: 3px solid #7b1519;
    box-shadow: 6px 8px 5px -6px rgba(66,66,66,0.5);
    overflow: hidden;
    padding-top: 5px;
}

div.level-2 ul.level-2 {
    float: left;
    margin: 0;
    padding: 0;
}

div.level-2 ul.level-2 li {
    display: block;
    float: none;
    min-width: 130px;
    padding: 7px 5px;
}

div.level-2 ul.level-2 a {
	font-size: 0.8em;
	line-height: 18px;
    color: #323232;
    padding: 0;
}

div.level-2 li:hover a.level-2 {
    color: #7b1519;
}

div.level-2 ul.level-2 .level-3 a {
    line-height: normal;
}

div.level-2 .custom {
    float: right;
    text-align: center;
}

div.level-2 .custom img {
    height: auto !important;
    width: auto !important;
}

div.level-2.menu-horizontal ul.level-2 {
    float: none;
}

div.level-2.menu-horizontal li {
    float: left !important;
    height: 100%;
}

div.level-2.menu-horizontal li li {
    border-color: #EFEFEF;
    border-style: solid;
    border-width: 0 1px 0 0;
    float: none !important;
    height: 100%;
}

div.level-2.menu-horizontal li.last li {
    border-width: 0 !important;
}

div.level-2.menu-horizontal .custom {
    clear: both;
}

div.level-3 ul.level-3 {
    margin: 0;
    padding: 0;
}

div.level-3 ul.level-3 li {
    padding: 3px 5px;
    width: auto;
}

div.level-3 ul.level-3 a {
    color: #3EBAEA;
    font-weight: 400;
    text-transform: none;
}
*/
/* breadcrumbs */
/* ------------------------------------- */

.breadcrumb {
    font-family: Lato;
    color: #831710;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0 !important;
    padding: 10px;
}

.breadcrumb li {
    display: inline;
    list-style: none outside none;
    color: #831710;
}

.breadcrumb li:after {
	content: '/';
	text-decoration: none;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb a {
    color: #831710;
    font-size: 0.9em;
    text-decoration: underline;
}

a.removeproduct {
	font-size: 1em;
	font-style: normal;
}
.breadcrumb a:hover,a.removeproduct :hover{
	text-decoration: underline;
	font-style: normal;
}

.breadcrumb a.breadcrumb-relax:hover {
	text-decoration: none;
}

h1.breadcrumb-head {
	font-family: Lato, sans-serif;
    display: inline;
    font-weight: normal;
    text-transform: capitalize;
}

.breadcrumb h1 .paging-current-page {
    left: -999em;
    position: absolute;
}

.breadcrumb span {
	float: none;
	font-weight: inherit;
}

.breadcrumb-refinement-name {
    background: none repeat scroll 0 0 transparent !important;
    font-family: Georgia,serif;
    font-style: italic;
}

.breadcrumb-refinement-value {
    background: none repeat scroll 0 0 transparent !important;
    font-family: Georgia,serif;
    font-style: italic;
}

a.breadcrumb-relax {
    background: none repeat scroll 0 0 transparent !important;
    font-family: Georgia,serif;
    font-style: italic;
    padding: 0 5px 0 0;
}

.breadcrumb-last {

}

.breadcrumb-result-text a,.breadcrumb a.searchphraselink {
    background: none repeat scroll 0 0 transparent;
    color: #3EBAEA;
    font-style: italic;
    padding: 0;
}

/* primary region elements */
/* ------------------------------------- */

.home-page a,
.primary-content a,
.product-more-info a,
span.tooltip {
    color: #831710;
    text-decoration: underline;
}

.product-detail a {
    font-family: Lato, sans-serif;
    color: #831710;
    text-decoration: underline;
}
.product-detail a, .col-1 a, .item-edit-details a,
span.tooltip{
	font-size: 1em;
}

span.tooltip {
	font-size: 1.1em;
}

.promotion-callout a {
	font-size: 0.9em;
}
.promotion-callout a:hover  {
	font-weight: normal;
}

.home-page a:hover, .primary-content a:hover, .product-more-info a:hover, span.tooltip:hover {
	font-weight: bold;
}

.product-detail a:hover, .col-1 a:hover {
	font-weight: bold;
	font-size: 1em;
}
.primary-content h1,#secondary h1 {
    font-size: 1.5em;
   	font-weight: normal;
    margin: 0 0 14px;
}

.primary-content h2 {
    font-size: 1.1em;
    font-weight: normal;
}

.primary-content h3 {
    font-size: 1.15em;
}

.primary-content dl {
    clear: both;
    overflow: hidden;
}

.primary-content dl dt {
    clear: both;
    float: left;
    margin: 2% 0 0;
    min-width: 15%;
}

.primary-content dl dd {
    float: left;
    margin: 2% 0 0;
    padding: 0 0 0 5%;
}

.col-1 {
    float: left;
    margin: 4px 0;
    width: 48%;
}

.col-2 {
    float: right;
    margin: 4px 0;
    width: 48%;
}

.content-header {
    font-size: 1.75em;
    font-weight: 400;
    margin: 0 0 14px !important;
}

.content-header span {
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
}

.section-header {
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    padding: 1em;
    position: relative;
    text-transform: uppercase;
}

.section-header-note {
    font-size: 0.9em;
    font-weight: 400;
    position: absolute;
    right: 1em;
    text-transform: none;
}

.back {
    display: block;
    margin: 0 0 10px;
}

/* secondary region elements */
/* ------------------------------------- */

.pt_product-search-result #secondary {
	float: none;
	width: 100%;
	text-align:center;
}

.refinements .filter-by {
	display: inline-block;
	font-size: 0.8em;
	margin: 5px 0;
    vertical-align: top;
}


#category-level-1 a.refinement-link {
    background: none repeat scroll 0 0 transparent;
    padding: 0 0 0 10px;
    white-space: nowrap;
    display: block;
}

#category-level-1 a.refinement-link:hover {
    background-color: #5f1013;
    color: white;
}

#category-level-1 a.active {
    font-weight: bold;
}

#category-level-1 li.expandable {
}

#category-level-1 li.active {
    background-position: -490px 5px;
}

#category-level-2 a.active {
    color: #000000;
    font-family: georgia;
    font-style: italic;
    font-weight: normal;
}

#category-level-2 a.refinement-link {
    margin: 0 0 0 6px;
    padding: 0;
}

#category-level-2 li.expandable {
    background: url("../images/interface/icon-refine-link-arrow.png") no-repeat scroll left 6px transparent;
}

#category-level-2 li.active {
    background-position: left -47px;
    color: #000000;
    font-family: georgia;
    font-style: italic;
}

#category-level-3 {
    padding: 5px 0 0;
}

#category-level-3 a.refinement-link {
    font-style: normal;
    margin: 0 0 0 15px;
    padding: 0;
}

#category-level-3 a.active {
}

.refinement {
    position: relative;
    display: inline-block;
    width: 164px;
    border: 1px solid #bfbfbf;
}

.refinement:hover {

}

.refinements .expanded ul {
	display:block;
}

.refinement-header {
   display: block;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 14px 9px 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;

}

.refinement h3 {
    font-size: 0.85em;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 5px 20px 5px 5px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
    position:relative;
}

.refinement h3.filter {
    padding:5px 10px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */   
}

.refinement h3.filter i {
    color:#5f1013;
    line-height: 24px;
}

.refinement h3.filter i.fa-caret-up,
.refinement h3.filter.expanded i.fa-caret-down {
    display: none;
}

.refinement h3.filter.expanded i.fa-caret-up {
    display: block;
}

.ie7 .refinement h3 {
    clear: both;
}

.refinement h3 span {
   	padding: 0 0 0 10px;
	display: block;
	overflow: hidden;
}

.refinement h3 span.arrow {
   	/*background: url("../images/sprite.png") no-repeat scroll 2px -205px;*/
	display: block;
	overflow: hidden;
	position: absolute;
	width: 12px;
	height: 13px;
	top: 9px;
	right: 0;
}

.refinement ul {
    list-style: none outside none;
    margin: 0;
    padding: 8px 7px 5px;
    display: none;
    position: absolute;
    top: 34px;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    min-width: 150px;
    overflow: hidden;
    z-index: 10;
    text-align: left;
    height: auto;
    max-height: 300px;
    overflow: auto;
    font-size: 0.9em;
}

.refinement li {
    padding: 3px 2px 5px 5px;
}

.refinement ul.swatches li {
    float: left;
    padding: 2px;
}

.refinement ul li.selected a {
    font-weight: bold;
}

.refinement ul.swatches li.unselectable {
	display: none;
}

/*
.refinement ul.swatches li.unselectable a {
    background-image: url("../images/interface/icon-color-swatch-unselectable.png");
    background-position: right top;
}
*/

.refinement .clear-refinement {
   	display: none;
   	position: absolute;
	right: 4px;
	top: 9px;
}

.refinement .refinement-link {
    background: url("../images/interface/icon-refine-link-check.png") no-repeat scroll left top transparent;
    border: 0 none;
    padding: 0 0 0 1.5em;
}

.refinement .selected .refinement-link,
.refinement .active .refinement-link {
    background-position: left bottom;
}

.refinement .refinement-top-level {
    padding: 12px;
    display: none;
}

/*** category refinement ***/


.refinement ul ul {
	border: medium none;
    display: block;
    position: inherit;
    width: auto;
    font-size: 0.9em;
}


/*** color refinements ***/

.refinement ul.color {
	width: 149px;
}

.refinement ul.color li {
	padding: 6px;
}

/**** Size refinements *****/

.refinement ul.size {
	width: 210px;
}

.refinement ul.size li {
	width: 60px;
}

.refinement ul.size li a{
	display: block;
	font-size: 0.9em;
	text-align: center;
}

.refinement ul.size li a:hover {
	font-weight: bold;
}

.scrollable {
    height: 10em;
    overflow: auto;
}

.nav ul {
    border: 0 none;
    list-style: none outside none;
    margin: 7px 0;
    padding: 0;
}

.nav ul li {
    list-style: none outside none !important;
    margin: 0 0 7px !important;
}

.nav .toggle {
    background: url("../images/interface/icon-toggle-arrow.png") no-repeat scroll left 12px transparent;
    border: 0 none;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin: 10px 0 7px;
    padding: 8px 0 0 15px;
    text-transform: uppercase;
}

.nav .expanded {
    background-position: left -96px;
}

.nav .toggle span {
    background: none repeat scroll 0 0 transparent;
}

/* footer */
/* ------------------------------------- */

#footer {
    font-family: 'sackers_gothic_lightmedium';
    clear: both;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    background-color: #ededed;
    position: absolute;
    bottom: 0;
}

.footer-links {
	max-width: 1060px;
	margin: 0 auto;
	padding: 10px 10px 20px;
	clear: both;

}

.footer-links ul {
	padding: 0;
  	float: left;
  	text-align: left;
  	width: 23%;
  	margin-left: 2%;
}

.footer-links ul li {
	list-style: none;
}

.footer-links a {
	color: #575656;
	font-size: 1.15em;
}

#footer .useful-links {
    display: inline-block;
    font-size: 0.85em;
}

ul.menu-footer {
    float: none;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
}

ul.menu-footer li {
    display: inline-block;
    float: none;
    padding: 0 8px 0 4px;
    border-right: 1px solid #b2b2b2;
}

ul.menu-footer li.last {
    border: none;
}

ul.menu-footer a {
    color: #999999;
    font-weight: bold;
}

#footer a:hover {
    text-decoration: underline;
}

/*
#email-alert-signup{display:block;margin:0 0 0 33px;width:910px;}
#email-alert-signup label{color:#8F8F8F;float:left;padding:0.5em 0 !important;text-transform:uppercase;width:50%;}
#email-alert-signup input[type="text"]{float:left;padding:0.7em 0.5em;width:30%;}
#email-alert-signup input[type="image"]{float:left;padding:0.1em;}
*/

.newsletter-signup {
    float: left;
    margin-left: 5px;
}

.newsletter-signup input.input-text {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 0 none;
    height: 16px;
    margin: 0;
    width: 230px;
    padding: 6px 6px 8px;
    box-shadow: 0 -1px 5px -1px rgba(0, 0, 0, 0.31) inset;
}

.newsletter-signup input[type="button"] {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    text-indent: 3px;
}

.footer-top {
	border-bottom: 4px solid #ffffff;
  	max-width: 1106px;
  	margin: 0 auto 10px;
  	padding-top: 9px;
}

.footer-sign-up {
	float: left;
	width: 60%;
}

.newsletter-form {
	margin-left: 2px;
  	width: 60%;
  	float: left;
}

#newsletter-confirm-container {
	text-align: center;
}
.footer-sign-up label {
	margin: 0px;
	padding: 1px 0;
	width: 39%;
	font-size: 1.1em;
	float: left;
	text-align: center;
}

.footer-sign-up input[type="text"]  {
	margin: 0;
	padding: 6px;
	width: 68%;
	font-size: 1.1em;
	float: left;
}

.footer-sign-up input.error {
	color: #990000;
	border: 1px solid #990000;
}

.footer-sign-up input.success {
	color: #047609;
	border: 1px solid #047609;
}

.footer-sign-up input[type="button"] {
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.47) inset;
    background-color: #e8e8e8;
    height: 24px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    text-indent: 3px;
    float: left;
}

.footer-sign-up .newslettererror {
	display: none;
	clear: both;
  	margin: 0;
  	text-align: left;
}

#newsletter-confirm-container {
	overflow: hidden;
}

.footer-social-links {
	float: right;
	width: 38%;
}

.social-links {
    /*background: url("../images/sprite.png") no-repeat scroll left top transparent;*/
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0 5px;
}

.facebook-icon {
    background-position:  0 -348px;
}

.twitter-icon {
    background-position: -59px -454px;
}

.pinrest-icon {
    background-position: -1px -454px;
}

.googleplus-icon {
    background-position: -59px -348px;
}

.instagram-icon {
    background-position: -59px -402px;
}

.youtube-icon {
    background-position: -1px -403px;
}

.weibo-icon {
    background-position: -1px -504px;
}
.full-site-link {
	display: none;
}


/* color swatches */
/* ------------------------------------- */

.swatch-black a {
    background-color: #000000 !important;
}

.swatch-beige a {
    background-color: #F5F5DC !important;
}

.swatch-blue a {
    background-color: blue !important;
}

.swatch-purple a {
    background-color: purple !important;
}

.swatch-red a {
    background-color: red !important;
}

.swatch-brown a {
    background-color: #783201 !important;
}

.swatch-green a {
    background-color: green !important;
}

.swatch-grey a {
    background-color: #8F979D !important;
}

.swatch-pink a {
    background-color: #FE249A !important;
}

.swatch-orange a {
    background-color: orange !important;
}

.swatch-white a {
    background-color: #FFFFFF !important;
}

.swatch-yellow a {
    background-color: #FFFF00 !important;
}

.swatch-navy a {
    background-color: navy !important;
}

.swatch-miscellaneous a {
    background: url("../images/interface/icon-color-swatch-misc.png") no-repeat scroll left top transparent;
}

.unselectable.swatch-miscellaneous a {
    background: url("../images/interface/icon-color-swatch-misc-unselectable.png") no-repeat scroll left top transparent !important;
}

/* product tiles */
/* ------------------------------------- */

.product-tile {
    color: #999999;
    position: relative;
    text-align: center;
}

.product-tile img {
    max-width: 100%;
}

.product-tile .product-image {
	/*padding-top:20px;*/
	height: 250px;
    position: relative;
    
}

@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}

.animate-background {
    background: url(../images/loading_pattern.jpg);
    background-size: 20%;
    animation: animatedBackground 40s linear infinite;
}
.product-badge {
	float: right;
}
.product-tile  .quickviewbutton {
    /*background: url("../images/sprite.png") no-repeat scroll 85px -238px rgba(0, 0, 0, 0);*/
    display: block;
    /*position: absolute;*/
    top: -5px;
    width: 100%;
    padding: 0;
    font-size: 0.9em;
    text-decoration: none;
}


.product-tile .product-name {
    padding: 10px 0 2px;
}

.product-tile .product-name h2 {
	font-weight: normal;
    margin-bottom: 5px;
}

.product-tile .product-name a{
    font-size: 0.7em;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}


.product-tile .product-pricing {
    /*font-family: Constantia,Georgia,serif;*/
    font-size: 1.2em;
    padding: 10px 0;
}

.product-tile .product-pricing .product-sales-price-red {
    color: #E30A03;
}

.product-tile .product-pricing .product-standard-price {
    text-decoration: line-through;
}

.product-tile .product-swatches {

}

.product-tile .product-swatches-all {
    cursor: pointer;
    font-size: 0.9em;
}

.product-tile .product-swatches ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.product-tile .product-swatches ul.swatch-toggle {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    position: absolute;
}

.product-tile .product-swatches:hover ul.swatch-toggle {
    display: block;
}

.product-tile .product-swatches {

}

.product-tile .product-swatches li {
    display: inline-block;
}

.product-tile .product-swatches .swatch {
    display: block;
}

.product-tile .product-swatches .swatch img {
    border: 1px solid #dbdbdb;
    height: 13px;
    width: 13px;
}

.product-tile .product-swatches .selected img {
	border: 1px solid #dbdbdb;
	border-radius: 40%;
}

.product-tile .product-swatches img:hover {
    border: 1px solid #dbdbdb;
    border-radius: 40%;
}

.product-tile .product-promo {
    font-size: 0.8em;
    margin: 6px 0;
    text-transform: uppercase;
}

.product-tile .product-compare {
    left: 10px;
    margin: 5px 0;
    position: relative;
    width: 40px;
    height: 20px;
    line-height: 11px;
}

.product-tile .product-compare label {
    float: right;
    font-weight: 400;
    padding: 0;
    width: 50%;
}

.product-tile .product-compare input {
    float: left;
    margin: 0;
}

.product-tile .pr_stars {
    height: auto;
    position: relative;
    left: 8px;
}

.product-tile .prSnippetTitle {
    float: left;
}

.product-tile .prSnippetReadReviews {
    display: none;
}

.product-tile .prSnippetRatingUnclickable {
    float: left;
}

.product-tile .prSnippetNumberOfRatingsText {
    display: none;
}

.product-tile .pr-snippet-review-count {
    display: none;
}

.product-tile .pr-snippet-read-write {
    display: none;
}

.product-tile .pr-snippet-social-bar {
    display: none;
}

.product-tile .pr-clear {
    display: none;
}

.product-tile .pr-snippet-stars {
    float: none;
    margin: 0 auto;
    width: 115px;
}

.capture-product-id {
    left: -999em;
    position: absolute;
}

/* search results, grid layout */
/* ------------------------------------- */

.pt_product-search-result #main {
	max-width: 1106px;
}

.pt_product-search-result .primary-content {
	margin: 20px 0 10px;
	width: 100%;
}

.pt_content-search-result .primary-content {
    background: none repeat scroll 0 0 #EFEFEF;
}

.pt_product-search-result .primary-content h1.content-header {
    padding-left: 15px;
}

.category-main-banner img {
    max-width: 100%;
}

.search-result-bookmarks {
    margin: 15px;
}

.search-result-bookmarks .first {
    border-right: 1px solid #999999;
    padding-right: 5px;
}

.search-result-options {
    overflow: hidden;
    width: 100%;
	position: relative;
}

.sort-by {
    float: right;
    margin: 0 0 0 20px;
    padding: 3px 5px;
}

.items-per-page {
    float: left;
    margin: 3px 0 0 5px;
}

.sort-by form {
	display: inline-block;
}

.sort-by label {
	display: inline-block;
    font-size: 0.78em;
    font-weight: normal;
    margin: 5px 5px 0;
    padding: 0;
    white-space: nowrap;
    width: auto;
}

.items-per-page label {
    display: none;
}

.sort-by .select-wrapper {
	margin:0;
}

.sort-by select {
    width: auto;
}


.sort-by button {
    background: none repeat scroll 0 0 #C2C2C2;
    border: 0 none;
    color: #333333;
    font-size: 0.9em;
    padding: 0.3em;
    width: auto;
}

.items-per-page button {
    background: none repeat scroll 0 0 #C2C2C2;
    border: 0 none;
    color: #333333;
    font-size: 0.9em;
    padding: 0.3em;
    width: auto;
}

.pagination .results-hits {
    color: #999999;
    float: left;
    padding: 10px 0 0 10px;
}

.pagination {
    float: left;
    margin: 0 20px 0 0;
}

.pagination ul {
    float: right;
    margin: 0;
    padding: 0;
}

.pagination li {
    display: block;
    float: left;
    list-style: none outside none;
    padding: 0.5em;
}

.pagination li.first-last a {
    font-size: 0.9em;
    padding: 0 2px;
}

ul.search-result-items {
    margin: 0;
    padding: 0;
}

ul.search-result-items li {
    list-style: none outside none;
}

ul.search-result-items .new-row {
    clear: both;
}

ul.search-result-items .grid-tile {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    list-style: none outside none;
    margin: 0 0 3% 25px;
    width: 30%;
}

ul.search-result-items .grid-tile .product-tile {
    padding: 0 20px 0 0;
}

ul.search-result-items .grid-tile .product-tile:before,
ul.search-result-items .grid-tile .product-tile:after {
	position:absolute;
    display:block;
    content:'';
}

ul.search-result-items .grid-tile .product-tile:before {
    border-right: 1px solid #dbdbdb;
    height: 93%;
    right: 0px;
}

ul.search-result-items .grid-tile:nth-child(3n + 3) .product-tile:before,
.wide-tiles ul.search-result-items .grid-tile .product-tile:before {
	display:none;
}

ul.search-result-items .grid-tile .product-tile:after {
	border-bottom: 1px solid #dbdbdb;
    width: 92%;
    height: 1px;
    bottom: 0px;
}

ul.search-result-items .invisible {
    display: none;
}

.search-result-content {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 40px;
	margin-bottom: 10px;
    clear: both;
    margin-top: 5px;
}

.search-promo {
    padding: 20px;
}

h1#results-content {
    background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
    padding-top: 30px;
}

ul.folder-content-list {
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
}

ul.folder-content-list li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2% 2% 2% 0;
    width: 48%;
}

ul.folder-content-list .content-title {
    display: block;
}

.no-results {
    padding: 20px;
}

.toggle-grid {
    background: url("../images/interface/icon-toggle-grid.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    margin: 11px 0 0 30px;
    text-indent: -999em;
    width: 24px;
    float: right;
}

.wide-tiles ul.search-result-items .grid-tile {
    width: 100%;
}

.wide-tiles .product-tile {
    height: 300px !important;
    padding: 0 !important;
}

.wide-tiles .product-tile .product-image {
    float: left;
    width: 40%;
}

.wide-tiles .product-tile .product-name,.wide-tiles .product-tile .product-pricing,.wide-tiles .product-tile .product-promo,.wide-tiles .product-tile .pr_stars,.wide-tiles .product-tile .product-swatches {
    float: left;
    text-align: left;
    width: 55%;
    margin-bottom: 5px;
}

.wide-tiles .product-tile .quickviewbutton {

}

.wide-tiles .product-tile .product-name {
    margin-top: 0px;
}

.wide-tiles .product-tile .pr-snippet-stars {
    margin: 0;
}

.wide-tiles .product-tile .pr_stars {
    left: -5px;
}

.wide-tiles .product-tile .product-compare {
    left: 40.5%;
    width: 32px;
    bottom: 5px;
    line-height: 12px;
}

.wide-tiles .product-tile .product-swatches {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    margin-top: 5px;
}

.wide-tiles .product-tile .product-swatches li {
    float: left;
}

/* infinite scroll amendments */
/* ------------------------------------- */
.infinite-scroll .pagination ul {
    display: none;
}

.infinite-scroll .pagination .current-page-label {
    display: none;
}

.infinite-scroll .items-per-page {
    display: none;
}

.infinite-scroll div.search-result-content .infinite-scroll-loading {
    text-align: center;
    background: url("../images/infinite-loading-indicator.gif") center no-repeat;
    height: 45px;
    width: 100%;
    margin-bottom: 25px;
}

.disable-infinite-scroll div.search-result-content .page-element {
    display: none;
}

/* compare tools */
/* ------------------------------------- */

.compare-item-remove {
    display: none;
}

.active .compare-item-remove {
    display: inline;
}

.compare-item {
    background: none repeat scroll 0 0 #E6E6E6;
    float: left;
    height: 55px;
    margin-right: 13px;
    overflow: hidden;
    position: relative;
    width: 55px;
}

.compare-item-0 {
    background-image: url("../images/interface/icon-compare-placeholder-1.png");
}

.compare-item-1 {
    background-image: url("../images/interface/icon-compare-placeholder-2.png");
}

.compare-item-2 {
    background-image: url("../images/interface/icon-compare-placeholder-3.png");
}

.compare-item-3 {
    background-image: url("../images/interface/icon-compare-placeholder-4.png");
}

.compare-item-4 {
    background-image: url("../images/interface/icon-compare-placeholder-5.png");
}

.compare-item-5 {
    background-image: url("../images/interface/icon-compare-placeholder-6.png");
}

.compareitems {
    background: none repeat scroll 0 0 #D9D9D9;
    clear: both;
    margin: 3.5em 2em 0;
    overflow: hidden;
    padding: 0 1em 1em;
}

.compareitems h2 {
    font-size: 0.9em;
    margin: 0.5em 0;
    text-transform: uppercase;
}

.compareitemcount {
    color: #CCCCCC;
    font-size: 3em;
    left: 30%;
    position: absolute;
    top: 15%;
    z-index: 1;
}

.compareproduct {
    max-width: 100%;
    position: absolute;
    z-index: 2;
}

.compareitemremove {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 3;
}

.compare-buttons {
    padding: 0.7em 0 0;
}

.compare-print {
    float: right;
    margin: 0 0 10px;
}

#compare-table td {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #D9D9D9 #D9D9D9;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

#compare-table tr.evenattributerow {
    background: none repeat scroll 0 0 #F3F3F3;
}

#compare-table td .product-tile {
    font-size: 0.9em;
    width: 100px;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

#compare-table td .product-tile .product-image {
    height: 100px;
}

#compare-table td .product-tile .product-image img {
    height: 100px;
}

#compare-table td .product-tile .product-swatches {
    float: none;
}

#compare-table td.product button {
    font-size: 0.9em;
}

#compare-table .section-header {
    font-size: 0.9em;
    padding: 1em;
    text-transform: none;
}

#compare-table .selectcategory label {
    display: block;
    font-size: 0.9em;
    margin: 1em 0;
    text-transform: none;
}

#compare-table .selectcategory select {
    margin: 0;
    width: 100px;
}

#compare-table .comparelists {
    padding: 0;
}

#compare-table .remove-link {
    background: url("../images/interface/icon-mini-close.png") no-repeat scroll right top transparent;
    display: block;
    padding: 0 20px 0 0;
    text-align: right;
}

#compare-table .add-to-wishlist,#compare-table .add-to-gift-registry {
    padding: 0.2em 0;
    text-align: center;
}

#compare-table .compare-lists label,#compare-table .compare-lists select {
    float: none;
    text-align: left;
    width: 100%;
}


/* No search hits */
/* ------------------------------------- */

.general-error-page #main {
	max-width: 900px;
}

.general-error-page .page-content .primary-content {
	width: 100%;
	padding: 0;
}

.general-error-page .primary-content h1 {
	text-align: center;
	margin: 60px auto 50px;
}

.general-error-wrapper {
	text-align: center;
	border:1px solid #e2e2e2;
	padding: 30px 15px;
	line-height: 25px;
	margin: 0 0 20px;
	position: relative;
}

.cycle-legend {
	left: 40%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: -32px;
    width: 190px;
}

.general-error-wrapper .section-header {
	text-transform:none;
	padding: 0;
	border:none;
}


.general-error-search-term {
    color: #990000;
    font-style: italic;
}

.general-error-search-term-suggest {
    color: #990000;
    font-style: italic;
}

.general-error-search {
	margin-top: 20px;
}

.general-error-search .form-row{
	width: 50%;
	position: relative;
	margin: 10px auto;
}

.general-error-search input[type="text"] {
	width: 100%;
	height: 33px;
	padding: 0 5px;
	box-shadow: none;
	border:1px solid #bfbfbf;
}

.general-error-search input[type="submit"] {
	top: 9px;
	right: -4px;
}

/* power reviews */
/* ------------------------------------- */

body .pr-snippet-wrapper {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}

body .pr-snippet-stars {
    border: 0 none;
}

body .pr-snippet-review-count {
    display: none;
}

body .pr-snippet-read-write {
    border: 0 none;
    clear: none;
    float: left;
    font-size: 1.1em;
    margin: 0;
    padding: 4px 0;
}

body .pr-snippet-read-write p {
    display: none;
}

body .pr-snippet-read-write a.pr-snippet-link {
    color: #3EBAEA;
}

body .review-image {
    float: left;
    margin: 0 20px;
}

/* product detail page (pdp) */
/* ------------------------------------- */

.pt_product-details #main {
    max-width: 1360px;
}

#product-nav-container {
    overflow: hidden;
    position: absolute;
    top: -50px;
    right: 0;
    width: 160px;
}

#product-nav-container div {
    float: left;
    text-align: center;
    width: 77px;
}

#product-nav-container img {
    max-height: 100%;
    max-width: 80%;
}

#product-nav-container span {
    display: block;
    height: 65px;
}

#product-nav-container .divided span {
    border-right: 1px solid #E0E0E0;
    padding-right: 5px;
}

.pdp-main ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.pdp-main label {
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

.pdp-main .product-col-1 {
    float: left;
    width: 64%;
}

.pdp-main .product-col-1 .addthis_toolbox {
    margin: 30px auto;
    text-align: center;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
	float: none !important;
	display: inline-block;
    height: 35px !important;
    width: 35px !important;
}


a[class^='addthis_button']:hover {
	font-weight: normal;
}

a[class^='addthis_button'] > span {
	background: none;
}

a[class^='addthis_button'] > span:before {
    color: #000000;
    display: inline-block;
    font: 40px/1 "socialicoregular";
    font-style: normal;
    margin: 2px 0;
    text-decoration: none;
}

span.at_a11y {
	visibility: hidden !important;
	text-indent: -10000;
	position: static !important;
}

.addthis_button_compact > span:before {
	content: "\0031";
}

.addthis_button_facebook > span:before {
	content: "\0066";
}

.addthis_button_myspace > span:before {
	content: "\004D";
}

.addthis_button_google > span:before {
	content: "\0067";
}

.addthis_button_twitter > span:before {
	content: "\0074";
}

.product-more-info {
    text-align: center;
    margin: 10px auto;
}

.pdp-main .product-primary-image {
    max-width: 100%;
    text-align: center;
    position: relative;
}

.primary-image {
    max-width: 100%;
}

.pdp-main .product-thumbnails {
    clear: both;
    width: 73%;
    margin: 0 auto;
}

.pdp-main .product-thumbnails .jcarousel-clip {
	overflow: hidden;
}

.pdp-main .product-thumbnails .jcarousel-prev,
.pdp-main .product-thumbnails .jcarousel-next {
	top: 25px;
}

.pdp-main .product-thumbnails .jcarousel-prev:before {
    content: "\f053";
    width: 20px;
    height: 20px;
    color: black;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 40px;
    color: #999;
}

.pdp-main .product-thumbnails .jcarousel-next:before {
    content: "\f054";
    width: 20px;
    height: 20px;
    color: black;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 40px;
    color: #999;
}

.pdp-main .product-thumbnails li {
    float: left;
    width: 120px;
    height: 91px;
    overflow: hidden;
    display: block;
    border: 1px solid #cccccc;
    margin: 0 10px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.pdp-main .product-thumbnails li:hover {
	cursor: pointer;
}

.pdp-main .product-thumbnails li.selected {
    zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.product-thumbnails li a {
	display: block;
	text-align: center;
}

.product-thumbnails img {
	max-width: 100%;
}

.pdp-main .product-thumbnails h2 {
    text-transform: uppercase;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    margin: .83em 0;
}

.pdp-main .product-col-2 {
    float: left;
    margin-left: 15px;
    width: 32%;
    font-family: lato, Georgia, serif;
    font-size: 13px;
    line-height: 23px;
}

.pdp-main form .input-select {
    width: auto;
}

.pdp-main .product-name {
    float: right;
    font-size: 1.3em;
    font-style: normal;
    width: 33%;
    text-transform: uppercase;
    margin:0 25px 0 0;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
}

.pdp-main .product-description {
    clear: both;
    margin: 0;
    overflow: hidden;
}

.pdp-main .product-number {
    color: #CCCCCC;
    font-size: 0.9em;
    margin: 0 0 0.5em 0.5em;
}


.pdp-main .product-price {
	font-family: 'Lato';
    font-size: 2em;
    margin: 1.1em 0 0.5em;
    color: #831710;
}

.pdp-main .product-price .price-standard {
    color: #999999;
    text-decoration: line-through;
}

.pdp-main .product-col-2 .price-standard {
    padding-right: 8px;
}

.pdp-main .product-price .price-tiered {
    color: #990000;
    font-size: 0.6em;
    line-height: 1.5em;
}

.pdp-main .product-review-links {
    overflow: hidden;
}

.pdp-main .product-review-links li {
    margin-right: 1em;
}

.pdp-main .attribute {
    margin: 0;
    padding: 0 0 20px;
    height: auto;
    position: relative;
    border-top: 1px solid #d6d6d6;
	clear: both;
}

.pdp-main .attribute h3,
.pdp-main .attribute .label,
.pdp-main .product-options .label
 {
    clear: both;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 6px 0;
    text-transform: uppercase;
    width: 100%;
    font-family: 'lato';
    white-spaces: nowrap;
    text-align: left;
}

.pdp-main .attribute .value {
	float: left;
    width: 100%;
    clear: both;
    position: relative;

}

.pdp-main .attribute .selected-value {
	position: absolute;
	right: 5px;
	top: -35px;
    border: 0 none;
    color: #666666;
    font-family: lato;
    font-style: italic;
    padding: 0.5em 0 0 2em;
}

.pdp-main .attribute .size-chart-link {
    clear: both;
    float: right;
}

.pdp-main .attribute .size-chart-link a {

}

.pdp-main .swatches li {
	width: 70px;
	overflow:hidden;
	float: left;
    text-align: center;
    padding: 6px 0;
    line-height: normal;
}

.attribute-color .swatches li {
	padding:6px;
}

.pdp-main .swatches li:hover a,.pdp-main .swatches li.selected a {
}

.pdp-main .swatches li.unselectable a {
    opacity: 0.5;
}

.pdp-main .swatches li.unselectable:hover a {
    border-color: #E0E0E0;
}

.pdp-main .swatches li.unselectable:hover {
    border-color: #E0E0E0;
}

.pdp-main .swatches li a {
	font-family: 'chalkboardregular';
	font-size: 0.92em;
	font-style: normal;
	text-decoration: none;
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.pdp-main .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: 0;
}
.pdp-main .ui-tabs .ui-tabs-nav li {
	margin:0;
	flex-grow:1;
}

.pdp-main .swatches li a:hover {

}

.pdp-main .product-main-attributes .attribute {
    padding: 0.2em 0;
}

.pdp-main .product-main-attributes .label {
    padding: 0;
}

.pdp-main .Color li {
   height: 32px;
   width: 32px;
   margin: 0;
}

/**** Size icons *******/

.pdp-main .attribute ul.size {

}

.size .icon-11-inch span {
	width: 32px;
	background-position: -301px -126px;
}

.size .icon-13-inch span {
    width: 39px;
	background-position: -341px -122px;
}

.size .icon-14-inch span {
    width: 43px;
	background-position: -401px -119px;
}

.size .icon-15-inch span {
    width: 45px;
    background-position: -461px -118px;
}

.size .icon-15-inch-batchel span, .size .icon-batchel span {
    width: 43px;
    background-position: 0 -8px;
}

.size .icon-music-bag span {
    width: 44px;
    background-position: -50px -3px;
}

.size .icon-mini span {
    width: 26px;
    background-position: -107px -18px;
}

.size .icon-med-shoulder span {
    width: 35px;
    background-position: -150px -4px;
}

.size .icon-lrg-shoulder span {
    width: 40px;
    background-position: -191px -2px;
}

.size .icon-clutch span {
    width: 30px;
    background-position: -245px -22px;
}

.size .icon-backpack span {
    width: 29px;
    background-position: -1px -107px;
}

.size .icon-medium span {
    width: 38px;
    background-position: -51px -117px;
}

.size .icon-slim span {
    width: 38px;
    background-position: -101px -121px;
}

.size .icon-med-twist span {
    width: 35px;
    background-position: -151px -123px;
}

.size .icon-lrg-twist span {
    width: 40px;
    background-position: -201px -121px;
}

.size .icon-portrait-bp span {
    width: 27px;
    background-position: -250px -107px;
}

.size li.selected {
    color: #831710;
}

.size li.selected span {
    opacity: 1;
    background-position: 0 -58px;
}

.size .icon-11-inch.selected span {
    background-position: -301px -176px;
}

.size .icon-13-inch.selected span {
    background-position: -341px -172px;
}

.size .icon-14-inch.selected span {
    background-position: -401px -169px;
}

.size .icon-15-inch.selected span {
    background-position: -461px -168px;
}

.size .icon-15-inch-batchel.selected span, .size .icon-batchel.selected span {
    background-position: 0 -58px;
}

.size .icon-music-bag.selected span {
    background-position: -50px -53px;
}

.size .icon-mini.selected span {
    background-position: -107px -68px;
}

.size .icon-med-shoulder.selected span {
    background-position: -150px -54px;
}

.size .icon-lrg-shoulder.selected span {
    background-position: -190px -49px;
}

.size .icon-clutch.selected span {
    background-position: -245px -72px;
}

.size .icon-backpack.selected span {
    background-position: -1px -157px;
}

.size .icon-medium.selected span {
    background-position: -51px -167px;
}

.size .icon-slim.selected span {
    background-position: -101px -171px;
}

.size .icon-med-twist.selected span {
    background-position: -151px -173px;
}

.size .icon-lrg-twist.selected span {
    background-position: -201px -170px;
}

.size .icon-portrait-bp.selected span {
    background-position: -251px -156px;
}

/** PDP options **/

.product-options {
	position: relative;
}

.product-options h2 {
	font-family: Lato;
	font-size: 1em;
	color: #831710;
	margin: 0;
	border-bottom: 1px solid #b4b4b4;
	padding: 10px 0;
	text-align: left;
}

.pdp-main .product-options .label {
	display: block;
    float: none;
    height: 22px;
    padding-top: 15px;
}

.product-option-block {
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 10px;
	position: relative;
}

.option-control {
	position: absolute;
	position: absolute;
    right: 0;
    top: 10px;
    display: block;
    cursor: pointer;
}

.option-control .on,
.option-control .off {
  	border: 1px solid #bfbfbf;
    display: block;
    float: left;
    height: 22px;
    padding: 5px 12px;
    width: 18px;
}

.option-control .off,
.active .on {
	background-color: #efefef;
	font-weight: bold;
}

.active .off {
	background-color: transparent;
}

.option-block {
	position: relative;
	margin: 15px 0 10px;
	display: none;
}

.option-block .select-wrapper,
.product-option .select-wrapper,
.option-block input[type="text"] {
	margin: 0;
}

.option-block input[type="text"] {
	width: 49.5966%;
}

.option-block input.error {
	border: 1px solid #ff0000;
}

.product-option-block div.error {
	color: #831710;
    font-family:Lato
    font-size: 15px;
    margin: 5px 0;
    padding: 0 5px;
}

select.select-embossing {
	position: absolute;
	left: -10000px;
	top: -10000px;
}


.option-info {
	display: block;
}

.option-embossingcolor {

}
.option-embossingcolor .label {

}

/** last part of PDP **/

.pdp-main .product-add-to-cart {
    border-top: 1px solid #d6d6d6;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 1.5em 0 0;
}

.product-set .product-add-to-cart {
    display: block;
}

.pdp-main .product-add-to-cart .inventory {
    float: left;
    width: 15%;
}

.pdp-main .product-add-to-cart .inventory label {
    float: none;
}

.pdp-main .product-add-to-cart .inventory input {
    margin: 0.7em 0;
    width: 56px;
}

.pdp-main .product-add-to-cart .product-price {
    color: #831710;
    float: right;
    font-size: 2.2em;
    padding: 3px 0;
    text-align: right;
    width: 100%;
    position: relative;
}

.amount-added {
   font-size: 0.6em;
    position: absolute;
    right: 10px;
    top: -30px;
}

.pdp-main .product-add-to-cart .product-price .price-total {
    font-size: 0.55em;
    text-transform: uppercase;
}

.pdp-main .product-add-to-cart button {
    clear: both;
    float: left;
    margin: auto;
    width: 49%;
    box-sizing: border-box;
}

.pdp-actions .product-actions {
    float: right;
    width: 49%;
    text-align: center;
    height: 34px;
}

.pdp-actions .product-actions .menu {
        width: 100%;
}

.pdp-actions .product-actions .menu li {
    float: none;
}

.pdp-actions .product-actions .menu li .wl-action {
    display: block;
    height: 34px;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    line-height: 34px;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.pdp-main .product-add-to-cart .availability {
    position: relative;
    clear: both;
    float: left;
    padding: 20px 0 20px 70px;
}

.pdp-main .product-add-to-cart .availability .label {
    position: absolute;
    left: 0px;
}

.availability .availability-msg p {
    margin-top: 0px;
    display: inline;
}

.availability .availability-msg {
    display: inline;
}

.availability .in-stock-msg {
    color: black;
}

.availability .not-available-msg {
    color: red;
}

.availability .preorder-msg {
    font-family: Constantia, Georgia, serif;
}

.availability .backorder-msg {
    color: green;
}

.availability .in-stock-date-msg {
    color: red;
}

.pdp-main .recommendations {
    clear: both;
    padding: 2em 0;
    font-size: 1em;
}

.pdp-main .recommendations h2 {
    margin-left: 14px;
    text-align: center;
    font-size: 1.4em;
}


.pdp-main .recommendations .product-name {
	float: none;
	font-size: 1em;
    margin: 0.2em 0;
    width: auto;
}

.pdp-main .promotion {
    clear: both;
   font-family: "Lato";
}

.pdp-main .promotion .promotion-title {
    display: inline-block;
    font-size: 0.9em;
    line-height: 1em;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
}

.pdp-main .promotion .promotion-callout {
	font-family: "Lato";
    display: inline-block;
    line-height: 1.3em;
    vertical-align: top;
    width: 100%;
    margin: 5px 0 12px;
}

.pdp-main .product-tabs {
    display: block;
    margin: 25px 0 0;
}

.print-page {
    cursor: pointer;
}

.pdp-main .product-tabs .print-page {
    float: right;
}

.list-table-header .print-page {
    font-size: 13.2px;
    float: right;
}

.pt_gift-registry .list-table-header .print-page {
    margin-top: -0.5em;
}

.pdp-main .product-tabs .tab-content {
    min-height: 100px;
}

.pdp-main .product-tabs .tab-content ul {
    list-style-type: disc;
    margin-left: 2em;
}

.pdp-main .product-tabs .tab-content ol {
    list-style-type: decimal;
    margin-left: 2em;
    padding: 0px;
}

.pdp-main .product-set-list {
    border-top: 1px solid #D9D9D9;
    margin: 0 0 0 6px;
}

.pdp-main .product-set-list .product-set-item {
    border-bottom: 1px solid #D9D9D9;
    clear: both;
    margin: 1em 0;
    overflow: hidden;
    padding: 1em 0 0;
}

.pdp-main .product-set-list .product-set-image {
    float: left;
    width: 22%;
}

.pdp-main .product-set-list .product-set-details {
    float: left;
    width: 78%;
}

.pdp-main .product-set-list .attribute h3,.pdp-main .product-set-list .attribute .label {
    width: 25%;
}

.pdp-main .product-set-list .product-name {
    float: none;
    font-size: 1.3em;
    margin: 0;
    width: auto;
}

.pdp-main .product-set-list .promotion-title {
    font-size: 1.2em;
}

.pdp-main .product-set-list .block-add-to-cart {
    background: none repeat scroll 0 0 #F3F3F3;
    clear: both;
    overflow: hidden;
    padding: 0.5em 0;
}

.pdp-main .product-set-list .block-add-to-cart .inventory {
    float: left;
    margin-left: 22%;
    width: 20%;
}

.pdp-main .product-set-list .block-add-to-cart label {
    padding: 0.7em 0;
    text-align: left;
    width: 40%;
}

.pdp-main .product-set-list .block-add-to-cart .input-text {
    width: 35px;
}

.pdp-main .product-set-list .block-add-to-cart .product-price {
    float: left;
    font-size: 1.6em;
    margin: 0;
    padding: 6px 0 0;
    text-align: right;
    width: 35%;
}

.pdp-main .product-set-list .block-add-to-cart button {
    float: right;
    font-size: 0.9em;
    margin: 3px 5px 0 0;
    padding-left: 1em;
    padding-right: 1em;
}

.pdp-main .product-set .product-add-to-cart .product-price {
    width: 54%;
}

button.add-to-cart[disabled],button.add-all-to-cart[disabled] {
    opacity: 0.5;
}

button.add-all-to-cart {
    display: none;
} /* not available in simple ui. */
.js button.add-all-to-cart {
    display: inherit;
} /* available in rich ui. */

/* bonus products */
/* ------------------------------------- */

.select-bonus-btn,
.no-bonus-btn {
    float: left;
    margin: 0 5px 0 0;
}

.buttonbar {
    margin: 11px 0;
    overflow: hidden;
    width: 336px;
}

.bonus-product-list .bonus-product-item {
    border-bottom: 1px solid #E0E0E0;
    clear: both;
}

.bonus-product-list .product-name {
    float: none;
    margin: 1em 0;
}

.bonus-product-list .product-add-to-cart button {
    float: left;
    margin-top: 22px;
    margin-left: 2%;
}

.bonus-product-list-footer {
    clear: both;
}

.bonus-product-list-footer button {
    float: right;
    margin-top: -2%;
}

/* send to friend */
/* ------------------------------------- */

.send-to-friend-product {
    border-bottom: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 22%;
    overflow: hidden;
    padding: 20px 0;
}

.send-to-friend-product .product-image {
    float: left;
    width: 36%;
}

.send-to-friend-product .product-image img {
    max-width: 80%;
}

.send-to-friend-product .product-description {
    float: left;
    width: 63%;
}

.send-to-friend-product .product-description h2 {
    margin-right: 0;
}

.send-to-friend-product .product-description .value {
    font-weight: bold;
}

.send-to-friend-product .product-description h2 {
    font-family: Georgia;
    font-size: 1.2em;
    font-style: italic;
}

.send-to-friend-product .product-description dt {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    width: 100px;
}

.send-to-friend-product .product-description dd {
    float: left;
    margin: 10px 0 0 0;
    width: 200px;
}

#send-to-friend-main .send-to-friend-sender-label {
    padding-top: 0;
}

#send-to-friend-main .send-to-friend-sender {
    margin-left: 2%;
    padding: 0.7em 0.5em;
    text-indent: 0;
    width: 49.5966%;
}

#send-to-friend-dialog .send-to-friend-login-message {
    padding: 2em 0em 2em;
}
/* size charts */
/* ------------------------------------- */

.sizinginformation {
    border: 0 none;
    padding: 10px;
}

.sizinginformation th {
    background: none repeat scroll 0 0 #F3F3F3;
}

.sizinginformation td,.sizinginformation th {
    border-bottom: 1px solid #F3F3F3;
    padding: 10px;
}

.sizinginformation td {
    border-left: 1px solid #F3F3F3;
}

.sizinginformation .ui-tabs-nav {
    height: 33px;
}

.sizinginformation .sizing-charts {
    border: 0 none;
}

.sizinginformation .tips-list {
    padding: 0 !important;
}

.sizinginformation .tips-list li {
    list-style: none outside none !important;
}

/* shopping cart */
/* ------------------------------------- */

#cart-table .header-total-price {
    text-align: right;
}

#cart-table .item-quantity input {
    margin: 0;
    text-indent: 0;
    width: 3em;
    height: 3em;
    text-align: center;
}

#cart-table .item-user-actions {
    width: 100%;
    margin: 0;
    text-align: center;
}

#cart-table .item-user-actions a {
    display: block;
    font-size: 1em;
}

#cart-table .item-user-actions button {
    display: inline-block;
    font-size: 1em;
    color: #831710;
    font-family: Constantia;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
    height: 23px;
}
#cart-table .item-user-actions button:hover {
    font-weight: bold;
}

#cart-table .price-label {
	display:none;
}

#cart-table .cart-item-total {
	display:none;
}
#cart-table .item-gift .morph-content .col-left, #cart-table .item-gift .morph-content .col-right, #cart-table .item-gift button, #cart-table .item-gift textarea, #cart-table .item-gift p, #cart-table .item-gift h3, #cart-table .item-gift section, #cart-table .item-gift header, #cart-table .item-gift span {
  box-sizing: border-box;
}

#cart-table .item-gift .button-marker, #cart-table .item-gift .close-morph{
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 14px;
  margin-left: 5px;
}
#cart-table .item-gift .morph-container .close-morph{
	display: inline-block;
	position: relative;
	z-index: 901;
	float: right;
	background-color: #666;
	margin: -23px -10px -23px 0;
	width: 33px;
	height: 33px;
	cursor: pointer;
}
#cart-table .item-gift .gift-wrap{
	position: relative;
	z-index: 1;
}
#cart-table .item-gift .gift-wrap, #cart-table .item-gift .gift-wrap-price-label, #cart-table .item-gift .gift-wrap-message {
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#cart-table .item-gift .gift-wrap-price-label {
  padding: 8px 0;
  display: block;
  font-size: 13px;
  line-height: 23px;
  color: #333;
  opacity: 0;
  transition-delay: 300ms;
  transform: translateX(-100%);
  -webkit-transition-delay: 300ms;
  -webkit-transform: translateX(-100%);
}
#cart-table .item-gift .gift-wrap-message{
	display: none;
	opacity: 0;
	font-size: 13px;
	line-height: 23px;
	color: #666;
	font-family: Constantia, Georgia, serif;
	font-style: italic;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 140px;
	transition-delay: 600ms;
  	transform: translateX(-100%);
  	-webkit-transition-delay: 600ms;
  	-webkit-transform: translateX(-100%);
}
#cart-table .item-gift .gift-wrap-message.active{
	display: block;
	opacity: 1;
	transform: translateX(0);
  	-webkit-transform: translateX(0);
}
#cart-table .item-gift .gift-wrap-price-label.active {
  	opacity: 1;
  	transform: translateX(0);
  	-webkit-transform: translateX(0);
}

#cart-table .item-gift .morph-container {
  max-width: 120px;
  max-height: 28px;
  position: relative;
}
#cart-table .item-gift .morph-container.mobile {
  position: static;
  overflow: scroll;
}
#cart-table .item-gift .morph-container.mobile .morph-content {
  position: fixed;
  top: 30px;
  bottom: 30px;
  max-width: 100%;
}
#cart-table .item-gift .morph-container button:focus, .morph-container textarea:focus {
  outline: none;
  border: none;
}
#cart-table .item-gift .morph-container button, #cart-table .item-gift .morph-container button:focus {
  background: #831710;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  border: none;
  border-bottom: 2px solid #560f0a;
  padding: 10px 20px 5px 20px;
  min-width: 120px;
  text-align: center;
}

#cart-table .item-gift .morph-container button:hover{
	background: #600c08;
}
#cart-table .item-gift .morph-container button span {
  display: none;
}
#cart-table .item-gift .morph-container button.remove {
  background: #4CAF50;
  border-color: #3d8b40;
}
#cart-table .item-gift .morph-container button.remove span {
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NURCMTRFQTNBMUMzMTFFNDgyN0JERDZCQUQwOEU4MjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NURCMTRFQTRBMUMzMTFFNDgyN0JERDZCQUQwOEU4MjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0M0ZBODBDQUEwQjgxMUU0ODI3QkRENkJBRDA4RTgyMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1REIxNEVBMkExQzMxMUU0ODI3QkRENkJBRDA4RTgyMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoCpW2wAAACLSURBVHjaYvj//z8DCXjGfwiYQoqmRf8R4Daxmlb/RwWhIEF/IN4OxAY4NG1G0xQAEgdJfIIK/AZiYzRNu9A0ecDkQMRxNEkdqORBNHEHZENBBCsQn0NScB+ITyPx/wGxBboXYAxGLDaDwC8gNsTmd3SB/UiavgKxFq6QRhdgAuKFQHwFnyYQBggwAD9w02xnXCj1AAAAAElFTkSuQmCC");
}
#cart-table .item-gift .morph-container button.remove:hover {
  background: #F44336;
  border-color: #ea1c0d;
}
#cart-table .item-gift .morph-container button.remove:hover span, #cart-table .item-gift .close-morph {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NURCMTRFQUJBMUMzMTFFNDgyN0JERDZCQUQwOEU4MjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NURCMTRFQUNBMUMzMTFFNDgyN0JERDZCQUQwOEU4MjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1REIxNEVBOUExQzMxMUU0ODI3QkRENkJBRDA4RTgyMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1REIxNEVBQUExQzMxMUU0ODI3QkRENkJBRDA4RTgyMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuHe/cYAAAB9SURBVHjaYvj//38/EJ8EYlcgZkDDOUB8CogzQBxk4I2kqAJJ/AdIoBNNsQMQJ6CJxcB0t//HDaJBapDdk46m4CsQm8HkmRgQgJcBFTACsQCcB9UxHY/VWTCr0RUZAXEQmlgmevDYIbk5Cz146oB4FxCbYgnwWKhcJECAAQAgIEHuDQdrFAAAAABJRU5ErkJggg==");
}

#cart-table .item-gift .morph-container p {
  font-size: 11px;
  color: #666;
  opacity: 0;
  width: 100%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
#cart-table .item-gift .morph-container header {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  max-height: 33px;
  border-bottom: 2px solid #fff;
  margin-bottom: 40px;
}
#cart-table .item-gift .morph-container h3 {
	font-family: Lato, sans-serif;
    font-weight: 700;
	font-style: normal;
	padding: 10;
	margin: 0;
	opacity: 0;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#cart-table .item-gift .morph-container section {
  padding: 20px;
}

#cart-table .item-gift .morph-content {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 28px;
  width: 120px;
  opacity: 0;
  overflow: hidden;
  transition: width 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 200ms, height 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 200ms;
  -webkit-transition: width 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 200ms, height 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 200ms;
  background-color: #fff;
  background-image: url('../images/wrapped_gift.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
}

#cart-table .item-gift .morph-content .col-left, #cart-table .item-gift .morph-content .col-right{
	display: block;
	float: left;
	padding: 0;
	min-height: 1px;
	margin: 0;
}
#cart-table .item-gift .morph-content .col-left{
	width: 100%;
}
#cart-table .item-gift .morph-content .col-left img{
	width: 100%;
	height: auto;
}
#cart-table .item-gift .morph-content .col-right{
	width: 100%;
}
#cart-table .item-gift .morph-content textarea, #cart-table .item-gift .morph-content button, #cart-table .item-gift .morph-content p, #cart-table .item-gift .morph-content h3 {
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 300ms;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 300ms;
  -webkit-transform: scale(0.8);
}
#cart-table .item-gift .morph-content textarea {
  opacity: 0;
  display: block;
  border: 2px solid #831710;
  height: 125px;
  width: 100%;
  padding: 8px;
  margin: 0 0 20px 0;
  background: rgba(255,255,255, 0.6);
  color: #000;
}

#cart-table .item-gift .morph-content textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #444;
}
#cart-table .item-gift .morph-content textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #444;
   opacity:  1;
}
#cart-table .item-gift .morph-content textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #444;
   opacity:  1;
}
#cart-table .item-gift .morph-content textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #444;
}

#cart-table .item-gift .morph-content textarea:focus {
  border: 2px solid #b01f16;
}
#cart-table .item-gift .morph-content button[type=submit] {
  width: 100%;
  margin: 0;
}
#cart-table .item-gift .morph-content.active {
	z-index: 900;
	opacity: 1;
  	height: 320px;
	width: 320px;
}
#cart-table .item-gift .morph-content.active textarea, #cart-table .item-gift .morph-content.active button, #cart-table .item-gift .morph-content.active p, #cart-table .item-gift .morph-content.active h3 {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.pt_checkout #secondary a.mini-cart-wrapping-link{
	font-size: 13px;
	line-height: 23px;
	color: #831710;
	font-family: Constantia, Georgia, serif;
	font-style: italic;
	transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pt_checkout #secondary a.mini-cart-wrapping-link:hover{
	text-decoration: underline;
}

#cart-table .price-promotion .price-sales {
    color: #990000;
}

#cart-table .price-promotion .price-standard {
    margin: 0 1em 0 0;
    text-decoration: line-through;
}

#cart-table .item-total {
    font-weight: 700;
    text-align: right;
    word-wrap: break-word;
}

#cart-table .item-total p {
	margin: 2em 0;
}

#cart-table .item-total .promo-adjustment {
    width: 120px;
}

#cart-table .price-unadjusted {
    color: #666666;
    display: block;
    margin: 0 0 5px;
}

#cart-table .price-unadjusted span {
    text-decoration: line-through;
}

#cart-table .price-adjusted-total {
    color: #666666;
    display: block;
    margin: 5px 0 0;
}

#cart-table .price-adjusted-total span {
    color: #990000;
}

#cart-table .gift-cert-delivery {
    color: #990000;
}

.cart-promo {
    background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat scroll 0 0 transparent;
    color: #333333;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 0.3em 0;
    padding: 1em;
}

.cart-promo .bonus-item-actions {
    font-size: 1em !important;
    text-align: right;
    vertical-align: middle;
}

.cart-footer {
    overflow: hidden;
}

.cart-coupon-code {
    float: left;
    width: 50%;
}

.cart-coupon-code label {
    float: none;
    font-size: 1.1em;
    text-align: left;
    text-transform: uppercase;
    width: auto;
    line-height: 2em;
    text-indent: 0.5em;
    padding-top: 0px;
}

button#add-coupon	{
	height: 35px;
}

.cart-coupon-code .input-text {
    margin: 2px 10px 0 0;
    width: 55%;
}

.cart-coupon-code div.error {
    margin-left: 11px;
}
.cart-order-totals {
    float: right;
    min-width: 30%;
    margin-top: 26px;
    color: #831710;
    font-family: Lato, sans-serif;
}

.cart-order-totals button {
    float: right;
    width: 194px;
}

.order-totals-table th {
    display: none;
}

table.order-totals-table td,
.order-totals-table td {
    padding: 10px 0;
    text-transform: uppercase;
}

td.total-label 	{
	font-weight: normal;
}

td.total-label .note-small {
	display: block;
	font-size: 0.6em;
}

.order-totals-table .order-total {
    font-family:Lato, sans-serif;
    font-weight: 700;
	font-size: 1.7em;
}

.order-totals-item {
    width: 60%;
}

.order-totals-value {
    width: 40%;
}

.order-subtotal {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    font-size:1.3em;
}

#secondary .order-totals-table .order-shipping a {
    display: none;
}

.cart-action-checkout {
	float: right;
}

.cart-actions button {
	width: 194px;
}

.cart-action-continue-shopping {
    float: right;
}

.cart-action-continue-shopping button.button-text {
    line-height: 50px;
    padding-right: 1em;
    display: none;
}

.promo-adjustment {
    color: #990000;
}

ul.product-availability-list {
    margin: 10px;
    padding: 0;
    text-align: center;
}

ul.product-availability-list li {
    list-style: none outside none;
    margin: 3px 0;
    border-right: none;
}

ul.product-availability-list .on-order,ul.product-availability-list .not-available {
    color: #990000;
    font-size: 0.8em;
}

/* Content pages */

.pt_content #main {
	max-width: 1106px;
}
.user-login {
	text-decoration: underline;
}
.user-login:hover {
	text-decoration: underline;
	font-weight: bold;
}
/* Account Pages*/

.pt_account #main,
.pt_order #main,
.pt_wish-list #main,
.pt_gift-registry #main,
.pt_contentnav #main {
    max-width: 1060px;
}

.pt_account .page-content .primary-content,
.pt_contentnav .page-content .primary-content {
    padding-left: 2%;
    width: 78%;
}


.pt_account .primary-content h1, #secondary h1 {
 	border-bottom:4px solid;
 	border-bottom-color: #831710;
 	text-align: center;
 	padding-bottom: 38px;
}

.pt_account .section-header {
    background: none repeat scroll 0 0 #f5f5f5;
    font-weight: bold;
}
.account-welcome .welcome-message {
    font-family: Georgia,serif;
    font-size: 1.2em;
    font-style: italic;
}

.account-welcome .not-user {
    margin: 10px 0;
}

.last-visited h2 {
    font-family: Georgia,serif;
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
}

.last-visited .jcarousel-clip {
    margin: 0 20px;
    overflow: hidden;
    width: 167px;
}

.last-visited .jcarousel-item {
    width: 167px;
}

.last-visited .jcarousel-next {
   	right: 0;
    top: 50%;
}

.last-visited .jcarousel-prev {
    left: 0;
    top: 50%;
}

.last-visited .jcarousel-prev-disabled,.last-visited .jcarousel-next-disabled {
    background-image: none;
}

/*Customer Service */

.pt_customer-service #main  {
    margin: 0 auto;
    max-width: 1060px;
}
.pt_customer-service .page-content .primary-content {
    padding-left: 2%;
    width: 78%;
}
.pt_customer-service .primary-content h1, #secondary h1 {
  	border-bottom: 4px solid #831710;
   	padding-bottom: 38px;
   	text-align: center;
}



/* checkout */
/* ------------------------------------- */

.checkout-progress-indicator {
    font-size: 1.2em;
    overflow: hidden;
    position: relative;
    right: 0;
    text-align: center;
    top: 6px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.checkout-progress-indicator div {
    background: none;
    display: inline;
    padding: 0 25px;
    font-weight: normal;
    opacity: 0.5;
}

.checkout-progress-indicator span {

}

.checkout-progress-indicator a {
    color: #333333;
    font-style: normal;
    font-family:Lato, sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
}

.checkout-progress-indicator a:hover {
	font-weight: normal;
}


.checkout-progress-indicator .active {
    font-weight: normal;
    opacity: 1;
}

.checkout-progress-indicator .step-3 {
    background: none repeat scroll 0 0 transparent;
    padding-right: 0;
}

.pt_checkout .address {
	border: 1px solid #dfdfdf;
    padding: 20px;
}

.gift-box {
	margin-left: 2%;
}

.shipping-method {
    padding: 0;
    margin: 22px -104px 0;
}

.shipping-method label {
    display: inline;
    float: none !important;
    padding-right: 5px !important;
}

.discount-strike {text-decoration: line-through !important;}

.shipping-method .shipping-description {
    display: inline;
}

.shipping-status {
    padding: 0;
    margin: 0 -57px 0;
}

.redemption .success {
    color: green;
}

.redemption {
    color: #990000;
}

.redemption span.error {
    margin-left: 0;
}

.payment-method-options {
    padding-left: 24%;
}

.payment-method-options .form-row {
    clear: none;
    float: left;
    width: 30%;
}

.payment-method-options label {
    width: auto;
}

.payment-method {
    clear: both;
    display: none;
}

.payment-method-expanded {
    display: block;
}

.cvn-tip {
    float: left;
    margin: -38px 0 0 40%;
    width: auto;
}

.cvn-tip-error {
    float: left;
    margin: -78px 0 0 40%;
    width: auto;
}

.month,.year,.day {
    clear: none;
    float: left;
    margin: 0 0 2% 2%;
}

.month select,.year select,.day select {
    margin: 0;
    width: auto;
}

.month .form-caption {
    margin-left: 0;
}

.cvn input {
    width: 50px !important;
}

.bml-terms-and-conditions {
    border: 1px solid #AAAAAA;
    font-size: 0.8em;
    height: 400px;
    overflow: auto;
    padding: 1em;
}

.bml-table-col-1 {
    width: 25%;
}

.checkout-mini-cart {
    background: none repeat scroll 0 0 #EFEFEF;
    max-height: 330px;
    overflow: auto;
}

.checkout-order-totals {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #e0e0e0;
    color: #831710;
    font-family: Lato, sans-serif;
}

.checkout-order-totals .order-totals-table {
    width: 100%;
}

.checkout-order-totals .order-totals-table td {
    padding: 5px 0 0;
}

.checkout-order-totals .order-totals-table .order-total td {
    padding: 10px 0 0 0;
}

.place-order-totals {
    clear: both;
}

.place-order-totals .order-totals-table {
    float: right;
    width: 50%;
    color: #831710;
    font-family: "chalkboardregular";
}

.place-order-totals .content-asset {
}

.order-component-block {
    margin: 20px 0;
}

.order-component-block .section-header a {
    float: right;
    font-weight: normal;
}

.order-component-block .details {
    background: none repeat scroll 0 0 #E8E8E8;
    color: #A3A3A3;
    padding: 0.5em 1em;
}

.order-summary-footer {
    position: relative;
}

.order-summary-footer h2 {
    font-family: Georgia,serif;
    font-size: 2em;
    font-style: italic;
    font-weight: normal;
}

.summary-help {
    float: right;
    font-size: 0.8em;
    margin: 1em 0;
}

.submit-order {
    clear: both;
    display: block;
    padding: 20px 0 0;
    text-align: right;
}

.submit-order .back-to-cart {
    font-size: 1.3em;
}

.submit-order .back-to-cart:hover {
    text-decoration: underline;
    font-size: 1.3em;
}

.submit-order button {
    margin-left: 1.5em;
}

.pt_order-confirmation h1 {
    font-size: 2.5em;
    text-align: center;
}

.pt_order-confirmation .order-shipment-table {
    margin: 0 0 20px;
}

.pt_order-confirmation .order-shipment-table .order-shipment-details {
    border-left: 1px solid #E0E0E0;
}

.pt_order-confirmation #primary h2 {
    font-family: Constantia,Georgia,serif;
    font-size: 2em;
    font-style: normal;
    font-weight: normal;
}

.pt_order-confirmation a.print-page {
    float: none;
}
.pt_order-confirmation th.section-header {
    background-color: #f5f5f5;
    padding: 0.9em;
    font-weight: bold;
}

.pt_order-confirmation .order-information .label {font-weight: bold;}

.confirmation-message {
    border-bottom: 3px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.order-discount {
    color: #990000;
}

.gift-cert-used {
    padding: 10px 0;
}

.order-detail-options {
    border-top: 1px solid #E0E0E0;
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: right;
}

.order-detail-options a {
    margin: 0 10px;
}

.summary .edit {
    position: absolute;
    text-transform: uppercase;
    right: 10px;
    font-size: 0.9em;
    line-height: 1.5em;
}

.pt_checkout #main {
    padding: 90px 10px 180px;
    max-width: 1060px;
}

.pt_checkout .primary-content	{
	font-family: "lato";
	width: 70%;
}

.pt_checkout #secondary {
	float: right;
	margin: 70px 0;
	width: 28%;
}

.pt_checkout #secondary a {
    color: #000000;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 1.1em;
    letter-spacing: 0;
}

.pt_checkout .section-header {
	padding:10px 0;
	font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 1px;
}

.pt_checkout .checkout-mini-cart {
   background: none;
}

.checkout-mini-cart .mini-cart-image img {
    float: left;
    margin-right: 10px;
}

.checkout-mini-cart .mini-cart-name {
	font-family: Lato;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
}

.checkout-mini-cart .mini-cart-product {
    padding: 19px 0;
    display: flex;
}

.checkout-mini-cart .mini-cart-availibility {
  color: #990000;
}

.checkout-mini-cart .mini-cart-attributes {
    display: block;
}

.checkout-mini-cart .mini-cart-pricing {
	width: 100%;
	float: none;
}

.pt_checkout #secondary .section-header a {
    color: #831710;
    font-family: Constantia,Georgia,serif;
    font-style: italic;
    text-decoration: none;
    font-size: 1em;
    text-decoration: underline;
}

.pt_checkout #secondary .section-header a:hover {
	font-weight: bold;
}

.pt_checkout .primary-content h1, #secondary h1 {
    text-align: center;
}

.pt_checkout .order-component-block .details {
    background: none repeat scroll 0 0 #f5f5f5;
    padding: 0.5em 1em;
}
.pt_checkout legend {
	background: none;
    border-bottom: 1px solid #e0e0e0;
    margin: 16px 0;
    font-family: Lato, sans-serif;
    font-weight: 700;
}
.pt_checkout .form-row-button {
    float: right;
}

.pt_checkout button, input, select, textarea {
    margin: 0 11px;
    padding: 9px;
    vertical-align: baseline;
}
.pt_cart #main {
    padding: 0px 14px 180px;
    max-width: 1160px;
}

.pt_cart .primary-content	{
	width: 100%;
}

#dwfrm_cart_couponCode , #dwfrm_billing_couponCode	{
	text-transform: uppercase;
    height: 36px;
}
.pt_cart .primary-content h1, #secondary h1{

	text-align: center;
}
.pt_cart th.section-header {
    background-color: #f8f9f9;
    font-weight: 700;
    font-family: Lato;
 }

.pt_order-confirmation #main {
    padding: 50px 0px 180px;
    max-width: 1200px;
}

.pt_order-confirmation .primary-content {
	width: 80%;
	border: 0 none;
}

.pt_order-confirmation-registered .primary-content {
	width: 98%;
	float:none;
	margin: 0 auto;
}


.pt_order-confirmation #secondary {
	background: none repeat scroll 0px 0px transparent;
	border: 0px none;
	width: 20%;
	float: right;
	margin: -4px 0px;
}

.pt_order-confirmation .order-confirmation-details .content-header {
    margin: 7px 0 !important;
}

table.item-list td {

}

.pt_order-confirmation .order-payment-summary {

}
.order-shipment-details .shipping-method,
.order-shipment-details .shipping-status  {
    padding-left: 0px;
    margin: 0;
}
.pt_order-confirmation .order-detail-summary {
    color: #831710;
    font-family: "chalkboardregular";
}

.order-shipment-details .label {
    text-align: right;
    font-weight: bold;
}

.order-shipment-details .value {
}

.order-shipment-details .order-shipment-address {
}

.item-shipping-address {
    min-width: 120px;
}

.order-shipment-gift-message-header {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 0px;
}

.order-shipment-gift-message {
    font-size: 1.1em;
    white-space: pre-line;
}

.billing-error {
    color: red;
    margin: 0 0 10px 24%;
}


/* multishipping elements */
/* ------------------------------------- */
.shippingaddress .select-address {
    width: 100%;
    margin-left: 0;
}

.shippingaddress .edit-address {
    margin-top: 0.5em;
}

.formactions {
    margin-top: 20px;
    text-align: right;
}

table.item-list .multi-shipment-row {
    border-bottom: none;
}

.minishipments-method {
    padding-top: 10px;
}

.multishipprogress div, .multishipprogress .step-3 {
    background: url("../images/interface/icon-checkout-indicator.png") no-repeat scroll right center transparent;
    display: inline;
    padding: 1em;
}

.multishipprogress .step-4 {
    background: none repeat scroll 0 0 transparent;
    padding-right: 0;
}

.checkout-progress-indicator {
    font-size: 1em;
    letter-spacing: 0.15em;
}

.checkout-progress-indicator div {
    padding: 20px;
}

.checkout-progress-indicator div:before {
	content: "";
	display: inline-block;
	border: 5px solid #831710;
	border-radius: 50%;
	margin-right: 10px;
}

.checkout-multi-shipping .cart-row .gift-message-text {
    display: none;
}

.pt_checkout #cart-table .cart-row .shipment-label {
    font-weight: 700;
    margin-top: 35px;
    font-size: 1.4em;
}

/* account */
/* ------------------------------------- */

#PasswordResetForm fieldset {
    position: relative;
}

#PasswordResetForm button {
    float: right;
    position: absolute;
    top: 0px;
    left: 67%;
}
.setpassword {margin: 0 199px;}

h1 .account-logout {
    font-size: 0.6em;
}

.registration-selection input,.registration-selection label {
    display: inline;
    float: none;
}

ul.address-list {
    padding: 0;
}

ul.address-list li {
    float: left;
    list-style: none outside none;
    margin: 0;
    min-height: 135px;
    padding: 1em 0;
    width: 30%;
}

ul.address-list li.default {
    border-bottom: 1px solid #EFEFEF;
    float: none;
    width: auto;
}

ul.address-list .mini-address-title {
    font-style: italic;
}

ul.payment-list {
    overflow: hidden;
    padding: 0;
}

ul.payment-list li {
    float: left;
    list-style: none outside none;
    margin: 0;
    min-height: 110px;
    width: 33%;
}

.order-history-header {
    background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #EFEFEF;
    overflow: hidden;
    padding: 10px;
}

.order-history-header .label {
    font-weight: 700;
    text-transform: uppercase;
}

.order-history-header button {
    float: right;
}

.order-history-header .order-date {
    float: left;
    margin: 2px 0;
    width: 60%;
}

.order-history-header .order-status {
    float: left;
    margin: 2px 0;
    width: 60%;
}

.order-history-header .order-number {
    float: left;
    margin: 2px 0;
    width: 60%;
}

.order-history-items {
    margin: 20px 0;
}

.order-history-table th {
    padding: 5px 10px;
}

.order-history-table td {
    padding: 5px 10px;
}

.order-history-table ul {
    margin: 0;
    padding: 0;
}

.order-history-table li {
    list-style: none outside none;
}

.order-history-table th.order-shipped-to {
    width: 33%;
}

.order-history-table th.order-items {
    width: 33%;
}

.order-history-table th.order-total-price {
    width: 33%;
}

.order-history-table .toggle {
    cursor: pointer;
    display: block;
}

.js .order-history-table li.hidden {
    display: none;
}
.pt_order .primary-content {margin: 0px; }

.pt_order th.section-header {
    background: none repeat scroll 0 0 #f5f5f5;
    font-weight: bold;
    padding: 1em;
}

.pt_order .primary-content h2 {
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}
.pt_order .order-detail-summary {
    color: #831710;
    font-family: "chalkboardregular";
}

.pt_order .primary-content h1, #secondary h1 {
    font-size: 2em;
    text-align: center;
}
/* wishlist */
/* ------------------------------------- */

.pt_wish-list .list-table-header {
    background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #EFEFEF;
    overflow: hidden;
    padding: 2em;
}

.pt_wish-list .list-table-header p {
    color: #999999;
    float: right;
    margin: 0;
    overflow: hidden;
    width: 40%;
}

.pt_wish-list .primary-content .list-table-header h2 {
    float: left;
}


.pt_wish-list .page-content .primary-content {
    padding-left: 2%;
    width: 78%;
}

.pt_wish-list .form-inline .form-row-button {
    float: left;
    margin: 39px 0 0;
    width: 10%;
}

/* gift registry */
/* ------------------------------------- */

.pt_gift-registry .create-new-registry {
    margin: 1em 0;
}

.pt_gift-registry .create-new-registry button {
    float: left;
    margin-right: 2em;
}

.pt_gift-registry .create-new-registry p {
    font-family: Gorgia;
    font-size: 1.3em;
    font-style: italic;
    margin: 0;
    padding: 0.5em 2em;
}

.pt_gift-registry .add-gift-cert {
    border: 1px solid #EFEFEF;
    margin-bottom: -1px;
    overflow: auto;
    padding: 10px;
}

.pt_gift-registry .add-gift-cert button {
    background: url("../images/banners/banner-gift-cert.gif") no-repeat scroll left top transparent;
    border: 0 none;
    float: left;
    height: 80px;
    text-indent: -999em;
    width: 433px;
}

.pt_gift-registry .add-gift-cert p {
    color: #999999;
    float: right;
    font-style: italic;
    line-height: 1.5em;
    width: 40%;
}

.pt_gift-registry .list-table-header {
    background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #EFEFEF;
    overflow: hidden;
    padding: 2em;
}

.pt_gift-registry .hdr-options {
    width: 5%;
}

.page-content-tab-navigaton button {
    background: none repeat scroll 0 0 #D9D9D9;
    border-color: #EFEFEF;
    border-width: 1px;
    color: #999999;
    font-family: Georgia,serif;
    font-size: 1.1em;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 -1px;
}

.page-content-tab-navigaton button.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.page-content-tab-wrapper {
    border: 1px solid #EFEFEF;
    padding: 5px;
}

.gift-reg-purchases .item-purchased-by dd {
    float: left;
    font-weight: bold;
    margin: 0 1em 0 0;
    position: relative;
    width: auto;
}

.gift-reg-purchases .item-purchased-by dt {
    clear: both;
    float: left;
    margin: 0 1em 0 0;
    position: relative;
    width: auto;
}

.gift-reg-purchases .quantity-purchased {
    color: #990000;
}

.gift-registry-advanced {
    clear: both;
}

.gift-registry-advanced .toggle-content {
    overflow: hidden;
    padding: 10px;
}

.gift-registry-advanced .event-month {
    clear: both;
}

.gift-registry-advanced .event-city {
    clear: both;
}

.pt_gift-registry .primary-content .list-table-header h2 {
    float: left;
}

/* gift certificates */
/* ------------------------------------- */

.gift-certificate-purchase {
    background: none repeat scroll 0 0 #F3F3F3;
    padding: 10px;
}

.gift-certificate-purchase .content-asset {
    float: left;
    width: 50%;
}

.gift-certificate-purchase .content-asset img {
    margin: 20px 0;
}

.gift-certificate-purchase form {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    padding: 0 20px 20px;
    width: 40%;
}

.gift-certificate-purchase form .input-text {
    width: 90%;
}

.gift-certificate-purchase form .input-textarea {
    width: 90%;
}

.gift-certificate-purchase form .cert-amount {
    clear: none;
    float: left;
    margin: 0;
    width: 40%;
}

.gift-certificate-purchase form .form-row-button {
    clear: none;
    float: left;
    margin: 25px 0 0 20px;
    width: 50%;
}

.gift-certificate-purchase .cert-amount .form-caption {
    margin: 20px 0 0;
    position: absolute;
    width: 40%;
}

.gift-certificate-purchase .cert-amount.error {
    padding-bottom: 35px;
}

.gift-certificate-purchase span.error {
    margin-left: 2%;
}

.check-balance {
    border-bottom: 1px solid #D9D9D9;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.gift-cert-balance {
    float: left;
    width: 40%;
}

.gift-cert-balance input {
    margin-top: 0;
    width: 90%;
}

.gift-cert-balance .form-caption {
    margin-left: 0;
}

.gift-cert-balance-submit {
    clear: none;
    float: left;
}

.gift-cert-balance .label {
    display: none;
}
/* login and checkout login pages */
/* ------------------------------------- */

.pt_checkoutaccount .primary-content {
	width: 900px;
	margin: 0 auto;
	border: none;
	float: none;
}

.pt_checkoutaccount .breadcrumb {
    margin: 0 auto;
    width: 900px;
}

.pt_checkoutaccount .primary-content h1, #secondary h1 {
    text-align: center;
}
.login-box {
    margin: 0 0 2em;
}

.login-box h3 {
    margin: 0;
}

.login-box-content {
    padding: 0.5em 1.5em;
}

.login-box #dwfrm_oauthlogin select#OAuthProvider {
    display: block;
    margin-bottom: 1em;
    width: 80%;
}

/* category landing page */
/* ------------------------------------- */

.bottom-banner-container {
    overflow: hidden;
}

.bottom-banner-container .bottom-banner-cell {
    float: left;
    overflow: hidden;
    text-align: center;
}

.bottom-banner-container .banner-cell-1 {
    width: 33%;
}

.bottom-banner-container .banner-cell-2 {
    width: 34%;
}

.bottom-banner-container .banner-cell-3 {
    width: 33%;
}

/* store locator */
/* ------------------------------------- */

.store-locator-header {
    background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
    font-family: Georgia,serif;
    font-size: 1.75em;
    font-style: italic;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 20px 0;
}

.store-information {
    background: none repeat scroll 0 0 #E8E8E8;
    border-bottom: 1px solid #FFFFFF;
}

.store-name {
    font-weight: bold;
    margin: 0 0 10px;
}
.store-detail-link {
	font-weight: normal;
}
.store-address,.store-map {
    border-bottom: 1px solid #E8E8E8;
}

.store-locator-details {
    float: left;
    width: 44%;
}

.store-locator-details img {
    max-width: 100%;
}

.store-locator-details h1,.store-locator-details p {
    margin: 0.25em 0;
}

.store-locator-details-map {
    float: right;
    width: 50%;
}

.store-locator-details-map img {
    max-width: 100%;
}

.product-list h2 {
  font-size: 1em !important;
}
/* homepage elements */
/* ------------------------------------- */

.pt_storefront #main {
    max-width: 1106px;
}

#homepage-slider {
    overflow: hidden;
    padding: 0;
}

#homepage-slider .slide {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: inline-block;
    max-width: 1106px;
}

#homepage-slider .slide img {
    height: auto;
    max-width: 100% !important;
}

#homepage-slider .slide a h2 {
    border: 0 none;
    clip: rect(0pt,0pt,0pt,0pt);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#homepage-slider .slide a span {
    position: absolute;
    text-indent: -999em;
}


#home-promo-shop-shoes {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 413px;
    margin: auto;
    max-width: 320px;
    position: relative;
    width: 100%;
}

#home-promo-shop-shoes h2 {
    position: absolute;
    text-indent: -999em;
}

#home-promo-shop-shoes ul {
    padding: 30% 0 0;
    text-align: center;
}

#home-promo-shop-shoes li {
    border-right: 1px solid #3EBAEA;
    display: inline;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}

#home-promo-shop-shoes li:last-child {
    border: 0 none;
}

#home-promo-shop-shoes li a {
    color: #3EBAEA;
}

#home-promo-shop-shoes span {
    font-style: italic;
    margin: 0 10px 0 0;
}

#home-promo-free-shipping {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 413px;
    margin: auto;
    max-width: 319px;
    text-indent: -999em;
    width: 100%;
}



.home-bottom {
    clear: both;
    overflow: hidden;
    padding: 2em 0;
}

.home-bottom-slots {
    max-width: 100%;
    margin: 0 auto;
}

.home-bottom-slots img {
	max-width: 100%;
	height: auto;
}

/* JavaScript specific styles */

.js .loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.js .loader-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
}

.js .loader-indicator {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background: url("../images/loading-small.gif") no-repeat;
}

.js .ie7 #quickviewbutton {
    position: absolute;
    left: 0;
    width: 200px;
}

.js .product-image:hover #quickviewbutton {
    display: block;
}

/* SEARCH SUGGESTION
--------------------------------------------------------------------------------------- */
.js #suggestions {
    background-color: #ffffff;
    color: #999999;
    cursor: pointer;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 8184;
}

.js #suggestions > div {
    clear: both;
    height: 20px;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    border:1px solid #dbdbdb;
}

.js #suggestions div:hover {
    color: #831710;
}

.js #suggestions div div.suggestionterm {
    float: left;
    overflow: hidden;
    width: 110px;
}

.js #suggestions div span.hits {
    float: right;
    line-height: 1.8em;
    text-align: right;
    margin-left: 3px;
}








/* quick view */
/* --------------------------------------------------------------------------------------- */

#QuickViewDialog {
	padding: 15px 40px;
}

.js .ui-dialog-content .product-col-1 {
    padding: 20px 1% 13px 0px;
    width: 58%;
}

.js .ui-dialog-content .product-col-1 .product-image {
    max-width: 100%;
}

.js .ui-dialog-content .product-col-2 {
    padding: 20px 0;
    width: 38%;
}

.js .ui-dialog-content .pdp-main h1.product-name {
    margin: .4em 0 0.1em;
    font-size: 1.9em;
	letter-spacing: 0.1em;
	width: 40%;
}

.js .ui-dialog-content .pdp-main .product-set-list {
    border: 1px solid #d9d9d9;
    height: 500px;
    overflow: auto;
}

.js .ui-dialog-content .pdp-main .product-set-list .product-set-item {
    margin: 1em 0;
}

.js .ui-dialog-content .pdp-main .product-set-list .product-set-image {
    width: 25%;
}

.js .ui-dialog-content .pdp-main .product-set-list .product-set-details {
    width: 75%;
}

.js .ui-dialog-content .pdp-main .product-set-list .product-name {
    margin: 0;
}

.js .ui-dialog-content .pdp-main .product-set-list .block-add-to-cart .price {
    font-size: 1.5em;
    padding: 0.4em 0 0;
    width: 130px;
}

.js .zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
    width: 100%;
}

.js .zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}

.js .zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.js .zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
/*opacity:0.5;*/
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.js .zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.js .zoomWrapper {
    position: relative;
    border: none !important;
    z-index: 110;
}

.js .zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.js .zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.js .zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.js .zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

/* homepage assets
--------------------------------------------------------------------------------------- */
.js .homepage-slides {
    height: 550px;
}

.js #homepage-slider .jcarousel-clip-horizontal {
	max-width: 1106px;
}

.js #homepage-slider .jcarousel-item {
    max-width: 1106px;
}

.js #homepage-slider .jcarousel-control {
    position: absolute;
    right: 20px;
    top: 223px;
}

.js #homepage-slider .jcarousel-control a {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #cccccc;
    display: block;
    height: 15px;
    margin: 0 3px 17px;
    text-indent: -999em;
    width: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.js #homepage-slider .jcarousel-control a.active {
    background-color: #666666;
}


.js button.select {
    display: none;
}
/* Multi Inventory */
/* --------------------------------------------------------------------------------------- */
.ui-dialog #listings-nav {
    float: right;
    margin-top: 2%;
}

.ui-dialog #listings-nav a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}

.ui-dialog #listings-nav a.active {
    font-weight: bold;
}

.pdp-main .product-add-to-cart .availability .label {
    position: relative;
}

.pdp-main .product-add-to-cart .availability {
    font-size: 1.3em;
    padding: 20px 0 20px 0px;
    width: 100%;
}

.pdp-main .product-add-to-cart .online-stock span {
    float: left;
}

.pdp-main .product-add-to-cart .store-stock {
    display: block;
    clear: left;
}

.update-location {
    color: #22B0E8;
    padding-left: 10px;
    cursor: pointer;
}

div.store-list {
    border-color: #CCCCCC;
    border-style: dashed;
    border-width: 1px 0;
    height: 150px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

div.store-list ul.store-list {
    position: absolute;
    width: 1920px;
}

ul.store-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.store-list .selected {
    background-color: #DDF0DF;
}

.store-tile {
    border-left: 1px dashed #CCCCCC;
    border-right: 1px dashed #CCCCCC;
    float: left;
    height: 134px;
    list-style: none outside none;
    margin: 0 2px;
    padding: 8px;
    position: relative;
    width: 154px;
}

.store-tile .store-tile-address {
    display: block;
}

.store-tile .store-tile-city {
    margin: 0 5px 0 0;
}

.store-tile .store-tile-state {
    margin: 0 5px 0 0;
}

.store-tile .store-tile-postalCode {
    display: block;
}

.store-tile .store-tile-status {
    display: block;
    font-size: 0.9em;
    margin: 5px 0;
}

.not-available .store-tile-status, .out-of-stock .store-tile-status {
    color: #990000;
}

.In-Stock .store-tile-status {
    color: #019328;
}

.store-tile .store-tile-map-this {
    display: block;
    font-size: 0.9em;
    margin: 5px 0;
}

.store-tile .select-store-button {
    bottom: 5px;
    left: 6px;
    position: absolute;
}

.store-stock ul.expanded {
    height: auto;
}

.store-stock ul.store-list {
    margin: 20px 0 5px;
}

.store-stock ul.store-list .extended-list {
    display: none;
}

.store-stock ul.expanded .extended-list {
    display: block;
}

.store-stock ul.store-list .selected {
    background-color: #FFFFFF;
    font-weight: bold;
}

.store-stock .store-tile {
    border-color: #CEBDB3;
    border-style: dotted;
    border-width: 1px 0 0;
    clear: both;
    float: none;
    font-size: 0.9em;
    height: auto;
    line-height: 1.5em;
    overflow: hidden;
    padding: 5px 0 5px 55%;
    text-align: right;
    width: auto;
}

.store-stock .store-tile .store-tile-address {
    color: #0167AF;
    display: inline-block;
    margin: 0 0px 0 0;
}

.store-stock .store-tile .store-tile-city {
    color: #0167AF;
    margin: 0 3px 0 0;
}

.store-stock .store-tile .store-tile-state {
    color: #0167AF;
}

.store-stock .store-tile .store-tile-postalCode {
    display: none;
}

.store-stock .store-tile .store-tile-status {
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 3px;
    width: 80px;
}

.store-stock .In-Stock .store-tile-status {
    left: 13px;
}

.store-stock .store-tile .store-tile-map-this {
    display: none;
}

.store-stock .store-tile .select-store-button {
    display: none;
}

.more-stores {
    color: #0167AF;
    cursor: pointer;
    font-size: 0.8em;
    margin: 0 0 0 2px;
    padding: 0 0 0 12px;
}

.multishipprogress div, .multishipprogress .step-3 {
    background: url("../images/interface/icon-checkout-indicator.png") no-repeat scroll right center transparent;
    display: inline;
    padding: 1em;
}

.multishipprogress .step-4 {
    background: none repeat scroll 0 0 transparent;
    padding-right: 0;
}

.multishipaddressestable {
    margin: 9px 0px 20px 0px;
    width: 706px;
}

.multi-ship-shipments-table {
    margin: 0 0 20px;
    width: 706px;
}

.multi-ship-shipments-table th.section-header {
    font-size: 10px;
    font-weight: bold;
    padding: 9px 6px 11px;
}

.multi-ship-shipments-table .shipping-address .details {
    padding: 0 10px 0 22px;
}

.multi-ship-shipments-table .gift-options label {
    float: left;
    padding: 0;
}

.multi-ship-shipments-table .gift-options input {
    margin: 0 10px;
}

.multi-shipping-addresses {
    margin-bottom: 20px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.multi-shipping-addresses .shipping-address {
    text-align: right;
}

.multi-shipping-addresses .shipping-address select {
    margin: 4px 0 0;
    width: 260px;
}

.header-product-shipping {
    width: 276px;
}

.header-qty-shipping {
    width: 45px;
}

.header-location-shipping {
    text-indent: 70px;
    width: 307px;
}

.header-shipment-index {
    width: 409px;
}

.header-shipment-qty {
    width: 27px;
}

.header-shipment-details {
    text-indent: 22px;
}

.multi-shipping-methods {
    position: absolute;
    top: 30px;
}

.multi-shipping-methods .shipping-methods .form-row {
    clear: none;
    float: left;
    display: none;
}

.multi-shipping-methods .shipping-methods select {
    width: 250px;
    margin: -5px 0 0 15px;
}

.multi-shipping-option {
    border-bottom: 2px dotted #CEBDB3;
    left: 0;
    padding: 0 0 12px;
    position: absolute;
    text-indent: 10px;
    top: 48px;
    width: 95%;
}

.multi-shipping-addresses .shipping-qty, .multi-ship-shipments-table .shipping-qty {
    background: none repeat scroll 0 0 #E9E9E9;
}

.multiship span.label {
    font-weight: bold;
}

.hide {
    display: none;
}

.loading {
    background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent;
}

.store-in-stock {
    color: #019328;
}

#cart-table .item-delivery-options .store-in-stock {
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 12px;
}

.store-error {
    color: #FF0000;
}

#cart-table .item-delivery-options .store-error {
    color: #990000;
}

#cart-table .item-delivery-options {
    padding: 1em 0 1em 0;
    width: 100px;
}

.selected-store-address, .set-preferred-store, .selected-store-availability {
    font-size: 0.8em;
    font-weight: 400;
    margin-left: 0px;
}

.set-preferred-store {
    cursor: pointer;
}

#cart-table .form-row .radio-url {
    display: inline;
}

.label-inline input {
    float: left;
}

.instore-shipping-option {
    width: 100%;
}

.pt_checkout div.instore-shipment-header {
    width: 100%;
}

.pt_checkout div.instore-shipment-method {
    width: 100%;
    padding: 1em;
}

.pt_checkout div.instore-shipment-method span {
    font-weight: bold;
}

.pt_checkout div.instore-shipment-address {
    width: 40%;
    float: left;
    padding-left: 1em;
}

.pt_checkout div.instore-shipment-message {
    clear: both;
}
.pt_checkout table.item-list {
    margin-bottom: 1em;
    width: 100%;
    margin-top: 7px;
}


.pt_checkout th.section-header {
    background-color: #f8f9f9;
    font-family: "Myriad Pro";
    font-weight: bold;
}

.pt_checkout div.instore-shipment-messagetxt {
    width: 50%;
    float: right;
}

.ui-dialog #preferred-store-panel button#set-user-zip {
    margin-left: 3%;
}

.ui-dialog #preferred-store-panel #userZip {
    margin-left: 12%;
    margin-top: 5%;
}

.ui-dialog #preferred-store-panel .error-message {
    margin-left: 12%;
    margin-top: 1%;
}

#preferred-store-panel div.store-list {
    margin-top: 1%;
}

#preferred-store-panel button.set-preferred-store {
    margin-top: 2%;
}

#preferred-store-panel button.close {
    margin-top: 2%;
}

.checkout-shipping fieldset .instore-continue-button {
    margin-left: 61.5%;
}

#cart-table .item-delivery-options label {
    display: inline;
    margin-left: 2%;
}


/* Search Suggest Beta */
/* --------------------------------------------------------------------------------------- */
#search-suggestions {
    background-color: #FFFFFF;
    border: 1px solid #dbdbdb;
    top: 26px;
    right: 0px;
    position: absolute;
    z-index: 10000;

}

.search-suggestion-wrapper {
    width: 300px;
}

.search-suggestion-wrapper-full {
    width: 480px;
}

.search-suggestion-contents {
    position: relative;
    border: 1px solid #dbdbdb;
}

.search-suggestion-left-panel,.search-suggestion-right-panel {
    width: 230px;
    float: left;
}

.search-suggestion-right-panel {
    border-left: solid 1px #dbdbdb;
}

.search-suggestion-left-panel {

}

.search-suggestion-left-panel-hitgroup-header {
    height: auto;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.search-suggestion-left-panel-hitgroup {
    color: #555555;
    margin: 10px 0 10px 10px;
}

.search-suggestion-left-panel-hitgroup-link {
    margin-left: 1em;
}

.search-suggestion-normal-link {
}

.search-suggestion-left-panel-hit {
    margin-left: 1em;
}

.search-suggestion-normal-link:hover,
.search-suggestion-left-panel-hitgroup-link:hover,
.search-suggestion-left-panel-hit:hover {
    text-decoration: underline;
}

.search-suggestion-right-panel-product {
    height: 75px;
    margin-top: 1em;
    margin-left: 1em;
}

.search-suggestion-right-panel-product-last {
    height: 75px;
    margin: 1em;
}

.search-suggestion-right-panel-product-hover {
    background-color: red;
}

.search-suggestion-right-panel-product-image {
    display: inline;
    width: 25%;
    display: inline-block;
    margin-left: 1px;
}

.search-suggestion-right-panel-product-image img {
    width: 50px;
    height: 50px;
}

.search-suggestion-right-panel-product-details {
    color: #333333;
    height: auto;
    display: inline;
    width: 70%;
    float: right;
    text-align: right;
}

.search-suggestion-right-panel-phrasewrapper {
}

.search-phrase-suggestion {
    margin-top: 1em;
    margin-left: 1em;
}

.search-suggestion-right-panel .whole-phrase {
    font-style: italic;
}

.search-suggestion-right-panel .search-suggest-guess {
    text-decoration: underline;
    font-weight: bold;
}

.search-suggestion-right-panel .first-term-italic {
    font-style: italic;
}

.search-suggestion-right-panel .first-term-bold {
    font-weight: bold;
}

.search-suggestion-left-panel-parent-category {
    color: #999999;
}

/* Multi-currency */
/* --------------------------------------------------------------------------------------- */
.menu-utility-user .mc-class .currency-converter {
    height: 12px;
    width: 100%;
    padding: 0;
    border: none;
}
/*Storelocatoe*/
.pt_store-locator #main {
	max-width: 100%;
	margin: 0 auto;
}
.pt_store-locator #main ul.product-list {display:none;}
.pt_store-locator #main h1.center {display:none;}
.pt_store-locator #main {  max-width: 100%;}
.pt_storefront #main-container {overflow-x: hidden;}

.pt_store-locator .page-content .primary-content {
    margin: 0 auto;
    max-width: 758px;
    width: auto;
    float: none;
    padding: 10px;
}
.pt_store-locator .form-row-button {
    margin-left: 6px;
    width: auto;
}

.pt_store-locator .store-locator-details table {
    margin: 0 206px;
}
.pt_store-locator th {
    padding-right: 43px;
    text-align: center;
}
.pt_store-locator table  {
    text-align: center;
}
.pt_store-locator table.item-list td  {
    padding: 0.5em;
    text-align: center;
}
.content-asset ul.customerservice-options {
    margin: 0;
    padding: 0;
}

.content-asset ul.customerservice-options li {
    float: left;
    height: 100%;
    list-style: none outside none !important;
    margin: 0 0 0 4%;
    padding: 10px 0 0;
    position: relative;
    width: 46%;
}

.content-asset ul.customerservice-options h2 {
	border-bottom: 1px solid #D9D9D9;
	display: block;
    font-size: 1.4em;
    line-height: 30px;
    padding: 0 0 0 55px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.content-asset ul.customerservice-options li img {
    left: 0;
    position: absolute;
    top: 10px;
}

.content-asset ul.customerservice-options li a {
    margin: 0;
    padding-left: 55px;
}
.payment-type {
	text-transform: uppercase;
}
#search-result-items .product-tile .product-badge {position:absolute;right:0;top:0;width:85px;height:85px;}
#search-result-items .product-tile .product-badge img{max-width:100%;max-height:100%;}
a.thumb-link{position: relative;display: inline-block;}
.pdp-main .product-primary-image .product-badge{position: absolute;right: 10px;top: 10px;width:85px;height:85px;}
.pdp-main .product-primary-image .product-badge img {max-width: 100%;max-height:100%;}

  /*  accordion css....... */

.myaccordion .promotioncode {
	width: 100%;
	background : #F7F7F7;
	position: relative;
	border: 1px solid;
	border-color: lightgrey;
}
 .myaccordion .promoname {
	font-size: 1em;
	margin-top : 2px;
	position: relative;
	font-family: Lato, sans-serif;
    font-weight: 700;
	text-decoration: none;
	cursor: auto;
	font-style: inherit;
	color: #333333;
	pointer-events: none;
	font-weight: inherit !important;
	margin-left: 15px;
}


.myaccordion .promoname .edit1 {
	text-decoration: underline !important;
	font-family: Constantia, Georgia, serif;
	color: #831710;
	pointer-events: auto !important;
	font-size: 13px;
	top: 0px;
    position: relative;
    float: right;
    right: 15px;
}


.myaccordion .promoname .edit1:hover {
	cursor: pointer;
}
.myaccordion .giftcard {
	width: 100%;
	background : #F7F7F7;
	position: relative;
	border: 1px solid;
	border-color: lightgrey;
}
 .myaccordion .promoname:before {
    content: '';
    display: inline-block;
    margin: 0 10px 1px 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #666;
 }
 
 .myaccordion .ui-state-active:before {
 	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
 	border-top: 7px solid #666;
 	content: '';
    display: inline-block;
    margin: 0 10px -3px 0;
 }

/* CHECKOUT */
.qty-choose {
    text-align: center;
}

@media (max-width:767px) {
    .pdp-actions .product-actions {width:100%;}
}
