/*
ICOMOON ICONS - START
*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?46mgnv');
    src:  url('fonts/icomoon.eot?46mgnv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?46mgnv') format('truetype'),
    url('fonts/icomoon.woff?46mgnv') format('woff'),
    url('fonts/icomoon.svg?46mgnv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lucida Bright';
    src: url('fonts/lucidabright.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Script MT Bold';
    src: url('fonts/scriptmtbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Humnst777';
    src: url('fonts/Humnst777.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Great Vibes';
    src: url('fonts/greatvibes.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Buffalo';
    src: url('fonts/buffalo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Courier New';
    src: url('fonts/couriernew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Franklin Gothic';
    src: url('fonts/franklingothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url('fonts/georgia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nickainley';
    src: url('fonts/nickainley.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lucida {
    font-family: 'Lucida Bright';
    font-size: 18px;
}

.script-mt-bold {
    font-family: 'Script MT Bold';
    font-size: 22px;
}

.humnst777 {
    font-family: 'Humnst777';
    font-size: 21px;
}

.great-vibes {
    font-family: 'Great Vibes';
    font-size: 21px;
}

.nickainley {
    font-family: 'Nickainley';
    font-size: 21px;
}

.buffalo {
    font-family: 'Buffalo';
    font-size: 28px;
}

.courier-new {
    font-family: 'Courier New';
    font-size: 21px;
}

.franklin-gothic {
    font-family: 'Franklin Gothic';
    font-size: 21px;
}

.georgia {
    font-family: 'Georgia';
    font-size: 21px;
}

.montserrat {
    font-family: 'Montserrat';
    font-size: 21px;
}




[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-atemporal:before {
    content: "\e90b";
}
.icon-classico:before {
    content: "\e90c";
}
.icon-setas:before {
    content: "\e900";
}
.icon-dias:before {
    content: "\e901";
}
.icon-bolsa:before {
    content: "\e902";
}
.icon-brilho:before {
    content: "\e903";
}
.icon-cabide:before {
    content: "\e904";
}
.icon-diamante:before {
    content: "\e905";
}
.icon-midia:before {
    content: "\e906";
}
.icon-mobile:before {
    content: "\e907";
}
.icon-sacola:before {
    content: "\e908";
}
.icon-suporte:before {
    content: "\e909";
}
.icon-tinta:before {
    content: "\e90a";
}

/*
ICOMOON ICONS - END
*/


/*
BASE - START
*/

body {
    overflow-x: hidden;
    /*background-color: #f5f5f5;*/

}

a,
button,
input,
select {
    text-decoration: none !important;
    outline: none !important;
}

a {
    color: black;
}

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;
}

.rotate-180 {
    transform: rotate(180deg);
}

.form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid var(--color-background-black);
}

select {
    border: 1px solid var(--color-background-black) !important;
}

.color-theme {
    color: var(--color-background-two) !important;
    font-weight: 600 !important;
}

/*
BASE - 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-text-two);
    padding: 0 20px;
    background-color: var(--color-background-two);
    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-background-three);
}

/*
WIDGETS (ONE INPUT) - END
*/


/*
WIDGETS (REALTIME SEARCH) - START
*/

.realtime_search {
    display: none;
    width: 100%;
    position: absolute;
    top: 2.65rem;
    padding: 10px 5px 10px 10px;
    background-color: var(--color-background-white);
    z-index: 999;
}

.realtime_search ul {
    max-height: 300px;
    overflow-y: auto;
}

.realtime_search ul::-webkit-scrollbar {
    width: 5px;
    background-color: var(--color-background-white);
}

.realtime_search ul::-webkit-scrollbar-thumb {
    background-color: var(--color-background-one);
}

.realtime_search li a {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    transition: background-color 0.2s ease-in-out;
}

.realtime_search li a:hover {
    background-color: #f6f6f6;
}

.realtime_search li a img {
    width: 50px;
    margin-right: 20px;
}

.realtime_search li a p {
    text-align: left;
    font-size: .75rem;
    color: var(--color-text-grey);
}

.realtime_search li a p .old_price {
    font-size: .75rem;
    text-decoration: line-through;
    float: left;
    margin: 0 10px 0 0;
}

.realtime_search li a p .new_price {
    color: var(--color-text-one);
    font-weight: bold;
    float: left;
}

/*
WIDGETS (REALTIME SEARCH) - 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: var(--color-background-white);
    left: -72vw;
    width: 70vw;
    padding: 10px 0;
    z-index: 99;
}

/*
CONTAINERS - END
*/


/*
404 - START
*/

.not_found {
    text-align: center;
}

.not_found .content {
    padding: 50px 0 20px 0;
}

.not_found_icon {
    font-size: 4.75rem;
    color: var(--color-text-two);
    font-weight: bold;
    text-transform: uppercase;
}

.not_found .tagline {
    display: block;
    font-size: 1rem;
    color: var(--color-text-two);
    font-weight: 300;
    margin-bottom: 20px;
}

/*
404 - END
*/


/*
HEADER MOBILE - START
*/

.header_mobile_logo {
    display: none;
    text-align: center;
    background-color: white;
}

.header_mobile .content {
    padding: 10px 0 0 0;
}

.header_mobile .j_menu_wishlist {
    width: 20px;
    height: 20px;
    position: absolute;
    font-style: normal;
    font-size: .75rem;
    top: 0;
    left: 15px;
    line-height: 20px;
    color: var(--color-text-white);
    background-color: var(--color-background-two);
    opacity: 0.9;
    border-radius: 50%;
}

.header_mobile .cart_count {
    width: 20px;
    height: 20px;
    position: absolute;
    font-style: normal;
    font-size: .75rem;
    left: 15px;
    line-height: 20px;
    color: var(--color-text-white);
    background-color: var(--color-background-two);
    opacity: 0.9;
    border-radius: 50%;
}

.header_desktop .cart-drawer a.btn:hover {
    background-color: var(--color-background-three);
}

.first-menu a,
.first-menu i {
    color: #252525;
}


.first-menu i {
    font-size: 1.8rem;
}

.first-menu .input-group-append {
    display: flex;
}

.header_mobile_nav {
    text-align: center;
    background-color: var(--color-background-four);
    border: 1px solid var(--color-background-one);
    border-right: none;
    border-left: none;
}

.header_mobile_nav a,
.header_mobile_nav button {
    background-color: transparent;
    border: none;
    height: 60px;
    justify-content: flex-end;
}

.header_mobile_nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}

.header_mobile_nav ul li a i,
.header_mobile_nav ul li button i {
    position: relative;
    font-size: 1.5rem;
    color: var(--color-text-three);
}

