/* 
    Created on : 3/dez/2014, 18:01:33
    Author     : mario
*/
body{
    box-sizing: border-box;
}
@font-face{font-family:'Proxima Nova Regular Bold';src:url('../fonts/proximanova-bold-webfont.eot');src:url('../fonts/proximanova-bold-webfont.eot?#iefix')
               format('embedded-opentype'),
               url('../fonts/proximanova-bold-webfont.woff') format('woff'),
               url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
               url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold')
               format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Proxima Nova Regular';src:url('../fonts/proximanova-regular-webfont.eot');src:url('fonts/proximanova-regular-webfont.eot?#iefix')
               format('embedded-opentype'),
               url('../fonts/proximanova-regular-webfont.woff') format('woff'),
               url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
               url('../fonts/proximanova-regular-webfont.svg#proxima_nova_regular')
               format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Proxima Nova Semibold';src:url('../fonts/proximanova-semibold-webfont.eot');src:url('../fonts/proximanova-semibold-webfont.eot?#iefix')
               format('embedded-opentype'),
               url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
               url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
               url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold')
               format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Proxima Nova Light';src:url('../fonts/proximanova-light-webfont.eot');src:url('../fonts/proximanova-light-webfont.eot?#iefix')
               format('embedded-opentype'),
               url('../fonts/proximanova-light-webfont.woff') format('woff'),
               url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
               url('../fonts/proximanova-light-webfont.svg#proxima_novalight')
               format('svg');font-weight:normal;font-style:normal;}


@font-face {
    font-family: 'Times New Roman Bold Italic';
    src: url('../fonts/timesbi-webfont.eot');
    src: url('../fonts/timesbi-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/timesbi-webfont.woff2') format('woff2'),
        url('../fonts/timesbi-webfont.woff') format('woff'),
        url('../fonts/timesbi-webfont.ttf') format('truetype'),
        url('../fonts/timesbi-webfont.svg#times_new_romanbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman Italic';
    src: url('../fonts/timesi-webfont.eot');
    src: url('../fonts/timesi-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/timesi-webfont.woff2') format('woff2'),
        url('../fonts/timesi-webfont.woff') format('woff'),
        url('../fonts/timesi-webfont.ttf') format('truetype'),
        url('../fonts/timesi-webfont.svg#times_new_romanitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman Regular';
    src: url('../fonts/times-webfont.eot');
    src: url('../fonts/times-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/times-webfont.woff2') format('woff2'),
        url('../fonts/times-webfont.woff') format('woff'),
        url('../fonts/times-webfont.ttf') format('truetype'),
        url('../fonts/times-webfont.svg#times_new_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/times-webfont.eot');
    src: url('../fonts/times-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/times-webfont.woff2') format('woff2'),
        url('../fonts/times-webfont.woff') format('woff'),
        url('../fonts/times-webfont.ttf') format('truetype'),
        url('../fonts/times-webfont.svg#times_new_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman Bold';
    src: url('../fonts/timesbd-webfont.eot');
    src: url('../fonts/timesbd-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/timesbd-webfont.woff2') format('woff2'),
        url('../fonts/timesbd-webfont.woff') format('woff'),
        url('../fonts/timesbd-webfont.ttf') format('truetype'),
        url('../fonts/timesbd-webfont.svg#times_new_romanbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


*, html, body, ul, li {
    margin:0;
    padding:0;
}
body{ 
    background: #ffffff;
}
button {
    cursor: pointer
}

/* grid layout */
/* columns */ 
.col-1 {
    width: 16.6666666667%;
}

.col-2 {
    width: 33.3333333333%;
}

.col-3 {
    width:50%;
}

.col-4 {
    width:66.666666666667%;
}

.col-5 {
    width:83.3333333333%;
}

.col-6 {
    width: 100%;
}
/* default container */
.container {
    width: 1240px;
    margin: 0 auto;
}

/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}



/* 1. 6 Column Grid 0px - 779px 
----------------------------------------------------------------------------- 

Span 1:    16.6666666667%
Span 2:    33.3333333333%
Span 3:    50.0%
Span 4:    66.6666666667%
Span 5:    83.3333333333%
Span 6:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 0px) and (max-width: 779px) {

    .row {
        xmargin-left:-14px;
    }
    .col {
        xborder-left-width:14px;
        padding:0 0px;
    }

    #search-bar .search-related {
        clear:both;    
    }

}

/* 2. 6 Column Grid 780px - 959px 
----------------------------------------------------------------------------- 

Span 1:    16.6666666667%
Span 2:    33.3333333333%
Span 3:    50.0%
Span 4:    66.6666666667%
Span 5:    83.3333333333%
Span 6:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 780px) and (max-width: 959px) {

    .row {
        xmargin-left:-14px;
    }
    .col {
        xborder-left-width:14px;
        padding:0 0px;
    }



}

/* 3. 6 Column Grid 960px - 1239px 
----------------------------------------------------------------------------- 

Span 1:    16.6666666667%
Span 2:    33.3333333333%
Span 3:    50.0%
Span 4:    66.6666666667%
Span 5:    83.3333333333%
Span 6:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 960px) {

    .row {
        xmargin-left:-14px;
    }
    .col {
        xborder-left-width:14px;
        padding:0 0px;
    }

    .container {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
    }

}

/* 4. 6 Column Grid 1240px - Infinity 
----------------------------------------------------------------------------- 

Span 1:    16.6666666667%
Span 2:    33.3333333333%
Span 3:    50.0%
Span 4:    66.6666666667%
Span 5:    83.3333333333%
Span 6:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 1240px) {

    .row {
        xmargin-left:-14px;
    }
    .col {
        xborder-left-width:14px;
        padding:0 0px;
    }

}


/* =================== HASSU ICONS :: start ==============  */
.hassu-icon {
    background: url('../img/sprites/base.png') 0px 0px no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
}
.hassu-icon.icon-close {
    background-position: 0px -55px;
    height: 24px;
    width: 24px;
}
.hassu-icon.icon-close:hover {
    background-position: 0px -79px;
}

.hassu-icon.icon-caret {
    background-position:-47px 7px;
    height: 16px;
    width: 14px;
    display: inline-block;    
}

.hassu-icon.icon-caret:hover {
    background-position: -36px 7px;
}

.hassu-icon.search {
    background-position: 0px -9px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}

.hassu-icon.search:hover {
    background-position: 0px -31px;
}
.hassu-icon.wedding-list {
    background-position: -47px -9px;
    width: 26px;
    height: 21px;
    position: relative;
    top: 7px;
}

.hassu-icon.wedding-list:hover {
    background-position: -47px -31px;
}

.hassu-icon.wishlist {
    background-position: -22px -9px;
    width: 22px;
    height: 20px;
    position: relative;
    top: 7px;
}

.hassu-icon.wishlist:hover {
    background-position: -22px -31px;
}

.hassu-icon.wishlist2 {
    background-position: -184px -9px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 7px;
}

.hassu-icon.wishlist2:hover, .hassu-icon.wishlist2.selected {
    background-position: -205px -9px;
}

.hassu-icon.facebook {
    background-position: -94px -31px;
    width: 45px;
    height: 43px;
    position: relative;
    top: 7px;
}

.hassu-icon.facebook:hover {

}
.hassu-icon.twitter {
    background-position: -190px -31px;
    width: 45px;
    height: 43px;
    position: relative;
    top: 7px;
}

.hassu-icon.twitter:hover {

}
.hassu-icon.pintrest {
    background-position: -143px -31px;
    width: 43px;
    height: 43px;
    position: relative;
    top: 7px;
}

.hassu-icon.pintrest:hover {

}

.hassu-icon.hassu-checkbox {
    background-position: 0px -117px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 6px;
}
.hassu-icon.hassu-checkbox-checked {
    background-position: 0px -148px!important;
    width: 22px;
    height: 22px;
    position: relative;
    top: 6px;
}
.hassu-icon.hassu-checkbox2 {
    background-position: -332px -5px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 6px;
}
.hassu-icon.hassu-checkbox2-checked {
    background-position: 0px -148px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 6px;
}

.hassu-icon.hassu-radio{
    background-position: 0px -172px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    float:left;
    display: block;
}
.hassu-icon.hassu-radio-checked {
    background-position: 0px -193px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    float:left;
    display: block;
}

.hassu-icon.hassu-remove-icon {
    background-position: -92px 0px;
    width: 7px;
    height: 9px;
    position: relative;
    top: 2px;
}

.hassu-icon.hassu-remove-icon:hover{
    background-position: -99px 0px;
}

.hassu-icon.hassu-edit-icon {
    background-position: -73px 0px;
    width: 7px;
    height: 9px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.hassu-icon.hassu-gift {
    background-position: -305px -78px;
    width: 21px;
    height: 21px;
    position: relative;
    top: 0px;
    margin-right: 0px;
}

.hassu-icon.hassu-edit-icon:hover {
    background-position: -80px 0px;
}
.hassu-icon.hassu-back {
    width: 11px;
    height: 14px;
    position: relative;
    background-position: -177px -161px;
    margin-right: 5px;
    top: 2px;
}
.hassu-icon.hassu-back:hover {
    background-position: -177px -176px;
}
.hassu-icon.hassu-icon-prev {
    width: 6px;
    height: 14px;
    position: relative;
    background-position: -196px -161px;
    margin-right: 5px;
    top: 2px;
}
.hassu-icon.hassu-icon-prev:hover {
    background-position: -196px -176px;
}
.hassu-icon.hassu-icon-next {
    width: 6px;
    height: 14px;
    position: relative;
    background-position: -207px -161px;
    margin-left: 5px;
    top: 1px;
}
.hassu-icon.hassu-icon-next:hover {
    background-position: -207px -176px;
}
.hassu-icon.icon-question{
    width: 21px;
    height: 21px;
    position: relative;
    background-position: -80px 0px;
}
.hassu-icon.icon-question:hover {
    background-position: -80px 0px;
}
.hassu-icon.icon-question{
    width: 21px;
    height: 21px;
    position: relative;
    background-position: -242px -162px;
}
.hassu-icon.icon-question:hover {
    background-position: -242px -185px;
}
.hassu-icon.icon-size{
    width: 19px;
    height: 19px;
    position: relative;
    background-position: -219px -161px; 
    top: 6px;
}

.hassu-icon.round-marker{
    background-position: -28px -117px; 
    height: 40px;
    width: 38px;
}
.hassu-icon.round-marker-2{
    background-position: -69px -117px; 
    height: 40px;
    width: 38px;
}
.hassu-icon.round-marker-3{
    background-position: -110px -117px; 
    height: 40px;
    width: 38px;
}
.hassu-icon.round-marker-4{
    background-position: -152px -117px; 
    height: 40px;
    width: 38px;
}

i{
    display: inline-block;
    margin-left: 2px;
}

/* ================== END :: icons ==================== */

/* styles */
.upper, a.upper { 
    text-transform: uppercase;
}
.mgr30 {
    margin-right: 30px;
}
.mgr20 {
    margin-right: 20px;
}

.hide { display: none; }
.pull-right { float:right; }
.pull-left {float:left; }
.clearfix { clear: both; width: 100%;}

ul {
    margin:0px;
    padding: 0px;
}

ul li {
    margin: 0px; 
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    float:none;
}

.btn { 
    cursor: pointer;
    display: inline-block;
}

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

/* home */
#search-bar {
    width: 100%;
    background: #c70000;
    overflow: hidden;
    display: none;
}

#wedding-bar {
    width: 100%;
    overflow: hidden;
    display: none;
    background: #c70000;
}

#search-bar .close, #wedding-bar .close{ 
    float:right; 
    width: 100%;
    height: 30px;
}

#wedding-bar .close {
    height: 33px;
    margin-bottom: 19px;
}

#search-bar .close a, #wedding-bar .close a {
    margin-top: 20px;
    margin-right: 20px;
    float:right;
}

#search-bar .search-title, #wedding-bar .search-title{
    margin-top: 23px;
    margin-bottom: 27px;
}

#search-bar .search-title h3{
    font-size: 13px;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #770000;
    margin-bottom: 20px;
}

#search-bar .search-title input {
    height: 50px;
    font-size: 41px;
    line-height: 50px;
    color: #ffffff;
    background: none;
    border: none;
    outline: none;
    font-family: "Proxima Nova Light", sans-serif;
}

#wedding-bar .wedding-title h2 {
    font-size: 29px;
    font-family: "Proxima Nova Light", sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 100;
}


#wedding-bar .wedding-title input {
    margin-left: 2px;
    height: 40px;
    font-size: 13px;
    line-height: 41px;
    color: #ffffff;
    background: none;
    border: none;
    outline: solid 1px #aa0000;
    font-family: "Proxima Nova Regular", sans-serif;
    min-width: 44.0%;
    margin-right: 0.75%;
    padding-left:9px;
}

#wedding-bar .wedding-title input:focus {
    outline: solid 2px #ffffff;
    color: #ffffff;
}

#wedding-bar .wedding-title .btn {
    height: 42px;
    font-size: 15px;
    line-height: 41px;
    color: #ffffff;
    background: #aa0000;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    min-width: 44.95658%;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
#wedding-bar .wedding-title {
    margin-bottom: 34px;
}

#wedding-bar .wedding-title .btn:hover {
    background: #940101;
}

#wedding-bar .wedding-title a.btn {
    min-width: 66.273584%;
}

#search-bar .search-title button{
    display: none;
}

#search-bar .search-title input::-webkit-input-placeholder {
    color:    #ee4e4e;
}
#search-bar .search-title input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ee4e4e;
    opacity:  1;
}
#search-bar .search-title input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ee4e4e;
    opacity:  1;
}
#search-bar .search-title input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ee4e4e;
}

#wedding-bar .wedding-title input::-webkit-input-placeholder {
    color:    #aa0000;
}
#wedding-bar .wedding-title input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aa0000;
    opacity:  1;
}
#wedding-bar .wedding-title input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aa0000;
    opacity:  1;
}
#wedding-bar .wedding-titleinput:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aa0000;
}

#wedding-bar .wedding-title input:focus::-webkit-input-placeholder {
    color:    #ffffff;
}
#wedding-bar .wedding-title input:focus::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  1;
}
#wedding-bar .wedding-title input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    opacity:  1;
}
#wedding-bar .wedding-titleinput:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff
}

#wedding-bar .wedding-title input:focus {
    outline: solid 2px #ffffff;
    color: #ffffff;
}


#search-bar ul.related-searches {
    list-style: none;
    margin:0px;
}

#search-bar ul.related-searches li {
    padding: 0px;
    margin-bottom:9px;
    width:197px;
}

#search-bar ul.related-searches li a {
    color: #ffffff;
    display: block;
    padding-bottom: 8px;
    border-bottom: solid 1px #aa0000;
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
    text-decoration: none;
}

#search-bar ul.related-searches li a:hover {
    text-decoration: underline;
}

/* wedding bar or item */
#wedding-or {
    margin-top: 33px; 
}

#wedding-or .spacer-margin { 
    float:left;
    width: 7.85%;
    display:block;
    height: 50px;
}
#wedding-or .spacer {
    float:left;
    width: 30.6%;
    height: 50px;
    border-top: solid 1px #aa0000;
    margin-top: 14px;
}
#wedding-or .text {
    float:left;
    width: 24.8%;
    color: #fff;
    height: 50px;
    text-align: center;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 21px;
}

/* nav */
nav {
    display: none;  
    clear:both;
    height: 41px;
    border-bottom: #eeeeee solid 1px;
    font-size: 11px;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    line-height: 40px;
}

nav ul li { 
    display: inline;
    list-style-type: none;  
    line-height: 50px
}

.language { 
    float:left;
    margin-right: 20px;
    height: 40px;
    font-size: 11px;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    line-height: 40px;
}

.language:after {
    display: block;
    content: "";
    height: 10px;
    padding-top: 5px;
    width: 1px;
    background: #eeeeee;
    position: relative;
    top: -36px;
    float:right;    
}

.language li {
    margin-right: 10px;
}

.language li:last-child {
    margin-right: 20px;
}

.language li.selected a, span.selected-currency {
    color: #e13636;
} 

.language li a, 
nav #currency a, 
nav #currency li a, 
nav #menu-right-col a  {
    color: #8c8c8c;
    text-decoration: none;
}
nav #menu-right-col{
    xmargin-left: -10px;
}

.language li.selected a:hover, 
.language li a:hover, 
nav #currency a:hover, 
span.selected-currency:hover{
    color: #646464;
} 

nav #currency { 
    float:left;
    margin-right: 11px;
    line-height: 50px;
    height: 40px;        
}

nav #currency i {
    top: 5px;
    position: relative;
}

nav #currency .dropdown-menu {
    margin-left: 50px;
}
nav #currency a.dropdown-open i,
nav #currency a:hover  i{
    background-position: -36px 7px;
}

nav #menu-right-col ul{
    float:right;
}

nav #menu-right-col li {
    margin:0px;
    padding:0px;
}

nav #menu-right-col li {
    margin-right: 31px;
    color: #8c8c8c;
    float:left;
}
nav #menu-right-col li:last-child {
    margin-right: 0;
}
nav #menu-right-col a:hover{ 
    color: #646464;
    text-decoration: underline;
}

nav #menu-right-col a.top-cart {
    color: #c70000; 
    text-transform: uppercase;
    padding: 11px 7px 12px 10px;
    margin: 0;
    float: left;
    line-height: 13px;
}

a.top-cart i {
    position: relative;
    left:-1px;
    top: 5px;
}

nav #menu-right-col a.top-cart.dropdown-open {
    background: #c70000;
    color: #ffffff;
}

/* top-cart */
ul.dropdown-panel{
    margin: 0;
}

#top-cart-dropdown,
#top-cart-dropdown ul.dropdown-panel{    
    margin: 0;
    width: 320px;
}
#top-cart-dropdown-mobile ul.dropdown-panel li,
#top-cart-dropdown ul.dropdown-panel li {
    float:left;
    width: 100%;
    padding: 20px -20px -21px 20px;
}
#top-cart-dropdown-mobile ul.dropdown-panel li a,
#top-cart-dropdown ul.dropdown-panel li a{
    padding-right: 0;
    margin-right: 0;
}
#top-cart-dropdown-mobile ul.dropdown-panel li,
#top-cart-dropdown ul.dropdown-panel li {
    float:left;
    height: 83px;
    line-height: 83px;
    border-bottom: solid 1px #dcdcdc;
}
#top-cart-dropdown-mobile ul.dropdown-panel li:last-child,
#top-cart-dropdown ul.dropdown-panel li:last-child {
    border-bottom: none;
    background: #f8f8f8;
}
#top-cart-dropdown-mobile ul.dropdown-panel li:last-child .col-left,
#top-cart-dropdown-mobile ul.dropdown-panel li:last-child .col-right,
#top-cart-dropdown ul.dropdown-panel li:last-child .col-left,
#top-cart-dropdown ul.dropdown-panel li:last-child .col-right{
    width: 50%;
    float:left;
}

