#header.sticky-header .top-header,
.top-header {
  color: #2a2a2a;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
.top-header a,
.top-header .user-account a {
  color: #2a2a2a;
}
.top-header a:hover,
.top-header .user-account a:hover {
  color: #252524;
}
#header {
  color: #606060;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-image: url('');
  background-repeat: inherit;
  background-size: auto;
  background-attachment: scroll;
}
#header.sticky-header {
  background-color: #ffffff;
}
.page-header .pc-container-fluid {
  max-width: 100%;
}
.icon-item .counter {
  color: #ffffff;
  background-color: #282c3d;
}
.user-account a,
.icon-right a,
#header .woofc-count i,
.topSearch,
.setting-icon {
  color: #606060;
}
.user-account a:hover,
.icon-right a:hover,
#header .woofc-count i:hover,
.icon-item .label:hover,
.topSearch:hover,
.setting-icon:hover {
  color: #dc3a3a;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #252524 !important;
}
#header #stella-whilist-link {
  display: none;
}
#mega-menu-wrap-wp_devs_main_menu .mega-menu-toggle ~ button.mega-close::before {
  background-color: #282c3d;
}
@media (min-width: 768px) {
  #header #stella-whilist-link {
    display: block;
  }
}
#header.style-1 .top-header {
  font-weight: 500;
}
.wp-stella-theme-rtl .social-header ul>li {
  margin-right: 0;
  margin-left: 10px;
}
.f_str_lnk .st-icon {
  margin-right: 5px;
  margin-top: -2px;
}
.wp-stella-theme-rtl .f_str_lnk .st-icon {
  margin-right: 0;
  margin-left: 5px;
}
#header .woocommerce-store-notice,
#header p.demo_store {
  position: static;
  padding: 1em;
}
.hdrMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hdrMenu ul > li {
  margin-right: 20px;
  position: relative;
}
.hdrMenu ul > li.menu-item-has-children {
  padding-right: 20px;
}
.hdrMenu ul > li:last-child {
  margin: 0;
}
.hdrMenu ul li > a {
  color: #252524;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
}
.hdrMenu ul li.current_page_item > a,
.hdrMenu ul li.current-menu-item > a,
.hdrMenu ul li.current-menu-ancestor > a,
.hdrMenu ul li.current_page_ancestor > a,
.hdrMenu ul li:hover > a {
  color: #dc3a3a;
}
.menuToggle {
  display: none;
}
.hdrMenu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 0;
  min-width: 250px;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  background-color: #fff !important;
  padding: 8px;
  -ms-transition: all ease-out .3s;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.hdrMenu li:hover > ul.sub-menu {
  display: block;
  top: 100%;
}
.hdrMenu .sub-menu li {
  border-top: 1px solid rgba(255,255,255,0.4);
  margin: 0;
  display: block;
  background: none;
  float: none;
  position: relative;
}
.hdrMenu .sub-menu li:first-child {
  border: none;
}
.hdrMenu .sub-menu li a {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 8px 5px !important;
  text-align: left;
  margin: 0;
  text-transform: inherit;
}
.hdrMenu li i.fa {
  display: none;
}
#siteNav li .icon,
#site-nav li .icon,
.hdrMenu li .icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #252524;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 5px;
}
#siteNav li:hover > .icon,
#site-nav li:hover > .icon,
.hdrMenu li:hover > .icon {
  border-color: #dc3a3a !important;
}
#siteNav li.current_page_item > .icon,
#siteNav li.current-menu-item > .icon,
#siteNav li.current-menu-ancestor > .icon,
#siteNav li.current_page_ancestor > .icon,
#siteNav li.current-menu-parent > .icon,
.site-nav li.current_page_item > .icon,
.site-nav li.current-menu-item > .icon,
.site-nav li.current-menu-ancestor > .icon,
.hdrMenu ul li.current_page_item > .icon,
.hdrMenu ul li.current-menu-item > .icon {
  border-color: #dc3a3a !important;
}
#siteNav .sub-menu li.menu-item-has-children > .icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #606060;
  border-width: 0 1px 1px 0;
}
.menuToggle svg {
  color: #252524;
}
.hdrMenu li ul li > ul {
  left: 100%;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0 0 0 10px;
}
.hdrMenu li ul li:hover > ul.sub-menu {
  top: 0;
}
.icon-plusminus {
  display: none;
}
.icon-plusminus .minus {
  display: none;
}
.icon-plusminus .plus-vert,
.icon-plusminus .plus-horz {
  display: block;
}
.searchform {
  position: relative;
}
.searchform input {
  height: 70px;
  font-size: 24px;
  font-weight: 400;
  padding: 0 60px 0 0;
  border: 0;
  border-bottom: solid 1px #000;
  border-radius: 0;
  color: #252524;
}
.searchform input::placeholder {
  color: #252524;
}
.searchform #searchsubmit {
  position: absolute;
  right: 0;
  height: auto;
  padding: 0 15px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.searchform #searchsubmit svg {
  width: 20px;
  height: 20px;
  color: #252524;
}
.searchform #searchsubmit:hover svg {
  color: #dc3a3a;
}
@media (max-width: 1200px) {
  .header {
    position: relative;
  }
  .menuToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    line-height: normal;
  }
  .menuToggle h4 {
    font-size: 16px;
    margin: -3px 0 0 5px;
    color: #fff;
  }
  .header-navigation-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    background-color: #fff;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin: 0 auto 0 auto;
    right: 0;
  }
  .header-navigation-wrapper:before {
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    top: -18px;
    left: 0;
    border: solid transparent;
    border-bottom-color: #dc3a3a !important;
    border-width: 9px;
    right: 0;
    margin: 0 auto;
  }
  .hdrMenu ul {
    overflow-y: auto;
    max-height: 315px;
    display: block;
  }
  .hdrMenu ul > li {
    width: 100%;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
  }
  .hdrMenu ul > li:last-child {
    border-bottom: none;
  }
  .hdrMenu ul li > a {
    display: block;
    border: none;
    margin: 0;
    padding: 7px 10px;
    transform: none;
  }
  .hdrMenu .current-menu-item i.fa,
  .hdrMenu .current-menu-ancestor i.fa {
    color: #1c4077;
  }
  #siteNav li .icon,
  .site-nav li .icon,
  .hdrMenu li .icon {
    display: none;
  }
  .hdrMenu ul li > a::before {
    display: auto;
  }
  .hdrMenu li ul.sub-menu {
    min-width: none;
  }
  .hdrMenu li i.fa {
    display: block;
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 14px;
    color: #252524 !important;
    cursor: pointer;
    z-index: 999;
  }
  .hdrMenu li:hover i.fa {
    color: #dc3a3a !important;
  }
  .hdrMenu ul li ul.sub-menu li a {
    border: none;
    padding: 8px 8px 8px 20px !important;
  }
  .hdrMenu li ul.sub-menu::before {
    display: none;
  }
  .hdrMenu .current-menu-item i.fa {
    color: #dc3a3a !important;
  }
  .fa-plus.fa-minus::before {
    content: "\f068";
  }
  .hdrMenu li:hover ul.sub-menu {
    display: none;
  }
  .hdrMenu li ul.sub-menu {
    display: none;
    position: static;
    margin-top: 0;
    padding: 0;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent !important;
    overflow-y: inherit;
    max-height: inherit;
    min-width: auto;
  }
  .hdrMenu ul li .sub-menu li {
    border-bottom: none;
  }
  .hdrMenu li.menu-item-has-children a {
    padding: 7px 10px;
  }
  .menuToggle.active .menuMain {
    display: none;
  }
  .menuToggle .menuCls {
    display: none;
  }
  .menuToggle.active .menuCls {
    display: block;
  }
  .icon-plusminus {
    display: block;
    fill: currentColor;
    stroke: none;
    color: #252524;
    position: absolute;
    top: 15px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .searchform input {
    height: 50px;
    font-size: 18px;
  }
}
#header.style-4 #logo img {
  max-width: 141px;
}
#header.style-4 #main_nav {
  border-top: 1px solid #ebebeb;
}
#header.style-4 #header-content {
  padding: 30px 0;
}
#header.style-4 .header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#header.style-4 .icon-right .label,
.f_str_lnk a {
  color: #252524;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
#header.style-4 .icon-right .label:hover,
.f_str_lnk a:hover {
  color: #dc3a3a;
}
#header.style-4 .icon-item .counter {
  left: -8px;
}
#header.style-4 .icon-item-mbl {
  display: none;
}
.wp-stella-theme-rtl #header.style-4 .icon-right .icon-item:not(:last-of-type) {
  margin-right: 0;
  margin-left: 10px;
}
@media (min-width: 768px) {
  #header.style-4 #stella-mini-cart.icon-item .counter {
    color: #252524 !important;
    font-size: 16px;
    position: static;
    font-weight: 600;
    background-color: transparent !important;
    min-width: 30px;
    display: inline-block;
    padding: 0;
    height: auto;
    line-height: inherit;
    text-align: center;
  }
  #header.style-4 #stella-mini-cart.icon-item .counter:before {
    content: '(';
    display: inline;
  }
  #header.style-4 #stella-mini-cart.icon-item .counter:after {
    content: ')';
    display: inline;
  }
  .wp-stella-theme-rtl #header.style-4 .icon-right .icon-item:not(:last-of-type) {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  #header.style-4 #header-content {
    padding: 15px 0;
  }
  #header.style-4 .icon-right .icon.hide {
    clip: inherit;
    clip-path: inherit;
    height: auto;
    overflow: inherit;
    position: static;
  }
  #header.style-4 .icon-right .search-toggle,
  .f_str_lnk .label,
  #header.style-4 .icon-right .label {
    display: none;
  }
  #header.style-4 .icon-item-mbl.search-toggle {
    margin-left: 10px;
  }
  .wp-stella-theme-rtl #header.style-4 .icon-item-mbl.search-toggle {
    margin-left: 0;
    margin-right: 10px;
  }
  #header.style-4 .icon-item-mbl {
    display: inline-block;
  }
}
body.wp-stella-theme {
  color: #252524;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
  background-image: url('');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}
