/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Button
    [3] Minxin Triangle
    [4] Minxin LABEL PRODUCT
    [5] Minxin Scrollbars
    [6] Minxin Dev Custom
  
==============================================*/
.no-margin {
  margin: 0 !important;
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #95b04f;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block;
}
.lib-two-img .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME Down*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*EFFECT fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
}
/*EFFECT fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}
/*EFFECT fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
}
/*EFFECT fadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
}
.rtl .fadeInRight {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.rtl .fadeInLeft {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*EFFECT zoomIn*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1.5s;
}
/*EFFECT jumpping*/
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
.jump {
  animation: jumpping 6s infinite linear;
}
/* ================================================================================ */
.typefooter-1 {
  /* GENERAL */
  /* FOOTER BOTTOM */
}
.typefooter-1 .module .modtitle {
  color: #000;
  line-height: 20px;
  margin-bottom: 3rem;
  margin-top: -5px;
  font-size: 1.8rem;
  text-transform: capitalize;
}
.typefooter-1 .footer-top {
  background-color: #95b04f;
  padding: 30px 0;
}
.typefooter-1 .newsletter-footer1 .newsletter {
  background-color: transparent !important;
}
.typefooter-1 .newsletter-footer1 .newsletter .title-block .page-heading {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 22px;
  font-size: 2.2rem;
  /* [8] */
  /* [8] */
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.typefooter-1 .newsletter-footer1 .newsletter .title-block .promotext {
  font-size: 14px;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup {
  display: block;
  margin: 0;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group {
  margin: 0 auto;
  max-width: 470px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group .form-control {
  direction: unset;
  box-shadow: none;
  width: 310px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 25px;
  background-color: #f5f5f5;
  color: #000;
  margin-bottom: 0px;
  border: none;
  max-width: 310px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group .form-control::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group .form-control:-ms-input-placeholder {
  color: #888;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group .form-control::-webkit-input-placeholder {
  color: #888;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group .form-control:focus {
  z-index: 0;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button {
  width: auto;
  height: 50px;
  border-radius: 25px;
  background-color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  padding: 0 30px;
  border: none;
  margin: 0;
}
.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.typefooter-1 .newsletter-footer1 .newsletter .alert button.close:hover {
  color: #fff;
}
.typefooter-1 .socials {
  margin: 0 -4px;
  display: flex;
  justify-content: flex-end;
}
.typefooter-1 .socials li {
  margin: 0 4px;
}
.typefooter-1 .socials li a {
  color: #fff;
  font-size: 14px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  transition: all 0.2s ease-in-out 0s;
}
.typefooter-1 .socials li a i {
  display: inline-block;
  font-size: 0px;
  line-height: 50px;
}
.typefooter-1 .socials li a i:before {
  font-size: 20px;
}
.typefooter-1 .socials li a:hover {
  background: #000;
  color: #fff;
}
.typefooter-1 .footer-middle {
  padding-top: 60px;
  padding-bottom: 60px;
}
.typefooter-1 .infos-footer ul li {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}
.typefooter-1 .infos-footer ul li a {
  color: #000;
}
.typefooter-1 .infos-footer ul li.phone {
  font-size: 24px;
  line-height: 28px;
  color: #95b04f;
}
.typefooter-1 .infos-footer ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .typefooter-1 .infos-footer ul {
    max-width: 55%;
  }
}
@media (min-width: 1200px) {
  .typefooter-1 .time-footer ul {
    max-width: 59%;
  }
}
.typefooter-1 .time-footer ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  margin-bottom: 9px;
}
.typefooter-1 .time-footer ul li:last-child {
  margin-bottom: 0;
}
.typefooter-1 .ft-google iframe {
  width: 100%;
  height: 205px;
  border: none;
  border-radius: 10px;
}
.typefooter-1 .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.typefooter-1 .footer-links {
  margin: 0 -5px;
}
.typefooter-1 .footer-links li {
  display: inline-block;
  margin: 0 5px;
}
.typefooter-1 .footer-links li a {
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
}
.typefooter-1 .footer-links li a:hover {
  color: #95b04f;
}
@media (min-width: 1200px) {
  .typefooter-1 .footer-links ul {
    margin: 0 -18px;
  }
  .typefooter-1 .footer-links ul li {
    display: inline-block;
    margin: 0 18px;
  }
}
.typefooter-1 .copyright {
  text-align: right;
  color: #000;
}
.typefooter-1 .copyright a {
  color: #000;
}
.typefooter-1 .copyright a:hover {
  color: #95b04f;
}
.typefooter-1 .button-toggle {
  background: #f7f7f7;
}
.typefooter-1 .desc-collapse.showdown {
  max-height: 270px;
}
