/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
/*@font-face {
    font-family: 'scala_sans_lfregular';
    src: url('../fonts/scalasans-regularlf-webfont.eot');
    src: url('../fonts/scalasans-regularlf-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/scalasans-regularlf-webfont.woff') format('woff'),  url('../fonts/scalasans-regularlf-webfont.ttf') format('truetype'),  url('../fonts/scalasans-regularlf-webfont.svg#scala_sans_lfregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Verlag A", "Verlag B";
    src: url('../fonts/scalasans-boldlf-webfont.eot');
    src: url('../fonts/scalasans-boldlf-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/scalasans-boldlf-webfont.woff') format('woff'),  url('../fonts/scalasans-boldlf-webfont.ttf') format('truetype'),  url('../fonts/scalasans-boldlf-webfont.svg#scala_sans_lfbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'scala_sans_lfregular_italic';
    src: url('../fonts/scalasans-regularlfitalic-webfont.eot');
    src: url('../fonts/scalasans-regularlfitalic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/scalasans-regularlfitalic-webfont.woff') format('woff'),  url('../fonts/scalasans-regularlfitalic-webfont.ttf') format('truetype'),  url('../fonts/scalasans-regularlfitalic-webfont.svg#scala_sans_lfregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body {
    font-family: 'Verlag A', 'Verlag B';
    /*letter-spacing: 0.01em;*/
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;/*-webkit-text-stroke: 0.3px;*/
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.hide {
    display: none;
}
.clear {
    clear: both;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f3f2f0 inset;
}
.heading {
    font-size: 26px;
}
.sub-heading {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.center {
    /*width: 1000px;*/
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;/*overflow: hidden;*/
    /*display: table;*/


    overflow: hidden;
    clear: both;
}
.footer-primary .center {
    overflow: hidden;
}
.mobile {
    display: none;
}
.serif-link {
    font: italic normal 14px "Verlag A", "Verlag B";
}
.grey-link {
    font: italic normal 14px "Verlag A", "Verlag B";
    color: #7a7a7a;
}
.grey-link + .grey-link:before {
    margin: 0 0.25em;
    content: '| ';
}
.gold-link {
    font: italic 400 12px/18px "Verlag A", "Verlag B";
    color: #7a7a7a;
}
.gold-link:hover, .gold-link:focus {
    color: #000;
}
.bullets {
    padding-left: 25px;
    list-style: disc;
}
.visibleMob {
    display: none;
}
.button {
    padding: 10px 20px 8px;
    font-size: 13px;
    font-family: "Verlag A", "Verlag B";
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: 1.5px;
    text-align: center;
    border: none;
    cursor: pointer;
    /*white-space: nowrap;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button.primary {
    /*color: #ffffff;
	border: 2px solid #000000;
	background-color: #000000;*/


    background: none repeat scroll 0 0 #4c4d4f;
    border: medium none;
    color: #f7f8f8;
    font: 700 14px/20px "Verlag A", "Verlag B";
    padding: 10px 39px 8px;
}
.button.secondary {
    color: #fff;
    background: #b2b3b6;
    border: medium none;
    font: 700 14px/20px "Verlag A", "Verlag B";
}
.button.tertiary {
    color: #ffffff;
    border: 4px solid #b2b3b6;
    background-color: #b2b3b6;
}
.button span {
    /*font-size: 20px;
	font-weight: normal;
	line-height: 0;
	padding-left: 5px;
	margin-right: -5px;*/
}
.button-set {
    clear: both;
    zoom: 1;
}
.button-set .align {
    margin-top: 0;
}
.button-set:before, .button-set:after {
    content: '';
    display: table;
}
.button-set:after {
    clear: both;
}
.button-set .button {
    float: left;
    /*width: 135px;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.button-set .button + .button {
    margin-left: 10px;
}
.button-set button.primary {
    border-top: none;
    border-bottom: none;
}
input, textarea, select, button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    width: 100%;
    resize: vertical;
}
.input-text {
    padding: 6px 7px 8px 7px;
    border-radius: 0;
    -webkit-appearance: none;
    background: none repeat scroll 0 0 #ebebeb;
    border: medium none;
    box-sizing: border-box;
    color: #999;
    font: 400 14px/20px "Verlag A", "Verlag B";
}
label {
    display: block;
}
.inline label {
    zoom: 1;
    margin-bottom: 10px;
}
.inline label:before, .inline label:after {
    content: '';
    display: table;
}
.inline label:after {
    clear: both;
}
.inline .label {
    float: left;
    width: 34%;
    padding-top: 4px;
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
}
.inline .label em {
    margin: 0 5px 0 0;
}
.inline .input-text, .inline .select {
    float: right;
    width: 60%;
    padding: 4px 7px 5px;
}
.checkbox {
    clear: both;
    position: relative;
}
.checkbox input {
    position: absolute;
    top: 2px;
    left: 3px;
    width: auto;
    margin: 0;
}
.checkbox .label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 27px;
    letter-spacing: 2px;
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.checkbox .label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/ui/checkbox.png) 0 0 no-repeat #ffffff;
}
.checkbox input:checked + .label:after {
    background-position: 0 -23px;
}
.inline .checkbox .label {
    float: none;
    display: inline-block;
    width: 90%;
    padding-top: 0;
    line-height: 1.4em;
    vertical-align: top;
}
#newsletter-registration-form .select {
    font-size: 2em;
    width: 90%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.select {
    padding: 5px 43px 5px 10px;
    border: 1px solid #e7e7e7;
    width: 100%;
    border-radius: 0;
    font-size: 12px;
    font-family: "Verlag A", "Verlag B";
    background: url(../images/ui/arrow-bg2.png) right 8px no-repeat #f3f2f0;
    text-indent: 0.1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.select[disabled] {
    color: #cccccc;
    background-color: #f3f3f3;
    cursor: not-allowed;
}
.qty {
    width: 30px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #bdbbbb;
    background-color: #ffffff;
}
form.loading input[type="submit"], form.loading button[type="submit"] {
    background: url(../images/ui/loading-black.gif) center center no-repeat #000000;
    background-size: 16px;
    cursor: wait;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
}
.validation-advice {
    clear: both;
    padding: 5px 0 15px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #b50c0c;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
}
.validation-advice:before {
    margin-right: 10px;
}
.success-msg, .error-msg {
    margin-top: 10px;
    margin-bottom: 20px;

    background: #262626;
    padding: 10px;
    color: #fff;
    font: 12px/18px "Verlag A", "Verlag B";
}
.success-msg a, .error-msg a {
    color: #fff;
    text-decoration: underline;
}
.error-msg {
    color: #b50c0c;
}
.required {
    display: block;
    margin: 10px 0;
    color: #7a7a7a;
    letter-spacing: 2px;
    font: 12px/20px "Verlag A", "Verlag B";
    float: left;
    width: 100%;
}
.inline .required{
    font-style: italic;
}
.separator {
    margin-left: 10px;
    margin-right: 10px;
}
.messages {
    clear: both;
    display: block;
    float: none;
    list-style: outside none none;
    margin: 0 auto;
    max-width: 1130px;
    overflow: hidden;
    padding: 30px 0 0;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.page-container .messages,.site-footer .messages,.product-cont-block .messages,.cms .messages,.cart .messages,.checkout-container .messages,.account-container .messages{
    margin: 10px 0 15px;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;/*position: fixed;
    bottom: 10px;
    left: 0;*/
}
.messages .success-msg, .messages .error-msg {
    margin: 0;
    padding: 10px 2%;
    width: 96%;
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #fff;
}
.messages .success-msg ul li, .messages .error-msg ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.banner, .slider {
    position: relative;
    margin: 0 auto;
}
.banner.use-fade .swipe-wrap > li, .slider.use-fade .swipe-wrap > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}
.banner.use-fade .swipe-wrap > li.visible, .slider.use-fade .swipe-wrap > li.visible {
    z-index: 2;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
/*.banner.category-intro, .slider.category-intro {
	max-width: 1000px;
}*/
.slider.category-intro {
    max-width: 1000px;
}
.banner.category-intro {
    width: 100%;
    /*float: left;*/


    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
}
.inner-banner-block {
    width: 100%;
    float: left;
    position: relative;
}
.inner-banner-image {
    width: 100%;
    float: left;
}
.inner-banner-image img {
    display: block;
    height: auto;
    max-width: 100%;
}
.inner-banner-block .inner-banner-cont {
    float: left;
    left: 22%;
    position: absolute;
    top: 39%;
    width: 55%;
    -webkit-transition: top 400ms 100ms ease-out;
    -moz-transition: top 400ms 100ms ease-out;
    -ms-transition: top 400ms 100ms ease-out;
    -o-transition: top 400ms 100ms ease-out;
    transition: top 400ms 100ms ease-out;
    background-color: rgb(99,102,101);
    /* RGBa with 0.6 opacity */
    background-color: rgba(99,102,101, 0.8);
}
[class*="categorypath-shop-women"] .inner-banner-block .inner-banner-cont {
    float: left;
    left: 22%;
    position: absolute;
    top: 39%;
    width: 55%;
    -webkit-transition: top 400ms 100ms ease-out;
    -moz-transition: top 400ms 100ms ease-out;
    -ms-transition: top 400ms 100ms ease-out;
    -o-transition: top 400ms 100ms ease-out;
    transition: top 400ms 100ms ease-out;
    background-color: rgb(163,105,86);

    background-color: rgba(163,105,86, 0.8);
}
.banner-content {
    /* background: #000;*/
    opacity: 1;
    float: left;
    padding: 25px 2%;
    text-align: center;
    width: 96%;
}
.banner-content h1 {
    letter-spacing: 1px;
    color: #fff;
    font: 400 24px/28px "Mercury Text G1 A", "Mercury Text G1 B";
    font-style: italic;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 5px;
    text-transform: capitalize;
    display: block;
    margin: 0 auto;
    width: 75%;
}
.banner-content p, .banner-content h2 {
    letter-spacing: 1px;
    padding: 7px 0 0;
    float: left;
    width: 100%;
    color: #f7f8f8;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.banner-content a {
    font: 400 12px/18px "Verlag A", "Verlag B";
    color: #ba8748;
}
.banner-content a:hover, .banner-content a:focus {
    color: #646258;
}
.banner-content.position-left {
    left: 8.5%;
}
.banner-content.position-right {
    right: 9%;
    left: auto;
}
.banner-content.position-center {
    left: 50%;
    margin-left: -15%;
    text-align: center;
}
.banner-content.text-left {
    text-align: left;
}
.banner-content.text-right {
    text-align: right;
}
.banner-content.text-center {
    text-align: center;
}
.banner-content.white-text {
    color: #ffffff;
}
.banner-content.white-text .banner-heading {
    color: #ffffff;
}
.banner-content.white-text a {
    color: #ffffff;
}
.banner-content.white-text a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.banner-heading {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}
.banner-background {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
img.banner-background {
    height: auto;
}
.main-menu #nav {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.homepage-container .row {
    margin-bottom: 0;
}
.flexslider-slide {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    float: left;
    margin: 0 0 0 -1px;
    width: 100%;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: 0;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.bx-wrapper .bx-pager {
    /*bottom: -7px;*/
    bottom: 0;
}
/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    /*display: inline-block;*/
    /**zoom: 1;
 *display: inline;*/
    float: left;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #43474A;
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 7px;
    margin: 0 5px 0 0;
    outline: 0;
    opacity: 0.01;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #43474A;
    opacity: 1;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -17px;
    background: url(../images/ui/left-arrow.png) center left no-repeat;
}
.bx-wrapper .bx-next {
    right: -17px;
    background: url(../images/ui/right-arrow.png) center left no-repeat;
}
.bx-wrapper .bx-prev:hover {
    background: url(../images/ui/left-arrow-hvr.png) center left no-repeat;
}
.bx-wrapper .bx-next:hover {
    background: url(../images/ui/right-arrow-hvr.png) center left no-repeat;
}
/*.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

*/.bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 48%;
      margin-top: 0;
      outline: 0;
      width: 32px;
      height: 32px;
      text-indent: -9999px;
      z-index: 99;
  }
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.bx-clone { display: none }
.jquery-selectbox {
    float: left;
    height: 25px;
    position: relative;
    z-index: 99;
    margin: -6px 0 0;
    padding: 0 0 0 3%;
    text-align: left;
    float: left;
    display: inline;
    font: 16px/25px 'myriad_proregular';
    color: #404040;
    width: 110px !important;
}
.jquery-selectbox .jquery-selectbox-currentItem {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
}
.jquery-selectbox .jquery-selectbox-list {
    display: none;
    position: absolute;
    top: 25px;
    margin: 0;
    left: 0;
    background: #fff;
    height: 160px;
    width: 99.5% !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    border: 1px solid #888;
}
.jquery-selectbox .jquery-selectbox-moreButton {
    position: absolute;
    right: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../images/ui/arrow-bg.png) no-repeat right center;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
    background: #787866;
    color: #fff;
    cursor: pointer
}
.jquery-selectbox-item {
    line-height: 25px;
}
.jquery-selectbox .jquery-selectbox-item {
    display: block;
    cursor: default;
    padding: 0 5px 0 10px;
    width: 98%;
    float: left;
}
.website-switcher {
    width: 100%;
    float: left;
}
#homepage-slider1 .next, #homepage-slider1 .prev {
    display: none;
}
/*#homepage-slider .next, #homepage-slider .prev {
	position: absolute;
	z-index: 3;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url(../images/ui/icon-gallery-horz.png) 0 0 no-repeat #000000;
	border-radius: 34px;
	border: none;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 20 )";
	opacity: 0.2;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	-ms-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	white-space: nowrap;
	text-indent: 300%;
	overflow: hidden;
}
#homepage-slider .next:hover, #homepage-slider .prev:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
	opacity: 1;
}
#homepage-slider .next {
	right: 20px;
	top: 50%;
	background-position: right center;
}
#homepage-slider .prev {
	top: 50%;
	left: 20px;
}
.single-slide .swipe-wrap > li {
	position: static;
	opacity: 1;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.swipe.use-slide {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe .swipe-wrap > li {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
	opacity: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-ms-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}*/
.video-frame iframe {
    width: 100%;
    height: 430px;
}
.sliderCont {
    /*width: 650px;*/
    width: 55%;
    float: left;
    position: absolute;
    top: 38%;
    left: 22%;
}
.sliderContBlock {
    padding: 45px 2% 38px;
    width: 96%;
    background: url(../images/ui/white-bg.png);
    float: left;
    text-align: center;
}
.sliderContBlock h2 {
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #313233;
    font: 400 35px/38px "Mercury Text G1 A", "Mercury Text G1 B";
    font-style: italic;
}
.sliderContBlock p a.link {
    letter-spacing: 1px;
    color: #313233;
    font: 400 12px/15px "Verlag A", "Verlag B";
    float: left;
    width: 100%;
    text-align: center;
    padding: 6px 0 0;
}
.sliderContBlock p a span {
    font-family: "Verlag A", "Verlag B";
    font-weight: 700;
}
.bx-wrapper .bx-viewport ul li:hover .sliderContBlock {
    /*background: url(../images/ui/black-bg.png);
    color: #313233;*/
}
.bx-wrapper .bx-viewport ul li:hover .sliderContBlock h2, .bx-wrapper .bx-viewport ul li:hover .sliderContBlock p a.link {
    color: #313233;
}
.bx-pager-item {
    /*width: 25%;*/
    margin: 0;
    float: left;
}
.row {
    margin-bottom: 20px;
    zoom: 1;
}
.row:before, .row:after {
    content: '';
    display: table;
}
.row:after {
    clear: both;
}
.col {
    float: left;
}
.col + .col {
    margin-left: 2.5%;
}
.quarter {
    width: 23.12%;
}
.half {
    width: 48.75%;
}
.three-quarters {
    width: 74%;
}
.third {
    width: 31.1%;
}
.two-thirds {
    width: 65%;
}
.third + .third, .third + .two-thirds, .two-thirds + .third {
    margin-left: 3.35%;
}
.full {
    width: 100%;
}
.item {
    padding: 20px 0;
}
.item .heading {
    margin-bottom: 15px;
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
}
.item .description {
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 22px;
    color: #7a7a7a;
}
.item .more-btn {
    font-size: 15px;
}
.item img {
    width: 100%;
}
.item .visual {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ababab;
}
.borders {
    padding-top: 0;
}
.borders:before {
    content: '';
    display: block;
    width: 100%;
}
.borders .item {
    padding-top: 0;
}
.quote {
    text-align: center;
}
.quote blockquote {
    padding: 25px 15px;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}
.quote blockquote:before {
    content: '"';
    height: 40px;
    line-height: 100px;
}
.quote blockquote:after {
    content: '"';
    height: 45px;
    line-height: 125px;
}
.quote blockquote:before, .quote blockquote:after {
    display: block;
    font-size: 130px;
    color: #e4e4e4;
}
.hover {
    position: relative;
}
.hover img {
    display: block;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.hover:hover {
    background-color: #000000;
}
.hover:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 50 )";
    opacity: 0.5;
}
.hover:hover .hover-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
.hover-content {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    text-align: center;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
}
.hover-content a {
    font: italic normal 14px "Verlag A", "Verlag B";
    color: #ba8748;
}
.hover-content a:hover, .hover-content a:focus {
    color: #646258;
}
.hover-content a:hover {
    text-decoration: underline;
}
.hover-content .heading, .hover-content .description {
    color: #ffffff;
}
.homepage-container .center {
    overflow: visible;
}
.productblock {
    padding: 30px 3% 0;
    float: left;
    width: 94%;
}
.productbox1 {
    float: left;
    cursor: pointer;
    margin: 0 0 0 3%;
    width: 31%;
    padding: 8px 0 20px;
}
.productbox1 span {
    color: #5F6265;
    /*color: #000;*/
    font: 400 12px/15px "Verlag A", "Verlag B";
    width: 100%;
    /*float: left;*/
    padding: 0 0 5px 0;
    display: block;
}
.productbox1 h2 {
    color: #000;
    font: 700 12px/18px "Verlag A", "Verlag B";
    width: 100%;
    text-transform: uppercase;
    /*min-height: 25px;*/
    display: inline-block;
    letter-spacing: 1px;
}
.productbox1 a {
    /*border: 1px solid #999;*/
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;/*border-bottom: 6px solid #fff;*/
}
.productbox1 a img {
    display: block;
    width:100%;
}
.productbox1 a cite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    /*background: #000;*/
    opacity: 0.001;
    border-bottom: 6px solid #43474A;
}
.productbox1 p {
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
    width: 100%;
    float: left;
    padding: 10px 0 0;
}
.productbox1-first {
    margin: 0;
}
.productbox1:hover a cite {
    opacity: 1;
}
.productblock-second {
    padding-bottom: 20px;
    padding-top: 0;
}
/*layouts styles*/
.layout1-box1{
    width: 48%;
    float: left;
    margin: 0;
}
.layout1-box2{
    width: 48%;
    float: right;
    margin: 0;
}
.layout1-box3{
    width: 100%;
    margin: 0;
    float: left;
}
.layout3-box1{
    float: left;
    width: 31%;
    margin: 0;
}
.layout3-box2{
    float: right;
    width: 66%;
    margin: 0;
}
.layout4-box3{
    float: right;
}

/* End layouts styles*/

