/********************************************************************************************************

1. CSS RESET

2. VARIABLES
2.1 COLOR VARIABLES
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. MAIN PAGE
7.1 HEADER
7.2 MEGAMENU
7.3 NIVOSLIDER
7.4 SHOWCASE
7.5 MAIN PRODUCT LISTING
7.6 OTHER HOMEPAGE BLOCKS
7.7 FOOTER

8. COLLECTION PAGES
8.1 BREADCRUMBS
8.2 DESCRIPTIONS & TAGS
8.3 PRODUCTS SORTING
8.4 COLLECTION LISTING
8.5 PAGINATION

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

11. PRODUCT PAGE
11.1 PRODUCT IMAGES
11.2 PRODUCT INFO
11.3 PRODUCT PAGINATION
11.4 RELATED PRODUCTS

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

13. CUSTOMER PAGES
13.1 LOG IN
13.2 ACCOUNT
13.3 ADDRESSES
13.4 ORDERS

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

********************************************************************************************************/


/********************************************************************************************************
                           1. CSS RESET
********************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important;
    vertical-align: top;
    background: transparent;
    font-weight: normal;
    line-height: 1.5em;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ol, ul {
    list-style: none;
}

a, span {
    vertical-align: baseline;
    line-height: inherit;
    font-weight: inherit;
}

b, strong {
    font-weight: bold;
    vertical-align: baseline;
}

i, dfn {
    font-style: italic;
}

img {
    max-width: 100%;
}


/********************************************************************************************************
                           2. VARIABLES
********************************************************************************************************/

/* 2.1 COLOR VARIABLES */

/* COLOR SHADES CONVERTER */


/*#1c1c1c*/


/* 2.2 CSS3 TRANSITIONS */


/********************************************************************************************************
									3. GLOBAL THEME STYLES
********************************************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}


/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
    zoom: 1;
}

.flat-lg {
    font-size: 28px;
}

.flat-lg:before {
    font-size: 25px;
    line-height: -10px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* addthis styles */
.addthis_toolbox {
    margin: 15px 0 0 0;
    border-top: 1px solid #dddddd;
}

.addthis_toolbox > a {
    margin: 15px 15px 0 0 !important;
    padding: 0 !important;
}

.addthis_toolbox .at300b {
    height: 21px;
}

.addthis_button_tweet {
    width: 79px;
}

#_atssh {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.btn-rounded {
    border-radius: 10px !important;
}


/* jquery.formstyler styles for selects */
.jq-selectbox {
    display: block;
    z-index: 1000 !important;
    cursor: pointer;
}

.dados-pagamento {
    display: none;

}

.card-holder input {
    color: #000000 !important;
    font-weight: 400;
}

button.dados-pagamento {
}

.jq-selectbox__select-text {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger i {
    position: absolute;
    top: 0;
    right: 0;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.jq-selectbox__dropdown {
    width: 100%;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.jq-selectbox.opened .jq-selectbox__trigger i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* misc */
#at15s {
    z-index: 999 !important;
}

#habla_window_div {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}


/* hex2rgb color converter */


/* PAGE PRELOADER */
#page_preloader {
    width: 100%;
    height: 100%;
    background: url(https://www.bacozon.com/images/loading.gif) 50% 50% no-repeat #ffffff;
    background-size: 4.2%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}


/* ADD TO CART MESSAGE */
.cart_popup {
    width: 100%;
    height: 86px;
    font-size: 25px;
    line-height: 85px;
    color: #fff;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 1000;
    background: rgba(204, 30, 30, .7);
    display: none;
}

.top_pad .cart_popup {
    top: 63px !important;
}


/* COOKIES POLICY MESSAGE */
.cookies_container {
    min-height: 60px;
    background: #191919;
    display: none;
}

.cookies_container p {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    line-height: 60px;
    color: #888;
}

.cookies_container p b {
    vertical-align: baseline;
    color: #fff;
}

.cookies_container .cookie_btn {
    height: 40px;
    display: inline-block;
    margin: 10px 0 10px 6px;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-size: 17px;
    line-height: 38px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;


    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.cookies_container .cookie_ok {
    margin: 10px 0 10px 20px;
    background: #18a439;
    border-color: #18a439;
}

.cookies_container .cookie_no {
    border-color: #585858;
}

.cookies_container .cookie_btn:hover {
    background: #585858;
    border-color: #585858;
}


/* NEWSLETTER POPUP */
#newsletter_popup__wrap {
}

#newsletter_popup__wrap .fancybox-skin {
    padding: 30px !important;
}

#newsletter_popup h4 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

#newsletter_popup form {
    margin: 30px 0 0 0;
    position: relative;
}

#newsletter_popup input[type=email] {
    width: 250px;
    height: 35px;
}

#newsletter_popup .btn {
    height: 35px;
}

#newsletter_popup .newsletter_off__wrap {
    margin: 30px 0 0 0;
    text-align: center;
}

#newsletter_popup .newsletter_off__wrap .btn {
    height: auto;
    font-size: 11px;
}

#newsletter_popup .newsletter_error {
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    color: #f00;
    position: absolute;
    left: 0;
    top: 41px;
}

#newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: center;
}


/* GOOGLE MAPS */
#google_map,
#google_map iframe {
    width: 100% !important;
    height: 300px !important;
    background: #e7e7e6;
}

#google_map img {
    max-width: none !important;
}


/********************************************************************************************************
                           4. TYPOGRAPHY
********************************************************************************************************/

body {
    /*font: normal 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    color: #888888;
}


/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
    font: 32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000000;
    text-transform: none !important;
}

h2,
h3,
h4 {
    font-size: 18px;
}

h5,
h6 {
    font-size: 14px;
}

.page_heading {
    margin: 0;
    text-align: center;
    font-size: 26px;
    margin-top: 1em;
}

.page_heading a {
    float: right;
}


/* 4.2 PARAGRAPHS & LISTS */
p {
    margin: 15px 0;
    padding: 0;
    font-weight: 300;
}

.column_center ul {
    list-style-type: square;
    list-style-position: inside;
}

.column_center ol {
    list-style-type: decimal;
    list-style-position: inside;
}


/* 4.3 LINKS */
a {
    color: #cc1e1e;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover,
a:active {
    color: #888888;
}


/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.product_name a {
    font-weight: 300;
    color: #000000;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.product_name a:hover {
    color: #cc1e1e;
}


.product_desc {
    font-size: 12px;
    color: #888888;
}

.product_info .product_desc {
    margin: 5px 0;
}


.money {
    color: #000000;
}

.money_sale,
.compare-at-price {
    text-decoration: line-through;
}


/* 4.5 RTE */
.rte {
    margin-top: 15px;
    margin-bottom: 15px;
    color: inherit;
}

.rte a {
    color: inherit;
    text-decoration: underline;
}

.rte a:hover {
    text-decoration: none;
}

.rte h1 {
    font-size: 19px;
}

.rte h2 {
    font-size: 17px;
}

.rte h3 {
    font-size: 16px;
}

.rte h4 {
    font-size: 14px;
}

.rte h5 {
    font-size: 13px;
}

.rte h6 {
    font-size: 12px;
}

.rte img {
    margin-top: 15px;
    margin-bottom: 15px;
}


/********************************************************************************************************
                           5. FORMS & COMPONENTS
********************************************************************************************************/

/* 5.1 FORMS */
label {
    font-weight: bold;
    font-size: 14px;
}

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    padding: 6px;
    border: 1px solid #dddddd;
    font: normal 13px 'Arial';
    color: #888888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    height: 38px;
    line-height: 18px;
    padding: 7px;
}

select,
select.form-control {
    padding: 8px 3px;
}

textarea,
textarea.form-control {
    min-width: 100%;
    max-width: 100%;
}

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]:focus {
    border-color: #aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}


.form-group {
    vertical-align: top !important;
    margin-top: 15px;
    margin-bottom: 0;
}


.form-horizontal label {
    padding-top: 0 !important;
    text-align: right;
    line-height: 34px;
}

.form-horizontal select {
    width: 100%;
}

.action_bottom span.note {
    margin-left: 5px;
}

.action_bottom span.note a {
    margin-left: 5px;
}


/* 5.2 ALERTS */
.alert {
    margin: 15px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.alert > p,
.alert > ul,
.alert > ol {
    list-style-type: none;
    margin: 0;
}

.alert > p + p,
.alert > ul + ul {
    margin: 10px 0 0 0;
}

.pseudoStickyBlock {
    display: none !important;
}

/* 5.3 BUTTONS */
.btn,
.btn:focus,
.btn a,
.btn-info,
.btn-primary {

    padding: 9px 22px;
    font-size: 14px;
    font-weight: 700;
    background: rgba(0, 0, 0, .85);
    border: 0px;
    color: #ffffff;
    border-radius: 0px;
    box-shadow: none !important;

    -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.btn a {
    padding: 0 !important;
    border: none !important;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
    color: #ffffff;
    background: rgba(204, 30, 30, .85);
    border: 0px;
}

.btn-alt,
.btn-alt a {
    background: #000000 !important;
    border-color: #000000 !important;
}

.btn-alt:hover,
.btn-alt:hover a {
    background: #cc1e1e !important;
    border-color: #cc1e1e !important;
}


/********************************************************************************************************
                           6. GLOBAL PAGE LAYOUT
********************************************************************************************************/

html, body {
    height: 100%;
}

#wrapper1 {
    position: relative;
    z-index: 1;
    background: #ffffff;
}

#wrapper2 {
    overflow: hidden;
}

.container {
    padding: 0;
}


/* outdated browsers notification */
.old_browsers a {
    display: block;
    padding: 20px 0;
    background: #ffa200;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.old_browsers a i {
    margin: 0 5px 0 0;
    font-size: 30px;
    color: #e90b00;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}

.old_browsers a:hover {
    color: #e90b00;
}


/********************************************************************************************************
                           7. MAIN PAGE
********************************************************************************************************/

/* 7.1 HEADER */
#header {
    position: relative;
    z-index: 100;
    background: #000000;
    margin-bottom: 60px;
}

#header, #header a {
    color: #000000;
}


