@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');


body {
  font-family: 'Roboto', serif;
  overflow-x: hidden;
}



/* Main content */
section.main-content {
  /* Main product */
  /* End main product */
  /* Carousel product */
  
}
section.main-content .main-product .breacumb { /*fondo imagen */
  background-color: #ffffff;
}
section.main-content .main-product .breacumb a {
  font-family: Roboto;
  font-size: 14px;
  color: #7d7d7d;
  padding-top: 30px;
  display: block;
  padding-bottom: 20px;
}
section.main-content .main-product .product-detail .main {
  /*background-color: #ffffff;*/
  width: 100%;
  background-color: #fff;
  display: block;

}

section.main-content .main-product .product-detail .main .image .item #image-gallery li img {
  width: 100%;
  /*height: 100%;*/
  min-height: 300px;
}

section.main-content .main-product .product-detail .main .content {

  font-family: Roboto;
}
section.main-content .main-product .product-detail .main .content .product-name {
  margin: 0 0 5px;
  font-family: 'Poppins', serif;
  color: #7a7a7a;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  text-align:left;
  text-transform: uppercase;
}

.margen-product-detail{
	padding-left:150px;
	padding-right:10px;
}


.product-name-detail {  /* modificado */

  padding-left: 10px;
  padding-bottom: 15px;
  font-family: Poppins;
  color: #252525; /*#7a7a7a;*/
  font-weight: 500;
  line-height: 24px;
  font-size: 26px;
  text-align:left;
  text-transform: uppercase;
}

.sub-name-detail { /* modificado */

  font-family: Roboto;
  color: #252525; /*#7a7a7a;*/
  font-weight: 300;
  line-height: 16px;
  font-size: 13px;
  text-align:left;
  padding-left: 10px;
  padding-top: 5px;
  text-transform: uppercase;
  

}

.boton-codigo {
	padding: 10px;
	margin-top: 0px;
}


.boton-codigo1 {
	padding: 10px;
	margin-top: 0px;
}

.boton-codigo-text{ /* modificado */
	width: 100px;
	height: 25px;
	border: 3px solid #7a7a7a;
	font-weight: 500;
	background-color: #fff;
	font-family: Roboto;
	font-size: 13px;
	color: #7a7a7a;
	text-align:center;
	padding: 6px;
	margin-top:5px;
	line-height: 18px;
	text-transform: uppercase;
}

.boton-codigo-text1{ /* modificado */
	font-weight: 500;
	
	height: 25px;
	border: 3px solid #7a7a7a;
	padding: 6px;
	font-family: Roboto;
	font-size: 13px;
	background-color: #7a7a7a;
	color: #fff;
	text-align:center;
	line-height: 16px;
	text-transform: uppercase;
}

.boton-codigo-text1a{ /* modificado */
	font-weight: 500;
	margin-left:-5px;
	height: 25px;
	border: 3px solid #7a7a7a;
	padding: 6px;
	font-family: Roboto;
	font-size: 13px;
	background-color: #7a7a7a;
	color: #fff;
	text-align:center;
	line-height: 16px;
	text-transform: uppercase;
}

.boton-codigo-text2{ /* modificado */
	font-weight: 600;
	margin-left: -5px;
	height: 25px;
	border: 3px solid #a39e9b;
	padding: 6px;
	font-family: Roboto;
	font-size: 13px;
	background-color: #a39e9b;
	color: #fff;
	text-align:center;
	line-height: 16px;
	text-transform: uppercase;
}


.img-codigo{  /* modificado */
	margin-top:30px;
	
}



section.main-content .main-product .product-detail .main .content .sub-name {
  font-size: 20px;
  font-family: Antonio;
  color: #f36f21;
  font-weight: 300;
 
}




section.main-content .main-product .product-detail .main .content .description {
  font-size: 16px;
  color: #7d7d7d;
  margin-bottom: 35px;
}


