/*******************
 *
 *    ESTRUTURA
 *
 ******************/

.menusliderwill { display: none; }

.nav-container {
    background: #c60d3b;
    z-index: 8;
    position: relative;
}
.header-primary-container {
    padding: 22px 0 20px;
    clear: both;
}
.header .wrapper-casamento {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4e8d9+0,d6c4ab+100 */
    background: #f4e8d9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4e8d9 0%, #d6c4ab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4e8d9 0%,#d6c4ab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4e8d9 0%,#d6c4ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e8d9', endColorstr='#d6c4ab',GradientType=0 ); /* IE6-9 */
    height: 46px;
    display: block;
    border-radius: 5px;
    color: #AF9468;
    font-size: 17px;
    max-width: 193px;
}
.header .wrapper-casamento a {
    color: #AF9468;
    background: url(../images/sprite.png) no-repeat;
    display: block;
    height: 100%;
    padding-left: 91px;
    line-height: 1;
    padding-top: 5px;
    text-shadow: -1px 1px 1px #FFFAF4;
    font-family: "bariol_regularregular";
    font-weight: 500;
}
.header .wrapper-casamento a:hover {
    color: #916736;
}
.header .box-login {
    display: inline-block;
    /* text-align: center; */
    width: 100%;
    max-width: 140px;
    color: #FFF;
    font-size: 13px;
    font-family: "bariol_regularregular";
    font-weight: 600;
}

.header .box-login a {background: url(../images/sprite.png) no-repeat 0px -291px;padding-left: 26px;color: #FFF;display: block;margin: 0 auto;float: none;font-size: 15.5px;font-family: "bariol_regularregular";font-weight: 600;}

.header .box-login a span { color: #ff9db5; clear: both; display: block; }

.header .box-login a.sair {
    background: none;
    padding: 0;
}
.quick-access {
    position: relative;
    right: 0;
    display: block;
    z-index: 9;
    margin: 13px 0;
    float: left;
    display: table;
}
.quick-access li {
    font-family: "bariol_regularregular";
    float: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.quick-access .icon-acesso {
    background-position: 0 -184px;
}
.quick-access .icon-acesso {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    float: left;
}
.quick-access a {
    color: #fff;
}
.quick-access .box-login a:hover {
    color: #FF9DB5;
}
#bannerTarja {
    text-align: center;
}
.banner-tarja {
    background: #0070ba;
    padding: 30px 0 25px;
    text-align: center;
}
.banner-tarja .container {
    position: relative;
}

.bannermeio {
    margin-bottom: 70px;
    text-align: center;
}
.bannermeio img {
    width: 100%;
}
.bannermeio.banner4 img {
    max-width: 1012px;
}
.dualbanner {
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}
.dualbanner img {
    width: 100%;
}
.dualbanner img:hover {
    opacity: 0.8;
}
.welcome-msg {
    margin: 0 10px 0 0;
    margin: 0 10px 0 0;
}
/*******************
 *
 *    COMMONS
 *
 ******************/

hr {
    border-bottom: solid 1px #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    margin: 0 0 10px;
    clear: both;
}
.link:hover {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
.titleBar, .category-title {
    margin: 0 0 10px;
    padding: 0;
}
.titleBar h1, .category-products h1, .category-title h1 {
    clear: both;
    font-family: "bariol_regularregular";
    padding: 10px 0;
    color: #55d6be;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin: 0;
}
.titleBar h1:after, .category-products h1:after {
    content: "";
    position: absolute;
    left: 0;
    width: 70%;
    background: #55d6be;
    height: 2px;
    bottom: -2px;
}
.catalog-category-view .category-title h1:after {
    width: 240px;
    content: "";
    position: absolute;
    left: 0;
    background: #55d6be;
    height: 2px;
    bottom: -2px;
} 
.title-aba h1 {
    font-family: "bariol_regularregular";
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    background: #0972c6;
    color: #fff;
    letter-spacing: 1px;
    width: auto;
    float: left;
}
.category-title h1 i {
    width: 172px;
    height: 34px;
    background: url(../images/sprite.png) 0 -40px no-repeat;
    display: inline-block;
    margin: 0px 10px 0 0;
    position: absolute;
    left: 0;
    top: 3px;
}

.category-description  h2  {
    font-family: "bariol_regularregular";
    padding: 10px 0;
    color: #756282;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.bannerTarja {
    margin: 15px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.bannerTarja img {
    float: none;
    margin: 0 auto;
}
.bannerTarja p {
    margin: 0;
}
/*********************
 *
 *  MENU
 *
 **********************/

.block-layered-nav .first-category li {
    float: left;
    width: 100%;
}
.block-layered-nav .first-category li:last-child {
    border-bottom: none;
}
.block-layered-nav .first-category > li {
    margin: 0;
}
.block-layered-nav .first-category a {
    clear: both;
    color: #3B3431;
    display: block;
    font-size: 12px;
    padding: 5px 0 5px 10px;
}
.block-layered-nav .first-category a.current {
    border-bottom: none;
}
.block-layered-nav .second-category {
    float: left;
    margin: 0 0 5px;
}
.block-layered-nav .second-category li {
    float: left;
    border: none;
}
.block-layered-nav .second-category a {
    border-bottom: medium none;
    color: #333;
    float: left;
    margin: 0 0 5px 15px;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    width: 194px;
}
.block-layered-nav .second-category a:hover {
    text-decoration: underline;
}
.block-layered-nav .first-children-a {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.block-layered-nav .first-children-a:hover {
    background: #f0f0f0;
}
.block-layered-nav .second-children:hover {
    background-color: none !important;
}
/********************
 *
 *        TOPO
 *
 ********************/

#atendimento-link {
    position: relative;
}
#atendimento-link a {
    padding-right: 30px;
}
#atendimento-link .arrow {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: -2px -373px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 15px;
    height: 15px;
}
#atendimento-link .atendimento-box {
    /* opacity: 0; */
    
    display: none;
    position: absolute;
    top: 0px;
    background: #02b4d2;
    z-index: 20;
    padding: 10px 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 0 0 5px 5px;
    border-bottom: solid 1px #FFFFFF;
    width: 200px;
    top: 32px;
    font-family: arial, sans-serif;
    color: #fff;
    font-weight: 700;
    text-shadow: none;
}
#atendimento-link .atendimento-box li {
    float: left;
}
#atendimento-link .atendimento-box a {
    font-family: arial, sans-serif;
    color: #fff;
}
#atendimento-link:hover .atendimento-box {
    display: block;
}
.topLinks {
    margin: 0;
    font-family: "bariol_regularregular";
    display: table;
    width: 100%;
    max-width: 393px;
}
.topLinks > li {
    display: table-cell;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
    float: none;
    text-align: center;
}
.topLinks > li.pedidos > a {
    background-position: 0 -82px;
}
.topLinks > li.cadastro > a {
    background-position: 0 -131px;
    padding-left: 17px;
}
.topLinks > li.telefone > span {
    padding-left: 17px;
    background: url(../images/sprite.png) no-repeat 0 -184px;
}
.topLinks > li > a {
    font-size: 16px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-indent: 0;
    background: url(../images/sprite.png) no-repeat;
    color: #FFF;
    font-weight: 600;
    padding-left: 22px;
}
.topLinks > li > a:hover {
    color: #FCB1BE;
}
.topLinks .icon-pedidos {
    background-position: 0 -212px;
}
.topLinks .icon-desejos {
    background-position: 0 -239px;
}
.topLinks i {
    background-image: url(../images/icons.png);
    width: 20px;
    height: 20px;
    float: left;
    background-repeat: no-repeat;
    margin: 0 3px 0 0;
}
.topLinks .btn-chat {
    background-image: url(../images/icons.png);
    float: right;
    background-repeat: no-repeat;
    margin: 0;
    background-position: 10px -51px;
    background-color: transparent;
    width: auto;
    display: inline-block;
    padding: 0 0 0 25px;
}
.topLinks .btn-chat a:hover {
    background: none;
}
.icon-atendimento {
    width: 22px;
    height: 18px;
    float: none;
    margin: 0 2px -4px 0;
    display: inline-block;
    background-position: 0 -265px;
}
.header .telNumber, .header .telNumber:hover {
    font-weight: 400;
    cursor: text;
    font-size: 18px;
    letter-spacing: 1px;
    float: none;
    margin: 0 auto;
}
/********************
 *
 *    NAVIGATION
 *
 *********************/

#nav {
    padding: 0;
    margin: 0;
    z-index: 9;
    display: table;
    text-align: center;
    width: 100%;
    font-family: "bariol_regularregular";
    position: unset;
}
#nav li {
    text-align: left;
}
#nav > li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    float: none;
    display: table-cell;
}
#nav ul li.parent > a {
    background: none;
}
#nav ul li.over > a {
    background: #ac258e;
}
#nav > li.last {
    margin: 0;
}
#nav > li.over, #nav > li.active a {
    z-index: 99;
}
#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}
#nav li ul span {
    white-space: normal;
}
#nav ul li.parent li a {
    background-image: none;
}
#nav a {
    float: left;
    font-size: 12px;
    padding: 0 5px;
    text-transform: uppercase;
    height: auto;
    line-height: 2;
    color: #fff;
}
#nav > li a {
    font-family: "bariol_regularregular";
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 17px;
    text-transform: none;
    padding: 0;
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: none;
    font-weight: 500;
}
#nav > li > a {
    padding: 0 10px;
    line-height: 57px;
}
#nav > li:hover a {
}
#nav > li.over > .over {
    position: relative;
    color: #FCB1BE;
}
#nav > li.over > .over:after {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b40d37 transparent;

}
/* 1st Level */

#nav ul li, #nav ul li.active {
    float: none;
    margin: 0;
}
#nav ul li.last {
    border-bottom: medium none;
    padding-bottom: 0;
}
/* 2nd Level */

#nav ul, #nav div {
    position: absolute;
    width: 100%;
    top: 57px;
    padding: 40px 50px 34px;
    background: #b40d37;
    left: -10000px;
}
#nav ul, #nav div.container {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: inherit;
}
#nav ul a {
    float: none;
    background: none;
}
#nav ul li a {
    clear: both;
    display: block;
    margin: 0;
    float: none;
    font-family: arial, sans-serif;
    font-size: 16px;
    text-align: left;
    height: auto;
    line-height: 1.6 !important;
    padding: 6px 10px;
    background: transparent;
}
#nav ul li {
    border-right: medium none;
    display: block;
    float: none;
}
#nav ul li:last-child {
    border: none;
}
#nav div ul {
    position: static;
    width: auto;
    border: none;
}
/* 3rd+ Level */

#nav ul ul, #nav ul div {
    top: 0;
}
#nav ul span, #nav ul li.last li span {
    font-family: "bariol_regularregular";
}
/* Show menu */

#nav li ul.shown-sub, #nav li div.shown-sub {
    left: 0;
    z-index: 999;
    display: table;
}
#nav li ul.shown-sub a, #nav li div.shown-sub a {
    text-align: left;
}
#nav li ul.shown-sub a:hover, #nav li div.shown-sub a:hover {
    color: #FCB1BE;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
    left: 200px;
}

#nav .subCategoria dl.col {display: table-cell;position: relative; width: 25%; }
#nav .subCategoria dl.col:before { position: absolute; top: -10px; left: 0; width: 40px; height: 3px; background: #e4073e; content: ""; }
/* Account Login/Create Pages ============================================================ */