.template-index #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.header_top {
    padding-bottom: 16px;
    position: relative;
    z-index: 1000;
}

header #logo {
    margin-top: 23px;
    position: relative;
}

header #logo a {
    display: inline-block;
    color: #ffffff;
}

header .logo {
    max-width: 100%;
    width: 200px;
    padding-top: 1em;
    padding-left: 1em;
}

header .container-logo {
    display: inline-block;
}

header #logo img {
    width: 11em;
}

#container-cart {
    position: absolute;
    top: 0;
    right: 1em;
}

#container-cart ul li a,
#container-cart span {
    color: #ffffff;
}

header #logo b {
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1em;
    font-weight: 700;
}

header #logo span {
    display: block;
    margin-top: -3px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 7px;
    text-align: center;
}


.header_user {
    float: left;
    margin: 12px 0 0 29px;
}

.header_user li {
    display: inline-block;
}

.header_user li + li {
    margin-left: 17px;
}

.header_user li a {
    font-size: 12px;
    opacity: 1;
    color: #ffffff;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.header_user li a i {
    margin: 1px 5px 0 0;
    line-height: 1.5em;
}

.header_user li a:hover {
    opacity: 1;
}

#modal-signup .modal-content,
#modal-login .modal-content {
    border: 2px solid #e2b855;
}

#modal-signup .modal-header,
#modal-login .modal-header {
    background-color: #000000;
    text-align: center;
}

#modal-signup .modal-header img,
#modal-login .modal-header img {
    max-width: 100%;
    width: 25%;
    display: inline-block;
}

#modal-signup .modal-header p,
#modal-login .modal-header p {
    color: #c59037;
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
}

#modal-signup .modal-body h1,
#modal-login .modal-body h1 {
    font-size: 18px;
    text-align: center;
}

#modal-signup .social-login,
#modal-login .social-login {
    text-align: center;
}

#modal-signup .social-login button,
#modal-login .social-login button {
    width: 76%;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#modal-signup .social-login button > i,
#modal-login .social-login button > i {
    font-size: 18px;
}

#modal-signup .social-login button.facebook,
#modal-login .social-login button.facebook {
    background-color: #3d5d9c;
}

#modal-signup .social-login button.google,
#modal-login .social-login button.google {
    background-color: #dc4d28;
}

#modal-signup .form-horizontal label,
#modal-login .form-horizontal label {
    text-align: left;
}

#modal-signup .form-horizontal .form-group,
#modal-login .form-horizontal .form-group {
    margin-top: 0px;
}

#modal-baco .modal-dialog,
#modal-baco .modal-content,
#modal-baco .modal-header,
#modal-baco .modal-footer {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#modal-baco .modal-dialog {
    margin-top: -18px;
}

#modal-baco .modal-footer input {
    width: 100%;
}

.header_currency {
    display: inline-block;
    float: right;
    margin: 13px 19px 0 4px;
    text-align: left;
}

.header_currency select {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.header_currency .jq-selectbox {
    width: 50px;
}

.header_currency .jq-selectbox__select {
    height: 19px;
    padding: 0 15px 0 5px;
}

.header_currency .jq-selectbox__select-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    color: #888888;
}

.header_currency .jq-selectbox__trigger i {
    right: 5px;
    top: 3px;
}

.header_currency .jq-selectbox__dropdown {
    width: 100% !important;
    top: 24px !important;
    background: #ffffff;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}

.header_currency .jq-selectbox__dropdown ul {
    text-align: center;
    font-size: 11px;
}

.header_currency .jq-selectbox__dropdown ul li {
    color: #000000;
}

.header_currency .jq-selectbox__dropdown ul li:hover,
.header_currency .jq-selectbox__dropdown ul li.sel {
    color: #ffffff;
    background: rgba(0, 0, 0, .8);
}


.header_cart {
    float: right;
    margin: 23px 4px 0 0;
    z-index: 10;
}

.header_cart a {
    z-index: 10;
}

.header_cart a {
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    height: 60px;
    min-width: 40px;
    vertical-align: middle;
    padding: 1px 7px 0 14px;
    text-align: center;

    background: url(https://www.bacozon.com/images/cart_bg.png) 0 0 no-repeat;
    background-size: 100% auto;

}

.header_cart a i {
    position: absolute;
    left: -20px;
    top: 11px;
    font-size: 60px;
    opacity: .5;
    color: #ffffff;
    display: none;

}

.header_cart a span.count {
    line-height: 70px;
    text-align: center;
}

#header .header_cart a:hover {
    color: #cc1e1e;
}


.header_search {
    float: right;
    margin: 38px 20px 0 0;
    position: relative;
    z-index: 1000;
}

.header_search form {
    position: relative;
    border: 0px;
    padding-right: 30px;
    opacity: .6;
}

.header_search #search-field {
    float: right;
    border: none;
    width: 150px;
    height: 36px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.header_search #search-field.hint {
    width: 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.header_search #search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 17px;
    color: #ffffff;
    width: 30px;
    padding-top: 11px;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.header_search #search-submit:hover {
    color: #cc1e1e;
}


.header_isStuck {
    position: absolute !important;
    z-index: 999;
    padding: 0 7px;
    padding-bottom: 0px;
    background: transparent;
    left: 0;
    right: 0;
    top: 0;
    /* border-top: 2px solid #e2b855; */
    /* height: 230px; */
}


/* 7.2 MEGAMENU */
#megamenu {
    position: relative;
    z-index: 999;
    text-align: center;
    line-height: 0;
}

#megamenu .container {
    line-height: 0px;
}

#megamenu .sf-menu {
    display: inline-block !important;
    padding: 20px;
    margin-top: 10px;
}

.sf-menu > li {
    float: left;
}

.sf-menu > li > a {
    font-size: 19px;
    display: block;
    margin: 0 22px;
    position: relative;
    opacity: 1;
    font-weight: 400;
    color: #000000;
}

.sf-menu > li > a.sf-with-ul:after {
    content: "\f107";
    padding-left: 5px;
    font-family: FontAwesome;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li > a.active {
    opacity: 1;
}

.sf-menu > li > a:before {
    white-space: nowrap;
    content: attr(data-hover);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translate(-8px, -8px);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.sf-menu > li > a:hover:before {
    opacity: 1;
    transform: translate(0px, 0px);
}

.sf-menu .menu_badge {
    position: absolute;
    text-transform: none;
    right: 0px;
    top: -12px;
    display: block;
    padding: 1px 5px 2px;
    border-radius: 2px 2px 2px 0px;
    line-height: 1em;
    background: #cc1e1e;
    font-size: 9px;
    color: #ffffff;
}

.sf-menu .menu_badge:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    border: 2px solid;
    border-color: #cc1e1e transparent transparent #cc1e1e;
}

.sf-menu > li > ul {
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 64px;
    text-align: left;
    max-width: 1170px;
    border-top: 2px solid #cc1e1e;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    display: none;
}

#megamenu .submenu {
    color: #888888;
}

.sf-menu .submenu {
    padding: 24px 20px;
}

#megamenu .sf-menu .submenu a {
    font-weight: 300;
    color: #888888;
}

.sf-menu .submenu h3 a {
    color: #000000;
}

.sf-menu .submenu h3 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 12px;
    text-align: left;
}