section.main-content .main-product .product-detail .info {
  padding-bottom: 30px;
}
section.main-content .main-product .product-detail .info .social {
  padding: 30px 0;
}
section.main-content .main-product .product-detail .info .social ul {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
section.main-content .main-product .product-detail .info .social ul li {
  display: inline-block;
  padding: 15px;
}
section.main-content .main-product .product-detail .info .social ul li i {
  font-size: 21px;
  color: #252525;
  transition: all 0.5s ease;
}
section.main-content .main-product .product-detail .info .social ul li:hover i {
  color: #c7b299;
}

/**************************************/
/* TABS DE USOS Y CUIDADOS */


section.main-content .main-product .product-detail .info .tabs {  /* CAMBIO COLOR FONDO USOS Y CUIDADOS */
  text-align: center;
  background-color: #edd9dd;
  margin-left: 20px;
  margin-right:20px;
  margin-bottom: 20px;
}
section.main-content .main-product .product-detail .info .tabs .description,
section.main-content .main-product .product-detail .info .tabs .review {
  display: none;
}
section.main-content .main-product .product-detail .info .tabs label {
  cursor: pointer;
  font-family: Roboto;
  font-size: 17px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  padding: 10px 0;
  /*border-top: 3px solid transparent;*/
  margin: 20px 10px;
  transition: all 0.5s ease;
}
section.main-content .main-product .product-detail .info .tabs label.de:hover,
section.main-content .main-product .product-detail .info .tabs label.rv:hover { /*parado como boton sin apretar */
  /*border-top: 3px solid #f69155;*/
  color: #e3a102;
}
section.main-content .main-product .product-detail .info .tabs input#description,
section.main-content .main-product .product-detail .info .tabs input#review {
  display: none;
}
section.main-content .main-product .product-detail .info .tabs .description,
section.main-content .main-product .product-detail .info .tabs .review {
  font-family: Roboto;
  font-size: 15px;
  color: #7d7d7d;
  letter-spacing: 0px;
  text-align: center;
  line-height: 18px;
  padding-left: 30px;
  padding-right:30px;
  padding-bottom: 30px;
}
section.main-content .main-product .product-detail .info .tabs .description ul,
section.main-content .main-product .product-detail .info .tabs .review ul {
  list-style: inherit;
}
section.main-content .main-product .product-detail .info .tabs input#description:checked ~ .description,
section.main-content .main-product .product-detail .info .tabs input#review:checked ~ .review {
  display: block;
  text-align: left;
  margin-top: 20px;
}
section.main-content .main-product .product-detail .info .tabs input#description:checked ~ label.de,
section.main-content .main-product .product-detail .info .tabs input#review:checked ~ label.rv { /*parado como boton apretado  CAMBIO COLOR USOS Y CUIDA TITULO*/
  /*border-top: 3px solid #f69155;*/
  color: #7a7a7a;
}
section.main-content .main-product .product-detail .info .tabs .review .content input,
section.main-content .main-product .product-detail .info .tabs .review .content textarea {
  width: 100%;
 /* border: 1px solid #ebebeb;*/
  padding: 10px;
  color: #333333;
}
section.main-content .main-product .product-detail .info .tabs .review .content input::-webkit-input-placeholder,
section.main-content .main-product .product-detail .info .tabs .review .content textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
section.main-content .main-product .product-detail .info .tabs .review .content input:focus,
section.main-content .main-product .product-detail .info .tabs .review .content textarea:focus {
  outline: 0;
  border: 1px solid #c7b299;
}
section.main-content .main-product .product-detail .info .tabs .review .content input:focus::-webkit-input-placeholder,
section.main-content .main-product .product-detail .info .tabs .review .content textarea:focus::-webkit-input-placeholder {
  color: #c7b299;
}
section.main-content .main-product .product-detail .info .tabs .review .content textarea {
  min-height: 100px;
}
section.main-content .main-product .product-detail .info .tabs .review .content button {
  border: none;
  background-color: #c7b299;
  color: #ffffff;
  padding: 5px 10px;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}
