/*---------------------
Generales
---------------------*/

.anchor {
  display: block;
  height: 150px;
  margin-top: -100px;
  visibility: hidden;
}

html {
scroll-behavior: smooth;
}

body {
background-color: #eee;
}

.responsive_headline {
font-weight: bold;
}

.section {
padding-top: 75px;
}

.first {
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #6dab3c;
  border-radius: 50px;
  text-align: center;
  max-width: 250px;
  color: #6dab3c!important;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px auto;
  transition: box-shadow 300ms ease-in-out , color 300ms ease-in-out;
  text-decoration: none;
}

.first:hover {
    text-decoration: none;
    box-shadow: 0 0 40px 40px #6dab3c inset;
    color: #fff!important;
    outline: 0;
}

.title-border {
  display: block;
  width: 200px;
  height: 5px;
  background: #6dab3c;
  margin: 10px 0 20px;
  border-radius: 10px;
}

.title-border.center {
  margin: 10px auto 20px;
}

.title-border.dark{
  background: #1f242e;
}

/*---------------------
Header
---------------------*/

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-item-effect .nav-link::before,
.nav-item-effect .nav-link::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.nav-item-effect .nav-link::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.nav-item-effect .nav-link::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.nav-item-effect .nav-link:hover::before,
.nav-item-effect .nav-link:hover::after,
.nav-item-effect .nav-link:focus::before,
.nav-item-effect .nav-link:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);

}
.nav-link.active{
  color: #6dab3c!important;
}

.nav-link:hover{
  color: #6dab3c!important;
}

.nav-item .nav-link.active:before {
  margin-right: 10px;
  content: '[';
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nav-item .nav-link.active:after {
  margin-left: 10px;
  content: ']';
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}



.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
background-color: white;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: white;
}

#sidebar {
width: 300px;
display: flex;
align-items: center;
position: fixed;
top: 0;
left: -350px;
height: 100vh;
z-index: 999;
/*CAMBIAR*/
background-color: rgba(71, 71, 71, 0.95);
color: #fff;
/*CAMBIAR*/
transition: all 0.3s;
overflow-y: scroll;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
padding-left: 50px;
}
#sidebar.active {
left: 0;
}
.overlay {
display: none;
position: fixed;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 998;
opacity: 0;
transition: all 0.5s ease-in-out;
}
.overlay.active {
display: block;
opacity: 1;
}
#sidebar .sidebar-header {
padding: 20px;
/*CAMBIAR*/
background: #040404;
}
#sidebar ul.components {
padding: 20px 0;
border-bottom: 1px solid #47748b;
}
#sidebar ul p {
color: #fff;
padding: 10px;
}
#sidebar ul li a {
padding: 5px;
font-size: 1.1em;
display: block;
transition: all 0.5s ease-in-out;
color: white;
}
#sidebar ul li a:hover {
/*CAMBIAR*/

color: #68cddf;
text-decoration: none;
}
#sidebar ul li.active > a,
a[aria-expanded="true"] {
color: #fff;
}

#nav-menu {
z-index: 20;
position: fixed;
width: 100%;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
-ms-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
padding: 20px 0px;
}
#nav-menu a {
color: white;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
-ms-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
#nav-menu.scrolled {
background-color: #1f242e !important;
background-color: rgba(41, 182, 209, 0.7);
-webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.18);
-moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.18);
box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.18);
}
#nav-menu.scrolled a {
color: rgb(255, 255, 255);
}

.nav-item {
text-align: right;
}

.background-image {
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}


.background-image:after {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: radial-gradient(circle, transparent 50%, black 150%);

}

.carousel-inner-box {
  text-align: center;
  height: 100%;
  padding-bottom: 50px;
  padding-top: 150px;
}

/*---------------------
Header
---------------------*/

.header-overlay {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
position: absolute;
z-index: 1;
}

#header_carousel .carousel-item {
height: 100vh;
min-height: 320px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: white;
}

#header_carousel .carousel-control-next,
#header_carousel .carousel-control-prev {
width: 5%;
}

.header-img-container {
text-align: center;
height: 100%;
}

.header-img {
object-fit: contain;
width: auto;
height: 100%;
max-width: 100%;
}

