:root{
    /* --colorsecond: #b4b4b4; */
    --colorfirst: #00a0de;
    --colorsecond: #152a3f;
    --colorthird: #19aae2;
    --white: #fff;
    --black: #000000;
    --verydarkgrey: #191919;
    --darkgrey: #505050; 
    --mediumgrey: #737373; 
    --grey: #b4b4b4;     
    --lightgrey: #e6e6e6;
    --verylightgrey: #f0f0f0;

    --img-corner-radius: 0px;
    --side-menu-width: 80px;
}
.var_use_example {
    background-color: var(--white);
}

.bg_colorfirst {
  background-color: var(--colorfirst) !important;
}
.color_colorfirst {
  color: var(--colorfirst) !important;
}
.bg_colorthird {
  background-color: var(--colorthird) !important;
}
.color_colorthird {
  color: var(--colorthird) !important;
}
.bg_colorsecond {
  background-color: var(--colorsecond) !important;
}
.color_colorsecond {
  color: var(--colorsecond) !important;
}
.bg_black {
  background-color: var(--black) !important;
}
.color_black {
  color: var(--black) !important;
}
.bg_verydarkgrey {
  background-color: var(--verydarkgrey) !important;
}
.color_verydarkgrey {
  color: var(--verydarkgrey) !important;
}
.bg_darkgrey {
  background-color: var(--darkgrey) !important;
}
.color_darkgrey {
  color: var(--darkgrey) !important;
}
.bg_grey {
  background-color: var(--grey) !important;
}
.color_grey {
  color: var(--grey) !important;
}
.bg_lightgrey {
  background-color: var(--lightgrey) !important;
}
.color_lightgrey {
  color: var(--lightgrey) !important;
}
.bg_verylightgrey {
  background-color: var(--verylightgrey) !important;
}
.color_verylightgrey {
  color: var(--verylightgrey) !important;
}
.bg_white {
  background-color: var(--white) !important;
}
.color_white {
  color: var(--white) !important;
}

@font-face {
  font-family: 'avenir-bold';
  font-style: normal;
  src: url('../fonts/AvenirNextLTPro-Bold.otf');
}

@font-face {
  font-family: 'avenir-regular';
  font-style: normal;
  src: url('../fonts/AvenirNextLTPro-Regular.otf');
}

@font-face {
  font-family: 'avenir-demi';
  font-style: normal;
  src: url('../fonts/AvenirNextLTPro-Demi.otf');
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Light';
  font-style: normal;
  src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  src: url('../fonts/OpenSans-Bold.ttf');
}


/*a {
    color: var(--colorfirst) !important;
}*/


h1,
.h1 {
  font-family: avenir-regular;
  font-size: 34px;
  line-height: 44px;
  color: var(--darkgrey);
  font-weight: normal !important;
  letter-spacing: 2pt;
}
h2,
.h2 {
  font-family: avenir-regular;
  font-size: 28px;
  line-height: 38px;
  color: var(--darkgrey);
  font-weight: normal !important;
}
h3,
.h3 {
  font-family: avenir-demi;
  font-size: 18px; 
  line-height: 26px;
  color: var(--darkgrey);
  font-weight: normal !important;
}
h4,
.h4 {
  font-family: OpenSans-Regular;
  font-size: 18px;
  line-height: 26px;
  color: var(--darkgrey);
  font-weight: normal !important;
}
h5,
.h5 {
  font-family: avenir-bold;
  font-size: 20px; 
  line-height: 30px;
  color: var(--colorfirst);
  font-weight: normal !important;
}
h6,
.h6 {
  font-family: OpenSans-Bold;
  font-size: 18px;
  line-height: 24px;
  color: var(--lightgrey);
  font-weight: normal !important;
}
h7,
.h7 {
  font-family: OpenSans-Bold;
  font-size: 80px;
  line-height: 80px;
  color: var(--white);
  font-weight: normal !important;
}

h8,
.h8 {
  font-family: Bitter-Regular;
  font-size: 20px;
  line-height: 28px;
  color: var(--lightgrey);
  font-weight: normal !important;
}

h12,
.h12 {
  font-family: Raleway-Regular;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  font-weight: normal !important;
}

h13,
.h13 {
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 16px;
  color: var(--darkgrey);
  font-weight: normal !important;
}