.homepage-sections-blocks{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.social-presence {
    padding: 0;
    width: 29.3%;
    border-top: 1px solid #ababab;
}
.social-presence + .social-presence {
    margin-left: 6%;
}
.social-presence .heading {
    position: relative;
    margin: 10px 0;
    padding-left: 45px;
    line-height: 31px;
}
.social-presence .heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(../images/ui/icon-social.png) 0 0 no-repeat;
}
.social-presence .twitter:before {
    background-position: 0 0;
}
.social-presence .facebook:before {
    width: 31px;
    background-position: -32px 0;
}
.social-presence .instagram:before {
    background-position: -63px 0;
}
.bread-crumbs-block {
    width: 100%;
    float: left;
}
.bread-crumbs-block .center {
    clear: both;
    overflow: hidden;
}
.breadcrumbs {
    float: left;
    width: 90%;
    padding: 30px 0 25px 35px;
}
.breadcrumbs li {
    display: inline;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.breadcrumbs li a {
    color: #000;
    font-weight: 400;
}
/*.breadcrumbs a {
    color: #000;
}*/
.breadcrumbs .current {
    font-weight: normal;
    color: #000;
    font-family: "Verlag A", "Verlag B";
    letter-spacing: 1px;
    font-weight: 700;
}
.side-menu {
    float: left;
    width: 20%;
    padding: 50px 0 0;
}
.categories-nav {
    width: 100%;
    float: left;
}
.side-menu .categories-nav ul {
    float: left;
    padding: 0 0 10px;
    margin: 0 0 0 30px;
    border-bottom: 1px solid #d7d7d7;
}
.side-menu .categories-nav li {
    margin: 0;
    padding: 0 0 15px;
    color: #000;
    float: left;
    letter-spacing: 1px;
    width: 100%;
    font: 400 16px/20px "Verlag A", "Verlag B";
}
.side-menu .categories-nav li.current {
    font-weight: normal;
    color: #000;
}
.side-menu .categories-nav a {
    color: #7a7a7a;
    font: 400 16px/20px "Verlag A", "Verlag B";



}
.side-menu .categories-nav a:hover {
    color: #000;
}
.side-menu .heading {
    padding: 10px 0;
    font-size: 20px;
    color: #000000;
}
.side-menu.customer-menu {
    border: none;
}
.side-menu.customer-menu .heading {
    border-bottom: 1px solid #b9b9b9;
}
.side-menu.customer-menu li {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #b9b9b9;
    color: #999999;
}
.side-menu.customer-menu li a {
    font-weight: normal;
}
.side-menu.customer-menu li.current {
    color: #000;
    font-weight: normal;
}
.side-menu .level1.first {
}
.side-menu .level1.last {
}
.side-menu .level1:before {
}
.side-menu .categories-nav ul li ul {
    padding: 0 0 8px 12px;
    margin: 0;
    float: left;
    border: none;
    width: 96%;
}
.side-menu .categories-nav ul li ul li {
    padding: 6px 0 0;
    margin: 0 0 0 0;
}
.side-menu .categories-nav ul li ul li a {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.filter-by-block {
    width: 100%;
    float: left;
    padding: 0;
    letter-spacing: 1px;
}
.filter-by-block h2 {
    border-top: 1px solid #d7d7d7;
    width: 90%;
    float: left;
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    padding: 15px 0 20px 0;
    margin-left: 30px;
    font-style: italic;
    /* display: none;*/
}
.filter-box1 {
    width: 100%;
    float: left;
    padding: 20px 0 20px 0;
}
.filter-box1 h3, .filter-box1 dt {
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    padding: 0 0 5px 30px;
}
.filter-box1 dd {
    width: 100%;
    float: left;
}
.filter-box1 ul, .filter-box1 ol {
    /*width: 95%;
    float: left;
    padding: 0 0 0 5%;*/
}
.filter-box1 dt:first-child {
    display: none;
}
.filter-box1 .amshopby-advanced .level0 > a span {
    font-family: "Verlag A", "Verlag B";
    font-style: italic;
    font-weight: 400;
}
.filter-box1 .amshopby-advanced .level0 > a span div{
    /*float:left;
   display:inline;*/
    display:inline-block;
}
.filter-box1 .amshopby-advanced .level0 > a span div:first-child
{
    font-style: normal;
}
.filter-box1 ul li, .filter-box1 ol li {
    /*float: left;
    width: 100%;
    padding: 1px 0 0;*/
}
filter-box1 ol li {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.filter-box1 ul li a, .filter-box1 ol li a {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    padding: 3px 5px 3px 5px;/*padding: 1px 5px 1px 50px;*/
}
.filter-box1 ul li a:hover, .filter-box1 ol li a:hover {
    color: #111111;
    text-decoration: none;
}
.filter-box1 ul li a:focus, .filter-box1 ul li a:active, .filter-box1 ol li a:active, .filter-box1 ol li a:focus {
    /*background: #111;
	color: #fff;
	text-decoration: none;*/
}


.filter-box1 ol li a.amshopby-attr-selected{
    background: #111;
    color: #fff;
    text-decoration: none;
}


.side-menu .filter-box1 ol {
    float: left;
    width: 100%;
    padding: 0 0 20px;
}
.side-menu .filter-box1 ol li {
    float: left;
    width: 100%;
}
.side-menu .filter-box1 ol li ol li.active a,.side-menu .filter-box1 ol li ol li.expanded a{
    color: #000;
}
.side-menu .filter-box1 ol li ol {
    width: 100%;
    float: left;
    padding: 0;
}
.side-menu .filter-box1 ol li ol li,.catalogsearch-result-index .side-menu .filter-box1 ol li  {
    float: left;
    width: 100%;
    padding: 0 0 14px;
    color: #7a7a7a;
    /*text-transform: uppercase;*/
    font: 400 16px/20px "Verlag A", "Verlag B";
}
.catalogsearch-result-index .side-menu .filter-box1 ol li{
    padding: 0;
}

.side-menu .filter-box1 ol li ol li a {
    color: #7a7a7a;
    /*text-transform: uppercase;*/
    font: 400 14px/20px "Verlag A", "Verlag B";
    padding-left: 30px;
}
.side-menu .filter-box1 ol li ol li.active ul li a,.side-menu .filter-box1 ol li ol li.expanded ul li a {
    color: #7a7a7a;
}
.side-menu .filter-box1 ol li ol li a:hover {
    color: #000;
}
.side-menu .filter-box1 ol li ol li.active ul li a:hover,.side-menu .filter-box1 ol li ol li.expanded ul li a:hover {
    color: #000;
}
.side-menu .filter-box1 ol li ol li.active ul li.active a,.side-menu .filter-box1 ol li ol li.expanded ul li.active a{
    color: #000;
}
.side-menu .filter-box1 ol li ol li a.active, .side-menu .filter-box1 ol li ol li a:hover, .side-menu .filter-box1 ol li ol li a:focus, .side-menu .filter-box1 ol li ol li a:active {
    color: #000;
    font-weight: normal;
}
.side-menu .filter-box1 ol li ol li ul {
    float: left;
    width: 90%;
    padding: 0 0 0 10%;
}
.side-menu .filter-box1 ol li ol li ul li {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    padding: 8px 0 0;
}
.side-menu .filter-box1 ol li ol li ul li a {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.side-menu .filter-box1 ol li a.amshopby-attr {
    background: none;
    letter-spacing: 2px;
    margin: 0;
    padding: 3px 0 0 46px;
}
.side-menu .filter-box1 ol li a.amshopby-attr-selected {
    background: #111111;
    color: #fff;
    /*letter-spacing: 2px;
	margin: 0;
	padding: 3px 10px;*/
    padding-left: 46px;
}
div.block-layered-nav dd a.amshopby-attr-selected{
}
.side-menu .filter-box1 ol li.amshopby-clearer .amshopby-more {
    margin: 10px 0 0 0;
}
.catalogsearch-result-index .side-menu .filter-box1 ol li.amshopby-clearer .amshopby-more{
    margin-left: 30px;
}
.catalogsearch-result-index .side-menu .filter-box1 dd.odd ol li.amshopby-cat{
    padding: 0 0 14px 30px;
    color: #7a7a7a;
    /*text-transform: uppercase;*/
    font: 400 14px/20px "Verlag A", "Verlag B";
}
.catalogsearch-result-index .side-menu .filter-box1 dd.odd ol li.amshopby-cat a{
    color: #7a7a7a;
    /*text-transform: uppercase;*/
    font: 400 14px/20px "Verlag A", "Verlag B";
}
.catalogsearch-result-index .side-menu .filter-box1 dd.odd ol li.amshopby-cat a span
{
    font-style: italic;
}
.catalogsearch-result-index .side-menu .filter-box1 dd.odd ol li.amshopby-cat a:hover{
    color: #000;
}
.clear-all {
    float: left;
    color: #000;
    font: 700 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    margin: 0px 0 0 0;
}
.my-acnt-page {
    padding: 0 0 0 30px;
}
.main-column.login-box.account-login, .stores.main-column {
    border-top: none;
    width: 71%;
    padding-bottom: 80px;
}
.main-column.login-box {
    margin: 0 30px 0 0;
    border-top: none;
    width: 71%;
    padding-bottom: 30px;
}
.account-container.clearfix.center {
    padding-top: 40px;
}
.customer-account-login .account-container.clearfix.center {
    overflow: visible;
    clear: both;
}
.side-menu.customer-menu {
    padding: 0 0 0 30px;
    width: 20%;
    float: left;
    letter-spacing: 2px;
}
.side-menu.customer-menu .heading {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    text-transform: lowercase;
    border-bottom: none;
    padding: 0;
}
.side-menu.customer-menu .heading span {
    /* text-transform: uppercase;*/
    font-style: normal;
    text-transform: lowercase;
}
.side-menu.customer-menu .heading strong {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
}
.side-menu.customer-menu ul {
    float: left;
    width: 90%;
    padding: 8px 0 0 10%;
    margin: 0;
}
.side-menu.customer-menu ul li {
    padding: 14px 0 0;
    margin: 0;
    width: 100%;
    border: none;
    font: 400 12px/16px "Verlag A", "Verlag B";
    letter-spacing: 2px;
}
.side-menu.customer-menu ul li a {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.side-menu.customer-menu ul li a:hover, .side-menu.customer-menu ul li.current {
    color: #000;
}
.side-menu .filter-box1 .clear-all{
    padding-left: 30px;
}
.side-menu .filter-box1 li.amshopby-clearer{
    padding-left: 30px;
}


.main-column {
    float: right;
    width: 74%;
}
.page-container .category-products.main-column {
    width: 74%;
    padding: 0;
}
.popup, .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup {
    display: none;
    z-index: 1100;
}
.backdrop {
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.popup-frame {
    position: relative;
    z-index: 2;
    width: 740px;
    margin: 0 auto;
    padding: 35px 40px;
    background-color: #ffffff;
    font-size: 12px;
    color: #7a7a7a;
}
.popup-frame .page-title h1 {
    padding-bottom: 6px;
    color: #000;
}
.popup-frame .sub-heading {
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    margin: 0;
    text-transform: uppercase;
}
.popup-frame .dashboard-intro {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    padding: 10px 0px;
}
.popup-frame .banner, .popup-frame .slider {
    margin-bottom: 0;
}
.popup-close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: url(../images/ui/close-cross.png) center center no-repeat;
    outline: none;
    padding: 13px 15px 11px;
    font-size: 13px;
    font-family: "Verlag A", "Verlag B";
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: 1.5px;
    text-align: center;
    border: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
}
.popup-close.primary {
    color: #ffffff;
    border: 2px solid #000000;
    background-color: #000000;
}
.popup-close.secondary {
    color: #c7c8c3;
    border: 2px solid #d8d7d2;
    background-color: #ffffff;
}
.popup-close.tertiary {
    color: #ffffff;
    border: 2px solid #cccccc;
    background-color: #cccccc;
}
.popup-close span {
    font-size: 20px;
    font-weight: normal;
    line-height: 0;
    padding-left: 5px;
    margin-right: -5px;
}
.dotted-intro {
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000000;
    line-height: 26px;
}
.dotted-intro.send-to-friend {
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000000;
    line-height: 0;
}
.social-share {
    display: inline-block;
    vertical-align: middle;
}
.social-networks .social-share li {
    display: inline-block;
}
.social-networks .social-share a {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
}
.social-networks .social-share a.google-plus {
    background-position: -58px 0;
}
.social-networks .social-share a.tumblr {
    background: url(../images/ui/icon3.jpg) no-repeat left top;
}
.social-networks .social-share a.facebook {
    background: url(../images/ui/icon1.jpg) no-repeat left top;
}
.social-networks .social-share a.twitter {
    background: url(../images/ui/icon2.jpg) no-repeat left top;
}
.social-networks .social-share a.pinterest {
    background: url(../images/ui/icon4.jpg) no-repeat left top;
}
.social-networks .social-share a.email {
    background: url(../images/ui/email-icon.png) no-repeat left top;
}
.accordion {
    border-bottom: 1px solid #cccccc;
}
.accordion .heading {
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    font-size: 20px;
    color: #000000;
    background: url(../images/ui/accordion-ui.png) right 0 no-repeat;
    cursor: pointer;
}
.accordion .heading.expanded {
    background-image: none;
    cursor: auto;
}
.accordion .heading:hover {
    background-position: right -40px;
}
.accordion .sub-heading {
    margin-bottom: 10px;
}
.accordion-content {
    display: none;
    padding: 15px 25px 30px 25px;
    color: #7a7a7a;
    zoom: 1;
}
.accordion-content:before, .accordion-content:after {
    content: '';
    display: table;
}
.accordion-content:after {
    clear: both;
}
.accordion-content.visible {
    display: block;
}
.accordion-content p {
    margin-bottom: 25px;
}
.accordion-content .button {
    width: 150px;
}
.line-through {
    border-bottom: 1px solid #b8b8b8;
    color: #666666;
    font: italic 15px/0px "Verlag A", "Verlag B";
    text-align: center;
}
.line-through span {
    padding: 0 10px;
    background-color: #ffffff;
    line-height: 0px;
}
figcaption {
    padding: 10px 0;
    color: #666666;
    font-size: 14px;
}
#notifications {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 15px;
}
.notification {
    background: #262626;
    padding: 10px;
    border:none;
    font: 400 14px/25px "Verlag A", "Verlag B";
    color: #fff;
    margin: 0;
}
.please-wait {
    float: left;
    clear: both;
    display: block;
    margin-top: 15px;
    padding-left: 35px;
    line-height: 32px;
    font-size: 15px;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
    background: url(../images/ui/loading.gif) center left no-repeat;
}
.pager {
    float: right;
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    color: #7a7a7a;
}
.pager .amount {
    color: #000;
    float: left;
    font: 400 12px/18px "Verlag A", "Verlag B";
    /*width: 100%;*/
    padding: 0 0 15px;
    text-transform: uppercase;
}
.pager .limiter.inline {
    float: left;
    width: 35%;
}
.pager .limiter.inline label {
    margin: 0;
}
.pages li {
    display: inline-block;
    padding: 0 4px;
}
.pages li a {
    color: #7a7a7a;
}
.pages li.current {
    font-weight: bold;
}
.pages > strong {
    float: left;
    padding-right: 5px;
}
.pager .pages {
    float: right;
}
.limiter label {
    float: left;
    line-height: 15px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.limiter.inline select {
    margin: 0 10px 0 0;
    float: left;
}
.limiter .label {
    width: auto;
    padding: 0;
    margin: 1px 7px 0 0;
    line-height: 16px;
    float: left;
}
.limiter select {
}
.pages {
    float: left;
}
.pages .back-to-top {
}
.pages .vieall-link {
}
.pages ol {
}
.pager .pages .vieall-link {
    float: right;
    text-transform: uppercase;
    margin: 0 20px;
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.pager .pages .back-to-top {
    float: right;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.pager .pages ol {
    float: right;
    margin: 0;
    padding: 0;
}
.pager .pages ol li {
    float: left;
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.pager .pages ol li a {
    color: #000;
}
.pager .pages ol li a img {
    margin: 5px 0 0;
}
.data-table {
    width: 100%;
}
.data-table thead {
    background-color: #f5f5f5;
}
.data-table th {
    padding: 6px 10px;
    font-weight: bold;
    text-align: left;
}
.data-table tr:nth-child(even) {
    background-color: #f5f5f5;
}
.data-table td {
    padding: 10px;
    vertical-align: middle;
}
.table-head, .table-row {
    padding: 10px 0;
    zoom: 1;
}
.table-head:before, .table-row:before, .table-head:after, .table-row:after {
    content: '';
    display: table;
}
.table-head:after, .table-row:after {
    clear: both;
}
.table-head .col, .table-row .col {
    float: none;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.table-head {
    /*background-color: #f5f5f5;*/
    font-weight: normal;
    border-bottom: 1px solid #d7d7d7;
}
.order-history .table-head{
    border-bottom: 1px solid #d7d7d7;
}
.table-row {
    zoom: 1;
}
.table-row:before, .table-row:after {
    content: '';
    display: table;
}
.table-row:after {
    clear: both;
}
.table-row:nth-child(even) {
    background-color: #f0f0f0;
}
.table-row > ul {
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}
.main-column.login-box {
    border: none;
}
.main-column.login-box.account-login h2.heading {
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.main-column.login-box h2 {
    color: #000;
    font: 400 14px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-column.login-box.account-login p {
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    padding: 0;
    margin-bottom: 10px;
}
.faq-block {
    width: 100%;
    float: left;
    padding: 0;
    letter-spacing: 2px;
}
.faq-block h2 {
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.cms .faq-block h3 {
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
    margin: 20px 0 0;
}
.faq-block .menu {
    width: 100%;
    float: left;
    padding: 5px 0 15px;
    margin: 0;
}
.faq-block .menu li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.faq-block .menu li a {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-decoration: none;
    font-style: italic;
}
.faq-block .menu li a:hover {
    color: #000;
}
.faq-block p {
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    padding: 15px 0 0;
}
.faq-block p strong {
    color: #000;
    font: 400 12px/22px "Verlag A", "Verlag B";
    display: block;
}
.faq-block p a {
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    text-decoration: none;
    font-style: italic;
    text-decoration: none;
}
.faq-block p a em {
    color: #7a7a7;
    font-style: italic;
}
.faq-block p a:hover,.faq-block p a em:hover{
    text-decoration: none;
}
.faq-block ul {
    /*float: left;
	width: 90%;*/
    padding: 20px 0;
    float: left;
}
.faq-block ul li {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    padding: 5px 0 0;
    float: left;
    width: 100%;
}
.faq-block ul li a {
    color: #7a7a7a;
    font: 400 italic 12px/20px "Verlag A", "Verlag B";
}
.faq-block ul li a:hover {
    color: #000;
}
.faq-block ol {
    /*float: left;

	width: 90%;*/
    padding: 20px 0;
    float: left;
}
.faq-block ol li {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    padding: 5px 0 0;
    float: left;
    width: 100%;
}
.faq-block ol li a {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.faq-block ol li a:hover {
    color: #000;
}
.faq-block p a:hover {
    color: #000;
}
.faq-block1 p a {
    margin: 0;
    color: #7a7a7a;
    font: 700 12px/20px "Verlag A", "Verlag B";
}
.faq-block1 p a:hover {
    text-decoration: none;
}
.faq-block1 p a em {
    font-style: normal;
}
.button-set button.primary span, .button.primary span {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .center {
        /*width: 96%;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider .banner-content, .banner .banner-content {
        top: 25px;
    }
    .slider.center, .banner.center {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .view-crat-block {
        margin: 0;
    }
    #search-bar input {
        width: 85%;
    }
}
@media only screen and (max-width: 640px) {
    .no-mobile {
        display: none;
    }
    .breadcrumbs {
        margin-top: 15px;
        line-height: 1.5em;
    }
    .inline label {
        margin-bottom: 5px;
    }
    .inline .label {
        width: 100%;
    }
    .catalog-product-view .product-options .product-attribute select {
        font-size: 22px !important;
    }
    .inline .input-text, .inline .select {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }
    .select {
        width: 100%;
    }
    .button {
        font-size: 16px;
    }
    .button.single {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .button-set {
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    .button-set .button {
        width: 100%;
        padding: 15px 0;
    }
    .button-set .button + .button {
        margin-left: 0;
        margin-top: 10px;
    }
    .accordion-content .button {
        width: 100%;
    }
    .unfloat {
        float: none;
    }
    .to-half {
        float: left;
        width: 48.75%;
    }
    .to-half:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
    }
    .to-full {
        width: 100%;
    }
    .col + .to-full {
        margin-left: 0;
    }
    .to-right {
        float: right;
    }
    .social-presence {
        width: 100%;
        margin-top: 15px;
    }
    .social-presence + .social-presence {
        margin-left: 0;
    }
    .social-presence .description {
        margin-bottom: 0;
    }
    .main-column, .side-menu {
        width: 100%;
    }
    .side-menu {
        margin-top: 30px;
    }
    .side-menu.customer-menu {
        /*border-top: 1px solid #b9b9b9;*/
    }
    .back-to-top {
        display: block;
        width: 100%;
        margin: 20px 0;
        padding: 15px 0;
    }
    #homepage-slider {
        height: 250px !important;
    }
    .slider .next, .slider .prev {
        display: none;
    }
    .banner-content {
        /*right: auto;
        left: 5%;
        width: 80%;
        padding: 15px 5%;
        border-radius: 10px;
        text-align: center;*/
    }
    .banner-content.text-right, .banner-content.text-left {
        text-align: center;
    }
    .banner-content p {
        /*display: none;*/
    }
    .category-intro .banner-content h2 {
        /* display: none;*/
    }
    .category-intro .category-image {
        /* height: 100%;
        max-width: none;*/
    }
    #notifications {
        width: 90%;
        right: 5%;
        bottom: 10px;
    }
    .notification {
        padding: 25px 0;
        text-align: center;
        box-shadow: 0 2px 10px -5px #000000;
    }
    .video-frame iframe {
        height: 430px;
    }
}
@media only screen and (max-width: 400px) {
    .video-frame iframe {
        height: 160px;
    }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .select {
        padding: 5px 5px 5px 10px;
        background: #F9F9F9;
    }
}
*:focus {
    outline: none;
}
.site-header {
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}
.top-menu {
    width: 100%;
    float: left;
    padding: 0;
}
.top-menu .center {
    overflow: visible;
}
.header {
    float: left;
    width: 100%;
}
.top-menu > ul > li > a, .top-menu > ul > a {
    display: block;
    padding: 12px 0 11px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
}
.top-menu > ul > li {
    float: left;
}
.top-menu.no-weather .user-link {
    width: 18%;
}
/*.top-menu > ul > li.view-cart,.top-menu > ul > li.user-link{
	float: right;
}*/
.top-menu > ul > li.user-link a {
    color: #979797;
    font-family: "Verlag A", "Verlag B";
    font-size: 11px;
    font-weight: 400;
}
.top-link {
    padding: 12px 0 0;
    text-align: center;
}
.top-link a {
    padding: 0;
}
.shipping-country {
    float: left;
}
.shipping-country .website-switcher strong {
    font-size: 12px;
    font-weight: 400;
    font-family: "Verlag A", "Verlag B";
    /*text-transform: capitalize;*/
    color: #43474A;
    float: left;
    padding: 5px 0 0 35px;
    letter-spacing: 1px;
}
.select-country {
    width: 178px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    position: relative;
    margin: 2px 0 0 0;
    float: left;
}
.select-country span {
    position: absolute;
    left: 8px;
    top: 0px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px 0 0;
    letter-spacing: 1px;
    color: #111111;
    font-family: "Verlag A", "Verlag B";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: url(../images/ui/arrow-bg.png) no-repeat right center #fff;
}
.select-country select {
    opacity: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    -webkit-appearance: none;
    height: 22px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #101010;
    font-family: "Verlag A", "Verlag B";
    cursor: pointer;
    border: none;
    background: none;
    float: left;
    width: 160px;
    text-transform: uppercase;
}
.select-country select option {
    background: #43474A;
    padding: 3px 5px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.select-country select option:hover {
    color: #0C3;
}
.shipping-country {
    width: 100%;
}
.currency {
    width: 7%;
    line-height: 21px;
}
.shipping-destination {
    width: 13%;
    padding: 10px 0;
}
.weather {
    width: 21%;
}
.user-link {
    /*width: 12%;*/
    width: 100%;
    letter-spacing: 1px;
    color: #7a7a7a;
    font-family: "Verlag A", "Verlag B";

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /*text-transform: uppercase;*/
    -webkit-transition: width 400ms ease-in-out;
    -moz-transition: width 400ms ease-in-out;
    -ms-transition: width 400ms ease-in-out;
    -o-transition: width 400ms ease-in-out;
    transition: width 400ms ease-in-out;
}
.view-cart {
    width: 100%;
    color: #7a7a7a;
    font-family: "Verlag A", "Verlag B";
    font-size: 12px;
    line-height: 15px;
    float: left;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.view-cart strong {
    color: #7a7a7a;
    font-family: "Verlag A", "Verlag B";
    font-size: 12px;
    font-style: normal;
    float: left;
    font-weight: normal;
    letter-spacing: 1px;
}
.view-cart .shipping-to {
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
}
.header-top-block {
    width: 100%;
    float: left;
    padding: 25px 0 15px;
}
.shiping-block {
    width: 40%;
    float: left;
}
.logo-block {
    width: 100%;
    float: left;
    padding: 0 0 12px;
}
.main-logo {
    width: 100%;
    float: left;
}
.login-block {
    float: right;
    width: 60%;
    padding: 14px 0 0;
}
.my-account {
    float: right;
    margin: -1px 0 0 20px;
    position: relative;
}
.my-account .user-link {
    position: relative;
}
.my-account .user-link .my-account-hover {
    background: #43474A;
    color: #fff;
    display: none;
    letter-spacing: 2px;
    padding: 0 15px 20px 15px;
    position: absolute;
    left: -85px;
    text-align: left;
    top: 156%;
    width: 257px;
    z-index: 15;/*  text-transform: uppercase;*/
}
.my-account .user-link:hover .my-account-hover {
    display: block;
}
.my-account-hover .border {
    /*float: left;*/
    width: 75px;
    height: 1px;
    border-top: 1px solid #fff;
    margin: -2px auto 0;
    display: block;
}
.my-account-login {
    width: 100%;
    float: left;
    padding: 5px 0 0;
}
.my-account-field1 {
    width: 100%;
    float: left;
    padding: 8px 0 0;
}
.my-account-field1 label {
    float: left;
    width: 100%;
    color: #fff;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    text-align: center;
}
.my-account-field-input {
    width: 100%;
    float: left;
    padding: 0;
    margin: 4px 0 0;
}
.my-account-field-input input {
    width: 100%;
    background: #f7f7f7;
    float: left;
    height: 23px;
    color: #000;
    font: 12px/16px "Verlag A", "Verlag B";
    font-weight: 400;
    outline: none;
    border: none;
    text-transform: lowercase;
    padding: 0 5%;
}
.my-account-field-input .validation-advice{
    padding: 0;
}
.submit-btn {
    width: 100%;
    float: left;
    padding: 8px 0 0;
    text-align: center;
}
.submit-btn input {
    color: #fff;
    font: 400 12px/16px "Verlag A", "Verlag B";
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    /*float: left;*/
    text-transform: uppercase;
    letter-spacing:2px;
}
.create-my-acnt {
    width: 100%;
    float: left;
    padding: 8px 0 0;
    text-align: center;
}
.my-account .user-link .my-account-hover .create-my-acnt .acnt-link {
    color: #fff;
    font: 400 12px/16px "Verlag A", "Verlag B";
    padding: 0;
    margin: 8px 0 0;
    float: left;
    width: 100%;
    text-align: center;
}
.my-account .user-link .my-account-hover .create-my-acnt .acnt-link:hover, .my-account .user-link .my-account-hover .create-my-acnt .acnt-link:focus, .my-account .user-link .my-account-hover .create-my-acnt .acnt-link:active {
    background: none;
    color: #fff;
}
.my-account-2 {
    float: right;
    margin: -1px 0 0 15px;
}
.view-crat-block {
    float: right;
    margin: -9px 27px 0 10px;
}
.search-box {
    float: right;
}
.user-link a {
    color: #43474A;
    font-family: "Verlag A", "Verlag B";
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 400;/*text-transform: uppercase;*/
}
.my-account .user-link a {
    padding: 8px;
}
.my-account:hover .user-link a {
    background: #43474A;
    color: #fff;
}
.my-account .user-link a:hover, .my-account .user-link a:focus, .my-account .user-link a:active {
    background: #43474A;
    color: #fff;
}
.my-account-2 .user-link a {
    padding: 8px;
}
.my-account-2 .user-link a:hover, .my-accountmy-account-2 .user-link a:focus, .my-account-2 .user-link a:active {
    background: #262626;
    color: #fff;
}
#searchinout {
    float: left;
}
#searchinout input {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    height: 25px;
    /*margin: -12px 4px 0 0;*/
    margin: -8px -25px 0 0;
    padding: 0 25px 0 10px;
    width: 210px;
    /*border: 1px solid #d7d7d7;
    background: #fff;
    border-radius: 5px;*/
    background: #EFE3D8;
    border: none;
    border-radius: 0;
    font-weight: 400;
}
#expandbox {
    display:none;
    float: left;
}
.icon-search {
    width: 20px;
    height: 20px;
    margin: -5px 0 0;
    background: url(../images/ui/search-icon.png) center center no-repeat;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.mobile-logo {
    display: none;
}
.productbox1 a .video-player {
    position: absolute;
    top: 41%;
    left: 41%;
    width: 60px;
    height: 60px;/*background: url(../images/ui/video-image-brief.png) left top no-repeat;*/
}
.productbox1 a .video-play {
    color: #fff;
    font: 400 12px/15px "Verlag A", "Verlag B";
    width: 60px;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
    /* background: url(../images/ui/black-bg.png);*/
    position: absolute;
    top: 41%;
    left: 41%;
}
.video-play > small {

}
.home-slider-block {
    width: 100%;
    float: left;
}
.destination {
    font-weight: bold;
}
.weather {
    position: relative;
    padding-top: 8px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
}
.weather .weather-symbol, .weather .weather-city, .weather .weather-temp {
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;


    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
}
.weather .loading {
    position: absolute;
    left: 50%;
    height: 24px;
    width: 24px;
    margin-left: -12px;
    background: url(../images/ui/loading-dark.gif) center center no-repeat;
    background-size: 16px 16px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.weather.loaded .loading {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
}
.weather.loaded .weather-symbol, .weather.loaded .weather-city, .weather.loaded .weather-temp {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
.weather-symbol {
    white-space: nowrap;
    overflow: hidden;
}
.weather-symbol-logo {
    display: inline-block;
    height: 25px;
    width: 35px;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
}
.view-cart {
    position: relative;
}
.view-cart .cartline {
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
    height: 1px;
    padding: 5px 0 0;
}
.view-cart .cart-top-cnt {
    width: 100%;
    float: left;
    text-align: center;
}
.view-cart-btn {
    /*display: block;
	background: url('../images/header/cart.png') center center no-repeat;
	text-align: left;*/
    float: left;
    margin: 0 3px;
    padding: 8px;
    color: #43474A;
    font-family: "Verlag A", "Verlag B";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.view-cart-btn.has-items {
    /*background-position: 20px center;*/



}

.view-cart-btn.loading {
    background: #262626 !important;
    color: #fff !important;
}

.view-cart-btn.lucian_black {
    background: #262626 !important;
    color: #fff !important;
}

.view-cart-btn:hover {
    /*background-color: transparent;*/

    background: #43474A;
    color: #fff;
}
.view-cart:hover .view-cart-btn {
    background: #43474A;
    color: #fff;
}

.view-cart:hover .minicart {
    display: block;
}

.view-cart-hover {
    background-color: #43474A;
    background-image: none !important;
    color: #fff;
}

.items-in-cart {
    position: relative;/*left: 20%;*/
}
.minicart {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: 3px;
    /*color: #7a7a7a;
	background-color: #ffffff;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;*/
    color: #fff;
    background: #43474A;
    width: 250px;
    padding: 10px 10px 10px 20px;
    text-align: left;
}
.minicart a {
    color: #999999;
}
.minicart-item-edit {
    display: none;
}
.minicart-heading {
    font-size: 12px;
    line-height: 16px;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
    /*padding: 0 0 0 30px;*/
    padding: 0;
    margin: 0;
    cursor: pointer;/*background: url(../images/header/minicart-heading.png) left center no-repeat;*/
}
.minicart-heading a {
    color: #000000;
}
.number-items {
    color: #7a7a7a;
}
.minicart-items {
    overflow: auto;
    width: 100%;
    max-height: 400px;
    float: left;
    margin: 0;
    padding: 0;
}
.minicart-item {
    position: relative;
    padding: 0 0 15px;
    width: 100%;
    float: left;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    zoom: 1;
}
.minicart-item:before, .minicart-item:after {
    content: '';
    display: table;
}
.minicart-item:after {
    clear: both;
}
.minicart-item .product-image {
    float: left;
    display: block;
    width: 25%;
    margin-right: 15px;
    margin-top: 3px;
}
.minicart-item .product-image img {
    width: 100%;
}
.minicart-item .product-name {
    margin-bottom: 0px;
}
.minicart-item .product-details {
    float: left;
    width: 60%;
}
.minicart-item .product-option {
    font-size: 12px;
    line-height: 16px;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
}
.minicart-item.removing {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 20 )";
    opacity: 0.2;
}
.minicart-options-list li {
    float: left;
    width: 100%;
}
.minicart-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
    padding: 12px 0 7px;
    margin: 0 0 0 0;
}
.minicart-subtotal {
    width: 100%;
    float: left;
    padding: 0 0 4px;
    color: #fff;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.minicart-subtotal strong {
    float: left;
    font-weight: normal;
    color: #fff;
    margin: 1px 11px 0 0;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.minicart-item-price {
    font: 400 14px/16px "Verlag A", "Verlag B";
    float: left;
    margin: 0 10px 0 0;
}
.minicart-footer .minicart-next-step {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    text-align: center;
    color: #fff;
    background: #a6a6a6;
    padding: 10px 0;
    letter-spacing: 1px;
    font: 700 14px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    border: none;
}
.minicart-actions .remove-btn {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/ui/cross-img-bg.png) center center no-repeat;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
}
.minicart-item-remove {
    position: absolute;

    top: 0;
    right: 0;
}
.minicart-content {
    width: 100%;
    float: left;
}
.want-logo {
    display: block;
    text-align: center;
    height: 25px;
    margin: 0 auto;
    background: url(../images/header/WAN_Logotype_FINAL.svg);
    background-repeat:no-repeat;
    background-position:center center;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
    background-size:100% 100%;
    width: 448px;
}


/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
.want-logo {
	background: url(../images/header/want-logo@2x.png);
	background-size: 190px 23px;
}
}
*/
.main-menu {
    position: relative;
    color: #646258;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    float: left;
}
.main-menu-wrapper.center {
    clear: both;
    /*display: table;*/
    min-height: 54px;
    overflow: visible;
}
.main-menu .level-top {
    position: relative;
    display: inline-block;
    /*float: left;*/
    padding: 18px 30px 35px;
    position: relative;
    cursor: pointer;
}
.main-menu .level-top.mobile {
    display: none;
}
.main-menu .level-top:hover .sub-menu, .main-menu .level-top:hover > a, .main-menu .level-top:hover ul {
    z-index: 31;
}
.main-menu .level-top:hover .sub-menu, .main-menu .level-top:hover ul {
    display: block;
}
/*.main-menu .level-top:hover > a {
	color: #fff;
	border-color: #313233;
	background-color: #313233;
}*/
.main-menu .level-top:hover {
    color: #fff;
    border-color: #313233;
    background-color: #43474A;
}
.main-menu .level-top > a {
    position: relative;
    display: block;
    padding: 0;
    color: #43474A;
    line-height: 14px;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    /* font-style: italic;*/
}
.main-menu .level-top > a span {
    /*font-family: 'scala_sans_lfregular_italic';*/
    font-family: "Verlag A", "Verlag B";
    font-style: italic;
    font-weight: 400;
}
.main-menu .level-top > a span div{
    /*float:left;
   display:inline;*/
    display:inline-block;
}
.main-menu .level-top > a span div:first-child
{
    font-style: normal;
}

.main-menu .level-top:hover > a {
    color: #fff;
}
.sub-menu, .main-menu .level-top > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    padding-top: 2px;
    margin: -10px 0 0;
    padding-bottom: 10px;
    background-color: #43474A;
}
.sub-menu:before, .sub-menu:after, .main-menu .level-top ul:before, .main-menu .level-top:after {
    content: '';
    display: table;
    box-sizing:border-box;
}
.sub-menu:after, .main-menu .level-top ul:after {
    clear: both;
    box-sizing:border-box;
}
.sub-menu > ul, .main-menu .level-top ul {
    width: 100%;
    float: left;
    padding: 0 2%;
    margin: 0;
    box-sizing:border-box;
}
.main-menu .level-top ul {
    padding-bottom: 15px;
}
.sub-menu li, .main-menu .level-top ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.main-menu .level-top ul li {
    width: 90%;
    margin: 0 5%;
}
.main-menu .level-top > ul li:first-child {
    border-top: 1px solid #fff;
    margin-top: -20px;
    padding-top: 10px;
}
.sub-menu li strong, .main-menu .level-top ul li strong {
    width: 80px;
    margin: 5px auto;
    display: block;
    padding: 0 0 0 0;
    font-size: 0px;
    color: #313233;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 9999;
}
.sub-menu li strong.border-1, .main-menu .level-top ul li strong.border-1 {
    margin: -12px auto 0;
}
.sub-menu li a, .main-menu .level-top ul li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 15px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    padding: 4px 0;
    margin:0;
    text-align: center;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
}
.sub-menu li a:hover, .main-menu .level-top ul li a:hover {
    color: #7a7a70;
}
.sub-menu-image {
    float: right;
    width: 40%;
}
.shop-collection {
    width: 1000px;
}
.shop-collection li {
    float: left;
    width: 17.6%;
    margin-left: 2%;
}
.shop-collection img {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b8b8b8;
}
#search-bar {
    position: relative;
    float: right;
}
#search {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    height: 31px;
    margin-top: 5px;
    padding: 3px 35px 4px 7px;
    font: 400 16px "Verlag A", "Verlag B";
}
#search.spinner {
    background: url(../images/ui/loading-search.gif);
    background-position: 160px center !important;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #FAF8F9;
}
.search-btn {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 30px;
    height: 30px;
    border: none;
    background: url(../images/header/search-btn.png) center center no-repeat transparent;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
    text-indent: 250%;
}
.reset-button {
    display: none;
}
a:focus {
    outline: none;
}
.reset-button {
    position: absolute;
    border: 0px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    padding: 0px 6px 6px 2px;
    z-index: 100;
    margin-top: 2px;
    color: #DE5400;
    font-size: 10pt;
    cursor: pointer;
    vertical-align: baseline;
    line-height: 16px;
}
.s_separator {
    border-top: 1px solid #AAA;
}
.s_separator:first-child {
    border-top: none;
}
#search_autocomplete {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
}
.search-container {
    overflow: auto;
    max-height: 410px;
    margin-bottom: 20px;
}
.search-container .span_item {
    padding-left: 4px;
    font-size: 14px;
}
.searchautocomplete-search {
    overflow: hidden;
    position: relative;
    display: block;
    width: 370px;
    padding: 20px;
    font-family: "Verlag A", "Verlag B";
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #CCCCCC;
    background-color: white;
}
.search-results .sub-heading {
    margin-bottom: 10px;
}
.s_item {
    width: 100%;
}
.s_description {
    font-size: 14px;
}
.s_item_name {
    font-weight: bold;
    height: auto !important;
    min-height: 15px;
    height: 15px;
    font-size: 14px;
    overflow: auto;
}
.s_item_name span {
    float: left;
}
.s_review {
    clear: both;
}
.s_ratings {
    font-size: 14px;
    line-height: 1.25;
    margin: 7px 0;
    width: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
}
.s_item_name .a_review {
    color: #1E7EC8 !important;
}
.s_sku {
    font-size: 10px;
}
.searchautocomplete-search .s_button button.button span {
    background: none repeat scroll 0 0 #F18200;
    border: 1px solid #DE5400;
    color: white;
    display: block;
    font: bold 14px/19px Arial, Helvetica, sans-serif;
    height: 19px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
.s_category {
    margin: 6px 2px;
    padding: 4px 2px 4px 2px;
    white-space: nowrap;
    cursor: pointer;
    float: left;
}
.s_category a {
    color: #2F2F2F;
    text-decoration: none;
}
.resultbox-b {
    height: 16px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    margin: 0 4px 4px 4px;
    clear: both;
}
.search-autocomplete .highlight {
    color: #646258 !important;
    font-weight: bold;
}
.search-results-btn {
    float: left;
    width: 100%;
}
@media only screen and (max-width: 1165px) {
    .bx-wrapper .bx-prev {
        left: 5px;
    }
    .bx-wrapper .bx-next {
        right: 5px;
    }
}
@media only screen and (max-width: 1100px) {
    .wanderers-slider .next {
        right: 10px;
    }
    .wanderers-slider .prev {
        left: 10px;
    }
    .main-menu #nav {
        /*  margin-left: 15%;*/
    }
    .productbox1 h2 {
        /* min-height: 40px;*/
    }
}
@media only screen and (max-width: 1000px) {
    .top-menu > ul {
        width: 100%;
        padding: 0;
    }
    .top-menu > ul > li.shipping-destination {
        padding: 5px 0 6px;
    }
    .top-menu > ul > li.shipping-destination .shipping-to {
        display: block;
    }
    .top-menu > ul > li.weather {
        width: 24%;
        padding: 1px 0 4px;
        border-right: none;
    }
    .top-menu > ul > li.user-link a {
        padding: 15px 0;
    }
    .top-menu > ul > li.view-cart {
        border: none;
    }
    .top-menu > ul > li.view-cart > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top-menu > ul > li > a {
        line-height: 20px;
    }
    .weather-temp {
        display: block;
    }
    .user-link {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .top-menu.no-weather .user-link {
        width: 100%;
    }
    .shipping-country {
        width: 100%;
        float: left;
        text-align: left;
    }
    .weather + .user-link {
        clear: left;
    }
    .user-link {
        /*width: 25%;*/
    }
    .view-cart {
        /*width: 24.5%;*/
        text-align: center;
    }
    .view-cart-btn.has-items {
        /*background-position: 45% center;*/
    }
    .view-cart-btn .items-in-cart {
        left: 0%;
    }
    .main-menu .menu-collection {
        position: static;
    }
    .shop-collection {
        width: 100%;
    }
    .shop-collection > ul {
        padding-right: 0;
        width: 95%;
    }
    .shop-collection .nav-6 {
        clear: left;
    }
    /*.sub-menu > ul {
 width: 90%;
 padding-left: 5%;
 padding-right: 5%;
}*/
    .main-logo {
        width: 100%;
    }
    .productbox1 a .video-play {
        left: 38%;
    }
    .main-menu-wrapper.center {
        border: none;
    }
    .main-menu #nav {
        /*  margin-left: 9%;*/
    }
    .productbox1 {
        /*width: 31%;
        margin: 0 0 0 2%;*/
    }
    .productblock {
        /*padding-top: 20px;*/
        widht: 100%;
        padding: 20px 0 0 0;
    }
    .productblock-second {
        padding-bottom: 20px;
    }

    .layout1-box1 {
        margin: 0;
        width: 48%;
    }
    .layout1-box2 {
        float: right;
        margin: 0;
        width: 48%;
    }
    .layout1-box3 {
        float: left;
        margin: 0;
        width: 100%;
    }
    .layout3-box1 {
        float: left;
        margin: 0;
        width: 31%;
    }
    .layout3-box2 {
        float: right;
        margin: 0;
        width: 66%;
    }



}

@media only screen and (max-width: 1000px) and (min-width: 641px) {
    .main-menu-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #search-bar {
        float: none;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .main-menu .level-top > a {
        margin-top: 0;
        color: #000;
    }
    .mobile-logo {
        display: block;
    }
    .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999999;
        background-color: #ffffff;
    }
    body {
        padding-top: 75px;
    }
    .top-menu {
        display: none;
    }
    .header {
        /*border-bottom: 1px solid #f3f2f0;*/
    }
    .header .mobile {
        display: block;
    }
    .toggle-menu, .go-to-cart .cart-icon {
        position: absolute;
        top: 5px;
        left: 0px;
        height: 26px;
        width: 26px;
        background-color: transparent;
        border: none;
        background: url(../images/ui/icon-menu-toggle.png) center center no-repeat;
        background-size: contain;
        white-space: nowrap;
        text-indent: 300%;
        overflow: hidden;
        text-indent: 500em;
    }
    .toggle-menu {
        top: 14px;
        left: 9px;
        width: 20px;
        cursor: pointer;
    }
    .go-to-cart {
        position: absolute;
        top: 8px;
        right: 10px;
        left: auto;
        height: 40px;
    }
    .go-to-cart .cart-icon {
        position: relative;
        float: left;
        background-image: url(../images/ui/icon-menu-cart.png);
    }
    .has-items-in-cart .go-to-cart {
        width: 60px;
        right: 0;
    }
    .has-items-in-cart .go-to-cart .items-in-mobile-cart {
        position: absolute;
        width: 25px;
        padding: 10px 0 0 5px;
        font-size: 15px;
        font-weight: bold;
        color: #cccccc;
        text-align: center;
    }
    .has-items-in-cart .logo-container {
        width: 50%;
        padding: 0 60px 0 35px;
    }
    .want-logo {
        width: 190px;
        margin: 15px auto;
        background-size: 100% 100%;
    }
    .main-menu {
        position: fixed;
        z-index: 50;
        overflow: auto;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        padding: 0;
        font-size: 18px;
        background-color: #f3f2f0;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left 300ms ease-in-out;
        -moz-transition: left 300ms ease-in-out;
        -ms-transition: left 300ms ease-in-out;
        -o-transition: left 300ms ease-in-out;
        transition: left 300ms ease-in-out;
    }
    .main-menu.visible {
        left: 0;
    }
    .main-menu #nav {
        margin-top: 10px;
        float: left;
    }
    .main-menu ul {
        float: left;
    }
    .main-menu .level-top {
        display: block;
        margin-top: 0;
    }
    .main-menu .level-top:after {
        display: none;
    }
    .main-menu .level-top.menu-subscribe {
        margin-top: 40px;
    }
    .main-menu .level-top > a {
        position: relative;
        display: block;
        padding: 15px 5% 10px;
        color: #000;
        border-top: none;
    }
    .main-menu .level-top > a:after,.main-menu .level-top a span:after {
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        width: 11px;
        height: 100%;
        background: url(../images/ui/menu-arrow-closed-2x.png) right center no-repeat;
        background-size: contain;
    }
    .main-menu .level-top + li > a {
        border: none;
    }
    .main-menu .level-top:hover {
        background-color: inherit;
    }
    .main-menu .level-top:hover .sub-menu {

    }
    .main-menu .level-top.toggled {
        background-color: #262626;
    }
    .main-menu .level-top.toggled > a {
        color: #fff;
    }
    .main-menu .level-top.toggled > a:after {
        background-image: url(../images/ui/menu-arrow-open-2x.png);
    }
    .main-menu .level-top.toggled .sub-menu {
        display: block;
    }
    .main-menu .mobile {
        display: block;
    }
    .main-menu .mobile:hover {
        background-color: #7a7a7a;
    }
    .main-menu .mobile a {
        display: block;
        padding: 10px 5%;
        color: #ffffff;
        background-color: #7a7a7a;
    }
    .main-menu-wrapper {
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .menu-backdrop {
        display: none;
    }
    .sub-menu {
        position: relative;
        width: 90%;
        padding: 0 5%;
    }
    .sub-menu ul {
        position: static;
        width: 100%;
        margin: 15px 0 25px;
        padding: 0;
        zoom: 1;
    }
    .sub-menu ul:before, .sub-menu ul:after {
        content: '';
        display: table;
    }
    .sub-menu ul:after {
        clear: both;
    }
    .sub-menu li {
        float: left;
        width: 100%;
        margin: 0;
    }
    .sub-menu li a {
        display: block;
        padding: 8px 0;
    }
    .sub-menu-image {
        display: none;
    }
    .shop-collection li {
        text-align: left;
    }
    .shop-collection img {
        display: none;
    }
    #search-bar {
        float: none;
        width: 90%;
        margin: 0 5% 5px;
    }
    #search {
        width: 100%;
        border-radius: 0;
    }
    #search_autocomplete {
        display: none;
    }
}
@media only screen and (max-width: 340px) {
    .has-items-in-cart .logo-container {
        width: 70%;
        margin-left: 35px;
        padding-left: 0;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .shipping-country select {
        padding-right: 0;
        margin-left: -2px;
        background: #171717;
    }
}
.concierge {
    padding: 19px 0;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    background-color: #f3f2f0;
}
.concierge li {
    display: inline-block;
    margin-right: 40px;
    font-size: 16px;
    line-height: 25px;
}
.concierge li.shipping-country-footer {
    display: none;
}
.via-email, .via-phone {
    position: relative;
    padding-left: 30px;
    color: #7a7a7a;
}
.via-email:before, .via-phone:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: url(../images/ui/icon-contact.png) 0 center no-repeat;
}
.via-phone:before {
    top: 0;
    left: 10px;
    width: 10px;
    background-position: -24px center;
}
.via-email a {
    color: #7a7a7a;
}
.via-email a:hover {
    color: #000000;
    text-decoration: none;
}
.social-network-media {
    border-top: 1px solid #d7d7d7;
    padding: 0;
    width: 100%;
    float: left;
    margin: -16px 0 0;
}
.site-footer {
    width: 100%;
    float: left;
    border-top: 1px solid #d7d7d7;/*margin-top: -16px;*/
}
.footer-primary {
}
.footer-primary, .footer-secondary {
    zoom: 1;
}
.footer-primary:before, .footer-secondary:before, .footer-primary:after, .footer-secondary:after {
    content: '';
    display: table;
}
.footer-primary:after, .footer-secondary:after {
    clear: both;
}
.footer-secondary {
    padding: 7px 0;
    background-color: #7a7a7a;
}
.footer-secondary .center {
    position: relative;
}
.footer-menu {
    float:  right;
    width: 65%;
    letter-spacing: 1px;
    padding: 33px 0 0;
}
.footer-menu-list {
    width: 100%;
    float: left;
}
.foter-menubox1 {
    width: 19%;
    float: left;
    padding: 0 0 0 1%;
}
.foter-menubox-2 {
    padding-bottom: 12px;
}
.foter-menubox1 h4 {
    color: #000;
    font: 700 12px/15px "Verlag A", "Verlag B";
}
.foter-menubox1 h4 a {
    color: #000;
    font: 700 12px/15px "Verlag A", "Verlag B";
    text-decoration: none;
}
.foter-menubox1 h4 a:hover {
    color: #000;
}
.foter-menubox1 h4 span {
    /*font-family: 'scala_sans_lfregular_italic';*/
    font-style: italic;
    text-transform: uppercase;
}
.foter-menubox1 ul {
    width: 100%;
    float: left;
    padding: 5px 0 0;
}
.foter-menubox1 ul li {
    width: 100%;
    float: left;
    padding: 0;
}
.foter-menubox1 ul li a {
    color: #696C6E;
    text-transform: uppercase;
    font: 400 8px/14px "Verlag A", "Verlag B";
    text-decoration: none;
    padding: 0;
    margin: 0;
    float: left;
}
.foter-menubox1 ul li a:hover {
    text-decoration: underline;
}
.footer-left {
    width: 32%;
    float: left;
    border-right: 1px solid #d7d7d7;
}
.footer-subscribe {
    float: left;
    width: 80%;
    padding: 33px 10%;
    border-bottom: 1px solid #d7d7d7;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.footer-subscribe .block-subscribe .block-content .block-title {
    width: 100%;
    float: left;
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
    text-align: left;
    padding: 0 0 5px;
    letter-spacing: 1px;
}
.footer-subscribe .block-subscribe .block-content .block-title span {
    color: #000;
    font: 700 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-subscribe .block-subscribe .block-content label strong {
    color: #000;
    font: 700 12px/15px "Verlag A", "Verlag B";
    font-style: normal;
}
.footer-subscribe .block-subscribe .block-content .input-text {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    background: #EFE3D8;
    height: 25px;
    width: 100%;
    padding: 0 10px;
    float: left;
    border: none;
    outline: none;
    letter-spacing: 1px;
}
.footer-subscribe .block-subscribe .block-content .button {
    background: #43474A;
    height: 25px;
    color: #fff;
    font-family: "Verlag A", "Verlag B";
    font-size: 11px;
    line-height: 26px;
    font-weight: normal;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 10px;
    /*width: auto;*/
    margin: 10px 0 0;
    letter-spacing: 1px;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    width: 100px;
}
/*.footer-subscribe .block-subscribe .block-content .error {
	color: #f00;
	font-family: 'scala_sans_lfregular';
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	float: left;
	width: 56%;
	padding: 10px 0 0;
}
.footer-subscribe .block-subscribe .block-content .success {
	color: #07a108;
	font-family: 'scala_sans_lfregular';
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;

	float: left;
	width: 56%;
	padding: 10px 0 0;
}
.footer-subscribe .block-subscribe .block-content .valid {
	color: #f00;
	font-family: 'scala_sans_lfregular';
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	float: left;
	width: 56%;
	padding: 10px 0 0;
}*/


.footer-subscribe .block-subscribe .block-content .error-news-msg, .footer-subscribe .block-subscribe .block-content .validation-advice {
    color: #f00;
    font-family: "Verlag A", "Verlag B";
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    float: left;
    width: 56%;
    padding: 10px 0 0;
    margin: 0;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}
.footer-subscribe .block-subscribe .block-content .success-msg {
    color: #07a108;
    font-family: "Verlag A", "Verlag B";
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    float: left;
    width: 56%;
    padding: 10px 0 0;
    margin: 0;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}
.footer-subscribe .block-subscribe .block-content .valid {
    color: #f00;
    font-family: "Verlag A", "Verlag B";
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    float: left;
    width: 56%;
    padding: 10px 0 0;
    margin: 0;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}
.legal-menu {
    width: 100%;
    float: left;
    padding: 28px 0 20px;
}
.legal-menu ul {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.legal-menu li {
    float: none;
    display: inline-block;
    padding: 0 5px;
}
.legal-menu a {
    font: 700 11px/20px "Verlag A", "Verlag B";
    color: #111111;
    text-transform: uppercase;
}
.legal-menu a:hover {
    text-decoration: underline;
}
.more-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    color: #999999;
    text-align: right;
}
.copyright {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
.created-by {
    color: #666;
}
.homepage-container {
    float: left;
    width: 100%;/*border-top: 1px solid #d7d7d7;*/
}
.homepage-sliding {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}
.homepage-sliding .center {
    overflow: visible;
}
.created-by a {
    color: #666;
}
.social-links {
    display: block;
    margin: 0 auto;
    padding: 15px 0 6px;
    text-align: center;
    width: 100%;
}
.social-links li {
    display: inline-block;
    padding: 0 5px;
    margin: 0;
}
.social-links a {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
}
.social-links a.google-plus {
    background-position: -94px 0;
}
.social-links a.instagram {
    background: url(../images/ui/social-media3.png) no-repeat center;
}
.social-links a.facebook {
    background: url(../images/ui/social-media1.png) no-repeat center;
}
.social-links a.twitter {
    background: url(../images/ui/social-media2.png) no-repeat center;
}
.social-links a.pinterest {
    background: url(../images/ui/social-media4.png) no-repeat center;
}
.product-options-mob-empty {
    display:none;
}

/* News Letter */
.subscribe-fix {
    bottom: 20px;
    position: fixed;
    right: 14px;
    width: 282px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    z-index: 999999999;
}
.subscribe-fix .block-title2 {
    font-size: 12px;
    line-height:15px;
}
.subscribe-fix #newsletter-popup {
    padding: 30px 6% 0;
    width: 88% !important;
}
.subscribe-fix .input-text {
    border: 1px solid #bbb;
    border-radius: 0;
    color: #616161;
    display: block;
    font-size: 11px !important;
    height: 18px;
    line-height: 1.5;
    padding: 2px 3px 0;
    vertical-align: middle;
    margin-bottom: 10px !important;
    width: 100% !important;
}
.subscribe-fix #country {
    background-color: #fff;
    border: 1px solid #bbb;
    margin-bottom: 7px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    height: 19px;
    font-size: 11px;
    color: #616161;
    background-color: #ebebeb;
    background-position: right 6px;
}
.subscribe-fix .btn-sign-up-now {
    clear: both;
    margin: 14px 0;
    overflow: hidden;
    width: 100% !important;
}
.subscribe-fix .btn-sign-up-now .primary {
    background-color: #262626;
    border-color: transparent;
    color: #fff;
    display: block;
    font-size: 15px !important;
    font-weight: normal;
    margin: 0 auto;
    padding: 5px 10px 3px;
    vertical-align: middle;
    width: 140px;
    -webkit-appearance: none;
}

.subscribe-fix .input-text::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
}