#top-cart-dropdown ul.dropdown-panel li:first-child{
    color: #ffffff;
    background: #c70000;
    width:320px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#top-cart-dropdown-mobile .dropdown-panel.shopping-cart 
#top-cart-dropdown .dropdown-panel.shopping-cart {
    padding: 0;
    margin:0;
}

#top-cart-dropdown .dropdown-panel.shopping-cart li a{
    padding: 0;
    margin:0;
}
/* shopping cart items */
ul.wishlist li .image,
#top-cart-dropdown .dropdown-panel.shopping-cart li .image {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    float:left;
    width: 20%;
}
ul.wishlist li .description,
#top-cart-dropdown-mobile .dropdown-panel.shopping-cart li .description,
#top-cart-dropdown .dropdown-panel.shopping-cart li .description {
    color: #8c8c8c;
    display: block;    
    width: 55%;
    line-height: 15px;
    float:left;
    margin-top: 27px;
    font-size: 13px;
    font-family: "Proxima Nova Regular Bold", sans-serif;
}
#top-cart-dropdown-mobile .dropdown-panel.shopping-cart li .description{
    line-height: 65px;
    margin-top: 0px;
}
ul.wishlist li .description a,
#top-cart-dropdown-mobile .dropdown-panel.shopping-cart li .description a,
#top-cart-dropdown .dropdown-panel.shopping-cart li .description a {
    color: #646464;
    text-decoration: none;
}

ul.wishlist li .price,
#top-cart-dropdown-mobile .dropdown-panel.shopping-cart li .price,
#top-cart-dropdown .dropdown-panel.shopping-cart li .price {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    display: block;
    float:left;
    font-size: 11px;
}

#top-cart-dropdown-mobile .dropdown-panel.shopping-cart li .price {
    margin-top: -50px;
}

#top-cart-dropdown-mobile .dropdown-panel.shopping-cart li .remove-item,
#top-cart-dropdown .dropdown-panel.shopping-cart li .remove-item {
    float:right;
    margin-right: 15px;
    width: 10%;
    margin-top: 30px;
}
#top-cart-dropdown-mobile .dropdown-panel.shopping-cart li a.btn-remove,
#top-cart-dropdown .dropdown-panel.shopping-cart li a.btn-remove {
    background: url('../img/sprites/base.png') -305px -6px no-repeat;
    height: 21px;
    width: 21px;
    display: block;
    float:right;
    margin-right: 2px;
}
#top-cart-dropdown .dropdown-panel.shopping-cart li a:hover.btn-remove {
    background-position: -279px -6px;
}
#top-cart-dropdown-mobile ul.dropdown-panel li a.btn-checkout,
#top-cart-dropdown ul.dropdown-panel li a.btn-checkout {
    padding: 0px 20px;
    background: #b4b4b4;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 18px;
    float: right;
    display: block;
    line-height: 41px;
    height: 41px;
    text-decoration: none;
}

#top-cart-dropdown ul.dropdown-panel li a.btn-checkout:hover {
    background: #c70000;
    text-decoration: none;
}

#top-cart-dropdown-mobile ul.dropdown-panel li .col-left,
#top-cart-dropdown ul.dropdown-panel li .col-left {
    color: #8c8c8c;
    padding-left: 20px;
    margin-right: -20px;
    position: relative;
    text-align: left;
    line-height: 20px;
    margin-top: 20px;
    font-size: 11px;
    font-family: "Proxima Nova Regular Bold", sans-serif;
}

#top-cart-dropdown-mobile ul.dropdown-panel li .col-left .sub-total,
#top-cart-dropdown ul.dropdown-panel li .col-left .sub-total {
    clear:both;
    display:block;
    font-size: 21px;
    font-family: "Proxima Nova Light", sans-serif;
    color: #323232;
}

.h40{ height: 40px;}

.logo-container {
    text-align: center;
}

.logo-container img{
    text-align: center;
    margin:0 auto;
}

.menu-text {
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 13px;
    color: #646464;
    text-transform: uppercase;
    text-decoration: none;
}
.menu-text:hover {
    color: #c70000;
}

#search-toggle:hover i {
    background-position: 0px -31px;   
}

#wish-wedding ul{
    float:right;
}
#wish-wedding ul li{

    list-style-type: none;
    float:left;
    margin-right: 20px;
}

.wishlist-item:hover i {
    background-position: -22px -31px;
}

.wedding-item:hover i {
    background-position: -47px -31px;
}

/* menu bar */

#menu-bar {
    background: url('../img/sprites/menu-bg.png') repeat-x;
    height: 45px;
    width: 100%;
    text-align: center;
    clear:both;
}
#menu-bar ul.menu>li {
    height: 45px;
    overflow: hidden
}
#menu-bar ul.menu>li>a {
    font-family: "Proxima Nova Semibold", sans-serif;
    color: #2b2323;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 40px 11px 40px;
    display: inline-block;
    position: relative;
    margin:0;
}
#menu-bar a:hover {
    color: #c70000;
}

#menu-bar ul.menu>li>a i.caret-menu {
    clear: both;
    float: none;
    display: block;
    background: url('../img/sprites/base.png') -30px 0px no-repeat;
    height: 6px;
    width: 6px;
    position: relative;
    margin-left: 50%;
    top:4px;
}
#menu-bar ul.menu>li>a.no-submenu i.caret-menu {
    display: none;
}

#menu-bar .selected i.caret-menu {
    background: url('../img/sprites/base.png') 0px 0px no-repeat;
    height: 8px;
    width: 15px;
    margin-right: 2px;
    text-align: center;
    position: relative;
    top: 0px;
    z-index: 21;
}

#menu-logo-search {
    padding-top: 15px;
    height: 58px;
    clear:both;
}

#submenu-container {
    width: 100%;
    float:left;
    background: #fcfcfc;
    z-index: 20;
    position: absolute;
    margin-top:-4px
}

.submenu { 
    position: absolute;
    z-index: 20;
    width: 100%;
    color: #646464;
    font-size: 11px;
    height: auto;
    box-sizing: border-box;
    padding-bottom: 35px;
    display: none;
    background: #ffffff;
    left:0px;
}

.submenu.open{
    display: block;
}
.submenu .container{
    padding-top:30px;
    text-align: left;
}

ul.menu{
    position: relative;
    display: block;
}
ul.menu:after{
    content : '';
    height:4px;
    width: 100%;
    display: block;
    background: url('/img/sprites/shadow.png') repeat-x;
    position: absolute;
    bottom: 0px;
    z-index: 10; 
}

.submenu:after{
    content : '';
    height:4px;
    width: 100%;
    display: block;
    background: url('/img/sprites/shadow.png') repeat-x;
    position: absolute;
    bottom: -4px;
    z-index: 5;
}

.submenu .container ul li{
    width: 100%;
    display: block;
}

.submenu li {
    padding-bottom:10px;
}

.submenu h2 {
    font-size: 19px;
    color: #2b2323;
    font-family: "Proxima Nova Light", sans-serif;
    padding-bottom: 17px;
    font-weight: 200;
}

.submenu a { 
    font-family: "Proxima Nova Regular", sans-serif;
    background: #fcfcfc;
    color: #646464;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}

.submenu a:hover { 
    background: #fcfcfc;
    color: #c70000;
}

.mgl-93{
    margin-left: 93px;
}
.mgl-20{
    margin-left: 20px;
}
.mgb-10{
    margin-bottom: 10px;
}

.submenu-toggle.selected {
    top: 5px;
    color: #c70000!important;
}


/* ===============================  menu ends here ======================== */ 
/* carousel BS */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}


.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url('../img/sprites/base.png') -139px -8px no-repeat;
}
.carousel-indicators li:hover {
    background-position: -91px -9px;
}
.carousel-indicators .active {
    margin: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    background-position: -108px -9px;
}

.carousel-caption {
    /* position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center; */
    position: relative;
    top: -850px;
    margin: 0 auto;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center
}


/* ============= content ================================== */

#content {
    /*top: -3px;*/
    top:4px;
    position: relative;
}
#promo {
    position: relative;
    top: -4px;
}
#promo .carousel {
    margin-bottom: -360px;
}

#promo .carousel-caption {

}
#promo .carousel-caption {
    width: 650px;
    margin: auto;
}

#promo .carousel-caption.center {
    text-align: center;
}

#promo .carousel-caption.left-text {
    text-align: left;
}

#promo .carousel-caption.left {
    /*    float:left;
    margin-left:10px;*/
}

.banner-left{
    float:left;
}
.banner-right{
    float:right
}
.banner-center{
    float:none;
}

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

#promo .carousel-caption.left .pre-title,
#promo .carousel-caption h3{
    float:left;
    display: block;
    width: 100%;
    margin-left: 0px;
}

#promo .carousel-caption.left .lead {
    width: 69%;
    margin-right: 31%;
}

#promo .carousel-caption.left a {
    clear:both;
}

#promo .carousel-caption .lead {
    /*margin-left:0px;
    float:left;*/
    width: 100%;
    display: block;
    margin:0 auto;
}

#promo .carousel-caption.left-text .divider{
    margin-left: 0px;
}

#promo .carousel-caption .pre-title {
    font-family: "Proxima Nova Semibold", sans-serif; 
    color: #a05a5b;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

#promo .carousel-caption h3 {
    font-family: "Times New Roman", serif;
    color: #ff2743;
    font-size: 71px;
    padding-bottom: 13px;
    font-weight: normal;
}

#promo .carousel-caption .divider {
    width: 38%;
    min-width: 200px;
    border-bottom: solid 1px #a05a5b;
    margin: auto;
    margin-bottom: 32px;    
    clear:both;
    margin-left: 31%;

}

#promo .carousel-caption .lead {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 15px;
    color: #a05a5b;
    display: block;
    margin-bottom: 30px;
    /* width: 70%; */
    display: block;
    margin-top: 26px;
    padding-bottom: 16px;
    clear:both;
    margin-top: 26px;
    /*margin-left: 15%;*/
}

#promo .carousel-caption .divider {
    width: 65%;
    display:block;
    border-bottom: solid 1px #eeb0b3;
    margin-bottom: 10px;
    margin: 10px auto;
}

#promo .carousel-caption .btn-holder {
    clear:both;
    width: 100%;
}

#promo .carousel-caption a {
    clear:both;
}

#promo .carousel-caption h3.pink {
    color:#ff2743;
}

#promo .carousel-indicators {
    position: absolute;
    top: 500px;
    height: 30px;
}


/* hassu buttons */
a.btn-hassu,
.btn-hassu {
    background: none;
    border: solid 2px #fff;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
}

#home-banners .btn-hassu{
    display: block;
    text-align: center;
}

.btn-hassu.dark-grey {
    color: #646464;
    border-color: #646464;
}
.btn-hassu.dark-grey:hover {
    background: #646464;
    border-color: #646464;
    color: #ffffff;
}

.btn-hassu.white {
    color: #646464;
    border-color: #646464;
}

.btn-hassu.white-hotpink {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-hassu.white-hotpink:hover {
    background:#ff4c5f;
    border-color: #ff4c5f;
}

.btn-hassu.dark-purple {
    color: #863d5c;
    border-color: #863d5c;
}
.btn-hassu.dark-purple:hover {
    background: #863d5c;
    border-color: #863d5c;
    color: #ffffff;
}
.btn-hassu.dark-red {
    color: #ad4949;
    border-color: #ad4949;
}
.btn-hassu.dark-red:hover {
    background: #ad4949;
    border-color: #ad4949;
    color: #ffffff;
}

/* home banners */
#home-banners {
    position: relative;
    display:block;
}

#home-banners .col-2{
    width: 33.1%;
}

/* home banners */
#home-banners {
    position: relative;
    display:block;
}

.image-home {
    margin-left: 7px;
    margin-bottom: 7px;
}

.image-home-extra {
    margin-left: 12px;
    margin-bottom: 9px;
}

.carousel-inner, .carousel {
    height: 900px!important;
}

#promo .image-bg{
    width: 100%;
    min-height: 850px;
    height: 900px;
    display: block;
}

.image, .image-home, .image-home-extra {
    position:relative;
    width: 100%;
    display: block;
}

.caption-home-banners {
    position: absolute;
    padding: 20px;
    width: auto;
    float:left;
    display: inline-block;
}

.caption-home-banners.text-left{ text-align: left; }
.caption-home-banners.text-right{ text-align: right; }
.caption-home-banners.text-center{ text-align: center;}
.caption-home-banners.banner-center{
    left:50%;
    transform: translate(-50%,0);
}

.caption-home-banners.banner-left{
    left:0;
}
.caption-home-banners.banner-right{
    right:0;
    float:right
}

.caption-home-banners.middle{
    top:50%;
    transform: translate(0,-50%);
}
.caption-home-banners.top{
    top:0;
}
.caption-home-banners.bottom{
    bottom:0;   
}
.caption-home-banners.banner-center.bottom{
    left:50%;
    bottom:0;
}
.caption-home-banners.banner-center.middle{
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}


.caption-home-banners .pretitulo {
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size: 13px;
    margin-bottom: 14px;
}

.caption-home-banners .titulo {
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 27px;
    margin-bottom: 25px;
    /*width: 75%;*/
    line-height: 24px;
}

/* hassu buttons */
.btn-hassu.btn-cinza {
    border-color: #787878;
    color: #787878;
}
.btn-hassu.btn-cinza:hover {
    color: #ffffff;
    background: #787878;
}
.btn-hassu.btn-purple {
    color: #b9669a;
    border-color: #b9669a;
}
.btn-hassu.btn-purple:hover {
    color: #ffffff;
    background: #b9669a;
}
.btn-hassu.btn-white,
.btn-hassu.btn-white-purple{
    color: #ffffff;
    border-color: #ffffff;
}

.btn-hassu.btn-white:hover {
    border-color: #6889a7;
    background: #6889a7;
}

.btn-hassu.btn-white-purple:hover {
    border-color: #7a5593;
    background: #7a5593;
}


.btn-hassu.btn-rose{
    border-color: #b9669a;
    color: #b9669a;
}

.btn-hassu.btn-rose:hover {
    border-color: #b9669a;
    background: #b9669a;
    color: #ffffff;
}

/* outras cores banners */
.color-dark-gray { color: #646464; }
.color-dark-red { color: #c70000; }
.color-purple { color: #b9669a; }
.color-dark-purple { color: #603547; }
.color-white { color: #ffffff; }



/* sitemap */

#sitemap {
    position: relative;
    width: 100%;
    background: #f2f2f2;
    height: 100%;
    clear: both;
}

.sitemap-expander {
    height: 45px;
    background: #f2f2f2;
    width: 100%;
    display: block;
    margin-left: -5px;
}

.sitemap-expander a {
    position: relative;
    display: block;
    width: 40px;
    height: 60px;
    float:right;
}

.hassu-icon.anchor {
    background-position: -23px -161px;
    height: 46px;
    width: 46px;
    display: block;
    border: none;
}

a:hover .hassu-icon.anchor, .hassu-icon.anchor:hover {
    background-position: -72px -161px;
    display: block;
}

#sitemap-content {
    display:block;
}

.logo-footer{ 
    width: 100%;
    height: 36px;
    margin-bottom: 20px;
}

.hassu-icon.hassu-logo{
    background-position: -73px -79px;
    width: 98px;
    height: 35px;
    display: block;
    margin: 0 auto;
}

#sitemap-content .col-20 {
    width: 20%;
    float:left;
}

#sitemap-content h3 {
    font-family: "Proxima Nova Regular", sans-serif;
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    color: #2b2323;
    text-decoration: none;
    margin-top: 48px;   
    margin-bottom: 28px;   
}

ul.sitemap-list {

}

ul.sitemap-list li{
    width: 100%;
    text-align: center;
    display:block;    
}

ul.sitemap-list li a{
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
    text-align: center;
    color: #787878;
    text-decoration: none;
}

ul.sitemap-list li a:hover{
    text-decoration: underline;
    color: #2b2323;
}

#sitemap-content .sitemap-items {
    margin-bottom:  60px;
}

#sitemap-content .newsletter {
    width: 52%;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 13px;
    color: #646464;
    line-height: 43px;
    float: left;
    text-align: right;
    margin-left: 9%;
    clear: both;
    margin-bottom: 45px;
    margin-right: 2%;
}


#sitemap-content .newsletter input {
    height: 43px;
    border: none;
    margin:0px;
    padding-left: 8px;
    margin-right: 0px;
    margin-left: 20px;
    min-width: 225px;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #a0a0a0;
}

#sitemap-content .newsletter button {
    height: 43px;
    border:none;
    background: #c70000;
    color: #fff;
    padding: 14px 18px;
    min-width: 0!important;
    width: auto;
    top: 1px;
    position: relative;
}
#sitemap-content .newsletter button:hover {
    background: #db3f40;
}

#sitemap-content .newsletter button.mobile{
    display:none;
}



#sitemap-content .social-networks span.adjust {
    position: relative;
    top: -11px;

}

#sitemap-content .social-networks {
    margin-left: 80px;
    width: 25%;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 13px;
    color: #646464;
    line-height: 43px;
    float:left;
    position: relative;
    top: -7px
}

#sitemap-content .social-networks a { 
    display: inline-block;
    margin-left: 15px;
}

/* footer */

footer {
    width: 100%;
    padding: 25px 0;
    float:left;
    display: block;
    height: auto;
}
footer ul.first-footer li, footer ul.second-footer li {
    /*display: inline-block;*/
}