.header_mobile_nav ul li a i:not(.bi) {
    font-size: 1.7rem;
}

.header_mobile_nav ul li a i:not(.bi-search) {
    font-size: 1.7rem;
}

.header_mobile_nav ul li a span,
.header_mobile_nav ul li button span {
    color: #909090;
}

.header_mobile_nav ul li a img {
    height: auto;
    width: 100px;
}

.header_mobile_search {
    display: none;
    background-color: #F5F5F5;
}

.header_mobile_search .content {
    padding: 15px 0;
}

.header_mobile_search form input {
    height: 35px;
    border: none;
}

.header_mobile_search form button {
    height: 35px;
    background-color: var(--color-background-white);
    color: #7B7B7B;
    border: none;
    padding: 0 10px;
}

.header_mobile_search form button:hover {
    background-color: #f1f1f1;
}

.header_mobile_search .realtime_search {
    background-color: var(--color-background-one);
    border-radius: 0;
    box-shadow: 0 3px 4px 0 var(--color-background-grey-opacity);
}

.header_mobile_search .realtime_search ul {
    background-color: var(--color-background-white);
}

.header_mobile_categories_ul {
    overflow-y: auto;
    background-color: transparent;
    border: 1px solid transparent;
}

.header_mobile_categories_ul::-webkit-scrollbar {
    width: 5px;
    background-color: var(--color-background-white);
}

.header_mobile_categories_ul::-webkit-scrollbar-thumb {
    background-color: var(--color-background-one);
}

.header_mobile_categories_ul li > div {
    position: relative;
    font-size: .9rem;
    font-weight: 600;
    color: var(--color-text-grey);
    background-color: var(--color-background-four);
    margin-bottom: 1px;
}

.header_mobile_categories_ul li > div div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: 50px;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.header_mobile_categories_ul li > div i,
.header_mobile_categories_ul li > div div i {
    font-size: .9rem;
    color: var(--color-text-three);
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
    float: right;
}

.header_mobile_categories_ul > li > div a {
    color: var(--color-text-three) !important;
    font-weight: 600 !important;
}

.header_mobile_categories_ul li > div a {
    display: block;
    font-size: .875rem;
    color: var(--color-text-three);
    font-weight: 400;
    text-decoration: none;
    padding: 5px;
}

.header_mobile_categories_ul > li > div a {
    padding: 10px;
}

.header_mobile_categories_ul li > div a:hover {
    color: var(--color-text-two);
}

.header_mobile_categories_ul li ul {
    display: none;
    background-color: var(--color-background-white);
}

.header_mobile_categories_ul li ul li.cat div {
    background-color: var(--color-background-white);
}

.j_cat_open_end_close .bi-chevron-down {
    transform: rotate(-90deg);
}

.j_cat_open_end_close .bi.active {
    transform: rotate(0deg);
}

/*
HEADER MOBILE - END
*/


/*
HEADER DESKTOP - START
*/

.header_desktop {
    display: none;
    background-color: var(--color-background-one);
}

.header_desktop .j_menu_wishlist {
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    left: 20px;
    line-height: 20px;
    font-style: normal;
    color: var(--color-text-white);
    background-color: var(--color-background-two);
    opacity: 0.9;
    border-radius: 50%;
}

.header_desktop .cart_count {
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    left: 15px;
    top: 5px;
    line-height: 20px;
    font-style: normal;
    color: var(--color-text-white);
    background-color: var(--color-background-two);
    opacity: 0.9;
    border-radius: 50%;
}

.header_desktop .bi:hover span {
    background-color: var(--color-background-one);
}

.header_desktop_logo {
    flex-basis: 25%;
    width: 40%;
}

.header_desktop a:hover {
    color: var(--color-text-two);
}

.header_desktop .first-menu .menu-section:hover,
.header_desktop .first-menu .menu-section:hover i {
    color: var(--color-text-two);
}

.header_desktop_logo a span {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
}

.header_desktop a:hover i,
.header_desktop a i:hover {
    color: #000000cc;
}

.header_desktop_search {
    position: relative;
    flex-basis: 50%;
}

.header_desktop_buttons {
    display: flex;
    flex-basis: 25%;
    justify-content: space-between;
    padding-left: 70px;
}

.header_desktop_buttons_account,
.header_desktop_buttons_wishlist,
.header_desktop_buttons_cart {
    position: relative;
    flex-basis: 50px;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
    padding: 20px 30px;
}

.header_desktop_buttons_account {
    background: url(images/user.png) no-repeat center;
}

.header_desktop_buttons_wishlist {
    background: url(images/heart.png) no-repeat center;
}

.header_desktop_buttons_cart {
    background: url(images/cart.png) no-repeat center;
}

.header_desktop_buttons_account.active,
.header_desktop_buttons_account:hover,
.header_desktop_buttons_wishlist.active,
.header_desktop_buttons_wishlist:hover,
.header_desktop_buttons_cart.active,
.header_desktop_buttons_cart:hover {
    background-color: var(--color-background-three);
}

.header_desktop_buttons_wishlist span,
.header_desktop_buttons_cart span {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: .8rem;
    color: var(--color-text-three);
    font-weight: bold;
    background-color: var(--color-background-three);
    border-radius: 50%;
}

.header_desktop_buttons_wishlist span.active,
.header_desktop_buttons_cart span.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_desktop_categories_ul {
    display: flex;
}

.header_desktop_categories_ul > li {
    position: relative;
    text-align: center;
    flex-grow: 1;
}

.header_desktop_categories_ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: 600;
    color: var(--color-text-three);
    padding: 12px 0;
    text-align: center;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*.header_desktop_categories_ul > li:last-child > a {*/
/*    background-color: var(--color-background-two);*/
/*    color: var(--color-text-white);*/
/*}*/

.header_desktop_categories_ul > li > a:hover {
    color: var(--color-text-one);
}

/*.header_desktop_categories_ul > li:last-child > a i {*/
/*    color: var(--color-text-white);*/
/*    font-size: 1.5rem;*/
/*    margin-right: 15px;*/
/*}*/

.header_desktop_categories_ul > li:hover > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header_desktop_categories_ul > li > div {
    display: none;
    width: 350px;
    position: absolute;
    left: 0;
    top: 48px;
    max-height: 400px;
    height: initial;
    padding: 10px;
    border-top: none;
    background-color: var(--color-background-white);
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

.header_desktop_categories_ul > li > div div:first-child ul li {
    text-align: left;
}

.header_desktop_categories_ul > li:hover > div a img,
.header_desktop_categories_ul > li:hover > div > div:last-child {
    width: 100%;
}

.header_desktop .form-control {
    color: var(--color-text-black);
    background-color: #EEE;
    border: 1px solid #EEEEEE;
    border-right: none;
    border-radius: 0;
    padding: 6px 12px;
}

.header_desktop .form-control:focus {
    box-shadow: none;
}

.header_desktop .form-control::placeholder {
    color: var(--color-text-three);
    font-size: 14px;
}

.login-box {
    border: 1px solid black;
    border-radius: 5px;
}

.login-box p {
    font-size: .75rem !important;
}

/*
HEADER DESKTOP - END
*/


/*
HEADING - START
*/

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.heading hr {
    opacity: 1;
}

.heading h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 15px;
    margin: 0;
}

.heading h1 span {
    font-family: 'Playfair Display';
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: var(--color-text-three);
    text-align: center;
}

.heading h1 i {
    font-size: 1.9rem;
    color: var(--color-text-one);
}

.heading.heading-sm h1 span {
    font-size: 1.1rem;
}

.first-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-background-one);
}

