* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ajax loader e modal box */
.modal-backdrop {
    background-color: #cdcdcd;
    z-index: 999999997;
}

body
{
	color: #000;

    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.site-header
{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0px -4px 25px 0px rgba(0, 0, 0, 0.10);
}

.transparent_background
{
	background: rgba(0, 0, 0, 0.40);
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.login_background
{

    
    background: url(/media/images/login_background.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}


.login_background body
{
    background-color: transparent;
}

.login_box_area
{
	width: calc(100% - 40px);
  max-width: 650px;
  border-radius: 20px;	
  background: #FBFDFF;

  box-shadow: 0px 6px 20px 0px rgba(184, 184, 184, 0.25);
	padding: 35px 60px;

	    margin-left: 20px;
    margin-right: 20px;

	margin-top: 100px;
}

.login_footer {
    margin-top: auto;
}



.passwordicon{
    position: absolute;
    top: 70%;
    right: 2%;
    cursor: pointer;
    color: rgba(102, 102, 103, 0.5);
}

.passwordicon.fa-eye 
{
    color: black;
}

.passwordicon.fa-eye-slash
{
    color: rgba(102, 102, 103, 0.5);
}

.login_area
{
    
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.login_title
{
    color: #1E1E1E;

    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 0;
}

.login_normal_text
{
    color: #1E1E1E;

    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 0;
}

.login_subtitle a.focus
{
    color: #F16A22;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

#ajax_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999;
    height: 100px;
    width: 200px;
    margin-left: -100px;
    margin-top: -50px;
    text-align: center;
}

.text-loading {
    margin-top: 20px;
    color: #3b3e42;
    font-weight: 500;
}

.modal {
    z-index: 999999998;
}

.modal-open .modal
{
    overflow: hidden;
}

.modal-content
{
    max-height: 97vh;
    border-radius: 10px;
    box-shadow: 0px -1.86667px 11.66666px 0px rgba(0, 0, 0, 0.10);
}

.modal-header
{
    max-height: 17vh;
    
}
.modal-body
{
    max-height: 60vh;
    overflow-y: auto;
}

.modal-footer
{
    max-height: 20vh;
    margin-bottom: 20px;
}

.modal-danger .modal-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-danger .close {
    color: #a94442;
}

.modal-danger .modal-content {
    border-color: #ebccd1;
}

.modal-danger .modal-footer {
    border-top: 1px solid #ebccd1;
}

.modal-warning .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-warning .close {
    color: #8a6d3b;
}

.modal-warning .modal-content {
    border-color: #faebcc;
}

.modal-warning .modal-footer {
    border-top: 1px solid #faebcc;
}

.modal-info .modal-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal-info .close {
    color: #31708f;
}

.modal-info .modal-content {
    border-color: #bce8f1;
}

.modal-info .modal-footer {
    border-top: 1px solid #bce8f1;
}

.modal-success .modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-success .close {
    color: #3c763d;
}

.modal-success .modal-content {
    border-color: #d6e9c6;
}

.modal-success .modal-footer {
    border-top: 1px solid #d6e9c6;
}

.modal-primary .modal-header {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.modal-primary .close {
    color: #fff;
}

.modal-primary .modal-content {
    border-color: #428bca;
}

.modal-primary .modal-footer {
    border-top: 1px solid #428bca;
}

.modal-header
{
    border-bottom: none;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
}

.close
{
    opacity: 1;
}

/* end modal box*/

#subcontent {
    float: left; 
    width: 100%;
    overflow: hidden;
}

.main_parallax_v {
    width:100%;
}

.contents_parallax_v {
    height: 100%;
}

.main_parallax_h {
    width:100%; 
    height:300px;
    position:relative; 
    overflow:hidden;
}

.contents_parallax_h {
    height: 100%;
    position: absolute;
}

.div_parallax_v {
    height: 500px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

.div_parallax_h {
    height: 350px;
    border: 1px solid red;
    margin-bottom: 10px;
    float:left;
}

/* font face use */
/*
html,
body {
    font-family:'Conv_GOTHIC',Sans-Serif;
}

@font-face {
    font-family: 'Conv_GOTHIC';
    src: url('/Fmax-wid
/fonts/GOTHIC.eot');
    src: local('?'), url('/media/fonts/GOTHIC.woff') format('woff'), url('/media/fonts/GOTHIC.ttf') format('truetype'), url('/media/fonts/GOTHIC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* end font face */


/* links */

a {
    /*font-family: 'Conv_GOTHIC';*/
    font-size: 11px;
    transition: color 0.3s ease;
}

a:link {
    color: #282828;
    text-decoration: none;
}

a:visited {
    color: #282828;
    text-decoration: none;
}

a:hover {
    color: #15A9E3;
    text-decoration: underline;
}

a:active {
    color: #15A9E3;
    text-decoration: underline;
}
/* end links */
.div_block_ele {
    position: relative;
    padding-bottom: 30px;
}
.LV_validation_message {
    position: absolute;
    top: 32px;
    left: 0px;
}
.titulo_caracteristica_cor {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}
.cor {
    padding-right: 20px;
    cursor: pointer;
}
.cor:hover {
    opacity: 0.5;
}
.color_selected {
    border: 2px solid #000;
}


.slider {
  position: relative;
  overflow: hidden;
  width: 100%; /* Full width of the screen */
  max-height: 613px; /* Maximum height */
  min-height: 303px;
}

.slides {
  display: flex;
  transition: transform 0.7s ease-in-out; /* Smooth sliding transition */
}

.slide {
  position: relative;
  min-width: 100%; /* Each slide takes the full width */
  max-height: 613px; /* Restrict height */
  min-height: 303px;
  display: flex; /* Allow child elements to position relative to the container */
  justify-content: center;
  align-items: center;
}

.slide-middle
{
    position: relative;
    min-width: 100%; /* Each slide takes the full width */
    display: flex; /* Allow child elements to position relative to the container */
    justify-content: center;
    align-items: center;
}

.slide img, .slide-middle img {
  width: 100%; /* Scale image to the width of the container */
  height: 100%; /* Scale image to the height of the container */
  object-fit: cover; /* Cover the entire area without stretching */
  object-position: center; /* Keep the center of the image visible */
}

.slide .content {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 180px; /* Add padding or spacing from the left side */
  transform: translateY(-50%); /* Ensure proper vertical centering */
  color: white;
  text-align: left; /* Align text to the left */
  z-index: 2; /* Ensures the text is above the image */
  border-radius: 10px;
}

.slide-middle .content
{
    position: absolute;
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Ensure proper vertical centering */
    color: white;
    text-align: left; /* Align text to the left */
    z-index: 2; /* Ensures the text is above the image */
    border-radius: 10px;
}

.banner_title {
    color: #FFF;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.banner_subtitle {
    color: #FFF;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner_description{
    color: #FFF;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.dots {
  position: absolute;
  bottom: 60px;
  left: 180px; /* Align with content */
  right: 180px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.dot {
  width: 19px;
  height: 19px;
  background-color: rgba(21, 169, 227, 0.50);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.dot.active {
  opacity: 1;
  background-color: #F13D3D;
}

/* Basic styling for the header */
.site-header {
  display: flex;
  gap: 50px;
  align-items: center;
  background-color: #2F2F2F;
  color: white;
  padding: 25px 100px 0;
	    align-items: end;
  
}

.header-column
{
    flex-grow: 1;
}

/* Add bottom padding to the logo column */
.logo-column {
  padding-bottom: 25px; /* Same as the original header padding */
}

/* Logo styling */
.site-header .logo-column img {
  max-width: 100%;
  height: auto;
}


/* Navbar styling */
.navbar-carnaval ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 0;
  padding: 0;
}

.navbar-carnaval li {
    
}

.navbar-carnaval a {
    color: white;
    text-decoration: none;
    color: #FFF;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: color 0.3s ease;

	display: flex;
	align-items: center;
}

.navbar-carnaval .menu-item-pai
{
    cursor: pointer;
}

.navbar-carnaval .submenu
{
    cursor: auto;
}

.navbar-carnaval .menu-item-pai > a:hover, .navbar-carnaval .menu-item-pai:hover > a {
  color: #15A9E3;
  text-decoration: underline;
  
}

.navbar-carnaval .menu-item-pai:hover img 
{
    filter: invert(44%) sepia(10%) saturate(4130%) hue-rotate(169deg) brightness(92%) contrast(77%);
}

.header_topo_area
{
    height: 29px;
    background-color: #15A9E3;
    padding: 7px;
}

.header_topo_text
{
    color: #FFF;
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.header_topo_text div{
	color: #FFF;
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.header_topo_text a{
	color: #FFF;
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.header-inner-top
{
    display: flex;
    gap: 50px;
    align-items: center;
}

.carnaval_search
{
    flex-grow: 1; 
    background-image: url(/media/images/search_icon.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    vertical-align: middle;
    
    border-radius: 90px;
    border: 1px solid #BABABA;
    background-color: #F9F9F9;
    
    padding: 12px;
	color: black;
}

.favoritos_area
{
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}
.quantidade_favoritos
{
    color: #FFF;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.carrinho_area
{
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    
    border-radius: 90px;
    border: 1px solid #FFF;
    background: #15A9E3;
    
    padding: 15px;
}

.total_carrinho
{
    color: #FFF;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}


.navbar-carnaval > ul > li
{
    padding-bottom: 25px; /* Same as the original header padding */
}

/* Submenu styles */
.navbar-carnaval .submenu {
  display: none; /* Hidden by default */
  position: absolute; /* Positioned relative to the header */
  background-color: white; /* Same as header background */
  list-style: none;
  padding: 25px 100px;
  margin: 0;
  border-radius: 0; /* Remove rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 100%; /* Occupy the full parent width */
  left: 0; /* Align to the left edge of the parent */
  top: 100%; /* Start immediately below the navbar */
  
}

.navbar-carnaval .menu-item:hover .submenu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px 50px;
}

.navbar-carnaval .submenu li {
  border: 1px solid #BABABA;
  border-radius: 4.5px;
  padding: 25px 45px;
  cursor: pointer;
  
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-carnaval .submenu li:hover {

  border: 1px solid #15A9E3;
  box-shadow: 0px 5px 24.302px 0px rgba(21, 169, 227, 0.25);
}



.navbar-carnaval .submenu li a {
    display: block;
    transition: background-color 0.3s ease;
    color: #1E1E1E;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    
    transition: color 0.3s ease;
    
}

.navbar-carnaval .submenu li:hover a {
    color: #15A9E3;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    
}

.navbar-carnaval .submenu li, .navbar-carnaval .submenu a
{
    color: #1E1E1E;
}



.main_container
{
    padding: 55px 180px;
    display: grid;
    gap: 55px;
}


.homepage-tags-info
{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    
}

.homepage-tags-info-item
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.homepage-tags-info-title
{
    color: #231F20;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    
}

.homepage-tags-info-content
{
    color: #231F20;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin: 0;
}


.carnaval-subtitle
{
    font-family: Onest;
    font-size: 21.354px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    margin: 0;
}

.carnaval-subtitle.color-red
{
    color: #F13D3D;
}

.carnaval-subtitle.color-blue
{
    color: #15A9E3;
}


.carnaval-title
{
    color: #000;
    font-family: Onest;
    font-size: 32.031px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    margin: 0;
}

.trending_grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Defines 4 columns, with the 2nd and 3rd wider */
    grid-template-rows: 1fr 1fr; /* Defines 2 rows */
    grid-template-areas:
        "item1 item2 item2 item4"
        "item1 item2 item2 item4";
    gap: 10px; /* Optional: adds space between grid items */
}

.destinos_grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Defines 4 columns, with the 2nd and 3rd wider */
    grid-template-rows: 1fr 1fr; /* Defines 2 rows */
    grid-template-areas:
        "item1 item2 item3 item3"
        "item1 item2 item3 item3";
    gap: 10px; /* Optional: adds space between grid items */
}

.esquecidos_grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Defines 4 columns, with the 2nd and 3rd wider */
    grid-template-rows: 1fr 1fr; /* Defines 2 rows */
    grid-template-areas:
        "item1 item1 item2 item3"
        "item1 item1 item2 item3";
    gap: 10px; /* Optional: adds space between grid items */
}

.trending_grid > div, .destinos_grid > div, .esquecidos_grid > div
{
    aspect-ratio: 1 / 1;
    cursor: pointer;
    
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    
    box-shadow: none;
    
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trending_grid > div:hover, .destinos_grid > div:hover, .esquecidos_grid > div:hover
{
    
    
    -webkit-transform:scale(0.98);
    -moz-transform:scale(0.98);
    -ms-transform:scale(0.98);
    transform:scale(0.98);
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.trending_grid > div:hover .imagem_focus_border, .destinos_grid > div:hover .imagem_focus_border, .esquecidos_grid > div:hover .imagem_focus_border, .carousel-cell:hover .imagem_focus_border
{
    
    
    border-color: #15A9E3;
}


.trending_grid > div:nth-child(1)
{
    grid-area: item2;
}

.destinos_grid > div:nth-child(1)
{
    grid-area: item3;
}

.esquecidos_grid > div:nth-child(1)
{
    grid-area: item1;
}

.imagem_focus_border
{
    padding: 15px;
    padding-bottom: 0;
    /*margin: 15px;*/
    transform: scale(0.9);
    border-top: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-left: 5px solid #FFF;
    display: flex;
    height: -webkit-fill-available;
    
    transition: border-color 0.3s ease;
}

.imagem_text_box
{
    margin: 0 0;
    margin-top: auto;
    
    width: 100%;
    
    border-radius: 4.449px;
    background: #ED0C05;
    box-shadow: 0px 0px 18.329px 0px rgba(0, 0, 0, 0.25);
    
    padding: 10px 5px;
    text-align: center;
}

.imagem_text_box.big
{
    width: 100%;
    margin-left: auto;
    max-width: 290px;
}

.image_title
{
    color: #FFF;
    font-family: Onest;
    font-size: 17.795px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.slider-middle-text
{
    color: #FFF;
    font-family: Onest;
    font-size: 32.031px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
    margin: 0;
}

.footer
{
    background: #F8F9FA;
    
}

.footer_top_area
{
    padding: 50px 90px;
    
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    
    gap: 80px;
}

.footer_bottom_area
{
    padding: 40px 90px;
    
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.fotter_bottom_text
{
    color: #231F20;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.footer_text
{
    color: #231F20;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.footer_text.login
{
	color: white;
	display: ruby;
}

.footer_text.login a
{
	color: white;
}

.footer-social-area
{
    display: flex;
    gap: 10px;
}

.footer-tab-tittle
{
    color: #231F20;
    font-family: Onest;
    font-size: 19.907px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.under-tab-line
{
    width: 73px;
    height: 3px;
    background: #15A9E3;
}

a.footer_link, .footer_link {
    color: #231F20;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding: 5px 0;
}

.contacto_item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.loja_resultados_grid
{
    display: flex;
    gap: 40px;
}

.loja_resultados_filters
{
    min-width: 270px;
}

.loja_resultados_produtos
{
    flex-grow: 1;
}




.esconder {
    display: none;
}

.filtro_box
{
    border-top: 1px solid #BABABA;
    padding-top: 15px;
    padding-bottom: 20px;
}

.custom_checkbox {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    align-items: center;
    color: #1E1E1E;
    font-family: Onest;
    font-size: 13.527px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.filtro_title
{
    color: #1E1E1E;
    font-family: Onest;
    font-size: 14.428px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    margin: 0;
}


.custom_checkbox.morada_checkbox:has(input[type="checkbox"]:checked)
{
    color: #15A9E3;
}



input[type="checkbox"] {

    -webkit-appearance: none;

    appearance: none;

    background-color: transparent;

    margin: 0;
    
    color: rgba(69, 69, 69, 0.40);
    width: 18px;
    height: 18px;
	min-height: 18px;
	min-width: 18px;
    border: 1px solid currentColor;
    border-radius: 4px;
    
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 13px;
    height: 13px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: white;
}

input[type="checkbox"]:checked
{
    background-color: #15A9E3;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    /*outline-offset: max(2px, 0.15em);*/
    outline: none;
}

input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    
    color: var(--form-control-disabled);
    cursor: not-allowed;
}


.product_list_top
{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.product_top_title
{
    color: #000;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}

.filtro_primario_select
{
    flex-grow: 1;
    max-width: 379.649px;
    padding: 12px;
    
    color: #1E1E1E;
    font-family: Onest;
    font-size: 14.428px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    
    border-radius: 4.509px;
    border: 0.902px solid #1E1E1E;
    background: #F6F6F6;
}

.product_list_grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

.product_imagem_block
{
    text-align: center;
    border-radius: 4.509px;
    border: 0.902px solid #BABABA;
    cursor: pointer;
}

.product_imagem_block:hover
{
    border: 0.902px solid #15A9E3;
}

.product_detail_imagem_block
{
	cursor: pointer;
    text-align: center;
	cursor: pointer;
	position: relative;
}

.product_image
{
    width: 100%;
    object-fit: cover;
    /*aspect-ratio: 350 / 310 ;*/
    
    height: 310px;
    width: auto;
    max-width: 100%;
}

.product_detail_imagem_block .product_image
{
	height: 500px;
}

.product_detail_imagem_block .product_image.miniview
{
	height: 300px;
}
    
.product_list_bottom
{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.product_list_title
{
    color: #000;
    font-family: Onest;
    font-size: 16.232px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    margin: 0;
}

.product_list_price
{
    color: #F13D3D;
    font-family: Onest;
    font-size: 16.232px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    
    margin: 0;
}


.breadcrumb_item_fixo, a.breadcrumb_item_fixo
{
    color: #BABABA;
    font-family: Onest;
    font-size: 11.723px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
    margin: 0;
}

.breadcrumb_item_atual
{
    color: #15A9E3;
    font-family: Onest;
    font-size: 11.723px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
    margin: 0;
}

.loja_title
{
    color: #000;
    font-family: Onest;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    margin: 0;
}  

.categoriaDesc{
    font-size: 18px;
    font-weight: 200;
}


a.paginationNumber {
    display: inline-block;
    padding: 3px 8px;  
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    color: black;
    font-size: 20px;
    border-radius: 5px;
    color: white;
    border-radius: 0;
    padding: 10px 20px;
    
    color: #1E1E1E;

    font-family: Metropolis;
    font-size: 14.428px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 12px;
}


a.paginationNumber:hover{
    color: white;
    background: #F13D3D;
}

.current{
    border: none;
    display: inline-block;

    background: #F13D3D;
    color: #FFF;
    font-family: Metropolis;
    font-size: 14.428px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 12px;
    border-radius: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.paginatorBlock{
    margin-bottom: 20px;
    font-size: 20px;
    margin-bottom: 60px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    
    flex-wrap: wrap;
}

.price_area
{
	display: flex;
	align-items: center;
	gap: 10px;
}

.price_area.product_detail
{
  gap: 20px;
}



.product_list_price_old
{
	color: #F89E9E;

    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;

	margin: 0;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.price_area.product_detail .product_list_price
{
	font-size: 35.997px;
}

.price_area.product_detail .product_list_price_old
{
	font-size: 24.599px;
}

.promo_tag
{
	background: #F13D3D;
	color: #FFF;

    font-family: Onest;
    font-size: 12.565px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    padding: 5px 10px;
	margin: 0
}

.novo_tag
{
	background: #15A9E3;
	color: #FFF;

    font-family: Onest;
    font-size: 12.565px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    padding: 5px 10px;
	margin: 0
}

.product_detail_top
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.product_detail_title
{
	color: #000;

    font-family: Onest;
    font-size: 28.798px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	margin: 0;
}


.custom-dropdown {
  position: relative;
  width: 100%;
  color: #1E1E1E;

  font-family: Onest;
  font-size: 14.399px;
  font-style: normal;
  font-weight: 500;
  border-radius: 4.5px;
  border: 0.9px solid #999;
}

.custom-dropdown.open {
  border-bottom: none; /* Remove border-bottom when open */
  border-radius: 4.5px 4.5px 0 0; /* Adjust border-radius to match open state */
}

.selected-option {
  padding: 10px;
  display: flex; /* Ensures layout consistency with .option */
  justify-content: space-between; /* Aligns size and stock to the left and right */
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  border-radius: 0 0 4.5px 4.5px; /* Match radius for the open dropdown */
  border: 0.9px solid #999;
  background: #fff;
  z-index: 10;
}

.custom-dropdown.open .dropdown-options {
  display: block;
  border-top: none; /* Remove border-top when dropdown is open */
}

.dropdown-options .option {
  display: flex;
  justify-content: space-between; /* Aligns size and stock to the left and right */
  align-items: center; /* Vertically centers the content */
  padding: 10px;
  cursor: pointer;
}

.dropdown-options .option:hover {
  background: #f0f0f0;
}

.dropdown-options .size,
.selected-option .size {
  font-weight: bold;
}

.dropdown-options .stock,
.selected-option .stock {
  /*color: gray;*/
}

.hidden-select {
  display: none;
}


.svg_container
{
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.product_options_grid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.item_purchase_input_area
{
    display: flex;
    
}

.product__order-input {
    background-color: white;
    color: #231F20;
    
    text-align: center;
    
    border: 0.9px solid #999;
    height: 42px;
    width: 100px;
    
}

.product__order-input.left {
    border-radius: 4.5px 0px 0px 4.5px;
    padding: 0px 10px;
    border-right: none;
    font-weight: bold;
	max-width: 50px;
}

.product__order-input.middle {
    border-left: none;
    border-right: none;
    color: #231F20;
    flex-grow: 1;

    font-family: Onest;
    font-size: 15.55px;
    font-style: normal;
    font-weight: 400;
}

.product__order-input.right {
    border-radius: 0px 4.5px 4.5px 0px;
    padding: 0px 10px;
    border-left: none;
    font-weight: bold;
	max-width: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.relacoes_grid
{
	display: grid;
    grid-template-columns: 0.5fr 1fr 2fr 1fr;
	gap: 30px;
	
	border-radius: 4.5px;
    background: #FFF;
    padding: 20px;
	
    box-shadow: 0px -3.888px 24.297px 0px rgba(0, 0, 0, 0.10);

    align-items: center;
}

.relacoes_grid_tamanhos
{
	display: grid;
    grid-template-columns: 0.3fr 1.3fr 3fr 3fr;
	gap: 30px;
	
	border-radius: 4.5px;
    background: #FFF;
    padding: 20px;
	
    box-shadow: 0px -3.888px 24.297px 0px rgba(0, 0, 0, 0.10);

    align-items: center;
}

.relacionados_image_block
{
    text-align: center;
}

.relacionado_imagem
{
    width: auto;

	height: 114.29px;

    object-fit: cover;
	max-width: 100%;

	
}

.relacionados_details
{
	display: flex;
	flex-direction: column;

    justify-content: space-between;
    height: 100%;
	
}

.produtos_relacionados_titulo
{
	color: #000;

    font-family: Onest;
    font-size: 21.598px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	margin: 0;
}

.produto_relacionado_titulo
{
	color: #231F20;

    font-family: Onest;
    font-size: 15.55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

	margin: 0;
}

.produtos_relacionados_preco
{
  color: #1E1E1E;

  font-family: Onest;
  font-size: 17.998px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;

	margin: 0;

}

.relacionados_tamanho_column
{
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

.btt_adicionar_carrinho
{
	border-radius: 4.5px;
    background: #F13D3D;
	padding: 15px;
	text-align: center;

	color: #FFF;

    font-family: Onest;
    font-size: 17.998px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

	margin: 0;
	width: 100%;
	border: 0;
}

.produtos_semelhantes_grid
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.focus_box
{
  border-radius: 4.498px;

  box-shadow: 0px -3.886px 24.287px 0px rgba(0, 0, 0, 0.10);
	padding: 25px;
}

.alerta_title
{
	color: #231F20;

  font-family: Onest;
  font-size: 23.316px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
	margin: 0;
}

.btt_voltar
{
	border-radius: 4.498px;
    border: 0.971px solid #454545;

	background: #FFF;
	padding: 13px 25px;
	
    color: #231F20;

    text-align: center;
    font-family: Onest;
    font-size: 15.544px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btt_continuar
{
	border-radius: 4.489px;
    border: 0.97px solid #15A9E3;

    background: #15A9E3;
	padding: 13px 25px;
	
    color: #FFF;

    text-align: center;
    font-family: Onest;
    font-size: 15.513px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.carrinho_grid
{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

.carrinho_items
{
    display: grid;
    gap: 10px;
}


.cart_list_item {
    border-radius: 4.498px;
	box-shadow: 0px -3.886px 24.287px 0px rgba(0, 0, 0, 0.10);
	padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: 1.5fr 2.5fr 1fr 2fr 0.8fr;
    align-items: center;
    column-gap: 60px;
    row-gap: 10px;
}

.product_list_details {
    display: flex;
    flex-direction: column;
}

.cart_quantity_price {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}


a.cart_remove {
    color: #E31F26;

    font-family: Onest;
    font-size: 15.544px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.cart_item_title
{
	color: #231F20;

    font-family: Onest;
    font-size: 15.544px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin: 0;
}

.cart_item_description
{
	color: #888;

    font-family: Onest;
    font-size: 15.544px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.carrinho_list_price
{
  color: #15A9E3;

  font-family: Onest;
  font-size: 21.373px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}

.cart_list_actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carrinho_focus_title
{
	color: #231F20;

    font-family: Onest;
    font-size: 23.316px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
	margin: 0;
}

.space_between_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carrinho_resumo_preco
{
	color: #231F20;

    text-align: right;
    font-family: Onest;
    font-size: 17.487px;
    font-style: normal;
    font-weight: 600;
	margin: 0
}

.carrinho_resumo_total_label
{
  color: #231F20;

  font-family: Onest;
  font-size: 21.373px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin: 0;
}

.carrinho_resumo_total_preco
{
    color: #15A9E3;

    text-align: right;
    font-family: Onest;
    font-size: 27.201px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
   margin: 0;
}


.btt_finalizar_encomenda
{
	border-radius: 4.498px;
    border: 0.971px solid #15A9E3;
    background: #15A9E3;

	color: #FFF;
    text-align: center;
    font-family: Onest;
    font-size: 15.544px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	
	padding: 20px;
	width: 100%;

    text-align: center;
}

.btt_efetuar_login
{
	border-radius: 4.498px;
    border: none;
    background: #B3CA2E;

	color: #FFF;

    text-align: center;
    font-family: Onest;
    font-size: 15.544px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

	padding: 20px;
	width: 100%;

	text-align: center;

}


.form_label
{

	color: #1E1E1E;

    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form_line input[type=text], .form_line input[type=password], .form_line input[type=email], .form_line textarea
{
    border: 1px solid rgba(136, 136, 136, 0.50);   
    border-radius: 5px;
    background-color: transparent;
    color: #231F20;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    width: 100%;

	    
}

.form_line input[type=text]:focus-visible, .form_line input[type=password]:focus-visible, .form_line input[type=email]:focus-visible, .form_line textarea:focus-visible, .i9select:focus-visible
{
    border: 1px solid #15A9E3; 
    outline: #15A9E3;
}

.form_line input[type=text]:focus-visible + label, .form_line input[type=password]:focus-visible + label, .form_line input[type=email]:focus-visible + label, .form_line textarea:focus-visible + label, .i9select:focus-visible + label
{
    color: #15A9E3;
}

.two_columns
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    
}

.form_line > textarea, .form_line .group > textarea { grid-area: column-1; }
.form_line > input, .form_line .group > input { grid-area: column-1; }
.form_line > label, .form_line .group > label { grid-area: column-2; }

.form_line, .form_line .group
{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: " column-2 " 
                         " column-1 ";

	text-align: left;
}

form .group {
    position: relative;
    margin: 5px 0 0 0;
    width: 100%;
}

a.link_recuperarpass {

	color: #15A9E3;

    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    
}

.div_errormessage {
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
}

.div_successmessage {
    margin-top: 20px;
    margin-bottom: 20px;
    color: green;
}

#div_verificacao .form_line
#div_verificacao .form_line > img { grid-area: column-1; }
#div_verificacao .form_line > #refresh_captcha { grid-area: column-2; }
#div_verificacao .form_line > input { grid-area: column-3; }
#div_verificacao .form_line > span { grid-area: column-4;  }
#div_verificacao .form_line > label { grid-area: column-5;     justify-self: start; }

#div_verificacao .form_line
{
    display: grid;
    grid-template-columns: 0.5fr 0.1fr 1fr;
    grid-template-areas: "column-5 column-5 column-5" 
                         "column-1 column-2 column-3"
                         "column-4 column-4 column-4";
    align-items: center;
    justify-items: center;
    gap: 10px;
}

.carnaval_login_button
{
	border: none;
	border-radius: 5px;
    background: #15A9E3;
	width: 100%;

	padding: 15px;
	text-align: center;

	color: #FFF;

    text-align: center;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.required_msg{
	display: none;
}


.dashboard_area .dashboard_grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
}

.dashboard_tabs {
    display: grid;
    grid-template-columns: 0.5fr 2fr 1fr;
    gap: 20px;
    padding: 15px 10px;
    align-items: center;
    color: #231F20;

    font-family: Onest;
    font-size: 15.553px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dashboard_tabs:hover, .dashboard_tabs.active
{
    color: #15A9E3;
}

.dashboard_tabs:hover .tab_icon path, .dashboard_tabs.active .tab_icon path
{
    fill: #15A9E3;
	stroke: #15A9E3;
}

/* Style the buttons inside the tab */
.tablinks {
    cursor: pointer;
}



/* Style the tab content */
.tabcontent {
    display: none;
}

.moradas_list
{
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.morada_item
{
    border-radius: 5px;
    border: 1px solid #231F20;
    padding: 20px;
    position: relative;
}

.morada_inner_grid
{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    height: 100%;
    
}

.morada_item.selected
{
    border: 1px solid #15A9E3;
}

.morada_actions_item
{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
}

.metodos_pagamento_list .morada_content_item
{
    display: flex;
    gap: 10px;
    align-items: center;
}

.morada_linha
{
    display: flex;
    gap: 10px;
}

.morada_title {
    color: #231F20;
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.remove_morada
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    width: 27px;
    cursor: pointer;
}

.custom_checkbox.morada_checkbox input[type="checkbox"] 
{
    border-radius: 50px;
    
    border: 2px solid #231F20;
}

.custom_checkbox.morada_checkbox input[type="checkbox"]:checked, .custom_checkbox.morada_checkbox input[type="checkbox"]:focus
{
    background-color: transparent;
    border: 2px solid #15A9E3;
}

.custom_checkbox.morada_checkbox input[type="checkbox"]::before {
    background-color: #15A9E3;   
}


.edit_button
{
    border-radius: 10px;
    border: 1px solid #231F20;
    color: #231F20;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 45px;
    text-align: center;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	background: white;
}

.edit_button:hover, .edit_button:active
{
    background: #231F20;
    color: white;
}

.encomenda_box
{
    border-radius: 5px;
    border: 1px solid rgba(69, 69, 69, 0.20);
    padding: 24px;
}

.encomenda_cabecalho_grid, .encomenda_bottom_grid
{
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
}

.encomenda_estado_tag
{
    border-radius: 10px;
    padding: 10px 20px;
    min-width: 146px;
    
    color: #FFF;

    text-align: center;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag_em_processamento
{
    background: rgba(241, 106, 34, 0.75);
}

.tag_entregue
{
    background: rgba(55, 181, 53, 0.75);
}

.tag_cancelada
{
    background: rgba(214, 12, 12, 0.75);
}

.encomenda_top_actions
{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.encomenda_item
{
    display: grid;
    grid-template-columns: 0.5fr 2fr 1fr 0.8fr;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.checkout_inner_title {
    color: #231F20;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}


.product_item_details_description {
    color: #888;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.cart_produto_item_title {
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.resumo_encomenda_list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}


.checkou_tob_bar {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
}

.cart-step {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}


.cart-step-number {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Onest;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cart-step-name
{
    color: #FFF;
    text-align: center;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cart-step-list
{
    display: flex;
}

#progress-bar .step-todo
{
    color: #8AD4F1;
}

 #progress-bar {
	 display: table;
	 width: 100%;
	 margin: 0;
	 table-layout: fixed;
	 width: 100%;
	 counter-reset: step;
}
 #progress-bar li {
	 list-style-type: none;
	 display: table-cell;
	 width: 25%;
	 float: left;
	 font-size: 16px;
	 position: relative;
	 text-align: center;
}
 #progress-bar li:before {
	 width: 50px;
	 height: 50px;
     color: #8AD4F1;
	 content: counter(step);
	 counter-increment: step;
	 line-height: 50px;
	 font-size: 18px;
	 border: 2px solid #8AD4F1;
	 display: block;
	 text-align: center;
	 margin: 0 auto 10px auto;
	 border-radius: 50%;
	 background-color: white;
	 font-family: Onest;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    z-index: 1;
    position: relative;
}
 #progress-bar li:after {
	 width: 100%;
	 height: 10px;
	 content: '';
	 position: absolute;
	 /*background-color: #fff;*/
	 top: 25px;
	 left: -50%;
     opacity: 0.5;
     border-top: dotted;
}
 #progress-bar li:first-child:after {
	 content: none;
}
 #progress-bar li.step-done {
	 color: #15A9E3;
}
 #progress-bar li.step-done:before {
	 border-color: #15A9E3;
	 background-color: #FFF;
	 color: #15A9E3;
	 content: "\f00c";
	 font-family: "FontAwesome";
}
 #progress-bar li.step-done + li:after {
	 /*background-color: #FFF;*/
	 opacity: 1;
     border-top: outset;
}
 #progress-bar li.step-active {
	 color: #15A9E3;
}
 #progress-bar li.step-active:before {
	 border-color: #15A9E3;
	 color: #15A9E3;
	 font-weight: 700;
}


.resumo_encomenda_item {
    display: grid;
    grid-template-columns: 0.8fr 2fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 10px 0;
}

.cart_price_area {
    justify-self: end;
    text-align: end;
    display: grid;
    gap: 10px;
}

.focusnote {
    color: #231F20;
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.687%;
    font-weight: bold;
    font-style: italic;
}

.metodos_pagamento_list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}

.header-info {
    color: #231F20;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.header-info a.focus, .header-info .focus {
    color: #15A9E3;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.confirmacao_list_item {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 0.8fr;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.btt_editar_secundario
{
	border-radius: 4.498px;
    border: 0.971px solid #15A9E3;
	background: white;
    color: #15A9E3;
    text-align: center;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.showmobile {
    display: none;
}

a.backorder_link
{
	color: #F13D3D;

    font-family: Onest;
    font-size: 16.232px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
	margin: 0;
}

.input_voucher
{
	border: 1px solid gray;
	background-color: white;
	font-family: Onest;
    font-size: 15.544px;

	padding: 13px 20px;
	width: 100%;
}

.btt_voucher
{
	border-radius: 4.498px;
	border: 0.971px solid #454545;
	background-color: white;

	color: #231F20;

    text-align: center;
    font-family: Onest;
    font-size: 15.544px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	
	padding: 13px 20px;
	width: 100%;
	
}

.force_description
{
	color: #1E1E1E !important;
    font-family: Onest !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: normal !important;
    line-height: 25px !important;
    display: grid;
    gap: 10px;
}

.produto_item
{
	position: relative;
}

.favoritos_item_area
{
	position: absolute;
    margin-right: 10px;
    margin-top: 10px;
	right: 0;
	cursor: pointer;
	z-index: 2;
}

.favoritos_empty_area
{
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 50px;
}

.btt_favoritos
{
	border: none;
	border-radius: 4.503px;
    background: #F13D3D;
	padding: 15px;
	text-align: center;
	width: 100%;

	color: #FFF;

    font-family: Onest;
    font-size: 18.011px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* MIGUEL  */

.wpIconFixed {
    position: fixed;
    left: 80px;
	transform: scale(1.8);
    bottom: 20px;
    transition: transform 0.15s ease-in-out;
    z-index: 1000;
}

.wpIconFixed:hover {
    transform: scale(2);
}

.contentTable {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.divOutsideTable.open .contentTable {
  max-height: 1000px; /* A value large enough to accommodate any content */
}

.divOutsideTable.open .afterTable {
    content: "-"; /* Change the + to - */
}

.divOutsideTable{
	background-color: #F0F0F0;
	padding: 11px 15px;
	margin-bottom: 40px;
}

.tituloTabela{
	color: #1E1E1E;
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
	padding: 15px 10px;
}

.tituloTabela.active, .afterTable.active {
  color: #15A9E3; /* Change color for active state */
}

.afterTable{
	float: right;
}

.header-mulheres tr, td, th{
    padding: 11px;
    border: 1px solid #e5e5e5;
}

.contactosBlock{
	display: grid;
    grid-template-columns: 2fr 5fr;
	gap: 15px;
}

.rightContactosBlock{
	border-radius: 5px;
  	background: #FFF;
  	box-shadow: 0px -3.696px 23.099px 0px rgba(0, 0, 0, 0.10);
	padding: 20px;
}

.leftContactosBlock{
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.leftContactosBlock>div{
	border-radius: 5px;
  	background: #FFF;
	padding: 20px;
  	box-shadow: 0px -3.696px 23.099px 0px rgba(0, 0, 0, 0.10);
    color: #000;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.leftContactosBlock>div>div>div>a{
	color: #000;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.infoContacts{
  display: flex;
  gap: 15px;
}

.name_form{
	color: #000;
    font-family: Onest;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	margin-bottom: 20px;
}

.required_msg{
	display: none;
}

.div_ele{
	padding: 0px;
	margin: 0px;
}

.input-group{
	display: grid;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #888;
    text-align: center;
    background-color: white;
    border: 1px solid white;
    border-radius: 4px;
}

.input-group-addon {
    padding: 0px 0px;
	margin-bottom: 10px;
}

#div_element_67{
	padding-right: 7.5px;
}

#div_element_68{
	padding-left: 7.5px;
}

iframe{
	width: 100%;
}

.submit_button{
	float: right;
}

.baseImgBtm{
	width: 100%;
}

.anos135{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	height: 160px;
}

.sobreNosContainer{
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 120px;
}

.subtitleSobreNos{
    color: #F13D3D;
    font-family: Onest;
    font-size: 20px;
    margin-bottom: 15px;
}

.sobreNosText{
	color: #1E1E1E;
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
	margin-top: 20px;
}

.sobreNosContainer>div{
	margin-block: auto; 
}

.maisVideos{
  color: #000;
  font-family: Onest;
  font-size: 23px;
  font-weight: 500;
}

.tresMaisVideos{
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.homepageInner135 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        padding: 30px 180px;
        width: 100%;
        top: 0px;
		height: 100%;
}

.texto135Homepage{
      color: #FFF;
      font-family: Onest;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: uppercase;
}

.homepageInner135 img{
	height: 150px;
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.carnavalscroll {
    overflow-y: auto;
    padding-right: 20px;
}

.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar
{
    width: 0.7rem !important;
}


.carnavalscroll::-webkit-scrollbar, .modal-body::-webkit-scrollbar {
    height: 8px;
    width: 8px !important;
    background-color: #D9D9D9;
}

.carnavalscroll::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #15A9E3;
}

.carnavalscroll::-webkit-scrollbar-track, .modal-body::-webkit-scrollbar-track{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    
}

.avisoDomicilio{
    margin-top: 10px;
    font-size: 20px;
    color: #F13D3D;
    font-weight: 600;
}

.avisoDomicilioCart{
    margin-top: 10px;
    font-size: 16px;
    color: #F13D3D;
    font-weight: 600;
    grid-column: span 5;
}


/******************************   media queries   ******************************/

@media (max-width: 1700px) {
  .product_list_grid
  {
		grid-template-columns: 1fr 1fr;
  }
  .product_detail_top
  {
	    grid-template-columns: 1fr 1.3fr;
  }
  .carrinho_grid
  {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkou_tob_bar {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
	gap: 20px;
  }
}


@media (max-width: 1490px) {
		.footer_top_area{
		grid-template-columns: none;
		padding: 50px 20px;
		gap: 40px;
    }

	.footer_top_area img{
		width: 100%;
		height: auto;
        max-width: 360px;
    }

	.footer_bottom_area{
		padding: 40px 20px;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.product_detail_top
    {
		grid-template-columns: 1fr;
    }
	.produtos_semelhantes_grid
    {
		grid-template-columns: 1fr 1fr;
    }
	.relacoes_grid_tamanhos
    {
		display: none;
    }
	.product_detail_imagem_block .product_image
    {
		height: 400px;
    }
	.dashboard_area .dashboard_grid
    {
		grid-template-columns: 1fr;
    }
	.favoritos_empty_area
    {
		grid-template-columns: 1fr;
    }
}

@media (max-width: 1340px) {
    .hidemobile {
        display: none;
    }
    .showmobile {
        display: block;
    }
	#categorias_carousel
    {
		display: none;
    }

	.loja_resultados_grid
    {
		grid-template-columns: 1fr;
        display: grid;
    }
	.main_container{
		padding: 55px 20px;
    }
}

@media (max-width: 1200px) {
    .banner_title {
        font-size: 25.169px;
    }
    
    .banner_subtitle {
        font-size: 16px;
    }
    
    .banner_description{
        font-size: 11px;
    }
    
    .slider .content 
    {
        left: 20px;
        right: 20px;
    }
    
    .dots {
        left: 20px;
        bottom: 20px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }

    .contactosBlock {
            grid-template-columns: none;
        }

	.sobreNosContainer{
		 grid-template-columns: none;
  	}

    .sobreNosContainer div:first-child{
    	order: 2;
    }

    .sobreNosContainer div:last-child{
        order: 1;
		margin-bottom: 20px;
    }
	

	.baseImgBtm{
		aspect-ratio: 4 / 1;
    	object-fit: cover;
    }

	

	.homepage-tags-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 30px;
    }

    .homepageInner135{
		padding: 30px 20px;
    }

    .texto135Homepage{
		font-size: 18px;
    }

	.encomenda_item
    {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .encomenda_item > *
    {
        grid-column: 1 !important;
    }

  .tresMaisVideos{
      grid-template-columns: none;
  }

}

@media (max-width: 915px) {
	
}
    
@media (max-width: 880px) {
    .login_box_area
    {
		margin-top: 50px;
    }


    .texto135Homepage{
      display: none;
    }

    .homepageInner135{
      justify-content: center;
    }

    .homepageInner135 img{
        height: 90px;
    }

	.carnaval-subtitle{
		font-size: 16px;
  	}

	.carnaval-title{
		font-size: 22px;
	}
	.alerta_title
    {
		font-size: 18px;
    }

	.slide-middle{
		margin: 0px -20px;
    }

	.slider-middle-text{
		font-size: 24px;
		text-align: center;
    }

	.trending_grid, .destinos_grid, .esquecidos_grid{
		display: -webkit-inline-box;
		overflow-y: scroll;
        width: calc(100vw - 40px);
	}

	.main_container_homepage{
		overflow: hidden;
    }

	.trending_grid>div, .destinos_grid>div, .esquecidos_grid>div{
		height: 250px;
    }


	.cart_list_item, .confirmacao_list_item
    {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;

		display: grid;
		grid-template-columns: 1fr 2fr;
        
    }
	.cart_list_item .item_stock, .cart_quantity_price
	{
		grid-column: span 2;
	}
    .cart_list_actions
    {
        align-items: initial;
        flex-direction: column;
        gap: 10px;
    }
    .cart_list_actions > button
    {
        padding: 16px 23px;
    }

	.moradas_list, .resumo_encomenda_list {
        grid-template-columns: 1fr;
    }
	.morada_actions_item {
        flex-direction: row;
        align-items: center;
    }

	.cart_list_item, .confirmacao_list_item
    {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;

		display: grid;
		grid-template-columns: 1fr 2fr;
        
    }
	.cart_list_item .item_stock, .cart_quantity_price
	{
		grid-column: span 2;
	}
    .cart_list_actions
    {
        align-items: initial;
        flex-direction: column;
        gap: 10px;
    }
    .cart_list_actions > button
    {
        padding: 16px 23px;
    }
    
    .moradas_list, .resumo_encomenda_list
    {
        grid-template-columns: 1fr;
    }
    .morada_inner_grid
    {
        grid-template-columns: 1fr;
    }
    .morada_actions_item
    {
        flex-direction: row;
        align-items: center;
    }
    
    .metodos_pagamento_list .morada_content_item
    {
        flex-direction: column;
        align-items: baseline;
    }
    
    .morada_actions_item button
    {
        padding: 10px 24px;
    }
    
    .cart_list_actions button
    {
        width: 100% !important;
    }
    
    .resumo_encomenda_item
    {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    
    .cart_price_area
    {
        text-align: start;
        width: 100%;
    }
    
    .cart_price_area_bottom
    {
        display: flex;
        justify-content: space-between;
    }
    
    .metodos_pagamento_list .morada_linha
    {
        justify-content: space-between;
    }

	.anos135{
		height: 90px;
	}
    
    .avisoDomicilioCart{
        grid-column: span 2;
        font-size: 15.544px;
    }
}
        
@media (max-width: 790px) {
    .div_ele {
        width: 100% !important;
    }

	.product_list_grid
    {
          /*grid-template-columns: 1fr;*/
          gap: 30px;
    }
	.product_image
    {
		height: 250px;
    }

	.two_columns
    {
      grid-template-columns: 1fr;
    }

    .product_list_bottom{
        gap: 0px;
    }
	
}


@media (min-width: 768px) {
    .modal-dialog {
        width:1000px;
        margin: 30px auto
    }

	#modal_box_adicionar_morada .modal-dialog, #modal_box_editar_morada .modal-dialog {
        width: auto;
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    #modal_box_adicionar_morada .modal-dialog, #modal_box_editar_morada .modal-dialog {
        width: 1161px;
        margin: 30px auto;
    }
}


    
@media (max-width: 680px) {
    #produtos_responsive {
        display: block;
    }

    #tabela_loja {
        display: none;
    }

	.slide-middle img{
		aspect-ratio: 8/3;
	}
	
	.encomenda_cabecalho_grid, .encomenda_bottom_grid
    {
        flex-direction: column;
    }
    
    .encomenda_top_actions
    {
        flex-direction: column;
    }

	.morada_actions_item
    {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .morada_actions_item button
    {
        width: 100%;    
    }

    .header-mulheres tr, td, th{
        padding: 5px;
        border: 1px solid #e5e5e5;
		font-size: 14px;
    }

	.wpIconFixed {
        left: 13px;
        bottom: 60px;
        transform: scale(1.15);
    }
}

@media (max-width: 560px) {

	.product_options_grid
    {
		grid-template-columns: 1fr;
    }
	.product_detail_imagem_block .product_image
    {
		height: 300px;
    }
}
                
@media (max-width: 500px) {
    .login_box_area {
        padding: 20px;
    }
	.produtos_semelhantes_grid
    {
		grid-template-columns: 1fr;
    }
}
                    
@media (max-width: 400px) {
    
}
/******************************   end media queries   ******************************/