p,
.p {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 20px;
  color: var(--darkgrey);
  font-weight: normal !important;
}
.row > .h1 *,
.row > .h2 *,
.row > .h3 *,
.row > .h4 *,
.row > .h12 * {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
}

a{ 
  text-decoration: none !important;
}

.footer_nav_text{
    font-family: NotoSans-Regular;
    font-size: 16px; 
    line-height: 50px;
    color: var(--grey);
}
/* fim de estilos pré definidos */

.loadingwrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
}


.checkbox_item_custom label,
.checkbox_item_custom label p,
.checkbox_item_custom label .p{
    font-size: 12px !important;
    line-height: 24px !important;
    color: var(--darkgrey) !important;
}

.checkbox_item_custom label a,
.checkbox_item_custom label p a,
.checkbox_item_custom label .p a{
    color: var(--darkgrey) !important;
}

.checkbox_item_custom .container{
    min-height: 5px !important;
}

.checkbox_item_custom .container input:checked ~ .checkmark{
    background-color: var(--colorfirst) !important;
}


.bold_grey_link{
    text-decoration: none;
    color: var(--lightgrey);
    font-weight: bold;
}
.bold_grey_link:hover{
    text-decoration: none;
    color: var(--grey);
    
}

.verProjectos:hover{
    font-weight: bold !important;
}

@media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 28px;
      line-height: 38px;
    } 
    
    h2,
    .h2 {
      font-size: 24px;
      line-height: 34px;
    }
    h3,
    .h3 {
      font-size: 18px; 
      line-height: 26px;
    }
     h4,
    .h4 {
      font-size: 16px; 
      line-height: 24px;
    }
}

.tipo_sl{
    padding: 5px;
    margin: 5px;
    display: block !important;
}
.tipo_sl *{
    margin: 0;
}




/* .main_btn,
.btn_solid_first{
  cursor: pointer;
  background-color: var(--colorfirst);
  border-radius: 0px;
  padding: 8px 30px;
  color: white;
  text-transform: uppercase;
}
.btn_solid_first:hover{
  color: white;
  text-decoration: none !important;
} */
.main_btn,
.btn_solid_first{
  	cursor: pointer;
    background-color: var(--colorfirst) !important;
    color: white !important;
    border-radius: 50px;
    padding: 12px 30px;
    margin: 0px 8px;
}

.btn_solid_lightgrey{
  cursor: pointer;  
  background-color: var(--verylightgrey);
  border-radius: 0px;
  padding: 8px 30px;
  color: var(--verydarkgrey);
  color: var(--verydarkgrey);
}
.btn_solid_lightgrey:hover{
  text-transform: uppercase;
}

.footer *{
    margin: 0;
}


@media (max-width: 1038px) {
  .main_body{
    width: 95%;
  }

}
@media (max-width: 850px) {
  .main_body{
    width: 90%;
  }

}


/* ------------------------------------------------------------------------------------ */
/* -------------------------------------CUSTOM CSS------------------------------------- */
/* ------------------------------------------------------------------------------------ */

/* BOOTSTRAP SELECT */

  .bootstrap-select .dropdown-toggle[aria-expanded="true"]{
    background-color: transparent;
    border: solid 1px black;
  }
  .bootstrap-select .dropdown-toggle{
    background-color: transparent;
    border: solid 1px black;
    border-radius: 0;
  }

  .bootstrap-select .dropdown-menu{
    padding: 0 ;
    border-radius: 0 ;
    border: none ;
  }
  .bootstrap-select .dropdown-item.active,
  .bootstrap-select .dropdown-item:active{
    background-color: var(--colorfirst);
  }

/* END BOOTSTRAP SELECT */


/* CART TABLE STYLES */
table.dataTable.fpr_table{
  border-collapse: collapse !important;
}
.fpr_table{
  border: none !important;
}
.fpr_table a{
  color: var(--colorfirst);
}
.fpr_table th{
  border: none !important;
}
.fpr_table thead tr th{
  padding: 10px 5px;
}
.fpr_table thead tr span{
  background-color: var(--verylightgrey);
  display: block;
  padding: 5px;
  text-align: center;
}
.fpr_table .table_prod_img{
  max-height: 80px;
}
.fpr_table tbody tr{
  border-top: solid 1px var(--black);
}
.fpr_table tbody tr td{
  padding: 15px;
  border: none;
}
.fpr_table .checkoutprodquantity{
  width: 60px;
  border: solid 1px black;
  padding: 5px;
  text-align: center;
}