.subscribe-fix .input-text:-moz-placeholder { /* Firefox 18- */
    color: #616161;
    opacity: 1;
}

.subscribe-fix .input-text::-moz-placeholder {  /* Firefox 19+ */
    color: #616161;
    opacity: 1;
}

.subscribe-fix .input-text:-ms-input-placeholder {
    color: #616161;
    opacity: 1;
}
.subscribe-fix .close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #7b7b7b;
    cursor: pointer;
    font-family: helvetica,sans-serif;
    font-size: 1.5rem;
    font-weight: 100;
    outline: 0 none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 6px;
}


.subscribe-fix .pull-left  {
    float: left;
    margin: 11px 5px 0 0;
}
.subscribe-fix .pull-right  {
    float: right;
}
.subscribe-fix .radio {
    float: right;
    /* margin: 0 3px 0 11px;*/
}
.subscribe-fix .radio input,.subscribe-fix .radio label {
    clear:none;
    float: left;
    margin: 11px 7px 0 0;
}
.subscribe-fix .newsletter-margin {
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px !important;
    line-height: 15px;
    padding-bottom: 11px;
}
.subscribe-fix .input-box.first-name,.subscribe-fix .input-box.last-name {
    clear: none;
    float: left;
    width: 48%;
}
.subscribe-fix .input-box.first-name {
    margin-right: 4%;
}
.subscribe-fix .input-box {
    clear: both;
}
@media only screen and (max-width: 480px) {
    .subscribe-fix {
        width:95%;
    }

}
@media only screen and (max-width: 767px) {
    .concierge li.concierge-help {
        display: block;
        margin: 0 0 15px;
    }
    .sliderCont {
        left: 25%;
    }
    .catalog-product-view .product-attribute .size-attribute {
        padding-top:0;
    }
    .concierge li.via-email {
        margin-right: 0;
    }
    .footer-primary {
        padding: 0;
    }
    .footer-secondary .center {
        padding-top: 40px;
    }
    .footer-menu {
        float: none;
        width: auto;
        margin-bottom: 20px;
        zoom: 1;
    }
    .footer-left {
        width: 100%;
        border: none;
        border-top: 1px solid #d7d7d7;
    }
    .footer-menu:before, .footer-menu:after {
        content: '';
        display: table;
    }
    .footer-menu:after {
        clear: both;

    }
    .footer-subscribe {
        clear: both;
        float: none;
        width: 100%;
        border: none;
        padding: 30px 0;
    }
    .legal-menu {
        margin-bottom: 10px;
        text-align: center;
    }
    .more-info {
        position: static;
        width: auto;
        text-align: center;
    }
    .social-links {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
    .social-links li {
        float: none;
        display: inline-block;
    }
    .main-menu #nav {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .sliderCont {
        top: 32%;
    }
    .sliderContBlock {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-subscribe .block-subscribe .block-content .input-text {
        width: 72%;
    }
    .footer-subscribe .block-subscribe .block-content .button {
        float: left;
        margin: 0;
    }
    .main-menu .level-top {
        float: none;
        display: inline-block;
    }



    /*Product page styles*/
    .product-slider-mob {
        overflow: hidden;
        position: relative;
    }
    .catalog-product-view .bread-crumbs-block {
        display: none;
    }
    .catalog-product-view .product-detail-cont {
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        clear: both;
        float: left;
        /*overflow: hidden;*/
        width: auto;
    }
    .catalog-product-view .product-details {
        clear: both;
        /*float: none;
        overflow: hidden;*/
        padding: 6px 20px;
        width: auto;
    }
    .catalog-product-view .bx-viewport .product-thumbnail cite {
        display: none;
    }
    .mobile-product {
        float: left;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .mobile-product .pdprice {
        padding: 0;
    }
    body .mobile-product .product-name {
        font-size: 28px;
        line-height: 42px;
    }
    .mobile-product .product-shortdescription {
        font-size: 26px;
        line-height: 35px;
        color: #5b5b5f;
    }
    .product-detail-cont .mobile-product .product-price .price-box .price {
        font-size: 32px;
        line-height: 32px;
    }
    .mobile-product::after,.mobile-product::before,.catalog-product-view .product-options::after,.catalog-product-view .social-networks:after
    ,.catalog-product-view .social-networks:before{
        border-top: 1px solid #d7d7d7;
        content: "";
        left: -40px;
        position: absolute;
        right: -40px;
        top: -6px;
    }
    .mobile-product::before,.catalog-product-view .social-networks:after {
        top:auto;
        bottom:3px;
    }
    .catalog-product-view .product-options {
        padding-bottom: 17px;
        position: relative;

    }
    .catalog-product-view .product-options::after {
        bottom: -1px;
        display: block;
        top: auto;
    }
    .catalog-product-view .product-options h3,.catalog-product-view .product-options .product-quantity strong,
    .catalog-product-view .product-attribute .size-attribute {
        color:#5b5b5f;
        font-size: 18px;
        text-transform: none;
    }
    .catalog-product-view  .product-quantity .quantity-number select {
        font-size: 16px;
    }
    .catalog-product-view .product-options .add-to-cart {
        font-size: 18px;
        margin-top: 10px;
    }
    body.catalog-product-view .product-desp h3 {
        font-size: 20px;
        line-height: 30px;
        background:  url(../images/ui/quick_arrow_bottom.png) no-repeat  right center;
        background-size: 23px auto;
        background-position: right center;
    }
    body.catalog-product-view .product-desp h3.active{
        background-image:  url(../images/ui/quick_arrow_top.png);
    }
    .catalog-product-view .expand-cont p,.catalog-product-view .expand-cont p a,.catalog-product-view .product-description .expand-cont p {
        font-size: 18px;
        line-height: 27px;
    }
    .catalog-product-view .product-options .product-attribute select {
        background-color: transparent;
        background-position: right 17px;
        position: relative;
        top: -4px;
    }
    .catalog-product-view .product-options .product-attribute select option {
        font-size: 17px;
    }
    .catalog-product-view .product-options .product-attribute select {
        background-position: right 17px;
    }
    .catalog-product-view .helpcall,.catalog-product-view .product-color-swatch:hover .color-label {
        display: none;
    }
    .catalog-product-view .product-images-wrapper {
        float: left;
        left: auto;
        opacity: 1;
        position: relative;
        width: 100%;
    }
    .catalog-product-view .product-images-wrapper {
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    .catalog-product-view .product-images-wrapper.selected {
        height: auto;
        visibility: visible;
    }
    .catalog-product-view #product-addtocart .product-quantity {

        width: 36%;
    }
    .catalog-product-view .colorset {
        width: 39%;
    }
    .catalog-product-view .social-links-mob {
        display: none;
    }
    .catalog-product-view .social-networks .share-text {
        color: #000;
        display: block;
        float: none;
        font-size: 21px;
        line-height: 30px;
    }
    .catalog-product-view .social-networks {
        position: relative;
        text-align: center;
        margin: 7px 0 0;
        padding: 15px 0 8px;
    }
    .catalog-product-view .social-networks:after ,.catalog-product-view .social-networks:before {

    }
    .catalog-product-view .social-networks .social-share {
        float: none;
        padding: 0;
    }
    .catalog-product-view .social-networks .social-share li {
        margin: 0;
    }
    .catalog-product-view .social-networks .social-share li a {
        height: 35px;
        margin: 10px 15px;
        width: 35px;
    }
    .catalog-product-view .social-networks .social-share li a.facebook {
        background: url(../images/ui/facebook_icon_mob2.png) no-repeat center;
    }
    .catalog-product-view .social-networks .social-share li a.twitter {
        background: url(../images/ui/twitter_icon_mob2.png) no-repeat center;
    }
    .catalog-product-view .social-networks .social-share li a.tumblr {
        background: url(../images/ui/instagram_icon_mob2.png) no-repeat center;
    }
    .catalog-product-view .social-networks .social-share li a.pinterest {
        background: url(../images/ui/pinterest_icon_mob2.png) no-repeat center;
    }
    .catalog-product-view .social-networks .social-share li a.email {
        display: none;
    }
    .catalog-product-view .product-detail-cont {
        padding-bottom:0;
    }
    .catalog-product-view .product-frame.center.clearfix {
        margin-bottom: -32px;
    }
    .catalog-product-view .footer-mob .center .inner {
        margin-left:0;
    }
    .catalog-product-view .product-quantity .quantity-number span,.catalog-product-view .product-options .product-attribute select,
    .product-options .product-attribute select option{
        font-size:22px;
    }
    .catalog-product-view .select-country.quantity-number > span,body.catalog-product-view .product-attribute .select {
        background: url(../images/ui/quick_arrow_bottom.png) no-repeat right 6px;
        background-size: 17px auto;
    }
    body.catalog-product-view .product-attribute .select{
        background-position: right 12px;
        width: 46px;
        margin: 3px 0 0;
    }
    .catalog-product-view .select-country span {
        background-position: right 8px;
    }
    .catalog-product-view .product-attribute .validation-advice {
        white-space: nowrap;
    }
    .catalog-product-view .add-to-wishlist {
        display: none;
    }

    .product-options-mob-empty{
        opacity: 1;
        visibility: hidden;
        pointer-events: none;
        height:143px;
        clear: both;
        display:block;
    }
    .catalog-product-view .product-options {
        left: 0;
        position: absolute;
        right: 0;
        top: 180px;
        width: auto;
        display: block;
    }
    .catalog-product-view .form-addtocart {
        position: relative;
    }
    .product-desp.pro-description-mob {
        border: 0;
    }
    .catalog-product-view .expand-cont {
        padding-top: 10px;
    }

}

@media only screen and (max-width: 640px) {
    .concierge {
        width: auto;
        margin-top: 50px;
        margin-bottom: 0;
        padding-right: 3%;
        padding-left: 3%;
    }
    .footer-left {
        border: none;
    }
    .sliderCont {
        left: 4%;
    }
    .concierge li {
        margin-right: 0;
        margin-top: 10px;
        width: 100%;
    }
    .concierge li.shipping-country-footer {
        display: block;
    }
    .concierge li.concierge-help {
        margin-bottom: 0;
    }
    .concierge li.via-email, .concierge li.via-phone {
        width: auto;
        margin-top: 15px;
        background-position: -50px 0;
    }
    .concierge li.via-phone {
        margin-right: 30px;
    }
    .created-by {
        display: block;
        margin-top: 5px;
    }
    .legal-menu {
        line-height: 25px;
    }
    .social-links {
        background: #fff;
    }
    .sub-menu,.main-menu .level-top > ul {
        background: #43474A;
    }
    .social-links li {
        margin: 0 4px;
    }
    .footer-menu {
        display: none;
    }
    .shipping-country-footer {
        margin-bottom: 20px;
    }

    #website-popup .popup-frame, #website-popup-mobile .popup-frame {
        text-align: center;
        padding-bottom: 10px;
    }
    #website-popup .dashboard-intro, #website-popup-mobile .dashboard-intro, #website-popup .button-set, #website-popup-mobile .button-set {
        margin-bottom: 0;
    }
}
#newsletter-popup label, #concierge-popup label {
    margin-bottom: 5px;
}
#newsletter-popup .label, #concierge-popup .label {
    margin-bottom: 5px;
}
#newsletter-popup textarea, #concierge-popup textarea {
    width: 100%;
}
.contact-fields {
    width: 105%;
}
.contact-fields label {
    float: left;
    width: 45%;
    margin-right: 5%;
}
.contact-fields label input, .contact-fields label select {
    width: 100%;
}
.salutation {
    margin-bottom: 20px;
    zoom: 1;
}
.salutation:before, .salutation:after {
    content: '';
    display: table;
}
.salutation:after {
    clear: both;
}
.salutation .label {
    line-height: 22px;
}
.salutation input {
    margin-right: 10px;
}
.concierge-subject .select {

    width: 100%;
}
.thank-you {
    margin: 80px 0;
    text-align: center;
}
.thank-you p {
    margin: 20px 0;
}
#sendemail-popup .please-wait, .contact_form .please-wait {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-position: center center;
    opacity: 0.7;
}
.newsletter-popup .popup-frame {
    width: 550px;
}
#newsletter-msg {
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
}
.newsletter-submit, .concierge-submit {
    /*display: block;
    clear: both;*/
    /*width: 135px;*/
    margin: 20px 0;
}
.continue-shopping {
    display: block;
    margin: 20px auto 50px;
}
.quickshop-popup .popup-frame {
    min-height: 500px;
}
.quickshop-popup .product-details {
    width: 35%;
}
.ajax-content {
    min-height: 500px;
}
.ajax-content.loading {
    background: url(../images/ui/loading.gif) center center no-repeat;
}
.ajax-content .product-options {
    width: 100%;
}
.ajax-content .social-share {
    margin-top: 10px;
}
.popup-visual {
    overflow: hidden;
    position: relative;
    float: left;
    width: 60%;
}
.popup-visual .product-image-big {
    cursor: default;
}
.popup-visual img {
    width: 100%;
}
.product-other-views {
    display: none;
}
.concierge-email input {
    width: 100%;
}
#concierge-popup .popup-frame {
    width: 550px;
}
#forgotpassword-popup .popup-frame {
    width: 360px;
}
#forgotpassword-popup .fieldset {
    margin: 20px 0;
}
#forgotpassword-popup .fieldset .label {
    margin-bottom: 5px;
}
#forgotpassword-popup .fieldset input {
    width: 100%;
    max-width: 360px;
}
#website-popup .button-set {
    text-align: center;
    margin: 20px 0 0;
}
#website-popup .button-set .button {
    float: none;
    display: inline-block;
}
#sendemail-popup .popup-frame {
    width: 550px;
    margin-top: 50px !important;
}
#sendemail-popup .sub-heading {
    margin-bottom: 15px;
}
.add-row {
    position: relative;
    margin-top: 10px;
}
.add-row .remove-btn {
    position: absolute;
    left: -40px;
    top: 20px;
}
.add-recipient-btn {
    margin-top: 10px;
}
#website-popup .button-set .button.secondary {
    background: #b2b3b6;
    border: medium none;
    color: #f7f8f8;
    font: 700 16px/20px "Verlag A", "Verlag B";
}
#captcha-input-box-product_sendtofriend_form_captcha
{
    list-style-type:none;
    margin-bottom:20px;
}
.contact-fields li
{
    list-style-type:none;
}
.captcha-image img
{
    display:inline;
}
@media only screen and (max-width: 1000px) {
    #sendemail-popup .popup-frame, #concierge-popup .popup-frame, #forgotpassword-popup .popup-frame, #newsletter-popup .popup-frame, .popup .popup-frame {
        width: 85%;
        padding: 35px 2.5%;
    }
    .productbox1 span {
        min-height: 32px;
    }
    .center {
        border: none;
    }
}
@media only screen and (max-width: 767px) {
    /* final sale */
    .mobile-product .product-price {
        margin-bottom: 10px;
        padding-bottom: 15px;
        position: relative;
    }
    .product-details .mobile-product .product-price .strike-through p.old-price {
        float: none;
    }
    .product-details .mobile-product .product-price .strike-through p.special-price {
        display: block;
        float: none !important;
        text-align: center;
        width: 100% !important;
    }
    .product-details .mobile-product .product-price .strike-through p.special-price span {
        display: inline-block;
        float: left;
    }
    .product-details .mobile-product .product-price .strike-through p.special-price span.price-label {
        font-size: 14px;
        margin-top: 3px;
        right: 0;
        position: absolute;
    }
    /* */
    .productblock {
        width: 100%;
        padding: 0;
    }
    .productbox1 {
        display: block;
        float: none;
        margin: 20px auto 0;
        padding: 10px 0;
        text-align: center;
        width: 325px;
        clear: both;
        overflow: hidden;
    }
}
@media only screen and (max-width: 640px) {
    .contact-fields {
        width: 100%;
    }
    .contact-fields label {
        width: 100%;
    }
}
.no-match {
    padding: 30px 0;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    color: #7a7a7a;
}
.sort-by {
    text-align: right;
    margin: 0 25px 15px 0;
}
.sort-by label {
    float: right;/*width: 30%;*/
}
.sort-by label .label {
    float: left;
    margin: 4px 0 0;
    width: auto;
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.sort-by label select {
    float: left;
}
.sort-direction {
    float: right;
    height: 24px;
    width: 24px;
    margin: 2px 0 0 5px;
    background: url(../images/ui/sort-direction.png) -24px 0 no-repeat;
    -webkit-transition: -webkit-transform 200ms ease-out;
    -moz-transition: -moz-transform 200ms ease-out;
    -ms-transition: -ms-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
}
.select-price {
    margin: 8px 0 0;
}
.toppagi {
    padding-top: 20px;
}
.toppagi .sort-by.inline label .select-price .select {
    float: left;
    width: 170px;
}
.select-country.select-price span {
    left: 5px;
}
.toppagi .pages {
    display: none;
}
.toppagi .limiter {
    float: right;
    margin: 0 30px 0 0;
    padding: 0 0 20px 0;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    color: #000;
    display: none;
}
.toppagi .limiter label {
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 1px 0 0;
    width: auto;
}
.toppagi .limiter select {
    margin: 0 0 0 10px;
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    color: #000;
    background: url(../images/ui/select-arrow.png) right 2px no-repeat #fff;
    border: none;
    padding: 0 22px 0 0;
}
.limiter select {
}
.bottompagi {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}
.bottompagi .limiter {
    float: right;
    margin: 0 30px 0 0;
    padding: 0;
    font: 400 12px/16px "Verlag A", "Verlag B";

    text-transform: uppercase;

    color: #000;
}
.bottompagi .limiter label {
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 1px 0 0;
    width: auto;
}
.bottompagi .limiter select {
    margin: 0 0 0 10px;
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    color: #000;
    background: url(../images/ui/select-arrow1.png) right center no-repeat #fff;
    border: none;

    padding: 0 15px 0 0;
    /*width: 33px;*/
    width: auto;
}
.bottompagi .limiter select option {
    background: #262626;
    color: #fff;
}
.toppagi .limiter select option {
    background: #262626;
    color: #fff;
}
.bottompagi .sort-by {
    display: none;
}
.bottompagi .pages {
    /*width: 100%;*/
    float: right;/*padding: 0 0 30px;*/
}
.bottompagi .vieall-link {
    float: right;
    text-transform: uppercase;
    margin: 0 30px 0 0;
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.bottompagi .back-to-top {
    float: right;
    text-transform: uppercase;
    margin: 0 30px 0 0;
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.bottompagi ol {
    float: right;
    margin: 0 30px 0 0;
    padding: 0;
}
.bottompagi ol li {
    float: left;
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.bottompagi ol li a {
    color: #000;
}
.bottompagi ol li a img {
    margin: 5px 0 0;
}
.bottompagi strong {
    float: right;
    margin: 0 0 0 0;
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";

}
.sort-direction.descending {
    background-position: 0 0;
}
.sort-direction:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.full-grid .product-grid.main-column {
    width: 100%;
}
.full-grid .product-item {
    width: 22%;
    margin-left: 0;
    margin-right: 3%;
}
.full-grid .product-item.clear {
    clear: none;
}
.product-grid.main-column {
    width: 73%;
}
.product-item {
    float: left;
    width: 31%;
    margin: 0 2% 30px 0;
}
.all-products-names {
    float: left;
    padding: 0;
    margin: 30px 0 0;
    width: auto;
    color: #080808;
    font: 700 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.product-item.clear, .product-item:nth-child(3n+1) {
    clear: left;
}
.product-item .product-name {
    margin: 0;
    padding: 0;
    font: 700 12px/16px "Verlag A", "Verlag B";
    color: #080808;
    text-transform: uppercase;
}
.men-lookbook-items .product-item .product-name {
    margin: 0;
    padding: 0;
    font: 700 12px/16px "Verlag A", "Verlag B";
    color: #080808;
    text-transform: uppercase;
    float:left;
}
.category-products  .product-grid .product-item .product-name {
    margin: 0;
    padding: 0;
    font: 700 12px/16px "Verlag A", "Verlag B";
    color: #080808;
    text-transform: uppercase;
    float: left;
}

.product-item .product-name a {
    color: #080808;
}
.men-lookbook-items .product-item .description-text {
    font: 400 12px/16px "Verlag A", "Verlag B";
    font-style:italic;
    color: #7a7a7a;
    padding: 0 0 0 5px;
    margin: 0;
    float: left;
}
.product-item .description-text {
    font: 400 12px/16px "Verlag A", "Verlag B";
    font-style:italic;
    color: #7a7a7a;
    padding: 0 0 0 5px;
    margin: 0;
    float: left;
}
.product-preview {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 10px;
}
.product-preview .quick-shop-btn {
    position: absolute;
    z-index: 10;
    bottom: 23px;
    left: 10%;
    width: 80%;
    padding: 10px 0;
    border: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -ms-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.product-preview img {
    display: block;
    /*position: relative;
	z-index: 2;*/
    width: 100%;
}
.product-item {
    position: relative;
}
.product-preview a cite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    /*background: #000;*/
    opacity: 0.001;
    border-bottom: 6px solid #313233;
}
.product-item:hover a cite {
    opacity: 1;
}
.product-preview .second-preview {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -ms-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}
.product-preview .product-link {
    display: block;
    position: relative;
}
/*.product-preview .product-link:after {
	content: '';
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
	opacity: 0;
}
.product-preview:hover .product-link:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 5px solid #cccccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/


.product-preview:hover .second-preview {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
.product-preview:hover .quick-shop-btn {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
.quick-shop-btn {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 15%;
    width: 60%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -ms-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.more-products {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 40px;
    height: 32px;
    background: url(../images/ui/loading.gif) center center no-repeat;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    -ms-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}
.more-products.loading {
    opacity: 1;

}
@media only screen and (max-width: 1000px) {
    .sort-by label {
        /* width: 60%;*/
    }
    .quick-shop-btn {
        display: none;
    }
    .men-lookbook-items ul.product-grid .product-item {
        float: left;
        margin: 30px 0 0 1%;
        padding: 0;
        width: 24.2%;
        clear: none;

    }
}
@media only screen and (max-width: 640px) {
    .category-intro.banner {
        margin-bottom: 0;
    }
    .category-intro.banner .banner-content {
        /* position: static;
        width: 90%;
        text-align: left;*/
    }
    .category-intro.banner h2, .category-intro.banner .category-image, .category-intro.banner p {
        /*display: none;*/
    }
    .sort-by {
        margin: 0 0 20px;
    }
    .sort-by label {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .sort-by label .label {
        /*float: none;
 width: 100%;
 margin: 0 auto 2px;
 font-size: 18px;
 text-align: left;*/
    }
    .sort-by label .select {
        width: 100%;
        text-align: left;
    }
    .product-grid {
        margin-bottom: 40px;
    }
    .product-item {
        width: 48.5%;
        margin-bottom: 20px;
    }
    .product-item.clear {
        /*clear: none;*/
    }
    .product-item:nth-child(3n+1) {
        /* clear: auto;*/
    }
    .product-item:nth-child(odd) {
        /* clear: left;*/
        margin-left: 0;
    }
    .quick-shop-btn {
        display: none;
    }
    .product-item.clear, .product-item:nth-child(3n+1) {
        clear: none;
    }
    .product-item.clear, .product-item:nth-child(3n+1) {
        clear: none;
    }
}
.product-cont-block {
    width: 100%;
    float: left;
}
.product-detail-cont {
    width: 94%;
    float: left;
    padding: 0 3% 33px;
}
.product-frame {
    /*margin-bottom: 80px;*/
}
.product-visual {
    float: left;
    width: 64%;
}
.product-visual img {
    width: 100%;
}
.product-images-wrapper {
    position: absolute;
    top: 0;
    left: -200%;
    z-index: 1;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -ms-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
    zoom: 1;

}
.product-images-wrapper:before, .product-images-wrapper:after {
    content: '';
    display: table;
}
.product-images-wrapper:after {
    clear: both;
}
.product-images-wrapper.selected {
    position: relative;
    left: auto;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
.product-image-big {
    float: right;
    position: relative;
    /*width: 74.8%;*/
    cursor: url(../images/ui/zoom-cursor.png), crosshair;
    width: 100%;
}
.product-image-big.single {
    float: none;
    margin: 0 auto;
}
.product-image-big img {
    background: url(../images/ui/loading.gif) center center no-repeat #ffffff;
    display: block;
}
.product-zoom {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.product-gallery,
.product-gallery-container {
    /*position: absolute;
	top: 0;
	left: 0;
	width: 24.95%;
	height: 100%;*/




    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0 0;
    /*height: 200px;*/
    height: 123px;
    /*overflow: hidden;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-gallery-container {
    overflow: hidden;
    margin: 0;
}
.product-gallery .next, .product-gallery .prev {
    position: absolute;
    z-index: 3;
    width: 32px;
    height: 32px;
    margin: -16px 0 0;
    top: 50%;
    background: url(../images/ui/left-arrow.png) center left no-repeat;
    border: none;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 20 )";
    opacity: 1;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
    display: block;
}

.product-gallery.next, .product-gallery.prev {
    display: block !important;
}
.product-gallery .next {
    right: -15px;
    background: url(../images/ui/right-arrow.png) center left no-repeat;
}
.product-gallery .prev {
    left: -15px;
}
.product-gallery .prev:hover {
    background: url(../images/ui/left-arrow-hvr.png) center left no-repeat;
}
.product-gallery .next:hover {
    background: url(../images/ui/right-arrow-hvr.png) center left no-repeat;
}
/*.product-gallery .next:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
	opacity: 1;
}*/


.product-gallery-wrapper {
    /*float: left;
	width: 100%;
	z-index: 3;
	height: 100%;*/




    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 100%;
    -webkit-transition: left 350ms ease-in-out;
    -moz-transition: left 350ms ease-in-out;
    -ms-transition: left 350ms ease-in-out;
    -o-transition: left 350ms ease-in-out;
    transition: left 350ms ease-in-out;
    width: 1000%;
}
.product-gallery-wrapper > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*float: left;*/
    padding: 0 10px 3px 0;
    display: inline-block;
}
.product-gallery-wrapper > li:first-child {
    /*padding: 0;*/
}
.product-thumbnail {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.product-thumbnail img {
    display: block;
    width: 100%;
}
.product-thumbnail cite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    /*background: #000;*/
    opacity: 0.001;
    border-bottom: 6px solid #313233;
}
.product-thumbnail:hover cite {
    opacity: 1;
}
.product-details {
    float: right;
    width: 32.5%;
}
.product-details .product-name {
    color: #fff;
    font: 700 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 0;
}
.product-details .product-name a {
    color: #fff;
}
.product-shortdescription {
    color: #000;
    font: 400 16px/20px "Verlag A", "Verlag B";
}
.product-frame .product-name {
    /*margin-top: 35px;*/
    color: #000;
    font: 700 16px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
.product-price {
    font: 700 12px/16px "Verlag A", "Verlag B";
    float: left;
    padding: 0;
    margin: 0;
    color: #080808;
    width: 100%;
}
.product-description {
    /*margin: 20px 0;*/
}
.product-description p {
    line-height: 22px;
}
.product-options {
    /*width: 250px;
	margin: 20px 0;*/
    width: 100%;
    float: left;
    padding: 10px 0 0;
    margin: 0;
}
.product-options .select-dropdown {
    margin: 0 15px 20px 0;
}
.pdprice {
    font: 400 16px/20px "Verlag A", "Verlag B";
    float: left;
    padding: 25px 0 8px;
    margin: 0;
    color: #000;
    width: 100%;
}
.pdprice .product-price {
    font: 400 16px/20px "Verlag A", "Verlag B";
    float: left;
    padding: 0;
    margin: 0;
    color: #000;
    width: 100%;
}
.product-detail-cont .product-price .price-box .regular-price .price,.product-detail-cont .product-price .price-box,.special-price .price
{
    font: 400 16px/20px "Verlag A", "Verlag B";
    float: left;
    padding: 0px 0 8px;
    margin: 0;
    color: #000;
    width: 100%;
}
.product-detail-cont .related-items-block .product-related .regular-price .price,.special-price .price
{
    font: 700 12px/16px "Verlag A", "Verlag B";
    float: left;
    padding: 0;
    margin: 0;
    color: #080808;
    width: 100%;
}
.product-details .finalsale .special-price {
    float: left;
    width: 77%;
}
.product-details .finalsale .special-price .price {
    width: auto;
}
.product-desp {
    width: 100%;
    float: left;
    border-top: 1px solid #d7d7d7;
    padding: 10px 0;
}
.expand-cont {
    width: 100%;
    float: left;
}
.product-desp h3 {
    color: #7a7a7a;
    font: 700 12px/18px "Verlag A", "Verlag B";
    background: url(../images/ui/top-arrow-bg.jpg) no-repeat right center;
    width: 97%;
    cursor: pointer;
    padding: 0 3% 0 0;
    margin: 0;
    text-transform: uppercase;
}
.product-desp h3.active {
    background: url(../images/ui/down-arrow-bg.jpg) no-repeat right center;
    color: #000;
}
.product-description .expand-cont p {
    color: #7a7a7a;
    font: 400 12px/18px "Verlag A", "Verlag B";
    padding: 2px 0 0;
    margin: 0;
    letter-spacing: 1px;
}
.product-description p a{
    color: #7a7a7a;
    font: 400 12px/18px "Verlag A", "Verlag B";
    font-style: italic;
}
.product-description p a:hover
{
    color:#000;
}
.expand-cont p {
    color: #7a7a7a;
    font: 400 12px/18px "Verlag A", "Verlag B";
    padding: 2px 0 0;


    margin: 0;
    letter-spacing: 1px;
}
.expand-cont p a{

    color: #7a7a7a;
    font: 400 12px/18px "Verlag A", "Verlag B";
    font-style: italic;

}
.expand-cont p a:hover{

    color: #000;


}
.colorset {
    float: left;
    width: 40%;
}
.colorset h3 {
    color: #000;
    font: 400 12px/18px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.colorset ul {
    width: 100%;
    float: left;
    padding: 6px 0 0;
    margin: 0;
}
.product-color-swatch {
    position: relative;
    /*display: inline-block;*/
    margin: 0 10px 10px 0;
    float: left;
    /*border: none;
    padding: 0;*/
    /* background: none;*/
    border:1px solid #dadada;
    padding: 1px;
    background:  #ffffff;
}
.product-color-swatch a {
    overflow: hidden;
    display: block;
    float: left;
    width: 17px;
    height: 17px;
}
.product-color-swatch a img {
    display: block;
    width: 100%;
}
.product-color-swatch.selected {
    border-color: #000000;
}
.product-color-swatch:hover .color-label {
    left: -94%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
.color-label {
    position: absolute;
    z-index: 5;
    top: -265%;
    left: -5000px;
    width: 200px;
    margin-left: -75px;
    text-align: center;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
}
.color-label span {
    display: inline-block;
    padding: 10px 20px;
    /* float: left;*/
    /* width: 100%;*/
    text-align: center;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0px;
    font: 400 12px/18px "Verlag A", "Verlag B";
}
.color-label span:after {
    border-color: #333333 transparent transparent;
    border-style: solid;
    border-width: 8px;
    bottom: -15px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

.product-quantity {
    float: right;
    width: 150px;
}
.product-quantity strong {
    float: left;
    width: 100%;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font:400 12px/18px "Verlag A", "Verlag B";
}
.product-quantity .quantity-number {
    width: 100%;
    float: left;
    margin: 5px 0 0;
}
.product-quantity .quantity-number select {
    float: right;
    text-align: left;
    width: 60%;
    font-weight: 400;
}
.product-quantity .quantity-number span {
    float: right;
    text-align: right;
    right: 0;
    left: auto;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.product-quantity .input-text {
    width: 40px;
    padding: 4px 0 5px;
    font-size: 12px;
    text-align: center;
    color: #000000;
}
.product-quantity .validation-advice {
    font-weight: normal;
}
#product-addtocart .product-quantity {
    /*width: auto;*/

    width: 30%;
    text-align: right;
    float: right;
}
.product-attribute ~ .product-quantity {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}
.link-stock-alert a {
    color: #7a7a7a;
    display: block;
    font: 700 12px/18px "Verlag A", "Verlag B";
    font-style: italic;
    line-height: 1.25em;
    margin: 5px 0 10px;
}
.link-stock-alert a:hover {
    color: #000;
}
.add-to-cart, .add-to-wishlist, .add-to-compare {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-options .add-to-cart {
    background: #4c4d4f;
    color: #fff;
    font: 700 14px/20px "Verlag A", "Verlag B";
    border: none;
    padding: 8px 0;
}
.product-options .add-to-wishlist {
    margin-top: 15px;
    background: #b2b3b6;
    color: #fff;
    font: 700 14px/20px "Verlag A", "Verlag B";
    border: none;
    padding: 8px 0;
}
.product-options .add-to-compare {
    margin-top: 15px;
    background: #4c4d4f;
    color: #f7f8f8;
    font: 700 16px/20px "Verlag A", "Verlag B";
    border: none;
    padding: 8px 0;
}
.product-options .product-quantity {
    margin: 0;
}
.product-quantity .quantity-number select {
    padding: 0;
    width: 35px;
}
.product-options .product-attribute {
    width: 17%;
    float: left;
    margin: 0 0 0 10px;
}
.product-attribute .size-attribute {
    float: right;
    width: 98%;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    padding: 1px 0 0 2%;
    font:400 12px/18px "Verlag A", "Verlag B";
    text-align: right;
}
.product-options .product-attribute select {
    padding: 3px 0;
    background: url(../images/ui/select-arrow1.png) right 13px no-repeat #fff;
    border: none;
    width: 40px;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 20px;
    float: right;
}
.product-options .product-attribute select option {
    background: #262626;
    float: left;
    color: #fff;
    width: 45px;
    font-size: 12px;
}
.product-options .product-attribute select option:disabled {
    background: #999999;
}
.product-options .product-attribute select option:first-child{
    display: none;
}
.social-networks {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}
.social-networks .share-text {
    float: left;
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    letter-spacing: 1px;
}
.social-networks .social-share {
    float: left;
    padding: 0 0 0 8px;
    margin: 0;
}
.social-networks .social-share li {
    float: left;
    margin: 2px 0 0;
}
.social-networks .social-share li a {
    float: left;
    margin: 0 0 0 7px;
}
.helpcall {
    float: left;
    width: 100%;
    padding: 110px 0 0;
}
.helpcall p {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.helpcall p span{
    width: 100%;
    float: left;
}
.helpcall p strong {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Verlag A", "Verlag B";
}
.helpcall p a {
    color: #000;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
    text-transform: uppercase;
}
.product-page-block {
    width: 100%;
    float: left;
    margin: 0;
    border-top: 1px solid #d7d7d7;
}
.product-page-block .center {
    clear: both;
    overflow: hidden;
}
.product-block-related {
    width: 94%;
    float: left;
    padding: 30px 3%;
}
.related-items-block{
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.related-items-block .checkbox.related-checkbox{
    display: none;
}
.block-title strong,.related-heading{
    color: #000;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

.product-block-content {
    width: 100%;
    float: left;
}
.product-block-content ul {
    float: left;
    width: 100%;
}
.product-block-content ul li {
    float: left;
    width: 24.2%;
    margin: 30px 0 0 1%;
    padding: 0;
}
.product-block-content ul li:first-child {
    margin-left: 0;
}
.product-block-content ul li .product-preview {
    width: 100%;
    float: left;
}
.product-block-content ul li .product-preview .product-preview-pic {
    width: 100%;
    float: left;
    padding: 0 0 13px;
}
.product-block-content ul li .product-preview .product-preview-pic a {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}
.product-block-content ul li .product-preview a img {
    width: 100%;
    display: block;
}
.product-block-content ul li .product-preview .product-shortdescription {
    font: 400 12px/16px "Verlag A", "Verlag B";
    font-style:italic;
    color: #7a7a7a;
    padding: 0;
    margin: 0;
    float: left;
}
.product-block-content ul li .product-preview .description-text {
    margin: 0;
    padding: 0;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #080808;
    text-transform: uppercase;
    float: left;
}
.product-block-content ul li .product-preview a cite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    /*background: #000;*/
    opacity: 0.001;
    border-bottom: 6px solid #313233;
}
.product-block-content ul li .product-preview:hover a cite {
    opacity: 1;
}
.about-block-content {
    width: 94%;
    float: left;
    padding: 34px 3%;
}
.about-block-content1 {
    padding-top: 0;
}
.product-feature {
    width: 100%;
    float: left;
    padding: 0;
}
.product-feature:before, .product-feature:after {
    content: '';
    display: table;
}
.product-feature:after {
    clear: both;
}
.product-feature .sub-heading {
    margin-bottom: 10px;
    padding-top: 7px;
    font-size: 19px;
    font-weight: normal;
    color: #7a7a7a;
}
.product-feature .heading {
    margin-top: 0;
}
.product-feature p {
}
.product-feature .two-thirds.two-columns p {
    /*-moz-column-count: 2;
	-moz-column-gap: 2.3%;
	-webkit-column-count: 2;
	-webkit-column-gap: 2.3%;*/
}
.product-feature iframe {
    width: 100%;
    height: 570px;
}
.about-left-block {
    float: left;
    width: 66%;
    padding: 2px 0 0;
}
.about-left-block figure {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.about-left-block figure img {
    display: block;
    height: auto;
}
.about-right-cont {
    width: 31.5%;
    float: right;
    margin: -5px 0 0;
}
.about-right-cont h2 {
    color: #000;
    font: 400 24px/28px "Mercury Text G1 A", "Mercury Text G1 B";
    font-style: italic;
}
.about-right-cont p {
    padding: 8px 0 0;
    text-align: justify;
    letter-spacing: 1px;
    color: #7a7a7a;
    font: 400 12px/19px "Verlag A", "Verlag B";
}
.product-feature-blocks {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}
.product-feature-blocks ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-feature-blocks ul li {
    float: left;
    width: 31.3%;
    margin: 0 0 0 3%;
    list-style: none;
    padding: 0;
}
.product-feature-blocks ul li.first-box {
    margin: 0;
}
.product-feature-blocks ul li .about-box1 {
    width: 100%;
    float: left;
}
.about-cnt-box1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}
.about-cnt-box1-last {
    border: none;
}
.about-box1 .about-box1-image {
    width: 100%;
    float: left;
    margin: 0 0 33px;
}
.about-box1 p {
    color: #7a7a7a;
    font: 400 12px/19px "Verlag A", "Verlag B";
    letter-spacing: 1px;
    text-align: justify;
}
.about-box1 p strong {
    text-transform: uppercase;
    /*text-decoration: underline;*/
    font-weight: 700;
    font-family: "Verlag A", "Verlag B";
    color: #000;
}
.about-left-block2 {
    float: left;
    width: 32%;
}
.about-left-block2 figure {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.about-right-cont2 {
    width: 65%;
    float: right;
}
.about-right-cont2 p {
    color: #7a7a7a;
    font: 400 12px/18px "Verlag A", "Verlag B";
    column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    letter-spacing: 1px;
    text-align: justify;
}
.about-right-cont2 p strong {
    text-transform: uppercase;
    /*text-decoration: underline;*/
    font-weight: 700;
    font-family: "Verlag A", "Verlag B";
    color: #000;
}
.product-attributes-first .product-feature {
    padding-left: 48px;
    background: url(../images/ui/icon-feature.png) 0 20px no-repeat;
}
.product-video iframe {
    width: 100%;
    height: 560px;
}
.product-attributes.accordion img {
    max-width: 100%;
}
.product-attributes .accordion-content {
    padding: 10px 0;
}
.product-attributes .accordion-content p {
    color: #7a7a7a;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.comment-list {
    overflow: auto;
    max-height: 250px;
    padding-right: 5%;
    -webkit-overflow-scrolling: touch;
}
.comment-actions .sub-heading, .comment-item .sub-heading {
    margin-bottom: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}
.comment-actions {
    padding: 15px;
    border: 1px solid #dfdfdf;
    background-color: #f9f9f9;
}
.comment-actions a {
    color: #999999;
    text-decoration: underline;
}
.comment-actions a:hover {
    color: #000000;
}
p#review-form {
    color: #999999;
}
.comment-field {
    width: 100%;
    height: 100px;
}
.comment-submit {
    float: right;
    margin-top: 15px;
}
.comment-item {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d4d4d4;
}
.comment-item p {
    margin-bottom: 0;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.5em;
}
.comment-days-ago {
    color: #ba8748;
    font: italic 13px 'scala_sans_lfregular_italic';
}
.product-related {
    width: 100%;
    float: left;
}
.product-related .sub-heading {
    margin-bottom: 10px;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid #d7d7d7;
    padding: 20px 0 0;
}
.product-related > ul {
    margin-top: 20px;
}
.product-related .item {
    padding: 0;
}
.product-related .product-name {
    /*font-size: 16px;
	font-weight: bold;*/
}
.product-related .product-name {
    margin: 0;
    padding: 0;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #080808;
    text-transform: uppercase;
    float: left;
}
.product-related .product-name a {
    color: #080808;
}
.product-related p {
    color: #7a7a7a;
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B";
    margin: 0;
    padding: 0;
}
.giftcard-container {
    margin-bottom: 0;
}
.giftcard-container .product-visual {
    width: 47.5%;
    text-align: center;
}
.giftcard-container .product-visual img {
    width: 100%;
}
.giftcard-container .product-details {
    width: 46%;
}
.giftcard-container .inline .input-text, .giftcard-container .inline select {
    width: 61%;
}
.giftcard-container .text-area .label {
    display: block;
    margin-bottom: 10px;
}
.giftcard-container .text-area textarea {
    height: 100px;
}
.giftcard-container .product-options {
    width: 100%;
}
.giftcard-container .giftcard-price {
    display: none;
    float: left;
    padding: 5px 0 0 15px;
    font-size: 16px;
    font-family: "Verlag A", "Verlag B";
    font-weight: 400;
}
.giftcard-container .product-quantity {
    float: left;
    text-align: left;
}
.giftcard-container .add-to-cart {
    float: right;
    width: 50%;
    margin-top: -7px;
}
.giftcard-container .gift_card_assit_sec p {
    margin-bottom: 15px;
    line-height: 1.4em;
}
.giftcard-container .gift_card_assit_sec a {
    color: #7a7a7a;
}
.giftcard-container .gift_card_assit_sec a:hover {
    text-decoration: underline;
}
.giftcard-fields .row {
    margin-bottom: 0;
}
.giftcard-fields select, .giftcard-fields input {
    width: 100%;
    margin-top: 5px;
}
.giftcard-fields .half {
    width: 45%;
}
.giftcard-fields .col + .col {
    margin-left: 10%;
}
.giftcard-fields label {
    margin-bottom: 15px;
}
.popup-frame .giftcard-media {
    width: 50%;
    margin-left: 0;
}
.popup-frame .giftcard-container {
    width: 45%;
}
.box-up-sell {
    margin-top: 3em;
    /*border-top: 1px solid #a8a8a8;*/
    /*color: #7a7a7a;*/
    padding-bottom: 30px;
    display: none;
}
.box-up-sell .box-title {
    margin: 1em 0 0;
    font-size: 1.25em;
}
.box-up-sell .item {
    float: left;
    width: 23.9%;
}
.box-up-sell .item + .item {
    margin-left: 1.46666%;
}
.box-up-sell .item img {
    height: auto;
}
.box-up-sell .product-name {
    /*margin: 0.5em 0;*/
    margin: 0 5px 0 0;
}
.product-price .strike-through p.old-price {
    float: left;
    padding-right: 10px;
    text-decoration: line-through;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #080808;
}
.product-price .special-price {
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B"
}
.product-price .special-price .price {
    color: #cc0000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}

.product-details .product-price .strike-through p.old-price {
    float: left;
    padding-right: 10px;
    text-decoration: line-through;
    font: 400 16px/20px "Verlag A", "Verlag B";
    color: #080808;
}
.product-details .product-price .special-price {
    float: left;
    font: 400 16px/20px "Verlag A", "Verlag B";

}
.product-details .product-price .special-price .price {
    color: #cc0000;
    font: 400 16px/20px "Verlag A", "Verlag B";
    /*margin-top: -20px;*/

}
.product-item .strike-through .price-label {
    display: none;
}
.product-detail-cont .product-price .clearfix {
    display: none;
}
.product-details .strike-through .price-label {
    color: #cc0000;
    float: right;
    font-size: 13px;
    line-height: 21px;
    /*margin-left: 155px;*/
}
@media only screen and (max-width: 1000px) {
    .product-gallery {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .product-gallery .next, .product-gallery .prev {
        display: none;
        left: -100%;
    }
    .product-gallery-wrapper {
        width: 100%;
    }
    .product-feature.center {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .product-feature .two-thirds.two-columns p {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
    }
    .product-feature iframe {
        height: 370px;
    }
    .more-info-second .product-feature, .product-attributes-first .product-feature {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .colorset ~ .product-attribute {
        /*width: 100%;*/
    }
    .colorset ~ .product-attribute .select {
        /* width: 100%;*/
    }
    .product-feature .two-thirds {
        width: 42.8%;
        padding-left: 7.8%;
    }
}
@media only screen and (max-width: 800px) {
    .product-options {
        width: 100%;
    }
    .product-quantity {
        width: 100%;
        text-align: left;
    }
    .giftcard-container .product-visual {
        width: 35%;
    }
    .giftcard-container .product-visual img {
        width: 100%;
    }
    .giftcard-container .product-details {
        width: 60%;
    }
}
@media only screen and (max-width: 640px) {
    .product-frame {
        margin-bottom: 20px;
    }
    .product-visual {
        width: 100%;
        margin-right: 0;
    }
    .product-details {
        width: 100%;
        margin-top: 15px;
    }
    .product-attributes.accordion img {
        display: block;
        max-height: 200px;
        margin: 0 auto 15px;
    }
    .product-quantity {
        width: 50%;
        text-align: right;
    }

    .product-feature .third {
        width: 100%;
    }
    .product-feature .two-thirds {
        width: auto;
        padding-left: 48px;
    }
    .product-feature iframe {
        height: 290px;
    }
    .product-feature .third + .two-thirds {
        margin-top: 20px;
    }
    body #shopping-cart-content .item-price .cart-price-special {
        top: auto;
    }
    .product-details-block #shopping-cart-content .col.item-price {
        bottom: 14px;
        padding-bottom: 16px;
        position: absolute;
        width: 38%;
    }
    .product-video iframe {
        height: 270px;
    }
    .product-related .quarter {
        margin-bottom: 20px;
    }
    .giftcard-container .product-visual, .giftcard-container .product-details {
        width: 100%;
    }
    .giftcard-container .inline .input-text, .giftcard-container .inline select {
        width: 100%;
    }
    .giftcard-container .add-to-cart {
        float: right;
        margin-top: 20px;
        width: 100%;
    }
    .giftcard-fields .half {
        width: 100%;
    }
    .giftcard-fields .col + .col {
        margin-left: 0;
    }
    .gift_card_assit_sec {
        text-align: center;
    }
    .more-info-first .accordion {
        margin-top: 20px;
    }
    .main-menu .level-top {
        padding: 0;
        display: block;
    }
    .main-menu .level-top:hover, .main-menu .level-top a:hover {
        color: #7a7a70;
    }
    .sub-menu li strong.border-1 {
        margin: 5px auto;
    }
    /*.sub-menu li strong{
	display: none;
}*/
    .main-menu .level-top:hover > a,.main-menu .level-top:hover a span {
        background-color: #313233;
        border-color: #313233;
        color: #fff;
    }
}
@media only screen and (max-width: 360px) {
    .product-feature iframe {
        height: 160px;
    }
    .footer-subscribe .block-subscribe .block-content .input-text {
        width: 90%;
    }
    .footer-subscribe .block-subscribe .block-content .button {
        margin: 10px 0 0;
    }
}
.results-theming h4 {
    margin-top: 50px;
}
.results-theming li {
    margin-bottom: 10px;
}
.results-theming li a {
    color: #ba8748;
    font-weight: 600;
    font-size: 18px;
}
.results-theming h4 {
    margin-top: 50px;
}
.results-theming li {
    margin-bottom: 10px;
}
.results-theming li a {
    color: #ba8748;
    font-weight: 600;
    font-size: 18px;
}
.checkout-container.center {
    clear: both;
    overflow: hidden;
}
.checkout-header {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 20px;
}
.check-out-page .heading {
    width: 100%;
    float: left;
    border: none;
    color: #000;
    font: 700 20px/24px "Verlag A", "Verlag B";
    letter-spacing: 1px;
    text-transform: uppercase;
}
.check-out-process {
    width: 100%;
    float: left;
    padding: 20px 0 30px;
}
.check-out-process select {
    background: url(../images/ui/arrow-bg2.png) right center no-repeat #ebebeb;
    border: 1px solid #d7d7d7;
    margin: 8px 0;
    width: 100%;
    font-size: 12px;
}
.checkout-header .heading {
    color: #000;
    font: 700 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    margin-bottom: 15px;
}
.checkout-header p {
    letter-spacing: 2px;
    color: #7a7a7a;
    font: 400 12px/26px "Verlag A", "Verlag B";
}
.checkout-header p span {
    font-family: "Verlag A", "Verlag B";
}
.checkout-header p a.gold-link {
    color: #7a7a7a;
}
.checkout-header p a.gold-link:hover {
    color: #7a7a7a;
}
.sp-methods dd ul li {
    overflow: hidden;
    width: 100%;
}
.checkout-menu {
    border: none;
    padding: 0;
}
.check-out-page .checkout-menu .heading {
    border: none;
    background: none;
    color: #7a7a7a;
    font: italic 400 12px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
}
.check-out-process #checkout-review-load .item-price {
    padding-bottom: 0;
    /* width:10%;*/
}
.check-out-process #checkout-review-load .table-body .item-price {
    padding-bottom: 19px;
}
.check-out-page .checkout-menu .heading span{
    text-transform: lowercase;
    font-style: normal;
}
.checkout-progress {
    width: 90%;
    float: left;
    padding: 0 0 0 10%;
}
.checkout-progress li {
    padding: 15px 0 0;
    margin: 0;
    float: left;
    border-top: none;
    list-style-type: decimal;
    list-style-position: inside;
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    letter-spacing: 2px;
}
.checkout-progress li span {
    display: none;
}
.checkout-progress li:first-child {
    color: #000000;
}
.checkout-progress li:first-child span {
    display: none;
}
.checkout-progress li.complete {
    position: relative;
    color: #000000;
}
.checkout-progress li.complete a {
    position: absolute;
    top: 3px;
    right: -20px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    color: #F00;
    font: 400 12px/26px "Verlag A", "Verlag B";
    letter-spacing: 2px;
}
.checkout-progress li.complete a:hover {
    color: #000000;
}
.checkout-progress li.complete.first-link {
    position: relative;
}
.checkout-progress li.complete.second-link {
    position: relative;
}
.checkout-progress li.complete.third-link {
    position: relative;
}
.checkout-progress li.complete.fourth-link {
    position: relative;
}
.checkout-progress li.complete.fifth-link {
    position: relative;
}
.checkout-progress li.complete + li {
    color: #000000;
}
.checkout-progress li.complete + li span {
    display: none;
}
.checkout-step-summary {
    padding: 5px 0 5px 25px;
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    float: left;
    width: 100%;
}
.payment-method-summary p {
    margin-bottom: 10px;
}
.payment-method-summary tr {
    text-align: left;
}
.payment-method-summary tr strong {
    font-weight: normal;
}
.checkout-steps .sub-heading {
    color: #7a7a7a;
    font: 400 12px/18px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    margin: 0;
    padding: 0 0 0 18px;
}
.main-column .checkout-step-title.heading {
    padding: 12px 0;
    border-top: none;
    /*border-bottom: 1px solid #d7d7d7;*/
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.section.active .checkout-step-title.heading {
    border: none;
    background: #fff;
    letter-spacing: 2px;
    padding: 13px 0 0;
}
.checkout-step {
    padding: 15px 0;
    width: 100%;
    float: left;
    margin: 0;
    /*border-bottom: 1px solid #d7d7d7;*/
    zoom: 1;
}
.checkout-step:before, .checkout-step:after {
    content: '';
    display: table;
}
.checkout-step:after {

    clear: both;
}
.checkout-step p {
    margin-bottom: 25px;
}
.checkout-step .button {
    display: block;
    border: none;
    margin: 0;
    color: #fff;
    font: 700 12px/18px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    float: left;
}
.checkout-step .button span {
    display: none;
}
.checkout-step .returning-customer {
    width: 50%;
}
.checkout-step .returning-customer > form {
    float: left;
    width: 100%;
}
.checkout-step .returning-customer .messages {
    margin-bottom: 20px;
}
.checkout-step .returning-customer .messages li.error-msg {
    padding: 5px 0 10px;
}
.checkout-step .returning-customer .messages .error-msg > ul {
    margin: 0;
    padding: 0 0 0 22px;
    width: 90%;
}
#forgotpassword-popup .popup-frame .button-set button.primary {
    background: none repeat scroll 0 0 #4c4d4f;
    border: medium none;
    color: #f7f8f8;
    font: 700 14px/20px "Verlag A", "Verlag B";
    margin: 0;
    padding: 10px 15px 8px;
    float: left;
    text-align: center;
}
.checkout-step .returning-customer label {
    margin-bottom: 0;
}
.checkout-step .returning-customer .input-text {
    width: 60%;
    background: none repeat scroll 0 0 #ebebeb;
    border: medium none;
    box-sizing: border-box;
    color: #999;
    font: 400 14px/20px "Verlag A", "Verlag B";
    margin-left: 0;
    padding: 5px 7px;
}
.checkout-step .returning-customer .button {
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkout-step .returning-customer .forgot-pass {
    margin-left: 0;
}
.checkout-step .returning-customer .primary {
    margin: 5px 0 0 40%;
    border: none;
    color: #fff;
    font: 700 12px/20px "Verlag A", "Verlag B";
    text-align: center;
    float: left;
}
.checkout-step .returning-customer .primary span {
    display: none;
}
.checkout-step .returning-customer p {
    margin-bottom: 25px;
}
.checkout-step .new-customer p {
    margin-bottom: 20px;
}
.checkout-step .create-account .primary {
    margin: 0 0 0 25%;
    border: none;
    color: #fff;
    font: 700 12px/20px "Verlag A", "Verlag B";
    text-align: center;
    float: left;
    display: block;
}
.checkout-step .create-account .line-through {
    margin-bottom: 10px;
}
.new-customer {
    float: left;
    width: 40%;
}
.main-column .new-customer .sub-heading {
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.new-customer p {
    color: #7a7a7a;
}
.new-customer .form-list.form-alt li {
    margin-bottom: 0;
}
#checkout-step-login p {
    color: #7a7a7a;
    font: 400 12px/24px "Verlag A", "Verlag B";
    padding-top: 6px;
    letter-spacing: 2px;
}
#checkout-step-payment li {
    padding: 10px 0 20px 2px;
    font-size: 14px;
}
#checkout-step-payment p {
    margin-bottom: 0;
    line-height: 1.6em;
}
#checkout-step-payment .inline .checkbox .label {
    float: none;
    padding-top: 0;
}
.address-select {
    margin-bottom: 30px;
}
.canship {
    margin: 5px 0;
}
.canship label {
    margin-bottom: 10px;
    margin-left: 25px;
}
.canship label span:hover {
    color: #000;
}
.canship label span:focus, .canship label span:active {
    color: #000;
}
#checkout-step-shipping_method label {
    margin-bottom: 10px;
}
.payment-method {
    padding: 10px 15px 15px;
    border-bottom: 1px solid #b7b7b7;
}
.cc-expiration-date {
    float: left;
    width: 100%;
}
.cc-expiration-date label {
    float: left;
    width: 68%;
}
.cc-expiration-date .label {
    width: 58%;
}
.cc-expiration-date .year {
    width: 29%;
    margin-left: 2%;
}
.cc-expiration-date .month {
    width: 41%;
}
.ccv {
    float: left;
    width: 28%;
    margin-left: 6%;
}
.ccv .input-text {
    float: none;
    width: 100%;
    margin-left: 0;
}
.ccv-what-is-this {
    display: block;
    float: right;
    width: 28%;
    margin: 6px 0 0 2.5%;
    text-align: left;
}
.payment-tooltip .popup-frame {
    width: 470px;
}
#advice-required-entry-beanstream_expiration {
    width: 40%;
    margin-left: 60%;
}
#advice-required-entry-beanstream_expiration_yr {
    clear: none;
    float: left;
    width: 28%;
    margin-left: 4%;
}
#opc-review {
    border-bottom: 1px solid #cccccc;
}
#opc-review.active {
    border-bottom: none;
}
#checkout-step-review {
    padding-right: 0;
    padding-left: 0;
}
#checkout-review-table .table-row {
    border-bottom: 1px solid #cccccc;
}
#checkout-review-table .table-row > ul {
    text-align: left;
}
#checkout-review-table .table-row:nth-child(2n) {
    background-color: #ffffff;
}
#checkout-review-table .item-details {
    width: 55%;
    padding-left: 0;
}
#checkout-review-table .item-image {
    float: left;
    width: 20%;
}
#checkout-review-table .item-name {
    margin-top: 22px;
    margin-bottom: 5px;
    font-size: 17px;

}
#checkout-review-table .item-name, #checkout-review-table .item-options {
    float: right;
    width: 76%;
    padding-left: 0;
}
#checkout-review-table .item-name li, #checkout-review-table .item-options li {
    display: list-item;
    margin-bottom: 0;
}
#checkout-review-table .item-name li + li:before, #checkout-review-table .item-options li + li:before {
    display: none;
}
#checkout-review-table .totals {
    width: 50%;
    padding-top: 20px;
    border-top: none;
}
#checkout-review-table .totals td {
    padding: 3px 0;
    border-bottom: none;
}
#checkout-review-table .totals td.last {
    padding-left: 20px;
    text-align: right;
}
#checkout-review-table .totals tr.last td {
    padding-top: 20px;
}
.forgot-an-item {
    margin: 10px 0;
}
#checkout-review-submit {
    margin-top: 30px;
}
#checkout-review-submit .btn-checkout {
    float: right;
    background: none repeat scroll 0 0 #4c4d4f;
    border: medium none;
    color: #f7f8f8;
    font: 700 14px/20px "Verlag A", "Verlag B";
    padding: 10px 35px 8px;
}
#checkout-review-submit .please-wait {
    float: right;
}
.success-message-page {
    float: left;
    width: 100%;
}
.success-message-page .center {
    clear: both;
    overflow: hidden;
}
.order-confirmation {
    border: medium none;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.order-confirmation .heading {
    color: #000;
    font: 400 18px/24px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    margin-bottom:5px;
    text-transform: uppercase;
}
.order-confirmation p {
    color: #7a7a7a;
    font: 400 14px/24px "Verlag A", "Verlag B";
    padding-top: 6px;
    letter-spacing: 2px;
}
.order-confirmation .button-set {
    margin-top: 30px;
}
.order-confirmation .button-set .button {
    float: none;
    width: auto;
}
.page-head {
    font-size: 26px;
    margin-bottom: 20px;
}
.add-to-links {
    margin-top: 20px;
}
.add-to-links li {
    float: left;
}
.add-to-links li a {
    color: #333;
}
.add-to-links li .separator {
    padding: 0 10px;
}
.crosssell h2 {
    margin-top: 20px;
    font-weight: 600;
}
#co-shipping-method-form {
    margin-top: 10px;
}
#checkout-shipping-method-load, #shipping-method-buttons-container {
    width: 100%;
    float: left;
}
.checkout-steps #checkout-shipping-method-load .sub-heading {
    padding: 0 0 10px 0;
    text-transform: uppercase;
    color: #000;
}
#checkout-shipping-method-load .checkbox {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
#checkout-shipping-method-load p {
    width: 100%;
    float: left;
    color: #7a7a7a;
    letter-spacing: 2px;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
