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

    Template Name: Organimart - Organic Food Store HTML5 Template
    Template URI: https://thepixelcurve.com/
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Raistheme
    Author URI: https://thepixelcurve.com/
    Version: 1.0


-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Header CSS
    2.1. Header Top CSS
    2.2. Header Bottom CSS
    2.3 Offcanvas Menu CSS
    03. Hero CSS
    04. Category CSS
    05. Product CSS
    06. Best Deal CSS
    07. CTA CSS
    08. Brand CSS
    09. Quote CSS
    10. Features CSS
    11. Offer CSS
    12. Process CSS
    13. About CSS
    15. Shop CSS
    16. Product Details CSS
    17. Page Banner CSS
    18. Blog CSS
    19. Blog Standard CSS
    20. Blog Details CSS
    21. Contact CSS
    22. FAQ CSS
    23. Login Register CSS
    24. Footer CSS
    24.1. Footer Widget CSS


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Kalam&family=Montserrat:wght@400;500;600&family=Red+Hat+Display:wght@400;500;600;700&display=swap");
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir=rtl] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Red Hat Display", sans-serif;
  color: #222222;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: #333333;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #550000;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

/*--Custom Container--*/
@media only screen and (min-width: 1730px) {
  .custom-container {
    padding: 0 50px;
  }
}

/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-animation: fadeIn 0.7s ease-out;
          animation: fadeIn 0.7s ease-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--Section Spacing--*/
.section-padding {
  padding-top: 80px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 110px;) */
  padding-bottom: 80px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 110px;) */
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 110px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title {
  position: relative;
}
.section-title::before {
  border-top: 1px solid #d7d7d7;
  content: "";
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.section-title .sub-title {
  font-size: 36px;
  line-height: 44px;
  font-family: "Kalam", cursive;
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #ff7d09;) */
}
.section-title .title {
  display: inline-block;
  font-size: 36px;
  line-height: 48px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  background: #fffcf6 none repeat scroll 0 0;
  color: #000000;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-title .title.white {
  color: #ffffff;
}

/*--Section Title Two--*/
.section-title-2 .sub-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Kalam", cursive;
  color: #82c341;
}
.section-title-2 .title {
  display: inline-block;
  font-size: 36px;
  line-height: 48px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-title-2 .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-title-2 .title.white {
  color: #ffffff;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #82c341;
}

/*--  Preloader Styles  --*/
.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0A0A0B;
  z-index: 9999999999;
}
.theme-loader .spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.theme-loader .double-bounce1,
.theme-loader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #82c341;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}
.theme-loader .double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
textarea {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #415674;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s linear;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
textarea:focus {
  outline: none;
  border-color: #82c341;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #82c341;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #000;
  border-radius: 35px;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0px 50px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn:focus, .btn:focus:active {
  box-shadow: none;
}
.btn:hover {
  background: #ff7d09;
  color: #ffffff;
}

.btn-2 {
  background: #ff7d09;
  color: #ffffff;
}

.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #11ddf5;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}
.btn-4:hover {
  background: #ffffff;
  color: #11ddf5;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #82c341;
  border-color: #82c341;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #82c341;
  border-color: #82c341;
}

.btn-secondary {
  background-color: #550000;
  border-color: #550000;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #550000;
  border-color: #550000;
}

.btn-white {
  background-color: #ffffff;
  color: #222222;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white::after {
  background: #82c341;
}
.btn-white::before {
  background: #82c341;
}

.cart-btn {
  height: 30px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  border: 1px solid #f3f3f3;
  color: #000000;
  padding: 0 20px;
}
.cart-btn:hover {
  border: 1px solid transparent;
}

.btn-primary-2 {
  background-color: #550000;
  color: #ffffff;
}
.btn-primary-2::after {
  background: #82c341;
}
.btn-primary-2::before {
  background: #82c341;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-top-section {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 15px 0; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 25px 0;) */
}
@media only screen and (max-width: 1139px) {
  .header-top-section {
    display: none;
  }
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-search {
  max-width: 550px;
  width: 100%;
  position: relative;
  flex-grow: 1;
}
@media only screen and (max-width: 1599px), only screen and (max-width: 1399px) {
  .header-search {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-search {
    max-width: 340px;
  }
}
.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  background-color: #f8f8f8;
  padding: 0 20px;
  height: 65px;
  width: 100%;
  border: 1px solid #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  border-radius: 50px;
  color: #93a1a2;
  font-size: 15px;
  font-weight: 400;
  padding-right: 40px;
  padding-left: 40px;
}
.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #93a1a2;
}
.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #93a1a2;
}
.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #93a1a2;
}
.header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #93a1a2;
}
.header-search button {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 17px;
}
.header-search button:hover {
  color: #FFE08E; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #550000;) */
}

.header-top-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-info {
  display: flex;
  align-items: center;
}
.header-info .info-text {
  flex: 1;
  margin-left: 10px;
}
.header-info .info-text p {
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #575757;
}
.header-info .info-text .number {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.header-login {
  font-size: 25px;
  color: #000000;
  margin-right: 0px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 15px;) */
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
}
.header-login::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #e1e1e1;
  height: 40px;
  width: 1px;
  transform: translateY(-50%);
}
.header-login .login {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-left: 2px;
}

.header-wishlist {
  margin-right: 15px;
}
.header-wishlist a {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e1e1e1;
  font-size: 22px;
  color: #000000;
}
.header-wishlist a .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #82c341;
  border-radius: 50%;
  font-size: 10px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: -7px;
}
.header-wishlist a:hover {
  color: #82c341;
}

.header-cart .cart-btn-2 {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #e1e1e1;
  font-size: 22px;
  color: #000000;
  border-radius: 50%;
  text-align: center;
  background: none;
  position: relative;
  transition: all 0.3s linear;
}
.header-cart .cart-btn-2:hover {
  color: #82c341;
}
.header-cart .cart-btn-2 .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #82c341;
  border-radius: 50%;
  font-size: 10px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 0px;
  right: -7px;
}

.dropdown-cart {
  min-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  left: 50% !important;
  transform: translateX(-84%) !important;
  top: 57px !important;
}
@media only screen and (max-width: 1599px), only screen and (max-width: 1399px) {
  .dropdown-cart {
    transform: translateX(-95%) !important;
  }
}
.dropdown-cart .cart-items {
  height: 280px;
  overflow-y: auto;
}
.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dropdown-cart .cart-items .single-cart-item + .single-cart-item {
  margin-top: 30px;
}
.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}
.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}
.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
}
.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #82c341;
  line-height: 1.75;
  display: block;
}
.dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}
.dropdown-cart .cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.dropdown-cart .cart-total .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #000000;
}
.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #82c341;
}
.dropdown-cart .cart-btns {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 48px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  font-size: 14px;
  padding: 0 35px;
  width: 48%;
}
.dropdown-cart .cart-btns .btn.btn-2 {
  background: #550000;
  transition: all 0.3s linear;
}
.dropdown-cart .cart-btns .btn.btn-2:hover {
  background: #ff7d09;
  color: #ffffff;
}

.header-section-3 .header-top-wrap {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  .header-section-3 .header-top-wrap {
    border-bottom: 0;
  }
}
.header-section-3 .header-search {
  max-width: 410px;
  border-radius: 35px;
}
@media only screen and (max-width: 1199px) {
  .header-section-3 .header-search {
    max-width: 340px;
  }
}
.header-section-3 .header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
}
.header-section-3 .header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #82c341;
}
.header-section-3 .header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-weight: 500;
}
.header-section-3 .header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-weight: 500;
}
.header-section-3 .header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-weight: 500;
}
.header-section-3 .header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-weight: 500;
}
.header-section-3 .header-search button {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #222222;
  font-size: 17px;
}
.header-section-3 .header-search button:hover {
  color: #82c341;
}
.header-section-3 .header-login {
  padding-left: 10px;
}
.header-section-3 .header-login::before {
  display: none;
}
.header-section-3 .header-login a {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e1e1e1;
  font-size: 22px;
  color: #000000;
}
.header-section-3 .header-login a:hover {
  color: #82c341;
}

/*--
/*  2.2 - Header Bottom CSS
/*----------------------------------------*/
.header-section {
  position: absolute;
  left: 0;
  top: 0;
  background: #550000;
  width: 100%;
  z-index: 999;
}

.header-section-3 {
  background: #ffffff;
}

.header-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 190px;
  }
}

.header-menu .main-menu {
  display: flex;
}
.header-menu .main-menu li {
  position: relative;
  padding: 25px 15px;
}
@media only screen and (max-width: 1599px), only screen and (max-width: 1399px) {
  .header-menu .main-menu li {
    padding: 25px 15px;
  }
}
.header-menu .main-menu li a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}
.header-menu .main-menu li.active-menu > a {
  color: #FFE08E;
}
.header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #FFE08E;
}
.header-menu .main-menu li .menu-icon::after {
  content: "\f16c";
  font-family: "flaticon";
  font-size: 10px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s linear;
}
.header-menu .main-menu li:hover > .menu-icon::after {
  color: #FFE08E; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.header-menu .main-menu li:hover > a {
  color: #FFE08E; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.header-menu .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}
.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 270px;
  background: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-top: 3px solid #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  opacity: 0;
  z-index: 99;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  transform-style: preserve-3d;
  visibility: hidden;
  transition: all 0.3s linear;
}
.header-menu .main-menu li .sub-menu li {
  padding: 0;
}
.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}
.header-menu .main-menu li .sub-menu li.active > a {
  color: #FEFAE0; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.header-menu .main-menu li .sub-menu li:hover > a {
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}

.shipping-wrap {
  display: flex;
  align-items: center;
}
.shipping-wrap .shipping-text {
  flex: 1;
  margin-left: 10px;
}
.shipping-wrap .shipping-text .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

.header-category .dropdown-toggle {
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  border-radius: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border: 0;
  background: #fff; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341) */
  color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #ffffff) */
  padding: 0 50px;
}
.header-category .dropdown-toggle::after {
  width: 9px;
  height: 9px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 0;
  border-top: 0;
  margin-left: 12px;
  transform: rotate(-45deg);
  transition: all 0.3s linear;
}
.header-category .dropdown-toggle i {
  color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #ffffff) */
  margin-right: 12px;
}
.header-category .dropdown-menu {
  border: 2px solid #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  padding: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  background: white;
  padding: 0;
  width: 170%; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 100%;) */
  min-width: inherit;
  border-radius: 0;
  top: 85px !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.header-category .dropdown-menu li {
  padding: 20px 15px;
}
.header-category .dropdown-menu li + li {
  border-top: 1px solid #ebebeb;
}
.header-category .dropdown-menu li a {
  color: #222;
  text-transform: math-auto; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = capitalize;) */
  text-decoration: none;
  font-size: 15px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 17px;) */
  padding: 0 0px;
  line-height: 30px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: all 0.3s linear;
}
.header-category .dropdown-menu li a .tag {
  height: 22px;
  line-height: 20px;
  background: #f10505;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-left: 10px;
  padding: 0 15px;
}
.header-category .dropdown-menu li a .tag.color-1 {
  background: #51aa1b;
}
.header-category .dropdown-menu li a img {
  margin-right: 15px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 25px;) */
}
.header-category .dropdown-menu li a:hover {
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}

@media only screen and (max-width: 1260px) {
  .header-bottom-meta {
    display: none;
  }
}

.header-toggle {
  margin-left: 30px;
}
.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}
.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #fff; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  margin: 6px 0;
  display: block;
}
.header-toggle button span:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1139px) {
  .header-bottom-section {
    padding: 10px 0;
  }
}
.header-bottom-section.sticky {
  background: #550000;
}

.header-sticky {
  display: none;
}
@media only screen and (max-width: 1139px) {
  .header-sticky {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.header-section .header-bottom-section.sticky {
  padding: 7px 0;
}
.header-section .header-bottom-section.sticky .header-bottom-wrap .logo-one {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header-section .header-bottom-section.sticky .header-bottom-wrap .logo-one {
    display: none;
  }
}
.header-section .header-bottom-section.sticky .header-menu .main-menu li .sub-menu {
  top: 109%;
}
.header-section .header-bottom-section.sticky .header-category {
  /*display: none !important;*/ /* COMENTADO POR YHOSWAR PÉREZ */
}
.header-section .header-bottom-section .header-bottom-wrap .logo-one {
  display: none;
}
.header-section .header-bottom-section .header-bottom-wrap .logo-one img {
  width: 190px;
}

.header-section-02 {
  background: #ffffff;
}
.header-section-02 .header-bottom-section .header-menu .main-menu > li {
  padding: 40px 25px;
}
.header-section-02 .header-bottom-section .header-menu .main-menu > li a {
  color: #000000;
}
.header-section-02 .header-bottom-section .header-menu .main-menu > li > .menu-icon::after {
  color: #000000;
}
.header-section-02 .header-bottom-section .header-menu .main-menu > li.active-menu > a {
  color: #82c341;
}
.header-section-02 .header-bottom-section .header-menu .main-menu > li.active-menu > .menu-icon::after {
  color: #82c341;
}
.header-section-02 .header-bottom-section .header-menu .main-menu > li:hover > .menu-icon::after {
  color: #82c341;
}
.header-section-02 .header-bottom-section .header-menu .main-menu > li:hover > a {
  color: #82c341;
}
.header-section-02 .header-bottom-section .header-bottom-meta {
  display: flex;
  align-items: center;
}
.header-section-02 .header-bottom-section .header-search {
  max-width: 560px;
}
.header-section-02 .header-bottom-section .header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 630px;
}
.header-section-02 .header-bottom-section .header-login {
  margin-left: 0;
}
.header-section-02 .header-bottom-section .header-login::before {
  left: -40px;
}
@media only screen and (max-width: 1199px) {
  .header-section-02 .header-bottom-section .header-login::before {
    left: -15px;
  }
}
.header-section-02 .header-bottom-section .header-wishlist a {
  color: #484746;
}
.header-section-02 .header-bottom-section .header-wishlist a:hover {
  color: #82c341;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn-2 {
  color: #484746;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn-2:hover {
  color: #82c341;
}

@media only screen and (max-width: 1720px) {
  .header-section-02 .header-bottom-section .header-menu .main-menu > li {
    padding: 40px 20px;
  }
  .header-section-02 .header-bottom-section .header-search {
    width: 270px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .header-section-02 .header-bottom-section .header-login::before {
    left: 0;
  }
}
@media only screen and (max-width: 1599px) {
  .header-section-02 .header-bottom-section .header-menu .main-menu > li {
    padding: 40px 15px;
  }
  .header-section-02 .header-bottom-section .header-search {
    width: 270px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .header-section-02 .header-bottom-section .header-login::before {
    left: 7px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-section-02 .header-bottom-section .header-menu .main-menu > li {
    padding: 40px 12px;
  }
  .header-section-02 .header-bottom-section .header-login::before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-section-02 .header-bottom-section {
    padding: 15px 0;
  }
}

.header-section-3 .header-bottom-section-03 {
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  .header-section-3 .header-bottom-section-03 {
    padding: 15px 0;
  }
}
.header-section-3 .header-bottom-section-03 .header-bottom-wrap {
  justify-content: center;
}
.header-section-3 .header-bottom-section-03 .header-bottom-wrap .header-logo {
  display: none;
}
.header-section-3 .header-bottom-section-03 .header-bottom-wrap .header-top-meta {
  display: none;
}
.header-section-3 .header-bottom-section-03 .header-menu .main-menu > li {
  padding: 25px 25px;
}
.header-section-3 .header-bottom-section-03 .header-menu .main-menu > li a {
  color: #000000;
}
.header-section-3 .header-bottom-section-03 .header-menu .main-menu > li > .menu-icon::after {
  color: #000000;
}
.header-section-3 .header-bottom-section-03 .header-menu .main-menu > li.active-menu > a {
  color: #82c341;
}
.header-section-3 .header-bottom-section-03 .header-menu .main-menu > li.active-menu > .menu-icon::after {
  color: #82c341;
}
.header-section-3 .header-bottom-section-03 .header-menu .main-menu > li:hover > .menu-icon::after {
  color: #82c341;
}
.header-section-3 .header-bottom-section-03 .header-menu .main-menu > li:hover > a {
  color: #82c341;
}
.header-section-3 .header-bottom-section-03.sticky {
  padding: 15px 0;
}
.header-section-3 .header-bottom-section-03.sticky .header-menu .main-menu > li:hover .sub-menu {
  top: 118%;
}
.header-section-3 .header-bottom-section-03.sticky .header-bottom-wrap {
  justify-content: space-between;
}
.header-section-3 .header-bottom-section-03.sticky .header-bottom-wrap .header-logo {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header-section-3 .header-bottom-section-03.sticky .header-bottom-wrap .header-logo {
    display: none;
  }
}
.header-section-3 .header-bottom-section-03.sticky .header-bottom-wrap .header-top-meta {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .header-section-3 .header-bottom-section-03.sticky .header-bottom-wrap .header-top-meta {
    display: none;
  }
}

.header-section-4 {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 90%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1399px) {
  .header-section-4 {
    width: 92%;
  }
}
@media only screen and (max-width: 1199px) {
  .header-section-4 {
    width: 90%;
  }
}
.header-section-4.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(0);
}

.header-section-5 {
  background: transparent;
}
.header-section-5 .header-top-section-02 .header-top-wrap {
  background: transparent;
  border-bottom: 1px solid #544c45;
}
.header-section-5 .header-logo .logo-black {
  display: none;
}
.header-section-5 .header-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  color: #ffffff;
}
.header-section-5 .header-search button {
  color: #ffffff;
}
.header-section-5 .header-search button:hover {
  color: #82c341;
}
.header-section-5 .header-info .info-text p {
  color: #ffffff;
}
.header-section-5 .header-info .info-text .number {
  color: #ffffff;
}
.header-section-5 .header-login a {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.header-section-5 .header-wishlist a {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.header-section-5 .header-wishlist a:hover {
  color: #82c341;
}
.header-section-5 .header-cart .cart-btn-2 {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.header-section-5 .header-cart .cart-btn-2:hover {
  color: #82c341;
}
.header-section-5 .header-bottom-section-03 {
  background: transparent;
}
.header-section-5 .header-bottom-section-03 .header-menu .main-menu > li {
  padding: 40px 25px;
}
.header-section-5 .header-bottom-section-03 .header-menu .main-menu > li > a {
  color: #ffffff;
}
.header-section-5 .header-bottom-section-03 .header-menu .main-menu > li > .menu-icon::after {
  color: #ffffff;
}
.header-section-5 .header-bottom-section-03.sticky {
  background: #ffffff;
}
.header-section-5 .header-bottom-section-03.sticky .header-logo .logo-black {
  display: block;
}
.header-section-5 .header-bottom-section-03.sticky .header-logo .logo-white {
  display: none;
}
.header-section-5 .header-bottom-section-03.sticky .header-menu .main-menu > li {
  padding: 25px 25px;
}
.header-section-5 .header-bottom-section-03.sticky .header-menu .main-menu > li > a {
  color: #000000;
}
.header-section-5 .header-bottom-section-03.sticky .header-menu .main-menu > li > .menu-icon::after {
  color: #000000;
}
.header-section-5 .header-bottom-section-03.sticky .header-menu .main-menu > li.active-menu > a {
  color: #82c341;
}
.header-section-5 .header-bottom-section-03.sticky .header-menu .main-menu > li.active-menu > .menu-icon::after {
  color: #82c341;
}
.header-section-5 .header-bottom-section-03.sticky .header-menu .main-menu > li:hover > .menu-icon::after {
  color: #82c341;
}
.header-section-5 .header-bottom-section-03.sticky .header-menu .main-menu > li:hover > a {
  color: #82c341;
}
.header-section-5 .header-bottom-section-03.sticky .header-login a {
  border: 1px solid #e1e1e1;
  color: #000000;
}
.header-section-5 .header-bottom-section-03.sticky .header-login a:hover {
  color: #82c341;
}
.header-section-5 .header-bottom-section-03.sticky .header-wishlist a {
  border: 1px solid #e1e1e1;
  color: #000000;
}
.header-section-5 .header-bottom-section-03.sticky .header-wishlist a:hover {
  color: #82c341;
}
.header-section-5 .header-bottom-section-03.sticky .header-cart .cart-btn-2 {
  border: 1px solid #e1e1e1;
  color: #000000;
}
.header-section-5 .header-bottom-section-03.sticky .header-cart .cart-btn-2:hover {
  color: #82c341;
}

@media only screen and (max-width: 991px) {
  .header-section-5.sticky .header-top-section {
    border-bottom: 0;
  }
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*--
/*  2.3 - Header Top CSS
/*----------------------------------------*/
.offcanvas {
  background: #fff;
  width: 320px;
}
@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #ffffff;) */
  transition: all 0.3s linear;
}
.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}

.offcanvas-logo a img {
  width: 170px;
}

.offcanvas-menu {
  padding: 30px 0;
}
.offcanvas-menu .main-menu li {
  position: relative;
}
.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Red Hat Display", sans-serif;
  color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #ffffff;) */
  padding: 5px 0px;
  position: relative;
}
.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: -5px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 20px;) */
  top: 5px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 14px;) */
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(128, 0, 0, 0.1); /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = rgba(255, 255, 255, 0.1);) */
  border-radius: 3px;
}
.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #ffffff;) */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #ffffff;) */
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li:hover > a {
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.offcanvas-menu .main-menu li.active > .menu-expand::after {
  height: 0;
}
.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.argani-hero-section {
  background: #fffcf6;
  padding-top: 195px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.argani-hero-section .shape-1 {
  position: absolute;
  left: 0;
  bottom: -24%;
  z-index: 5;
}
.argani-hero-section .hero-banner {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  background:#000
}
.argani-hero-section .hero-banner .hero-banner-img img {
  width: 100%;
  height: 790px;
  -o-object-fit: cover;
     object-fit: cover;
}
.argani-hero-section .hero-banner .hero-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  max-width: 80%; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 570px;) */
  padding-left: 65px;
}
.argani-hero-section .hero-banner .hero-content .sub-title {
  font-size: 36px;
  line-height: 44px;
  font-family: "Kalam", cursive;
  font-weight: 400;
  color: #ff7d09;
}
.argani-hero-section .hero-banner .hero-content .title {
  font-size: 72px;
  line-height: 84px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #FFF; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #000000) */
  margin-top: 25px;
}
.argani-hero-section .hero-banner .hero-content .btn {
  background: #550000;
  margin-top: 40px;
}
.argani-hero-section .hero-banner .hero-content .btn:hover {
  background: #82c341;
}
.argani-hero-section .hero-banner.hero-banner-sm .hero-banner-img img {
  height: 380px;
}
.argani-hero-section .hero-banner.hero-banner-sm .hero-content {
  transform: translateY(-55%);
  max-width: 450px;
  padding-left: 45px;
}
.argani-hero-section .hero-banner.hero-banner-sm .hero-content .sub-title {
  font-size: 24px;
  line-height: 32px;
}
.argani-hero-section .hero-banner.hero-banner-sm .hero-content .sub-title.color-2 {
  color: #ffdd1e;
}
.argani-hero-section .hero-banner.hero-banner-sm .hero-content .title {
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  margin-top: 10px;
}
.argani-hero-section .hero-banner.hero-banner-sm .hero-content .btn {
  margin-top: 25px;
}
.argani-hero-section .hero-banner.hero-banner-sm .hero-content .btn-2 {
  background: #ff7d09;
}
.argani-hero-section .hero-banner.hero-banner-sm .hero-content .btn-2:hover {
  background: #82c341;
}