footer ul.first-footer, footer ul.second-footer {
    margin: 0 auto;
    text-align: center;
}
footer ul.first-footer {
    margin-bottom: 35px;
}
footer ul.first-footer li{
    padding: 0 20px;
}
footer ul.first-footer li a{
    text-decoration: none;
    color: #646464;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

footer ul.first-footer li a:hover{
    text-decoration: underline;
    color: #2b2323;
}

footer ul.second-footer li a, footer ul.second-footer li, .loba a {
    color: #bebebe;    
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 13px;
    text-decoration: none;
}

footer ul.second-footer li a:hover{
    text-decoration: underline;
    color: #646464;
}
.loba a:hover {
    color: #646464;
}
.loba a:hover img{
    opacity: 1;   
}
.loba a img{
    opacity: 0.5;
}

footer ul.second-footer li:after {
    content: ".";
    padding-left: 10px;
    color: #bebebe;
    font-size: 20px;
    font-weight: 700;
    padding-right: 5px;
} 

footer ul.second-footer li.divider:after {
    content: '|';
    font-size: 15px;
    height: 14px;
} 

footer ul.second-footer li:last-child:after {
    display: none;
}

footer ul.second-footer li.red {
    color: #c70000;
}

footer .loba {
    margin-top: 12px;
    color: #bebebe;
    font-family: "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
}

footer .loba .loba-logo {
    position: relative;
    top: 1px;
}

/* private area */
#user-dashboard,
#user-dashboard a,
#user-dashboard span,
#user-dashboard h1,
#user-dashboard h2,
#user-dashboard h3,
#user-dashboard p {
    font-family: "Proxima Nova Regular", sans-serif;
    font-weight: normal; 
    font-size: 13px;
}

#user-dashboard {
    padding-top: 30px;
    margin-bottom: 40px;
    background: #ffffff;
    box-sizing: border-box;
}

#user-dashboard h1 {
    color: #646464;
    font-size: 36px;
}

#user-dashboard h2 {
    font-size: 21px;
    font-family: "Proxima Nova Light", sans-serif;
    font-weight: normal;
    margin-bottom: 17px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 8px;
}

.text-red { 
    color: #c70000;
}

#user-dashboard .tab-container{
    margin-top: 32px;
    display: block;
    border: solid 1px #f8f8f8; 
    border-top: none;
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    clear:both;
    float:left;
    margin-bottom: 20px;
}

.tabs-base{
    display: block;
    clear:both; 
    margin-top: 25px;
    width: 100%;
}

.tab-container {
    width: 100%;
}

ul.tabs {
    width: 100%;
    background: #f8f8f8;
    display: block;
    float:left;
}

ul.tabs li a {
    text-transform: uppercase;
    padding: 18px 18px;
    list-style-type: none;
    display: block;
    float:left;
    text-decoration: none;
    font-size: 15px;
    font-family: "Proxima Nova Regular", sans-serif!important;
    color: #8c8c8c;
}
ul.tabs li a:hover {
    color: #505050;
}

ul.tabs li a.active {
    background: #ffffff;
    color:#505050;
    font-family: "Proxima Nova Semibold"!important;
    border-bottom: 0;
}

.tab {
    display: none;
}

.tab.active {
    display:block;
}

.tab p.title{
    font-family: "Proxima Nova Regular", sans-serif!important;
    color: #646464;
    font-size: 13px;
    margin-bottom: 15px;
}

.tab table, .tab table tr, .tab table td, .tab table th,
.tab table td span,
.tab table td a {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    font-weight: normal;
    font-size: 13px;
}

.tab table {
    width: 100%;
    text-align: center;
    border-collapse:collapse;
    margin-bottom: 20px;
}

.tab table#addresses-table{
    width: 95%;
}

.tab table tr {
    border-bottom: solid 1px #e6e6e6;
    border-collapse:collapse;
    height: 80px;    
}


.tab table span.new-order {
    color: #c70000;
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
    font-size: 13px;      
    display: block;
    margin-bottom: 5px;
}

.tab #new-address .col-3:first-child,
.tab #new-address .col-6{
    padding-right: 9px;
}

.tab input.w100{
    width:97%;
}

table .date-col {
    width: 7%;
}


.tab table td.order-no {
    font-size: 40px;
    color: #b4b4b4;
    font-family: "Proxima Nova Light", sans-serif;
    width: 28.3%;
}

table td.dark-grey {
    color: #646464;
}


/* light gray with border */
.btn.btn-light-gray-border{
    padding: 8px 29px;
    border: #f8f8f8 solid 1px;
    text-decoration: none;
    text-align: center;
    color: #b4b4b4;
}

.btn.btn-light-gray-border:hover{
    background: #f8f8f8!important;
    color: #b4b4b4;
    text-align: center;
}

/* light gray with border */
.btn.btn-gray-border{
    padding: 8px 29px;
    border: #c8c8c8 solid 1px;
    text-decoration: none;
    text-align: center;
    color: #b4b4b4;
}

.btn.btn-gray-border:hover{
    background: #c8c8c8!important;
    color: #ffffff;
    text-align: center;
}

button.btn.btn-dark-gray,
a.btn.btn-dark-gray,
table .btn.btn-dark-gray,
.inside-box .btn.btn-dark-gray{
    padding:8px 29px;
    background: #bebebe;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    min-width: 120px;
    font-size: 13px;
}

button.btn.btn-dark-gray:hover,
a.btn.btn-dark-gray:hover,
table .btn.btn-dark-gray:hover{
    // background: #f8f8f8;
    background: #8c8c8c;
    color: #ffffff;
    text-align: center;
}

table td.table-options{
    text-align: right;
    width: 185px;
}

.table-head {
    height: 25px!important;

}
.table-head th {
    font-size: 11px!important;
    color: #646464;
}

/* inside box */
.inside-box {
    width: 18.8%;
    font-size: 13px;
    margin-right: 1.46%;
    display: block;
    border: 3px solid #c8c8c8;
    text-align: center;
    float:left;
    min-height: 227px;
    box-sizing: border-box;
    padding-bottom: 13px;
}

.inside-box.box33 {
    width: 32.5%;
    margin-right: 1.25%;
    min-height: 132px;
}

.inside-box.box33 p {
    width: 80%;
    margin: 10px auto;

}
.inside-box h3 {
    width: 75%;
    padding-top: 31px;
    font-size: 23px;
    color: #505050;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 31px;
}

.inside-box.box33 h3 {
    color: #505050;
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
    font-size: 15px;
}

.inside-box.box33 .divider{
    margin: 0 auto;
}

.inside-box .divider {
    width: 80%;
    border-bottom: solid 1px #ebebeb;
    height: 1px;
    margin: 16px auto 0 auto;
}
.inside-box p {
    color: #8c8c8c;
    margin-bottom: 20px;
    padding: 0 10px;
    height: 34px;
    overflow:hidden;
    margin-top: 10px;
}

.btn.btn-light-gray{
    padding: 8px 29px;
    background: #f8f8f8;
    color: #b4b4b4;
    text-decoration: none;
    text-align: center;
}

.btn-light-gray:hover,
.btn.btn-light-gray:hover{
    background: #b4b4b4;
    color: #f8f8f8;
}

.btn.btn-gray{
    padding: 8px 29px;
    background: #dcdcdc;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.btn-gray:hover,
.btn.btn--gray:hover{
    background: #b4b4b4;
    color: #f8f8f8;
}

.inside-box.no-margin {
    margin-right: 0;
}

/* personal data form */
.tab label {
    display: block;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 10px;
}

.tab input {
    display: block;
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 0px 8px 10px;
    width: 90%;
    border: solid 1px #c8c8c8;
    margin: 5px 0 10px 0;    
    color: #8c8c8c;
}
table tr td.left,
table tr th.left{
    text-align: left;
}

table tr td {
    padding: 10px 0;
}

table tr th {
    text-transform: uppercase;
}

table tr.align-top {
    vertical-align: top;
}

div.checkboxWrapper, div.radioWrapper {
    float:left;
    width: 100%;
    text-align: left;
    margin-left: 20px;
}

div.checkboxWrapper label.checkbox {
    float:left;
    width: 100%;
    cursor: pointer;
}

div.checkboxWrapper label.checkbox i{
    margin-right: 10px;
}

div.checkboxWrapper label.checkbox:hover {
    text-decoration: underline;
}

div.checkboxWrapper input.checkbox{
    opacity: 0!important;
    margin: 0!important;
    padding:0!important;
    width: 1px!important;
    float:left!important;
    clear:none!important;
}

/* radio button */
div.radioWrapper {
    float:left;
    width: 100%;
    text-align: left;
}

div.radioWrapper label.radio {
    float:left;
    width: 100%;
    cursor: pointer;
}

div.radioWrapper label.radio i{
    margin-right: 10px;
}

div.radioWrapper label.radio:hover {
    text-decoration: underline;
}

div.radioWrapper input.radio{
    opacity: 0!important;
    margin: 0!important;
    padding:0!important;
    width: 1px!important;
    float:left!important;
    clear:none!important;
}
/* end radio button*/
td.options {
    text-align: left;
}
td.options a {
    text-decoration: none;
    line-height: 25px;
    font-family: "Times New Roman", serif;
    font-style: italic;
}
td.options a:hover, td.options a.remove:hover {
    color: #646464;
}
td.options a.remove {
    color: #bebebe!important;
    text-decoration: none;
}

#address-form {
    clear: both;
    color: #a0a0a0;
}

#address-form p {
    font-size: 11px;
    display: block;
    margin-bottom: 20px;
}

#new-address {
    float:left;
    margin-top: 20px;
    clear:both;
}

.select-wrapper {
    width: 100%;
    overflow: hidden;
}

select.country{
    width: 100%;
    display: block;
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 0px 8px 10px;
    border: solid 1px #c8c8c8;
    margin: 5px 0 10px 0;
    color: #8c8c8c;
}

/* wishlist */
table.wishlist-table td.product-img{
    text-align: left;
    width: 13%;
}
table.wishlist-table td.product-img .img-wrapper {
    position: relative;
    top: -18px;
}
table.wishlist-table td.product-img img {
    width: 108px;
    height: 108px;
}
table.wishlist-table tr td {
    padding-top: 40px;
    padding-bottom: 1px;
}

.wishlist-table tr td.product-description{
    text-align: left;
    margin-left: 20px;
    width: 40% 
}

.wishlist-table tr td.product-description h3 {
    font-family: "Proxima Nova Regular", sans-serif!important;
    font-size: 17px;
    color: #505050;
}

.wishlist-table tr td.product-description p.product-reference{
    font-size: 11px;
    color: #a0a0a0;
}
.wishlist-table tr td.product-description p.product-size{
    color: #969696;
    padding:15px 0 10px 0;
}
.wishlist-table tr td.product-description p.product-size span {
    color: #646464!important;
    font-family: "Proxima Nova Semibold", sans-serif!important;
}

.wishlist-table .table-options {
    text-align: center;
    width: 15.59%;
}

.wishlist-table .table-options a.remove{
    display:block;
    text-align:center!important;
    position: relative;
    top: 42px;
}

.wishlist-table .table-options a.remove, 
.wishlist-table a.edit,
#wedding-list a.remove {
    color: #bebebe;
    font-family: "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
}

.wishlist-table .table-options a.remove:hover, 
.wishlist-table a.edit:hover,
#wedding-list a.remove:hover{
    color: #8c8c8c;
}


.wishlist-table .product-price {
    font-size: 17px;
    width: 17.33333337%
}

.wishlist-table tr.align-top {
    padding-top: 30px;
}

.wishlist-table .share-wishlist {
    float:left;
    width: 355px;
    margin-top: 12px;
}

.wishlist-table .share-wishlist p {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #787878!important;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px!important;
}
.wishlist-table .share-wishlist p span{
    font-family: "Times New Roman", sans-serif!important;
    font-style: italic;
    color: #bebebe;
    text-align: left;
    text-transform: none;
}

.wishlist-table .input-box {
    float:left;
}

.wishlist-table .input-box input {
    float:left;
    width: 300px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    top: 2px;
    text-transform: none;
}

.wishlist-table .input-box input:focus {
    border: solid 2px #c70000;
    outline: 0;
}

.wishlist-table .input-box a {
    position: relative;
    left: 10px;
    top:6px;
}

.wishlist-table tfoot tr {
    padding-top: 30px;
    border:none;
}

.btn {
    min-width: 174px!important;
    box-sizing: border-box;
}

.wishlist-table a.remove:hover i,
#wedding-list a.remove:hover i{
    background-position: -99px 0px;
}

.wishlist-table a.edit:hover i,
#wedding-list a.edit:hover i{
    background-position: -80px 0px;
}


/* wedding-list  -- products a like*/
#wedding-list {

}

#wedding-list h1 {
    color: #c70000;
    font-family: "Times New Roman", serif;
    font-size: 25px;
    margin-bottom: 5px;
}

#wedding-list p {
    color: #8c8c8c;
    font-family: "Proxima Nova Regular", serif;
    font-size: 13px;
    margin-top: 2px;
}

#wedding-list .create-wedding-list a.btn {
    float:right;
}

#wedding-list .create-wedding-list .create-form {
    margin-top:20px;
    background: #f8f8f8 url('../img/sprites/bg-wedding-list.png') repeat-x 0 0;
    width: 100%;
    float:left;
}

#wedding-list .create-wedding-list .left {
    float:left;
    width: 32%;
    display: inline-block;
    padding-left: 18px;
    padding-top: 25px;
}

#wedding-list .create-wedding-list .left .image {
    width: 17%;
    display: block;
    height: 120px;
    float:left;
    margin-top: 32px;    
}
#wedding-list .create-wedding-list .left .image .diamond {
    background: url('../img/sprites/base.png') -135px -161px no-repeat;
    width: 33px;
    height: 25px;
    display: block;
    float:left;
    margin: auto 10px;
}

#wedding-list .create-wedding-list .left .text {
    width: 68%;
    display: block;
    height: 100%;
    float:left;
}

#wedding-list .create-wedding-list .left .text p.pre-title{
    color:#b4b4b4;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size: 13px;  
    text-transform: uppercase;
}

#wedding-list .create-wedding-list .left .text h2{
    color:#787878;
    font-family: "Times New Roman", serif;
    font-size: 35px;  
    margin-top:10px;
    padding-bottom: 0px;
    margin-bottom: 9px;
}

#wedding-list .create-wedding-list .left .text p{
    color:#b4b4b4;
    font-family: "Proxima Nova Regular", serif;
    font-size: 13px;  
}

#wedding-list .create-wedding-list .center {
    float:left;
    width: 30%;
    display: inline-block;
    padding-top: 16px;
}

#wedding-list .create-wedding-list .center input{
    border: solid 1px #c8c8c8;
    background: none;
    box-sizing: border-box;
    height: 32px;
}

#wedding-list .create-wedding-list .center label{
    color: #8c8c8c;
    font-family: "Proxima Nova Regular", sans-serif!important;

}

#wedding-list .create-wedding-list .right{
    padding-top: 16px;
    /* float:left;*/
    width: 34%;
    display: inline-block;
    margin-left: 2%;
    margin-right: -10px;
    float: right;
}


#wedding-list .create-wedding-list .right  #day, 
#wedding-list .create-wedding-list .right #month, 
#wedding-list .create-wedding-list .right #year {
    float:left; 
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}
#wedding-list .create-wedding-list .right #year {
    margin-right: 0;
}
#wedding-list .create-wedding-list .right select{
    background: #f8f8f8;
    border-color: #c8c8c8;
    font-size: 35px;
    padding: 10px;
    font-family: "Times New Roman", serif;
    color: #787878;
}
#wedding-list .create-wedding-list .right #month {
    min-width: 195px;
}

#wedding-list .create-wedding-list .right .submit {
    clear:both;
    float:left;
    width: 100%;
    display: block;
    text-align: left;
    margin-top:20px;
}

#wedding-list .create-wedding-list .right a{
    float:none;
    text-align: left;
}


#wedding-list .create-wedding-list a.chosen-single {
    background: #f8f8f8;
    border-color: #c8c8c8;
    border-radius: 0p;
    -moz-border-radius:  0;
    -webkit-border-radius: 0;
    text-shadow: 0;
    color:#787878;
    height: 52px;
    font-size: 35px;
    font-family:"Times New Roman", serif!important;
    width: 100%;
    line-height: normal;
    box-shadow: none;
}
#wedding-list .create-wedding-list a.chosen-single span {
    padding-top: 6px;
    padding-left: 8px;
    font-size: 35px;
    font-family:"Times New Roman", serif!important;
}

#wedding-list .create-wedding-list .chosen-container,
#wedding-list .create-wedding-list .chosen-results {
    width: 100%;    
    font-size: 30px;
    font-family: "Times New Roman", serif!important;
    color:#787878;
    font-weight: 100!important;
    background: #f8f8f8;
    box-shadow: none;
}
#wedding-list .create-wedding-list .chosen-results li {
    font-family: "Times New Roman", serif!important;
    font-weight: 100;
    color:#787878;
    line-height: 40px!important;
    background: #f8f8f8;
    font-size: 25px;
}
#wedding-list .create-wedding-list .chosen-results li:hover,
#wedding-list .create-wedding-list .chosen-results li.active,
#wedding-list .create-wedding-list .chosen-results li.result-selected{
    background: #c70000;
    color: #ffffff;
}

#wedding-list .chosen-container-single .chosen-single div {
    width: 16px;
}

#wedding-list .create-wedding-list .close {
    width: 100%;
    float:left;
    text-align: center;   
    padding-top:15px;
}

#wedding-list .create-wedding-list .close:after {
    background: url('../img/sprites/arrow-up.png') no-repeat 0 0;
    position: relative;
    height: 25px;
    width: 20px;
    position: relative;
    left:49%;
    display: block;
    content:'';
    top:15px;
}

a.btn.btn-large {
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
    font-size: 15px!important;
    padding: 12px 30px;
}
/* wedding-list */
#wedding-list .no-wedding-list {
    text-align: center;
    color: #646464;
    margin-top: 19px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 36px;
}

#wedding-list .no-wedding-list h2 { 
    margin-bottom:10px;
    margin-top:36px;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 21px;
}

#wedding-list .no-wedding-list p { 
    font-family: "Proxima Nova Bold", sans-serif;
    font-size: 11px;
    color: #a0a0a0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#wedding-list .product-list {
    margin-top: 15px;
    float:left;
    width: 100%;
    margin-bottom: 10px;
}

#wedding-list .product-list-header {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 19px;
}

#wedding-list .product-list-header .btn  {
    font-size: 13px;
    padding: 7px 20px;
}
#wedding-list  .product-list-header .right-col{
    text-align: right;
}

#wedding-list .product-in-list-bar{
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
    color: #646464;
    border-bottom: solid 1px #e6e6e6;
    text-transform: uppercase;
    margin-top: 26px;
    padding-bottom: 10px;
}