#co-shipping-method-form dt {
    margin-bottom: 10px;
}
#co-shipping-method-form dd li input, #co-shipping-method-form dd li label {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
.log-out-page {
    width: 100%;
    float: left;
}
.log-out-page .check-out-page {
    padding-bottom: 30px;
}
.log-out-page .center {
    clear: both;
    overflow: hidden;
}
.log-out-page .check-out-page .cart-heading {
    border: none;
    margin: 0;
}
@media only screen and (max-width: 780px) {
    .payment-method {
        width: 100%;
    }
    .checkout-step .returning-customer {
        width: 100%;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 641px) {
    .checkout-progress li.complete a {
        display: block;
        position: static;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }
}
@media only screen and (max-width: 640px) {
    .checkout-menu {
        /*display: none;*/
    }
    .checkout-step .returning-customer .input-text {
        width: 100%;
    }
    .checkout-step .returning-customer .forgot-pass, .checkout-step .returning-customer .primary {
        margin-left: 0;
    }
    .checkout-step, .payment-method {
        padding-left: 0;
        padding-right: 0;
    }
    .ccv {
        width: 100%;
        margin-left: 0;
    }
    .ccv.input-text {
        width: 100%;
    }
    .ccv-what-is-this {
        width: 100%;
        margin-left: 0;
        text-align: right;
    }
    .result-theming .product-item {
        clear: both;
        overflow: hidden;
        width: 75% !important;
        margin-bottom: 10px;
        margin-left: 12% !important;
        margin-right: 12% !important;
    }
    .order-confirmation {
        margin-top: 30px;
    }
    .order-confirmation .button-set .button {
        width: 100%;
    }
    #checkout-review-table .table-row {
        border: none;
        font-size: 14px;
    }
    #checkout-review-table .table-row > ul {
        padding-bottom: 5px;
    }
    #checkout-review-table .table-row:nth-child(even) {
        background-color: #f0f0f0;
    }
    #checkout-review-table .col {
        vertical-align: top;
    }
    #checkout-review-table .cart-head-row {
        font-size: 12px;
        font-weight: normal;
        text-align: center;
    }
    #checkout-review-table .item-details {
        width: 28%;
        margin-left: 0;
    }
    #checkout-review-table .item-name {
        position: static;

        float: left;
        width: 100%;
        margin-top: 0;

        margin-left: 5%;
        font-size: 14px;
        line-height: 1em;
    }
    #checkout-review-table .item-options {
        float: left;
        margin-left: 5%;
        font-size: 12px;
        line-height: 1em;
    }
    #checkout-review-table .item-image {
        display: none;
    }
    #checkout-review-table .item-price, #checkout-review-table .item-subtotal {
        position: static;
        width: 24.5%;
    }
    #checkout-review-table .item-quantity {
        display: inline-block;
    }
    #checkout-review-table .totals {
        width: 100%;
    }
    #checkout-review-table .totals tr.last td {
        padding-top: 0;
    }
    #checkout-review-submit {
        margin-top: 0;
    }
    #checkout-review-submit .button-set {
        margin: 0;
    }
    #checkout-review-submit .btn-checkout {
        float: none;
        width: 100%;
        font-size: 16px;
        padding: 15px 0;
        text-align: center;
    }
    #checkout-review-submit .please-wait {
        float: left;
    }
    .payment-tooltip .popup-frame {
        width: 85%;
        padding-top: 60px;
    }
    .sliderCont {
        top: 2%;
    }
    .sliderContBlock {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .sliderContBlock h2 {
        font: 400 20px/24px "Verlag A", "Verlag B";
    }
}
@media only screen and (max-width: 480px) {
    .cc-expiration-date label, .cc-expiration-date .label, .cc-expiration-date .year, .cc-expiration-date .month {
        width: 100%;
    }
    .cc-expiration-date .year {
        margin-left: 0;
    }
    .sliderCont {
        width: 290px;
        top: 5%;
        left: 4%;
    }
    #homepage-slider {
        height: 222px !important;
    }
    .productblock-second {
        padding-bottom: 40px;
    }
    .sliderContBlock {
        padding: 7px 0;
    }
    .sliderContBlock h2 {
        font-size: 15px;
        line-height: 18px;
    }
    .productbox1 {
        width: 245px;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 25px;
        background-size: 100%;
    }
    .bx-wrapper .bx-controls-direction a:hover {
        background-size: 100%;
    }
}
.cart-heading {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #b8b8b8;
    font-size: 20px;
}
.cart-heading ul, .cart-heading li {
    display: inline;
}