@media only screen and (max-width: 1199px) {
  .argani-hero-section .shape-1 {
    bottom: -9%;
  }
  .argani-hero-section .hero-banner .hero-banner-img img {
    height: 650px;
  }
  .argani-hero-section .hero-banner .hero-content .title {
    font-size: 62px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-hero-section {
    padding-top: 100px;
  }
  .argani-hero-section .shape-1 {
    bottom: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .argani-hero-section .hero-banner .hero-banner-img img {
    height: auto;
  }
  .argani-hero-section .hero-banner .hero-content .sub-title {
    font-size: 30px;
    line-height: 38px;
  }
  .argani-hero-section .hero-banner .hero-content .title {
    font-size: 44px;
    line-height: 56px;
  }
  .argani-hero-section .hero-banner.hero-banner-sm .hero-banner-img img {
    height: auto;
  }
  .argani-hero-section .hero-banner.hero-banner-sm .hero-content .sub-title {
    font-size: 22px;
    line-height: 30px;
  }
  .argani-hero-section .hero-banner.hero-banner-sm .hero-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-hero-section .hero-banner .hero-content .sub-title {
    font-size: 24px;
    line-height: 32px;
  }
  .argani-hero-section .hero-banner .hero-content .title {
    font-size: 32px;
    line-height: 44px;
  }
  .argani-hero-section .hero-banner .hero-content .btn {
    height: 42px;
    line-height: 40px;
    padding: 0px 46px;
    margin-top: 30px;
  }
  .argani-hero-section .hero-banner.hero-banner-sm .hero-content .sub-title {
    font-size: 22px;
    line-height: 30px;
  }
  .argani-hero-section .hero-banner.hero-banner-sm .hero-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .argani-hero-section .hero-banner .hero-content {
    padding-left: 20px;
  }
  .argani-hero-section .hero-banner .hero-content .sub-title {
    font-size: 20px;
    line-height: 18px;
  }
  .argani-hero-section .hero-banner .hero-content .title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 15px;
  }
  .argani-hero-section .hero-banner .hero-content .btn {
    margin-top: 20px;
  }
  .argani-hero-section .hero-banner.hero-banner-sm .hero-content {
    padding-left: 20px;
  }
  .argani-hero-section .hero-banner.hero-banner-sm .hero-content .sub-title {
    font-size: 20px;
    line-height: 26px;
  }
  .argani-hero-section .hero-banner.hero-banner-sm .hero-content .title {
    font-size: 24px;
  }
}

.argani-hero-section-02 {
  height: 1040px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  overflow: hidden;
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
.argani-hero-section-02 .shape-1 {
  position: absolute;
  left: 0;
  bottom: -43%;
  z-index: 5;
}
.argani-hero-section-02 .shape-2 {
  position: absolute;
  right: 16%;
  top: 3%;
  z-index: -1;
}
.argani-hero-section-02 .shape-3 {
  position: absolute;
  right: -13%;
  bottom: -9%;
  z-index: -1;
}
.argani-hero-section-02 .hero-content {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 110px 0;
}
.argani-hero-section-02 .hero-content .shape-4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.argani-hero-section-02 .hero-content .hero-image {
  position: absolute;
  left: 0;
  top: 8%;
  z-index: -1;
}
.argani-hero-section-02 .hero-content .title {
  font-size: 120px;
  line-height: 120px;
  font-family: "Kalam", cursive;
  color: #ffffff;
}
.argani-hero-section-02 .hero-content .title span {
  font-size: 200px;
  line-height: 1.1;
}

@media only screen and (max-width: 1199px) {
  .argani-hero-section-02 {
    height: 850px;
  }
  .argani-hero-section-02 .shape-1 {
    bottom: -28%;
  }
  .argani-hero-section-02 .shape-3 {
    width: 520px;
    right: -19%;
  }
  .argani-hero-section-02 .hero-content .hero-image img {
    width: 510px;
  }
  .argani-hero-section-02 .hero-content .title {
    font-size: 85px;
    line-height: 90px;
  }
  .argani-hero-section-02 .hero-content .title span {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-hero-section-02 {
    height: 760px;
  }
  .argani-hero-section-02 .shape-2 {
    right: 8%;
    top: -2%;
  }
  .argani-hero-section-02 .shape-3 {
    width: 460px;
    right: -25%;
  }
  .argani-hero-section-02 .hero-content .title {
    font-size: 80px;
    line-height: 86px;
  }
  .argani-hero-section-02 .hero-content .title span {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-hero-section-02 {
    height: 660px;
  }
  .argani-hero-section-02 .shape-2 {
    right: 5%;
    top: -5%;
  }
  .argani-hero-section-02 .shape-3 {
    width: 370px;
    right: -25%;
  }
  .argani-hero-section-02 .hero-content .hero-image {
    left: 10%;
  }
  .argani-hero-section-02 .hero-content .hero-image img {
    width: 380px;
  }
  .argani-hero-section-02 .hero-content .title {
    font-size: 70px;
    line-height: 75px;
  }
  .argani-hero-section-02 .hero-content .title span {
    font-size: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-hero-section-02 .shape-3 {
    width: 330px;
    right: -34%;
  }
  .argani-hero-section-02 .hero-content .hero-image {
    left: 0;
  }
}
@media only screen and (max-width: 449px) {
  .argani-hero-section-02 .hero-content .hero-image img {
    width: 320px;
  }
  .argani-hero-section-02 .hero-content .title {
    font-size: 52px;
    line-height: 60px;
  }
  .argani-hero-section-02 .hero-content .title span {
    font-size: 85px;
  }
}

.argani-hero-section-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 90px;
}
.argani-hero-section-3 .hero-content {
  padding-top: 125px;
}
.argani-hero-section-3 .hero-content .sub-title {
  font-size: 24px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding: 15px 0;
  z-index: 1;
}
.argani-hero-section-3 .hero-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/shape/text-shape2.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.argani-hero-section-3 .hero-content .title {
  font-size: 80px;
  line-height: 1.1;
  font-family: "Kalam", cursive;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 35px;
}
.argani-hero-section-3 .hero-content .title span {
  font-size: 150px;
  line-height: 120px;
  font-weight: 700;
}
.argani-hero-section-3 .hero-content .btn {
  margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .argani-hero-section-3 .hero-content .sub-title {
    font-size: 22px;
  }
  .argani-hero-section-3 .hero-content .title {
    font-size: 56px;
  }
  .argani-hero-section-3 .hero-content .title span {
    font-size: 120px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-hero-section-3 .hero-content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-hero-section-3 {
    padding-top: 140px;
  }
  .argani-hero-section-3 .hero-content .title {
    font-size: 42px;
  }
  .argani-hero-section-3 .hero-content .title span {
    font-size: 95px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 449px) {
  .argani-hero-section-3 .hero-content {
    padding-top: 80px;
  }
  .argani-hero-section-3 .hero-content .sub-title {
    font-size: 20px;
  }
  .argani-hero-section-3 .hero-content .title {
    font-size: 34px;
  }
  .argani-hero-section-3 .hero-content .title span {
    font-size: 70px;
    line-height: 80px;
  }
}

.argani-hero-section-4 {
  background: #fef3f2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 0 95px;
}
.argani-hero-section-4 .shape-1 {
  position: absolute;
  left: -30px;
  bottom: 0;
}
.argani-hero-section-4 .hero-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 215px 95px 205px;
  margin-top: 260px;
}
.argani-hero-section-4 .hero-content {
  padding-left: 80px;
}
.argani-hero-section-4 .hero-content .sub-title {
  font-size: 120px;
  line-height: 1;
  font-family: "Kalam", cursive;
  font-weight: 400;
  position: relative;
  color: #ffffff;
}
.argani-hero-section-4 .hero-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #ffffff;
  width: 75px;
  height: 3px;
  transform: translateY(-50%);
}
.argani-hero-section-4 .hero-content .sub-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #ffffff;
  width: 75px;
  height: 3px;
  transform: translateY(-50%);
}
.argani-hero-section-4 .hero-content .title {
  font-size: 90px;
  line-height: 100px;
  font-weight: 400;
  color: #ffffff;
}
.argani-hero-section-4 .hero-content .btn {
  margin-top: 45px;
}

@media only screen and (max-width: 1399px) {
  .argani-hero-section-4 {
    padding: 0 50px;
  }
  .argani-hero-section-4 .hero-wrap {
    padding: 160px 95px 170px;
  }
  .argani-hero-section-4 .hero-content {
    padding-left: 60px;
  }
  .argani-hero-section-4 .hero-content .sub-title {
    font-size: 85px;
  }
  .argani-hero-section-4 .hero-content .title {
    font-size: 68px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-hero-section-4 {
    padding: 0 39px;
  }
  .argani-hero-section-4 .hero-wrap {
    padding: 120px 95px 130px;
    margin-top: 190px;
  }
  .argani-hero-section-4 .hero-content {
    padding-left: 0;
  }
  .argani-hero-section-4 .hero-content .sub-title {
    font-size: 85px;
  }
  .argani-hero-section-4 .hero-content .title {
    font-size: 65px;
    line-height: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-hero-section-4 {
    padding: 0 30px;
  }
  .argani-hero-section-4 .shape-1 {
    bottom: -5px;
  }
  .argani-hero-section-4 .hero-wrap {
    margin-top: 170px;
    padding: 110px 70px 120px;
  }
  .argani-hero-section-4 .hero-content .sub-title {
    font-size: 70px;
  }
  .argani-hero-section-4 .hero-content .sub-title::before {
    width: 50px;
    left: -15px;
  }
  .argani-hero-section-4 .hero-content .sub-title::after {
    width: 50px;
    right: -15px;
  }
  .argani-hero-section-4 .hero-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-hero-section-4 {
    padding: 0 30px;
  }
  .argani-hero-section-4 .hero-wrap {
    margin-top: 170px;
    padding: 110px 40px 120px;
  }
  .argani-hero-section-4 .hero-content .sub-title {
    font-size: 52px;
  }
  .argani-hero-section-4 .hero-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 449px) {
  .argani-hero-section-4 {
    padding: 0 20px;
  }
  .argani-hero-section-4 .shape-1 {
    bottom: -8px;
  }
  .argani-hero-section-4 .hero-wrap {
    margin-top: 170px;
    padding: 110px 35px 120px;
  }
  .argani-hero-section-4 .hero-content .sub-title {
    font-size: 44px;
  }
  .argani-hero-section-4 .hero-content .sub-title::before {
    width: 32px;
    left: -25px;
  }
  .argani-hero-section-4 .hero-content .sub-title::after {
    width: 32px;
    right: -25px;
  }
  .argani-hero-section-4 .hero-content .title {
    font-size: 32px;
    line-height: 44px;
  }
}

.argani-hero-section-5 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 200px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 190px;) */
  padding-bottom: 180px; 
}
.argani-hero-section-5 .shape-1 {
  position: absolute;
  width: 100%;
  height: 200px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 130px;) */
  right: 0;
  left: 0px;
  bottom: -160px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 130px;) */
  background-image: url(../images/shape/hero-shape2.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: skewY(-2deg); /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = skewY(-3deg);) */
  transform-origin: 0;
  z-index: 2;
}
.argani-hero-section-5 .hero-content {
  max-width: 760px;
  padding-top: 95px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 125px;) */
  transform: rotate(-6deg);
  margin: 0 auto;
  position: relative;
}
.argani-hero-section-5 .hero-content .shape-2 {
  position: absolute;
  right: -25%;
  top: 35%;
  -webkit-animation: round-01 5s linear infinite;
          animation: round-01 5s linear infinite;
}
.argani-hero-section-5 .hero-content .sub-title {
  font-size: 26px;
  line-height: 36px;
  font-family: "Kalam", cursive;
  font-weight: 400;
  text-transform: uppercase;
  color: #ff7d09;
}
.argani-hero-section-5 .hero-content .title {
  font-size: 110px;
  line-height: 100px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 35px;
}
.argani-hero-section-5 .hero-content .btn {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .argani-hero-section-5 {
    padding-top: 170px;
    padding-bottom: 130px;
  }
  .argani-hero-section-5 .hero-content .shape-2 {
    right: -10%;
    top: 40%;
    width: 150px;
  }
  .argani-hero-section-5 .hero-content .title {
    font-size: 85px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-hero-section-5 {
    padding-top: 100px;
  }
  .argani-hero-section-5 .hero-content .shape-2 {
    right: 0%;
    top: 50%;
    width: 120px;
  }
  .argani-hero-section-5 .hero-content .title {
    font-size: 75px;
    line-height: 75px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-hero-section-5 {
    padding-top: 75px;
    padding-bottom: 110px;
  }
  .argani-hero-section-5 .hero-content .shape-2 {
    right: -3%;
    top: 54%;
    width: 100px;
  }
  .argani-hero-section-5 .hero-content .sub-title {
    font-size: 22px;
    line-height: 32px;
  }
  .argani-hero-section-5 .hero-content .title {
    font-size: 55px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-hero-section-5 {
    padding-top: 65px;
    padding-bottom: 95px;
  }
  .argani-hero-section-5 .hero-content .shape-2 {
    right: auto;
    top: 80%;
    width: 85px;
    left: 2%;
  }
  .argani-hero-section-5 .hero-content .sub-title {
    font-size: 20px;
    line-height: 32px;
  }
  .argani-hero-section-5 .hero-content .title {
    font-size: 48px;
    line-height: 50px;
  }
  .argani-hero-section-5 .hero-content .btn {
    height: 45px;
    line-height: 45px;
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 449px) {
  .argani-hero-section-5 .hero-content .title {
    font-size: 42px;
    line-height: 45px;
  }
}

/*--
/*  04 - Category CSS
/*----------------------------------------*/
.argani-category-section {
  background: #fffcf6;
}
.argani-category-section .category-item {
  background: #ffffff;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 50px 30px 60px;
  position: relative;
  z-index: 1;
}
.argani-category-section .category-item .shape-1 {
  position: absolute;
  top: 13%;
  left: 20%;
  z-index: -1;
}
.argani-category-section .category-item .category-img {
  display: inline-block;
  border: 1px dashed #e1e1e1ed;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.3s linear;
}
.argani-category-section .category-item .category-img img {
  border-radius: 50%;
  transition: all 0.3s linear;
}
.argani-category-section .category-item .category-content {
  margin-top: 10px;
}
.argani-category-section .category-item .category-content .title {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.argani-category-section .category-item .category-content .read-more {
  font-size: 14px;
  line-height: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #959595;
  position: relative;
}
.argani-category-section .category-item .category-content .read-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #e1e1e1;
  width: 100%;
  height: 1px;
  transition: all 0.3s linear;
}
.argani-category-section .category-item .category-content .read-more:hover {
  color: #82c341;
}
.argani-category-section .category-item .category-content .read-more:hover::before {
  background: #82c341;
}
.argani-category-section .category-item:hover .category-img {
  border: 1px dashed #82c341;
}
.argani-category-section .category-item:hover .category-img img {
  transform: scale(0.95);
}

.category-active .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.argani-category-section-02 .category-wrap-02 {
  padding-top: 10px;
}
.argani-category-section-02 .category-item-02 {
  margin-top: 30px;
}
.argani-category-section-02 .category-item-02 .category-icon {
  height: 135px;
  width: 135px;
  line-height: 135px;
  overflow: hidden;
  border: 1px dashed #e1e1e1;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.argani-category-section-02 .category-item-02 .category-content {
  margin-top: 20px;
}
.argani-category-section-02 .category-item-02 .category-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
}
.argani-category-section-02 .category-item-02:hover .category-icon {
  border: 1px dashed #82c341;
}

.argani-category-section-03 .category-wrap-03 {
  border: 2px dashed #ebebeb;
  border-radius: 10px;
  padding: 40px 50px;
  margin-top: 65px;
}
@media only screen and (max-width: 1199px) {
  .argani-category-section-03 .category-wrap-03 {
    padding-top: 10px;
  }
}

.category-item-03 {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 1399px) {
  .category-item-03 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .category-item-03 {
    justify-content: center;
    margin-top: 30px;
  }
}
.category-item-03.category-1 {
  padding-left: 0;
}
.category-item-03::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 105px;
}
@media only screen and (max-width: 1199px) {
  .category-item-03::before {
    display: none;
  }
}
.category-item-03.category-4::before {
  display: none;
}
.category-item-03 .category-content {
  flex: 1;
  max-width: 107px;
  margin-left: 30px;
}
.category-item-03 .category-content .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
}

.category-wrap-04 {
  margin-top: -30px;
}

.category-item-04 {
  position: relative;
  margin-top: 30px;
}
.category-item-04.category-1 {
  padding-left: 0;
}
.category-item-04::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(0);
  background: #ebebeb;
  width: 1px;
  height: 205px;
}
@media only screen and (max-width: 1199px) {
  .category-item-04::before {
    display: none;
  }
}
.category-item-04.category-4::before {
  display: none;
}
.category-item-04 .category-icon img {
  height: 175px;
}
.category-item-04 .category-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  margin-top: 25px;
  transition: all 0.3s linear;
}
.category-item-04:hover .category-content .title {
  color: #82c341;
}