.col-2 .bloco {
    min-height: 152px;
}
.account-login .content {
    background: #fff;
    min-height: 160px;
    padding: 15px 25px 22px;
    border: 1px solid #ddd;
}
.account-login h2 {
    border-left: 1px solid #DDDDDD;
    font-size: 20px;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin: 0;
    padding: 6px 20px;
    font-weight: bold;
}
.account-login .registered-users .f-left {
    margin: 10px 0 0;
}
.account-login .bloco {
    min-height: 194px;
}
.account-login .content .account-login .buttons-set {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 13px;
}
.registered-users .lostPass {
    clear: both;
    display: block;
    font-size: 11px;
    margin: 5px 0;
    text-decoration: underline;
}
.registered-users .form-list {
    padding: 0;
    clear: both;
    float: left;
    width: 60%;
}
/*******************
 *
 *  VIEW PRODUTO
 *
 ******************/

.selos-produto li {
    float: left;
    margin: 0 10px 0 0;
}
#overlay-pagamento {
    font-family: arial, sans-serif;
    background: #fff;
}
#overlay-pagamento h3 {
    line-height: 1.4;
    padding: 5px 10px;
    color: #fff;
    margin: 0 0 10px;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    background: #0770b9;
    text-transform: uppercase;
}
#overlay-pagamento h2 {
    padding: 0;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 300;
    float: left;
}
#overlay-pagamento .content {
    padding: 10px;
}
#overlay-pagamento .price-boleto {
    font-size: 16px;
    font-weight: 700;
    display: block;
    clear: both;
    float: left;
    margin: 0 5px 0 0;
}
.parcelamento {
    padding: 0 0 10px;
    float: left;
}
.parcelamento h2 {
    background: none repeat scroll 0 0 #c70007;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 2.1;
    margin: 0;
    padding: 0 8px;
    position: relative;
}
.parcelamento h2:after {
    content: "";
    width: 18px;
    height: 18px;
    border-color: transparent transparent #c70007 #c70007;
    right: -20px;
    position: absolute;
    border-width: 10px;
    top: 0;
    border-style: solid;
}
.parcelaList {
    clear: both;
    padding: 10px 0;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.parcelaList li {
    float: left;
    width: 50%;
}
.parcelaList .parcela {
    color: #c70007;
    font-weight: bold;
}
/* Parcelamento END*/

i.icon {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}
.link-wishlist {
}
.link-wishlist i.icon {
    width: 20px;
    height: 17px;
    background-position: 0 -68px;
    float: left;
    position: absolute;
    top: 3px;
    left: 8px;
}
.aside-buttons {
    display: table;
    clear: both;
    width: 100%;
    margin: 0;
    border-top: solid 1px #ccc;
    padding: 10px 0 0;
}
.aside-buttons .selo {
    float: left;
    margin: 0 0 0 20px;
}
.aside-buttons .fancybox-pagamento {
    clear: both;
    display: block;
}
.aside-buttons .button.small {
    padding: 0;
    line-height: 1.6;
}
.aside-buttons a {
    display: inline-table;
    width: 48%;
    text-align: center;
    padding: 0;
}
.aside-buttons a:first-child {
    margin: 0 10px 0 0;
}
/* Product Share */

#share-product {
    clear: both;
    margin: 0;
}
#share-product li {
    float: left;
    margin: 0 8px 5px 0;
}
#share-product li a {
    background-image: url(../images/share.png);
    width: 22px;
    background-repeat: no-repeat;
    height: 22px;
    float: left;
}
#share-product li a:hover {
    opacity: 0.8;
}
#share-product li .facebook-share {
    background-position: 0 0;
}
#share-product li .twitter-share {
    background-position: 0 -30px;
}
#share-product li .google-share {
    background-position: 0 -60px;
}
#share-product li .email-friend {
    background-position: 0 -90px;
}
#share-product li:last-child {
    margin-right: 0;
}
.product-shop .disponibilidade {
    float: left;
    line-height: 1.2;
    margin: 0 0 10px;
    border-top: dotted 1px #999;
    padding: 10px 0 0;
    width: 100%;
    color: #000;
    text-transform: uppercase;
}
#upsell, #relacionados {
    margin-bottom: 40px;
    padding: 0 5%;
}
#upsell .owl-pagination, #relacionados .owl-pagination {
    margin-top: 10px;
}
#upsell.owl-carousel .owl-stage-outer, #relacionados.owl-carousel .owl-stage-outer {
    padding-bottom: 100px;
    padding-top: 55px;
}
/*============================*/

.box-additional {
    float: left;
    width: 100%;
}
.more-views {
    display: block;
    float: left;
    position: relative;
    width: 11%;
}
.more-views ul {
    clear: both;
    margin: 0 auto;
    float: none;
    display: table;
    width: 100%;
}
.more-views h1 {
    display: none;
}
.more-views li {
    margin: 0;
    float: left;
    display: inline-flex;
}
.more-views img {
    float: left;
}
/* Product Images */

.product-view .product-img-box {
    clear: both;
    float: left;
    margin: 0 0 10px;
    width: 402px;
    z-index: 9;
    background: #fff;
    position: relative;
}
.product-img-box .ampliar-zoom {
    border: 1px solid #CCCCCC;
    font-size: 10px;
    padding: 4px 8px;
    right: 10px;
    text-indent: -9999px;
    text-transform: uppercase;
    top: 325px;
    z-index: 99;
}
.product-img-box .ampliar-zoom .icon {
    background-position: 0px 2px;
}
.product-img-box .more-views {
    clear: both;
}
.product-view .product-img-box #passe {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
#galeria-bt {
    margin: 5px 0;
    float: none;
    display: table;
    width: 100%;
    display: none;
}
#galeria-bt span {
    font-size: 11px;
    margin-right: 0;
    text-indent: 20px;
}
#galeria-bt #passaMouse {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: 8px -125px;
    position: relative;
    text-indent: 25px;
    text-align: center;
    padding: 3px;
    float: left;
}
#galeria-bt .zoom-out a {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: 6px -155px;
    margin-right: 0;
    padding: 3px 10px;
    display: block;
    text-align: center;
    float: right;
}

#galeria {height: 469px;overflow: hidden;position: relative;padding: 0;margin: 38px 0;}
#galeria ul { list-style:none ; float: left; position: relative;}
#galeria ul li {display: block;list-style: none;margin: 0 0 27px;float: left;}
#galeria ul li a.cloud-zoom-gallery img {width: 100%;opacity: 0.4;}
#galeria ul li a.active { width: 100%}
#galeria ul li a.active img {opacity: 1;}
#galeria ul li a.fancybox-media {
    width: 100%;
}
#galeria ul li a.fancybox-media img {border: 1px solid #979495;width: 100%;}

.more-views button.jcarousel-control-prev {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    border: none;
    width: 100%;
    height: 20px;
    text-indent: -9999px;
    background: #e4073e url(../images/a.png) no-repeat center center;
    border-radius: 2px;
    }