#wedding-list .product-list-content {
    margin-top: 31px;
    display: block;
    float:left;
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
    height: auto;

}


#wedding-list .share-wedding-box {
    clear: both;
    margin-top: 20px;
    background: #f8f8f8;
    width: 100%;
    padding: 20px;
    float: left;
    margin-bottom:20px;
    box-sizing: border-box;
}

#wedding-list .share-wedding-box .left {
    width: 40%;
    height: 100%;
    float:left;
    margin-right: 20px;
}
#wedding-list .share-wedding-box .left p {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #787878!important;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px!important;
    margin-top:14px;
}
#wedding-list .share-wedding-box  p span {
    clear: both;
    font-family: "Times New Roman", sans-serif!important;
    font-style: italic;
    color: #bebebe;
    text-align: left;
    text-transform: none;
}

#wedding-list .share-wedding-box .input-box {
    float:left;
    width: 56%;
}
#weddinglistShareForm .input-box2{
    float:left;
    width: 100%;
    clear:both;
    display: none;
}

#weddinglistShareForm{
    box-sizing: border-box;
    width: 100%;
    float:left;
    clear:both;
}
#wedding-list .share-wedding-box  .input-box input {
    float:left;
    min-width: 150px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    top: 2px;
    text-transform: none;
    width:54%;
}
#wedding-list .input-box2 input{
    float:left;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    text-transform: none;
}
#wedding-list .input-box2 input{
    width: 100%;
}
#wedding-list .input-box2 input:focus 
#wedding-list .share-wedding-box .input-box input:focus {
    border: solid 2px #c70000;
    outline: 0;
}

#wedding-list .share-wedding-box .input-box a {
    position: relative;
    left: 10px;
    top:7px;
}
#wedding-list .input-box2 a {
    width: 100%;
    clear:both;
    float:left;
}


/*== products list  ========================================================= */
.product {
    /* width: 18%;*/
    width: calc(20% - 28px);
    float:left;
    margin-right: 28px;
    display: block;
    margin-bottom: 38px;
}

.product .wishlist-wrapper {
    height: 30px;
    width:100%;
}

.wishlist-btn {
    float: right;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    display: inline-block;
}

.product .wishlist-wrapper .promo {
    background: url('../img/sprites/base.png') -195px -117px no-repeat;
    height: 40px;
    width: 42px;
    display: inline-block;
    float: left;
    position: absolute;
    z-index: 1;
}
.product .wishlist-wrapper .sale {
    background: url('../img/sprites/base.png') -240px -117px no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    float: left;
    position: absolute;
    z-index: 1;
}
.product .wishlist-wrapper .new {
    background: url('../img/sprites/base.png') -327px -117px no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    float: left;
    position: absolute;
    z-index: 1;
}
.product .wishlist-wrapper .best-seller {
    background: url('../img/sprites/base.png') -285px -117px no-repeat;
    height: 38px;
    width: 38px;
    display: inline-block;
    float: left;
    position: absolute;
    z-index: 1;
}

.product .image{    
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    min-height: 194px;
    position: relative;
    z-index: 0;
}
.product .image img {
    margin: 0 auto;
    display: inline-block;
    width: 80%;
}
.product .title, .product .title a{
    font-family: "Proxima Nova Light", sans-serif;
    color: #646464;
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;
    width: 100%;
    clear: both;
}
.product .title a:hover{
    color: #323232;
}

.product .preco {
    font-family: "Proxima Nova Regular Bold", sans-serif;
    color: #8c8c8c;
    font-size: 13px;
}
.product .preco.sale {
    font-family: "Proxima Nova Bold", sans-serif!important;
    color: #c70000;
    font-size: 13px;
    font-weight: 700;
}

.product .preco span.old-price {
    font-family: "Proxima Nova Regular", sans-serif!important;
    text-decoration: line-through;
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 100;
    margin-left: 10px;

}

/* product listing filters */

#products-page {
    position: relative;
}

#products-filter {
    float:left;
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: solid 1px #dcdcdc;
}

#products-filter #family-filter {
    width: 25%;
    margin-left: 1%;
    float:left;
    margin-left: 0;
}
#products-filter #family-filter select{
    max-width: 230px;
}

#family-filter .style-select {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-border: none;
    -moz-border-image: none;
    border: 0;
}

#family-filter .chosen-single {
    font-family: "Times New Roman", serif!important;
    color: #505050;    
    font-size: 23px;
    font-weight: normal;
    border:none;
    background: none;
    box-shadow: none;
}

#family-filter .chosen-single span {
    font-family: "Times New Roman", serif!important;
    color: #505050;    
    font-size: 19px;
    font-weight: 100;
    border:none;
    background: none;
    box-shadow: none;
}

.italic-number {
    color: #8c8c8c!important;
    font-family: "Times New Roman", serif;
    display: inline-block!important;
    font-style: italic;
    position: relative;
    margin-left: 10px;
    padding-right: 3px;
    top: 3px;
    font-size: 17px;
}

.chosen-container .chosen-drop {
    margin-top: 1px;
    border-radius: 0;
    border:none;
}

.chosen-container .chosen-results {
    color: #8c8c8c;
    text-transform: uppercase;
}

.chosen-container .chosen-drop ul.chosen-results li.active-result.result-selected,
.chosen-container .chosen-drop ul.chosen-results li.active-result{
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 11px;
}

.chosen-container .chosen-drop ul.chosen-results li.active-result.result-selected:hover,
.chosen-container .chosen-drop ul.chosen-results li.active-result:hover{
    background: #c70000;
}

.chosen-container .chosen-drop ul.chosen-results li.active-result.result-selected{
    font-family: "Proxima Nova Regular", sans-serif;
    background: #c70000;
    color: #ffffff;
}

#products-filter #sort-filter, 
#products-filter #price-filter, 
#products-filter #finishing-filter, 
#products-filter #materials-filter {
    float:left;
    margin-right: 20px;
    display: inline-block;
    width: calc(25% - 20px);
}

#products-filter #sort-filter{
    margin-right: 0;
}

#products-filter #other-filters {
    position: relative;
    width: 75%;
    right: 0;
    float: right;
    left:20px;
    top: -20px;

}
#products-filter #other-filters .pull-right-wrapper {
    position: relative;
    float: right;
    width: 100%;
}

#products-filter #other-filters .chosen-container .chosen-results {
    color: #8c8c8c;
    text-transform: uppercase;   
}

#products-filter #sort-filter, 
#products-filter #price-filter, 
#products-filter #finishing-filter, 
#products-filter #materials-filter {
    float:left;
}
#products-filter #materials-filter{
    margin-left: 0%;
}

#products-filter #sort-filter span, 
#products-filter #price-filter span, 
#products-filter #finishing-filter span, 
#products-filter #materials-filter span {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #b4b4b4;    
    font-size: 13px;
    font-weight: 100;
    border:none;
    background: none;
    box-shadow: none;
    /*min-width: 100px;*/
    padding: 3px 0;
    height: auto;
}

#products-filter .label {
    font-family: "Proxima Nova Regular", sans-serif;
    text-transform: uppercase;
    color: #8c8c8c;    
    font-size: 13px;
    font-weight: 100;
    float:left;
    margin-right: 5px;
    clear:both;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.popup .chosen-single,
#other-filters .chosen-single {
    color: #505050;    
    font-size: 13px;
    font-weight: normal;
    border:solid 1px #e6e6e6;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}

#other-filters .chosen-single span {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #b4b4b4;    
    font-size: 13px;
    font-weight: 100;
    border:none;
    background: none;
    box-shadow: none;
}

.chosen-drop {
    min-width: 100%;
}

#products-page #products-filter {
    padding: 28px 0 22px 0; 
}
#products-page.weddinglist #products-filter {
    padding: 5px 0 15px 0; 
}

#products-page #products-filter.border-top{
    margin-top:20px;
    margin-bottom: 20px;
    border-top: solid 2px #dcdcdc;
}

#products-page #product-list-cover {
    background: #fdf6f7;
    width: 100%;
}
#products-page.weddinglist #product-list-cover {
    background: #ffffff;
    width: 100%;
}

#products-page  #product-cover-top {
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 763px;
    width: 100%;
    padding-bottom: 30px;
}

#products-page .product-listing{
    width: 1240px;
    margin:0 auto;
}

.product-listing .paginator {
    min-height: 80px;
    background:rgba(255,255,255,0.6);
    width: 100%;
    display: block;
    clear:both;
    color: #a0a0a0;
    position: relative;
    z-index: 18;
    font-family: "Proxima Nova Light", sans-serif!important;
    font-size: 13px;
    text-transform: uppercase;
    max-width: 1240px;
    float: none;
    margin: 0 auto;
    /*left: -20px;*/
}

.product-listing .paginator .col-left {
    width: 24%;
    float: left;
    padding-top:30px;
    padding-left: 40px;
}
.product-listing .paginator .col-left #num-prod {
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-weight: bold;
}

.product-listing .paginator .col-center {
    width: 42%;
    float: left;
    padding-top:22px;
    margin-right: 1.5%;
}

.product-listing .paginator .col-center a {
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
    display: block;
}

.product-listing .paginator .col-right {
    width: 25%;
    float: left;
    padding-top:22px;
}

.product-listing .paginator .col-right a {
    border-width: 2px;
    padding: 6px 29px;
    font-family: "Proxima Nova Regular Bold";
}

#products-page .product-listing-content {
    padding: 0 40px;
    position: relative;
    z-index: 2;
    clear: both;
    min-height: 220px;
}
#products-page .product-listing-content .container {
    background: #ffffff;
    max-width: 1200px;
}

#products-page.weddinglist .product-listing-content {
    padding: 0;
}

#products-page #product-page-header {
    background: none;
}

#products-page #product-page-header .header {
    width: 30%;
    float:left;
    padding-top: 51px;
    padding-bottom: 55px;
}
#products-page #product-page-header .header {
    width: 100%;
    float:left;
    padding-top: 35px;
    padding-bottom: 21px;
}

#products-page #product-page-header .header.center {
    width: 100%;
    float:none;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 21px;
    text-align: center;
}
#products-page #product-page-header .header.right {
    width: 100%;
    float:right;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 21px;
    text-align: right;
}

#products-page #product-page-header .header .title{
    font-family: "Times New Roman Regular", serif!important;
    font-size: 61px;
    color: #7d1b4d;
    font-weight: 100!important;
    margin-bottom:15px;
}

#products-page.weddinglist #product-page-header .header .title{
    font-family: "Times New Roman Regular", serif!important;
    font-size: 39px;
    color: #787878;
    font-weight: 100!important;
    margin:10px 0;
}

#products-page #product-page-header .header .pre-title{
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
    text-transform: uppercase;
    font-size: 13px;
    color:#b27594;
}
#products-page.weddinglist #product-page-header .header .pre-title{
    color: #b8b8b8;
}

#products-page #product-page-header .header .text {
    font-family: "Proxima Nova Regular", sans-serif!important;
    font-size: 13px;
    color: #b27594;
    line-height: 21px;
}
#products-page.weddinglist #product-page-header .header .text {
    color: #787878;
    line-height: 21px;
    font-size: 15px;
}

#products-page #product-cover-bottom {
    background: no-repeat top right;
    height: 736px;
    width: 1024px;
    bottom: 0px;            
    position: absolute;
    z-index: 0;
}
/*url('../img/products/background-bot.png') */

.repeat-shadow {
    width: 100%;
    background: url('../img/sprites/shadow.png') repeat-x;
    height: 4px;
    position: relative;
    z-index:5;
    top: -2px;
}

/* shopping-bag */ 
#shopping-bag { }

#shopping-bag #empty-bag{
    padding-top:30px;
    clear:both;
    margin-top:30px;
    width: 100%;
    padding-bottom:30px;
    min-height: 398px;
    background: url('../img/sprites/empty_bag_bg.png') no-repeat center bottom;
}

#shopping-bag #empty-bag h1{
    color:#c70000;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 100;
}
#shopping-bag #empty-bag p {
    font-family: "Proxima Nova Light", sans-serif;
    color:#787878;
    text-transform: uppercase;
    font-size: 13px;
}
#shopping-bag #empty-bag a {
    margin-top: 38px;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size: 13px;
    clear:both;
    margin-bottom: 20px;
}
#shopping-bag #empty-bag bag {
    position: relative;
    bottom: 0px;
    background: url('../img/sprites/empty_bag_bg.png') no-repeat center bottom;
    height: 252px;
    width: 492px;
    content: '';
}

/* bag */
#shopping-bag #bag {
    padding-top:30px;
    clear:both;
    margin-top:30px;
    width: 100%;
    padding-bottom:30px;
    min-height: 398px;
}

#shopping-bag #bag .left {
    width: 80%; 
    float:left;
}

#shopping-bag #bag .left h1{
    color:#646464;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 100;
}

#shopping-bag #bag .right{
    width: 19%;
    float:right;
    text-align: right;
}
#shopping-bag #bag .right a,
#shopping-bag #bag-left a{
    text-decoration: none;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    color:#b4b4b4;
    font-size: 13px;
}
#shopping-bag #bag .right a:hover
#shopping-bag #bag-footer .left a:hover{
    text-decoration: none;
    color:#a0a0a0;
    text-decoration: underline;
}
#shopping-bag #bag-footer {
    width: 100%;
    float:left;
    clear:both;
    margin-top:10px;
}
#shopping-bag #bag-footer .left {
    float:left;
    width: 20%;
    text-align: left;
}
#shopping-bag #bag-footer .checkout{
    float:left;
    width: 20%;
    text-align: left;
}

/* shop-bag-table */


#bag ul.shopping-bag {
    width: 100%;
    clear:both;
    float:left; 
    list-style: none;
}

#bag ul.shopping-bag li {
    width: 100%;
}

#bag ul.shopping-bag li.header {
    background: #f8f8f8;
    line-height: 50px;
    font-family: "Proxima Nova Light", sans-serif;
    letter-spacing: 1px;
    color:#646464;
    font-size: 11px;
    text-shadow: 0;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    height: auto;
}

#bag ul.shopping-bag li.header .head-description {
    width: 55%;
    float:left;
    padding: 0px 10px;
    font-size: 13px;
}
#bag ul.shopping-bag li.header .head-custom {
    width: 24.5%;
    float:left;
    text-align: center;
}
#bag ul.shopping-bag li.header .head-price {
    width: 8%;
    float:left;
    text-align: center;
}
#bag ul.shopping-bag li.header .head-quantity {
    width: 10%;
    float:left;
    text-align: center;
}

#bag ul.shopping-bag li.product,
#bag ul.shopping-bag li.compound-product {
    float:left;
    width: 100%;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #e6e6e6;
    box-sizing: border-box;
}
#bag ul.shopping-bag li.compound-product .product{
    margin-right: 30px;
}
#bag ul.shopping-bag li.compound-product:last-child {
    border-bottom: none;
}
#bag ul.shopping-bag li.product .prod-img {
    width: 12%;
    min-width: 100px;
    float:left;
    margin-right: 10px;
    text-align: center;
}

#bag ul.shopping-bag li.product .prod-img img {
    margin: 0 auto;
    width: 70%
}
#bag ul.shopping-bag li.product div {
    float:left;
}
#bag ul.shopping-bag li.product .prod-description{
    width: 44%;
    margin-right: 20px;
    float:left;
}
#bag ul.shopping-bag li.compound-product-header .prod-description{
    width: 81%;
    margin-right: 17px;
    float:left;
}
#bag ul.shopping-bag li.product .prod-description .title a,
#bag ul.shopping-bag li.compound-product li.compound-product-header .prod-description .title a {
    font-family: "Proxima Nova Regular", sans-serif;
    color:#505050;
    font-size: 17px;
    text-decoration: none;
    clear:both;
    float:left;
    text-transform: uppercase;
}

#bag ul.shopping-bag li.product .prod-description .title a:hover,
#bag ul.shopping-bag li.compound-product .prod-description .title a:hover {
    color:#323232;
    font-size: 17px;
    text-decoration: underline;
}

#bag ul.shopping-bag li.product .prod-description .reference,
#bag ul.shopping-bag li.compound-product .prod-description .reference {
    font-family: "Proxima Nova Regular", sans-serif;
    color:#a0a0a0;
    font-size: 11px;
    font-weight: 100;
    clear:both;
}
#bag ul.shopping-bag li.product .prod-description .size,
#bag ul.shopping-bag li.compound-product .prod-description .size{
    font-family: "Proxima Nova Regular", sans-serif;
    color:#646464;
    font-size: 13px;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 30px;
    clear:both;
    text-transform: uppercase;
}
#bag ul.shopping-bag li.product .prod-description .size span,
#bag ul.shopping-bag li.compound-product .prod-description .size span {
    font-family: "Proxima Nova Regular", sans-serif;
    color:#646464;
    font-weight: 100;
}
#bag ul.shopping-bag li.product .prod-description .offer,
#bag ul.shopping-bag li.compound-product .prod-description .offer{
    color: #b4b4b4;
    clear:both;
    float:left;
}

#bag ul.shopping-bag li.compound-product .prod-description .offer {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 10px;
}

#bag ul.shopping-bag li.product .prod-description .offer .checkboxWrapper,
#bag ul.shopping-bag li.compound-product .prod-description .offer .checkboxWrapper{
    float:left;
    width: 100%;
    text-align: left;
    margin-left: 0px!important;
}
#bag ul.shopping-bag li.product .prod-description .offer div.checkboxWrapper label.checkbox,
#bag ul.shopping-bag li.compound-product .prod-description .offer div.checkboxWrapper label.checkbox {
    float:left;
    cursor: pointer;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 13px;
    color: #b4b4b4;
    font-weight: 100;
    width: auto!important;
}
#bag ul.shopping-bag li.product .prod-description .offer  div.checkboxWrapper label.checkbox i,
#bag ul.shopping-bag li.compound-product .prod-description div.checkboxWrapper label.checkbox i {
    margin-left: 10px;
}
#bag ul.shopping-bag li.product .prod-description .offer .hassu-icon.hassu-gift,
#bag ul.shopping-bag li.compound-product-header .prod-description .hassu-icon.hassu-gift {
    float:left;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
