












/* Definições de CSS do tema personalizado */


/* SEARCH */
.iluria-product-thumb {
    border-radius: 10px;
}


/* HEADER */
.header-external {
    padding: 0;
}

#header {
    display: flex;
}

#header table {
    display: inline-block;
}

#header table:nth-of-type(2) {
    margin-top: 0 !important;
}

#shop-logo img {
    width: 240px;
}

.my-account-button.iluria-layout-menu {
    maegin: 0;
}

.my-account-button.iluria-layout-menu,
.logout-button.iluria-layout-menu {
    
}

#header .cart-button span,
#header .my-account-button span {
    display: none;
}

/* PRODUCT */
.iluria-layout-search-product-title {
    margin-top: 20px;
}

.product-item-container.masonry-brick .product-thumb-image-container {
    background-color: #2E3193;
}


.breadcrumb {
    text-transform: uppercase;
}

.login-button,
.cart-button,
.buy-button-text.button,
.iluria-cart-button.button{
    border-radius: 30px;
    transition: opacity ease-in .3s;
}

.product-item-container.masonry-brick .product-thumb-image-container,
.my-account-button.iluria-layout-menu:hover,
.logout-button.iluria-layout-menu:hover {
    transition: opacity ease-in .3s;
}

.my-account-button.iluria-layout-menu:hover,
.logout-button.iluria-layout-menu:hover,
.login-button:hover,
.cart-button:hover,
.buy-button-text.button:hover,
.iluria-cart-button.button:hover,
.my-account-button.iluria-layout-menu:focus,
.logout-button.iluria-layout-menu:focus,
.login-button:focus,
.cart-button:focus,
.buy-button-text.button:focus,
.iluria-cart-button.button:focus {
    opacity: .5;
}


.buy-button-text.button {
    margin-top: 40px;
    line-height: 55px;
}

.iluria-share-product-container {
    height: 32px;
    line-height: initial;
}

.iluria-share-product-twitter {
    margin-right: 20px;
}

.buy-button-text span {
    font-size: 42px;
}

.see-also-container {
    transition: opacity ease-in .3s;
}

.see-also-container:hover {
    opacity: .5;
}

.see-also-container img {
    border-radius: 15px;
}

.sub-header {
    margin: 90px 0px 15px 0px;
    font-family: 'Indie Flower';
}

#big-image {
    border-radius:15px;
}



/* CART */
.iluria-cart-button.button {
    width: 240px;
    line-height: 48px;
    margin-top: 35px;
}

.cart-dashed-line-border {
    padding: 10px;
}

.shipping-label {
    vertical-align: -7px;
}

#shipping-type {
    margin-top: 35px;
}

.imageBorder {
    border-radius: 100%;
}

.iluria-cart-comment-description {
    font-size: 12px;
}

.iluria-cart-comment-description {
    font-size: 11px;
    text-transform: uppercase;
}

/*HOME*/
.aux-banners,
.slider-wrapper {
    margin: 55px 0 30px;
}

.aux-banners img,
.nivoSlider {
    border-radius: 5px;
}


/* ZOOM CLOSE */
.fancybox-buy-button,
.fancybox-close-button {
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    background-color: #FEA200;
    font-family: 'Indie Flower';
    letter-spacing: 1.3px;
}

.fancybox-custom-buttons-container-wrapper {
    width: 260px;
}


/* ZOOM BUTTON */
.product-thumb-zoom-icon {
    border-radius: 30px;
    font-family: 'Indie Flower';
    background-color: #FEA200;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border: none;
}


/* CONTACT */
.custom-contact-content {
    padding-left: 0;
    padding-right: 50px;
}


/* Override any inline style */
.custom-contact-content p,
.custom-contact-content h1,
.custom-contact-content h2,
.custom-contact-content h3,
.custom-contact-content h4,
.custom-contact-content h5,
.custom-contact-content h6,
.custom-contact-content span,
.custom-contact-content a,
.custom-contact-content ul,
.custom-contact-content ol,
.custom-contact-content li,
.product-description p,
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6,
.product-description span,
.product-description a,
.product-description ul,
.product-description ol,
.product-description li {
    font-family: Varela Round !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: rgb(48, 0, 0) !important;
    font-style: normal !important;
}

.custom-contact-content strong,
.custom-contact-content b,
.product-description strong,
.product-description b {
    font-weight: 700 !important;
}

.custom-contact-content em,
.custom-contact-content i,
.product-description em,
.product-description i {
    font-style: italic !important;
}