.more-views button.jcarousel-control-next {background: #e4073e url(../images/v.png) no-repeat center center;position: absolute;z-index: 9;margin: 0 auto;bottom: 0;border: none;height: 20px;text-indent: -9999px;width: 100%;border-radius: 2px;}

/*******************
 *
 *      TAGS
 *
 ******************/

.products-grid .availability.out-of-stock {
    background: #fff;
    width: 60%;
    display: inline-block;
    padding: 12px;
    text-align: center;
    color: #08e4a4;
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 9px;
}
.product-view .availability.out-of-stock {
    clear: both;
    float: none;
}
.product-view .availability.in-stock span {
    color: #00b000;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
.product-view .product-shop .availability.out-of-stock {
    background: none repeat scroll 0 0 transparent;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}
.product-shop .actions {
    border-bottom: solid 1px #919191;
}
.product-essential .tag {
    float: left;
    display: inline;
    clear: none;
    margin: 0 2px 0 0;
}
.category-products .special-price .price, .regular-price .price, .special-price .price {
    font-weight: bold;
}
.category-products .priceBoleto {
    color: #02b4d2;
    font-size: 13px;
    font-weight: bold;
}
.containerTag {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.tag {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 5px 7px 5px 37px;
    font-family: "bariol_regularregular";
    text-align: center;
    float: left;
    text-transform: uppercase;
    position: relative;
    clear: both;
    margin-bottom: 2px;
    min-width: 100px;
}
.tag:before {
    width: 30px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.tag.novidade {
    background: #f3c66d;
}
.tag.novidade:before {
    background: url(../images/selo-novidade.png) no-repeat center #e2b459;
}
.tag.promo {
    background: #e4073e;
    font-weight: 700;
}
.tag.promo:before {
    /*background: url(../images/selo-promo.png) no-repeat center #000;*/
    background-color: #c60d3b;
    content: attr(data-porcento);
    font-weight: 700;
    line-height: 28px;
}
.tag.prevenda {
    background: #bee13a;
}
.tag.prevenda:before {
    background: url(../images/selo-prevenda.png) no-repeat center #bee13a;
}
.tag.destaque {
    background: #ee9010;
}
.tag.destaque:before {
    background: url(../images/selo-destaque.png) no-repeat center #cd7e12;
}
.tag.exclusivo {
    background: #ec0b43;
}
.tag.exclusivo:before {
    background: url(../images/selo-exclusivo.png) no-repeat center #cf093a;
}
/*Tag View*/

.product-img-column .containerTag {
    z-index: 11;
    left: 92px;
    top: 1px;
    width: auto;
}

.cart-empty {
    padding: 100px 0;
    text-align: center;
}
.cart-empty a {
    text-decoration: underline;
}
.carrinho .amount {
    padding: 0;
    margin: 0;
    float: left;
}
.carrinho .summary .amount {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #FFF;
    font-size: 16px;
    width: 24px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    letter-spacing: 2px;
}
.carrinho .meucarrinho {
    text-transform: uppercase;
    color: #0d66a5;
    float: left;
    margin: 0 0 5px;
}
.carrinho .meucarrinho:after {
    background: url(../images/icons.png) 0 -50px no-repeat;
    content: "";
    width: 16px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 10px;
    position: absolute;
    right: -15px;
    top: 2px;
}
.carrinho .amount a, .carrinho .empty {
    float: left;
    margin: 0;
    text-transform: uppercase;
    color: #0d66a5;
}
.carrinho .price {
    font-weight: 300;
    font-size: 13px;
    display: block;
    padding: 3px 0 0;
    right: 0;
    clear: both;
}
/* REDES SOCIAIS FOOTER*/
.header .toplinks {
    margin-top: 12px;
}
.socialLinks {
    float: none;
    /* margin: 0 auto; */
    display: inline-block;
    width: 100%;
}
.socialLinks li {
    float: left;
    margin: 0 9% 0 0;
}
.socialLinks li:last-child {
    border-right: none;
    margin-right: 0;
}
a.whatsapp {
    background-image: url("../images/whatsapp.png") !important;
}
.socialLinks a {
    background-image: url("../images/social-media.png");
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 17px;
    background-repeat: no-repeat;
}
.socialLinks a:hover {
    position: relative;
    bottom: 2px;
}
.socialLinks .facebook {
    background-position: 3px 0px;
}
.socialLinks .twitter {
    background-position: -43px 4px;
}
.socialLinks .google_plus {
    background-position: -96px 5px;
}
.socialLinks .youtube {
    background-position: -146px 5px;
}
.socialLinks .instagram {
    background-position: -131px 1px;
}
.socialLinks .pinterest {
    background-position: -244px 6px;
}
.socialLinks .blogger {
    background-position: -196px 1px;
}

.footer .socialLinks {
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
}
.footer .socialLinks a {
    background: url(../images/social-media2.png) no-repeat;
    width: 26px;
    height: 26px;
}
.footer .socialLinks li {
    margin-top: 5px;
}
.footer .socialLinks li:first-child {
    margin-top: 0;
}
.footer .socialLinks .facebook {
    background-position: 1px 1px;
}
.footer .socialLinks .twitter {
    background-position: -180px 2px;
}
.footer .socialLinks .google_plus {
    background-position: -236px 1px;
    width: 37px;
}
.footer .socialLinks .youtube {
    background-position: -146px 5px;
}
.footer .socialLinks .instagram {
    background-position: -54px 1px;
}
.footer .socialLinks .pinterest {
    background-position: -244px 6px;
}
.footer .socialLinks .blogger {
    background-position: -119px 1px;
}

/******************
 *
 *     FOOTER
 *
 *******************/

.footer .fb_iframe_widget {
    text-align: center;
}
.footer .fb_iframe_widget, .footer .fb_iframe_widget span, .footer .fb_iframe_widget span iframe[style] {
    margin: 0 auto;
    float: none;
    overflow: hidden;
}
.footer .telNumber, .footer .telNumber:hover {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    color: inherit;
    cursor: text;
    font-weight: bold;
}
.footer h2, .rodapeNav dt {
    color: #fff;
    display: block;
    font-family: "bariol_regularregular";
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
.rodapeItem dt {
    color: #999;
    display: block;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px;
}
.rodapeNav {
    min-height: 155px;
    margin: 0;
    text-align: left;
}
.rodapeNav.no-heigth {
    min-height: inherit;
}
.rodapeNav dt, #subscribe-form h1 {
    line-height: 1.8;
    margin: 0;
}
.rodapeNav dd {
    color: #fff;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 2;
}
.rodapeNav.atendimento-block dd:before {
    content: "";
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    display: inline-block;
    left: 2px;
    position: absolute;
}
.rodapeNav.atendimento-block dd {
    padding-left: 30px;
    ;
}
.rodapeNav.atendimento-block .tel-icon:before {
    background-position: 0 -500px;
}
.rodapeNav.atendimento-block .email-icon:before {
    background-position: 0 -527px;
}
.rodapeNav.atendimento-block .contato-icon:before {
    background-position: 0 -553px;
}
.rodapeNav dd:last-child {
    border-right: none;
}
.rodapeItem dd {
    color: #e4e0de;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}
.rodapeItem dd p {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.rodapeItem dd img {
    float: none;
}
.rodapeNav .telStyle {
    font-size: 16px;
    font-weight: 300;
    color: #fadc86;
}
.rodapeNav .emailStyle {
    color: #fadc86;
}
#containerCopyrights {
    clear: both;
    color: #776a68;
    margin: 0;
    text-align: center;
    padding: 15px 0 5px;
    width: 100%;
}
#containerCopyrights p {
    min-height: 120px;
    padding: 10px;
    clear: both;
}
/*******************
 *
 *      LIST
 *
 ******************/

.catalog-category-view .category-products {
    margin-bottom: 80px;
}

.itemgrid .item .infobox {
    /* min-height: 137px; */
    padding: 14px 8px 8px 8px;
    clear: both;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.itemgrid .item .hover {
    position: absolute;
    left: 0;
    top: 99%;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    display: none;
    border: 1px solid #e1e1e1;
    border-top: 0;
    z-index: 9;
    background: #FFF;
}
.itemgrid .item .btn-cart {
    background: #07e4a3;
    width: 100%;
    border: none;
    color: #fff;
    padding: 0;
    line-height: 50px;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "bariol_regularregular";
    font-size: 17px;
    display: block;
}
.itemgrid .item .btn-cart:hover, button.btn-cart-list:hover {
    opacity: 0.8;
}
.itemgrid .item .btn-cart span {
    padding-left: 36px;
    background: url(../images/sprite.png) no-repeat 0 -460px;
    display: inline-block;
}
.itemgrid .item  button.btn-cart-list{
    background: #7884ce;
    width: 100%;
    border: none;
    color: #fff;
    padding: 0;
    line-height: 50px;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-family: "bariol_regularregular";
    font-size: 19px;
    display: block;
}
.itemgrid .item  button.btn-cart-list span {
    background: url(../images/btn-wish.png) no-repeat #7884ce;
    padding: 3px 0 0px 40px;
}

.infobox .parcela-comjuros, .infobox .parcela-semjuros, .infobox .boletoBox{
    display: none;
}
.product-view .price-box .parcelaBloco,  .product-view .price-box .boletoBox{
    display: none;   
}
/*******************
 *
 *  PRODUCT VIEW
 *
 ******************/

.product-view {
    margin: 0 0 20px;
}
.btn-special {
    background: #7bce08;
    background: -moz-linear-gradient(top, #7bce08 0%, #099f01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bce08), color-stop(100%, #099f01));
    background: -webkit-linear-gradient(top, #7bce08 0%, #099f01 100%);
    background: -o-linear-gradient(top, #7bce08 0%, #099f01 100%);
    background: -ms-linear-gradient(top, #7bce08 0%, #099f01 100%);
    background: linear-gradient(to bottom, #7bce08 0%, #099f01 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7bce08', endColorstr='#099f01', GradientType=0);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    line-height: 1.8;
    padding: 7px 20px;
    position: relative;
    letter-spacing: 1px;
    text-shadow: 0 1px 0px #137601;
    clear: both;
    float: left;
    font-family: "bariol_regularregular";
    border: solid 1px #2da62d;
}
.btn-special:hover {
    opacity: 0.8;
}
.btn-special i {
    background: url(../images/icons.png) 0 -405px no-repeat;
    width: 30px;
    height: 42px;
    float: left;
    margin: 0 10px 0 0;
}
.btn-special.small {
    font-size: 20px;
}
.product-view .special-price .price, .product-view .regular-price .price {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 10px;
    color: #ec0b43;
}
.btn-special.btnUpdate {
    font-size: 18px;
    text-transform: none;
    height: auto;
}
.btn-special:active {
    margin-top: 1px;
    margin-bottom: -1px;
}
.parcelaBloco {
    margin: 0 0 10px;
    clear: both;
    font-size: 14px;
}
.parcelaBloco .parcela {
} .parcelaBloco .price {
}
.product-view .parcelaBloco .parcela, .product-view .parcelaBloco .preco, .product-view .parcelaBloco .parcela, .product-view .parcelaBloco .price {
    font-weight: 500;
}
.box-collateral {
    clear: both;
}
.box-collateral .titleBar {
    text-align: center;
    background: url(../images/line3.png) center repeat-x;
    margin: 0 0 20px;
}
.box-collateral .titleBar h1 {
    display: inline-block;
    padding: 0 3%;
    font-family: "bariol_regularregular";
    color: #7884cd;
    font-size: 26px;
    background: #FFF;
}
.box-collateral .titleBar h1:after { display: none; }
/* REDES SOCIAIS*/

#socialWrap {
    margin: 0 0 20px;
    padding: 10px 0 0;
    clear: both;
}
#socialList {
    display: inherit;
    clear: both;
    float: left;
    margin: 5px 0 0 0;
}
#socialWrap h4 {
    font-weight: normal;
    float: left;
    font-size: 13px;
    margin: 0 0 5px;
}
#socialWrap h4 span {
    font-size: 15px;
    display: block;
}
#socialList li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}
#socialList li:last-child {
    margin-right: 0;
}
/*CUSTOM REVIEW*/

.blocoReview {
    float: left;
    width: 100%;
}
.blocoReview h2 {
    font-weight: 600;
    font-size: 15px;
}
.blocoReview .form-list input.input-text {
    width: 100%;
    float: none;
    clear: both;
}
#formReview {
    float: left;
    width: 100%;
}
#review-form button {
    width: 100%;
    margin: 0;
    cursor: pointer;
    border: none;
    float: left;
    white-space: nowrap;
}
#review-form button:hover {
    opacity: 0.9;
}
#review-form .form-list {
    padding: 0;
    width: 100%;
    float: left;
}
#review-form fieldset {
    padding: 0;
    margin: 0 0 10px;
}
.fancyRating {
    background: none repeat scroll 0 0 #1569b2;
    float: left;
    padding: 6px 12px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.fancyRating:hover {
    background: none repeat scroll 0 0 #fbae30;
}
/*******************
 *
 *       CART
 *
 *******************/

.cart .page-title {
    border-bottom: 0 none;
    border-top: 0 none;
    margin: 0 0 10px;
    padding: 0;
}
/* Checkout Types */

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
    float: right;
}
.cart .title-buttons .checkout-types li {
    margin: 0;
    float: none;
}
.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}
.cart .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}
/* Shopping Cart Table */

