html,
body {
  border: 0;
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* -webkit-font-smoothing: antialiased; */
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
.spacer {
  margin-top: 30px;
}
.spacer-2 {
  margin-top: 20px;
}
.spacer-3 {
  margin-top: 60px;
}
.spacer-4 {
  margin-top: 15px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.error {
  color: #ff0000;
  font-weight: 400;
  font-size: 9px;
  font-size: 0.9rem;
}
/* @green-main: #339966; */
/* 80% black */
body {
  padding-top: 114px;
  color: #6b6b6b;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
a {
  text-decoration: none;
  outline: none !important;
}
a:hover {
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.navbar-default .navbar-toggle {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-color: #E94F35;
  border: 0px;
}
#main-nav-collapse-mobile,
#main-nav-collapse {
  /* display:none; */
}
.for-desktops,
.for-mobiles {
  /* display:none; */
}
.for-mobiles.navbar-header {
  padding-left: 0px;
  padding-right: 0px;
}
.for-mobiles {
  margin: 0 -15px;
  padding: 0 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#main-nav-collapse-mobile {
  border-color: #e7e7e7;
  height: auto;
  position: relative;
  z-index: 1000;
}
.for-mobiles.in {
  overflow-y: auto;
}
.notice {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #bc976e;
  color: #fff;
  text-align: center;
}
.notice-bold {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.notice-regular {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}
.cxName {
  margin-right: 15px;
  color: #189aa7;
}
.for-mobiles .navbar-toggle {
  margin-right: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #189aa7;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}
.navbar {
  background: #fff;
}
.navbar-default {
  border: 0px;
}
.navbar-text {
  margin-top: 30px;
}
.mailto {
  color: #666666;
}
.tel-no {
  color: #666666 !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
.cart-icon,
.sign-in-up {
  font-size: 17px;
  font-size: 1.7rem;
}
/* overlay becomes visible when a field is opened */
.hp-overlay,
.recent-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
  z-index: 10;
}
/*
#trigger:hover ~ #bg {
    background: #EE0;
}
*/
.hp-overlay.open,
.recent-overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.main-top-nav {
  background: #fff;
}
.for-desktops .mobileSCtext {
  display: none;
}
.main-top-nav .nav,
.main-top-nav .collapse,
.main-top-nav .dropup,
.main-top-nav .dropdown {
  position: static;
}
.main-top-nav {
  margin-top: 10px;
}
.main-top-nav li a {
  padding: 10px 10px;
}
.main-top-nav .container {
  position: relative;
}
.main-top-nav .dropdown-menu {
  left: auto;
  border: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  z-index: 2;
  padding: 5px 0px 0 0px;
}
.main-top-nav .main-top-nav-content {
  /* padding: 20px 30px;
    background: #f4f3ee;
    */
  padding: 20px 0px;
}
.container .main-top-nav-content {
  background: #f4f3ee;
}
.main-top-nav .main-top-nav-content .nav-thumb-link {
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-top-nav .main-top-nav-content .nav-thumb-link:hover .nav-thumb-text {
  color: #E94F35;
}
.main-top-nav .main-top-nav-content .nav-thumb-link.active .nav-thumb-text {
  color: #E94F35;
}
.main-top-nav .main-top-nav-content .nav-thumb {
  width: 46px;
  height: 25px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: left;
}
.main-top-nav .main-top-nav-content .nav-thumb-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #666;
  line-height: 25px;
  float: left;
  margin-left: 5px;
  /* margin-top:10px; text-transform: uppercase; */
}
#all-products-thumb {
  background: url("../../images/topnav-solutions-all.png");
  background-position: 0 0;
}
.main-top-nav .main-top-nav-content .nav-thumb-link:hover #all-products-thumb {
  background-position: 0 25px;
}
.main-top-nav .main-top-nav-content .nav-thumb-link.active #all-products-thumb {
  background-position: 0 25px;
}
#living-thumb {
  background: url("../../images/topnav-solutions-living.png");
  background-position: 0 0;
}
.main-top-nav .main-top-nav-content .nav-thumb-link:hover #living-thumb {
  background-position: 0 25px;
}
.main-top-nav .main-top-nav-content .nav-thumb-link.active #living-thumb {
  background-position: 0 25px;
}
#kitchen-thumb {
  background: url("../../images/topnav-solutions-kitchen.png");
  background-position: 0 0;
}
.main-top-nav .main-top-nav-content .nav-thumb-link:hover #kitchen-thumb {
  background-position: 0 25px;
}
.main-top-nav .main-top-nav-content .nav-thumb-link.active #kitchen-thumb {
  background-position: 0 25px;
}
#dining-thumb {
  background: url("../../images/topnav-solutions-dining.png");
  background-position: 0 0;
}
.main-top-nav .main-top-nav-content .nav-thumb-link:hover #dining-thumb {
  background-position: 0 25px;
}
.main-top-nav .main-top-nav-content .nav-thumb-link.active #dining-thumb {
  background-position: 0 25px;
}
#bedroom-thumb {
  background: url("../../images/topnav-solutions-bedroom.png");
  background-position: 0 0;
}
.main-top-nav .main-top-nav-content .nav-thumb-link:hover #bedroom-thumb {
  background-position: 0 25px;
}
.main-top-nav .main-top-nav-content .nav-thumb-link.active #bedroom-thumb {
  background-position: 0 25px;
}
.breadcrumb {
  margin-top: 0px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: #f4f3ee;
}
.breadcrumb a {
  color: #666666;
}
.breadcrumb li.active {
  color: #E94F35;
}
/*
#bath-thumb {
    background:url("../../images/topnav-solutions-bath.png");
    background-position:0 0;
}


.main-top-nav .main-top-nav-content .nav-thumb-link:hover #bath-thumb {
    background-position:0 60px;
}
*/
#others-thumb {
  background: url("../../images/topnav-solutions-others.png");
  background-position: 0 0;
}
.main-top-nav .main-top-nav-content .nav-thumb-link:hover #others-thumb {
  background-position: 0 25px;
}
.main-top-nav .dropdown.main-top-nav-fw {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 15px;
}
.main-top-nav .dropdown.main-top-nav-fw > a:hover {
  background: #E94F35;
  color: #fff;
  /* .transition(all 0.3s linear); */
}
.main-top-nav .dropdown.main-top-nav-fw > a:active {
  color: #E94F35;
}
.main-top-nav .dropdown.main-top-nav-fw.open > a {
  background: #E94F35;
  color: #fff;
  /* .transition(all 0.3s linear); */
  position: relative;
}
.main-top-nav .dropdown.main-top-nav-fw.open > a:after {
  z-index: 3;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 12px #E94F35;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-top-nav .dropdown.main-top-nav-fw a {
  color: #666666;
}
.main-top-nav .dropdown.main-top-nav-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/* Apartments dropdoen */
.form-apt-submit {
  background: #E94F35;
  border: 0 none;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
}
.form-apt {
  background: #ffffff;
  border: 0 none;
  border: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  width: 100%;
}
#apartments-form .typeahead {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  top: 30px !important;
  left: 16px !important;
  right: auto !important;
}
.navbar-text.navbar-right {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.contact-icons a {
  padding: 0 13px;
}
.contact-icons a:last-child {
  padding-right: 0px;
}
.main-top-nav-right .main-top-nav-right-link {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  margin-right: 5px;
  position: relative;
  z-index: 11;
}
.main-top-nav-right .main-top-nav-right-link:last-child {
  margin-right: 15px;
}
.main-top-nav-right .main-top-nav-right-link .dropdown-menu {
  min-width: 320px;
  width: 100%;
  background: #f4f3ee;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 0 15px;
  max-height: 505px;
  overflow-y: auto;
}
.main-top-nav-right .main-top-nav-right-link.open > a:after {
  z-index: 3;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -8px;
  content: '';
  width: 0;
  height: 0;
  border-bottom: solid 8px #f4f3ee;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.main-top-nav-right .main-top-nav-right-link.open > a {
  background: none;
  color: #fff;
}
.main-top-nav-right .main-top-nav-right-link.open > a:hover,
.main-top-nav-right .main-top-nav-right-link.open > a:focus,
.main-top-nav-right .main-top-nav-right-link.open > a:active {
  background: none;
}
.main-top-nav-right .main-top-nav-right-link a {
  color: #E94F35 !important;
}
.main-top-nav-right .main-top-nav-right-link .divider {
  margin: 0px;
}
.main-top-nav-right .main-top-nav-right-link > a:hover {
  color: #003729;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-top-nav .dropdown.main-top-nav-fw > a:active {
  color: #E94F35;
}
/* Search bar */
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  /*   background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;*/
  margin-bottom: 0px;
}
.search-form {
  margin-top: 2px;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.search-form .form-group span.form-control-search-term {
  position: absolute;
  top: 2px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #E94F35;
  left: initial;
  font-size: 18px;
}
.search-list .dropdown-menu {
  position: absolute;
  right: -41px;
}
.typeahead {
  left: auto !important;
  top: 39px !important;
}
.typeahead li.active a {
  background: none;
}
.typeahead li a:hover {
  background: none !important;
}
/* Cart */
.cart-count-wrapper {
  visibility: hidden;
}
.cart-count-wrapper.active {
  visibility: visible;
}
.cart-image {
  margin-top: -3px;
  margin-right: 0px;
  margin-left: 20px;
}
.cart-list,
.recent-list {
  width: 100%;
}
.cart-list.see-more {
  text-align: right;
}
.cart-list a {
  color: #E94F35;
  font-weight: 400 !important;
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 0px !important;
}
.cart-list.place-order {
  padding-bottom: 15px;
  padding-top: 10px;
}
.cart-item,
.recent-item {
  font-size: 18px;
  font-size: 1.8rem;
  color: #858483;
  padding: 10px 0px;
  width: 100%;
}
.cart-item i.fa,
.recent-item i.fa {
  color: #E94F35;
  margin-left: 10px;
}
.cart-item-image,
.recent-item-image {
  padding: 15px 15px 15px 0;
}
.cart-item-name,
.cart-item-cost,
.cart-item-final-text,
.cart-item-final-cost,
.cart-item-final-text-like,
.cart-item-final-cost-like,
.recent-item-name,
.recent-item-final-text,
.recent-item-final-cost,
.recent-item-cost {
  color: #858483;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 15px;
}
.cart-item-size,
.recent-item-size {
  margin-top: 5px;
  color: #858483;
  font-size: 12px;
  font-size: 1.2rem;
}
.cart-item-cost {
  text-align: right;
  margin-top: 0px;
  padding-top: 10px;
}
.cart-actions,
.recent-actions {
  margin: 5px 0 10px 0;
  height: 25px;
}
.cart-actions div,
.recent-actions div {
  /* width:25px;
    height:25px;*/
  font-size: 16px;
  font-size: 1.6rem;
  color: #858483;
  margin-right: 10px;
  border: 0px solid #858483;
  /* line-height: 25px; */
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-actions div:hover {
  /*color:#f4f3ee;
    background: @grey-cart;*/
}
.cart-actions div:last-child {
  margin-right: 0px;
}
.cart-item-edit img {
  margin-right: 5px;
}
.cart-item-remove {
  margin-right: 0px !important;
}
.cart-item-final-text,
.cart-item-final-cost {
  padding: 5px 0;
}
.cart-order-btn {
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #189aa7;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-order-btn:hover {
  background: #189aa7;
  color: #ffffff;
}
.cart-item-image-like {
  padding: 0 15px 10px 0;
}
.cart-item-name-like {
  color: #858483;
  font-size: 16px;
  font-size: 1.6rem;
}
.cart-item-size-like {
  margin-top: 5px;
  color: #858483;
  font-size: 12px;
  font-size: 1.2rem;
}
.cart-item-cost-like {
  text-align: right;
  margin-top: 25px;
}
.cart-item-final-text-like,
.cart-item-final-cost-like {
  padding: 5px 0;
}
.cart-item-add {
  text-align: right;
}
.cart-item-add .fa {
  width: 25px;
  height: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #858483;
  margin-left: 10px;
  border: 1px solid #858483;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-item-add .fa:hover {
  color: #f4f3ee;
  background: #858483;
}
/* Login Signup */
/*
.navbar-default .main-top-nav-right > .active > a {
  background: none;
}
.login-signup-image {
  margin-top: -3px;
}
.login-signup .dropdown-menu {
  min-width: 295px !important;
}
.login-signup-list .nav-tabs li.active > a {
  background: #cccccc;
  color: #666666 !important;
}
.login-signup-list .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #666666 !important;
}
.login-signup-list .nav-tabs li {
  color: #E94F35;
  font-weight: 400;
  text-transform: uppercase;
}
.login-signup-title {
  font-family: "Roboto";
  font-weight: 400;
  text-transform: none;
  margin-top: 10px;
  margin-left: 7px;
  font-size: 16px;
  font-size: 1.6rem;
}
.login-wrapper {
  height: 360px;
}
.signup-wrapper {
  height: 360px;
}
.social-login {
  width: 253px;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
}
.social-login:last-child {
  margin-bottom: 10px;
}
.login-or-spacer {
  width: 253px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto;
  text-transform: lowercase;
}
.email-login,
.email-login-misc,
.email-signup-misc {
  width: 253px;
  margin: 0 auto;
}
.email-login .email-login-input {
  width: 253px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 5px;
  margin: 0 auto;
  margin-top: 10px;
}
.email-login .email-login-input:first-child {
  margin-top: 0px;
}
.email-login-misc {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #dfdfdf solid;
  margin-bottom: 10px;
}
.email-login-misc label {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
  font-weight: 400;
  text-transform: none;
}
.forgot a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
  padding-right: 0px !important;
  color: #ff5a5f !important;
}
.login-signup-submit {
  width: 253px;
  height: 40px;
  line-height: 40px;
  border: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background: #E94F35;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.login-signup-submit:hover {
  background: #287453;
  color: #ffffff;
}
.email-signup {
  width: 253px;
  margin: 0 auto;
}
.email-signup .email-signup-input {
  width: 253px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 5px;
  margin: 0 auto;
  margin-top: 10px;
}
.email-signup-misc {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #dfdfdf solid;
  margin-bottom: 10px;
}
.email-signup-misc label {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
  font-weight: 400;
  text-transform: none;
}
.sign-up-cta-text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}
.sign-up-cta,
.login-cta {
  cursor: pointer;
  color: #E94F35;
}
.signup-wrapper {
  display: none;
}
#signup-submit {
  margin-top: 10px;
  margin-bottom: 5px;
}
*/
/* Recently viewed */
.recently-viewed-icon {
  width: 45px;
  height: 30px;
  background: #666666;
  /* .border-radius(30px 0px 0px 30px); */
  position: fixed;
  right: 0px;
  bottom: 30px;
  z-index: 1000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.recently-viewed-text {
  font-size: 1px;
  font-size: 0.1rem;
  color: #ffffff;
  margin-left: 10px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.recently-viewed-icon i {
  transform: scale(1, 1.15);
  margin-left: 15px;
}
.recently-viewed-icon:hover {
  background: #E94F35;
  width: 165px;
}
.recently-viewed-icon:hover .recently-viewed-text {
  opacity: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
#recent_view {
  width: 320px;
  height: 70%;
  position: fixed;
  background: #fff;
  bottom: 0px;
  right: 0px;
  z-index: 1101;
  -webkit-box-shadow: 2px -2px 15px 0px rgba(102, 102, 102, 0.7);
  -moz-box-shadow: 2px -2px 15px 0px rgba(102, 102, 102, 0.7);
  box-shadow: 2px -2px 15px 0px rgba(102, 102, 102, 0.7);
  display: none;
}
.recent-overlay {
  z-index: 1100 !important;
}
.recent-inner {
  width: 300px;
  margin: 0 auto;
  list-style-type: none;
  height: 100%;
  overflow-y: auto;
}
.recent-list {
  margin-top: 0px;
}
.recent-item {
  font-weight: 400;
  padding-left: 15px;
}
.recent-item-image {
  padding-left: 15px;
}
.recent-item-name,
.recent-item-cost {
  font-weight: 400;
}
.recent-item-size {
  font-weight: 400;
  margin-top: 2px !important;
}
.recent-item-cost {
  text-align: right;
  margin-top: 0px;
  font-weight: 400;
}
.recent-item-remove {
  text-align: right;
  margin-bottom: 7px;
  margin-top: 10px;
  cursor: pointer;
}
.recent-actions div:hover {
  color: #f4f3ee;
  background: #858483;
}
.recent-item-final-text,
.recent-item-final-cost {
  padding: 5px 0;
}
/* footer */
footer .footer-1 {
  background: #e4e3e3;
  padding-top: 30px;
}
footer .footer-1 > .container > .row {
  border-bottom: 1px solid #cdcccc;
}
footer .footer-2 {
  background: #e4e3e3;
}
footer .footer-4 {
  background: #e4e3e3;
}
.footer-1-title h1 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 400;
  color: #E94F35;
  text-transform: uppercase;
}
.footer-1-details {
  text-align: center;
}
.footer-1-details h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  color: #E94F35;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-2-details {
  padding-bottom: 30px;
}
.footer-2-details .locations-list {
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 5px;
}
.footer-2-details .locations-list a {
  font-weight: 400;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-2-details .locations-list a:hover {
  color: #000;
}
.footer-2-details h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-2-details p a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-2-details p a:hover {
  color: #000;
}
.footer-2-details:last-child {
  padding-bottom: 60px;
}
.footer-3-details {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.footer-3-details a {
  color: #000;
  margin: 0 5px;
}
.footer-4-details {
  height: 60px;
  line-height: 60px;
  text-align: left;
  font-size: 10px;
  font-size: 1rem;
  color: #000;
}
.footer-4-details2 {
  height: 60px;
  line-height: 60px;
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  color: #000;
}
.footer-4-details2 a {
  color: #000;
  padding: 0 10px;
  border-right: 1px solid #000;
}
.footer-4-details2 a:last-child {
  border-right: 0px solid #000;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1024px) {
  .main-top-nav .main-top-nav-content .nav-thumb-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .footer-2-details {
    text-align: left;
  }
  .main-top-nav .main-top-nav-content .nav-thumb {
    float: none;
  }
  .main-top-nav .main-top-nav-content .nav-thumb-text {
    line-height: 40px;
    float: none;
    margin-left: 0px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main-top-nav-right .main-top-nav-right-link {
    margin-right: 0px;
  }
  .main-top-nav .dropdown.main-top-nav-fw {
    margin-right: 0px;
  }
  .footer-2-details {
    padding-top: 25px;
  }
  .main-top-nav .main-top-nav-content .nav-thumb {
    float: none;
  }
  .main-top-nav .main-top-nav-content .nav-thumb-text {
    line-height: 40px;
    float: none;
    margin-left: 0px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .main-top-nav-right li a {
    padding-right: 5px;
    text-align: right;
  }
  .search-form .form-group span.form-control-search-term {
    right: 15px;
  }
  .main-top-nav-right .main-top-nav-right-link.search-icon {
    z-index: 15;
  }
  .footer-2-details {
    text-align: left;
  }
  .footer-4-details,
  .footer-4-details2 {
    text-align: left;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body {
    padding-top: 105px;
  }
  .notice-wrapper {
    display: none;
  }
  .navbar-brand {
    max-width: 220px;
  }
  .navbar-text {
    margin-top: 10px;
  }
  .main-top-nav .main-top-nav-content .nav-thumb {
    float: none;
  }
  .main-top-nav .main-top-nav-content .nav-thumb-text {
    line-height: 40px;
    float: none;
    margin-left: 0px;
  }
  .for-desktops .mobileSCtext {
    display: block;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
  }
  .search-form .form-group {
    width: 100%;
    border: 1px solid #ccc;
  }
  .login-signup-image {
    padding-right: 20px;
  }
  .main-top-nav-right .main-top-nav-right-link .dropdown-menu {
    width: 99%;
  }
  #recent_view {
    height: 90%;
  }
  .main-top-nav-right .main-top-nav-right-link:last-child {
    margin-right: 0px;
  }
  .main-top-nav-right li a {
    padding-right: 5px;
    text-align: right;
  }
  .search-form .form-group span.form-control-search-term {
    right: 15px;
  }
  /*
    .login-signup-image {
        margin-right:15px;
    }
    */
  .main-top-nav-right .main-top-nav-right-link.search-icon {
    z-index: 15;
  }
  .navbar-fixed-top {
    /* height:100%; */
  }
  .typeahead li a {
    text-align: left;
  }
  .navbar-collapse {
    max-height: 420px;
  }
  #search-mobile-row {
    padding: 10px 15px;
  }
  #search-mobile-text {
    padding-right: 15px;
    color: #777;
  }
  .search-mobile-button {
    margin-left: 10px;
  }
  #login-signup-mobile {
    width: 100%;
  }
  #login-signup-mobile li {
    width: 50%;
  }
  #login-signup-mobile li > a {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    margin-right: 0px;
    margin-bottom: 10px;
    background: transparent;
  }
  #login-signup-mobile li.active > a {
    color: #E94F35;
  }
  .footer-2-details {
    text-align: center;
  }
  .footer-4-details,
  .footer-4-details2 {
    text-align: center;
  }
  .form-apt {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-apt-submit {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Custom, iPhone Retina */
.checkout.container {
  margin-top: 60px;
}
/* checkout page 1 styles */
.page1-sep {
  height: 1px;
  background: #dfdfdf;
  width: 100%;
}
.page1-rb {
  border-right: 1px #dfdfdf solid;
}
.checkoutpagetitle {
  font-size: 24px;
  font-size: 2.4rem;
  color: #6b6b6b;
  letter-spacing: 1px;
    margin-top:30px;
}
.checkouttitles {
  margin-bottom: 20px;
}
.listing-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #6b6b6b;
  margin: 20px 0;
}
.listing-outstanding {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #6b6b6b;
  margin: 20px 0;
}
.listing-title.desktop2 {
  display: none;
}
.checkout-image-wrapper {
  width: 100%;
}
.checkout-image-wrapper img {
  width: 100%;
}
.actions-wrapper {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 20px 0;
}
.actions-wrapper .fa {
  font-size: 20px;
  font-size: 2rem;
  float: left;
}
.actions {
  cursor: pointer;
}
.actions-text {
  font-size: 11px;
  font-size: 1.1rem;
  color: #6b6b6b;
  float: left;
  margin-left: 5px;
}
.product-details-title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
}
.product-details-color-title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  margin: 20px 0;
}
.prod-det-out {
  margin-bottom: 0px;
}
.colors-wrapper {
  width: 27px;
  height: 24px;
  float: left;
  margin-right: 5px;
}
.coupon-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #E94F35;
  margin: 20px 0 5px 0;
}
.coupon {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.checkoutpage1btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background: #E5A22A;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: none;
}
.checkoutpage1btn:hover {
  background: #E5A22A;
}
.relatedItemsCard {
  width: 272px;
  margin: 0 auto;
}
.relatedItemsTitle {
  margin-top: 30px;
}
.relatedTitle {
  font-size: 21px;
  font-size: 2.1rem;
  color: #666666;
  text-align: center;
}
#relatedItemscarousel {
  margin: 30px 0;
}
.relatedItemsImage {
  text-align: center;
  margin: 0 auto;
}
.relatedItemsCard.slick-slide img {
  display: inline;
}
.relatedItemsName {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  text-align: center;
  margin: 5px 0 10px 0;
}
.relatedItemsPrice {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  text-align: center;
}
.page1car-wrap {
  /* background: #f4f3ee;
    padding:20px 0;
    margin:30px 0;*/
  padding: 50px 0;
}
.relatedItemsWrapper {
  margin-top: 30px;
}
.relatedItemsWrapper .left-arrow,
.relatedItemsWrapper .right-arrow {
  background: rgba(255, 255, 255, 0.65);
  color: #666666;
  cursor: pointer;
  font-size: 40px;
  font-size: 4rem;
  height: 286px;
  line-height: 286px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s linear 0s;
  width: 50px;
  z-index: 100;
}
.relatedItemsWrapper .right-arrow {
  position: absolute;
  right: 0px;
}
/* end checkout page 1 styles */
/* Begin checkout page 2 styles */
.oldmember,
.newmember {
  cursor: pointer;
}
.part1 {
  display: block;
}
.part2 {
  display: none;
}
.part3 {
  display: none;
}
.page2wrapper {
  
  border: 1px #dfdfdf solid;
  padding-bottom: 35px;
  background: #f4f3ee;
  margin-top: 30px;
}
.page2options {
  list-style-type: none;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"] + label span.outer-span {
  /*background-color: #292321;*/
  /*margin:2px;*/
  border: 1px #E94F35 solid;
  margin-right: 10px;
}
input[type="radio"]:checked + label span.inner-span {
  background-color: #E94F35;
  width: 13px;
  height: 13px;
  margin-top: -11px;
  margin-left: 2px;
}
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  /*  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;*/
}
.radio-wrapper {
  padding: 30px 25px;
  padding-top:0;
  border-bottom: 1px #dfdfdf solid;
}
.radio-wrapper:last-child {
  padding-bottom: 0px;
  border: 0px;
}
.checkoutpage2-label1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #E94F35;
  cursor: pointer;
}
.label-title {
  color: #6b6b6b;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 29px;
}
.label-desc {
  color: #6b6b6b;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 29px;
}
.areaItemsCard {
  width: 272px;
  margin: 0 auto;
}
.areaItemsTitle {
  margin-top: 30px;
}
.areaTitle {
  font-size: 21px;
  font-size: 2.1rem;
  color: #E94F35;
  text-align: center;
}
#areacarousel {
  margin: 30px 0;
}
.areaItemsImage {
  text-align: center;
  margin: 0 auto;
}
.areaItemsCard.slick-slide img {
  display: inline;
}
.areaItemsName {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  text-align: center;
  margin: 5px 0 10px 0;
}
.areaItemsPrice {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  text-align: center;
}
.areaCarouselWrapper {
  margin-top: 30px;
}
.page2car-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.areaCarouselWrapper .left-arrow,
.areaCarouselWrapper .right-arrow {
  background: rgba(255, 255, 255, 0.65);
  color: #666666;
  cursor: pointer;
  font-size: 40px;
  font-size: 4rem;
  height: 127px;
  line-height: 127px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s linear 0s;
  width: 50px;
  z-index: 100;
}
.areaCarouselWrapper .right-arrow {
  position: absolute;
  right: 0px;
}
.label-title2 {
  color: #E94F35;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 0px;
    text-align: center;
}
.label-desc2 {
  color: #6b6b6b;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 29px;
}
.inputfield {
  width: 100%;
}
.inputfield-submit {
  width: 150px;
  margin: 0 auto;
}
.login-email {
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  margin: 10px auto 0;
  padding: 0 5px;
  width: 100%;
}
.login-submit {
  background: #E5A22A;
  border: 0 none;
  color: #ffffff;
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  margin: 10px auto;
  text-align: center;
  transition: all 0.3s linear 0s;
  width: 150px;
}
.login-submit:hover {
  background: #E5A22A;
}
.otheraccounts-title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.otheraccounts-title2 {
  color: #E94F35;
  cursor: pointer;
}
/* part 3 styles */
.label-title3 {
  color: #E94F35;
  font-size: 16px;
  font-size: 1.6rem;
    text-align: center;
}
.label-desc3 {
  color: #6b6b6b;
  font-size: 14px;
  font-size: 1.4rem;
}
.signup-text-wrapper {
  width: 100%;
  height: 30px;
  margin: 25px 0;
}
.signup-checkout {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
}
.checkout-go-back {
  background: #fff ;
  border: 0 none;
  color: #E94F35;
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s linear 0s;
  padding: 0 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.radio-text {
  font-size: 12px;
  font-size: 1.2rem;
}
.checkout-continue {
  background: #E5A22A;
  border: 0 none;
  color: #fff;
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s linear 0s;
  width: 150px;
  padding: 0 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout-continue:hover {
  background: #E5A22A;
}
/* end part 3 styles */
/* End checkout page 2 styles */
/* Common styles for page 3,4,5 */
.checkout.order-summary {
  width: 100%;
  height: 130px;
  background: #f4f3ee;
  line-height: 130px;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 30px;
  position: relative;
}
.order-summary-steps li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #E94F35;
  margin: 0 80px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
.order-summary-steps li {
  background: #E94F35;
  color: #ffffff;
}
.order-summary-steps li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -162px;
  width: 160px;
  height: 1px;
  background: #c3c2be;
  z-index: 10;
}
.order-summary-steps li:first-child::before {
  display: none;
}
.order-summary-steps.active {
  background: #E94F35;
}
.order-summary-steps .active ~ li {
  background: #ffffff;
  color: #E94F35;
}
.order-summary-steps .active ~ li::before {
  background: #c3c2be;
}
.step-name {
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  top: 35px;
  text-align: center;
}
.step1 {
  width: 110px;
  left: -35px;
}
.step2 {
  width: 110px;
  left: -35px;
}
.step3 {
  width: 110px;
  left: -35px;
}
/* End common styles for page 3,4,5 */
/* Begin checkout page 3 styles */
.add-wrapper {
  margin-top: 50px;
}
.page3-address-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #E94F35;
}
.page3-address-body {
  font-size: 15px;
  color: #6b6b6b;
  margin-top: 5px;
}
.no-ship {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  margin-top: 30px;
}
.use-ship {
  font-size: 14px;
  font-size: 1.4rem;
  color: #E94F35;
  margin-top: 30px;
}
.add-edit {
  width: 75px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  cursor: pointer;
  background: #666666;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.ship-edit {
  margin-left: 20px;
}
.add-edit:hover {
  background: #4d4d4d;
}
.summary-tenpercent {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
}
.summary-amt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
}
.amt2 {
  margin-top: 5px;
}
.summary-due {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
}
.summary-due2 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #6b6b6b;
}
.amt3 {
  margin-top: 15px;
  border-top: 1px #dfdfdf solid;
  padding-top: 10px;
}
.summary-total {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  border-top: 1px #dfdfdf solid;
  padding-top: 10px;
}
.add-wrapper2 {
  margin-bottom: 100px;
}
.page3-sep {
  height: 1px;
  background: #dfdfdf;
  width: 100%;
}
.page3-sep {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* End checkout page 3 styles */
/* Begin checkout page 4 styles */
.order.listing-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #6b6b6b;
  margin-bottom: 0px;
}
.order.listing-title2 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  margin: 15px 0;
}
.order.address-body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  color: #6b6b6b;
  margin-bottom: 20px;
}
.order.listing-title3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  margin-bottom: 5px;
}
.order-right {
  text-align: right;
}
.order.listing-title4 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  margin-bottom: 5px;
  margin-top: 30px;
}
.order.listing-due {
  font-size: 12px;
  font-size: 1.2rem;
  color: #6b6b6b;
  margin-bottom: 5px;
}
.order.checkout-go-back {
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.order.checkout-continue {
  padding: 0 25px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 79%;
}
.submit-wrapper {
  margin-bottom: 200px;
}
/* End checkout page 4 styles */
/* Begin checkout page 4 styles */
.checkoutpagetitle2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.page5-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #6b6b6b;
}
.page5-prod-name {
  font-size: 20px;
  font-size: 2rem;
  color: #6b6b6b;
  margin-top: 5px;
}
.page5-prod-desc {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  margin-top: 5px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px #dfdfdf solid;
}
.delivery.page5-title {
  margin-top: 30px;
}
.delivery.page5-prod-desc {
  padding-bottom: 0px;
  border-bottom: 0px #dfdfdf solid;
}
.delivery.page5-prod-desc.last {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px #dfdfdf solid;
  margin-bottom: 30px;
}
.order.questions {
  font-size: 26px;
  font-size: 2.6rem;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.questions.page5-prod-desc {
  border-bottom: 0px;
  margin-bottom: 200px;
}
.finish.checkout-continue {
  width: 100%;
}
.order.questions .fa {
  font-size: 22px;
  font-size: 2.2rem;
}
/* End checkout page 4 styles */
/* Tablets */
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  .checkout.container {
    margin-top: 0px;
  }
  /* Page1 */
  .padding-0 {
    padding-left: 0px;
  }
  .page1-sep {
    margin-top: 20px;
  }
  .page3-sep {
    margin-top: 20px;
  }
  .checkout-go-back {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .checkout-continue {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .listing-title.desktop2 {
    display: block;
  }
  .submit-wrapper {
    margin-bottom: 0px;
  }
  /* End Page1 */
  /* Page 3 */
  .checkout.order-summary {
    display: none;
  }
  .add-wrapper {
    margin-top: 0px;
  }
  .no-ship {
    margin-bottom: 30px;
  }
  .add-edit {
    margin-bottom: 30px;
  }
  .checkout-go-back {
    margin-top: 30px;
  }
  /* End page 3 */
  /* Page 4 */
  /* End page 4 */
  /* Page 5 */
  .order.listing-due {
    margin-top: 0px !important;
    margin-bottom: 30px;
  }
  .questions.page5-prod-desc {
    margin-bottom: 0px;
  }
  .questions.number {
    text-align: left;
  }
  /* End page 5 */
}

@media only screen and (min-width: 768px) and (max-width:995px){
.checkout-continue {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


.summary-btn {
  background: #E5A22A;
  border: 0 none;
  color: #fff;
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s linear 0s;
  padding: 0 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.errFormReg{
  color:red;
  padding-left:1%;
  padding-top: 5px;
}

.errFormSignUp{
  color:red;
  padding-left:1%;
  display:block;
}


body{
                padding-top: 0px !important;
            }
            .breadcrumb {
                margin-top: 15px !important;
                -webkit-border-radius: 0 !important;
                -webkit-background-clip: padding-box !important;
                -moz-border-radius: 0 !important;
                -moz-background-clip: padding !important;
                border-radius: 0 !important;
                background-clip: padding-box !important;
                background: #f4f3ee !important;
            }
            .breadcrumb a {
                color: #666666 !important;
            }
            .breadcrumb li.active {
                color: #E94F35 !important;
            }

.payment_options {
    background: #FFF;
    padding: 18px;    
}
.payment_options h2{
    margin-bottom: 5px;
}
.payment_options .col-lg-12 {
    margin: 5px 0;
}
.payment_options em {
    color: #189aa7;
}
.payment_options h2,.payment_options label{font-family: "Roboto", "Helvetica", Arial, sans-serif;}
.payment_options label{font-weight:normal;fint-size:13px;}
.payment_options input[type="radio"]{margin-top:0;}
.payment_options input[type='radio'], .payment_options label {
    vertical-align: middle;
}