.cart-price-original,
.minicart-item-price-original {
    text-decoration: line-through;
}
.cart-price-special,
.minicart-item-price-special {
    color: #cc0000;
}
.check-out-process .item-price {
    padding-bottom: 21px;
    position: relative;
    /* width: 15%;*/
}

.item-price .price-label-checkout {
    bottom: 0;
    color: #cc0000;
    left: 0;
    min-width: 85px;
    position: absolute;
    width: 100%;
}
.product-details-block .col.item-price {
    padding-bottom: 21px;
    position: relative;
    /*width: 13%;*/
}
.product-details-block .col.item-price .price-label-cart {
    bottom: 0;
    color: #cc0000;
    left: 0;
    min-width: 85px;
    position: absolute;
    width: 100%;
}
.product-details-block .table-head .col.item-price {
    padding-bottom: 0;
}
.product-details-block #update_cart_form .table-head .col.item-price {
    padding-bottom: 0;
    /*  width:10%;*/
}
.cart-head-row, .cart-footer-row {
    border-bottom: 1px solid #d7d7d7;
    background-color: transparent;
    width: 100%;
    float: left;
}
.cart-head-row .col.item-details, .table-row .col.item-details {
    text-align: left;
}
.cart-footer-row {
    text-align: right;
    padding: 20px 0;
}
.cart-footer-row .update-btn {
    background: none repeat scroll 0 0 #b2b3b6;
    border: medium none;
    color: #f7f8f8;
    font: 700 14px/20px "Verlag A", "Verlag B";
    padding: 10px 35px 8px;

}
.continue-shopping-btn {
    display: inline-block;
    margin: 20px 0;
}
.cart .table-row {
    padding: 0;
}
.div-table {
    display: table;
}
.div-tr {
    display: table-row;
}
.div-td {
    display: table-cell;
    vertical-align: middle;
}
.item-details {
    width: 44%;
    padding-left: 10px;
    color: #000;
    font: 400 18px/20px "Verlag A", "Verlag B";
    text-align: left;
}
.table-head li {
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    text-transform: uppercase;
}
.table-body {
    float: left;
    width: 100%;
}