@media screen and (max-height: 715px) and (max-width: 767px) {
.header-img-container {
  display: none;
}
}

@media screen and (max-width: 767px) {
.header-img-container {
  height: auto;

}

.header-img {
  height: 100%;
  max-width: 250px;
  width: 100%;
}
}

/*---------------------
Swiper Productos
---------------------*/


.slider-title {
  font-size: 31.25px;
  border-left: 5px solid #6dab3c;
  padding: 15px;
  margin-bottom: 51px;
  text-align: left;
}



.swiper-button-next {
    right: 2px;
    z-index: 1000;
    background: white;
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.swiper-button-next:after {
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    font-weight: 900;
    content: "\f0da" !important;
    font-size: 25px;
    color: #2e3338;
    position: absolute;
    left: 22px;
}

.swiper-button-prev {
    left: 2px;
    background: white;
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.swiper-button-prev:after {
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    font-weight: 900;
    content: "\f0d9" !important;
    font-size: 25px;
    color: #2e3338;
    position: absolute;
    right: 22px;
}


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
  color: #6dab3c;
}


.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: justify;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    padding: 0px 0px 20px 0px;
    display: block !important;
  }
}

.circle-img {
  width: 100%;
  padding: 20px ;
}


/*---------------------
Block Circulos
---------------------*/

.block-1{
  padding: 50px 0;
  color: white;
}

.block-1 .smallrow{
  max-width: 750px;
  margin: 0 auto;
}

.col-product {
  margin: 0 auto !important;
}

.thumbnail {
  display: inline-block;
  margin: 0 auto;
}

.card-img-circle{
  text-align: center;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: rgba(255,255,255,1);
  width: 150px;
  height: 150px;
  margin: 0 auto;
  cursor: pointer;
}

.card-img-circle img {
  width: fit-content;
  padding: 17px;
  max-width: 150px;
}


.card-deck {
  width: 100%;
  margin: 0;
}

.card-title{
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  color: white;
  font-weight: bold;
}

.card-deck > div[class*='col-'] {
  display: flex;
  flex:1 0 auto;
}

.card-deck .card {
  width:100%;
  margin: 0;
  background: transparent !important;
  border: none !important;
  padding: 30px;
}


.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.modal-content{
  color: black;
}

.modal-header {
  border-bottom: none;
}

.modal-body{
  text-align: center;
}

.modal-body img {
    width: 100% !important;
}


/*---------------------
Image big
---------------------*/

#img-about {
width: 100%;
min-height: auto;
border-radius: 25px;
margin: 10px 0 25px 0;
}

.info-block p {
padding-top: 25px;
padding-bottom: 25px;
display: block;
margin: 0 auto;
}


/*---------------------
Small Slider
---------------------*/

.small-slider{
  color: #0a0a0a ;
  background: white;
  width: 100%;
}

.vignette{
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, rgba(229,57,53,0) 25%, rgba(0,0,0,1) 100%);
  position: absolute;
}

.img-fluid{
  color: white;
}

/*---------------------
Client Section
---------------------*/
.block-client img {
width: 100%;
display: block;
margin: 0 auto;
}

.block-client h1 {
text-align: center;
}

.block-client p {
padding-top: 25px;
padding-bottom: 75px;
display: block;
margin: 0 auto;
}

.infiniteslide img {
  max-width: 250px;
  padding: 25px 20px 50px 20px;
}
.infiniteslide p {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  width: 250px;
  margin-top: 25px;
}

/*---------------------
Paginas extras
---------------------*/
.parallax-inner {
  display: block;
  width: 100%;
  height: 170px;
  background-color: #1f242e ;
}

/*---------------------
Contact
---------------------*/

.contact-form {
  background: #1f242e ;
}

.feedback-input::placeholder {
color: lightgrey !important;
}

.feedback-input {
color: white;
font-weight: 500;
font-size: 15px;
border-radius: 0px;
line-height: 22px;
background-color: transparent;
border: 0px;
border-bottom: 2px solid #6dab3c;
transition: all 0.3s;
padding-bottom: 15px;
margin-bottom: 15px;
width: 100%;
box-sizing: border-box;
resize: none;
outline: none;
box-shadow: none;
}



/*---------------------
Footer
---------------------*/
.footer-anchor{
color: white;
text-decoration: none;
}