#bag ul.shopping-bag li.product .prod-customization {
    text-align: center;
    vertical-align: top;
    font-family: "Times New Roman Italic", serif;
    color: #a0a0a0;
    font-size: 13px;
    width: 24%;
    text-align: center;
}
#bag ul.shopping-bag li.product .prod-customization span {
    color: #c70000;
    font-family: "Times New Roman", serif;
}
#bag ul.shopping-bag li.product .prod-price,
#bag ul.shopping-bag li.compound-product-header .prod-price{
    text-align: center;
    vertical-align: top;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 17px;
    color:#787878;
    width: 8%;
    float:right;
    margin-right:5px;
}
#bag ul.shopping-bag li.product .prod-quantity,
#bag ul.shopping-bag li.compound-product .prod-quantity {
    text-align: center;
    vertical-align: top;
    width: 8%;
    float:left;
}

#bag ul.shopping-bag .chosen-container {
    min-width: 70px;
    border-radius: 0;
    text-shadow: none;
    text-align: center;
    margin:0 auto;
    float: none!important;
}

#bag ul.shopping-bag .chosen-container-single .chosen-single span {
    line-height: 32px;   
}

#bag ul.shopping-bag .chosen-single {
    border-radius: 0;
    background: none;
    border-color: #c8c8c8;
    box-shadow: 0;
    height: 32px;
    color: #8c8c8c;
    line-height: 30px!important;
    font-family: "Proxima Nova Regular", sans-serif!important;
}

#bag ul.shopping-bag .remove {
    width: 100%;
    text-align: center;
    display: inline-block;
}
#bag ul.shopping-bag .remove a.remove-item {
    margin-top: 10px;
    display: block;
    clear:both;
    text-align: center;
    font-family: "Times New Roman Italic", serif;
    margin:0 auto;
} 

#bag ul.shopping-bag .remove a.remove-item{
    display:block;
    text-align:center!important;
    position: relative;
    top: 15px;
    color: #bebebe;
    font-family: "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
    float: none;
    margin: 0 auto;
}

#bag ul.shopping-bag .remove a.remove-item:hover{
    color: #8c8c8c;
}

.spacer {
    width: 40px;
}

li.compound-product li.product {
    margin-left: 20px;
} 

/* shopping bag summe */
#bag .summe{
    width: 100%;
    background:#f8f8f8;
    padding: 24px 0px;
    float:left;
    clear:both;
    text-align: center;
}

#bag .summe .wrapper {
    width: 96%;
    margin:0 auto;
}

#bag .summe .coupon {
    float:left;
    width: 40%;
    text-align: left;
}
#bag .summe .coupon p {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #646464;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#bag .summe .coupon input {
    border: solid 1px #c8c8c8;
    line-height: 20px;
    color: #505050;
    font-size: 20px;
    font-family: "Proxima Nova Light", sans-serif;
    padding: 7px 10px;
    height: 42px;
    box-sizing: border-box;
    min-width: 200px;
}
#bag .summe .coupon a,
#bag .continue-shopping a.btn {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 15px;    
    height: 42px;
    box-sizing: border-box;
    line-height: 30px;  
}
#bag .summe .total {
    float:right;
    text-align: right;
    width: 40%;
}
#bag .summe .total ul li {
    padding-bottom: 14px;
    text-transform: uppercase;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #787878;
    font-size: 13px;
    width:100%;
}

#bag .summe .total ul li .item-name{
    width: 60%;
    text-align: right;
    display: inline-block;
} 

#bag .summe .total ul li .item-name.subtotal{
    font-size: 15px;
}
#bag .summe .total ul li .value {
    width: 30%;
    text-align: right;
    float:right;
    display: inline-block;
}
#bag .summe .total ul li .value.color-red,
#bag .summe .total ul li .item-name.color-red{
    color: #c70000!important;
}
#bag .summe .total ul li .item-name.totalizer {
    margin-top:30px;
    color: #323232;
}
#bag .summe .total ul li .value.totalizer{
    font-size: 25px!important;
    margin-top:30px;
    font-family: "Proxima Nova Light", sans-serif!important;
    color: #323232;
    position: relative;
    top: -5px;
}
#bag .continue-shopping {
    margin-top: 10px;
    clear:both;
    float:left;
    width: 100%;
    margin-bottom: 30px;
}

#bag .continue-shopping a {
    font-family: "Proxima Nova Regular Bold", sans-serif;
    color: #b4b4b4;
    font-size: 13px;
    text-decoration: none;
}
#bag .continue-shopping a:hover {
    color: #787878;
}

#bag .continue-shopping a.continue-link {
    position: relative;
    top: 10px;
}

#bag .continue-shopping a.btn {
    float:right;
    color: #ffffff;
}
#bag .continue-shopping a.btn:hover {
    color: #ffffff;
    font-size: 15px;
}

#bag .bag-promotion {
    margin-top:30px;
    clear: both;
    width: 100%;
}
#bag .bag-promotion .box {
    border: solid 2px #c8c8c8;
    margin-right: 1.4%;
    float:left;
    width: 32%;
    text-align: center;
    margin-bottom: 30px;
}
#bag .bag-promotion .box:last-child {
    margin-right: 0;
}
#bag .bag-promotion .box h3 {
    font-family: "Proxima Nova Regular Bold", sans-serif;
    color: #505050;
    font-size: 15px;
    margin-top: 34px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
#bag .bag-promotion .box .divider{
    width: 195px;
    border-bottom: solid 1px #ebebeb;
    margin: 0 auto;
    clear:both;
}
#bag .bag-promotion .box p {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    font-size: 13px;
    width: 75%;
    margin:14px auto 30px auto;
    line-height: 20px;
    min-height: 40px;
}
#bag .bag-promotion .box p a{
    font-family: "Proxima Nova Regular", sans-serif;
    color: #a0a0a0;
    font-size: 13px;
    text-decoration: none;
}
#bag .bag-promotion .box p a:hover{
    color: #505050;
    text-decoration: underline;
}
/* checkout complete */
.mgt30 {
    padding-top: 32px;
}s
#checkout-done { 
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
    margin-bottom: 40px;
}
#checkout-done h1 { 
    font-family: "Proxima Nova Light"!important;
    color: #646464;
    font-size: 35px;
    margin-bottom: 14px;
    font-weight: 100;
}
#checkout-done h2 {
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 15px;
    color: #c70000;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#checkout-done p {
    color: #a0a0a0;
    font-family: "Proxima Nova Light", sans-serif;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}
#checkout-done .payment-method-box {
    border:solid 1px #f8f8f8;
    width: 100%;
    min-height: 50px;
    margin-left: 50px;
    float: left;
}
#checkout-done .payment-method-box .title{
    background: #f8f8f8;
    line-height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    color: #646464;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    text-align: left;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
#checkout-done .payment-method-box .content {
    padding: 20px;
    box-sizing: border-box;
}
#checkout-done .payment-method-box .content .payment-description {
    width: 46%;
    margin-right: 5%;
    float:left;
}
#checkout-done .payment-method-box .content .payment-description p {
    color:#787878;
    font-family: "Proxima Nova Regular", sans-serif;
}

#checkout-done .payment-method-box .content .payment-description p.footnote {
    font-size: 11px;
    color: #b4b4b4!important;
    font-family: "Proxima Nova Regular", sans-serif;
}
#checkout-done .payment-method-box h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #646464;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    height: 30px;
}
#checkout-done .payment-method-box .payment-data .logo{
    float:left;
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
#checkout-done .payment-method-box .payment-data.hipay-cc  .logo{
    min-width: 64px!important;
    width: auto!important;
    min-height: 64px;
    margin-right: 20px;
}
#checkout-done .payment-data-box .payment-data .payment-item  {
    float:left;
    width: 34%;
}
#checkout-done .payment-data-box .payment-data .payment-item.w48  {
    width: 48%;
}

#checkout-done .payment-data-box .payment-data .payment-item p, #checkout-done a.hipay-link  {
    color: #2b2323;
    margin-bottom: 5px;
    font-family: "Proxima Nova Regular", sans-serif;
}
#checkout-done a.hipay-link  {
    clear:both;
    margin-bottom: 20px!important;
    float:left;
    font-size: 13px!important;
    text-decoration: none;
    text-transform: uppercase;
}

#checkout-done a.hipay-link:hover{
    text-decoration: underline!important;    
}

/* checkout */
.col-30{
    width: 32.2%;
    float:left;
}

#checkout { 
    margin-bottom: 40px;
}
#checkout .first-line{
    margin-bottom: 20px;
    float:left;
    clear:both;
    width: 100%;
}
#checkout h1 { 
    font-family: "Proxima Nova Light",sans-serif;
    color: #646464;
    font-size: 35px;
    margin-bottom: 14px;
    font-weight: 100;
}
#checkout h2 {
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 13px;
    color: #787878;
    text-transform: uppercase;    
}
#checkout h2 a {
    color:#c70000;
    text-decoration: none;
}
#checkout h2 a:hover {
    text-decoration: underline;
}
#checkout .box {
    border:solid 1px #f8f8f8;
    width: 100%;
    min-height: 50px;
    float: left;
    margin-bottom: 14px;
    padding-bottom: 20px;
}
#checkout .box.subtotal {
    background:#f8f8f8;
    width: 100%;
    float: left;
    margin-bottom: 14px;
    padding-bottom: 1px;
}
#checkout .box h3{
    background: #f8f8f8;
    line-height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    color: #646464;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    text-align: left;
    height: 50px;
    width: 100%;
    text-indent: 20px;
}
#checkout .box.red h3{
    background: #f9e5e5;
    color: #c70000;    
}
#checkout .box .content {
    padding: 20px;
    box-sizing: border-box;
}
#checkout .box .content p {
    font-family: "Proxima Nova Regular", sans-serif;   
    margin-bottom: 20px;
    color:#a0a0a0;
    font-size: 11px;
    margin-top:10px;
}
#checkout .box .content p span,
#checkout .box .required{
    color: #c70000;
    font-size: 13px;
}
#checkout .box .required {
    content: '(•)';
    display: inline-block;
    line-height: 13px;
}
#checkout .box input,
#checkout .box select{
    border: solid 1px #c8c8c8;
    display: block;
    height: 31px;
    color: #8c8c8c;
    padding-left: 10px;
    width: 86%;
    margin-bottom: 5px;
    width: 90%;
    float: left;
}
#checkout .box input.padr {
    padding-right: 10px;
}
select.input-block{
    width: 95%!important;    
}
input.input-block{
    width: 95%!important;
}
#checkout *{
    box-sizing: border-box;
}
#checkout .box textarea{
    border: solid 1px #c8c8c8;
    display: block;
    min-height: 80px;
    color: #8c8c8c;
    padding: 10px;
    width: 97%;
    margin-bottom: 5px;
    font-family: "Proxima Nova Regular",sans-serif;
}
#checkout .box label {
    color: #8c8c8c;
    font-size:11px;
    font-family: "Proxima Nova Regular", sans-serif;
    text-transform: uppercase;
    margin: 8px 0 4px 0;
    display: block;
    width: 100%;
}
#checkout div.checkboxWrapper{
    margin-left: 0!important;
}
#checkout .shipping {
    margin-left:35px;
}
#checkout .shipping .information{ 
    color: #8c8c8c;
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 11px;
    line-height: 17px;
}
#checkout .shipping .price{ 
    color: #8c8c8c;
    font-family: "Proxima Nova Regular Light", sans-serif;
    font-size: 13px;
    margin: 10px 0;
}
#checkout .shipping .price.red{
    color: #aa0000;
}
#checkout .shipping .observations{
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: #b4b4b4;
    font-size: 11px;
}
#checkout .mgl14 {
    margin-left: 14px;
}
#checkout .mgr14 {
    margin-right: 14px;
}
#checkout label.radio span { 
    text-transform: uppercase;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 13px;
    color: #8c8c8c;
}
#checkout label.radio.checked span{
    color: #646464!important;
}
#checkout table.checkout {
    font-family: "Proxima Nova Regular", sans-serif;
    border-collapse: collapse;
}
#checkout table.checkout thead tr {
    border-bottom: solid 1px #e6e6e6;
    text-align: center;
    vertical-align: top;
}
#checkout table.checkout tbody tr {
    border-bottom: solid 1px #e6e6e6;
    text-align: center;
    vertical-align: top;
}
#checkout table.checkout tbody tr:last-child {
    border-bottom: 0
}
#checkout table.checkout thead th {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 11px;
    color:#8c8c8c;
    line-height: 26px;
}
#checkout table.checkout thead th.left-text{
    text-align: left;
    text-indent: 5px;
}
#checkout table.checkout tbody td{
    font-family: "Proxima Nova Regular", sans-serif;
    color:#787878;
    font-size: 13px;
}
#checkout table td.product{
    padding-left: 10px;   
    text-align: left;
    /*width: 100%!important;*/
    width: 60%;
    margin-bottom: 10px;
}
#checkout table td.product .description{
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: "Proxima Nova Regular", sans-serif;
    color:#787878;
}
#checkout table td.product .size{
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 11px;
    color: #a0a0a0;
    text-transform: uppercase;
}
#checkout table td.product .size span{
    font-family: "Proxima Nova Regular Bold", sans-serif;
}

#checkout table td.quant {
    width: 22%
}
#checkout table td.price {
    width: 22%    
}
#checkout table.subtotal {
    background: #f8f8f8;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #a0a0a0;
    width: 90%;
    text-transform: uppercase;
    font-size: 11px;   
    margin:20px auto;
}
#checkout table.subtotal tr td{
    padding: 4px 0;
    font-weight: normal;
}
#checkout .right-text {
    text-align: right;
}
#checkout table.subtotal tr.row-subtotal{
    color: #787878;
    font-size: 13px;
}
#checkout table.subtotal tr.discount td{
    color: #c70000;
}
#checkout table.subtotal tr.discount.margin-bt td{
    padding-bottom: 30px;
}
#checkout table.subtotal tr.total{
    padding-top:30px;
    margin-top: 20px;
    color:#323232;
    font-size: 13px;
    vertical-align: bottom;
}
#checkout table.subtotal tr.total td.price{
    color:#323232;
    font-size: 31px;
    font-family: "Proxima Nova Light", sans-serif;
    width:45%;
    padding-right: 10px;
}
#checkout .box.red{
    border-color: #f9e5e5;
}

#checkout .box.terms {
    background: #f8f8f8;
} 
#checkout .box.terms .wrapper{
    min-height: 0;
    width:90%;
    margin:0 auto;
}
#checkout .box.terms.red{
    background: #f9e5e5;
}
#checkout .box.terms .wrapper a.btn {
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-family: "Proxima Nova Regular Bold", sans-serif;
}
#checkout .box.terms.red .wrapper a.btn {
    background: #c70000;
}
#checkout .box.terms.red .wrapper a.btn:hover {
    background: #af0000;
}
#checkout .box.terms .wrapper a.terms-and-conditions{
    color:#646464;
    font-family: "Proxima Nova Regular", sans-serif;
    text-decoration: underline;
}
/* product-detail */

#product-detail .product-nav{
    width:100%; 
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 40px;
    float:left;
    line-height: 40px;
    background: #ffffff;
}
#product-detail .product-nav .next-prev{
    float:right;
}
#product-detail .product-nav .next-prev a{
    margin-left: 20px;
}
#product-detail .product-nav a {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 10px;
    color: #a0a0a0;
    text-transform: uppercase;
    text-decoration: none;
    float:left;
}
#product-detail .product-nav a:hover {
    color: #787878;
}

#product-detail .product-nav a.back:hover i.hassu-icon.hassu-back {
    background-position: -177px -176px;
}

#product-detail .product-nav a.prev:hover i.hassu-icon.hassu-icon-prev {
    background-position: -196px -176px;
}

#product-detail .product-nav .next-prev a.next:hover i.hassu-icon.hassu-icon-next {
    background-position: -207px -176px;
}
#product-detail .title{
    float:left;   
    width:25%;
}
#product-detail .title .category {
    font-family: "Times New Roman", serif;
    font-size: 17px;
    color: #a0a0a0;
    font-style: italic;
    margin-bottom:10px;
}
#product-detail .title .description h1{
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size:35px;
    color:#2b2323;
    line-height: 33px;
}
#product-detail .title .price {
    float:left;
    padding: 20px 0;
}
#product-detail .title .price .current-price{
    color:#c70000;
    font-size: 25px;
    font-family: "Proxima Nova Light", sans-serif;
    float:left;
}
#product-detail .title .price span.old-price{
    color:#a0a0a0;
    text-transform: uppercase;
    margin-left: 20px;
    position: relative;
    bottom: 0;
    font-size: 13px;
    text-decoration: line-through;
}
#product-detail .information {
    float:left;
    clear:both;
    width:100%;
}

#product-detail .information ul.tabs {
    width: 100%;
    background: none;
    display: block;
    float:left;
}

#product-detail .information ul.tabs li a {
    text-transform: uppercase;
    padding: 14px 14px 14px 0;
    list-style-type: none;
    display: block;
    float:left;
    text-decoration: none;
    font-size: 15px;
    font-family: "Proxima Nova Bold", sans-serif!important;
    color: #8c8c8c;
    border-bottom: solid 1px #dcdcdc;
    border-top: solid 2px transparent;
    text-indent: 20px;
}
#product-detail .information ul.tabs li a:hover {
    color: #646464;
}

#product-detail .information ul.tabs li a.active {
    background: #ffffff;
    color:#323232;
    font-family: "Proxima Nova Semibold"!important;
    border-top: solid 2px #dcdcdc;
    border-bottom: none;
}
#product-detail .information ul.tabs li:first-child a{
    text-indent: 0;
}
#product-detail .information .tab-content{
    clear:both;
    float:left;
    padding-bottom: 20px;
    display: none;
}
#product-detail .information .tab-content.active{
    display: block;
}

#product-detail .information .tab-content p,
#product-detail .information .tab-content ul li{
    font-size: 13px;
    font-family: "Proxima Nova Regular", sans-serif;
    color:#8c8c8c;
    line-height: 18px;
}
#product-detail .information .tab-content ul{
    margin: 5px 0px 15px 10px;
}
#product-detail .information .tab-content h2{
    font-size: 13px;
    font-family: "Proxima Nova Semibold", sans-serif;
    color:#646464;
    text-transform: uppercase;
    margin-top:20px;
}

#product-detail .bag-options {
    float:right;
    width: 25%;
}
#product-detail .reference{
    font-family: "Proxima Nova Regular", sans-serif;
    color: #a0a0a0;
    border-bottom: solid 2px #dcdcdc;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 11px;
    margin-bottom: 28px;
}
#product-detail .question {
    float:left;
    width: 80%;
    font-family: "Proxima Nova Light", sans-serif;
    color: #aa0000;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 20px;
}
#product-detail .combo{
    float: right;
    margin-right: 9px;
    width: 16%;
}