.first-block a, .first-block span {
    font-size: .875rem;
    letter-spacing: 1px;
    color: var(--color-text-two);
}

.first-block a:hover {
    color: var(--color-text-white);
}

.first-block .page-links a {
    border-bottom: 1px solid var(--color-text-two);
}

.first-block .page-links a:hover {
    border-bottom: 1px solid var(--color-text-black);
    color: var(--color-text-black);
}

/*
HEADING - END
*/


/*
BANNERS - START
*/

.banner-side-cart {
    max-height: 200px !important;
}

.banner-side-cart img {
    max-height: 162px;
}

.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
*/


/*
BREADCRUMB - START
*/

.breadcrumb {
    display: flex;
    padding: 20px;
}

.breadcrumb li {
    font-size: .675rem;
    color: #808080;
    margin-right: 10px;
}

.breadcrumb li.active label {
    color: #808080;
    font-weight: 700;
}

.breadcrumb li a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: var(--color-text-one);
}

.breadcrumb li i {
    font-weight: bold;
    margin-left: 10px;
}

.breadcrumb-secondary {
    background-color: var(--color-background-white);
}

/*
BREADCRUMB - END
*/


/*
QUALITY - START
*/

.quality {
    display: none;
}

.quality .content {
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
}

.quality_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality_item i {
    font-size: 2rem;
    vertical-align: middle;
}

.quality_item p {
    font-size: .8rem;
    color: #333333;
    text-transform: uppercase;
    margin: 10px 5px;
}

.quality_item p span {
    font-weight: bold;
}

/*
QUALITY - END
*/

/*
STORE CARDS CAROUSEL - START
*/

.shop-cards {
    background-color: #F5F5F5;
}

a:has(.shop-card-item) {
    color: var(--color-text-two);
}

.shop-cards .shop-card-item {
    padding: 25px 0;
}

.shop-cards .shop-card-item i {
    font-size: 1.5rem;
    color: var(--color-text-two);
}

.shop-cards .shop-card-item span {
    font-size: .75rem;
    color: var(--color-text-three);
}

.shop-cards .shop-card-item span.header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .875rem;
    line-height: .9rem;
}

/*
STORE CARDS CAROUSEL - END
*/


/*
CATEGORIES - START
*/

.category {
    border: 4px solid var(--color-background-two);
    padding: 8px;
    margin: 15px;
    border-radius: 50%;
}

.category img {
    box-shadow: 0 0 1px 1px var(--color-background-four);
    transition: all 0.5s cubic-bezier(0.25, 0.25, 0.25, 0.25);
    border-radius: 50%;
}

.category:hover img,
.category_box:has(.category_name a:hover) .category img {
    transform: scale(1.15);
}

.category_name {
    text-align: center;
    padding: 5px;
}

.category_name span:hover {
    cursor: pointer;
}

.category_name span {
    color: var(--color-text-three);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cat {
    padding: 0 0 0 5px;
}

.sub {
    padding: 10px 0;
}

.categories .cat i {
    position: relative;
    top: 35px;
    font-size: 2rem;
    z-index: 99;
}

/*
CATEGORIES - END
*/


/*
MENU LINKS - START
*/

#menu-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#menu-links i,
#menu-links a i {
    font-size: 1.8rem;
    color: #252525;
}

#menu-links button {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-text-two);
    background-color: transparent;
    border: none;
}

#menu-links i:hover,
#menu-links a:hover,
#menu-links a:hover i,
#menu-links button:hover i {
    color: var(--color-text-one) !important;
}

#menu-links a p,
#menu-links a span,
#menu-links button span {
    font-size: .9rem;
}

#menu-links a p:hover {
    color: var(--color-text-one);
    font-weight: bold;
}

/*
MENU LINKS - END
*/


/*
WISHLIST | CART - START
*/

.wish_share {
    position: absolute;
}

div:has(>div.wish_share) {
    position: relative;
}

.wishlist .content {
    padding: 50px 0;
}

.categories .content .products .heading h1,
.workcontrol_cart .heading h1,
.wishlist .heading h1 {
    font-size: 1.5rem;
    text-transform: initial;
}

.categories .content .products .heading h1:before,
.workcontrol_cart .heading h1:before,
.wishlist .heading h1:before {
    display: none;
}

.wishlist .products .products_item .products_item_image .actions_wishlist {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    background-color: #f1f1f1;
    border-radius: 50%;
    box-shadow: 0 0 5px var(--color-background-black);
    transition: transform 0.3s ease-in-out;
}

.wishlist .products .products_item .products_item_image .actions_wishlist:hover {
    transform: scale(1.05);
}

.wishlist .products .products_item .products_item_image .actions_wishlist span {
    font-size: 30px;
    color: var(--color-text-one);
}

/*
WISHLIST | CART - END
*/


/*
PRODUCTS - START
*/

.product .content {
    padding: 30px 0;
}

.product_image {
    position: relative;
    margin-bottom: 10px;
}

.product_image_focus {
    margin-bottom: 5px;
}

.product_image_gallery img {
    cursor: pointer;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 3px;
    border: 1px solid var(--color-background-three);
}

.product_image_gallery img:hover {
    border: 1px solid var(--color-background-one);
}

.j_select_gallery.active {
    border: 2px solid var(--color-background-one);
}

.j_select_gallery.active:hover {
    border: 2px solid var(--color-background-one);
}

.product_info .wc_shipment {
    display: none !important;
}

.product_info_heading {
    margin-bottom: 25px;
    line-height: 25px;
}

.product_info_heading h1 {
    font-size: 1.5rem;
    font-family: "Playfair Display";
    font-weight: 700;
    color: #252525;
}