.data-table thead th {
} .cart-table {
    float: left;
    border-collapse: inherit;
    border-spacing: 0 10px;
    padding-left: 1%;
    padding-right: 1%;
}
.cart-table h3 {
    font-weight: bold;
    font-size: 13px;
}
.cart-table th {
    padding: 16px;
}
.cart-table td {
    padding: 10px;
    border-right: 0;
    vertical-align: middle;
    min-width: 117px;
}
.cart-table td:last-child {
    border-right: 1px solid #dfdfdf;
}
.cart-table .product-name {
    margin: 0 0 5px;
}
.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}
.cart-table tfoot td {
    padding: 5px;
}
button.button.btn-continue {
    border: solid 1px #ccc;
}
.cart-table .btn-continue {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.cart-table .small {
    font-size: 11px;
    color: #666;
}
.cart-table h2 a {
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.cart-table h2 a:hover {
    text-decoration: underline;
}
.cart-table .price {
    color: #868686;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.cart .btn-update {
    cursor: pointer;
    font-size: 16px;
    color: #666;
    border: none;
    padding: 5px 10px 5px 25px;
    background: url(../images/icons.png) 0 -92px no-repeat transparent;
}
.cart .btn-proceed-checkout {
    background: #07e4a3;
    border: 1px solid #07e4a3;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    text-shadow: none;
    box-shadow: none;
    height: 80px;
    box-sizing: border-box;
    font-family: "bariol_regularregular";
    font-weight: 600;
    width: 100%;
    margin: 0;
}
.cart .btn-proceed-checkout:hover {
    opacity: 0.8
}
.cart .btn-proceed-checkout span {
    background: url(../images/btn-cart.png) no-repeat left center;
    padding-left: 35px;
    background-size: 22px;
}
.btn-update {
    float: right;
}
/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {
    padding: 0;
}
.cart .cart-collaterals .col2-set {
    float: left;
    width: 668px;
}
.cart .cart-collaterals .col2-set .col-2 {
    width: 310px;
}
.cart .crosssell {
    float: left;
    padding: 0;
    margin: 40px 0 0;
    width: 100%;
    border: solid 1px #ddd;
}
.cart .crosssell h1 {
    font-family: arial, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    background: #f9f9f9;
    border: none;
    letter-spacing: 0;
    color: #666;
    line-height: 1.6;
    padding: 3px 0;
    border-bottom: solid 1px #ddd;
    margin: 0;
    text-indent: 15px;
}
.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}
.cart .crosssell .price-box, .cart .crosssell .parcelaBloco {
    clear: none;
    margin: 0 0 5px;
    float: left;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount-form .validation-advice {
    position: absolute;
}
.cart .discount, .cart .shipping {
    margin: 0 0 10px;
    min-height: 137px;
    padding: 25px 30px 0;
    background: #f9f9f9;
    border: 1px solid #FFF;
}
.cart .shipping {
    background: #f3f3f3;
}
.cart .shipping label {
    margin: 0 10px 10px 0;
    /* display: none; */
}
.cart .shipping label[for="postcode"] {
    display: none;
}
.cart .shipping label .price {
    font-weight: bold;
}
.cart .discount {
    background: #f9f9f9;
    border: 1px solid #FFF;
    display: inline-block;
    width: 100%;
}
.cart .discount h2, .cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 14px/16px Dosis, sans-serif;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    color: #92768c;
    font-size: 18px;
    font-weight: 500;
}
.cart .discount button, .cart .freteBox button {
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px #ccc;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
    margin: 20px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}
.cart .shipping button.button[name="do"] {
    width: auto;
    margin-bottom: 15px;
}
.cart .discount h2 {
}
.cart .discount .input-box {
    margin: 8px 0 0;
}
.cart .discount .input-box input.input-text {
    float: left;
    width: calc(100% - 88px);
    border: 1px solid #e5e5e5;
    border-right: 0;
    font-family: "bariol_regularregular";
    font-size: 15px;
    color: #d5d5d5;
    height: 47px;
    text-indent: 15px;
}
.cart .shipping h2 {color: #c60d3b;margin-bottom: 2px;}
.cart .shipping .sp-methods {
    border-top: 1px solid #ddd;
    clear: both;
    float: left;
    margin: 10px 0;
    padding: 5px 0 0;
    width: 100%;
}
.cart .shipping .sp-methods dt {
    font-weight: bold;
    margin: 0 0 10px;
}
.cart .freteBox {
    margin: 0;
    display: inline-table;
}
.cart .freteBox .validation-advice {
    margin: 35px 0 0;
    position: absolute;
}
.cart .freteBox a {
    clear: both;
    font-size: 11px;
    display: block;
    margin: 5px 0 0 0;
}
.shipping-zip-form {
    float: left;
}
/* Shopping Cart Totals */

.cart .totals {
    background: none repeat scroll 0 0 #f9f9f9;
    margin: 0 0 20px;
    clear: both;
}
.cart .totals table {
    line-height: 2;
    clear: both;
}
.cart .totals table tfoot td {
    background: #f3f3f3;
    color: #7884cd;
    font-size: 20px;
    border: solid 1px #f3f3f3;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 2;
    border-top: 2px solid #FFF;
    padding: 2px 15px;
}
.cart .totals tr {
    /* border-bottom: solid 1px #ddd; */
    background: #f9f9f9;
    border-top: 1px solid #FFF;
}
.cart .totals tfoot tr {} .cart .totals tfoot .price {
    font-size: 20px;
}
.cart .totals td, .cart .totals th {
    padding: 4px 15px 4px 7px;
    font-size: 18px;
    color: #b3b3b3;
    font-weight: 500;
}
.cart .totals tr.last td {} .cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
    vertical-align: middle;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
    font-size: 20px;
}
.cart .blocoButtons {
    clear: both;
    display: block;
    float: none;
    line-height: 3;
    margin: 0 0 20px;
    width: 100%;
}
.cart .checkout-types {
    float: right;
    font-size: 13px;
    padding: 0;
    text-align: right;
}
.cart .checkout-types li {
    clear: both;
    float: none;
    margin: 0;
    text-align: right;
}

.cart .shipping-form #advice-required-entry-postcode {
    position: absolute;
    left: 103px;
    bottom: -66px;
}
.cart .form-list .input-box {
    position: relative;
}
/* CHECKOUT */

.checkout-cart-index .container-footer-osc {
    position: relative;
}
.checkout-cart-index .title-buttons {
    width: 98%;
}


/*Login Client*/

.customer-account-login .page-title h1 {
    font-size: 24px;
    margin: 20px 0;
    text-transform: uppercase;
    color: #FFF;
}
.customer-account-login .page-title h1 {
    color: #E4073E;
    font-size: 19px;
}
.customer-account-login .registered-users .content {
    border: 1px solid #ddd;
    position: relative;
}
.customer-account-login .registered-users h2 {
    border-bottom: 1px solid #DDDDDD;
    margin: -1px;
    padding: 5px 24px;
    font-weight: bold;
    background: #ec0b43;
    font-family: "bariol_regularregular";
    font-size: 24px;
    color: #FFF;
    height: 60px;
    line-height: 47px;
}
.customer-account-login .registered-users h2:after {
    content: "+";
    width: 60px;
    height: calc(100% - 1px);
    background: #d71142;
    color: #FFF;
    font-size: 38px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.customer-account-login .registered-users .form-list { width: 100%; }
.customer-account-login .registered-users label {
    display: block;
    float: left;
    font-weight: 500;
    width: 100%;
    margin: 0 0 5px;
}
.customer-account-login .registered-users .input-box {
    width: 100%;
}
.customer-account-login .registered-users input.input-text {
    width: 100%;
    padding: 5px 10px;
    text-indent: 5px;
    margin: 0;
    height: 52px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}
.customer-account-login .registered-users .buttons-set button {
    font-family: "bariol_regularregular";
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    background: #e4073e;
    border-radius: 10px;
    border: #e4073e;
    height: 44px;
    width: 150px;
    margin: 0;
    float: left;
    font-size: 16px;
    clear: none;
}
.customer-account-login .registered-users .lostPass {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
    margin-top: 9px;
    clear: none;
    text-decoration: none;
}
.customer-account-login .registered-users .lostPass:hover {
    text-decoration: underline;
}
.customer-account-login .new-users {}

.customer-account-login .new-users h2{
    border-bottom: 1px solid #DDDDDD;
    margin: -1px;
    padding: 5px 24px;
    font-weight: bold;
    background: #92768c;
    font-family: "bariol_regularregular";
    font-size: 24px;
    color: #FFF;
    height: 60px;
    line-height: 47px;
    position: relative;
}
.customer-account-login .new-users h2:after {
    content: "+";
    width: 60px;
    height: calc(100% - 1px);
    background: #886781;
    color: #FFF;
    font-size: 38px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.customer-account-login h2.active:after {
    content: "-";
}
.customer-account-login .new-users .buttons-set button {
    background: #92768c;
    border: #92768c;
    height: 44px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 500;
    font-family: "bariol_regularregular";
    font-size: 16px;
    border-radius: 10px;
    margin: 0;
    width: 190px;
}

.welcome-msg .hello {
    color: #565656;
    font-size: 26px;
    font-family: "bariol_regularregular";
    font-weight: 500;
    margin-bottom: 25px;
}
.welcome-msg .hello span {
    color: #ff8c89;
}

.welcome-msg .sair {
    color: #aeaeae;
    font-size: 14px;
    text-transform: lowercase;
    margin-left: 30px;
}
.welcome-msg .sair:hover {
    text-decoration: underline;
}

.my-account {
    /* border: 1px solid #dfdfdf; */
    display: inline-block;
    width: 100%;
    font-family: "bariol_regularregular";
    font-size: 16px;
}
.my-account .fieldset {
    border: none;
    padding: 10px 17px;
}
.my-account h2.legend {
    /*display: none;*/
}
.my-account .page-title {
    /*background: #f9f9f9;
    border-bottom: 1px solid #dfdfdf;*/
    padding: 15px;
}
.my-account .page-title h1 {
    color: #e4073e;
    text-transform: uppercase;
    font-family: "bariol_regularregular";
    font-size: 22px;
    font-weight: 500;
    background: url(../images/sprite-customer.png) no-repeat;
    padding: 12px 30px 12px 80px;
}
.my-account .page-title.edit h1 {
   background-position: 30px 9px;
}
.my-account .page-title.addressedit h1 {
   background-position: 29px -319px;
   padding-left: 71px;
}
.my-account .page-title.meuspedidos h1 {
   background-position: 27px -158px;
   padding-left: 66px;
}
.my-account .page-title.assinatura h1 {
   background-position: 27px -396px;
   padding-left: 71px;
}
.my-account .page-title.customercasamento h1 {
   background-position: 27px -240px;
   padding-left: 71px;
}
.my-account .buttons-set {
    padding: 20px 17px;
}
.my-account .buttons-set button {
    font-family: "bariol_regularregular";
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    background: #e4073e;
    border-radius: 10px;
    border: #e4073e;
    height: 44px;
    width: 150px;
    margin: 0;
    font-size: 16px;
}
.my-account .buttons-set p.required {
    display: none;
}
.my-account .dashboard .page-title h1 {
    background-position: 26px -72px;
    padding-left: 63px;
}
.wishlist-index-index .hello {
    display: none;
 }

 .customer-account-edit h2.legend {
    display: none;
 }
 .customer-account-edit .form-list label {
    color: #868686;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
 }
 .customer-account-edit .form-list select,
 .customer-account-edit .form-list input.input-text {
    width: 270px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
 }

/*geral dashboard customer*/
.customer-account-index .box-account #my-orders-table {
    font-size: 16px;
}

/*newsletter dashboard customer*/
.newsletter-manage-index .my-account h2.legend {
    display: none;
}

.customer-address-index .my-account .page-title.meusenderecos h1 {
    background-position: 29px -319px;
    padding-left: 71px;
}

.customer-address-form h2.legend {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    background: #F9F9F9;
    padding: 10px;
    color: #E4073E;
    border: none;
}

.customer-address-form .my-account .form-list label {
    color: #868686;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
    clear: both;
    float: left;
}
.customer-address-form .my-account .form-list .field {
    max-width: 100%;
}
.customer-address-form .my-account input.input-text {
    width: 50%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    clear: both;
    float: left;
}
.customer-address-form .my-account .form-list label.error{
    color: red;
}
.customer-address-form .my-account select {
    width: 50%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
}





.customer-address-index .adicionar {
    font-family: "bariol_regularregular";
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    background: #e4073e;
    border-radius: 10px;
    border: #e4073e;
    height: 44px;
    margin: 0;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
}

.customer-address-index h2 {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    background: #F9F9F9;
    padding: 10px;
    color: #E4073E;
}
.customer-address-index h3 {
    font-size: 18px;
    font-weight: 700;
}

.customer-address-index .addresses-list .cinza {
    background: #c8c8c8;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 500;
    margin-top: 10px;
}
.customer-address-index .buttons-set {
    padding: 18px 0 0;
}
.listapresentes-casamento-dashboard .info {
    display: inline-block;
}
.listapresentes-casamento-dashboard .info .box {
    color: #686868;
    font-family: "bariol_regularregular";
    font-size: 14px;
    float: left;
    margin-right: 35px;
    padding-left: 44px;
    background: url(../images/sprite-casa.png) no-repeat;
}
.listapresentes-casamento-dashboard .info .box h3 {
    font-family: "bariol_regularregular";
    color: #d13e62;
    font-size: 18px; 
    margin: 0px 0 1px;
}
.listapresentes-casamento-dashboard .info .box.casamento {
    background-position: 0px 4px;
}
.listapresentes-casamento-dashboard .info .box.horario {
    background-position: 0 -70px;
}
.listapresentes-casamento-dashboard .info .box.local {
    background-position: 0 -144px;
    padding-left: 37px;
}
.listapresentes-casamento-dashboard .verinfo {
    margin-top: 25px;
    clear: both;
    float: left;
    background: #c8c8c8;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 7px;
}
.listapresentes-casamento-dashboard .verinfo:hover {
    opacity: 0.8;
}


/*================
 =
 =  Outros
 =
 =================*/

#shopping-cart-table tbody {
    background: #fff;
}
.catalogsearch-result-index .block.block-layered-nav {
    display: block;
}
.box-chamadas {
  background-color: #2b1a3e;
  display: inline-block;
  width: 100%;
  float: left;
}
#chamadaList {
	text-align: center;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: space-around;
  -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#chamadaList .gridChamada {
  position: relative;
  color: #a9a2b1;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: all .3s ease;
	-khtml-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
  padding: 14px 0 14px 80px;
}
#chamadaList .gridChamada:before {
  content: '';
  background-image: url('../images/sprite-chamadas.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 20px;
}
#chamadaList .gridChamada:not(:last-child):after {
  content: '';
  width: 1px;
  height: 25px;
  background: #a9a2b1;
  position: absolute;
  top: 18px;
  right: 15px;
}
#chamadaList #chamada_1 {
  width: 23%;
}
#chamadaList #chamada_1:before {
  background-position-x: 0;
  background-position-y: 0;
  width: 48px;
	height: 33px;
}
#chamadaList #chamada_2 {
  width: 23%;
}
#chamadaList #chamada_2:before {
  background-position-x: -2px;
  background-position-y: -35px;
  width: 44px;
	height: 34px;
}
#chamadaList #chamada_3 {
  width: 30%;
}
#chamadaList #chamada_3:before {
  background-position-x: -7px;
  background-position-y: -72px;
  width: 34px;
	height: 33px;
}
#chamadaList #chamada_4 {
  width: 22%;
}
#chamadaList #chamada_4:before {
  background-position-x: -11px;
  background-position-y: -109px;
  width: 26px;
	height: 33px;
  top: 5px;
}
#chamadaList .gridChamada p {
  margin-bottom: 0;
}
#chamadaList .gridChamada p strong {
  font-size: 15px;
}
#chamadaList .gridChamada p img {
  width: auto;
  max-width: 100%;
}
/*
#chamadaList .gridChamada:hover {
  -webkit-transform: translate(0,-3px);
	-khtml-transform: translate(0,-3px);
	-moz-transform: translate(0,-3px);
	-ms-transform: translate(0,-3px);
	-o-transform: translate(0,-3px);
	transform: translate(0,-3px);
}
*/