.sf-menu .submenu a:hover {
    color: #cc1e1e;
}

.sf-menu .submenu ul li + li {
    border-top: 1px solid #dddddd;
}

.sf-menu .submenu ul li a {
    display: block;
    padding: 8px 0px 8px 21px;
    position: relative;


    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.sf-menu .submenu ul li a:before {
    position: absolute;
    content: "\f18e";
    font-family: FontAwesome;
    left: 0px;
    top: 8px;
    color: #000000;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

#megamenu .sf-menu .submenu ul li a:hover {
    padding-left: 31px;
    background: #000000;
    color: #ffffff;
}

#megamenu .sf-menu .submenu ul li a:hover::before {
    left: 10px;
    color: #ffffff;
}


.sf-menu .submenu .btn {
    background: none;
    border: 2px solid #ffffff;
    opacity: .5;
}

.sf-menu .submenu .btn:hover {
    opacity: 1;
    color: #ffffff !important;
}


/* COLLECTIONS */
#megamenu .submenu_2 h4 {
    margin: 0;
    font-size: 19px;
    text-transform: capitalize;
}

#megamenu .submenu_2 h4 a {
    color: #000000;
}

#megamenu .submenu_2 h4 a:hover {
    color: #cc1e1e;
}

.submenu_2 ul {
    margin: 6px 0 0 0;
}

.submenu_2 .btn {
    margin: 15px 0 0 0;
}

#megamenu .submenu_2 li > a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #888888;
}


/* BLOG */
.megamenu_blog_wr {
    margin-top: 6px;
    padding-bottom: 30px;
    text-align: center;
    background: #f2f2f2;
}

.submenu .blog_img img {
    margin: 0px !important;
    display: none;
}

.submenu .blog_img img:first-child {
    display: inline-block;
    max-width: 100%;
    max-height: 148px;
}

.submenu .blog_img {
    padding: 10px;
    margin: 0px;
    text-align: center !important;
}

.submenu .blog_date i {
    padding: 4px 3px 0 0;
    color: #000000;
}

#megamenu .submenu .blog_title {
    margin-top: 5px;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
}

#megamenu .submenu .blog_title a {
    font-weight: 400;
    color: #000000;
}

#megamenu .submenu .blog_title a:hover {
    color: #cc1e1e;
}

#megamenu .submenu a.link {
    margin-top: 0px;
    color: #000000;
}

#megamenu .submenu a.link:hover {
    color: #cc1e1e;
}


/* 4: SALE */
.megamenu_item_4 .product_img {
    text-align: center;
    margin-bottom: 10px;
}

.megamenu_item_4 .product_img a {
    position: relative;
    padding: 10px 16px;
    display: block;
    background: #f2f2f2;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.megamenu_item_4 .product_img a:hover {
    background: #dddddd;
}

#megamenu .megamenu_item_4 .product_name,
#megamenu .megamenu_item_4 .product_name a {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

#megamenu .megamenu_item_4 .product_name a:hover {
    color: #cc1e1e;
}

.megamenu_item_4 .product_price {
    margin: 3px 0 0;
}

.megamenu_item_4 .product_price .money {
    font-size: 22px;
    color: #000000;
}

.megamenu_item_4 .product_price .compare-at-price {
    font-size: 13px;
    color: #dddddd;
}

.megamenu_item_4 .product_wr {
    margin-top: 7px;
    text-align: center;
}


/* STICK UP MENU STYLES */
.header_isStuck.isStuck {
    width: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.header_isStuck.isStuck .menu_badge {
    display: none;
}

.header_isStuck.isStuck {
    padding-bottom: 0;
}

.header_isStuck.isStuck #logo {
    margin-top: 0;
}

.header_isStuck.isStuck .header_cart {
    margin-top: 2px;
}

.header_isStuck.isStuck .header_search {
    margin-top: 14px;
}

.header_isStuck.isStuck #logo {
    margin-top: 0;
}

.header_isStuck.isStuck .sf-menu > li > ul {
    top: 0;
}


/* 7.3 NIVOSLIDER */
.slider_parallax_wr {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    top: 150px;
    margin-bottom: 150px;
}

.slider_parallax_wr .slider_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}

.nivoSlider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.nivoSlider img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
}

.nivo-main-image {
    width: 100% !important;
    display: block !important;
    position: relative !important;
}

.nivoSlider a.nivo-imageLink {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 6;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-slice {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 5;
}

.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}

.nivo-box img {
    display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
    display: none;
}


.slider_wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}

.nivo-caption {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 8;
    text-align: center;
    display: none;
    height: 218px;
    top: 80px;
}