#product-detail .customization {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #787878;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 20px;
    float:left;
    width: 100%;
    display: none;
}
#product-detail .customization .left{
    width: 39%;
    float:left;
    line-height: 20px;
    padding: 3px 0;
    padding-top: 8px;
}
#product-detail .customization .right{
    width: 61%;
    float:left;
    padding:3px 0;
}
#product-detail .images {
    width: 45%;
    float: left;   
    margin: 0 1%;
    text-align: center;
}
#product-detail .images img {
    margin: 0 auto;
}

#product-detail .customization .right input,
#product-detail .customization .right select {
    border: solid 1px #c8c8c8;
    padding: 4px 0 4px 4px;
    width: 100%;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #787878;
    font-size: 12px;
    box-sizing: border-box;
}
#product-detail .customization .right input {
    background: #f0f0f0;
    color: #c70000;
    font-family: "Times New Roman", serif;
    border: none;
    font-size: 13px;
    text-align: center;
}

#product-detail .customization .left.serif{
    text-align: center;
    font-family: "Times New Roman", serif;
    color: #a0a0a0;
    font-style: italic;
    font-size:11px;
    text-transform: none;
}
#product-detail .bag-options .item-row {
    float:left;
    width: 100%;
    padding: 10px 0;
    border-top: solid 1px #dcdcdc;
}
#product-detail .bag-options .item-row.border-bot{
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
}

#product-detail .bag-options .item-row label {
    width: 100px;
    display: inline-block;
    font-family: "Proxima Nova Bold", sans-serif;
    text-transform: uppercase;
    font-size:13px;
    color: #787878;
    font-weight: 700;
}
#product-detail .bag-options .item-row span {
    color: #a0a0a0;
    font-style: italic;
    font-size: 13px;
}
#product-detail .bag-options .item-row span.proxima{
    font-family: "Proxima Nova Regular", sans-serif;
    font-size:13px;
    color: #a0a0a0;
    font-style: normal;
}
#product-detail .bag-options .item-row span.proxima:hover{
    color: #787878;
}
#product-detail .bag-options .item-row select {
    width: 65px;
    display: inline-block;
    padding: 5px;
    border:solid 1px #c8c8c8;
    margin-right: 10px;
}
#product-detail .bag-options .item-row select.large {
    width:68%;
    margin-right: 0;
} 

#product-detail .bag-options .item-row span.proxima.large{
    margin-left: 0px;   
}

#product-detail .bag-options a.btn{
    margin-bottom: 10px;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-weight: normal;   
}

#product-detail .bag-options a.btn.group-buy, .btn.btn-large.btn-dark-gray.upper.btred{
    background: #dd6666;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-weight: normal;   
}
.btn.btn-large.btn-dark-gray.upper.btred{
    background: #dd6666 !important;
}
#product-detail .bag-options a.btn.group-buy:hover, .btn.btn-large.btn-dark-gray.upper.btred:hover{
    background: #c70000;
    font-weight: normal;   
}
.btn.btn-large.btn-dark-gray.upper.btred:hover{
    background: #c70000 !important;
}

#product-detail .bag-options .item-row a .text, a.sizeguide {
    font-family: "Proxima Nova Semibold", sans-serif;
    color: #8c8c8c;
    font-size:11px;
    float:left;
    margin-top: 5px;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 8px;
}
a.sizeguide{
    text-transform: none;
    float:right;
    text-decoration: none;
}
a.sizeguide.large{
    float:left;
}
a.sizeguide:hover{
    color: red;
}

#product-detail .bag-options .item-row a .image {
    margin-right: 10px;
    width: 30px;
    text-align: center;
    float:left;
}
#product-detail .bag-options .item-row a:hover .text  {
    color:#787878;
}

#product-detail .bag-options .item-row.mgt20 {
    margin-top:20px;
}

#product-detail .promos{
    clear:both;
    float:left;
    margin: 20px 0;
    width: 100%;
}
#product-detail .promos ul li {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float:left;
    width: 32%;
    margin-right: 1.7%;        
    min-height: 150px;
    position: relative;    
}
#product-detail .promos ul li:last-child {
    margin-right: 0%;
}
#product-detail .promos ul li .pre-title,
#product-detail .promos ul li .title{
    width: 60%;
    margin:10px;
    float:left;
    clear:both;
}
#product-detail .promos ul li a.btn-hassu{
    position: absolute;
    bottom: 10px; 
    left: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-family: "Proxima Nova Semibold", sans-serif;
}
#product-detail .promos ul li a.btn-hassu i {
    font-size: 15px;
    margin-left: 8px;
    position: relative;
    top: 1px;
}
#product-detail .promos ul li .pre-title{
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
#product-detail .promos ul li .title{
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    margin-top:0;
}
#product-detail .white-color{
    color:#ffffff;
}
#product-detail .dark-purple-color{
    color:#863d5c;
}
#product-detail .dark-red-color{
    color: #ad4949;
}
#product-detail .red-color{
    color: #d22b2c;
}
#product-detail .gray{
    color:#959595;
}
#bundles {
    clear:both;
    width: 100%;
    margin-top: 20px;
    background: #f8f8f8;
    padding: 35px 0;
}
#bundles .product-looks,
#bundles #bundles .related-products {
    float:left;
    margin-right: 20px;
    width: 50%;
}
#bundles #bundles .related-products {
    margin-right: 0;
}
#bundles .related-products{
    float:left;
}

#bundles h3, #costumer-comments h3 {
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

#bundles .product-looks,
#bundles .related-products{
    width: 48%;
    float:left;
    margin-right: 4%;
}
#bundles .related-products{
    margin-right: 0%;
}

#bundles .product-looks ul li,
#bundles .related-products ul li {
    width: 30%;
    float:left;
    margin:20px auto;
    float:left;
}

#bundles ul.look li .image,
#bundles .related-products ul li .image{
    text-align: center;
    background: #ffffff;
    width: 100%;
    min-height: 180px;
}
#bundles ul.look li .image img,
#bundles .related-products ul li .image img {
    width: 80%;
    margin:20px auto;
    /* min-width: 150px;*/
}
#bundles ul.look li .image img,
#bundles .related-products ul li .image img {
    width: 80%;
    margin:20px auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#bundles ul.look li .image img:hover,
#bundles .related-products ul li .image img:hover{
    opacity: 0.7;
}

#bundles .related-products ul li.spacer,
#bundles ul.look li.plus{
    width:12px;
    position: relative;
    margin: 80px 5px 0px 5px;
    float:left;
    display: inline-block;
    font-size: 17px;
    font-family: "Times New Roman Bold", sans-serif;
    font-weight: 700;
    height: 30px;
    color: #787878;
}
#bundles .product-looks .look-description {
    clear:both;
    float:left;
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 11px;
    color: #8c8c8c;
    line-height: 15px;
    border-right: 1px solid #e6e6e6;
    margin-right: 20px;
    padding: 5px;
    padding-right: 20px; 
}
#bundles .product-looks .look-description span{
    color: #646464;
}
#bundles .add-look{
    margin-right: 20px;
}

#bundles .product-looks .look-price{
    width: 40%;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    color:#646464;
    float:left;
    font-size: 11px;
    display: block;
    float:left;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}
#bundles .product-looks .look-price span{
    font-family: "Proxima Nova Light", sans-serif;
    color: #c70000;
    font-size: 21px;
    width: 100%;
}
#bundles .product-looks .look-price span.old-price{
    color: #787878;
    text-decoration: line-through;
    font-size: 13px;
    margin-left: 10px;
}
#bundles .product-looks a.btn{
    font-family: "Proxima Nova Regular Bold", sans-serif;
    padding: 12px 20px;
}
#bundles .related-products ul li .title{
    width: 100%;
    float:left;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 2px;
}
#bundles .related-products ul li .title a{
    text-decoration: none;
    color:#646464;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    margin-bottom: 5px;
    font-size: 13px;
    float:left;
}
#bundles .related-products ul li .title a:hover{
    text-decoration: underline;
    color: #323232;
    font-size: 13px;
}
a.gray-link{
    text-decoration: none;
    color:#646464;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    margin-bottom: 5px;
    font-size: 13px;
}
a.gray-link span { font-family: "Proxima Nova Regular", sans-serif
}
a.gray-link:hover{
    text-decoration: underline;
    color: #323232;
    font-size: 13px;
}
#bundles .related-products ul li .price{
    padding-top: 10px;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    font-size: 11px;
    width: 100%;
    display: block;
    padding-left:10px;
}
#bundles .related-products ul li .wishlist{  
    float: right;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 30px;
    display: inline-block;
}
#costumer-comments{
    width: 100%;
    padding-top: 20px;
    font-family: "Proxima Nova Regular", sans-serif;
}
#costumer-comments ul.cost-comments {
    margin-top: 30px;
}
#costumer-comments ul.cost-comments li{ 
    width: 48%;    
    float:left;
    margin-right: 2%;
    padding-bottom: 20px;
}
#costumer-comments ul.cost-comments li .name{
    padding-top: 20px;
    width:32.5%;
    font-size: 13px;
    color: #646464;
    text-transform: uppercase;
    float:left;
    border-top: 1px solid #c8c8c8;
    line-height: 17px;
    font-family: "Proxima Nova Semibold", sans-serif;
}
#costumer-comments ul.cost-comments li span.data{
    font-size: 11px!important;
    color: #b4b4b4;
    text-transform: none;
    float:left;
    width: 100%;
}
#costumer-comments ul.cost-comments li .comment{
    width:67.5%;
    float:left;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;    
    color: #8c8c8c;
    font-size: 11px;
    line-height: 18px;
}

/* institucional */
.institucional { }

.institucional .side-menu {
    width: 25%;
    float:left;
}
.institucional .side-menu ul.institucional-menu {
    width: 100%;
    font-family: "Proxima Nova Light", sans-serif;
    color: #c70000;
    font-size: 35px;
    float:left;
    line-height: 37px;
}
.institucional .side-menu ul.institucional-menu>li{
    width: 100%;
    float:left;
    display: block;
    border-top: solid 1px #e6e6e6;
    padding-bottom: 20px;

}
.institucional .side-menu ul.institucional-menu li ul li{
    float:left;
    clear:both;   
}
.institucional .side-menu ul.institucional-menu>li:last-child{
    border-bottom: solid 1px #e6e6e6;
}
.institucional .side-menu ul.institucional-menu>li>a {
    display: block;
    text-decoration: none;
    color: #a0a0a0;
    padding-top:20px;
    width: 100%;
}
.institucional .side-menu ul.institucional-menu>li.selected>a{
    color: #c70000;
    padding-bottom: 20px;
    float:left;

}
.institucional .side-menu ul.institucional-menu>li>a span{
    float:left;
    width:80%;
}
.institucional .side-menu ul.institucional-menu>li>a i{
    float:right;
    margin-top: 10px;
    font-size: 15px;
    line-height: 13px;
}
.institucional .side-menu ul.institucional-menu>li>ul {
    float:left;
    display: none;
    line-height: 21px;
}
.institucional .side-menu ul.institucional-menu>li.selected>ul {
    display: block;
}
.institucional .side-menu ul.institucional-menu>li>ul>li>a {
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #a0a0a0;
}
.institucional .side-menu ul.institucional-menu>li>ul>li>a:hover{
    color: #8c8c8c;
}
.institucional .side-menu ul.institucional-menu>li>a:hover{
    color: #8c8c8c;
}
.institucional .side-menu ul.institucional-menu>li>ul>li>a.selected{
    padding-left:10px;
    color: #646464;
}

.institucional .content ul li {
    margin-left: 40px;
    list-style-type: disc;
}

#signin{ 
    padding-top: 20px;
    background: #fff;
    height: auto;
    float: left;
    width: 100%;
}

#signin .signin-more-info {
    clear:both;
    float:left;
    width: 100%;
    font-family: "Proxima Nova Regular";
    color: #8c8c8c;
    font-size: 13px;
    margin-bottom: 20px;
}
#signin .signin-more-info p{
    line-height: 18px;
}

.institucional .continue-shopping,
#signin .continue-shopping{
    margin-top:40px;
    text-align: right;
    width: 79%;
    margin-left: 20%;
    font-family: "Proxima Nova Regular Bold", sans-serif;
}
.institucional .continue-shopping a,
#signin .continue-shopping a {
    font-family: "Proxima Nova Regular Bold", sans-serif;
    color: #b4b4b4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}
.institucional .continue-shopping a:hover,
#signin .continue-shopping a:hover{
    color: #646464;
}
.institucional .content {
    width: 71%;
    margin-left: 4%;
    margin-top:40px;
    float:left;
    font-family: "Proxima Nova Regular", sans-serif;
    font-size:13px;
    color:#a0a0a0;
    line-height: 23px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.institucional .content h1,
.institucional .content h2,
#signin .content h1,
#calibration h1 {
    font-family: "Proxima Nova Light", sans-serif;        
    text-transform: uppercase;
    font-weight: normal;
}
.institucional .content h1,
#signin .content h1,
#calibration h1 {
    color: #646464;
    line-height: 31px;
    font-size: 25px;
    padding: 20px 0;
}
.institucional .content h2 {
    color: #5a5a5a;
    line-height: 23px;
    font-size: 15px;
    margin-top: 25px;
}
.institucional .content blockquote {
    margin: 20px;
}
.institucional .content a {
    color: #c70000;
    font-family: "Proxima Nova Regular", sans-serif;
}
.institucional .content ul#stores {
    width: 100%;
    margin-top:10px;
    float:left;
}
.institucional .content ul#stores li,
.institucional .content ul#contacts  li{
    width: 23.5%;
    margin-right: 2%;
    float:left;
    list-style-type: none;
    margin-left:0;
}
.institucional .content ul#contacts  li:last-of-type{
    margin-right: 0;
}
.institucional .content ul#stores li:nth-of-type(4n){
    margin-right: 0%;
}
.institucional .content ul#stores li .image {
    background-size: cover;
    display: block;
    width: 100%;
    height: 180px;
    background-position: center center;
    overflow: hidden;
}
.institucional .content ul#stores li .image img{
    width: 100%;
}
.institucional .content ul#stores li .store-info{
    width: 100%;
    font-family: "Proxima Nova Light",sans-serif;
    float:left;
}
.institucional .content ul#stores li .store-info h2{
    color:#000000;
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 10px;
    font-family: "Proxima Nova Semibold",sans-serif;
}
.institucional .content ul#stores li .store-info h3{
    margin-top: 3px;
    color:#000000;
    font-family: "Proxima Nova Light",sans-serif;
    font-size: 21px;
}
institucional .content ul#stores li .store-info h4{
    color: #c70000;
    padding: 15px 0;
    font-family: "Proxima Nova Light",sans-serif;
    font-size: 17px;
}
.institucional .content ul#contact li .address {
    color: #8c8c8c;
    line-height: 13px;
    padding-bottom: 5px;
    float:left;
    display: block;
}
.institucional .content ul#stores li .phone {
    padding: 5px 0;
} 
.institucional .content ul#stores li ul.store-links{
    margin-top:10px;
    float:left;
    width: 100%;
}
.institucional .content ul#stores li ul.store-links li {
    width: 100%;
    border-top: solid 1px #e6e6e6;
    clear:left;
    padding:10px 0;
}
.institucional .content ul#stores li ul.store-links li:last-child{
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 30px;
}
.institucional .content ul#stores li ul.store-links li a {
    text-decoration: none;
    color:#646464!important;
    font-size: 11px;
}
.institucional .content ul#stores li ul.store-links li:first-child a{
    color:#c70000!important;
}
.institucional .content ul#stores li ul.store-links li a:hover {
    text-decoration: underline;    
}
.institucional .content ul#stores li ul.store-links li a:after {
    content: '>';
    display: inline-block;
    margin-left: 3px;
}
.institucional .content ul#stores li ul.store-links li a:hover:after {
    content: '>>';
}

.institucional .content ul#contacts {
    margin-top: 20px;
}
.institucional .content ul#contacts li .store-contact h2{
    margin-top: 3px;
    color:#000000;
    font-family: "Proxima Nova Light",sans-serif;
    font-size: 27px;
    font-weight: normal;
    padding: 10px 0;
    text-transform: none;
}
.institucional .content ul#contacts li .store-contact h3{
    margin-top: 3px;
    color:#c70000;
    font-family: "Proxima Nova Light",sans-serif;
    font-size: 17px;
    padding: 10px 0;
}
.institucional .content ul#contacts li .store-contact .small{
    font-size: 11px;
}
.institucional .content ul#contacts li .store-contact a.gray{
    color: #a0a0a0
}

.institucional .content ul#contacts li .store-contact .address,
.institucional .content ul#contacts li .store-contact .gps-coords,
.institucional .content ul#contacts li .store-contact .contact-links{
    padding: 15px 0;
}
.institucional .content ul#contacts  li ul.contact-links li {
    width: 100%;
}
.institucional .content ul#contacts  li ul.contact-links li a {
    text-decoration: none;
}
.institucional .content ul#contacts  li ul.contact-links li a.small{
    font-size: 11px;
}
.institucional .content ul#contacts  li ul.contact-links li a:hover {
    text-decoration: underline; 
}

.institucional .content ul#contacts li ul.store-links li a {
    text-decoration: none!important;    
    color:#c70000!important;
    font-size: 11px;
}
.institucional .content ul#contacts li ul.contact-links li a:hover {
    text-decoration: underline;    
}
.institucional .content ul#contacts li ul.contact-links li a:after {
    content: '>';
    display: inline-block;
    margin-left: 3px;
}
.institucional .content ul#contacts li ul.contact-links li a:hover:after {
    content: '>>';
}

.institucional .content ul#contacts li .store-contact p.emergency-title{
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size: 13px;
    color: #646464;            
}
.institucional .content ul#contacts li .store-contact p.emergency-number{
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 17px;
    color: #c70000;            
}