.product_info_rating {
    width: 100%;
    margin-top: 20px;
}

.product_info_rating li {
    display: inline-block;
    font-size: .875rem;
    color: var(--color-text-black);
}

.product_info_rating .rank,
.product_info_rating .favorites,
.product_info_rating .code {
    color: var(--color-text-three);
    font-size: .875rem;
}

.product .product_info_rating {
    border: 1px solid var(--color-background-one);
    padding: 10px 20px;
}

.product_info_price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.product_info_price .price,
.product_info_price .split {
    display: flex;
    align-items: end;
    justify-content: start;
    width: 100%;
}

.price .old_price {
    color: var(--color-text-three);
    font-size: 1.125rem;
    text-decoration: line-through;
    margin-bottom: 3px;
}

.price .new_price {
    color: #252525;
    font-size: 1.625rem;
    font-weight: bold;
}

.split span {
    color: #252525;
    font-size: 1rem;
}

.product_footer ul {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.product_footer ul li {
    flex-grow: 1;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.product_footer ul li a,
.product_footer ul li button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: transparent;
    color: var(--color-text-black);
    border: 1px solid var(--color-background-three);
    box-shadow: none;
    padding: 10px 0;
    width: 100%;
}

.product_footer ul li button span,
.product_footer ul li button strong {
    font-size: 1rem;
    color: var(--color-text-black);
}

.product_footer ul li:has(> button[aria-expanded="true"]) span,
.product_footer ul li:has(> button[aria-expanded="true"]) strong {
    color: var(--color-text-white);
}

.product_footer ul li:hover,
.product_footer ul li:has(> a.wc_active),
.product_footer ul li:has(> button[aria-expanded="true"]) {
    background-color: var(--color-background-black);
}

.product_footer ul li:has(> button[aria-expanded="false"]) {
    background-color: transparent;
}

.product_footer ul li:hover a {
    color: var(--color-text-white);
}

.product_footer ul li a.wc_active {
    color: var(--color-text-white);
}

.product_footer_description p {
    font-size: .875rem;
    color: var(--color-text-black);
    line-height: 25px;
}

.product_footer_description p:not(:last-child) {
    margin-bottom: 10px;
}

.product_footer_description p span {
    display: block;
    color: var(--color-text-black);
    font-weight: 600;
}

.product_footer_reviews textarea {
    resize: none;
}

.product_footer_reviews select {
    background-size: auto 60%;
}

.products .content {
    padding: 20px 0;
}

.products-items {
    margin: 60px auto 30px auto;
    padding: 0;
}

.products-items-header {
    position: relative;
    margin-top: 30px;
}

.products-items-title {
    font-size: 1.25rem;
    line-height: 3rem;
    color: var(--color-text-three);
    letter-spacing: 3px;
    padding: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Playfair Display";
}

.products_item {
    background-color: var(--color-background-white);
    min-height: 410px;
    border: 1px solid #EBEBEB;
    padding: 10px;
}

.products_item .first {
    visibility: visible;
    opacity: 1;
}

.products_item:hover .first {
    visibility: hidden;
    opacity: 0;
}

.products_item .second {
    visibility: hidden;
    opacity: 0;
}

.products_item:hover .second {
    visibility: visible;
    opacity: 1;
}

.products_item .img-fio {
    opacity: 0;
    max-width: 250px;
    text-align: center;
    margin: auto;
}

.products_item:hover .img-fio {
    opacity: 1;
    transition: 0.3s ease-in;
}

.combo .products_item_image {
    min-height: 280px;
}

.products_item_image {
    position: relative;
    min-height: 285px;
    overflow: hidden;
}

.products_item_image img {
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.products_item_image .products_close {
    display: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--color-background-black);
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.products_item_image .products_close:hover {
    transform: scale(1.05);
    background-color: var(--color-background-one);
}

.products_item_image .products_close span {
    font-size: 1rem;
    color: var(--color-text-white);
    cursor: pointer;
    margin: 0;
}

.products_item_image .action_purchase,
.products_item_image .action_view {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.products_item_image .action_purchase {
    bottom: 180px;
    transition: right 0.2s ease-in-out;
}

.products_item_image .action_view {
    bottom: 120px;
    transition: right 0.3s ease-in-out;
}

.products_item:hover .products_item_image .action_purchase,
.products_item:hover .products_item_image .action_view {
    opacity: 0.7;
    display: inline-block;
}

.products_item_image .action_purchase a,
.products_item_image .action_view a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: .8125rem;
    color: var(--color-text-two);
    font-weight: bold;
    border-radius: 100%;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--color-background-four);
    transition: background-color 0.3s ease-in-out, border-top-color 0.3s ease-in-out;
}

.products_item_image .action_purchase a:hover,
.products_item_image .action_view a:hover {
    color: var(--color-text-three);
    background-color: var(--color-background-three);
}

.products_item_image .action_purchase a i,
.products_item_image .action_view a i {
    font-size: 1.5rem;
}

.products_item_title {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 10px;
    margin: 10px 0;
    line-height: 20px;
    height: 40px;
}

.products_item_title a {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #5C5C5C;
    text-transform: lowercase;
}

.products_item_title a::first-letter {
    text-transform: uppercase;
}

/*products => item => price*/
.products_item_price {
    padding: 0 10px;
    text-align: left;
}

.products_item_price a {
    font-size: 1rem;
    color: #252525;
    font-weight: 600;
    text-decoration: none;
}

.products_item_price a .old_price {
    font-size: .75rem;
    color: var(--color-text-grey);
    text-decoration: line-through;
}

.pay_split a span {
    font-size: 1rem;
    font-weight: 300;
    color: #252525;
}

.pay_split span.text-hl {
    color: var(--color-text-two);
    font-weight: 600;
}

.products_item_price a .installment {
    display: block;
    font-size: .9rem;
    color: var(--color-text-black);
    font-weight: 300;
    margin-top: 10px;
}

.btn_direct_purchase_product {
    color: var(--color-text-white);
    background-color: var(--color-background-two);
    border-radius: 0;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
    width: 100%;
}

.btn_direct_purchase_product:hover {
    color: var(--color-text-white) !important;
    background-color: var(--color-background-two-opacity) !important;
}

.product_info_rating li {
    color: #4F4F4F;
}

.product_info_rating_mobile li strong,
.product_info_rating li strong {
    color: var(--color-text-two);
}

.product_info_rating li .rank li {
    color: #EEA500;
}

.products_wrap {
    min-height: 500px;
}

.products_modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: calc(100vh - 96px);
    position: fixed;
    background-color: var(--color-background-black);
    z-index: 998;
}

