/* versao mobile */
@media (max-width: 991.98px) {
	.visible-desktop {display:none !important;}
}

/* versao desktop */
@media (min-width: 992px) {
	.visible-mobile {display:none !important;}
}

.small, small {
    font-size: 80%;
}

.brd-rd-6 {
	border-radius: 6px;
}

.mapgoogle {
	width: 100%;
	height: 98.5%;
	border-radius: 6px;
	filter: grayscale(1);
}
@media (max-width: 991.98px) {
	.mapgoogle {height: 400px;}
}

.theme-btn {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: dashed 1px  var(--white-color);
  text-transform: none;
  text-align: center;
  background-color: var(--accent-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 28px;
  padding: 10px 40px;
  border-radius: 6px;
  transition: all 0.3s linear;
}

.theme-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.border-box {
    border: solid 1px var(--divider-color);
    border-radius: 6px;
    padding: 20px;
	line-height: 1.6;
}

.separator_button {
    background-color: var(--divider-color);
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
}

@keyframes jell {
    11.1%,from,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jell {
    animation-name: jell;
    transform-origin: center
}


/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0;
}

.mt-5, .mt-05 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0;
}

.mb-5, .mb-05 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-adjust {
  margin-bottom: -20px;
}

/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/
.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-62 {
  margin-right: 62px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/
.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-62 {
  margin-left: 62px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.min-30 {
  margin-left: -30px;
  margin-right: -30px;
}

/*-------------------------------------------------------
      margin left right  (0/50) +5
-------------------------------------------------------*/
.margin-rl-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.margin-rl-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.margin-rl-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.margin-rl-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.margin-rl-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.margin-rl-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.margin-rl-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.margin-rl-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.margin-rl-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.margin-rl-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0;
}

.pt-5, .pt-05 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0;
}

.pb-5, .pb-05 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.no-padding {
  padding: 0;
}

.pr-30 {
  padding-right: 30px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.p-all-30 {
  padding: 30px;
}

.p-all-50 {
  padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
	padding-top: 90px !important;
  }
  .mt-100 {
	margin-top: 90px !important;
  }
  .pb-100 {
    padding-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 90px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
	padding-top: 80px !important;
  }
  .mt-100 {
	margin-top: 80px !important;
  }
  .pb-100 {
    padding-bottom: 80px !important;
  }
  .mb-100 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .mt-max-991px-30 {margin-top: 30px;}
  .mt-max-991px-40 {margin-top: 40px;}
  .mt-max-991px-50 {margin-top: 50px;}
  .mb-max-991px-30 {margin-bottom: 30px;}
}
@media only screen and (max-width: 767px) {
  .mb-max-767px-20 {margin-bottom: 20px;}
  .mb-max-767px-30 {margin-bottom: 30px;}
  .pt-150 {padding-top: 120px !important;}
  .pb-150 {padding-bottom: 120px !important;}
  .pt-100 {padding-top: 60px !important;}
  .mt-100 {margin-top: 60px !important;}
  .pb-100 {padding-bottom: 60px !important;}
  .mb-100 {margin-bottom: 60px !important;}
}

@media only screen and (max-width: 575px) {
  .mb-max-575px-30 {margin-bottom: 30px;}
}


/*-------------------------------------------------------
      padding left right  (0/50) +5
-------------------------------------------------------*/
.padding-rl-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.padding-rl-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.padding-rl-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.padding-rl-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.padding-rl-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-rl-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.padding-rl-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.padding-rl-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.padding-rl-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-------------------------------------------------------
           icon Size
-------------------------------------------------------*/
.icon-img-20 {
  width: 20px;
}

.icon-img-30 {
  width: 30px;
}

.icon-img-40 {
  width: 40px;
}

.icon-img-50 {
  width: 50px;
}

.icon-img-60 {
  width: 60px;
}

.icon-img-70 {
  width: 70px;
}

.icon-img-80 {
  width: 80px;
}

.icon-img-90 {
  width: 90px;
}

.icon-img-100 {
  width: 100px;
}

.icon-img-120 {
  width: 120px;
}

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.zindex-5 {
  z-index: 5;
}

.zindex-10 {
  z-index: 10;
}

.zindex-99 {
  z-index: 99;
}

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
.opacity-05 {
  opacity: .05;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: .1;
}

.opacity-2 {
  opacity: .2;
}

.opacity-3 {
  opacity: .3;
}

.opacity-4 {
  opacity: .4;
}

.opacity-5 {
  opacity: .5;
}

.opacity-6 {
  opacity: .6;
}

.opacity-7 {
  opacity: .7;
}

.opacity-8 {
  opacity: .8;
}

.opacity-9 {
  opacity: .9;
}

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14, .btn.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16, .btn.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fz-35 {
  font-size: 35px;
}

