/*
FONTS - START
*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?i5wh3h');
  src:  url('../fonts/icomoon.eot?i5wh3h#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?i5wh3h') format('truetype'),
    url('../fonts/icomoon.woff?i5wh3h') format('woff'),
    url('../fonts/icomoon.svg?i5wh3h#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-frete:before {
  content: "\e900";
}
.icon-garantia:before {
  content: "\e901";
}
.icon-pagamento:before {
  content: "\e902";
}
.icon-parcelamento:before {
  content: "\e903";
}
.icon-qualidade:before {
  content: "\e904";
}
.icon-seguranca:before {
  content: "\e905";
}
.icon-seguro:before {
  content: "\e906";
}


/*
FONTS - END
*/

/*
GERAL - START
*/

body {
  overflow-x: hidden;
  background-color: var(--primary-background-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--primary-background-text-color);
}

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: 0.675rem;
  color: var(--primary-background-text-color);
  text-transform: uppercase;
  margin-right: 10px;
}

.breadcrumb li.active {
  font-weight: 800;
}

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

.breadcrumb li a:hover {
  font-weight: 700;
}

.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 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--primary-background-text-color);
}

.heading h1 i {
  font-size: 1.9rem;
  color: var(--primary-background-text-color);
}

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

.first-block a {
  font-size: 0.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: var(--primary-background-text-color);
  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);
}

.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: 0.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(--primary-background-color);
  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: 10px 20px;
  margin-bottom: 30px;
  background-color: var(--primary-background-color);
  box-shadow: 0 1px 1px var(--primary-background-text-color);
}

.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: 0.8rem;
  font-weight: 600;
  color: var(--primary-text-color);
  text-transform: uppercase;
  padding: 10px 40px;
  margin: 0 auto;
  background-color: var(--primary-color);
  transition: background-color 0.2s ease-in-out;
}

.force_login_content_button:hover {
  color: var(--primary-text-color);
  background-color: var(--primary-hover-color);
}

/*
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: 0.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
*/

/*
SOCIAL MEDIAS - BEGIN
*/

.social_medias {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 15px;
  padding: 1rem;
}

.social_medias .media i {
  font-size: 25px;
  color: var(--default-color);
}

.social_medias .media i:hover {
  font-size: 20px;
}

/*
SOCIAL MEDIAS - END
*/

/*
BROWSING HISTORY - START
*/

.browsing_history_remove {
  text-align: center;
  margin-bottom: 35px;
}

.browsing_history_remove span {
  display: inline-block;
  font-size: 0.7rem;
  color: var(--primary-text-color);
  font-weight: bold;
  background-color: var(--primary-color);
  padding: 7px 12px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
}

.browsing_history_remove span:hover {
  background-color: var(--primary-hover-color);
}

/*
BROWSING HISTORY - END
*/

.btn-close-custom {
  background-image: url(../images/close.svg);
  background-size: cover;
  width: 35px;
  height: 30px;
  border: none;
  background-color: transparent;
}

.offcanvas {
  width: 500px !important;
}

.offcanvas-header {
  background-color: var(--primary-color) !important;
  padding: 20px 15px;
}

.offcanvas-title {
  color: var(--primary-text-color) !important;
}

.offcanvas-body {
  background-color: var(--primary-background-color) !important;
}

.offcanvas-body a {
  color: var(--primary-background-text-color) !important;
}

.offcanvas-body a:hover {
  font-weight: 600;
}

#offcanvasCategories .offcanvas-body {
  padding: 1rem 0;
}

#offcanvasCategories .offcanvas-body .container {
  padding: 0;
}

#offcanvasCategories .offcanvas-body .container a {
  padding: 15px 15px 15px 15px;
}

#offcanvasCategories .offcanvas-body .container a:hover {
  font-weight: 600;
}

#offcanvasCategories .offcanvas-body .header_categories_ul {
  overflow-y: auto;
  background-color: transparent;
  border: 1px solid transparent;
}

#offcanvasCategories .offcanvas-body .header_categories_ul::-webkit-scrollbar {
  width: 5px;
  background-color: white;
}

#offcanvasCategories
  .offcanvas-body
  .header_categories_ul::-webkit-scrollbar-thumb {
  background-color: var(--color-headerLine-background);
}

#offcanvasCategories .offcanvas-body .header_categories_ul li > div {
  position: relative;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-grey);
  margin-bottom: 1px;
}

#offcanvasCategories .offcanvas-body .header_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;
}

#offcanvasCategories .offcanvas-body .header_categories_ul li > div i,
#offcanvasCategories .offcanvas-body .header_categories_ul li > div div i {
  font-size: 0.9rem;
  color: var(--primary-background-text-color);
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
  float: right;
}

#offcanvasCategories .offcanvas-body .header_categories_ul li > div a {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

#offcanvasCategories .offcanvas-body .header_categories_ul li ul {
  display: none;
}

#offcanvasCategories .offcanvas-body .header_categories_ul .cat {
  padding-left: 0;
}

#offcanvasCategories .offcanvas-body .header_categories_ul .cat a {
  padding-left: 25px;
}

#offcanvasCategories .offcanvas-body .header_categories_ul .sub {
  padding-left: 0;
  background-color: var(--secondary-background-color);
}

#offcanvasCategories .offcanvas-body .header_categories_ul .sub a {
  color: var(--secondary-background-text-color);
  padding-left: 25px;
}


#accordion .card-header {
  background-color: var(--secondary-background-color);
}

#accordion .card-header .card .btn {
  color: var(--secondary-background-text-color);
}

#accordion button .icon-open {
  display: none;
}

#accordion button:not(.collapsed) .icon-open {
  display: unset !important;
}

#accordion button:not(.collapsed) .icon-close {
  display: none;
}

#accordion .card .btn {
  color: var(--color-text-two);
  font-weight: 500;
  white-space: normal;
  width: 100%;
  text-align: left;
  padding: 6px;
}

#accordion .card .btn:hover span {
  color: var(--color-text-one);
}

#accordion .card .btn i {
  float: right;
  color: var(--color-text-one);
  font-weight: bold;
}

#accordion .card-body {
  text-align: left;
}

#accordion .card-body .answer {
  padding: 15px;
  border-left: 2px solid var(--color-headerLine-background);
}


/*
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;
  }
}