.category-wrap-05 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px 10px 50px;
}
.category-wrap-05 .category-item-02 {
  margin-top: 30px;
}
.category-wrap-05 .category-item-02 .category-icon {
  background: #ffffff;
  border: 2px dashed #82c341;
}
.category-wrap-05 .category-item-02 .category-icon img {
  width: 90px;
}
.category-wrap-05 .category-item-02 .category-content .title {
  font-weight: 700;
  color: #000000;
}
.category-wrap-05 .category-item-02 .category-content .title:hover a {
  color: #ff7d09;
}
.category-wrap-05 .category-item-02:hover .category-icon {
  border: 2px dashed #ff7d09;
}

/*--
/*  05 - Product CSS
/*----------------------------------------*/
.argani-product-section {
  background: #fffcf6;
}
.argani-product-section .product-content-wrap {
  padding-top: 20px;
}
.argani-product-section .product-slider-wrap {
  border: 1px solid #e1e1e1;
  margin-top: 40px;
}

.product-banner {
  position: relative;
  margin-top: 40px;
  background:#000
}
@media only screen and (max-width: 1199px) {
  .product-banner {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-banner .banner-img {
  position: relative;
}
.product-banner .banner-img::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
}
.product-banner .banner-img::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  transition: all 600ms linear;
}
.product-banner .banner-content {
  width: 80%;
  position: absolute;
  top: 72%; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 50%;) */
  left: 50%;
  transform: translate(-50%, -95%);
}
.product-banner .banner-content .sub-title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Kalam", cursive;
  font-weight: 400;
  color: #ffffff;
}
.product-banner .banner-content .sub-title span {
  color: #ff7d09;
}
.product-banner .banner-content .title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 449px) {
  .product-banner .banner-content .title {
    font-size: 26px;
  }
}
.product-banner .banner-content .btn {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 30px;
  margin-top: 10px;
}
.product-banner .banner-content .btn:hover {
  background: #82c341;
}
.product-banner:hover .banner-img::before {
  left: 0;
  right: 0;
  opacity: 0;
}
.product-banner:hover .banner-img::after {
  top: 0;
  bottom: 0;
  opacity: 0;
}

.single-product {
  background: #ffffff;
  padding: 50px 40px 50px;
  overflow: hidden;
  border-right: 1px solid #e1e1e1;
}
.single-product .product-img {
  position: relative;
}
.single-product .product-img a {
  display: block;
}
.single-product .product-img a img {
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .product-img .top-meta {
  position: absolute;
  left: -5px;
  top: -15px;
}
.single-product .product-img .top-meta p {
  height: 20px;
  line-height: 20px;
  background: #f10505;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 0 10px;
}
.single-product .product-img .top-meta p.hot-item {
  background: #ffcc33;
  margin-top: 5px;
}
.single-product .product-img .product-action {
  position: absolute;
  bottom: 18%; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  transition: 0.35s;
  right: -8%; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-product .product-img .product-action ul li + li {
  margin-top: 8px;
}
.single-product .product-img .product-action ul li a {
  font-size: 14px;
  border-radius: 100px;
  color: #000000;
  background: #ebebeb;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
}
.single-product .product-img .product-action ul li a:hover {
  color: #ffffff;
}
.single-product .product-content {
  margin-top: 10px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 25px;) */
}
.single-product .product-content .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
}
.single-product .product-content .title {
  font-size: 20px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 16px;) */
  line-height: 26px;
  font-weight: 700;
  color: #222222;
  color: #222222;
}
.single-product .product-content .rating {
  position: relative;
  display: inline-block;
}
.single-product .product-content .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 5px;
}
.single-product .product-content .rating .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.single-product .product-content .rating .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #ffcc33;
  font-size: 14px;
  letter-spacing: 5px;
}
.single-product .product-content .price-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 6px;) */
}
.single-product .product-content .price-cart .price .regular-price {
  font-size: 14px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 6400;
  color: #d0d0d0;
}
.single-product .product-content .price-cart .price .sale-price {
  font-size: 18px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #82c341;
}
.single-product .product-content .price-cart .cart-icon {
  height: 36px;
  width: 36px;
  line-height: 33px;
  font-size: 16px;
  background: none;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #6e6e6e;
  transition: all 0.3s linear;
}
.single-product .product-content .price-cart .cart-icon:hover {
  background: #82c341;
  border: 1px solid transparent;
  color: #ffffff;
}
.single-product:hover .product-img .product-action {
  transform: translateY(-35px);
  opacity: 1;
  visibility: visible;
}
.single-product:hover .product-img .product-action ul li a:hover {
  background: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}

.product-active .product-arrow,
.product2-active .product-arrow,
.product3-active .product-arrow,
.product4-active .product-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transform: translateY(-30%);
  background: #f4f4f4;
  color: #222222;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.product-active .product-arrow.swiper-button-prev,
.product2-active .product-arrow.swiper-button-prev,
.product3-active .product-arrow.swiper-button-prev,
.product4-active .product-arrow.swiper-button-prev {
  left: 0;
}
.product-active .product-arrow.swiper-button-prev::after,
.product2-active .product-arrow.swiper-button-prev::after,
.product3-active .product-arrow.swiper-button-prev::after,
.product4-active .product-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 16px;
}
.product-active .product-arrow.swiper-button-next,
.product2-active .product-arrow.swiper-button-next,
.product3-active .product-arrow.swiper-button-next,
.product4-active .product-arrow.swiper-button-next {
  right: 0;
}
.product-active .product-arrow.swiper-button-next::after,
.product2-active .product-arrow.swiper-button-next::after,
.product3-active .product-arrow.swiper-button-next::after,
.product4-active .product-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 16px;
}
.product-active .product-arrow:hover,
.product2-active .product-arrow:hover,
.product3-active .product-arrow:hover,
.product4-active .product-arrow:hover {
  color: #ffffff;
  background: #550000;
}
.product-active:hover .product-arrow,
.product2-active:hover .product-arrow,
.product3-active:hover .product-arrow,
.product4-active:hover .product-arrow {
  opacity: 1;
  visibility: visible;
}

.argani-top-product-section {
  background: #fffcf6;
}
.argani-top-product-section .product-banner {
  margin-top: 0;
}
.argani-top-product-section .product-banner .banner-content {
  transform: translate(-50%, -135%);
}
@media only screen and (max-width: 449px) {
  .argani-top-product-section .product-banner .banner-content {
    transform: translate(-50%, -105%);
  }
}
.argani-top-product-section .top-product-content-wrap {
  background: #ffffff;
  padding: 35px 0;
}
@media only screen and (max-width: 1199px) {
  .argani-top-product-section .top-product-content-wrap {
    margin-top: 50px;
  }
}
.argani-top-product-section .top-product-content-wrap .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 30px;
}
.argani-top-product-section .top-product-content-wrap .title-wrap .title {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.argani-top-product-section .top-product-content-wrap .title-wrap .read-more {
  font-size: 12px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #000000;
}
.argani-top-product-section .top-product-content-wrap .title-wrap .read-more i {
  color: #82c341;
}
.argani-top-product-section .top-product-content-wrap .title-wrap .read-more:hover {
  color: #82c341;
}
.argani-top-product-section .top-product-item {
  display: flex;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 30px;
  margin-top: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .argani-top-product-section .top-product-item {
    padding-left: 30px;
    padding-right: 25px;
  }
}
.argani-top-product-section .top-product-item .product-img {
  position: relative;
}
.argani-top-product-section .top-product-item .product-img a {
  display: block;
}
.argani-top-product-section .top-product-item .product-img a img {
  width: 95px;
  height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}
.argani-top-product-section .top-product-item .product-content {
  flex: 1;
  margin-left: 40px;
}
.argani-top-product-section .top-product-item .product-content .rating {
  position: relative;
  display: inline-block;
}
.argani-top-product-section .top-product-item .product-content .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 5px;
}
.argani-top-product-section .top-product-item .product-content .rating .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.argani-top-product-section .top-product-item .product-content .rating .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #ffcc33;
  font-size: 14px;
  letter-spacing: 5px;
}
.argani-top-product-section .top-product-item .product-content .title {
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}
.argani-top-product-section .top-product-item .product-content .price .regular-price {
  font-size: 14px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  color: #d0d0d0;
}
.argani-top-product-section .top-product-item .product-content .price .sale-price {
  font-size: 16px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #82c341;
}

.tab-menu {
  margin-top: 10px;
}
.tab-menu .nav {
  justify-content: center;
}
.tab-menu .nav li {
  margin: 0 15px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .tab-menu .nav li {
    margin: 0 10px;
  }
}
.tab-menu .nav li button {
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #222222;
  border: 0;
  padding: 0;
  background: none;
  position: relative;
}
.tab-menu .nav li button::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  background: #222222;
  width: 0;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.tab-menu .nav li button:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0;
  right: auto;
  width: 100%;
}
.tab-menu .nav li button.active::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.argani-product-section-02 {
  background: #ffffff;
}
.argani-product-section-02 .single-product {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-top: 30px;
  transition: all 0.3s linear;
}
.argani-product-section-02 .single-product:hover {
  border: 1px dashed #82c341;
}