.fpr_table tr{
  background-color: transparent !important;
}
/* END CART TABLE STYLES */


.animated.delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.animated.delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.animated.delay-300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.animated.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.animated.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.animated.delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.animated.delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.animated.delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.animated.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}


/* hover zoom image  */
  /* add class to the element that is going to recive the hover effect */

  /* FAST */
  .img_hover_slow_zoom_trigger img{
      z-index: 1;
      transform-origin: center;
      transition: all 5s;
  }
  .img_hover_slow_zoom_trigger{
      overflow: hidden;
  }
  .img_hover_slow_zoom_trigger:hover img{
      transform: scale(1.05, 1.05);
  }

  /* MEDIUM */
  .img_hover_medium_zoom_trigger img{
      z-index: 1;
      transform-origin: center;
      transition: all 2.5s;
  }
  .img_hover_medium_zoom_trigger{
      overflow: hidden;
  }
  .img_hover_medium_zoom_trigger:hover img{
      transform: scale(1.05, 1.05);
  }

  /* FAST */
  .img_hover_fast_zoom_trigger img{
      z-index: 1;
      transform-origin: center;
      transition: all 1s;
  }
  .img_hover_fast_zoom_trigger{
      overflow: hidden;
  }
  .img_hover_fast_zoom_trigger:hover img{
      transform: scale(1.05, 1.05);
  }
/* END hover zoom image  */

/* CURRENCY SPAN */
.store_price_currency_span{
  margin: 0 0 0 5px;
}
/* END CURRENCY SPAN */


.rounded_opposite_corners{
  border-top-left-radius: var(--img-corner-radius);
  border-bottom-right-radius: var(--img-corner-radius);
  overflow: hidden;
  position: relative;
}


/* PROD OVERLAY */
	.prod_listing_overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-end;
		z-index: 1;
	}


	.prod_listing_overlay_icons{
		color: white;
		font-size: 20px;
		margin: 3px;
	}
	.prod_fav_toggle{
		color: var(--colorfirst) !important;
	}

	.prod_listing_img{
		transition: 0.2s ease-in-out;
	}
	.prod_listing_cont:hover .prod_listing_img{
		transform: scale(1.1);
	}

	.prod_listing_btn_left{
		padding: 10px;
		width: 50% !important;

		transition: 0.3s ease-in-out;
		transform: translateX(-102%);		
	}
	.prod_listing_btn_right{
		padding: 10px;
		width: 50% !important;

		transition: 0.3s ease-in-out;
		transform: translateX(102%);		
	}
	.prod_listing_cont:hover .prod_listing_btn_left,
	.prod_listing_cont:hover .prod_listing_btn_right{
		transform: translateX(0%);		
	}

/* END PROD OVERLAY */

/* FPR BACK BTN */

.store_back_btn{
  width: 40px;
  height: 40px;
  
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--colorfirst);

  cursor: pointer;
}
.store_back_btn span{
  color: white;
}

/* END FPR BACK BTN */

/* FORM STYLES */

  .form_styles input[type="date"],
  .form_styles input[type="email"],
  .form_styles input[type="password"],
  .form_styles input[type="text"]{
    border: solid 1px var(--black);
    background-color: transparent;
    padding: 8px;
    width: 100%;
    color: var(--black);
  }
  .form_styles button[type="submit"],
  .form_styles input[type="submit"]{
    border: none;
    cursor: pointer;
    background-color: var(--colorfirst);
    color: white !important;
    border-radius: 50px;
    padding: 12px 30px;
    margin: 0px 0px;
  }

  .form_styles input[readonly]{
    background-color: var(--lightgrey);
  }
  .form_styles .cie_label{
    padding: 0px 24px;
    margin-top: 15px;
  }

  
/* END FORM STYLES */

a{
  color: unset;
}
a:hover{
  color: unset;
}

