/* ======================== FONTS ======================== */

@import url(./entypo/entypo.css);

/* ======================================================= */

/* ====================== WEBFONTS ======================= */

@font-face {
  font-family: "b2c-legacy";
  src:url("webfonts/b2c-legacy.eot");
  src:url("webfonts/b2c-legacy.eot?#iefix") format("embedded-opentype"),
    url("webfonts/b2c-legacy.woff") format("woff"),
    url("webfonts/b2c-legacy.ttf") format("truetype"),
    url("webfonts/b2c-legacy.svg#b2c-legacy") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "b2c-legacy" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "b2c-legacy" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lock:before {
  content: "\e001";
}
.icon-phone:before {
  content: "\e002";
}
.icon-star:before {
  content: "\e003";
}
.icon-truck:before {
  content: "\e000";
}

/* ======================================================= */

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #FAFAFA;
    color: #333333;
    font-size: 12px;
}

a {
    color: #444444;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.nobr         { white-space:nowrap !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.mqlitedrop {
    -moz-box-shadow: 0 1px 2px -1px #D3D3D3, 1px 2px 0 0 #E5E5E5, -1px 0 0 0 #E5E5E5;
    -webkit-box-shadow: 0 1px 2px -1px #D3D3D3, 1px 2px 0 0 #E5E5E5, -1px 0 0 0 #E5E5E5;
    box-shadow: 0 1px 2px -1px #D3D3D3, 1px 2px 0 0 #E5E5E5, -1px 0 0 0 #E5E5E5;
}


/* Icons */
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

/* OVERWRITE BOOTSTRAP =================================================================== */
a:focus {outline: 0 !important;}
.carousel-control {
    width: 7%;
    opacity: 0;
    color: rgba(102,102,102,0.4);
    text-shadow: none;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in ease-out;
    -webkit-transition-property: opacity;
}
.carousel-control:hover,
.carousel-control:focus {
    color: rgba(102,102,102, 1);
}
.carousel:hover .carousel-control {opacity: 1;}
.carousel-control.left {background-image: none;}
.carousel-control.right {background-image: none;}
.carousel-control .icon-prev,
.carousel-control .icon-next {font-size: 3em; margin-top: -35px; font-weight: bold;}
.carousel-indicators {left: auto; right: 4%; width: auto; bottom: 0; margin-left: 0;}
.carousel-indicators li {background-color: rgba(153,153,153,0.4); border: none; margin: 0;}
.carousel-indicators .active {background-color: rgba(153,153,153,1); width: 10px; height: 10px;}