.fz-40 {
  font-size: 40px;
}

.fz-42 {
  font-size: 42px;
}

.fz-44 {
  font-size: 44px;
}

.fz-45 {
  font-size: 45px;
}

.fz-46 {
  font-size: 46px;
}

.fz-48 {
  font-size: 48px;
}

.fz-50 {
  font-size: 50px;
}

.fz-55 {
  font-size: 55px;
}

.fz-60 {
  font-size: 60px;
}

.fz-65 {
  font-size: 65px;
}

.fz-70 {
  font-size: 70px;
}

.fz-80 {
  font-size: 80px;
}

/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase;
}

.text-l {
  text-transform: lowercase;
}

.text-c {
  text-transform: capitalize;
}

.text-non {
  text-transform: none;
}

.text-i {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ls7 {
  letter-spacing: 7px;
}

.ls8 {
  letter-spacing: 8px;
}

.ls9 {
  letter-spacing: 9px;
}

.ls10 {
  letter-spacing: 10px;
}

.ls15 {
  letter-spacing: 15px;
}

.ls20 {
  letter-spacing: 20px;
}

.ls25 {
  letter-spacing: 25px;
}

.ls30 {
  letter-spacing: 30px;
}


/*pagina*/

.titlepage {
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 40px;
	text-transform: none;
}

.subtitlepage {
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 25px;
	text-transform: none;
}

@media (max-width: 991px) {
	.titlepage {font-size: 30px; margin-bottom: 30px; line-height:1.2;}
	.subtitlepage {font-size: 20px;	margin-bottom: 20px; line-height:1.2;}
}
@media (max-width: 767px) {
	.titlepage {font-size: 26px; margin-bottom: 20px; line-height:1.1;}
	.subtitlepage {font-size: 18px;	margin-bottom: 20px; line-height:1.1;}
}



/* pesquisa */

.dialog-type-search {
    background-color: transparent;
	background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
    align-items: flex-start;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.dialog-type-search-content {
    position: absolute;
	background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    max-height: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto;
	max-width: calc(100vw - 0px);
	animation-duration: 0.7s;
    padding: 100px 0 100px 0;
}
.dialog-close-button {
    font-size: 19px;
	color: var(--primary-color);
    cursor: pointer;
    inset-inline-end: 15px;
    line-height: 1;
    margin-block-start: 15px;
    position: absolute;
    transition: all 0.3s linear;
	inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
	display: flex;
    top: 30px;
	right: 10%;
}
.dialog-message {
    box-sizing: border-box;
    line-height: 1.5;
	display: flex;
    max-height: 100vh;
    overflow: auto;
    padding: 0;
	min-height: 40px;
	max-width: calc(100vw - 0px);
	width: 100vw;
    height: auto;
}
.dialog-message-popup {
    width: 100%;
	    display: block;
}
.dialog-message-popup-content {
    padding: 20px 0;
}


.fisthead {
	margin-top: 30px;
}
.sechead {
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.fisthead {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.sechead {margin:0;}
}

.content-pesquisa-category {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-pesquisa-category .category-oneadjust {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  position: relative;
}


.content-pesquisa-category .category-oneadjust .icon {
  position: absolute;
  top: 40px;
  left: 20px;
  color: var(--primary-color);
}

.content-pesquisa-category .category-oneadjust .search-toggle-box {
  width: 100%;
  max-width: 800px;
}

.content-pesquisa-category .category-oneadjust .search-toggle-box .input-area {
  position: relative;
}
.content-pesquisa-category .category-oneadjust .search-toggle-box .input-area input {
  outline: none;
  border: 2px dashed var(--primary-color);
  background-color: transparent;
  padding: 14px 20px;
  width: 100%;
  border-radius: 6px;
  color: var(--primary-color);
  font-weight: 400;
  height: 50px;
}
.content-pesquisa-category .category-oneadjust .search-toggle-box .input-area input::placeholder {
  color: var(--primary-color);
  font-weight: 400;
}
.content-pesquisa-category .category-oneadjust .search-toggle-box .input-area .cmn-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  color: var(--white-color);
  background: var(--primary-color);
  height: 50px;
  width: 60px;
  line-height: 1;
  border-radius: 0px 6px 6px 0px;
  border: 2px dashed var(--white-color);
  border-left: none;
}

.content-pesquisa-category .category-oneadjust .search-toggle-box .input-area .cmn-btn:hover {
  background: var(--accent-color);
}

.top-header .menu-social {
  display: inline-block;
}
.top-header .menu-social  li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    border-radius: 50%;
    border: dashed 1px var(--primary-color);
    background-color: #FFF;
}
.top-header .menu-social  li a {
    color: var(--primary-color);
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    display: block;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease 0s;
}

.top-header .menu-social  li a.facebook {
  background: url(../imgs/template/icons/icon-facebook.svg) no-repeat center center / 13px 13px var(--white-color);
  transition: all 0.3s linear 0s;
}

.top-header .menu-social  li a.instagram {
  background: url(../imgs/template/icons/icon-instagram.svg) no-repeat center center / 13px 13px var(--white-color);
  transition: all 0.3s linear 0s;
}

.top-header .menu-social  li a.facebook:hover {
  background: url(../imgs/template/icons/icon-facebook-white.svg) no-repeat center center / 13px 13px var(--primary-color);
}

.top-header .menu-social  li a.instagram:hover {
  background: url(../imgs/template/icons/icon-instagram-white.svg) no-repeat center center / 13px 13px var(--primary-color);
}

.menu-social {
  display: inline-block;
}
.menu-social li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    border-radius: 50%;
    border: dashed 1px var(--primary-color);
    background-color: #FFF;
}
.menu-social li a {
    color: var(--primary-color);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    display: block;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease 0s;
}

.menu-social li a.facebook {
  background: url(../imgs/template/icons/icon-facebook.svg) no-repeat center center / 16px 16px var(--white-color);
  transition: all 0.3s linear 0s;
}

.menu-social li a.instagram {
  background: url(../imgs/template/icons/icon-instagram.svg) no-repeat center center / 16px 16px var(--white-color);
  transition: all 0.3s linear 0s;
}

.menu-social li a.whatsapp {
  background: url(../imgs/template/icons/icon-whatsapp.svg) no-repeat center center / 16px 16px var(--white-color);
  transition: all 0.3s linear 0s;
}

.menu-social li a.facebook:hover {
  background: url(../imgs/template/icons/icon-facebook-white.svg) no-repeat center center / 16px 16px var(--primary-color);
}

.menu-social li a.instagram:hover {
  background: url(../imgs/template/icons/icon-instagram-white.svg) no-repeat center center / 16px 16px var(--primary-color);
}

.menu-social li a.whatsapp:hover {
  background: url(../imgs/template/icons/icon-whatsapp-white.svg) no-repeat center center / 16px 16px var(--primary-color);
}

.content-btn {
    width: auto;
    z-index: 2;
}

.btn-ver-todos {
    position: relative;
    display: inline-block;
	font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    color: var(--primary-color);
    border: 0;
    padding: 0;
    text-decoration: none;
}

.btn-ver-todos:hover {
    color: var(--primary-color);
}

.btn-ver-todos:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 6px;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.3 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-5.5 3.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2c1.1-1 2.1-1.8 4.2-1.8s3 0.8 4.2 1.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2l-1.4-0.9c-1.1 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8-2.7-2.2-5.4-2.2c-2.8 0-4.2 1.2-5.5 2.2-1.2 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8l-1.3 0.9z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.3 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-5.5 3.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2c1.1-1 2.1-1.8 4.2-1.8s3 0.8 4.2 1.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2l-1.4-0.9c-1.1 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8-2.7-2.2-5.4-2.2c-2.8 0-4.2 1.2-5.5 2.2-1.2 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8l-1.3 0.9z'/%3E%3C/svg%3E");

    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;

    -webkit-mask-size: 13px 6px;
    mask-size: 13px 6px;

    -webkit-mask-position: -8px center;
    mask-position: -8px center;
	
	transform: scaleY(1.5);
    transform-origin: center;

    background-color: var(--secondary-color);

    transition: background-color 0.3s ease;

    animation: seemore-underline-move 40s linear infinite;
    animation-play-state: paused;
}