.argani-product-section-03 .product-banner .banner-img img {
  border-radius: 10px;
}
.argani-product-section-03 .product-banner .banner-content {
  transform: translate(-50%, -78%);
}
.argani-product-section-03 .product-banner .banner-content .sub-title {
  color: #ff7d09;
}
.argani-product-section-03 .product-banner .banner-content .btn {
  margin-top: 25px;
}
.argani-product-section-03 .product-banner .banner-content .btn:hover {
  background: #ff7d09;
}
.argani-product-section-03 .product-slider-wrap {
  margin-top: 40px;
  padding-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .argani-product-section-03 .product-slider-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.argani-product-section-03 .single-product {
  background: none;
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.argani-product-section-03 .single-product .product-img {
  border-radius: 10px;
  overflow: hidden;
}
.argani-product-section-03 .single-product .product-img a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.argani-product-section-03 .single-product .product-img .product-action {
  position: absolute;
  left: 50%;
  top: 45%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
}
.argani-product-section-03 .single-product .product-img .product-action ul {
  display: flex;
  justify-content: center;
}
.argani-product-section-03 .single-product .product-img .product-action ul li + li {
  margin-top: 0;
  margin-left: 10px;
}
.argani-product-section-03 .single-product .product-img .product-action ul li a {
  color: #ffffff;
  background: #82c341;
}
.argani-product-section-03 .single-product .product-img .product-action ul li a:hover {
  background: #ff7d09;
}
.argani-product-section-03 .single-product .product-content {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .argani-product-section-03 .single-product .product-content {
    padding: 0 10px;
  }
}
.argani-product-section-03 .single-product .product-content .price-cart {
  justify-content: center;
}
.argani-product-section-03 .single-product:hover .product-img a img {
  transform: scale(1.1);
}
.argani-product-section-03 .single-product:hover .product-img .product-action {
  top: 50%;
}
.argani-product-section-03 .product3-active .product-arrow {
  transform: translateY(-170%);
}

.argani-product-section-04 .product-wrap {
  position: relative;
}
.argani-product-section-04 .product-content-wrap {
  padding-top: 60px;
}
.argani-product-section-04 .single-product {
  background: transparent;
  padding: 0;
  border-right: 0;
}
.argani-product-section-04 .single-product .product-img {
  position: relative;
}
.argani-product-section-04 .single-product .product-img a img {
  width: 100%;
  height: auto;
}
.argani-product-section-04 .single-product .product-img .product-action {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
}
.argani-product-section-04 .single-product .product-img .product-action ul {
  display: flex;
  justify-content: center;
}
.argani-product-section-04 .single-product .product-img .product-action ul li + li {
  margin-top: 0;
  margin-left: 10px;
}
.argani-product-section-04 .single-product .product-img .product-action ul li a {
  color: #ffffff;
  background: #82c341;
}
.argani-product-section-04 .single-product .product-img .product-action ul li a:hover {
  background: #ff7d09;
}
.argani-product-section-04 .single-product .product-content {
  margin-top: 25px;
  padding-right: 75px;
}
@media only screen and (max-width: 1199px) {
  .argani-product-section-04 .single-product .product-content {
    padding-right: 0;
  }
}
.argani-product-section-04 .single-product .product-content .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #afafaf;
}
.argani-product-section-04 .single-product .product-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #222222;
  color: #222222;
}
.argani-product-section-04 .single-product .product-content .rating {
  position: relative;
  display: inline-block;
}
.argani-product-section-04 .single-product .product-content .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 5px;
}
.argani-product-section-04 .single-product .product-content .rating .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.argani-product-section-04 .single-product .product-content .rating .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #ffcc33;
  font-size: 14px;
  letter-spacing: 5px;
}
.argani-product-section-04 .single-product .product-content .price-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.argani-product-section-04 .single-product .product-content .price-cart .price .regular-price {
  font-size: 14px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 6400;
  color: #d0d0d0;
}
.argani-product-section-04 .single-product .product-content .price-cart .price .sale-price {
  font-size: 18px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #82c341;
}
.argani-product-section-04 .single-product .product-content .price-cart .cart-icon {
  height: 36px;
  width: 36px;
  line-height: 33px;
  font-size: 16px;
  background: none;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #6e6e6e;
  transition: all 0.3s linear;
}
.argani-product-section-04 .single-product .product-content .price-cart .cart-icon:hover {
  background: #82c341;
  border: 1px solid transparent;
  color: #ffffff;
}
.argani-product-section-04 .single-product:hover .product-img .product-action {
  opacity: 1;
  visibility: visible;
}
.argani-product-section-04 .product2-active .product-arrow {
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.argani-product-section-04 .product2-active .product-arrow.swiper-button-prev {
  left: -70px;
}
@media only screen and (max-width: 1199px) {
  .argani-product-section-04 .product2-active .product-arrow.swiper-button-prev {
    left: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-product-section-04 .product2-active .product-arrow.swiper-button-prev {
    left: -10px;
  }
}
.argani-product-section-04 .product2-active .product-arrow.swiper-button-next {
  right: -70px;
}
@media only screen and (max-width: 1199px) {
  .argani-product-section-04 .product2-active .product-arrow.swiper-button-next {
    right: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-product-section-04 .product2-active .product-arrow.swiper-button-next {
    right: -10px;
  }
}
.argani-product-section-04 .product2-active .product-arrow:hover {
  color: #ffffff;
  background: #82c341;
}

.argani-product-section-05 .product-wrap {
  background: #ffffff;
  box-shadow: 0px 41px 109px 0px rgba(0, 0, 0, 0.03);
  padding: 30px 30px 40px;
  padding-top: 0;
  margin-top: -310px;
}
.argani-product-section-05 .product-content-wrap {
  padding-top: 0;
}
.argani-product-section-05 .single-product {
  margin-top: 30px;
}

.argani-product-section-06 .product-content-wrap {
  padding-top: 30px;
}
.argani-product-section-06 .single-product {
  margin-top: 30px;
}
.argani-product-section-06 .single-product .product-img a img {
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .argani-product-section-06 .single-product .product-content {
    padding: 0 20px;
  }
}

.argani-top-product-section-02 {
  background: #ffffff;
}
.argani-top-product-section-02 .top-product-content-wrap {
  border: 1px solid #ebebeb;
}

.modal-dialog {
  margin-top: 150px;
}
.modal-dialog.modal-lg {
  max-width: 980px;
}
@media only screen and (max-width: 991px) {
  .modal-dialog.modal-lg {
    max-width: 500px;
  }
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  padding: 0;
  border: 0;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  right: 16px;
  left: auto;
  top: 16px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  margin: -1rem -1rem -1rem auto;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.modal-header .close span {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.modal-header button.close {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.modal-body {
  padding: 30px;
}

.add-to-cart-modal-area .modal-product-item .modal-product-img {
  float: left;
  max-width: 125px;
  margin-right: 20px;
}
@media only screen and (max-width: 449px) {
  .add-to-cart-modal-area .modal-product-item .modal-product-img {
    float: none;
    margin-right: 0;
    margin: 0 auto;
  }
}
.add-to-cart-modal-area .modal-product-item .modal-product-info {
  overflow: hidden;
  padding-left: 25px;
}
@media only screen and (max-width: 449px) {
  .add-to-cart-modal-area .modal-product-item .modal-product-info {
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
}
.add-to-cart-modal-area .modal-product-item .modal-product-info .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.add-to-cart-modal-area .modal-product-item .modal-product-info .added-cart {
  font-size: 16px;
  line-height: 30px;
  color: #071c1f;
  margin-bottom: 15px;
}
.add-to-cart-modal-area .modal-product-item .modal-product-info .added-cart i {
  color: #550000;
}
.add-to-cart-modal-area .modal-product-item .modal-product-info .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 2px;
}

.quick-view-modal-area .modal-product-item .modal-product-info {
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .quick-view-modal-area .modal-product-item .modal-product-info {
    padding-left: 0;
    margin-top: 15px;
  }
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-ratting {
  margin-bottom: 5px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-ratting ul {
  margin: 0;
  padding: 0;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-ratting ul li {
  display: inline-block;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-ratting ul li a {
  color: #82c341;
  font-size: 12px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-ratting ul li.review-total a {
  color: #550000;
}
.quick-view-modal-area .modal-product-item .modal-product-info .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-price {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ff7d09;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .quick-view-modal-area .modal-product-item .modal-product-info .product-price {
    font-size: 35px;
  }
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-price del {
  opacity: 0.6;
  margin-left: 5px;
  font-size: 80%;
}
.quick-view-modal-area .modal-product-item .modal-product-info .modal-product-meta > ul {
  margin: 15px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e1e6ff;
  border-top: 1px solid #e1e6ff;
}
.quick-view-modal-area .modal-product-item .modal-product-info .modal-product-meta > ul li {
  list-style: none;
  font-size: 14px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .modal-product-meta > ul li:first-child {
  margin-top: 0;
}
.quick-view-modal-area .modal-product-item .modal-product-info .modal-product-meta > ul li strong {
  color: #000000;
  margin-right: 5px;
  font-weight: 400;
  min-width: 100px;
  display: inline-block;
}
.quick-view-modal-area .modal-product-item .modal-product-info .modal-product-meta > ul li span a {
  position: relative;
  font-weight: 600;
  color: #000000;
  margin-right: 10px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .modal-product-meta > ul li span a::before {
  position: absolute;
  content: ",";
  right: -5px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-details-menu-2 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-details-menu-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-details-menu-2 ul li .btn {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  padding: 0 40px;
  border-radius: 3px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-details-menu-3 ul {
  padding: 0;
  margin: 0;
}
.quick-view-modal-area .modal-product-item .modal-product-info .product-details-menu-3 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin-top: 15px;
}
.quick-view-modal-area .modal-product-item .modal-product-info .social-media ul {
  margin: 0;
  padding: 0;
}
.quick-view-modal-area .modal-product-item .modal-product-info .social-media ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 16px;
  color: #222222;
}

.cart-plus-minus {
  border: 2px solid #e1e1e1;
  height: 63px;
  line-height: 56px;
  width: 140px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.dec.qtybutton,
.inc.qtybutton {
  height: 100%;
  width: 30%;
  float: left;
  border-right: 2px solid #e1e1e1;
}

.inc.qtybutton {
  float: right;
  border-right: 0;
  border-left: 2px solid #e1e1e1;
}

hr {
  background: #e1e6ff;
  opacity: 1;
}

.product-details-menu-2 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]).cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  color: #222222;
  text-align: center;
  width: 40%;
  font-weight: 600;
}

.argani-product-section-07 .product-content-wrap {
  padding-top: 50px;
}
.argani-product-section-07 .single-product .product-content {
  padding-right: 45px;
  padding-left: 45px;
}
@media only screen and (max-width: 1399px) {
  .argani-product-section-07 .single-product .product-content {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-product-section-07 .single-product .product-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.argani-product-section-08 .product-banner {
  margin-top: 30px;
}
.argani-product-section-08 .product-banner .banner-img img {
  border-radius: 0;
}
.argani-product-section-08 .product-banner .banner-content {
  width: 200px;
  transform: translate(-50%, -105%);
}
.argani-product-section-08 .product-banner .banner-content .sub-title {
  font-weight: 700;
  color: #ff7d09;
}
.argani-product-section-08 .product-banner .banner-content .sub-title span {
  color: #82c341;
}
.argani-product-section-08 .product-banner .banner-content .title {
  color: #000000;
}
.argani-product-section-08 .product-banner .banner-content .title.white {
  color: #ffffff;
}
.argani-product-section-08 .product-banner .banner-content .btn {
  margin-top: 25px;
}
.argani-product-section-08 .single-product {
  margin-top: 30px;
}
.argani-product-section-08 .single-product .product-img {
  border-radius: 0;
}
.argani-product-section-08 .single-product .product-content {
  padding: 0 0;
}
.argani-product-section-08 .single-product .product-content .title {
  padding-right: 55px;
}
.argani-product-section-08 .single-product .product-content .rating {
  margin-top: 4px;
}
.argani-product-section-08 .single-product .product-content .price-cart {
  justify-content: space-between;
  margin-top: 8px;
}

@media only screen and (max-width: 1199px) {
  .argani-product-section-08 .product-banner .banner-content {
    transform: translate(-50%, -70%);
  }
}
@media only screen and (max-width: 991px) {
  .argani-product-section-08 .product-banner {
    display: inline-block;
    left: 0;
    transform: none;
    margin-right: 20px;
  }
  .argani-product-section-08 .product-banner .banner-content {
    transform: translate(-50%, -105%);
  }
  .argani-product-section-08 .product-banner:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .argani-product-section-08 .product-banner {
    margin-right: 0;
  }
  .argani-product-section-08 .single-product .product-content .title {
    padding-right: 20px;
  }
}

/*--
/*  14 - Best Deal CSS
/*----------------------------------------*/
.argani-best-deal-section {
  background: #ffda95;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-bottom: 145px;
  z-index: 1;
}
.argani-best-deal-section .shape-1 {
  position: absolute;
  left: 11%;
  top: 3%;
  -webkit-animation: zoom-in-out 4s infinite;
          animation: zoom-in-out 4s infinite;
  z-index: -1;
}
.argani-best-deal-section .best-deal-content .best-deal-title-wrap .discount {
  font-size: 36px;
  line-height: 44px;
  font-family: "Kalam", cursive;
  font-weight: 400;
  color: #ff7d09;
  margin-bottom: 20px;
  margin-left: -70px;
  transform: skewY(-11deg);
}
.argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 {
  position: relative;
  z-index: 1;
}
.argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 svg {
  position: absolute;
  top: -128%;
  left: 33%;
  z-index: -1;
}
.argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 .sub-title {
  font-size: 44px;
  line-height: 1;
  color: #000000;
  transform: skewY(-12deg);
}
.argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 {
  position: relative;
  z-index: 1;
}
.argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 svg {
  position: absolute;
  top: -30%;
  left: 26%;
  z-index: -1;
}
.argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 .title {
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  transform: skewY(-10deg);
  position: relative;
  top: 32px;
}
.argani-best-deal-section .best-deal-content .best-deal-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.argani-best-deal-section .best-deal-content .argani-countdown {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.argani-best-deal-section .best-deal-content .argani-countdown .single-countdown {
  display: inline-block;
  text-align: center;
  background: none;
  position: relative;
}
.argani-best-deal-section .best-deal-content .argani-countdown .single-countdown::before {
  content: ":";
  font-size: 60px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: -34.5%;
  top: 50%;
  transform: translateY(-75%);
  color: #550000;
}
.argani-best-deal-section .best-deal-content .argani-countdown .single-countdown + .single-countdown {
  margin-left: 35px;
}
.argani-best-deal-section .best-deal-content .argani-countdown .single-countdown:last-child::before {
  display: none;
}
.argani-best-deal-section .best-deal-content .argani-countdown .single-countdown .count {
  font-size: 72px;
  line-height: 65px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  display: block;
  color: #550000;
}
.argani-best-deal-section .best-deal-content .argani-countdown .single-countdown .value {
  font-size: 12px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.argani-best-deal-section .best-deal-content .btn {
  margin-top: 25px;
}

@media only screen and (max-width: 1399px) {
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 svg {
    left: 30%;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 svg {
    left: 23%;
  }
}
@media only screen and (max-width: 1199px) {
  .argani-best-deal-section {
    padding-bottom: 100px;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 svg {
    left: 26%;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 svg {
    left: 18%;
  }
}
@media only screen and (max-width: 991px) {
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 svg {
    left: 18%;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 .sub-title {
    font-size: 40px;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 svg {
    left: 7%;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 .title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-best-deal-section {
    padding-bottom: 100px;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .discount {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 svg {
    display: none;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 .sub-title {
    font-size: 36px;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 svg {
    display: none;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 .title {
    font-size: 80px;
    top: 20px;
  }
  .argani-best-deal-section .best-deal-content .best-deal-countdown {
    margin-top: 40px;
  }
  .argani-best-deal-section .best-deal-content .argani-countdown .single-countdown::before {
    font-size: 56px;
  }
  .argani-best-deal-section .best-deal-content .argani-countdown .single-countdown .count {
    font-size: 62px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 449px) {
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .discount {
    font-size: 28px;
    margin-bottom: 0;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg1 .sub-title {
    font-size: 32px;
  }
  .argani-best-deal-section .best-deal-content .best-deal-title-wrap .title-bg2 .title {
    font-size: 58px;
    top: 15px;
  }
}

@-webkit-keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.argani-countdown-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 410px;
}
.argani-countdown-section .section-title-2 .sub-title {
  font-size: 72px;
  line-height: 48px;
  font-family: "Kalam", cursive;
  font-weight: 500;
  color: #ff7d09;
}
.argani-countdown-section .section-title-2 .title {
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  margin-top: 10px;
}
.argani-countdown-section .best-deal-countdown {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .argani-countdown-section .best-deal-countdown {
    justify-content: start;
    margin-top: 25px;
  }
}
.argani-countdown-section .best-deal-countdown .title {
  font-size: 36px;
  line-height: 1;
  font-family: "Kalam", cursive;
  font-weight: 600;
  color: #82c341;
  margin-right: 25px;
}
.argani-countdown-section .argani-countdown {
  display: flex;
  justify-content: center;
}
.argani-countdown-section .argani-countdown .single-countdown {
  display: inline-block;
  text-align: center;
  padding: 28px 15px;
  background: #82c341;
  min-width: 80px;
  height: 85px;
  line-height: 40px;
  position: relative;
  border-radius: 3px;
}
.argani-countdown-section .argani-countdown .single-countdown::before {
  content: ":";
  font-size: 60px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: -27.5%;
  top: 50%;
  transform: translateY(-65%);
  color: #550000;
}
.argani-countdown-section .argani-countdown .single-countdown:last-child::before {
  display: none;
}
.argani-countdown-section .argani-countdown .single-countdown + .single-countdown {
  margin-left: 35px;
}
.argani-countdown-section .argani-countdown .single-countdown .count {
  font-size: 42px;
  line-height: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
.argani-countdown-section .argani-countdown .single-countdown .value {
  font-size: 14px;
  line-height: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .argani-countdown-section {
    padding-bottom: 380px;
  }
  .argani-countdown-section .best-deal-countdown .title {
    margin-right: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-countdown-section .best-deal-countdown {
    justify-content: start;
    margin-top: 25px;
  }
  .argani-countdown-section .argani-countdown .single-countdown {
    padding: 22px 15px;
    min-width: 70px;
    height: 75px;
  }
  .argani-countdown-section .argani-countdown .single-countdown + .single-countdown {
    margin-left: 30px;
  }
  .argani-countdown-section .argani-countdown .single-countdown .count {
    font-size: 30px;
    line-height: 10px;
  }
  .argani-countdown-section .argani-countdown .single-countdown .value {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-countdown-section .section-title-2 .sub-title {
    font-size: 56px;
  }
  .argani-countdown-section .section-title-2 .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-countdown-section .best-deal-countdown {
    flex-direction: column;
    gap: 20px;
  }
  .argani-countdown-section .best-deal-countdown .title {
    margin-right: 0px;
  }
}

.argani-countdown-section-02 {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
}
.argani-countdown-section-02 .countdown-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.argani-countdown-section-02 .section-title-2 .sub-title {
  font-size: 48px;
  line-height: 1;
  font-family: "Kalam", cursive;
  font-weight: 500;
  color: #ff7d09;
}
.argani-countdown-section-02 .section-title-2 .title {
  font-size: 30px;
  line-height: 42px;
  color: #ffffff;
  padding: 0 85px;
  margin-top: 15px;
}
.argani-countdown-section-02 .argani-countdown .single-countdown {
  background: none;
}
.argani-countdown-section-02 .argani-countdown .single-countdown::before {
  right: -23.5%;
  transform: translateY(-75%);
  color: #ffffff;
}
.argani-countdown-section-02 .argani-countdown .single-countdown .count {
  font-size: 72px;
  line-height: 30px;
  font-family: "Kalam", cursive;
  color: #82c341;
}
.argani-countdown-section-02 .argani-countdown .single-countdown .value {
  font-size: 12px;
  line-height: 12px;
  font-family: "Kalam", cursive;
  color: #ffffff;
}
.argani-countdown-section-02 .countdown-discount {
  text-align: center;
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
.argani-countdown-section-02 .countdown-discount .discount-shape {
  position: absolute;
  left: 100px;
  top: -55px;
  z-index: -1;
}
.argani-countdown-section-02 .countdown-discount .discount-content .title {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
}
.argani-countdown-section-02 .countdown-discount .discount-content .title span {
  font-size: 48px;
  line-height: 36px;
  font-family: "Kalam", cursive;
}

@media only screen and (max-width: 1199px) {
  .argani-countdown-section-02 .best-deal-countdown {
    justify-content: center;
    margin-top: 30px;
  }
  .argani-countdown-section-02 .countdown-discount {
    margin-top: 80px;
  }
  .argani-countdown-section-02 .countdown-discount .discount-shape {
    left: 340px;
    top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-countdown-section-02 .countdown-discount .discount-shape {
    left: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-countdown-section-02 .argani-countdown .single-countdown::before {
    font-size: 55px;
  }
  .argani-countdown-section-02 .argani-countdown .single-countdown .count {
    font-size: 55px;
  }
  .argani-countdown-section-02 .countdown-discount .discount-shape {
    left: 150px;
    top: -55px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-countdown-section-02 .countdown-discount .discount-shape {
    left: 90px;
  }
}
@media only screen and (max-width: 449px) {
  .argani-countdown-section-02 .section-title-2 .title {
    padding: 0 0;
  }
}

/*--
/*  08 - Brand CSS
/*----------------------------------------*/
.argani-brand-section {
  background: #fffcf6;
}
.argani-brand-section .section-title::before {
  display: none;
}
.argani-brand-section .brand-wrapper {
  position: relative;
  border: 1px dashed #e1e1e1;
  border-radius: 5px;
  padding: 25px 0 30px;
  margin-top: 40px;
  z-index: 5;
}

.single-brand {
  position: relative;
  height: 110px;
  width: 110px;
  line-height: 110px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}

.brand-active {
  max-width: 1090px;
  margin: 0 auto;
}
.brand-active .brand-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transform: translateY(-10%);
  background: #f4f4f4;
  color: #222222;
  transition: all 0.3s linear;
}
.brand-active .brand-arrow.swiper-button-prev {
  left: 25px;
}
.brand-active .brand-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 16px;
}
.brand-active .brand-arrow.swiper-button-next {
  right: 25px;
}
.brand-active .brand-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 16px;
}
.brand-active .brand-arrow:hover {
  color: #ffffff;
  background: #82c341;
}

.argani-brand-section-02 .brand-wrapper {
  margin-top: 30px;
}
.argani-brand-section-02 .brand-active {
  max-width: 100%;
  margin: 0 auto;
}
.argani-brand-section-02 .single-brand {
  position: relative;
  width: 190px;
  height: 130px;
  line-height: 130px;
  margin: 0 auto;
  background: #f3f3f3;
  box-shadow: none;
  border-radius: 0;
}

.argani-brand-section-03 {
  background: #fefaee;
}
.argani-brand-section-03 .single-brand {
  background: #ffffff;
}

/*--
/*  05 - Testimonial CSS
/*----------------------------------------*/
.argani-testimonial-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.argani-testimonial-section .shape-1 {
  position: absolute;
  left: 6%;
  top: 14%;
  -webkit-animation: zoom-in-out 4s infinite;
          animation: zoom-in-out 4s infinite;
  z-index: -1;
}
.argani-testimonial-section .section-title .title {
  font-size: 60px;
  line-height: 72px;
  background: transparent;
}
.argani-testimonial-section .section-title::before {
  display: none;
}
.argani-testimonial-section .testimonial-wrap {
  margin-top: 80px;
}

.single-testimonial {
  position: relative;
  text-align: center;
}
.single-testimonial .testimonial-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
}
.single-testimonial .testimonial-content p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #333333;
}
.single-testimonial .testimonial-content .name {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin-top: 10px;
}

.testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}

.argani-testimonial-section-02 .testimonial-wrap-02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 110px 50px 130px;
}
@media only screen and (max-width: 1199px) {
  .argani-testimonial-section-02 .testimonial-wrap-02 {
    padding: 95px 50px 95px;
  }
}
.argani-testimonial-section-02 .testimonial-wrap-02 .shape-1 {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
}
.argani-testimonial-section-02 .testimonial-wrap-02 .shape-2 {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, -50%);
}
.argani-testimonial-section-02 .section-title-2 .title {
  font-size: 90px;
  line-height: 1;
  font-family: "Kalam", cursive;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .argani-testimonial-section-02 .section-title-2 .title {
    font-size: 56px;
  }
}
.argani-testimonial-section-02 .testimonial-slider-wrap {
  margin-top: 80px;
}
.argani-testimonial-section-02 .single-testimonial-02 .testimonial-content {
  max-width: 490px;
  margin: 0 auto;
}
.argani-testimonial-section-02 .single-testimonial-02 .testimonial-content p {
  font-size: 24px;
  line-height: 36px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #000000;
}
.argani-testimonial-section-02 .single-testimonial-02 .testimonial-content .name {
  font-size: 14px;
  line-height: 26px;
  color: #82c341;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .argani-testimonial-section-02 .testimonial-wrap-02 .shape-1 {
    top: 33%;
  }
  .argani-testimonial-section-02 .testimonial-wrap-02 .shape-2 {
    bottom: 22%;
  }
}
@media only screen and (max-width: 575px) {
  .argani-testimonial-section-02 .testimonial-wrap-02 {
    padding: 75px 30px 75px;
  }
  .argani-testimonial-section-02 .testimonial-wrap-02 .shape-1 {
    top: 28%;
  }
  .argani-testimonial-section-02 .testimonial-wrap-02 .shape-2 {
    bottom: 20%;
  }
  .argani-testimonial-section-02 .testimonial-wrap-02 .section-title-2 .title {
    font-size: 40px;
  }
}

.testimonial-2-active .swiper-pagination {
  position: relative;
  margin-top: 70px;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #82c341;
}

.argani-testimonial-section-03 .testimonial-wrap-03 {
  position: relative;
  padding: 110px 50px 120px;
}
@media only screen and (max-width: 991px) {
  .argani-testimonial-section-03 .testimonial-wrap-03 {
    padding: 80px 30px 80px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-testimonial-section-03 .testimonial-wrap-03 {
    padding: 70px 15px 70px;
  }
}
.argani-testimonial-section-03 .testimonial-wrap-03 .shape-1 {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .argani-testimonial-section-03 .testimonial-wrap-03 .shape-1 {
    top: 34%;
  }
}
@media only screen and (max-width: 575px) {
  .argani-testimonial-section-03 .testimonial-wrap-03 .shape-1 {
    top: 27%;
  }
}
.argani-testimonial-section-03 .testimonial-wrap-03 .shape-2 {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .argani-testimonial-section-03 .testimonial-wrap-03 .shape-2 {
    bottom: 22%;
  }
}
@media only screen and (max-width: 575px) {
  .argani-testimonial-section-03 .testimonial-wrap-03 .shape-2 {
    bottom: 18%;
  }
}
.argani-testimonial-section-03 .section-title-2 .title {
  color: #82c341;
}
@media only screen and (max-width: 575px) {
  .argani-testimonial-section-03 .section-title-2 .title {
    font-size: 42px;
  }
}
.argani-testimonial-section-03 .testimonial-slider-wrap {
  margin-top: 80px;
}
.argani-testimonial-section-03 .single-testimonial-02 .testimonial-content {
  max-width: 580px;
  margin: 0 auto;
}
.argani-testimonial-section-03 .testimonial-2-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #ebebeb;
}
.argani-testimonial-section-03 .testimonial-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #82c341;
}

/*--
/*  12 - Process CSS
/*----------------------------------------*/
.argani-process-section .process-wrap {
  margin-top: -30px;
}
.argani-process-section .process-item {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.argani-process-section .process-item .shape-1 {
  position: absolute;
  right: -21%;
  top: 16%;
  z-index: -1;
}
.argani-process-section .process-item .shape-2 {
  right: -24%;
  top: 25%;
}
.argani-process-section .process-item .process-icon {
  position: relative;
}
.argani-process-section .process-item .process-icon span {
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #ff7d09; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #fbecce;) */
  color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #000000;) */
  font-size: 48px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  border-radius: 50%;
  top: -14%;
  text-align: center;
  left: 51%;
}
.argani-process-section .process-item .process-icon span.color-2 {
  background: #ff7d09; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #b3cde3;) */
}
.argani-process-section .process-item .process-icon span.color-3 {
  background: #ff7d09; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #cbb1e7;) */
}
.argani-process-section .process-item .process-icon img {
  border-radius: 50%;
  transition: all 0.3s linear;
}
.argani-process-section .process-item .process-content {
  margin-top: 25px;
  padding: 0 40px;
}
.argani-process-section .process-item .process-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #222222;
}
.argani-process-section .process-item .process-content p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 15px;
}
.argani-process-section .process-item:hover .process-icon img {
  transform: scale(1.05);
}

@media only screen and (max-width: 1199px) {
  .argani-process-section .process-item .shape-1 {
    right: -32%;
  }
  .argani-process-section .process-item .process-content {
    padding: 0 0px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-process-section .process-item .shape-1 {
    display: none;
  }
  .argani-process-section .process-item .process-icon span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 38px;
    top: -4%;
    left: 65%;
  }
}
@media only screen and (max-width: 575px) {
  .argani-process-section .process-item .process-icon span {
    left: 58%;
  }
}

/*--
/*  04 - Offer CSS
/*----------------------------------------*/
.offer-wrap {
  margin-top: -30px;
}

.offer-item {
  position: relative;
  margin-top: 30px;
}
.offer-item .offer-img {
  overflow: hidden;
  border-radius: 5px;
}
.offer-item .offer-img img {
  width: 100%;
  transition: all 0.3s linear;
}
.offer-item .offer-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-55%);
  max-width: 195px;
}
.offer-item .offer-content .sub-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Kalam", cursive;
  font-weight: 400;
  color: #71143c;
}
.offer-item .offer-content .sub-title.color-2 {
  color: #82c341;
}
.offer-item .offer-content .sub-title.color-3 {
  color: #ff7d09;
}
.offer-item .offer-content .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
}
.offer-item .offer-content .btn {
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  padding: 0 25px;
  margin-top: 25px;
}
.offer-item .offer-content .btn-2:hover {
  background: #82c341;
}
.offer-item .offer-content .btn-3 {
  background: #550000;
}
.offer-item .offer-content .btn-3:hover {
  background: #82c341;
}

.argani-offer-section-02 .offer-wrap {
  margin-top: -30px;
}
.argani-offer-section-02 .offer-item {
  position: relative;
  margin-top: 30px;
}
.argani-offer-section-02 .offer-item .offer-img {
  border-radius: 10px;
}
.argani-offer-section-02 .offer-item .offer-content {
  max-width: 210px;
}
.argani-offer-section-02 .offer-item .offer-content .sub-title {
  font-weight: 600;
  color: #ff7d09;
}
.argani-offer-section-02 .offer-item .offer-content .sub-title.color-2 {
  color: #82c341;
}
.argani-offer-section-02 .offer-item .offer-content .title.white {
  color: #ffffff;
}

@media only screen and (max-width: 449px) {
  .argani-offer-section-02 .offer-item .offer-img img {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .argani-offer-section-02 .offer-item .offer-content .btn {
    margin-top: 15px;
  }
}

/*--
/*  05 - Features CSS
/*----------------------------------------*/
.argani-features-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.argani-features-section .shape-1 {
  position: absolute;
  left: 0;
  bottom: -50%;
  z-index: 5;
}
.argani-features-section .shape-2 {
  position: absolute;
  left: 0;
  top: -52%;
  z-index: 5;
}
.argani-features-section .shape-3 {
  position: absolute;
  left: 5%;
  top: 1%;
  -webkit-animation: zoom-in-out 4s infinite;
          animation: zoom-in-out 4s infinite;
  z-index: -1;
}
.argani-features-section .shape-4 {
  position: absolute;
  right: 4%;
  top: -4%;
  z-index: -1;
}
.argani-features-section .shape-5 {
  position: absolute;
  left: -4%;
  bottom: 13%;
  z-index: -1;
}
.argani-features-section .shape-6 {
  position: absolute;
  right: -10%;
  bottom: 17%;
  z-index: -1;
}
.argani-features-section .feature-item {
  display: flex;
}
.argani-features-section .feature-item .feature-icon {
  height: 110px;
  width: 110px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  background: #ffffff;
}
.argani-features-section .feature-item .feature-content {
  flex: 1;
  text-align: right;
  margin-right: 15px;
}
.argani-features-section .feature-item .feature-content .title {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}
.argani-features-section .feature-item .feature-content p {
  max-width: 230px;
  margin-left: auto;
  font-size: 14px;
  line-height: 26px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.argani-features-section .feature-item.feature-item-2, .argani-features-section .feature-item.feature-item-4 {
  padding-top: 450px;
}
.argani-features-section .feature-img img {
  -webkit-animation: up-down 5s infinite;
          animation: up-down 5s infinite;
}
.argani-features-section .features-right .feature-item .feature-content {
  text-align: left;
  margin-right: 0;
  margin-left: 15px;
}
.argani-features-section .features-right .feature-item .feature-content p {
  margin-left: initial;
}

@media only screen and (max-width: 1199px) {
  .argani-features-section .feature-item .feature-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
  .argani-features-section .feature-item .feature-content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-features-section .shape-5 {
    left: -12%;
    bottom: 21%;
    width: 280px;
  }
  .argani-features-section .shape-6 {
    right: -17%;
    width: 280px;
  }
  .argani-features-section .features-wrap {
    margin-top: -30px;
  }
  .argani-features-section .feature-item {
    margin-top: 30px;
  }
  .argani-features-section .feature-item.feature-item-2, .argani-features-section .feature-item.feature-item-4 {
    padding-top: 0px;
  }
  .argani-features-section .feature-item .feature-icon {
    height: 95px;
    width: 95px;
    line-height: 95px;
  }
  .argani-features-section .feature-item .feature-content .title {
    font-size: 26px;
  }
  .argani-features-section .feature-item .feature-content p {
    max-width: 230px;
  }
  .argani-features-section .features-lef {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .argani-features-section .features-lef .feature-item {
    flex-direction: row-reverse;
  }
  .argani-features-section .features-lef .feature-item .feature-content {
    text-align: left;
    margin-right: 0;
    margin-left: 15px;
  }
  .argani-features-section .feature-img {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .argani-features-section .features-right {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .argani-features-section .shape-3 {
    left: auto;
    top: 16%;
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .argani-features-section .shape-5 {
    bottom: 15%;
    width: 220px;
  }
  .argani-features-section .shape-6 {
    right: -20%;
    width: 220px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(40px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(40px);
  }
}
.argani-features-section-2 .features-wrap {
  border-top: 1px dashed #ffffff;
  margin-top: 95px;
  padding-top: 30px;
}

.features-item-2 {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .features-item-2 {
    padding-left: 0;
  }
}
.features-item-2.features-1 {
  padding-left: 0;
}
.features-item-2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 125px;
  transform: translateY(-50%);
  border: 1px dashed #ffffff;
}
@media only screen and (max-width: 1199px) {
  .features-item-2::before {
    right: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .features-item-2::before {
    display: none;
  }
}
.features-item-2.features-3::before {
  display: none;
}
.features-item-2 .features-content {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .features-item-2 .features-content {
    margin-left: 25px;
  }
}
.features-item-2 .features-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
}

.argani-features-section-3 {
  background: #fef3f2;
  padding-top: 50px;
}

.features-item-3 {
  margin-top: 30px;
}
.features-item-3 .features-icon {
  padding-left: 30px;
}
.features-item-3 .features-content {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
.features-item-3 .features-content .title {
  font-size: 24px;
  line-height: 36px;
}

.argani-features-section-4 {
  position: relative;
  z-index: 1;
}
.argani-features-section-4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/bg/feat-bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 85%;
  z-index: -1;
}
.argani-features-section-4 .features-item-4 {
  background: #ffffff;
  padding: 0 40px 50px;
  margin-top: 30px;
}
.argani-features-section-4 .features-item-4 .features-img {
  transform: translateY(-150px);
}
.argani-features-section-4 .features-item-4 .features-img img {
  border-radius: 50%;
}
.argani-features-section-4 .features-item-4 .features-content {
  margin-top: -125px;
}
.argani-features-section-4 .features-item-4 .features-content .title {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.argani-features-section-4 .features-item-4 .features-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #000000;
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  .argani-features-section-4 .features-item-4.item-3 {
    margin-top: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-features-section-4 .features-item-4.item-2 {
    margin-top: 190px;
  }
}

.argani-features-section-5 .features-wrap {
  margin-top: -30px;
}

.features-item-5 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.features-item-5 .features-content {
  flex: 1;
  margin-left: 20px;
}
.features-item-5 .features-content .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
}
.features-item-5 .features-content p {
  font-size: 14px;
  line-height: 26px;
  font-family: "Red Hat Display", sans-serif;
  color: #8b8b8b;
  padding-right: 45px;
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  .features-item-5 .features-content p {
    padding-right: 0;
  }
}

/*--
/*  03 - Banner CSS
/*----------------------------------------*/
.argani-banner-section .banner-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.argani-banner-section .banner-wrap .banner-img img {
  width: 100%;
  height: 790px;
  -o-object-fit: cover;
     object-fit: cover;
}
.argani-banner-section .banner-wrap .banner-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  max-width: 570px;
  padding-left: 65px;
}
.argani-banner-section .banner-wrap .banner-content .sub-title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Kalam", cursive;
  font-weight: 600;
  color: #ff7d09;
}
.argani-banner-section .banner-wrap .banner-content .title {
  font-size: 42px;
  line-height: 54px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}
.argani-banner-section .banner-wrap .banner-content .btn {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 25px;
  margin-top: 25px;
}
.argani-banner-section .banner-wrap .banner-content .btn:hover {
  background: #82c341;
}
.argani-banner-section .banner-wrap.banner-sm .banner-img img {
  height: 380px;
}
.argani-banner-section .banner-wrap.banner-sm .banner-content {
  transform: translateY(-55%);
  max-width: 450px;
  padding-left: 45px;
}
.argani-banner-section .banner-wrap.banner-sm .banner-content .sub-title {
  font-size: 24px;
  line-height: 32px;
}
.argani-banner-section .banner-wrap.banner-sm .banner-content .sub-title.color-2 {
  color: #c7fb94;
}
.argani-banner-section .banner-wrap.banner-sm .banner-content .title {
  font-size: 30px;
  line-height: 42px;
  color: #ffffff;
  margin-top: 10px;
}
.argani-banner-section .banner-wrap.banner-sm .banner-content .btn {
  margin-top: 25px;
}
.argani-banner-section .banner-wrap.banner-sm .banner-content .btn-2 {
  background: #ff7d09;
}
.argani-banner-section .banner-wrap.banner-sm .banner-content .btn-2:hover {
  background: #82c341;
}

.argani-banner-section-02 .banner-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.argani-banner-section-02 .banner-wrap .banner-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1399px) {
  .argani-banner-section-02 .banner-wrap .banner-img img {
    height: 574px;
  }
}
@media only screen and (max-width: 1199px) {
  .argani-banner-section-02 .banner-wrap .banner-img img {
    height: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-banner-section-02 .banner-wrap .banner-img img {
    height: auto;
  }
}
.argani-banner-section-02 .banner-wrap .banner-content .btn {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 25px;
  margin-top: 25px;
}
.argani-banner-section-02 .banner-wrap .banner-content .btn:hover {
  background: #ff7d09;
}
.argani-banner-section-02 .banner-wrap.banner-sm .banner-img img {
  height: 287px;
}
.argani-banner-section-02 .banner-wrap.banner-sm .banner-content .title.black {
  color: #000000;
}
.argani-banner-section-02 .banner-wrap.banner-sm .banner-content .btn-2 {
  background: #ff7d09;
}
.argani-banner-section-02 .banner-wrap.banner-sm .banner-content .btn-2:hover {
  background: #82c341;
}

.argani-banner-section-03 .banner-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.argani-banner-section-03 .banner-wrap .banner-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.argani-banner-section-03 .banner-wrap .banner-content {
  transform: translateY(-28%);
  max-width: 430px;
}
.argani-banner-section-03 .banner-wrap .banner-content .discount-wrap {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
.argani-banner-section-03 .banner-wrap .banner-content .discount-wrap .discount-shape {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
}
.argani-banner-section-03 .banner-wrap .banner-content .discount-wrap .discount {
  font-size: 36px;
  line-height: 1;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding-left: 70px;
}
.argani-banner-section-03 .banner-wrap .banner-content .discount-wrap .discount span {
  font-size: 48px;
  font-family: "Kalam", cursive;
  font-weight: 700;
}
.argani-banner-section-03 .banner-wrap .banner-content .sub-title {
  font-size: 18px;
  line-height: 36px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #0d354f;
  margin-top: 45px;
}
.argani-banner-section-03 .banner-wrap .banner-content .title {
  font-size: 48px;
  line-height: 54px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 0;
}
.argani-banner-section-03 .banner-wrap .banner-content .shop-link {
  font-size: 14px;
  line-height: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
  color: #000000;
  margin-top: 15px;
}
.argani-banner-section-03 .banner-wrap .banner-content .shop-link:hover {
  color: #ff7d09;
  -webkit-text-decoration-color: #ff7d09;
          text-decoration-color: #ff7d09;
}
.argani-banner-section-03 .banner-wrap.banner-sm.banner-sm-1 .shop-link {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  color: #ffffff;
}
.argani-banner-section-03 .banner-wrap.banner-sm.banner-sm-1 .shop-link:hover {
  color: #ff7d09;
  -webkit-text-decoration-color: #ff7d09;
          text-decoration-color: #ff7d09;
}
.argani-banner-section-03 .banner-wrap.banner-sm.banner-sm-2 {
  margin-top: 30px;
}
.argani-banner-section-03 .banner-wrap.banner-sm .banner-img img {
  height: 265px;
}
.argani-banner-section-03 .banner-wrap.banner-sm .banner-content .sub-title {
  font-size: 18px;
  line-height: 36px;
  color: #ff7d09;
  margin-top: 0;
}
.argani-banner-section-03 .banner-wrap.banner-sm .banner-content .sub-title.color-2 {
  color: #82c341;
}
.argani-banner-section-03 .banner-wrap.banner-sm .banner-content .title {
  margin-top: 0;
}
.argani-banner-section-03 .banner-wrap.banner-sm .banner-content .title.black {
  color: #0d354f;
}

@media only screen and (max-width: 1399px) {
  .argani-banner-section-03 .banner-wrap .banner-img img {
    height: 560px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-banner-section-03 .banner-wrap.banner-sm.banner-sm-1 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-banner-section-03 .banner-wrap .banner-img img {
    height: auto;
  }
  .argani-banner-section-03 .banner-wrap .banner-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-banner-section-03 .banner-wrap .banner-img img {
    height: 395px;
  }
  .argani-banner-section-03 .banner-wrap .banner-content .discount-wrap .discount-shape {
    top: -30px;
  }
  .argani-banner-section-03 .banner-wrap .banner-content .discount-wrap .discount-shape img {
    width: 200px;
  }
  .argani-banner-section-03 .banner-wrap .banner-content .discount-wrap .discount {
    font-size: 32px;
    padding-left: 60px;
  }
  .argani-banner-section-03 .banner-wrap .banner-content .discount-wrap .discount span {
    font-size: 40px;
  }
  .argani-banner-section-03 .banner-wrap .banner-content .title {
    font-size: 36px;
    line-height: 48px;
  }
}

/*--
/*  05 - Cta CSS
/*----------------------------------------*/
.argani-cta-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.argani-cta-section .shape-1 {
  position: absolute;
  left: 20px;
  top: -20px;
  z-index: -1;
  -webkit-animation: round-01 5s linear infinite;
          animation: round-01 5s linear infinite;
}
.argani-cta-section .cta-content .svg-bg {
  position: relative;
}
.argani-cta-section .cta-content .svg-bg svg {
  fill: #ff7d09;
}
.argani-cta-section .cta-content .sub-title {
  max-width: 120px;
  position: absolute;
  top: 50px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
.argani-cta-section .cta-content .sub-title span {
  font-size: 50px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Kalam", cursive;
}
.argani-cta-section .cta-content .title {
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
  color: #24181f;
  margin-top: 30px;
}
.argani-cta-section .cta-content .title span {
  font-size: 130px;
  font-weight: 700;
}
.argani-cta-section .cta-content .btn {
  background: #ffffff;
  color: #000000;
  margin-top: 35px;
}
.argani-cta-section .cta-content .btn:hover {
  background: #ff7d09;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .argani-cta-section .shape-1 {
    top: -65px;
  }
  .argani-cta-section .cta-content .title {
    font-size: 90px;
    line-height: 80px;
  }
  .argani-cta-section .cta-content .title span {
    font-size: 105px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-cta-section .cta-content .title {
    padding: 0 80px;
  }
  .argani-cta-section .cta-img {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-cta-section .cta-content .title {
    font-size: 75px;
    line-height: 75px;
    padding: 0 0;
  }
  .argani-cta-section .cta-content .title span {
    font-size: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-cta-section .shape-1 {
    top: -95px;
  }
  .argani-cta-section .cta-content .title {
    font-size: 55px;
    line-height: 60px;
    padding: 0 40px;
  }
  .argani-cta-section .cta-content .title span {
    font-size: 70px;
  }
}

@-webkit-keyframes round-01 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

@keyframes round-01 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
/*--
/*  05 - About CSS
/*----------------------------------------*/
.argani-choose-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 170px;
}
.argani-choose-section .choose-content {
  position: relative;
}
.argani-choose-section .choose-content .shape-1 {
  position: absolute;
  left: 80px;
  top: 0;
}
.argani-choose-section .choose-content .title {
  font-size: 80px;
  line-height: 1.1;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  position: relative;
  color: #ffffff;
  transform: rotate(-9deg);
  z-index: 1;
}
.argani-choose-section .choose-content .text {
  font-size: 18px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #ffffff;
  padding: 0 85px;
  margin-top: 80px;
}
.argani-choose-section .choose-content .choose-list {
  padding-top: 20px;
}
.argani-choose-section .choose-content .choose-list ul li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
}
.argani-choose-section .choose-content .choose-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px dashed #353535;
  height: 120px;
  transform: translateY(-50%);
}
.argani-choose-section .choose-content .choose-list ul li:first-child {
  padding-left: 0;
}
.argani-choose-section .choose-content .choose-list ul li:first-child::before {
  display: none;
}
.argani-choose-section .choose-content .choose-list ul li .list-title {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 10px;
}
.argani-choose-section .choose-content .btn {
  margin-top: 30px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 50px;) */
}

@media only screen and (max-width: 1199px) {
  .argani-choose-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .argani-choose-section .choose-content .title {
    font-size: 55px;
  }
  .argani-choose-section .choose-content .text {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-choose-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .argani-choose-section .choose-content .shape-1 img {
    width: 350px;
  }
  .argani-choose-section .choose-content .title {
    font-size: 42px;
  }
  .argani-choose-section .choose-content .text {
    padding: 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .argani-choose-section .choose-content .shape-1 img {
    width: 280px;
  }
  .argani-choose-section .choose-content .title {
    font-size: 36px;
  }
  .argani-choose-section .choose-content .text {
    margin-top: 65px;
  }
  .argani-choose-section .choose-content .choose-list {
    padding-top: 20px;
  }
  .argani-choose-section .choose-content .choose-list ul li {
    display: block;
    padding-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }
  .argani-choose-section .choose-content .choose-list ul li::before {
    display: none;
  }
}
@media only screen and (max-width: 449px) {
  .argani-choose-section .choose-content .shape-1 {
    left: 35px;
  }
}

/*--
/*  20 - Page Banner CSS
/*----------------------------------------*/
.page-banner-wrap {
  padding-top: 170px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 210px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 230px;) */
}
@media only screen and (max-width: 1199px) {
  .page-banner-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .page-banner-wrap {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.page-banner-wrap .shape-1 {
  position: absolute;
  right: -3%;
  bottom: -93%;
}
@media only screen and (max-width: 1199px) {
  .page-banner-wrap .shape-1 {
    bottom: -78%;
  }
}
@media only screen and (max-width: 991px) {
  .page-banner-wrap .shape-1 {
    bottom: -59%;
  }
}
@media only screen and (max-width: 575px) {
  .page-banner-wrap .shape-1 {
    bottom: -43%;
  }
}
@media only screen and (max-width: 449px) {
  .page-banner-wrap .shape-1 {
    bottom: -34%;
  }
}

.page-banner .title {
  font-size: 48px;
  line-height: 1.25;
  font-family: "Red Hat Display", sans-serif;
  display: inline-block;
  font-weight: 700;
  color: #FFF; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #000000;) */
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 30px;
  }
}
.page-banner .breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}
.page-banner .breadcrumb .breadcrumb-item {
  color: #fff; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #000000;) */
  font-size: 18px;
  font-family: "Kalam", cursive;
  font-weight: 400;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: flaticon !important;
  font-size: 16px;
  padding-right: 5px;
  color: #fff; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #000000;)*/
}
.page-banner .breadcrumb .breadcrumb-item.active {
  color: #FFE08E; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;)*/
}

/*--
/*  05 - About CSS
/*----------------------------------------*/
.argani-about-section {
  padding-bottom: 130px;
}
.argani-about-section .about-img-wrap {
  position: relative;
  z-index: 1;
}
.argani-about-section .about-img-wrap .shape-2 {
  position: absolute;
  left: 25px;
  top: 15px;
  z-index: -1;
}
.argani-about-section .about-content {
  position: relative;
}
.argani-about-section .about-content .shape-1 {
  position: absolute;
  /*left: 80px;*/ /* COMENTADO POR YHOSWAR PÉREZ */
  top: -35px;
  z-index: -1;
  width: 100%; /* AGREGADO POR YHOSWAR PÉREZ */
  display: flex; /* AGREGADO POR YHOSWAR PÉREZ */
  justify-content: center; /* AGREGADO POR YHOSWAR PÉREZ */
  align-items: center; /* AGREGADO POR YHOSWAR PÉREZ */
}
.argani-about-section .about-content .title {
  font-size: 48px;
  line-height: 1;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  position: relative;
  color: #000000;
  transform: rotate(-9deg);
  z-index: 1;
}
.argani-about-section .about-content .text {
  font-size: 18px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #333333;
  padding: 0 85px;
  margin-top: 80px;
}
.argani-about-section .about-content .about-list {
  padding-top: 20px;
}
.argani-about-section .about-content .about-list ul li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
}
.argani-about-section .about-content .about-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px dashed #d7d7d7;
  height: 100px;
}
.argani-about-section .about-content .about-list ul li:first-child {
  padding-left: 0;
}
.argani-about-section .about-content .about-list ul li:first-child::before {
  display: none;
}
.argani-about-section .about-content .about-list ul li .list-title {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .argani-about-section .about-content .text {
    padding: 0 50px;
  }
  .argani-about-section .about-content .about-list ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .argani-about-section .about-img-wrap {
    text-align: center;
  }
  .argani-about-section .about-img-wrap .shape-2 {
    left: 70px;
  }
  .argani-about-section .about-content {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .argani-about-section .about-content .shape-1 img {
    width: 350px;
  }
  .argani-about-section .about-content .title {
    font-size: 36px;
  }
  .argani-about-section .about-content .text {
    padding: 0 0px;
  }
}
@media only screen and (max-width: 575px) {
  .argani-about-section .about-content .shape-1 {
    /*left: 40px;*/ /* COMENTADO POR YHOSWAR PÉREZ */
  }
  .argani-about-section .about-content .title {
    font-size: 30px;
  }
  .argani-about-section .about-content .about-list ul li {
    display: block;
    padding-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .argani-about-section .about-content .about-list ul li::before {
    display: none;
  }
}

/*--
/*  07 - Counter CSS
/*----------------------------------------*/
.counter-section {
  padding-top: 70px;
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1199px) {
  .counter-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.counter-section .counter-wrap .counter-item {
  margin-top: 65px;
}
.counter-section .counter-wrap .counter-item .counter-icon {
  margin-bottom: 30px;
}
.counter-section .counter-wrap .counter-item .counter-text {
  position: relative;
  padding-left: 30px;
}
.counter-section .counter-wrap .counter-item .counter-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 105px;
  transform: translateY(-59%);
}
.counter-section .counter-wrap .counter-item .counter-text span {
  font-size: 60px;
  line-height: 30px;
  font-family: "Kalam", cursive;
  font-weight: 700;
  color: #82c341;
}
@media only screen and (max-width: 767px) {
  .counter-section .counter-wrap .counter-item .counter-text span {
    font-size: 40px;
  }
}
.counter-section .counter-wrap .counter-item .counter-text p {
  font-size: 24px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

/*--
/*  15 - Shop CSS
/*----------------------------------------*/
.shop-list-wrapper {
  margin-top: -50px;
}

.shop-top-bar {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shop-top-bar .label {
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #838383;
  white-space: nowrap;
  margin-right: 10px;
}

.shop-top-text {
  margin-top: 15px;
}
.shop-top-text p {
  color: #838383;
}
.shop-top-text p span {
  font-weight: 600;
  color: #222222;
}

.shop-top-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shop-top-inner > * {
  margin-right: 30px;
}
.shop-top-inner > *:last-child {
  margin-right: 0;
}

.shop-top-menu {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.shop-top-menu .nav li {
  margin-right: 10px;
}
.shop-top-menu .nav li:last-child {
  margin-right: 0;
}
.shop-top-menu .nav li button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #aeaeae;
  font-size: 14px;
}
.shop-top-menu .nav li button.active {
  color: #82c341;
}

.shop-collapse-btn {
  margin-top: 15px;
}
.shop-collapse-btn .button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  background-color: #f6f7f9;
  border: 0;
  border-radius: 5px;
  color: #a9a9a9;
}
.shop-collapse-btn .button span {
  color: #222222;
}
.shop-collapse-btn .button i {
  margin: 0 3px;
  transition: all 0.3s linear;
}
.shop-collapse-btn .button i:last-child {
  color: #222222;
}
.shop-collapse-btn .button.collapsed {
  background-color: #f6f7f9;
}
.shop-collapse-btn .button:hover i {
  color: #550000;
}

.shop-collapse {
  background-color: #ffffff;
  box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin-top: 50px;
  padding: 35px 40px;
  transition: all 0.3s linear;
}

.shop-list-wrapper .sidebar-widget-02 .widget-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #000000;
}
.shop-list-wrapper .single-product {
  padding: 50px 35px 50px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .shop-list-wrapper .single-product {
    padding: 51px 35px 50px;
  }
}
.shop-list-wrapper .single-product .product-img {
  position: relative;
}
.shop-list-wrapper .single-product .product-img a {
  display: block;
}
.shop-list-wrapper .single-product .product-img a img {
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-list-wrapper .single-product .product-img .top-meta {
  left: -15px;
  top: -20px;
}
.shop-list-wrapper .single-product .product-img .top-meta p {
  border-radius: 3px;
}
.shop-list-wrapper .single-product .product-img .product-action ul li a {
  background: #82c341;
  color: #ffffff;
}
.shop-list-wrapper .single-product .product-img .product-action ul li a:hover {
  background: #ff7d09;
}
.shop-list-wrapper .single-product .product-content .cart-btn {
  line-height: 30px;
  background: #82c341;
  color: #ffffff;
  border: 0;
  border-radius: 50px;
  margin-top: 15px;
}
.shop-list-wrapper .single-product .product-content .cart-btn:hover {
  background: #ff7d09;
}

.sidebar-widget-02 + .sidebar-widget-02 {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-top: 50px;
}

.price-range-wrapper {
  margin-top: 20px;
}
.price-range-wrapper .slider-range {
  height: 2px;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #222222;
}
.price-range-wrapper .slider-range .ui-slider-range {
  background-color: #82c341;
}
.price-range-wrapper .slider-range .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 2px solid #82c341;
  background-color: #ffffff;
  top: -9px;
  cursor: pointer;
}
.price-range-wrapper .slider-range .ui-state-focus:focus {
  outline: none;
}
.price-range-wrapper .range {
  margin-top: 25px;
  white-space: nowrap;
}
.price-range-wrapper .range .label {
  display: inline-block;
  font-size: 14px;
  color: #7b7b7b;
  margin-right: 5px;
}
.price-range-wrapper .range input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]), .price-range-wrapper .range textarea {
  width: 31.5%;
  height: 35px;
  border-radius: 3px;
  background-color: #f3f3f3;
  border: 0;
  font-size: 14px;
  padding: 10px 8px;
  color: #000000;
  text-align: center;
}

.widget-checkbox {
  margin-top: 18px;
}
.widget-checkbox .checkbox-list li {
  min-height: auto;
  margin-bottom: 0;
  margin-top: 25px;
}
.widget-checkbox .checkbox-list li label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #555555;
  cursor: pointer;
}
.widget-checkbox .checkbox-list li label:hover {
  color: #82c341;
}
.widget-checkbox .checkbox-list li .form-check-input {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c8c8c8;
  border: 0;
  margin-top: 2px;
}
.widget-checkbox .checkbox-list li .form-check-input:focus {
  box-shadow: none;
}
.widget-checkbox .checkbox-list li .form-check-input:checked {
  background-color: #82c341;
}
.widget-checkbox .rating {
  position: relative;
  display: inline-block;
}
.widget-checkbox .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 2px;
}
.widget-checkbox .rating .rating-on {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.widget-checkbox .rating .rating-on::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #fda000;
  font-size: 14px;
  letter-spacing: 2px;
}

.popular-product-item {
  display: flex;
  margin-top: 30px;
}
.popular-product-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.popular-product-item .product-img img {
  width: 60px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.popular-product-item .product-content {
  flex: 1;
  margin-left: 35px;
}
.popular-product-item .product-content .rating {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.popular-product-item .product-content .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 5px;
}
.popular-product-item .product-content .rating .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.popular-product-item .product-content .rating .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #ffcc33;
  font-size: 14px;
  letter-spacing: 5px;
}
.popular-product-item .product-content .title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  margin-top: 5px;
}
.popular-product-item .product-content .price .sale-price {
  font-size: 18px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #82c341;
}
.popular-product-item .product-content .price .regular-price {
  font-size: 14px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #d0d0d0;
}

.sidebar-wrap-02 {
  padding-right: 30px;
  margin-top: 30px;
}
.sidebar-wrap-02.shop-grid-right {
  padding-right: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .sidebar-wrap-02.shop-grid-right {
    padding-left: 0;
    padding-top: 10px;
  }
}

.product-list-items .single-product {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .product-list-items .single-product {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.product-list-items .single-product .product-img img {
  max-width: 185px;
}
.product-list-items .single-product .product-img .product-action {
  transform: translateY(-60px);
}
.product-list-items .single-product .product-content {
  flex: 1;
  margin-top: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .product-list-items .single-product .product-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .product-list-items .single-product .product-content .price-cart {
    justify-content: center;
  }
}
.product-list-items .single-product .product-content .text {
  font-size: 16px;
  color: #838383;
  margin-top: 15px;
}
.product-list-items .single-product:hover .product-img .product-action {
  transform: translateY(-50px);
}

/*--
/*  16 - Product Details CSS
/*----------------------------------------*/
.product-details-wrap {
  margin-top: -50px;
}

.product-details-banner {
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .product-details-banner {
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
  }
}
.product-details-banner .banner-img {
  position: relative;
}
.product-details-banner .banner-img::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointers: none;
  transition: all 500ms linear;
}
.product-details-banner .banner-img::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointers: none;
  transition: all 600ms linear;
}
.product-details-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -135%);
  width: 100%;
  padding-left: 60px;
}
.product-details-banner .banner-content .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-family: "Kalam", cursive;
  font-weight: 400;
  color: #ffffff;
}
.product-details-banner .banner-content .title {
  font-size: 44px;
  line-height: 50px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 8px;
}
.product-details-banner:hover .banner-img::before {
  left: 0;
  right: 0;
  opacity: 0;
}
.product-details-banner:hover .banner-img::after {
  top: 0;
  bottom: 0;
  opacity: 0;
}

.product-details-content-wrap {
  margin-top: 50px;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .product-details-content-wrap {
    padding-left: 0;
  }
}

.product-details-slide .gallery {
  margin-bottom: 20px;
}
.product-details-slide .gallery-nav {
  max-width: 450px;
}
.product-details-slide .gallery-nav a {
  border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  .product-details-overview {
    margin-top: 40px;
  }
}
.product-details-overview .title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-details-overview .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .product-details-overview .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.product-details-overview .product-price {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ff7d09;
  line-height: 1.2;
  font-weight: 600;
}
.product-details-overview .product-ratting {
  margin-bottom: 5px;
}
.product-details-overview .product-ratting ul {
  margin: 0;
  padding: 0;
}
.product-details-overview .product-ratting ul li {
  display: inline-block;
}
.product-details-overview .product-ratting ul li a {
  color: #ffcc33;
  font-size: 16px;
}
.product-details-overview .product-ratting ul li.review-total a {
  color: #bababa;
}
.product-details-overview .text {
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-top: 15px;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus {
  border: 1px solid #e1e1e1;
  height: 50px;
  line-height: 48px;
  width: 110px;
  border-radius: 0;
  color: #939393;
  font-family: "Red Hat Display", sans-serif;
  text-align: center;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus .dec.qtybutton {
  height: 100%;
  width: 30%;
  float: left;
  border-right: 1px solid #e1e1e1;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus .inc.qtybutton {
  height: 100%;
  width: 30%;
  float: right;
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}
.product-details-overview .product-details-menu-2 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-details-overview .product-details-menu-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  margin-top: 25px;
}
.product-details-overview .product-details-menu-2 ul li:last-child {
  margin-right: 0;
}
.product-details-overview .product-details-menu-2 ul li .btn {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0 35px;
  border-radius: 50px;
}
.product-details-overview .product-details-menu-2 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]), .product-details-overview .product-details-menu-2 textarea {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #222222;
  text-align: center;
  width: 40%;
  font-weight: 600;
}
.product-details-overview .product-details-action ul {
  padding: 0;
  margin: 0;
}
.product-details-overview .product-details-action ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-family: #222222;
  font-weight: 400;
  color: #222222;
  margin-top: 25px;
}
.product-details-overview .product-details-action ul li i {
  font-size: 18px;
  color: #82c341;
}
.product-details-overview .product-details-meta {
  border-top: 1px solid #ebebeb;
  margin-top: 25px;
  padding-top: 35px;
}
.product-details-overview .product-details-meta p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
}
.product-details-overview .product-details-meta p span {
  font-weight: 400;
  color: #555555;
}

.product-details-description {
  margin-top: 50px;
}

.argani-tabs-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .argani-tabs-menu {
    justify-content: center;
  }
}
.argani-tabs-menu li {
  cursor: pointer;
}
.argani-tabs-menu .argani-title {
  width: 220px;
  background-color: #ebebeb;
  border-color: #ebebeb;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 13px 0;
}
.argani-tabs-menu .argani-title .menu-title {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}
.argani-tabs-menu .active .argani-title {
  background-color: #82c341;
  border-color: #82c341;
}
.argani-tabs-menu .active .argani-title .menu-title {
  color: #ffffff;
}

.argani-tab-pane {
  display: none;
}
.argani-tab-pane.active {
  display: block;
}

.product-desc-content {
  padding-top: 40px;
}
.product-desc-content p {
  font-size: 14px;
  line-height: 28px;
  color: #555555;
}

.product-details-review-wrap {
  margin-top: 40px;
}
.product-details-review-wrap .title {
  font-size: 24px;
  line-height: 34px;
  color: #222222;
}

.product-details-review {
  background: #f9f4ee;
  border-radius: 5px;
  padding: 45px 35px;
  margin-top: 25px;
}
.product-details-review .average-rating {
  margin-bottom: 20px;
}
.product-details-review .average-rating .average-digit {
  font-size: 48px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #222222;
}
.product-details-review .average-rating .rating li {
  display: inline-block;
  font-size: 18px;
  color: #f3e331;
}
.product-details-review .average-rating .total-digit {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.product-details-review .average-rating-meter .single-meter {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.product-details-review .average-rating-meter .single-meter:first-child {
  margin-top: 0;
}
.product-details-review .average-rating-meter .single-meter .rating-meter-star span {
  font-size: 13px;
  line-height: 24px;
  color: #484848;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}
.product-details-review .average-rating-meter .single-meter .rating-meter-bar-inner {
  width: 100%;
  height: 3px;
  border-radius: 0;
  background-color: #ffffff;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.product-details-review .average-rating-meter .single-meter .rating-meter-bar-inner .rating-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #f8c51c;
  border-radius: 0px;
  width: 100%;
}
.product-details-review .average-rating-meter .single-meter .rating-meter-bar-inner .rating-bar.bar-2 {
  width: 70%;
}
.product-details-review .average-rating-meter .single-meter .rating-meter-bar-inner .rating-bar.bar-3 {
  width: 50%;
}
.product-details-review .average-rating-meter .single-meter .rating-meter-bar-inner .rating-bar.bar-4 {
  width: 30%;
}
.product-details-review .average-rating-meter .single-meter .rating-meter-bar-inner .rating-bar.bar-5 {
  width: 0%;
}
.product-details-review .average-rating-meter .single-meter .rating-meter-text .count {
  font-size: 13px;
  line-height: 24px;
  color: #484848;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  margin-left: 8px;
}

.product-review-list {
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 25px;
}
.product-review-list .single-review {
  display: flex;
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
  padding-top: 35px;
}
@media only screen and (max-width: 449px) {
  .product-review-list .single-review {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.product-review-list .single-review:first-child {
  border-top: 0;
  margin-top: 0px;
  padding-top: 0px;
}
.product-review-list .single-review .review-thumb img {
  border-radius: 50%;
}
.product-review-list .single-review .review-content {
  flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 449px) {
  .product-review-list .single-review .review-content {
    margin-left: 0px;
  }
}
.product-review-list .single-review .review-content .name {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
}
.product-review-list .single-review .review-content .rating li {
  display: inline-block;
  font-size: 14px;
  color: #f3e331;
}
.product-review-list .single-review .review-content .title {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
  margin-top: 5px;
}
.product-review-list .single-review .review-content p {
  font-size: 14px;
  line-height: 30px;
  color: #555555;
}

.product-review-reply {
  margin-top: 40px;
}
.product-review-reply .add-review {
  display: flex;
  align-items: center;
}
.product-review-reply .add-review .comment-title {
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  margin-right: 10px;
}
.product-review-reply .add-review .rating li {
  display: inline-block;
  font-size: 14px;
  color: #dfdfdf;
}
.product-review-reply .comment-form .single-form {
  position: relative;
  margin-top: 20px;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  display: block;
  height: 50px;
  max-width: 100%;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  padding: 14px 20px 14px;
  font-size: 13px;
  color: #415674;
  font-weight: 500;
  line-height: 1.7;
  text-transform: unset;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea {
  height: 120px;
  font-size: 13px;
  color: #415674;
  padding: 14px 20px 14px;
  font-weight: 500;
  line-height: 1.7;
  text-transform: unset;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  resize: none;
}
.product-review-reply .comment-form .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .comment-form-check {
  margin-top: 20px;
}
.product-review-reply .comment-form .comment-form-check .form-check-input {
  margin-top: 6px;
  margin-right: 5px;
  border: 1px solid #555555;
}
.product-review-reply .comment-form .comment-form-check .form-check-input:checked {
  background-color: #550000;
}
.product-review-reply .comment-form .comment-form-check .form-check-input:focus {
  box-shadow: none;
}
.product-review-reply .comment-form .comment-form-check .form-check-label {
  display: inline;
  font-size: 12px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 0;
  text-transform: none;
}
.product-review-reply .comment-form .comment-btn .btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  padding: 0 40px;
  margin-top: 25px;
}

.argani-product-details-additional-info {
  padding-top: 50px;
}
.argani-product-details-additional-info table {
  border: 1px solid #E0E2E3;
  width: 100%;
}
.argani-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.argani-product-details-additional-info table tr td {
  padding: 12px 30px;
}
.argani-product-details-additional-info table tr td:first-child {
  font-size: 16px;
  color: #010F1C;
  background-color: #F9F9F9;
  width: 306px;
}
.argani-product-details-additional-info table tr td:last-child {
  font-size: 16px;
  color: #555555;
}

.releted-product-section {
  background: #ffffff;
}
.releted-product-section .section-title .title {
  background: #ffffff;
}

/*--
/*  19 - Blog List CSS
/*----------------------------------------*/
.blog-standard-wrap {
  margin-top: -70px;
}
.blog-standard-wrap .blog-post-wrap {
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .blog-standard-wrap .blog-post-wrap {
    padding-right: 0;
  }
}

.blog-standard-section .single-blog-post,
.blog-details-section .single-blog-post {
  margin-top: 70px;
}
.blog-standard-section .single-blog-post .blog-img,
.blog-details-section .single-blog-post .blog-img {
  overflow: hidden;
}
.blog-standard-section .single-blog-post .blog-img .top-meta,
.blog-details-section .single-blog-post .blog-img .top-meta {
  top: 45px;
  left: 45px;
}
.blog-standard-section .single-blog-post .blog-img a,
.blog-details-section .single-blog-post .blog-img a {
  display: block;
}
.blog-standard-section .single-blog-post .blog-img a img,
.blog-details-section .single-blog-post .blog-img a img {
  width: 100%;
  transition: all 0.3s linear;
}
.blog-standard-section .single-blog-post .blog-content,
.blog-details-section .single-blog-post .blog-content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}
.blog-standard-section .single-blog-post .blog-content .meta .blog-meta,
.blog-details-section .single-blog-post .blog-content .meta .blog-meta {
  font-size: 14px;
  color: #767676;
  position: relative;
  margin-right: 25px;
}
@media only screen and (max-width: 449px) {
  .blog-standard-section .single-blog-post .blog-content .meta .blog-meta,
.blog-details-section .single-blog-post .blog-content .meta .blog-meta {
    margin-right: 18px;
  }
}
.blog-standard-section .single-blog-post .blog-content .meta .blog-meta a,
.blog-details-section .single-blog-post .blog-content .meta .blog-meta a {
  color: #000000;
}
.blog-standard-section .single-blog-post .blog-content .meta .blog-meta i,
.blog-details-section .single-blog-post .blog-content .meta .blog-meta i {
  color: #82c341;
  margin-right: 3px;
}
.blog-standard-section .single-blog-post .blog-content .meta .blog-meta::before,
.blog-details-section .single-blog-post .blog-content .meta .blog-meta::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b7b7b7;
  position: absolute;
  left: -14px;
  top: 8px;
}
.blog-standard-section .single-blog-post .blog-content .meta .blog-meta.blog-meta-1,
.blog-details-section .single-blog-post .blog-content .meta .blog-meta.blog-meta-1 {
  padding-left: 5px;
}
.blog-standard-section .single-blog-post .blog-content .meta .blog-meta.blog-meta-1::before,
.blog-details-section .single-blog-post .blog-content .meta .blog-meta.blog-meta-1::before {
  display: none;
}
.blog-standard-section .single-blog-post .blog-content .title,
.blog-details-section .single-blog-post .blog-content .title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #000000;
  margin-top: 25px;
}
.blog-standard-section .single-blog-post .blog-content p,
.blog-details-section .single-blog-post .blog-content p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin-top: 15px;
}
.blog-standard-section .single-blog-post .blog-content .read-more,
.blog-details-section .single-blog-post .blog-content .read-more {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #82c341;
  border-bottom: 1px solid #82c341;
  margin-top: 20px;
}
.blog-standard-section .single-blog-post .blog-content .read-more:hover,
.blog-details-section .single-blog-post .blog-content .read-more:hover {
  color: #550000;
  border-bottom: 1px solid #550000;
}

.blog-sidebar {
  margin-top: 70px;
  position: sticky;
  top: 0;
}

.sidebar-widget {
  margin-top: 45px;
}
.sidebar-widget:first-child {
  margin-top: 0;
}
.sidebar-widget .search-form {
  position: relative;
  margin-top: 10px;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 2px solid #e1e1e1;
  border-radius: 0;
  color: #93a1a2;
  font-weight: 500;
  outline: none;
  overflow: hidden;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #93a1a2;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #93a1a2;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #93a1a2;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #93a1a2;
  font-weight: 400;
}
.sidebar-widget .search-form button {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 0px;
  background: transparent;
  color: #222222;
  border: 0;
  top: 50%;
  font-size: 16px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.sidebar-widget .search-form button:hover {
  color: #550000;
}

.sidebar-widget .widget-title {
  margin-bottom: 20px;
}
.sidebar-widget .widget-title .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}

.sidebar-widget .category .cate-item {
  margin-top: 15px;
}
.sidebar-widget .category .cate-item:first-child {
  margin-top: 0;
}
.sidebar-widget .category .cate-item a {
  display: flex;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #29303c;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a i {
  position: relative;
  top: 5px;
  font-size: 10px;
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  margin-right: 10px;
}
.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
  text-align: center;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #29303c;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a:hover {
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.sidebar-widget .category .cate-item a:hover .post-count {
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}
.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  min-width: 70px;
  height: 70px;
  border-radius: 5px;
  image-rendering: crisp-edges;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #000000;
  transition: all 0.3s linear;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 13px;
  line-height: 20px;
  color: #767676;
  display: inline-block;
  margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #82c341;
  margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #82c341;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  border: 1px solid #ebebeb;
  transition: all 0.3s linear;
}
.sidebar-widget .sidebar-tag li a:hover {
  background-color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  border: 1px solid #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  color: #ffffff;
}

/*--Page Pagination--*/
.argani-pagination {
  margin-top: 60px;
}
.argani-pagination .pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  transition: all 0.3s linear;
}
.argani-pagination .pagination li a.active {
  background-color: #82c341;
  color: #ffffff;
}

/*--
/*  20 - Blog Details CSS
/*----------------------------------------*/
.blog-details-section .blog-details-wrap {
  margin-top: -70px;
}
.blog-details-section .single-blog-post .blog-img img {
  width: 100%;
}
.blog-details-section .single-blog-post .blog-content .title {
  margin-top: 15px;
}
.blog-details-section .single-blog-post .blog-content p {
  margin-top: 15px;
}

.blog-details-post {
  padding-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details-post {
    padding-right: 0;
  }
}
.blog-details-post .blog-details-content .blog-quote {
  background-color: none;
  position: relative;
  margin-top: 40px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote {
  padding-left: 45px;
  padding-right: 60px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .blog-quote .blockquote {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .blog-quote .blockquote {
    padding-right: 0;
    margin-left: 0;
  }
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:first-child) {
  margin-top: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:last-child) {
  margin-bottom: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote p {
  font-size: 22px;
  line-height: 34px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #727272;
  margin-top: 25px;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .blog-quote .blockquote p {
    font-size: 18px;
    line-height: 30px;
  }
}
.blog-details-post .blog-details-content .blog-quote .blockquote .name {
  font-size: 14px;
  line-height: 20px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 10px;
}
.blog-details-post .blog-details-content .blog-inner-img {
  padding-top: 15px;
}
.blog-details-post .blog-details-content .blog-inner-img .image {
  margin-top: 40px;
}
.blog-details-post .blog-details-content .blog-inner-img .image img {
  width: 100%;
}
.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e5;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  font-size: 14px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag {
  display: flex;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  margin-bottom: 0px;
  margin-right: 0;
  padding: 0 5px;
}
@media only screen and (max-width: 449px) {
  .blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
    padding: 0 3px;
  }
  .blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li a {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
  margin-right: 0;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
  display: inline-block;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter {
  background: #1DA1F2;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook {
  background: #4867AA;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest {
  background: #BD081B;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-linkedin {
  background: #007BB6;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  opacity: 0.9;
}
.blog-details-post .blog-details-content .argani-post-pagination {
  display: flex;
  flex-wrap: wrap;
  background: #fafafa;
  padding: 10px 30px;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .argani-post-pagination {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .argani-post-pagination {
    padding: 0 10px;
  }
}
.blog-details-post .blog-details-content .argani-post-pagination::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .argani-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.blog-details-post .blog-details-content .argani-post-pagination .previous-post, .blog-details-post .blog-details-content .argani-post-pagination .next-post {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .argani-post-pagination .previous-post, .blog-details-post .blog-details-content .argani-post-pagination .next-post {
    width: 100%;
  }
}
.blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post {
    padding: 20px 0;
  }
}
.blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-thumb {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-thumb a i {
  font-size: 14px;
  color: #550000;
  padding: 0 10px;
}
.blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-content {
  flex-grow: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-content {
    padding: 0 13px;
  }
}
.blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-content .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-content .title {
    font-size: 15px;
  }
}
.blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-content .date {
  font-size: 12px;
  line-height: 24px;
  color: #767676;
}
.blog-details-post .blog-details-content .argani-post-pagination .blog-pagination-post .post-content .date i {
  color: #550000;
  margin-right: 6px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
    display: block;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author img {
  width: 70px;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .name {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content p {
  font-size: 14px;
  line-height: 30px;
  color: 666666;
  margin-top: 5px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .date {
  margin-right: 20px;
  color: #b2b2b2;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply {
  font-weight: 600;
  color: #82c341;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply:hover {
  color: #ff7d09;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
  padding-left: 105px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
    padding-left: 0;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-form {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form p {
  font-size: 14px;
  line-height: 30px;
  color: #686f7a;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
  padding-top: 10px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
  margin-top: 20px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Red Hat Display", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Red Hat Display", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Red Hat Display", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Red Hat Display", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #82c341;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
  height: 135px;
  padding-top: 15px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  resize: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
  height: 40px;
  line-height: 36px;
  margin-top: 25px;
  font-size: 16px;
  padding: 0 40px;
}

/*--
/*  18 - Blog CSS
/*----------------------------------------*/
.argani-blog-section .blog-content-wrap {
  padding-top: 30px;
}

.single-blog {
  margin-top: 30px;
}
.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border: 2px dashed #ebebeb;
  padding: 15px;
  transition: all 0.3s linear;
}
.single-blog .blog-img a {
  display: block;
  position: relative;
}
.single-blog .blog-img a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-blog .blog-img a img {
  width: 100%;
}
.single-blog .blog-img .top-meta {
  position: absolute;
  top: 35px;
  left: 30px;
}
.single-blog .blog-img .top-meta .date {
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #ff7d09;
  color: #000;
  font-size: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 0 15px;
}
.single-blog .blog-content {
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .single-blog .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-blog .blog-content .meta .blog-meta {
  font-size: 14px;
  color: #676767;
  position: relative;
  margin-right: 25px;
}
.single-blog .blog-content .meta .blog-meta.blog-meta-1::before {
  display: none;
}
.single-blog .blog-content .meta .blog-meta::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b7b7b7;
  position: absolute;
  left: -14px;
  top: 8px;
}
.single-blog .blog-content .title {
  font-size: 26px;
  line-height: 36px;
  color: #222222;
  margin-top: 20px;
}
.single-blog .blog-content p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  margin-top: 10px;
}
.single-blog:hover .blog-img {
  border: 2px dashed #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.single-blog:hover .blog-img a::before {
  opacity: 0.3;
}

.blog-grid-wrap {
  margin-top: -30px;
}

/*--
/*  22 - FAQ CSS
/*----------------------------------------*/
.argani-faq-section .faq-accordion-wrapper {
  display: flex;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .argani-faq-section .faq-accordion-wrapper {
    display: block;
  }
}
.argani-faq-section .faq-accordion-wrapper .faq-col {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .argani-faq-section .faq-accordion-wrapper .faq-col {
    width: 100%;
  }
}
.argani-faq-section .faq-accordion-wrapper .faq-col:first-child {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .argani-faq-section .faq-accordion-wrapper .faq-col:first-child {
    padding-right: 0px;
  }
}
.argani-faq-section .faq-accordion-wrapper .faq-col:last-child {
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .argani-faq-section .faq-accordion-wrapper .faq-col:last-child {
    padding-left: 0px;
  }
}
.argani-faq-section .faq-accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}
.argani-faq-section .faq-accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.argani-faq-section .faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "Red Hat Display", sans-serif;
  color: #222222;
  font-weight: 600;
  padding-right: 45px;
  position: relative;
  transition: all 0.3s linear;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button .faq-button {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  border: 1px solid #e5e5e5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: all 0.3s linear;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button .faq-button i {
  font-size: 15px;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  background: #ffffff;
  box-shadow: none;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button i {
  font-size: 15px;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.argani-faq-section .faq-accordion .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 20px;
}
.argani-faq-section .faq-accordion .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 30px;
}
.argani-faq-section .faq-accordion .accordion-item:hover .accordion-button .faq-button {
  transform: rotate(-90deg);
}

/*--
/*  23 - Login Register CSS
/*----------------------------------------*/
.login-register-section .login-register-wrap {
  margin-top: -50px;
}
.login-register-section .login-register-wrap .section-title .title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-top: -8px;
}
.login-register-section .login-register-wrap .login-register-box {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
  margin-top: 20px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
  outline: none;
  border-color: #82c341;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
  margin-right: 8px;
  margin-top: 5px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
  margin-top: 30px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
  font-size: 16px;
  height: 50px;
  line-height: 45px;
  width: 100%;
}

/*--
/*  27 - Error CSS
/*----------------------------------------*/
.error-section {
  padding-top: 125px;
  padding-bottom: 120px;
}

.error-wrapper {
  margin-top: 65px;
  margin-bottom: 10px;
}

.error-item .error-thumb img {
  max-height: 301px;
}
.error-item .error-content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #333333;
  margin-top: 43px;
}
.error-item .error-content p {
  font-size: 18px;
  line-height: 30px;
  color: #415674;
  margin-top: 11px;
  margin-bottom: 41px;
}
.error-item .error-content .error-form .search-form {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.error-item .error-content .error-form .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  max-width: 460px;
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #d6d5d7;
  color: #415674;
  font-weight: 700;
  outline: none;
  overflow: hidden;
}
.error-item .error-content .error-form .search-form button {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  background: transparent;
  color: #1b2336;
  border: 0;
  top: 50%;
  font-size: 16px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.error-item .error-content .error-form .search-form button:hover {
  background: #82c341;
  color: #ffffff;
}
.error-item .error-content .btn {
  height: 50px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  margin-top: 20px;
}

/*--
/*  19 - Contact CSS
/*----------------------------------------*/
.contact-info-wrap {
  background: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 45px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-wrap {
    padding: 30px;
  }
}
.contact-info-wrap .contact-info-inner-wrap {
  background: #ffffff;
  padding: 45px 45px 40px;
}
@media only screen and (max-width: 575px) {
  .contact-info-wrap .contact-info-inner-wrap {
    padding: 45px 25px 40px;
  }
}
.contact-info-wrap .single-contact-info {
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
  margin-top: 35px;
}
.contact-info-wrap .single-contact-info.contact-info-1 {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.contact-info-wrap .single-contact-info .info-content .title {
  font-size: 26px;
  line-height: 30px;
  font-family: "Kalam", cursive;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
.contact-info-wrap .single-contact-info .info-content p {
  font-size: 16px;
  line-height: 30px;
  color: #919191;
}
.contact-info-wrap .single-contact-info .info-content p span {
  font-weight: 500;
  color: #000000;
}

.contact-form-wrap {
  padding-left: 100px;
}
@media only screen and (max-width: 1199px) {
  .contact-form-wrap {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-wrap {
    padding-left: 0;
    margin-top: 50px;
  }
}
.contact-form-wrap .sub-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Kalam", cursive;
  font-weight: 400;
  color: #550000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.contact-form-wrap .title {
  font-size: 48px;
  line-height: 60px;
  color: #000000;
  padding-right: 55px;
}
@media only screen and (max-width: 991px) {
  .contact-form-wrap .title {
    font-size: 40px;
    line-height: 52px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-wrap .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.contact-form-wrap .contact-form-inner-wrap {
  padding-top: 25px;
}
.contact-form-wrap .single-form {
  margin-top: 20px;
}
.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]), .contact-form-wrap .single-form textarea {
  border: 2px solid #ebebeb;
  height: 50px;
  padding: 10px 25px;
  color: #4c4d56;
  border-radius: 0;
}
.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder, .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}
.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder, .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}
.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder, .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}
.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder, .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-weight: 400;
}
.contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus, .contact-form-wrap .single-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #ff7d09; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.contact-form-wrap .single-form textarea.form-control {
  height: 135px;
  color: #4c4d56;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}
.contact-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-form-wrap .form-btn {
  margin-top: 35px;
}
.contact-form-wrap .form-btn .btn-2:hover {
  background: #82c341;
  color: #ffffff;
}

.contact-map-section .contact-map-wrap {
  margin-bottom: -10px;
}
.contact-map-section .contact-map-wrap iframe {
  height: 590px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (max-width: 1199px) {
  .contact-map-section .contact-map-wrap iframe {
    height: 420px;
  }
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #555555;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 20px;
  padding-bottom: 45px;
}

.footer-widget {
  margin-top: 30px;
}

.footer-widget-1,
.footer-widget-2 {
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget-1,
.footer-widget-2 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-widget-1,
.footer-widget-2 {
    padding-left: 0px;
  }
}

.footer-social {
  padding-left: 45px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-social {
    padding-left: 0px;
  }
}
.footer-social .label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 5px;
}
.footer-social .social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  color: #ffffff;
}
.footer-social .social li a.facebook {
  background: #3a62f9;
}
.footer-social .social li a.twitter {
  background: #26d0fe;
}
.footer-social .social li a.linkedin {
  background: #51c8f4;
}

.footer-widget .footer-widget-title {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-widget .about-text {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 30px;
}
.footer-widget .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 30px;
}

.widget-link {
  padding-top: 30px;
}
.widget-link .link li + li {
  margin-top: 12px;
}
.widget-link .link li a {
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.widget-link .link li a:hover {
  color: #FFE08E; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  padding-left: 10px;
}

.widget-search {
  max-width: 405px;
  width: 100%;
  position: relative;
  margin-top: 25px;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 40px;
  background-color: #f9f4ee;
  color: #415674;
  font-weight: 400;
  border: 0;
  padding: 0 20px;
  padding-right: 60px;
  font-size: 14px;
  border-radius: 5px;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 12px;
  color: #707070;
  font-weight: 400;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 12px;
  color: #707070;
  font-weight: 400;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 12px;
  color: #707070;
  font-weight: 400;
}
.widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 12px;
  color: #707070;
  font-weight: 400;
}
.widget-search button {
  width: 45px;
  height: 40px;
  line-height: 40px;
  background: #FFE08E; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  border: 0;
  color: #000; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #ffffff;) */
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.footer-section-03 .footer-widget .footer-info .info-text p {
  color: #ffffff;
}
.footer-section-03 .footer-widget .footer-widget-title {
  color: #ffffff;
}
.footer-section-03 .widget-link .link li a {
  color: #a0a0a0;
}
.footer-section-03 .widget-link .link li a:hover {
  color: #82c341;
}
.footer-section-03 .footer-widget .text {
  color: #a0a0a0;
}

/*--
/*  24. Footer CSS
/*----------------------------------------*/
.footer-section {
  background: #121111;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-top-area {
  padding-top: 15px;
  padding-bottom: 70px;
  border-bottom: 1px solid #2a2929;
}
.footer-top-area .footer-logo {
  position: relative;
  margin-top: 30px;
}
.footer-top-area .footer-logo::before {
  content: "";
  position: absolute;
  right: 0;
  top: -45px;
  background: #2a2929;
  width: 1px;
  height: 176px;
}
@media only screen and (max-width: 991px) {
  .footer-top-area .footer-logo::before {
    display: none;
  }
}
.footer-top-area .footer-info-item {
  display: flex;
  align-items: center;
  padding-left: 45px;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .footer-top-area .footer-info-item {
    padding-left: 0;
  }
}
.footer-top-area .footer-info-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2a2929;
  width: 1px;
  height: 80px;
}
@media only screen and (max-width: 991px) {
  .footer-top-area .footer-info-item::before {
    display: none;
  }
}
.footer-top-area .footer-info-item .info-icon {
  font-size: 35px;
  color: #FFE08E; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
}
.footer-top-area .footer-info-item .info-text {
  flex: 1;
  margin-left: 20px;
}
.footer-top-area .footer-info-item .info-text p {
  font-size: 12px;
  line-height: 20px;
  font-family: "Red Hat Display", sans-serif;
  color: #ffffff;
}
.footer-top-area .footer-info-item .info-text .number {
  font-size: 18px;
  line-height: 24px;
  color: #82c341;
}

.footer-section-02 {
  background: #f5f5f5;
}
.footer-section-02 .footer-widget .footer-widget-title {
  color: #000000;
}
.footer-section-02 .footer-widget .about-text {
  color: #000000;
}
.footer-section-02 .footer-widget .text {
  color: #000000;
}
.footer-section-02 .widget-link .link li a {
  color: #000000;
}
.footer-section-02 .widget-link .link li a:hover {
  color: #82c341;
  padding-left: 10px;
}
.footer-section-02 .widget-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  background-color: #ffffff;
}

.footer-top-area-02 {
  border-bottom: 1px solid #dcdcdc;
}
.footer-top-area-02 .footer-logo::before {
  background: #dcdcdc;
}
.footer-top-area-02 .footer-info-item::before {
  background: #dcdcdc;
}
.footer-top-area-02 .footer-info-item .info-icon {
  font-size: 35px;
  color: #82c341;
}
.footer-top-area-02 .footer-info-item .info-text {
  flex: 1;
  margin-left: 20px;
}
.footer-top-area-02 .footer-info-item .info-text p {
  color: #000000;
}
.footer-top-area-02 .footer-info-item .info-text .number {
  color: #82c341;
}
.footer-top-area-02 .footer-social .label {
  color: #000000;
}

.footer-copyright-wrap {
  border-top: 1px solid #2a2929;
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-text {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
.copyright-text p {
  font-size: 14px;
  color: #ffffff;
}

.footer-payment {
  text-align: right;
  margin-top: 15px;
}
.footer-payment .label {
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-payment {
    text-align: center;
  }
}

.footer-copyright-area-02 .footer-copyright-wrap {
  border-top: 1px solid #dcdcdc;
}
.footer-copyright-area-02 .copyright-text p {
  color: #000000;
}
.footer-copyright-area-02 .footer-payment .label {
  color: #000000;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 169, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #ff7d09; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  left: -2px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 0;) */
  top: -1px; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = 0;) */
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #ff7d09; /* MODIFICADO POR YHOSWAR PÉREZ (VALOR ORIGINAL = #82c341;) */
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.progress-wrap-3 {
  box-shadow: inset 0 0 0 2px rgba(255, 125, 9, 0.2);
}
.progress-wrap-3::after {
  color: #ff7d09;
}
.progress-wrap-3 svg.progress-circle path {
  stroke: #ff7d09;
}

/* COMIENZA EL CSS PERSONALIZADO */

/*input number quitar flechas*/

input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/*input number quitar flechas*/


 /*Footer espacio para el Subvencionado */  
 
.footer-logo-espacio{
  margin-bottom: 30px;
  width: 250px;
  height: auto;
}
.footer-logo-espacio img{
    max-width: 100%;
  }
  
 /*Footer espacio para el Subvencionado*/


/*contienecheckbox*/

.contienecheckbox
{
	text-align:left;
	margin-bottom:10px;
}

.labelcheck
{
	width:96%;
	vertical-align:middle;
	margin:0px;
	display:inline-block;
	font-size:15px;
	line-height:14px;
}

/*contienecheckbox*/

/*Loader*/

.ajax-loader {width: 79px; display: none;}
.ajax-result {margin-top:10px;}
.ajax-result .success, .ajax-result .error{clear:both; padding: 10px;border: 1px solid green;font-size: 14px;background: #a9e4a9;color:#000;text-align:center; display:none; }
.ajax-result .error{background: #f98e8e;}
.ajax-result-phone {margin-top:10px;}
.ajax-result-phone .success, .ajax-result-phone .error{clear:both; padding: 10px;border: 1px solid green;font-size: 14px;background: #a9e4a9;color:#000;text-align:center; display: none; }
.ajax-result-phone .error{background: #f98e8e;}
.ajax-result-phone-menu {margin-top:10px;}
.ajax-result-phone-menu .success, .ajax-result-phone .error{clear:both; padding: 10px;border: 1px solid green;font-size: 14px;background: #a9e4a9;color:#000;text-align:center; display: none; }
.ajax-result-phone-menu .error{background: #f98e8e;}
.ajax-result-home {margin-top:10px;}
.ajax-result-home .success, .ajax-result-home .error{clear:both; padding: 10px;border: 1px solid green;font-size: 14px;background: #a9e4a9;color:#000;text-align:center; display:none; }
.ajax-result-home .error{background: #f98e8e;}

/*Loader*/

/* -----------------------------------
    Resaltar los titulos de los avisos
-------------------------------------*/

.resaltartitulos ul li{
	list-style: disc;
	margin: 15px;
}

.resaltartitulos ul {
  height: auto;
}

.resaltartitulos h1, .resaltartitulos h2, .resaltartitulos h3, .resaltartitulos h4, .resaltartitulos h5, .resaltartitulos h6{
  margin-top: 1.5rem;
  margin-bottom:1.5rem ;
}

/* -----------------------------------
    Resaltar los titulos de los avisos
-------------------------------------*/

.container-fluid {
  max-width: 1700px; 
  width: 96%;
}

.container {
  max-width: 1700px; 
  width: 96%;
}

.df-seccion {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* MARGIN & PADDING START */

.mrt-3 {
  margin-top: 3px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrb-10 {
  margin-bottom: 10px !important;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-15 {
  margin-left: 15px;
}

.pdt-12 {
  padding-top: 12px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdb-0 {
  padding-bottom: 0px;
}

.pdb-12 {
  padding-bottom: 12px;
}

.padding-responsive {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* MARGIN & PADDING END   */

/* MENU START */

.size-logo-menu {
  max-width: 100%;
  width: 108px !important;
}

.size-icono-menu {
  width: 40px;
}

div.info-text h3.number a:hover {
  color: #550000;
}

.header-wishlist.facebook a:hover {
  color: #fff;
  background-color: #3a62f9;
  transition: all 0.1s linear;
}

.header-cart.instagram a:hover {
  color: #fff;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  transition: all 0.1s linear;
}

.header-cart.whatsapp a:hover {
  color: #fff;
  background: #25D366;
  transition: all 0.1s linear;
}

.df-offcanvas {
  justify-content: center;
}

/* MENU END   */

/* LIST START */

.blog-content.resize {
  padding-left: 35px;
  padding-right: 35px;
}

.blog-content a:hover {
  color: #ff7d09;
}

/* LIST END   */

/* DETAILS START */

.argani-hero-section-5 .hero-content .title.modified {
  font-size: 80px;
  line-height: 84px;
}

.argani-hero-section-5 .hero-content.modified {
  max-width: 860px;
}

.argani-hero-section-5 .hero-content.modified-v2 {
  max-width: 960px;
}

.text-banner-home {
  color: #FFF;
}

.argani-hero-section .hero-banner .hero-content .btn.btn-home {
  background: #ff7d09;
  color: #000;
}

.argani-hero-section .hero-banner .hero-content .btn.btn-home:hover {
  background: #FFE08E;
  color: #000;
}

.btn-home {
  background: #550000;
  color: #FFF;
}

.btn-home:hover {
  background: #FFE08E;
  color: #000;
}

a.btn.btn-2.btn-home {
  background: #ff7d09;
  color: #000;
}

a.btn.btn-2.btn-home:hover {
  background: #FFE08E;
  color: #000;
}

.product-content h3.title a:hover {
  color: #ff7d09;
}

.btn.btn-services-home {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #550000;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
  border-radius: 35px;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0px 35px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.btn.btn-services-home:hover {
  background: #FFE08E;
  color: #000;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item a:hover {
  color: #FFE08E;
}

.page-banner .breadcrumb .breadcrumb-item.active a {
    color: #FFE08E;
}

.text.section-2-about {
  padding: 0 25px !important;
}

.resaltartitulos .details-section-2 {
  padding-left: 25px;
}

.resaltartitulos .details-section-2 li {
  margin: 10px;
}

.jc-center {
  justify-content: center;
}

.bi-calcots {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn.calcots {
  background-color: #ff7d09;
}

.btn.calcots:hover {
  background-color: #FFE08E;
  color: #000;
}

.btn.services {
  background-color: #550000;
}

.btn.services:hover {
  background-color: #FFE08E;
  color: #000;
}

.btn.btn-2.contact {
  background: #550000;
  color: #fff;
}

.btn.btn-2.contact:hover {
  background: #FFE08E;
  color: #000;
}

.single-contact-info .info-content p a:hover {
  text-decoration: none;
  color: #550000;
}

.footer-social.contact {
  padding-left: 0px;
  margin-top: 0px;
}

.footer-social.contact .social li a {
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #ffffff;
}

.df-contienecheckbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* DETAILS END   */

/* FOOTER START */

.size-logo-footer {
  max-width: 80%;
}

.footer-info-item div.info-text h3.number a {
  color: #fff;
}

.footer-info-item div.info-text h3.number a:hover {
  color: #FFE08E;
}

h3.number.footer a:hover {
  color: #fff;
}

.footer-social .social li a.instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.footer-social .social li a.whatsapp {
  background: #25D366;
}

.copyright-text a:hover {
  color: #FFE08E;
}

.copyright-text p a {
  color: inherit;
}

/* FOOTER END   */

.colorletraboton{
	color: white !important;
}
.colorletraboton:hover{
	color: black !important;
}
.colorletraboton2{
	color: white !important;
}
.colorletraboton2:hover{
	color: #fad98a !important;
}
/* RESPONSIVE START */

@media only screen and (max-width: 1370px) {
  .header-bottom-section.sticky .header-bottom-meta {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .single-blog .blog-content.resize {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1139px) {
  .mobile-hidden {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .argani-hero-section-5 .hero-content .title.modified {
    font-size: 75px;
    line-height: 75px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .padding-responsive {
    padding-top: 22px;
    padding-bottom: 60px;
  }

  .argani-hero-section-5 .hero-content .title.modified {
    font-size: 55px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 650px) {
  p.text-banner-home {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .argani-hero-section-5 .hero-content .title.modified {
    font-size: 48px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 449px) {
  .argani-hero-section-5 .hero-content .title.modified {
    font-size: 42px;
    line-height: 45px;
  }
}

/* RESPONSIVE END   */

/* TERMINA EL CSS PERSONALIZADO */

/********************************************************************************************************************************
****************************************************** FOCUS PARAMETERS ********************************************************* 
*********************************************************************************************************************************/
input:focus, textarea:focus {outline: 2px solid white !important;}
*:focus-visible, a:focus-visible img, a:focus-visible, a:focus-visible h2, a:focus-visible h3 { outline: 4px dashed darkorange !important;}
a.AccessibilityLinkFirstLevelWithMenu + .AccessibilityDropDownMenu[aria-expanded="true"] { display: block !important; visibility: visible !important; opacity: 1 !important; }