.mnq-navbar {min-height: 0; border: none;}
/*.mnq-navbar .navbar-nav > li > a {padding: 8px 20px; color: #969696;}*/
.mnq-navbar .navbar-nav > li > a {padding: 8px; color: #969696;}
.mnq-navbar .navbar-collapse .navbar-nav.navbar-left {margin-left: 0;}
.mnq-navbar .navbar-right li:hover > a,
.mnq-navbar .nav > li > a:hover {background-color: #D89E21; color: #fff;}
.mnq-navbar .nav .caret {border-top-color: #969696; border-bottom-color: #969696; margin: 0 10px;}
.mnq-navbar .dropdown {display: block !important;} /* bootstrap dropdown fix */
.mnq-navbar .navbar-collapse {padding-left: 0; padding-right: 0;}
.mnq-navbar .navbar-right li {border-left: 1px solid #fff;}

.mnq-dd-top {background-color: #333; display: none; position: absolute; right: 0; top: 43px; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 10px;}
.mnq-dd-top .dopdown-arr {height: 10px; width: 140px; background: url('../images/eckschen.png') no-repeat center top; z-index: 100; position: absolute; top: -10px; right: 0; }
.mnq-dd-top ul {margin: 0; padding: 0; list-style: none;}
.mnq-navbar .mnq-dd-top ul li {border-left: none;}
.mnq-dd-top ul li a {color: #969696; text-align:center; border-bottom: 1px solid #969696; font-weight: bold; font-size: 12px; display: block; padding: 10px 20px; }
.mnq-dd-top ul li.last a {border-bottom: none;}
.mnq-navbar .navbar-right .mnq-dd-top ul li a:hover {background-color: #fff; color: #333;}

.mnq-navbar .navbar-right li:hover .mnq-dd-top {
    display: block;
}



.mnq-forms {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #CCC;
    padding: 10px;
    background-color: #FFF;
    border-radius: 0;
    box-shadow:none;
}
/* ======================================================================================= */


/* Custom Checkbox ======================================================================= */
.icheckbox {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 34px;
    background: url(../images/mqcheckbox.png) no-repeat;
    border: none;
    cursor: pointer;
}
.icheckbox {
    background-position: bottom left;
}
.icheckbox.hover {
    background-position: bottom right;
}
.icheckbox.checked {
    background-position: top left;
}
.icheckbox.checked.hover {
    background-position: top right;
}
.icheckbox.loading {
    background: url(../images/loading_spinner_anim.gif) no-repeat;
}

.iradio {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    background: url(../images/radio.png) no-repeat;
    border: none;
    cursor: pointer;
}
.iradio { background-position: 0 -19px;}
.iradio.checked {background-position: 0 0;}


/* ======================================================================================= */



/* Custom buttons ======================================================================== */
.btn-login,
.btn-login:hover,
.btn-login:active {
    background-color: #E7AC25;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E7AC25), to(#CE8E00));
    background-image: -webkit-linear-gradient(center top, #E7AC25, #CE8E00);
    background-image: -moz-linear-gradient(center top, #E7AC25, #CE8E00);
    background-image: -o-linear-gradient(center top, #E7AC25, #CE8E00);
    background-image: linear-gradient(center top, #E7AC25, #CE8E00);
    background-repeat: repeat-x;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.btn-login {}
.btn-login:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D99B00), to(#C77626));
    background-image: -webkit-linear-gradient(center top, #D99B00, #C77626);
    background-image: -moz-linear-gradient(center top, #D99B00, #C77626);
    background-image: -o-linear-gradient(center top, #D99B00, #C77626);
    background-image: linear-gradient(center top, #D99B00, #C77626);
    background-repeat: repeat-x;
}

#register span,
#login span {
    display: block;
    margin-bottom: 7px;
}

#register .btn-fb,
#register .btn-fb:hover,
#register .btn-fb:active,
#login .btn-fb,
#login .btn-fb:hover,
#login .btn-fb:active {
    width: 100%!important;
}

.btn-fb,
.btn-fb:hover,
.btn-fb:active {
    width: 75%!important;
    margin: 0 auto!important;
    background-color: #748ABC;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#748ABC), to(#4764A1));
    background-image: -webkit-linear-gradient(center top, #748ABC, #4764A1);
    background-image: -moz-linear-gradient(center top, #748ABC, #4764A1);
    background-image: -o-linear-gradient(center top, #748ABC, #4764A1);
    background-image: linear-gradient(center top, #748ABC, #4764A1);
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.btn-fb span {
    background: url("../images/fb_plain.png") no-repeat center center rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: inline-block;
    float: left;
    height: 42px;
    margin-right: -37px;
    margin-top: -10px;
    width: 42px;
}
.btn-fb:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#667DB2), to(#3E5B9B));
    background-image: -webkit-linear-gradient(center top, #667DB2, #3E5B9B);
    background-image: -moz-linear-gradient(center top, #667DB2, #3E5B9B);
    background-image: -o-linear-gradient(center top, #667DB2, #3E5B9B);
    background-image: linear-gradient(center top, #667DB2, #3E5B9B);
}

.btn-mnqwhite,
.btn-mnqwhite:hover,
.btn-mnqwhite:active {
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
}
.btn-mnqwhite:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.btn-mnqgold,
.btn-mnqgold:hover,
.btn-mnqgold:active {
    background-color: #D89E21;
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}

.checkout-onepage-index .btn-mnqgold,
.checkout-cart-index .btn-mnqgold,
.catalog-product-view .btn-mnqgold,
.loginheader .btn-mnqgold,
.well-mnq .btn-mnqgold {
    margin-top: 0;
}

/**
 *  Address doctor validation horse tick
 */
i.ad-validated-ok {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    line-height: 34px;
    height: 34px;
    color: green;
    font-size: 16px;
}

.btn-mnqgold:hover {
    color: #000;
}

.btn-mnqback,
.btn-mnqback:hover,
.btn-mnqback:active {
    background: #FFF;
    color: #676767;
    font-weight: bold;
    font-size: 12px;
    padding: 14px 13px;
}
.btn-mnqback:hover {
    background: #000;
    color: #FFF;
}


.btn-mnqinvite,
.btn-mnqinvite:hover,
.btn-mnqinvite:active {
    background-color: #666;
    color: #fff;
    border-color: #666;
    margin-bottom: 0.5em;
    font-size: 12px;
    padding: 8px 0;
}
.btn-mnqinvite span {
    background-color: #525252;
    width: 32px; float: left; height: 32px; line-height: 32px; margin: -8px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    font-size: 1.6em;
}
.btn-mnqinvite.active {
    background-color: #D4973A;
    color: #fff;
}
.btn-mnqinvite.active span {
    background-color: #CC822C;
}

.btn-remove {
    display: block;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background: url(../images/cartremove.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn-remove:hover {
    background-position: 0px -27px;
}

.btn-mnqgray,
.btn-mnqgray:hover,
.btn-mnqgray:active {
    background: #efefef;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
.btn-mnqgray:hover {
    background-color: #D89E21;
    color: #FFF;
}

.btn-mnqcart,
.btn-mnqcart:hover,
.btn-mnqcart:active {
    background: #efefef;
    color: #333;
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    font-weight: bold;
}
.btn-mnqcart:hover {
    background-color: #D89E21;
    color: #FFF;
}

/* ======================================================================================= */



/* Footer ================================================================================ */
footer {border-top: 1px solid #FAFAFA; margin: 30px -30px 0; padding: 50px 30px 30px;}
footer .subinfo {margin-top: 30px;}
footer .subinfo li {font-weight: bold; margin-bottom: 4px;}
footer .subinfo a {font-weight: bold;}

.shoop-footer .v-line {border-right: 1px solid #CCC; height: 200px;}
.shoop-footer h3 {font-size: 12px; color: #666; font-weight: bold; padding-left: 45px; line-height: 40px; margin-top: 0; margin-bottom: 30px; background: url(../images/sprite-footer-icons.png) no-repeat left top;}
.shoop-footer .quest h3 {background-position: 0 0;}
.shoop-footer .safety h3 {background-position: 0 -56px;}
.shoop-footer .payment h3 {background-position: 0 -115px;}
.shoop-footer .shipping h3 {background-position: 0 -160px;}
.shoop-footer .safety .subinfo li {background: url(../images/sprite-footer-icons.png) no-repeat 0 -388px; padding-left: 26px;}

.default-footer .v-line {border-right: 1px solid #CCC; height: 150px;}
.default-footer {margin-top: 50px;}
.default-footer h4 {font-size: 12px; color: #666; font-weight: bold; margin-bottom: 15px;}
.default-footer ul li {margin-bottom: 10px;}
.default-footer .social-links li a {padding-left: 20px; line-height: 16px; display: block; background: url(../images/sprite-footer-icons.png) no-repeat top left;}
.default-footer .social-links li.icon-fb a {background-position: 0 -253px;}
.default-footer .social-links li.icon-gp a {background-position: 0 -342px;}
.default-footer .social-links li.icon-tw a {background-position: 0 -315px;}
.default-footer .social-links li.icon-pi a {background-position: 0 -284px;}
/* ======================================================================================= */



/* HEADER ================================================================================ */
.header-container {margin: 0 -30px; background-color: #EFEFEF;}

.header-container > .header-trust {background: #666666; color: #ffffff;}

.header-container > .header-trust > * > * > * {padding-top: 2px;}

.header-container > .header-trust > * > * > * > span {display: inline-block; height: 20px; line-height: 20px; vertical-align: middle}

.header-container > .header-trust > * > * > * > span.icon {font-size: 15px; vertical-align: text-top}

.header-container > .header-trust > * > * > * > span:first-child {margin-right: 4px}

.header-container > .header-trust > * > * > .text-left {padding-left: 8px}

.header-container > .header-trust > * > * > .text-right {padding-right: 8px}

header {border-bottom: 1px solid #FAFAFA; margin: 0 -30px; padding: 0 0 20px; }

header .logo-wrapper {
width: 100%;
margin-left: 30px;
display: inline-block;
}
header .logo {
    display: block;
    width: 175px;
    height: 32px;
    background: #FFF url('../images/logo-header.png') no-repeat center center;
}

header > .row {
    margin-top: 20px;
}

/*.mnq-navpills { margin-left: 30px; }*/
.mnq-navpills > li > a {background-color: #EFEFEF; color: #333; font-size: 15px; font-weight: bold; padding: 10px; line-height: 18px;}
.mnq-navpills > li > a:hover {background-color: #D89E21; color: #fff;}
/*.mnq-navpills > li + li {margin-left: 13px;}*/
.mnq-navpills > li.active > a,
.mnq-navpills > li.active > a:hover,
.mnq-navpills > li.active > a:focus {background-color: #D89E21; color: #fff;}
.mnq-navpills .dropdown {display: block !important;} /* bootstrap dropdown fix */

.small-navigation {margin-bottom: 1em;}

/* ======================================================================================= */



/* HOME PAGE ============================================================================= */
@media (min-width: 768px) {
    .container {
        max-width: 1000px;
    }
}
.container {background-color: #fff; padding: 0 30px; }

.carousel {}
.carousel .item {}
.carousel-inner > .item > img {}

.section-title {padding: 20px 30px; margin: 0 -30px; border-top: 1px solid #FAFAFA;}
.section-title h1 {font-size: 24px; font-weight: bold; margin: 0;}
.block-set {margin: 0 -30px; border-top: 1px solid #FAFAFA; padding: 30px;}
.block-head {background: #EFEFEF; color: #5C5C5C; padding:10px 15px; margin-bottom: 20px;}
.block-head h2 {font-size: 16px; font-weight: bold; margin: 0; color: #333;}
.block-head h3 {font-size: 15px; font-weight: normal; margin: 0;  color: #333;}
.block-head .timer {background: url("../images/watch.png") no-repeat 20px center; border-left: 1px solid #969696; line-height: 32px; padding-left: 48px; }
.block-head .timer span {font-weight: bold;}
.products-grid .item .img { position: relative; }
.set-content {}
.set-content .products a img {border: 4px solid transparent;}
.set-content .products a:hover img {border: 4px solid #D89E21;}
.set-content .products div {margin-bottom: 10px;}
.set-img {position: relative; border: 4px solid transparent;}
.set-img:hover {border: 4px solid #D89E21;}
.set-img .free-shipping {background-color: #666; bottom: 0; box-shadow: 0 0 30px 0 rgba(68, 68, 68, 0.4); color: #FFF; font-weight: lighter; position: absolute; text-align: center; width: 100%; padding: 0.5em 0; }
.products .free-shipping { background-color: #666666; bottom: -6px; left: 19px; box-shadow: 0 0 30px 0 rgba(68, 68, 68, 0.4); color: #FFFFFF; font-weight: lighter; font-size: 12px; position: absolute; text-align: center; width: 76.5%; height: 24px; line-height: 25px; }
.products-grid .img .free-shipping { background-color: #666666; bottom: 0; box-shadow: 0 0 30px 0 rgba(68, 68, 68, 0.4); color: #FFFFFF; font-weight: lighter; font-size: 16px; position: absolute; width: 100%;text-align: center; height: 40px; line-height: 40px; }
/* ======================================================================================= */


/* MINI-CART ============================================================================= */
.mini-cart {margin-right: 30px;}
.mini-cart-content {width: 410px; display: none; padding: 20px; background-color: #333; z-index: 200; right: 44px; top: 45px; color: #fff; font-size: 12px; position: absolute; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.mini-cart-content .dopdown-arr {height: 10px; width: 140px; background: url('../images/eckschen.png') no-repeat center top; z-index: 100; position: absolute; top: -10px; right: 0; }
.mini-cart .btn-mnqcart {}
.mini-cart .btn-mnqcart span {font-size: 12px;}
.mini-cart-content .item {padding-bottom: 7px; margin-bottom: 7px; border-bottom: solid 1px #969696;}
.mini-cart-content .product-name {font-weight: bold; margin-bottom: 0;}
.mini-cart-content .product-qty {color: #969696; font-weight: bold;}
.mini-cart-content .product-name a {color: #fff;}
.minicart-price {font-size: 15px; font-weight: bold;}
.mini-cart-content .mini-label {display: inline-block; text-align: left; float: left;}
.mini-cart-content .subtotal {border-bottom: solid 1px #969696; font-weight: bold; padding-bottom: 7px; margin-bottom: 7px; margin-top: 20px;}
.mini-cart-savings {color: #969696;}
.mini-cart .icon-cart {width: 20px; height: 15px; position: relative; top: 2px; display: inline-block; margin-right: 3px; background: url('../images/cart_icon.png') no-repeat left top;}
.mini-cart:hover .icon-cart,
.mini-cart.show-content .icon-cart {background-position: left bottom;}
.mini-cart:hover .btn-mnqcart,
.mini-cart.show-content .btn-mnqcart {background-color: #D89E21;color: #FFF;}
.mini-cart:hover .mini-cart-content,
.mini-cart.show-content .mini-cart-content {display: block;}
/* ======================================================================================= */



/* Category page ========================================================================= */
.block-head .faces {margin-left: 20px; padding-top: 3px;}
.block-head .faces img {width: 30px; height: 30px; margin-right: 5px; }
.share-menu {position: relative;}
.share-menu .btn-mnqwhite {padding: 6px 10px;}
.share-menu span.entypo-export {font-size: 1.6em; line-height: 0.7em; font-weight: normal; margin-right: 1px;}
.share-menu .wrapper-open {position: absolute; z-index: 100; background: #EFEFEF; top: 0; right: 0; width: 583px; padding-bottom: 10px;}
.share-menu .wrapper-open ul {list-style: none; margin: 0; padding: 0;}
.share-menu .wrapper-open ul li {float: left;}
.share-menu .wrapper-open ul li a {
    cursor: pointer;
    display: block;
    width: 104px;
    height: 30px;
    margin-right: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 25px;
}

.share-menu .wrapper-open ul li a:hover{
    -moz-box-shadow:    2px 2px 3px -2px #666;
    -webkit-box-shadow: 2px 2px 3px -2px #666;
    box-shadow:         2px 2px 3px -2px #666;
}
.share-menu .wrapper-open ul li a span {
    width: 23px;
    float: right;
    font-weight: normal;
}

.share-menu .wrapper-open ul li a.btn-socialfb {
  background: #5a76a6;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7890be), to(#3e5e8f));
  background: -webkit-linear-gradient(top, #7890be, #3e5e8f);
  background: -moz-linear-gradient(top, #7890be, #3e5e8f);
  background: -ms-linear-gradient(top, #7890be, #3e5e8f);
  background: -o-linear-gradient(top, #7890be, #3e5e8f);
}

.share-menu .wrapper-open ul li a.btn-socialtw {
  background: #0fb3d8;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1dcbf0), to(#079dc0));
  background: -webkit-linear-gradient(top, #1dcbf0, #079dc0);
  background: -moz-linear-gradient(top, #1dcbf0, #079dc0);
  background: -ms-linear-gradient(top, #1dcbf0, #079dc0);
  background: -o-linear-gradient(top, #1dcbf0, #079dc0);
}
.share-menu .wrapper-open ul li a.btn-socialpin {
  background: #dd452d;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f96149), to(#c62e16));
  background: -webkit-linear-gradient(top, #f96149, #c62e16);
  background: -moz-linear-gradient(top, #f96149, #c62e16);
  background: -ms-linear-gradient(top, #f96149, #c62e16);
  background: -o-linear-gradient(top, #f96149, #c62e16);
  border-radius: 5px;
}

.share-menu .wrapper-open ul li .sociallink {
    background: #FFF url(../images/nicon.png) no-repeat -0px -94px;
    padding-left: 30px;
    border-radius: 5px;
    width: 180px;
    height: 30px;
    border: solid 1px #cbcbcb;
}

.share-menu .share-close {
    width: 25px;
    height: 25px;
    display: block;
    background: rgba(0, 0, 0, 0) url('../images/close_facepile.png') no-repeat;
    right: 15px;
    top: 3px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    text-indent: 100%;
}


.set-header {margin-top: 30px;}
.set-header .nav-tabs {font-weight: bold;}
.set-header .tab-content {padding-top: 30px; padding-bottom: 30px; font-size: 15px;}
.main {margin-top: 30px;}

.toolbar {border-bottom: 1px solid #EEE; margin-bottom: 1em;}
.toolbar ul {margin-bottom: 0;}
.toolbar .sorting li:after {content: "|"; padding-left: 1em;}
.toolbar li:first-child:after,
.toolbar li:last-child:after {content: ""; padding-left: 0;}
.affix .toolbar {border-bottom: none; margin-bottom: 0;}

.category-image {margin-bottom: 20px;}
.category-image img {max-width: 100%; height: auto;}
.category-image-description {font-size: 16px;}
.products-grid .item {position: relative; text-align: center; margin-bottom: 25px;}
.products-grid .item .price-box {font-size: 21px;}
.products-grid .product-name {margin-top: 20px; margin-bottom: 0; font-size: 16px; font-weight: bold; color: #000000;}
.products-grid .product-name a, .products-grid .product-name a:hover, .products-grid .product-name a:active { color: #000000; text-decoration: none; }
.products-grid .item h5 {margin:0 0 5px; font-size:16px; }
.products-grid .item h5 a, .products-grid .item h5 a:hover, .products-grid .item h5 a:active { color: #444444; text-decoration: none; font-weight: normal; }

.price-box .price-label {display: none;}
.price-box .old-price {font-size: 16px; color: #CCC; display: inline; text-decoration: line-through;}
.flashsale-set .price-box .old-price { display: block; }
.price-box .special-price {font-size: 21px; display:inline; margin-top: 0; line-height: 1em; margin-bottom: 0; font-weight: bold; color: #D89E23;}
.price-box .regular-price {font-size: 21px; display:inline; margin-top: 0; line-height: 1em; margin-bottom: 0; font-weight: bold; color: #D89E23;}

.interrupt {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    text-align: center;
    line-height: 80px;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    opacity: 0;
    background-color: #000;
    background-color: rgba(45, 45, 45, 0.7);
    -moz-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.products-grid .item:hover .interrupt {opacity: 1;}
.interrupt.availability {background-color: #DA9D23; color: #FFF; font-weight: bold; font-size: 18px; opacity: 1; padding: 23px 5px 0; line-height: 1em;}
.interrupt.soldout-small {width: 60px; height: 60px; font-size: 13px; top: 4px; left: 19px; padding-top: 18px;z-index:3}
.interrupt.bday-campaign{background-image:url(../images/bday-60.png);width: 60px; height: 60px;opacity: 1;position:absolute;top:4px;left:19px}
.interrupt.bday-campaign-big{background-image:url(../images/bday-80.png);width: 80px; height: 80px;opacity: 1;position:absolute;top:15px;left:16px}
.interrupt.top{z-index:2}
.out-of-stock{z-index:2}
/* ======================================================================================= */


/* PRODUCT PAGE ========================================================================== */
#stickyhead.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:10;
}

#stickyhead.affix .sticky-container {width: 1000px; margin: 0 auto; padding: 10px 30px;
background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(68, 68, 68, 0.2),0 2px 6px 0 rgba(68, 68, 68, 0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(68,68,68,0.2),0 2px 6px 0 rgba(68,68,68,0.15);
    box-shadow: 0 0 30px 0 rgba(68, 68, 68, 0.4);
}

.product-name h1 {
    padding: 0;
    margin: 0 0 1em;
    font-size: 24px;
    font-weight: bold;
    width: 295px;
}

.sticky-container .availability  {display: none;}
.sticky-container .price-box {
    margin-top: 0.5em;
}
.sticky-container .price-box .special-price,
.sticky-container .price-box .regular-price {
    line-height: 60%;
    font-weight: bold;
    color: #FFF;
    font-size: 24px;
}

.sticky-container .price-box .old-price {
    color: #CDCDCD;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 0;
    display: block;
}

.well-mnq {margin-bottom: 20px; border: none; background-color: #333; border-radius: 5px; }
.catalog-category-view .well-mnq { width: 100%; }
.well-mnq .loginheader {margin-bottom: 20px; width: 100%;}
.well-mnq .btn-mnqcart {margin: 0 10px; }
.well-mnq .price-box {padding-left: 10px;}
.well-mnq .add-to-box {margin-left: 10px;}
.well-mnq h4 {line-height: 80%; font-weight: bold; color: #FFF; font-size: 22px; }

.mnq-select {
    padding: 7px 5px;
    background-color: #969696;
    border: none;
}

/** Safari hack **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mnq-select {
        padding: 0px 5px;
        height: 39px;
    }
}

.linfo {margin: 5px 0; color: #CDCDCD; font-size: 12px; clear: right;}

.add-to-cart .qty-select {width: 60px; margin-right: 10px; }
.add-to-cart .qty-select .mnq-select {height: 37px;}
.add-to-cart .btn-cart {float: right; text-transform: uppercase;}
.btn.disable {cursor: auto; color: #CCC; text-transform: none; font-weight: bold; background-color: #EFEFEF; opacity: 1; font-size: 12px;}
.add-to-cart .btn-cart.disable {padding: 10px;}

.product-options {margin-left: 10px;}
.product-options-bottom {float: left;}
.product-options .input-box {width: 60px; margin-right: 10px; }
.product-options .input-box .mnq-select {height: 37px;}
.product-options .validation-advice { color: #fff; }

.free-shipping { font-size: 16px; height: 40px; color: #ffffff; padding: 0 15px 0 15px; }

.product-img-box {margin-top: 20px; position: relative;}
.product-shop {margin-top: 20px;}
.product-shop .short-description {margin-bottom: 60px; font-size: 15px; line-height: 150%; }
.product-shop h2 {font-size: 16px; font-weight: bold;}
.more-views img {margin-bottom: 20px;}

.product-view .section-title {border-bottom: 1px solid #FAFAFA; margin-bottom: 30px;}

.product-view table {width: 100%; }
.product-view th {width: 1%; color: #b2b2b2; }
.product-view td {color: #333; padding-left: 10px; }
.product-view th,
.product-view td {padding-top: 10px; padding-bottom: 10px; border-bottom: dotted 1px #999; vertical-align:top}

.badge-safety p {padding-top: 20px;padding-left: 0px;}

.link-signin {
font-size: 13px;
font-weight: bold;
color: #999;
display: inline-block;
line-height: 22px;
padding-left: 25px;
background: url(../images/signup_icon.png) no-repeat left center;
}

.link-login {
    font-size: 13px;
    font-weight: bold;
    color: #999;
    display: inline-block;
    line-height: 22px;
    padding-left: 25px;
    background: url(../images/login_icon.png) no-repeat left center;
}

.giftvoucher-product-info {color: #fff;}
.giftvoucher-product-info .form-group {margin-bottom: -5px;}
#giftvoucher-receiver-link a {color: #fff;}
#giftvoucher-receiver-link a:hover {text-decoration: underline;}

.request-form #success h4 {text-align: center;}
.request-form #success h4 span {
    background: url("../images/check.png") no-repeat left center;
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
}
.request-form .hint {
    color: #989898;
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal-dialog-small {width: 450px;} /* overwrite bootstrap modal for small size */

}

/*making sure it works on nexu7*/

@media screen and (max-width: 768px) {
    .lp-login .login-footer {
        display: none;
    }
}

@media only screen and (min-width : 600px) and (max-width : 603px) and (orientation: portrait) {
    .lp-login .login-footer {
        display: none;
    }

    .lp-login .login-form-container {
        margin: 60px auto 0;
    }
}

@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
    .lp-login .login-footer {
        display: none;
    }

    .lp-login .login-form-container {
        margin: 60px auto 0;
    }
}
/* ======================================================================================= */


/* Dashboard ============================================================================= */
.panel-mnq {background-color: #EFEFEF; border-color: #DDD;}
.panel-mnq > .panel-heading {color: #fff; background-color:#333; }
.panel-mnq .panel-title { font-size: 15px; margin: 0;}

.page-title h1 {font-size: 24px; font-weight: bold; margin-bottom: 20px; }
.account-balance strong {display: block; font-size: 24px;}

#my-orders-table td {padding: 10px 20px 10px 20px; vertical-align: middle;}
#my-orders-table th {padding: 20px 15px 10px 15px; border-color: #333; border-width: 1px;}
#my-orders-table .product-name {margin: 0; font-size: 12px; font-weight: bold;}
#my-orders-table .delivery-dates {margin-top: 1em; display: block;}
#my-orders-table .cart-price {font-size: 12px;}
.order-date {margin: 20px 0 0;}
.back-link {margin: 0;}

.order-info-box .panel-mnq .panel-body {min-height: 120px;}
.order-info-box address {font-style: italic;}

.sales-order-view .order-info {display: none;}

.newsletter-container {padding: 25px 30px; background-color: #EFEFEF;}
.newsletter-container .list-newsletters {list-style: none; margin: 0; padding: 0;}
.newsletter-container .list-newsletters li {font-size: 12px; padding: 20px; color: #989898; background-color: #FFF; margin-bottom: 20px;}
.newsletter-container .list-newsletters li strong {color: #333;}
.list-newsletters .checkbox-label {position: relative; margin-bottom: 1em;}
.list-newsletters .icheckbox {float: right;}
.list-newsletters .tool-tip {
    opacity: 0;
    position: absolute;
    right: 44px;
    background: #0C6;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    padding: 8px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.list-newsletters .tool-tip:after {
    content: "";
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #0C6;
    position: absolute; right: -5px; top: 11px;
}
#review-newsletter-unsubscription {font-size: 12px; padding: 20px; color: #989898; background-color: #FFF; margin-bottom: 20px;}
#review-newsletter-unsubscription h2 {font-size: 16px; font-weight: bold; color: #333; margin: 0 0 10px; }
#review-newsletter-unsubscription .reasons {
margin: 20px 0;
border-top: solid 1px #CCC;
border-bottom: solid 1px #CCC;
padding: 15px 0 0;
list-style: none;
}
#review-newsletter-unsubscription .reasons li {
    float: left;
    width: 32%;
    margin-bottom: 12px;
}

#review-newsletter-unsubscription .reasons label {
    font-weight: normal;
}
#review-newsletter-unsubscription textarea {margin-bottom: 1.5em;}

/* ======================================================================================= */





/* CART PAGE ============================================================================= */
.panel-mnqgold {background-color: #EFEFEF;}
.panel-mnqgold > .panel-heading {
    background: #DFA42D;
    background: -moz-linear-gradient(top, #e6ac39, #cd8d0a);
    background: -webkit-gradient(linear, left top, left bottom, from(#E6AC39), to(#CD8D0A));
    background: -webkit-linear-gradient(top, #E6AC39, #CD8D0A);
    background: -o-linear-gradient(top, #e6ac39, #cd8d0a);
    background: -ms-linear-gradient(top, #e6ac39, #cd8d0a);
    background: linear-gradient(top, #e6ac39, #cd8d0a);
}
.panel-mnqgold .panel-title {color: #fff; font-size: 12px; font-weight: bold;}

.checkoutheader {
    height: 65px;
    background: #EFEFEF;
    margin-bottom: 45px;
    margin: -30px -30px 40px;
    padding: 10px;
    position: relative;
}

.checkoutheader .btn-checkout {padding: 14px 14px;}

.cart .payment {padding: 35px 30px 0;}
.cart .payment p {margin-bottom: 10px;}
.cart .payment li {margin-bottom: 6px;}

.cart .shipping-comment {color: #D5981B; font-size: 13px; font-weight: bold;}

.cart h2 {font-size: 18px; font-weight: bold; color: #313131; margin-bottom: 15px; margin-top: 15px;}
.cart .totals {
    background: #fff; margin-top: 15px;
    padding: 10px 0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

#shopping-cart-totals-table {width: 100%; margin-bottom: 10px;}
#shopping-cart-totals-table tr td {border-bottom: 1px solid #EFEFEF; padding: 10px;}
.cart .checkout-types {margin: 0 10px;}
.cart .checkout-types .btn-checkout {padding: 8px 40px;}
#shopping-cart-totals-table .product-total {font-size: 18px;font-weight: bold;}
#shopping-cart-totals-table .product-savings {font-size: 13px;font-weight: bold;color: #D5981B;}

.cartitem {
    position: relative;
    padding: 10px;
    background: #FFF;
    margin-bottom: 4px;
    -moz-box-shadow: 0 1px 2px -1px #D3D3D3, 1px 2px 0 0 #E5E5E5, -1px 0 0 0 #E5E5E5;
    -webkit-box-shadow: 0 1px 2px -1px #D3D3D3, 1px 2px 0 0 #E5E5E5, -1px 0 0 0 #E5E5E5;
    box-shadow: 0 1px 2px -1px #D3D3D3, 1px 2px 0 0 #E5E5E5, -1px 0 0 0 #E5E5E5;
}

.cartitem .product-name {font-size: 18px; font-weight: bold; color: #333; margin: 15px 0 0; }
.cartitem .subname {font-size: 13px; color: #999;}
.cartitem hr {border-top: solid 1px #CCC; margin-bottom: 10px;}
.cart-price {font-size: 20px; color: #333;}
.cartitem .auto-removed {
background-color: #BEBEBE;
color: #FFF;
font-weight: bold;
padding: 4px;
font-size: 13px;
text-align: center;
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.cartitem .btn-remove {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 200;
}

.messages {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 80px;
    opacity: 1;

    -moz-transition: all 0.21s ease-in;
    -webkit-transition: all 0.21s ease-in;
    -o-transition: all 0.21s ease-in;
    transition: all 0.21s ease-in;
}

.messages .error-msg {
    background-color: #DC3022;
    line-height: 80px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    height: 80px;
    width: 100%;
}
.messages .error-msg ul {margin: 0; padding: 0;  display: inline-block;   padding-left: 40px; list-style: none; background: url(../images/achtung2.png) no-repeat center left;}
/* ======================================================================================= */


/* CHECKOUT PAGE ========================================================================= */
.checkout-onepage-index .navigation-links,
.checkout-onepage-index .mini-cart,
.checkout-onepage-index .container header > .row {display: none;}

.nav-mnqsteps {
    margin-top: 0.8em;
}

.nav-mnqsteps > li {
    padding: 0 0.3em;
}

.nav-mnqsteps > li > a {
    background-color: #D0D0D0;
    padding: 4px 15px;
    color: #fff;

}
.nav-mnqsteps > li > a:hover,
.nav-mnqsteps > li > a:focus {
    background-color: #D0D0D0;
}

.nav-mnqsteps > li.disabled > a,
.nav-mnqsteps > li.disabled > a:hover,
.nav-mnqsteps > li.disabled > a:focus {
    color: #E3E3E3;
    background-color: #D0D0D0;
}

.nav-mnqsteps > li.active > a,
.nav-mnqsteps > li.active > a:hover,
.nav-mnqsteps > li.active > a:focus {
    background: #fff;
    color: #666666;
}

.discount-form .input-box {float: left; position: relative; margin-top: 7px;}
.discount-form #coupon_submit { margin-top: 7px; }
.discount-form .over-spinner {position: absolute;   display: block; height: 37px;top: 1px;width: 170px;left: 1px; background: #d0d0d0 url(../images/spinner_white.gif) no-repeat center center;}
.discount-form .input-box input {border: 1px solid #CCC; border-right: none; padding: 9px; width: 170px; font-size: 12px; background-color: #FFF;}
.discount-form .buttons-set {float: left;}
.discount-form .buttons-set button {width: 35px; border-radius: 0 5px 5px 0; padding: 0; text-indent: 100%; overflow: hidden; white-space: nowrap;  height: 37px; border: solid 1px #CCC; border-left: none; background: #D89E21 url(../images/formular_plus_button.png) no-repeat 5px center; color: #FFF;}
.discount-form .buttons-set button.remove {background-color: #BEBEBE; border-color: #BEBEBE; background-position: -20px center; }
.discount-form .input-box input.invalid {border-color: #CB0008; color: #CB0008;}
.discount-form .buttons-set button.invalid {border-color: #F00;}
.discount-form #action-message {background-color: #CCC; margin-bottom: 10px; margin-right: -2px; padding: 4px 10px 5px; color: #FFF; clear: both; width: 171px;}

.discount-form .input-box-credit {float: left; position: relative; }
.discount-form .input-box-credit input {border: 1px solid #CCC; border-right: none; padding: 9px; width: 170px; font-size: 12px; background-color: #FFF;}
.discount-form .input-box-credit input.invalid {border-color: #CB0008; color: #CB0008;}
.discount-form .checkbox-credit * {cursor: pointer;}

.opc-page {position: relative;}
.opc-page #stickyhead {top: 0; left: 0;}
.opc-page #stickyhead.affix {position: fixed;}
.opc-page #stickyhead.affix .sticky-container {padding: 0 30px;}
#stickyhead.affix .checkoutheader {margin-top: 0;}

.category-products {position: relative; padding-top: 60px;}
.lp-login .category-products {padding-top: 135px;}
.category-products #stickyhead {position: absolute; top: 0; left:0; width: 100%;}
.category-products #stickyhead.affix{position: fixed;}

ul.opc {list-style: none; margin: 0; padding: 0;}
ul.opc .section {display: none;}
ul.opc .section.active {display: block;}
.custom-select select {width: 100%; border: 1px solid #CCC; padding: 7px 10px; background-color: #FFF;}
#checkout-step-billing .form-control {padding: 10px; font-size: 12px; border: 1px solid #CCC; background-color: #FFF; border-radius: 0; box-shadow:none;}
#checkout-step-billing select.form-control {padding: 0; padding-left: 10px;}
#checkout-step-billing .form-group{clear: both;}
#checkout-step-billing .form-group label {padding: 0; margin: 0; height: 30px; line-height: 30px;}
hr.split {border-bottom: solid 1px #CCC; margin-bottom: 20px;}
ul.opc .subtext {color: #989898;margin-bottom: 40px;}
ul.opc h3 {font-size: 14px; font-weight: bold; color: #313131; margin-bottom: 15px;}
#table-totals-checkout {width: 100%;}
#table-totals-checkout td {border-top: solid 1px #CCC; padding-bottom: 10px; padding-top: 10px;}
#table-totals-checkout tr.grand-total td,
#table-totals-checkout tr.subtotal td {border: none;}
#table-totals-checkout tr.grand-total .inner {background: #fff; padding: 10px 5px; margin: -10px -5px; border-radius: 5px; font-weight: bold;}
#table-totals-checkout td.discount-price { width: 30%; }
#table-totals-checkout td.discount-price:first-letter { margin-right: 2px; }

.review-order-content h2 {
font-size: 18px;
font-weight: bold;
color: #313131;
margin-bottom: 15px;
}
.review-order-content h1 {
font-size: 14px;
font-weight: bold;
color: #333;
margin-bottom: 20px;
margin-top: 40px;
}
.address-section .head {
font-weight: bold;
color: #323232;
padding-bottom: 10px;
margin-bottom: 15px;
margin-right: 40px;
border-bottom: solid 1px #CCC;
}

.address-section .change a {
    display: inline-block;
    margin-top: 10px;
    color: #D69D2A;
}

.review-order-content .product {
background: #FFF;
padding: 10px;
margin-bottom: 5px;
-moz-box-shadow: 2px 2px 3px -2px #666;
-webkit-box-shadow: 2px 2px 3px -2px #666;
box-shadow: 2px 2px 3px -2px #666;
}

.review-order-content .product .name {
font-size: 10px;
color: #B1B1B1;
}

.review-order-content .product .name strong {
font-size: 12px;
font-weight: bold;
color: #313131;
}

.review-order-content .product .price {
font-size: 14px;
font-weight: bold;
color: #313131;
}

.price {
    white-space: nowrap;
}

.paymentholder {
    margin-top: 15px;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paymentholder dl {margin: 0; padding: 0;}
.paymentholder dt {float: left; clear: left; width: 100%; font-weight: normal; font-size: 14px; color: #343434; padding: 15px 45% 15px 10px; border-bottom: 1px solid #EFEFEF;}
.paymentholder dd {float: right; width: 45%; text-align: right; margin-left: -45%; padding: 15px 10px 15px 0; font-size: 14px; color: #343434;}
.paymentholder dt .popup {text-decoration: none; font-size: 10px; color: #3E3E3E; display: block; margin-top: 5px;}
.paymentholder dt.total strong {font-size: 18px; font-weight: bold; display: block;}
.paymentholder dd.total {font-size: 18px; font-weight: bold;}
.paymentholder dt.total small {font-size: 10px;color: #ACACAC;}
.paymentholder dt.privacy {font-size: 10px; color: #ACACAC;}
.paymentholder dt.privacy a {color: #3E3E3E;}

.paymentholder .btnholder {padding: 10px;}
.paymentholder .btnholder .btn-mnqgrey {padding: 7px; width: 130px;}

.sp-methods dt {
    background-color: #F4F4F4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border: 1px solid #dbdbdb;
}
.sp-methods dt.checked {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
.sp-methods dt .iradio {margin-left: 10px; top: 8px; float: left;}
.sp-methods dt label {font-weight: bold; cursor: pointer; padding-left: 37px; display: block;}
.sp-methods dt label .img-label {float: right; margin-right: 8px;}
.sp-methods dt.checked,
.sp-methods dt:hover {}

.sp-methods dd fieldset,
.sp-methods #payment_form_paypal_standard {
    background-color: #fff; border: 1px solid #dbdbdb;
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 8px;
 }
.sp-methods dd ul {list-style: none; margin: 0; padding: 1em;}
.sp-methods .form-list li {margin-bottom: 10px;}
.sp-methods .cc-label {margin-top: 8px; white-space: nowrap;}
strong.online-bank-transfer {
    margin-bottom: 10px;
    display: block;
}
.succes-invite {border: 2px solid #ECECEC; border-radius: 5px;}
.succes-invite .inpage-title {margin: 15px 45px;}
.succes-invite .invite-steps {margin: 15px 45px;}
.list-buttons {list-style: none; margin: 0 0 15px; padding: 0;}
.list-buttons li {display: block; float: left; width: 33.33%; padding: 0 4px;}
.succes-invite .invite-step #email-form .tab-arrow {background-position: center 0;}
.succes-invite .invite-step #facebook-form .tab-arrow {background-position: center -12px;}
.succes-invite .invite-step #url-form .tab-arrow {background-position: center -24px;}
.succes-invite .link-continue {margin: 20px 45px; font-size: 11px;}
.succes-invite .link-continue a {color: #888; text-decoration: underline;}
.footer-invite {background-color: #ECECEC; margin: 0; padding: 10px 15px;}
.footer-invite a {text-decoration: underline; font-size: 11px; margin-left: 35px;}
.checkoutheader.succes {background-color: #5bc265; color: #fff;}
.checkoutheader.succes h1 {font-size: 12px; font-weight: bold; margin: 0;}
.checkoutheader .message-success {position: relative; padding-top: 5px;}
.checkoutheader .message-success h1 {font-size: 14px; font-weight: bold; margin: 0;}
.checkoutheader .message-success p {font-size: 14px; margin: 0;}
.checkoutheader .message-success span {position: absolute; top:-4px; left: -40px; font-size: 3em;}

/*learn more styile*/

#learn-more-block { padding: 1% 8%; }
#learn-more-block h1 { margin-top: 5px; }

/* ======================================================================================= */




/* Login ================================================================================= */
.mt15 {margin-top: 15px;}
.lp-login .container {background: transparent;}
.huge-check {
    height: 72px;
    background: url('../images/bigarrow.png') no-repeat center center;
    margin: 40px auto;
}
#success-screen .message {font-size: 14px;}
.login-form-container {
    font-size: 14px;
    backface-visibility: hidden;
    background-color: #FFFFFF;
    background-image: radial-gradient(circle, rgba(247, 247, 247, 0.96), rgba(247, 247, 247, 0.96) 50%, #F7F7F7);
    background-repeat: no-repeat;
    border-radius: 2px;
    box-shadow: 0 0 160px 0 rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.16);
    opacity: 1;
    padding: 20px;
    transition: all 0.1s linear 0s;
    margin: 170px auto 0;
    text-align: center;
    top: 45%;
    width: 340px;
}

.login-form-container .logo {margin: 20px auto 15px; }
.login-form-container .form-control {height: 40px;}
.login-form-container hr {margin: 0 auto 15px; width: 30%; border-color: #CCCCCC; }
.login-form-container p {font-size: 17px; line-height: 23px; margin-bottom: 1em; }
.login-footer {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(center top, transparent, rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(center top, transparent, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(center top, transparent, rgba(0, 0, 0, 0.4));
    background: linear-gradient(center top, transparent, rgba(0, 0, 0, 0.4));
    bottom: 0;
    padding: 20px 20px 10px;
    position: absolute;
    transition: opacity 3.5s ease 0s;
    width: 100%;
}
.lp-login .slides li img { display: none!important; }
.lp-login { position: absolute; width: 100%; min-height: 100%; }
.lp-login .btn-login {margin-bottom: 6px;}
.lp-login .btn-fb {margin: 6px 0;}
.forgot-text {margin-bottom: 15px;}

.lp-login .info-links a,
.lp-login .language a {
    color: #DDDDDD;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 1px 20px #000000;
    transition: all 0.1s linear 0s;
}
.lp-login .info-links li {padding: 0;}
.lp-login .info-links a:after {color: #888; content: " | ";	}
.lp-login .info-links li:last-child a:after {content: "";}

.lp-login .info-links a:hover,
.lp-login .language a:hover {
	color: #FFFFFF;
}

.lp-login .slides {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 1;
    position: absolute;
    top:0;
    z-index: -10;
    transition: all 1s ease 0s;
    width: 100%;
}
.lp-login .slides li {
    background-position: top center;
    background-size: cover;
    height: 100%;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 1.5s ease 0s;
    width: 100%;
    z-index: 50;
}
.lp-login .slides li img {width: 100%; display: none;}
.lp-login .slides li.active {
    opacity: 1;
}

.login-link {
	color: #444;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 30px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: all 0.1s linear 0s;
    margin-top: 7px;
    display: block;
}
.login-link:hover {
	color: #444;
	text-decoration: none;
}

.spinner {
    background: url(../images/spinner_2.gif) center center no-repeat;
    height: 120px;
    margin-bottom: 80px;
}

.msg {}
.msg-error {color: #C77626; margin-top: 15px;}

/* ======================================================================================= */



/* INVITE PAGE =========================================================================== */
.invite-container {margin: 20px -30px 0; padding: 30px; border-top: 1px solid #FAFAFA;}
.invite-container .invite-step #facebook-form .tab-arrow { background-position: center -24px; }
.border-r {border-right: solid 1px #EEE;}
.inpage-title {text-align: center; margin-bottom: 20px;}
.inpage-title h1 {line-height: 32px; font-size: 25px; color: #666; margin: 0;}
.title-bg {font-size: 12px; font-weight: bold; background: #EFEFEF; padding: 9px 10px;margin-bottom: 15px; margin-top: 0;}
.inpage-title h2 {color: #C68915; font-size: 18px; margin: 0;}
.invite-step {margin-bottom: 20px;}
.invite-step h3 { overflow: hidden; font-size: 18px; color: #666; line-height: 18px; margin-bottom: 10px;}
.invite-step h3 .bullet {float: left; background: #ECECEC; border-radius: 50em; width: 30px; height: 30px; line-height: 30px; text-align: center; margin-right: 10px; font-weight: bold; }
.invite-step h3 .bullet.smaller { font-size: 11px; letter-spacing: -1px; }
.invite-step h3 small { width: 92.5%; float: right; display: block; color: #666; font-size: 14px;}
.invite-step .tab-arrow {background: url(../images/sprite-invite.png) no-repeat top center; height: 12px; display: block;}
.invite-step #facebook-form .tab-arrow {background-position: center -12px;}
.invite-step #url-form .tab-arrow {background-position: center -24px;}
.invite-form textarea {margin-bottom: 7px;}
.invite-form .fb-container {width: 360px; margin: 10px auto 25px;}
.dismiss-invite-popup { color: #a8a2a8; text-align: right; cursor: pointer; text-decoration: underline; font-weight: bold; }
.dismiss-invite-popup:hover { text-decoration: none; }
#response .modal-dialog {margin-top: 15%; width: 480px;}
#response .modal-body {padding: 40px 50px;}
#response .response-success h3 {line-height: 24px; font-size: 22px; font-weight: bold; color: #666;}
#response .response-success p {margin-top: 15px;color: #9A9A9A;font-size: 18px;}

#customerInvitePopup .logo { margin: auto; }
#customerInvitePopup .footer-invite a { margin: 0; text-decoration: underline; color: #000; }
#customerInvitePopup .footer-invite a:hover { text-decoration: none; }

.invite-container .form-control,
#customerInvitePopup .form-control { cursor: text; }

.cloudsponge-btns a {float: left; overflow: hidden; white-space: nowrap; text-indent: 100%; display: block; background:url(../images/sprite-invite.png) no-repeat; margin-right: 10px; width: 32px; height: 32px;}
.cloudsponge-btns .btn-gmail {background-position: -32px -60px;}
.cloudsponge-btns .btn-email {background-position: -132px -60px;}
.cloudsponge-btns .btn-yahoo {background-position: 0 -60px;}
.cloudsponge-text {line-height: 32px; font-size: 11px;}
/* ======================================================================================= */

/* lazy loader ======================================================================== */
#lz-loader {
    visibility: hidden;
    text-align: center;
    margin: 60px 0;
}
#lz-loader.show {
    visibility: visible;
}
#lz-loader.hidden {
    display: none;
}
/* ======================================================================================= */



/* Responsive ============================================================================ */
@media (max-width: 1800px) {
    .lp-login .slides li img {
        height: 100%;
    }
}

@media (max-height: 620px) {
    .login-form-container {
        margin: 40px auto 0;
        position: relative;
        z-index: 9;
    }
}

@media screen and (max-width: 768px) {
    .shoop-footer .v-line {border-right: none; height: auto; border-bottom: 1px solid #CCC; margin-bottom: 30px; padding-bottom: 1em;}
    .default-footer .v-line {border-right: none; height: auto; border-bottom: 1px solid #CCC;}
    .default-footer {border-top: 1px solid #CCC;}

    .block-head h3 {border-bottom: 1px solid #969696; padding-bottom: 0.5em; margin-bottom: 0.5em;}
    .block-head .timer {border-left: none; padding-left: 27px; background-position: left center;}

    .lp-login .slides li img {width: auto; height: 100%;}

    #stickyhead.affix .sticky-container {width: 100%;}
    .border-r {border: none; border-top: solid 1px #EEE; margin-top: 20px; padding-top: 20px;}

    .mini-cart-content {width: 265px;}

    .cart-price {padding-top: 1.2em; display: inline-block;}


    /* Responsive table */
    table.responsive-table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table tfoot,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
        border: none;
    }
    .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .responsive-table tr {
        border-bottom: 1px solid #DDD;
        margin-bottom: 2em;
    }

    .responsive-table tr:before,
    .responsive-table tr:after {content: " ";display: table;}
    .responsive-table tr:after {clear: both;}

    .responsive-table tbody > tr > td,
    .responsive-table tfoot > tr > td {
        border: none;
        position: relative;
    }

    .responsive-table td:before {
        position: absolute;
        top: 9px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        font-weight: bold;
        white-space: nowrap;
    }



    /* Order tables*/
    #my-orders-table .table-price,
    #my-orders-table .table-sku {
        display: none;
    }

    #my-orders-table .table-qty {
        float: left;
    }

    #my-orders-table .table-subtotal {
        float: right;
    }
    #my-orders-table tfoot td {padding: 0 20px;}
    #my-orders-table .cart-price {padding: 0;}

    #my-orders-table-history .table-button {text-align: left !important;}
    #my-orders-table-history td {padding-left: 40%;}
    #my-orders-table-history td.table-orderid:before { content: "Order No."; }
    #my-orders-table-history td.table-date:before { content: "Date"; }
    #my-orders-table-history td.table-ship:before { content: "Ship to"; }
    #my-orders-table-history td.table-total:before { content: "Order Total"; }
    #my-orders-table-history td.table-status:before { content: "Order Status"; }


}

/* ======================================================================================= */

tr.returns td.product-name strong {
    display: block;
}

ul.refund-options {
    list-style: none;
    padding-bottom: 20px;
}

ul.refund-options li {
    display: inline;
    padding-right: 150px;
}

div.refund-buttons {
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 20px;
}

div.refund-buttons input.btn {
    margin-right: 20px;
}

/***** Faqs **********/
.faqs-index-index  .navigation h1 {
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.faqs-index-index .navigation ul {
    padding: 0; margin: 0;
}
.faqs-index-index .navigation ul li {
    display: inline;
    padding-right: 20px;
    font-weight: bold;
    font-size: 12px;
}
.faqs-index-index .navigation a {
    color: #9a9a9a;
}
.faqs-index-index .navigation a.current {
    color: #DFA42D;
}
.faqs-index-index .questions-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.faqs-index-index .questions-list .question {
    font-weight: bold;
}

.faqs-index-index .questions-list li {
    margin-bottom: 20px;
}


/* Tracking fixes ======================================== */

iframe[name="google_conversion_frame"] {
    display: none;
}

/* ======================================================= */

/* ================== RESPONSIVE LOGIN =================== */

@media (max-width: 767px) {
    body {
        background: #ffffff;
    }

    body.mobile {
        overflow: hidden;
    }

    body.mobile .lp-login > .container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #deck.slides {
        display: none;
    }

    body .login-form-container {
        background: #ffffff;
        border-radius: 2px;
        box-shadow: none;
        width: 320px;
    }

    body.mobile .login-form-container {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        z-index: 900;
        background: #ffffff;
        border-radius: 2px;
        box-shadow: none;
        width: 320px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: transform 0.1s linear 0s;
    }
}

/* ======================================================= */