.table-body li.table-row {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.table-body li.table-row > ul {
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    float: left;
}
.table-body li.table-row ul li {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
}
.table-body li.table-row ul li em {
    font-style: normal;
}
.table-body li.table-row ul li a.gold-link {
    color: #7a7a7a;
    font: italic 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
}
.table-body li.table-row ul li a.gold-link:hover {
    color: #000;
}
.table-body li.table-row ul li .div-table .item-name a {
    font-family: "Verlag A", "Verlag B";
}
.item-name {
    padding-left: 10px;
    width: 69%;
    color: #7a7a7a;
}
.item-name a {
    color: #000000;
}
.item-image {
    width: 130px;
}
.item-image a {
    margin-bottom: 0 !important;
}
.item-image img {
    width: 100%;
    float: left;
}
.item-options {
    /*width: 69%;
	color: #7a7a7a;*/
}
.item-remove {
    width: 10%;
}
.remove-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/ui/icon-remove.png) center center no-repeat;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
}
.item-price {
    width: 10%;
}
.item-quantity {
    width: 10%;
}
.item-subtotal {
    width: 10%;
}
.update-btn {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
}
.cart-collaterals {
    float: left;
    width: 100%;
    padding: 20px 0 40px;
}
.cart-collaterals .btn-continue {
    background: none repeat scroll 0 0 #43474A;
    border: medium none;
    color: #f7f8f8;
    font: 700 14px/20px "Verlag A", "Verlag B";
    margin-top: 0;
    padding: 10px 15px 8px;
    float: right;
}
.cart-pre-checkout {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}
.promo-codes {
    float: left;
    width: 60%;
    padding: 30px 3% 20px;
    border: 1px solid #d7d7d7;
}
.totals {
    float: right;
    width: 30%;
}
.totals td {
    padding-right: 10px !important;
}
.discount {
    position: relative;
}
.discount .sub-heading {
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.discount label {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
}
.discount label .input-text {
    width: 100%;
    margin-left: 0;
    padding: 4px 7px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #E3E4E4;
    border: none;
    color: #999;
    font: 400 14px/20px "Verlag A", "Verlag B";
}
.discount label .wrap {
    margin-top: 10px;
    position: relative;
}
.discount label .apply-promo-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 30px;
    padding: 0 0 10px;
    font-size: 30px;
    font-weight: normal;
    line-height: 25px;
    color: #7a7a7a;
    background-color: transparent;
}
.discount label .validation-advice {
    padding: 5px 0 0;
    color: #b50c0c;
}
.discount label .validation-advice + .validation-advice {
    padding: 0;
}
.discount label .validation-advice.error {
    color: #B50C0C;
}
#giftcard_balance_lookup .error-msg, #giftcard_balance_lookup .success-msg {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}
.giftcard label {
    /*margin-bottom: 10px;*/
}
.cancel-btn {
    margin-top: 10px;
}
.totals {
    border-top: 1px solid #d7d7d7;
}
.totals table {
    width: 100%;
}
.totals td {
    border-bottom: 1px solid #d7d7d7;
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.totals td strong {
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.totals .total-type {
    width: 69%;
}
.totals .total-value {
    width: 30%;
}
.totals .grand-total {
    font-weight: bold;
}
.totals .checkout-btn {
    float: right;
    margin-top: 25px;
}
.totals .remove-btn {
    float: left;
    width: 16px;
    height: 16px;
}
.totals .checkout-btn {
    background: none repeat scroll 0 0 #43474A;
    border: medium none;
    color: #f7f8f8;
    font: 700 14px/20px "Verlag A", "Verlag B";
    padding: 10px 15px 8px;
}
.estimate-shipping {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}
.estimate-shipping .sub-heading {
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.country-state-zip {
    width: 100%;
    float: left;
}
.country-state-zip p {
    letter-spacing: 2px;
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.country-state-zip .third label {
    letter-spacing: 2px;
    color: #7a7a7a;
    font: 12px/20px "Verlag A", "Verlag B";
}
.estimate-shipping .country, .estimate-shipping .state-province, .estimate-shipping .zip-postal {
    margin-top: 15px;
    margin-bottom: 10px;
}
.estimate-shipping .country label, .estimate-shipping .state-province label, .estimate-shipping .zip-postal label {
    margin-bottom: 5px;
}
.estimate-shipping .country input, .estimate-shipping .state-province input, .estimate-shipping .zip-postal input, .estimate-shipping .country .select, .estimate-shipping .state-province .select, .estimate-shipping .zip-postal .select {
    width: 100%;
}
.out-of-stock {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 50 )";
}
.country-state-zip .third select.validate-select {
    /* background: #ebebeb;
     border: 1px solid #d7d7d7;*/
}
.country-state-zip .third select.validate-select {
    background: url(../images/ui/arrow-bg2.png) right center no-repeat #E3E4E4;
    border: 1px solid #d7d7d7;
    color: #000;
}
.country-state-zip .third select.validate-select option {
    background: #262626;
    float: left;
    color: #fff;
}
.country-state-zip .third .input-text {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #E3E4E4;
    border: none;
    color: #999;
    padding: 4px 7px 5px;
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.country-state-zip .buttons-set .tertiary {
    background: none repeat scroll 0 0 #b2b3b6;
    border: medium none;
    color: #f7f8f8;
    font: 700 14px/20px "Verlag A", "Verlag B";
    margin: 10px 0;
    padding: 10px 15px 8px;
    float: right;
}
.country-state-zip .buttons-set .tertiary span {
    display: none;
}
.country-state-zip .third.zip-postal label.required{
    margin: 5px 0 0;
}
@media only screen and (max-width: 640px) {
    .discount {
        position: relative;
    }
    .discount + .discount {
        margin-top: 20px;
    }
    .discount #gc-please-wait {
        display: block;
        position: static;
        float: left;
        width: 95%;
        margin: 0 5% 20px;
    }
    .estimate-shipping {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #dcdcdc;
    }
    .cart-heading {
        margin-bottom: 0;
    }
    .cart-head-row .col {
        float: left;
        margin-left: 2.5%;
        line-height: 22px;
    }
    .cart-head-row .item-details {
        width: 43.5%;
        padding-left: 0;
    }
    .cart-head-row .item-price, .cart-head-row .item-subtotal {
        width: 24.5%;
    }
    .cart-head-row .item-quantity, .cart-head-row .item-remove {
        display: none;
    }
    .div-td {
        vertical-align: top;
    }
    .table-row {
        position: relative;
    }
    .table-row .col {
        height: auto;
    }
    .table-row > ul {
        text-align: left;
        padding-bottom: 35px;
    }
    .table-row .item-details {
        width: 100%;
        margin-left: 2.5%;
        padding-left: 0;
    }
    .table-row .item-details .div-table, .table-row .item-details .div-td, .table-row .item-details .div-tr {
        display: block;
    }
    .table-row .item-image {
        width: 30%;
        margin-top: 30px;
    }
    .table-row .item-image img {
        width: 100%;
    }
    .table-row .item-name {
        position: absolute;
        z-index: 10;
        height: 100%;
        width: 100%;
        top: 13px;
        left: 0;
        padding-left: 2.5%;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .table-row .item-options {
        width: 69%;
        margin: 10px 0 0 34%;
        color: #7a7a7a;
        font-size: 14px;
        font-weight: normal;
    }
    .table-row .item-options > div {
        display: inline-block;
    }
    .table-row .item-options > div span:first-child {
        display: none;
    }
    .table-row .item-options > div + div {
        padding-left: 5px;
        margin-left: 5px;
    }
    .table-row .item-options > div + div:before {
        content: ' / ';
    }
    .table-row .item-options li {
        display: inline-block;
        margin-bottom: 5px;
    }
    .table-row .item-options li + li:before {
        content: ' / ';
    }
    .table-row .item-remove {
        width: auto;
    }
    .table-row .item-remove .remove-btn {
        position: absolute;
        z-index: 15;
        top: 5px;
        right: 5px;
    }
    .table-row .item-price, .table-row .item-subtotal {
        position: absolute;
        width: 24.5%;
        bottom: 50px;
        right: 26.5%;
        text-align: center;
    }
    .table-row .item-subtotal {
        font-weight: bold;
        line-height: 1.1em;
        right: 0;
    }
    .table-row .col.item-quantity {
        display: none;
    }
    .promo-codes {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .totals {
        width: 100%;
        margin: 20px 0;
    }
    .btn-continue-mobile.single {
        display: block;
        margin-top: 0;
    }
    .cart-footer-row {
        text-align: center;
    }
}
.main-column.login-box {
    margin-top: 0;
    border-top: 1px solid #cccccc;
}
.main-column.login-box.no-heading {
    border: none;
    margin-top: 0;
}
.main-column.login-box form {
    /*margin-top: 20px;*/
}
.main-column.login-box .heading {
    border-bottom: none;
}
.main-column .heading {
    /*	padding: 10px 0;
	font-size: 20px;
	color: #000000;
	border-bottom: 1px solid #cccccc;*/
}
.main-column .returning-customer .sub-heading {
    color: #000;
    font: 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.returning-customer {
    float: left;
    width: 40%;
    padding-right: 4.4%;
    margin-right: 4.4%;
    border-right: 1px solid #d7d7d7;
}
.returning-customer .input-text {
    width: 61%;
    float: right;
    background: #eaeaea;
    border: none;
    height: 25px;
    outline: none;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #7a7a7a;
    padding: 0 10px;
    letter-spacing: 1px;
}
.returning-customer label {
    margin: 0;
    padding: 6px 0;
    width: 100%;
    float: left;/*border-bottom: 1px solid #d7d7d7;*/
}
.returning-customer .label {
    margin: 0;
    letter-spacing: 2px;
    color: #7a7a7a;
    font: 12px/20px "Verlag A", "Verlag B";
    float: left;
    width: 37%;
}
.returning-customer p {
    margin-bottom: 15px;
    color: #7a7a7a;
}
.returning-customer small.required {
    margin-top: 20px;
    display: none;
}
.returning-customer .forgot-pass {
    margin: 10px 0 0 0;
    color: #7a7a7a;
    font: 12px/16px "Verlag A", "Verlag B";
    float: right;
    width: 100%;
    text-align: right;
}
.returning-customer .forgot-pass:hover {
    color: #000;
}
.returning-customer .button {
    background: #4c4c4e;
    border: none;
    color: #fff;
    font: 700 12px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 33% 0;
    /*display: block;*/
    text-align: center;
}
.returning-customer .button span {
    display: none;
}
.login-box .forgot-pass {
    margin-top: 10px;
    color: #7a7a7a;
    font: italic 12px/20px "Verlag A", "Verlag B";
    text-align: right;
}
.login-box .forgot-pass:hover {
    color: #000;
}
.login-box p {
    line-height: 1.6em;
}
.new-customer .button {
    margin-top: 15px;
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
}
.new-customer .line-through {
    margin-bottom: 25px;
}
.new-customer .primary {
    margin-top: 20px;
    margin-bottom: 40px;
}
.new-customer .checkbox {
    margin-bottom: 15px;
}
.register-form {
    width: 60%;
}
.gift-card-info {
    margin-top: 5px;
}
.my-account .button {
    margin: 0 auto;
    background: none;
    display: inline-block;
    font-weight: normal;
    padding: 0;
}
.my-account .button.new-address-link {
    width: 220px;
}
.dashboard-information {
    width: 100%;
    float: left;
    font-family: 'Verlag A', 'Verlag B';
    padding: 20px 0 10px;
}
.dashboard-information address {
    line-height: 22px;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Verlag A', 'Verlag B';
    float: left;
    width: 100%;
    padding: 10px 0;
}
.dashboard-information address span {
    float: left;
    padding: 5px 0 0;
    width: 100%;
}
.dashboard .sub-heading, .dashboard-information .sub-heading {
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.dashboard-intro {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 18px;
}
.change-password-btn {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Verlag A', 'Verlag B';
    font-style: italic;
    line-height: 18px;
    color: #7a7a7a;/*background: url(../images/ui/icon-password.png) center left no-repeat;*/
}
.dashboard .gold-link, .dashboard-information .gold-link {
    font: 12px/16px "Verlag A", "Verlag B";
    color: #7a7a7a;
    float: left;
    margin: 0;
    font-style: italic;
}
.dashboard .gold-link:hover, .dashboard-information .gold-link:hover {
    color: #000;
}
.change-password-btn:hover {
    color: #000;
}
.main-column form fieldset {
    width: 100%;
    float: left;
}
.account-edit-form {
    margin-top: 20px;
}
.account-edit-form .sub-heading {
    margin-bottom: 10px;
    color: #000;
    font: 12px/16px "Verlag A", "Verlag B";
}
.all-reviews {
    float: right;
}
.enterprise-giftcardaccount-customer-index .main-column .heading {
    color: #000;
    font: 700 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.recent-reviews-list {
    margin: 10px 0;
}
.review-item {
    display: block;
    padding: 10px 0;
    color: #7a7a7a;
    font-size: 18px;
}
.review-item:hover {
    text-decoration: underline;
}
.review-date {
    float: right;
    font-size: 15px;
    color: #cccccc;
}
.addresses-primary .item {
    float: left;
}
.addresses-additional .col {
    margin-bottom: 20px;
}
.addresses-additional.dashboard-information.clearfix ul li p {
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
    padding:10px 0 0;
    float: left;
    width: 100%;
}
.storecredit .account-block.dashboard-intro .sub-heading {
    margin-bottom: 10px;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #000;
}
.order-history.table.clearfix.clear {
    float: left;
    width: 100%;
}
.is-default-address {
    display: block;
    margin-bottom: 15px;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #000;
}
.col + .newline {
    margin-left: 0;
    clear: left;
}
.wishlist-items .table-head {
    background-color: transparent;
    border: none;
}
.wishlist-items .table-head .wishlist-item-details, .wishlist-items .table-row .wishlist-item-details {
    text-align: left;
}
.wishlist-items .table-head .wishlist-item-details .item-image img, .wishlist-items .table-row .wishlist-item-details .item-image img {
    width: 128px;
}
.wishlist-item-details {
    width: 57.5%;
    text-align: left;
}
.wishlist-actions .button span {
    display: none;
}
.wishlist-item-details .item-name {
    float: right;
    padding-left: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 45px;

}
.wishlist-item-details .item-image {
    float: left;
    width: 30%;
}
.wishlist-item-qty {
    width: 12.5%;
}
.wishlist-item-qty .qty {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.wishlist-item-actions {
    width: 23%;
}
.wishlist-item-actions .price {
    font-weight: bold;
}
.wishlist-item-actions .btn-cart {
    display: block;
    width: 90%;
    margin: 10px 0 10px 5%;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
}
.wishlist-item-actions .availability {
    margin: 5px 0;
    font-style: italic;
    color: #7a7a7a;
}
.item-description {
    float: right;
    width: 69%;
    margin-top: 20px;
}
.wishlist-item-details .item-description{
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #7a7a7a;

}
.link-reorder:after, .link-print:after, .link-edit:after {
    content: '|';
    margin: 0 5px 0 8px;
    color: #7a7a7a;
    font-style: normal;
}
.reorder-link:before {
    content: '|';
    margin: 0 8px 0 5px;
    color: #7a7a7a;
    font-style: normal;
}
.wishlist-actions {
    padding-top: 30px;
    float: left;
    width: 100%;
}
.wishlist-actions .button {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
}
.wishlist-item-actions .gold-link{
    font-style: italic;
}
.giftcard-actions {
    margin-top: 25px;
}
.giftcard-balance {
    margin-bottom: 40px;
}
.account-block {
    margin: 10px 0;
}
.create-account {
    width: 100%;
    float: left;
    padding: 12px 0 0;
    text-align: center;
}
.account-login .create-account{
    padding: 40px 0 0;
}
.new-customer .create-account .primary {
    margin: 0 0 0 0;
    cursor: pointer;
    outline: none;
    border: none;
    float: none;
    color: #fff;
    font: 700 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}
#login-form .new-customer .create-account .primary{
    float: none;
    display: inline-block;
    margin: 0 auto;
}
.create-account .primary span {
    display: none;
}
.create-account .facebook-account {
    /*background: none;*/
    /*color: #000;
    font: 400 12px/16px "Verlag A","Verlag B";
    text-transform: uppercase;
*/

    background: url(../images/ui/btn-facebook-en.png) no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0 auto;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: 300%;
    white-space: nowrap;
    width: 205px;
    float: none;
}
.new-customer .create-account .line-through {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    float: left;/*width: 100%;*/
    width: 100%;
}
.new-customer .create-account .line-through span {
    background: none;
    border: none;
    padding: 14px 0;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: #7a7a7a;
    font: italic 400 12px/16px "Verlag A", "Verlag B";
}
html[lang=fr] .create-account {
    width: 226px;
}
html[lang=fr] .facebook-account {
    background-image: url(../images/ui/btn-facebook-fr.png);
}
.form-list.form-alt li {
    margin-bottom: 7px;
    clear: both;
    overflow: hidden;
}
.form-list.form-alt input {
    float: left;
    clear: left;
    margin-right: 7px;
}
.form-list.form-alt label {
    clear: right;
    padding-top: 3px;
}
.order-history .col {
    text-align: center;
}
.order-history .order-number {
    width: 13%;
}
.order-history .order-date {
    width: 11%;
}
.order-history .order-shipto {
    width: 11%;
}
.order-history .order-total {
    width: 12%;
}
.order-history .order-status {
    width: 13%;
}
.order-history .order-actions {
    width: 21%;
}
.orders-list {
    margin-bottom: 25px;
}
.order-totals {
    width: 40%;
}
.order-history .order-number {
    text-align: left;
    width: 13%;
    padding: 0 0 0 10px;
}
.order-details .col {
    text-align: left;
}
.order-details .table-row > ul {
    text-align: left;
}
.order-details .item-name {
    width: 25%;
    padding-left: 1%;
    margin-top: 0;
}
.order-details .item-name dl {
    width: 100%;
}
.order-details .item-sku {
    width: 25%;
}
.order-details .item-price {
    width: 10%;
}
.order-details .item-quantity {
    width: 13%;
}
.order-details .item-subtotal {
    width: 12%;
}
.order-items {
    margin-bottom: 20px;
}
.back-link {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}
.account-edit-form.inline .primary.button {
    margin-top: 0px;
}
.btn-track-order {
    clear: both;
    height: 40px;
    margin-top: 20px;
}
#customerbalance-history .balance-action {
    padding-left: 1.5%;
    width: 33%;
    text-align: left;
}
#customerbalance-history .balance-change {
    width: 18%;
}
#customerbalance-history .balance-value {
    width: 15%;
}
#customerbalance-history .balance-date {
    width: 22%;
    white-space: nowrap;
}
#customerbalance-history .table-row > ul {
    text-align: left;
}
.return-comment, .return-form {
    margin-bottom: 40px;
}
.return-comment .label, .return-form .label {
    margin-bottom: 5px;
}
.return-comment label, .return-form label {
    margin-bottom: 20px;
}
.return-comment .input-text, .return-form .input-text, .return-comment .select, .return-form .select, .return-comment textarea, .return-form textarea {
    width: 100%;
}
.return-comment .remaining-qty, .return-form .remaining-qty {
    color: #7a7a7a;
}
.return-comment .add-row, .return-form .add-row {
    border-top: 1px solid #b8b8b8;
    padding-top: 10px;
}
.return-comment .remove-btn, .return-form .remove-btn {
    overflow: visible;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-style: italic;
    color: #7a7a7a;
    line-height: 42px;
    text-indent: 0;

    white-space: normal;
    background: url("../images/ui/icon-remove.png") left center no-repeat;
}
.return-comment {
    margin-top: 20px;
}
.add-item-return-btn {
    float: right;
}
.return-number {
    width: 15%;
}
.return-date {
    width: 13%;
}
.return-ship {
    width: 20%;
}
.return-status {
    width: 15%;
}
.return-view {
    width: 20%;
}
.returns-table .table-head .col.return-number, .returns-table .table-row .col.return-number {
    margin-left: 1%;
    text-align: left;
}
.returns-table .table-head > ul, .returns-table .table-row > ul {
    text-align: left;
}
.return-orderid {
    color: #7a7a7a;
}
.return-details .table-head .col, .return-details .table-row .col {
    text-align: center;
}
.return-details .col.rtn-product-name {
    width: 12%;
    margin-left: 1%;
    text-align: left;
}
.return-details .col.rtn-product-sku {
    width: 16%;
}
.return-details .col.rtn-product-condition {
    width: 10%;
}
.return-details .col.rtn-product-resolution {
    width: 10%;
}
.return-details .col.rtn-product-requestqty {
    width: 15%;
}
.return-details .col.rtn-product-qty {
    width: 5%;
}
.return-details .col.rtn-product-status {
    width: 10%;
    text-align: right;
}
.return-details .table-row.details {
    text-align: left;
    width: 100%;
}
.return-comments .heading {
    margin-bottom: 20px;
}
.rtn-comment-btn {
    margin-top: 20px;
}
.return-convo {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #b8b8b8;
}
.return-convo li {
    margin-bottom: 20px;
}
.rtn-convo-date {
    color: #999999;
    font-weight: normal;
}
.sales-order-history .page-container {
    padding-top: 40px;
}
.return-form-box {
    float: left;
    width: 100%;
}
.return-form-box .return-comments {

    float: left;
    width: 100%;
}
.return-form-box .return-comments .heading {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.return-form-box .return-comments .text-box-block {
    float: left;
    width: 100%;
}
.return-form-box .return-comments .text-box-block .label {
    float: left;
    width: 100%;
    font: 400 12px/16px "Verlag A", "Verlag B";
    color: #000;
}
.return-form-box .return-comments .text-box-block textarea {
    margin-top: 5px;
}
.return-form-box .return-comments .return-convo {
    float: left;
    width: 100%;
}
.return-form-box .return-comments .return-convo .sub-heading {
    float: left;
    width: 100%;
    color: #000;

    font: 700 12px/16px "Verlag A", "Verlag B";
}
.return-form-box .return-comments .return-convo .sub-heading .rtn-convo-date {
    color: #7a7a7a;
    font-weight: 400;
}
.return-form-box .return-comments .return-convo .rtn-convo-content {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.return-form-box .return-comments .button.primary {
    float: right;
}
@media only screen and (max-width: 1000px) {
    .product-gallery-container {
        overflow: visible;
        width: 100%;
    }
    .product-gallery-wrapper li {
        width: 20% !important;
        float: left;
    }
    .order-history .table > ul {
        text-align: auto;
    }
    .order-history .order-actions {
        width: 20%;
    }
    .order-details .item-name {
        width: 20%;
    }
    .order-details .item-sku {
        width: 20%;
    }
    .order-details .item-price {
        width: 14%;
    }
    .order-details .item-quantity {
        width: 16%;
    }
    .order-details .item-subtotal {
        width: 14%;
    }
    .wishlist-item-details {
        width: 45.5%;
        text-indent: 0;
    }
    .wishlist-item-details .item-image {
        width: 50%;
        padding-left: 5%;
    }
    .wishlist-item-details .item-description, .wishlist-item-details .item-name {
        width: 40%;
    }
    .wishlist-item-actions {
        width: 35%;
    }
    .return-details h2.mobile {
        display: block;
        margin-bottom:0;
        font-size: 12px;
        color: #000;
    }
    .return-details .table-head {
        display: none;
    }
    .return-details .mobile {
        display: inline-block;
    }
    .return-details .col {
        float: none;
        display: block;
        clear: both;
        overflow: hidden;
        margin-left: 0;
    }
    .return-details .col.rtn-product-name {
        margin-left: 0;
        text-align: left;
    }
    .return-details .col.rtn-product-name > strong {
        font-size: 1.1em;
    }
    .return-details .col.rtn-product-name br {
        display: none;
    }
    .return-details .col.rtn-product-name, .return-details .col.rtn-product-sku, .return-details .col.rtn-product-condition, .return-details .col.rtn-product-resolution, .return-details .col.rtn-product-requestqty, .return-details .col.rtn-product-qty, .return-details .col.rtn-product-status {
        width: 100%;
        text-align: left;
        line-height: 1.3em;
    }
    .return-details .col.rtn-product-last {
        display: none;
    }
    .return-details dt, .return-details dd {
        float: left;
        padding-top: 10px;
    }
    .return-details dd {
        clear: right;
    }
    .return-details dt {
        clear: left;
    }
    .main-column.login-box {
        /* margin-top: 60px;*/
    }
    .main-column.login-box {
        /*margin-top: 60px;*/
    }
    .shipping-country .website-switcher strong {
        padding-left: 0;
    }
    .view-crat-block {
        margin-right: 0;
    }
    .logo-block {
        padding-top:5px;
    }
    .return-page-detail .table-body li.table-row > ul {
        padding: 0;
    }
}
@media only screen and (max-width: 780px) {
    .pager .limiter, .pager .amount {
        display: block;
    }
    .pager .pages {
        text-align: center;
    }
    .dashboard-information {
        width: 100%;
    }
    .returning-customer {
        /*width: 100%;
        border-right: none;
        margin-right: 0;
        padding-right: 0;*/
    }
    .returning-customer small, .returning-customer .primary {
        margin-left: 0;
    }
    .new-customer {
        /*width: 100%;
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px solid #cccccc;*/
    }
    .order-details .table-row, .order-history .table-row {
        font-size: 12px;
    }
    .order-details .table-row > ul, .order-history .table-row > ul {
        padding-bottom: 10px;
    }
    .order-details .table-head, .order-history .table-head {
        font-size: 12px;
        font-weight: normal;
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
    }
    .order-details .table-head, .order-history .table-head {
        font-size: 14px;
    }
    .order-details .col, .order-history .col {
        margin-left: 0;
    }
    .order-details .order-number, .order-history .order-number, .order-details .order-date, .order-history .order-date, .order-details .order-total, .order-history .order-total, .order-details .order-status, .order-history .order-status {
        width: 22%;
        text-align: center;
    }
    .order-details .order-number, .order-history .order-number {
        width: 24%;
        text-align: left;
    }
    .order-details .order-total, .order-history .order-total {
        width: 24%;
    }
    .order-details .table-row .order-status, .order-history .table-row .order-status {
        font-size: 14px;
    }
    .order-details .order-shipto, .order-history .order-shipto {
        display: none;
    }
    .order-details .order-actions, .order-history .order-actions {
        width: 100%;
        margin-top: 15px;
    }
    .order-details .table-row .col, .order-details .table-head .col {
        vertical-align: top;
    }
    .order-details .table-row .col.item-sku, .order-details .table-head .col.item-sku {
        display: none;
    }
    .order-details .table-row .col.item-name, .order-details .table-head .col.item-name, .order-details .table-row .col.item-price, .order-details .table-head .col.item-price, .order-details .table-row .col.item-quantity, .order-details .table-head .col.item-quantity, .order-details .table-row .col.item-subtotal, .order-details .table-head .col.item-subtotal {
        width: 23%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
    }
    .order-details .table-row .col .item-options, .order-details .table-head .col .item-options {
        margin-top: 5px;
        padding-left: 0;
        font-size: 12px;
        font-weight: normal;
    }
    .order-details .table-row .col.item-name, .order-details .table-head .col.item-name {
        position: static;
        text-align: left;
    }
    .order-details .table-row .col.item-price, .order-details .table-head .col.item-price, .order-details .table-row .col.item-subtotal, .order-details .table-head .col.item-subtotal {
        position: static;
    }
    .order-details .table-row .col.item-quantity, .order-details .table-head .col.item-quantity {
        display: inline-block;
    }
    .order-details .table-row .col.item-quantity strong, .order-details .table-head .col.item-quantity strong {
        display: block;
    }
    .order-details .table-row .item-name {
        font-size: bold;
    }
    .order-items {
        margin-bottom: 5px;
    }
    .main-column.login-box {
        /*margin-top: 60px;*/
    }
}
@media only screen and (max-width: 640px) {
    .register-form {
        width: 100%;
    }
    .register-form .button {
        width: 100%;
        margin-top: 20px;
    }
    .create-account {
        width: 100%;
    }
    .returning-customer .input-text {
        width: 100%;
    }
    .side-menu.customer-menu {
        margin-top: 0;
    }
    .main-column.login-box {
        margin-top: 0;
        border-top: none;
    }
    .dashboard-information .to-full + .to-full {
        margin-top: 20px;
    }
    .addresses-additional {
        margin-bottom: 0;
    }
    .wishlist-item-details {
        width: 50%;
    }
    .wishlist-item-qty .qty-label {
        display: inline;
    }
    .wishlist-item-actions {
        text-align: right;
    }
    .wishlist-items .table-head {
        font-size: 12px;
        font-weight: normal;
    }
    .wishlist-items .table-head .wishlist-item-actions {
        width: 28%;
    }
    .wishlist-items .table-row {
        position: relative;
    }
    .wishlist-items .table-row > ul {
        padding-bottom: 10px;
    }
    .wishlist-items .table-row .wishlist-item-details .item-image {
        width: 40%;
        padding-left: 5%;
        margin-top: 20px;
    }
    .wishlist-items .table-row .wishlist-item-details .item-name {
        padding-left: 3%;
    }
    .wishlist-items .table-row .wishlist-item-details .item-description, .wishlist-items .table-row .wishlist-item-details .item-name {
        width: 50%;
        margin-bottom: 0;
    }
    .wishlist-items .table-row .wishlist-item-details .item-description {
        margin-top: 28px;
        padding-bottom: 35px;
        font-size: 12px;
    }
    .wishlist-items .table-row .wishlist-item-details .col {
        text-align: center;
    }
    .wishlist-items .table-row .price {
        display: block;
        margin: 15px 0;
    }
    .wishlist-items .table-row .wishlist-item-qty {
        position: absolute;
        top: 40px;
        right: 33%;
    }
    .wishlist-items .table-row .wishlist-item-actions {
        width: 45%;
        padding-top: 10px;
        text-align: right;
        vertical-align: top;
    }
    .wishlist-items .table-row .wishlist-item-actions .link-edit {
        display: none;
    }
    .wishlist-items .table-row .wishlist-item-actions .btn-cart {
        position: absolute;
        width: 60%;
        right: 10px;
        bottom: 0;
        padding: 8px 0 5px;
        font-size: 14px;
    }
    .wishlist-items .table-row .wishlist-item-actions .remove-from-wishlist {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(../images/ui/icon-remove.png) center center no-repeat;
        white-space: nowrap;
        text-indent: 300%;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
    }
    .wishlist-actions .button {
        margin-bottom: 10px;
    }
    .giftcard-actions .button {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .order-totals {
        width: 100%;
    }
    #customerbalance-history .table-head {
        display: none;
    }
    #customerbalance-history .mobile {
        display: inline;
    }
    #customerbalance-history .balance-action, #customerbalance-history .balance-change, #customerbalance-history .balance-value, #customerbalance-history .balance-date {
        width: 100%;
        margin: 0 0 5px 0;
        padding: 0;
        text-align: left;
    }
    #customerbalance-history .table-row {
        border-bottom: 1px solid #cccccc;
    }
    #customerbalance-history .table-row > ul {
        padding-bottom: 15px;
    }
    .return-number, .return-date, .return-ship, .return-status, .return-view {
        width: 100%;
        text-align: left;
    }
    .return-number .mobile, .return-date .mobile, .return-ship .mobile, .return-status .mobile, .return-view .mobile {
        display: inline;
    }
    .return-number {
        font-size: 20px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .return-view {
        margin: 15px 0;
    }
    .returns-table .table-head {
        display: none;
    }
    .returns-table .table-row .col {
        text-align: left;
    }
    .returns-table .table-row .col + .col {
        margin-left: 0;
    }
    .returns-table .table-row .col.return-number {
        margin-left: 0;
        text-align: left;
    }
    .return-details .table-row {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
}
#shopping-cart.center {
    overflow: hidden;
    clear: both;
}
.check-out-page {
    width: 94%;
    float: left;
    padding: 50px 3% 0;
}
.page-title {
    /*max-width: 1000px;
	margin: 0 auto 10px;
	padding: 10px 0;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #000000;
	border-bottom: 1px solid #b9b9b9;*/
}
.page-title span {
    /*font-size: 21px;
	font-family: "mrseaves", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;*/
}
#shopping-cart .check-out-page .page-title {
    margin: 0 0 0 10px;
    float: left;
    border: none;
    color: #000;
    font: 700 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product-details-block {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}
.cart-empty {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}
.cms-page-view .page-container.center.clearfix {
    overflow: visible;
}
.page-container.center.clearfix {
    padding-top: 40px;
    padding-bottom: 40px;
    letter-spacing: 2px;
    overflow: visible;
    clear: both;
}
.page-container.center.clearfix .page-title {
    margin-left: 0;
    color: #000;
    font: 400 12px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.page-container .cms {
    padding: 0;
    float: right;
    width: 73%;
}
.page-container .cms .checkout-step-title.heading {
    padding: 12px 0;
    border-bottom: none;
    border-top: 1px solid #cccccc;
    font-size: 20px;
    color: #999999;
}
.page-container .cms.login-box {
    margin-top: 40px;
    border-top: 1px solid #cccccc;
}
.page-container .cms.login-box form {
    margin-top: 20px;
}
.page-container .cms.login-box .heading {
    border-bottom: none;
}
.page-container .cms .heading {
    padding: 10px 0;
    font-size: 20px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
}
.page-container .cms .sub-heading {
    margin-bottom: 10px;
}
.cms-page-view .side-menu.customer-menu .heading span,.lesite-storelocator-index-index .side-menu.customer-menu .heading span{
    font-style: italic;
    text-transform: uppercase;
}

.cms {
    /*max-width: 1000px;*/
    margin: 0 auto;
    font-size: 1em;

    line-height: 1.5em;
    color: #7a7a7a;
}
.cms-page-view .cms.center {
    border: none;
    width: 100%;
    max-width: 100%;
    clear: both;
}
.cms-page-view.cms-womenscollectionaw14 .cms.center {
    max-width: 1130px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    width: auto;
}
.cms-page-view.cms-womenscollectionaw14 .page-title {
    margin: 0 30px;
    color: #000;
    font: 700 14px/18px "Verlag A", "Verlag B";
    text-transform: uppercase;
    letter-spacing: 0px;
}
.cms-page-view.cms-womenscollectionaw14 .page-header {
}
.cms-page-view.cms-womenscollectionaw14 .slider-block-page {
    padding: 0 3%;
    width: 94%;
    float: left;
}
.cms-page-view.cms-womenscollectionaw14 .slider-block-page .slider-block-page-block3 {
    width: 100%;
    float: left;
}
.cms-page-view.cms-womenscollectionaw14 .slider-block-page .left-box .heading {
    margin: 20px 0 0;
    color: #000;
    font: 400 14px/18px "Verlag A", "Verlag B";
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.cms-page-view.cms-womenscollectionaw14 .slider-block-page .left-box p {
    margin: 20px 0;
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    width: 100%;
    letter-spacing: 2px;
}
.cms-page-view.cms-womenscollectionaw14 .slider-block-page .full.borders.item {
    float: left;
    width: 100%;
}
.cms ol {
    list-style-type: decimal;
    margin-left: 30px;
}
.cms p {
    /*font-size: 15px;

	line-height: 22px;
	letter-spacing: .2px;
	margin-bottom: 10px;
*/}
.cms h2 {
    /*font-size: 20px;
	color: #000000;
	margin: 20px 0 10px 0;*/
}
.cms h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #000000;
    font-size: 1.1em;
}
.cms a {
    /*text-decoration: underline;
    color: #7a7a7a;*/
}
.cms a:hover {
    /*color: #999999;*/
}
.cms ul {
    /*list-style-type: disc;
	margin-left: 25px;*/
}
.cms ul.menu {
    list-style-type: none;
    margin-left: 0;
}
.cms-page-view.cms-terms-of-use .cms.center {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    max-width: 1130px;
}
.cms-page-view.cms-terms-of-use .cms.center .page-title {
    margin-left: 30px;
    color: #000;
    text-transform: uppercase;
    font: 16px/20px "Verlag A", "Verlag B";
}
.cms-privacy-policy {
}
.cms-page-view.cms-privacy-policy .cms.center {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    max-width: 1130px;
}
.cms-page-view.cms-privacy-policy .cms.center .page-title {
    margin-left: 30px;
    color: #000;
    text-transform: uppercase;
    font: 16px/20px "Verlag A", "Verlag B";
}
.craftman-block1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}
.craftman-block1-cont {
    width: 100%;
    float: left;
}
.craftman-block1-cont .inner-banner-block .inner-banner-cont {
    top: 31%;
}
.craftman-block2 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}
.craftman-block2-cont {
    width: 94%;
    float: left;
    padding: 0 3%;
}
.craftman-slider-block {
    float: left;
    width: 100%;
    padding: 35px 0;
}
.craftman-slide-cont {
    float: left;
    width: 100%;
}
.craftman-slide-cont-left {
    float: left;
    width: 31%;
    padding: 15% 0 0 0;
}
.craftman-slide-cont-left h2 {
    color: #000;
    font: 400 24px/28px "Mercury Text G1 A", "Mercury Text G1 B";
    font-style: italic;
}
.craftman-slide-cont-left p {
    color: #7a7a7a;
    font: 400 12px/18px "Verlag A", "Verlag B";
    text-align: justify;
    letter-spacing: 1px;
    padding: 8px 0 0;
}
.craftman-slide-cont-right {
    float: right;
    width: 65%;
}
.craftman-slide-image {
    width: 100%;
    float: left;
}
.video-play-cnt {
    /*float: left;*/

    background: url(../images/ui/video-img.jpg) right center no-repeat;
    font: 400 12px/18px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    padding: 0 15px 0 0;
    color: #fff;
    margin: 3px 0 0;
    text-align: center;
    cursor: pointer;
}
.video-play-cnt a {
    /*float: left;*/
    color: #fff;
}
.video-play-cnt a:hover {
    color: #fff;
}
.craftman-block3 {
    border: none;/*padding-bottom: 16px;*/
}
.craftman-slider-block .bx-wrapper .bx-pager {
    display: none;
}
.craftman-slider-block .bx-wrapper .bx-prev {
    left: -50px;
}
.craftman-slider-block .bx-wrapper .bx-next {
    right: -50px;
}
.craftman-block2 .center {
    overflow: visible;
}
.craftman-block2-main {
    width: 100%;
    float: left;
    margin: 0 0 0 -1px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.craftman-block3 .craftman-block1-cont .inner-banner-block .inner-banner-cont {
    top: 37%;
}
.red-emphasis {
    color: #ff0000;
    font-weight: bold;
    font-size: 13px;
}
.sub-header-buffer {
    margin-top: 50px !important;
}
.press-articles {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
.press-articles .press-article-item {
    position: relative;
    float: left;
    width: 24.8%;
    height: 100px;
    margin: 30px auto;
    border-right: 1px solid #aeaeae;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.press-articles .press-article-item:nth-of-type(4n) {
    border-right: 0;
}
.press-articles .press-article-item:nth-of-type(n+5):after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -300%;
    width: 400%;
    height: 1px;
    background: #d3d3d3;
}
.press-articles .press-article-item img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.press-articles .press-article-item span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    color: #595959;
}
.lookbook-archive-btn, .press-archive-btn {
    float: right;
}
.more-lookbook, .more-press {
    height: 0;
}
.more-lookbook.loading, .more-press.loading {
    height: 32px;
    background: url(../images/ui/loading.gif) center center no-repeat;
    -webkit-transition: height 400ms ease-out;
    -moz-transition: height 400ms ease-out;
    -ms-transition: height 400ms ease-out;
    -o-transition: height 400ms ease-out;
    transition: height 400ms ease-out;
}
.press-popup .popup-frame {
    width: 1000px;
}
.press-popup .slider .next, .press-popup .slider .prev {
    position: absolute;
    z-index: 3;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    background: url(../images/ui/icon-gallery-horz.png) 0 0 no-repeat #000000;
    border-radius: 34px;
    border: none;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 20 )";
    opacity: 0.2;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    white-space: nowrap;
    text-indent: 300%;
    overflow: hidden;
}
.press-popup .slider .next:hover, .press-popup .slider .prev:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
.press-popup .slider .next {
    right: 10px;
    top: 50%;
    background-position: right center;
}
.press-popup .slider .prev {
    top: 50%;
    left: 10px;
}
.press-list-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.press-list-images li {
    margin: 0;
    padding: 0;
    text-align: center;
}
.cms-page-view .page-container .cms {
    float: right;
    padding: 0 30px 0 0;
    width: 71%;
}
.terms-block {
    padding: 0 3% 40px;
    width: 94%;
}
.terms-block ul li a {
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    text-decoration: none;
}
.terms-block ul li a:hover {
    color: #000;
    text-decoration: none;
}
.cms-no-route .page-container .cms {
    width: 94%;
    border: none;
    padding: 0 3%;
}
.cms-no-route .page-container .cms .page-head-alt {
    color: #000;
    font: 400 16px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.cms-no-route .page-container .cms .page-head-alt h3 {
    color: #000;
    font: 400 16px/20px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.cms-no-route .page-container .cms ul.disc {
    float: left;
    width: 100%;
}
.cms-no-route .page-container .cms ul.disc li {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    color: #7a7a7a;
    font: 400 12px/16px "Verlag A", "Verlag B";
}
.cms-no-route .page-container .cms ul.disc li a {
    color: #000;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-decoration: none;
}
.cms-no-route .page-container .cms ul.disc li a:hover {
    text-decoration: underline;
}
.catalog-category-view .page-container.center.clearfix {
    padding-top: 0;
}
.dashboard {
    float: left;
    width: 100%;
}
.page-container .main-column {
}
.page-container .main-column {
    float: right;
    padding: 0 30px 0 0;
    width: 71%;
}
.page-container .main-column h1 {
    color: #000;
    font: 700 12px/20px "Verlag A", "Verlag B";
    padding: 0;
    text-transform: uppercase;
}
.page-container .main-column h1 span {
    font-style: italic;
    text-transform: capitalize;
    font-weight: 400;
}
.button-set.align-buttons {
    float: left;
    padding: 10px 0 0;
    width: 100%;
}
.dashboard-intro {
    width: 100%;
    float: left;
    padding: 15px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}
.dashboard-intro p {
    font: 400 12px/20px "Verlag A", "Verlag B";
}
.account-block.dashboard-intro .price {
    color: #000;
}
.tertiary.button.check-gc-status.col span {
    display: none;
}
.main-column.login-box.account-login .messages {
    margin: 0 0 10px;
}
@media only screen and (max-width: 1000px) {
    .center.no-margin {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 640px) {
    .social-presence {
        display: none;
    }
    .page-container .cms {
        width: 100%;
        margin-bottom: 40px;
    }
    .press-articles .press-article-item {
        width: 50%;
    }
    .press-articles .press-article-item:nth-child(2n) {
        border-right: none;
    }
    .press-articles .press-article-item:nth-child(n+3):after {
        background: none repeat scroll 0 0 #D3D3D3;
        content: "";
        display: block;
        height: 1px;
        left: -300%;
        position: absolute;
        top: -30px;
        width: 400%;
    }
    .press-popup .popup-frame {
        width: 90%;
    }
    .press-popup .ajax-content {
        min-height: 100px;
    }
    .create-account .facebook-account {
        float: none;
    }
    .new-customer .create-account .line-through {
        width: 100%;
        margin: 0;
    }
    .side-menu.customer-menu ul {
        padding-left: 20px;
    }
}
.page-header-subtitle {
    font: 400 12px/20px "Verlag A", "Verlag B";
    line-height: 1.5em;
    float: left;
    width: 100%;
    padding: 5px 0 40px;
}
.view-all-wanderers {
    display: none;
    position: absolute;
    z-index: 25;
    width: 100%;
    margin-top: -14px;
    background-color: #ffffff;
    border-top: 1px solid #999999;
    box-shadow: 0 5px 10px -8px #000000;
}
.wanderers-menu-backdrop {
    display: none;
}
.pull-button {
    position: relative;
    z-index: 26;
    padding-bottom: 13px;
    border-top: 1px solid #999999;
    text-align: center;
}
.pull-button .show-wanderers {
    position: relative;
    margin: 0;
    padding: 13px 35px 13px 17px;
    border: 1px solid #999999;
    border-top: none;
    font-weight: bold;
    font-size: 14px;
    font-family: "Verlag A", "Verlag B";
    background-color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}
.pull-button .show-wanderers:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    background: url(../images/ui/select-arrow-gold.png) 0 0 no-repeat;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.pull-button .show-wanderers.expanded:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wanderers-slider {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-top: 10px;
    background: #ffffff;
}
.wanderers-slider .prev, .wanderers-slider .next {
    top: 115px;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background: url(../images/ui/icon-gallery-horz.png) 0 0 no-repeat #000000;
    border-radius: 34px;
    border: none;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 20 )";
    opacity: 0.2;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}
.wanderers-slider .prev:hover, .wanderers-slider .next:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
    opacity: 1;
}
.wanderers-slider .prev {
    left: -40px;
}
.wanderers-slider .next {
    right: -40px;
    background-position: -35px 0;
}
.wanderers-slider li {
    overflow: hidden;
}
.wanderer-short {
    margin-top: 25px;
    text-align: center;
}
.wanderer-short h2 {
    margin-top: 20px;
    font-family: "mrseaves", Helvetica, Arial, sans-serif;
    font-size: 21px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7a7a7a;
}
.wanderer-short p {
    padding: 10px 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #7a7a7a;
}
.wanderer-article {
    margin-bottom: 60px;
}
.wanderer-article h3 {
    font-family: "mrseaves", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7a7a7a;
}
.wanderer-articles .product-feature {
    padding-top: 10px;
}
.wanderer-article .read-more, .view-all-wanderers .read-more {
    font-size: 16px;
    font-style: italic;
    font-family: "Verlag A", "Verlag B";
    color: #ba8748;
    font-weight: 400;
}
.wanderer-introtext {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}
.full-article {
    margin-top: 40px;
}
.full-article .product-feature {
    margin-bottom: 20px;
}
.wanderer-info {
    clear: both;
    overflow: hidden;
    margin: 10px 0;
    height: 36px;
    font-size: 14px;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
}
.wanderer-info p {
    float: left;
    margin: 14px 0;
    padding: 0;
    font-weight: 600;
    color: #000000;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wanderer-info p span {
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    font-family: "Verlag A", "Verlag B";
}
.wanderer-info p.auth-story, .wanderer-info p.auth-photo {
    border-right: 1px solid #333333;
    padding-right: 15px;
    margin-right: 15px;
}
.wanderer-bottom-nav {
    display: none;
}
.product-feature.border-none {
    border: 0;
}
@media only screen and (max-width: 640px) {
    .touch-device #wanderers-slider {
        height: auto !important;
    }
    .page-header-subtitle {
        width: 100%;
    }
    .wanderer-articles .product-feature {
        width: 100%;
    }
    .wanderer-articles .product-feature .two-thirds {
        float: right;
        width: 45%;
        padding-top: 0;
        padding-left: 0;
        background-image: none;
    }
    .wanderer-articles .product-feature .third {
        float: left;
        width: 50%;
    }
    .wanderer-articles .product-feature .third + .two-thirds {
        margin-top: 0;
    }
    .wanderer-articles .product-feature p {
        position: relative;
        overflow: hidden;
        max-height: 165px;
        min-height: 60px;
    }
    .wanderer-articles .product-feature p:after {
        content: '';
        position: absolute;
        z-index: 4;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f9f9f9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);/* W3C */
    }
    .wanderer-article {
        margin-bottom: 20px;
    }
    .wanderer-article h3 {
        padding-bottom: 5px;
        font-size: 20px;
        border-bottom: 1px solid #333333;
    }
    .wanderer-article.full-article {
        margin-top: 0;
    }
    .wanderer-article.full-article h3 {
        padding-bottom: 0;
        border-bottom: none;
    }
    .wanderer-article.full-article .wanderer-info {
        display: block;
        height: auto;
    }
    .wanderer-article.full-article .wanderer-info p {
        float: none;
    }
    .wanderer-article.full-article .wanderer-info .auth-story, .wanderer-article.full-article .wanderer-info .auth-photo {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    .sub-header-buffer {
        margin-top: 0 !important;
    }
    .wanderer-info {
        display: none;
    }
    .wanderer-short.to-half:nth-child(2n+1) {
        clear: both;
    }
    .pull-button {
        display: none;
    }
    .wanderer-bottom-nav {
        display: block;
    }
    .wanderer-bottom-nav small {
        display: block;
        margin-top: 10px;
        color: #666666;
        font-family: "Verlag A", "Verlag B";
        font-style: italic;
        font-size: 14px;
        text-align: center;
    }
    .wanderer-navigation {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .wanderer-navigation.center {
        padding: 0;
        margin-left: 5%;
        margin-right: 5%;
    }
    .wanderer-list {
        padding-bottom: 20px;
    }
    .wanderer-list .col + .col {
        margin-left: 1%;
    }
    .wanderer-list .wanderer-short {
        float: left;
        margin-top: 0;
    }
    .wanderer-list .wanderer-short.to-half:nth-child(2n+1) {
        clear: none;
    }
}
@media only screen and (max-width: 360px) {
    .wanderer-articles .product-feature p {
        max-height: 80px;
    }
}
.cms-bio, .cms-materials-and-process, .lesite-lookbook-index-index, .lesite-press-index-index, .lesite-wanderer-index-index, .lesite-wanderer-index-view, .cms-contact, .cms-faq, .cms-return-and-shipping, .lesite-storelocator-index-index, .cms-online-retailer {
    /*background-color: #f9f9f9;*/
}
.men-lookbook-page {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}
.men-lookbook-page .center {
    overflow: visible;
}
.men-lookbook-products {
    width: 100%;
    float: left;
}
.lookbook-product-block {
    width: 94%;
    float: left;
    padding: 30px 3%;
    padding-bottom: 0px;
}
.men-lookbook-page .center {
    overflow: visible;
}
.men-products-block {
    width: 100%;
    float: left;
}
.men-lookbook-items {
    width: 100%;
    float: left;
    margin-bottom:30px;
}
.men-lookbook-items ul.product-grid .product-item {
    float: left;
    margin: 30px 0 0 1%;
    padding: 0;
    width: 24.2%;
    clear: none;
    min-height: 325px;
}
.lookbook-product-block h1 {
    color: #111111;
    font: 400 12px/16px "Verlag A", "Verlag B";
    letter-spacing: 1px;
    text-transform: uppercase;
}

.men-lookbook-items ul.product-grid .product-item .product-name a {
    color: #080808;
    text-decoration: none;
}
.men-lookbook-items ul.product-grid .product-item .product-name a:hover {
    color: #080808;
    text-decoration: none;
}
.men-lookbook-items ul.product-grid .product-item.clear {
    margin-left: 0;
    clear: none;
}
.men-lookbook-items .lookbook-product-block .bottompagi
{
    width: 100%;
    float: left;
    padding:0;
}
.lookbooks {
    overflow: hidden;
    margin-bottom: 10px;
}
.lookbooks .col:nth-child(2n+2) {
    clear: left;
    margin-left: 0;
}
.lookbooks.swipe .col, .lookbooks.swipe .col + .col {
    clear: none;
    margin: 0;
}
.lookbooks.swipe .first-slide {
    padding: 0;
    background: none;
}
.lookbooks.swipe .first-slide .lookbook-description, .lookbooks.swipe .first-slide .lookbook-pdf-link {
    width: 100%;
}
.lookbook {
    zoom: 1;
    margin-bottom: 20px;
}
.lookbook:before, .lookbook:after {
    content: '';
    display: table;
}
.lookbook:after {
    clear: both;
}
.lookbook.first-slide {
    padding: 0 0 10px;
    background: url(../images/ui/border-pattern.png) center bottom repeat-x;
}
.lookbook.first-slide .lookbook-title {
    margin-bottom: 0.375em;
    border-bottom: 1px solid #b9b9b9;
    line-height: 1.75em;
    font-size: 20px;
}
.lookbook.first-slide .lookbook-title .view-title {
    display: inline;
}
.lookbook.first-slide .lookbook-title .list-title {
    display: none;
}
.lookbook.first-slide .lookbook-preview {
    float: left;
    padding-bottom: 0;
    border-bottom: none;
}
.lookbook.first-slide .lookbook-name {
    font: 20px "mrseaves", Helvetica, Arial, sans-serif;
    color: #7a7a7a;
    text-transform: uppercase;
}
.lookbook.first-slide .lookbook-description {
    float: left;
    width: 60%;
}
.lookbook.first-slide .lookbook-pdf-link {
    float: right;
}
.lookbook-title {
    margin-bottom: 0.25em;
    font-size: 18px;
}
.lookbook-title .view-title {
    display: none;
}
.lookbook-description {
    margin-bottom: 10px;
    line-height: 1.375em;
    font-size: 16px;
    color: #7a7a7a;
}
.lookbook-preview {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #b9b9b9;
}
.lookbook-preview a {
    display: block;
    position: relative;
}
.lookbook-preview a:after {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -ms-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.lookbook-preview a:hover:after {
    opacity: 1;
}
.lookbook-preview img {
    display: block;
    width: 100%;
}
.stores .sub-heading {
    line-height: 42px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.select-area {

    display: block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #7a7a7a;
    font:  400 12px/18px "Verlag A", "Verlag B";
    letter-spacing: 2px;
    text-align: left;
    float: left;
}

.world-map {
    position: relative;
    width: 100%;
    margin: 2em auto;
}
.world-map img {
    width: 100%;
}
.continents {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.continents:hover, .continents.active {
    opacity: 1;
}
.continents.west {
    top: 2.9%;
    left: 0;
    z-index: 1;
    width: 39.766%;
}
.continents.meridian {
    top: 2.58%;
    left: 36.26%;
    z-index: 2;
    width: 23.392%;
}
.continents.east {
    top: 0;
    right: 0;
    z-index: 1;
    width: 48.83%;
}
.stores-select {
    -webkit-transition: padding-bottom 500ms ease-out;
    -moz-transition: padding-bottom 500ms ease-out;
    -ms-transition: padding-bottom 500ms ease-out;
    -o-transition: padding-bottom 500ms ease-out;
    transition: padding-bottom 500ms ease-out;
}
.stores-select .select {
    width: 100%;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    -ms-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}
.stores-select .select option {
    background: #262626;
    color: #fff;
}
.stores-select.loading {
    padding-bottom: 30px;
    background: url(../images/ui/loading.gif) center bottom no-repeat;
}
.stores-select.loading .select {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 50 )";
    opacity: 0.5;
}
.stores-list {
    clear: left;
    margin-top: 40px;
}
.stores-list.loading {
    overflow: hidden;
    height: 100px;
    background: url(../images/ui/loading.gif) center center no-repeat;
    -webkit-transition: height 400ms ease-in-out;
    -moz-transition: height 400ms ease-in-out;
    -ms-transition: height 400ms ease-in-out;
    -o-transition: height 400ms ease-in-out;
    transition: height 400ms ease-in-out;
}
.stores-list.loading .store-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 30 )";
    opacity: 0.3;
}
.store-item {
    padding: 1em 0;
    border-top: 1px solid #a8a8a8;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    -ms-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}
.store-info {
    float: left;
    width: 40%;
    color: #7a7a7a;
    font: 12px/18px "Verlag A", "Verlag B";
}
.store-info .store-name {
    color: #000000;
    font: 12px/18px "Verlag A", "Verlag B";
    width: 100%;
    float: left;
}
.store-map {
    float: right;
    width: 60%;
    text-align: right;
}
.store-map iframe {
    width: 100%;
}
.store-map small a {
    font: italic 400 12px/18px "Verlag A", "Verlag B";
    color: #7a7a7a;
}
.store-map small a:hover, .store-map small a:focus {
    color: #000;
}
.map-store-block .store-map small a {
    color: #7a7a7a !important;
    font: 12px/18px "Verlag A", "Verlag B";
    font-style: italic;
}
.map-store-block .store-map small a:hover,.map-store-block .store-map small a:focus{
    color: #000 !important;
}
.stores.main-column .heading {
    font: 400 12px/20px "Verlag A", "Verlag B";
    color: #000;
    text-transform: uppercase;
}
.stores.main-column .sub-heading {
    font: 400 12px/20px "Verlag A", "Verlag B";
    color: #7a7a7a;
    padding: 15px 0;
}
.store-location-block1 {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.store-adrs {
    float: left;
    width: 35%;
}
.store-adrs p {
    font: 400 12px/20px "Verlag A", "Verlag B";
    color: #7a7a7a;
}
.store-adrs p strong {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}
.store-map-box {
    width: 60%;
    float: right;
}
.store-map-box a {
    width: 100%;
    float: left;
}
.briefing-page {
    width: 100%;
    float: left;
}
.briefing-page-cont {
    width: 94%;
    float: left;
    padding: 0 3%;
}
.briefing-page-block1 {
    float: left;
    width: 32.6%;
    margin: 0 10px 0 0;
}
.briefing-page-block1 ul {
    float: left;
    width: 100%;
    padding: 0;
    margin:0;
    list-style: none;
}
.briefing-page-block1 ul li {
    float: left;
    width: 100%;
    padding: 0 0 30px;
    margin:0;
    list-style: none;
}
.briefing-cont1 {
    float: left;
    cursor: pointer;
    width: 100%;
}
.briefing-cont1 span {
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
    width: 100%;
    float: left;
}
.briefing-cont1 h2 {
    color: #000;
    font: 400 14px/18px "Verlag A", "Verlag B";
    width: 100%;
    text-transform: uppercase;
    min-height: 25px;
    display: inline-block;
    letter-spacing: 0.01em;
}
.briefing-cont1 a {
    display: block;
    margin: 0 auto;
    width: 98%;
    position: relative;
}
.briefing-cont1 a img {
    display: block;
}
.briefing-cont1 a cite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    opacity: 0.001;
    border-bottom: 6px solid #313233;
}
.briefing-cont1 a strong {
    position: absolute;
    top: 40%;
    left: 41%;
    width: 60px;
    height: 60px;
    background: url(../images/ui/video-image-brief.png) left top no-repeat;
}
.briefing-cont1 p {
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
    width: 100%;
    float: left;
    padding: 10px 0 0;
}
.briefing-cont1:hover a cite {
    opacity: 1;
}
.briefing-page-block-last {
    margin-right: 0;
}
.product-grid {
    float: left;
    width: 100%;
}
.cms-page-view .breadcrumbs {

}
.cms-page-view.cms-contact .breadcrumbs, .cms-page-view.cms-faq .breadcrumbs, .cms-page-view.cms-return-and-shipping .breadcrumbs, .cms-page-view.cms-online-retailer .breadcrumbs, .cms-page-view.cms-terms-of-use .breadcrumbs, .cms-page-view.cms-privacy-policy .breadcrumbs {
    display: none;
}
.cms-page-view .page-container.center.clearfix {
}
.contact-heading {
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
}
.contact-page-cnt {
    padding: 0;
}
.contact-page-cnt .contact-heading2 {
    color: #000;
    font:  400 12px/15px "Verlag A", "Verlag B";
    text-transform: uppercase;
    width: 100%;
    float: left;
    padding: 0 0 18px;
}
.contact-form-box {
    width: 100%;
    float: left;
    margin: 8px 0 0;
}
.contact-form-box .field1 {
    width: 100%;
    float: left;
    padding: 5px 0 0;
    background: #fff;
}
.contact-form-box .field1 label {
    float: left;
    padding: 6px 0 0;
    width: 12%;
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
}
.contact-form-box .field1 input {
    width: 86%;
    float: left;
    padding: 0 0 0 10px;
    height: 25px;
    border: none;
    outline: none;
    background: #eaeaea;
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
}
.contact-form-box .field1 textarea {
    width: 86%;
    float: left;
    padding: 5px 0 0 10px;
    margin: 0;
    height: 150px;
    border: none;
    outline: none;
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
    background: #eaeaea;
}
.contact-btn {
    float: left;
    text-align: center;
    width: 100%;
}
.contact-btn .button {

    color: #fff;
    font: 400 12px/15px "Verlag A", "Verlag B";
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    background: #4c4c4e;
    text-align: center;
    margin: 10px 17px 0 0;
    float: right;
}
.contact-btn .btn {
    color: #000;
    font: 400 12px/15px "Verlag A", "Verlag B";
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    text-align: center;
    display: block;
    margin: 10px auto 0;
    width: 100%;
}
.locations-block {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}
.contact-page-cnt .locations-block h3 {
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
    margin: 0;
    /* text-transform: capitalize;*/
    text-transform: inherit;
}
.addrs-box {
    width: 100%;
    float: left;
    padding: 22px 0 0;
}
.addrs-box1 {
    width: 45%;
    float: left;
    padding: 0 3% 0 0;
}
.addrs-box1 h4 {
    color: #7a7a7a;
    font: 700 12px/15px "Verlag A", "Verlag B";
    text-transform: uppercase
}
.addrs-box1 p {
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
    padding: 0;
}
.addrs-box1 p span {
    width: 100%;
    float: left;
    padding: 13px 0 0 0;
    color: #7a7a7a;
    font: 400 12px/15px "Verlag A", "Verlag B";
}
.terms-heading {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0 0;
}
.terms-heading strong {
    color: #000;
    font: italic 400 12px/15px "Verlag A", "Verlag B";
    width: 100%;
    float: left;
}
.terms-heading span {
    color: #000;
    font: 400 12px/15px "Verlag A", "Verlag B";
    width: 100%;
    float: left;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.terms-block .terms-content {
    float: left;
    width: 100%;
}
.terms-block .terms-content strong {
    float: left;
    width: 100%;
    color: #000;
    font: 12px/18px "Verlag A", "Verlag B";
    text-transform: uppercase;
    padding: 30px 0 0;
}
.terms-block .terms-content strong a {
    color: #000;
}
.terms-block .terms-content strong a:hover {
    color: #000;
}
.terms-block .terms-content p {
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    padding: 10px 0 0;
    width: 100%;
    float: left;
}
.terms-block .terms-content p a {
    color: #7a7a7a;
    font: italic 400 12px/22px "Verlag A", "Verlag B";
}
.terms-block .terms-content p a:hover {
    color: #000;
    text-decoration: none;
}
.terms-block .terms-content ul {
    padding: 20px 0 0;
}
.privacy-top {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.privacy-top p {
    color: #000;
    font: 400 12px/22px "Verlag A", "Verlag B";
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
}
.terms-block .privacy-content strong {
    float: left;
    width: 100%;
    color: #000;
    font: 12px/18px "Verlag A", "Verlag B";
    text-transform: uppercase;
    padding: 30px 0 0;
}
.terms-block .privacy-content strong a {
    color: #000;
}
.terms-block .privacy-content ul {
    padding: 20px 0 0;
}
.terms-block .privacy-content strong a:hover {
    color: #000;
}
.terms-block .privacy-content p {
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    padding: 10px 0 0;
    width: 100%;
    float: left;
}
.terms-block .privacy-content p a {
    color: #7a7a7a;
    font: italic 400 12px/22px "Verlag A", "Verlag B";
}
.terms-block .privacy-content p a:hover {
    color: #000;
    text-decoration: none;
}
.faq-block.returns-content {
    padding: 0;
}
.cnt-headng-text {
    float: left;
    width: 100%;
    padding: 20px 0 0;
}
.faq-block.returns-content strong {
    color: #000;
    display: block;
    font: 400 12px/22px "Verlag A", "Verlag B";
    padding: 20px 0 0;
}
.faq-block.returns-content p {
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    padding: 15px 0 0;
}
.cnt-headng-text strong {
    text-transform: uppercase;
}
.log-out-page .dashboard-intro {
    border: none;
}
.lesite-press-index-index .center {
    overflow: visible;
    clear: both;
}
.press-archive-btn.primary.button {
    margin-bottom: 20px;
}
.search-box-mobile {
    display: none;
}
.customer-account-forgotpassword {
}
.customer-account-resetpassword .page-title, .customer-account-forgotpassword .page-title {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}
.customer-account-resetpassword .page-title h1, .customer-account-forgotpassword .page-title h1 {
    padding: 0 0 10px 30px;
    float: left;
    color: #000;
    font: 700 12px/22px "Verlag A", "Verlag B";
    text-transform: uppercase;
    letter-spacing: 2px;
}
.customer-account-forgotpassword .messages {
    width: 90%;
    margin: 0 0 0 30px;
}
.customer-account-resetpassword .reset-password, .customer-account-forgotpassword .forgot-pass {
    float: left;
    width: 90%;
    padding: 0 0 50px 30px;
}
.customer-account-forgotpassword .login-box {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.customer-account-forgotpassword .login-box p {
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    letter-spacing: 2px;
}
.customer-account-resetpassword .reset-password .fieldset, .customer-account-forgotpassword .forgot-pass .fieldset {
    float: left;
    width: 100%;
    margin: 0 !important;
}
.customer-account-forgotpassword .forgot-pass .fieldset {
    padding: 20px 0;
}
.customer-account-resetpassword .reset-password .fieldset .form-list {
    float: left;
    width: 100%;
    padding: 5px 0 0;
}
.customer-account-resetpassword .reset-password .fieldset .form-list .fields {
    float: left;
    width: 100%;
}
.customer-account-resetpassword .reset-password .fieldset .form-list .fields .field {
    float: left;
    width: 100%;
    padding: 6px 0 0;
}
.customer-account-resetpassword .reset-password .fieldset .form-list .fields .field .required {
    float: left;
    width: 20%;
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    margin: 6px 0 0;
}
.customer-account-forgotpassword .forgot-pass .fieldset .label {
    float: left;
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
    margin: 6px 10px 0 0;
}
.customer-account-resetpassword .reset-password .fieldset .form-list .fields .field .input-box {
    float: left;
    width: 30%;
}
.customer-account-forgotpassword .forgot-pass .fieldset .input-text {
    width: 40%;
    float: left;
}
.customer-account-resetpassword .reset-password .fieldset .form-list .fields .field .input-box .input-text {
    float: left;
    width: 95%;
}
.customer-account-resetpassword .reset-password .buttons-set {
    float: left;
    width: 100%;
}
.customer-account-resetpassword .reset-password .buttons-set .required {
    float: left;
    width: 100%;
    color: #7a7a7a;
    font: 400 12px/22px "Verlag A", "Verlag B";
}
.customer-account-resetpassword .reset-password .buttons-set .button.primary span {
    display: block;
}
.sales-order-history .limiter {
    float: right;
    padding: 0 10px 0 0;
    margin: -1px 0 0;
}
.sales-order-history .limiter label {
    width: auto;
    padding: 2px 10px 0 0;
    color: #000;
    font: 400 12px/14px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.sales-order-history .limiter select {
    margin: 0;
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    color: #000;
    background: url(../images/ui/select-arrow.png) right 2px no-repeat #fff;
    border: none;
    padding: 0 22px 0 0;
}
.sales-order-history .limiter select option {
    background: #262626;
    color: #fff;
}
.enterprise-rma-return-history .limiter {
    float: right;
    padding: 0 10px 0 0;
    margin: -1px 0 0;
}
.enterprise-rma-return-history .limiter label {
    width: auto;
    padding: 2px 10px 0 0;
    color: #000;
    font: 400 12px/14px "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.enterprise-rma-return-history .limiter select {
    margin: 0;
    float: left;
    font: 400 12px/16px "Verlag A", "Verlag B";
    text-transform: uppercase;
    color: #000;
    background: url(../images/ui/select-arrow.png) right 2px no-repeat #fff;
    border: none;
    padding: 0 22px 0 0;
}
.enterprise-rma-return-history .limiter select option {
    background: #262626;
    color: #fff;
}
.dashboard-intro .return-left .sub-heading {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}
.dashboard-intro .return-right {
}
.dashboard-intro .return-left p {
    padding: 0 0 10px;
}
.dashboard-intro .return-left address {
    padding: 0 0 10px;
}
.catalogsearch-result-index .page-title h1{
    display: none;
}
.banner-craft-man{
    float: left;
    width: 100%;
}
#form-validate .button-set.align-buttons{
    text-align: center;
}
#form-validate .button-set.align-buttons .button{
    float: none;
    display: inline-block;
}
.homepage-sections-blocks .row{
    margin-bottom: 0 ;

}
.gift_card_assit_sec {
    float: left;
    width: 100%;
}
.giftcard-container .gift_card_assit_sec p{
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    margin: 10px 0 0;
}
.giftcard-container .gift_card_assit_sec p a{
    color: #000;
}



@media only screen and (max-width: 1165px) {
    .craftman-slider-block .bx-wrapper .bx-prev {
        left: -30px;
    }
    .craftman-slider-block .bx-wrapper .bx-next {
        right: -30px;
    }
    .checkout-progress li.complete a {
        right: -30px;
    }
}
@media only screen and (max-width: 1000px) {
    .cms-page-view .cms.center {
    }
    .breadcrumbs {
        padding-left: 28px;
    }
    .craftman-block1-cont .inner-banner-block .inner-banner-cont, .category-intro.banner .inner-banner-block .inner-banner-cont {
        width: 80%;
        top: 22%;
        left: 10%;
    }
    .craftman-slide-cont-left {
        padding: 10% 0 0;
    }
    .craftman-block2-main {
        border: none;
        margin: 0;
    }
    .cms-page-view.cms-terms-of-use .cms.center, .cms-page-view.cms-privacy-policy .cms.center {
        width: 95%;
        padding: 0 2%;
    }
    .cms-page-view .cms.center {
        padding: 0;
    }
    .productbox1 h2 {
        min-height: 25px;
    }
}
@media only screen and (max-width: 950px) {
    .view-crat-block, .my-account, .my-account-2 {
        margin-left: 15px;
    }
    .register-form {
        width: 80%;
    }
    .button.primary.col {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 870px) {
    .sliderCont {
        top: 32%;
    }
}
@media only screen and (max-width: 850px) {
    .footer-subscribe .block-subscribe .block-content .button{
        margin: 0 0 0 10px;
    }
    .footer-subscribe .block-subscribe .block-content .button{
        clear: none;
    }
    .footer-subscribe .block-subscribe .block-content .input-text{
        width: 100%;
    }
    .input-box {
        float: left;
        width: 60%;
    }

}
@media only screen and (max-width: 840px) {
    .shiping-block {
        width: 38%;
    }
    .login-block {
        width: 62%;
    }
    .select-country {
        width: 170px;
    }
    .select-price {
        width: 190px;
    }
    .select-country select {
        width: 145px;
    }
    .select-country span {
        left: 8px;
        padding-right: 20px;
    }
    .view-crat-block, .my-account-2 {
        margin-left: 8px;
    }
    .my-account {
        margin-left: 15px;
    }
    #searchinout input {
        width: 130px !important;
    }
    #searchinout input#expandbox {
        width: 130px !important;
    }
    .craftman-block1-cont .inner-banner-block .inner-banner-cont {
        width: 90%;
        top: 17%;
        left: 5%;
    }
    .craftman-slide-cont-left {
        padding: 20px 0 0;
    }
}
@media only screen and (max-width: 800px) {
    .stores-select {
        margin-bottom: 20px;
    }
    .store-info, .store-map {
        width: 100%;
        margin-bottom: 15px;
    }
    .store-info iframe, .store-map iframe {
        height: 220px;
    }
    .view-cart-btn {
        padding: 8px 4px;
    }
    #search-bar {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    body .item-price .price-label-checkout {
        display: block;
        font-size: 10px;
        min-width: 75px;
        padding-top: 20px;
        position: relative;
    }
    body .item-price .cart-price-special {
        position: relative;
        top: -40px;
    }
    .product-details-block #shopping-cart-content .col.item-price .price-label-cart {
        font-size: 11px;
        line-height: 19px;
        min-width: 52px;
    }
    .breadcrumbs {
        padding-left: 0;
    }
    .about-block-content {
        width: 100%;
        padding: 30px 0;
    }
    .about-left-block, .about-left-block2 {
        width: 100%;
    }
    .about-right-cont, .about-right-cont2 {
        width: 100%;
        float: left;
        padding: 20px 0 0;
    }
    .about-left-block2 figure, .about-box1 .about-box1-image {
        float: none;
        display: block;
        margin: 0 auto;
        width: 330px;
    }
    .product-feature-blocks ul li {
        margin: 0;
        width: 100%;
        padding: 0 0 20px;
    }
    .about-box1 p {
        padding-top: 20px;
    }
    .craftman-slide-cont-left {
        width: 100%;
        padding: 0;
    }
    .craftman-slide-cont-right {
        width: 100%;
        padding: 20px 0 0;
    }
    .side-menu.customer-menu {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px solid #d7d7d7;
    }
    .main-column.login-box, .main-column.login-box.account-login {
        padding: 20px 0 0;
        margin: 0;
        width: 100%;
    }
    .returning-customer {
        margin: 0 0 20px;
        padding: 0 0 20px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #d7d7d7;
    }
    .new-customer {
        padding: 0 0 20px;
        width: 100%;
    }
    .returning-customer .input-text {
        width: 100%;
    }
    .register-form {
        width: 100%;
    }
    .page-container .main-column {
        float: left;
        padding: 0 0 20px;
        width: 100%;
    }
    .side-menu {
        width: 100%;
    }
    .main-column {
        width: 100%;
        padding: 0 0 20px;
    }
    .checkout-progress {
        float: left;
        width: 100%;
        padding: 0;
    }
    .checkout-progress li {
        float: left;
        width: 100%;
    }
    .check-out-page {
        width: 100%;
        padding: 40px 0 0;
    }
    .order-confirmation {
        width: 100%;
    }
    .cms-page-view .page-container .cms {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }
    .stores-select.col.half.to-full {
        width: 100%;
    }
    .cms-page-view.cms-terms-of-use .cms.center .page-title, .cms-page-view.cms-privacy-policy .cms.center .page-title {
        margin-left: 0;
    }
    .terms-block {
        padding: 0 0 30px;
        width: 100%;
    }
    .page-container .category-products.main-column {
        width: 100%;
    }
    .side-menu {
        padding: 0;
    }
    .side-menu .categories-nav ul {
        margin: 0;
    }
    .product-block-related {
        float: left;
        width: 100%;
        padding: 30px 0;
    }
    .product-detail-cont {
        float: left;
        width: 100%;
        padding: 0 0 30px;
    }
    .product-visual {
        width: 100%;
    }
    .product-details {
        float: left;
        width: 100%;
        margin: 0;
        padding: 30px 0 0;
    }
    .product-gallery {
        height: 130px;
    }
    .cms-page-view.cms-womenscollectionaw14 .slider-block-page {

    }
    .productbox1 a .video-play {
        left: 41%;
    }
    .side-menu.customer-menu ul {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 730px) {
    .view-crat-block, .my-account-2 {
        margin-left: 0px;
    }
    .my-account {
        margin-left: 8px;
    }
    .user-link a {
        letter-spacing: 0px;
    }
    .craftman-block1-cont .inner-banner-block .inner-banner-cont, .category-intro.banner .inner-banner-block .inner-banner-cont {
        width: 100%;
        top: 10%;
        left: 0;
    }
    .main-menu .level-top {
        padding: 18px 19px 35px;
    }
}
@media only screen and (max-width: 640px) {
    .lookbook-heading {
        display: block;
        margin-bottom: 20px;
    }
    .lookbook-view .slider {
        height: 145px !important;
    }
    .homepage-container {
        margin-top: -20px;
    }
    .craftman-block3 .craftman-block1-cont .inner-banner-block .inner-banner-cont {
        top: 0;
    }
    .craftman-block1 .craftman-block1-cont .inner-banner-block .inner-banner-cont {
        top: 0;
    }
    .craftman-block1-cont {
        padding-bottom: 20px;
    }
    .returning-customer .button {
        padding-left: 0;
        padding-right: 0;
    }
    #forgotpassword-popup .popup-frame .button-set button.primary {
        padding-left: 0;
        padding-right: 0;
    }
    #forgotpassword-popup .fieldset input {
        max-width: 100%;
    }
    .checkout-progress li.complete a {
        right: 0;
    }
    .product-grid .product-item {
        width: 48%;
    }
    .pages .back-to-top {
        display: none;
    }
    .toppagi {
        float: right;
    }
    .select-country {
        width: 190px;
    }
    .toppagi .sort-by.inline label .select-price .select {
        width: 190px;
    }
    .product-block-content ul li {
        width: 46%;
        padding: 0;
        margin: 30px 2% 0;
    }
    .product-block-content ul li:first-child {
        margin-left: 1%;
    }
    .addrs-box1 {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }
    .main-menu .mobile {
        font-size: 14px;
        margin: 5px 0 0;
    }
    .sub-menu {
        margin: 0;
        padding-top: 0px;
    }
    .search-box-mobile {
        display: block;
        float: left;
        width: 100%;
    }
    #searchinout {
        width: 100%;
        background: #7a7a7a;
    }
    #search-bar {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 0;
        float: left;
    }
    #searchinout input {
        background: #7a7a7a;
        color: #fff;
    }
    #searchinout input#expandbox {
        width: 94% !important;
        margin: 0;
        padding: 0 10px;
        display: block;
    }
    .icon-search {
        margin: -22px 10px 0 0;
        background: url(../images/ui/search-icon1.png) center center no-repeat;
    }
    .pager .limiter.inline {
        width: 100%;
        padding: 0 0 10px;
    }
    .pager .limiter.inline label {
        width: 100%;
        margin: 0;
    }
    .pager .limiter.inline label .label {
        width: auto;
    }
    .pager .pages .back-to-top {
        display: block;
        padding: 0;
        margin: 0;
        width: auto;
    }
    .pager .pages {
        /*width: 100%;*/
        float: right;
        text-align: right;
    }
    .main-menu .level-top {
        padding: 0;
    }
    .sales-order-history .limiter {
        margin-top: 2px;
    }
    .contact-form-box .field1 label {
        width: 100%;
    }
    .contact-form-box .field1 input, .contact-form-box .field1 textarea {
        width: 96%;
        padding: 0 2%;
        margin: 5px 0 0;
    }
    .contact-form-box .field1 textarea {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .contact-btn .button {
        margin-right: 27px;
    }
    .customer-account-resetpassword .page-title h1, .customer-account-forgotpassword .page-title h1 {
        padding: 0 0 10px;
    }
    .customer-account-forgotpassword .messages {
        margin-left: 0;
    }
    .customer-account-resetpassword .reset-password, .customer-account-forgotpassword .forgot-pass {
        padding-left: 0;
    }
    .main-menu .level-top > ul li:first-child{
        border: none;
        margin: 0;

    }
    .sub-menu li strong.border-1, .main-menu .level-top ul li strong.border-1{
        border: none;
        margin: 0;
    }
    .main-menu .level-top:hover ul li a span {
        background: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .main-menu .level-top ul li,.main-menu .level-top > ul li:first-child{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .main-menu .level-top ul{
        padding-top: 10px;
    }
    .main-menu .level-top:hover ul li a span:hover{
        color: #7a7a70;
    }
    .main-menu .level-top ul li a:after, .main-menu .level-top ul li a span:after {
        background: none;
    }
}
@media only screen and (max-width: 500px) {
    .craftman-block1 span.inner-banner-image img {
        height: 200px;
    }
}
@media only screen and (max-width: 480px) {
    .about-right-cont2 p {
        column-gap: 0;
        column-count: 1;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
    }
    .about-left-block2 figure, .about-box1 .about-box1-image {
        width: 285px;
    }
    .craftman-slider-block .bx-wrapper .bx-prev {
        left: -10px;
    }
    .craftman-slider-block .bx-wrapper .bx-next {
        right: -10px;
    }
    .cms-page-view.cms-terms-of-use .cms.center, .cms-page-view.cms-privacy-policy .cms.center {
        width: 93%;
        padding: 0 3%;
    }
    .category-intro.banner .inner-banner-block .inner-banner-cont {
        top: 0;
    }
    .product-grid .product-item {
        float: none;
        margin: 0 auto !important;
        width: 300px;
    }
    .product-grid .product-item .product-price {
        padding-bottom: 20px;
    }
    .all-products-names {
        width: 100%;
        text-align: center;
    }
    .toppagi {
        width: 100%;
        float: left;
        padding: 0;
    }
    .sort-by label .label {
        width: 100%;
        text-align: center;
        float: left;
        padding: 10px 0 5px;
    }
    .select-country {
        display: block;
        float: none;
        margin: 10px auto 0;
        text-align: center;
        width: 200px;
    }
    .toppagi .sort-by.inline label .select-price .select {
        width: 200px;
    }
    .product-block-content ul li {
        float: none;
        margin: 0 auto !important;
        width: 300px;
    }
    .block-title strong span {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 20px;
    }
    .product-block-content ul li .product-price {
        padding-bottom: 20px;
    }
    .productbox1 a .video-play {
        left: 38%;
        top: 38%;
    }
    .footer-subscribe .block-subscribe .block-content .button{
        clear: both;
        margin: 10px 0 0;
    }
    .footer-subscribe .block-subscribe .block-content .input-text{
        width: 98%;
    }
    .input-box {
        float: left;
        width: 100%;
    }
}
@media only screen and (max-width: 380px) {
    .banner-content h1 {
        font-size: 20px;
    }
    .banner-content {
        padding: 10px 2%;
    }
    .craftman-block1-cont .inner-banner-image img, .category-intro.banner .inner-banner-image img {
        height: 220px;
    }
    .product-grid .product-item {
        width: 280px;
    }
    .men-products-block .lookbook-product-block .product-grid .product-item
    {
        width:280px;

    }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .view-cart-btn {
        background-image: url(../images/header/cart-2x.png);
        background-size: 19px 19px;
    }
    .minicart-heading {
        background-image: url(../images/header/minicart-heading-2x.png);
        background-size: 21px 21px;
    }
    .search-btn {
        background-image: url(../images/header/search-btn-2x.png);
        background-size: 31px 31px;
    }
    .select {
        background-image: url(../images/ui/select-arrow-2x.png);
        background-size: 21px 11px;
    }
    .shipping-country select {
        background-image: url(../images/ui/select-arrow-gold-2x.png);
        background-size: 11px 11px;
        margin-left: -2px;
    }
    .borders:before {
        background-image: url(../images/ui/border-pattern-2x.png);
        background-size: 9px 10px;
    }
    .popup-close {
        background-image: url(../images/ui/close-cross-2x.png);
        background-size: 16px 16px;
    }
    .social-presence .heading:before {
        background-image: url(../images/ui/icon-social-2x.png);
        background-size: 219px 31px;
    }
    .via-email:before, .via-phone:before {
        background-image: url(../images/ui/icon-contact-2x.png);
        background-size: 34px 17px;
    }
    .social-links a {
        background-image: url(../images/ui/icon-social-2x.png);
        background-size: 219px 31px;
    }
    .social-share a {
        background-image: url(../images/ui/icon-share-options-2x.png);
        background-size: 175px 29px;
    }
    .product-gallery .next, .product-gallery .prev {
        background-image: url(../images/ui/icon-gallery-2x.png);
        background-size: 38px 68px;
    }
    .product-feature .two-thirds {
        background-image: url(../images/ui/icon-feature-2x.png);
        background-size: 32px;
    }
    .sort-direction {
        background-image: url(../images/ui/sort-direction-2x.png);
        background-size: 48px 24px;
    }
    .change-password-btn {
        background-image: url(../images/ui/icon-password-2x.png);
        background-size: 16px 16px;
    }
    .item-remove .remove-btn {
        background-image: url(../images/ui/icon-remove-2x.png);
        background-size: 15px 15px;
    }
    .checkbox .label:after {
        background: url(../images/ui/checkbox-2x.png) 0 0 no-repeat #ffffff;
        background-size: 24px 48px;
    }
    .facebook-account {
        background-image: url(../images/ui/btn-facebook-en-2x.png);
        background-size: 203px 37px;
    }
    html[lang="fr"] .facebook-account {
        background-image: url(../images/ui/btn-facebook-fr-2x.png);
        background-size: 226px 37px;
    }
}
.more-products {
    display:none;
}
/*----------------light box css---------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;

}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-inner .error-msg
{
    color:#fff;
    margin-top:30px;
}
.fancybox-inner .success-msg
{
    color:#fff;
    margin-top:30px;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: hidden !important;
    overflow: hidden !important;
}
.fancybox-error {
    color: #444;
    font: 14px/20px 'Verlag A', 'Verlag B';
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background: url(../images/ui/pop-up-cross.png) left top no-repeat;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/ui/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/ui/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Verlag A", "Verlag B";
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.fancybox-opened .fancybox-skin {
}
.fancybox-skin {
    background: none;
    border-radius: 4px;
    color: #444;
    position: relative;
    text-shadow: none;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
}
.fancybox-wrap
{
    background: none repeat scroll 0 0 #fff;
    clear: both;
    overflow:hidden;
    padding: 10px;
}

.fancybox-wrap.fancybox-type-iframe{
    background: none;
}



/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        /* background-image: url('fancybox_sprite@2x.png');*/
        background: url(../images/ui/fancybox_sprite@2x.png) no-repeat left top;
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url(../images/ui/fancybox_loading@2x.gif) no-repeat left top;
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

@media only screen and (max-width: 1000px) {
    .men-lookbook-items ul.product-grid .product-item{
        min-height: 257px;
    }
}

@media only screen and (max-width: 767px) {
    .lookbook-product-block{
        width: 100%;
        padding: 30px 0 0;
    }
    .men-lookbook-items ul.product-grid .product-item{
        min-height: 257px;
    }
}

@media only screen and (max-width: 640px) {
    .men-lookbook-items ul.product-grid .product-item{
        width: 48%;
        margin: 20px 1% 0 1%;
    }
    .men-lookbook-items ul.product-grid .product-item.clear{
        margin: 20px 1% 0 1%;
    }
    .men-lookbook-page {
        margin-top: -20px;
    }
}
@media only screen and (max-width: 480px) {
    .men-lookbook-items ul.product-grid .product-item{
        float: none;
        margin: 0 auto !important;
        width: 300px;
    }
    .men-lookbook-items ul.product-grid .product-item.clear{
        float: none;
        margin: 0 auto !important;
        width: 300px;
    }
    .men-lookbook-items{
        margin-top: 20px;
    }
}


.footer-shipping{
    display: none;
    float: left;
    width: 100%;
    padding: 10px 0 50px;
}
.footer-shipping .footer-shpng-text{
    font-size: 12px;
    font-weight: 400;
    font-family: "Verlag A", "Verlag B";
    color: #7a7a7a;
    float: left;
    padding: 5px 0 0 0;
    letter-spacing: 1px;
    margin-left:40px;
}
.footer-shpng-select {
    width: 178px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    position: absolute;
    left: 105px;
    margin: 2px 0 0 0;
    float: left;
}

.footer-shpng-select{
}
.footer-shpng-select span
{
    position: absolute;
    left: 8px;
    top: 0px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 30px 0 0;
    letter-spacing: 1px;
    color: #111111;
    font-family: "Verlag A", "Verlag B";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background: url(../images/ui/arrow-bg2.png) no-repeat right center ;
}
.footer-shpng-select select {
    opacity: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    -webkit-appearance: none;
    height: 22px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #101010;
    font-family: "Verlag A", "Verlag B";
    cursor: pointer;
    border: none;
    background: none;
    float: left;
    width: 160px;
    text-transform: uppercase;
}
.footer-shpng-select select option {
    background: #262626;
    padding: 3px 5px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    width:140px;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
}
.footer-shpng-select select option:hover {
    color: #0C3;
}
.visible-xs {
    display:none;
}
.hidden-xs {
    display:block;
}
.catalog-category-view .filter-head-mob .side-menu {
    display: none;
}
.catalog-category-view.catalogsearch-result-index .filter-head-mob .side-menu {
    display: block;
}

@media only screen and (max-width: 640px) {
    .footer-shipping{
        display: block;

    }
}

@media only screen and (max-width: 1000px) {
    .productblock{
        width: 100%;

    }
}


@media only screen and (max-width: 767px) {
    .homepage-sections-blocks{
        padding-bottom: 30px;
    }
    .visibleMob {
        display: block;
    }
    .hiddenMob {
        display:none;

    }
    /* Cart page */
    .btn-continue-mobile.single {
        border: 0 none;
        font: 700 14px/20px "Verlag A","Verlag B";
        padding: 10px 15px 8px;
    }
    .btn-continue-mobile.single span{
        display:none;
    }
    .promo-codes {
        border:0;
    }
    .check-out-page {
        float: none;
        margin: 0 0 0 -2px;
        width: auto;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
    }
    .check-out-page::after, .check-out-page::before {
        clear: both;
        content: "";
        display: table;
    }
    .totals td{
        padding: 10px;
    }
    .totals .button {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .checkout-cart-index .cart-head-row .col.item-subtotal {
        display: none;
    }
    .checkout-cart-index .cart-head-row .col.item-price {
        float: right;
    }
    .checkout-cart-index .table-row .item-subtotal {
        display: none;
    }
    .checkout-cart-index .product-details-block #shopping-cart-content .col.item-price {
        bottom: auto;
        float: right;
        margin: 0;
        right: 8px;
        text-align: right;
        top: 60px;
        width: 93px;
    }
    .table-row .item-options {
        margin: 27px 0 0 34%;
        width: 93px;
    }

    /* checkout page */
    .opc-progress-container  {
        display: none;
    }
    .check-out-process {
        float: none;
        padding: 0 15px 15px;
        width: auto;
    }
    .check-out-page {
        padding: 25px 0 0;
    }
    .checkout-steps .sub-heading {
        padding-left: 0;
    }
    .checkout-onepage-index .social-links-mob {
        display: none;
    }
    .checkout-onepage-index .contact-us-block {
        border-top: 1px solid #d7d7d7;
        margin-top: -16px;
    }
    .checkout-header p {
        line-height: 18px;
    }
    .canship label {
        margin-left: 0;
    }
    .main-column .checkout-step-title.heading {
        padding: 5px 0;
    }
    .checkout-onepage-index .single {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #customerbalance_placer {
        margin-bottom: 8px;
    }
    .check-out-process #checkout-review-load .table-body .item-price {
        padding-bottom: 0px;
    }



    /* cat page */
    .category-intro.banner {
        display: none;
    }



    .product-grid .product-item {
        width: 50%;
        float: left;
        margin: 0;
        clear: none;
        text-align: center;
    }
    .product-grid .product-item .product-preview,.category-products .product-grid .product-item .product-name,.product-item .description-text ,.product-grid .product-item .product-price {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        display: block;
        float: none;
        font-size: 28px;
        line-height: 37px;
    }
    .product-price .strike-through p.old-price {
        display: inline-block;
        float: none !important;
        font-size: 15px;
        font-weight: bold;
        line-height: 17px;
        vertical-align: middle;
    }
    .product-price .special-price .price {
        font-size: 28px;
        line-height: 31px;
    }
    .product-price .strike-through p.old-price {
        font-size: 27px;
        line-height: 32px;
    }
    .product-price .special-price {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .product-item .description-text {
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 107px;
    }
    .category-products {
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
    }
    body {
        padding-top: 56px;
    }
    .cms-index-index {
        padding-top: 75px;
    }

    .popup {
        z-index: 2147483647;
    }
    .catalog-category-view .bread-crumbs-block {
        display: none;
    }
    .catalog-category-view .all-products-names {
        display: none;
    }
    .visible-xs {
        display:block;
    }
    .hidden-xs{
        display: none !important;
    }
    .breadcrumbs-mob {
        font: 42px/50px "Verlag A","Verlag B";
        padding: 25px 0;
        text-align: center;
        text-transform: uppercase;
    }
    .catalog-category-view #top-bread label {
        display: none;
    }
    .sort-filter-block {
        clear: both;
        padding: 0 23px;
    }
    .sort-low-high {
        float: left;
        font-size: 0;
        padding-left: 10px;
    }
    .sort-low-high .sort-title,.sort-low-high a {
        color: #5b5b5f;
        display: inline-block;
        font: 28px/60px "Verlag A","Verlag B";
        vertical-align: middle;
        margin-right: 5px;
    }

    .sort-low-high a.active {
        font-weight: bold;
    }
    .catalog-category-view .filter-by-block h2,.catalogsearch-result-index .filter-by-block h2 {
        border: 0 none;
        color: #5b5b5b;
        float: right;
        font: 28px/60px "Verlag A","Verlag B";
        margin: 0;
        padding: 0 45px 0 23px;
        width: auto;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        background: url(../images/ui/quick_arrow_bottom.png) no-repeat right 10px center;
        background-size: 22px auto;
    }
    .catalog-category-view .filter-by-block h2.filter-open,.catalogsearch-result-index .filter-by-block h2.filter-open {
        background-image: url(../images/ui/quick_arrow_top_white.png);
        background-color: #5b5b5f;
        color: #fff;
    }
    .filter-box1 .filter-opt-grop {
        background: #5b5b5f none repeat scroll 0 0;
        clear: both;
        color: #fff;
        overflow: hidden;
        padding: 5px 10px;
    }
    .filter-box1 .filter-opt-grop dt:first-child,.filter-box1 .filter-opt-grop dt.active {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.7);
    }
    .filter-box1 .filter-opt-grop dd:first-child {
        border-top: 2px solid #fff;
    }
    .filter-box1 .filter-opt-grop * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .filter-box1 .filter-opt-grop dt {
        clear: both;
        padding: 0;
        position: relative;
        font: 28px/60px "Verlag A","Verlag B";
        color: #fff;
    }
    .filter-box1 .filter-opt-grop dt:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 22px;
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(../images/ui/quick_arrow.png) no-repeat center;
        background-size: 100%;
    }
    .filter-box1 .filter-opt-grop dt.active:after {
        background-image: url(../images/ui/quick_arrow_top_white.png);
    }
    .filter-opt-grop .clear-all {
        display: none;
    }
    .side-menu .filter-box1 .filter-opt-grop ol li a {
        color: #fff;
        padding: 0 0 0 19px;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.5);
        font: 24px/52px "Verlag A","Verlag B";
    }
    .filter-box1 .filter-opt-grop dd,.filter-box1 .filter-opt-grop {
        display: none;
    }
    .catalog-category-view #narrow-by-list dd {
        display: none;
    }
    .catalog-category-view #narrow-by-list dd.active {
        display: block;
    }


    /* search page */
    .catalogsearch-result-index .breadcrumbs .home {
        display: none;
    }
    .catalogsearch-result-index .all-products-names {
        display: none;
    }
    .catalogsearch-result-index .breadcrumbs-mob {
        display: none;
    }
    .catalogsearch-result-index.catalog-category-view .bread-crumbs-block {
        display: block;
    }
    .catalogsearch-result-index.catalog-category-view .bread-crumbs-block ul{
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        margin: 0 0 0 -2px;
        padding: 23px 0 0;
    }
    .catalogsearch-result-index .sort-by label {
        display: none;
    }
    .catalogsearch-result-index .breadcrumbs {
        width: 100%;
        padding: 0;
    }

    .catalogsearch-result-index .breadcrumbs .search {
        display: block;
        text-align: center;
    }
    .catalogsearch-result-index .breadcrumbs .search .current {
        font: 42px/50px "Verlag A","Verlag B";
        padding: 0;
        text-align: center;
    }
    .catalog-category-view.catalogsearch-result-index .filter-head-mob .side-menu{
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        position: relative;
        z-index: 9;
        padding-top: 11px;
        padding-bottom: 20px;
    }
    .catalogsearch-result-index .toppagi.filter-head-mob {
        left: 18px;
        position: absolute;
        top: 13px;
        z-index: 0;
    }
    .catalogsearch-result-index .filter-head-mob {
        position: relative;
    }
    .catalog-category-view .filter-head-mob {
        z-index: 99 !important;
        width: auto;
    }
    .catalogsearch-result-index .toppagi.filter-head-mob {
        left: 18px;
        position: absolute;
        top: 13px;
        width: auto;
        z-index: 0;
    }


    /* Footer */
    .footer-mob {
        text-align: center;
        position: relative;
        z-index: 99999999;
    }
    .social-links-mob {
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        font-size: 0;
        line-height: 0;
        margin-top: -16px;
    }
    .footer-mob .center .inner {
        overflow: hidden;
        border-left: 1px solid #d9d9d9;
        margin-left: -2px;
        border-right: 1px solid #d9d9d9;
    }
    .footer-mob h4 {
        padding: 20px 0 15px;
        font: italic 28px/40px "Verlag A","Verlag B";
        color: #5b5b5f;
    }
    .social-links-mob ul li {
        display: inline-block;
        list-style: none;
        margin: 0 30px 37px;
    }
    .social-links-mob ul li img {
        /* display: block;*/
    }
    .social-links-mob a
    {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin: 0;
        white-space: nowrap;
        text-indent: 300%;
        overflow: hidden;
    }
    .social-links-mob ul li a.instagram {
        background: url(../images/ui/instagram_icon_mob2.png) no-repeat left top;
    }
    .social-links-mob a.facebook {
        background: url(../images/ui/facebook_icon_mob2.png) no-repeat left top;
    }
    .social-links-mob a.twitter {
        background: url(../images/ui/twitter_icon_mob2.png) no-repeat left top;
    }
    .social-links-mob a.pinterest {
        background: url(../images/ui/pinterest_icon_mob2.png) no-repeat left top;
    }
    .contact-us-block {
        /*border-bottom: 1px solid #d9d9d9;*/
        margin-bottom: -18px;
    }
    .contact-us-block .btn {
        display: block;
        background: #adadaf;
        color: #fff;
        font: bold 30px/65px "Verlag A","Verlag B";
        letter-spacing: 1px;
        margin: 10px 35px 73px;
        text-transform: uppercase;
    }

    .catalog-category-view .side-menu {
        display: none;
    }
    .catalog-category-view .filter-head-mob .side-menu {
        display: block;
        margin-top: -56px;
        margin-bottom: 20px;
    }
    .catalog-category-view.catalogsearch-result-index .filter-head-mob .side-menu {
        margin: 0 0 0 -2px;
    }
    .catalog-category-view .filter-head-mob .side-menu dl {
        padding: 0;
    }
    .catalog-category-view .filter-head-mob .sort-by {
        float: left;
        margin: 0;
        position: relative;
        z-index: 99;
    }
    .toppagi.filter-head-mob {
        float: left;
        width: 100%;
    }

    .catalog-category-view .product-item .product-name a {
        color: #080808;
        display: block;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 107px;
        margin: 0 auto;
    }
}