.nivo-caption .container {
    position: absolute;
    display: inline-block;
    text-align: left;
    top: 50%;
    left: 50%;
    padding-bottom: 0px;
    padding-top: 116px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nivo-caption a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.nivo-caption h2 {
    margin: 0;
    font-size: 150px;
    font-weight: 700;
    line-height: 1em;
    text-transform: none;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
}

.nivo-caption h3 {
    margin: 4px 0 0;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 11px;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
}

.slider_nav a {
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: top;
    margin: -15px 0 0 0;
    background: #000000;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}

.slider_nav a:before {
    display: block;
    font: 20px/28px 'FontAwesome';
    color: #ffffff;
    text-align: center;
}

.slider_nav .slider_nav__prev {
    left: 20px;
}

.slider_nav .slider_nav__prev:before {
    content: '\f104';
}

.slider_nav .slider_nav__next {
    right: 20px;
}

.slider_nav .slider_nav__next:before {
    content: '\f105';
}


.slider_controls {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 728px;
    z-index: 10;
    bottom: 20px;
}

.slider_controls a {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.slider_controls a ~ a {
    margin: 0 0 0 10px;
}

.slider_controls a span {
    display: none;
}

.slider_controls a:hover {
    border: 8px solid #ffffff;
}

.slider_controls a.active {
    border: 8px solid #ffffff;
    cursor: default;
}


/* 7.4 SHOWCASE */

.custom_showcase {
    margin-top: 60px;
    text-align: center;
}

.custom_showcase h3 {
    font-size: 42px;
    margin: 9px 0;
    margin: 9px 0px 0;
}

.custom_showcase p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.link {
    display: inline-block;
    margin-top: 7px;
    font-size: 19px;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.link:hover {
    border-bottom: 1px solid #cc1e1e;
    color: #cc1e1e;
}

.showc_img_wr {
    position: relative;
    overflow: hidden;
}

.showc_img_wr img {
    transition: 1s all ease-in-out;
}


/* 7.5 MAIN PRODUCT LISTING */
.product .product_img > a {
    display: block;
    position: relative;
    padding: 20px;
    /*background: #f2f2f2;*/
}

.product .product_price {
    padding-top: 20px;
}

.product .btn {
    opacity: .5;
    width: 100%;
    font-size: 19px;
    padding: 9px;
}

.product .btn:hover {
    opacity: 1;
}

.product .product_links form {
    display: block;
}

.product .product_links form {
    margin-bottom: 11px;
}

.product .product_links {
    margin-top: 12px;
}

.product_listing_main .product {
    margin-top: 50px;
}

.product_listing_main .product_img {
    margin-bottom: 11px;
    position: relative;
}

.product_listing_main .product_img img {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.product_listing_main .product_img .img__2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
}

.prod_img_wr {
    position: relative;
    display: block;
}

.img_overlay {
    opacity: 0 !important;
    z-index: 1;
}

.prod_img_wr .img_overlay,
.product_img .img_overlay {
    position: absolute !important;
    display: block;
    top: 0;
}

.bx-wrapper .img_overlay {
    left: 0;
    right: 0;
}

.product_listing_main span.product_badge {
    line-height: 1.5em;
    display: block;
    padding: 0px 5px 2px;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 0;
    z-index: 100;
}

.product_listing_main span.new {
    background: #000000;
    left: 0;
}

.product_listing_main span.sale {
    display: inline-block;
    background: #cc1e1e;
    left: 0;
}

.product_listing_main .product_info {
    text-align: center;
}

.product_listing_main .product_desc {
    display: none;
}

.product_listing_main .product_price .money {
    font-size: 22px;
}

.product_listing_main .product_price .money_sale {
    font-size: 13px;
    color: gray;
}

.banner-experience {
    margin-top: 190px;
    padding: 0;
}


/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.homepage_carousel {
    margin-left: -15px;
    margin-right: -15px;
}

.featured_products .product {
    margin-top: 0;
}

.featured_products .product + .product {
    /*padding-top: 27px;*/
}

.featured_products .bx-wrapper {
    max-width: 100% !important;
    margin: 22px 0 0 0;
}

.featured_products .bx-wrapper + .bx-wrapper {
    margin-top: -1px;
}

.featured_products .product_info .product_links {
    display: none;
}

.featured_products .bx-controls a {
    width: 150px;
    height: 40px;
    display: block;
    overflow: hidden;
    top: -417px;
    right: 0;
    text-align: center;
    position: absolute;
    z-index: 99;
    line-height: 40px;
    opacity: .5;
    color: #000000;
    border: 2px solid #000000;
    background: none;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.featured_products .bx-controls a:hover {
    opacity: 1;
}

.product_selo {
    position: absolute;
    top: 10px;
    z-index: 1000;
}

.product_selo img {
    max-width: 35%;
}

.featured_products .bx-controls a:before {
    display: block;
    font: 30px/36px 'FontAwesome';
}

.featured_products .bx-prev:before {
    content: '\f104';
    padding: 0 1px 0 0;
}

.featured_products .bx-next:before {
    content: '\f105';
    padding: 0 0 0 1px;
}

.featured_products .bx-controls .bx-prev {
    right: 110px;
    display: none;
}

.featured_products .bx-controls .bx-next {
    right: 58px;
    z-index: 100;
}


.featured_products .product {
    width: 270px!important;
    position: relative;
}

.featured_products .product_img .product_links {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0%;
    z-index: 100;
    opacity: 0;
    margin-top: 0;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transition: all .3s 0s ease-in;
    -moz-transition: all .3s 0s ease-in;
    transition: all .3s 0s ease-in;
}

.featured_products .product:hover .product_img .product_links {
    opacity: 1;
    bottom: 50%;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}


.featured_products .product .product_img > a:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 0%;
    bottom: 100%;
    z-index: 10;
    -webkit-transition: .3s .3s all ease-in;
    -moz-transition: .3s .3s all ease-in;
    transition: .3s .3s all ease-in;
}

.featured_products .product:hover .product_img > a:after {
    bottom: 0;
    /*background: rgba(0,0,0,.8);*/
    background: transparent;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}


.featured_products .product_img .btn {
    opacity: .5;
    width: 100%;
    max-width: 171px;
    background: none;
    font-size: 19px;
    border: 2px solid #ffffff;
}

.featured_products .product_img .btn:hover {
    opacity: 1;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.prod_wr {
    width: 300px !important;
    margin: 0;
}


/* COLLECTION PRODUCT LISTING (GRID/LIST) */
.product_collection {
    margin: 30px 0 0 0;
}

.product_collection.item3_1 {
    clear: left;
}

.view_list .product {
    width: 100%;
    float: none;
    overflow: hidden;
}

.view_list .product_img {
    width: 200px;
    float: left;
}

.view_list .product_info {
    margin: 0 0 0 215px;
    text-align: left;
}

.view_list .product_desc {
    display: block;
}


/*CUSTOM BLOCKS*/
.custom_block {
    margin-top: 55px;
    text-align: center;
    padding: 60px 0 70px;
    position: relative;
}

.custom_block h3 {
    margin: 5px 0;
    font-size: 72px;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

.custom_block h4 {
    margin: 5px 0;
    font-size: 19px;
    color: #ffffff;
}

.custom_block p {
    margin: 18px 25px;
    color: #ffffff;
}

.custom_block .link {
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-bottom-color: #ffffff;
    color: #ffffff;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.custom_block:hover .link {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.custom_block .link:hover {
    border-bottom-color: #cc1e1e;
    color: #cc1e1e;
}

#custom_block__1 {
    margin-bottom: 50px;
    background: url(../images/banner_frete_gratis.jpg) 50% 0 no-repeat #3e3e3e;
}

#custom_block__2 {
    background: url(https://www.bacozon.com/images/custom_block2_img.jpg) 50% 0 no-repeat #3e3e3e;
}


/*CUSTOM BOTTOM */
.custom_bottom_wrapper {
    padding: 50px 0 78px;
    text-align: center;
    background: #1c1c1c;
}

.custom_bottom_wrapper h2,
.custom_bottom_wrapper h3 a {
    color: #ffffff;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.custom_bottom_wrapper h3 a:hover {
    color: #cc1e1e;
}

.custom_bottom_wrapper h2 {
    font-size: 42px;
}

.custom_bottom_wrapper h3 {
    font-size: 19px;
}

.custom_bottom {
    padding-top: 22px;
}


/*HOMEPAGE MAP*/
.homepage_map {
    margin-bottom: -50px;
}

.homepage_map #google_map {
    height: 400px !important;
}


/* 7.7 FOOTER */

footer {
    margin-top: 50px;
    font-weight: 300;
    font-size: 12px;
    padding-bottom: 30px;
    border-top: 1px solid #dddddd;
    color: #888888;
}

footer h3 {
    font-size: 19px;
    font-weight: 300;
    text-transform: capitalize;
}

.footer_block {
    text-align: center;
    padding-top: 39px;
}

ul.footer_links li + li {
    margin-top: 13px;
}

ul.footer_links li a {
    font-weight: 300;
    font-size: 12px;
    color: #888888;
}

ul.footer_links li.active a,
ul.footer_links li a:hover {
    color: #cc1e1e;
}


.footer_newsletter .form_status {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.footer_newsletter .form_status.error {
    color: #f00;
}

.footer_newsletter .form_status.success {
    color: #119000;
}


footer .copyright {
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
    padding-top: 37px;
}

footer .copyright a {
    color: #888888;
}

footer .copyright a:hover {
    color: #cc1e1e;
}


/* BACK TO TOP BUTTON */
#back_top {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 0 0 615px;
    border: 2px solid #000000;
    background: #ffffff;
    text-align: center;
    position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 999;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

#back_top i {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #000000;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

#back_top:hover {
    border: 2px solid #cc1e1e;
}

#back_top:hover i {
    color: #cc1e1e;
}


/********************************************************************************************************
                           8. COLLECTION PAGES
********************************************************************************************************/

/* 8.1 BREADCRUMBS */
.breadcrumb_wrap {
    margin: 15px 0 30px;
}

.breadcrumb {
    margin: 0px;
    color: #ffffff;
    background: linear-gradient(to right, #ce7402, #e6a34c, #f5e09d);
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb a,
.breadcrumb > li + li:before {
    color: #ffffff;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;;
}

.breadcrumb a:hover {
    color: #000000;
}


/* 8.2 DESCRIPTIONS & TAGS */
.collection_info .collection_img {
    margin: 15px 0;
    text-align: center;
    padding: 20px;
    background: #f2f2f2;
}

.collection_info .collection_desc {
    margin-top: 15px;
}

.collection_info .collection_desc .rte {
    margin: 0;
}

ul.tags {
    margin: 10px 0 0 0;
    list-style-type: none;
}

ul.tags li {
    float: left;
    margin: 5px 5px 0 0;
}

ul.tags li a {
    display: block;
    padding: 5px 10px;
    background: #888888;
    color: #ffffff;
}

ul.tags li a:hover,
ul.tags li.active a {
    background: #cc1e1e;
}


/* 8.3 PRODUCTS SORTING */
.product_listing_controls {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 10px 10px 10px;
    border: 1px solid #dddddd;
}

.product_listing_toggle {
    float: left;
    font-size: 0;
}

.product_listing_toggle li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 10px 10px 0 0;
    border: 1px solid transparent;
    color: #cc1e1e;
    text-align: center;
    cursor: pointer;

    -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -ms-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;

}

.product_listing_toggle li.active {
    background: #ffffff;
    border-color: #dddddd;
    color: #000000;
    cursor: default;
}

.product_listing_toggle li i {
    font-size: 17px;
    line-height: 30px;
}

.sort_by {
    float: right;
    margin: 10px 0 0 10px;
}

.sort_by label {
    margin: 0 4px 0 0;
    line-height: 30px;
}

.sort_by select {
    width: auto !important;
    height: 30px;
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer;
}

.show_products {
    float: right;
    margin: 10px 0 0 10px;
}

.show_products label {
    margin: 0 4px 0 0;
    line-height: 30px;
}

.show_products select {
    width: auto !important;
    height: 30px;
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer;
}

#product_listing_preloader {
    position: relative;
}

#product_listing_preloader p {
    width: 100%;
    height: 32px;
    background: url(../images/bx_loader.gif) 50% 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

/* 8.4 COLLECTION LISTING */

.collection_listing_item {
    margin: 30px 0 0 0;
    overflow: hidden;
}

.collection_listing_item.item_4_1 {
    clear: left;
}

.collection_listing_item .collection_img > a {
    display: block;
    padding: 20px;
    text-align: center;
    background: #f2f2f2;
}

.collection_listing_item .collection_img > a:hover {
    background: #dddddd;
}

.collection_listing_item .collection_name {
    margin: 15px 0 0 0;
}

.collection_listing_item .collection_products {
    margin: 5px 0 0 0;
}

.collection_listing_item .collection_desc {
    margin: 5px 0 0 0;
}

.collection_listing_item .btn {
    margin: 15px 0 0 0;
    opacity: .5;
}

.collection_listing_item .btn:hover {
    opacity: 1;
}


/* 8.5 PAGINATION */
.products_count {
    height: 30px;
    float: left;
    margin: 10px 10px 0 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}

#pagination {
    display: inline-block;
    overflow: hidden;
    float: right;
    margin: 11px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#pagination span {
    display: block;
    float: left;
}

#pagination span ~ span {
    margin-left: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
    display: block;
    padding: 4px 16px;
    background: #888888;
    color: #ffffff;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;;
}

#pagination span.current,
#pagination span a:hover {
    background: #cc1e1e;
    color: #ffffff;
}