footer {
background: #1f242e !important;
padding: 50px 0px;
}

.footer-title{
  color: white;
  font-weight: bold;
}

.footer-logo {
max-width: 200px;
}

.footer-logo img {
width: 100%;
margin-bottom: 20px;
}

.social_footer_ul {
display: table;
margin: 15px auto 0;
list-style-type: none;
padding: 0;
}

.social_footer_ul li {
padding: 10px;
float: left;
}

.social_footer_ul li a {
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: block;
border-radius: 50px;
background: white;
}

.social_footer_ul li a:hover {
color: #fff;
background: #6dab3c;
}

.footer__copyright {
text-align: center;
}

.footer__text {
font-size: 12px;
line-height: 180%;
color: white;
}

.nav-footer {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
display: table;
margin: 0 auto 20px auto;
text-align: center;
width: 100%;
}


.nav-footer li a {
display: block;
color: white;
text-align: left;
padding: 5px;
text-decoration: none;
}

.nav-footer li a:hover{
  color:  #6dab3c;
  text-decoration: none;
}

.footer-anchor{
  display: block;
  color: white;
  text-align: left;
  padding: 5px;
  text-decoration: none;
}

.nav-footer li i {
  color: #6dab3c;
  padding-right: 10px;
}

.logo-row {
padding-bottom: 50px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}



.f-right {
text-align: right;
}

@media screen and (max-width: 575px) {
.f-left {
  padding-bottom: 25px;
}

.f-right,
.f-left {
  text-align: center !important;
}
}


/*---------------------
Media Queries
---------------------*/

.card-container {
-webkit-perspective: 1000;
perspective: 1000;
}


.profile-card-2 {
height: 400px;
background-color: #FFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
background-position: center;
overflow: hidden;
position: relative;
cursor: pointer;
border-radius: 10px;
}

.profile-card-2 img {
transition: all linear 0.25s;
}

.profile-card-2 .profile-name {
position: absolute;
bottom: 70px;
font-size: 30px;
color: #FFF;
text-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
font-weight: bold;
transition: all linear 0.25s;
margin: 0 30px;
}

.profile-card-2 .profile-icons {
position: absolute;
bottom: 30px;
right: 30px;
color: #FFF;
transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
position: absolute;
bottom: 50px;
left: 30px;
color: #FFF;
font-size: 13px;
transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
margin: 5px;
}

.profile-card-2 .image {
transition: all linear 0.25s;
}

.profile-card-2:hover .image {
filter: grayscale(100%);
    transition: all linear 0.25s;
}

.profile-card-2:hover .profile-name {
bottom: 80px;
}

.profile-card-2:hover .profile-username {
bottom: 60px;
}

.profile-card-2:hover .profile-icons {
right: 40px;
}



