.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/* Circle */
.banner-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.banner-image:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.banner-image-effect1 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.banner-image-effect1:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transition: .25s;
  z-index: 3;
  opacity: 0.1;
}
.banner-image-effect1:after {
  content: "";
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transition: .25s;
  z-index: 3;
  opacity: 0.1;
}
.banner-image-effect1:hover:before {
  top: 0px;
}
.banner-image-effect1:hover:after {
  bottom: 0;
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
@-webkit-keyframes shine {
  100% {
    left: -200%;
  }
}
@keyframes shine {
  100% {
    left: -200%;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*EFFECT SLIDERHOME*/
@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 marquee*/
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/*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;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header-top {
  padding: .7rem 0;
  background-color: #F8971D;
}
.sm_megamenu_title a.sm_megamenu_nodrop {
  font-size: 10px;
}
.sm_megamenu_head_item > .sm_megamenu_title .sm_megamenu_title > a {
  font-size: 105%;
}
/**
 * Footer 1 style
 */
/**
 * Language - currency
 */
.language-currency {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.language-currency::after {
  content: "";
  display: block !important;
  clear: both;
}
.language-currency .switcher-label {
  display: none;
}
.language-currency .switcher {
  padding: 0px;
}
.language-currency .switcher-content {
  position: relative;
}
.language-currency .switcher-content:hover .action-switcher:before {
  display: block;
}
.language-currency .switcher-content:hover .dropdown-switcher {
  display: block;
}
.language-currency .action-switcher {
  padding: 0;
  position: relative;
}
.language-currency .action-switcher:before {
  content: "";
  display: none;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.language-currency .heading-switcher {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #000;
}
.language-currency .heading-switcher span:after {
  margin-left: 3px;
  vertical-align: top;
  position: relative;
  top: 0;
  content: "\e92e";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
}
.language-currency .heading-switcher:hover {
  cursor: pointer;
}
.language-currency .dropdown-switcher {
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  padding: 10px;
  white-space: nowrap;
  min-width: 150px;
  z-index: 310;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.language-currency .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.language-currency .list-item li {
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: normal;
}
.language-currency .list-item li:hover {
  border-color: #222;
  background-color: #fff;
}
.language-currency .list-item a {
  padding: 8px 0;
  display: block;
  color: #222;
  font-weight: 600;
}
.language-currency .switcher-language .list-item li a span,
.language-currency .switcher-language .heading-switcher {
  background-size: 20px auto;
  background-position: left center;
  padding-left: 25px;
}
.page-footer {
  background: #fff;
}
.footer-top {
  padding: 40px 0 10px ;
  border-top: 1px solid #ebebeb;
}
.footer-block {
  margin-bottom: 40px;
}
.footer-block .footer-block-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 22px;
}
.footer-block .links-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-block .links-footer li {
  margin: 0 0 1rem;
}
.footer-block .links-footer li a {
  display: table;
  padding: 0;
  font-size: 14px;
  color: #545454;
}
.ft-logo {
  margin-bottom: 30px;
}
.contact-tag-list {
  margin-bottom: 1.5rem;
}
.footer-button {
  position: relative;
  display: table;
  margin: 0 0 28px;
}
.footer-button .ft-direction {
  font-size: 14px;
  font-weight: 600;
}
.footer-button .ft-direction svg {
  z-index: 1;
  height: auto;
  width: .6666666em;
}
.footer-button .ft-direction:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  transition: 0.25s ease-in-out;
}
.ft-socials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
}
.ft-socials-list li a {
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -khtml-radius: 50%;
  width: 34px;
  height: 34px;
  display: block;
  text-align: center;
  line-height: 35px;
}
.ft-socials-list li a svg {
  width: 14px;
  height: 14px;
}
.text-newsletter {
  margin-bottom: 27px;
}
.newsletter-content {
  position: relative;
}
.newsletter-content .input-box {
  max-height: 55px;
  width: 100%;
  border: 1px solid #EBEBEB;
  padding: 6px 7px;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
}
.newsletter-content .input-box #newsletter-footer {
  border: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 120px;
  height: 41px;
}
.newsletter-content .action-button button {
  height: 41px;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -khtml-radius: 0.3rem;
  background: #000;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 6px;
  top: 7px;
}
.newsletter-content .action-button button:after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 200%;
}
.newsletter-content .action-button button:hover {
  color: #fff;
}
.newsletter-content .action-button button:hover:after {
  animation: shine 0.75s cubic-bezier(0.01, 0.5600000000000001, 1, 1);
}
.footer-bottom {
  border-top: 1px solid #EBEBEB;
  padding: 25px 0;
}
.footer-bottom .footer-payments {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom .footer-payments img {
  height: 30px;
}
.footer-bottom address {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cms-index-index .footer-style-1 {
    padding: 0  3.5rem;
  }
}
@media (min-width: 1050px) and (max-width: 1199px) {
  .cms-index-index .footer-style-1 {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1049px) {
  .footer-bottom {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .footer-block .footer-block-content {
    display: block !important;
    height: 100% !important;
    overflow: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-top {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding: 40px 0 15px;
  }
  .ft-socials-list {
    margin: 0 0 10px;
  }
  .footer-block {
    margin-bottom: 25px;
  }
  .footer-block .footer-block-title {
    position: relative;
    margin-bottom: 15px;
  }
  .footer-block .footer-block-title:after,
  .footer-block .footer-block-title:before {
    position: absolute;
    content: "";
    background-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    right: 0;
    left: auto;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .footer-block .footer-block-title:after {
    width: 1px;
    height: 12px;
    right: 11px;
    left: auto;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .footer-block .footer-block-title:before {
    width: 12px;
    height: 1px;
  }
  .footer-block .footer-block-content {
    display: none;
  }
  .footer-block.active .footer-block-title:before {
    opacity: 0;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom address {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom .footer-payments {
    justify-content: center;
  }
}