.btn-ver-todos:hover:before {
    animation-play-state: running;
    background-color: var(--accent-color);
}

@keyframes seemore-underline-move {
    0% {
        -webkit-mask-position: -8px center;
        mask-position: -8px center;
    }
    100% {
        -webkit-mask-position: 500px center;
        mask-position: 500px center;
    }
}

.box-cat-1 {margin-top: -40px;}

@media only screen and (max-width: 991.98px) {
  .box-cat-1 {margin-top: 0;}
}

.content-cat-destaque, .content-cat-destaque .cat-destaque {
	transition: all 0.3s linear 0.3s;
}


.imgcat-destaque {
	position: relative;
}
.element-cloud {
	position: absolute;
	top: -55px;
	right: -25px;
	z-index: 5;
}

.element-cloud img {
	width:95px;
	height: auto;
}
.element-rain {
	position: absolute;
	top: -50px;
	left: 55%;
	z-index: 5;
}
.element-rain img {
	width:120px;
	height: auto;
}
.element-puppet {
	position: absolute;
	bottom: 0;
    left: -45px;
	z-index: 5;
}
.element-puppet img {
	width:150px;
	height: auto;
}
.element-img  {
	position: relative;
}
.element-img img  {
	border-radius: 6px;
}
.cat-destaque {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	margin-top: 20px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991.98px) {
  .element-cloud {right: 0;}
  .element-puppet {left: 0;}
  .element-rain img {width:100px;}
  .element-puppet img {width:100px;}
}