#pagination span.current {
    cursor: default;
}

#pagination span.current a {
    background-color: transparent !important;
    padding: 0 !important;
}


/********************************************************************************************************
                           9. SIDEBAR WIDGETS
********************************************************************************************************/

.sidebar_widget ~ .sidebar_widget {
    margin: 30px 0 0 0;
}

.sidebar_widget .widget_header {
    margin: 0;
    font-size: 22px;
}

.sidebar_widget .widget_content {
    margin: 15px 0 0 0;
}


/* 9.1 LINKS LIST */
.sidebar_widget ul {
    padding: 15px 10px;
    border: 1px solid #dddddd;
}

.sidebar_widget ul li ~ li {
    border-top: 1px solid #dddddd;
}

.sidebar_widget ul li a {
    display: block;
    padding: 7px 15px;
    color: #000000;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
    color: #cc1e1e;
}


/* 9.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar {
    padding: 15px;
    border: 1px solid #dddddd;
}

.sidebar_widget .product + .product {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.sidebar_widget .product_img {
    float: left;
    margin-right: 10px;
    width: 100px;
}

.sidebar_widget .product_img a:hover {
    background: #dddddd;
}

.sidebar_widget .product_info {
    overflow: hidden;
    text-align: left;
}


/********************************************************************************************************
                           10. SEARCH RESULTS PAGE
********************************************************************************************************/

#searchresults {
    margin: 0;
}

#searchresults .search-form {
    margin: 15px 0 0 0;
}

#searchresults .search-form input {
    width: 100%;
    float: left;
    padding: 7px 34px 7px 10px;
}

#searchresults .search-form button {
    width: 34px;
    height: 34px;
    float: left;
    margin: 0 0 0 -34px;
    background: none;
    border: none;
    font-size: 20px;
    color: #cc1e1e;
}

#searchresults .search-form button:hover {
    color: #888888;
}

#searchresults .search-form button i {
    line-height: 32px;
}

#searchresults h3 {
    margin: 0;
    padding: 0;
}

#searchresults ol {
    list-style-type: none;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #dddddd;
}

#searchresults ol li {
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #dddddd;
}

#searchresults ol li .search-result_image {
    float: left;
    margin-right: 15px;
}

#searchresults ol li .search-result_container {
    padding: 15px 0 0 0;
}


/********************************************************************************************************
                           11. PRODUCT PAGE
********************************************************************************************************/


/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
    width: 345px !important;
    height: auto !important;
    position: relative !important;
}

#elevatezoom_big ~ #elevatezoom_big {
    width: 0 !important;
    height: 0 !important;
}

.zoomWrapper {
    background: #f2f2f2;
}

.zoomContainer {
    z-index: 1 !important;
}

.zoomLens {
    z-index: 1 !important;
}

.zoomWindow {
    margin: -1px 0 0 0 !important;
}


/* THUMBS */
.product_images .bx-wrapper {
    max-width: 100% !important;
    position: relative;
    margin: 10px 10px 0px 0px;
}

#elevatezoom_gallery a {
    width: 87px !important;
    display: block;
    margin: 0 12px 0 0;
    background: #f2f2f2;
}

.product_images .bx-controls a {
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    margin: -10px 0 0 0;
    line-height: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    background: rgba(204, 30, 30, .7);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;


    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.product_images .bx-controls a:hover {
    background: rgba(204, 30, 30, 1);
}

.product_images .bx-controls a:before {
    font: 10px/21px 'FontAwesome';
    color: #ffffff;
}

.product_images .bx-controls a.bx-prev {
    left: 0;
}

.product_images .bx-controls a.bx-prev:before {
    content: '\f053';
}

.product_images .bx-controls a.bx-next {
    padding: 0 0 0 1px;
    right: 0;
}

.product_images .bx-controls a.bx-next:before {
    content: '\f054';
}


/* 11.2 PRODUCT INFO */
.product_wrap .product_name {
    margin: -2px 0 0 0;
    font-size: 20px;
}

.product_wrap .product-price {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 18px;
}

.product_wrap .product-price .money {
    margin: 0 5px 0 0;
}

.product_wrap .product-price .compare-at-price {
    font-size: 15px;
}

#purchase label {
    display: inline-block;
    margin: 15px 10px 0 0;
    padding: 0 !important;
    line-height: 37px;
}

#purchase #quantity {
    width: 50px;
    height: 37px;
    display: inline-block;
    margin: 15px 10px 0 0;
    padding: 9px 0 8px;
    outline: none;
    text-align: center;
}

#purchase #add-to-cart {
    height: 37px;
    margin: 15px 10px 0 0;
    padding: 8px 15px;
}

.product_wrap .variants-wrapper {
    margin: 0 -10px;
    overflow: hidden;
}

.product_wrap .selector-wrapper {
    width: 33.33333333333333%;
    float: left;
    padding: 15px 10px 0 10px;
}

.product_wrap .selector-wrapper label {
    display: block;
    line-height: 1.5em;
    text-align: left;
}

.product_wrap .selector-wrapper select {
    width: 100%;
    height: 37px;
    padding: 5px;
}

.product_wrap .product_details {
    margin: 15px 0 0 0;
    padding: 10px 0 15px 0;
    border: 1px solid #dddddd;
    border-width: 1px 0;
}

.product_wrap .product_details > div {
    padding: 5px 0 0 0;
}

.product_wrap #product_description h4 {
    padding-bottom: 0;
    border: none;
    text-transform: none;
}


/* 11.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}

.product_wrap .pagination_product li.left-arrow {
    float: left;
}

.product_wrap .pagination_product li.right-arrow {
    float: right;
}


/* 11.4 RELATED PRODUCTS */
.widget_related_products h3 {
    margin: 30px 0 0 0;
}

ul.product_listing_related {
    list-style-type: none;
}

ul.product_listing_related .product_img a,
ul.product_listing_related .product_img a img {

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

ul.product_listing_related .product_img a:hover,
ul.product_listing_related .product_img a:hover img {
    background: #dddddd;
}


/********************************************************************************************************
                           12. BLOG
********************************************************************************************************/

/* 12.1 POSTS LISTING */

.blog-article {
    padding: 15px 0 0 0;
}

.article_header {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

.article_header .product_name {
    font-size: 20px;
}

.article_header .product_name a {
    font-size: 20px;
}

.blog-article_meta-comments {
    float: right;
    padding: 7px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
    font-style: italic;
}

.blog-article_meta-tags a {
    text-decoration: underline;
}

.product_name {
    height: 45px;
}


/* 12.2 SINGLE POST */
.article_meta-comments {
    float: right;
    padding: 3px 0 0 15px;
}

.article_meta-tags a {
    text-decoration: underline;
}

.article_date,
.article_meta-tags,
.article_meta {
    font-style: italic;
}


#comments ul {
    list-style-type: none;
}

#comments .comment-author {
    word-wrap: break-word;
}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
    width: 100%;
}

.comment-form #comment-body {
    min-height: 100px;
    margin-bottom: 15px;
}

.article_comments-form {
    padding-bottom: 10px;
    margin-top: 1em;
    padding-top: 10px;
}

.section-title {
    margin-bottom: 2px;
    padding-bottom: 8px;
}

.comment-form .row {
    margin-bottom: 1em;
}


/********************************************************************************************************
                           13. CUSTOMER PAGES
********************************************************************************************************/

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */

.customer_name {
    text-transform: none !important;
}

.customer_name .divider {
    margin: 0 7px;
}

.customer_name .email {
    color: #888888;
}

.customer_name a {
    float: right;
}


/* 13.3 ADDRESSES */

.customer_addresses ul.customer_addresses_actions {
    list-style-type: none;
    margin: 15px 0;
}

.customer_addresses ul.customer_addresses_actions li a i {
    margin: 0 5px 0 0;
    line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
    line-height: 1.6em;
}