.products_modal_content {
    display: none;
    width: 90%;
    height: 90%;
    position: relative;
    background-color: var(--color-background-white);
}

.products_modal_content .product {
    max-height: calc(100% - 45px);
    overflow-y: auto;
    border-top: 10px solid var(--color-background-white);
    border-bottom: 10px solid var(--color-background-white);
}

.products_modal_content .product::-webkit-scrollbar {
    width: 5px;
    background-color: var(--color-background-white);
}

.products_modal_content .product::-webkit-scrollbar-thumb {
    background-color: transparent;
    box-shadow: 0 0 10px var(--color-background-black);
    border-radius: 5px;
}

.products_modal_content .product .content {
    width: 95%;
    padding: 0;
}

.products_modal_content_close.modal_pdt_mobile {
    background-color: var(--color-background-one);
    padding: 10px;
    text-align: center;
}

.products_modal_content_close.modal_pdt_mobile span {
    display: inline-block;
    font-size: .8rem;
    color: var(--color-text-one);
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--color-background-two);
    padding: 5px 20px;
    border-radius: 5px;
}

.products_modal_content_close.modal_pdt_mobile span:hover {
    cursor: pointer;
}

.products_modal_content_close.modal_pdt_desktop {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: var(--color-background-two);
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.products_modal_content_close.modal_pdt_desktop:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.products_modal_content_close.modal_pdt_desktop i {
    font-size: 1.875rem;
    color: var(--color-text-one);
}

.products .owl-nav {
    width: 100%;
    position: absolute;
    top: 35%;
}

.products .owl-nav .owl-prev,
.products .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    position: absolute;
    font-size: 2rem;
    color: var(--color-text-two);
    background-color: var(--color-background-four);
    box-shadow: 0 0 2px var(--color-background-black);
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.products .owl-nav .owl-prev {
    left: 0;
}

.products .owl-nav .owl-next {
    right: 0;
}

.products .owl-nav .owl-prev:hover,
.products .owl-nav .owl-next:hover {
    background-color: var(--color-background-three);
    color: var(--color-text-white);
}

.tags {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
}

.tags .new_product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #C65C0F;
    padding: 3px;
}

.tags .new_product p a {
    color: var(--color-text-white);
    font-size: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 6px;
}

.tags .discount_product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--color-background-one);
    padding: 3px;
}

.tags .discount_product p a {
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-text-white);
    padding: 0.3rem;
    line-height: 6px;
}

/*
PRODUCTS - END
*/


/*
BUY SECTION - START
*/

.products_item:hover .btn-comprar {
    transition: 0.2s ease-in;
    opacity: 1;
}

.btn-comprar {
    opacity: 0;
}

.btn-comprar button {
    width: 85%;
    padding: 15px;
    border: none;
    background-color: var(--color-background-two);
    color: var(--color-text-white);
    text-align: center;
    letter-spacing: 2px;
}

.btn-comprar button:hover {
    background-color: var(--color-background-one);
}

#section_pedido {
    background-color: #FAFAFA;
}
/*
BUY SECTION - END
*/


/*
WISHLIST - START
*/

.action_wishlist {
    transition: right 0.4s ease-in-out;
    z-index: 998;
}

.action_wishlist a {
    font-size: 1.5rem;
    color: var(--color-text-two);
    text-shadow: 0 0 5px var(--color-background-white);
    cursor: pointer;
}

.action_wishlist a:hover {
    color: var(--color-text-one);
}

.action_wishlist a.active {
    color: var(--color-text-two);
}

.actions_wishlist {
    cursor: pointer;
    background-color: var(--color-background-two);
    color: var(--color-text-white);
    border: 1px solid var(--color-background-two);
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.actions_wishlist:hover {
    color: var(--color-text-white);
    background-color: var(--color-background-black);
}

/*
WISHLIST - END
*/


/*
BROWSING HISTORY - START
*/

.browsing_history_remove {
    text-align: center;
    margin-bottom: 35px;
}

.browsing_history_remove span {
    display: inline-block;
    font-size: .7rem;
    color: var(--color-text-white);
    font-weight: bold;
    background-color: var(--color-background-two);
    padding: 7px 12px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
}

.browsing_history_remove span:hover {
    color: var(--color-text-white);
    background-color: var(--color-background-one);
}

/*
BROWSING HISTORY - END
*/

/*
DEPOIMENTOS - START
*/
#testimonials {
    min-height: 500px;
    background-color: #FAFAFA;
}

.testimonials_wrap {
    padding: 96px 0px;
}
/*
DEPOIMENTOS - END
*/

/*
COMBO - START
*/

.combo .content {
    padding: 50px 0;
}

.combo_purchase {
    min-height: 320px;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    background-color: var(--color-background-four);
}

.combo_purchase .for {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-text-two);
    margin-bottom: 4px;
}

.combo_purchase_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    padding: 8px;
    background-color: var(--color-background-white);
    color: var(--color-text-two);
}

.combo_purchase_old_price {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #252525;
}

.combo_purchase_old_price .amount {
    font-size: 25px;
    line-height: 30px;
}

.combo_purchase_title span {
    color: var(--color-background-black);
    font-weight: bold;
}

.combo_purchase_price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: var(--color-text-two);
}

.combo_purchase_button_inactive {
    font-size: 1rem;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: not-allowed !important;
    background: var(--color-background-three-opacity);
    color: #FFFFFF;
    border: none !important;
    border-radius: 5px;
    padding: 10px 20px;
}

.combo_purchase_button_inactive:active {
    transition: none !important;
    transform: none !important;
}

.combo_purchase_button {
    font-size: .875rem;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--color-background-two);
    color: var(--color-text-white);
    border: none;
    transition: background-color 0.3s ease-in-out;
    outline: none;
}

.combo_purchase_button:hover {
    background-color: var(--color-background-two-opacity);
    cursor: pointer;
}

.combo_cart_add {
    height: unset !important;
}

.combo_cart_add .boxing_loading {
    border-bottom: none!important;
    padding: 0 10px;
}

.combo_cart_add .color_content {
    margin-bottom: 10px;
}

.combo_cart_add .color_content p {
    font-size: .935rem;
    color: #000000;
    font-weight: 600;
    margin: 10px 0;
}

.combo_cart_add .color_content p span {
    font-weight: bold;
}

.combo_cart_add .color_content.has_relatives a {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 3px #000000;
}

