/**
  * PreLoad
  * Button
  * brand
  * Heading
  * Page-tittle,slider
  * about-us
  * letest-products
  * banner
  * products
  * testimonial
  * our-gallery
  * newsletter
  * team
  * map
  * contact-us
  * shop-view
  * product view
  * tabs
  * animation
*/

/* PreLoad
-------------------------------------------------------------- */
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

#loading-overlay .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -30px 0 0 -30px;
}

#loading-overlay .loader:before,
#loading-overlay .loader:after {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: #D9D580;
}

#loading-overlay .loader:after {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
}
@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0); 
        transform: scale(0, 0);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

/* Button ..........
.........................*/
.button { 
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 700 ;
  padding: 12px 33px 10px 30px;
  letter-spacing: 0px;
  z-index: 2;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width:0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover::before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.button:hover span::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* style-1 */
.button.style-1 {
  padding: 8px 25px 10px 25px;
}
.button.style-1 span::after{
  margin: 0 0 0 5px;
}

.button.style-1 span::before {
  content: "\f291";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 300;
  margin-right: 6px;
  z-index: 3;
  color: #DA0712;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.color-1.button-slider-3 {
  padding: 11px 31px;
}
.button.color-1.button-slider-3 span::after {
  color: #151515;
  margin-left: 10px;
}

/* color */

/* color-1 */
.button.color-1 {
  padding: 11px 27px;
  background-color: #DA0712;
  border-radius: 5px;
  color: #fff;
}
.button.color-1 span::after {
  color: #f6ebe5;
  margin-left: 5px;
}
.button.color-1::before {
  background-color: #D9D580;
  border-radius: 5px;
}

.button.color-1:hover span::after,
.button.color-1:hover { 
  color: #DA0712;
}
/* color-2 */
.button.color-2 {
  background-color: #D9D580;
  color: #151515;
}
.button.color-2 span::after {
  color: #DA0712;
}
.button.color-2::before {
  background-color: #DA0712;
}
.button.color-2:hover {
  color: #fff;
}
.button.color-2.button-slider-2:hover span::after,
.button.color-2:hover span::after {
  color: #D9D580;
}
.button.color-2.button-slider-2 span::after {
  color: #815f08;
}

/* color-3*/

.button.color-3 {
  background-color: #fff;
  border-radius: 5px;
  color: #DA0712;
}

.button.color-3.active,
.button.color-4,
.button.color-3.active,
.button.color-3:hover::before {
  color: #fff;
  background-color: #DA0712;
  border-radius: 5px;
}
.button.color-4 span::before,
.button.color-3.active span::before,
.button.color-3 span::after,
.button.color-3:hover span,
.button.color-3:hover span::before {
  color: #fff;
}
/* color-4 */
.button.color-4:hover::before {
  background-color: #fff;
}
.button.color-4:hover span::before,
.button.color-4:hover {
  color: #DA0712;
}
/* brand
-------------------------------------------------------------- */

.themesflat-carousel {
    cursor: w-resize;
}
.brand-item .img .brand3 {
    margin-left: 15px !important;
}
.brand-item .img a img {
    width: auto ;
    margin-left: 28px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.brand-item .img a:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* heading
-------------------------------------------------------------- */
.themesflat-headings  {
  font-weight: 700;
  margin-bottom: 65px;  
  letter-spacing: 0px;
  margin: 0 auto;
  max-width: 650px;
}
.themesflat-headings p {
  font-size: 18px;	
}
.themesflat-headings .sub-heading {
  font-family: "Oswald";
  font-weight: 700;
  margin: 0 auto;
  max-width: 650px;
  margin-bottom: 64px;
}

/* Style 1 */
.themesflat-headings.style-1 .heading {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px ;
  color: #DA0712;
  font-family: Mercurius, sans-serif;
  margin-bottom: 12px;
  letter-spacing: 0px ;
}
.themesflat-headings.style-1 .sub-heading {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px ;
  color: #151515;
}

/* Style 2 */
.themesflat-headings.style-2 {
  max-width: none;
}
.themesflat-headings.style-2 .heading {
  font-size: 32px;
  font-weight: 900;
  color: #151515;
  letter-spacing: 0px ;
  margin-bottom: 20px
}
.themesflat-headings.style-2 .sub-heading {
  color: #151515;
  letter-spacing: 0 ;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
  max-width: none;
  padding-right: 95px;
}

/* Page-tittle,slider
-------------------------------------------------------------- */

.background {
  background:linear-gradient(
    180deg, #333 0%, #333 100%), url("../img/page-title/bg-page-tittle.jpg") no-repeat fixed center center ;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  height: 700px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.background svg {
  position: absolute;
  bottom: -24%;
  left: 0;
  transform: rotateY(180deg);
}

.background .circle-1 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #D9D580;
  position: absolute;
  bottom: 1%;
  transform: translateX(-53%);
}
.background .circle-1 img {
  position: absolute;
  top: 50%;
  right: -14%;
  transform: translateY(-60%);
  z-index: 2;
}
.background .circle-2 {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #DA0712;
  position: absolute;
  bottom: 28.1%;
  right: 0%;
  transform: translateX(58%);
  z-index: 2;
}
.background.style-3 .circle-2,
.background.style-4 .circle-2 {
  bottom: 18.8%;
}

.img-tittle-2 {
  position: absolute;
  opacity: 0.7;
  top: 22%;
  right: 11%;
}
.img-tittle-4 {
  position: absolute;
  opacity: 0.7;
  top: 0%;
  right: -0.5%;
}
/* style-2 */
.style-2 .background {
  background:linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%), url("../img/slider/slider1.jpg") no-repeat center center ;
  height: 900px;
}
/* style-3 */
.background.style-3 {
  background:url("../img/slider/slider2.jpg")no-repeat center center;
  height: 941px;
  background-size: cover;
}
/* style-4 */
.background.style-4 {
  background:linear-gradient(180deg,rgba(30,29,29,0.1) 0%, rgba(30,29,29,0.1) 100%), url("../img/slider/slider3.jpg") no-repeat center center ;
  height: 941px;
  background-size: cover;
}

.background.contact{
  background-image: url('../img/contato.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.background.empresa{
  background-image: url('../img/empresa.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.buscar { background-color: #fff!important;  }
.background.produtos{
  background-image: url('../img/produtos.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.background.contact svg {
  bottom: -7%;
}

/* socical icon */
.page-tittle-top,
.page-tittle-top .tittle-socical-icon,
.page-tittle-top .login {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.page-tittle-top {
  position: relative;
  padding: 21px 0 101px 0;
}
.page-tittle-top .tittle-socical-icon {
  margin-left: 0.5%;
  width: 22.3%;
}
.page-tittle-top .tittle-socical-icon li {
  margin-right: 22px;
}
.page-tittle-top .tittle-socical-icon li a {
  color: #fff;
  font-size: 11px;
}
.page-tittle-top .tittle-socical-icon li .active,
.page-tittle-top .tittle-socical-icon li a:hover {
  color: #D9D580;
}
/* login */
.page-tittle-top .login {
  width: 58%;
}
.page-tittle-top .login span {
  color:#fff;    
  margin-right: 4px;
}
.page-tittle-top .login a {
  font-style: italic;
  color: #f7a169;
  position: relative;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-tittle-top .login a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color:#f7a169 ;
  position: absolute;
  bottom: 56%;
  left: 0;
}
.page-tittle-top .login a:hover {
  color: #D9D580;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* cart */
.cart {
  width: 20%;
  text-align: right;
  margin-top: -5px;
  position: relative;
}
.cart::before {
  content: "\f291";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  color: #292614;
  position: absolute;
  right: 46%;
  top: 2%;
  background-color: #D9D580;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
}
.cart .item {
  margin: -3px 22px 0 0;
}
.cart .add-cart {
  margin: -10px -2px 0 0;
}
.cart span {
  color: #151515;
  letter-spacing: 1.2px;
  line-height: 18px;
  font-weight: 600;
}
.cart a {
  color: #fff;
  font-family: "Metropolis",sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.cart a:hover {
  color: #D9D580;
}

.heading-tittle {
  padding-bottom:257px;
}

.heading-tittle h1 {
  position: relative;
  color: #fff;
}
.heading-tittle img {
  position: absolute;
  top: 3%;
  left: -1.2%;
  -webkit-animation: animation-img 2s infinite;
  animation: animation-img 2s infinite;
}
.heading-tittle h1 span {
  color: #D9D580;
}
.style-2 .heading-tittle {
  width: 41.4%;
  padding-bottom: 248px;
}

.style-2 .heading-tittle h1 {
line-height: 100px;
margin-bottom: 21px;
}

.style-4 .heading-tittle p,
.style-3 .heading-tittle p,
.style-2 .heading-tittle p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 60px;
}
.style-2 .background svg {
  bottom: -0.1%;
}
/* style-3 */
.style-3 .heading-tittle {
  padding: 150px 0 237px 0;
  width: 55%;
}
.style-3 .heading-tittle .title {
  font-size: 130px;
  line-height: 120px;
  margin-bottom: 40px;
}
.style-3 .heading-tittle img {
  position: absolute;
  top: 11%;
  left: -2.2%;
}
.style-3 .heading-tittle .sub-title {
  padding-right: 170px;
}
/* style-4 */
.style-4 .heading-tittle {
  padding: 245px 0 235px 0;
}
.style-4 .heading-tittle > span {
  font-size: 50px;
  font-family: "Oswald",sans-serif;
  font-weight: 200;
  color: #D9D580;
  letter-spacing: 0.8px;
}
.style-4 .heading-tittle .title {
  font-size: 72px;
  line-height: 136px;
  margin-bottom: 5px;
}
.style-4 .heading-tittle img {
  position: absolute;
  top: 9%;
  left: 48%;
  transform: translateX(-50%);
}
.style-4 .heading-tittle .sub-title {
  padding: 0 25%;
}
.style-4 .heading-tittle h1 span {
  color: #DA0712;
}

.slider .owl-carousel .owl-item img {
  width: auto;
} 
/* animation slider */
.owl-carousel .owl-item .img-tittle-4 {
  opacity: 0;
  transform: translateX(500px);
} 
.style-4 .heading-tittle,
.style-3 .heading-tittle,
.style-2 .heading-tittle {
  opacity: 0;
  visibility: hidden;
  transform: translateY(400px);
}
.style-4 .heading-tittle,
.style-3 .heading-tittle {
  transform: translateY(700px);
}

.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item.active .img-tittle-4,
.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item.active .heading-tittle{
  opacity: 1 ;
  transform: translateY(0);
  visibility: visible;
  -webkit-transition: transform 1500ms ease, opacity 1500ms ease;
  -moz-transition: transform 1500ms ease, opacity 1500ms ease;
  -ms-transition: transform 1500ms ease, opacity 1500ms ease;
  -o-transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 1300ms; 
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item.active .img-tittle-4 {
  -webkit-transition: transform 1500ms ease, opacity 1500ms ease;
  -moz-transition: transform 1500ms ease, opacity 1500ms ease;
  -ms-transition: transform 1500ms ease, opacity 1500ms ease;
  -o-transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 1500ms; 
}

/* custom nav slider */
.slider .navPre::before, 
.slider .navNext::before {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  top: 35%;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slider .navPre::before {
  left: 5%;
}
.slider .navNext::before {
  right: 5%;
}
.slider .slider1 .navPre::before, 
.slider .slider1 .navNext::before {
  top: 25%;
}
.slider:hover .owl-dots,
.slider:hover .navPre::before, 
.slider:hover .navNext::before {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* custom dots slider */
.slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.slider .owl-dots .owl-dot.active {
  background-color: #DA0712;
}
/* work
--------------------rgb(160, 149, 149)-------------------------------------- */
.box-work {
  padding: 20px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 10px;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-work:hover {
  transform: translateY(-20px);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-work.style-2:hover {
  background-color: #fcf6e5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-work img {
  margin-bottom: 43px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-work:hover img {
  -webkit-transform: scale(0.9); 
  -ms-transform: scale(0.9); 
  transform: scale(0.9); 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-work .heading-work {
  margin-bottom: 15px;
  font-family: "Mercurius", sans-serif;
}
.box-work .content-work {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 45px;
}
.box-work ul li {
  font-size: 16px;
  font-weight: 500;
}
/* style-2 */
.style-2 .box-work {
  margin-bottom: 83px;
}

/* about-us
-------------------------------------------------------------- */
.about-us {
  position: relative;
  margin-top: 9px;
}
.about-us .title {
  position: absolute;
  top: -11px;
  left: -12px;
  background-color: #D9D580;
  width: 137px;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  color: #DA0712;
}
.about-us .title::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute; 
  bottom: -84%;
  left: 0;
  border-left: 12px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 25px solid #DA0712;
}
.about-us .heading {
  padding-right: 10%;
}
.about-us .content {
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
}
.about-us .bottom .author {
  border-radius: 0 35px 35px 0;
  margin-right: 27px;
}
.img-about-us-left {
  margin-left: -15px;
  border: 2px solid #fff;
}
.img-about-us-left.style-2 {
  margin-left: 0px;
}
.img-bg-about-us {
  position: absolute;
  top: 30%;
  left: -25.7%;
}
.img-bg-about-us.style-2 {
  top: -6%;
  left: -13%;
}
.bg-about-us {
  position: absolute;
  z-index: 1;
  bottom: -45%;
  left: 2.1%;
}
.bg-about-us.style-2 {
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: -13%;
}
/* style-2 */
.about-us.style-2 {    
  width: 60%;
  margin: 58px 0 76px 0;
}
/* style-3 */
.about-us.style-3.margin-top-56 {    
  margin: 56px 0 -2px 0;
}
.about-us.style-3 {    
  margin: -9px 0 -2px 0;
}
/* letest-products
-------------------------------------------------------------- */
.letest-products {
  background-image: url("../img/letest-product/bg.jpg");
  background-repeat: no-repeat;
  background-color: #fff ;
  padding: 0 30px 42px 31px;
}
.letest-products .heading {
  position: relative;
  padding: 24px 0 10px 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.letest-products .heading::after {
  content: '';
  position: absolute;
  width: 115%;
  height: 1px;
  left: -7%;
  bottom: 0;
  border-bottom: 1px dashed #D9D580;
}
.box-letest-products .product-price,
.letest-products .heading span {
  margin-left: auto;
}
.box-letest-products {
  padding-top: 42px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.box-letest-products .img {
  margin-right: 7%;
}
.box-letest-products .content {
  margin-top: 18px;
}
.box-letest-products .content .product-weight {
  font-size: 16px;
}
.box-letest-products .product-price p {
  margin: 0;
  font-family: "Oswald",sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #DA0712;
} 
.button.button-letestnew {
  padding: 11px 36px;
}
.button.button-letestnew span::after {
  margin-left: 12px;
}
.letter-product-bee {
  position: absolute;
  right: -4%;
  top: 33%;
  -webkit-animation: animation-img 2s infinite;
  animation: animation-img 2s infinite;
}
.letter-product-bee.style-3 {
  top: 26%;
  right: -3.5%;
}
.img-bg-letest-product {
  position: absolute;
  right: -9%;
  top: 19%;
}
.img-bg-letest-product.style-2 {
  right: 23%;
  top: 27%;
}

/* style-2 */

.letest-products.style-2 {
  padding-bottom: 32px;
}
.letest-products.style-2 .box-letest-products {
  padding-top: 35px;
  align-items: inherit;
}

.letest-products.style-2 .heading span::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  margin-left: 7px;
}
.letest-products.style-2 .img {
  width: 31%;
}
.letest-products.style-2 .content {
  margin: 5px 10px 0 0;
}
.letest-products.style-2 .content h4 {
  line-height: 28px;
  margin-bottom: 6px;
}
.letest-products.style-2 .content h4 a:hover {
  color: #DA0712;
}
.box-letest-products .content a .latest-new-day, 
.letest-products.style-2 .content a .latest-new-day ,
.letest-products.style-2 .product-price p {
  font-size: 16px;
  color: #DA0712;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-letest-products .content a .latest-new-day::before,
.letest-products.style-2 .content a .latest-new-day::before {
  content:"\f073" ;
  font-family: "Font Awesome 5 Pro";
  color: #DA0712;
  font-size: 16px;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-letest-products .content a:hover .latest-new-day,
.box-letest-products .content a:hover .latest-new-day::before {
  color: #D9D580;
}

.box-letest-products.style-2.first {
  padding: 0;
  margin-top: -10px;
}
.img-bg-letest-product.style-3 {
  right: 19%;
  top: 21%;
  z-index: -1;
}
/* style-3 */
.letest-products.style-3 {
  padding: 0px 24px 38px 25px;
  border: 5px solid #DA0712;
  background: #fcf6e5;
}
.letest-products.style-3 .heading {
  padding: 19px 0 10px 0;
}
.letest-products.style-3 .heading::after {
  border: 1px dashed #DA0712;
  width: 116%;
  left: -8%;
}
.style-3 .box-letest-products .img {
    margin-right: 10%;
}
.letest-products.style-3 .box-letest-products .product-price p {
  font-size: 19px;
  margin-top: 30px;
}
/* color-2*/
.letest-products.style-3.color-2 {
  border: 5px solid rgba(161,53,2,0.1);
  background-color: #fff;
}
/* box-letest-product style-2 */
.box-letest-products.style-2:first-child {
  margin-top: -10px;
  padding: 0;
}
.box-letest-products.style-2 {
  padding-top: 21px;
}
.box-letest-products.style-2 .content h4 {
  width: 75%;
  line-height: 28px;
  margin-bottom: 6px;
}
.box-letest-products.style-2 .content .latest-new-day {
  font-style: italic;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-letest-products.style-2 h4 a:hover {
  color: #DA0712;
}
.box-letest-products.style-2 a:hover .latest-new-day::before,
.box-letest-products.style-2 a:hover .latest-new-day{
  color: #D9D580;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/* banner
-------------------------------------------------------------- */
.banner-wrap {
  background-image: url('../img/cta.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 159px 0 173px 0;
  margin-left: -54px;
  position: relative;
}
.banner-content {
  padding-left: 28px;
}
.banner-content .title-banner {
  color: #fff;
  letter-spacing: 5.5px;
  font-weight: 100;
  font-size: 35px;
  margin-bottom: 54px;
}
.banner-content .heading-banner {
  font-family: "Oswald",sans-serif;
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 103px;
}
.banner-content .heading-phone {
  margin-bottom: 30px;
}
.banner-content .heading-phone span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.4px;
}
.banner-content .phone-number span {
  color: #D9D580;
  font-family: "Oswald",sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.img-banner-1 {
  position: absolute;
  top: 34%;
  left: 2.5%;
}
.img-banner-2 {
  position: absolute;
  top: 3%;
  right: 9.5%;
}
/* products
-------------------------------------------------------------- */
.products-item .img img {
  width: auto;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.02);
  margin-bottom: 23px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 772px) {
  .products-item .img {
	width: 70%;  
	margin: 0 auto;
  }
}
.products-item .heading {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Mercurius", sans-serif;
}
.products-item .product-infor {
  margin-bottom: 23px;
  font-weight: 700;
  color: #DA0712;
}
.products-item .product-infor .price,
.products-item .product-infor .price-sale {
  font-family: "Oswald",sans-serif;
}
.products-item .product-infor .price-sale {
  color: #DA0712;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
.products-item .product-infor .price {
  font-weight: 700;
  margin-right: 45px;
  color: #77706d;
  position: relative;
  text-decoration: line-through 2px #c8c1b6;
}
/* .products-item .price::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #c1bab0;
  position: absolute;
  top: 50%;
  left: 0;
} */
.products-item .product-infor .products-weight {
  font-size: 16px;
}
.products .owl-carousel .owl-nav.disabled {
  display: block;
}
.products.style-3 .owl-carousel .owl-nav.disabled {
  display: none;
}
.navPre::before,
.navNext::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 22%;
  z-index: 10;
  font-size: 13px;
  color: #DA0712;
  width: 39px;
 height: 39px;
 line-height: 39px;
 text-align: center;
 background-color: #fff;
 border: 2px solid #eedace;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navPre::before {
  content: "\f053";
  left: -1.5%;
}
.navNext::before {
  content: "\f054";
  right: -2%;
}
.navNext::before,
.navPre:hover::before,
.navNext:hover::before {
  background-color: #DA0712;
  color: #fff;
  border-color: #DA0712;
}
.items .products-item {
  margin-bottom: 49px;
}
/* style-2 */
.products.style-2 {
  padding-top: 112px;
  background-color: #ffcb1f;
}
.style-2 .products-item {
  background-color: #fff;
  padding-bottom: 50px;
}
.style-2 .products-item .img {
  background-color: #f6ebe5;
}
.products.style-2 .navPre::before,
.products.style-2 .navNext::before {
  top: 19%;
}
.products.style-3 {
  width: 1770px;
  margin: 0 auto;
}


/* testimonial
-------------------------------------------------------------- */
.testimonial {
  position: relative;
  margin-top: 80px;
  background-image: url('../img/testimonial/bg.png');
  border-top: 2px solid #D0B777;
  background-repeat: no-reapeat;
  padding: 120px  0 120px 0;
}
.title-section-testimonial {
  position: absolute;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -5.5px;
  opacity: 0.15;
  width: 500px;
  top: 22%;
  left: 0.5%;
}
.testimonial-item .themesflat-headings {
  padding: 75px 0 0 0;
  margin:0 0 45px 0;
  position: relative;
}
.testimonial-item { margin: 0 80px; background-color: rgba(255,255,255,0.7); border-radius: 5px; border: 1px dashed #D0B777; text-align: center; padding: 50px; }
@media only screen and (max-width: 772px) {
.testimonial-item { margin: 0 0; }
}
.testimonial-item .themesflat-headings::after {
  content: "";
  position: absolute;
  width: 87%;
  bottom: -10%;
  border-bottom: 2px dashed #DA0712;
}
.owl-carousel .owl-item .testimonial-item img {
  width: auto;
}
.owl-carousel .owl-item .testimonial-item .foto {
  border: 2px solid #fff;
}

.testimonial-item .author {
  color: #DA0712;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  position: relative;
}
.testimonial-item .signature {
  position: absolute;
  bottom: 11%;
  right: 14%;
}

.testimonial .owl-carousel .owl-dots{
  position: absolute;
  transform: rotate(90deg);
  right: -6.8%;
  top: 48%;
}
.owl-dot.active {
  background-color: #DA0712;
}
.owl-dot {
  width: 40px;
  height: 3px;
  background: rgba(21,21,21,0.1);
  margin-right: 10px;
  display: inline-block;  
}
.img-bg-testimonial {
  position: absolute;
  top: 0;
  left: -15%;
}
.img-bg-testimonial.style-2 {
  top: -16.5%;
  left: 23.5%;
  z-index: -1;
}
.img-bg-2-testimonial,
.img-bee-testimonial,
.testimonial-bee {
  position: absolute;
  top: -10.5%;
  left: 74.5%;
}
.img-bee-testimonial {
  top: -16%;
  left: 100%;
  -webkit-animation: animation-img 2s infinite;
  animation: animation-img 2s infinite;
}
.img-bg-2-testimonial {
  top: -47%;
  left:23.3% ;
}
/* style-2 */
.style-2 .owl-carousel .owl-dots{
  position: inherit;
  transform: rotate(0deg);
  margin: 0 auto;
  text-align: center;
}

.style-2 .themesflat-headings.style-2 .sub-heading {
  letter-spacing: 0;
  margin-top: -10px;
  padding: 0;
  font-weight: 400;
}
.style-2 .testimonial-item {
  padding-bottom: 44px;
}
.style-2 .testimonial-item .themesflat-headings {
  padding: 0;
}
.style-2 .testimonial-item .themesflat-headings::after {
  width: 100%;
  bottom: -12%;
  border-bottom: 1px solid #DA0712;
}
.testimonial.style-2 .owl-carousel .owl-dots {
  right: 0;
}
.style-2 .testimonial-item .signature {
  bottom: 4%;
  right: 4%;
}
/* our-gallery
-------------------------------------------------------------- */
.our-gallery-wrap {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.gallery-content {
  width: 23.5%;
  margin-right: 1.5% ;
  background: linear-gradient(  90deg, #DA0712 0%, #FFA800CC 100%);
  padding: 111px 48px;
}
.gallery-content .themesflat-headings.style-1{
  text-align: center;
  margin: 0;
}
.gallery-content .themesflat-headings.style-1 .heading {
  color: #D9D580;
  text-align: left;
  margin-bottom:10px ;
}
.gallery-content .themesflat-headings.style-1 .sub-heading {
  color: #fff;
  text-align: left;
  line-height: 49px;
}
.gallery-item {
  width: 18%;
  margin-right: 1.5%;
}

/* style-2 */
.gallery-item.style-2 {
  width: 100%;
  margin: 0 0 30px 0;
}
/* gallery-link */
.style-1 .gallery-item {
  position: relative;
  height: 475px;
}
.gallery-item:hover a::before {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item:hover a::after {
  opacity: 1;
  font-size: 78px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.gallery-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item a::after {
  position: absolute;
  content: "\f101";
  font-family: flaticon;
  font-size: 30px;
  line-height: 78px;
  font-weight: 300;
  color: #D9D580;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item.style-2 a::before {
  height: 100%;
}
/* newsletter
-------------------------------------------------------------- */
.newsletter {
  padding: 117px 0 0 0;
}
.newsletter .themesflat-headings.style-2 {
  margin-bottom: 57px;
}
.newsletter .themesflat-headings.style-2 .heading {
  margin-bottom: 17px;
}
.newsletter .themesflat-headings.style-2 .sub-heading {
  padding:0 10px 0 5px;
}
.newsletter .email .email-content {
  border: 2px solid #f1e0ce;
  background-color: #fff;
  position: relative;
  padding: 13px 60px 8px 31px;
  margin-bottom: 22px;
  font-style: italic;
}
#subscribe-email {
  position: absolute;
  right: 0px;
  padding:  26px 31px;
  background: url("../img/latest-new/reapeat.jpg");
}

/* #subscribe-email::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 48px;
  color: #DA0712;
  text-align: center;
} */
.newsletter span.content {
  color: #DA0712;
}
.newsletter span.content::before {
  content:'\f111';
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  margin-right: 17px;
  color: #D9D580;
}
.letter-product-bee.style-2 {
  top: 5%;
  right: 10.5%;
}
/* team
-------------------------------------------------------------- */
.box-team img {
  margin-bottom: 23px;
  border: 2px solid #fff;
}
.box-team .team-socical-icon {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.box-team .team-socical-icon li {
  padding: 0 13px;
}
.box-team .team-socical-icon li a {
  color: #DA0712;
  font-size: 15px;
}
.box-team .team-socical-icon li a:hover,
.box-team .team-socical-icon li a.active {
  color: #D9D580;
}
/* map 
---------------------------------------- */
.map iframe {
  border: 2px solid #fff!important;
  margin-top: -50px;  
}

.map-content {
  margin: 0;
}
/* contact-us
----------------------------------------- */
.information {
  background-color: #fff;
  padding: 62px 30px 0px 31px;
}
.information .infor {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-bottom: 46px;
  margin-bottom: 59px;
  border-bottom: 2px dashed #DA0712;
}
.information .infor .title {
  font-family: "Oswald",sans-serif;
  font-size: 18px;
  color: #DA0712;
  font-weight: 700;
  width: 22%;
  position: relative;
}
.information .infor .content {
  color: #222;
  width: 68%;
  font-size: 16px;
  line-height: 17px;
}
.information .infor.infor-social {
  border: 0;
  margin: 0;
}
.information .infor .content.social-icon {
  display: flex;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
}
.information .infor.infor-address {
  padding-bottom: 38px;
}
.information .infor.infor-address .content {
  padding-right: 40px;
}
.information .infor .content.social-icon a {
  padding-right: 34px;
  color: #77706d;
}
.information .infor .content.social-icon .active,
.information .infor .content.social-icon a:hover {
  color: #DA0712;
}
/* shop view
--------------------------------------- */
.shop-view-as {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  background-color: #ccc;
}
.shop-view-as span {
  font-size: 13px;
  margin-right: 10px;
}
.shop-view-as .btn-view:hover, 
.shop-view-as .active i {
  color: #DA0712;
}
.shop-view-as .btn-view {
  height: 30px;
  width: 30px;
  border: 1px solid #f4e3ce;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.shop-view-as a i {
  font-size: 12px;
}
.shop-view-as .btn-view.grid {
  margin-right: 5px;
}
.shop-view-as .btn-view.list {
  margin-right: 30px;
}
.select-show,
.select-sort-by {
  position: relative;
}

.select-show select {
  height: 50px;
  width: 250px;
  padding: 10px 20px;
  font-size: 13px;
  background-color: #fff;
  text-transform: uppercase;
  border:1px solid #f4e3ce ;
  border-radius: 5px ;
  color: #333;
  position: relative;
  cursor: pointer;
}

.select-sort-by select {
  height: 50px;
  width: 250px;
  padding: 10px 20px;
  font-size: 13px;
  background-color: #E51C24;
  text-transform: uppercase;
  border:2px solid #fff;
  outline: none;
  border-radius: 5px ;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.select-sort-by select option {
  text-transform: uppercase;	
}

.select-show select:focus,
.select-sort-by select:focus {
  border:1px solid #f4e3ce ;
} 
/* list-iems-view */
.list-items .products-item {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
/* product view 
-----------------------------*/
.img-shop-view { border: 3px solid #fff; }
.img-mini-product,
.img-shop-view {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mb-50 { margin-bottom: 50px; }
.img-mini-product:hover,
.img-shop-view:hover {
  -webkit-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  transform: scale(0.8); 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-view .produto { background-color: rgba(255,255,255,0.5); padding: 30px; }

.shop-view-wrap {
  padding: 18px 0 0 71px;
}
.m-t-30 { margin-top: 30px; }
.shop-view-wrap .title {
  margin-bottom: 26px;
}
.shop-view-wrap .title span {
  margin-left: 5px;
}
.shop-view-wrap .price-sale {
  color: #DA0712;
  font-family:"Oswald",sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-right: 5px;
}
.shop-view-wrap .price {
  color: #77706d;
  font-family:"Oswald",sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-decoration: line-through 2px #c8c1b6;
}
/* .shop-view-wrap .price::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #c8c2b6;
  position: absolute;
  top: 50%;
  left: 0;
} */
.rating-view {
  margin: 17px 0 13px 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.ratings {
  list-style-type: none;
  margin: 0 126px 0 5px;
  padding: 0;
  direction: rtl;
  text-align: left;
  cursor: pointer;
}

.ratings .star {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease;
  color: #feb94e;
}

.ratings .star:before {
  content: '\f005';
  font-family: "font Awesome 5 Pro";
  color: #d7d7d7;
  font-size: 14px;
  margin-left: -5px;
}

.ratings .star:hover:before,
.ratings .star.selected:before,
.ratings .star:hover ~ .star:before,
.ratings .star.selected ~ .star:before{
  transition: color 0.8s ease;
  color: #feb94e;
}
.rating-view .views {
  margin-top: 3px;
}
.interested-available span {
  color: #151515;
  font-size: 16px;
  font-family:"Oswald",sans-serif;
  font-weight: 700;
}
.interested-available span span {
  color: #77706d;
}

.select-weight {
  position: relative;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 3px;
}
.select-weight::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  color: #77706d;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-76%);
}

.select-weight select {
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
  height: 50px;
  width:  153px;
  padding: 0 20px 0 22px;
  color: #77706d;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.select-weight select::-ms-expand {
    display: none;
}
.select-weight select:focus {
  border:1px solid #f4e3ce ;
} 
.quantity {
  padding-top: 22px;
  position: relative;
  display: inline-block;
}
.quantity span,
.quantity .quantity-number {
  -webkit-appearance: none;
  border: none;
  text-align: right;
  font-size: 13px;
  color: #77706d;
  font-weight: 700;
}
.quantity .quantity-number {
  width: 113px;
  padding: 9px 40px 9px 0;
  background-color: #fff;
  
}
.quantity .btn-quantity {
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 27%;
}
.quantity span {
  font-size: 13px;
  position: absolute;
  left: 6%;
  top: 35%;
}
.quantity .btn-quantity.minus-btn {
  left: 26%;
}
.quantity .btn-quantity.plus-btn {
  left: 64%;
}
.quantity .btn-quantity i {
  color: #151515;
  font-size: 10px;
}
.mini-img-product {
  display: inline-block;
  position: relative;
  margin: 55px 0 50px 0;
  width: 100%;
}
.mini-img-product::before {
  content: "";
  width: 94%;
  position: absolute;
  top: -72%;
  border: 1px dashed #DA0712;
}
.mini-img-product img {
  margin-right: 11px;
}
.shop-view-wrap i {
  margin: 17px 14px;
  color: #DA0712;
  font-size: 17px;
}
.shop-view-wrap i.fa-retweet {
  font-size: 12px;
}
.shop-view-wrap > i:hover {
  color: #D9D580;
}
/* tabs 
--------------------------- */
.themesflat-tabs {
  background-color: #fff;
  padding: 50px 50px 40px 50px;
}
.tab-title {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 22px 0;
}
.tab-title .item-tab-title {
  cursor: pointer;
  background-color: #f6ebe5;
  padding: 9px 28px;
  margin-right: 8px;
  font-family: "Oswald",sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #DA0712;
}
.tab-title .item-tab-title:hover {
  color: #fff;
  background-color: #DA0712;
}
.tab-title .item-tab-title.comment {
  letter-spacing: -0.5px;
  padding: 9px 30px 9px 28px
}
.tab-title .item-tab-title.review {
  padding: 9px 39px 9px 35px;
}
.tab-title .item-tab-title.active{
  background-color: #DA0712;
  color: #fff;
}
.tab-content p {
  line-height: 30px;
  margin: 0;
}
.tab-content .item-features-title {
  color: #151515;
  font-family: "Oswald",sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px; 
}
.tab-content .item-features {
  margin-bottom: 30px; 
}
.tab-content .item-features li:first-child {
  margin-top: 12px;
}
.tab-content .item-features li {
  margin-top: -5px;
}
.tab-content .item-features li::before {
  content: "\f111";
  font-family: "font Awesome 5 Pro";
  font-size: 10px;
  margin-right: 10px;
  color: #f2f2f2;
  line-height: 30px;
}
/* animation
-------------------------- */
@keyframes animation-img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
50% {
    -webkit-transform: translate(0px);
    transform: translate(0);
}
100% {
    -webkit-transform:translateY(-20px);
    transform: translateY(-20px);
}
}

.desc {
	padding: 15px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    border: 1px dashed #D0B777;	
	margin-bottom: 15px;
}

.desc h4 {
	font-size: 18px;
	color: #DA0712;
}

.desc p {
	font-size: 16px;
	font-weight: 500;
}

.desc ul {
	margin-left: 0;
} 

.desc ul li {
	font-size: 15px;
	font-weight: 600;
}

.mb-30 {
	margin-bottom: 30px;
}

.p-white {
	padding: 10px 20px 15px 30px;
	border-radius: 3px;
	background-color: #fefefe;
	border: 1px dashed #D0B777;
}

.alergicos ul li {
	text-transform: uppercase;
}

.pb-50 {
	padding-bottom: 50px;
}

.gramatura strong { font-size: 18px; }
.developer { color: #fefefe; margin-bottom: none; }
.developer a { color: #F2EBDD!important; font-weight: 600; transition: all 0.3s; }
.developer a:hover { text-decoration: underline; transition: all 0.3s; }