section.main-content .main-product .product-detail .info .tabs .review .content button:hover {
  background-color: #252525;
}
section.main-content .main-product .product-detail .sku {
  text-align: center;
  background-color: #f6f6f6;
  padding: 30px 0;
}
section.main-content .main-product .product-detail .sku .text-info {
  font-family: Roboto;
  font-size: 13px;
  color: #333;
}
section.main-content .main-product .product-detail .sku .text-info span {
  color: #252525;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 5px;
}
section.main-content .main-product .product-detail .sku .text-info span.first {
  margin-left: 0;
}
section.main-content .carousel-product-detail {
  position: relative;
 
  /* End carousel product */
}
section.main-content .carousel-product-detail .products-grid {
  overflow: hidden;
  height:280px;
  
}
section.main-content .carousel-product-detail .products-grid .widget-title {
  margin-top: 20px;
  margin-bottom: 30px;
}
section.main-content .widget-title h2 {  /*modificado */
  font-family: Roboto;
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
  clear: both;
  font-weight: 500;
  text-align: left;
  color: #000000;
  padding-bottom: 5px;
}
/*
section.main-content .widget-title h2 span {
  z-index: 2;
  background-color: #fff;
  position: relative;
  padding: 0 20px;
}

section.main-content  .widget-title h2:before,
section.main-content  .widget-title h2:after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px solid #f7941d;
  left: 0;
  top: 50%;
  z-index: 1;
}*/


