.error{ color: #f00; }
.form-control.error{ border-color: #f00 !important; }
.dnone{ display: none; }

.login-popup .nav-item{ flex: none; margin-right: 0; }

.hdruserico{
	margin-right: .9rem;
    font-size: 1.5rem;
}

.addToCart{
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: .3rem;
    background-color: #e69e8f;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
}
.addToCart i{
	margin-right: .8rem;
    margin-top: -1px;
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle;
}

.pd-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.pd-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-single .product-variations>a:not(.size-guide){
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 1px;
    box-sizing: border-box;
}
.product-single .product-variations a img{ width: 30px; height: 30px; }
.cart-dropdown.cart-offcanvas .product-cart{ margin-top: 20px; }

.cart-dropdown .product-media img{ max-height: 88px; width: auto; }
.product-quantity .form-control {
    font-weight: 700;
}
.collapsed:not(.show) {
  display: none;
}
.widget .collapsed {
  display: block;
}
.loading-overlay{
    position: absolute;
    z-index: 6001;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 52px;
    display: none;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
span.error{
    margin-top: -2rem;
    display: block;
    margin-bottom: 2.1rem;
    height: 2rem;
    font-size: 12px;
}
.toggle-btn{
    width: 100%;
}
.toggle-btn::before {
    content: "";
}

#ftrnews_err{ 
    display: none;
    text-align: right;
    color: #fff;
    padding: 10px 0 0 0;
}
#ftrnews_ok{ 
    display: none;
    text-align: right;
    color: darkgreen;
    padding: 10px 0 0 0;
}

a.btn{ line-height: 4.7rem; }

.mobile-menu .toggle-btn{
    width: auto;
}
.mobile-menu .toggle-btn::before {
    content: "\f054";
}

.filter-items .active>a {
    color: #e69e8f;
}

.widget-instagram .widget-title{
    font-size: 1.8rem;
    line-height: 1.4;
}