.address_table .address_title {
    vertical-align: baseline;
}

.address_table .address_title .address_actions {
    vertical-align: baseline;
    float: right;
    margin: 0 0 0 15px;
    text-transform: none;
}

.address_table .address_title .address_actions span {
    vertical-align: baseline;
}

ul.address {
    list-style-type: none;
}


/* 13.4 ORDERS */
.order_date {
    margin: 15px 0 0 0;
}

#order_details {
    margin: 30px 0 0 0;
}

#customer_orders {
    margin-top: 20px;
}

#customer_orders th {
    vertical-align: middle;
    border-top: 1px solid #dedcdc;
}

.template-customers-order .page_heading {
    font-size: 20px;
}


/********************************************************************************************************
                           14. CART PAGE
********************************************************************************************************/

/* 14.1 CART PRODUCTS */
.cart-list {
    overflow: hidden;
}

.cart-list > .row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.cart-list .item_image {
    text-align: center;
}

.cart-list .item_image a {
    width: 195px;
    display: block;
}

.cart-list .item_image a img {
    max-width: 50%;
}

.cart-list .product_name {
    margin: 0 10px 0 0;
}

.cart-list .item_remove {
    margin: 0 0 0 10px;
}

.cart-list .item_remove a {
    font-size: 20px;
    color: #fe2a2a;
}

.cart-list .item_remove a:hover {
    color: #cc1e1e;
}

.cart-list .row h3.item_vendor {
    border-bottom: 1px solid #dddddd;
    color: #888;
}

.cart-list .item_price {
    padding: 10px 0 0 0;
}

.cart-list .item_price .price {
    line-height: 37px;
}

.cart-list .item_price label {
    padding: 0;
    line-height: 37px;
}

.cart-list .item_price .input-small {
    width: 60px !important;
    height: 37px;
    display: inline-block;
    padding: 9px 5px 8px;
    text-align: center;
}

.cart-list .item_price .total {
    text-align: right;
}

.cart-list .item_price .total h3 {
    vertical-align: baseline;
    border: none;
}

.cart_subtotal h3 {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.cart_subtotal h3 .money {
    float: right;
    font-size: inherit;
}

.cart_buttons {
    margin: 30px 0;
}

.cart_instructions textarea {
    width: 100%;
}

#payment-methods {
    overflow: hidden;
}

#payment-methods ul {
    list-style-type: none;
    list-style-position: outside;
}

#payment-methods ul li {
    float: left;
    padding: 15px 15px 0 0;
}


/* 14.2 GUEST CHECKOUT */
#guest {
    padding: 30px 0 0 0;
}

#guest form {
    padding: 15px 0 0 0;
}


/********************************************************************************************************
                           15. CONTACTS PAGE
********************************************************************************************************/

.contact-scope #google_map {
    margin: 15px 0;
}

.contact-scope iframe {
    width: 100%;
    margin: 15px 0;
    border: 1px solid #dddddd;
}

.contact-form textarea {
    width: 100%;
}

.m_auto {
    margin: 0 auto;
}

.f_none {
    float: none;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.pd-0 {
    padding: 0 !important;
}


/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/

.template-404 h2,
.template-404 h2 a {
    vertical-align: baseline;
}

/*MOdal*/
#filtro-mapa .modal-dialog {
    width: 80%;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.fix-row {
    margin-right: 0;
    margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget_header i {
    line-height: 0.8;
}

.bacoboot {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 10px;
    text-align: right;
    width: 30%;
}

.bacoboot img {
    width: 60%;
}

.bacoboot .speech-bubble .yep,
.bacoboot .speech-bubble .btn-perguntar {
    background-color: #34bf49;
}

.speech-bubble {
    position: relative;
    background: #000000;
    border-radius: .4em;
    color: #ffffff;
    padding: 10px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-top-color: #000000;
    border-bottom: 0;
    border-right: 0;
    margin-left: -14px;
    margin-bottom: -28px;
}

.bx-wrapper {
    min-height: 280px;
    height: 300px;
}

#news figure {
    padding-top: 20px;
    margin-bottom: 80px;
}
#news.new-container figure {
    padding-top: 20px;
    margin-bottom: 0;
}

#news figure img {
    /*max-width: 100%;*/
    /*width: 100%;*/
    height: auto;
}
.tiled-gallery__col{
    width: 47%;
    margin: 0 auto;
    display: inline-block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    overflow: hidden;
}
.tiled-gallery__col figure img{
    height: 500px!important;
    object-fit: fill;
}
#news.new-container .columns-2 li.blocks-gallery-item {
    width: 47%;
    margin: 0 auto;
    display: inline-block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    overflow: hidden;
}
#news.new-container .columns-2 li.blocks-gallery-item img {
    height: 330px;
    object-fit: cover;
}
#news.new-container .columns-3 li.blocks-gallery-item {
    width: 30%;
    margin: 0 auto;
    display: inline-block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    overflow: hidden;
}
#news.new-container .columns-3 li.blocks-gallery-item img {
    width: 100%;
    height: 100%;
}
#news.new-container .columns-4 li.blocks-gallery-item {
    width: 22%;
    margin: 0 auto;
    display: inline-block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    overflow: hidden;
}
#news.new-container .columns-4 li.blocks-gallery-item img {
    height: 205px;
    object-fit: cover;
}
#news.container-categoria figure {
    margin-bottom: 30px;
    height: 560px;
}
figure.aligncenter {
    text-align: center;
}
#news.container-categoria figure img {
    height: 270px;
}
#news.new-contaienr figure.wp-block-image {
    margin: 0 auto;
    display: table;
}
#news.new-container img.emoji {
    width: 24px;
    max-width: 100%;
}
#news figure figcaption h1 {
    font-size: 1.5em;
}

#news figure figcaption h2 {
    font-size: 1em;
    color: #333333;
}

#news figure figcaption h3 {
    font-size: 1em;
    color: #333333;
}

#news figure small {
    position: relative;
    top: 0.5em;
    font-size: 1.6rem;
}
#news p {
    font-size: 1.3em;
}
#news figure small i {
    line-height: 1.3em;
}

#news-categoria h1 {
    font-size: 1.5em;
}

#news-categoria ul {
    width: 100%;
    margin-top: 3.7em;
}

#news-categoria ul li {
    width: 100%;
    text-align: center;
    min-height: 35px;
    background-color: #000000;
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 2em;
    color: #e2b855;
    display: inline-block;
    padding: 0px 20px;
}
figure.wp-block-media-text__media {
    width: 49%;
    display: inline-block;
}
.wp-block-media-text__content {
    display: inline-block;
    width: 49%;
    float: left;
}
.flat-lg {
    margin-left: -20px !important;
}

/*Styled Select*/
.styled-radio input[type="radio"] {
    display: none;
}

.styled-radio input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/sprite-radio-frete.png) 1px top no-repeat;
    cursor: pointer;
}

.styled-radio input[type="radio"]:checked + label span {
    background: url(../images/sprite-radio-frete.png) -40px top no-repeat;
}

.styled-radio-card input[type="radio"] {
    display: none;
}

.styled-radio-card input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/sprite-radio-card.png) 1px top no-repeat;
    cursor: pointer;
}

.styled-radio-card input[type="radio"]:checked + label span {
    background: url(../images/sprite-radio-card.png) -40px top no-repeat;
}

.styled-radio-boleto input[type="radio"] {
    display: none;
}

.styled-radio-boleto input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/sprite-radio-boleto.png) 1px top no-repeat;
    cursor: pointer;
}

.styled-radio-boleto input[type="radio"]:checked + label span {
    background: url(../images/sprite-radio-boleto.png) -40px top no-repeat;
}

.baco-news .col-md-4 {
    min-height: 415px !important;
    margin-top: 20px;
}
.baco-news .col-md-4 img {
    height: 240px;
}
.styled-radio-presente input[type="checkbox"] {
    display: none;
}

.styled-radio-presente input[type="checkbox"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/sprite-radio-presente.png) 1px top no-repeat;
    cursor: pointer;
}

.styled-radio-presente input[type="checkbox"]:checked + label span {
    background: url(../images/sprite-radio-presente.png) -40px top no-repeat;
}

.styled-radio-check input[type="radio"] {
    display: none;
}

.styled-radio-check input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../images/sprite-radio-check.png) 1px top no-repeat;
    cursor: pointer;
}

.styled-radio-check input[type="radio"]:checked + label span {
    background: url(../images/sprite-radio-check.png) -40px top no-repeat;
}

.condicao-entrega,
.retirar-loja {
    font-size: 1.2em;
    cursor: pointer;
}

.texto-resposta h1 {
    color: #ffffff;
    text-align: center;
    font-size: 1.3em;
}