/*---------------------
Media Queries
---------------------*/
@media screen and (max-width: 767px) {
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

  /*---------------------
        Productos
    ---------------------*/


.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.button-style {
    display: inline-block !important;
    padding: 10px 50px !important;
    margin: 0 0.3em 0.3em 0 !important;
    border-radius: 2em !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: #ce1936 !important;
    text-align: center;
    transition: all 0.2s;
}
.button-style:hover {
    color: white !important;
    filter: brightness(1.25) !important;
}
.box {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.box:hover::after {
    opacity: 1;
}
.square {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product_name {
    font-weight: bold;
    margin: 5px 0;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.price {
    color: black;
}
.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 10px auto;
    padding: 30px;
}
.pagination li {
    display: inline;
    text-align: center;
}
.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a:active {
    outline: none;
}
.modal-2 li:first-child a {
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0 0 50px;
}
.modal-2 li:last-child a {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 0 50px 50px 0;
}
.modal-2 a {
    border-color: #ddd;
    color: #999;
    background: #fff;
}
.modal-2 a:hover {
    color: #e34e48;
    background-color: #eee;
}
.modal-2 a:active {
    border-color: #e34e48;
    background: #e34e48;
    color: #fff;
}

/*----------------------
      Product
-------------------------*/

/*! CSS Used from: https://offysillasdemexico.com/assets/test_m/css/style.css */
input[type="number"] {
    -moz-appearance: textfield;
}
.button-style {
    display: inline-block !important;
    padding: 10px 50px !important;
    margin: 0 0.3em 0.3em 0 !important;
    border-radius: 2em !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: #ce1936 !important;
    text-align: center;
    transition: all 0.2s;
}
.button-style:hover {
    color: white !important;
    filter: brightness(1.25) !important;
}
.product {
    margin-bottom: 40px;
    position: relative;
    display: block;
}
.product .product-description {
    padding: 8px 0 10px;
}
.product-title {
    min-height: 35px;
    width: 74%;
}
.product .product-title h3 {
    font-weight: 600;
    margin-bottom: 0;
}
.product .product-category {
    display: block;
    opacity: 0.5;
}
.product .product-price {
    width: 26%;
    float: right;
    margin-bottom: 0;
    margin-top: -30px;
    text-align: right;
}
.product .product-price ins {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-decoration: none;
}
.product .product-reviews {
    color: #73848e;
    float: right;
    font-size: 13px;
}
.cart-product-quantity .minus,
.cart-product-quantity .plus {
    border: 1px solid #eee;
    margin: 0 -4px;
    padding: 5px 12px;
}
.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-initialized .slick-slide {
    display: block;
}
.p-t-30 {
    padding-top: 30px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-l-5 {
    margin-left: 5px;
}
.wrap-pic-w img {
    width: 100%;
}
.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .respon5 {
        width: 100%;
    }
}
.slick-slide {
    outline: none !important;
}
.wrap-slick3-dots {
    width: 14.5%;
}
.slick3 {
    width: 80.64%;
}
.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.slick3-dots li img {
    width: 100%;
}
.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.slick3-dot-overlay:hover {
    border: 3px solid #888888;
}
.slick3-dots .slick-active .slick3-dot-overlay {
    border: 3px solid #888888;
}
.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}

/*-------------------------
      Cart
--------------------------*/

/*! CSS Used from: https://offysillasdemexico.com/assets/test_m/css/style.css */
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.button-style {
    display: inline-block !important;
    padding: 10px 50px !important;
    margin: 0 0.3em 0.3em 0 !important;
    border-radius: 2em !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: #ce1936 !important;
    text-align: center;
    transition: all 0.2s;
}
.button-style:hover {
    color: white !important;
    filter: brightness(1.25) !important;
}
.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}
.shop-cart hr {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}
.shop-cart hr.space {
    border: none;
    height: 50px;
}
.space {
    width: 100%;
    display: block;
    clear: both;
    height: 20px;
    position: relative;
}
.shop-cart th,
.shop-cart .table td {
    vertical-align: middle;
}
.shop-cart .cart-product-remove {
    text-align: center;
}
.shop-cart .cart-product-thumbnail img {
    max-width: 52px;
}
.shop-cart .cart-product-thumbnail .cart-product-thumbnail-name {
    padding: 24px;
    font-weight: 600;
}
.cart-product-description {
    max-width: 200px;
    font-size: 12px;
}
.cart-product-description span {
    display: block;
}
.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}
.table td,
.table th {
    padding: 0.75rem 0;
}
@media all and (max-width: 30em) {
    a.button-style {
        display: block !important;
        margin: 0.2em auto !important;
    }
}

.p-b-0 {
    padding-bottom: 0px;
}
.background-grey {
    background-color: #f6f6f6 !important;
}
.p-b-0 {
    padding-bottom: 0px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.icon {
    margin-bottom: 16px;
}
.icon-box {
    margin-bottom: 50px;
    font-size: 30px;
}
.icon-box .icon {
    height: 64px;
    position: absolute;
    width: 64px;
}
.icon-box .icon a {
    width: 100%;
    height: 100%;
    color: #333;
}
.icon-box h3 {
    margin: 0 12px 10px 83px;
}
.icon-box.small .icon {
    height: 46px;
    width: 46px;
}
.icon-box.small > h3 {
    font-size: 18px;
    margin: 0 12px 4px 60px;
}
/*! CSS Used from: https://offysillasdemexico.com/assets/test_m/fonts/fontawesome/css/all.css */
.fa-dollar-sign:before {
    content: "\f155";
}
.fa-history:before {
    content: "\f1da";
}
.fa-truck:before {
    content: "\f0d1";
}