.combo_cart_add .color_content.has_relatives a input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.combo_cart_add .color_content.has_relatives a .selected_color {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.combo_cart_add .color_content.has_relatives a .selected_color i {
    font-size: 1.5rem;
    color: #000000;
    text-shadow: 0 0 5px #000000;
}

.combo_cart_add .color_content.has_relatives a.active .selected_color {
    display: flex;
    justify-content: center;
    align-items: center;
}

.combo_cart_add .color_content.no_relatives .boxing_loading {
    display: none;
}

.combo_cart_add .color_content.has_relatives .boxing_loading label,
.combo_cart_add .color_content.no_relatives .boxing_loading label {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 3px #000000;
}

.combo_cart_add .color_content.no_relatives .boxing_loading label input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.combo_cart_add .color_content.no_relatives .boxing_loading label .selected_color {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.combo_cart_add .color_content.no_relatives .boxing_loading label .selected_color i {
    font-size: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
}

.combo_cart_add .color_content.no_relatives .boxing_loading label.active .selected_color {
    display: flex;
    justify-content: center;
    align-items: center;
}

.combo_cart_add .size_content .boxing_loading {
    display: none;
}

.combo_cart_add .size_content .boxing_loading p {
    font-size: .935rem;
    color: #000000;
    font-weight: 600;
    margin: 10px 0;
}

.combo_cart_add .size_content .boxing_loading p span {
    font-weight: bold;
}

.combo_cart_add .size_content .boxing_loading label {
    display: inline-block;
    position: relative;
    color: var(--color-text-three);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--color-text-three);
    cursor: pointer;
    border-radius: 3px;
    width: 18%;
    margin: 1%;
    padding: 5px;
}

.combo_cart_add .size_content .boxing_loading label:hover {
    border-color: var(--color-background-one);
    color: var(--color-text-two);
}

.combo_cart_add .size_content .boxing_loading label.active {
    background-color: var(--color-background-two);
    color: var(--color-text-white);
}

.combo_cart_add .size_content label:has(input[name='stock_id']:checked) {
    background-color: var(--color-background-two);
    color: var(--color-text-white);
}

.combo_cart_add .size_content .boxing_loading label input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.combo_cart_add .size_content .boxing_loading label span {
    display: none;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -7.5px;
    right: 0;
    background-color: var(--color-background-grey);
    border-radius: 50%;
}

.combo_cart_add .size_content .boxing_loading label span i {
    color: var(--color-background-grey);
    font-size: .5rem;
}

.combo_cart_add .size_content .boxing_loading label.active span {
    display: none;
}

.combo_cart_add .size_content .image_loading.invisible {
    display: none;
}

/*
COMBO - END
*/


/*
FOOTER - START
*/

.footer {
    background-color: var(--color-background-one);
    color: var(--color-text-white);
    padding: 8rem 0 5rem;
}

.footer .content {
    padding: 20px 0;
}

.footer_block {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.footer_logo a img {
    width: 50%;
    max-width: 200px;
}

.footer_block span {
    color: var(--color-text-black);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.footer_block img {
    filter: grayscale(100%);
}

.footer_links {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #8BCBC7;
}

.footer_links article {
    text-align: start;
}

.footer_links article h1 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-text-black);
}
.footer_links article h1.text-normalcase {
    text-transform: none;
}


.footer_links article h1:not(.text-normalcase) {
    display: inline;
    border-bottom: 1px solid var(--color-text-black);
}

.footer_links article ul {
    margin: 20px 0;
}

.footer_links article ul li {
    margin: 10px 0;
}

.footer_links article a,
.footer_links article ul li a,
.footer_links article ul li span,
.footer_links article ul li div {
    color: #252525;
    font-size: .875rem;
}

.footer_links article a:hover,
.footer_links article ul li a:hover {
    color: #3d9a9e;
}

.footer_links article a i,
.footer_links article ul li a i {
    vertical-align: middle;
}

.footer_links article .developed_header {
    text-transform: none;
}

.footer_links article a.developed {
    font-size: .875rem;
    text-transform: uppercase;
}

.footer_links article a.developed i {
    font-size: 2rem;
    margin-right: 10px;
}

.footer_links article a.developed:hover i,
.footer_links article ul li a.developed:hover i {
    color: var(--color-text-red);
}

.footer_links .contact i {
    font-size: 1.1rem;
    color: #252525;
}

.social_links a {
    color: #252525;
    font-size: 1.8rem;
}

.social_links a:hover {
    color: var(--color-text-two);
}

.footer_links .waze_link {
    display: inline-block;
    width: 120px;
    border: 2px solid white;
    border-radius: 5px;
    padding: 5px 20px;
    margin-top: 15px;
}

.color_copy {
    color: #252525;
}

/*
FOOTER - END
*/

/*
FOOTER CART - START
*/
.footer_cart .social_links a,
.footer_cart .footer_copy {
    color: #252525;
}

.footer_cart .social_links a:hover {
    color: var(--color-background-black-opacity);
}

.footer_cart #footer_infos {
    border-top: 1px solid var(--color-text-black);
    padding-top: 30px;
}

/*
FOOTER CART - END
*/

/*
CAROUSEL - START
*/

.carousel {
    overflow: hidden;
}

.carousel .content {
    width: 100%;
    max-width: 100%;
}

.carousel:hover .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.carousel:hover .owl-theme .owl-nav .owl-next {
    right: 0;
}

.carousel .owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
}