/*********************
 *
 *    HIGHLIGHTS
 *
 ********************/

.containerHighlights h1 {
    display: none !important;
}
.highlights {
    margin: 0 0 10px;
    z-index: 0;
    position: relative;
}
.highlights .item {
    /* overflow: hidden; */
    text-align: left;
    float: none;
    margin: 10px;
    position: relative;
}
/* .highlights .owl-buttons div {
    background-image: url(../images/arrow-highlights.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.highlights .owl-buttons .owl-prev {
    background-position: 0px center;
    left: 0;
}
.highlights .owl-buttons .owl-next {
    background-position: -60px center;
    right: 0;
} */
/*********************
 *
 *
 ********************/

.catalog-product-view .data-table {
    clear: both;
    width: 100%;
    margin: 0 0 10px;
    background: #fff;
}
.catalog-product-view .data-table .product-name {
    margin: 0;
}
.catalog-product-view .data-table th {
    background: transparent;
    padding: 8px;
    white-space: nowrap;
    font-weight: bold;
    border: none;
}
.catalog-product-view .data-table td {
    padding: 8px;
    word-wrap: break-word;
    border: none;
}
.catalog-product-view .data-table thead {
    background-color: #f8f8f8;
}
.catalog-product-view .data-table tfoot tr:last-child strong {
    font-size: 15px;
}
.catalog-product-view .data-table tfoot tr:last-child td {
    border-color: transparent;
}
.catalog-product-view .data-table .item-options {
    margin: 0 0 10px;
    float: left;
}
.catalog-product-view .data-table tr.last {} .catalog-product-view .data-table tr.odd {
    background: #f9f9f9;
}
.catalog-product-view .data-table .product-image {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100px;
    float: left;
    text-align: center;
}
.catalog-product-view .data-table tr.even {
    /* background-color: #f6f6f6; */
}
.catalog-product-view .data-table tbody.odd {} .catalog-product-view .data-table tbody.odd td {
    border-width: 0 1px;
}
.catalog-product-view .data-table tbody.even {
    background-color: #f6f6f6;
}
.catalog-product-view .data-table tbody.even td {
    border-width: 0 1px;
}
.catalog-product-view .data-table tbody.odd tr.border td, .catalog-product-view .data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}
.catalog-product-view .data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}
.catalog-product-view .data-table td.value {
    text-align: center;
}
/* Block: Reviews */

#review-product-principal {
    margin-bottom: 20px;
    padding-left: 0px;
    width: 100%;
}
#review-product-principal h2 {
    border-bottom: solid 1px #ddd;
    text-transform: uppercase;
    color: #02b4d2;
    width: 100%;
    padding: 0 0 5px;
    font-size: 18px;
    margin: 0 0 15px;
}
#review-product-principal .rating-box {
    width: 95px;
    margin: 0;
}
#review-product-principal .review-nome {
    margin: 0 0 5px;
}
#review-product-principal .review-nome strong {
    color: #333;
}
#review-product-principal .star-prc .n-estrela {
    float: left;
    margin-right: 10px;
    font-weight: bold;
    color: #02b4d2;
    font-size: 16px;
}
#review-product-principal .star-prc .estrelas-out {
    width: 160px;
    height: 20px;
    float: left;
    margin-right: 10px;
    background: #bdbdbd;
    font-size: 10px;
    color: #fff;
    text-indent: -9999px;
}
#review-product-principal .star-prc .estrelas-out .bar {
    position: relative;
    float: right;
    width: 100px;
    text-align: center;
}
#review-product-principal .star-prc .estrelas-in {
    float: left;
    background: #FFCA0A;
    height: 100%;
}
#review-product-principal .star-prc {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #4D4D4D;
    float: left;
    width: 301px;
    margin: 0 0 10px;
}
#review-product-principal .avaliacoes-content {
    padding: 10px;
}
#review-product-principal .avaliacoes-content .interna-review {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
#review-product-principal .avaliacoes-content .comentario {
    height: 30px;
    overflow: hidden;
    line-height: 1.3;
}
#review-product-principal .avaliacoes-content .comentario.full {
    height: auto;
}
#review-product-principal .media-list {
    float: left;
    margin: 0 0 15px;
}
#review-product-principal .leia-mais {
    float: right;
}
/********************
 *
 *  TABLE PAGAMENTOS
 *
 ********************/

.table-pagamento {
    width: 100%;
    margin: 0 0 10px;
}
.table-pagamento th {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 2%;
    width: 23%;
}
.table-pagamento td {
    color: #808080;
    font-size: 12px;
    padding: 3px 0 3px 2%;
    /*width: 23%;*/
}
.table-pagamento tr.odd {
    background: none repeat scroll 0 0 #F2F2F2;
}
/* CONTATO INFO */

.container-contato-info {
    float: none;
    padding: 15px;
    background: #f9f9f9;
    clear: both;
    width: 100%;
    border: solid 1px #ddd;
    margin: 40px 0 0;
}
.contato-info {
    display: table-cell;
}
.contato-info dt {
    float: none;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 15px;
    clear: both;
    text-transform: uppercase;
}
.contato-info dd {
    float: none;
    clear: both;
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
.contato-info li {
    margin: 0;
    display: block;
    clear: both;
}
.contato-info p {
    float: none;
    margin: 0;
}

/*ajaxlist*/

.ias { text-align: center; display: block; }
.ias > div { display: inline-block; border: 2px solid #ec0b43; border-radius: 2px; font-size: 18px; font-family: "bariol_regularregular"; padding: 4px 45px; }
.ias > div img { display: inline-block; vertical-align: middle; }
.ias > div span { color: #ec0b43; vertical-align: -2px; display: inline-block; margin-left: 10px; }


/*cart*/
.cart {font-family: "bariol_regularregular";margin-bottom: 55px;}
.cart .yourcart {
    color: #565656;
    font-size: 26px;
    line-height: 1;
    position: relative;
    margin-top: 16px;
}
.cart .yourcart:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    max-width: 260px;
    background: #ff8c89;
    height: 3px;
}
.cart .yourcart span {
    color: #ff8c89;
}

.cart .data-table thead {
    background: none;
}
.cart .data-table thead th {
    border: 1px solid #7884cd;
    color: #7884cd;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.cart .data-table thead th:first-child {
    border-left: 1px solid #7884cd;
}
.cart .data-table thead th:last-child {
    border-right: 1px solid #7884cd;
}
.cart .data-table thead th {
    border-right: 0;
    border-left: 0;
}
.cart .data-table h3 {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.cart .data-table .small {
    font-size: 12px;
    color: #ff8c89;
}
.cart .data-table .small.mobile {
    display: none;
}
.cart input.qty {
    width: 51px !important;
    height: 46px;
    line-height: 46px;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 16px;
}
.cart .data-table .product-image {
    width: 130px;
}
.cart .discount button {
    width: 88px;
    height: 47px;
    background: #92768c;
    font-weight: 500;
    font-family: "bariol_regularregular";
    color: #FFF;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    float: left;
    border: 1px solid #e5e5e5;
}
.cart .discount button:hover {
    opacity: 0.8;
}
.cart .discount button[title="Cancelar Cupom"] {
    width: auto;
    margin: 10px 0;
}
.cart input.input-text {
}

.cart .discount .input-box input.input-text::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: 15px;
}

.cart .discount .input-box input.input-text:-moz-placeholder {
    color: #b5b5b5;
    font-size: 15px;
}

.cart .discount .input-box input.input-text::-moz-placeholder {
    color: #b5b5b5;
    font-size: 15px;
}

.cart .discount .input-box input.input-text:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 15px;
}

.cart .shipping button.button {
    background: #c60d3b;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0 3px 3px 0;
    float: left;
    width: 134px;
    height: 47px;
}

.cart .fancybox-iframe {
    text-transform: uppercase;
    color: #878787;
    font-size: 11px;
    margin-top: 5px;
    float: left;
}
.cart .fancybox-iframe:hover {
    text-decoration: underline;
}

.cart button.button.btn-continue {
    background: #ff8c89;
    color: #FFF;
    text-transform: uppercase;
    font-family: "bariol_regularregular";
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    height: 80px;
    border: 1px solid #FFF;
    font-size: 20px;
}
.cart button.button.btn-continue:hover {
    opacity: 0.8;
}
.cart .onfooter .btn-proceed-checkout {
    border: 1px solid #FFF;
}

.cart .sku {
    font-size: 14px;
    color: #868686;
}

#postcode:hover {
    opacity: 0.8;
}

#postcode::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: 15px;
}

#postcode:-moz-placeholder {
    color: #b5b5b5;
    font-size: 15px;
}

#postcode::-moz-placeholder {
    color: #b5b5b5;
    font-size: 15px;
}

#postcode:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 15px;
}

.customer-account-create {
    font-family: "bariol_regularregular";
    font-weight: 500;
}
.customer-account-create .account-create .page-title {
    margin-bottom: 60px;
}
.customer-account-create .account-create .page-title h1 {
    color: #565656;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "bariol_regularregular";
    text-align: center;
    font-weight: 500;
}
.customer-account-create .fieldset {
    border: 0;
}
.customer-account-create .fieldset .legend {
    color: #e71639;
    text-transform: uppercase;
    border: 1px solid #e71639;
    font-weight: 500;
    background: none;
    padding: 17px;
    max-width: 366px;
    margin-bottom: 30px;
}
.customer-account-create .form-list li {
    margin: 0 0 25px;
}
.customer-account-create .form-list input.input-text {
    width: 100%;
    padding: 5px 10px;
    text-indent: 5px;
    margin: 0;
    height: 52px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    max-width: 560px;
}
.customer-account-create .form-list input#firstname.input-text,
.customer-account-create .form-list input#lastname.input-text {
    width: 94%;
}
.customer-account-create .form-list label {
    color: #868686;
    font-size: 16px;
    font-weight: 500;
}
.customer-account-create .form-list label[for="tipopessoa"] {
    margin-right: 20px;
}
.customer-account-create .form-list label em {
    color: #c60d3b;
    font-style: normal;
}
.customer-account-create .form-list label[for="tipopessoa"] + .input-box {
    display: inline-block;
    color: #8e8e8e;
    font-size: 14px;
    vertical-align: middle;
}
.customer-account-create .form-list label[for="tipopessoa"] + .input-box input {
    margin-left: 15px;
}
.customer-account-create .form-list label.newsCheck {
    font-size: 14px;
    font-family: "bariol_regularregular";
}
.customer-account-create .fieldset .senha .field {
    width: 100%;
    max-width: 100%;
}
.customer-account-create .buttons-set {
    border: 0;
    padding: 10px 0 0;
    margin: 0 0 80px;
}
.customer-account-create .buttons-set button.button {
    background: #07e4a3;
    border: 1px solid #07e4a3;
    border-radius: 3px;
    color: #FFFFFF;
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    font-size: 16px;
}