.modal-title{
  color: var(--colorfirst) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.loja_prod_detail_entregas_cont,
.loja_prod_detail_tabela_tamanhos_cont{
  display: none;
}



.right_main_body_fill{
  position: absolute;
  width: 1000px;
  height: 100%;
  top:0;
  right: 0;
  transform: translateX(100%);
  z-index: 1;
}
.left_main_body_fill{
  position: absolute;
  width: 1000px;
  height: 100%;
  top:0;
  left: 0;
  transform: translateX(-100%);
  z-index: 1;
}

/* CUSTOM BARS */
	.custom_bars_cont{
    	cursor: pointer;
	}
	.custom_bars_bar{
		height: 2px;
		width: 45px;
		background-color: var(--colorfirst);
		margin: 5px 0;
		border-radius: 3px;
	}
/* END CUSTOM BARS */



.main_btn_border_pill{
  display: inline-flex;
  justify-content: center;
  align-items: center;

	cursor: pointer;
	border: solid 1px var(--colorfirst);
	border-radius: 50px;
	padding: 12px 30px;
	margin: 0px 8px;
  
  transition: all 0.3s;
  color: var(--colorfirst) !important;
	background-color: transparent;
}
.main_btn_border_pill:hover{
  color: white !important;
	background-color: var(--colorfirst);
}

.main_btn_solid_pill{
	cursor: pointer;
	background-color: var(--colorfirst);
  color: white !important;
	border-radius: 50px;
	padding: 12px 30px;
	margin: 0px 8px;
}
.main_btn_solid_pill *{
  color: white !important;
}



.topLeft0{
  top: 0;
  left: 0;
}

.pointer-events-none{
  pointer-events: none !important;
}
.pointer-events-auto{
  pointer-events: auto !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, .p, h1, h2, h3, h4, h5, h6, p{
  margin-bottom: unset !important;
}

.color_white_force,
.color_white_force *{
  color: white !important;
}

.bigPagination,
#topCategSliderPag{
  transform: scale(2.5) !important;
  margin-bottom: 10px !important;
}
.bigPagination .swiper-pagination-bullet,
#topCategSliderPag .swiper-pagination-bullet{
  padding: 0 !important;
  margin: 0 1px !important;
}



/* PROD OVERLAY */
	.prod_listing_overlay{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-end;
		z-index: 1;
	}


	.prod_listing_overlay_icons{
		color: white;
		font-size: 20px;
		margin: 3px;
	}
	.prod_fav_toggle{
		color: var(--colorfirst) !important;
	}

	.prod_listing_img{
		transition: 0.2s ease-in-out;
	}
	.prod_listing_cont:hover .prod_listing_img{
		transform: scale(1.1);
	}

	.prod_listing_btn_left{
		padding: 10px;
		width: 50% !important;

		transition: 0.3s ease-in-out;
		transform: translateX(-102%);		
	}
	.prod_listing_btn_right{
		padding: 10px;
		width: 50% !important;

		transition: 0.3s ease-in-out;
		transform: translateX(102%);		
	}
	.prod_listing_cont:hover .prod_listing_btn_left,
	.prod_listing_cont:hover .prod_listing_btn_right{
		transform: translateX(0%);		
	}

  .prod_listing_cont.swiper-slide{
    height: unset !important;
  }
  .prod_listing_cont.swiper-slide .row{
    height: 100% !important;
  }

  /* listing items in mobile */
  @media (max-width: 760px) {
    .prod_listing_btn_right,
    .prod_listing_btn_left{
      transform: translateX(0%);
      padding: 3px;
    }

    .prod_listing_overlay_icons{
      font-size: 18px;
    }

    .prod_listing_btn_right p,
    .prod_listing_btn_left p{
      font-size: 12px;
      line-height: 16px;
    }
  }
  /* end listing items in mobile */

/* END PROD OVERLAY */


/* styled form */
.styledForm input[type="text"],
.styledForm input[type="mail"],
.styledForm input[type="password"],
.styledForm input[type="email"],
.styledForm input[type="date"],
.styledForm select,
.styledForm input[type="submit"],
.styledForm input[type="reset"],
.styledForm input[type="number"],
.styledForm .adress_text_box,
.styledForm .styledFormDiv,
.styledForm textarea{
  border-radius: 25px;
  background-color: white;
  border-width: 0px;
  color: var(--darkgrey);
  padding: 12px 25px;
}

.styledForm input[type="submit"]{
  background-color: var(--colorfirst);
  color: white;
}
.styledForm input[type="reset"]{
  background-color: transparent !important;
  color: var(--colorfirst) !important;
  border: solid 1px var(--colorfirst) !important;
}
/* END styled form */