.content-cat-destaque:hover .cat-destaque {
	color: var(--accent-color);
}

.content-cat-destaque:hover .btn-ver-todos {
	color: var(--primary-color);
}

.content-cat-destaque:hover .btn-ver-todos:before {
	animation-play-state: running;
    background-color: var(--accent-color);
}

.section-info .cardFeature {
    border: 1px dashed #ccc;
    border-radius: 6px;
    padding: 25px;
    display: grid;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin: 0;
}

.section-info .cardFeature .cardInfo {
    width: 100%;
    text-align: center;
}


.section-info .cardFeature i {
	color: var(--secondary-color);
	font-size: 30px;
	margin-bottom: 10px;
}

.section-info .cardFeature img.icon-info {
	width: auto;
	height: 35px;
	margin-bottom: 10px;
}

.section-info .cardFeature h6 {
	font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
	margin-bottom: 10px;
}

.section-info .cardFeature p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    color: var(--primary-color);
	margin-bottom: 0;
}


.content-brands {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}

a:hover .content-brands img {
  transform: scale(1.05);
}

.content-brands .main-img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
}

.content-brands .main-arc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    margin-top: -180px;
    z-index: 1;
    background: url(../imgs/brands-arc.svg) no-repeat center center;
    background-position: -1px 102%;
    background-size: 101% auto;
    z-index: 3;
  
}

.content-brands .main-logo {
  position: relative;
  z-index: 4;
  margin-top: -70px;
  max-width: 150px;
}


.block-section-brands-slider .box-button-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block-section-brands-slider .box-button-swiper .swiper-button-next-bigbrands {
  width: 50px;
  height: 50px;
  position: relative;
  top: auto;
  left: auto;
  right: calc(-100% + 75px);
  bottom: auto;
  border-radius: 50%;
  border: dashed 1px var(--primary-color);
  background: url(../imgs/slider/swiper/icon-next.svg) no-repeat center center / 15px 15px, #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.block-section-brands-slider .box-button-swiper .swiper-button-prev-bigbrands {
  width: 50px;
  height: 50px;
  position: relative;
  top: auto;
  left: -25px;
  right: auto;
  bottom: auto;
  border-radius: 50%;
  border: dashed 1px var(--primary-color);
  background: url(../imgs/slider/swiper/icon-prev.svg) no-repeat center center / 15px 15px, #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.block-section-brands-slider:hover .box-button-swiper .swiper-button-next-bigbrands, .block-section-brands-slider:hover .box-button-swiper .swiper-button-prev-bigbrands {
	opacity: 1;
	visibility: visible;
}

.block-section-brands-slider .box-button-swiper .swiper-button-next-bigbrands:hover {
  background: url(../imgs/slider/swiper/icon-next-white.svg) no-repeat center center / 15px 15px, var(--accent-color);
}

.block-section-brands-slider .box-button-swiper .swiper-button-prev-bigbrands:hover {
  background: url(../imgs/slider/swiper/icon-prev-white.svg) no-repeat center center / 15px 15px, var(--accent-color);
}

.block-section-brands-slider .box-pagination-button {
  bottom: 0;
}


.footer {
    background-color: #F8F8F8;
    margin: 100px 0px 0 0px;
	padding: 0px;
}

@media only screen and (max-width: 991.98px) {
  .footer {margin: 60px 0px 0 0px;}
}

.footer-0 {
    background: url(../imgs/footer-waves.svg), #FFFFFF;
	height: 100px;
    width: 100%;
    background-position: top center;
    background-repeat: repeat-x;
    background-size: contain;
	margin-bottom: 30px;
}

@media only screen and (max-width: 991.98px) {
  .footer-0 {height: 60px;}
}