/*forgot password*/
.customer-account-forgotpassword .page-title h1 {
    font-size: 24px;
    margin: 20px 0;
    color: #E4073E;
    text-transform: uppercase;
    font-family: "bariol_regularregular";
}
.customer-account-forgotpassword .fieldset {
    border: 0;
}
.customer-account-forgotpassword .fieldset p {
    font-family: "bariol_regularregular";
    color: #686868;
    font-size: 18px;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 28px;
    line-height: 1.6;
}
.customer-account-forgotpassword .form-list label {
    font-family: "bariol_regularregular";
    color: #878787;
    font-size: 16px;
    font-weight: 500;
}
.customer-account-forgotpassword .form-list input.input-text {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 50px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    max-width: 476px;
}
.customer-account-forgotpassword .buttons-set {
    border: none;
}
.customer-account-forgotpassword .buttons-set p.required {
    display: none;
}
.customer-account-forgotpassword .buttons-set button.button {
    background: #07e4a3;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 0;
    text-shadow: none;
    font-family: "bariol_regularregular";
    font-size: 19px;
    padding: 15px;
    margin: 0 0 10px;
    border: 0;
}
.customer-account-forgotpassword .buttons-set .back-link a.button {
    color: #696969;
    font-size: 19px;
    font-family: "bariol_regularregular";
    font-weight: 500;
    background: none;
    border: none;
    text-transform: lowercase;
}


/*lista de casamento*/
.wishlist-index-index {}
.wishlist-index-index .messages {
    margin-top: 30px;
}
.listapresentes-casamento-visualizar .main-container,
.wishlist-index-index .main-container {
    margin-top: 0;
}
.listapresentes-casamento-visualizar .header-container,
.wishlist-index-index .header-container {
    margin-bottom: 0;
}
.listapresentes-casamento-visualizar .col-main .head, .wishlist-index-index .col-main .head {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: url(../images/bg-casamento2.jpg) top no-repeat;
    content: "";
    padding-top: 86px;
}
.listapresentes-casamento-visualizar .foto-casal,
.wishlist-index-index .foto-casal {
    width: 166px;
    height: 166px;
    float: left;
    margin-right: 30px;
}
.listapresentes-casamento-visualizar .head .page-title,
.wishlist-index-index .head .page-title {
    width: calc(100% - 196px);
    float: left;
    padding-top: 43px;
    background: none;
    border: none;
}
.wishlist-index-index .page-title #fancybox-trigger-edit {
    color: #FFF;
    text-transform: uppercase;
    background: #d23e62 url(../images/lapis.png) no-repeat 15px center;
    padding: 7px 15px;
    border-radius: 3px;
    margin: 0 17px;
    padding-left: 31px;
}
.wishlist-index-index .page-title #fancybox-trigger-edit:hover {
    opacity: 0.8;
}
.listapresentes-casamento-visualizar .page-title h1,
.wishlist-index-index .page-title h1 {
    font-size: 30px;
    font-weight: 500;
    color: #c60d3b;
    float: left;
    background: none;
    padding: 0;
    text-transform: inherit;
}
.wishlist-index-index .foto-casal .image-upload {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.wishlist-index-index .foto-casal .image-upload .hover {
    position: absolute;
    background: rgba(255, 241, 193, 0.82);
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #8F816B;
    font-family: "bariol_regularregular";
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    opacity: 0;
    transition: all ease 0.4s;
}
.wishlist-index-index .foto-casal .image-upload:hover .hover {
    opacity: 1;
}
.wishlist-index-index .foto-casal .image-upload .hover i {
    width: 41px;
    height: 33px;
    background: url(../images/foto.png) no-repeat;
    display: block;
    margin: 51px auto 10px;
}
.listapresentes-casamento-visualizar .foto-casal img,
.wishlist-index-index .foto-casal .image-upload img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.listapresentes-casamento-visualizar .info,
.wishlist-index-index .info {
    display: inline-block;
    width: calc(100% - 166px - 30px);
    margin-top: 28px;
}
.listapresentes-casamento-visualizar .info .box,
.wishlist-index-index .info .box {
    color: #686868;
    font-family: "bariol_regularregular";
    font-size: 14px;
    float: left;
    margin-right: 35px;
    padding-left: 44px;
    background: url(../images/sprite-casa.png) no-repeat;
}
.listapresentes-casamento-visualizar .info .box h3,
.wishlist-index-index .info .box h3 {font-family: "bariol_regularregular";color: #d13e62;font-size: 18px;margin: 0px 0 1px;}
.listapresentes-casamento-visualizar .info .box.casamento,
.wishlist-index-index .info .box.casamento {
    background-position: 0px 4px;
}
.listapresentes-casamento-visualizar .info .box.horario,
.wishlist-index-index .info .box.horario {
    background-position: 0 -70px;
}
.listapresentes-casamento-visualizar .info .box.local,
.wishlist-index-index .info .box.local {
    background-position: 0 -144px;
    padding-left: 37px;
}
#wishlist-search-form .field {
    width: 100%;
    clear: both;
    float: left;
    background: #f6f6f6;
    margin-top: 50px;
    padding: 9px;
    font-family: "bariol_regularregular";
    margin-bottom: 55px;
}
#wishlist-search-form .field .input-box {
    position: relative;
}
#wishlist-search-form .field label[for="search"] {
    color: #676767;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    letter-spacing: 1px;
    margin-right: 22px;
    display: inline-block;
    vertical-align: middle;
}
#wishlist-search-form .field .wrapper {
    width: calc(100% - 253px);
    display: inline-block;
    margin-top: 0;
}
#wishlist-search-form .field .wrapper input.input-text {
    border: none;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-family: "bariol_regularregular";
    font-size: 14px;
    font-weight: 500;
}
#wishlist-search-form .field .wrapper button {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/lupa1.png) no-repeat center;
    border: none;
    font-size: 0;
    width: 58px;
    height: 100%;
}
#wishlist-search-form .field .wrapper button:hover {
    background: url(../images/lupa3.png) no-repeat center;
}

#wishlist-search-form .ordenacao {
    float: right;
}
#wishlist-search-form .ordenacao select {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    font-family: "bariol_regularregular";
    font-size: 16px;
    height: 31px;
    padding: 0 10px;
}
.wishlist-index-index .title-casamento {
    width: calc(100% - 200px);
    padding: 0;
    overflow: initial;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.wishlist-index-index .title-casamento h2 {
    color: #55d6be;
    font-size: 28px;
    text-transform: inherit;
    font-weight: 500;
    font-family: "bariol_regularregular";
    margin: 0;
    position: relative;
    overflow: inherit;
}
.wishlist-index-index .title-casamento h2:after {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 241px;
    height: 2px;
    content: "";
    background: #55d6be;
}

.casamento-list {font-family: "bariol_regularregular";width: 100%;float: left;}
.casamento-list .item {
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;
}
.casamento-list .item:nth-child(2n) {
    margin-right: 0;
}
.casamento-list .product-image {display: inline-block;max-width: 136px;margin-right: 15px;vertical-align: middle;}
.casamento-list .product-image img {
    float: left;
}
.casamento-list .product-image span {
    float: left;
    width: 100%;
    height: 34px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    clear: both;
    line-height: 34px;
    font-size: 16px;
}
.casamento-list .product-image span.vendido {
    background: #07e4a3;
}
.casamento-list .product-image span.disponivel {
    background: #c60d3b;
}
.casamento-list .product-image span.indisponivel {
    background: #cdcdcd;
}

.casamento-list .box-info {
    width: calc(100% - 161px);
    display: inline-block;
    vertical-align: middle;
    color: #565656;
    font-size: 14px;
    position: relative;
}
.casamento-list .box-info .sku {
    margin-bottom: 4px;
    display: inline-block;
}
.casamento-list .box-info .product-name {
    width: 90%;
    padding-bottom: 4px;
}
.casamento-list .box-info .product-name a {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
}
.casamento-list .box-info .btn-remove {
    position: absolute;
    right: 0;
    top: 7px;
    background: url(../images/btn-trash.png) no-repeat;
}
.casamento-list .box-info .btn-remove:hover {
    background-position: 0px -31px;
}
.casamento-list .box-info input.qty {
    width: 37px !important;
    height: 32px;
    border-radius: 3px;
    color: #868686;
    font-family: "bariol_regularregular";
    font-weight: bold;
    font-size: 16px;
    background: #f6f6f6;
    margin-left: 12px;
    padding: 0;
}
.casamento-list .box-info .btn-update {
    display: inline-block;
    float: none;
    background: #c7c7c7;
    color: #FFF;
    padding: 0;
    height: 32px;
    line-height: 25px;
    text-shadow: none;
    font-size: 14px;
    width: 80px;
    text-align: center;
    font-weight: 500;
    border-radius: 3px;
}
.casamento-list .box-info .fancybox-compradores {
    color: #868686;
}
.casamento-list .box-info .fancybox-compradores:hover {
    text-decoration: underline;
}

/*fancybox edit lista casamento*/

#fancy-edit {
    max-width: 560px;
    background: #FFF;
    border: 1px solid #d5d5d5;
    /* display: inline-block; */
    font-family: "bariol_regularregular";
    font-weight: 500;
    float: left;
}
#fancy-edit .page-title {
    background: #e4073e;
    text-align: center;
    padding: 18px;
    margin: -1px;
}
#fancy-edit .page-title h1 {
    color: #FFF;
    text-align: center;
    float: none;
    font-size: 23px;
    margin: 0;
}
#fancy-edit fieldset {
    padding: 40px 18%;
}
#fancy-edit fieldset .form-list label {
    color: #868686;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}
#fancy-edit fieldset .form-list input.input-text {
    border-color: #e1e1e1;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
    color: #B6B6B6;
    font-size: 16px;
    text-align: left;
}
#fancy-edit fieldset .form-list .local .field:first-child {
    max-width: 30%;
    display: inline-block;
    float: left;
}
#fancy-edit fieldset .form-list .local .field:last-child {
    max-width: 64%;
    display: inline-block;
    float: right;
}
#fancy-edit fieldset .form-list .local select {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 50px;
}
#fancy-edit .form-list textarea {
    border-radius: 10px;
    height: 130px;
}
#fancy-edit fieldset .form-list .step-title h2 {
    background: #e4073e;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    color: #FFF;
    font-size: 20px;
    padding: 11px;
    text-align: center;
}
#fancy-edit .form-list .end .field:first-child {
    width: 70%;
}
#fancy-edit .form-list .end .field:last-child {
    width: 25%;
    float: right;
}
#fancy-edit .buttons-set {
    border: none;
    padding: 0;
}
#fancy-edit .buttons-set .required {
    display: none;
}
#fancy-edit .buttons-set button {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #07e4a3;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    font-family: "bariol_regularregular";
    height: 53px;
    transition: all ease 0.5s;
    font-size: 16px;
    font-weight: bold;
}