@media (max-width:639px){
    .product-grid .product-item .product-preview,.category-products .product-grid .product-item .product-name,.product-item .description-text ,.product-grid .product-item .product-price  {
        font-size: 15px;
        line-height: 23px;
    }
    .product-price .strike-through p.old-price {
        display: inline-block;
        float: none !important;
        font-size: 15px;
        font-weight: bold;
        line-height: 17px;
        vertical-align: middle;
    }
    .product-price .special-price {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .breadcrumbs-mob,.catalogsearch-result-index .breadcrumbs .search .current {
        font: 30px/40px "Verlag A","Verlag B";
    }
    .sort-low-high .sort-title,.sort-low-high a{
        font: 20px/50px "Verlag A","Verlag B";
    }
    .catalog-category-view .filter-by-block h2,.filter-box1 .filter-opt-grop dt,.catalogsearch-result-index .filter-by-block h2 {
        font-size: 20px;
    }
    .product-price .special-price .price {
        font-size: 17px;
        line-height: 21px;
    }

}
@media (max-width:479px){
    .product-grid .product-item .product-preview,.category-products .product-grid .product-item .product-name,.product-item .description-text ,.product-grid .product-item .product-price  {
        font-size: 12px;
        line-height: 18px;
    }
    .product-price .strike-through p.old-price{
        font-size: 12px;
        line-height: 14px;
    }
    .breadcrumbs-mob,.catalogsearch-result-index .breadcrumbs .search .current {
        font: 25px/30px "Verlag A","Verlag B";
    }
    .sort-low-high .sort-title,.sort-low-high a{
        font: 13px/40px "Verlag A","Verlag B";
    }
    .catalogsearch-result-index .breadcrumbs .search .current{
        font-size: 18px;
    }
    .product-price .special-price .price{
        line-height:14px;
        font-size: 13px;
    }

    .catalog-category-view .filter-by-block h2,.catalogsearch-result-index .filter-by-block h2 {
        background-position: right 13px center;
        background-size: 17px auto;
        font-size: 13px;
        line-height: 44px;
        padding-left: 9px;
        padding-right: 36px;
    }
    .side-menu .filter-box1 .filter-opt-grop ol li a {
        font-size: 17px;
        line-height: 43px;
    }
    .catalog-category-view .filter-head-mob .side-menu {
        margin-top: -42px;
    }
    .catalog-category-view.catalogsearch-result-index .filter-head-mob .side-menu {
        margin: 0 0 0 -2px;
    }
    .filter-box1 .filter-opt-grop dt {
        font-size: 16px;
        line-height: 45px;
    }
    .filter-box1 .filter-opt-grop dt::after {
        background-size: 17px auto;
        background-position: right center;
    }
    /* Footer styles */
    .footer-mob h4 {
        font: italic 21px/30px "Verlag A","Verlag B";
        padding: 20px 0 1px;
    }
    .contact-us-block .btn {
        margin: 2px 16px 32px;
        font: bold 21px/46px "Verlag A","Verlag B";
    }
    .social-links-mob ul li {
        margin: 0 16px 37px;
        padding: 0;
    }
    .social-links-mob ul li a {
        background-size: 95% auto !important;
        height: 35px;
        width: 28px;
    }

    /* Product page */
    body .mobile-product .product-name {
        font-size: 20px;
        line-height: 26px;
    }
    .mobile-product .product-shortdescription {
        font-size: 16px;
        line-height: 28px;
    }
    .product-detail-cont .mobile-product .product-price .price-box .price {
        font-size: 23px;
        line-height: 21px;
    }
    .catalog-product-view .product-options h3, .catalog-product-view .product-options .product-quantity strong,
    .catalog-product-view .product-attribute .size-attribute{
        font-size: 14px;
    }
    .catalog-product-view .product-attribute .size-attribute{
        text-transform: uppercase;
    }

    body.catalog-product-view .product-desp h3 {
        background-size: 19px auto;
        font-size: 15px;
    }
    .catalog-product-view .expand-cont p, .catalog-product-view .expand-cont p a, .catalog-product-view .product-description .expand-cont p {
        font-size: 16px;
        line-height: 24px;
    }
    .catalog-product-view .social-networks .share-text {
        font-size: 18px;
        line-height: 25px;
    }
    .catalog-product-view .social-networks .social-share li a {
        background-size: 95% auto !important;
        height: 35px;
        margin: 9px 17px;
        width: 28px;
    }
    .catalog-product-view .product-options {
        top: 130px;
    }
    .catalog-product-view .special-price {
        float: right !important;
        text-align: right;
        width: 97px !important;
    }
    .catalog-product-view .special-price .price {
        float: right;
    }
}


/*----------------End light box css----------------*/
/*@media (min-height: 960px) {
	.footer-primary .center{
		min-height: 700px;
	}
}*/
/*new RMA styles */
.return-form .return-comment .label, .return-form .label {
    margin-bottom: 5px;
    /* width: 34%; */
    float: left;
    width: 34%;
    padding-top: 20px;
    color: #7a7a7a;
    font: 400 12px/20px "Verlag A", "Verlag B";
    letter-spacing: 2px;

}

.return-form .return-comment label, .return-form label {
    margin-bottom: 0px;
    width: 75%;
}
.return-form .return-comment .input-text, .return-form .input-text, .return-form .return-comment
.select, .return-form .select, .return-form .return-comment textarea, .return-form textarea {
    width: 64%;
    float: right;
    width: 60%;
    padding: 7px 7px 7px;
    margin-bottom: 20px;
}
.return-form .half
{
    width:100%
}
.return-form .col + .return-form .col {
    /* margin-left: 2.5%; */
    /* margin-top: 0px; */
}
.return-form .add-row .remove-btn {
    /* position: absolute; */
    left: -40px;
    top: 20px;
}
.return-form .heading {
    font-size: 18px;
    margin-bottom: 30px;
    /* margin-top: 50px; */
}
.rms-heading
{
    font-size:18px;
    margin-bottom:20px;
}
.return-form .add-item-return-btn {
    float: none;
    margin-right: 20px;
    padding: 11px 39px 8px;
}
.half .input-text
{
    margin-bottom: 20px;
    margin-top: 10px;
    width:60%;
}
.return-comment .remaining-qty, .return-form .remaining-qty {
    color: #7a7a7a;
    font-size:12px;
}
.main-column .button.primary
{
    font: 700 14px "Verlag A", "Verlag B";
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
{
    .return-form .button.primary
    {
        background: none repeat scroll 0 0 #4c4d4f;
        border: medium none;
        color: #f7f8f8;
        font: 700 14px "Verlag A", "Verlag B";
        padding: 10px 39px 8px;
        margin-top: 10px;
    }
    .return-form .add-item-return-btn {
        float: left;
        margin-right: 20px;
        padding: 11px 29px 11px;
        /* margin-top: 20px; */
    }
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px), (min-device-width : 320px)
and (max-device-width : 568px) {
    .return-form .return-comment .label, .return-form .label {
        width:100%;
    }
    .return-form .return-comment .input-text, .return-form .input-text, .return-form .return-comment .select, .return-form .select, .return-form .return-comment textarea, .return-form
    textarea
    {
        width:100%;
    }
    .return-form .return-comment label, .return-form label {
        width:100%;
    }

}