.texto-resposta .btn-default {
    background-color: orange;
    margin-top: 0.5em;
}

.cep-container input,
.cep-container button {
    float: left;
}

.signup strong {
    display: block;
}

.header_search > .header_user > .signup {
    color: #ffffff;
    margin-top: -10px;
    cursor: pointer;
}

.header_search > .header_user > .signup i {
    font-size: 20px;
    color: #e2b855;
    margin-top: 1px;
}

.header_search > .header_user > .signup a {
    color: #ffffff;
}

.header_search > .header_user > .signup a i {
    line-height: 21px;
}

#header-search {
    position: absolute;
    right: 1em;
    bottom: 1em;
}

#header-search .default {
    margin: 0;
    padding: 0;
}

#header-search input {
    border-right: none !important;
}

#header-search input:focus {
    box-shadow: none;
}

#header-search button {
    border: 1px solid #dddddd;
    height: 38px;
    line-height: 18px;
    padding: 7px;
    width: 51px;
}

.videobg video {
    object-fit: fill;
    width: 80%;
    height: 600px;
    overflow: hidden;
    background-color: transparent;
    margin: 0 auto;
    display: inherit;
}

.videobg {
    clear: both;
    width: 100%;
    height: auto;
    margin-top: 148px;
    opacity: 0.9;
}

.header-social {
    position: relative;
    top: -1em;
    margin-bottom: -10px;
    position: absolute;
    top: -1em;
    right: 10em;
    width: 100%;
}

.header-social a {
    padding: 0;
    margin: 0;
}

.header-social i {
    color: #e2b855 !important;
    font-size: 1.7em;
    margin-left: 26px;
}

.header-social .i {
    margin-left: 15px;
}

.bx-controls-direction {
    position: absolute;
    right: -60px;
}

.product_images .bx-controls a.bx-prev {
    left: -2em;
}

.product_images .bx-controls a.bx-next {
    right: -2em;
}

#wines_loading-overlay {
    top: 0 !important;
}

.loading-overlay {
    z-index: 9999 !important;
}

#baco-open {
    position: relative;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
    z-index: 9999;
    width: 150px;
}

#baco-open figcaption.text {
    display: inline-block;
    font-size: 14px;
    float: left;
    margin-left: 3px;
    color: #E2B855 !important;
    padding-top: 10px;
}

#baco-open .container-img {
    background-color: #000000;
    text-align: center;
    /*padding: 5px;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #e2b855;
    float: left;

}

#baco-open .container-img img {
    width: auto;
    max-width: 68%;
    padding-top: 1.5px;
    margin-top: 4px;
}

.btn-adicionar {
    margin-top: 10px;
    background-color: #34bf49;
    height: 40px;
    opacity: 1 !important;
    padding: 0 !important;
}

.btn-adicionar:hover {
    background-color: #e6a34c;
}

.product_extra span {
    padding-top: 3px;
    padding-left: 5px;
    text-transform: uppercase;
}

footer {
    padding-bottom: 0;
}

.footer hr {
    border: none;
    width: 85%;
    background-color: #BF7431;
    height: 1.7px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.footer {
    background-color: #000000;
}

.footer figure img {
    width: 50%;
}

.footer figure {
    margin-top: 20px;
}

.footer figure figcaption {
    margin-top: 10px;
}

.footer h4 {
    font-size: 1.2em;
    color: #888888;
}

.container-seal .abcomm {
    padding: 0;
    margin-top: -17px;
}

.container-seal .godaddy img {
    width: 100%;
}

.container-seal .abcomm img {
    /*width: 25%; *!*/
    /* margin-left: 40px; */
    /* margin-top: 20px; */
    margin: 0 auto;
}

.container-seal .cielo img {
    padding: 0;
    margin-top: 10px;
    margin-left: 15px;
}

.container-seal .cielo {
    padding: 0;
}

.payments ul li {
    display: inline;
    padding: 5px;
}

.baco-news figure figcaption {
    background-color: #f0f0f0;
    padding: 10px;
    color: #555;
}

.baco-news figure figcaption strong {
    font-size: 1.2em;
}

.baco-news figure figcaption a strong {
    font-size: 1em;
    color: #000000;
}

.baco-news .col-md-6 figure {
    height: 350px;
}

.bubbly .img-flag {
    float: left;
    max-height: 100%;
    height: 20px;
    padding-right: 5px;
}

.sidebar_widget .icon-cat {
    margin-top: 0px;
}

.product_extra .flag {
    float: left;
    width: 9%;
    padding-top: 3px;
}

.nosso-catalogo {
    text-align: center;
}

.nosso-catalogo img {
    max-width: 100%;
    margin: 0 auto;
    width: 50%;
    box-shadow: 1px 1px 11px 1px #DAC4A8;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .nosso-catalogo img {
        max-width: 100%;
        margin: 0 auto;
        width: 30%;
    }
}

button.btn-success {
    background-color: #7ac143;
}

button.btn-success:hover {
    background-color: #000000;
}

.mensagem textarea {
    min-width: 0% !important;
    width: 50% !important;
    float: left;
}

.side-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 9999;
    background-color: #cccccc;
    opacity: 0.8;
}

#modal-sacola .modal-dialog,
#modal-sacola .modal-dialog .modal-content {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
}

#modal-sacola .header_cart {
    float: left;
    margin: 0;
    margin-left: 10px;
}

#modal-sacola .modal-header {
    padding: 5px;
}

#modal-sacola .modal-header .close-sacola {
    padding-right: 15px;
    font-size: 1.4em;
    cursor: pointer;
    padding-top: 7px;
}

#modal-sacola hr {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    display: inline-block;
    border-top: 1px solid #eeeeee;
    width: 100%;
    float: none;
}

#modal-sacola .modal-header p {
    padding-left: 60px;
    font-size: 1.2em;
    line-height: 40px;
}

#modal-sacola .modal-body {
    position: relative;
    padding: 5px;
    height: 330px;
    overflow: auto;
}

#modal-sacola button {
    padding: 10px;
    max-width: 100%;
    width: 100%;
    font-size: 0.9em;
}

header-slider {
    z-index: 1000;
}

input.rounded {
    border-radius: 2px;
}

.fix-icon {
    line-height: 1em;
}

#top-search {
    position: absolute;
    top: 20px;
    z-index: 2;
    width: 99%;
}

#top-search input {
    width: 40%;
    height: 50px;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    z-index: 9999;
}

#top-search button {
    background-color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 30.5%;
    border-radius: 3px;
}

#somediv p {
    font-size: 14px !important;
    padding-bottom: 10px;
}

.highlightSRO #somediv {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #f3f3f3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #000000;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #000000;
    cursor: pointer;
}

.container-side-cart {
    overflow-x: hidden;
}

.container-side-cart .badge {
    position: absolute;
    top: 0;
    right: 5px;
    background-color: rgb(240, 213, 152);
    color: rgb(239, 117, 36);
}

.qty input {
    border: none;
    background-color: transparent !important;
    font-size: 1.5em;
    color: #000000;
    position: relative;
    left: 5px;
}

.qty input:focus {
    box-shadow: none;
}

.qty i {
    position: relative;
    top: 8px;
    color: #000000;
    font-size: 1.4em;
    cursor: pointer;
}