.wishlist-index-index #btnSelecionarCartao {
    background: #D23E62;
    color: #FFF;
    font-size: 12px;
    padding: 19px;
    display: block;
    max-width: 365px;
    border-radius: 30px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border: 0;
    float: right;
    text-transform: uppercase;
}
.wishlist-index-index #btnSelecionarCartao:hover {
    opacity: 0.8;
}

.wishlist-index-index .fancy-compradores .page-title {
    background: #e4073e;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: "bariol_regularregular";
    font-size: 23px;
    color: #FFF;
    padding: 18px;
    margin-bottom: 10px;
    margin: 0;
}
.wishlist-index-index .box-atualizar,
.wishlist-index-index .box-delete {
    width: 100%;
    max-width: 560px;
}
.wishlist-index-index .box-atualizar > div,
.wishlist-index-index .box-delete > div {
    padding: 30px 16%;
    float: left;
}
.wishlist-index-index .box-atualizar .page-title,
.wishlist-index-index .box-delete .page-title {
    background: #e4073e;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: "bariol_regularregular";
    font-size: 23px;
    color: #FFF;
    padding: 18px;
    margin-bottom: 10px;
}
.wishlist-index-index .box-atualizar p,
.wishlist-index-index .box-delete p {
    color: #686868;
    font-size: 23px;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 30px;
}
.wishlist-index-index .box-atualizar .btn-update,
.wishlist-index-index .box-delete .btn-update {
    width: 100%;
    background: #d3d3d3;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 0;
    text-shadow: none;
    font-family: "bariol_regularregular";
    font-size: 19px;
    padding: 15px;
    margin: 0 0 10px;
}

.wishlist-index-index .box-atualizar .btn-update,
.wishlist-index-index .box-delete .btn-update {
    width: 100%;
    background: #d3d3d3;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 0;
    text-shadow: none;
    font-family: "bariol_regularregular";
    font-size: 19px;
    padding: 15px;
    margin: 0 0 10px;
}
.wishlist-index-index .box-atualizar .btn-atualizar,
.wishlist-index-index .box-delete .btn-excluir {
    width: 100%;
    background: #07e4a3;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 0;
    text-shadow: none;
    font-family: "bariol_regularregular";
    font-size: 19px;
    padding: 15px;
    margin: 0 0 10px;
    border: 0;
}
.wishlist-index-index .fancy-compradores .grid {
    padding: 20px 25px;
    float: left;
}

/*area de formulario*/


.wishlist-index-index .wrapper {
    margin-top: 110px;
}
.wishlist-index-index .my-account .wrapper {
    font-family: "bariol_regularregular";
}
.wishlist-index-index .wrapper .opc #opc-evento {display: inline-block;width: 100%;}
.wishlist-index-index .wrapper .opc .active .step-title {
    background: #ec0b43;
}
.wishlist-index-index .wrapper .opc .allow .step-title {
    cursor: pointer;
}
.wishlist-index-index .wrapper .opc .step-title {
    background: #ececec;
    padding: 14px 20px;
    line-height: 1;
    color: #FFF;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
}
.wishlist-index-index .wrapper .opc .number {
    font-size: 24px;
    font-weight: 500;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.wishlist-index-index .wrapper .opc h2 {
    float: left;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}

.wishlist-index-index .opc fieldset {
    border: 1px solid #dfdfdf;
    padding: 30px 22px;
}
.wishlist-index-index .opc fieldset label {
    color: #868686;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
}
.wishlist-index-index .opc .form-list .field {
    max-width: 100%;
}
.wishlist-index-index .opc .form-list .end .field:first-child {
    width: 25%;
}
.wishlist-index-index .opc .form-list .end .field:first-child select {
    border: 1px solid #e1e1e1;
    height: 50px;
    border-radius: 10px;
    width: 100%;
}
.wishlist-index-index .opc .form-list .end .field:last-child {
    width: 70%;
    float: right;
}
.wishlist-index-index .opc .form-list .cadastro .field .input-box > div {
    display: inline-block;

}
.wishlist-index-index .opc .form-list .cadastro .field .input-box > div label {
    float: none;
    vertical-align: middle;
    margin-right: 20px;
}

.wishlist-index-index .form-list .sexo .field label {
    display: inline-block;
    margin-right: 30px;
}
.wishlist-index-index .form-list .sexo .field .input-box,
.wishlist-index-index .form-list .sexo .field .input-box > div {
    display: inline-block;
}
.wishlist-index-index .form-list .sexo .field .input-box > div label {
    float: none;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
}

.wishlist-index-index .opc fieldset input.input-text {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
}
.wishlist-index-index .opc fieldset input.input-text#foto {
    padding: 13px;
    height: auto;
}
.wishlist-index-index .opc fieldset textarea.input-text {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 130px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px
}
.wishlist-index-index .opc fieldset .endereco .field:first-child {
    width: 73%;
    margin-right: 4%;
}
.wishlist-index-index .opc fieldset .endereco .field:last-child {
    width: 23%;
}
.wishlist-index-index .opc fieldset .buttons-set {
    border: none;
    padding: 7px 0  0;
}
.wishlist-index-index .opc fieldset .buttons-set .required {
    display: none;
}
.wishlist-index-index .opc fieldset .buttons-set button {
    width: 100%;
    background: #07e4a3;
    border-radius: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    height: 70px;
    border: 0;
    font-size: 22px;
    text-shadow: none;
    margin: 0;
    font-family: "bariol_regularregular";
    font-weight: bold;
    letter-spacing: 1px;
    transition: all ease 0.5s;
}

.wishlist-index-index .wrapper .opc #cadastro-form .step-title {
    background: #c60d3b;
    border-radius: 10px;
    height: 50px;
    padding: 10px 20px;
    margin: 20px 0 20px;
}
.wishlist-index-index .wrapper .opc #login_lista .step-title {
    background: #c60d3b;
    border-radius: 10px;
    height: 50px;
    padding: 10px 20px;
    margin: 20px 0 20px;
}
.wishlist-index-index .wrapper .opc #login_lista input {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
}
.wishlist-index-index .opc .form-list .forgot {
    color: #bfbfbf;
    font-size: 14px;
    margin-top: 7px;
    float: left;
    margin-bottom: 3px;
}
.wishlist-index-index #copiar_endereco {
    float: left;
    margin-top: 3px;
}

.wishlist-index-index .opc fieldset input#confirmar_senha,
.wishlist-index-index .opc fieldset input#senha {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
}
.wishlist-index-index .opc fieldset input#senha {
    max-width: 66%;
}
.wishlist-index-index .opc fieldset .caracteres {
    margin-left: 3%;
    text-transform: uppercase;
    color: #868686;
    letter-spacing: 1px;
    font-size: 13px;
}


/*wishlist msg*/
.wishlist-index-index .msg {}
.wishlist-index-index .msg h2 {font-family: "lucia_btregular";font-size: 62px;color: #92768c;font-weight: normal;}
.wishlist-index-index .msg > p {
    color: #92768c;
    font-size: 17px;
    font-family: "QuickSand", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 45px;
}
.wishlist-index-index .msg ul li {
    color: #d9c5b0;
    font-family: "QuickSand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    float: left;
    max-width: 392px;
    clear: both;
    width: 100%;
}
.wishlist-index-index .msg ul li span {
    display: inline-block;
    width: calc(100% - 139px);
    vertical-align: middle;
}
.wishlist-index-index .msg ul li i {
    background: url(../images/sprite-wish.png) no-repeat;
    width: 138px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    clear: both;
}
.wishlist-index-index .msg ul li.satisfacao i {
    background-position: 0px 8px;
}
.wishlist-index-index .msg ul li.suporte i {
    background-position: 0px -69px;
}
.wishlist-index-index .msg ul li.troca i {
    background-position: 0px -144px;
}
.wishlist-index-index .msg ul li.loja i {
    background-position: 0px -228px;
}
.wishlist-index-index .msg ul li.pagamento i {
    background-position: 0px -319px;
}


.prod-restantes.visivel {
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 99;
    width: calc(100vw - 13px) !important;
    background: #FFF;
    padding-top: 10px !important;
}
.listapresentes-casamento-visualizar .page-title.visivel h2 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.prod-comprados.visivel {
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 9;
    width: calc(100vw - 13px) !important;
    background: #FFF;
}
.prod-indisponiveis.visivel {
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 9;
    width: calc(100vw - 13px) !important;
    background: #FFF;
}

.listapresentes-casamento-visualizar .minheight {
    min-height: 76px;
    display: inline-block;
    width: 100%;
}
.listapresentes-casamento-visualizar .page-title.topo {
    width: calc(100% - 200px);
    padding: 0;
    overflow: initial;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.listapresentes-casamento-visualizar .page-title h2 {
    color: #55d6be;
    font-size: 28px;
    text-transform: inherit;
    font-weight: 500;
    font-family: "bariol_regularregular";
    margin: 0;
    position: relative;
    overflow: inherit;
}
.listapresentes-casamento-visualizar .page-title h2:after {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 241px;
    height: 2px;
    content: "";
    background: #55d6be;
}
.listapresentes-casamento-visualizar .produtos-indisponiveis .item {
    opacity: 0.4;
}
.listapresentes-casamento-visualizar .my-wishlist .vazio {
    margin-top: 40px;
}


/*catalogsearch*/
.catalogsearch-result-index .category-products-grid {
    padding-bottom: 100px;
}

/*fix-bar menu top*/

.fix-bar {
     display: none;
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 9999999;
}
.fix-bar .header .box-login {
    margin-left: 28px;
    padding-right: 8px;
}
.fix-bar .header-primary-container {
    padding: 10px 0 12px;
}
.fix-bar .header .logo {
    overflow: hidden;
    height: 68px;
}
.fix-bar .header .logo img {
    margin-top: -44px;
}
.fix-bar .header .toplinks {
    display: none;
}
.fix-bar .header .quick-access { margin: 12px 0; width: 82%; }
.fix-bar .header .quick-access div.grid12-6 {margin: 0;width: 44%;}
.fix-bar .header .quick-access > div.grid12-3.no-gutter {margin: 0;width: 27%;}
.fix-bar .logo-wrapper { width: 16%; }
.fix-bar .header .form-search { max-width: 440px; }


/*trustvox*/

#avaliacao {
    margin-top: 40px;
    margin-bottom: 40px;
}
.ts-cssgradients #_trustvox_widget .ts-widget .ts-content-head {
    background: #FFF !important;
}
.ts-cssgradients #_trustvox_widget .ts-widget .ts-tabs-container .ts-tabs-inside.ts-selected a {
    background: #FFF !important;
    margin-bottom: -1px;
    border-bottom: 1px solid #FFF;
}
#_trustvox_widget .ts-widget .ts-footer { 
    display: none; 
}
.container_titulo_trustvox h1 {
    color: #7884cd;
    font-family: "bariol_regularregular";
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
}
.product-view .estrelas .ts-shelf-container .ts-shelf-rate-value,
.product-view .estrelas .ts-shelf-container .ts-rate-value {
    display: none;
}
.product-view .estrelas .ts-shelf-container .ts-shelf-rate-count {
    color: #ffc240;
    margin-left: 10px;
}

/*box-embalagem*/