.carousel .owl-theme .owl-nav .owl-prev,
.carousel .owl-theme .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: 0;
    background-color: #00000033;
    border-radius: 0;
    transition: background-color 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-prev {
    left: -60px;
    transition: left 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-next {
    right: -60px;
    transition: right 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-prev:hover,
.carousel .owl-theme .owl-nav .owl-next:hover {
    background-color: #00000077;
}

.carousel .owl-theme .owl-nav .owl-prev i,
.carousel .owl-theme .owl-nav .owl-next i {
    font-size: 3rem;
}

.carousel .owl-theme .owl-nav .owl-prev span,
.carousel .owl-theme .owl-nav .owl-next span {
    color: var(--color-text-white) !important;
    font-size: 2rem;
}

.carousel .owl-theme .owl-nav .owl-prev:hover span,
.carousel .owl-theme .owl-nav .owl-next:hover span {
    color: #FFF !important;
}

.carousel .owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.carousel .owl-theme .owl-dots .owl-dot span {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 3px var(--color-background-black);
}

/*
CAROUSEL - END
*/


/*
OPTIONS - START
*/

.options .content {
    padding: 20px 50px;
}

.browsing_history .owl-nav {
    top: -115px;
}

.options .owl-nav .owl-prev,
.options .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    color: var(--color-text-three) !important;
    border: 1px solid transparent !important;
    margin: 0;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.options .owl-nav .owl-prev:hover,
.options .owl-nav .owl-next:hover {
    color: var(--color-text-black) !important;
    background-color: transparent !important;
    border-color: var(--color-background-black) !important;
}

.options .owl-nav .owl-prev span,
.options .owl-nav .owl-next span {
    font-size: 3rem;
}

.options .owl-nav .owl-prev {
    left: -10%;
}

.options .owl-nav .owl-next {
    right: -10%;
}

.options .owl-nav .owl-prev i,
.options .owl-nav .owl-next i {
    font-size: 2rem;
}

.options article a {
    display: block;
    transition: transform 0.4s ease-in-out;
}

.options article a:hover {
    opacity: 1;
    transform: scale(1.02);
}

.options:not(.pdt) article a img {
    margin-bottom: 10px;
    border: 3px solid var(--color-background-white);
    border-radius: 10px;
    box-shadow: 0 0 10px var(--color-background-black);
}

.options article a:hover img {
    border-color: var(--color-background-one);
}

.options article a h2 {
    font-size: .9rem;
    color: var(--color-text-grey);
    font-weight: bold;
    text-transform: uppercase;
}

/*
OPTIONS - 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-four);
    color: var(--color-text-black);
    border-radius: 3px;
}

.countdown_wrapper div {
    display: flex;
}

.countdown_wrapper div > span {
    font-size: 1rem;
    color: var(--color-text-two);
    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: #F9F9F9;
    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: #EAEAEA;
    box-shadow: 0 1px 1px var(--color-background-black);
}

.force_login_content_close svg {
    cursor: pointer;
    padding: 3px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.force_login_content_close svg:hover line {
    stroke: var(--color-background-one);
}

.force_login_content_message {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text-black);
    padding: 40px 20px;
}

.force_login_content_button {
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    color: var(--color-text-white);
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0 auto;
    background-color: var(--color-background-one);
    transition: background-color 0.2s ease-in-out;
    border-radius: 5px;
}

.force_login_content_button:hover {
    color: var(--color-text-white);
    background-color: var(--color-background-one);
}

/*
FORCE LOGIN - 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: var(--color-background-black);
    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: var(--color-text-three);
    background-color: #EEE;
    border: 1px solid #EEE;
    border-left: none;
    border-radius: 0;
}

#button-search:hover {
    color: var(--color-text-one);
}

.zoomContainer {
    z-index: 999;
}

aside .main_blog_post a {
    color: var(--color-text-two);
}

.box ul li a {
    color: var(--color-text-three);
    font-size: .875rem;
}

.box ul li a:hover {
    color: var(--color-text-one);
}

.space {
    padding: 0 0 50px 0;
}

/*
HACKS - END
*/



/*
MEDIA QUERIES - START
*/

/*
1400px
*/
@media (min-width: 87.5em) {
    .carousel {
        min-height: 500px;
    }
}

/*
1300px
*/
@media (max-width: 81.25em) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1150px;
    }

    .products_item {
        min-height: 370px;
    }

    .products_item_image {
        min-height: 250px;
    }

    .footer_links article h1 {
        font-size: 1rem;
    }
}

/*
1200px
*/
@media (min-width: 75em) {
    .carousel {
        min-height: 450px;
    }

    .products_modal_content .product .content {
        width: 90%;
    }
}

/*
1100px
*/
@media (min-width: 68.75em) {
    .categories .products .products_item {
        width: 31.3%;
        margin: 1%;
    }

    .wish_share {
        padding-top: 20px;
        top: 100%;
    }

    .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;
    }

    .combo .products .products_item {
        width: 100% !important;
        margin: 1% 1% 1% 0 !important;
    }

    .combo .products .products_item:nth-of-type(4n+0) {
        margin-right: 0 !important;
    }
}

/*
992px and 1099px
*/
@media (min-width: 62em) and (max-width: 68.6875em) {
    .categories .products .products_item {
        width: 49%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(2n+0) {
        margin-right: 0;
    }
}

/*
992px
*/
@media (min-width: 62em) {
    .header_mobile {
        display: none;
    }

    .header_desktop {
        display: block;
    }

    .carousel {
        min-height: fit-content;
    }

    .quality {
        display: block;
    }

    .products_modal {
        height: 100vh;
    }

    .products_modal_content .product {
        max-height: 100%;
    }

    .products_modal_content .product::-webkit-scrollbar {
        width: 10px;
    }

    .products_modal_content_close.modal_pdt_mobile {
        display: none;
    }

    .products_modal_content_close.modal_pdt_desktop {
        display: flex;
    }

    .product_footer_description {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }
}

/*
850px and 991px
*/
@media (min-width: 53.125em) and (max-width: 61.9375em) {
    .categories .products .products_item {
        width: 32%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(3n+0) {
        margin-right: 0;
    }
}

/*
850px
*/
@media (min-width: 53.125em) {
    .products .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 125px;
        top: -35px;
        right: 0;
    }

    .products .owl-nav .owl-prev,
    .products .owl-nav .owl-next {
        flex-basis: 60px;
        height: 30px;
        position: initial;
        font-size: 1.875rem;
    }

    .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;
    }

    .combo .products .products_item {
        width: 100%;
        margin: 1% 1.1% 1% 0;
    }

    .combo .products .products_item:nth-of-type(3n+0) {
        margin-right: 0;
    }
}

