/*------------------------------------------------------------------
Project:  
Version:  
Last change:  
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Helvetica-Regular;
  src: url('../fonts/Helvetica/Helvetica.ttf'); 
}

@font-face {
  font-family: Helvetica-Bold;
  src: url('../fonts/Helvetica/Helvetica-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {max-width: 1600px;}

@media (max-width: 1600px) {
  .container {max-width: 1450px !important;}
  .container2 {max-width: 1491px !important;}}

.container2 {
  margin-right:auto;
  margin-left:auto;
  padding-right:0px;
  padding-left:0px;
  width:100%;
  max-width: 1873px;
}

@media (max-width: 1280px) {
    .checkout h2 {
        font-size: 17px !important;
    }
    .wrap-pic-w img {
    width: 91% !important;
}
}

@media (max-width: 1024px) {
    .checkout h2 {
        font-size: 15px !important;
    }
    .wrap-pic-w img {
    width: 95% !important;
}
}



/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {outline: none !important;}





/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid #717fe0;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0 auto; 
}

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } 
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 38px;
  bottom: 0px;
  right: 40px;
  background-color: #e56239;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 20px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  background-color: #7fc3eb;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
  height: 84px;
}

.header-v3 .container-menu-desktop {
  height: auto;
}

.header-v4 .container-menu-desktop {
  height: 124px;
}


/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 40px;
  background-color: #7fc3eb;
}

.top-bar:hover {
  background-color: #f2a53b;
}

.top-bar-mobile {
  height: 40px;
  background-color: #7fc3eb;
  display: none !important;
}

.top-bar-mobile:hover {
  background-color: #f2a53b;
}

/*---------------------------------------------*/
.left-top-bar {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}


/*---------------------------------------------*/
.right-top-bar a {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;

  height: 100%;
  color: #b2b2b2;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.right-top-bar a:first-child {
  border-left: 1px solid rgba(255,255,255,0.3);
}

.right-top-bar a:hover {
  color: #6c7ae0;
}


/*---------------------------------------------*/
.topbar-mobile li {
  padding: 8px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  background-color: #222;
}



/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
  position: fixed;
  z-index: 9999;
  background-color: transparent;
  width: 100%;
  height: 84px;
  top: 40px;
  left: 0px; 

  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}

.header-v2 .wrap-menu-desktop {
  background-color: #fff;
  top: 0;
}

.header-v3 .wrap-menu-desktop {
  background-color: transparent;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-v4 .wrap-menu-desktop {
  background-color: #fff;
}


/*---------------------------------------------*/
.limiter-menu-desktop {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
}



/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
  width: 180px;
  animation: bounceIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}

.logo:hover {
  color:  #1d1d1b;
  border-color: #1d1d1b;
 filter: invert(48%) sepia(32%) saturate(2808%) hue-rotate(339deg) brightness(95%) contrast(89%);
 transition: 0s;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-menu {
  list-style-type: none;
  margin: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-menu > li {
  display: block;
  position: relative;
  padding: 20px 10px 20px 0px;
  margin: 0px 4px 0px 14px;
}

.main-menu > li > a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  color: #1d1d1b;
  padding: 5px 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.header-v3 .main-menu > li > a {
  color: #fff;
}

/*---------------------------------------------*/
.sub-menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;
  min-width: 178px;
  max-width: 225px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 5px 0;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0; 
}

.sub-menu li {
  position: relative;
  background-color: transparent;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li > .sub-menu {
  top:100%;
  left: 0;
}

.sub-menu a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #555;

  display: block;
  padding: 8px 20px; 
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu > li:hover > a {
  text-decoration: none;
  color: #e56239;
}

.main-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
} 

.sub-menu li:hover {
  background-color: transparent;
}

.sub-menu > li:hover > a {
  color: #6c7ae0;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu {
    right: 0px;
    left: auto;
  }
}

/*------------------------------------------------------------------
[ Icon header ]*/

.wrap-icon-header {
  flex-grow: 1;
}

.icon-header-item {
  position: relative;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}


/*---------------------------------------------*/
.icon-header-noti::after {
  content: attr(data-notify);
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;

  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  background-color: #7fc3eb;
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
  flex-grow: unset;
}


/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  bottom: 101%;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  padding: 50px 15px 100px 15px;
}

.show-modal-search {
  bottom: 0;
}

.container-search-header {
  width: auto;
  max-width: 100%;
  position: relative;
}

/*---------------------------------------------*/
.btn-hide-modal-search {
  position: absolute;
  padding: 5px;
  right: 0;
  top: -45px;
  opacity: 0.8;
}

.btn-hide-modal-search:hover {
  opacity: 1;
}

.wrap-search-header {
  width: 960px;
  max-width: 100%;
  height: 120px;
  border: 2px solid #e6e6e6;
  background: #fff;
}

/*---------------------------------------------*/
.wrap-search-header input {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  color: #333;
  
  padding: 0px 30px 0px 0px;
  width: calc(100% - 70px);
  height: 100%;
  background-color: transparent;
}

.wrap-search-header button {
  font-size: 50px;
  color: #333;
  width: 70px;
  height: 100%;
}

.wrap-search-header button:hover {
  color: #6c7ae0;
}

/*---------------------------------------------*/
@media (max-width: 767px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 30px;
  }

  .wrap-search-header {
    height: 90px;
  }
}

@media (max-width: 575px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 20px;
  }

  .wrap-search-header button {
    width: 40px;
  }

  .wrap-search-header {
    height: 80px;
  }
}


/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
  height: 84px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
  height: 70px;
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
  background-color: #222;
  border-color: #222;
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
  height: 110px;
}

/*---------------------------------------------*/
.main-menu > li.active-menu > a {
  color: #e56239;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #fff;
  padding: 15px;
  display: none;

  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 100%;
  padding-right: 25px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile img {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position:absolute;
  top: 0; 
  left: 0; 
  bottom: 0;
  margin: auto;
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.hamburger:hover {
  opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 991px){
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container-menu-desktop {display: none;}
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}

.main-menu-m {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7fc3eb;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 110px;
}

.main-menu-m > li > a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: white;
  line-height: 2.8;
  padding: 8px 20px 8px 20px;
}

.main-menu-m > li {
  color: white;
  position: relative;
}

.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 10px;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
  background-color: #fff;
  padding: 10px 15px 10px 32px;
  display: none;
}

.sub-menu-m a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #555555;
}

@media (min-width: 992px){
  .menu-mobile {
    display: none;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.wrap-sidebar {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;  
  transition: all 0.4s;
}

.sidebar {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.show-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-sidebar .sidebar {
  right: 0;
}

@media (max-width: 991px) {
  .wrap-sidebar {
    display: none;
  }
}

/*---------------------------------------------*/
.sidebar-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

/*---------------------------------------------*/
.wrap-item-gallery {
  width: calc((100% - 20px) / 3);
}

.item-gallery {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.item-gallery::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(103,117,214,0.8);
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;
}

.item-gallery:hover:after {
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;  
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-header-cart .header-cart {
  right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
  width: 260px;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
  margin-left: auto;
  margin-right: auto;
}

.header-cart-title span {
font-family: "Bebas Neue", sans-serif;
font-size: 30px;
color: #1d1d1b;
text-transform: uppercase;
width: 85%;
}

.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
  justify-content: center;
}

.header-cart-content h4 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #1d1d1b;
    margin-bottom: 5px;
}

.header-cart-content2 {
  overflow: auto;
  justify-content: center;
}

.header-cart-content2 h4 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #1d1d1b;
    margin-bottom: 5px;
}

.header-cart-wrapitem {
  flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
  width: 50px;
  position: relative;
  cursor: pointer;
}

.header-cart-item-img img {
  width: 100%;
}

.header-infoproduct-item-img {
  width: 250px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.header-infoproduct-item-img img {
  width: 100%;
}

/*---------------------------------------------*/
.header-cart-item-txt {
  width: 100%;
}


.header-cart-item-name {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  color: #1d1d1b;
  line-height: 1.3;
  width: 70%;
  float: left;
  letter-spacing: 1px;
}

.header-cart-add-name {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  color: #1d1d1b;
  line-height: 1.3;
  width: 100%;
  float: left;
  letter-spacing: 1px;
  margin-top: 10px;
}

.header-cart-add-unidades {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1d1d1b;
  line-height: 1.3;
  float: left;
  width: 70%;
  letter-spacing: 1px;  
}

.header-cart-item-unidades {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1d1d1b;
  line-height: 1.3;
  float: left;
  width: 100%;
  letter-spacing: 1px;
  margin-top: 10px;
}

.header-cart-item-unidades2 {
  display: block;
  font-family: Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #1d1d1b;
  line-height: 1.3 !important;
  float: left !important;
  width: 70% !important;
  letter-spacing: 1px !important;
  margin-top: 0px !important;
  text-align: left !important;
}

    .resumenpedido .header-cart-item-info2 {
        width: 35% !important;
        float: right !important;
         display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #1d1d1b;
  line-height: 1;
  margin: 0;
  text-align: right;
    }

.header-cart-item-editar {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #7fc3eb !important;
  line-height: 1.3;
  float: left;
  cursor: pointer;
  margin-top: 10px;
}

.header-cart-item-eliminar {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #e56239 !important;
  line-height: 1.3;
  float: left;
  margin: 10px 10px 0 10px;
  cursor: pointer;
}

.header-cart-item-info {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  color: #1d1d1b;
  line-height: 1.3;
  width: 30%;
  float: left;
  text-align: right;
}

.header-cart-item-info p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1b;
  line-height: 1.3;
  text-align: center;
}

.header-cart-item-info-details {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #1d1d1b;
  line-height: 1.3;
  width: 100%;
  float: left;
}

.header-cart-item-info-details p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #1d1d1b;
  line-height: 1.3;
  text-align: center;
}

.header-cart-total {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #222;
  line-height: 1.3;
  text-align: center;
}

.header-cart-delivery {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
  text-align: center;
}

.header-cart-total h3 {
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
  color: #e56239;
  text-align: center;
}


.resumenpedido .header-cart-item-name {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  color: #1d1d1b;
  line-height: 1.3;
  width: 70%;
  float: left;
  margin: 0;
  text-align: left;
}

.resumenpedido .header-cart-item-unidades {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1d1d1b;
  line-height: 1.3;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
}

.resumenpedido .header-cart-item-editar {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #7fc3eb !important;
  line-height: 1.3;
  float: left;
  cursor: pointer;
  margin: 5px 0 0 0;
  text-align: left;
}

.resumenpedido .header-cart-item-eliminar {
  display: block;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #e56239 !important;
  line-height: 1.3;
  float: left;
  margin: 0 10px;
  cursor: pointer;
  margin: 5px 0 0 10px;
  text-align: left;
}