/* styled form */
.styledForm.greyInputs input[type="text"],
.styledForm.greyInputs input[type="password"],
.styledForm.greyInputs input[type="mail"],
.styledForm.greyInputs input[type="email"],
.styledForm.greyInputs input[type="date"],
.styledForm.greyInputs select,
.styledForm.greyInputs input[type="submit"],
.styledForm.greyInputs input[type="reset"],
.styledForm input[type="number"],
.styledForm.greyInputs .adress_text_box,
.styledForm .styledFormDiv,
.styledForm.greyInputs textarea{
  background-color: var(--verylightgrey);
}

.styledForm.greyInputs input[type="text"]:disabled,
.styledForm.greyInputs input[type="password"]:disabled,
.styledForm.greyInputs input[type="mail"]:disabled,
.styledForm.greyInputs input[type="email"]:disabled,
.styledForm.greyInputs input[type="date"]:disabled,
.styledForm.greyInputs select:disabled,
.styledForm.greyInputs input[type="submit"]:disabled,
.styledForm.greyInputs input[type="reset"]:disabled,
.styledForm.greyInputs textarea:disabled,

.styledForm.greyInputs input[type="text"]:read-only,
.styledForm.greyInputs input[type="password"]:read-only,
.styledForm.greyInputs input[type="mail"]:read-only,
.styledForm.greyInputs input[type="email"]:read-only,
.styledForm.greyInputs input[type="date"]:read-only,
.styledForm.greyInputs textarea:read-only{
  background-color: var(--darkgrey) !important;
  color: white !important;
}

/* END styled form */


/* VIMEO VIDEO */
.embed-container{
    position: relative;
    padding-bottom: 56.25%; /* 16/9 */
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END VIMEO VIDEO */


.labeled_input_cont{
  background-color: var(--verylightgrey);
  border-radius: 50px;
  min-height: 60px;
  padding: 5px 30px;
  display: flex;
  align-items: center;
}
.labeled_input_cont .li_icon{
  margin: 0 18px 0 0;
  white-space: nowrap;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select:none; 
  -o-user-select:none;
  user-select:none;
}
.labeled_input_cont label{
  cursor: pointer;
}

.labeled_input_cont input[type="text"],
.labeled_input_cont input[type="email"],
.labeled_input_cont input[type="password"]{
  background-color: transparent;
  border: none;
  padding: 0 8px;
  flex-grow: 1;
  width: 100%;
}

.prod_listing_filters_btn{
  display: none;
}


/* Styled radios */

  .styledRadiosCont{
    display: flex;
    flex-wrap: wrap;
  }
  .styledRadiosCont input[type="radio"]{
    display: none;
  }

  .styledRadiosCont label{
    border-radius: 25px;
    border: solid 1px var(--colorfirst);
    color: var(--colorfirst);
    padding: 12px 25px;
    flex-grow: 1;
    margin: 5px 15px;
    cursor: pointer;
  }
  
  .styledRadiosCont input[type="radio"]:checked + label{
    color: white;
    background-color: var(--colorfirst);
  }

  .styledRadiosCont .foFormRadioLabelCont{
    flex-grow: 1;
    display: flex;
  }
  .styledRadiosCont .foFormRadioLabelCont label{
    flex-grow: 1;
  }

/* END Styled radios */


.formRemoveBr br{
  display: none !important;
}

.cursor_pointer{
  cursor: pointer !important;
}



/* END Styled radios */ 


/* VIMEO VIDEO */
.embed-container{
    position: relative;
    padding-bottom: 56.25%; /* 16/9 */
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END VIMEO VIDEO */

.prod_listing_wrapper{
	background-color: white !important;
}

.prod_listing_filters_btn_wrapper{
	background-color: white !important;
  	display: none !important;
}

br[data-mce-bogus="1"]{
  	display: none !important;
}

@media (max-width: 575px) {
  .container--big.mobile-less-height{
    min-height: 150px !important;
  }
}

.desktop_cart_rows td{
    text-align: center;
    vertical-align: middle;
} 

.desktop_cart_rows_total td{ 
  text-align: center;
   vertical-align: middle;
}

.desktop_cart_rows .table_prod_img{
      width: 150px;
}

.simplePageWrapper{
  background-color: white;
}

.cart_positioner{
	top: 100px !important;
}

.object-fit-cover{
  object-fit: cover;
}

.prodListingPromoStickerCont img{
  max-width: 75px;
}

.pageHeader{
  z-index: 1;
}