section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail {
  position: static;
  margin-top: 0px;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item {
  padding: 5px;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item:first {
  padding-left: 0;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item:last-child {
  padding-right: 0;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .top-product-item {
  position: relative;
  overflow: hidden;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .top-product-item .img-product img {
  margin: 0 auto;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .top-product-item .img-product .image-hover {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  max-width: 100%;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .top-product-item .img-product:hover .image-hover {
  opacity: 0.3;  /* opacidad del img-over */
  visibility: visible;
}


section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .top-product-item .quickview {
  position: absolute;
  left: 0;
  height: 100%;
  line-height: 30px;
  display: block;
  text-align: center;
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  background-color: #a39e9b;
  color: #fff;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  transform: translateY(100%);
  -moz-transform: (100%);
  -webkit-transform: translateY(100%);
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .top-product-item .quickview a {
  color: #fff;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .top-product-item .quickview:hover {
  cursor: pointer;
  opacity: 0.9;
  padding-top: 50%;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .bottom-product-item {
  padding: 15px;
  min-height: 144px;
  
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .bottom-product-item .product-name { /* titulo de cada subproducto*/

  color: #7d7d7d;
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
  font-family: Poppins;
  text-align:center;
  text-transform: uppercase;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .bottom-product-item .product-name a {
  color: #7d7d7d;
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
  font-family: Poppins;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .bottom-product-item .product-name a:hover {
  color: #626262;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item .bottom-product-item .product-sub-name {
  margin-top:0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 13px;
  font-size: 14px;
  text-align:center;
  text-transform: uppercase;
}


section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item:hover .quickview {
  bottom: 0;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 0.8;
}

section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item:hover .quickview1 {
  bottom: 0;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 0.8;
}


section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-stage-outer .owl-stage .owl-item .product-item:hover .product-hover-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  background: transparent;/*transparent;*/
  color: #7d7d7d;
  font-size: 30px;
}
section.main-content .carousel-product-detail .products-grid #owl-arrivals-detail .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  background: transparent;/*transparent;*/
  color: #7d7d7d;
  font-size: 30px;
}
/* End main content */
/*88888888888888888*?
 FOOTER
 ************************/
 
footer {
  background: #e7e6e6;
  padding-top: 30px;
}
footer .main-footer {
  /* Home 02 */
}
footer .main-footer .footer-info {
  padding-bottom: 80px;
  padding-left: 32px;
}


footer .main-footer .footer-info .item h4 {
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 25px;
  color: #161616;
}
footer .main-footer .footer-info .item ul {
  padding-left: 0px;
}
footer .main-footer .footer-info .item ul li {
  line-height: 35px;
}
footer .main-footer .footer-info .item ul li a {
  font-family: Roboto;
  font-size: 14px;
  color: #000000;
}
footer .main-footer .footer-info .item ul li a i {
  width: 25px;
  height: 25px;
  background: #ebebeb;
  border-radius: 100%;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  color: #000000;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
footer .main-footer .footer-info .item ul li a:hover {
  color: #000000;
}
footer .main-footer .footer-info .item ul li a:hover i {
  background: #f5801f;
  color: #fff;
}
footer .main-footer .footer-info .item span {
  font-family: Roboto;
  font-size: 14px;
  color: #7d7d7d;
}
footer .main-footer .footer-info .item.newsletter {
  padding-top: 10px;
  
}
footer .main-footer .footer-info .item input#newsletter {
  padding: 10px 15px;
  max-width: 240px;
  width: 100%;
  border: 1px solid #e4e4e4;
  color: #acacac;
  margin-top: 25px;
  margin-bottom: 10px;
}
footer .main-footer .footer-info .item button {
  padding: 10px;
  background: #f5801f;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  transition: background-color 0.5s ease;
}
footer .main-footer .footer-info .item button:hover {
  background: #252525;
}
footer .main-footer .footer-copyright {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  color: #7d7d7d;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 40px;
}
footer .main-footer .footer-copyright .left {
  text-align: left;
}
footer .main-footer .footer-copyright .left a {
  color: #7d7d7d;
}
footer .main-footer .footer-copyright .left a:hover {
  color: #fbaa64;
}
footer .main-footer .footer-copyright .right {
  text-align: right;
}
footer .main-footer .footer-copyright .right a {
  color: #7d7d7d;
}
footer .main-footer .footer-copyright .right a:hover {
  color: #fbaa64;
}

/* End footer */
/* End footer */
@media (max-width: 767px) {
  section.main-content .main-blog .main {
    padding-left: 15px;
  }
  section.main-content .main-blog .right-sidebar {
    padding-right: 15px;
  }
}


/*--------------------------------*/
/* BANDA LINEA DE PRODUCTO */


.padding-top-0{
	padding-top: 30px;
	/*background-color: #e6a02e;*/
	
}
.banda-linea {

  height: 300px;
  
}




.padding-1{
	padding-left: 15px;
	margin-right:15px;
}

.padding-2{

	margin-right:10px;
}



/******************************************/
/* BANNER O FOTO BANNER  */

section.main-content .mains .main #content {
  position: relative;
  width: 100%;
  z-index: 1;
  border-top: 0px solid #ebebeb;  /* borde superior a productos */
  padding-top: 30px;
}
section.main-content .mains .main #content div.content {
  opacity: 0;
  display: none;
  z-index: -1;
  margin-top:-30px;
}
section.main-content .mains .main #container input#tab-1:checked ~ #content #content-1,
section.main-content .mains .main #container input#tab-2:checked ~ #content #content-2 {
  opacity: 1;
  z-index: 1;
  display: block;
}
section.main-content .mains .main input.visible {
  visibility: visible !important;
}
section.main-content .mains .main .wrap-main-slide {  /* MARGEN DEL BANNER */
  margin-top: 0px;
  
}
section.main-content .mains .main .wrap-main-slide .main-slide {
  position: relative;
  width:100%;
}
section.main-content .mains .main .wrap-main-slide .main-slide #carousel-main-slide .carousel-indicators {
  z-index: 1;
  
}
section.main-content .mains .main .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content {
  height: 350px;
  /*background-position: 100%;*/
  background-size: cover;
  background-position: center;
  
}
section.main-content .mains .main .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide {
  text-align: left;
  position: absolute;
  width: 100%;
}
section.main-content .mains .main .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide h2 {
  width: 50%;
  margin-top: 23%;
  margin-left: 30px;
  float: left;
  font-size: 44px;
  font-family: 'Parisienne', cursive;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
section.main-content .mains .main .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide a {
  background: #f36f21;
  padding: 12px 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 25px;
}
section.main-content .mains .main .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide a:hover {
  box-shadow: 0;
  background: #252525;
}
section.main-content .mains .main .wrap-main-slide .main-slide .wrap-control .nav-control {  /* BOTONES DEL BANNER */
  width: 50px;
  height: 50px;
  background: #fff;
  opacity: 0.7;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 48.5%;
  transition: color 1s ease;
  -moz-transition: color 1s ease;
  -webkit-transition: color 1s ease;
}
section.main-content .mains .main .wrap-main-slide .main-slide .wrap-control .nav-control.left-control {
  left: 33px;
}
section.main-content .mains .main .wrap-main-slide .main-slide .wrap-control .nav-control.right-control {
  right: 33px;
}
section.main-content .mains .main .wrap-main-slide .main-slide .wrap-control .nav-control i:before {
  font-size: 18px;
  color: #959595;
}
section.main-content .mains .main .wrap-main-slide .main-slide .wrap-control .nav-control:hover {
  webkit-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.banda-detail{
		display:inline-block;

}

.padding-0 {
    padding: 0;
}
/* End main content */

section.main-content .main-header {
  
  margin-top: 80px;   /*margen banner modificado*/
 
  
}