.resumenpedido .header-cart-item-info {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #1d1d1b;
  line-height: 1;
  width: 30%;
  float: left;
  margin: 0;
  text-align: right;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-cart {
    padding: 30px;
  }

  .header-cart-title {
    padding-bottom: 35px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 1.5px solid #eee;
  outline: none;
  background-color: transparent;
  border-radius: 4px;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #1d1d1b;
  line-height: 1.2;
  padding-left: 20px;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 38px;
  height: 20px;
  top: calc(50% - 10px);
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e6e6e6;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  color: #1d1d1b;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after {
  color: #7fc3eb;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0px;
  overflow: hidden;
  background-color: white;
  left: 0px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {top: -2px;}
.rs1-select2 .select2-dropdown--below {top: 2px;}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: #7fc3eb;
  color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #7fc3eb;
  color: white;
}

.rs1-select2 .select2-results__options {
  font-family: "Bebas Neue", sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
      height: calc(3.4rem + 2px);
    padding: 1rem .75rem;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 35px;
  right: 0px;
  border-left: none;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: calc(100vh - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rs1-slick1 .item-slick1 {
  height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 991px) {
  .item-slick1 {
    height: calc(100vh - 70px) !important;
  }
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 80px;
  color: rgba(0,0,0,0.3);
  position: absolute;
  opacity: 0;
  
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 1;
}

.arrow-slick1:hover {
  color: #7280e0;
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 991px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
  color: rgba(255,255,255,0.3);
}

.rs2-slick1 .arrow-slick1:hover {
  color: #7280e0;
}

.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.slick1-dots li {
  max-width: 190px;
  position: relative;
  cursor: pointer;
  margin-right: 1px;
}

.slick1-dots li img {
  width: 100%;
}

.caption-dots-slick1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
  opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
  opacity: 1;
}

@media (max-width: 575px) {
  .caption-dots-slick1 {
    font-size: 13px;
  }

  .wrap-slick1-dots {
    bottom: 25px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: calc((100% - 60px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #ccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666;
}

.next-slick2 {
  right: -40px;
}

.prev-slick2 {
  left: -40px;
}

@media (max-width: 1300px) {
  .next-slick2 {
    right: 0px;
  }

  .prev-slick2 {
    left: 0px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
  position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  position: absolute;
  z-index: 100;
  width: 83.333333%;
  right: 0;
  top: calc(50% - 20px);
}

.arrow-slick3 {
  font-size: 25px;
  color: #fff;
  
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.prev-slick3 {left: 0px;}
.next-slick3 {right: 0px;}

/*---------------------------------------------*/
.wrap-slick3-dots {
  width: 11.111111%;
}

.slick3 {
  width: 83.333333%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 27px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 2px 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-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border-color: #ccc;
}



/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: none;
}

.mfp-arrow {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

button.mfp-arrow-right {
  background-image: url(../images/icons/icon-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-arrow-left {
  background-image: url(../images/icons/icon-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-close {
  width: 75px !important;
  height: 58px !important;
  line-height: 44px;
  position: fixed;
  right: 0;
  top: 0;
  color: transparent !important;
  background-image: url(../images/icons/icon-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}

.tab01 .nav-tabs .nav-item {
  margin: 0px 15px;
}

.tab01 .nav-link {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  color: #1d1d1b;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tab01 .nav-link.active {
  color: #333;
  border-color: #797979;
}

.tab01 .nav-link:hover {
  color: #333;
  border-color: #797979;
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {overflow-y: auto;}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
  background-color: #717fe0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
}

.swal-button:active {
  background-color: #333;
}

.swal-title {
  font-family: "Bebas Neue", sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: "Bebas Neue", sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {display: none;}

.show-search .icon-close-search,
.show-filter .icon-close-filter {display: unset;}

.show-search,
.show-filter {
  background-color: #f2f2f2;
  border-color: #e7e7e7;
  position: relative;
}

.show-search::after,
.show-filter::after {
  content: "";
  position: absolute;
  display: block;

  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  left: calc(50% - 7px);
  bottom: -8px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
  background-color: #717fe0;
  border-color: #717fe0;
}

/*---------------------------------------------*/
.filter-col1 {width: 27%;}
.filter-col2 {width: 27%;}
.filter-col3 {width: 26%;}
.filter-col4 {width: 20%;}

/*---------------------------------------------*/
.filter-link {
  color: #aaa;
  border-bottom: 1px solid transparent;
}

.filter-link:hover {
  color: #6c7ae0;
  border-bottom: 1px solid #6c7ae0;
}

.filter-link-active {
  color: #6c7ae0;
  border-bottom: 1px solid #6c7ae0;
}

@media (max-width: 767px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 50%;}
}

@media (max-width: 575px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 100%;}
}



/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
  width: 150px;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
}

.btn-num-product-up,
.btn-num-product-down {
  width: 45px;
  height: 100%;
  cursor: pointer;
}

.num-product {
  width: calc(100% - 90px);
  height: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
}

input.num-product {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}

.wrap-num-product2 {
  width: 137px;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
}

.btn-num-product-up2,
.btn-num-product-down2 {
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.num-product2 {
  width: calc(100% - 80px);
  height: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
}

input.num-product2 {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input.num-product2::-webkit-outer-spin-button,
input.num-product2::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
  position: relative;
}

.tooltip100::after {
  content: attr(data-tooltip);
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  color: #888;
  line-height: 18px;
  white-space: nowrap;

  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  height: 20px;
  padding: 0px 8px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);

  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  
  visibility: hidden;
  opacity: 0;
}

.tooltip100:hover:after {
  visibility: visible;
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal1 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal1 {
  visibility: visible;
  opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
  overflow: auto;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 680px;
}

.table-shopping-cart tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 133px;
  padding-left: 20px;
}

.table-shopping-cart .column-2 {
  width: 250px;
}

.table-shopping-cart .column-3 {
  width: 180px;
}

.table-shopping-cart .column-4 {
  width: 100px;
}

.table-shopping-cart .column-5 {
  width: 172px;
}

.table-shopping-cart .column-6 {
  width: 100px;
}

.table-shopping-cart .column-7 {
  width: 50px;
  padding-right: 20px;
}

.table-shopping-cart .table_row {
  height: 90px;
}

.table-shopping-cart .table_row td {
  padding-bottom: 20px;
}

.table-shopping-cart .table_row td.column-1 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.table-shopping-cart .table_row td.column-2 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.table-shopping-cart .table_row td.column-3 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.table-shopping-cart .table_row td.column-4 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.table-shopping-cart .table_row td.column-5 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.table-shopping-cart .table_row td.column-6 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.table-shopping-cart .table_row td.column-7 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.table-shopping-cart .table_head th {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 18px;
  padding-bottom: 15px;
  text-align: center;
}

.table-shopping-cart td {
  font-family: "Bebas Neue", sans-serif;
  color: #1d1d1b;
  line-height: 1.6;
  text-align: center;
}



/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  position: relative;
  border: 1px solid #e6e6e6;
}

.block1-txt {
  background-color: rgba(103,117,214,0.0);
}

/*---------------------------------------------*/
.block1-name {color: #333;}
.block1-info {color: #555;}

/*---------------------------------------------*/
.block1-txt-child2 {
  border-bottom: 2px solid #fff;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.block1-link {
  -webkit-transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  -o-transform: translateY(250%);
  transform: translateY(250%);
}

/*---------------------------------------------*/
.block1-txt:hover {
  background-color: rgba(242,165,59,0.8);
}

.block1-txt:hover .block1-txt-child2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.block1-txt:hover .block1-link {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.block1-txt:hover .block1-name,
.block1-txt:hover .block1-info {
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
  position: relative;
}

.block2-pic:hover {
  animation: rotateIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}

.block2-btn {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block2-pic:hover .block2-btn {
  bottom: 20px;
}

.block3-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.block3-pic:hover .block3-btn {
  bottom: 20px;
}

/*//////////////////////////////////////////////////////////////////
[ Block5 ]*/
.block5-pic {
  position: relative;
}

.block5-pic:hover {
  animation: rotateIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}

.block5-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block5-pic:hover .block5-btn {
  bottom: 20px;
}

.block5-txt-child1 {
  width: 100%;
  text-align: center;
}
.block5-txt-child2 {
  width: 30px;
}

.block5-txt-child1 a {
    font-size: 24px;
    line-height: 1.466667;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
  color: #1d1d1b;
}

.block5-txt-child1 a:hover {
  color: #e56239;
}


/*---------------------------------------------*/
.block2-txt-child1 {
  width: 100%;
  text-align: center;
}

.block2-txt-child2 {
  width: 30px;
}

.btn-addwish-b2 .icon-heart2 {
  opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
  opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
  opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
  opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
  opacity: 0;
}

/*---------------------------------------------*/
.label-new {
  position: relative;
}

.label-new::after {
  content: attr(data-label);
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 50px;
  height: 22px;
  border-radius: 11px;
  padding: 0 6px;
  background-color: #66a8a6;
  top: 42px;
  left: 12px;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {color: #fff;}
.cl1 {color: #7fc3eb;}
.cl2 {color: #1d1d1b;}
.cl3 {color: #666;}
.cl4 {color: #999;}
.cl5 {color: #222;}
.cl6 {color: #888;}
.cl7 {color: #b2b2b2;}
.cl8 {color: #555;}
.cl9 {color: #aaa;}
.cl10 {color: #1d1d1d;}
.cl11 {color: #f9ba48;}
.cl12 {color: #ccc;}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
  font-size: 15px;
  line-height: 1.466667;
  text-transform: uppercase;
}

.stext-102 {
  font-size: 14px;
  line-height: 1.7;
}

.stext-103 {
  font-size: 15px;
  line-height: 1.466667;
}

.stext-104 {
  font-size: 24px;
  line-height: 1.466667;
}

.stext-105 {
  font-size: 18px;
  line-height: 1.466667;
  letter-spacing: 1px;
}

.stext-106 {
  font-size: 15px;
  line-height: 1.2;
}

.stext-107 {
  font-size: 13px;
  line-height: 1.923;
}

.stext-108 {
  font-size: 14px;
  line-height: 1.7143;
}

.stext-109 {
  font-size: 12px;
  line-height: 1.833333;
}

.stext-110 {
  font-size: 15px;
  line-height: 1.466667;
}

.stext-111 {
  font-size: 13px;
  line-height: 1.6923;
}

.stext-112 {
  font-size: 13px;
  line-height: 1.6923;
  text-transform: uppercase;
}

.stext-113 {
  font-size: 14px;
  line-height: 1.7857;
}

.stext-114 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  line-height: 1.666667;
}

.stext-115 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  line-height: 1.666667;
}

.stext-116 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  line-height: 1.266667;
}

.stext-117 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  line-height: 1.666667;
}


/*---------------------------------------------*/
.stext-301 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
  font-size: 18px;
  line-height: 1.333333;
}

.mtext-102 {
  font-size: 16px;
  line-height: 1.6;
}

.mtext-103 {
  font-size: 18px;
  line-height: 1.333333;
  text-transform: uppercase;
}

.mtext-104 {
  font-size: 16px;
  line-height: 1.6;
}

.mtext-105 {
  font-size: 24px;
  line-height: 1.5;
}

.mtext-106 {
  font-size: 18px;
  line-height: 1.388888;
}

.mtext-107 {
  font-size: 16px;
  line-height: 1.625;
}

.mtext-108 {
  font-size: 20px;
  line-height: 1.3;
}

.mtext-109 {
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mtext-110 {
  font-size: 18px;
  line-height: 1.222222;
}

.mtext-111 {
  font-size: 25px;
  line-height: 1.2;
}

.mtext-112 {
  font-size: 22px;
  line-height: 1.333333;
}

.mtext-113 {
  font-size: 22px;
  line-height: 1.333333;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
  font-size: 28px;
  line-height: 1.2857;
}

.ltext-102 {
  font-size: 28px;
  line-height: 1.1;
}

.ltext-103 {
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-104 {
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-105 {
  font-size: 50px;
  line-height: 1.1;
}

.ltext-106 {
  font-size: 36px;
  line-height: 1.2;
}

.ltext-107 {
  font-size: 30px;
  line-height: 1.1;
}

.ltext-108 {
  font-size: 26px;
  line-height: 1.3846;
}

.ltext-109 {
  font-size: 36px;
  line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-202 {
  font-size: 28px;
  line-height: 1.2857;
}




/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
  min-width: 161px;
  height: 46px;
}

.size-102 {
  min-width: 139px;
  height: 40px;
}

.size-103 {
  min-width: 179px;
  height: 46px;
}

.size-104 {
  min-width: 94px;
  height: 40px;
}

.size-105 {
  min-width: 111px;
  height: 40px;
}

.size-106 {
  width: 88px;
  height: 100%;
}

.size-107 {
  min-width: 145px;
  height: 40px;
}

.size-108 {
  width: 40px;
  height: 40px;
}

.size-109 {
  width: 60px;
  height: 60px;
}

.size-110 {
  width: 100%;
  min-height: 100px;
}

.size-111 {
  width: 100%;
  height: 40px;
}

.size-112 {
  min-width: 134px;
  height: 43px;
}

.size-113 {
  width: 38px;
  height: 60px;
}

.size-114 {
  width: calc(100% - 38px);
  height: 60px;
}

.size-115 {
  min-width: 185px;
  height: 45px;
}

.size-116 {
  width: 100%;
  height: 50px;
}

.size-117 {
  width: 220px;
  height: 45px;
}

.size-118 {
  min-width: 163px;
  height: 45px;
}

.size-119 {
  min-width: 156px;
  height: 45px;
}

.size-120 {
  width: 100%;
  min-height: 199px;
}

.size-121 {
  width: 100%;
  height: 46px;
}

.size-122 {
  width: 55px;
  height: 100%;
}

.size-123 {
  width: 70px;
  min-height: 70px;
}

.size-124 {
  width: 100%;
  min-height: 150px;
}

.size-125 {
  min-width: 180px;
  height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
  max-width: 270px;
}

.size-202 {
  width: calc(100% / 3);
}

.size-203 {
  width: 105px;
}

.size-204 {
  width: calc(100% - 105px);
}

.size-205 {
  width: 145px;
}

.size-206 {
  width: calc(100% - 145px);
}

.size-207 {
  width: calc(100% - 78px);
}

.size-208 {
  width: 34.5%;
}

.size-209 {
  width: 65.5%;
}

.size-210 {
  width: 50%;
}

.size-211 {
  width: 60px;
}

.size-212 {
  width: calc(100% - 60px);
}

.size-213 {
  max-width: 245px;
}

.size-214 {
  width: 90px;
}

.size-215 {
  width: calc(100% - 110px);
}

.size-216 {
  width: 55px;
}

.size-217 {
  width: calc(100% - 55px);
}

.size-218 {
  max-width: 286px;
}

.size-mw200 {
  max-width: 200px;
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
  min-height: 30px;
}

.size-302 {
  min-height: 80px;
}

.size-303 {
  height: 390px;
}

.size-580 {
  width: 75%;
}

.size-520 {
  width: 25%;
}

.size-600 {
  width: 100%;
}

.size-500 {
  width: 50%;
}


/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {background-color: transparent;}
.bg0 {background-color: #fff;}
.bg1 {background-color: #717fe0;}
.bg2 {background-color: #e6e6e6;}
.bg3 {background-color: #222;}
.bg5 {background-color: rgba(0,0,0,0.5);}
.bg6 {background-color: #f2f2f2;}
.bg7 {background-color: #333;}
.bg8 {background-color: #f3f3f3;}
.bg9 {background-color: rgba(255,255,255,0.9);}

/*---------------------------------------------*/
.bg-overlay1::before {
  content: "";
  position: absolute;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

.header-pages {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---------------------------------------------*/
.header-ourstory {
  background: linear-gradient(rgb(29, 29, 29, 0.3), rgb(29, 29, 29, 0.3)),  url("../images/header-ourstory.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 85px;
  width: 100%;
  margin-bottom: 50px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-faqs{
  background: linear-gradient(rgb(29, 29, 29, 0.3), rgb(29, 29, 29, 0.3)),  url("../images/header-ourstory.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 85px;
  width: 100%;
  margin-bottom: 50px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}




/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {border-radius: 50%;}

.bor1 {
  border-radius: 23px;
}

.bor2 {
  border-radius: 20px;
}

.bor3 {
  border-bottom: 1px solid transparent;
}

.bor4 {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.bor5 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.bor6 {border-right: 1px solid rgba(255,255,255,0.1);}

.bor7 {
  border: 1px solid #ccc;
  border-radius: 15px;
}

.bor8 {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.bor9 {
  border-right: 1px solid #e6e6e6;
}

.bor10 {
  border: 1px solid #e6e6e6;
}

.bor11 {
  border-radius: 21px;
}

.bor12 {
  border-bottom: 1px dashed #d9d9d9;
}

.bor13 {
  border: 1px solid #e6e6e6;
  border-radius: 22px;
}

.bor14 {
  border-radius: 25px;
}

.bor15 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bor16 {
  border-left: 3px solid #e6e6e6;
}

.bor17 {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
}

/*---------------------------------------------*/
.bor18 {
  border-top: 1px solid #e6e6e6;
}

.bor18:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor19 {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.plh0::-webkit-input-placeholder { color: #999999;}
.plh0:-moz-placeholder { color: #999999;}
.plh0::-moz-placeholder { color: #999999;}
.plh0:-ms-input-placeholder { color: #999999;}

.plh1::-webkit-input-placeholder { color: #b2b2b2;}
.plh1:-moz-placeholder { color: #b2b2b2;}
.plh1::-moz-placeholder { color: #b2b2b2;}
.plh1:-ms-input-placeholder { color: #b2b2b2;}

.plh2::-webkit-input-placeholder { color: #333;}
.plh2:-moz-placeholder { color: #333;}
.plh2::-moz-placeholder { color: #333;}
.plh2:-ms-input-placeholder { color: #333;}

.plh3::-webkit-input-placeholder { color: #555;}
.plh3:-moz-placeholder { color: #555;}
.plh3::-moz-placeholder { color: #555;}
.plh3:-ms-input-placeholder { color: #555;}

.plh4::-webkit-input-placeholder { color: #888;}
.plh4:-moz-placeholder { color: #888;}
.plh4::-moz-placeholder { color: #888;}
.plh4:-ms-input-placeholder { color: #888;}

/*---------------------------------------------*/
.js-addedwish-detail {
  color: #6c7ae0;
}

/*---------------------------------------------*/
.label1 {
  position: relative;
}

.label1::after {
  content: attr(data-label1);
  font-family: "Bebas Neue", sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;

  display: block;
  position: absolute;
  top: 3px;
  right: -9px;
  height: 15px;
  min-width: 32px;
  border-radius: 7px;
  padding: 0 4px;
  background-color: #f74877;
}

.label1.rs1::after {
  top: calc(50% - 8px);
  right: auto;
  left: 90%;
}




/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  border-bottom: 2px solid rgba(204,204,204, 0.1);
}

.input1 {
  background-color: transparent;
  width: 100%;
}

.focus-input1 {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #7fc3eb;
  left: 0;
  bottom: -2px;
}

.input1:focus + .focus-input1 {
  width: 100%;
}


/*---------------------------------------------*/
.how-pagination1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  color: #808080;

  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.how-pagination1:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.active-pagination1 {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}

/*---------------------------------------------*/
.how-pos1 {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*---------------------------------------------*/
.how-pos2 {
  padding-left: 10.7%;
  padding-right: 11%;
}

@media (max-width: 991px) {
  .how-pos2 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/*---------------------------------------------*/
.how-pos3-parent {
  position: relative;
}

.how-pos3 {
  position: absolute;
  top: -35px;
  right: 0px;
}

/*---------------------------------------------*/
.how-pos4-parent {
  position: relative;
}

.how-pos4 {
  position: absolute;
  top: calc(50% - 9px);
  left: 28px;
}

/*---------------------------------------------*/
.how-pos5-parent {
  position: relative;
}

.how-pos5 {
  position: absolute;
  top: 15px;
  left: 10px;
}



/*---------------------------------------------*/
.how-itemcart1 {
  width: 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.how-itemcart1 img {
  width: 100%;
}

.how-itemcart2 {
  text-align: center;
  margin-top: 10px;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
  position: relative;
  z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 3px solid #ccc;
}

.how-bor1::before {
  bottom: -21px;
  left: -21px;
}

@media (max-width: 767px) {
  .how-bor1::before {
    bottom: -21px;
    right: -21px;
    left: auto;
  }
}

.how-bor2::before {
  bottom: -21px;
  right: -21px;
}



/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }




/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}
.hov-cl1:hover {color: #e56239;}
.hov-bg1:hover {background-color: #717fe0;}

/*---------------------------------------------*/
.hov-img0 {
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.hov-img0 img{
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
  max-width: 550px;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/

.hov-btn1 {
  border-color: #e56239;
  background-color: #e56239;
  color: #fff !important;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border-radius: 23px;
}

.hov-btn1:hover {
  border-color: #f2a53b;
  background-color: #f2a53b;
  color: #fff !important;
}

.hov-btn1:hover i {
  color: #fff;
}

.hov-btn1-disabled {
  border-color: #777;
  background-color: #777;
  color: #fff !important;
  cursor: auto;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border-radius: 23px;
}

.hov-btn1-disabled:hover i {
  color: #fff;
}

.hov-btn6 {
  border-color: #f2a53b;
  background-color: #f2a53b;
  color: #1d1d1b !important;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border-radius: 23px;
}

/*---------------------------------------------*/

.hov-btn2 {
  border-color: #f2a53b;
  background-color: #f2a53b;
  color: #fff !important;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border-radius: 23px;
}
.hov-btn2:hover {
  border-color: #1d1d1b;
  background-color: #1d1d1b;
  color: #fff !important;
}

/*---------------------------------------------*/
.hov-btn3 {
  border-color: #f7e5dc;
  background-color: #f7e5dc;
  color: #1d1d1b !important;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border-radius: 23px;
}
.hov-btn3:hover {
  border-color: #7fc3eb;
  background-color: #7fc3eb;
  color: #fff !important;
}

.hov-btn3:hover i {
  color: #fff;
}

.hov-btn-disabled {
  border-color: #777777;
  background-color: #777777;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border-radius: 23px;
}

.hov-btn-disabled:hover {
  border-color: #777777;
  background-color: #777777;
  color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
  color: #717fe0;
  border-color: #717fe0;
}


/*---------------------------------------------*/
.hov-ovelay1 {
  position: relative;
}

.hov-ovelay1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103,117,214,0.8);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
  opacity: 1;
}


/*---------------------------------------------*/

.hov1 {
color:  #1d1d1b;
}

.hov1:hover {
  color:  #1d1d1b;
  border-color: #1d1d1b;
}

/*---------------------------------------------*/
.hov2:hover {
  background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
  opacity: 0.6;
}

.hov3:hover {
  opacity: 1;
}

/*---------------------------------------------*/
.how-active1 {
  background:  #1d1d1b;
  border-color: #1d1d1b;
  color: #ffffff;
}

.icon-categories-shop {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  fill: #f2a53b;
}

.icon-valores {
  width: 80px;
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  fill: #f2a53b;
}




/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    width: 50%;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    width: 100%;
  }

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    font-size: 40px;
  }
  
  /*---------------------------------------------*/
  .respon2 {
    font-size: 20px;
  }

  /*---------------------------------------------*/
  .respon6 {
    width: 65px;
  }

  .respon6-next {
    width: calc(100% - 65px);
  }

  /*---------------------------------------------*/
  .respon7 {
    padding-left: 60px;
  }

  
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}

  /*---------------------------------------------*/
  .respon3 {
    padding: 20px;
  }

}

.justify-content-center {
  justify-content:  center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

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

.btn-secondary {
  color: #1d1d1b;
  background-color: #fff;
  border-color: #1d1d1b;
}


.btn-secondary:hover, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7fc3eb;
  border-color: #7fc3eb;
}

.block4 {
  border: 3px solid #cccccc;
  border-radius: 10px;
}

.block4-active, .block4:hover {
  border: 3px solid #7fc3eb;
}

.block4-pic {
  position: relative;
}

.block4-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block4-pic:hover .block4-btn {
  bottom: 20px;
}

.block4-txt-child1 {
  width: calc(100% - 30px);
}

.block4-txt-child2 {
  width: 30px;
}

.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}

.zoom-pic-product {
  padding: 15px;
}

.zoom-pic-product::after {
  content: "\f002";
  font-family:  'FontAwesome';
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;

  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 6px;
  background-color: #7fc3eb;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}

.zoom-pic-product-home {
  padding: 15px;
}

.zoom-pic-product-home::after {
  content: "\f002";
  font-family:  'FontAwesome';
  font-size: 24px;
  color: #fff;
  line-height: 15px;
  text-align: center;

  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 18px 16px;
  background-color: #7fc3eb;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}

.form-control {
  padding: 12px 15px;
  border-radius: 10px;
  border: 2px solid #eee;
  transition: all 0.3s ease;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.form-control:focus {
  border-color: #0062cc;
  box-shadow: none;
}

.input-group-text {
  border: none;
  background: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  color: #1d1d1b;
}

.input-group .form-control {
  border-radius: 10px !important;
}

.input-group {
  position: relative;
  height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
}

.datepicker {
  border-radius: 10px;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  top: 85px;
  visibility: hidden;
  transition:all 1.2s ease;
  &.slick-initialized {
    opacity: 1;
    visibility: visible;
  }
}
.slick-slide {
  position: relative;
  height: 38vw;
  @extend %bv_hidden;
  &::before {
    @extend %filled_obj;
    @extend %bv_hidden;
    background-color: #000;
    opacity: .3;
    z-index: 1;
  }
  video {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    transform:translate(-50%, -50%);
  }
  iframe {
    position: relative;
    pointer-events: none;
  }
  figure {
    position: relative;
    height: 100%;
  }
  .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    // background-color:rgba(#c46897,.38);
    // background-blend-mode:overlay;
    transition:all .8s ease;
    &.show {
      opacity: 1;
    }
  }
  .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
  }
  .slide-media {
    animation:slideOut .4s cubic-bezier(0.4, 0.29, 0.01, 1);
  }
  &.slick-active {
    z-index: 1;
    .slide-media {
      animation:slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    }
    .caption {
      opacity: 1;
      transform:translateY(0);
      transition:all .7s cubic-bezier(0.32, 0.34, 0, 1.62) .6s;
    }
    .title-header {
      opacity: 1;
      transform:translateY(0);
      transition:all .7s cubic-bezier(0.32, 0.34, 0, 1.62) .6s;
    }
  }
}

.caption {
  position: absolute;
  top: 46%;
  left: 5%;
  text-align: center;
  padding: 20px;
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  text-shadow: 2px 2px 5px #181818;
  z-index: 1;
  transition:all .3s ease;
  transform:translateY(100px);
  @extend %bv_hidden;
}

.title-header {
  position: absolute;
  top: 38%;
  left: 5%;
  text-align: center;
  padding: 20px;
  color: #fff;
  margin: 0;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  text-shadow: 2px 2px 5px #181818;
  z-index: 1;
  transition:all .3s ease;
  transform:translateY(100px);
  @extend %bv_hidden;
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
  li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    button {
      width: 16px;
      height: 16px;
      border: none;
      cursor: pointer;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 0 0 0 transparent;
      vertical-align: middle;
      color: #fff;
      background-color: #fff;
      transition:all .3s ease;
      opacity: .4;
      &:focus {
        outline: none;
      }
      &:hover {
        opacity: 1;
      }
    }
    &.slick-active {
      button {
        border-color: $bg_color;
        box-shadow: 0 0 0 2px #fff;
        opacity: 1;
      }
    }
  }
}

  .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 47%;
  }
  
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  
  .btn-wrap {
    text-align: center;
    width: 100%;
  }
  button {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.5s;
    
  }
  button.slick-disabled {
    opacity: 0.6;
  }

  .slick-prev:before {
    font-family: 'FontAwesome';
    content: "\f053";
    font-size: 30px;
    left: 13px;
    top: 4px;
    position: absolute;
    color: rgba(255,255,255,0.8);;
  }

  .slick-next::after {
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 30px;
    right: 13px;
    top: 4px;
    position: absolute;
    color: rgba(255,255,255,0.8);;
  }

  .carousel {
    margin: 15px auto;
    padding: 0 80px;
  }
  .carousel .carousel-item {
    text-align: center;
    overflow: hidden;
  }
  .carousel .carousel-item h4 {
    font-family: 'Varela Round', sans-serif;
  }
  .carousel .carousel-item img {
    max-width: 100%;
    display: inline-block;
  }
  .carousel .carousel-item .btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #a177ff;
    padding: 6px 15px;
    margin-top: 5px;
  }
  .carousel .carousel-item .btn:hover {
    background: #8c5bff;
  }
  .carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
  }
  .carousel .thumb-wrapper {
    margin: 5px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);   
  }
  .carousel .thumb-content {
    padding: 15px;
    font-size: 13px;
  }
  .carousel-control-prev, .carousel-control-next {
    height: 44px;
    width: 44px;
    background: none;	
    margin: auto 0;
  }
  .carousel-control-prev i, .carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #1d1d1b;
    text-shadow: none;
    font-weight: bold;
  }
  .carousel-control-prev i {
    margin-left: -3px;
  }
  .carousel-control-next i {
    margin-right: -3px;
  }
  .carousel-indicators {
    bottom: -50px;
  }
  .carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
    border: none;
  }
  .carousel-indicators li {	
    background: #ababab;
  }
  .carousel-indicators li.active {	
    background: #555;
  }

  .p-lr-0-important {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
 
 .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}

 .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}

 .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.brands {
  width: 100%;
}

.brands_slider_container {
  height: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

.brands_slider {
  height: 100%;
  margin-top: 50px
}

.brands_item {
  height: 100%;
}

.brands_item img {
  max-width: 300px;
  width: 180px;
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

.brands_nav:hover i {
  color: #676767
}

.brands_prev {
  left: 40px
}

.brands_next {
  right: 40px
}

.projectFactsWrap{
  display: flex;
margin-top: 20px;
flex-direction: row;
flex-wrap: wrap;
width: 725px;
}


#projectFacts .fullWidth{
padding: 0;
}

.projectFactsWrap .item{
width: 25%;
height: 100%;
padding: 50px 0px;
text-align: center;
}

.projectFactsWrap .item:nth-child(1){
background: rgb(247, 229, 220, 0.6);
}

.projectFactsWrap .item:nth-child(1):hover{
  background: rgb(247, 229, 220, 1);
  }

.projectFactsWrap .item:nth-child(2){
  background: rgb(247, 229, 220, 0.6);
}

.projectFactsWrap .item:nth-child(2):hover{
  background: rgb(247, 229, 220, 1);
  }

.projectFactsWrap .item:nth-child(3){
  background: rgb(247, 229, 220, 0.6);
}

.projectFactsWrap .item:nth-child(3):hover{
  background: rgb(247, 229, 220, 1);
  }

.projectFactsWrap .item:nth-child(4){
  background: rgb(247, 229, 220, 0.6);
}

.projectFactsWrap .item:nth-child(4):hover{
  background: rgb(247, 229, 220, 1);
  }

.projectFactsWrap .item p.number{
font-size: 48px;
padding: 0;
font-weight: bold;
}

.projectFactsWrap .item p{
color: rgba(229, 98, 57, 0.6);
font-size: 30px;
margin: 0;
padding: 10px;
font-family: "Bebas Neue", sans-serif;
}


.projectFactsWrap .item span{
width: 60px;
background: rgba(229, 98, 57, 0.6);
height: 2px;
display: block;
margin: 0 auto;
}


.projectFactsWrap .item i{
vertical-align: middle;
font-size: 50px;
color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
color: rgba(229, 98, 57, 1);
}

.projectFactsWrap .item:hover span{
  color: rgba(229, 98, 57, 1);
}

@media (max-width: 786px){
.projectFactsWrap .item {
   flex: 0 0 50%;
}
}

.numberpercent {
 position: absolute;
 font-size: 20px !important;
 z-index: 999;
 top: 51%;
 right: 25%;
 color: rgba(127, 195, 235, 0.6) !important;
}

.numberpercent:hover {
  color: rgba(127, 195, 235, 1) !important;
 }

 .title-valor {
  font-size: 18px !important;
 }

 .service-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #f3f3f3);
  box-shadow: 5px 5px 15px #d9d9d9, -5px -5px 15px #ffffff;
  padding: 20px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 8px 8px 20px #d1d1d1, -8px -8px 20px #ffffff;
}

.icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: rgba(127, 195, 235);
}

.custom-badge {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.service-title {
  color: #2d3748;
  font-weight: 600;
}

.service-text {
  color: #718096;
  font-size: 0.95rem;
}

.icon-howsend {
  width: 150px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.testimonial-card {
  background: rgba(247, 229, 220, 0.6);
  border-radius: 20px;
  box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
  transition: transform 0.3s ease;
  height: 230px;
  padding: 45px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  background: rgba(247, 229, 220, 1);
}

.quote-icon {
  font-size: 4rem;
  color: #6366f1;
  opacity: 0.2;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

.faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;    
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  
  .nav-link {
      position: relative;
      display: block;
      margin: 0;
      padding: 13px 16px;
      background-color: #fff;
      border: 0;
      border-bottom: 1px solid #ddd;
      border-radius: 0;
      color: #616161;
      transition: background-color .2s ease;
      font-family: "Bebas Neue", sans-serif;
      font-size: 24px;
      color: #1d1d1b;
      
      &:hover {
          background-color: #f7e5dc;
      }
      
      &.active {
          background-color: #f7e5dc;
          color: #e56239;        
      }
      
      &:last-of-type {
          border-bottom-left-radius: 2px;
          border-bottom-right-radius: 2px;
          border-bottom: 0;
      }
      
      i.mdi {
          margin-right: 5px;
          font-size: 18px;
          position: relative;
      }
  }
}

.tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  
  .card {
      border-radius: 0;
  }
  
  .card-header {
      padding: 15px 16px;
      border-radius: 0;
      background-color: #f7e5dc;
      
      h5 {
          margin: 0;
          
          button {
              display: block;
              width: 100%;
              padding: 0;
              border: 0;
              color: #e56239 !important;
              text-align: left;
              white-space: normal;
              
              &:hover,
              &:focus,
              &:active,
              &:hover:active {
                  text-decoration: none;
                  color: #e56239 !important;
              }
          }
      }

      a {
        color: #1d1d1b !important;
        text-align: left;
        white-space: normal;
        font-size: 20px;
        font-family: "Bebas Neue", sans-serif;
        color: #1d1d1b;
        letter-spacing: 1px;
      }
  }
  
  .card-body {
      p {
          color: #1d1d1b;
          font-family: Helvetica, sans-serif;
  font-weight: 400;
          
          &:last-of-type {
              margin: 0;
          }
      }
  }
}

.accordion {
  > .card {
      &:not(:first-child) {
          border-top: 0;
      }   
  }
}

.collapse.show {
  .card-body {
      border-bottom: 1px solid rgba(0,0,0,.125);
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 20px;
  justify-content: center;
   font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  font-family: "FontAwesome";
  content: "\f054";
  display: inline-block;
  padding-right: 10px;
  color: #1d1d1b;
  font-size: 16px;
}

.current {
  color: #fff;
}

form button {
  margin-top: 30px;
}

.form-floating {
  position:relative;
}
.form-floating>.form-control,.form-floating>.form-select {
  height:calc(3.55rem + 2px);
  padding:1rem .75rem;
}
.form-floating>label {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  padding:1rem .75rem;
  pointer-events:none;
  border:1px solid transparent;
  transform-origin:0 0;
  transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
 font-family: Helvetica, sans-serif;
  font-weight: 400;
  color: #1d1d1b;
}
@media (prefers-reduced-motion: reduce){
  .form-floating>label{
    transition:none;
  }
}
.form-floating>.form-control::placeholder{
  color:transparent;
}
.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){
  padding-top:1rem;
  padding-bottom:.75rem;
}
.form-floating>.form-control:-webkit-autofill{
  padding-top:1.625rem;
  padding-bottom:.625rem;
}
.form-floating>.form-select{
  padding-top:1.625rem;
  padding-bottom:.625rem;
}
.form-floating>.form-control:focus ~ label,.form-floating>.form-control:not(:placeholder-shown) ~ label,.form-floating>.form-select ~ label{
  opacity:.65;
  transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating>.form-control:-webkit-autofill ~ label{
  opacity:.65;
  transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating2 {
  position:relative;
  margin-top: 30px;
}
.form-floating2>.form-control,.form-floating2>.form-select {
  height:calc(3.5rem + 2px);
  padding:1rem .75rem;
}
.form-floating2>label {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  padding:1rem .75rem;
  pointer-events:none;
  border:1px solid transparent;
  transform-origin:0 0;
  transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
 font-family: Helvetica, sans-serif;
  font-weight: 400;
  color: #1d1d1b;
}
@media (prefers-reduced-motion: reduce){
  .form-floating2>label{
    transition:none;
  }
}
.form-floating2>.form-control::placeholder{
  color:transparent;
}
.form-floating2>.form-control:focus,.form-floating2>.form-control:not(:placeholder-shown){
  padding-top:1.625rem;
  padding-bottom:.625rem;
}
.form-floating2>.form-control:-webkit-autofill{
  padding-top:1.625rem;
  padding-bottom:.625rem;
}
.form-floating2>.form-select{
  padding-top:1.625rem;
  padding-bottom:.625rem;
}
.form-floating2>.form-control:focus ~ label,.form-floating2>.form-control:not(:placeholder-shown) ~ label,.form-floating2>.form-select ~ label{
  opacity:.65;
  transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating2>.form-control:-webkit-autofill ~ label{
  opacity:.65;
  transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.contact-info {
  padding: 40px 60px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateX(10px);
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.contact-icon i {
  font-size: 30px;
  color: #1d1d1b;
}

.social-links {
  margin-top: 30px;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 18px;
  transition: all 0.3s ease;
  color: #1d1d1b;
}

.social-icon:hover {
  background:#1d1d1b;
  color: #fff;
  transform: translateY(-3px);
}

.catering-bg {
  background-color: #f7e5dc;
}

.white-bg {
  background-color: #fff;
}

.icon-wrapper-catering {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.modal-dialog {
  top: 30%;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 4px solid #1d1d1b;
  border-bottom: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 5px;
}


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.modal-open .modal {
  position: absolute;
    z-index: 9999;
}

.fade.show {
  background-color: rgba(0, 0, 0, 0.6);
}

.close {
  opacity: 1;
  color: #1d1d1b !important;
  font-weight: 500 !important; 
}

.close:hover, close:focus {
  opacity: 1;
  font-weight: 500 !important; 
}

.pedido-box-border-top {
  border-top: 1px solid #1d1d1b;
}

.pedido-box-border-bottom {
  border-bottom: 1px solid #1d1d1b;
}

.form-control::placeholder {
  color: #1d1d1b;
}

.form-control:focus {
  color: #1d1d1b;
}

.amex {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAA3NCSVQICAjb4U/gAAACi1BMVEUAAAAAAAAAdKIAdqcGdqoDeqkDeKoDe6sFeqoFeqwCeqoGe6wGeasGeqwGe6wFeqwFeqwFeqsGe6oFeawEeqwEeqwFe6wHeaoFe6oFeasFe6wFeawHe6wIfKwJfKwKfa0Lfa0Mfq0Of64Pf64QgK8RgK8Sga8TgbAUgrAVgrAWg7EXg7EYhLEZhLIahbIbhbIdhrMfh7QgiLQhiLQjirUkirUli7YnjLYojLcqjbcsj7gtj7kukLkvkLkwkbkxkboykrozkro0k7s1k7s2lLs3lLw4lbw5lbw6lr07lr08l709l75Amb9Bmr9Dm8BFnMBHncFIncFJnsJKnsJLn8JMn8NNoMNOocRPocRQosRRosVUpMZVpMZWpcZXpcdYpsdZp8dap8dbqMheqclgqslhq8pjrMpkrMtnrsxpr8xqr81tsc5vss5wss9xs89ztNB0tdB1ttF6uNJ8udN9utN+utR/u9SAu9SBvNWCvNWDvdWEvdWGvtaHv9aIv9eKwNeMwdiPw9mQw9mRxNqTxdqUxtuVx9uWx9yXyNyYyNyZyd2ayd2byt2cyt6dy96fzN+gzN+hzd+izeCjzuCkzuCn0OGp0eKq0eKr0uOs0+Ot0+Ov1OSw1eSy1uWz1uW01+W32Oa62ui72+i82+i+3Om/3enC3urE3+vF4OvH4ezI4uzJ4u3K4+3L4+3N5O7O5e7P5e/R5u/S5/DT5/DV6PHW6fHX6fHY6vHa6/Lb7PPc7PPd7fPe7fTf7vTg7vTi7/Xj8PXk8fbm8vbn8vfo8/fp8/fq9Pjr9Pjs9fjt9fnu9vnv9vnw9/rx9/ry+Prz+Pv0+fv1+fv2+vz4+/z5+/37/P38/f7+/v7///+B6xdgAAAAHHRSTlMAARYaJ0FIT1pcYG6YmZyssrPDys3T2tvt9PX+1nJQbwAAAnFJREFUOMtjYOAWESMWiAqwMzBwyZAEOBn4SdMgzCBImgYJUjVI0UeDkoGBrq6BgZ6MhgECqAA56nJ6ICZIWN3AQAeuoevIrvOHDuy6ZLl1366ru3ft2nVl167dJ08cOXHo/P6Dl3Yd33Nm15mdJw+thGnQO2ei2nzDRaZp405Zmd2KxhYWW2TMTeUmJOWv0NOPKVJ1uNEi4329LByuoXKaabvZNZcQw8u5IUANrYuX7pA5eNSxJCk/OPfGBe2ZKotbnAw6kTSs8Axslpnh0mtRr74YqME7LGaHjI6G4uakfOfGG21q3c5hLf7TNDMQGhqUMjN9vFz6O2TCjgA11M+Zs13m4oXIvKT8bOs+i7DMNJks/xuhcggNKQ3b+vfGpS65kLTqVNyRpLi4uP1xl6d09jRPPF+blHC29WB+SsX5PXF1cA0lE/1lWiZOnFg2saZrIgxkgojiyr6JZTLxQFZ5ycSJpRTHdOAmMMiM2Agk103esGnTxiWzwELTVwOJyes29aFqiFtrCQR+x05FuVpaWqcfA3I8FlQDyandjpaWh5KtLI3RNCxTA8ZypHewb7vNrvWKk2QW7wiIzU3YteusXtXWrQvllm+diK5BRl6+4JyW2omJ2qkRiqtknN2VF+UCxWbmKCi5b3GU1fRE16B+4cK5RCe3pH6z6bP3nZOZsyYoMzftwsWrp4+skZt/4kA1mqfjVqgAgcORw/Z23kejg86r7JxXm1AIFOqzVdFLAEoahaNqiDgMBplZQGKNjC6QbD0MA3vmAomN5XTLcaQASQZe0jSIM3CQpoGPgZFHmgT1QkwMDAzMrOxEAjYWBgYAvI9h1MHdhQIAAAAASUVORK5CYII=") #fff;
}

.visa {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAA3NCSVQICAjb4U/gAAABvFBMVEUAAADQ0NDa2tra2trZ2dnY2Nja2trt7e3t7e0mM3onNHspNXkqN30rN30sOH4tN3ovO4AwPIAyPoE1QYM3Q4Q4Q4U4RIU5RYY8R4g9SIhCTYtDToxGUY5HUo5JU49JVJBOWJJQW5RSXJVTXZZVX5dXYZhYYplaY5pfaJ1kbaBlbqFoaZFocaNpcqNqc6RtdqZvd6dzcpV0fKp2f6x5ga18g698hK99hK99hbB+hrCAh7GDi7OHjrWIj7aJkLeNk7mNlLqOlbqRl7yUmr6WnL6YnsCbocKepMSjqMekqceprsqrsMysscytss2uss2xts+xttC0uNG1udK1utK2utK3u9O6vdS7v9W8wNa9wda9wdfBxNnDx9rEx9vFyNzFydvHy93Kzd/Mz+DR0+LS1OPT1uTVnV/V1+XX2ebY2NjZuJbZ2+faoVza3Ojc3+rf4evf4ezi5O7j5e7n6fHp6/Lq6/Lr7PPsmC3snTfs7fPunjnu7/Tu7/Xw8fbx8vfy8/f09fj09fn19vn29/r3z5332LH39/r42LD42bL42bP5+fv76tX77dz7+/v7+/387dv9/f7+9ev//v3///9+dhG/AAAACXRSTlMAGxuq7e7u+vsOT6YMAAABbklEQVQ4y+WUV1cTYRQAlwSIsxoLltgLKgZ7AwV777FiL9gT1x4FGxpb0Gg0On/YBx83D+wz8z7nu+fe800QpNKtpTHSmk4FQUt7pu4YqWfaW4L0BBOQSQdt9SRCvS0omYjSOBZ+fB0d/f5T/VQoDHi6cF4b1/Zt6d9fUZ+cLFyMvfDny6vhN3/1EOwegW4/LAHgpb6bBpNr8ZE2PBz+rQvIvrgJ2+2DdaeOba7pXoBbceHAxHvfHIRNHoHjLobLqlZnkIeDcaHIlAeuh6Jb4bb9EG58rh6G4nTWNNnSHFYNZcnrcsKK1d4Qpl63MY9lrmRmE6GHcCdc0Q7mqt5ZAfM9C7uKvfA0LlyASSzUt7Daz+pIyGw7+c+JuPAxCxzV+7DHrq5tOzqhbxA6crlcSE+TS+dhVk0vwRk7AFhb64a76lIWva7EhKEoKqvvo6jqs6sD526UNYoeq5ajR78a4/k/JM5M4pAlTGUqSBrjf5znrWNE0ZcCAAAAAElFTkSuQmCC") #fff;
}

.mastercard {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAA3NCSVQICAjb4U/gAAACc1BMVEUAAADQ0NDa2tra2trZ2dnY2Nja2trt7e3t7e3MAADMAQHMBATNCQnOCwvODAzODg7PDwnPERHRGxvSFgfSHh7SHx/SIB7THhDTJCTTJibTJyfUKSnVIAXVLS3VMDDWMjLWNTXWNjbXIQDXLyLXNS7XNzfXOzvYLxbYPT3YPj7Y2NjZOy/ZRUXaSEjaSUnbLQDbLgDbS0vbTU3cSj/cU1PdNADdSjTdVVXdVlbeNwDeW1vfYmLgUDPgZWXgZmbgaGjhXkvhamrhbW3ia2Lib2/jXDfja1njdXXkeHjkeXnke3vlgIDlgYHmg4PmhITmhobnh4fniIjni4voVgDojIzokJDqXADqaiTqlpbqmJjqmZnqmprrnJzrn5/tpqbuqqrura3urq7vsbHvsrLvs7PwbADwbQDwtLTwtbXwt7fxvLzycgDyjULyvr7yv7/zdQDzmVvzn2fzxMTzxcXzx8f2fwD21tb3gQD3x6/3ybL32Nj4hAD43t7439/44OD5iQD54eH54uL65ub65+f76+v7+/v88vL89PT99/f9+Pj9+fn+lwD+/f3/mQD/mgT/nQv/nw//oRT/oRX/oRb/ohj/qCf/qSn/qSr/qy3/rDH/rjX/rjb/sT7/sj//s0L/tEX/tUf/tUj/tkn/t0v/uVD/uVH/u1X/vFj/vVr/vl7/v2H/w2n/xGz/x3P/yHb/yXr/zob/z4j/0Iv/1Zj/1pr/153/2J7/26X/3q7/4LL/4LP/4bX/4bb/5cD/5sL/58P/58T/58X/6sz/7NH/7dL/8d7/8t//9OX/9eb/9ef/9ur/9+v/+vT/+/X//Pj//fz///90HdR0AAAACXRSTlMAGxuq7e7u+vsOT6YMAAABmElEQVQ4y2NgYGJm0SISsDAzMTAwsrG3XiAStLKzMTIwc1wgAbAzM7C2kqKhlZVB6wJJQItSDS3R5orSmo7pPUD2+d2r506bvWzLKdwaOr14OSFAMuXCzqm9ENC//hwODc2KnHDAVdCLALNOYNXQLo9QzylgGoykY+YZbBqckNSrpKamdSPpWINFQw03kgZhJSUlSyQNfUcxNfjzyfFISUDUi5WCQO+EOZOgGmZswNSgY3VBpyPOxJZf1d4uWdxZW9k45+SBtStWTVowffH8o/MxNUgHNsY0entmxrW5R6VnhNb6NlVu6p247uCOs3sOH941DYuG9MTa3JCiGp+S+CzdrrziBOuK5b1L9x8/tG3vko0bsWjQafCKaIhNqon0qyvzqApyKZMtPLZl8/bTR1Zv3Xd6JRYnBeiJChkJGqppWIgoKKi7mTnIVC9YPHnhnHlTJiyaM3EDgWANz87OLicQrCgRx6VvYJBPIOJQk4ZNWD3BpIGS+DhdCSc+0pM3JAOpkpCBaJOnSS5mSC7ISCwqgYUriYUxAINRRW57ksG5AAAAAElFTkSuQmCC") #fff;
}

.discover {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAA3NCSVQICAjb4U/gAAACLlBMVEUAAADQ0NDa2tra2trZ2dnY2Nja2trt7e3t7e3vzbDvzbEBAQECAgIDAwMTExMUFBQWFhYYGBgZGRkeHh4jIyMmJiYnJycpKSksLCwtLS0uLi4wMDAzMzM0NDQ3Nzc6Ojo8PDw/Pz9CQkJDQ0NHR0dJSUlKSkpMTExOTk5PT09RUVFWVlZYWFhcXFxgYGBiYmJjY2Nra2tsbGxtbW1wcHBxcXF0dHR1dXV2dnZ3d3d4eHh8fHx9fX1+fn6AgICBgYGCgoKDg4OLi4uMjIyPj4+VlZWWlpabm5udnZ2enp6fn5+hoaGjo6OoqKirq6usrKyvr6+wsLCysrKzs7O4uLi7u7u8vLy9vb2/v7/AwMDBwcHExMTGxsbHx8fJycnLy8vQ0NDR0dHS0tLU1NTW1tbY2NjZ2dnb29vd3d3f39/h4eHi4uLn5+fo6Ojp6enr6+vs7Ozt7e3v7+/x8fHy8vL1giD1giH1gyP1hCT1iS31ii71izD1jDL2kTv2kjz2kz/2lED2lkP2lkT2l0X2mUn2pmH2pmL3m033n1X3oVf3pF73pV739/f4q2n4q2r4rWz4r3D4r3H4sXT4s3f5uoT5u4b5vov5+fn6xJb6yJ36yqD6zKT6+vr7zqj70a372Ln7+/v83sT838b84Mj84sv848785M/85dD89O78/Pz959X96Nb969z9/f3+8+r+9e7+9u/+9/H++PP++vb++vf+/Pn+/Pr+/fz+/v7////OeAUcAAAAC3RSTlMAGxuq7e7u+vv7+w/+RoMAAAGnSURBVDjLY2BgYmZJJRKwMDMxMDCysS/YSSRYwM7GyMDMsZMEwM7MwLqAFA0LWBlSd5IEUumkwc7A0HPBTuvcTAN13535FuqWJTsXdrdP2+IZuHOnR6iNgYHVDgMDsySEBin3QE2NnWJpKk6x8T1iDsku6UvKSktL+4Kld84RzBb3Co9ZyRPnJYikIXHnAr5ssTR9hYCVIfIg8UmlILBCOMFfa6e4jWvQWh5/e0kUDTuFMsTSpvvI6gUog8QngzVsdDRVC9spbu7st5bbmL8ASUNEipEi0ElRRQEyhYL+K/2Tl5cD1U/cmSMgsXOneHRe3krenSpuCA26ckp2xTu1s2xFZSJ3JqiJqKbvXNrbOWPrzp0m3jt36sjJyS2Q35ms0rNz53wSg3VRI2kaVlc1kKRhVU0pSRoWVZaSpGF2RSkpGjZNAMcM0RoW15aSomE9JOKJ1bB1VnUpCRq2z6srLSVew+ZZyMoJalgzpbq0lGgNG+Z2lGKAplQcxcy6uV3lpVhAKyuWgmzLwqktpTgAJzNaUblt2cz+xnocoLmNiw1YuJJYGAMAEKBGzN/0FVAAAAAASUVORK5CYII=") #fff;
}

.card-row {
  text-align: center;
  margin: 20px 25px 10px;
}

.card-row span {
  width: 48px;
  height: 30px;
  margin-right: 3px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}

.card-image {
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: right 2px center;
  background-size: auto 90%
}

.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.product-item {
  align-items: center;
  color: white;
  display: flex;
  height: 450px;
  justify-content: center;
}

.product-item2 {
  align-items: center;
  color: white;
  display: flex;
  height: 200px;
  justify-content: center;
}

textarea {
  height: 100px !important;
}

.form-check-input {
  margin-left: 0 !important;
}

.form-check a {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
    line-height: 1.466667;
    color: #7fc3eb;
    text-decoration: none;
    text-align: center;
}

.form-check a:hover {
    color: #e56239;
}

.register-link p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
    line-height: 1.466667;
    color: #1d1d1b;
    text-decoration: none;
    text-align: center;
}

.register-link a {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
    line-height: 1.466667;
    color: #7fc3eb;
    text-decoration: none;
    text-align: center;
}

.register-link a:hover {
   color: #e56239;
}

.add-address-btn {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
    line-height: 1.466667;
    color: #7fc3eb;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.add-address-btn:hover {
  color: #e56239;
}

.sec-product {
  padding-top: 100px;
  padding-bottom: 50px;
}

.sec-product2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sec-product3 {
  padding-top: 30px;
}

.sec-product4 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.sec-product7 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.sec-product6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-product8 {
  padding-top: 10px;
  padding-bottom: 50px;
}

@media (max-width: 540px) { 
  .container {
    max-width: 540px !important;
  }
  .container2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
    max-width: 540px !important;
  }
  .brands {
    width: 540px !important;
    margin-left: -15px !important;
  }
  .projectFactsWrap {
    width: 540px;
  }
  .brands_slider_container {
    width: 540px;
  }
  .block1 {
    width: 285px;
    margin-left: -15px;
    float: left;
  }
  .main-slider {
    width: 540px;
    top: 40px;
    height: 57vw;
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .slick-slide {
    height: 56vw;
  }
  .wrap-slick3-dots {
    width: 14.5%;
  }
  video {
width: 540px !important;
top: 51% !important;
  }
  .embed-player {
    top: 0px !important;
  }
  .slick-arrow {
    top: 65% !important;
  }
  .sec-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-product7 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .sec-product6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ltext-108 {
    text-align: center;
  }
  .ltext-105 {
    text-align: center;
  }
  .stext-103 {
    text-align: center;
    font-size: 18px;
  }
  .size-103 {
    width: 100%;
  }
  .stext-101 {
    font-size: 24px;
  }
  .projectFactsWrap .item p.number {
    font-size: 70px;
  }
  .numberpercent {
    font-size: 35px !important;
    top: 49%;
    right: 22%;
  }
  .projectFactsWrap .item span {
    height: 4px;
  }
  .title-valor {
    font-size: 24px !important;
  }
   .product-item {
    height: 380px !important;
  }
  .block2-pic {
    top: -20px !important;
  }
  .block2-btn {
    bottom: -5px !important;
  }
  .service-card2 {
    margin: 15px 0;
  }
  .testimonial-card {
    height: auto;
  }
  .mtext-105 {
    text-align: center;
    font-size: 30px;
  }
  .stext-105 {
    font-size: 24px;
    text-align: center;
  }
  .size-201 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stext-104 {
    font-size: 40px;
  }
  .size-107 {
    width: 100%;
  }
  .logo img {
    width: 95px;
  }
  .left-top-bar {
    font-size: 24px;
  }
  .stext-106 {
    font-size: 20px;
  }
  .header-ourstory {
    top: 70px;
    margin-bottom: 45px;
  }
  .header-faqs {
    top: 70px;
    margin-bottom: 45px;
  }
  .icon-categories-shop {
    width: 120px;
    height: 120px;
  }
  .wrap-header-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 40px;
  }
  .mtext-102 {
    font-size: 24px;
    text-align: center;
  }
  .btn-group {
    justify-content: center;
    width: 100%;
  }
  .btn-group label {
    width: 50%;
    font-size: 24px;
  }
  .bagels {
    width: 50% !important;
  }
  .spreads {
    width: 50% !important;
  }
  .cookies {
    width: 50% !important;
  }
  .merch {
    width: 50% !important;
  }
  .products {
    width: 20% !important;
  }
  .products2 {
    width: 33% !important;
  }
  .btn-num-product-up2, .btn-num-product-down2 {
      width: 40px !important;
      height: 40px !important;
  }
      .num-product2 {
      height: 40px !important;
  }
  .wrap-num-product2 {
      justify-content: center !important;
  }
  .text-sabor-productdetails {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  display: block !important;
  }
  .name-product-detail {
    display: none !important;
  }
  .zoom-pic-product::after {
    top: 10px;
    font-size: 12px;
    padding: 5px 7px;
    right: 0;

  }
  .isotope-grid .col-sm-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mtext-103 {
    text-align: center;
    font-size: 24px;
  }
  .wrap-num-product {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 135px !important;
  }
  .size-101 {
    width: 100%;
  }
  .stext-102 {
    text-align: center;
    font-size: 18px;
  }
  .header-cart-item-name {
    font-size: 27px;
    width: 70%;
  }
  .header-cart-item-info {
    font-size: 20px;
    text-align: right !important;
    width: 30%;
  }
    .header-cart-item-info-details {
    font-size: 20px;
    text-align: right !important;
  }
  .header-cart-total {
    font-size: 36px;
    text-align: center;
  }
  .size-117 {
    width: 100%;
  }
  .stext-111 {
    font-size: 24px;
  }
  .wrap-header-cart {
    z-index: 999999999;
  }
  .mtext-109 {
    text-align: center;
    font-size: 24px;
  }
  .table-shopping-cart .table_head th {
    font-size: 24px;
  }
  .table-shopping-cart td {
    font-size: 20px;
  }
  .mtext-101 {
    font-size: 24px;
  }
  .mtext-110 {
    font-size: 24px;
  }
  .contact-item {
    display: block;
    margin-bottom: 5px !important;
  }
  .contact-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-wrapper-catering {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  }
  .social-icon {
    font-size: 24px;
  }
  .form-check-input {
    margin-top: .25rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: contents !important;
  }
  .main-timeline12 .col-md-2 {
    max-width: 100% !important;
  }
  .top-bar-mobile {
          height: 40px;
        background-color: #7fc3eb;
        display: block !important;
        position: fixed;
        z-index: 9999;
        width: 100%;
}
.ourstory h1 {
  font-size: 40px !important;
}
.ig-mobile .col-md-2 {
  width: 50% !important;
  padding: 0 !important;
}
.service-container-father {
  width: 250px !important;
  margin: 0 auto !important;
  height: 100px !important;
}
.service-container {
        width: 50% !important;
        float: left !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
}
.service-container2 {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-left: 30px !important;
}
.service-container2b {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-right: 30px !important;
}
.service-container3 {
  width: 100% !important;
  display: flex !important;
}
.icon-howsend {
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
}
.service-card {
  padding: 10px !important;
}
.carousel {
  padding: 0 5px !important;
}
.container-review {
  width: 220px !important;
  margin: 0 auto !important;
  height: 50px !important;
}
.container-review1 {
  width: 30% !important;
  float: left !important;
}
.container-review2 {
  width: 70% !important;
  float: left !important;
}
.avatar {
  width: 65px !important;
  height: 65px !important;
}
.footer .col-sm-2 {
  width: 50% !important;
}
.footer .col-lg-2 {
  width: 50% !important;
}
.social-align a {
    font-size: 36px !important;
  }
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
  height: 242px !important;
  overflow-y: hidden !important;
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}

/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper2 {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper2::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper2 {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
.current {
  color: #1d1d1b !important;
}
.header-pages {
font-family: Helvetica, sans-serif;
  font-weight: 400;
}
.sec-product8, .sec-product4 {
  padding-top: 20px !important;
}
.card-body .col-lg-6 {
  width: 55% !important;
  padding: 0 !important;
}
.card-body .col-lg-6b {
  width: 45% !important;
  padding: 0 !important;
}
.productdetails h4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.fixed-footercart {
    width: 335px !important;
}
.order-mobile1 {
  order: 1;
}
.order-mobile2 {
  order: 2;
}
.contact-info {
  padding: 15px 25px !important;
}
.form-floating {
  margin-top: 15px !important;
}
.form-floating2 {
  margin-top: 15px !important;
}
form button {
  margin-top: 15px !important;
}
.faq-nav {
  flex-direction: row !important;
}
.faq-nav {
    .nav-link {
      width: 50% !important;
      float: left !important;
    }
}
.tab-content {
    .card-body {
      padding: .85rem 0;
    }
}
.header-interior2 {
  padding-bottom: 10px !important;
}
.checkout h4 {
  margin-bottom: 10px !important;
}
.checkout h2 {
  margin-top: 10px !important;
}
.product-checkout4 {
  margin-top: 15px !important;
}
.product-cupon-checkout {
  margin-bottom: 0 !important;
}
.rs1-select2 {
  margin-top: 10px !important;
}
.main-timeline12 .timeline-icon:before {
  height: 30px !important;
}
.main-timeline12 .timeline-icon {
  padding-bottom: 30px !important;
}
.main-timeline12 .border {
  margin-bottom: 0 !important;
}
.brands_item {
  float: left !important;
}
.brands_item img {
  width: 110px !important;
  margin: 0 11px !important;
}
.service-card p {
  margin-top: 10px !important;
  line-height: 1.2 !important;
}
.main-timeline12 .timeline-content {
  width: 150px !important;
  text-align: center !important;
  margin: 0 auto !important;
  height: 130px !important;
  white-space: normal !important;
}
.main-timeline12:nth-child(2n) .timeline-icon:before {
  content: "" !important;
    width: 1px !important;
    height: 30px !important;
    background: #1d1d1b !important;
    margin: 0 auto !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 45px !important;
    z-index: -1 !important;
    transition: all .3s ease 0s !important;
}
.main-timeline12:nth-child(2n) .timeline-icon {
  padding: 0 0 30px 0 !important;
}
.main-timeline12:nth-child(2n) {
  position: relative;
  top: -22px;
}
.main-timeline12:nth-child(3n) {
  position: relative;
  top: -22px;
}
.text-collapse-adproduct {
  font-size: 18px !important;
}
.card-body {
  padding: 0.8rem 0 !important;
}
.num-product {
  width: 45px !important;
  font-size: 18px !important;
}
.block5-txt-child1 a {
  font-size: 24px !important;
}
.checkout p {
  margin-bottom: 5px !important;
}
.register h4 {
  margin-bottom: 10px !important;
}
.ourstory-page h3 {
  margin-bottom: 0 !important;
}
.ourstory-page p {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
.title-header {
  text-align: center !important;
  display: block !important;
  width: 490px !important;
  top: 9% !important;
  line-height: 45px !important;
  font-size: 52px;
}
.caption {
  text-align: center !important;
  display: block !important;
  font-size: 30px !important;
  width: 490px !important;
  margin: 0 auto !important;
  line-height: 24px !important;
  top: 39% !important;
}
.resumenpedido .header-cart-item-name2 {
        width: 100% !important;
            display: block;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 20px !important;
    color: #1d1d1b;
    line-height: 1.3;
    float: left !important;
    margin: 0 !important;
    text-align: left !important;
}
  .resumenpedido .header-cart-item-name {
      width: 65% !important;
  }
  .resumenpedido .header-cart-item-info {
      width: 35% !important;
  }
  .btn-header {
        top: 62% !important;
        left: 4.5% !important;
        max-width: 490px !important;
        font-size: 24px;
  }
  .wrap-pic-w2 img {
      width: 71% !important;
  }
  .product-item2 {
      height: 130px !important;
  }
      .wrap-pic-w img {
        width: 100% !important;
    }
}




@media (max-width: 430px) { 
  .container {
    max-width: 430px !important;
  }
  .container2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
    max-width: 430px !important;
  }
  .brands {
    width: 430px !important;
    margin-left: -15px !important;
  }
  .projectFactsWrap {
    width: 430px;
  }
  .brands_slider_container {
    width: 430px;
  }
  .block1 {
    width: 230px;
    margin-left: -15px;
    float: left;
  }
  .main-slider {
    width: 430px;
    top: 40px;
    height: 57vw;
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .slick-slide {
    height: 56vw;
  }
  .wrap-slick3-dots {
    width: 14.5%;
  }
  video {
width: 430px !important;
top: 51% !important;
  }
  .embed-player {
    top: 0px !important;
  }
  .slick-arrow {
    top: 65% !important;
  }
  .sec-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-product7 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .sec-product6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ltext-108 {
    text-align: center;
  }
  .ltext-105 {
    text-align: center;
  }
  .stext-103 {
    text-align: center;
    font-size: 18px;
  }
  .size-103 {
    width: 100%;
  }
  .stext-101 {
    font-size: 24px;
  }
  .projectFactsWrap .item p.number {
    font-size: 70px;
  }
  .numberpercent {
    font-size: 35px !important;
    top: 49%;
    right: 22%;
  }
  .projectFactsWrap .item span {
    height: 4px;
  }
  .title-valor {
    font-size: 24px !important;
  }
   .product-item {
    height: 262px !important;
  }
  .block2-pic {
    top: -20px !important;
  }
  .block2-btn {
    bottom: -5px !important;
  }
  .service-card2 {
    margin: 15px 0;
  }
  .testimonial-card {
    height: auto;
  }
  .mtext-105 {
    text-align: center;
    font-size: 30px;
  }
  .stext-105 {
    font-size: 24px;
    text-align: center;
  }
  .size-201 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stext-104 {
    font-size: 40px;
  }
  .size-107 {
    width: 100%;
  }
  .logo img {
    width: 95px;
  }
  .left-top-bar {
    font-size: 19px;
  }
  .stext-106 {
    font-size: 20px;
  }
  .header-ourstory {
    top: 70px;
    margin-bottom: 45px;
  }
  .header-faqs {
    top: 70px;
    margin-bottom: 45px;
  }
  .icon-categories-shop {
    width: 120px;
    height: 120px;
  }
  .wrap-header-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 40px;
  }
  .mtext-102 {
    font-size: 24px;
    text-align: center;
  }
  .btn-group {
    justify-content: center;
    width: 100%;
  }
  .btn-group label {
    width: 50%;
    font-size: 24px;
  }
  .bagels {
    width: 50% !important;
  }
  .spreads {
    width: 50% !important;
  }
  .cookies {
    width: 50% !important;
  }
  .merch {
    width: 50% !important;
  }
  .products {
    width: 20% !important;
  }
  .products2 {
    width: 33% !important;
  }
  .btn-num-product-up2, .btn-num-product-down2 {
      width: 40px !important;
      height: 40px !important;
  }
      .num-product2 {
      height: 40px !important;
  }
  .wrap-num-product2 {
      justify-content: center !important;
  }
  .text-sabor-productdetails {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  display: block !important;
  }
  .name-product-detail {
    display: none !important;
  }
  .zoom-pic-product::after {
    top: 10px;
    font-size: 12px;
    padding: 5px 7px;
    right: 0;

  }
  .isotope-grid .col-sm-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mtext-103 {
    text-align: center;
    font-size: 24px;
  }
  .wrap-num-product {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 135px !important;
  }
  .size-101 {
    width: 100%;
  }
  .stext-102 {
    text-align: center;
    font-size: 18px;
  }
  .header-cart-item-name {
    font-size: 27px;
    width: 70%;
  }
  .header-cart-item-info {
    font-size: 20px;
    text-align: right !important;
    width: 30%;
  }
    .header-cart-item-info-details {
    font-size: 20px;
    text-align: right !important;
  }
  .header-cart-total {
    font-size: 36px;
    text-align: center;
  }
  .size-117 {
    width: 100%;
  }
  .stext-111 {
    font-size: 24px;
  }
  .wrap-header-cart {
    z-index: 999999999;
  }
  .mtext-109 {
    text-align: center;
    font-size: 24px;
  }
  .table-shopping-cart .table_head th {
    font-size: 24px;
  }
  .table-shopping-cart td {
    font-size: 20px;
  }
  .mtext-101 {
    font-size: 24px;
  }
  .mtext-110 {
    font-size: 24px;
  }
  .contact-item {
    display: block;
    margin-bottom: 5px !important;
  }
  .contact-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-wrapper-catering {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  }
  .social-icon {
    font-size: 24px;
  }
  .form-check-input {
    margin-top: .25rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: contents !important;
  }
  .main-timeline12 .col-md-2 {
    max-width: 100% !important;
  }
  .top-bar-mobile {
          height: 40px;
        background-color: #7fc3eb;
        display: block !important;
        position: fixed;
        z-index: 9999;
        width: 100%;
}
.ourstory h1 {
  font-size: 40px !important;
}
.ig-mobile .col-md-2 {
  width: 50% !important;
  padding: 0 !important;
}
.service-container-father {
  width: 250px !important;
  margin: 0 auto !important;
  height: 100px !important;
}
.service-container {
        width: 50% !important;
        float: left !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
}
.service-container2 {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-left: 30px !important;
}
.service-container2b {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-right: 30px !important;
}
.service-container3 {
  width: 100% !important;
  display: flex !important;
}
.icon-howsend {
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
}
.service-card {
  padding: 10px !important;
}
.carousel {
  padding: 0 5px !important;
}
.container-review {
  width: 220px !important;
  margin: 0 auto !important;
  height: 50px !important;
}
.container-review1 {
  width: 30% !important;
  float: left !important;
}
.container-review2 {
  width: 70% !important;
  float: left !important;
}
.avatar {
  width: 65px !important;
  height: 65px !important;
}
.footer .col-sm-2 {
  width: 50% !important;
}
.footer .col-lg-2 {
  width: 50% !important;
}
.social-align a {
    font-size: 36px !important;
  }
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
  height: 242px !important;
  overflow-y: hidden !important;
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}

/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper2 {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper2::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper2 {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
.current {
  color: #1d1d1b !important;
}
.header-pages {
font-family: Helvetica, sans-serif;
  font-weight: 400;
}
.sec-product8, .sec-product4 {
  padding-top: 20px !important;
}
.card-body .col-lg-6 {
  width: 55% !important;
  padding: 0 !important;
}
.card-body .col-lg-6b {
  width: 45% !important;
  padding: 0 !important;
}
.productdetails h4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.fixed-footercart {
    width: 335px !important;
}
.order-mobile1 {
  order: 1;
}
.order-mobile2 {
  order: 2;
}
.contact-info {
  padding: 15px 25px !important;
}
.form-floating {
  margin-top: 15px !important;
}
.form-floating2 {
  margin-top: 15px !important;
}
form button {
  margin-top: 15px !important;
}
.faq-nav {
  flex-direction: row !important;
}
.faq-nav {
    .nav-link {
      width: 50% !important;
      float: left !important;
    }
}
.tab-content {
    .card-body {
      padding: .85rem 0;
    }
}
.header-interior2 {
  padding-bottom: 10px !important;
}
.checkout h4 {
  margin-bottom: 10px !important;
}
.checkout h2 {
  margin-top: 10px !important;
}
.product-checkout4 {
  margin-top: 15px !important;
}
.product-cupon-checkout {
  margin-bottom: 0 !important;
}
.rs1-select2 {
  margin-top: 10px !important;
}
.main-timeline12 .timeline-icon:before {
  height: 30px !important;
}
.main-timeline12 .timeline-icon {
  padding-bottom: 30px !important;
}
.main-timeline12 .border {
  margin-bottom: 0 !important;
}
.brands_item {
  float: left !important;
}
.brands_item img {
  width: 110px !important;
  margin: 0 11px !important;
}
.service-card p {
  margin-top: 10px !important;
  line-height: 1.2 !important;
}
.main-timeline12 .timeline-content {
  width: 150px !important;
  text-align: center !important;
  margin: 0 auto !important;
  height: 130px !important;
  white-space: normal !important;
}
.main-timeline12:nth-child(2n) .timeline-icon:before {
  content: "" !important;
    width: 1px !important;
    height: 30px !important;
    background: #1d1d1b !important;
    margin: 0 auto !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 45px !important;
    z-index: -1 !important;
    transition: all .3s ease 0s !important;
}
.main-timeline12:nth-child(2n) .timeline-icon {
  padding: 0 0 30px 0 !important;
}
.main-timeline12:nth-child(2n) {
  position: relative;
  top: -22px;
}
.main-timeline12:nth-child(3n) {
  position: relative;
  top: -22px;
}
.text-collapse-adproduct {
  font-size: 18px !important;
}
.card-body {
  padding: 0.8rem 0 !important;
}
.num-product {
  width: 45px !important;
  font-size: 18px !important;
}
.block5-txt-child1 a {
  font-size: 24px !important;
}
.checkout p {
  margin-bottom: 5px !important;
}
.register h4 {
  margin-bottom: 10px !important;
}
.ourstory-page h3 {
  margin-bottom: 0 !important;
}
.ourstory-page p {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
.title-header {
  text-align: center !important;
  display: block !important;
  width: 390px !important;
  top: 9% !important;
  line-height: 35px !important;
  font-size: 40px;
}
.caption {
  text-align: center !important;
  display: block !important;
  font-size: 24px !important;
  width: 390px !important;
  margin: 0 auto !important;
  line-height: 24px !important;
  top: 39% !important;
}
.resumenpedido .header-cart-item-name2 {
        width: 100% !important;
            display: block;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 20px !important;
    color: #1d1d1b;
    line-height: 1.3;
    float: left !important;
    margin: 0 !important;
    text-align: left !important;
}
  .resumenpedido .header-cart-item-name {
      width: 65% !important;
  }
  .resumenpedido .header-cart-item-info {
      width: 35% !important;
  }
  .btn-header {
        top: 62% !important;
        left: 3.5% !important;
        max-width: 400px !important;
        font-size: 20px;
  }
  .wrap-pic-w2 img {
      width: 71% !important;
  }
  .product-item2 {
      height: 130px !important;
  }
        .wrap-pic-w img {
        width: 100% !important;
    }
}

@media (max-width: 414px) { 
  .container {
    max-width: 414px !important;
  }
  .container2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 414px !important;
  }
  .brands {
    width: 414px !important;
    margin-left: -15px !important;
  }
  .projectFactsWrap {
    width: 414px;
  }
  .brands_slider_container {
    width: 414px;
  }
  .block1 {
    width: 222px;
    margin-left: -15px;
  }
  .main-slider {
    width: 414px;
    top: 40px;
    height: 57vw;
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .slick-slide {
    height: 56vw;
  }
  .wrap-slick3-dots {
    width: 14.5%;
  }
  video {
width: 414px !important;
top: 51% !important;
  }
  .embed-player {
    top: 0px !important;
  }
  .slick-arrow {
    top: 65% !important;
  }
  .sec-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-product7 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .sec-product6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ltext-108 {
    text-align: center;
  }
  .ltext-105 {
    text-align: center;
  }
  .stext-103 {
    text-align: center;
    font-size: 18px;
  }
  .size-103 {
    width: 100%;
  }
  .stext-101 {
    font-size: 24px;
  }
  .projectFactsWrap .item p.number {
    font-size: 70px;
  }
  .numberpercent {
    font-size: 35px !important;
    top: 49%;
    right: 22%;
  }
  .projectFactsWrap .item span {
    height: 4px;
  }
  .title-valor {
    font-size: 24px !important;
  }
  .product-item {
    height: 250px !important;
  }
  .block2-pic {
    top: -20px !important;
  }
  .block2-btn {
    bottom: -5px !important;
  }
  .service-card2 {
    margin: 15px 0;
  }
  .testimonial-card {
    height: auto;
  }
  .mtext-105 {
    text-align: center;
    font-size: 30px;
  }
  .stext-105 {
    font-size: 24px;
    text-align: center;
  }
  .size-201 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stext-104 {
    font-size: 40px;
  }
  .size-107 {
    width: 100%;
  }
  .logo img {
    width: 95px;
  }
  .left-top-bar {
    font-size: 19px;
  }
  .stext-106 {
    font-size: 20px;
  }
  .header-ourstory {
    top: 70px;
    margin-bottom: 45px;
  }
  .header-faqs {
    top: 70px;
    margin-bottom: 45px;
  }
  .icon-categories-shop {
    width: 112px;
    height: 112px;
  }
  .wrap-header-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 40px;
  }
  .mtext-102 {
    font-size: 24px;
    text-align: center;
  }
  .btn-group {
    justify-content: center;
    width: 100%;
  }
  .btn-group label {
    width: 50%;
    font-size: 24px;
  }
  .bagels {
    width: 50% !important;
  }
  .spreads {
    width: 50% !important;
  }
  .cookies {
    width: 50% !important;
  }
  .merch {
    width: 50% !important;
  }
.products {
    width: 20% !important;
  }
    .products2 {
    width: 33% !important;
  }
    .btn-num-product-up2, .btn-num-product-down2 {
      width: 35px !important;
      height: 35px !important;
  }
      .num-product2 {
      height: 35px !important;
  }
  .wrap-num-product2 {
      justify-content: center !important;
  }
  .text-sabor-productdetails {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  display: block !important;
  }
  .name-product-detail {
    display: none !important;
  }
  .zoom-pic-product::after {
    top: 10px;
    font-size: 12px;
    padding: 5px 7px;
    right: 0;

  }
  .isotope-grid .col-sm-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mtext-103 {
    text-align: center;
    font-size: 24px;
  }
  .wrap-num-product {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 135px !important;
  }
  .size-101 {
    width: 100%;
  }
  .stext-102 {
    text-align: center;
    font-size: 18px;
  }
  .header-cart-item-name {
    font-size: 27px;
    width: 70%;
  }
  .header-cart-item-info {
    font-size: 20px;
    text-align: right !important;
    width: 30%;
  }
    .header-cart-item-info-details {
    font-size: 20px;
    text-align: right !important;
  }
  .header-cart-total {
    font-size: 36px;
    text-align: center;
  }
  .size-117 {
    width: 100%;
  }
  .stext-111 {
    font-size: 24px;
  }
  .wrap-header-cart {
    z-index: 999999999;
  }
  .mtext-109 {
    text-align: center;
    font-size: 24px;
  }
  .table-shopping-cart .table_head th {
    font-size: 24px;
  }
  .table-shopping-cart td {
    font-size: 20px;
  }
  .mtext-101 {
    font-size: 24px;
  }
  .mtext-110 {
    font-size: 24px;
  }
   .contact-item {
    display: block;
    margin-bottom: 5px !important;
  }
  .contact-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-wrapper-catering {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  }
  .social-icon {
    font-size: 24px;
  }
  .form-check-input {
    margin-top: .25rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: contents !important;
  }
  .main-timeline12 .col-md-2 {
    max-width: 100% !important;
  }
  .top-bar-mobile {
          height: 40px;
        background-color: #7fc3eb;
        display: block !important;
        position: fixed;
        z-index: 9999;
        width: 100%;
}
.ourstory h1 {
  font-size: 40px !important;
}
.ig-mobile .col-md-2 {
  width: 50% !important;
  padding: 0 !important;
}
.carousel {
  padding: 0 5px !important;
}
.container-review {
  width: 220px !important;
  margin: 0 auto !important;
  height: 50px !important;
}
.container-review1 {
  width: 30% !important;
  float: left !important;
}
.container-review2 {
  width: 70% !important;
  float: left !important;
}
.avatar {
  width: 65px !important;
  height: 65px !important;
}
.footer .col-sm-2 {
  width: 50% !important;
}
.footer .col-lg-2 {
  width: 50% !important;
}
.social-align a {
    font-size: 36px !important;
  }
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
  height: 242px !important;
  overflow-y: hidden !important;
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}

/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper2 {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper2::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper2 {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
.current {
  color: #1d1d1b !important;
}
.header-pages {
font-family: Helvetica, sans-serif;
  font-weight: 400;
}
.sec-product8, .sec-product4 {
  padding-top: 20px !important;
}
.card-body .col-lg-6 {
  width: 55% !important;
  padding: 0 !important;
}
.card-body .col-lg-6b {
  width: 45% !important;
  padding: 0 !important;
}
.productdetails h4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.fixed-footercart {
    width: 335px !important;
}
.icon-wrapper {
  width: 85px !important;
  height: 85px !important;
}
.contact-info {
  padding: 15px 25px !important;
}
.form-floating {
  margin-top: 15px !important;
}
.form-floating2 {
  margin-top: 15px !important;
}
form button {
  margin-top: 15px !important;
}
.faq-nav {
  flex-direction: row !important;
}
.faq-nav {
    .nav-link {
      width: 50% !important;
      float: left !important;
    }
}
.tab-content {
    .card-body {
      padding: .85rem 0;
    }
}
.header-interior2 {
  padding-bottom: 10px !important;
}
.checkout h4 {
  margin-bottom: 10px !important;
}
.checkout h2 {
  margin-top: 10px !important;
}
.product-checkout4 {
  margin-top: 15px !important;
}
.product-cupon-checkout {
  margin-bottom: 0 !important;
}
.rs1-select2 {
  margin-top: 10px !important;
}
.main-timeline12 .timeline-icon:before {
  height: 30px !important;
}
.main-timeline12 .timeline-icon {
  padding-bottom: 30px !important;
}
.main-timeline12 .border {
  margin-bottom: 0 !important;
}
.brands_item {
  float: left !important;
}
.brands_item img {
  width: 110px !important;
  margin: 0 9px !important;
}
.service-container-father {
  width: 250px !important;
  margin: 0 auto !important;
  height: 100px !important;
}
.service-container {
        width: 50% !important;
        float: left !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
}
.service-container2 {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-left: 30px !important;
}
.service-container2b {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-right: 30px !important;
}
.service-container3 {
  width: 100% !important;
  display: flex !important;
}
.icon-howsend {
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
}
.service-card {
  padding: 10px !important;
}
.service-card p {
  margin-top: 10px !important;
  line-height: 1.2 !important;
}
.main-timeline12 .timeline-content {
  width: 150px !important;
  text-align: center !important;
  margin: 0 auto !important;
  height: 130px !important;
  white-space: normal !important;
}
.main-timeline12:nth-child(2n) .timeline-icon:before {
  content: "" !important;
    width: 1px !important;
    height: 30px !important;
    background: #1d1d1b !important;
    margin: 0 auto !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 45px !important;
    z-index: -1 !important;
    transition: all .3s ease 0s !important;
}
.main-timeline12:nth-child(2n) .timeline-icon {
  padding: 0 0 30px 0 !important;
}
.main-timeline12:nth-child(2n) {
  position: relative;
  top: -22px;
}
.main-timeline12:nth-child(3n) {
  position: relative;
  top: -22px;
}
.text-collapse-adproduct {
  font-size: 18px !important;
}
.card-body {
  padding: 0.8rem 0 !important;
}
.num-product {
   width: 45px !important;
  font-size: 18px !important;
}
.block5-txt-child1 a {
  font-size: 24px !important;
}
.checkout p {
  margin-bottom: 5px !important;
}
.register h4 {
  margin-bottom: 10px !important;
}
.ourstory-page h3 {
  margin-bottom: 0 !important;
}
.ourstory-page p {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
.title-header {
  text-align: center !important;
  display: block !important;
  width: 384px !important;
  top: 9% !important;
  line-height: 34px !important;
  font-size: 40px;
}
.caption {
  text-align: center !important;
  display: block !important;
  font-size: 24px !important;
  width: 384px !important;
  margin: 0 auto !important;
  line-height: 24px !important;
}
.resumenpedido .header-cart-item-name2 {
        width: 100% !important;
            display: block;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 20px !important;
    color: #1d1d1b;
    line-height: 1.3;
    float: left !important;
    margin: 0 !important;
    text-align: left !important;
}
  .resumenpedido .header-cart-item-name {
      width: 65% !important;
  }
  .resumenpedido .header-cart-item-info {
      width: 35% !important;
  }
      .btn-header {
        top: 62% !important;
        left: 3.5% !important;
        max-width: 385px !important;
        font-size: 18px;
    }
      .wrap-pic-w2 img {
      width: 71% !important;
  }
    .product-item2 {
      height: 130px !important;
  }
        .wrap-pic-w img {
        width: 100% !important;
    }
}

@media (max-width: 412px) { 
  .container {
    max-width: 412px !important;
  }
  .container2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 412px !important;
  }
  .brands {
    width: 412px !important;
    margin-left: -15px !important;
  }
  .projectFactsWrap {
    width: 412px;
  }
  .brands_slider_container {
    width: 412px;
  }
  .block1 {
    width: 222px;
    margin-left: -15px;
  }
  .main-slider {
    width: 412px;
    top: 40px;
    height: 57vw;
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .slick-slide {
    height: 56vw;
  }
  .wrap-slick3-dots {
    width: 14.5%;
  }
  video {
width: 412px !important;
top: 51% !important;
  }
  .embed-player {
    top: 0px !important;
  }
  .slick-arrow {
    top: 65% !important;
  }
  .sec-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-product7 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .sec-product6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ltext-108 {
    text-align: center;
  }
  .ltext-105 {
    text-align: center;
  }
  .stext-103 {
    text-align: center;
    font-size: 18px;
  }
  .size-103 {
    width: 100%;
  }
  .stext-101 {
    font-size: 24px;
  }
  .projectFactsWrap .item p.number {
    font-size: 70px;
  }
  .numberpercent {
    font-size: 35px !important;
    top: 49%;
    right: 22%;
  }
  .projectFactsWrap .item span {
    height: 4px;
  }
  .title-valor {
    font-size: 24px !important;
  }
  .product-item {
    height: 250px !important;
  }
  .block2-pic {
    top: -20px !important;
  }
  .block2-btn {
    bottom: -5px !important;
  }
  .service-card2 {
    margin: 15px 0;
  }
  .testimonial-card {
    height: auto;
  }
  .mtext-105 {
    text-align: center;
    font-size: 30px;
  }
  .stext-105 {
    font-size: 24px;
    text-align: center;
  }
  .size-201 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stext-104 {
    font-size: 40px;
  }
  .size-107 {
    width: 100%;
  }
  .logo img {
    width: 95px;
  }
  .left-top-bar {
    font-size: 19px;
  }
  .stext-106 {
    font-size: 20px;
  }
  .header-ourstory {
    top: 70px;
    margin-bottom: 45px;
  }
  .header-faqs {
    top: 70px;
    margin-bottom: 45px;
  }
  .icon-categories-shop {
    width: 111px;
    height: 111px;
  }
  .wrap-header-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 40px;
  }
  .mtext-102 {
    font-size: 24px;
    text-align: center;
  }
  .btn-group {
    justify-content: center;
    width: 100%;
  }
  .btn-group label {
    width: 50%;
    font-size: 24px;
  }
  .bagels {
    width: 50% !important;
  }
  .spreads {
    width: 50% !important;
  }
  .cookies {
    width: 50% !important;
  }
  .merch {
    width: 50% !important;
  }
  .products {
    width: 20% !important;
  }
    .products2 {
    width: 33% !important;
  }
    .btn-num-product-up2, .btn-num-product-down2 {
      width: 35px !important;
      height: 35px !important;
  }
      .num-product2 {
      height: 35px !important;
  }
  .wrap-num-product2 {
      justify-content: center !important;
  }
  .text-sabor-productdetails {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  display: block !important;
  }
  .name-product-detail {
    display: none !important;
  }
  .zoom-pic-product::after {
    top: 10px;
    font-size: 12px;
    padding: 5px 7px;
    right: 0;

  }
  .isotope-grid .col-sm-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mtext-103 {
    text-align: center;
    font-size: 24px;
  }
  .wrap-num-product {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 135px !important;
  }
  .size-101 {
    width: 100%;
  }
  .stext-102 {
    text-align: center;
    font-size: 18px;
  }
  .header-cart-item-name {
    font-size: 27px;
    width: 70%;
  }
  .header-cart-item-info {
    font-size: 20px;
    text-align: right !important;
    width: 30%;
  }
    .header-cart-item-info-details {
    font-size: 20px;
    text-align: right !important;
  }
  .header-cart-total {
    font-size: 36px;
    text-align: center;
  }
  .size-117 {
    width: 100%;
  }
  .stext-111 {
    font-size: 24px;
  }
  .wrap-header-cart {
    z-index: 999999999;
  }
  .mtext-109 {
    text-align: center;
    font-size: 24px;
  }
  .table-shopping-cart .table_head th {
    font-size: 24px;
  }
  .table-shopping-cart td {
    font-size: 20px;
  }
  .mtext-101 {
    font-size: 24px;
  }
  .mtext-110 {
    font-size: 24px;
  }
   .contact-item {
    display: block;
    margin-bottom: 5px !important;
  }
  .contact-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-wrapper-catering {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  }
  .social-icon {
    font-size: 24px;
  }
  .form-check-input {
    margin-top: .25rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: contents !important;
  }
  .main-timeline12 .col-md-2 {
    max-width: 100% !important;
  }
  .top-bar-mobile {
          height: 40px;
        background-color: #7fc3eb;
        display: block !important;
        position: fixed;
        z-index: 9999;
        width: 100%;
}
.ourstory h1 {
  font-size: 40px !important;
}
.ig-mobile .col-md-2 {
  width: 50% !important;
  padding: 0 !important;
}
.carousel {
  padding: 0 5px !important;
}
.container-review {
  width: 220px !important;
  margin: 0 auto !important;
  height: 50px !important;
}
.container-review1 {
  width: 30% !important;
  float: left !important;
}
.container-review2 {
  width: 70% !important;
  float: left !important;
}
.avatar {
  width: 65px !important;
  height: 65px !important;
}
.footer .col-sm-2 {
  width: 50% !important;
}
.footer .col-lg-2 {
  width: 50% !important;
}
.social-align a {
    font-size: 36px !important;
  }
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
  height: 242px !important;
  overflow-y: hidden !important;
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}

/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper2 {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper2::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper2 {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
.current {
  color: #1d1d1b !important;
}
.header-pages {
font-family: Helvetica, sans-serif;
  font-weight: 400;
}
.sec-product8, .sec-product4 {
  padding-top: 20px !important;
}
.card-body .col-lg-6 {
  width: 55% !important;
  padding: 0 !important;
}
.card-body .col-lg-6b {
  width: 45% !important;
  padding: 0 !important;
}
.productdetails h4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.fixed-footercart {
    width: 335px !important;
}
.icon-wrapper {
  width: 85px !important;
  height: 85px !important;
}
.contact-info {
  padding: 15px 25px !important;
}
.form-floating {
  margin-top: 15px !important;
}
.form-floating2 {
  margin-top: 15px !important;
}
form button {
  margin-top: 15px !important;
}
.faq-nav {
  flex-direction: row !important;
}
.faq-nav {
    .nav-link {
      width: 50% !important;
      float: left !important;
    }
}
.tab-content {
    .card-body {
      padding: .85rem 0;
    }
}
.header-interior2 {
  padding-bottom: 10px !important;
}
.checkout h4 {
  margin-bottom: 10px !important;
}
.checkout h2 {
  margin-top: 10px !important;
}
.product-checkout4 {
  margin-top: 15px !important;
}
.product-cupon-checkout {
  margin-bottom: 0 !important;
}
.rs1-select2 {
  margin-top: 10px !important;
}
.main-timeline12 .timeline-icon:before {
  height: 30px !important;
}
.main-timeline12 .timeline-icon {
  padding-bottom: 30px !important;
}
.main-timeline12 .border {
  margin-bottom: 0 !important;
}
.brands_item {
  float: left !important;
}
.brands_item img {
  width: 110px !important;
  margin: 0 8px !important;
}
.service-container-father {
  width: 250px !important;
  margin: 0 auto !important;
  height: 100px !important;
}
.service-container {
        width: 50% !important;
        float: left !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
}
.service-container2 {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-left: 30px !important;
}
.service-container2b {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-right: 30px !important;
}
.service-container3 {
  width: 100% !important;
  display: flex !important;
}
.icon-howsend {
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
}
.service-card {
  padding: 10px !important;
}
.service-card p {
  margin-top: 10px !important;
  line-height: 1.2 !important;
}
.main-timeline12 .timeline-content {
  width: 150px !important;
  text-align: center !important;
  margin: 0 auto !important;
  height: 130px !important;
  white-space: normal !important;
}
.main-timeline12:nth-child(2n) .timeline-icon:before {
  content: "" !important;
    width: 1px !important;
    height: 30px !important;
    background: #1d1d1b !important;
    margin: 0 auto !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 45px !important;
    z-index: -1 !important;
    transition: all .3s ease 0s !important;
}
.main-timeline12:nth-child(2n) .timeline-icon {
  padding: 0 0 30px 0 !important;
}
.main-timeline12:nth-child(2n) {
  position: relative;
  top: -22px;
}
.main-timeline12:nth-child(3n) {
  position: relative;
    top: -22px;
}
.text-collapse-adproduct {
  font-size: 18px !important;
}
.card-body {
  padding: 0.8rem 0 !important;
}
.num-product {
   width: 45px !important;
  font-size: 18px !important;
}
.block5-txt-child1 a {
  font-size: 24px !important;
}
.checkout p {
  margin-bottom: 5px !important;
}
.register h4 {
  margin-bottom: 10px !important;
}
.ourstory-page h3 {
  margin-bottom: 0 !important;
}
.ourstory-page p {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
.title-header {
  text-align: center !important;
  display: block !important;
  width: 382px !important;
  top: 9% !important;
  line-height: 34px !important;
  font-size: 40px;
}
.caption {
  text-align: center !important;
  display: block !important;
  font-size: 24px !important;
  width: 382px !important;
  margin: 0 auto !important;
  line-height: 24px !important;
}
.resumenpedido .header-cart-item-name2 {
        width: 100% !important;
            display: block;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 20px !important;
    color: #1d1d1b;
    line-height: 1.3;
    float: left !important;
    margin: 0 !important;
    text-align: left !important;
}
  .resumenpedido .header-cart-item-name {
      width: 65% !important;
  }
  .resumenpedido .header-cart-item-info {
      width: 35% !important;
  }
      .btn-header {
        top: 62% !important;
        left: 3.5% !important;
        max-width: 390px !important;
        font-size: 18px;
    }
      .wrap-pic-w2 img {
      width: 71% !important;
  }
    .product-item2 {
      height: 130px !important;
  }
        .wrap-pic-w img {
        width: 100% !important;
    }
}


@media (max-width: 390px) { 
  .container {
    max-width: 390px !important;
  }
  .container2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 390px !important;
  }
  .brands {
    width: 390px !important;
    margin-left: -15px !important;
  }
  .projectFactsWrap {
    width: 390px;
  }
  .brands_slider_container {
    width: 390px;
  }
  .block1 {
    width: 210px;
    margin-left: -15px;
  }
  .main-slider {
    width: 390px;
    top: 40px;
    height: 57vw;
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .slick-slide {
    height: 56vw;
  }
  .wrap-slick3-dots {
    width: 14.5%;
  }
  video {
width: 390px !important;
top: 51% !important;
  }
  .embed-player {
    top: 0px !important;
  }
  .slick-arrow {
    top: 65% !important;
  }
  .sec-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-product7 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .sec-product6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ltext-108 {
    text-align: center;
  }
  .ltext-105 {
    text-align: center;
  }
  .stext-103 {
    text-align: center;
    font-size: 18px;
  }
  .size-103 {
    width: 100%;
  }
  .stext-101 {
    font-size: 24px;
  }
  .projectFactsWrap .item p.number {
    font-size: 70px;
  }
  .numberpercent {
    font-size: 35px !important;
    top: 49%;
    right: 22%;
  }
  .projectFactsWrap .item span {
    height: 4px;
  }
  .title-valor {
    font-size: 24px !important;
  }
 .product-item {
    height: 235px !important;
  }
  .block2-pic {
    top: -20px !important;
  }
  .block2-btn {
    bottom: -5px !important;
  }
  .service-card2 {
    margin: 15px 0;
  }
  .testimonial-card {
    height: auto;
  }
  .mtext-105 {
    text-align: center;
    font-size: 30px;
  }
  .stext-105 {
    font-size: 24px;
    text-align: center;
  }
  .size-201 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stext-104 {
    font-size: 40px;
  }
  .size-107 {
    width: 100%;
  }
  .logo img {
    width: 95px;
  }
  .left-top-bar {
    font-size: 17px;
  }
  .stext-106 {
    font-size: 20px;
  }
  .header-ourstory {
    top: 70px;
    margin-bottom: 45px;
  }
  .header-faqs {
    top: 70px;
    margin-bottom: 45px;
  }
  .icon-categories-shop {
    width: 100px;
    height: 100px;
  }
  .wrap-header-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 40px;
  }
  .mtext-102 {
    font-size: 24px;
    text-align: center;
  }
  .btn-group {
    justify-content: center;
    width: 100%;
  }
  .btn-group label {
    width: 50%;
    font-size: 24px;
  }
  .bagels {
    width: 50% !important;
  }
  .spreads {
    width: 50% !important;
  }
  .cookies {
    width: 50% !important;
  }
  .merch {
    width: 50% !important;
  }
  .products {
    width: 20% !important;
  }
    .products2 {
    width: 33% !important;
  }
    .btn-num-product-up2, .btn-num-product-down2 {
      width: 30px !important;
      height: 30px !important;
  }
      .num-product2 {
      height: 30px !important;
  }
  .wrap-num-product2 {
      justify-content: center !important;
  }
  .text-sabor-productdetails {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  display: block !important;
  }
  .name-product-detail {
    display: none !important;
  }
  .zoom-pic-product::after {
    top: 10px;
    font-size: 12px;
    padding: 5px 7px;
    right: 0;

  }
  .isotope-grid .col-sm-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mtext-103 {
    text-align: center;
    font-size: 24px;
  }
  .wrap-num-product {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 135px !important;
  }
  .size-101 {
    width: 100%;
  }
  .stext-102 {
    text-align: center;
    font-size: 18px;
  }
  .header-cart-item-name {
    font-size: 25px;
    width: 70%;
  }
  .header-cart-item-info {
    font-size: 20px;
    text-align: right !important;
    width: 30%;
  }
    .header-cart-item-info-details {
    font-size: 20px;
    text-align: right !important;
  }
  .header-cart-total {
    font-size: 36px;
    text-align: center;
  }
  .size-117 {
    width: 100%;
  }
  .stext-111 {
    font-size: 24px;
  }
  .wrap-header-cart {
    z-index: 999999999;
  }
  .mtext-109 {
    text-align: center;
    font-size: 24px;
  }
  .table-shopping-cart .table_head th {
    font-size: 24px;
  }
  .table-shopping-cart td {
    font-size: 20px;
  }
  .mtext-101 {
    font-size: 24px;
  }
  .mtext-110 {
    font-size: 24px;
  }
 .contact-item {
    display: block;
    margin-bottom: 5px !important;
  }
  .contact-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-wrapper-catering {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  }
  .social-icon {
    font-size: 24px;
  }
  .form-check-input {
    margin-top: .25rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: contents !important;
  }
  .main-timeline12 .col-md-2 {
    max-width: 100% !important;
  }
  .top-bar-mobile {
          height: 40px;
        background-color: #7fc3eb;
        display: block !important;
        position: fixed;
        z-index: 9999;
        width: 100%;
}
.ourstory h1 {
  font-size: 38px !important;
}
.ig-mobile .col-md-2 {
  width: 50% !important;
  padding: 0 !important;
}
.carousel {
  padding: 0 5px !important;
}
.container-review {
  width: 220px !important;
  margin: 0 auto !important;
  height: 50px !important;
}
.container-review1 {
  width: 30% !important;
  float: left !important;
}
.container-review2 {
  width: 70% !important;
  float: left !important;
}
.avatar {
  width: 65px !important;
  height: 65px !important;
}
.footer .col-sm-2 {
  width: 50% !important;
}
.footer .col-lg-2 {
  width: 50% !important;
}
.social-align a {
    font-size: 36px !important;
  }
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
  height: 260px !important;
  overflow-y: hidden !important;
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 5px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}

/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper2 {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper2::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper2 {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
.current {
  color: #1d1d1b !important;
}
.header-pages {
font-family: Helvetica, sans-serif;
  font-weight: 400;
}
.sec-product8, .sec-product4 {
  padding-top: 20px !important;
}
.card-body .col-lg-6 {
  width: 55% !important;
  padding: 0 !important;
}
.card-body .col-lg-6b {
  width: 45% !important;
  padding: 0 !important;
}
.productdetails h4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.fixed-footercart {
    width: 310px !important;
}
.icon-wrapper {
  width: 85px !important;
  height: 85px !important;
}
.contact-info {
  padding: 15px 25px !important;
}
.form-floating {
  margin-top: 15px !important;
}
.form-floating2 {
  margin-top: 15px !important;
}
form button {
  margin-top: 15px !important;
}
.faq-nav {
  flex-direction: row !important;
}
.faq-nav {
    .nav-link {
      width: 50% !important;
      float: left !important;
    }
}
.tab-content {
    .card-body {
      padding: .85rem 0;
    }
}
.header-interior2 {
  padding-bottom: 10px !important;
}
.checkout h4 {
  margin-bottom: 10px !important;
}
.checkout h2 {
  margin-top: 10px !important;
}
.product-checkout4 {
  margin-top: 15px !important;
}
.product-cupon-checkout {
  margin-bottom: 0 !important;
}
.rs1-select2 {
  margin-top: 10px !important;
}
.main-timeline12 .timeline-icon:before {
  height: 30px !important;
}
.main-timeline12 .timeline-icon {
  padding-bottom: 30px !important;
}
.main-timeline12 .border {
  margin-bottom: 0 !important;
}
.brands_item {
  float: left !important;
}
.brands_item img {
  width: 110px !important;
  margin: 0 5px !important;
}
.service-container-father {
  width: 250px !important;
  margin: 0 auto !important;
  height: 100px !important;
}
.service-container {
        width: 50% !important;
        float: left !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
}
.service-container2 {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-left: 30px !important;
}
.service-container2b {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-right: 30px !important;
}
.service-container3 {
  width: 100% !important;
  display: flex !important;
}
.icon-howsend {
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
}
.service-card {
  padding: 10px !important;
}
.service-card p {
  margin-top: 10px !important;
  line-height: 1.2 !important;
}
.main-timeline12 .timeline-content {
  width: 140px !important;
  text-align: center !important;
  margin: 0 auto !important;
  height: 150px !important;
  white-space: normal !important;
}
.main-timeline12:nth-child(2n) .timeline-icon:before {
  content: "" !important;
    width: 1px !important;
    height: 30px !important;
    background: #1d1d1b !important;
    margin: 0 auto !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 45px !important;
    z-index: -1 !important;
    transition: all .3s ease 0s !important;
}
.main-timeline12:nth-child(2n) .timeline-icon {
  padding: 0 0 30px 0 !important;
}
.main-timeline12:nth-child(2n) {
  position: relative;
    top: -44px;
}
.main-timeline12:nth-child(3n) {
  position: relative;
      top: -44px;
}
.text-collapse-adproduct {
  font-size: 16px !important;
}
.card-body {
  padding: 0.8rem 0 !important;
}
.num-product {
   width: 45px !important;
  font-size: 18px !important;
}
.block5-txt-child1 a {
  font-size: 20px !important;
}
.checkout p {
  margin-bottom: 5px !important;
}
.register h4 {
  margin-bottom: 10px !important;
}
.ourstory-page h3 {
  margin-bottom: 0 !important;
}
.ourstory-page p {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
.title-header {
  text-align: center !important;
  display: block !important;
  width: 350px !important;
  top: 8% !important;
  line-height: 34px !important;
  font-size: 40px;
}
.caption {
  text-align: center !important;
  display: block !important;
  font-size: 24px !important;
  width: 350px !important;
  margin: 0 auto !important;
  line-height: 24px !important;
}
.resumenpedido .header-cart-item-name2 {
        width: 100% !important;
            display: block;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 20px !important;
    color: #1d1d1b;
    line-height: 1.3;
    float: left !important;
    margin: 0 !important;
    text-align: left !important;
}
  .resumenpedido .header-cart-item-name {
      width: 65% !important;
  }
  .resumenpedido .header-cart-item-info {
      width: 35% !important;
  }
      .btn-header {
        top: 62% !important;
        left: 3.5% !important;
        max-width: 365px !important;
        font-size: 18px;
    }
      .wrap-pic-w2 img {
      width: 71% !important;
  }
    .product-item2 {
      height: 130px !important;
  }
        .wrap-pic-w img {
        width: 100% !important;
    }
}

@media (max-width: 375px) { 
  .container {
    max-width: 375px !important;
  }
  .container2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 375px !important;
  }
  .brands {
    width: 375px !important;
    margin-left: -15px !important;
  }
  .projectFactsWrap {
    width: 375px;
  }
  .brands_slider_container {
    width: 375px;
  }
  .block1 {
    width: 202px;
    margin-left: -15px;
  }
  .main-slider {
    width: 375px;
    top: 40px;
    height: 57vw;
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .slick-slide {
    height: 56vw;
  }
  .wrap-slick3-dots {
    width: 14.5%;
  }
  video {
width: 375px !important;
top: 51% !important;
  }
  .embed-player {
    top: 0px !important;
  }
  .slick-arrow {
    top: 65% !important;
  }
  .sec-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-product7 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .sec-product6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ltext-108 {
    text-align: center;
  }
  .ltext-105 {
    text-align: center;
  }
  .stext-103 {
    text-align: center;
    font-size: 18px;
  }
  .size-103 {
    width: 100%;
  }
  .stext-101 {
    font-size: 24px;
  }
  .projectFactsWrap .item p.number {
    font-size: 70px;
  }
  .numberpercent {
    font-size: 35px !important;
    top: 49%;
    right: 22%;
  }
  .projectFactsWrap .item span {
    height: 4px;
  }
  .title-valor {
    font-size: 24px !important;
  }
 .product-item {
    height: 210px !important;
  }
  .block2-pic {
    top: -20px !important;
  }
  .block2-btn {
    bottom: -5px !important;
  }
  .service-card2 {
    margin: 15px 0;
  }
  .testimonial-card {
    height: auto;
  }
  .mtext-105 {
    text-align: center;
    font-size: 30px;
  }
  .stext-105 {
    font-size: 24px;
    text-align: center;
  }
  .size-201 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stext-104 {
    font-size: 40px;
  }
  .size-107 {
    width: 100%;
  }
  .logo img {
    width: 95px;
  }
  .left-top-bar {
    font-size: 17px;
  }
  .stext-106 {
    font-size: 20px;
  }
  .header-ourstory {
    top: 70px;
    margin-bottom: 45px;
  }
  .header-faqs {
    top: 70px;
    margin-bottom: 45px;
  }
  .icon-categories-shop {
    width: 92px;
    height: 92px;
  }
  .wrap-header-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 40px;
  }
  .mtext-102 {
    font-size: 24px;
    text-align: center;
  }
  .btn-group {
    justify-content: center;
    width: 100%;
  }
  .btn-group label {
    width: 50%;
    font-size: 24px;
  }
  .bagels {
    width: 50% !important;
  }
  .spreads {
    width: 50% !important;
  }
  .cookies {
    width: 50% !important;
  }
  .merch {
    width: 50% !important;
  }
  .products {
    width: 20% !important;
  }
    .products2 {
    width: 33% !important;
  }
    .btn-num-product-up2, .btn-num-product-down2 {
      width: 30px !important;
      height: 30px !important;
  }
    .num-product2 {
      height: 30px !important;
  }
  .wrap-num-product2 {
      justify-content: center !important;
  }
  .text-sabor-productdetails {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  display: block !important;
  }
  .name-product-detail {
    display: none !important;
  }
  .zoom-pic-product::after {
    top: 10px;
    font-size: 12px;
    padding: 5px 7px;
    right: 0;

  }
  .isotope-grid .col-sm-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mtext-103 {
    text-align: center;
    font-size: 24px;
  }
  .wrap-num-product {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 135px !important;
  }
  .size-101 {
    width: 100%;
  }
  .stext-102 {
    text-align: center;
    font-size: 18px;
  }
  .header-cart-item-name {
    font-size: 24px;
    width: 70%;
  }
  .header-cart-item-info {
    font-size: 20px;
    text-align: right !important;
    width: 30%;
  }
    .header-cart-item-info-details {
    font-size: 20px;
    text-align: right !important;
  }
  .header-cart-total {
    font-size: 36px;
    text-align: center;
  }
  .size-117 {
    width: 100%;
  }
  .stext-111 {
    font-size: 24px;
  }
  .wrap-header-cart {
    z-index: 999999999;
  }
  .mtext-109 {
    text-align: center;
    font-size: 24px;
  }
  .table-shopping-cart .table_head th {
    font-size: 24px;
  }
  .table-shopping-cart td {
    font-size: 20px;
  }
  .mtext-101 {
    font-size: 24px;
  }
  .mtext-110 {
    font-size: 24px;
  }
 .contact-item {
    display: block;
    margin-bottom: 5px !important;
  }
  .contact-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-wrapper-catering {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  }
  .social-icon {
    font-size: 24px;
  }
  .form-check-input {
    margin-top: .25rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: contents !important;
  }
  .main-timeline12 .col-md-2 {
    max-width: 100% !important;
  }
  .top-bar-mobile {
          height: 40px;
        background-color: #7fc3eb;
        display: block !important;
        position: fixed;
        z-index: 9999;
        width: 100%;
}
.ourstory h1 {
  font-size: 36px !important;
}
.ig-mobile .col-md-2 {
  width: 50% !important;
  padding: 0 !important;
}
.carousel {
  padding: 0 5px !important;
}
.container-review {
  width: 220px !important;
  margin: 0 auto !important;
  height: 50px !important;
}
.container-review1 {
  width: 30% !important;
  float: left !important;
}
.container-review2 {
  width: 70% !important;
  float: left !important;
}
.avatar {
  width: 65px !important;
  height: 65px !important;
}
.footer .col-sm-2 {
  width: 50% !important;
}
.footer .col-lg-2 {
  width: 50% !important;
}
.social-align a {
    font-size: 36px !important;
  }
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
  height: 300px !important;
  overflow-y: hidden !important;
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 3px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper2 {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper2::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper2 {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
.current {
  color: #1d1d1b !important;
}
.header-pages {
font-family: Helvetica, sans-serif;
  font-weight: 400;
}
.sec-product8, .sec-product4 {
  padding-top: 20px !important;
}
.card-body .col-lg-6 {
  width: 55% !important;
  padding: 0 !important;
}
.card-body .col-lg-6b {
  width: 45% !important;
  padding: 0 !important;
}
.productdetails h4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.fixed-footercart {
    width: 295px !important;
}
.icon-wrapper {
  width: 85px !important;
  height: 85px !important;
}
.contact-info {
  padding: 15px 25px !important;
}
.form-floating {
  margin-top: 15px !important;
}
.form-floating2 {
  margin-top: 15px !important;
}
form button {
  margin-top: 15px !important;
}
.faq-nav {
  flex-direction: row !important;
}
.faq-nav {
    .nav-link {
      width: 50% !important;
      float: left !important;
    }
}
.tab-content {
    .card-body {
      padding: .85rem 0;
    }
}
.header-interior2 {
  padding-bottom: 10px !important;
}
.checkout h4 {
  margin-bottom: 10px !important;
}
.checkout h2 {
  margin-top: 10px !important;
}
.product-checkout4 {
  margin-top: 15px !important;
}
.product-cupon-checkout {
  margin-bottom: 0 !important;
}
.rs1-select2 {
  margin-top: 10px !important;
}
.main-timeline12 .timeline-icon:before {
  height: 30px !important;
}
.main-timeline12 .timeline-icon {
  padding-bottom: 30px !important;
}
.main-timeline12 .border {
  margin-bottom: 0 !important;
}
.brands_item {
  float: left !important;
}
.brands_item img {
  width: 110px !important;
  margin: 0 2px !important;
}
.service-container-father {
  width: 250px !important;
  margin: 0 auto !important;
  height: 100px !important;
}
.service-container {
        width: 50% !important;
        float: left !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
}
.service-container2 {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-left: 30px !important;
}
.service-container2b {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-right: 30px !important;
}
.service-container3 {
  width: 100% !important;
  display: flex !important;
}
.icon-howsend {
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
}
.service-card {
  padding: 10px !important;
}
.service-card p {
  margin-top: 10px !important;
  line-height: 1.2 !important;
}
.main-timeline12 .timeline-content {
  width: 130px !important;
  text-align: center !important;
  margin: 0 auto !important;
  height: 185px !important;
  white-space: normal !important;
}
.main-timeline12:nth-child(2n) .timeline-icon:before {
  content: "" !important;
    width: 1px !important;
    height: 30px !important;
    background: #1d1d1b !important;
    margin: 0 auto !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 45px !important;
    z-index: -1 !important;
    transition: all .3s ease 0s !important;
}
.main-timeline12:nth-child(2n) .timeline-icon {
  padding: 0 0 30px 0 !important;
}
.main-timeline12:nth-child(2n) {
  position: relative;
      top: -66px;
}
.main-timeline12:nth-child(3n) {
  position: relative;
      top: -66px;
}
.text-collapse-adproduct {
  font-size: 16px !important;
}
.card-body {
  padding: 0.8rem 0 !important;
}
.num-product {
   width: 45px !important;
  font-size: 18px !important;
}
.block5-txt-child1 a {
   font-size: 20px !important;
}
.checkout p {
  margin-bottom: 5px !important;
}
.register h4 {
  margin-bottom: 10px !important;
}
.ourstory-page h3 {
  margin-bottom: 0 !important;
}
.ourstory-page p {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
.title-header {
  text-align: center !important;
  display: block !important;
  width: 335px !important;
  top: 8% !important;
  line-height: 32px !important;
  font-size: 38px;
}
.caption {
  text-align: center !important;
  display: block !important;
  font-size: 22px !important;
  width: 335px !important;
  margin: 0 auto !important;
  line-height: 24px !important;
}
.resumenpedido .header-cart-item-name2 {
        width: 100% !important;
            display: block;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 20px !important;
    color: #1d1d1b;
    line-height: 1.3;
    float: left !important;
    margin: 0 !important;
    text-align: left !important;
}
  .resumenpedido .header-cart-item-name {
      width: 65% !important;
  }
  .resumenpedido .header-cart-item-info {
      width: 35% !important;
  }
      .btn-header {
        top: 62% !important;
        left: 3.5% !important;
        max-width: 350px !important;
        font-size: 18px;
    }
      .wrap-pic-w2 img {
      width: 71% !important;
  }
    .product-item2 {
      height: 130px !important;
  }
        .wrap-pic-w img {
        width: 100% !important;
    }
}


@media (max-width: 360px) { 
  .container {
    max-width: 360px !important;
  }
  .container2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
    max-width: 360px !important;
  }
  .brands {
    width: 360px !important;
    margin-left: -15px !important;
  }
  .projectFactsWrap {
    width: 360px;
  }
  .brands_slider_container {
    width: 360px;
  }
  .block1 {
    width: 195px;
    margin-left: -15px;
  }
  .main-slider {
    width: 360px;
    top: 40px;
    height: 57vw;
    margin-bottom: 20px;
    padding-top: 70px;
  }
  .slick-slide {
    height: 56vw;
  }
  .wrap-slick3-dots {
    width: 14.5%;
  }
  video {
width: 360px !important;
top: 51% !important;
  }
  .embed-player {
    top: 0px !important;
  }
  .slick-arrow {
    top: 65% !important;
  }
  .sec-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-product7 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .sec-product6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ltext-108 {
    text-align: center;
  }
  .ltext-105 {
    text-align: center;
  }
  .stext-103 {
    text-align: center;
    font-size: 18px;
  }
  .size-103 {
    width: 100%;
  }
  .stext-101 {
    font-size: 24px;
  }
  .projectFactsWrap .item p.number {
    font-size: 70px;
  }
  .numberpercent {
    font-size: 35px !important;
    top: 49%;
    right: 22%;
  }
  .projectFactsWrap .item span {
    height: 4px;
  }
  .title-valor {
    font-size: 24px !important;
  }
  .product-item {
    height: 195px !important;
  }
  .block2-pic {
    top: -20px !important;
  }
  .block2-btn {
    bottom: -5px !important;
  }
  .service-card2 {
    margin: 15px 0;
  }
  .testimonial-card {
    height: auto;
  }
  .mtext-105 {
    text-align: center;
    font-size: 30px;
  }
  .stext-105 {
    font-size: 24px;
    text-align: center;
  }
  .size-201 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stext-104 {
    font-size: 40px;
  }
  .size-107 {
    width: 100%;
  }
  .logo img {
    width: 95px;
  }
  .left-top-bar {
    font-size: 16px;
  }
  .stext-106 {
    font-size: 20px;
  }
  .header-ourstory {
    top: 70px;
    margin-bottom: 45px;
  }
  .header-faqs {
    top: 70px;
    margin-bottom: 45px;
  }
  .icon-categories-shop {
    width: 85px;
    height: 85px;
  }
  .wrap-header-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 40px;
  }
  .mtext-102 {
    font-size: 24px;
    text-align: center;
  }
  .btn-group {
    justify-content: center;
    width: 100%;
  }
  .btn-group label {
    width: 50%;
    font-size: 24px;
  }
  .bagels {
    width: 50% !important;
  }
  .spreads {
    width: 50% !important;
  }
  .cookies {
    width: 50% !important;
  }
  .merch {
    width: 50% !important;
  }
  .products {
    width: 20% !important;
  }
    .products2 {
    width: 33% !important;
  }
    .btn-num-product-up2, .btn-num-product-down2 {
      width: 25px !important;
      height: 25px !important;
  }
  .num-product2 {
      height: 25px !important;
  }
  .wrap-num-product2 {
      justify-content: center !important;
  }
  .text-sabor-productdetails {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  display: block !important;
  }
  .name-product-detail {
    display: none !important;
  }
  .zoom-pic-product::after {
    top: 10px;
    font-size: 12px;
    padding: 5px 7px;
    right: 0;

  }
  .isotope-grid .col-sm-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mtext-103 {
    text-align: center;
    font-size: 24px;
  }
  .wrap-num-product {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 135px !important;
  }
  .size-101 {
    width: 100%;
  }
  .stext-102 {
    text-align: center;
    font-size: 18px;
  }
  .header-cart-item-name {
    font-size: 22px;
    width: 70%;
  }
  .header-cart-item-info {
    font-size: 20px;
    text-align: right !important;
    width: 30%;
  }
    .header-cart-item-info-details {
    font-size: 20px;
    text-align: right !important;
  }
  .header-cart-total {
    font-size: 36px;
    text-align: center;
  }
  .size-117 {
    width: 100%;
  }
  .stext-111 {
    font-size: 24px;
  }
  .wrap-header-cart {
    z-index: 999999999;
  }
  .mtext-109 {
    text-align: center;
    font-size: 24px;
  }
  .table-shopping-cart .table_head th {
    font-size: 24px;
  }
  .table-shopping-cart td {
    font-size: 20px;
  }
  .mtext-101 {
    font-size: 24px;
  }
  .mtext-110 {
    font-size: 24px;
  }
 .contact-item {
    display: block;
    margin-bottom: 5px !important;
  }
  .contact-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-wrapper-catering {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  }
  .social-icon {
    font-size: 24px;
  }
  .form-check-input {
    margin-top: .25rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: contents !important;
  }
  .main-timeline12 .col-md-2 {
    max-width: 100% !important;
  }
  .top-bar-mobile {
          height: 40px;
        background-color: #7fc3eb;
        display: block !important;
        position: fixed;
        z-index: 9999;
        width: 100%;
}
.ourstory h1 {
  font-size: 35px !important;
}
.ig-mobile .col-md-2 {
  width: 50% !important;
  padding: 0 !important;
}
.carousel {
  padding: 0 5px !important;
}
.container-review {
  width: 220px !important;
  margin: 0 auto !important;
  height: 50px !important;
}
.container-review1 {
  width: 30% !important;
  float: left !important;
}
.container-review2 {
  width: 70% !important;
  float: left !important;
}
.avatar {
  width: 65px !important;
  height: 65px !important;
}
.footer .col-sm-2 {
  width: 50% !important;
}
.footer .col-lg-2 {
  width: 50% !important;
}
.social-align a {
    font-size: 36px !important;
  }
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
  height: 290px !important;
  overflow-y: hidden !important;
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
/* Contenedor principal con el scroll */
.horizontal-scroll-wrapper2 {
  width: 100% !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important; /* Mejora el scroll en iOS Safari */
}

/* Estilos para navegadores basados en WebKit (Chrome, Safari, Edge) */
.horizontal-scroll-wrapper2::-webkit-scrollbar {
  height: 10px !important; /* Altura de la barra de desplazamiento horizontal */
  background-color: #f7e5dc !important; /* Color de fondo de la pista del scrollbar (opcional, pero ayuda) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-track {
  background: #f7e5dc !important; /* Color de la pista (el fondo donde se mueve el pulgar) */
  border-radius: 5px !important; /* Bordes redondeados para la pista */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb {
  background: #7fc3eb !important; /* Color del "pulgar" (la parte que se arrastra) */
  border-radius: 5px !important; /* Bordes redondeados para el pulgar */
  border: 1px solid #7fc3eb !important; /* Borde para que se distinga más (opcional) */
}

.horizontal-scroll-wrapper2::-webkit-scrollbar-thumb:hover {
  background: #7fc3eb !important; /* Color del pulgar al pasar el ratón (más oscuro para interacción) */
}

/* Estilos para Firefox */
.horizontal-scroll-wrapper2 {
  scrollbar-width: thin !important; /* Hace la barra de desplazamiento más delgada ('auto' es por defecto) */
  scrollbar-color: #7fc3eb #f7e5dc !important; /* Define el color del pulgar (#888) y de la pista (#f1f1f1) */
}
.current {
  color: #1d1d1b !important;
}
.header-pages {
font-family: Helvetica, sans-serif;
  font-weight: 400;
}
.sec-product8, .sec-product4 {
  padding-top: 20px !important;
}
.card-body .col-lg-6 {
  width: 55% !important;
  padding: 0 !important;
}
.card-body .col-lg-6b {
  width: 45% !important;
  padding: 0 !important;
}
.productdetails h4 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.fixed-footercart {
    width: 275px !important;
}
.icon-wrapper {
  width: 85px !important;
  height: 85px !important;
}
.contact-info {
  padding: 15px 25px !important;
}
.form-floating {
  margin-top: 15px !important;
}
.form-floating2 {
  margin-top: 15px !important;
}
form button {
  margin-top: 15px !important;
}
.faq-nav {
  flex-direction: row !important;
}
.faq-nav {
    .nav-link {
      width: 50% !important;
      float: left !important;
    }
}
.tab-content {
    .card-body {
      padding: .85rem 0;
    }
}
.header-interior2 {
  padding-bottom: 10px !important;
}
.checkout h4 {
  margin-bottom: 10px !important;
}
.checkout h2 {
  margin-top: 10px !important;
}
.product-checkout4 {
  margin-top: 15px !important;
}
.product-cupon-checkout {
  margin-bottom: 0 !important;
}
.rs1-select2 {
  margin-top: 10px !important;
}
.main-timeline12 .timeline-icon:before {
  height: 30px !important;
}
.main-timeline12 .timeline-icon {
  padding-bottom: 30px !important;
}
.main-timeline12 .border {
  margin-bottom: 0 !important;
}
.brands_item {
  float: left !important;
}
.brands_item img {
  width: 106px !important;
  margin: 0 2px !important;
}
.service-container-father {
  width: 250px !important;
  margin: 0 auto !important;
  height: 100px !important;
}
.service-container {
        width: 50% !important;
        float: left !important;
        height: 100px !important;
        display: flex !important;
        align-items: center !important;
}
.service-container2 {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-left: 30px !important;
}
.service-container2b {
        width: 30% !important;
        float: left !important;
        display: flex !important;
        align-items: center !important;
        height: 100px !important;
        margin-right: 30px !important;
}
.service-container3 {
  width: 100% !important;
  display: flex !important;
}
.icon-howsend {
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
}
.service-card {
  padding: 10px !important;
}
.service-card p {
  margin-top: 10px !important;
  line-height: 1.2 !important;
}
.main-timeline12 .timeline-content {
  width: 130px !important;
  text-align: center !important;
  margin: 0 auto !important;
  height: 180px !important;
  white-space: normal !important;
}
.main-timeline12:nth-child(2n) .timeline-icon:before {
  content: "" !important;
    width: 1px !important;
    height: 30px !important;
    background: #1d1d1b !important;
    margin: 0 auto !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 45px !important;
    z-index: -1 !important;
    transition: all .3s ease 0s !important;
}
.main-timeline12:nth-child(2n) .timeline-icon {
  padding: 0 0 30px 0 !important;
}
.main-timeline12:nth-child(2n) {
  position: relative;
      top: -66px;
}
.main-timeline12:nth-child(3n) {
  position: relative;
      top: -66px;
}
.text-collapse-adproduct {
  font-size: 16px !important;
}
.card-body {
  padding: 0.8rem 0 !important;
}
.num-product {
   width: 45px !important;
  font-size: 18px !important;
}
.block5-txt-child1 a {
  font-size: 20px !important;
}
.checkout p {
  margin-bottom: 5px !important;
}
.register h4 {
  margin-bottom: 10px !important;
}
.ourstory-page h3 {
  margin-bottom: 0 !important;
}
.ourstory-page p {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}
.title-header {
  text-align: center !important;
  display: block !important;
  width: 320px !important;
  top: 8% !important;
  line-height: 32px !important;
  font-size: 38px;
}
.caption {
  text-align: center !important;
  display: block !important;
  font-size: 21px !important;
  width: 320px !important;
  margin: 0 auto !important;
  line-height: 24px !important;
}
.resumenpedido .header-cart-item-name2 {
        width: 100% !important;
            display: block;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 20px !important;
    color: #1d1d1b;
    line-height: 1.3;
    float: left !important;
    margin: 0 !important;
    text-align: left !important;
}
  .resumenpedido .header-cart-item-name {
      width: 65% !important;
  }
  .resumenpedido .header-cart-item-info {
      width: 35% !important;
      font-size: 20px !important;
  }
      .btn-header {
        top: 62% !important;
        left: 3.5% !important;
        max-width: 335px !important;
        font-size: 18px;
    }
      .wrap-pic-w2 img {
      width: 71% !important;
  }
    .product-item2 {
      height: 130px !important;
  }
        .wrap-pic-w img {
        width: 100% !important;
    }
}

.p-t-130 {
  padding-top: 130px;
}

.block-list-item-catering {
  padding-left: 17px;
}

.list-item-catering {
  color: #1d1d1b;
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.6;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.block-disclaimer-catering {
  padding: 12px 20px 10px 20px;
  border: 2px solid #1d1d1b;
  border-radius: 10px;
}

/******************* Timeline Demo - 12 *****************/
.main-timeline12 {
    padding: 0 2px;
    position: relative;
    display: inline-block;
}

.main-timeline12 .col-md-2 {
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
}

.main-timeline12 .timeline-icon {
    display: block;
    text-align: center;
    padding: 20px 0 55px;
    z-index: 1;
    position: relative;
}

.main-timeline12:nth-child(2n) .timeline-icon {
    padding: 55px 0 20px;
}

.main-timeline12 .timeline-icon:before {
    content: "";
    width: 1px;
    height: 50%;
    background: #1d1d1b;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease 0s;
}

.img-timeline {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.main-timeline12:nth-child(2n) .timeline-icon:before {
    bottom: auto;
    top: 0;
}

.main-timeline12:hover .timeline-icon:before {
    background: #555;
}

.main-timeline12 .timeline-icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #1d1d1b;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease 0s
}

.main-timeline12:hover .timeline-icon i {
    background: #7fc3eb;
    animation: icon-load 2.5s ease 0s infinite
}

.main-timeline12 .border {
    height: 15px;
    background: #1d1d1b;
    margin-bottom: 0;
    transition: all .3s ease 0s
}

.main-timeline12:hover .border {
    background: #1d1d1b;
}

.main-timeline12:first-child .border {
    border-radius: 4px 0 0 4px
}

.main-timeline12:last-child .border {
    border-radius: 0 4px 4px 0
}

.main-timeline12:nth-child(2n) .border {
    margin: 0;
}

.main-timeline12 .timeline-content {
    padding: 15px;
    border: 1px solid #ddd;
    background: #f7e5dc;
    border-radius: 3px;
    transition: all .3s ease 0s
}

.main-timeline12:hover .timeline-content {
    background: #7fc3eb;
}

.main-timeline12 .title {
    font-weight: 700;
    color: #1d1d1b;
    text-transform: uppercase;
    margin: 0px;
    transition: all .3s ease 0s;
    font-size: 28px;
    line-height: 1.2857;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
}

.main-timeline12:hover .title {
    color: #1d1d1b;
}

.main-timeline12 .timeline-content .description {
  color: #1d1d1b;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    margin: 0;
    transition: all .3s ease 0s;
    font-size: 15px;
    line-height: 1.466667;
}

.main-timeline12:hover .description {
    color: #1d1d1b;
}

@keyframes icon-load {
    0% {
        transform: rotate(-12deg)
    }

    8% {
        transform: rotate(12deg)
    }

    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        transform: rotate(24deg)
    }

    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        transform: rotate(-24deg)
    }

    100%,
    75% {
        transform: rotate(0)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline12 .timeline {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline12 .timeline-icon {
        padding-top: 0
    }

    .main-timeline12 .timeline:nth-child(2n) .timeline-icon {
        padding-bottom: 0
    }

    .main-timeline12 .border {
        margin-bottom: 10px
    }

    .main-timeline12 .timeline:nth-child(2n) .border {
        margin: 10px 0 0
    }

    .main-timeline12 .timeline-content {
        text-align: center
    }
}

.desktop {
  display: contents;
}

.mobile {
  display: none;
}

.brands_item img {
  opacity: 0.5;
}

.ourstory h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  color: #1d1d1b;
}

.ourstory h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
  color: #1d1d1b;
}

ul, li {
  color: #1d1d1b;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.header-interior {
  padding-top: 120px;
}

.header-interior2 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.header-interior h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  color: #1d1d1b;
  text-align: center;
}

.header-interior2 h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  color: #1d1d1b;
  text-align: center;
}

.catering h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #1d1d1b;
  text-align: center;
  margin-bottom: 20px;
}

.catering h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  line-height: 1.5;
  color: #1d1d1b;
  text-align: center;
  margin-bottom: 30px;
}

.contact-item h6 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #1d1d1b;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact-item p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1d1d1b;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact-item span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #1d1d1b;
}

.ourbaegels h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  color: #1d1d1b;
   margin-bottom: 5px;
}

.wantbaegels h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: #1d1d1b;
   margin-bottom: 5px;
}

.wantbaegels p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1d1d1b;
  margin-bottom: 20px;
  text-align: center;
}

.service-card h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #1d1d1b;
   margin-bottom: 10px;
}

.service-card p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #1d1d1b;
  margin-bottom: 0px;
}

.baegellovers h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  color: #1d1d1b;
   margin-bottom: 5px;
}

.testimonial-card h5 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: #1d1d1b;
    text-align: center;
}

.testimonial-card p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #1d1d1b;
  margin-bottom: 0px;
}

.testimonial-card .lead {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #1d1d1b;
  margin-bottom: 0px;
}

.followig h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  color: #1d1d1b;
   margin-bottom: 5px;
}

.footer h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
   margin-bottom: 10px;
   margin-top: 20px;
}

.footer ul li a {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 18px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
}

.footer ul li a:hover {
    color: #e56239;
}

.footer p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 18px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
}

.footer span {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 0px;
}

.footer .firma {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 40px;
}

.block2-txt-child1 a {
    font-size: 24px;
    line-height: 1.466667;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
  color: #1d1d1b;
}

.block2-txt-child1 a:hover {
  color: #e56239;
}

.social-align a {
  color: #fff;
  font-size: 24px;
    line-height: 1.466667;
    margin: 0 5px;
}

.social-align a:hover {
  color: #e56239;
}

.register h4 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    background-color: #f2a53b;
    border-radius: 23px;
    text-transform: uppercase;
    padding: 12px 15px;
    margin-bottom: 40px;
}

.register p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    margin-top: 15px;
    text-align: center;
}

.checkout h4 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background-color: #f2a53b;
    border-radius: 23px;
    text-transform: uppercase;
    padding: 12px 15px;
   margin: 20px auto;
    
}

.checkout p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.checkout h2 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
    line-height: 1.466667;
    color: #1d1d1b;
    text-align: center;
    margin-bottom: 5px;
}

.modal-header h5 {
  font-size: 18px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.466667;
    color: #1d1d1b;
    text-align: center;
}

.product-checkout {
  width: 75%;
  margin-right: 10px;
}

.product-checkout2 {
  width: 25%;
  margin-left: 10px;
}
.product-checkout5 {
  width: 40%;
  margin-right: 10px;
}

.product-checkout6 {
  width: 60%;
  margin-left: 10px;
}

.product-checkout .product-title-checkout {
 float: left;
 text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.466667;
    color: #1d1d1b;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    text-align: left;
    width: 100%;
}

.product-checkout5 .product-title-checkout {
 float: left;
 text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.466667;
    color: #1d1d1b;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    text-align: left;
    width: 100%;
}

.product-checkout .product-details-checkout {
 float: left;
 margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.466667;
    color: #1d1d1b;
    font-size: 12px;
    margin-top: 0px;
    display: block;
    width: 100%;
    text-align: left;
}

.product-checkout5 .product-details-checkout {
 float: left;
 margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.466667;
    color: #1d1d1b;
    font-size: 12px;
    margin-top: 0px;
    display: block;
    width: 100%;
    text-align: left;
}

.product-checkout2 .product-price-checkout {
 float: right;
 margin-bottom: 0px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.466667;
    color: #1d1d1b;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: right;
}

.product-checkout6 .product-price-checkout {
 float: right;
 margin-bottom: 0px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.466667;
    color: #1d1d1b;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: right;
}

.product-checkout-subtotal {
  width: 70%;
}

.product-checkout-add {
  width: 100%;
}

.product-title-checkout-add {
    float: left;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif !important;
    line-height: 1.466667;
    color: #1d1d1b;
    font-size: 13px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: block;
    text-align: left !important;
    width: 100%;
}

.product-checkout2-subtotal {
  width: 30%;
}

.product-checkout-subtotal .product-title-checkout {
 text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.466667;
    color: #1d1d1b;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    display: block;
    text-align: left;
    width: 100%;
}

.product-checkout2-subtotal .product-price-checkout {
float: right;
 margin-bottom: 0px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.466667;
    color: #1d1d1b;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: right;
}

.product-cupon-checkout {
  width: 100%;
  margin-bottom: 10px;
}

.product-cupon-checkout .product-title-cupon-checkout {
 text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.466667;
    color: #1d1d1b;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    display: block;
    text-align: left;
    width: 100%;
}

.product-checkout3 {
  width: 80%;
}

.product-checkout4 {
  width: 20%;
}

.product-paymethod-checkout {
  width: 100%;
  margin-bottom: 10px;
}

.product-paymethod-checkout p {
 margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.466667;
    color: #1d1d1b;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}


.product-secure-checkout {
  width: 100%;
  margin-bottom: 10px;
}

.product-secure-checkout p {
 margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.466667;
    color: #1d1d1b;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.table_row p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.verify-account p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    text-align: center;
}

.verify-account p a{
  font-family: Helvetica, sans-serif;
  font-weight: 700;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #7fc3eb;
    margin-bottom: 20px;
    text-align: center;
}

.verify-account p a:hover {
  color: #e56239;
}

.reset-password p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    margin-bottom: 20px;
    text-align: center;
}

.reset-password h4 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
   margin-bottom: 10px;
}

.post-venta p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    margin-bottom: 20px;
    text-align: center;
}

.post-venta-error p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    margin-bottom: 20px;
    text-align: center;
}

.checkout label {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
}

.politicsofprivacity p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.termsandconditions p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.productdetails h4 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background-color: #f2a53b;
    border-radius: 23px;
    text-transform: uppercase;
    padding: 12px 15px;
   margin-bottom: 20px;    
}

.productdetails h2 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    text-transform: uppercase;
   margin-bottom: 10px;    
}

.card-header {
          padding: 15px 16px;
        border-radius: 0;
        background-color: #f7e5dc;
}

.card-header a {
  color: #1d1d1b !important;
            text-align: left;
            white-space: normal;
            font-size: 20px;
            font-family: "Bebas Neue", sans-serif;
}

.tab-pane p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 16px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    text-align: center;
}

.text-collapse-adproduct {
  font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    color: #1d1d1b;
    text-transform: uppercase;
}

.text-collapse-productdescription {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 16px;
    color: #1d1d1b;
    text-align: left;
}

.title-pedido {
 width: 100%;
 display: block;
 margin-top: 20px;
}

.title-pedido h3 {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 18px;
    color: #1d1d1b;
    margin-top: 20px;
}

.description-pedido {
  width: 100%;
}

.description-pedido .pedido-item {
  font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    color: #1d1d1b;
    margin-top: 20px;
    margin-bottom: 5px;
}

.description-pedido .pedido-details {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 16px;
    color: #1d1d1b;
    margin-bottom: 5px;
}

.description-pedido .pedido-price {
  font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    color: #1d1d1b;
    margin-top: 20px;
}

.total-pedido {
 width: 100%;
 display: block;
 margin-top: 20px;
}

.total-pedido-title {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 18px;
    color: #1d1d1b;
    margin-top: 20px;
}

.total-pedido-price {
  font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    color: #1d1d1b;
    margin-top: 5px;
    margin-bottom: 20px;
}

.message-btn {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 16px;
    color: #1d1d1b;
    margin-top: 10px;
}

.name-product-detail {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 16px;
    color: #1d1d1b;
}

.text-profile {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
    font-size: 16px;
    color: #1d1d1b;
}

.select2-container--disabled {
  background-color: #e9ecef;
    opacity: 1;
}

.title-detalle-pedido {
       font-family: "Bebas Neue", sans-serif;
    font-size: 14px;
    color: #1d1d1b;
    text-align: center;
        background-color: #f2a53b;
    border-radius: 23px;
    text-transform: uppercase;
    padding: 12px 15px;
    margin-bottom: 10px;
}

.content-detalle-pedido {
  font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    color: #1d1d1b;
    text-align: center;
    margin-bottom: 10px;
}

.scrollmenu button {
  margin: 5px 20px;
}

.text-sabor-productdetails {
  display: none;
}

.fixed-footercart {
  position: sticky;
  bottom: 0;
  width: 350px;
  background-color: #fff;
  padding: 20px 0;
}

.direccionrecojo {
  padding: 20px;
    border: 2px solid #eee;
    border-radius: 10px;
}

.checkout h5 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    text-align: center;
}

.checkout h6 {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    text-align: center;
}

.header-reviews {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
.header-reviews2 {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-reviews2b {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourstory-page h3 {
  font-family: "Bebas Neue", sans-serif;
    font-size: 36px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    text-align: center;
    margin-bottom: 10px;
}

.ourstory-page p {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.466667;
    letter-spacing: 1px;
    color: #1d1d1b;
    text-align: center;
}

.ourstory h3 {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #1d1d1b;
    margin-bottom: 10px;
    font-size: 20px;
}

.ourstory p {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #1d1d1b;
    font-size: 20px;
}

/* Modal contenedor */
.custom-dialog {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s; /* Espera para ocultar */
}

/* Fondo */
.custom-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Ventana */
.custom-dialog-window {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Estado visible */
.custom-dialog.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}

.custom-dialog.is-open .custom-dialog-backdrop {
  opacity: 1;
}

.custom-dialog.is-open .custom-dialog-window {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
    display: none !important;
}

.product-checkout .product-adicionales-checkout {
 float: left;
 margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.466667;
    color: #1d1d1b;
    font-size: 12px;
    margin-top: 0px;
    display: block;
    width: 100%;
    text-align: left;
}

.product-checkout .product-extras-checkout {
 float: left;
 margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.466667;
    color: #1d1d1b;
    font-size: 12px;
    margin-top: 0px;
    display: block;
    width: 100%;
    text-align: left;
}
.btn-header {
        position: absolute;
    top: 58%;
    left: 6%;
    z-index: 1;
}
.hov-img1 {
  display: block;
  overflow: hidden;
}

.hov-img1 img{
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
  opacity: 0.5;
}

.hov-img1:hover img {
  opacity: 0.8;
}
.block3-pic {
  position: relative;
}
  .wrap-pic-w2 img {
      display: block;
  }
  .card-body {
      padding: .85rem 1.25rem;
    }