/* contact form */
.institucional .content #contact-form {
    clear:both;
    margin-top: 30px;
    float:left;
    width: 75%; 
}
.institucional #contact-form .col-half,
.box .col-half{
    width: 47.7%;
    margin-right: 4%;
    float:left;
}
.institucional #contact-form .col-half:last-of-type,
.box .col-half:last-of-type{
    margin-right: 0;
}
.institucional #contact-form label {
    display: block;
    width:  100%;
    float:left;
    font-size: 11px;
}
.institucional #contact-form input,
.institucional #contact-form select,
.institucional #contact-form textarea{
    display: block;
    width: 100%;
    float: left;
    padding: 6px 5px;
    box-sizing: border-box;
    color: #8c8c8c;
    font-family: "Proxima Nova Regular", sans-serif;
}
.institucional #contact-form textarea {
    min-height: 112px
}

.institucional .content #contact-form h2{
    margin:0;
}
.institucional .content #contact-form button{
    width: 100%;
    margin-left: 0;
    padding: 8px 10px;
    font-size: 13px;
    font-family: "Proxima Nova Regular", sans-serif
}
.institucional .content #pager {
    width:100%;
    border-top: solid 1px #e6e6e6;
    clear:left;
    padding-top: 20px;
}
.institucional .content #pager a.btn-gray {
    color: #ffffff;
    font-size: 13px;
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
    width: 100%;
}
.institucional .content #pager a.btn-gray-border {
    color: #b4b4b4;
    font-size: 13px;
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
    width: 100%;
}
.institucional .content #pager .col30{
    width: 32%;
    margin-right: 2%;
    float:left;
}
.institucional .content #pager .col30:last-of-type{
    margin-right: 0;
}
.institucional .content #pager .col30.pad{
    padding-top: 10px;
    font-family: "Proxima Nova Light", sans-serif!important;
}
.institucional .content #pager .col30 span{
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
}



/* sign in */
#signin .content {
    float:left;
    width: 100%;
    padding-bottom: 20px;
}
#signin .content h1 {
    width: 80%;
    float:left;
    font-size: 35px;
}
#signin .content .continue-shopping{
    width: 20%;
    float:right;
    margin:0px;
    margin-top: 30px;
}
#signin .content .login-form{
    width: 61.5%;
    float:left;
}
#signin .content .or-div{
    width: 5.5%;
    float:left;
    padding-top: 100px;
    text-align: center;
    font-family: "Proxima Nova Regular",sans-serif;
    font-size: 19px;
    color:#323232;
}
#signin .content .guest-checkout{
    width: 33%;
    float:left;
}
.box{
    border: solid 1px #f8f8f8;
    float:left;
    padding: 0 0 30px 0;
}
.box.thirds{
    width: 31.8%;
    margin-right: 2%;
    padding:0;
}
.box.thirds:last-of-type{
    margin-right: 0;
}
.box .header {
    background: #f8f8f8;
    width: 100%;
    float:left;
}
.box .header h2{
    font-family: "Proxima Nova Regular Bold", sans-serif;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 15px;
    color:#646464;
    line-height: 30px;
    padding:10px 20px;
}

.box.gray{
    background: #f8f8f8;

}
.box .content{
    width:100%;
    float:left;
    margin:0 auto;
    font-family: "Proxima Nova Regular", sans-serif;
    float:left;
    font-size: 13px;
    color: #8c8c8c;
    padding: 30px 20px;
    box-sizing: border-box;
}
.box .content p{
    margin-bottom: 20px;
}
.box .content .form {
    width: 48%;
    float:left;
    font-size: 13px;
    color: #8c8c8c;
}
.box .content label{
    /*width:30%;*/
    float:left;
    text-transform: uppercase;
    /*line-height: 40px;*/
}
.box .content input{
    width:60%;
    float:right;
    margin-bottom: 10px;
    padding:10px;
    font-family: "Proxima Nova Regular", sans-serif;
}
.box .content .create-account{
    width: 45%;
    float:left;
    font-size: 13px;
    color: #8c8c8c;
    margin-left:4%;
}
.box .content .create-account a {
    margin-top: 20px;
}
.box .content h2 {
    font-family: "Proxima Nova Regular", sans-serif;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 15px;
    color:#646464;
    margin-bottom: 20px;
}
.box .content .form .forgot-pass{
    margin-left: 33%;
    clear:both;
}
.box .content .form .forgot-pass a {
    color:#646464;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 13px;
}
.box .content button[type="submit"] {
    padding: 12px 20px;
    background: #bebebe;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;    
    box-shadow: none;
    border:none;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    margin-left: 33%;
    margin-top: 20px;
    text-transform: uppercase;
}
.box .content button[type="submit"]:hover{
    padding: 12px 20px;
    background: #8c8c8c;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;    
    box-shadow: none;
    border:none;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    margin-left: 33%;
    margin-top: 20px;
    text-transform: uppercase;
}
.box .or-divider {
    border-top: solid 1px #dcdcdc;
    margin: 20px 0;
    text-align: center;
    margin-left: 33%;
}
#signin .content .box .or-divider span {
    position:relative;
    top: -10px;
    background: #ffffff;
    padding: 10px;
    margin: 0 auto;
}
#signin .content .box a.login-fb,
#login-bar a.login-fb {
    margin-left: 33%;
    background:  #3d57a1;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 20px 10px 0;    
}
#signin .content .box a.login-fb:hover {
    background:  #2e4994
}
#login-bar a.login-fb .icon,
#signin .content .box a.login-fb .icon {
    color: #ffffff;
    background: #314682;
    padding: 10px 13px;
}
#signin .content .box a.login-fb:hover .icon {
    background: #23376f;
}

#login-bar a.login-fb span.text,
#signin .content .box a.login-fb span.text {
    text-align: left;
    color: #ffffff;
    font-size: 12px;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    text-decoration: none;
    padding-left: 10px; 
}

.register-form label, .register-form input{
    width: 100%!important;
    float: left!important;
    box-sizing: border-box;
}
.register-form label {
    font-size: 11px;
}

.register-form input{
    padding: 5px!important;
}
.register-form .content p{
    min-height: 45px;
    font-size: 11px;
}
.register-form .content .checkboxWrapper span.text{
    float: right;
    width: 87%;
    line-height: 17px;
    margin-top: 8px;
    font-size: 11px;
    margin-right: 20px;
}
.register-form .content .checkboxWrapper span{
    margin-left: -20px;
}
.register-form .privacy {
    float:left;
    font-size:11px;
    font-family: "Proxima Nova Regular", sans-serif;
    font-style: italic;
    color: #a0a0a0;
    margin-top: 10px;
    margin-bottom: 0;
}
.register-form .privacy a {
    color: #787878;
    text-decoration: underline;
}
.register-form .privacy a:hover {
    color: #505050;
    text-decoration: underline;
}

.register-form .box .content button[type="submit"]{
    width: 100%;
    margin-left:0;
    padding-left: 0;
}

.box .content .reset-form {
}
.box .content .reset-form form {
    margin-top: 20px;
}
.box .content .reset-form p {
    margin-bottom: 0;
    line-height: 20px;
}
.box .content .reset-form label{
    display: inline-block;
    float:left;
    width: auto!important;
    margin-right: 20px;
    min-width: 150px;
    padding-top:10px;
} 
.box .content .reset-form .inputbox { 
    display: inline-block;
    float:left;
    width: 50%;
    min-width: 150px;
    font-size: 15px;
    margin-right: 20px;
}
.box .content .reset-form .inputbox input { 
    float:left;
    width: 90%;
    min-width: 150px;
    font-size: 15px;
}
.box .content .reset-form button[type="submit"]{
    display: inline-block;
    float:left;
    margin-left: 10px;
    position: relative;
    top: -20px;
    padding: 10px 20px;
}
.box .content .reset-form button[type="submit"].changepwd{
    margin-left: 170px;
}
/* calibration */
#calibration h1 {
    font-size: 35px;   
}
#calibration .box.thirds.no-margin{
    margin-right: 0;
}
#calibration .content .or-div{
    width: 5.5%;
    float:left;
    padding-top: 100px;
    text-align: center;
    font-family: "Proxima Nova Regular",sans-serif;
    font-size: 19px;
    color:#323232;
}

#calibration .credit-card{
    width: 800px;
    float:left;
    margin-right: 10px;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
}
#calibration .credit-card img {
    float:left;
    margin-right: 20px;
}

#calibration .zoom {
    float:left;
    margin-top: 50px;
}
#calibration .icon-box{
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: solid 1px #c8c8c8;
    background: transparent;
    color: #c8c8c8;
    display: block;
    text-align: center;
    margin-bottom: 10px;

}
#calibration .icon-box:hover{
    background: #c8c8c8;
    color: #ffffff;
}
#calibration .button {
    clear:both;
    width: 100%;
    float:left;
    margin-bottom: 40px;
}
#calibration .button a {
    clear:both;
    font-family: "Proxima Nova Regular Bold", sans-serif;
}
#calibration p {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
}
#calibration p span {
    color: #c70000;
}

/* 1024 */
@media screen and (max-width: 1023px){

    .hide-tablet{
        display:none;
    }
}

#products-list .no-products{
    margin: 30px 0;
    font-family: "Proxima Nova Light", sans-serif;
    font-weight: 100;
    float:left;
}

#products-list .no-products h2,
#ask_popup h2,
.popup h2{
    color: #c70000!important;
}
#products-list .no-products p,
#ask_popup p,
.popup p{
    color: #a0a0a0;
    padding: 17px 0;
    font-size: 13px;
}

.product-over{
    position: relative;
}
.product-over:hover .mask{
    /* display: block; */
}
.product-over .mask{
    height: 167px;
    width: 167px;
    display: none;
    position: absolute;
    top: -150px;
    background: red;
    opacity: 0.1;
    left: 0px;
}

.product-over:hover{
}

.product-over:hover img{
    opacity: 0.5

}

.product-over img{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#ask_popup, .popup {
    background: #ffffff;
    min-width: 40%;        
    min-height: 200px;
    padding:20px;
    font-family: "Proxima Nova Light", sans-serif;
    font-weight: 100;
    margin-bottom: 30px;
}
.popup table{
    width: 100%;
    border-collapse: collapse;

}
.popup table thead tr{
    background: #f1f1f1;
}
.popup table th,
.popup table tr td {
    padding: 5px 10px;
    font-size: 13px;
}
.popup table tr td.right-text{
    text-align: right;
}
.popup table tr td.left-text{
    text-align: left;
}
.popup table tr td.center-text{
    text-align: left;
}

.popup h1{
    color: #646464;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 10px;
}
.popup h2{
    margin-bottom:10px;
}

.popup a.close{
    font-size: 40px;
    color: #505050;
    position: relative;
    top: -10px;
    cursor: pointer;
}
.popup a.close:hover{
    color: #c70000;
}

#ask_popup form,
.popup form{
    padding: 10px;
}

.popup form label,
#ask_popup form label {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #bebebe;
    text-transform: uppercase;
    margin: 5px 0;
}
.popup input,
.popup select,
#ask_popup input,
#ask_popup select{
    border: solid 1px #c8c8c8;
    display: block;
    height: 30px;
    color: #8c8c8c;
    padding-left: 10px;
    width: auto;
    margin-bottom: 5px;
    box-sizing: border-box;

}
.popup input.padr,
#ask_popup input.padr {
    padding-right: 10px;
}
#ask_popup input.input-block{
}
.popup textarea,
#ask_popup textarea{
    border: solid 1px #c8c8c8;
    display: block;
    min-height: 80px;
    color: #8c8c8c;
    padding: 10px;
    width:  100%;
    margin-bottom: 5px;
    font-family: "Proxima Nova Regular",sans-serif;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.popup label
#ask_popup label {
    color: #646464;
    font-size:13px;
    font-family: "Proxima Nova Regular", sans-serif;
    text-transform: uppercase;
    margin: 8px 0 4px 0;
    display: block;
}

#ask_popup button.btn {
    text-transform: uppercase;
    height: 33px;
    font-size: 13px;
    line-height: 33px;
    color: #ffffff;
    background: #bebebe;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    min-width: 44.95658%;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
#ask_popup button.btn.btn-primary{
    background: #aa0000;
}

#ask_popup button.btn:hover {
    background: #a0a0a0;
}

#ask_popup button.btn.btn-primary:hover{
    background: #940101;
}

#message-box {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: "Proxima Nova Regular Bold";
    font-size: 13px;
    text-transform: uppercase;
    box-shadow: 2px 2px rgba(100,100,100, 0.3);
    background: #c70000;
    color: #ffffff;
    z-index: 1000;
}
#message-box .container {
    width: 1240px;
    margin: 0 auto;
}

#message-box .title{
    font-family: "Proxima Nova Regular";
    font-size: 25px; 
    margin-bottom: 10px;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    #message-box .container {
        width: 100%;
        margin: 0 auto;
    } 
}

#product-question h1{
    padding-top: 30px;
    color:#c70000;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 100;
}
#product-question h3{
    padding-top: 30px;
    color:#505050;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 100;
}

#product-question p {
    font-family: "Proxima Nova Light", sans-serif;
    color:#787878;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 7px;
}

.error, .wedding-form label.error{
    color: #c70000!important;
    padding-bottom: 7px;
    font-size: 14px;
    padding-left: 10px;
}
input.error,
textarea.error{
    border-color: #c70000;
    outline:none;
}

/* alert error messages */
.alert{
    width: 100%;
    color: #ffffff;
    padding:20px;
    box-sizing: border-box;
    margin: 10px 0;
}

.alert.error{
    background: #c70000;
}

.alert.success{
    background: #f2f2f2
}

.alert h2{
    font-size: 21px;
    color: #ffffff;
    font-family: "Proxima Nova Light", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;;
}

.alert p{
    font-family: "Proxima Nova Regular", sans-serif;
    color: #ffffff;
    font-size: 13px!important;
}
.alert.success h2, .alert.success p{
    color: #505050;
}
.alert.success p a{
    color: #c70000;
    text-decoration: none;
    font-family: "Proxima Nova Regular Bold", sans-serif;
}
.alert.success p a:hover{
    color: #c70000;
    text-decoration: underline;
}
/* end: alert box */

.image-cover {
    clear: both;
    width: 100%;
    display:block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col .image-cover.col654 {
    height: 647px;
    margin-bottom: 7px;
}
.col .image-cover.col404 {
    height: 320px;
}

h4.coupons {
    margin-top:20px;
    font-family: "Proxima Nova Light",sans-serif;
    font-size: 17px;
    color: #646464;
    margin-bottom: 10px;
}
.coupons-holder {    
    clear: both;
    padding-top: 10px;
}

.coupons-holder p {  
    color: #dcdcdc;
    font-size: 14px;
}
.coupons-holder a.voucher-remove{
    color: #dcdcdc;
    font-size: 11px!important;
    line-height: normal;
    padding-left: 50px;
}

.popup-footer {
    bottom: 10px; 
    margin: 10px 0;
    position: absolute;
}
.popup-footer.right{
    bottom: 10px;
}
.popup-footer.right .btn{
    min-width: 120px!important; 
}
.popup-footer a{
    font-family: "Proxima Nova Regular Bold", sans-serif;
    font-size: 13px;
}

#removeModal.popup{
    min-width: 30%;
}

#checkout .box .content p {
    font-size: 12px;
    clear:both;
}

.logged-user p {
    text-transform: uppercase;
}
.logged-user p.big{
    font-size: 14px!important;
    color: #505050!important;
} 
#customizePopup label, #customizePopup input{
    clear:both;
    float:left;
    width: 100%  
}

#customizePopup form{
    float:left; display: block;
    width: 100%;
    margin-bottom: 50px;
}

.old-look-price{
    text-decoration: line-through;
    font-size: 13px;
}

.spacer-v-30{
    margin-bottom: 30px;
    height: 1px;
}

button.simple-btn{
    font-family: "Proxima Nova Regular Bold", sans-serif!important;
    font-size: 13px!important;
    padding: 12px 30px;
    box-sizing: border-box;
    border: 0;
    color: #ffffff;
    background: #bebebe;
}
a.red-link { 
    color: #c70000;
    text-decoration: none;   
}
a.red-link:hover { 
    color: #a10000;
    text-decoration: underline;
}


#digital-ruller h1, h2 {
    font-family: "Proxima Nova Light", sans-serif;
    color: #646464;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 100;
}
#digital-ruller h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

#digital-ruller .title p {
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: normal;
}
#digital-ruller .title p span{
    color: #c70000;
}

#digital-ruller .title{
    margin: 30px auto;
    clear:both;
}
#digital-ruller #ruller {
    margin: 30px auto;
    clear:both;
}
#digital-ruller #ruller, #digital-ruller #tips {
    margin: 30px auto;
    clear:both;
}

#digital-ruller #tips {
    float:left;
}

#digital-ruller #tips ul {
    width: 100%;
}
#digital-ruller #tips ul li {
    width: 15%; 
    margin-right: 2%;
    padding-bottom: 20px;
    float:left;
}
#digital-ruller #tips ul li:last-child{
    margin-right: 0%;

}

#digital-ruller #tips ul li .number{
    width: 38px;
    height: 38px;
    display: inline-block;
    margin: auto auto;
    background: url('../img/sprites/base.png') -267px -31px no-repeat;
    text-align: center;
    padding-top: 8px;
    color: #f0f0f0;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 19px;
}

#digital-ruller #tips ul li .number.light {
    background: url('../img/sprites/base.png') -309px -31px no-repeat;
}

#digital-ruller #tips ul li .info{
    color: #787878;
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
    margin-top: 10px;
}

#ruller-measure-table{
    width: 100%;
    float:left;
    margin-bottom: 30px;
}

#ruller-measure-table .box {
    width: 100%;
    border: solid 1px #f8f8f8; 
}

#ruller-measure-table .box-header {
    font-size: 15px;
    color: #646464;
    font-family: "Proxima Nova Regular", sans-serif;
    text-transform: uppercase;
    line-height: 52px;
    min-height: 52px;
    text-indent: 10px;
    background: #f8f8f8;
    box-sizing: border-box;
}
#ruller-measure-table .box-content{
    padding: 20px;
} 

#ruller-measure-table table {
    width: 100%;
    border-collapse: collapse;
}

#ruller-measure-table table tbody tr:nth-child(odd){
    background: #f8f8f8;
}
#ruller-measure-table table tbody tr:nth-child(even){
    background: #ffffff;
}
#ruller-measure-table table tbody tr:first-child{
    border-top: solid 1px #dcdcdc;
}
#ruller-measure-table table tbody tr{
    border-bottom: solid 1px #dcdcdc;
}
#ruller-measure-table table thead th{
    padding: 20px 0;
    position: relative;
}

#ruller-measure-table table,
#ruller-measure-table table tr,
#ruller-measure-table table tr td{
    font-family: "Proxima Nova Regular", sans-serif;
    color:#787878;
    text-align: center;
    font-size: 13px;
}