body.wp-stella-theme h1,
body.wp-stella-theme .h1,
body.wp-stella-theme h2,
body.wp-stella-theme .h2,
body.wp-stella-theme h3,
body.wp-stella-theme .h3,
body.wp-stella-theme h4,
body.wp-stella-theme .h4,
body.wp-stella-theme h5,
body.wp-stella-theme .h5,
body.wp-stella-theme h6,
body.wp-stella-theme .h6 {
  color: #282c3d;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
}
a {
  color: #252524;
}
a:hover {
  color: #dc3a3a;
}
.btn,
.action.primary,
.btn-primary,
.action.secondary,
.btn-secondary,
.wp-stella-theme input[type="submit"],
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  font-size: 16px;
  font-weight: 600;
}
.btn,
.action.primary,
.btn-primary,
.wp-stella-theme input[type="submit"],
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.view-details-btn {
  color: #ffffff;
  background-color: #282c3d;
  border-radius: 0px !important;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.action.primary:hover,
.action.primary:focus,
.wp-stella-theme input[type="submit"]:hover,
.wp-stella-theme input[type="submit"]:focus,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus,
.view-details-btn:hover {
  color: #282c3d !important;
  background-color: #f3fa4c;
}
body.woofc-show {
  overflow: hidden;
}
.woofc-action-cart,
.woofc-action-checkout {
  border-radius: 0px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background-color: #282c3d !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus {
  color: #282c3d !important;
  background-color: #f3fa4c !important;
}
.btn-secondary {
  font-size: 16px;
  font-weight: 600;
  color: #25252b !important;
  background-color: #f3fa4c;
  text-transform: uppercase;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff !important;
  background-color: #25252b;
}
.btn.btn-border,
.btn-border-primary {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #282c3d !important;
}
.btn.btn-border:hover,
.btn.btn-border:focus,
.btn-border-primary:hover,
.btn-border-primary:focus {
  color: #282c3d !important;
  background-color: #f3fa4c !important;
  border-color: #f3fa4c !important;
}
.btn-border-secondary {
  color: #25252b !important;
  background-color: transparent !important;
  border-color: #f3fa4c !important;
}
.btn-border-secondary:hover,
.btn-border-secondary:focus {
  color: #ffffff !important;
  background-color: #25252b !important;
  border-color: #25252b !important;
}
.woosq-btn,
.woosc-btn,
.woosw-btn {
  color: #ffffff !important;
  background-color: #282c3d !important;
  border: 1px solid #282c3d !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
}
.woosq-btn:hover,
.woosc-btn:hover,
.woosw-btn:hover,
.woosq-btn:focus,
.woosc-btn:focus,
.woosw-btn:focus {
  color: #282c3d !important;
  background-color: #f3fa4c !important;
  border-color: #f3fa4c !important;
}
.add_to_cart_button,
.product .product_type_grouped,
.product .product_type_external,
.product .product_type_simple,
.woocommerce a.added_to_cart {
  color: #ffffff !important;
  background-color: #282c3d !important;
  border: 1px solid #282c3d !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.add_to_cart_button:hover,
.add_to_cart_button:focus,
.product .product_type_simple:hover,
.product .product_type_simple:focus,
.product .product_type_grouped:hover,
.product .product_type_grouped:focus,
.product .product_type_external:hover,
.product .product_type_external:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus {
  color: #282c3d !important;
  background-color: #f3fa4c !important;
  border-color: #f3fa4c !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  color: #ffffff !important;
  background-color: #282c3d !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:focus,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus {
  color: #282c3d !important;
  background-color: #f3fa4c !important;
}
.woocommerce-button.button.view,
.order-again .button,
.button.wc-forward,
.wp-stella-theme button.button {
  color: #25252b !important;
  font-size: 16px !important;
  background-color: #f3fa4c !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  padding: 10px 20px;
}
.woocommerce-button.button.view:hover,
.woocommerce-button.button.view:focus,
.order-again .button:hover,
.order-again .button:focus,
.button.wc-forward:hover,
.button.wc-forward:focus,
.wp-stella-theme button.button:hover,
.wp-stella-theme button.button:focus {
  color: #ffffff !important;
  background-color: #25252b !important;
}
.woocommerce-button.button.view {
  font-size: 14px !important;
  padding: 5px 15px !important;
}
.section-title {
  margin-bottom: 40px;
}
.show-pagination,
.show-scrollbar {
  padding-bottom: 40px;
}
.view-more {
  margin-top: 40px;
}
.section-title .title,
.related .wt-crp-heading,
.upsells.products > h2,
.cuw-fbt-products .cuw-headingm,
.newsletter-section .newsletter .title {
  color: #282c3d;
  font-size: 30px;
  font-weight: 800;
  word-break: break-word;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading.has-large-font-size {
  color: #282c3d !important;
  font-size: 30px !important;
  font-weight: 800 !important;
}
.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-title .title,
  .related .wt-crp-heading,
  .upsells.products > h2,
  .cuw-fbt-products .cuw-heading,
  .newsletter-section .newsletter .title {
    font-size: 20px;
  }
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading.has-large-font-size {
    font-size: 20px !important;
  }
}
@media (max-width: 575px) {
  .section-title .title,
  .related .wt-crp-heading,
  .upsells.products > h2,
  .cuw-fbt-products .cuw-heading,
  .newsletter-section .newsletter .title {
    font-size: 18px;
  }
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading.has-large-font-size {
    font-size: 14px !important;
  }
}
.section-title .sort-detail {
  color: #9b9ca6;
  font-size: 16px;
}
@media (min-width: 575px) {
  .section-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 70px;
  }
  .section-title .sort-detail {
    font-size: 18px;
  }
  .show-pagination,
  .show-scrollbar {
    padding-bottom: 80px;
  }
  .view-more {
    margin-top: 50px;
  }
}
.container,
.pc-container,
.cws-pager {
  max-width: 1490px;
  margin: 0 auto;
}
.sections-spacing,
.page-title-wrapper.noimage {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-bottom-spacing,
.page-title-wrap,
.subCategorySlider,
.is-large.wc-block-cart .wc-block-cart-items {
  margin-bottom: 120px;
}
.woocommerce-tabs,
.cuw-fbt-products,
.up-sells.products {
  margin-bottom: 100px !important;
}
.page-footer,
.navigation.pagination {
  margin-top: 120px;
}
.footer.style-1 {
  padding-bottom: 120px;
}
.single-product #main-content {
  margin-top: 120px;
}
.single-product .page-title-wrap {
  margin-bottom: 0 !important;
}
@media (max-width: 1201px) {
  .sections-spacing,
  .footer-top,
  .page-title-wrapper.noimage {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer.style-1 {
    padding-bottom: 80px;
  }
  .section-bottom-spacing,
  .page-title-wrap,
  .subCategorySlider,
  .woocommerce-tabs,
  .cuw-fbt-products,
  .up-sells.products,
  .is-large.wc-block-cart .wc-block-cart-items {
    margin-bottom: 80px !important;
  }
  .page-footer,
  .navigation.pagination {
    margin-top: 80px;
  }
  .single-product #main-content {
    margin-top: 80px;
  }
  .single-product .page-title-wrap {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .sections-spacing,
  .footer-top,
  .page-title-wrapper.noimage {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer.style-1 {
    padding-bottom: 60px;
  }
  .section-bottom-spacing,
  .page-title-wrap,
  .subCategorySlider,
  .woocommerce-tabs,
  .cuw-fbt-products,
  .up-sells.products,
  .is-large.wc-block-cart .wc-block-cart-items,
  .is-medium table.wc-block-cart-items {
    margin-bottom: 60px !important;
  }
  .page-footer,
  .navigation.pagination {
    margin-top: 60px;
  }
  .single-product #main-content {
    margin-top: 60px;
  }
  .single-product .page-title-wrap {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .sections-spacing,
  .footer-top,
  .page-title-wrapper.noimage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-bottom-spacing,
  .page-title-wrap,
  .subCategorySlider,
  .woocommerce-tabs,
  .cuw-fbt-products,
  .up-sells.products,
  .is-large.wc-block-cart .wc-block-cart-items,
  .is-medium table.wc-block-cart-items,
  .is-mobile table.wc-block-cart-items {
    margin-bottom: 40px !important;
  }
  .page-footer,
  .navigation.pagination {
    margin-top: 40px;
  }
  .footer.style-1 {
    padding-bottom: 40px;
  }
  .single-product #main-content {
    margin-top: 40px;
  }
  .single-product .page-title-wrap {
    margin-bottom: 0 !important;
  }
}
.st-home-fashion.home .page-footer,
.st-home-cosmetic.home .page-footer,
.st-home-electronic.home .page-footer {
  margin-top: 0 !important;
}
.st-home-fashion.single-product .woocommerce-breadcrumb,
.st-home-fashion.single-product .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.st-home-fashion.single-product .woocommerce-breadcrumb a {
  color: #252524 !important;
}
.cwsRwdSlider.style-3 .sliderContent .small-title {
  color: #282c3d;
}
.swiper-pagination-bullet {
  opacity: 0.2;
  background: #f3fa4c;
  width: 11px;
  height: 11px;
}
.swiper-pagination-bullet-active {
  background: #f3fa4c;
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev,
.wt-related-products .owl-theme .owl-nav [class*=owl-] {
  color: #252524 !important;
  background: rgba(255,255,255,0.5) !important;
  border-radius: 100px;
  width: 40px !important;
  height: 40px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  background: #fff !important;
}
.related.products.wt-related-products .owl-theme .owl-nav [class*=owl-]:hover,
.related.products.wt-related-products .owl-theme .owl-nav [class*=owl-]:focus {
  background: #fff !important;
}
.related.products.wt-related-products .owl-nav i {
  font-size: 22px !important;
  margin-top: 8px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  font-weight: 700;
}
.productsListing-section.style-1 .view-more .btn,
.home-blog-post.style-1 .view-more .btn {
  color: #f3fa4c !important;
  background-color: transparent !important;
  border: 1px solid #f3fa4c !important;
  font-weight: 800;
  padding: 14px 42px !important;
}
.productsListing-section.style-1 .view-more .btn:hover,
.productsListing-section.style-1 .view-more .btn:focus,
.home-blog-post.style-1 .view-more .btn:hover,
.home-blog-post.style-1 .view-more .btn:focus {
  color: #ffffff !important;
  background-color: #25252b !important;
  border-color: #25252b !important;
}
@media (max-width: 767px) {
  .productsListing-section.style-1 .view-more .btn {
    font-size: 15px;
    padding: 14px 30px !important;
  }
}
.category-img-section.style-1 .item-in:after {
  background-color: #282c3d;
}
.category-img-section.style-1 .btn {
  color: #252524 !important;
  background-color: #fff !important;
}
.category-img-section.style-1 .item:hover .btn {
  color: #ffffff !important;
  background-color: #282c3d !important;
}
.store-features .icon,
.store-features.style-1 .icon,
.store-features.style-5 .icon {
  color: #282c3d;
}
.store-features.style-1 .item:hover .icon,
.store-features.style-5 .item:hover .icon {
  color: #ffffff;
  background-color: #282c3d;
  border-color: #282c3d;
}
.store-features.style-3 .item:hover .icon {
  color: #ffffff;
  background-color: #282c3d;
}
.store-features .dtls span,
.store-features.style-1 h4,
.store-features.style-5 h4 {
  color: #282c3d;
}
.store-features p,
.store-features.style-1 p,
.store-features.style-5 p {
  color: #606060;
}
.store-features.style-2 .icon,
.store-features.style-4 .icon {
  color: #606060;
}
.home-blog-post.style-1 .mb-readmore .btn-small {
  color: #252524;
}
.home-blog-post.style-1 .blog-item:hover .btn-small {
  color: #dc3a3a !important;
}
.home-blog-post.style-1 .mb-readmore .btn-small:before {
  background-color: #f3fa4c;
}
.home-blog-post.style-1 .blog-item:hover .btn-small:before {
  background-color: #dc3a3a;
}
.post-meta a {
  color: #252524;
}
.post-meta a:hover {
  color: #dc3a3a;
}
.page-footer {
  color: #606060;
  font-size: 16px;
  background-color: #f6f6f6;
  border-top: 1px solid #e6e6e6;
  background-image: url('');
  background-repeat: inherit;
  background-size: auto;
  background-attachment: scroll;
}
.footer-links .menuTitle {
  color: #282c3d;
  font-size: 18px;
}
.page-footer a,
.footer-links a {
  color: #606060;
}
.page-footer a:hover,
.footer-links a:hover {
  color: #dc3a3a;
}
.footer.style-1 .footer-newsletter .btn {
  color: #252524;
}
.footer.style-1 .footer-newsletter .btn:hover,
.footer.style-1 .footer-newsletter .btn:focus {
  color: #dc3a3a !important;
}
.page-title-wrapper .page-title {
  color: #282c3d;
  font-size: 30px;
}
@media (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .page-title-wrapper .page-title {
    font-size: 22px;
  }
}
.woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  color: #282c3d !important;
}
.woocommerce-breadcrumb a {
  color: #282c3d !important;
}
.woocommerce-breadcrumb a:hover {
  color: #0a0909 !important;
}
.st-home-fashion .page-title-wrapper .page-title {
  color: #282c3d !important;
  font-weight: 600 !important;
}
.subCategorySlider .swiper-slide:hover .woocommerce-loop-category__title {
  color: #ffffff;
  background-color: #282c3d;
}
.subCategorySlider .swiper-slide:hover .woocommerce-loop-category__title .count {
  color: #ffffff;
}
.wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle {
  border-color: #f3fa4c !important;
}
.wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle:hover,
.wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,
.wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
  background-color: #f3fa4c !important;
  border-color: #f3fa4c !important;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers,
.navigation.pagination .page-numbers {
  color: #252524 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current {
  border-color: #e3e3e6 !important;
}
.shop-1-col-page .wpfFilterWrapper .wpfFilterTitle,
.our-store-details a,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.stella-post-pagination a,
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link,
.woocommerce div.product form.cart .group_table td a,
.fixbtm_menu_mbl li .lbl,
.fixbtm_menu_mbl li a {
  color: #252524;
}
.shop-1-col-page .wpfFilterWrapper .wpfFilterTitle:hover,
.our-store-details a:hover,
.wpfMainWrapper .wpfBlockClear,
.woocommerce div.product form.cart .group_table td a:hover,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a:hover,
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.stella-post-pagination a:hover,
.fixbtm_menu_mbl li .lbl:hover,
.fixbtm_menu_mbl li a:hover {
  color: #dc3a3a;
}
.post-item .mb-post-readmore {
  color: #252524;
  border-color: #252524;
}
.post-item:hover .mb-post-readmore,
blockquote:before {
  color: #dc3a3a;
  border-color: #dc3a3a;
}
.stella-tags .show-tag,
.comment-list .reply a,
.fixbtm_menu_mbl .mb-count-number {
  color: #25252b;
  background-color: #f3fa4c;
}
.stella-tags .show-tag:hover,
.comment-list .reply a:hover {
  color: #ffffff;
  background-color: #25252b;
}
.author-box .author-header a {
  color: #252524;
}
.author-box .author-header a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.products .product .woocommerce-loop-product__title:hover,
.productsListing-section .woocommerce-loop-product__title:hover,
.home-blog-post.style-1 .ttl a:hover {
  color: #dc3a3a;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #252524;
}
#exit-intent-popup-products {
  background-color: #ffffff;
}
#newsletter-popup .title {
  color: #111111;
}
#newsletter-popup .sml-ttl,
#newsletter-popup .mc4wp-form-basic input[type=email],
#newsletter-popup .mc4wp-form-basic input[type=email]::placeholder,
#newsletter-popup .actions .btn {
  color: #111111;
}
#newsletter-popup .actions .btn:hover {
  color: #111111 !important;
  opacity: 0.5;
}
.hover-style2 .product-item-inner .cart-btn > a {
  border-left: 1px solid #3c425c !important;
  border-right: 1px solid #3c425c !important;
}
.hover-style2 .product-item-inner .btn-wishlist .woosw-btn:hover {
  color: #dc3a3a !important;
}
#header.style-3 .user-account a {
  color: #252524;
}
#header.style-3 .user-account a:hover {
  color: #dc3a3a;
}
.category-img-section.style-3 .cat-btn .btn,
.home-blog-post.style-2 .readmore .btn {
  color: #282c3d;
  background-color: transparent;
  border-bottom: 7px solid #282c3d;
}
.category-img-section.style-3 .item:hover .cat-btn .btn,
.home-blog-post.style-2 .readmore .btn:hover {
  color: #f3fa4c !important;
  border-color: #f3fa4c;
}
.home-blog-post.style-2 .post-date {
  color: #282c3d;
}
.st-home-fashion .section-title .title,
.st-home-fashion .product-title,
.st-home-fashion .category-img-section .ttl,
.st-home-fashion .home-blog-post .ttl,
.st-home-fashion .newsletter-section .newsletter .title {
  font-family: Manrope, Arial, sans-serif;
}
.st-home-fashion .section-title .sort-detail {
  font-family: Manrope, Arial, sans-serif;
}
.st-home-fashion .productsListing-section .product .price,
.st-home-fashion.woocommerce ul.products li.product .price,
.st-home-fashion .upsells.products div.product .price,
.st-home-fashion .cuw-fbt-products .cuw-product-price:not(td.cuw-product-price),
.st-home-fashion .cuw-fbt-products .cuw-total-price-section,
.st-home-fashion .recently-viewed .product .price,
.st-home-fashion .recently-viewed .product .price .amount {
  color: #9b9ca6 !important;
  font-weight: 600 !important;
}
.st-home-fashion .productsListing-section .product .price del,
.st-home-fashion .woocommerce ul.products li.product .price del,
.st-home-fashion .cuw-fbt-products .cuw-product-price del,
.st-home-fashion .cuw-fbt-products .cuw-total-price-section del,
.st-home-fashion .recently-viewed .product .price del,
.st-home-fashion .woocommerce ul.cart_list li del,
.st-home-fashion .woocommerce ul.product_list_widget li del,
.st-home-fashion .woocommerce-Price-amount del,
.st-home-fashion .wpcsb-product-price del,
.st-home-fashion .upsells.products div.product .price del {
  color: #252524 !important;
  font-weight: 600 !important;
}
.cwsRwdSlider.style-4 .mega-title i:after,
.cwsRwdSlider.style-4 .mega-title em:after {
  background-color: #282c3d;
}
.cosm-marquee .marquee-item,
.cosm-marquee .marquee-item a {
  color: #282c3d;
}
.cosm-marquee .marquee-item a:hover {
  color: #dc3a3a;
}
.category-img-section.style-4 .item:hover .cat-title {
  color: #ffffff !important;
  background-color: #282c3d !important;
}
.category-img-section.style-4 .item:hover .cat-title a {
  color: #ffffff !important;
}
ul.tabs li:hover,
ul.tabs li.active,
.hover-style3 .product-title a,
.d_active,
.csm_tabs .d_active.tab_drawer_heading,
.newsletter-section.style2 .mc4wp-form-basic .btn {
  color: #282c3d;
}
.hover-style3 .product-title a:hover,
.newsletter-section.style2 .mc4wp-form-basic .btn:hover {
  color: #dc3a3a !important;
}
.newsletter-section.style3 .mc4wp-form-basic .btn,
.sale_discount_banner .btn {
  color: #282c3d !important;
  background-color: #f3fa4c !important;
}
.newsletter-section.style3 .mc4wp-form-basic .btn:hover,
.newsletter-section.style3 .mc4wp-form-basic .btn:focus,
.sale_discount_banner .btn:hover,
.sale_discount_banner .btn:hover {
  color: #ffffff !important;
  background-color: #282c3d !important;
}
.brandlogoSliderLayer.style-1 .swiper-slide a:before {
  color: #ffffff;
  background-color: #282c3d;
}
.st-home-cosmetic .store-features.style-4 {
  color: #ffffff;
  background-color: #282c3d;
}
.st-home-cosmetic .galleryimage-item .zoom-scal:before {
  background-color: #282c3d;
  color: #ffffff;
}
.st-home-cosmetic .galleryimage-item .item .icon svg {
  fill: #ffffff;
}
.st-home-cosmetic .galleryimage-item .zoom-scal:hover:before {
  opacity: 0.9;
}
.cwsRwdSlider.style-5 .slr_cnt .text span {
  color: #f3fa4c;
}
.category-img-section.style-5 .category-thumbnail:before {
  background-color: #f3fa4c;
}
.st-home-electronic .page-title-wrapper .page-title {
  color: #fff;
  font-size: 44px;
}
.st-home-cosmetic .page-title-wrapper .page-title {
  font-size: 44px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .st-home-electronic .page-title-wrapper .page-title,
  .st-home-cosmetic .page-title-wrapper .page-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .st-home-electronic .page-title-wrapper .page-title,
  .st-home-cosmetic .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .st-home-electronic .page-title-wrapper .page-title,
  .st-home-cosmetic .page-title-wrapper .page-title {
    font-size: 24px;
  }
}
.cwsRwdSlider.style-2 .button-sets .action,
.st-home-fashion .view-more .btn {
  color: #25252b !important;
  background-color: #25252b !important;
  border-color: #25252b !important;
}
.cwsRwdSlider.style-2 .button-sets .action:hover,
.cwsRwdSlider.style-2 .button-sets .action:focus,
.st-home-fashion .view-more .btn:hover,
.st-home-fashion .view-more .btn:focus {
  color: #ffffff !important;
  background-color: #25252b !important;
  border-color: #25252b !important;
}
.st-home-fashion #newsletter-popup .title {
  font-family: Manrope, Arial, sans-serif;
}
.hover-style2 .product-item-inner.style2 .btn-wishlist .woosw-btn {
  color: #252524 !important;
}
.hover-style2 .product-item-inner.style2 .btn-wishlist .woosw-btn:hover,
.hover-style2 .product-item-inner.style2 .btn-wishlist .woosw-btn:focus {
  color: #282c3d !important;
}
.st-home-cosmetic .cwsRwdSlider.style-4 .sliderContent .small-text {
  color: #282c3d;
}
.wpfFilterWrapper .wpfFilterTitle .wfpTitle {
  color: #282c3d !important;
}
.hover-style4 .product-item {
  display: flex;
}
.hover-style4 .product-item-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 0;
  width: auto;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  margin-top: 10px !important;
}
.hover-style4 .product-item-info {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.hover-style4 .product-item-info:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.07);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.07);
}
.hover-style4 .woocommerce-loop-product__title {
  text-align: left;
  margin-top: 0 !important;
}
.hover-style4 .product-item-details {
  text-align: left;
  padding: 10px 20px 30px;
}
.hover-style4 .product-item-details .star-rating,
.hover-style4 .product .star-rating {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.hover-style4 .btn-horizontal {
  justify-content: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.hover-style4 .btn-horizontal .icon-btn {
  transition: transform .5s ease;
  margin: 0 2px;
}
.hover-style4 .cart-btn .add_to_cart_button,
.hover-style4 .cart-btn .button {
  width: 40px;
  height: 40px;
  line-height: 36px !important;
  padding: 0 !important;
}
.hover-style4 .cart-btn .add_to_cart_button .text,
.hover-style4 .cart-btn .button .text {
  display: none;
}
.hover-style4 .cart-btn .add_to_cart_button .st-icon,
.hover-style4 .cart-btn .button .st-icon {
  width: 14px;
  height: 14px;
}
.hover-style4 .cart-btn .add_to_cart_button .icon,
.hover-style4 .cart-btn .button .icon {
  display: inline-block;
}
.hover-style4 .btn-horizontal .woosq-btn,
.hover-style4 .btn-horizontal .woosw-btn,
.hover-style4 .btn-horizontal .woosc-btn {
  padding: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  font-size: 14px;
}
.hover-style4 .pro-hover {
  position: relative;
}
.hover-style4 .pro-hover:before {
  content: "";
  background-color: rgba(255,255,255,0.8);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.hover-style4 .detail-left {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.productsListing-section .hover-style4 .woocommerce-loop-product__title,
.products .product .hover-style4 .woocommerce-loop-product__title {
  margin-top: 0 !important;
}
.hover-style4 .woocommerce-LoopProduct-link img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.hover-style4 .product-item:hover .product-item-inner,
.hover-style4 .product:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  bottom: auto !important;
}
.hover-style4 .product-item:hover .pro-hover:before,
.hover-style4 .product:hover .pro-hover:before {
  opacity: 1;
  visibility: visible;
}
.hover-style4 .product-item:hover .product-item-inner,
.hover-style4 .product:hover .product-item-inner {
  z-index: 3;
  top: 55%;
}
.hover-style4 .cart-btn .add_to_cart_button.added,
.hover-style4 .cart-btn .button.added {
  margin-left: 0 !important;
}
@media (max-width: 575px) {
  .hover-style4 .product-item-inner {
    padding: 0 7px;
  }
  .hover-style4 .cart-btn .add_to_cart_button,
  .hover-style4 .cart-btn .button,
  .hover-style4 .btn-horizontal .icon-btn,
  .hover-style4 .btn-horizontal .woosq-btn,
  .hover-style4 .btn-horizontal .woosw-btn,
  .hover-style4 .btn-horizontal .woosc-btn {
    width: 30px !important;
    height: 30px !important;
    line-height: 27px !important;
  }
  .hover-style4 .product-item-details {
    padding: 0 10px !important;
  }
  .hover-style4 .product-item-name a {
    font-size: 15px !important;
  }
  .hover-style4 .product-item-inner .variations {
    display: none;
  }
}
.footer-col .title,
.footer-col .menuTitle,
.footer-col .ftr_title {
  font-size: 18px !important;
  color: #282c3d !important;
  line-height: normal;
}
.footer .payment-option {
  color: #606060;
  margin-top: 20px;
}
.footer .payment-option svg {
  fill: #606060;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.footer .payment-option br {
  display: none;
}
.footer .payment-option p {
  margin: 0;
}
@media (max-width: 1201px) {
  .footer-col ul,
  .footer-links ul {
    margin-bottom: 30px !important;
  }
  .footer-links .menuTitle {
    position: relative;
    cursor: pointer;
    margin: 15px 0 !important;
  }
  .footer-links .menuTitle:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 9px;
    transform: rotate(135deg);
  }
  .footer-links .menuTitle.active:after {
    transform: rotate(315deg);
    top: 9px;
  }
  .footer-links ul {
    display: none;
  }
  .footer-about-col,
  .footer-col {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .footer-social ul {
    margin-bottom: 0 !important;
  }
}
.page-footer {
  border: 0 !important;
}
.footer.style-4 .footer-top {
  padding: 80px 0 !important;
}
.footer.style-4 .footer-col {
  width: 17.31%;
  padding-right: 20px;
}
.wp-stella-theme-rtl .footer.style-4 .footer-col {
  padding-right: 0;
  padding-left: 20px;
}
.footer.style-4 .footer-about-col {
  width: 30%;
  font-size: 16px;
  font-weight: 500;
  padding-top: 8px;
  padding-right: 11%;
}
.wp-stella-theme-rtl .footer.style-4 .footer-about-col {
  padding-right: 0;
  padding-left: 11%;
}
.footer.style-4 .footer-col:last-of-type {
  padding-right: 0;
}
.wp-stella-theme-rtl .footer.style-4 .footer-col:last-of-type {
  padding-left: 0;
}
.footer.style-4 .logo {
  float: none;
}
.footer.style-4 .html-block {
  font-size: 18px;
  line-height: 36px;
}
.footer.style-4 .footer-links .menuTitle,
.footer.style-4 .ftr_title {
  font-weight: 800;
  text-transform: uppercase;
}
.footer.style-4 .footer-social ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.footer.style-4 .footer-social ul > li {
  margin-right: 15px;
}
.footer.style-4 .footer-bottom {
  padding-bottom: 70px;
}
.footer.style-4 .email-address,
.footer.style-4 .address,
.footer.style-4 .phone-no {
  position: relative;
  padding-left: 30px;
}
.wp-stella-theme-rtl .footer.style-4 .email-address,
.wp-stella-theme-rtl .footer.style-4 .address,
.wp-stella-theme-rtl .footer.style-4 .phone-no {
  padding-left: 0;
  padding-right: 30px;
}
.footer.style-4 .email-address .icon,
.footer.style-4 .phone-no .icon,
.footer.style-4 .address .icon {
  position: absolute;
  left: 0;
}
.wp-stella-theme-rtl .footer.style-4 .email-address .icon,
.wp-stella-theme-rtl .footer.style-4 .phone-no .icon,
.wp-stella-theme-rtl .footer.style-4 .address .icon {
  right: 0;
  left: auto;
}
.footer.style-4 .email-address .icon .st-icon,
.footer.style-4 .phone-no .icon .st-icon,
.footer.style-4 .address .icon .st-icon {
  width: 20px;
  height: 20px;
}
.footer.style-4 .footer-social ul>li {
  margin-right: 20px;
}
.footer.style-4 .html-block {
  font-size: 16px;
  line-height: 32px;
}
.footer.style-4 .switcher {
  text-align: center;
  margin-top: 20px !important;
}
.footer.style-4 .footer-links li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .wp-stella-theme-rtl .footer.style-4 .footer-about-col {
    padding-left: 0;
  }
  .wp-stella-theme-rtl .footer.style-4 .footer-col {
    padding-right: 0;
    padding-left: 0;
  }
  .footer.style-4 .footer-links:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
  }
  .footer.style-4 .footer-links .menuTitle,
  .footer-3 .ftr_title {
    font-size: 18px !important;
  }
  .footer.style-4 .footer-top {
    padding: 50px 0 !important;
  }
  .footer.style-4 .footer-logo {
    margin-bottom: 20px !important;
  }
  .footer.style-4 .logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .footer.style-4 .logo img {
    margin: 0 auto;
  }
  .footer.style-4 .footer-about-col {
    text-align: center;
  }
  .footer.style-4 .ftr_contact_info {
    margin-top: 30px;
  }
  .footer.style-4 .ftr_contact_info .ftr_title {
    margin-bottom: 20px;
  }
  .footer.style-4 .footer-bottom {
    padding-bottom: 50px;
  }
  .footer.style-4 .html-block {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px !important;
  }
  .footer.style-4 .ftr_contact_info .mb-2 {
    margin-bottom: 10px !important;
  }
  .footer.style-4 .footer-about-col {
    margin-bottom: 30px;
  }
  .footer.style-4 .footer-social ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .footer.style-4 .payments-cards {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer.style-4 .payments-cards .order-2 {
    order: 1 !important;
    -webkit-order: 1 !important;
    -ms-order: 1 !important;
  }
  .footer.style-4 .payments-cards .order-1 {
    order: 2 !important;
    -webkit-order: 2 !important;
    -ms-order: 2 !important;
    padding-top: 10px;
  }
  .footer.style-4 .payment-option {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .footer.style-4 .html-block {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .footer.style-4 .footer-col:last-of-type {
    padding-top: 0;
  }
  .footer.style-4 .footer-top {
    padding: 50px 0 !important;
  }
  .footer.style-4 .footer-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .footer.style-4 .email-address .icon .st-icon,
  .footer.style-4 .phone-no .icon .st-icon,
  .footer.style-4 .address .icon .st-icon {
    width: 16px;
    height: 16px;
  }
  .footer.style-4 .footer-top {
    padding: 40px 0 !important;
  }
}