.row.produtos-lista {
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row.produtos-lista .nome-produto {
    font-size: 1em;
    line-height: 2.2em;
    font-weight: 600
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    font-size: 14px;
}

.busca-mobile {
    position: relative;
    margin-bottom: 20px;
    margin-top: 5px;
}

.busca-mobile button {
    position: absolute;
    right: 0;
    background-color: #cccccc;
    padding: 10px;
    top: 0px;
    height: 37px;
    width: 37px;
}

.container-busca-rapida form {
    margin: 0;
    padding: 0;
}

.container-busca-rapida input {
    width: 98%;
    color: #ffffff;
}

.container-busca-rapida input,
.container-busca-rapida button {
    height: 45px;
}

.container-busca-rapida button {
    width: 45px;
    color: #ffffff;
    position: absolute;
    right: 3px;
    border: 1px solid #ffffff;
}

.top-clubebacozon {
    background-image: url("https://www.bacozon.com/images/testes/header.png");
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 70%;
    background-size: 70%;
    width: 100%;
}

.header-text {
    background-color: #3F0006;
    text-align: center;
    width: 30%;
    margin-top: 0;
    margin-right: 0;
    height: 582px;
}

.header-text .text-uppercase {
    text-transform: uppercase;
    font-size: 0.9em;
}

.header-text h1 {
    color: #fff;
    line-height: 1.3em;
    margin-top: 120px;
    font-size: 2em;
    font-family: arial, serif;
}

.header-text .orange {
    color: rgb(231, 163, 60);
}

.header-text .logo {
    margin-bottom: 40px;
    margin-top: 15px;
    max-width: 50%;
}

.list-como-funciona {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 100%;

}

.list-como-funciona li {
    text-align: center;
    float: left;
    width: 20%;
    height: 600px;
    margin-left: 10px;
    margin-right: 10px;
}

.list-como-funciona li button {
    float: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    border-radius: 5px;
    font-size: 1.4em;
}

.bg-experiencia {
    -webkit-background-size: 100%;
    background-size: 100%;
    background-image: url('https://www.bacozon.com/images/planos/20190816104818.png');
    background-repeat: no-repeat;
}

.bg-experiencia figure figcaption {
    color: #fff;
    font-family: Dancing Script, serif;
    font-size: 2em;
    position: relative;
    top: 10px;
    margin-top: 0px;
    line-height: 56px;
    height: 110px;
}

.bg-experiencia p {
    color: #fff;
    font-size: 1.2em;
    font-family: SansSerif, serif !important;
    padding: 70px;
    padding-top: 10px;
    font-weight: initial !important;
    text-transform: uppercase;;
}

.bg-experiencia figure img {
    margin-top: 130px;
    width: 51%;
}

.elipse-divider {
    background-image: url("https://www.bacozon.com/images/testes/uva-divider.png");
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 50px;
    margin-top: 40px;
}

.assinantes-clubebacozon {
    background-color: #1D1D1F;
}

.assinantes-clubebacozon h1 {
    color: #fff;
    text-transform: uppercase !important;
    font-family: SansSerif, serif;
    margin-bottom: 20px;
    margin-top: 20px;
}

.assinantes-clubebacozon ul li {
    padding: 50px;
}

.assinantes-clubebacozon ul li h5 {
    color: #fff;
    font-size: 1.5em;
}

.assinantes-clubebacozon ul li p {
    color: #fff;
    font-size: 1.2em;
}

.experiencia {
    /*background-color: #ffffff;*/
    margin-bottom: 40px;
}

.experiencia figure {
    height: auto;
    border-radius: 10px;
    min-height: 440px;
    background-color: #ffffff;
}

.experiencia figure button {
    margin-top: 40px;
    width: 90%;
    height: 45px;
    border-radius: 4px;
    font-size: 1.2em;
}

.experiencia figure .style-divider img {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

.experiencia figure figcaption strong {
    color: #000000;
    font-size: 2.4em;
    font-family: BlackJackRegular, serif;
}

.experiencia figure figcaption p {
    font-size: 1.2em;
    color: #000000;
    min-height: 80px;
}

.experiencia figure .container-p {
    padding: 2px;
}

.experiencia figure .container-selecao {
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.experiencia figure .container-selecao img {
    width: 30%;
    transform: rotate(-12deg);
}

.experiencia figure .container-selecao h1 {
    font-size: 1.3em;
    text-align: center;
    padding-top: 5px;
    color: #000000;
}

.experiencia .col-md-3 {
    float: initial;
    display: inline-block;
}

#exp {
    font-family: "Dancing Script", serif;
    color: #8C202E;
    font-size: 3em;
}

.header-text .btn-default {
    background-color: #B26A1E;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#ebook {
    background-image: url('https://www.bacozon.com/images/bg-ebook.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px;
}

#ebook img {
    border-radius: 3px;
    width: 450px;
    margin: 15px;
    box-shadow: -11px 2px 25px #272727;
    margin-right: 110px;
}

#ebook h1 {
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: "Libre Baskerville" !important;
    font-size: 3.8em;
    line-height: 1.25;
}

#ebook h1 span, #autor h1 span {
    font-family: "Libre Baskerville" !important;
    font-style: italic;
}

#ebook h1 .sub {
    font-family: "Libre Baskerville" !important;
    font-size: 0.8em;
    font-style: normal;
}

#ebook h2 {
    color: #262423;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 8px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
}

#ebook p {
    color: #262423;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
}

#ebook button {
    height: 50px;
    width: 100%;
    border-radius: 40px;
    margin-top: 20px;
}

#ebook button:hover {
    background-color: transparent;
    border: 2px solid #262423;
    color: #262423;
}

img.ebook-selo {
    width: 70px;
    position: absolute;
    right: 25px;
    top: 11px;
    z-index: 1;
}
.product_listing_main img.ebook-selo {
    width: 55px;
    position: absolute;
    right: 22px;
    top: 11px;
    z-index: 2;
}
#collection_sorted .product_listing_main img.ebook-selo {
    width: 55px;
    position: absolute;
    right: 55px;
    top: 11px;
    z-index: 2;
}

#autor {
    background-color: #403D3B;
    padding: 40px;
}

#autor p {
    color: #fff;
    opacity: .5;
    margin-top: 42px;
    line-height: 27px;
    font-size: 17px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif !important;
}

#autor h1 {
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: "Libre Baskerville" !important;
    font-size: 3em;
    line-height: 1.25;
}

#autor img {
    margin-top: 40px;
    border-radius: 2px;
    box-shadow: -4px 0px 10px #fff;
}

#modal-cadastro.eb h5,
#modal-ebook-liberado.eb h5{
    font-family: "Libre Baskerville" !important;
    font-size: 1.5em;
    text-align: center;
    font-style: italic;
}

#modal-ebook-liberado.eb h1{
    font-family: "Libre Baskerville" !important;
    font-size: 1.9em;
    text-align: center;
    color: #262423;
}
#modal-ebook-liberado.eb p{
    font-family: "Montserrat" !important;
    font-size: 1.2em;
    text-align: center;
    color: #262423;
}
#modal-ebook-liberado.eb button{
    font-family: "Montserrat" !important;
    font-size: 1.2em;
    height: 50px;
}
#modal-ebook-liberado.eb button:hover{
    background-color: lightgreen;
}
#modal-ebook-liberado.eb button i{
    position: relative;
    top: 2px;
    right: 3px;
}
#modal-cadastro.eb .modal-header {
    padding-bottom: 0 !important;
}

#modal-cadastro.eb .form-group label {
    font-family: "Libre Baskerville" !important;
    color: #262423;
}

#modal-cadastro.eb .form-group {
    font-family: "Libre Baskerville" !important;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

#modal-cadastro.eb .form-group input {
    font-family: "Libre Baskerville" !important;
    color: #262423;
    font-size: 1.1em;
    height: 45px;
}

#modal-cadastro.eb button.cadastro {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    border-radius: 40px;
}
#modal-ebook-liberado .capa{
    width: 220px;
}
#modal-cadastro.eb .close {
    opacity: 1 !important;
    color: #262423 !important;
}
#modal-banner .modal-dialog {
    margin: 0 auto;
    padding: 0;
}
#modal-banner .modal-body {
    position: relative;
    padding: 0px!important;
    background-color: #ffffff;
    text-align: center;
    border: 15px solid black;
}
#modal-banner .modal-body a img{
    width: 100%;
}
#modal-banner .modal-header i {
    background-color: #242424;
    width: 40px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    /*margin-right: -12px;*/
}
#collection_sorted.categoria .product{
    width: 25%;
}
#collection_sorted.search .product_listing_main img.ebook-selo {
    width: 55px;
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 2;
}
#container-manifesto {
    position: relative;
}
#container-manifesto .col-md-6 {
    margin-top: 20px;
}
#container-manifesto .first {
    z-index: 1000;
}
#container-manifesto .shadow {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 300px;
    bottom: 0px;
    z-index: 500;
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .header-text {
        background-color: #3F0006;
        text-align: center;
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        height: auto;
    }

    .header-text h1 {
        color: #fff;
        line-height: 1.3em;
        margin-top: 50px;
        font-size: 2em;
        font-family: arial, serif;
    }

    .header-text .col-md-12 {
        padding: 0;
        margin: 0;
    }

    .top-clubebacozon {
        background-position: top left;
        background-repeat: no-repeat;
        -webkit-background-size: 10%;
        background-size: 10%;
        width: 100%;
        height: auto;
    }

    .list-como-funciona {
        margin-top: 20px;
    }

    .list-como-funciona li {
        text-align: center;
        height: 465px;
        margin: 0 auto !important;
        float: none !important;
        display: inline-block !important;
        width: 70%;
    }

    .bg-experiencia p {
        color: #fff;
        font-size: 1.2em;
        font-family: SansSerif, serif !important;
        padding: 0;
        padding-top: 10px;
        font-weight: initial !important;
        text-transform: uppercase;
    }

    .assinantes-clubebacozon h1 {
        color: #fff;
        text-transform: uppercase !important;
        font-family: SansSerif, serif;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 1.8em;
    }

    .assinantes-clubebacozon ul li {
        padding: 20px;
    }
}