#ruller-measure-table table thead th .bar {
    height: 30px;
    padding-top: 5px;
    border-right:solid 1px #e6e6e6;
    width:1px;
    float:right;
    position: absolute;
    top:20px;
    right: 0px;
}
#ruller-measure-table table tr td {
    line-height: 37px;
}

#ruller-measure-table .box-content p{

    font-family: "Proxima Nova Light", sans-serif;
    color: #a0a0a0;
    font-size: 13px;
}

#ruller-measure-table .box-content p.small{
    font-size: 11px;
}

#calibration-warning {
    margin-top: 20px;
    width: 100%;
    float:left;
    background: #dd6666;
    color: #ffffff;
    padding: 30px 0;
    padding-left: 20px;
    box-sizing: border-box;
}

#calibration-warning p {
    width: 65%;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 13px;
    float: left;
}
#calibration-warning p span{
    font-size: 27px;
    text-transform: uppercase;  
} 

#calibration-warning .calibrate{
    width: 30%;
    float: left;
    margin-left: 30px;
}
#calibration-warning .calibrate a.btn {
    width: auto;
    color: #ffffff;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    background: transparent;
    padding: 8px 4px;
    border:solid 1px #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}
#calibration-warning a:hover.btn{
    color: #dd6666;
    background: #ffffff;
}

#digital-ruller  .product-nav{
    width:100%; 
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 40px;
    float:left;
    line-height: 40px;
}
#digital-ruller  .product-nav .next-prev{
    float:right;
}
#digital-ruller  .product-nav .next-prev a{
    margin-left: 20px;
}
#digital-ruller  .product-nav a {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 10px;
    color: #a0a0a0;
    text-transform: uppercase;
    text-decoration: none;
    float:left;
}
#digital-ruller  .product-nav a:hover {
    color: #787878;
}

#digital-ruller  .product-nav a.back:hover i.hassu-icon.hassu-back {
    background-position: -177px -176px;
}

#digital-ruller  .product-nav a.prev:hover i.hassu-icon.hassu-icon-prev {
    background-position: -196px -176px;
}

#digital-ruller .product-nav .next-prev a.next:hover i.hassu-icon.hassu-icon-next {
    background-position: -207px -176px;
}
#guide-size{
    float:left;
    margin-bottom: 30px;
    overflow: hidden;
}
#guide-size ul.measure {
    float:left;
}
#guide-size ul.measure>li {
    float:left;
    width: auto;
    margin-right: 10px;
    min-width: 110px;
}
#guide-size ul.measure li ul.size li{
    text-align: center;
    padding: 5px 2px;
    margin-right: 10px;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 13px;
}
#guide-size ul.measure li ul.size li.measure {
    border-bottom: solid 1px #e6e6e6;
}
#guide-size ul.measure li ul.size li.measure.red {
    color: #c70000;
}

.right-continue {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    float:right;
}

.right-continue a {
    font-family: "Proxima Nova Regular Bold", sans-serif;
    color: #b4b4b4;
    font-size: 13px;
    text-decoration: none;
}
.right-continue a:hover {
    color: #787878;
}

.right-continue a.continue-link {
    position: relative;
    top: 10px;
}

.right-continue a.btn {
    float:right;
    color: #ffffff;
}
.right-continue a.btn:hover {
    color: #ffffff;
    font-size: 15px;
}
.repeat-shadow.t4{
    top:4px;
}

.formatted .popup-content{
    float:left;
    padding: 10px;
}

.popup-content{
    min-height: 85px;
}

.formatted ul{
    margin-left: 20px;
}
.formatted ol{
    margin-left: 40px;
}
.formatted h3 {
    display: block;
    float:left;
}

.popup-footer{
    clear:both;
    float:left;
    position: absolute;
    margin-top: 40px;
    margin-bottom: 0px;
}
.popup-footer button.btn {
    text-transform: uppercase;
    height: 33px;
    font-size: 13px;
    line-height: 33px;
    color: #ffffff;
    background: #bebebe;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    min-width: 44.95658%;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.popup-footer  button.btn.btn-primary{
    background: #aa0000;
}

.popup-footer  button.btn:hover {
    background: #a0a0a0;
} 
.popup-footer.right{
    float:right;
}

#cookiesNotification{
    display: none;
    width: 100%;
    background: #c70000;
    min-height: 40px;
    line-height: 40px;
    font-family:"Proxima Nova Regular", sans-serif;
    font-size: 13px;
    color:#ffffff;
    float:left;
    padding: 10px 0;
}
#cookiesNotification a {
    color: #ffffff;
}
#cookiesNotification a.btn{
    min-width: 132px;
    margin-top: 4px;
    float: right;
    text-transform: uppercase;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    color: #ffffff;
    font-family: "Proxima Nova Regular Bold", sans-serif;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border:solid 1px #ffffff;
}
#cookiesNotification a.btn:hover{
    color: #c70000;
    background: #ffffff;
}
a.nodec{
    text-decoration: none;
}

.product-detail-image{
    width: 90%;
}
.hassu-red{
    color:#c70000!important;
}

.parent {
    position: relative;
    overflow: hidden;
}
.child {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

/* comments */ 
.comment-form {
    clear: both;
    width: 100%;
    margin-top: 10px;
}
.comment-form .comment{
    clear:both;
    float:left;
    border: solid 1px #ebebeb;
    width: 100%;
    margin: 20px 0;
    padding: 23px 0;
}
.comment-form .comment .comment-image{
    width: 120px;
    text-align: center;
    float:left;
    padding: 0px 20px;
}
.comment-form .comment .comment-image img{
    width: 120px;
    text-align: center;
}

.comment-form .comment .comment-title{
    padding-left: 10px;    
    color: #646464;
    font-size: 17px;
    font-family: "Proxima Nova Light", sans-serif;
}
.comment-form .comment .comment-input{
    width: 80%;
}
.comment-form .comment .comment-input label{
    text-transform: uppercase;
    font-family: "Proxima Nova Light", sans-serif;
    font-size: 11px;
    display: block;
}
.comment-form .comment .comment-input textarea{
    font-family: "Proxima Nova Light", sans-serif;
    float:left;
    width: 75%;
    height: 80px;
    border: solid 1px #ebebeb;
    padding: 5px;
    line-height: 17px;
}
button.btn{
    border:none;
}
.side-menu h2{
    width: 100%;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #c70000;
    font-size: 21px;
    float: left;
    line-height: 25px;
}
.error.white{
    color: #ffffff!important;
}

table.partialAddBag { width: 100%;}

table.partialAddBag thead,
table.partialAddBag tbody{
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 13px;
}
table.partialAddBag thead th{
    font-weight: 100;
    text-align: center;
}
table.partialAddBag tbody td{
    font-weight: 100;
    vertical-align: top;
    padding-top: 5px;
}
table.partialAddBag tbody td.padtop{
    padding-top: 20px;
}

#editAddressTitle{
    margin-top:20px;
}
div.loader-box{
    text-align: center;
}
img.center{
    display: inline-block;
}

.formMask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: rgba(200,200,200, 0.2);
}

.CT_total{
    transition: ease-in-out all 500ms;
}

ul.groupbuy-sel li{
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px #e6e6e6;
    text-transform: uppercase;
    font-size: 11px;
    min-height: 50px;
    line-height: 32px;
    float:left;
}
ul.groupbuy-sel li.firstline{
    font-size: 13px;
    font-family: "Proxima Nova Semibold", sans-serif;
    color:#646464;
}

ul.groupbuy-sel li span.left {
    width: 35%;
    float:left;
}
ul.groupbuy-sel li span.right {
    float:left;
    width: 65%;
    float:left;
    text-align: right;
}
ul.groupbuy-sel li span.right select {
    font-size: 11px;
    background: #ffffff;
    width: 100%;
    display: block;
    float:right;
    min-width: 100%;
}

ul.groupbuy-sel li.total{
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: right;
    color:#323232;
    font-family: "Proxima Nova Regular Bold";
    padding-top: 0;
}
ul.groupbuy-sel li.total span.price{
    margin-top: 5px;
    margin-left: 20px;
    font-size: 25px;
    font-family: "Proxima Nova Light";
    color:#323232;
    display: inline-block;
}

ul.groupbuy-sel.no-border li{
    border-bottom: 0px;
    height: 40px;
}
ul.groupbuy-sel.no-border li:last-child{
    border-bottom: solid 1px #e6e6e6;
    margin-bottom:20px;
    padding-bottom: 50px;
}

.userBlock{
    margin: 10px 0;
}
.userBlock ul.groupbuy-sel.no-border li {
    text-align: center;
}
.userBlock ul.groupbuy-sel.no-border li a.remove{
    font-family: "Times New Roman Italic", serif;
    font-size: 13px;
    color:#bebebe;
    text-align: center;
    padding: 10px 0;
    text-transform: none;
    margin: 0 auto;
    text-decoration: none;
    display: inline-block;
}
.userBlock ul.groupbuy-sel.no-border li a.remove:hover{
    color:#a0a0a0;
}
#checkout.group-buy .add-friends {
    width: 100%;
}
#checkout.group-buy h1{
    color: #c70000;
}
#checkout.group-buy p.mtop{
    margin-top: 15px;
}
.group-buy h4 {
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 11px;
    color: #646464;
}
.group-buy h4.red{
    color:#c70000;
}
.gb-share{
    padding: 17px 0;  
}
.gb-share p{
    font-size: 17px;
}
.gb-share span{
    color: #c70000;
    font-size: 19px;
    margin-left: 10px;
}
.comment p.family{
    color: #a0a0a0;
    font-size: 13px;
}

/* mobile */
#cartMobile {
    position: relative;
    top: 10px;
    float: right;
    text-align: right;
    right: 20px;
}

#cartMobile a.top-cart i.hassu-icon.icon-caret{
    display: none!important;
}

#cartMobile a.top-cart {
    float: right;
    text-decoration: none;
}

#cartMobile a.top-cart:before{
    display: inline-block;
    width: 27px;
    height: 23px;
    background: url('../img/sprites/base.png') -271px -77px no-repeat;
    content: "";
}
#cartMobile a.top-cart span.top-cart-itens{
    background: red;
    border-radius: 50%;
    width: auto;
    height: auto;
    background: #c70000;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 10px;
    font-family: "Proxima Nova Regular", sans-serif;
    position: relative;
    top: -15px;
    left: -13px;

}

#top-cart-dropdown-mobile{
    left:0!important;
    top:114px!important;
    width: 100%;
    height: 45px;
    width: 100%;
    float: left;
}
#top-cart-dropdown-mobile ul.dropdown-panel li:first-child{
    color: #ffffff;
    background: #c70000;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

#top-cart-dropdown-mobile ul.dropdown-panel {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    list-style: none;
    background: #FFF;
    overflow: auto;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
#top-cart-dropdown-mobile ul.dropdown-panel:before{
    content: " ";
    position: absolute;
    top: -6px;
    right: 44px;
    height: 7px;
    width: 11px;
    background: url('../img/sprites/base.png') -126px 0;
    display: block;
}

#top-cart-dropdown-mobile ul.dropdown-panel li .image{
    width: 100px;
    float: left;
}
#top-cart-dropdown-mobile ul.dropdown-panel li .image img{
    max-height: 81px;
    width: auto;
    float: left;
}

#hambMenu ul {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    list-style: none;
    background: #FFF;
    overflow: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
#hambMenu ul:before{
    content: " ";
    position: absolute;
    top: -6px;
    right: 27px;
    height: 7px;
    width: 11px;
    background: url('../img/sprites/base.png') -126px 0;
    display: block;
}

#m-language-currency{
    width: 100%;
    position: relative;
    clear: both;
    float: left;
    background: #f8f8f8;
    height: 45px;
    float: left;
}
#m-language-currency .left{
    float: left;    
}
#m-language-currency .left{
    float:left;
}
#m-language-currency .left .language {
    margin-left: 20px;
    height:px; 
}
#m-language-currency .left .language ul li {
    float: left;
    height: 40px;
}
#m-language-currency .left .language ul li a {
    float: left;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    line-height: 20px;
    font-size: 11px;
    padding: 10px;
}
#m-language-currency .left .language ul li.selected a,#m-language-currency span.selected-currency {
    color: #e13636;
}


#m-language-currency .right{
    float: right;
}

#m-language-currency .left .language:after {
    display: block;
    content: "";
    height: 10px;
    padding-top: 5px;
    width: 1px;
    background: #eeeeee;
    position: relative;
    top: -36px;
    float:right;    
}

#mobile-proof { float:left;}
.hassu-icon.icon-close span{display:none;}
#login-bar, #wedding-bar, #wishlist-bar{ display: none; }

.box .or-divider-after{
    display:none;
}
.bag-title-mb{
    display: none;
}
#bag .continue-shopping a.continuShop{
    margin-top:20px;
    width: 100%;
    float: none;
    text-align: center;
    clear:both;
    float:left;
    display: none;
}
#checkout #payment_options .col-3{
    margin-bottom: 15px;
}
#checkout #payment_options .col-3:nth-child(3n){
    clear:both;
} 
#checkout .shipping .information{
    padding-left: 17px;
}

#m-language-currency .right {
    float: right;
    margin-right: 10px;
    height: 40px;
    font-size: 11px;
    font-family: "Proxima Nova Regular", sans-serif;
    color: #8c8c8c;
    line-height: 40px;
}
#m-language-currency .right a{
    text-decoration: none;
    color: #8c8c8c;
}

#user-dashboard #my-addresses table td.addr-picker .radioWrapper,
#user-dashboard #my-addresses table td.options a{
    width: 100%;
    clear: both;
    display: block;
}
#user-dashboard ul.tabs li:last-child {
    display: none;
}
#greetings-mobile{
    display: none;
}

.search h1{
    font-family: "Proxima Nova Light", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #646464;
    margin-top: 38px;
    font-size: 35px;
}
.search h2{
    font-family: "Proxima Nova Light", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #c70000;
    margin-top: 18px;
    font-size: 21px;
}
.institucional #contact-form select {
    margin-bottom: 10px;
}

.button-voucher{
    height: 42px;
    position: relative;
    float: right;
    /* margin-top: 10px;*/
}

#productFilterWrapper{
    display: none;
}

.btn-newsletter{
    height: 43px;
    border: none;
    background: #c70000;
    color: #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: "Proxima Nova Regular", sans-serif;
}
.btn-newsletter:hover {
    background: #db3f40;
}
.thematic-banner {
    display: table-cell;
    background-repeat: no-repeat;
    background-position:  center center; 
    width: 1240px; 
    height: 300px;
    box-sizing: border-box;
}

.thematic-banner .content{
    padding: 20px;
}

#products-page #product-page-header .header.align_1, .header.align_4, .header.align_7 {
    text-align: left;
}
#products-page #product-page-header .header.header.align_2, .header.align_5, .header.align_8 {
    text-align: center;
}
#products-page #product-page-header .header.header.align_3, .header.align_6, .header.align_9 {
    text-align: right;
}

#products-page #product-page-header .header.header.align_1 .thematic-banner,
#products-page #product-page-header .header.header.align_2 .thematic-banner,
#products-page #product-page-header .header.header.align_3 .thematic-banner{
    vertical-align: top;
}
#products-page #product-page-header .header.header.align_4 .thematic-banner,
#products-page #product-page-header .header.header.align_5 .thematic-banner,
#products-page #product-page-header .header.header.align_6 .thematic-banner{
    vertical-align: middle;
}
#products-page #product-page-header .header.header.align_7 .thematic-banner,
#products-page #product-page-header .header.header.align_8 .thematic-banner,
#products-page #product-page-header .header.header.align_9 .thematic-banner{
    vertical-align: bottom;
}
.no-opacity{
    width: 20px;
    opacity: 0;
    display: inline-block;
    height: 0!important;
    padding: 0!important;
    margin:0!important;
}

#currency-mobile-dropdown {
    margin-top: 4px!important;
}
#currency-mobile-dropdown.dropdown ul.dropdown-menu li{
    width: 100%!important;
}
#currency-mobile-dropdown ul li a{
    width: 100%;
    display: block;
    padding: 10px 0px;
}

#products-filter-mobile {
    display: none;
    clear:both;
    height: 40px;
    text-align: center;
    background: #f2f2f2;
    width: 100%;
    margin-left: -10px;
    padding-right: 20px;
}
#products-filter-mobile a { 
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Proxima Nova Semibold", sans-serif;
    color: #616161;
    display: block;
    padding: 12px 20px 12px 0;
    position: relative;
    top: -18px;
    text-decoration: none;
}
#products-filter-mobile:before{
    content: ' ';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f2f2f2;
    display: inline-block;
    position: relative;
    top: -13px;
    left: 0;
}
select.chosen, select[name=family] {
    float: left;
    width: 100%!important;
    background: transparent;
    border: solid 1px #f2f2f2;
    padding: 8px 10px;
    color: #787878;
}
#products-filter.thematic{
    padding: 40px 20px 0px 20px!important;
    box-sizing: border-box!important;
}
.product-list{
    padding: 0 10px;
}
.paginator-container{
    padding: 0 40px;
    box-sizing: border-box;
}

.voucherError {
    text-align: left;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.voucherError p{
    color: #c70000!important;
}

#product-detail{
    overflow: hidden;
}

/* color box */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:0px; height:0}
#cboxTopCenter{height:0px; }
#cboxTopRight{width:0px; }
#cboxBottomLeft{width:0px; }
#cboxBottomCenter{height:10px; background:#fff repeat-x bottom left;}
#cboxBottomRight{width:0; }
#cboxMiddleLeft{width:0px; }
#cboxMiddleRight{width:0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(/img/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/img/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(/img/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:24px; top:10px; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}

.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

#digital-ruller, #calibration{
    padding: 0 20px;
}
.btn-hassured{
    background: #c70000!important;
    padding: 6px 29px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    min-width: 120px;
    font-size: 13px;
}
.btn-hassured:hover{
    background: #970000!important;
}
.pCaps{
    width: 100px;
    display: inline-block;
    font-family: "Proxima Nova Bold", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #787878;
    font-weight: 700;
}

#customizePopup .left{
    width: 120px;
    padding-left:10px;
    float:left;
}

#customizePopup .right{
    width: 200px;
    padding-left:10px;
    float:left;
}
#customizePopup .popup-footer.right{
    display: block;
    width: 100%;
}