@media only screen and (max-width: 575px) {
  .footer-0 {background: #F8F8F8; height: 50px; margin-bottom: 0;}
}

.footer-1 {
    margin-bottom: 20px;
}

.footer-1 a:hover {
    color: var(--accent-color);
}

.footer-1 h5 {
	font-size: 16px;
    line-height: 1.5;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.footer-1 h5:nth-child(n+2) {
	margin-top: 30px;
}

.footer-1 p {
    font-size: 14px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 400;
}

.footer .menu-footer li {
    margin-bottom: 10px;
}

.footer .menu-footer li a {
    font-size: 14px;
    line-height: 1.5;
}

.footer .menu-footer li a:hover {
    color: var(--accent-color);
}

.footer-2 {
	font-size: 12px;
	padding: 30px 0;
	background-color: var(--primary-color);
	color:  var(--white-color);
}

.footer-2 a {
	color:  var(--white-color);
}

.footer-2 a:hover {
	color:  var(--accent-color);
}

.footer-2 .box-payments img {
    width: auto;
	height: 25px;
  }


.filters-prods label.label_select {
	width: 100%;
}

.filters-prods .selects {
	width: 100%;
}

.box-title-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 20px;
  height: 50px;
}

.box-title-top h1 {
  font-size: 22px;
  color: var(--primary-color);
}

.box-title-top h5 {
  font-size: 18px;
  color: var(--primary-color);
}


.list-category-sidebar {
  display: block;
  margin: 0;
  padding: 0;
}
.list-category-sidebar li {
  padding: 0;
  text-align: left;
  margin: 0;
}

.list-category-sidebar li a {  
    position: relative;
    display: inline-flex;
    margin-bottom: 5px;
    width: auto;
    align-items: center;
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    background-color: transparent;
    border: none;
    border-radius: 6px;
    padding: 5px 0 10px 0;
    transition: 0.4s ease-in-out;
}

.list-category-sidebar li a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 6px;
	
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.3 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-5.5 3.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2c1.1-1 2.1-1.8 4.2-1.8s3 0.8 4.2 1.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2l-1.4-0.9c-1.1 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8-2.7-2.2-5.4-2.2c-2.8 0-4.2 1.2-5.5 2.2-1.2 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8l-1.3 0.9z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.3 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-5.5 3.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2c1.1-1 2.1-1.8 4.2-1.8s3 0.8 4.2 1.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2l-1.4-0.9c-1.1 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8-2.7-2.2-5.4-2.2c-2.8 0-4.2 1.2-5.5 2.2-1.2 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8l-1.3 0.9z'/%3E%3C/svg%3E");

    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;

    -webkit-mask-size: 13px 6px;
    mask-size: 13px 6px;

    -webkit-mask-position: -8px center;
    mask-position: -8px center;
	
	transform: scaleY(1.5);
    transform-origin: center;

    background-color: var(--white-color);

    transition: background-color 0.3s ease;

    animation: seemore-underline-move 40s linear infinite;
    animation-play-state: paused;
}

.list-category-sidebar li a:hover, .list-category-sidebar li.active a  {
  background-color: transparent;
  color: var(--primary-color);
}

.list-category-sidebar li.active a:before {
    background-color: var(--secondary-color);
}

.list-category-sidebar li a:hover:before {
    animation-play-state: running;
    background-color: var(--secondary-color);
}


/*pagina empresa*/

.icons-page-company img {width:150px; height: auto;}
.icons-page-company2 img {width:100px; height: auto;}
.icons-page-company3 {position: absolute; left: 45%; top: -100px;}
.icons-page-company3 img {width:120px; height: auto;}

@media (max-width: 991px) {
  .icons-page-company img {width:100px;}
  .icons-page-company2 img {width:80px;}
  .icons-page-company3 {top: -60px;}
  .icons-page-company3 img {width:80px;}
}

.collage-photo {
	position: relative;
	width: 75%;
    margin: 0 auto;
}

.photo-main {
	position: relative;
	margin-left: 80px;
	width: calc(100% - 80px);
	aspect-ratio: 3 / 4;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 12px 16px 48px rgba(0,0,0,.13);
	animation: ImgfadeUp .9s cubic-bezier(.22,1,.36,1) both;
}

.photo-thumb {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 200px;
	aspect-ratio: 4 / 5;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 8px 12px 36px rgba(0,0,0,.16);
	border: 5px solid var(--white);
	animation: ImgfadeUp .9s .18s cubic-bezier(.22,1,.36,1) both;
	background: var(--white);
}

.photo-main img, .photo-thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}

@keyframes ImgfadeUp {
	from { opacity: 0; transform: translateY(28px); }
	to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
	.collage { width: 100%;}
	.photo-main {margin-left: 0; width:100%;}
	.photo-thumb {position: relative; margin: 30px auto 0; width: 70%; left: auto; bottom: auto; }
}


/*area reservada*/

.login-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.login-tabs.trescols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
	.login-tabs.trescols {grid-template-columns: repeat(1, 1fr);
	}
}

.login-tabs .tabbtn {
    background-color: var(--secondary-color);
	color: var(--primary-color);
    text-transform: none;
    padding: 14px;
    border-radius: 6px;
	font-size: 16px;
    font-weight: 700;
    border: none;
}

.login-tabs .tabbtn.active {
    background-color: var(--primary-color);
    color: white;
}

.login-form {
    max-height: 0;
    overflow: hidden;
    margin: 0;
}

.login-form.active {
    max-height: 5000px;
}

.text-login-form h5 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.text-login-form p {
    text-align: center;
	margin-bottom: 20px;
}

