@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

font-family: 'Poppins', sans-serif;


body {
    font-family: "Poppins", sans-serif;
    color: #444444;
   
}

strong{

    font-weight: bolder;
}

.modal-content{

    font-size: 1.rem;
}


}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1.2rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h1 {
    font-size: 2rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .header h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    position: relative;
    height: 420px;
    max-height: 550px;
    margin-bottom: 20px;
    overflow: hidden;
}


.section-products .single-product .part-2 h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #444444; 
}



.section-products .single-product .part-1::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: all 0.9s;
}

.section-products .single-product:hover .part-1::before {
		transform: scale(1.2,1.2) rotate(10deg);
}

.section-products #product-7 .part-1::before {
    background: url("logosting/CC19-022.png") no-repeat center;
    background-size: cover;
	
}

.section-products #product-8 .part-1::before {
    background: url("logosting/CC23-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-9 .part-1::before {
    background: url("logosting/CC21-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-10 .part-1::before {
    background: url("logosting/CC06-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-11 .part-1::before {
    background: url("logosting/CC79-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-12 .part-1::before {
    background: url("logosting/CC45-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-13 .part-1::before {
    background: url("logosting/CC12-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-14 .part-1::before {
    background: url("logosting/CC11-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-15 .part-1::before {
    background: url("logosting/CC07-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-16 .part-1::before {
    background: url("logosting/CC03-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-17 .part-1::before {
    background: url("logosting/CC04-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-18 .part-1::before {
    background: url("logosting/CC08-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-19 .part-1::before {
    background: url("logosting/CC05-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-20 .part-1::before {
    background: url("logosting/CC10-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-21 .part-1::before {
    background: url("logosting/CC79B-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-22 .part-1::before {
    background: url("logosting/CC12B-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-23 .part-1::before {
    background: url("logosting/CC09-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-24 .part-1::before {
    background: url("logosting/CC14-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-25 .part-1::before {
    background: url("logosting/CC13-022.png") no-repeat center;
    background-size: cover;
}

.section-products #product-26 .part-1::before {
    background: url("logosting/CC06B-022.png") no-repeat center;
    background-size: cover;
}

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: .85rem;
}

.section-products .single-product .part-1 .new {
    top: 15px;
    left:0px;
    background-color: #D89826;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}

.poster-video:hover {
        transform: scale(1.02,1.02);
        background-size: cover;
        transition: all 0.5s;
        opacity: 0.9;
        
}

/*Mis estilos para la Shop*/
.poster-video .new {
    position: absolute;
    top: 15px;
    left: 25px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.poster-video .new {
    top: 15px;
    left:0px;
    background-color: #D89826;
}

.shadowed {
  box-shadow: 15px 15px 7px #555; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .60);
  max-width: 100%;
  height: auto; }

  video {
  width: 250px;
  height: auto;
}

.align-items-center {
  align-items: center !important; 
}


.modal-body .accordion .accordion-item .accordion-body h4 {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fe302f;

}

.modal-body .accordion .accordion-item .accordion-body h3 {
    display: inline-block;
    font-size: 1.2rem;
    color: #000;

}

.modal-body .accordion .accordion-item .accordion-body strong {
    display: inline-block;
    
    font-weight: bold;
    color: #000;

}

.modal-body .accordion .accordion-item .accordion-body b {
    display: inline-block;
    
    font-weight: bold;
    color: #fe302f;

}

/* preloader - start
-------------------------------------------------- */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #fff url('Images/RunZorroRun.gif') no-repeat center center;
}
/* preloader - end
-------------------------------------------------- */

/* back to top - start
-------------------------------------------------- */
.backtotop {
  width: 30px;
  height: 45px;
  right: 20px;
  bottom: 100px;
  z-index: 999;
  display: none;
  position: fixed;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  border: 2px solid #ffa025;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.backtotop a.scroll {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffa025;
  font-size: 24px;
  line-height: 60px;
}
/* back to top - end
-------------------------------------------------- */


/* Terminan mis eslilos de la la tendita
--------------------------------------------*/