/*
FONTS - START
*/

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?3cr3b2');
    src: url('fonts/icomoon.eot?3cr3b2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3cr3b2') format('truetype'),
    url('fonts/icomoon.woff?3cr3b2') format('woff'),
    url('fonts/icomoon.svg?3cr3b2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-midia:before {
    content: "\e917";
}

/*
FONTS - END
*/

/*
GERAL - START
*/

body {
    overflow-x: hidden;
}

a,
button,
input,
select {
    text-decoration: none !important;
    outline: none !important;
}

a:hover,
button:hover {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:active,
button:active {
    transform: scale(0.97);
}

button:focus {
    box-shadow: none !important;
}

img {
    -webkit-transform: translateZ(0);
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(https://islandfreshbermuda.com/wp-content/uploads/2021/10/black-x-png-7-png-image-black-x-png-1600_1600.png);
    background-size: 20px 20px;
}

ul {
    padding: 0;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*
GERAL - END
*/

/*
CONTAINERS - START
*/

.container {
    max-width: 1300px;
}

.container-search {
    display: none;
}

.container-search {
    position: absolute;
    top: 67px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background-color: white;
    left: -72vw;
    width: 70vw;
    padding: 10px 0;
    z-index: 99;
}

/*
CONTAINERS - END
*/


/*
BREADCRUMB - START
*/

.breadcrumb {
    display: flex;
    padding: 20px;
}

.breadcrumb li {
    font-size: .675rem;
    color: #000000;
    text-transform: uppercase;
    margin-right: 10px;
}

.breadcrumb li.active {
    color: #000000cc;
    font-weight: 800;
}

.breadcrumb li a {
    color: inherit;
    text-decoration: none;
}

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

.breadcrumb li i {
    font-weight: bold;
    margin-left: 10px;
}

/*
BREADCRUMB - END
*/


/*
HEADING - START
*/

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.heading h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    margin: 0;
}

.heading h1 span {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--color-index-title);
}

.heading h1 i {
    font-size: 1.9rem;
    color: var(--color-index-title);
}

.first-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first-block a {
    font-size: .875rem;
    letter-spacing: 1px;
    color: #000000;
}

.first-block a:hover {
    color: #000000cc;
}

/*
HEADING - END
*/


/*
HACKS - START
*/

_:-ms-lang(x), .products_item_title {
    line-height: 25px;
}

_:-ms-lang(x), .products_item_title a {
    font-size: 0.55rem;
    color: var(--color-text-grey);
    line-height: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--color-text-grey);
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 1px;
}

.htmlchars {
    padding: 0 10px !important;
}

.height-banner {
    height: 300px;
}

.fundo-banner {
    background-attachment: fixed !important;
    background-position: 50% 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.paginator {
    float: left;
}

#action_wrap {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.products_item:hover #action_wrap {
    display: block;
    transition: 0.2s;
}

#button-search {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000000;
    background-color: transparent;
    border-top: none;
    border-bottom: 1px solid #000000;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

#button-search:hover {
    color: var(--color-background-black);
}

.zoomContainer {
    z-index: 999;
}

aside .main_blog_post a {
    color: var(--color-background-black);
}

.box ul li a {
    color: var(--color-headerLine-text);
    font-size: 1rem;
}

.box ul li a:hover {
    color: var(--color-headerLine-text-opacity);
}

.space {
    padding: 0 0 50px 0;
}

/*
HACKS - END
*/

/*
COUNTDOWN - START
*/

.countdown {
    position: relative;
}

.countdown_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    position: absolute;
    left: 10%;
    top: -60px;
    padding: 7px;
    background-color: var(--color-background-grey);
    color: #000000;
    border-radius: 3px;
}

.countdown_wrapper div {
    display: flex;
}

.countdown_wrapper div > span {
    font-size: 1rem;
    color: var(--color-background-black);
    font-weight: 600;
    text-align: left;
    line-height: 15px;
}

.countdown_wrapper div > span .countdown_legend {
    font-size: .65rem;
    text-transform: uppercase;
}

/*
COUNTDOWN - END
*/


/*
FORCE LOGIN - START
*/

.force_login {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-background-black-opacity);
    z-index: 99999;
}

.force_login_content {
    display: none;
    width: 500px;
    height: 500px;
    max-width: 90%;
    text-align: center;
    margin-top: -500px;
    background-color: var(--color-background-grey);
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: margin-top 0.2s ease-in-out;
}

.force_login_content img {
    width: 200px;
}

.force_login_content_close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    margin-bottom: 30px;
    background-color: var(--color-background-grey);
    box-shadow: 0 1px 1px #000000;
}

.force_login_content_close svg {
    cursor: pointer;
}

.force_login_content_close svg:hover line {
    stroke: var(--color-background-black);
}

.force_login_content_message {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    padding: 50px 20px;
}

.force_login_content_button {
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0 auto;
    background-color: var(--color-background-grey);
    transition: background-color 0.2s ease-in-out;
}

.force_login_content_button:hover {
    color: #000000;
    background-color: var(--color-background-black);
}

/*
FORCE LOGIN - END
*/

/*
WIDGETS (ONE INPUT) - START
*/

.one_input {
    position: relative;
}

.one_input_field {
    height: 35px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px 10px 10px 5px;
    outline: none;
    font-size: .9rem;
}

.one_input_button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.125rem;
    color: var(--color-header-text);
    padding: 0 20px;
    background-color: var(--color-header-background);
    border: none;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    outline: none;
}

.one_input_button:hover {
    cursor: pointer;
    background-color: var(--color-header-background-opacity);
}

/*
WIDGETS (ONE INPUT) - END
*/

/*
BANNERS - START
*/

.banners h1 {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
}

.banners_item {
    transition: transform 0.1s ease-in-out;
}

.banners_item:hover {
    transform: scale(1.01);
}

.banners_item img {
    width: 100%;
}

/*
BANNERS - END
*/


/*
MEDIA QUERIES - START
*/


/*
1300px
*/
@media (max-width: 81.25em) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1150px;
    }
}


/*
1100px
*/
@media (min-width: 68.75em) {

    .wishlist .products .products_item {
        width: 24.25% !important;
        margin: 1% 1% 1% 0 !important;
    }

    .wishlist .products .products_item:nth-of-type(4n+0) {
        margin-right: 0 !important;
    }

}

/*
850px
*/
@media (min-width: 53.125em) {

    .wishlist .products .products_item {
        width: 32.6%;
        margin: 1% 1.1% 1% 0;
    }

    .wishlist .products .products_item:nth-of-type(3n+0) {
        margin-right: 0;
    }

}


/*
768px
*/
@media (max-width: 48em) {
    input {
        font-size: 1rem !important;
    }

    h3 {
        font-size: 1.3rem;
    }

    .wc_cart_manager_actions .wc_cart_close, .wc_cart_manager_actions .wc_cart_finish {
        float: none !important;
    }

    .space {
        display: none;
    }
}


/*
550px and 849px
*/
@media (min-width: 34.375em) and (max-width: 53.0625em) {

    .wishlist .products .products_item {
        width: 49.5%;
        margin: 1% 1% 1% 0;
    }

    .wishlist .products .products_item:nth-of-type(2n+0) {
        margin-right: 0;
    }
}

/*
550px
*/
@media (min-width: 34.375em) {
    .wishlist .products .products_item {
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (max-width: 30.563em) {
    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
    }
}