.box-tilte-register {
  font-size: 20px;
  line-height: 1;
  border: 1px solid #DAEFF9;
  border-radius: 6px;
  padding: 10px 20px;
  background-color: #DAEFF9;
  margin-bottom: 20px;
}

.box-tilte-register span {
  font-size: 18px;
}

@media (max-width: 991px) {
  .dashboard-content .table-responsive .table {
    width: 100%;
    overflow-x: scroll;
  }
}

.dashboard-content .table-responsive .table>:not(caption)>*>* {
    border-bottom: solid 1px var(--divider-color);
}

.dashboard-content .table-responsive .table thead tr th {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 15px;
  padding-left: 0;
}
.dashboard-content .table-responsive .table tbody tr td {
  vertical-align: middle;
  padding: 15px 0;
}

@media only screen and (min-width: 992px) {
	.dashboard-content .table-responsive .table.tablecart thead tr th, .dashboard-content .table-responsive .table.tablecart tbody tr td {
	  padding: 15px;
	}
}

.dashboard-content .table-responsive .table tbody tr td .cart {
    border: 1px solid var(--divider-color);
    border-radius: 5px;
    display: table;
}

.dashboard-content .table-responsive .table tbody tr td .cart img {
  width:50px;
  height:auto;
}

.dashboard-content .table-responsive .table tbody tr td .cart-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: none;
}
.dashboard-content .table-responsive .table tbody tr td .quantity-basket .qty {
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  border: none;
  padding: 11px 15px;
  border-radius: 35px;
  line-height: 1;
  justify-content: center;
  width: auto;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.dashboard-content .table-responsive .table tbody tr td .quantity-basket .qty .qtyminus {
  margin: 0 10px 0 0;
}
.dashboard-content .table-responsive .table tbody tr td .quantity-basket .qty .qtyminus,
.dashboard-content .table-responsive .table tbody tr td .quantity-basket .qty .qtyplus {
  width: 29px;
  height: 29px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  background: #F5F5F5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.dashboard-content .table-responsive .table tbody tr td .quantity-basket .qty button,
.dashboard-content .table-responsive .table tbody tr td .quantity-basket .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-weight: 400;
  font-size: 15px;
}
.dashboard-content .table-responsive .table tbody tr td .quantity-basket .qty input {
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
  width: 50px;
}
.dashboard-content .table-responsive .table tbody tr td .cart-price {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  display: inline-block;
  margin-right: 20px;
}
.dashboard-content .table-responsive .table tbody tr td .subtotal-price {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  display: inline-block;
}
.dashboard-content .table-responsive .table tbody tr td .sub-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
}
.dashboard-content .table-responsive .table tbody tr td .sub-title span {
  opacity: 0;
  visibility: hidden;
}
.dashboard-content .table-responsive .table tbody tr td .sub-price {
  font-size: 15px;
  font-weight: 500;
  color: var(--accent-color);
  display: inline-block;
}
.dashboard-content .table-responsive .table tbody tr td .sub-text {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 500;
}
.dashboard-content .table-responsive .table tbody tr td .stock-title {
  color: #57C600;
  font-size: 15px;
  font-weight: 500;
  margin-right: 60px;
  display: inline-block;
}
.dashboard-content .table-responsive .table tbody tr td .stock-title-two {
  color: var(--accent-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 991px) {
  .dashboard-content .table-responsive .table tbody tr td .stock-title {
    margin-right: 0;
  }
}

.dashboard-content .table-responsive .theme-btn {  
    position: relative;
    display: inline-flex;
    margin-bottom: 5px;
    width: auto;
    align-items: center;
    color: var(--primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
	height: auto;
    text-transform: none;
    background-color: transparent;
    border: none;
    border-radius: 6px;
    padding: 5px 0 10px 0;
    transition: 0.4s ease-in-out;
}

.dashboard-content .table-responsive .theme-btn:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 6px;
	
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.3 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-5.5 3.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2c1.1-1 2.1-1.8 4.2-1.8s3 0.8 4.2 1.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2l-1.4-0.9c-1.1 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8-2.7-2.2-5.4-2.2c-2.8 0-4.2 1.2-5.5 2.2-1.2 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8l-1.3 0.9z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19.3 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-5.5 3.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2c1.1-1 2.1-1.8 4.2-1.8s3 0.8 4.2 1.8c1.3 1 2.7 2.2 5.5 2.2s4.2-1.2 5.5-2.2l-1.4-0.9c-1.1 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8-2.7-2.2-5.4-2.2c-2.8 0-4.2 1.2-5.5 2.2-1.2 1-2.1 1.8-4.2 1.8s-3-0.8-4.2-1.8l-1.3 0.9z'/%3E%3C/svg%3E");

    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;

    -webkit-mask-size: 13px 6px;
    mask-size: 13px 6px;

    -webkit-mask-position: -8px center;
    mask-position: -8px center;
	
	transform: scaleY(1.5);
    transform-origin: center;

    background-color: var(--secondary-color);

    transition: background-color 0.3s ease;

    animation: seemore-underline-move 40s linear infinite;
    animation-play-state: paused;
}

.dashboard-content .table-responsive .theme-btn:hover  {
  background-color: transparent;
  color: var(--primary-color);
}

.dashboard-content .table-responsive .theme-btn:hover:before {
    animation-play-state: running;
    background-color: var(--secondary-color);
}

.dashboard-content .cart-total {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  background: var(--white-color);
}
.dashboard-content .cart-total .table thead tr th {
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.dashboard-content .cart-total .table tbody tr td .sub-title {
  color: var(--primary-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dashboard-content .cart-total .table tbody tr:last-child td .sub-title {
  font-size: 15px;
  font-weight: 700;
}
.dashboard-content .cart-total .table tbody tr td .sub-price {
  color: var(--primary-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.dashboard-content .cart-total .table tbody tr td .sub-price-total {
  color: var(--primary-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
}

@media (max-width: 1400px) {
	.dashboard-content .table-responsive .table thead tr th {font-size: 16px;}
	.dashboard-content .table-responsive .table tbody tr td .cart-title {font-size: 15px; max-width: 250px;}
	.dashboard-content .cart-total .table tbody tr td .sub-title {font-size: 14px;}
	.dashboard-content .cart-total .table tbody tr:last-child td .sub-title {font-size: 15px;}
	.dashboard-content .cart-total .table tbody tr td .sub-price-total {font-size: 15px;}
}

@media (max-width: 991px) {   
 
}

@media (max-width: 767px) {

	.dashboard-content .table-responsive .table.tablecart {
        width: 100%;
    }
	.dashboard-content .table-responsive .table.tablecart thead {
		display: none;
	}
	.dashboard-content .table-responsive .table.tablecart tr {
		display: inline-block;
        width: 100%;
        margin-bottom: 30px;
	}
	.dashboard-content .table-responsive .table.tablecart tr td, .dashboard-content .table-responsive .table.tablecart tbody tr td {
        display: block;
        text-align: center;
        padding: 10px 0px;
        border-width: 1px 1px 0 1px;
        border-style: solid;
		border-color: #dee2e6;
    }
	.dashboard-content .table-responsive .table.tablecart tr td:last-child {
        border-width: 1px;
    }
	.dashboard-content .table-responsive .table.tablecart tr td .cart-btn-img {
		display: block !important;
	}
	.dashboard-content .table-responsive .table.tablecart tr td .cart {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-top: solid 1px #dee2e6;
		border-bottom: solid 1px #dee2e6;
	}	
	.dashboard-content .table-responsive .table.tablecart tr td .cart-title {
		display: block;
		width: 100%;
		max-width: 100% !important;
	}
	.dashboard-content .table-responsive .table.tablecart tbody tr td .cart-price {
		margin-right: 0;
	}
	.dashboard-content .table-responsive .table.tablecart tbody tr td .quantity-basket {
		display: inline-block;
	}
	.dashboard-content .table-responsive .table.tablecart tbody tr td .cart-title:before {
		content:'Produto:';
		color: var(--accent-color);
        margin-right: 10px;
		font-size: 16px;
		font-weight: 500;
	}
	.dashboard-content .table-responsive .table.tablecart tbody tr td .cart-price:before {
		content:'Preço:';
		color: var(--primary-color);
        margin-right: 10px;
		font-size: 16px;
		font-weight: 500;
	}
	.dashboard-content .table-responsive .table.tablecart tbody tr td .quantity-basket:before {
		content:'Quantidade:';
		color: var(--primary-color);
		font-size: 16px;
		font-weight: 500;
	}
	.dashboard-content .table-responsive .table.tablecart tbody tr td .quantity-basket .qty {
		margin-top: 5px;
	}
	.dashboard-content .table-responsive .table.tablecart tbody tr td .subtotal-price:before {
		content:'Subtotal:';
		color: var(--primary-color);
        margin-right: 10px;
		font-size: 16px;
		font-weight: 500;
	}
	
}


/*carrinho*/

.loja-banner {
    
}

.loja-breadcrumb ol {
    display: flex;
    list-style: none;
    margin: 0;
}
.breadcrumb-link {
    font-size: 12px;
    color: #989898;
}
.loja-breadcrumb li + li::before {
    content: "/";
    font-size: 12px;
    color: #989898;
    padding-left: 5px;
	padding-right: 5px;
}

.checkout-breadcrumb {
    margin-top: 30px;
    margin-bottom: 40px;
}
.checkout-breadcrumb ol{
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.checkout-breadcrumb ol li:not(:first-child)::before {
    content: ">";
    padding-left: 20px;
	padding-right: 20px;
    color: #989898;
    font-size: 30px;
}
.breadcrumb-checkout {
    font-size: 30px;
    font-weight: 600;
    color: #989898;
}
a.breadcrumb-checkout:hover {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
}

li[aria-current="page"] .breadcrumb-checkout{
    color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
	.breadcrumb-checkout {font-size: 26px;}
}

@media only screen and (max-width: 767px) {
  	.checkout-breadcrumb ol {flex-direction: column;}
	.breadcrumb-checkout {font-size: 20px;}
	.checkout-breadcrumb {padding-top: 20px; padding-bottom: 20px;}
}

.form-error-message {
    display: none;
    color: red;
}
.form-success-message {
    display: none;
    color: green;
}
#plk-product-qtd-error-login {
    display: none;
}

/*marcas*/

.list-brands a.divbrand {
    border: solid 1px var(--divider-color);
    border-radius: 6px;
    overflow: hidden;
	display: block;
}

/*faqs*/

.dashboard-menu.menufaqs .nav-item a {
    padding: 5px 0 10px 0;
}

.titlefaq {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    margin: 0 0 10px 0;
    display: block;
}

/* popup desconto*/

.modal.popupdesconto {
	background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    top: 0;
	left: 0;
	right: 0;
    bottom: 0;
    outline: 0;
    overflow: auto;
    position: fixed;
    width: 100%;
    z-index: 99999;
}


.modal.popupdesconto .modal-content {
	background-clip: padding-box;
    background-color: #fefefe;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
}

.modal.popupdesconto .modal-content img {
    border-radius: 6px;
}

.modal.popupdesconto .popupHeader {
    font-size: 16px;
    font-weight: 700;
    min-height: auto;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 50%;
    float: left;
}
.modal.popupdesconto .popupHeader .modal_close {
    color: #ddd;
    cursor: pointer;
    font-size: 26px;
    padding: 3.5px 7px;
    position: absolute;
    top: -35px;
    right: -18px;
}
.modal.popupdesconto .popupHeader .modal_close:hover {
    color: #fff;
}
.modal.popupdesconto .popupHeader img {
    max-width: 100%;
    vertical-align: middle;
	border-radius: 6px;
}
.modal.popupdesconto .popupBody {
    background: #fff none repeat scroll 0 0;
    padding: 55px 20px 20px 20px;
    width: 50%;
    float: left;
}


/*cookies*/

.cookie-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 13px;
}

.cookie-message-wrapper span {
  font-size: 13px;
  line-height: 1.6;
}

.cookie-inner-wrapper {
	padding: 20px 20px;
	background: white;
	color: var(--primary-color);
	display: flex;
	justify-content: center;
	font-size: 13px;
	width: 1200px;
	max-width: 90%;
	border-radius: 6px;
	margin: 20px auto;
	border: 2px dashed var(--divider-color);
	align-items:center;
} 

.cookie-inner-wrapper a {
  color: var(--accent-color);
  text-decoration: underline;
  font-size: 12px;
  padding-left: 10px;
  white-space: nowrap;
}
.cookie-inner-wrapper a:hover {
  color: var(--primary-color);
}

.cookie-inner-wrapper-text {
  margin-right: 15px;
}

.cookie-inner-wrapper .btn_cookie_accept {
  margin-left: 20px;
  border-radius: 6px;
  background: var(--primary-color);
  border: dashed 1px var(--white-color);
  padding: 8px 20px 6px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: var(--white-color);
  box-shadow: none;
  height: fit-content;
  width: auto;
}

.cookie-inner-wrapper .btn_cookie_accept:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

@media (max-width: 575.98px) {
	.cookie-inner-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.cookie-message-wrapper span {
		line-height: 1.3;
	}
	.cookie-inner-wrapper a {
		padding-left: 0;
	}
	.cookie-inner-wrapper .btn_cookie_accept {
		width: 150px;
		padding: 13px 20px 11px;
		margin-left: 0;
	}
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
	padding-top: 56.25%;
}

.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
    overflow: hidden;
}

/*mapa site*/

ul.mapasite {
    list-style-type: disc;
    padding: 0;
    margin: 0 0 15px 15px;
    color: var(--primary-color);
}
ul.mapasite li a {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    display: block;
    line-height: 1;
    margin: 0;
    padding: 7px 0;
    transition: all 0.4s ease;
}
.mapasite a.active,
.mapasite a:hover {
    color: var(--accent-color);
}
ul.mapasite ul {
    padding: 0;
    margin: 0 0 0 15px;
}
ul.mapasite ul li a:before {
    content: "–";
    margin-right: 5px;
}
ul.mapasite ul li a {
    padding: 7px 0;
}