.box-embalagem {
    display: block;
    margin-top: 7px;
}
.box-embalagem input {
    display: inline-block;
    vertical-align: middle;
}
.box-embalagem label {
    margin-left: 7px;
    background: url(../images/embalagempresente.png) left 1px no-repeat;
    padding-left: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #868686;
    cursor: pointer;
}
.box-embalagem label:hover {
    color: #E4073E;
}
.box-embalagem .price {
    font-size: 13px;
    color: #868686;
    font-family: "bariol_regularregular";
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.box-embalagem {}

.listapresentes-casamento-busca .header-container {
    margin-bottom: 0;
}
.listapresentes-casamento-busca .main-container {
    margin-top: 0;
}
.listapresentes-casamento-busca .col-main .page-title h1 {
    font-family: "bariol_regularregular";
    color: #E4073E;
}
.listapresentes-casamento-busca .col-main .box-account {
    width: 100%;
    max-width: 675px;
    margin: 0 auto;
}
.listapresentes-casamento-busca .col-main #listas_presentes {
    font-family: "bariol_regularregular";
}
.listapresentes-casamento-busca .col-main .pager {
    margin-bottom: 10px;
}
.listapresentes-casamento-busca .col-main .pager .amount {
    background: none;
    margin-top: 4px
}
.listapresentes-casamento-busca .col-main .pager .limiter {
    float: right;
}
.listapresentes-casamento-busca .col-main .page-title h1 {
    font-family: "lucia_btregular";
    color: #92768c;
    font-size: 78px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    margin-top: 43px;
    text-align: center;
}
.listapresentes-casamento-busca .col-main .page-title.busca-casamento:before {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 174px/2);
    content: "";
    background: url(../images/molde.png) no-repeat;
    width: 174px;
    height: 9px;
}
.listapresentes-casamento-busca .col-main .page-title.busca-casamento {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: url(../images/bg-casamento2.jpg) no-repeat;
    text-align: center;
    position: relative;
    min-height: 170px;
    margin-bottom: 0;
}
.listapresentes-casamento-busca .col-main #buscaform > .wrapper-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: inline-block;
    background: #ebebeb;
    padding: 18px 0;
    margin-bottom: 27px;
}
.listapresentes-casamento-busca .col-main #buscaform > .wrapper-full .input-box.container {
    text-align: center;
}
.listapresentes-casamento-busca .col-main #buscaform > .input-box {
    float: left;
    width: 100%;
}

.listapresentes-casamento-busca .col-main #buscaform > .wrapper-full label {
    color: #676767;
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle;
}
.listapresentes-casamento-busca .col-main #buscaform > .wrapper-full input {
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    font-family: "Quicksand", sans-serif;
    color: #b2b2b2;
    text-indent: 45px;
    font-size: 16px;
    padding: 6px;
    width: 35%;
    line-height: 1.2;
    font-weight: 600;
    margin-right: 12px;
}
.listapresentes-casamento-busca .col-main #buscaform > .wrapper-full select {
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    font-family: "Quicksand", sans-serif;
    color: #b2b2b2;
    text-indent: 21px;
    font-size: 16px;
    padding: 6px;
    width: 20%;
    height: 33px;
    font-weight: 600;
    margin-right: 13px;
}
.listapresentes-casamento-busca .col-main #buscaform > .wrapper-full select#ano {
    width: 10%;
}
.listapresentes-casamento-busca .col-main #buscaform > .wrapper-full button {
    background: #db3a62;
    color: #FFF;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    min-width: 125px;
    border: none;
    text-shadow: none;
}

.listapresentes-casamento-busca ul.listas-casamentos-ul {
    list-style: inherit;
    display: inline-block;
}
.listapresentes-casamento-busca ul.listas-casamentos-ul li {
    color: #e4073e;
    font-size: 18px;
    font-family: "QuickSand", sans-serif;
    float: left;
    clear: both;
    line-height: 2;
}
.listapresentes-casamento-busca ul.listas-casamentos-ul li a {
    color: #92768c;
    font-size: 18px;
    text-decoration: inherit;
}
.listapresentes-casamento-busca ul.listas-casamentos-ul li a:hover {
    color: #E4073E;
}
.listapresentes-casamento-busca .ias {
    margin-top: 50px;
}
.listas-casamentos-resultados .ias-trigger-next a {
    background: #db3a62;
    width: 203px;
    height: 52px;
    display: inline-block;
    border-radius: 40px;
    line-height: 4.2;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    margin-top: 33px;
    transition: all ease 0.5s;
}
.listas-casamentos-resultados .ias-trigger-next a:hover {
    opacity: 0.8;
}

/*marcas categoria*/

.marcascategoria-escolha-index {}
.marcascategoria-escolha-index h1 {
    color: #15b597;
    font-family: "bariol_regularregular";
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 36px;
    font-size: 26px;
}
 .marcascategoria-escolha-index, h2 {
    font-family: "bariol_regularregular";
}

 .marcascategoria-escolha-index, h3 {
    font-family: "bariol_regularregular";    
}
.marcascategoria-escolha-index .box-escolha-marca ul.desk {
    position: relative;
    padding-left: 127px;
    font-family: "bariol_regularregular";
}
.marcascategoria-escolha-index .box-escolha-marca ul.desk li {
    display: inline-block;
    border: 1px solid #f4ede3;
    border-radius: 3px;
    overflow: hidden;
    margin: 2px;
}
.marcascategoria-escolha-index .box-escolha-marca ul.desk li:not(:first-child):hover {
    border-color: #E4073E;
}
.marcascategoria-escolha-index .box-escolha-marca ul.desk li:not(:first-child):hover img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); 
    opacity: 1;
}
.marcascategoria-escolha-index .box-escolha-marca ul.desk li img {
    display: block;
    object-fit: contain;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0.4;
}
.marcascategoria-escolha-index .box-escolha-marca ul.desk li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    background: #f4ede3;
}
.marcascategoria-escolha-index .box-escolha-marca ul.desk li:first-child span {
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #978871;
    display: inline-block;
    margin-top: 50px;
    margin-left: 48px;
}

 /*listapresentes-casamento-visualizar*/

.listapresentes-casamento-visualizar .produtos-indisponiveis.itemgrid .product-name,
.listapresentes-casamento-visualizar .vendidos.itemgrid .product-name {
    font-family: "bariol_regularregular";
    color: #878787;
    font-size: 18px;
    font-weight: 500;
}
.listapresentes-casamento-visualizar .produtos-indisponiveis.itemgrid .item:hover .inside,
.listapresentes-casamento-visualizar .vendidos.itemgrid .item:hover .inside {
    border: 1px solid transparent !important;
}
.listapresentes-casamento-visualizar .product-name {
    min-height: 44px;
}

/*.listapresentes-casamento-visualizar .testimonials_container {
    display: none;
}
.listapresentes-casamento-visualizar .info .btn-depoimento a {
    background: #e4073e;
    color: #FFF;
    padding: 16px;
    display: block;
    border-radius: 30px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    max-width: 204px;
    float: right;
    text-transform: uppercase;
}
.listapresentes-casamento-visualizar .info .btn-depoimento a:hover {
    opacity: 0.8;
}
.listapresentes-casamento-visualizar #testimonialForm .buttons-set,
.listapresentes-casamento-visualizar #testimonialForm table.form-list {
    border: none;
}
.listapresentes-casamento-visualizar .testimonials_title {
    background: #e4073e;
    color: #FFF;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 16px;
}
.listapresentes-casamento-visualizar .testimonials-form {
    padding: 15px 15%;
}
.listapresentes-casamento-visualizar #testimonialForm label {
    font-family: "bariol_regularregular";
    text-transform: capitalize;
    color: #878787;
    font-size: 17px;
    font-weight: 500;
    display: block;
    width: 100%;
    float: left;
    max-width: 100%;
}*/
#depoimento_cadastrar .testimonials_title {
    background: #e4073e;
    color: #FFF;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 16px;
    float: left;
    width: 100%;
}
#depoimento_cadastrar {
    float: left;
    width: 420px;
}

#depoimento_cadastrar .testimonials-form {
    padding: 15px 15%;
    width: 100%;
    float: left;
}
#depoimento_cadastrar table.form-list {
    border: none;
}
#depoimento_cadastrar .buttons-set {
    border: none;
}
#depoimento_cadastrar .form-list textarea,
#depoimento_cadastrar .form-list input.input-text {
    width: 100%;
    font-family: "bariol_regularregular";
    border-color: #e1e1e1;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
    color: #B6B6B6;
    font-size: 16px;
    text-align: left;
}
#depoimento_cadastrar .form-list input.input-text {
    margin-bottom: 25px;
}
#depoimento_cadastrar .buttons-set button{
    width: 100%;
    border-radius: 0;
    border: none;
    background: #07e4a3;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    font-family: "bariol_regularregular";
    height: 53px;
    transition: all ease 0.5s;
    font-size: 16px;
    font-weight: bold;
}
#depoimento_cadastrar .form-list label {
    font-family: "bariol_regularregular";
    color: #868686;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}


.cms-no-route .main-container { min-height: 550px; }
.customer-account-login .main-container { min-height: 550px; }

/*osc*/

.pagarme-cvv .oquee {
    font-family: "bariol_regularregular";
    color: #868686;
    margin-left: 5px;
    font-weight: 600;
}
.pagarme-cvv .oquee:hover {
    text-decoration: underline;
}

#mensagem_cartao_container #cartao {
    margin-right: 6px;
}
.product-shop button.btn.primary.aviseme{background:#92768c;width:35%}
.product-shop input.input-text.avisame{display:block;margin-bottom:3%;border-radius:10px;width:100%}
.product-shop label.aviseme{color:#757575;font-size:17px;margin-bottom:2%;display: block;}
.product-shop p.availability.out-of-stock span{background:#fff;width:60%;display:inline-block;padding:20px;text-align:center;color:#08e4a4;font-size:30px;border: 1px solid #ddd; border-radius: 9px}

#tab-1 h2, #tab-1 h3, #tab-1 p, #tab-1 span{
    margin: initial;
    padding: initial;
    clear: both;
    width: auto;
}
#tab-1 h2{
    margin: 4px 0;
    padding: initial;
    clear: both;
    float: inherit;
    width: auto;   
}

.descricaolongacat{
    font-family: "bariol_regularregular";
    padding: 25px 0;
    color: #756282;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
}
.fs15{
    font-weight: bold;
    font-size: 15px;
}

#modal-popup p {
  margin: 0; 
}
#modal-popup img {
  max-width: 100%;
  display: block;
  float: left;
}
#modal-popup a {
  display: block;
  margin: 0 auto;
}
.flyPopup .fancybox-close {
  display: block;
  top: 0;
  right: 0;
  background-position: center;
}

/* Alterações - BlackFriday */
/*.header-container,
#topmobile .header-primary-container,
#topmobile .box-searching,
.footer-primary-container {
  background: #191919 !important;
}
.nav-container, .box-chamadas {
  background: #2e2e2e !important;
}
.carrinho .summary .amount {
  background: #2e2e2e;
  width: 33px;
  height: 33px;
  top: 0;
  right: 0;
  border-radius: 7px;
  color: #ffffff;
  border: 2px solid #FFF;
  padding: 0 !important;
  line-height: 31px;
  text-align: center;
  letter-spacing: 1px;
}
.footer-container::before, 
.footer-container::after,
.footer-top-container {
  background: #2e2e2e !important;
}
#subscribe-form .input-text {
  background: #FFF !important;
}
#subscribe-form .input-box button {
  background: #191919;
  border-radius: 0 4px 4px 0;
}
#topmobile .btn-search {
  background-color: #FFF !important;
}*/