/*
550px and 849px
*/
@media (min-width: 34.375em) and (max-width: 53.0625em) {
    .categories .products .products_item {
        width: 49%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .wishlist .products .products_item {
        width: 49.5%;
        margin: 1% 1% 1% 0;
    }

    .wishlist .products .products_item:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .combo .products .products_item {
        width: 100%;
        margin: 1% 1% 1% 0;
    }

    .combo .products .products_item:nth-of-type(2n+0) {
        margin-right: 0;
    }
}

/*
768px
*/
@media (max-width: 48em) {
    input {
        font-size: 1rem !important;
    }

    h3 {
        font-size: 1.3rem;
    }

    .fw_div_mobile {
        position: absolute;
        width: 100%;
        left: 0;
    }

    .header_mobile_nav {
        border-top: 1px solid var(--color-background-four);
        background-color: var(--color-background-white);
    }

    .header_mobile_nav ul li a span,
    .header_mobile_nav ul li button span {
        font-size: .875rem;
    }

    .header_mobile_logo img {
        width: 30%;
    }

    .first-block a, .first-block span {
        letter-spacing: 0px;
        font-size: .7rem;
    }

    .heading h1 span,
    .heading.heading-sm h1 span {
        font-size: 1.5rem;
    }

    .heading h1 i {
        font-size: 1.5rem;
    }

    .category {
        padding: 5px;
        margin: 0;
        border: 2px solid var(--color-background-two);
    }

    .category_name {
        padding: 20px 20px 0 20px;
    }

    .first-block {
        justify-content: center;
    }

    .first-block a {
        font-size: .75rem;
        padding: 12px 0;
    }

    .first-block a:first-child {
        border-right: 2px solid #F5F5F5;
    }

    .product .content {
        padding: 0;
    }


    .products_item {
        min-height: 290px;
        margin: 6px 0;
    }

    .products_item .img-fio {
        opacity: 0;
        max-width: 100%;
    }

    .products_item .btn_purchase {
        display: none;
    }

    .product_info {
        position: relative;
        top: 100px;
        margin-bottom: 50px;
    }

    .products_item_title {
        display: block;
        max-height: 45px;
        overflow: hidden;
        padding: 0 10px;
        margin: 0 0 10px 0;
    }

    .products_item_title a {
        font-size: .875rem;
    }

    .products_item_title h4 {
        font-size: 1.5rem;
        line-height: 22px;
    }

    .products_item_image {
        min-height: 180px !important;
    }

    .products_item_image img {
        max-width: 250px !important;
        height: auto;
        margin: auto;
    }

    .products_item_image .action_view,
    .products_item_image .action_purchase {
        display: none;
    }

    .products_item_price {
        padding: 0 10px;
    }

    .products_item_price a {
        font-size: .95rem;
    }

    .products_item_price a .old_price {
        font-size: .7rem;
    }

    .pay_split a span {
        font-size: .8rem;
    }

    .wishlist .products .products_item,
    .categories .products .products_item {
        width: 48%;
        float: left;
        margin: 1%;
    }

    .wish_share {
        position: absolute;
        bottom: -120px;
    }

    div:has(>div.wish_share) {
        position: relative;
    }

    .product_info_rating p {
        margin-left: 0 !important;
    }

    .product_info_rating .rank,
    .product_info_rating .favorites,
    .product_info_rating .code {
        font-size: .75rem;
    }

    .product_info_rating li {
        font-size: .8rem;
    }

    .product-info {
        position: relative;
        top: 100px;
    }

    .product_info_rating_mobile {
        margin: 12px 0 !important;
        padding: 10px 5px;
        border: 1px solid var(--color-background-one);
        position: absolute;
        top: -100px;
        width: 92%;
    }

    .product_info_rating_mobile p {
        color: #909090;
        font-size: .8rem;
    }

    .product_image_gallery {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 10px 0 0 0;
    }

    .product_footer ul {
        padding: 0;
    }

    .product_footer ul li a {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        font-size: .875rem;
    }

    .product_footer ul li a.wc_active i {
        top: -3.5rem;
        left: 0;
    }

    .wc_cart_add .color_content.no_relatives .boxing_loading label .unselected_color {
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 1px solid var(--color-background-white);
        border-radius: 20px;
    }

    #accordion_mobile button {
        width: 100%;
        border: none;
        border-bottom: 2px solid var(--color-text-three);
        background-color: var(--color-background-white);
        color: var(--color-text-three);
        font-weight: 600;
    }

    #accordion_mobile .wc_active button{
        color: var(--color-text-black);
        border-bottom: 2px solid var(--color-background-black);
    }

    .tags .new_product p a,
    .tags .discount_product p a {
        font-size: .575rem;
        line-height: 12px;
    }

    .btn-comprar {
        opacity: 1 !important;
    }

    .height-banner {
        height: 100px !important;
    }

    .fundo-banner {
        background-attachment: initial !important;
        max-height: 255px;
    }

    .login_box header {
        padding: 20px !important;
    }

    .options .owl-nav .owl-prev {
        left: -35px;
    }

    .options .owl-nav .owl-next {
        right: -35px;
    }

    .account_form_actions .btn {
        font-size: 1rem !important;
    }

    .options .owl-nav .owl-prev i,
    .options .owl-nav .owl-next i {
        font-size: 2rem;
    }

    .options .owl-nav .owl-prev,
    .options .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .combo_cart_add .size_content .boxing_loading label {
        width: 29%;
        margin: 2%;
    }

    .footer {
        padding: 0 0 2rem;
    }

    #footer_social {
        background-color: var(--color-background-four);
    }

    #footer_social i {
        color: var(--color-text-two);
    }

    .footer_links {
        flex-wrap: wrap;
        margin-top: 2rem;
        padding: 15px;
    }

    .footer_links article {
        padding: 0;
    }

    .wc_cart_manager_actions .wc_cart_close, .wc_cart_manager_actions .wc_cart_finish {
        float: none !important;
    }

    .space {
        display: none;
    }

    .social_instagram a {
        font-size: 1rem;
        font-weight: 600;
    }

    .social_instagram i {
        font-size: 1.2rem;
    }

    .insta_wrap .item img {
        min-height: 230px;
    }

    #testimonials {
        min-height: 400px;
    }
}

/*
550px
*/
@media (min-width: 34.375em) {
    .categories_wrap,
    .products_wrap,
    .banners_wrap,
    .insta_wrap,
    .info_wrap {
        width: 100%;
    }

    .products_modal {
        height: calc(100vh - 51px);
    }

    .categories .products .products_item {
        display: inline-block;
        vertical-align: top;
    }

    .wishlist .products .products_item {
        display: inline-block;
        vertical-align: top;
    }

    .combo .products .products_item {
        display: inline-block;
        vertical-align: top;
    }
}

/*
544px and 768px
*/
@media (min-width: 34em) and (max-width: 48em) {
    .footer_links article {
        width: 100%;
        margin: 15px 0 15px 0 !important;
    }

    .footer_contact_whatsapp {
        font-size: 1.3rem;
    }

    .footer_about_social a i {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
}

/*
500px
*/
@media (min-width: 31.25em) {
    .categories_wrap,
    .products_wrap,
    .banners_wrap,
    .insta_wrap,
    .info_wrap {
        width: 90%;
    }

    .product_image {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin: 1% 2% 10px 0;
    }

    .product_footer ul li {
        flex-grow: 0;
    }

    .product_footer ul li a {
        padding: 10px 20px;
    }
}

/*
400px
*/
@media (min-width: 25em) {
    .categories_wrap,
    .products_wrap,
    .banners_wrap,
    .insta_wrap,
    .testimonials_wrap,
    .info_wrap {
        width: 90%;
        margin: 0 auto;
    }
}

/*
Screen and Maximum Width
*/
@media screen and (max-width: 48em) {
    .options .content {
        padding: 5px;
    }
    .products_wrap {
        min-height: 400px;
    }
}

@media screen and (max-width: 30.563em) {
    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
    }
}

/*
MEDIA QUERIES - END
*/
