/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 0;
  width: 40px;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* General CSS */
/* Common SCSS */
/* Table Defualt Style */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.data-table,
.cart.items.data.table,
.data.table {
  border-collapse: collapse;
}
.data-table thead th,
.cart.items.data.table thead th,
.data.table thead th {
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-color: #e3e3e3;
}
.data-table,
.data.table,
.table.table-comparison {
  border: 1px solid #e3e3e3;
}
.data-table thead th,
.data.table thead th,
.table.table-comparison thead th {
  background-color: #f7f5f4;
}
.data-table th,
.data.table th,
.table.table-comparison th,
.data-table td,
.data.table td,
.table.table-comparison td {
  border: solid 1px #e3e3e3;
  padding: 5px 10px;
}
.data-table tbody tr:nth-of-type(even),
.data.table tbody tr:nth-of-type(even),
.table.table-comparison tbody tr:nth-of-type(even) {
  background-color: #f7f5f4;
}
.table.table-comparison {
  border: solid 1px #dddbde !important;
}
.cart.items.data.table thead th {
  background-color: transparent;
}
table th {
  text-align: left;
}
.sizeGuidePopup table,
table.sizeChart {
  border: solid 1px #dddbde !important;
  margin-bottom: 40px;
}
.sizeGuidePopup table th,
.sizeGuidePopup table td {
  border: solid 1px #dddbde !important;
  padding: 5px 10px !important;
}
.sizeGuidePopup table thead th,
.sizeGuidePopup table thead td,
table.sizeChart thead th,
table.sizeChart thead td {
  font-weight: 600;
  background-color: #f7f5f4;
  padding: 5px 10px !important;
}
table.sizeChart td {
  padding: 5px 10px !important;
}
.sizeGuidePopup .modal-footer {
  display: none !important;
}
.sizeGuidePopup [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sizeGuidePopup.modal-popup .modal-title {
  border-bottom: 0 !important;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sizeGuidePopup.modal-popup .modal-title {
  margin-bottom: 10px;
}
/* End Table Defualt Style */
.page-footer .switcher .options {
  padding: 5px 30px 5px 10px !important;
}
.page-footer .switcher .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  content: '';
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 13px;
}
.page-footer .switcher .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  transform: rotate(312deg);
  top: 17px;
}
.page-footer .switcher strong {
  padding-left: 20px;
  background-position: left center;
}
.page-footer .switcher .options ul.dropdown li {
  text-align: left;
}
.poco-home-page-style-2 .page-title-wrap .page-title {
  font-size: 44px;
  font-weight: 600;
}
.poco-home-page-style-2 .page-title-wrap {
  background-color: #f7f5f4;
}
/* ------------------------------------------------------------
   Stella Product With Tabs   ---------------------------------
--------------------------------------------------------------- */
.page-products.page-layout-1column .mage-ajaxpro-page.product-tabs-slider .products-grid .product-item {
  width: 100%;
}
.mage-ajaxpro-page .load-more-text {
  margin-top: 60px;
  text-align: center;
  display: block;
}
.mage-ajaxpro-page .section-title {
  padding-right: 0;
  margin: 0;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: auto;
}
.mage-ajaxpro-page .swiper-pagination {
  margin-top: 60px;
}
.product-tabs-slider .section-title .sort-detail,
.product-tabs-grid .section-title .sort-detail {
  margin-bottom: 0;
}
.product-tabs-slider .sidebar-shopby,
.product-tabs-grid .sidebar-shopby {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.product-tabs-slider .products-grid .product-item .product-item-inner,
.product-tabs-grid .products-grid .product-item .product-item-inner {
  overflow: visible;
}
.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .done-msg {
  color: #ECA009;
  background: #fff9ea;
  padding: 10px;
  margin-top: 30px;
  letter-spacing: 0.5px;
  border: 1px solid #ffdb8c;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby {
  width: 25% !important;
  display: block;
  text-align: left;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
  text-align: center;
  display: block;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
  text-align: center;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content {
  padding: 15px 0 !important;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter {
  margin: 0 !important;
  display: block;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter .item {
  margin: 0 0 10px;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter .item a {
  display: block;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter {
  width: 75% !important;
  float: left;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter .product-items {
  margin: 0 !important;
}
.mage-ajaxpro-page .sidebar-shopby .block-title {
  background-color: transparent;
  padding: 0;
}
.mage-ajaxpro-page .sidebar-shopby .block-content ol {
  display: flex;
  align-items: center;
}
.mage-ajaxpro-page .sidebar-shopby .block-content .item {
  margin-left: 15px;
}
.mage-ajaxpro-page .sidebar-shopby .block-content .item a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 12px 25px;
  text-align: center;
}
.mage-ajaxpro-page .products-grid .product-item .pro-hover {
  background-color: #fff;
}
/* ------------------------------------------------------------
   End Product With Tabs   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Small Banner Static Block   --------------------------------
--------------------------------------------------------------- */
#maincontent .widget.block block-static-block {
  margin-bottom: 0 !important;
}
.small-bnr-with-text .widget.block.block-static-block {
  margin-bottom: 0 !important;
}
.small-banner-block.sections-spacing {
  padding-top: 0 !important;
}
.small-banner-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.small-banner-block ul > li {
  width: 31.6%;
  float: left;
  margin-right: 2.564102564102564%;
}
.small-banner-block ul > li:last-child {
  margin-right: 0;
}
.small-banner-block .classic-item .animate-scale {
  position: relative;
  display: block;
  overflow: hidden;
}
.small-banner-block .classic-item .animate-scale img {
  display: block;
  width: 100%;
}
.small-banner-block .classic-item .item-img {
  margin: 0 0 30px;
}
.small-banner-block .classic-item.small-banner-2 .item-img {
  margin: 30px 0 0;
}
.small-banner-block .classic-item.small-banner-3 {
  border: solid 2px #333;
  padding: 25% 0;
  margin-top: 16%;
}
.small-banner-block .classic-item.small-banner-3 p {
  margin: 20px 0;
}
.small-banner-block .classic-item.small-banner-3 .action {
  line-height: normal;
  font-size: 14px;
  padding: 10px 25px;
}
.small-banner-block .classic-item .item-content {
  padding: 0 35px;
  text-align: center;
}
.small-banner-block .classic-item .item-content h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 13px;
  letter-spacing: 0.8px;
}
.small-banner-block .classic-item .item-content .btn {
  background-color: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.small-banner-block .classic-item .item-content .btn:hover {
  border-bottom: 0;
}
.small-banner-block .zoom {
  position: relative;
}
overflow:hidden .small-banner-block .zoom:before,
.small-banner-block .zoom:after {
  content: '';
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 700ms ease-in 0s;
  transition: all 700ms ease-in 0s;
  pointer-events: none;
}
.small-banner-block .zoom:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.small-banner-block .zoom:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.small-banner-block .zoom:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
}
.small-banner-block .zoom:hover:after {
  bottom: 0;
  top: 0;
  opacity: 0;
}
.small-banner-block .animate-scale {
  position: relative;
  display: block;
  overflow: hidden;
}
.small-banner-block .animate-scale:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.small-banner-block .animate-scale .collection-grid-item__overlay,
.small-banner-block .animate-scale img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.small-banner-block .animate-scale:hover::before {
  overflow: visible;
  opacity: 1;
}
.small-banner-block .animate-scale:hover .collection-grid-item__overlay,
.small-banner-block .animate-scale:hover img {
  opacity: 1;
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
/* ------------------------------------------------------------
   End Small Banner Static Block   ----------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Parallax Section   -----------------------------------------
--------------------------------------------------------------- */
.cms-parallax-content-widget #maincontent {
  max-width: 100% !important;
  padding: 0;
}
.cms-parallax-content-widget #maincontent .page.messages {
  margin-bottom: 0;
}
.parallax-section:before,
.parallax-section:after {
  content: '';
  clear: both;
  display: block;
}
@media (min-width: 1024px) {
  .parallax-section .parallax-section .half-col {
    background-image: none !important;
  }
}
.parallax-section .parallax-img {
  position: relative;
}
.parallax-section .section-title {
  margin-bottom: 30px !important;
}
.parallax-section .section-title .title {
  line-height: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.parallax-section .section-title .section-subtitle {
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: normal;
  text-transform: none;
}
.parallax-section .section-title p {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 30px;
}
.parallax-section .section-title .button {
  padding: 10px 25px !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px !important;
}
.parallax-section .feature-details.container {
  padding-left: 0;
  padding-right: 0;
}
.parallax-section .half-col {
  width: 50%;
  float: left;
}
.parallax-section .parallax-img-left {
  float: left;
}
.parallax-section .parallax-img-left .img_parallax {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.parallax-section .parallax-img-right {
  float: right;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.parallax-section .parallax-img-right .img_parallax {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.parallax-section .parallax-text-right {
  float: left;
  order: 0;
  -webkit-order: 0;
  -ms-order: 0;
}
.parallax-section .img_parallax {
  background-attachment: fixed;
  width: 100%;
}
.parallax-section .zoom:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.parallax-section .zoom:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.parallax-section .parallax-product {
  width: 100%;
  padding: 3% 12%;
}
.parallax-section .parallax-product .product-items {
  margin: 0 !important;
}
.parallax-section .parallax-product .products-grid .product-item .product-item-photo {
  border: 0 !important;
}
.parallax-section .parallax-product .product-item .product-item-details {
  padding: 20px 10px;
}
.parallax-section .half-col.parallax-img-center {
  width: 100%;
  background-image: none !important;
}
.parallax-section .half-col.parallax-img-center {
  display: none !important;
}
.parallax-section .half-col.content-text-center {
  width: 100%;
  height: 100% !important;
}
.parallax-section .parallax-text-center {
  padding: 20px;
}
.parallax-section .view-more {
  text-align: center;
  margin: 0;
  display: block;
}
.parallax-section .view-more .action.secondary {
  font-size: 13px !important;
  padding: 10px 25px !important;
}
@media (min-width: 1200px) {
  .parallax-section .half-col:not(.content-text-center) {
    background-image: none !important;
  }
}
.page-layout-1column .parallax-section .products-grid .product-item {
  background-color: #fff;
  width: 48%;
  padding: 0 !important;
  margin-right: 4%;
  margin-bottom: 30px !important;
}
.page-layout-1column .parallax-section .products-grid .product-item:nth-child(2n) {
  margin-right: 0;
  margin-left: 0;
}
.page-layout-1column .parallax-section .products-grid .product-image-container {
  padding-top: 0;
}
.page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item {
  width: 22.5%;
  margin-right: 3%;
}
.page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(2n) {
  margin-right: 3%;
}
.page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(4n) {
  margin-right: 0;
  margin-left: 0;
}
/* ------------------------------------------------------------
   End Parallax Section   -------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Brand Slider   ---------------------------------------------
--------------------------------------------------------------- */
.brandlogoSliderLayer {
  margin-bottom: 0;
  margin-top: 0;
}
.brandlogoSliderLayer .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.brandlogoSliderLayer .logoSliderLayer {
  margin: 0;
}
.brandlogoSliderLayer .logoSliderLayer ul {
  margin: 0 !important;
}
.brandlogoSliderLayer .logoSliderLayer ul li {
  margin-right: 23px;
  margin-bottom: 0 !important;
}
.brandlogoSliderLayer .logoSliderLayer ul li a {
  border-color: #f5f5f5;
  padding: 0;
}
.brandlogoSliderLayer .logoSliderLayer ul li a img {
  display: block;
}
.brandlogoSliderLayer img {
  max-height: 100px !important;
}
.brandlogoSliderLayer.style1 {
  margin: 0 auto;
}
.brandlogoSliderLayer.style1 img {
  max-height: 110px !important;
  opacity: 0.20;
}
.brandlogoSliderLayer.style1 .swiper-slide .logo_in:hover img {
  opacity: 1;
}
.brandlogoSliderLayer.style1 .logo_in {
  border: 1px solid transparent;
  min-height: 178px;
  overflow: inherit;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_in {
  border-color: #e6e6e6;
}
.brandlogoSliderLayer.style1 .logo_outer:before,
.brandlogoSliderLayer.style1 .logo_outer:after,
.brandlogoSliderLayer.style1 .logo_in:before,
.brandlogoSliderLayer.style1 .logo_in:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_outer:before,
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_outer:after,
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_in:before,
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_in:after {
  width: 12px;
  height: 12px;
  border-color: #2b3140;
}
.brandlogoSliderLayer.style1 .logo_outer:before {
  top: 0;
  left: 0;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
}
.brandlogoSliderLayer.style1 .logo_outer:after {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.brandlogoSliderLayer.style1 .logo_in:before {
  bottom: 0;
  left: 0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.brandlogoSliderLayer.style1 .logo_in:after {
  top: 0;
  right: 0;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}
.brandlogoSliderLayer.style1 .logoSliderLayer a {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 100%;
}
.brandlogoSliderLayer.style2 .btn_link {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 42px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.brandlogoSliderLayer.style2 .btn_link span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.brandlogoSliderLayer.style2 .btn_link .hvr {
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
  top: auto;
  transition: all 0.3s ease-in-out 0s;
}
.brandlogoSliderLayer.style2 .logo_in a {
  border: 1px solid #e5e5e5;
  display: block;
}
.brandlogoSliderLayer.style2 .logo_in a:hover .hvr {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.brandlogoSliderLayer.style2 .logo_in a:hover .dflt {
  opacity: 0;
  visibility: hidden;
  top: -100%;
}
.brandlogoSliderLayer.style2 .cntr {
  font-weight: 400;
  padding-left: 5px;
}
.brandlogoSliderLayer.style2 .swiper-button-next,
.brandlogoSliderLayer.style2 .swiper-button-prev {
  margin-top: -20px !important;
}
.brandlogoSliderLayer.style2 img {
  width: auto;
  padding: 5px 0;
  max-height: 125px !important;
}
.brandlogoSliderLayer.style2 .logoSliderLayer {
  padding: 1px 0;
}
.allBrandsLayer .letter {
  margin: 0 0 10px;
}
.brand.brand-slider-style1 .container {
  padding-top: 0;
  padding-bottom: 0;
}
.brand.brand-slider-style1 .logoSliderLayer ul li {
  margin-right: 15px;
}
.brand.brand-slider-style1 .section-title {
  display: table;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
}
.brand.brand-slider-style1 .section-title .title-in,
.brand.brand-slider-style1 .section-title .brand-nav-arrow {
  display: table-cell;
  vertical-align: middle;
}
.brand.brand-slider-style1 .section-title .brand-nav-arrow {
  text-align: right;
}
.brand.brand-slider-style1 .section-title .brand-nav-arrow .nav-arrow:after {
  display: none !important;
}
.brand.brand-slider-style1 .section-title .title {
  text-align: left;
  margin: 0;
}
.brand.brand-slider-style1 .section-title .title:before,
.brand.brand-slider-style1 .section-title .title:after {
  display: none;
}
.brand.brand-slider-style1 .section-title .sort-detail {
  max-width: 100%;
  text-align: left !important;
  margin: 0;
}
.brand.brand-slider-style1 .swiper-button-prev,
.brand.brand-slider-style1 .swiper-button-next {
  padding: 0;
  position: static;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.brand.brand-slider-style1 .brandlogoSliderLayer {
  margin-top: 0;
  margin-bottom: 0;
}
.brand.brand-slider-style2 .brandlogoSliderLayer {
  margin: 0;
}
.brand.brand-slider-style2 .nav-arrow.nav-arrow-next {
  right: 0;
}
.brand.brand-slider-style2 .nav-arrow.nav-arrow-prev {
  left: -10px;
}
.brand.brand-slider-style2 .sort-detail {
  margin: 0 auto;
}
.brand.brand-slider-style2 .brand-nav-arrow {
  opacity: 0;
  visibility: hidden;
}
.brand.brand-slider-style2:hover .brand-nav-arrow {
  opacity: 1;
  visibility: visible;
}
.brand .brandlogoSliderLayer img {
  max-height: inherit;
  display: block;
}
.brand .logoSliderLayer {
  margin: 0 0 0 10px;
}
.brand .logoSliderLayer ul li {
  margin-right: 20px;
}
.brand .logoSliderLayer ul li a {
  padding: 2px;
}
.brand .nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  padding: 5px;
  display: block;
  margin-top: -15px;
}
.brand .nav-arrow.nav-arrow-prev {
  left: -30px;
}
.brand .nav-arrow.nav-arrow-next {
  right: -30px;
}
.brandlogoSliderLayer img {
  display: block;
}
.brandlogoSliderLayer .logoSliderLayer a {
  display: block;
}
.brandlogoSliderLayer .logoSliderLayer a:hover {
  opacity: 0.8;
}
.allBrandsLayer ul.logoList {
  margin: 0 0 10px !important;
}
.allBrandsLayer ul.logoList li,
.resultInfo li {
  padding: 5px !important;
}
.layerednavigation-brand-index .brandinfo {
  margin-bottom: 20px;
}
.layerednavigation-brand-index .brandinfo .brandimg {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
}
.allBrandsLayer ul {
  margin: 0 !important;
}
.allBrandsLayer ul.logoList {
  margin: 0 0 10px !important;
}
.allBrandsLayer ul.logoList li a img,
.resultInfo li a img {
  max-height: 90px !important;
  display: block;
}
.alphaBetsLayer button.alpha {
  border-radius: 4px !important;
}
.layerednavigation-brand-index .brandinfo {
  margin-bottom: 20px;
}
.layerednavigation-brand-index .brandinfo .brandimg {
  width: auto;
  height: auto;
  border: 0;
}
/* ------------------------------------------------------------
   End Brand Slider   -----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Newsletter Popup   -----------------------------------------
--------------------------------------------------------------- */
.newsletter-in .newsletter-form {
  max-width: 450px;
  position: relative;
}
.newsletter-in .newsletter-form .newsletter {
  background-color: transparent !important;
  text-align: left;
  padding: 40px 50px 100px;
}
.newsletter-in .newsletter-img {
  max-width: 350px;
}
.newsletter-in .newsletter-img .img {
  position: absolute;
  top: 44px;
}
.newsletter-in .newsletter-img img {
  display: block;
}
.newsletter-in .prm_popup #newsletter-validate-detail-popup {
  display: block;
}
.newsletter-in .block.newsletter {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
}
.newsletter-in .block.newsletter .title {
  font-size: 20px;
  line-height: 33px;
  margin: 0 0 26px;
  display: block;
  position: relative;
  font-weight: 600;
}
.newsletter-in .block.newsletter .field {
  margin-right: 0;
}
.newsletter-in .block.newsletter .detail {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.newsletter-in .block.newsletter form {
  position: relative;
}
.newsletter-in .block.newsletter .control {
  margin-bottom: 10px;
}
.newsletter-in .block.newsletter .control:before {
  display: none;
}
.newsletter-in .block.newsletter input {
  color: #737384;
  font-size: 16px;
  height: auto;
  padding: 0 50px 5px 0;
  text-align: left;
  border: 0 !important;
  border-bottom: solid 4px #444 !important;
  background-color: transparent !important;
}
.newsletter-in .block.newsletter .actions {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: auto;
}
.newsletter-in .block.newsletter .actions .subscribe.primary {
  font-size: 16px;
  font-weight: 800;
  border-radius: 0;
  display: block;
  width: auto;
  padding: 10px;
  margin: 0 !important;
  margin-bottom: 15px;
  background: transparent;
  color: #4d3ad2;
  border: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.5px;
}
.newsletter-in .block.newsletter .actions .subscribe.primary:hover {
  opacity: 0.8;
}
.newsletter-in .social-icons {
  margin-top: 20px;
}
.newsletter-in .social-icons h6 {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  display: none;
}
.newsletter-in .social-icons li {
  display: inline-block;
  padding: 0 10px;
}
.newsletter-in .social-icons li a {
  font-size: 14px;
}
#popup.modal-box {
  margin: 0 !important;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  max-width: 820px !important;
  background-color: #f9f3ee;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#popup.modal-box .bx-wrapper .bx-viewport {
  color: #fff;
  background-color: inherit !important;
}
#popup.modal-box .bx-viewport .bxslider li {
  background-color: inherit !important;
}
#popup.modal-box input[type=checkbox] {
  top: -1px;
}
#popup .newsletter-in .block.newsletter .field {
  width: 100%;
}
#popup .bxslider > li {
  padding: 0 !important;
}
#popup .bx-wrapper .bx-viewport {
  background: transparent !important;
}
#popup a.close {
  color: #fff;
  border-radius: 0 !important;
  top: 10px !important;
  right: 10px !important;
  background: transparent !important;
  width: 20px;
  height: 20px;
  padding: 0 !important;
}
#popup.modal-box footer,
#popup.modal-box .modal-footer {
  font-size: 14px;
  font-weight: 400;
  border-top: 0;
  color: #737384;
  background: transparent;
  text-align: left;
  padding: 0 60px;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
  z-index: 100;
}
#popup #dontShowPopup {
  vertical-align: middle;
  cursor: pointer;
}
#popup.modal-box footer label,
#popup.modal-box .modal-footer label,
#popup.modal-box footer input,
#popup.modal-box .modal-footer input {
  cursor: pointer;
}
.nws_full_bg {
  position: absolute;
  height: 100%;
}
.nws_full_bg img {
  height: 100% !important;
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
}
#popup .close {
  position: absolute;
  z-index: 10;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent;
  color: #fff;
  border-radius: 0 !important;
  top: 10px !important;
  right: 10px !important;
  width: 20px;
  height: 20px;
}
#popup .close .st-icon {
  width: 18px;
  height: 18px;
}
/* ------------------------------------------------------------
   End Newsletter Popup   -------------------------------------
--------------------------------------------------------------- */
.account.page-layout-2columns-left .column.main,
.account.page-layout-2columns-right .column.main,
.poco-themes.page-layout-2columns-left .column.main,
.poco-themes.page-layout-2columns-right .column.main,
.poco-themes.account.page-layout-2columns-left .column.main,
.poco-themes.account.page-layout-2columns-right .column.main {
  width: 73%;
}
@media (max-width: 1200px) {
  .account.page-layout-2columns-left .column.main,
  .account.page-layout-2columns-right .column.main,
  .poco-themes.page-layout-2columns-left .column.main,
  .poco-themes.page-layout-2columns-right .column.main,
  .poco-themes.account.page-layout-2columns-left .column.main,
  .poco-themes.account.page-layout-2columns-right .column.main {
    width: 100%;
  }
}
.account.page-layout-2columns-left .sidebar.sidebar-main,
.account.page-layout-2columns-right .sidebar.sidebar-main,
.poco-themes.page-layout-2columns-left .sidebar.sidebar-main,
.poco-themes.page-layout-2columns-right .sidebar.sidebar-main,
.poco-themes.account.page-layout-2columns-left .sidebar.sidebar-main,
.poco-themes.account.page-layout-2columns-right .sidebar.sidebar-main,
.account.page-layout-2columns-left .sidebar.sidebar-additional,
.account.page-layout-2columns-right .sidebar.sidebar-additional,
.poco-themes.page-layout-2columns-left .sidebar.sidebar-additional,
.poco-themes.page-layout-2columns-right .sidebar.sidebar-additional,
.poco-themes.account.page-layout-2columns-left .sidebar.sidebar-additional,
.poco-themes.account.page-layout-2columns-right .sidebar.sidebar-additional {
  width: 27%;
  padding-right: 4.37037037037037%;
}
@media (max-width: 1200px) {
  .account.page-layout-2columns-left .sidebar.sidebar-main,
  .account.page-layout-2columns-right .sidebar.sidebar-main,
  .poco-themes.page-layout-2columns-left .sidebar.sidebar-main,
  .poco-themes.page-layout-2columns-right .sidebar.sidebar-main,
  .poco-themes.account.page-layout-2columns-left .sidebar.sidebar-main,
  .poco-themes.account.page-layout-2columns-right .sidebar.sidebar-main,
  .account.page-layout-2columns-left .sidebar.sidebar-additional,
  .account.page-layout-2columns-right .sidebar.sidebar-additional,
  .poco-themes.page-layout-2columns-left .sidebar.sidebar-additional,
  .poco-themes.page-layout-2columns-right .sidebar.sidebar-additional,
  .poco-themes.account.page-layout-2columns-left .sidebar.sidebar-additional,
  .poco-themes.account.page-layout-2columns-right .sidebar.sidebar-additional {
    width: 100%;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
  }
}
.account.page-layout-2columns-left .block.account-nav,
.account.page-layout-2columns-right .block.account-nav,
.poco-themes.page-layout-2columns-left .block.account-nav,
.poco-themes.page-layout-2columns-right .block.account-nav,
.poco-themes.account.page-layout-2columns-left .block.account-nav,
.poco-themes.account.page-layout-2columns-right .block.account-nav {
  width: 100%;
}
.account.page-layout-2columns-left .sidebar-additional .block:last-of-type,
.account.page-layout-2columns-right .sidebar-additional .block:last-of-type,
.poco-themes.page-layout-2columns-left .sidebar-additional .block:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar-additional .block:last-of-type,
.poco-themes.account.page-layout-2columns-left .sidebar-additional .block:last-of-type,
.poco-themes.account.page-layout-2columns-right .sidebar-additional .block:last-of-type {
  margin-bottom: 0 !important;
}
@media (min-width: 768px), print {
  .poco-themes.page-layout-2columns-left .column.main,
  .poco-themes.page-with-filter .column.main {
    float: right;
  }
  .poco-themes.page-layout-2columns-right .column.main {
    float: left;
  }
  .poco-themes.page-layout-2columns-left .sidebar,
  .poco-themes.page-with-filter .sidebar {
    float: left;
  }
  .poco-themes.page-layout-2columns-right .sidebar {
    float: right;
  }
  .rtl-layout-poco.account.page-layout-2columns-left .column.main,
  .rtl-layout-poco.account.page-layout-2columns-right .column.main {
    width: 73% !important;
  }
  .rtl-layout-poco.account.page-layout-2columns-left .sidebar.sidebar-main,
  .rtl-layout-poco.account.page-layout-2columns-right .sidebar.sidebar-main,
  .rtl-layout-poco.account.page-layout-2columns-left .sidebar.sidebar-additional,
  .rtl-layout-poco.account.page-layout-2columns-right .sidebar.sidebar-additional {
    width: 27% !important;
    padding-right: 0 !important;
    padding-left: 4.37037037037037% !important;
  }
}
.page-layout-3columns .columns {
  display: flex;
  flex-wrap: wrap;
}
.page-layout-3columns .column.main {
  max-width: 50%;
  flex: 0 0 50%;
  width: auto;
  order: 2;
}
.page-layout-3columns .sidebar {
  display: block !important;
}
.page-layout-3columns .sidebar.sidebar-main {
  padding-right: 3.37%;
  width: auto;
  max-width: 25%;
  flex: 0 0 25%;
  order: 1;
}
.page-layout-3columns .sidebar.sidebar-additional {
  width: auto;
  max-width: 25%;
  flex: 0 0 25%;
  padding-left: 3.37%;
  order: 3;
  padding-right: 0 !important;
}
.page-layout-3columns .sidebar.sidebar-additional .block:last-of-type {
  margin-bottom: 0;
}
.page-layout-3columns .products-grid .product-item:not(.swiper-slide),
.page-products.page-layout-3columns .products-grid .product-item:not(.swiper-slide):nth-child(3n) {
  margin-left: 0 !important;
}
.page-layout-3columns .products-grid .product-items-4 .product-item:not(.swiper-slide) {
  margin-left: 0 !important;
}
.page-products.page-layout-3columns .products-grid .product-item,
.page-products.page-layout-3columns .products-grid .product-items-2 .product-item,
.page-products.page-layout-3columns .products-grid .product-items-3 .product-item,
.page-products.page-layout-3columns .products-grid .product-items-4 .product-item {
  width: 48% !important;
  margin-right: 4%;
}
.page-products.page-layout-3columns .products-grid .product-item:nth-of-type(2n) {
  margin-right: 0 !important;
}
.page-products.page-layout-3columns .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 3%;
}
.page-layout-3columns .sidebar .block-viewed-products-list button,
.page-layout-3columns .sidebar .block-viewed-products-list .action.primary {
  font-size: 12px;
  padding: 7px 14px !important;
}
.poco-home-page-style-8.page-layout-3columns .fotorama__wrap .fotorama__stage {
  background-color: #f6f6f6;
}
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-photo .product-image-container {
  width: 90px !important;
}
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-photo .product-image-container .product-item-photo img {
  margin: 0 auto;
}
.page-layout-3columns .sidebar .product-items .product-item-details {
  padding-left: 90px;
  padding-right: 20px;
}
.page-layout-3columns .product-social-links .product-addto-links {
  flex-wrap: wrap;
}
.page-layout-3columns .product-social-links .product-addto-links .action.sizeguide,
.page-layout-3columns .page-layout-3columns .product-social-links .product-addto-links .action.towishlist,
.page-layout-3columns .product-social-links .product-addto-links .action.tocompare {
  flex: 0 0 auto;
}
.page-layout-3columns .product-social-links .product-addto-links .action.tocompare {
  margin-top: 10px;
}
.page-layout-3columns .product-social-links .product-info-stock-sku {
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.page-layout-3columns .product-social-links .product-info-stock-sku .sku {
  margin-bottom: 10px;
}
.page-layout-3columns .product-info-main .product.attribute.overview {
  margin: 25px 0 0;
  padding: 25px 0 0;
}
.page-layout-3columns .product-info-main .product-add-form {
  padding-top: 25px !important;
  margin-top: 25px !important;
}
.page-layout-3columns .product-social-links .product-addto-links {
  margin: 0 0 25px;
  padding-bottom: 25px;
}
.page-layout-3columns .product.data.items > .item.content .description .pagebuilder-column-group {
  flex-direction: column;
}
.page-layout-3columns .product.data.items > .item.content .description .pagebuilder-column {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.page-layout-3columns .product.data.items > .item.content .description .pagebuilder-column:first-of-type {
  margin-bottom: 30px !important;
}
.page-layout-3columns .product.info.detailed.accordion .product.data.items > .item.title .switch {
  font-weight: 700 !important;
}
.page-layout-3columns .product-info-main .product-reviews-summary {
  display: flex;
  flex-direction: column;
}
.page-layout-3columns .product.info.detailed #reviews #product-review-container,
.page-layout-3columns .product.info.detailed #reviews .block.review-add {
  width: 100%;
  margin-right: 0;
}
.page-layout-3columns .product.info.detailed #reviews #product-review-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.page-layout-3columns .product.info.detailed #reviews .review-list .review-toolbar,
.page-layout-3columns .product.info.detailed #reviews .review-list .pager {
  margin: 0;
}
.page-layout-3columns .product.info.detailed #reviews #review-form .review-field-ratings .label {
  font-weight: 600;
}
.page-layout-3columns .product.info.detailed #reviews .review-list .review-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-layout-3columns .product.info.detailed #reviews .review-add .block-title strong,
.page-layout-3columns .product.info.detailed #reviews .review-list .block-title strong {
  font-weight: 700;
}
.page-layout-3columns .block-slider .section-title {
  margin-bottom: 30px !important;
}
.page-layout-3columns .product-options-wrapper .swatch-attribute {
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-align-items: flex-start;
}
.page-layout-3columns .product-options-wrapper label,
.page-layout-3columns .product-options-wrapper .swatch-attribute-label {
  padding-right: 0;
  margin-bottom: 10px;
}
.page-layout-3columns .product-info-main .product.attribute.overview {
  font-size: 16px;
  line-height: 30px;
}
.page-layout-3columns .products-list .product-item .product-item-details {
  padding: 0 0 0 30px;
}
/* ------------------------------------------------------------
   Advertisement pattern  -------------------------------------
--------------------------------------------------------------- */
.advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption,
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
  top: 0;
  height: 100%;
  text-align: left;
  padding: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
  padding: 4% 60px;
}
.advertisement-block .mageb-pattern31 .mageb-pattern-list:nth-of-type(2) .mageb-caption.v-top .mageb-full-caption {
  max-width: fit-content;
  -webkit-align-items: inherit;
  align-items: inherit;
  -ms-align-items: inherit;
  left: auto;
  right: 70px;
}
.advertisement-block .mageb-pattern30 .mageb-caption .h4 {
  font-weight: 600;
}
.advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption .h4,
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
  padding: 0;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
  font-weight: 400;
  line-height: 1.4;
}
.advertisement-block .mageb-pattern30 .mageb-caption.v-top .button,
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
  margin-top: auto;
  padding: 14px 30px;
  font-weight: 700;
}
.advertisement-block .mageb-pattern30 .mageb-caption.v-top .button .b-icon,
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .button .b-icon {
  display: none;
}
/* ------------------------------------------------------------
   End Advertisement pattern  ---------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Today Deal Product  ----------------------------------------
--------------------------------------------------------------- */
.page-layout-1column .today-deal-timer .product.media {
  width: 50%;
}
.page-layout-1column .today-deal-timer .product-info-main {
  width: 50%;
  padding-left: 30px;
  margin-bottom: 0;
}
#timer-countbox .countdown-section {
  width: 90px;
  min-width: inherit !important;
  float: left;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 2px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 20px;
  padding: 5px 0;
}
#timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
#timer-countbox .countdown-section .countdown-amount {
  font-size: 16px;
  padding: 0 !important;
}
#timer-countbox .countdown-section .countdown-period {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 !important;
}
/* ------------------------------------------------------------
   End Today Deal Product  ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Sidebar ----------------------------------------------------
--------------------------------------------------------------- */
.sidebar .product-items .product-item-name {
  line-height: normal;
}
.sidebar .product-items .product-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar .product-items .product-item:last-child {
  border-bottom: 0;
}
.sidebar .product-items .product-item:before,
.sidebar .product-items .product-item:after {
  content: "";
  clear: both;
  display: block;
}
.sidebar .product-items .product-item-actions {
  clear: none !important;
}
.sidebar .product-items .product-item-details {
  margin-left: 0 !important;
  display: block;
  padding-left: 120px;
}
.sidebar .product-items .price-box {
  margin: 5px 0 10px;
}
.sidebar .block-reorder .product-item {
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar .block-reorder .product-item .field.item {
  line-height: normal;
  margin-right: 10px;
  float: left;
}
.sidebar .block-reorder .product-item .checkbox {
  top: 0px;
}
.sidebar .block-reorder .product-item .product-item-name {
  display: block;
  padding-left: 30px;
}
.sidebar .block-reorder .actions-toolbar {
  max-width: 100%;
  margin: 5px 0;
}
.sidebar .block-reorder .product-items .product-item-name a {
  font-weight: normal;
}
.sidebar .filter-options-title:last-of-type {
  border-bottom: 0 !important;
}
.sidebar .mage-products .timer-product {
  float: left !important;
  margin-bottom: 15px !important;
}
/* ------------------------------------------------------------
   End Sidebar ------------------------------------------------
--------------------------------------------------------------- */
/* Subcategories Listing */
.catalog-category-view .category-view .subcategory-grid {
  margin: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
}
.catalog-category-view .category-view .subcategory-grid .swiper-button-next,
.catalog-category-view .category-view .subcategory-grid .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.catalog-category-view .category-view .subcategory-grid:hover .swiper-button-next,
.catalog-category-view .category-view .subcategory-grid:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.catalog-category-view .category-view .subcategory-grid .block-promo {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.catalog-category-view .category-view .subcategory-grid .product-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 89;
  width: 100%;
  padding: 20px;
  margin: 0;
}
.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  line-height: normal;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.catalog-category-view .category-view .subcategory-grid img {
  display: block;
}
.catalog-category-view .category-view .subcategory-grid .swiper-button-next,
.catalog-category-view .category-view .subcategory-grid .swiper-button-prev {
  margin-top: -20px !important;
}
.catalog-category-view .category-view .subcategory-grid .swiper-slide {
  width: 372px;
  margin-right: 40px;
}
.catalog-category-view .category-view .subcategory-grid .swiper-slide:hover .block-promo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.catalog-category-view:not(.poco-home-page-style-2) .category-view .subcategory-grid .product-item-name a {
  font-weight: 700;
}
.sct_grid {
  margin: 0 -15px;
}
.sct_grid .item {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.sct_grid .thumb {
  overflow: hidden;
}
.sct_grid .thumb .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.sct_grid .thumb .img {
  display: block;
  position: relative;
}
.sct_grid .item .thumb img {
  display: block;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  max-height: 305px;
  object-fit: cover;
  width: 100%;
}
.sct_grid .item:hover .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sct_grid .item:hover .thumb .img:before {
  opacity: 1;
  visibility: visible;
}
.sct_grid .ct_dtl {
  padding: 20px;
}
.sct_grid .ttl {
  font-size: 16px;
  font-weight: 700;
}
.sct_grid .ctr_prd {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
}
.sct_grid .ctr_prd span {
  font-size: 12px;
  text-transform: uppercase;
}
/* End Subcategories Listing */
/* Category Page */
.poco-themes.page-layout-2columns-left,
.poco-themes.page-layout-2columns-right,
.poco-themes.page-with-filter,
.poco-themes.page-layout-3columns,
.poco-themes.catalogsearch-result-index {
  /* Top Filter */
  /* End Top Filter */
}
.poco-themes.page-layout-2columns-left .column.main,
.poco-themes.page-layout-2columns-right .column.main,
.poco-themes.page-with-filter .column.main,
.poco-themes.page-layout-3columns .column.main,
.poco-themes.catalogsearch-result-index .column.main {
  width: 73%;
  padding-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar,
.poco-themes.page-layout-2columns-right .sidebar,
.poco-themes.page-with-filter .sidebar,
.poco-themes.page-layout-3columns .sidebar,
.poco-themes.catalogsearch-result-index .sidebar {
  width: 27%;
  padding-right: 4.37037037037037%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
.poco-themes.page-layout-2columns-left .sidebar .actions-toolbar,
.poco-themes.page-layout-2columns-right .sidebar .actions-toolbar,
.poco-themes.page-with-filter .sidebar .actions-toolbar,
.poco-themes.page-layout-3columns .sidebar .actions-toolbar,
.poco-themes.catalogsearch-result-index .sidebar .actions-toolbar {
  margin: 20px 0 0;
}
.poco-themes.page-layout-2columns-left .sidebar .action,
.poco-themes.page-layout-2columns-right .sidebar .action,
.poco-themes.page-with-filter .sidebar .action,
.poco-themes.page-layout-3columns .sidebar .action,
.poco-themes.catalogsearch-result-index .sidebar .action,
.poco-themes.page-layout-2columns-left .sidebar .action.primary,
.poco-themes.page-layout-2columns-right .sidebar .action.primary,
.poco-themes.page-with-filter .sidebar .action.primary,
.poco-themes.page-layout-3columns .sidebar .action.primary,
.poco-themes.catalogsearch-result-index .sidebar .action.primary {
  font-size: 13px !important;
  text-transform: uppercase;
  padding: 8px 20px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-image-container,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-image-container,
.poco-themes.page-with-filter .sidebar .product-items .product-image-container,
.poco-themes.page-layout-3columns .sidebar .product-items .product-image-container,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-image-container {
  display: block;
  width: 100px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item,
.poco-themes.page-with-filter .sidebar .product-items .product-item,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item:before,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item:before,
.poco-themes.page-with-filter .sidebar .product-items .product-item:before,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item:before,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item:before,
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item:after,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item:after,
.poco-themes.page-with-filter .sidebar .product-items .product-item:after,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item:after,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item:after {
  content: '';
  clear: both;
  display: block;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.poco-themes.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-info .product-item-photo,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-info .product-item-photo {
  position: static;
  float: left;
  border: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-actions,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-actions,
.poco-themes.page-with-filter .sidebar .product-items .product-item-actions,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-actions,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-actions {
  margin-top: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box,
.poco-themes.page-with-filter .sidebar .product-items .product-item-details .price-box,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-details .price-box,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-details .price-box {
  margin: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price-label,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price-label,
.poco-themes.page-with-filter .sidebar .product-items .product-item-details .price-box .price-label,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-details .price-box .price-label,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-details .price-box .price-label {
  display: none;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price,
.poco-themes.page-with-filter .sidebar .product-items .product-item-details .price-box .price,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-details .price-box .price,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-details .price-box .price {
  font-size: 14px !important;
  font-weight: 600;
}
.poco-themes.page-layout-2columns-left .sidebar .cwsMostviewed,
.poco-themes.page-layout-2columns-right .sidebar .cwsMostviewed,
.poco-themes.page-with-filter .sidebar .cwsMostviewed,
.poco-themes.page-layout-3columns .sidebar .cwsMostviewed,
.poco-themes.catalogsearch-result-index .sidebar .cwsMostviewed {
  flex: inherit;
  -ms-flex: inherit;
  -webkit-flex: inherit;
}
.poco-themes.page-layout-2columns-left .sidebar .block,
.poco-themes.page-layout-2columns-right .sidebar .block,
.poco-themes.page-with-filter .sidebar .block,
.poco-themes.page-layout-3columns .sidebar .block,
.poco-themes.catalogsearch-result-index .sidebar .block,
.poco-themes.page-layout-2columns-left .sidebar .mb-block,
.poco-themes.page-layout-2columns-right .sidebar .mb-block,
.poco-themes.page-with-filter .sidebar .mb-block,
.poco-themes.page-layout-3columns .sidebar .mb-block,
.poco-themes.catalogsearch-result-index .sidebar .mb-block {
  margin-bottom: 50px;
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
}
.poco-themes.page-layout-2columns-left .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-2columns-right .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-with-filter .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-3columns .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.catalogsearch-result-index .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-2columns-left .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-2columns-right .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-with-filter .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-3columns .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.catalogsearch-result-index .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter,
.poco-themes.page-layout-2columns-right .sidebar .block.filter,
.poco-themes.page-with-filter .sidebar .block.filter,
.poco-themes.page-layout-3columns .sidebar .block.filter,
.poco-themes.catalogsearch-result-index .sidebar .block.filter,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter,
.poco-themes.page-with-filter .sidebar .mb-block.filter,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter {
  padding: 0;
  margin-bottom: 0 !important;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  width: 100%;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle {
  top: -6px !important;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px !important;
  cursor: pointer;
  width: 15px !important;
  height: 15px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
  background-color: #000;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle {
  margin-left: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -15px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title,
.poco-themes.page-with-filter .sidebar .block .block-title,
.poco-themes.page-layout-3columns .sidebar .block .block-title,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title,
.poco-themes.page-with-filter .sidebar .mb-block .block-title,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title {
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin-bottom: 30px;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title strong,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title strong,
.poco-themes.page-with-filter .sidebar .block .block-title strong,
.poco-themes.page-layout-3columns .sidebar .block .block-title strong,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title strong,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title strong,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title strong,
.poco-themes.page-with-filter .sidebar .mb-block .block-title strong,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title strong,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title strong {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.poco-themes.page-with-filter .sidebar .block .block-title.filter-title strong,
.poco-themes.page-layout-3columns .sidebar .block .block-title.filter-title strong,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title.filter-title strong,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title.filter-title strong,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title.filter-title strong,
.poco-themes.page-with-filter .sidebar .mb-block .block-title.filter-title strong,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title.filter-title strong,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title.filter-title strong {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title.filter-title strong:after,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title.filter-title strong:after,
.poco-themes.page-with-filter .sidebar .block .block-title.filter-title strong:after,
.poco-themes.page-layout-3columns .sidebar .block .block-title.filter-title strong:after,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title.filter-title strong:after,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title.filter-title strong:after,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title.filter-title strong:after,
.poco-themes.page-with-filter .sidebar .mb-block .block-title.filter-title strong:after,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title.filter-title strong:after,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title.filter-title strong:after {
  display: none;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.page-with-filter .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-3columns .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title.filter-title .filter-options-title,
.poco-themes.page-with-filter .sidebar .mb-block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title.filter-title .filter-options-title,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title.filter-title .filter-options-title {
  border: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .more,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .more,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .more,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .more,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .more,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .more,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .more,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .more,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .more,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .more {
  margin-top: 10px;
  font-size: 13px;
  padding: 10px 25px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .counter,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .counter,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .counter,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .counter,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .counter,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .counter,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .counter,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .counter,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .counter,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .counter {
  float: right;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-2columns-right .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.page-with-filter .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-3columns .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.catalogsearch-result-index .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-content div[data-filter="Price"],
.poco-themes.page-with-filter .sidebar .mb-block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-content div[data-filter="Price"],
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-content div[data-filter="Price"] {
  padding-left: 0;
  padding-right: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content {
  padding: 0 0 15px;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-with-filter .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-3columns .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-with-filter .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo {
  text-align: left;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .ui-slider-handle {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.page-with-filter .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-3columns .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-content .ui-slider-horizontal,
.poco-themes.page-with-filter .sidebar .mb-block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-content .ui-slider-horizontal,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-content .ui-slider-horizontal {
  margin: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type {
  border-bottom: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.page-with-filter .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.page-with-filter .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item li input[type="checkbox"],
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item li input[type="checkbox"],
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item li input[type="checkbox"] {
  margin: 5px 12px 0 5px !important;
  top: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item,
.poco-themes.page-with-filter .sidebar .block .filter-options-item,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item {
  margin-bottom: 50px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-content,
.poco-themes.page-with-filter .sidebar .block .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-content {
  max-height: 240px !important;
  overflow-y: auto;
  padding-right: 10px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content {
  max-height: 240px !important;
  overflow-y: auto;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-with-filter .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items {
  margin-bottom: 15px;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-content .name-label span,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-content .name-label span,
.poco-themes.page-with-filter .sidebar .block .filter-options-content .name-label span,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-content .name-label span,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-content .name-label span,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-content .name-label span,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-content .name-label span,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-content .name-label span,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-content .name-label span,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-content .name-label span {
  background: transparent !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .filter-options-content > :last-child,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .filter-options-content > :last-child {
  margin: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-active .filter-current,
.poco-themes.page-layout-2columns-right .sidebar .filter-active .filter-current,
.poco-themes.page-with-filter .sidebar .filter-active .filter-current,
.poco-themes.page-layout-3columns .sidebar .filter-active .filter-current,
.poco-themes.catalogsearch-result-index .sidebar .filter-active .filter-current {
  display: block;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item input[type="checkbox"],
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item input[type="checkbox"],
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item input[type="checkbox"],
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item input[type="checkbox"],
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item input[type="checkbox"] {
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
  left: -100%;
  top: -100%;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item input ~ a:before,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item input ~ a:before,
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item input ~ a:before,
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item input ~ a:before,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item input ~ a:before {
  content: '';
  border: solid 1px #c6c6cc !important;
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item input:checked ~ a:after,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item input:checked ~ a:after,
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item input:checked ~ a:after,
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item input:checked ~ a:after,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item input:checked ~ a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0.4;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item a,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item a,
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item a,
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item a,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item a {
  padding: 0 0 14px 30px;
  position: relative;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .priceFromTo,
.poco-themes.page-with-filter .sidebar .filter-content .priceFromTo,
.poco-themes.page-layout-3columns .sidebar .filter-content .priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .priceFromTo {
  background-color: transparent;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-current,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-current,
.poco-themes.page-with-filter .sidebar .filter-content .filter-current,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-current,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-current {
  padding: 20px;
  background-color: #f4f4f4;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-subtitle,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-subtitle,
.poco-themes.page-with-filter .sidebar .filter-content .filter-current .filter-subtitle,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-current .filter-subtitle,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-current .filter-subtitle {
  border-bottom: 1px solid #e6e6e6 !important;
  text-transform: uppercase;
  font-weight: 600;
  display: block !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-label,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-label,
.poco-themes.page-with-filter .sidebar .filter-content .filter-current .filter-label,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-current .filter-label,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-current .filter-label {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .block-subtitle,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .block-subtitle,
.poco-themes.page-with-filter .sidebar .filter-content .block-subtitle,
.poco-themes.page-layout-3columns .sidebar .filter-content .block-subtitle,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .block-subtitle {
  display: none;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item li a,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item li a,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item li a,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item li a,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item li a {
  text-decoration: none;
  padding: 0 0 14px;
  display: block;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item li:last-of-type a,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item li:last-of-type a,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item li:last-of-type a,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item li:last-of-type a,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item li:last-of-type a {
  padding-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item #filter-options-content_icPre {
  height: 80px;
  overflow: auto;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item .ui-slider,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item .ui-slider {
  height: 4px;
  background: #25252b;
  margin: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item .ui-slider-handle {
  top: -6px;
  margin-left: -10px;
  width: 12px;
  height: 12px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item input.priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item input.priceFromTo {
  font-weight: 400;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-attribute-options,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-attribute-options,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-attribute-options,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-attribute-options,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-attribute-options {
  margin: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered {
  display: block;
  margin: 0 0 15px 2px !important;
  float: none;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:active,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:active,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:active,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:active,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:last-of-type,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:last-of-type {
  margin-bottom: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 3px 20px 0 0;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled) {
  outline: 1px solid #c6c6cc !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option {
  background-color: transparent !important;
  border: solid 1px #c6c6cc !important;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option.text,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option.text,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option.text,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option.text,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option.text {
  width: 17px;
  height: 17px;
  min-width: 17px;
  font-weight: 400;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  background-color: #fff !important;
  font-size: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option {
  position: relative;
  margin-top: 4px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled) {
  outline: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-options-title,
.poco-themes.page-layout-2columns-right .sidebar .filter-options-title,
.poco-themes.page-with-filter .sidebar .filter-options-title,
.poco-themes.page-layout-3columns .sidebar .filter-options-title,
.poco-themes.catalogsearch-result-index .sidebar .filter-options-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 30px !important;
  margin: 0;
  background-color: transparent;
  border: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .category-filter li button,
.poco-themes.page-layout-2columns-right .sidebar .category-filter li button,
.poco-themes.page-with-filter .sidebar .category-filter li button,
.poco-themes.page-layout-3columns .sidebar .category-filter li button,
.poco-themes.catalogsearch-result-index .sidebar .category-filter li button {
  padding: 0 !important;
  transition: none !important;
  -webkit-transition: none;
  -ms-transition: none;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-layout-2columns-right .sidebar .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-with-filter .sidebar .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-layout-3columns .sidebar .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.catalogsearch-result-index .sidebar .filter-options-item .items li:hover.magebees_filter_item {
  background-color: transparent !important;
}
.poco-themes.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.poco-themes.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.poco-themes.page-with-filter .sidebar #layered-filter-block .collapsible:after,
.poco-themes.page-layout-3columns .sidebar #layered-filter-block .collapsible:after,
.poco-themes.catalogsearch-result-index .sidebar #layered-filter-block .collapsible:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  display: inline-block;
  background: none;
  top: 2px;
  right: 0px;
  opacity: 1;
  font-weight: normal;
  width: 20px;
  height: 20px;
}
.poco-themes.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.poco-themes.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.poco-themes.page-with-filter .sidebar #layered-filter-block .collapsible.active:after,
.poco-themes.page-layout-3columns .sidebar #layered-filter-block .collapsible.active:after,
.poco-themes.catalogsearch-result-index .sidebar #layered-filter-block .collapsible.active:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  opacity: 1;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section,
.poco-themes.page-with-filter .sidebar .productsListing-section,
.poco-themes.page-layout-3columns .sidebar .productsListing-section,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section {
  max-width: 100%;
  padding: 0;
  margin: 0 0 50px;
  width: 100%;
}
.poco-themes.page-layout-2columns-left .sidebar .block-ProductsListing,
.poco-themes.page-layout-2columns-right .sidebar .block-ProductsListing,
.poco-themes.page-with-filter .sidebar .block-ProductsListing,
.poco-themes.page-layout-3columns .sidebar .block-ProductsListing,
.poco-themes.catalogsearch-result-index .sidebar .block-ProductsListing {
  padding: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title,
.poco-themes.page-with-filter .sidebar .productsListing-section .section-title,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .section-title,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .section-title {
  text-align: left;
  margin-bottom: 30px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title .title,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title .title,
.poco-themes.page-with-filter .sidebar .productsListing-section .section-title .title,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .section-title .title,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .section-title .title {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title .sort-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title .sort-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .section-title .sort-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .section-title .sort-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .section-title .sort-details {
  display: none !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-item .product-item-info,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-item .product-item-info,
.poco-themes.page-with-filter .sidebar .productsListing-section .product-item .product-item-info,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .product-item .product-item-info,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .product-item .product-item-info {
  -webkit-align-items: center;
  align-items: center;
  -ms-align-items: center;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-items .product-item .product-item-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-items .product-item .product-item-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .product-items .product-item .product-item-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .product-items .product-item .product-item-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .product-items .product-item .product-item-details {
  padding-right: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item {
  border-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item:last-of-type,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item:last-of-type,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-items .product-image-container,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-items .product-image-container,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-items .product-image-container,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-items .product-image-container,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-items .product-image-container {
  width: 115px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .product-item-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .product-item-details {
  padding-left: 20px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .prodLabel,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .prodLabel,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .prodLabel,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .prodLabel,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .prodLabel {
  display: none !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .pro-hover,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .pro-hover,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .pro-hover,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .pro-hover,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .pro-hover {
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo {
  height: 115px !important;
  width: 115px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-name,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-name,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-name,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .product-item-name,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .product-item-name {
  margin-bottom: 5px !important;
  font-size: 16px;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .product-item-name a {
  font-weight: 600 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-item .product-reviews-summary,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-item .product-reviews-summary,
.poco-themes.page-with-filter .sidebar .productsListing-section .product-item .product-reviews-summary,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .product-item .product-reviews-summary,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .product-item .product-reviews-summary {
  margin-bottom: 5px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-items .product-item,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-items .product-item,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-items .product-item,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-items .product-item,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-items .product-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.page-with-filter .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .rating-summary .rating-result > span:before,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .rating-summary .rating-result > span:before,
.poco-themes.page-with-filter .sidebar .productsListing-section .rating-summary .rating-result > span:before,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .rating-summary .rating-result > span:before,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .rating-summary .rating-result > span:before {
  font-size: 15px;
  line-height: 30px;
  height: auto;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products,
.poco-themes.page-with-filter .sidebar .productsListing-section .products,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products {
  margin: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .mageb-no-more-load,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .mageb-no-more-load,
.poco-themes.page-with-filter .sidebar .productsListing-section .mageb-no-more-load,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .mageb-no-more-load,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .mageb-no-more-load {
  margin-top: 20px;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide {
  margin: 0 10px 0 0 !important;
  padding: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-info,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-info,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-info,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-info,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-info {
  padding: 1px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo {
  position: static !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper {
  padding: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-image-container,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-image-container,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-image-container,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-image-container,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-image-container {
  width: auto !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .pro-hover,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .pro-hover,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .pro-hover,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .pro-hover,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .pro-hover {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  margin-bottom: 20px;
  border: solid 1px #ececec;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo {
  border: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-details {
  padding-left: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-name,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-name,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-name,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-name,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-name {
  margin-bottom: 10px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-details {
  width: 100%;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-button-next,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-button-next,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-button-next,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-button-next,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-button-next,
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-button-prev,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-button-prev,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-button-prev,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-button-prev,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-button-prev:after,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-button-prev:after,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-button-prev:after,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-button-prev:after,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-button-prev:after {
  font-size: 16px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper.show-pagination,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper.show-pagination,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper.show-pagination,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper.show-pagination,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper.show-pagination {
  padding-bottom: 40px;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-items .product-item-info .product-item-photo,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-items .product-item-info .product-item-photo,
.poco-themes.page-with-filter .sidebar .productsListing-section .product-items .product-item-info .product-item-photo,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .product-items .product-item-info .product-item-photo,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .product-items .product-item-info .product-item-photo {
  position: static !important;
  padding: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .price-box .price,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .price-box .price,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .price-box .price,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .price-box .price,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .price-box .price {
  font-size: 15px !important;
}
.poco-themes.page-layout-2columns-left .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-layout-2columns-right .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-with-filter .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-layout-3columns .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.catalogsearch-result-index .filter-options-item .items li:hover.magebees_filter_item {
  background-color: transparent !important;
}
.poco-themes.page-layout-2columns-right .sidebar-main,
.poco-themes.page-layout-2columns-right .sidebar-additional {
  padding-left: 4.37037037037037%;
  padding-right: 0 !important;
}
.poco-themes.page-with-filter.page-layout-1column .column.main {
  width: 100%;
}
.hrl_filter .filter-content .category-filter .item input[type="checkbox"] {
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
  left: -100%;
  top: -100%;
}
.hrl_filter .filter-content .category-filter .item input ~ a:before {
  content: '';
  border: solid 1px #c6c6cc !important;
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
}
.hrl_filter .filter-content .category-filter .item input ~ a:hover:after,
.hrl_filter .filter-content .category-filter .item input:checked ~ a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  position: absolute;
  left: 2px;
  top: 10px;
  opacity: 0.4;
}
.hrl_filter .filter-content .category-filter .item a {
  padding: 7px 0 7px 30px;
  position: relative;
}
.hrl_filter .filter-content .swatch-attribute-options {
  margin: 0;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered,
.hrl_filter .filter-content .size .swatch-option-link-layered {
  display: block;
  margin: 0 0 0 2px !important;
  float: none;
  padding: 7px !important;
  margin: 0 !important;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.hrl_filter .filter-content .size .swatch-option-link-layered:focus > div,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:focus,
.hrl_filter .filter-content .size .swatch-option-link-layered:focus,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:active,
.hrl_filter .filter-content .size .swatch-option-link-layered:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.hrl_filter .filter-content .size .swatch-option-link-layered:last-of-type {
  margin-bottom: 0 !important;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 3px 10px 0 0;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled) {
  outline: 1px solid #c6c6cc !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.hrl_filter .filter-content .size .swatch-option {
  background-color: transparent !important;
  border: solid 1px #c6c6cc !important;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
}
.hrl_filter .filter-content .size .swatch-option.text {
  width: 17px;
  height: 17px;
  min-width: 17px;
  font-weight: 400;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  background-color: #fff;
}
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option {
  position: relative;
  margin-top: 4px !important;
}
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled) {
  outline: 0 !important;
}
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.selected:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  position: absolute;
  left: 2px;
  top: 10px;
  opacity: 0.4;
}
.hrl_filter .filter-content .category-filter.advanced .expand_cat {
  display: none !important;
}
.hrl_filter .filter-content .category-filter.advanced .item a {
  padding: 7px 0 7px 0;
}
.hrl_filter .filter-options-item li a {
  display: block;
}
.hrl_filter .filter-title {
  display: none;
}
.hrl_filter .filter-subtitle {
  padding: 15px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.hrl_filter .ddFilter {
  border: 0;
}
.hrl_filter .filter-options:after,
.hrl_filter .filter-options:before {
  content: "";
  display: block;
  clear: both;
}
.hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible {
  font-size: 16px !important;
  font-weight: 500;
  padding: 13px 40px 11px 20px !important;
  text-transform: uppercase;
  background-color: transparent !important;
  margin: 0;
  line-height: normal;
}
.hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible:after {
  content: '' !important;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block !important;
  height: 9px !important;
  width: 9px !important;
  background-image: none !important;
  display: block;
  position: absolute;
  right: 15px !important;
  transform: rotate(315deg);
  top: 23px !important;
}
.hrl_filter .filter-options .filter-options-item.active .filter-options-title.collapsible:after {
  top: 21px !important;
  transform: rotate(-45deg);
}
.hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible:after {
  top: 18px !important;
  transform: rotate(135deg);
}
.hrl_filter .filter-options .filter-options-item .counter {
  float: right;
}
.hrl_filter .filter-options .filter-options-item li input[type="radio"],
.hrl_filter .filter-options .filter-options-item li input[type="checkbox"] {
  margin: 12px 10px 0 0px;
}
.hrl_filter .filter-options .filter-options-item input.priceFromTo {
  font-weight: 400;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
.hrl_filter .filter-options .filter-options-item .ui-slider-horizontal {
  height: 4px;
  background-color: #25252b;
  margin-bottom: 10px !important;
  position: relative;
}
.hrl_filter .filter-options .filter-options-item .ui-slider-handle {
  background: #fff;
  border: solid 1px #000;
  top: -6px;
  position: absolute;
  display: block;
  border-radius: 100px;
  cursor: pointer;
}
.hrl_filter .filter-options .filter-options-item .name-label span {
  background: transparent !important;
}
.hrl_filter .filter-options .filter-options-item .filter-options-content > :last-child {
  margin-bottom: 0;
}
.hrl_filter .filter-options .filter-options-content {
  max-height: 150px;
  padding: 10px;
  width: 230px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.hrl_filter .filter-options .filter-options-content .item a {
  display: flex;
  line-height: normal;
  justify-content: space-between;
}
.hrl_filter .filter-options .filter-options-content .rating-summary .rating-result > span:before {
  line-height: 24px;
  display: block;
  height: 24px;
}
.hrl_filter .filter-options-item button {
  margin-left: 0;
  margin-top: 10px;
  font-size: 13px;
  padding: 10px 25px !important;
}
.hrl_filter .filter-options-item {
  float: left;
  padding: 0;
  border: 0 none;
  position: relative;
  z-index: 10;
}
.hrl_filter .filter-options-content {
  overflow-y: auto !important;
}
.hrl_filter .filter-title {
  display: none !important;
}
.hrl_filter .filter-subtitle {
  padding: 15px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.hrl_filter .filter-options-item button {
  margin-left: 0;
  margin-top: 10px;
  font-size: 13px;
  padding: 10px 25px !important;
}
.hrl_filter .filter-options-item li a {
  display: block;
}
.page-layout-1column #layered-filter-block .filter-options-item li input[type="checkbox"] + a {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .page-layout-1column #layered-filter-block .collapsible.active:after {
    top: 18px !important;
  }
  .page-layout-1column #layered-filter-block .collapsible:after {
    top: 22px !important;
  }
}
.priceRange {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.priceRange button {
  padding: 10px 25px !important;
  margin-top: -4px !important;
}
.priceRange span {
  margin-right: 10px !important;
  width: 95px !important;
}
.mb-block-tags .tags-title {
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.mb-block-tags .tags-title a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background-color: #25252b !important;
  padding: 7px 16px !important;
}
.mb-block-tags .tags-title a:hover,
.mb-block-tags .tags-title a:focus {
  opacity: 0.8;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  content: "\2716";
  overflow: hidden;
  text-align: center;
  height: 16px;
  font-weight: 400;
}
.block.block-compare .product-items .product-item {
  position: relative;
}
.actions-toolbar .secondary .action#compare-clear-all {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.category-image {
  text-align: center;
  margin-bottom: 50px;
}
.category-image .image {
  margin: 0 auto;
}
.category-description {
  margin-bottom: 50px;
}
.category-description [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0;
  padding-right: 0;
}
.category-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.category-description ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: normal;
}
.category-description ul > li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.category-description p:last-of-type {
  margin-bottom: 0;
}
.toolbar ~ .category-description,
.toolbar ~ .category-image {
  margin: 50px 0 0;
}
/* End Category Page */
.abs-product-link > a,
.product-item-name > a,
.product-name > a,
.product.name a > a {
  font-weight: 500;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product-name > a:hover,
.product.name a > a:hover {
  text-decoration: none;
}
.actions-toolbar .secondary a.action {
  margin-top: 0 !important;
}
.account .page-main,
.cms-privacy-policy .page-main {
  padding-top: 0;
}
.mageb-summary table td.oscProductImage {
  text-align: center;
}
.mageb-osc .opc-wrapper {
  padding-bottom: 30px;
}
.mageb-osc .fieldset .field label,
.mageb-osc .fieldset .field .label,
.mageb-osc label.label.magebees-additional-block-code-label {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}
.mageb-osc .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.mageb-osc .two-fields {
  margin-right: 3%;
}
.mageb-osc .fieldset > .field.choice:before,
.mageb-osc .fieldset > .field.no-label:before {
  display: none !important;
}
.column.main {
  width: 73%;
  /* Top Paging */
}
.column.main #scroll_loading,
.column.main .mageb-no-more-load {
  clear: both;
}
.column.main #scroll_loading:before,
.column.main .mageb-no-more-load:before,
.column.main #scroll_loading:after,
.column.main .mageb-no-more-load:after {
  content: "";
  clear: both;
  display: block;
}
.column.main .sorter {
  padding: 0;
  display: flex;
  align-items: center;
}
.column.main .pager .toolbar-amount {
  display: none !important;
}
.column.main .toolbar-products {
  padding: 0;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
}
.column.main .toolbar-products ~ .toolbar-products {
  display: block;
  background-color: inherit;
  padding: 0;
  margin: 20px 0 0;
  border: 0;
}
.column.main .toolbar-products ~ .toolbar-products .toolbar-amount,
.column.main .toolbar-products ~ .toolbar-products .limiter,
.column.main .toolbar-products ~ .toolbar-products .modes {
  display: none;
}
.column.main .toolbar-products ~ .toolbar-products .pages {
  display: inline-block;
}
.column.main .toolbar-products .sorter-label {
  display: none;
}
.column.main .toolbar-products .sorter-options {
  min-width: 140px;
  color: #737384;
  font-size: 16px;
  height: 48px;
  line-height: normal;
  background-color: #fff;
  cursor: pointer;
  padding-left: 0;
  border: 0 !important;
  border-bottom: solid 1px #dbdbdb !important;
  margin-left: 0;
}
.column.main .toolbar-products .sorter-action {
  cursor: pointer;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 30px;
  top: 0;
  margin-left: 10px;
}
.column.main .toolbar-products .sorter-action:focus {
  outline: 0;
}
.column.main .toolbar-products .sorter-action:before {
  content: "\2191";
  font-size: 18px;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.column.main .toolbar-products .sorter-action.sort-desc:before {
  transform: rotate(180deg);
}
.column.main .toolbar-products .modes {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
}
.column.main .toolbar-products .modes .modes-mode {
  border: 0;
  padding: 0;
  margin-right: 20px;
  background: transparent;
}
.column.main .toolbar-products .modes .modes-mode:before {
  display: none;
}
.column.main .toolbar-products .modes .mode-list .list_icon,
.column.main .toolbar-products .modes .active.mode-grid .grd_icon,
.column.main .toolbar-products .modes .active.mode-list .list_v_icon {
  display: block;
}
.column.main .toolbar-products .modes .mode-grid .list_icon,
.column.main .toolbar-products .modes .mode-list .grd_view,
.column.main .toolbar-products .modes .active.mode-list .grd_icon,
.column.main .toolbar-products .modes .active.mode-grid .list_v_icon {
  display: none;
}
.column.main .toolbar-products .modes .modes-mode .st-icon {
  width: 25px;
  height: 25px;
}
.column.main .toolbar-products .toolbar-amount {
  padding: 0 50px 0 0;
  margin: 0;
}
.column.main .pager .toolbar-amount {
  padding-top: 0;
  vertical-align: inherit;
}
.column.main .pages .item {
  margin: 0 2px;
  vertical-align: middle;
}
.column.main .pages .item a.page,
.column.main .pages .item .action,
.column.main .pages .item strong.page {
  font-size: 14px;
  font-weight: 600;
  border: solid 1px transparent;
  padding: 0;
  width: 53px;
  height: 53px;
  line-height: 51px;
  background-color: transparent !important;
  text-align: center;
}
.column.main .pages .action {
  background-color: transparent !important;
  text-align: center;
}
.column.main .pages .action.next {
  margin-left: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  line-height: 51px;
  text-align: center;
  display: inline-block;
}
.column.main .pages .action.next:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  line-height: inherit;
  width: auto;
  height: auto;
  margin: 5px 0 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border: 0 !important;
  position: static;
}
.column.main .pages .action.previous {
  margin-right: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  line-height: 51px;
  text-align: center;
  display: inline-block;
}
.column.main .pages .action.previous:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>');
  line-height: inherit;
  width: auto;
  height: auto;
  margin: 5px 0 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border: 0 !important;
  position: static;
}
.pages .item {
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages strong.page {
  display: inline-block;
  letter-spacing: normal;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.poco-themes .pager {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .page-layout-1column #layered-filter-block .filter-options-title {
    padding: 13px 40px 12px 15px !important;
  }
}
.loading-btn,
.poco-themes .loading-btn {
  margin: 0 !important;
  text-align: center;
}
.loading-btn button,
.poco-themes .loading-btn button {
  padding: 15px 35px !important;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.toolbar-products {
  text-align: center;
}
.toolbar-products + .loading-btn {
  margin-bottom: 40px !important;
}
/* Default Filter */
.fieldset > .field {
  margin-bottom: 20px !important;
}
.fieldset > .legend {
  font-size: 18px;
  font-weight: 600;
}
.login-container .block.block-new-customer,
.login-container .block.block-customer-login {
  border: solid 1px #f0edec;
}
.login-container .block .block-title {
  border-bottom: solid 1px #f0edec;
  background-color: #f7f5f4;
  margin: 0;
}
.login-container .block {
  margin-bottom: 0 !important;
}
.login-container .block .block-title {
  padding: 10px 20px;
}
.login-container .block .block-title strong {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.login-container .block .block-content {
  padding: 30px;
  min-height: 315px;
}
.login-container .block .fieldset > .field {
  margin-bottom: 15px;
}
.login-container .block .fieldset > .field > .control {
  width: 74%;
}
.login-container .block .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.login-container .block .fieldset:last-child {
  margin-bottom: 0;
}
.login-container .block .fieldset:after {
  margin-top: 10px;
  display: none;
}
.login-container .block .note {
  font-size: 16px;
}
.login-container .block .actions-toolbar .primary a,
.login-container .block .actions-toolbar .secondary a,
.login-container .block .actions-toolbar .primary .action,
.login-container .block .actions-toolbar .secondary .action {
  line-height: normal;
  padding: 8px 15px !important;
}
.login-container .block .actions-toolbar .secondary {
  float: none;
  padding-left: 20px;
}
.form.password.forget .note {
  font-size: 16px;
}
.form.password.forget .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.control.captcha-image .captcha-img {
  border: 1px solid #dbdbdb;
}
@media (min-width: 768px) {
  .control.captcha-image .captcha-img {
    border: 1px solid #dbdbdb;
    margin-bottom: 0 !important;
  }
}
.account .sidebar-additional {
  margin-top: 0;
}
.account .column .block .block-title {
  padding: 15px;
}
.account .column .block .block-title > strong {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.account .column .block .block-title .action {
  float: right;
}
.account .column .block .block-content .box .box-title {
  display: block !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddbde;
}
.account .column .block .block-content .box .box-title > span {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.account .column .block.block-dashboard-info .block-content .box .box-actions .action.edit {
  text-align: left;
  margin-right: 10px;
  text-decoration: underline;
  display: inline-block;
}
.account .column .block.block-dashboard-info .block-content .box .box-actions .action.change-password {
  margin-right: 10px;
  text-decoration: underline;
  display: inline-block;
  text-transform: uppercase;
}
.create.account.form-create-account .fieldset > .field:not(.choice) > .label,
.create.account.form-create-account .fieldset > .field.choice::before {
  width: 180px;
}
.create.account .fieldset.additional_info {
  margin-bottom: 0 !important;
}
.create.account .fieldset.create.account {
  margin-bottom: 20px;
}
.block-wishlist .block-title,
.block-compare .block-title {
  position: relative;
}
.block-wishlist .block-title .counter,
.block-compare .block-title .counter,
.block-wishlist .block-title .counter.qty,
.block-compare .block-title .counter.qty {
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 0px;
  padding: 0;
}
.sidebar .block.block-compare .action.delete {
  top: 5px !important;
  left: 0 !important;
  padding: 0 !important;
}
.block-compare .product-item .product-item-name {
  margin-left: 30px !important;
}
.sidebar .block.block-wishlist .action.delete {
  padding: 0 !important;
}
.sidebar .block.block-wishlist .action.delete:hover,
.sidebar .block.block-compare .action.delete:hover {
  opacity: 0.8;
}
/* Compare Page ----------------- */
.catalog-product-compare-index #maincontent .action.print {
  padding: 5px 10px;
  float: left;
  margin: 10px 0;
}
.table-comparison .product-image-container {
  width: 120px !important;
}
.table-comparison .product-reviews-summary .reviews-actions .view:after {
  display: none !important;
}
.table-comparison tr,
.table-comparison td {
  vertical-align: top;
}
.table-comparison .cell:first-of-type.label {
  background-color: transparent;
}
.table-comparison .cell.remove {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
  vertical-align: middle;
  margin-left: 10px;
}
.table-comparison .product-item-photo {
  border: 0;
  display: inline;
}
.table-comparison .product-item-photo img {
  display: inline;
}
.table-comparison .action.towishlist:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') !important;
}
.table-comparison .pagebuilder-column-group {
  display: block !important;
}
.table-comparison .pagebuilder-column-group [data-content-type="column"] {
  padding-left: 0 !important;
  width: 100% !important;
  margin-bottom: 20px;
}
.table-comparison .pagebuilder-column-group [data-content-type="column"]:last-of-type {
  margin-bottom: 0;
}
.table-comparison .price-box .price-container .price {
  font-size: 20px;
  font-weight: 700;
}
.table-comparison .product-image-wrapper {
  padding: 0 !important;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.remove {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table-comparison .cell:first-of-type.label {
  background-color: transparent;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell.attribute {
  font-size: 13px;
}
.table-comparison tr,
.table-comparison td {
  vertical-align: top;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.table-comparison .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.table-comparison [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0;
  padding-right: 0;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  display: inline;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.action.print.hidden-print {
  display: block;
  margin-bottom: 20px;
}
/* ------------------------------------------------------------
   End Common Pages  ------------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Products Listing Style  ------------------------------------
--------------------------------------------------------------- */
.product-items {
  font-size: 0;
}
.products-grid {
  margin: 0;
  /* 2 Products in Row */
  /* End 2 Products in Row */
  /* 3 Products in Row */
  /* End 3 Products in Row */
  /* 4 Products Grid Row */
  /* End 4 Products Grid Row */
}
.products-grid .product-item {
  display: inline-block;
  vertical-align: top;
  transition: 0.5s ease-in-out;
}
.products-grid .mageb-paging {
  display: none;
}
.products-grid .product-items-2.product-items .product-item {
  width: 48.5%;
  margin-right: 3%;
  margin-left: 0;
}
.products-grid .product-items-2.product-items .product-item:nth-child(2n) {
  margin-right: 0;
}
.products-grid .product-items-2.product-items .product-item .product-item-info {
  width: 100% !important;
}
.products-grid .product-items-3.product-items .product-item {
  width: 31.15%;
  margin-right: 3%;
  margin-left: 0;
}
.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: left;
}
.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 0;
  margin-left: 0;
}
.products-grid .product-items-3.product-items .product-item .product-item-info {
  width: 100%;
}
.products-grid .product-items-4.product-items .product-item {
  width: 22.7%;
  margin-right: 3%;
  margin-left: 0;
}
.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
}
.products-grid .product-items-4.product-items .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
  font-size: 13px;
  padding: 0 25px !important;
}
.products-grid .product-items-4.product-items .product-item .actions-secondary .action.towishlist:before,
.products-grid .product-items-4.product-items .product-item .actions-secondary .action.tocompare:before {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 36px;
}
.products-grid .product-items-4.product-items .product-item .swatch-attribute .swatch-option.text {
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px !important;
}
.products-grid .product-items-4.product-items .product-item .swatch-attribute .swatch-option {
  width: 16px;
  height: 16px;
}
.products-grid .product-items-4.product-items .product-item .learn-more .action.secondary {
  font-size: 12px;
  padding: 5px 10px !important;
  font-weight: normal;
  line-height: normal;
}
.products-grid .product-items-5 .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
  padding: 0 15px !important;
}
.products-grid .product-items-5 .product-item .product-item-inner.style2 .btn-horizontal .action.secondary {
  font-size: 14px;
}
.products-grid .product-item {
  text-align: center;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  padding: 0 !important;
  margin-bottom: 60px !important;
  /* Rating */
  /* Add To Cart Button Styles */
  /* Quick View Button Style */
  /* Wishlist & Compare Button Style */
}
.products-grid .product-item:not(.swiper-slide) {
  margin-left: 0;
}
.products-grid .product-item:before,
.products-grid .product-item:after {
  content: "";
  clear: both;
  display: block;
}
.products-grid .product-item:hover {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.products-grid .product-item:hover .timer-product {
  display: none;
}
.products-grid .product-item .product-item-shortdesc {
  color: #9b9ca6;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.products-grid .product-item .product-brand {
  line-height: normal;
}
.products-grid .product-item .product-brand .product-brand-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.products-grid .product-item .swatches-listing .swatch-attribute-options {
  margin: 0;
}
.products-grid .product-item .swatches-listing .swatch-attribute.size .swatch-option {
  width: 30px;
  background: #fff;
  color: #000;
}
.products-grid .product-item .swatches-listing .swatch-option {
  border: 1px solid #dadada;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatches-listing .swatch-option.selected {
  border-color: #000 !important;
}
.products-grid .product-item .swatches-listing .swatch-attribute .swatch-option.text {
  font-size: 12px;
  line-height: 23px;
  margin-right: 5px;
  height: 30px;
  line-height: 28px !important;
}
.products-grid .product-item .product-image-container {
  padding-top: 0;
  margin: 0 auto;
}
.products-grid .product-item .product-item-photo a {
  display: block;
}
.products-grid .product-item .product-detail,
.products-grid .product-item .product-item-details {
  padding: 20px 10px 0;
  text-align: center;
}
.products-grid .product-item .product-detail .mageb-quick-outr,
.products-grid .product-item .product-item-details .mageb-quick-outr {
  display: none;
}
.products-grid .product-item .product-item-description {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
.products-grid .product-item .product-item-description p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.products-grid .product-item .product-item-description ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 15px;
}
.products-grid .product-item .product-item-description ul li {
  margin-bottom: 5px;
}
.products-grid .product-item .product-image-photo.default_image {
  position: relative;
  z-index: 2;
}
.products-grid .product-item .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.products-grid .product-item .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.products-grid .product-item .product-image-container {
  display: block;
  max-width: 100%;
}
.products-grid .product-item .product-item-photo {
  border-radius: 0;
  border: 0;
  padding: 0;
  display: block;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: auto;
}
.products-grid .product-item .actions-primary + .actions-secondary {
  width: auto !important;
  display: inline-block !important;
}
.products-grid .product-item .swatch-attribute {
  margin: 0;
}
.products-grid .product-item .swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  min-width: inherit;
  font-size: 13px;
  height: 18px;
  margin-right: 5px;
  width: 18px;
  padding: 0;
  line-height: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.products-grid .product-item .swatch-attribute .swatch-option.color {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatch-attribute .swatch-option.image {
  width: 38px !important;
  height: 38px !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.products-grid .product-item .swatch-attribute .swatch-option.text {
  min-width: inherit;
  font-size: 11px;
  font-weight: 400;
  height: 25px;
  margin-right: 3px;
  width: 25px;
  padding: 0;
  line-height: 25px;
}
.products-grid .product-item .product-item-inner {
  margin: 0 !important;
}
.products-grid .product-item .product-item-info {
  width: 100%;
}
.products-grid .product-item .product-item-info:hover .magebees_quickview {
  position: static !important;
  display: block;
}
.products-grid .product-item .magebees_quickview {
  padding: 0 !important;
  display: inline-block !important;
}
.products-grid .product-item .price-box {
  margin: 0 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.products-grid .product-item .price-box .special-price {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  padding-right: 0;
}
.products-grid .product-item .price-box .special-price .price {
  font-weight: 600 !important;
}
.products-grid .product-item .price-box .old-price {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  padding-right: 15px;
}
.products-grid .product-item .price-box .price-label {
  display: none;
}
.products-grid .product-item .price-box .price {
  font-weight: 500;
}
.products-grid .product-item .price-box .price-from,
.products-grid .product-item .price-box .price-to {
  display: inline-block;
  padding: 0 5px;
}
.products-grid .product-item .learn-more {
  display: block;
  margin: 10px 0 0;
}
.products-grid .product-item .learn-more .action.secondary {
  padding: 3px 10px !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}
.products-grid .product-item .product-reviews-summary {
  display: block;
  margin: 0 auto;
  line-height: normal;
}
.products-grid .product-item .product-reviews-summary.short.empty {
  display: none;
}
.products-grid .product-item .product-reviews-summary .rating-summary {
  display: inline-block;
  left: 0;
  margin: 0;
  padding-right: 0;
}
.products-grid .product-item .product-reviews-summary .reviews-actions {
  margin-top: 0;
  font-size: 13px;
  display: none;
  vertical-align: middle;
  text-transform: none;
}
.products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
.products-grid .product-item .product-reviews-summary .rating-result > span:before {
  font-size: 19px;
  letter-spacing: 2px;
}
.products-grid .product-item .magebees_quickview,
.products-grid .product-item .product-item-actions,
.products-grid .product-item .quick-view-btn {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product-item .product-item-actions {
  margin: 0;
}
.products-grid .product-item .product-item-actions .actions-primary + .actions-secondary {
  padding-left: 0;
}
.products-grid .product-item .action.tocart.primary {
  padding: 0;
  width: 100%;
}
.products-grid .product-item .buynow-btn {
  margin-top: 10px;
}
.products-grid .product-item .buynow-btn .buynow.primary {
  width: auto !important;
  font-size: 14px !important;
  padding: 10px 30px !important;
}
.products-grid .product-item .buynow-btn + .swatches-listing {
  margin-top: 15px;
}
.products-grid .product-item .magebees_quickview {
  padding: 0;
}
.products-grid .product-item .magebees_quickview:hover {
  opacity: 1;
}
.products-grid .product-item .product-item-inner .action.towishlist,
.products-grid .product-item .product-item-inner .action.tocompare,
.products-grid .product-item .product-item-inner .action.available,
.products-grid .product-item .product-item-inner .action.unavailable {
  width: 100%;
  display: block;
}
.products-grid .product-item .product-item-inner .action.towishlist span,
.products-grid .product-item .product-item-inner .action.tocompare span,
.products-grid .product-item .product-item-inner .action.available span,
.products-grid .product-item .product-item-inner .action.unavailable span {
  display: none;
}
.products-grid .product-item .product-item-inner .action.available:before {
  content: "\2713";
}
.products-grid .product-item .product-item-inner .action.unavailable {
  padding: 10px 5px;
}
.products-grid .product-item .product-item-inner .action.unavailable:before {
  content: "x";
  font-size: 16px;
}
.products-grid .product-item .product-name,
.products-grid .product-item .product-item-name {
  padding: 0;
  margin: 5px 0;
  display: block;
}
.products-grid .product-item .product-name a,
.products-grid .product-item .product-item-name a {
  text-decoration: none;
  font-weight: 600;
}
.products-grid .product-item:hover .product-item-inner.move-quick-btn {
  opacity: 1;
}
.products-grid .product-item .hover-style8 .product-item-inner .stock.unavailable {
  padding: 13px;
}
.product-item-name,
.product.name a {
  font-weight: 600;
}
.p_ctgry {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.p_catgry_link {
  text-transform: uppercase;
}
.product-item-photo img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.swatch-option-tooltip {
  z-index: 999999 !important;
  background: #ffffff;
  color: #313131;
  border: 1px solid #d8d8d6;
  border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 40px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  position: absolute;
  text-align: center;
  display: none;
  max-height: 100%;
  min-height: 20px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner {
  height: 9px;
  margin-left: -5px;
}
.swatch-option-tooltip .corner:after {
  border-top-color: #d8d8d6;
  left: 50%;
  top: 0;
  margin-left: 0;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #e6e6e6 transparent transparent;
  border-width: 7px 7.5px 0;
  left: 7px;
  top: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
/* 	Product On Hover Styles */
.products-grid .product-item .pro-hover {
  position: relative;
  overflow: hidden;
}
.products-grid .product-item .product-image-container {
  display: block;
}
.products-grid .product-item .prodLabel.top-left {
  top: 10px;
  left: 10px;
}
.products-grid .product-item .prodLabel.top-right {
  top: 10px;
  right: 10px;
}
.products-grid .product-item .prodLabel.bottom-right {
  right: 10px;
  bottom: 10px;
}
.products-grid .product-item .prodLabel.bottom-left {
  left: 10px;
  bottom: 10px;
}
.products-grid .product-item .prodLabel.bottom-center {
  bottom: 10px;
}
.products-grid .product-item .prodLabel.top-center {
  top: 10px;
}
.products-grid .product-item .prodLabel .productlabel-txt {
  font-weight: 500;
}
.products-grid .product-item .p_sku {
  padding-bottom: 5px;
}
.products-grid .product-item .p_sku_seprator {
  padding: 0 5px;
}
.products-grid .product-item .tooltip-icon {
  visibility: hidden;
  position: absolute;
  bottom: 145%;
  left: 50%;
  right: auto;
  text-align: center;
  padding: 5px 10px 7px 10px;
  border-radius: 5px;
  z-index: 10;
  opacity: 0;
  transition: opacity .6s;
  -webkit-transition: opacity .6s;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-transform: none;
  white-space: nowrap;
  padding: 7px 12px;
}
.products-grid .product-item .tooltip-icon:after {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  bottom: -14px;
  left: 50%;
  right: auto;
  top: auto;
  margin-left: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.products-grid .product-item .tooltip-icon:before {
  content: "";
  border: 7px solid transparent;
  border-top: 7px solid #e8ebee;
  bottom: -15px;
  left: 50%;
  right: auto;
  top: auto;
  margin-left: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
}
.products-grid .product-item .icon-btn:hover .tooltip-icon {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item .product-item-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 0;
  width: 100%;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-grid .product-item .product-item-inner .super-attribute-select {
  display: none;
}
.products-grid .product-item:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.poco-home-page-style-13 .block.related .block-actions {
  margin-bottom: 50px;
}
.block.related .products-grid .hover-style11 .product-item .detail-left,
.block.related .products-grid .hover-style11 .product-item .field.choice.related {
  display: block !important;
}
.block.related .products-grid .hover-style11 .product-item .product-item-inner .icon-btn {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.block.related .products-grid .hover-style10 .product-item:hover .product-item-info,
.block.related .products-grid .hover-style11 .product-item:hover .product-item-info {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.mage-deal-slider .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  display: none;
}
.block-slider.related .products-grid .hover-style12 .product-item .hvr_dtl {
  opacity: 1;
  visibility: visible;
  position: static;
}
.block.related .hover-style12 .product-item .field.choice.related {
  order: 8;
  border-radius: 8px;
}
.swiper .hover-style4 .swiper-slide {
  padding: 5px !important;
}
.hover-style10.swiper {
  padding: 15px !important;
}
/* 	End Product On Hover Styles */
/* Products Listing Style -------------------------------------- */
.products-list .product-item-photo,
.block.widget.block-products-list .widget-product-grid .product-item-photo {
  display: table-cell;
  padding: 0;
  vertical-align: top;
  width: 1%;
}
.products-list .tooltip-icon,
.block.widget.block-products-list .widget-product-grid .tooltip-icon,
.products-list .product-item-details .mageb-quick-outr,
.block.widget.block-products-list .widget-product-grid .product-item-details .mageb-quick-outr,
.products-list .magebees_page.mageb-paging,
.block.widget.block-products-list .widget-product-grid .magebees_page.mageb-paging {
  display: none;
}
.products-list .product-items,
.block.widget.block-products-list .widget-product-grid .product-items {
  margin-left: 0 !important;
}
.products-list .product-image-container,
.block.widget.block-products-list .widget-product-grid .product-image-container {
  display: block;
  margin: 0 auto;
}
.products-list .product-image-container .product-image-wrapper,
.block.widget.block-products-list .widget-product-grid .product-image-container .product-image-wrapper {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.products-list .product-image-container .product-image-photo,
.block.widget.block-products-list .widget-product-grid .product-image-container .product-image-photo {
  position: absolute;
}
.products-list .product-item .product-item-inner.style5 .cart-btn .action.secondary .st-icon.st-arw,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .cart-btn .action.secondary .st-icon.st-arw {
  display: none;
}
.products-list .product-item-details,
.block.widget.block-products-list .widget-product-grid .product-item-details {
  vertical-align: middle;
  display: table-cell;
}
.products-list .product-item-details ul,
.block.widget.block-products-list .widget-product-grid .product-item-details ul {
  margin-left: 15px;
}
.products-list .product-item-details ul li,
.block.widget.block-products-list .widget-product-grid .product-item-details ul li {
  margin-bottom: 0;
  line-height: normal;
}
.products-list .product-item,
.block.widget.block-products-list .widget-product-grid .product-item {
  padding: 0 0 40px;
  margin-bottom: 40px;
  width: 100% !important;
  margin-right: 0 !important;
  /* Add To Cart Button Styles */
  /* Rating */
  /* Quick View Button Style */
}
.products-list .product-item:before,
.block.widget.block-products-list .widget-product-grid .product-item:before,
.products-list .product-item:after,
.block.widget.block-products-list .widget-product-grid .product-item:after {
  content: "";
  clear: both;
  display: block;
}
.products-list .product-item .product-reviews-summary .reviews-actions,
.block.widget.block-products-list .widget-product-grid .product-item .product-reviews-summary .reviews-actions {
  font-size: 15px;
  display: none !important;
}
.products-list .product-item .product-item-name,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-name {
  margin-top: 0;
}
.products-list .product-item .timer-product,
.block.widget.block-products-list .widget-product-grid .product-item .timer-product {
  position: absolute;
  bottom: 80px;
  z-index: 10;
  text-align: center;
  margin-top: 0;
}
.products-list .product-item .timer-product #timer-countbox .countdown-section,
.block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section {
  width: 32.5%;
  padding: 5px !important;
}
.products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-amount,
.block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 14px;
}
.products-list .product-item .product-image-photo.default_image,
.block.widget.block-products-list .widget-product-grid .product-item .product-image-photo.default_image {
  position: relative;
  z-index: 2;
}
.products-list .product-item .product-item-name,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-name,
.products-list .product-item .product.name a,
.block.widget.block-products-list .widget-product-grid .product-item .product.name a {
  font-size: 18px;
  font-weight: 700 !important;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.products-list .product-item .product-brand,
.block.widget.block-products-list .widget-product-grid .product-item .product-brand {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.products-list .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner {
  padding: 0;
  position: static;
  margin-top: 10px;
  /* Wishlist & Compare Button Style */
  /* Quickview Button Styles */
}
.products-list .product-item .product-item-inner.move-quick-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.move-quick-btn {
  text-align: center;
}
.products-list .product-item .product-item-inner ul,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul {
  display: table;
  width: 100%;
}
.products-list .product-item .product-item-inner ul > li,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 4px;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .magebees_quickview,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocart.primary,
.products-list .product-item .product-item-inner ul > li .btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .btn,
.products-list .product-item .product-item-inner ul > li .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.towishlist,
.products-list .product-item .product-item-inner ul > li .action.tocompare,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocompare,
.products-list .product-item .product-item-inner ul > li .stock.unavailable,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.unavailable,
.products-list .product-item .product-item-inner ul > li .stock.available,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.available {
  display: block;
  text-align: center;
  padding: 0;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .magebees_quickview:before,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocart.primary:before,
.products-list .product-item .product-item-inner ul > li .btn:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .btn:before,
.products-list .product-item .product-item-inner ul > li .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.towishlist:before,
.products-list .product-item .product-item-inner ul > li .action.tocompare:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocompare:before,
.products-list .product-item .product-item-inner ul > li .stock.unavailable:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.unavailable:before,
.products-list .product-item .product-item-inner ul > li .stock.available:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.available:before {
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  display: block;
  font-weight: normal;
  overflow: hidden;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .magebees_quickview span,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocart.primary span,
.products-list .product-item .product-item-inner ul > li .btn span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .btn span,
.products-list .product-item .product-item-inner ul > li .action.towishlist span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.towishlist span,
.products-list .product-item .product-item-inner ul > li .action.tocompare span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocompare span,
.products-list .product-item .product-item-inner ul > li .stock.unavailable span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.unavailable span,
.products-list .product-item .product-item-inner ul > li .stock.available span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.available span {
  display: none;
}
.products-list .product-item .product-item-inner .action.towishlist span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.towishlist span,
.products-list .product-item .product-item-inner .action.tocompare span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.tocompare span,
.products-list .product-item .product-item-inner .action.available span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.available span {
  display: none;
}
.products-list .product-item .product-item-inner .action.unavailable,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.unavailable {
  width: 100%;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
}
.products-list .product-item .product-item-inner .action.unavailable:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.unavailable:before {
  content: "\2716";
}
.products-list .product-item .product-item-inner .action.unavailable span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.unavailable span {
  display: none;
}
.products-list .product-item .product-item-inner .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .magebees_quickview {
  text-transform: uppercase;
}
.products-list .product-item .product-item-inner.style1,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1,
.products-list .product-item .product-item-inner.style2,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2,
.products-list .product-item .product-item-inner.style3,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3,
.products-list .product-item .product-item-inner.style4,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4,
.products-list .product-item .product-item-inner.style5,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5,
.products-list .product-item .product-item-inner.style6,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6,
.products-list .product-item .product-item-inner.style7,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7,
.products-list .product-item .product-item-inner.style8,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8,
.products-list .product-item .product-item-inner.style9,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9,
.products-list .product-item .product-item-inner.style10,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 {
  width: 100%;
  text-align: center;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin: 0 auto 0 !important;
  position: static;
  opacity: 1;
  visibility: visible;
}
.products-list .product-item .product-item-inner.style1 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .alink,
.products-list .product-item .product-item-inner.style2 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .alink,
.products-list .product-item .product-item-inner.style3 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .alink,
.products-list .product-item .product-item-inner.style4 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .alink,
.products-list .product-item .product-item-inner.style5 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .alink,
.products-list .product-item .product-item-inner.style6 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .alink,
.products-list .product-item .product-item-inner.style7 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .alink,
.products-list .product-item .product-item-inner.style8 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .alink,
.products-list .product-item .product-item-inner.style9 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .alink,
.products-list .product-item .product-item-inner.style10 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .alink {
  display: none;
}
.products-list .product-item .product-item-inner.style1 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-wishlist,
.products-list .product-item .product-item-inner.style2 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist,
.products-list .product-item .product-item-inner.style3 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-wishlist,
.products-list .product-item .product-item-inner.style4 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-wishlist,
.products-list .product-item .product-item-inner.style5 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-wishlist,
.products-list .product-item .product-item-inner.style6 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-wishlist,
.products-list .product-item .product-item-inner.style7 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-wishlist,
.products-list .product-item .product-item-inner.style8 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-wishlist,
.products-list .product-item .product-item-inner.style9 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-wishlist,
.products-list .product-item .product-item-inner.style10 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-wishlist {
  width: 90px;
  height: 45px;
  line-height: 45px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}
.products-list .product-item .product-item-inner.style1 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style2 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style3 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style4 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style5 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style6 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style7 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style8 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style9 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style10 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-wishlist .action.towishlist {
  display: block;
}
.products-list .product-item .product-item-inner.style1 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style2 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style3 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style4 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style5 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style6 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style7 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style8 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style9 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style10 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-wishlist .action.towishlist:before {
  line-height: inherit;
  font-size: 15px;
  font-weight: 400;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal,
.products-list .product-item .product-item-inner.style2 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal,
.products-list .product-item .product-item-inner.style3 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal,
.products-list .product-item .product-item-inner.style4 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal,
.products-list .product-item .product-item-inner.style5 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal,
.products-list .product-item .product-item-inner.style6 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal,
.products-list .product-item .product-item-inner.style7 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal,
.products-list .product-item .product-item-inner.style8 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal,
.products-list .product-item .product-item-inner.style9 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal,
.products-list .product-item .product-item-inner.style10 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal {
  width: 100%;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: static;
  opacity: 1;
  visibility: visible;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .icon-font {
  font-size: 15px;
  font-weight: normal;
  padding: 10px !important;
  line-height: normal;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .icon-font span {
  display: block;
  text-transform: uppercase;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style1 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .action.secondary {
  font-size: 15px;
  font-weight: 400;
  border: 0 !important;
  display: block;
  padding: 0 !important;
  height: 45px;
  width: 100%;
  line-height: 45px;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style1 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .action.secondary:before {
  font-size: 15px;
  line-height: 45px;
  display: block;
  font-weight: 400;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .action.secondary .text {
  display: none !important;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .action.secondary .icon {
  display: block;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .icon {
  display: none;
}
.products-list .product-item .product-item-inner.style3,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3,
.products-list .product-item .product-item-inner.style5,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5,
.products-list .product-item .product-item-inner.style6,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6,
.products-list .product-item .product-item-inner.style8,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8,
.products-list .product-item .product-item-inner.style7,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7,
.products-list .product-item .product-item-inner.style9,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9,
.products-list .product-item .product-item-inner.style10,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 {
  margin-top: 20px !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  -ms-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  -ms-justify-content: center !important;
}
.products-list .product-item .product-item-inner.style3 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal,
.products-list .product-item .product-item-inner.style5 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal,
.products-list .product-item .product-item-inner.style6 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal,
.products-list .product-item .product-item-inner.style8 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal,
.products-list .product-item .product-item-inner.style7 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal,
.products-list .product-item .product-item-inner.style9 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal,
.products-list .product-item .product-item-inner.style10 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal {
  width: auto;
}
.products-list .product-item .product-item-inner.style3 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style5 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style6 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style8 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style7 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style9 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style10 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .cart-btn .action.secondary {
  height: 45px;
  width: 45px;
  padding: 0 !important;
}
.products-list .product-item .product-item-inner.style3 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .cart-btn .text,
.products-list .product-item .product-item-inner.style5 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .cart-btn .text,
.products-list .product-item .product-item-inner.style6 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .cart-btn .text,
.products-list .product-item .product-item-inner.style8 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .cart-btn .text,
.products-list .product-item .product-item-inner.style7 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .cart-btn .text,
.products-list .product-item .product-item-inner.style9 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .cart-btn .text,
.products-list .product-item .product-item-inner.style10 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .cart-btn .text {
  display: none;
}
.products-list .product-item .product-item-inner.style3 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn,
.products-list .product-item .product-item-inner.style5 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn,
.products-list .product-item .product-item-inner.style6 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn,
.products-list .product-item .product-item-inner.style8 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .icon-btn,
.products-list .product-item .product-item-inner.style7 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn,
.products-list .product-item .product-item-inner.style9 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .icon-btn,
.products-list .product-item .product-item-inner.style10 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .icon-btn {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  margin: 0 2px;
  max-width: 50px;
  height: auto;
}
.products-list .product-item .product-item-inner.style3 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .action,
.products-list .product-item .product-item-inner.style5 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn .action,
.products-list .product-item .product-item-inner.style6 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn .action,
.products-list .product-item .product-item-inner.style8 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .icon-btn .action,
.products-list .product-item .product-item-inner.style7 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .action,
.products-list .product-item .product-item-inner.style9 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .icon-btn .action,
.products-list .product-item .product-item-inner.style10 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .icon-btn .action,
.products-list .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style5 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style6 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style8 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style7 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style9 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style10 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .icon-btn .magebees_quickview {
  font-weight: 400 !important;
  height: 45px !important;
  width: 45px !important;
  margin: 0 auto;
  padding: 0 !important;
}
.products-list .product-item .product-item-inner.style6 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal,
.products-list .product-item .product-item-inner.style8 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal,
.products-list .product-item .product-item-inner.style10 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal {
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
}
.products-list .product-item .product-item-inner.style7,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
}
.products-list .product-item .product-item-inner.style7 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .action {
  display: block;
}
.products-list .product-item .product-item-inner.style7 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .action,
.products-list .product-item .product-item-inner.style7 .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .magebees_quickview {
  line-height: 44px;
  font-size: 0;
}
.products-list .product-item .product-item-inner.style7 .icon-btn .action span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .action span,
.products-list .product-item .product-item-inner.style7 .magebees_quickview span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .magebees_quickview span {
  display: block;
  margin-top: -2px;
}
.products-list .product-item .action.tocart.primary span,
.block.widget.block-products-list .widget-product-grid .product-item .action.tocart.primary span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.products-list .product-item .actions-primary .stock.unavailable,
.block.widget.block-products-list .widget-product-grid .product-item .actions-primary .stock.unavailable {
  background-color: #e60000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.products-list .product-item .buynow-btn .buynow.primary,
.block.widget.block-products-list .widget-product-grid .product-item .buynow-btn .buynow.primary {
  width: auto;
  font-size: 14px !important;
  padding: 10px 30px !important;
}
.products-list .product-item .buynow-btn .buynow.primary span,
.block.widget.block-products-list .widget-product-grid .product-item .buynow-btn .buynow.primary span {
  font-weight: 600 !important;
}
.products-list .product-item .price-box,
.block.widget.block-products-list .widget-product-grid .product-item .price-box {
  margin: 20px 0;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.products-list .product-item .price-box .price-label,
.block.widget.block-products-list .widget-product-grid .product-item .price-box .price-label {
  display: none;
}
.products-list .product-item .price-box .price,
.block.widget.block-products-list .widget-product-grid .product-item .price-box .price {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.products-list .product-item .product-item-info,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-info {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.products-list .product-item .pro-hover,
.block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
  position: relative;
  flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
}
.products-list .product-item .product-item-details,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-details {
  padding: 0 0 0 80px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  text-align: left;
}
.products-list .product-item .learn-more,
.block.widget.block-products-list .widget-product-grid .product-item .learn-more {
  display: block;
  margin: 20px 0;
}
.products-list .product-item .learn-more .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .learn-more .action.secondary {
  padding: 7px 20px !important;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
.products-list .product-item .product-item-description,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description {
  margin: 20px 0;
  font-size: 15px;
}
.products-list .product-item .product-item-description p,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.products-list .product-item .product-item-description ul,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 20px;
}
.products-list .product-item .product-item-description ul li,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description ul li {
  margin-bottom: 0;
}
.products-list .product-item .product-item-description h2,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
.products-list .product-item .product-reviews-summary,
.block.widget.block-products-list .widget-product-grid .product-item .product-reviews-summary {
  display: block;
  margin: 0 auto 10px !important;
}
.products-list .product-item .product-reviews-summary .rating-summary,
.block.widget.block-products-list .widget-product-grid .product-item .product-reviews-summary .rating-summary {
  left: 0;
  margin: 0;
}
.products-list .product-item .swatch-attribute.size .swatch-option.text,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute.size .swatch-option.text {
  height: 30px;
  width: 30px;
}
.products-list .product-item .swatch-attribute .swatch-option,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}
.products-list .product-item .swatch-attribute .swatch-attribute-options,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.products-list .product-item .swatch-attribute .swatch-option.text,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-option.text {
  min-width: 30px;
  font-size: 11px;
  height: 30px;
  margin-right: 5px;
}
.products-list .product-item .swatch-attribute.size .swatch-option.text,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute.size .swatch-option.text {
  font-weight: normal;
  background-color: transparent;
  color: #333;
}
.products-list .product-item .product-item-info:hover .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-info:hover .magebees_quickview {
  position: static !important;
  margin-top: 0 !important;
  width: 100% !important;
}
.products-list .product-item:hover.magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item:hover.magebees_quickview {
  position: static !important;
  margin-top: 0 !important;
  width: 100% !important;
}
.products-list .hover-style3 .pro-hover,
.block.widget.block-products-list .widget-product-grid .hover-style3 .pro-hover {
  -webkit-flex: 0 0 26%;
  flex: 0 0 26%;
  -ms-flex: 0 0 26%;
}
.products-list .hover-style6 .p_sku,
.block.widget.block-products-list .widget-product-grid .hover-style6 .p_sku,
.products-list .hover-style6 .price-box,
.block.widget.block-products-list .widget-product-grid .hover-style6 .price-box {
  display: inline-block;
  margin: 0;
}
.products-list .hover-style4 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .hover-style4 .btn-horizontal {
  margin-top: 20px;
}
.products-list .hover-style4 .product-item .btn-horizontal .icon-btn,
.block.widget.block-products-list .widget-product-grid .hover-style4 .product-item .btn-horizontal .icon-btn {
  max-width: 35px !important;
  height: 35px !important;
  margin: 0 2px;
}
.products-list .hover-style9 .product-item .magebees_quickview span .text,
.block.widget.block-products-list .widget-product-grid .hover-style9 .product-item .magebees_quickview span .text {
  display: none;
}
.products-list .hover-style10 .product-item .hvr_dtl,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl {
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
}
.products-list .hover-style10 .product-item .hvr_dtl .price-box,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl .price-box {
  margin-right: 20px;
}
.products-list .hover-style10 .product-item .hvr_dtl .action,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl .action {
  padding: 12px 25px !important;
  font-weight: 600 !important;
}
.products-list .hover-style10 .product-item .hvr_dtl .action .st-icon,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl .action .st-icon {
  width: 18px;
  height: 18px;
  margin: -2px 5px 0 0;
}
.products-list .hover-style10 .product-item .hvr_dtl .action span,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl .action span {
  vertical-align: initial;
  font-weight: 600 !important;
}
.products-list .hover-style10 .product-item .product-item-photo,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .product-item-photo {
  padding: 10px;
}
.products-list .hover-style10 .product-item .p_sku_seprator,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .p_sku_seprator {
  display: none;
}
.products-list .hover-style11 .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-inner,
.products-list .hover-style12 .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-inner {
  justify-content: start !important;
  -webkit-justify-content: start !important;
  -ms-justify-content: start !important;
}
.products-list .hover-style11 .product-item .product-item-inner .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.products-list .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
.products-list .hover-style12 .product-item .product-item-inner .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-inner .icon-btn .action {
  width: 40px !important;
  height: 40px !important;
  margin: 0 5px 0 0;
  padding: 0 10px !important;
  display: block;
  text-align: center;
  line-height: 38px;
  border-radius: 4px !important;
}
.products-list .hover-style11 .product-item .product-item-inner .cart-btn.icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-inner .cart-btn.icon-btn .action {
  width: auto !important;
  padding: 0 15px !important;
  text-transform: uppercase;
}
.products-list .hover-style11 .product-item .product-item-info .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-info .magebees_quickview,
.products-list .hover-style11 .product-item .product-item-info:hover .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-info:hover .magebees_quickview,
.products-list .hover-style12 .product-item .product-item-info .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-info .magebees_quickview,
.products-list .hover-style12 .product-item .product-item-info:hover .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-info:hover .magebees_quickview {
  display: block;
}
.products-list .hover-style11 .product-item .timer-product,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .timer-product,
.products-list .hover-style12 .product-item .timer-product,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .timer-product {
  bottom: 20px;
}
.products-list .hover-style12 .product-item .product-item-inner.style12 .d-flex,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-inner.style12 .d-flex {
  flex-direction: row !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: center;
}
.products-list .hover-style12 .product-item .pro-hover .product-item-photo,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .pro-hover .product-item-photo {
  background-color: #fff;
}
.products-list .hover-style12 .product-item .hvr_dtl,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .hvr_dtl {
  justify-content: start !important;
  -webkit-justify-content: start !important;
  -ms-justify-content: start !important;
}
.products-list #timer-countbox .countdown-section,
.block.widget.block-products-list .widget-product-grid #timer-countbox .countdown-section {
  width: 60px;
  min-width: inherit !important;
  text-align: center;
  margin-left: 0 !important;
  display: inline-block;
  float: none !important;
  padding: 4px 0 !important;
  border: 0 !important;
  line-height: 20px;
  margin-bottom: 5px;
}
.products-list #timer-countbox .countdown-section .countdown-amount,
.block.widget.block-products-list .widget-product-grid #timer-countbox .countdown-section .countdown-amount {
  font-size: 14px;
  padding: 10px !important;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 500;
}
.products-list #timer-countbox .countdown-section .countdown-period,
.block.widget.block-products-list .widget-product-grid #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
}
.poco-themes:not(.poco-home-page-style-2) .products-list .product-item .pro-hover .product-item-photo {
  border: solid 1px #ececec;
  padding: 10px;
}
.poco-home-page-style-2 .products-list .product-item .product-item-name,
.poco-home-page-style-2 .products-list .product-item .product.name a {
  font-weight: 500;
}
.page-layout-1column .products-list .product-item .pro-hover,
.page-layout-1column .block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
}
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist {
  line-height: 45px;
}
.price-box .price-label {
  display: none !important;
}
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none !important;
}
.price-box .old-price,
.price-box .old.price {
  text-decoration: none;
}
.price-box .old-price .price-wrapper .price,
.price-box .old.price .price-wrapper .price {
  text-decoration: line-through;
}
/* ------------------------------------------------------------
   End Products Listing Style  --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Rating Star Style  -----------------------------------------
--------------------------------------------------------------- */
.rating-summary {
  white-space: nowrap;
  overflow: hidden;
}
.rating-summary .rating-result {
  margin-left: 0;
  width: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  content: "\2605" "\2605" "\2605" "\2605" "\2605";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #d9d9d9;
  font-style: normal;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 28px;
  display: block;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  color: #ffa800;
  content: "\2605" "\2605" "\2605" "\2605" "\2605";
  font-size: 18px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  height: 28px;
  line-height: 28px;
  font-style: normal;
}
.review-control-vote:before {
  content: "\2605" "\2605" "\2605" "\2605" "\2605";
  font-size: 30px;
  letter-spacing: 6px;
  display: block;
  position: absolute;
  z-index: 1;
  font-style: normal;
  height: auto;
  line-height: 22px;
  color: #c7c7c7;
}
.review-control-vote label:before {
  font-size: 30px;
  letter-spacing: 6px;
  display: block;
  font-style: normal;
  opacity: 0;
  height: auto;
  line-height: 22px;
  color: #000;
}
.review-control-vote .rating-1:before {
  content: '\2605';
}
.review-control-vote .rating-2:before {
  content: '\2605' '\2605';
}
.review-control-vote .rating-3:before {
  content: '\2605' '\2605' '\2605';
}
.review-control-vote .rating-4:before {
  content: '\2605' '\2605' '\2605' '\2605';
}
.review-control-vote .rating-5:before {
  content: '\2605' '\2605' '\2605' '\2605' '\2605';
}
.review-control-vote label:before {
  color: #ffa800;
}
.review-form {
  max-width: 100%;
}
/* ------------------------------------------------------------
   End Rating Star Style  -------------------------------------
--------------------------------------------------------------- */
/* Onepage Category layout  ------------------------------------ */
.page-with-filter.page-layout-1column .page-main > .page-title-wrapper .page-title,
.page-products.page-layout-1column .page-main > .page-title-wrapper .page-title {
  display: block;
  margin-top: 20px;
}
.page-layout-1column.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
  /* 3 Products Grid Row */
  /* End 4 Products Grid Row */
  /* 4 Products Grid Row */
  /* End 4 Products Grid Row */
  /* 5 Products Grid Row */
  /* End 5 Products Grid Row */
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item {
  width: 31.2%;
  margin-right: 3%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
  width: 23%;
  margin-right: 2.564102564102564%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 2.564102564102564%;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
  width: 17.88%;
  margin-right: 2.564102564102564%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div),
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div),
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 ul > li,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 32px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock:before {
  font-size: 14px;
  height: 35px;
  line-height: 32px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock .tooltip-icon {
  margin-left: -29px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option {
  min-width: 10px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text {
  line-height: 25px;
  min-width: 8px;
  height: 25px;
  width: 25px;
  font-size: 10px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .learn-more .secondary,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .learn-more .secondary {
  padding: 6px 10px;
  font-size: 13px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.hover-style4 .product-item .btn-horizontal .icon-btn,
.catalogsearch-result-index .column.main .product-items-5.hover-style4 .product-item .btn-horizontal .icon-btn {
  max-width: 35px;
  height: 35px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.hover-style4 .product-item .product-item-name a,
.catalogsearch-result-index .column.main .product-items-5.hover-style4 .product-item .product-item-name a {
  font-size: 16px;
}
.page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
.catalogsearch-result-index .column.main .products-list .product-items .product-item {
  width: 100%;
  margin-right: 0;
}
.catalogsearch-result-index #layered-filter-block-top .block-title.filter-title {
  display: none;
}
.catalogsearch-result-index .columns .column #layered-filter-block {
  display: none !important;
}
.page-layout-1column .columns .column #layered-filter-block {
  display: block !important;
}
#layered-filter-block .filter-current .action.remove {
  position: absolute;
  padding: 0 !important;
  left: auto !important;
  right: 0 !important;
}
#layered-filter-block .filter-current .action.remove:before {
  content: "\2716" !important;
  font-size: 14px;
  background: none !important;
  width: 12px !important;
  height: 12px !important;
  margin-top: 2px !important;
}
#layered-filter-block .filter-actions .action {
  padding: 0 !important;
  text-decoration: underline;
}
.hrl_filter.filter .filter-current .items {
  padding: 0 20px 20px;
}
#layered-filter-block .block-actions {
  margin-bottom: 20px;
}
/* ------------------------------------------------------------
   Product Detail Page ----------------------------------------
--------------------------------------------------------------- */
.prodLabel.top-left {
  top: 15px;
  left: 15px;
}
.prodLabel.top-right {
  top: 15px;
  right: 15px;
}
.prodLabel.bottom-right {
  right: 15px;
  bottom: 15px;
}
.prodLabel.bottom-left {
  left: 15px;
  bottom: 15px;
}
.prodLabel.bottom-center {
  bottom: 15px;
}
.prodLabel.top-center {
  top: 15px;
}
.prodLabel .productlabel-txt {
  font-weight: 500;
}
.catalog-product-view.page-layout-1column .fotorama__stage .fotorama__loaded--img {
  width: 100% !important;
  height: 100% !important;
}
.catalog-product-view .mfp-bg {
  background: #fff !important;
  opacity: 1 !important;
}
.catalog-product-view .mfp-figure:after {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.catalog-product-view .mfp-arrow-right:before {
  border: 0 !important;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>');
  line-height: 40px;
  display: block;
}
.catalog-product-view .mfp-arrow-right:after {
  display: none;
}
.catalog-product-view .mfp-arrow-left:before {
  border: 0 !important;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>');
  line-height: 40px;
  display: block;
}
.catalog-product-view .mfp-arrow-left:after {
  display: none;
}
.catalog-product-view .mfp-image-holder .mfp-close,
.catalog-product-view .mfp-iframe-holder .mfp-close {
  color: #222;
  padding: 0 !important;
  right: 0;
  font-weight: normal;
  font-size: 30px;
}
.catalog-product-view .mfp-image-holder .mfp-close:focus,
.catalog-product-view .mfp-iframe-holder .mfp-close:focus {
  background-color: transparent !important;
}
.catalog-product-view .fotorama__arr:hover,
.catalog-product-view .fotorama__thumb__arr:hover {
  background-color: transparent;
}
.catalog-product-view img.mfp-img {
  border: 0;
}
.catalog-product-view.page-layout-1column .product.media {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 50%;
  padding-left: 125px;
}
.catalog-product-view .product-gallery {
  position: relative;
}
.catalog-product-view .product-info-main .stock.unavailable {
  color: #fff;
  background: #cc0000;
  padding: 10px !important;
  margin: 20px 0;
  text-align: center;
  margin-bottom: 20px !important;
}
.catalog-product-view .product-info-main .stock.unavailable span {
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main .rating-summary .rating-result:before,
.catalog-product-view .product-info-main .rating-summary .rating-result > span:before {
  font-size: 20px;
}
.catalog-product-view .product-info-main .product.info.detailed #reviews .block.review-add {
  width: 100%;
}
.catalog-product-view .product-info-main .rating-summary .rating-result:before {
  top: 1px;
}
.product.media {
  position: relative;
}
.product.media .prodLabel.top-right {
  right: 15px;
  top: 15px;
}
.product.media .prodLabel.top-left {
  left: 15px;
  top: 15px;
}
.product.media .gallery-list:before,
.product.media .gallery-list:after {
  content: '';
  clear: both;
  display: table;
}
.product.media .gallery-list .item-image {
  float: left;
  width: 48.5%;
  margin-bottom: 3%;
  margin-right: 3%;
  border: 1px solid #eee;
}
.product.media .gallery-list .item-image:hover {
  opacity: 0.8;
}
.product.media .gallery-list .item-image:nth-of-type(1n) {
  margin-right: 3%;
}
.product.media .gallery-list .item-image:nth-of-type(2n) {
  margin-right: 0;
}
.product.media .gallery-list .item-image a,
.product.media .gallery-list .item-image img {
  display: block;
}
.product.media .gallery-list .item-image a {
  padding: 1px;
}
.product.media .gallery-list .item-image:last-of-type {
  margin-bottom: 0;
}
.page-layout-2columns-left .product.media,
.page-layout-2columns-right .product.media,
.page-layout-3columns .product.media {
  width: 49% !important;
}
.page-layout-3columns .quickViewDetails .product.media {
  width: 100% !important;
}
.product-add-form .swatch-attribute.size .swatch-option,
.product-add-form .swatch-attribute.manufacturer .swatch-option {
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  height: 35px;
}
.product-add-form .swatch-option.image {
  width: 40px !important;
  height: 40px !important;
}
.product-add-form .product-options-wrapper .swatch-attribute.size .swatch-option,
.product-add-form .product-options-wrapper .swatch-attribute.manufacturer .swatch-option {
  min-width: 40px;
}
/* Products Details */
.product-info-main {
  margin-bottom: 10px;
}
.product-info-main .detail-page-timer {
  margin: 10px 0 20px;
}
.product-info-main .detail-page-timer:before,
.product-info-main .detail-page-timer:after {
  content: '';
  clear: both;
  display: block;
}
.product-info-main .detail-page-timer .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  text-align: left;
  margin-bottom: 10px;
}
.product-info-main .timer-product {
  text-align: center;
  width: 100%;
  margin: 40px 0;
  position: static;
}
.product-info-main .timer-product .timer-countbox {
  width: 100%;
}
.product-info-main .timer-product #timer-countbox .countdown-row {
  display: flex;
}
.product-info-main .timer-product #timer-countbox .countdown-section {
  width: 100%;
  flex: 1;
  text-align: center;
  padding: 10px 0 !important;
  margin-right: 0.4% !important;
}
.product-info-main .timer-product #timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
.product-info-main .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 24px;
  padding: 5px 0 !important;
  font-weight: 800;
}
.product-info-main .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 14px;
  font-weight: 600;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 36px;
  line-height: normal;
  margin: 0 0 15px;
  font-weight: 700;
  text-transform: none;
}
.product-info-main .stock {
  display: block !important;
  margin: 0 0 30px !important;
  padding-right: 0 !important;
  text-transform: none !important;
  font-weight: 500 !important;
}
.product-info-main .stock.available:before {
  content: "Availability: ";
  display: inline-block;
  color: #000;
}
.product-info-main .stock.available span {
  color: #69ae10;
  line-height: normal;
  font-weight: 600;
  padding: 3px 15px 3px 0;
  display: inline-block;
  letter-spacing: 0.5px;
}
.product-info-main .stock.unavailable span {
  line-height: normal;
  font-weight: 600;
  padding: 3px 15px 3px 0;
  display: inline-block;
  letter-spacing: 0.5px;
}
.product-info-main .product.attribute.overview {
  margin: 45px 0 0;
  padding: 45px 0 0;
  font-size: 18px;
  line-height: 32px;
  border-top: 1px solid #e9e9e9;
}
.product-info-main .product.attribute.overview h2 {
  margin: 0 0 10px;
  font-size: 18px;
}
.product-info-main .product.attribute.overview ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.product-info-main .product.attribute.overview ul > li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 5px;
  line-height: normal;
}
.product-info-main .product.attribute.overview ul > li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.product-info-main .product.attribute.overview p {
  margin: 0;
}
.product-info-main .product-add-form {
  border-top: 1px solid #e9e9e9;
  padding-top: 45px !important;
  margin-top: 45px !important;
}
.product-info-main .product-add-form .box-tocart {
  margin: 0 0 40px !important;
}
.product-info-main .price-box {
  margin: 0 0 10px;
  display: block;
}
.product-info-main .price-box .price-container {
  line-height: normal;
}
.product-info-main .price-box .old-price,
.product-info-main .price-box .old.price .price-wrapper .price {
  font-weight: 500;
}
.product-info-main .price-box .price-wrapper .price {
  font-size: 24px;
  font-weight: 600;
}
.product-info-main .special-price {
  margin: 0 !important;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 16px !important;
}
.product-info-main .product-reviews-summary .reviews-actions .action {
  font-weight: 400;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
}
.product-info-main .product.attribute.sku strong {
  font-weight: 500;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  word-break: break-all;
}
.product-info-main .product.info.detailed.vertical .product.data.items > .item.content {
  padding: 20px !important;
}
.product-info-main .product.info.detailed.vertical .product.data.items > .item.title .switch:after {
  display: none !important;
}
.product-info-main .product.info.detailed .product.data.items > .item.title {
  display: block !important;
  margin: 0 !important;
  text-align: left;
}
.product-info-main .product.info.detailed .product.data.items > .item.title.active .switch:after {
  content: "\2212" !important;
  top: 9px;
}
.product-info-main .product.data.items > .item.content {
  margin: 0 !important;
  float: none !important;
}
.product-info-main .product.data.items .pagebuilder-column-group {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.product-info-main .product.data.items .pagebuilder-column-group [data-content-type="column"] {
  width: 100% !important;
  padding-left: 0 !important;
}
.product-info-main .product.info.detailed .product.data.items > .item.content {
  padding: 20px 0 30px !important;
}
.product-info-main .product.info.detailed #reviews #product-review-container {
  width: 100% !important;
  margin-right: 0 !important;
}
.product-info-main .product.info.detailed #reviews .review-list .review-item .rating-summary {
  width: 49%;
  margin-bottom: 5px;
}
.product.info.detailed {
  clear: both;
}
.product-options-wrapper .swatch-opt {
  margin: 0;
  padding: 0;
}
.product-options-wrapper .swatch-option.text {
  height: 30px;
}
.product-options-wrapper .swatch-option {
  margin-right: 15px;
}
.product-options-wrapper .swatch-option.color {
  height: 15px;
  width: 15px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  min-width: 15px;
  border: 0;
  border-color: transparent;
  border-width: 3px !important;
  padding: 0 !important;
}
.product-options-wrapper .swatch-option:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.product-options-wrapper .swatch-option.color.selected,
.product-options-wrapper .swatch-option.color:focus,
.product-options-wrapper .swatch-option.color:hover {
  outline: 1px solid #c6c6cc !important;
  border: solid 3px #fff !important;
}
.product-options-wrapper label,
.product-options-wrapper .swatch-attribute-label {
  font-size: 18px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 20px;
}
.product-options-wrapper input.input-text,
.product-options-wrapper select {
  height: 38px;
}
.product-options-wrapper select.multiselect {
  height: auto;
  padding: 5px;
  background-image: none;
}
.product-options-wrapper .swatch-attribute.size .swatch-option {
  font-size: 16px !important;
  border-color: #d7d7db !important;
  width: 60px;
  height: 35px;
  line-height: 30px;
}
.product-options-wrapper .swatch-attribute.size .swatch-option:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.product-options-wrapper .swatch-attribute.size .swatch-option.selected,
.product-options-wrapper .swatch-attribute.size .swatch-option:focus,
.product-options-wrapper .swatch-attribute.size .swatch-option:hover {
  color: #25252b !important;
  border-color: #737384 !important;
  outline: none !important;
}
.product-options-wrapper select {
  padding: 0 25px 0 10px;
  line-height: 36px;
}
.product-options-wrapper .fieldset:before,
.product-options-wrapper .fieldset:after {
  content: '';
  clear: both;
  display: table;
}
.product-options-wrapper .fieldset:last-child {
  margin: 0 !important;
}
.product-options-wrapper .fieldset .field {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px !important;
}
.product-options-wrapper .fieldset .field:nth-of-type(2n) {
  padding-left: 0;
  padding-right: 0;
}
.product-options-wrapper .fieldset.fieldset-product-options-inner .legend {
  font-weight: 500 !important;
  margin: 0 0 10px;
  font-size: 18px;
}
.product-options-wrapper .fieldset .options-list .field {
  margin-bottom: 10px !important;
}
.product-options-wrapper .fieldset .options-list .field .label {
  font-size: 15px !important;
  font-weight: 400 !important;
}
.product-options-wrapper .fieldset > .field .choice input {
  vertical-align: inherit;
}
.product-options-wrapper .fieldset > .field:not(.choice) > .label {
  font-weight: 500 !important;
}
.product-options-wrapper .swatch-attribute {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px;
}
.product-options-wrapper .swatch-attribute-options {
  margin: 0;
}
.product-options-wrapper .swatch-attribute-selected-option {
  display: none !important;
}
.product-options-wrapper p.note {
  margin-bottom: 0;
}
.product-add-form .box-tocart,
.product-add-form .update {
  margin: 40px 0;
}
.product-add-form .box-tocart .fieldset:last-child,
.product-add-form .update .fieldset:last-child {
  margin-bottom: 0;
}
.product-add-form .box-tocart .field.qty,
.product-add-form .update .field.qty {
  margin-bottom: 0 !important;
  padding-right: 40px;
}
.product-add-form .box-tocart .field.qty .control-qty,
.product-add-form .update .field.qty .control-qty {
  right: -6px !important;
  margin: 0 !important;
}
.product-add-form .box-tocart .field.qty .input-text.qty,
.product-add-form .update .field.qty .input-text.qty {
  font-size: 18px;
  font-weight: 500;
  float: left;
  height: 61px !important;
  width: 55px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  border: 0 !important;
}
.product-add-form .box-tocart .field.qty .label,
.product-add-form .update .field.qty .label {
  display: none;
}
.product-add-form .box-tocart .field.qty .field-error,
.product-add-form .update .field.qty .field-error,
.product-add-form .box-tocart .field.qty div.mage-error,
.product-add-form .update .field.qty div.mage-error {
  width: 100%;
  position: absolute;
  top: 100%;
  line-height: normal;
  white-space: nowrap;
}
.product-add-form .box-tocart .fieldset,
.product-add-form .update .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 !important;
}
.product-add-form .box-tocart .actions,
.product-add-form .update .actions {
  padding-top: 0 !important;
  vertical-align: middle !important;
  width: 100%;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.product-add-form .box-tocart .actions .action.primary,
.product-add-form .update .actions .action.primary,
.product-add-form .box-tocart .actions .action.secondary,
.product-add-form .update .actions .action.secondary {
  width: 100%;
}
.product-add-form .box-tocart .buynow-button,
.product-add-form .update .buynow-button {
  padding-left: 40px;
}
.product-add-form .box-tocart .buynow-button .action,
.product-add-form .update .buynow-button .action {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 19px 35px !important;
  width: auto !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
.product-add-form .box-tocart #product-addtocart-button,
.product-add-form .update #product-addtocart-button {
  font-size: 16px;
  padding: 19px 30px !important;
  font-weight: 600 !important;
}
.product-add-form .box-tocart #product-addtocart-button .icon .st-icon,
.product-add-form .update #product-addtocart-button .icon .st-icon {
  margin-top: -3px;
}
.qty-outer {
  border: solid 1px #d7d7db;
  width: 85px;
  position: relative;
}
.qty-outer:before,
.qty-outer:after {
  content: '';
  clear: both;
  display: table;
}
.quantity-controls {
  font-size: 13px;
  float: left;
  background-color: transparent;
  position: static;
  height: 31px;
  width: 31px;
  line-height: 35px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  border: solid 1px #d7d7db;
  border-top: 0;
  border-right: 0;
}
.quantity-controls.quantity-minus {
  border-bottom: 0;
}
.quantity-plus-qv:before {
  content: "\002B";
  display: block;
  font-size: 24px;
  line-height: 27px;
}
.quantity-minus-qv:before {
  content: "\2212";
  display: block;
  font-size: 24px;
  line-height: 28px;
}
.quantity-controls:hover {
  background-color: #ddd;
}
.qnty {
  position: absolute;
  width: 31px;
  right: 0;
}
.qnty .icon {
  font-size: 17px;
}
.product-add-form .box-tocart.update .field.qty {
  vertical-align: middle;
}
.product-add-form .box-tocart.update .control .input-text.qty {
  border: solid 1px #dbdbdb !important;
}
.product-add-form .box-tocart.update .label,
.product-add-form .box-tocart.update .control {
  float: left !important;
}
.product-add-form .box-tocart.update .label {
  margin: 10px 5px 0 0 !important;
}
.product-social-links {
  margin-bottom: 0;
}
.product-social-links .product-addto-links {
  margin: 0 0 45px;
  padding-bottom: 45px;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.product-social-links .product-addto-links .action {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.product-social-links .product-addto-links .action.sizeguide,
.product-social-links .product-addto-links .action.towishlist,
.product-social-links .product-addto-links .action.tocompare {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-right: 15px;
  width: auto;
  vertical-align: middle;
}
.product-social-links .product-addto-links .action.tocompare {
  margin-right: 0;
}
.product-social-links .product-addto-links .action .st-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: -4px;
}
.product-social-links .product-info-stock-sku {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 20px;
}
.product-social-links .shareIcons {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.product-social-links .mbSocialShareInline,
.product-social-links .mbSocialShareInlineUnderCart {
  padding-bottom: 0 !important;
}
.product-social-links .shareIcons .label {
  text-transform: uppercase;
  display: inline;
  font-weight: 500;
  padding-right: 10px;
}
.product-social-links .addthis_inline_share_toolbox_tedx {
  display: inline-block;
  vertical-align: middle;
  clear: none !important;
}
.product-social-links .at-style-responsive .at-share-btn {
  padding: 0 !important;
}
.product-social-links .at-style-responsive .at-share-btn .at-icon-wrapper,
.product-social-links .at-style-responsive .at-share-btn .at-icon {
  width: 22px !important;
  height: 22px !important;
  fill: #737384 !important;
}
.product-social-links [data-content-type="row"][data-appearance="contained"] {
  padding: 0 !important;
  margin: 0;
}
.a2a_default_style:not(.a2a_flex_style) a {
  padding: 0 4px !important;
}
.addthis_inline_share_toolbox_fymt {
  padding-top: 20px;
}
.product-reviews-summary {
  margin: 0 0 15px;
  font-size: 16px !important;
  display: table;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions .view:after {
  content: '|';
  display: inline-block;
  padding-left: 5px;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 10px;
}
.product-reviews-summary .rating-summary {
  left: 0;
  padding-right: 20px;
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .rating-summary .rating-result:before,
.product-reviews-summary .rating-summary .rating-result > span:before {
  letter-spacing: 6px;
}
.prev-next-products {
  margin-top: 2px;
  position: fixed;
  top: 50%;
  z-index: 8;
  width: 100%;
}
.prev-next-products > div {
  position: absolute;
  z-index: 99;
}
.prev-next-products > div.next-product {
  right: 0;
}
.prev-next-products > div a {
  text-align: center;
  margin: 0;
  color: #000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 60px;
  height: 60px;
  display: block;
  font-size: 0;
  background-color: #f7f5f4;
  overflow: hidden;
}
.prev-next-products > div a:hover {
  background-color: #f0f0f0;
}
.prev-next-products > div a:hover:before {
  color: #000;
}
.prev-next-products > div a:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: block;
  text-align: center;
  height: 10px;
  width: 10px;
  transform: rotate(225deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.prev-next-products > div a.next-arrw:before {
  transform: rotate(405deg);
}
.prev-next-products > div .pn-product-detail {
  background-color: #f7f5f4;
  min-width: 200px;
  position: absolute;
  top: 0;
  right: 100%;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 32;
  padding: 10px;
}
.prev-next-products > div .pn-product-detail .product-image {
  float: left;
  max-width: 60px;
}
.prev-next-products > div .pn-product-detail .product-name {
  display: block;
  padding-left: 70px;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 18px;
  margin: 0;
}
.prev-next-products > div .pn-product-detail .price-box {
  padding-left: 70px;
}
.prev-next-products > div .pn-product-detail .price-box .price-box {
  padding-left: 0;
}
.prev-next-products > div .pn-product-detail .price-box .special-price {
  padding-right: 3px;
}
.prev-next-products > div .pn-product-detail .price-box .price-wrapper .price {
  font-size: 13px;
  font-weight: 400;
}
.prev-next-products > div .pn-product-detail .price-box .old-price {
  padding-right: 5px;
}
.prev-next-products > div .pn-product-detail .price-box .price-from,
.prev-next-products > div .pn-product-detail .price-box .price-to {
  margin-bottom: 0;
  line-height: normal;
}
.prev-next-products > div.prev-product .pn-product-detail {
  right: auto;
  left: 100%;
}
.prev-next-products > div:hover .pn-product-detail {
  opacity: 1;
  visibility: visible;
}
/* Product Gallery */
.fotorama__stage {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 20px;
  background: #fff;
}
.poco-home-page-style-2 .fotorama__stage {
  background: #f7f6f4;
}
.page-layout-1column.boxed-layout-poco .vertical-thumb-slider {
  position: relative;
}
.page-layout-1column.boxed-layout-poco .vertical-thumb-slider .fotorama__stage {
  width: 81.5% !important;
}
@media (max-width: 1120px) {
  .page-layout-1column.boxed-layout-poco .vertical-thumb-slider .fotorama__stage {
    width: 76% !important;
  }
}
@media (max-width: 1200px) {
  .page-layout-1column.boxed-layout-poco .vertical-thumb-slider .fotorama__stage {
    width: 87% !important;
  }
}
@media (max-width: 767px) {
  .page-layout-1column.boxed-layout-poco .vertical-thumb-slider .fotorama__stage {
    width: 100% !important;
  }
}
.page-layout-1column .fotorama--fullscreen .fotorama__stage {
  width: 100% !important;
}
.page-layout-1column .fotorama--fullscreen .fotorama__fullscreen-icon:focus {
  outline: 0;
}
.page-layout-1column .fotorama--fullscreen .prodLabel {
  display: none !important;
}
.page-layout-1column .fotorama--fullscreen .fotorama__nav--thumbs {
  margin: 0 auto;
  text-align: center;
}
.page-layout-1column .fotorama--fullscreen .fotorama__wrap--css3 .fotorama__spinner {
  height: 124px;
  width: 124px;
}
@media (max-width: 1120px) {
  .page-layout-1column .fotorama__stage__frame.fotorama_vertical_ratio {
    width: 94.5% !important;
  }
}
.fotorama__spinner {
  animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
}
.boxed-layout-poco.page-layout-2columns-left .vertical-thumb-slider .fotorama__stage {
  width: 75% !important;
}
@media (max-width: 1120px) {
  .boxed-layout-poco.page-layout-2columns-left .vertical-thumb-slider .fotorama__stage {
    width: 74% !important;
  }
}
@media (max-width: 1200px) {
  .boxed-layout-poco.page-layout-2columns-left .vertical-thumb-slider .fotorama__stage {
    width: 83% !important;
  }
}
@media (max-width: 767px) {
  .boxed-layout-poco.page-layout-2columns-left .vertical-thumb-slider .fotorama__stage {
    width: 100% !important;
  }
}
.boxed-layout-poco.page-layout-2columns-right .vertical-thumb-slider .fotorama__stage {
  width: 74% !important;
}
@media (max-width: 1120px) {
  .boxed-layout-poco.page-layout-2columns-right .vertical-thumb-slider .fotorama__stage {
    width: 75% !important;
  }
}
@media (max-width: 1200px) {
  .boxed-layout-poco.page-layout-2columns-right .vertical-thumb-slider .fotorama__stage {
    width: 84% !important;
  }
}
@media (max-width: 767px) {
  .boxed-layout-poco.page-layout-2columns-right .vertical-thumb-slider .fotorama__stage {
    width: 100% !important;
  }
}
.fotorama-inner {
  position: relative;
}
.fotorama__spinner {
  height: 124px !important;
  width: 124px !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: none !important;
  -mz-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
}
.fotorama__caption__wrap {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
  .fotorama__caption {
    display: none !important;
  }
}
.fotorama__stage,
.fotorama__nav {
  overflow: visible;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  display: none;
}
/*.fotorama__nav__shaft { height: 15px; } */
.fotorama__nav--dots .fotorama__nav__frame--thumb {
  display: none !important;
}
.fotorama__nav--dots .fotorama__dot {
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  cursor: pointer;
  left: 0;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 15px !important;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
body .fotorama--fullscreen {
  z-index: 999999 !important;
}
.fotorama__thumb__arr {
  transition: none !important;
  -webkit-transition: none !important;
}
.fotorama__thumb {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon,
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  display: none;
}
.fotorama__thumb-border {
  background: none;
  border-width: 1px;
  margin-top: 0;
  background-image: none;
  display: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  border-radius: 100px;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 50% !important;
  margin-top: -14px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
  display: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: inline-block;
  height: 8px;
  width: 8px;
  text-align: center;
  transform: rotate(220deg);
  margin-top: 8px;
  margin-right: 3px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  text-align: center;
  transform: rotate(220deg);
  margin-top: 8px;
  margin-left: 3px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  text-align: center;
}
.fotorama__thumb__arr:hover {
  background-color: #fff !important;
}
.vertical-thumb-slider .fotorama__stage {
  margin: 0 0 0 10px;
  border: 0;
}
.vertical-thumb-slider .fotorama__thumb {
  width: 98%;
}
@media (min-width: 768px) {
  .vertical-thumb-slider .fotorama__stage {
    width: 76% !important;
  }
}
.vertical-thumb-slider .fotorama__arr--next {
  right: 0 !important;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  top: -11px;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  padding: 11px 10px 10px 0 !important;
  cursor: pointer;
  margin-right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb:first-of-type {
  padding-top: 0 !important;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right:before {
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: inline-block;
  height: 8px;
  width: 8px;
  text-align: center;
  transform: rotate(320deg);
  margin-top: 8px;
  color: #000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  text-align: center;
  transform: rotate(310deg);
  margin-top: 8px;
  color: #000;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: none !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__stage,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__stage {
  border: 1px solid #eee !important;
  width: 99% !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__thumb,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__thumb {
  border-color: #eee !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__stage,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__stage {
  background: #fff;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__nav__shaft .fotorama__active .fotorama__thumb,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__nav__shaft .fotorama__active .fotorama__thumb {
  border-color: #737384 !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__stage__frame .fotorama__img,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__stage__frame .fotorama__img {
  left: 46%;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-1column .fotorama__stage,
.poco-themes:not(.poco-home-page-style-2).page-layout-1column .fotorama__thumb {
  border: 1px solid #eee !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-1column .fotorama__stage {
  background: #fff;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-1column .fotorama__nav__shaft .fotorama__active .fotorama__thumb {
  border-color: #737384 !important;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: none !important;
  -mz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.fotorama__arr--next .fotorama__arr__arr {
  background: none !important;
  text-align: center;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: inline-block;
  text-align: center;
  height: 10px;
  width: 10px;
  transform: rotate(225deg);
}
.fotorama__arr--next .fotorama__arr__arr:hover:before {
  opacity: 0.8;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background: none !important;
  text-align: center;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  text-align: center;
  transform: rotate(225deg);
}
.fotorama__arr--prev .fotorama__arr__arr:hover:before {
  opacity: 0.8;
}
.fotorama__fullscreen-icon {
  background: none !important;
  text-align: center;
}
.fotorama__fullscreen-icon:before {
  content: "\2715";
  font-size: 30px;
  line-height: 80px;
  display: inline-block;
  color: #888;
}
/* End Product Gallery */
.html-block .block-title {
  margin-bottom: 10px;
}
.html-block [data-content-type="row"][data-appearance="contained"] {
  padding: 0 !important;
}
.cartBox.modal-popup .modal-header {
  padding: 20px !important;
}
.cartDetails .action-close {
  top: 5px !important;
}
/* Sticky Product Page */
.sticky-product {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 10px 0;
  position: fixed;
  z-index: 99;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sticky-product .container {
  position: relative;
}
.sticky-product .timer-product {
  display: none !important;
}
.sticky-product.hide {
  display: none;
}
.sticky-product .sticky-close-i {
  color: #333;
  font-size: 15px;
  float: right;
  padding: 0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.sticky-product .sticky-close-i:hover {
  opacity: 0.5;
}
.sticky-product .sticky-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.sticky-product .sticky-image .product-image-photo {
  position: static;
}
.sticky-product .sticky-price {
  display: inline-block;
  vertical-align: middle;
}
.sticky-product .sticky-cart-btn {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -18px;
}
.sticky-product .sticky-cart-btn .action.primary:after {
  padding-left: 0;
  font-size: 17px;
}
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
}
.sticky-product .sticky-detail .product-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600 !important;
}
.sticky-product .stock.available {
  display: block;
  color: #669600;
  margin: 0;
}
.sticky-product .stock.available span {
  color: #5a7b13;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}
.sticky-product .stock.unavailable {
  display: block;
  color: #ba0000;
  margin: 0;
}
.sticky-product .stock.unavailable span {
  color: #ba0000;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}
.sticky-product .availability.only,
.sticky-product .product-sku-area {
  display: none !important;
}
.sticky-product .product.attribute.sku .value,
.sticky-product .product.attribute.sku .type {
  display: inline-block;
}
.sticky-product .price-box .price-container .price {
  font-size: 14px;
  font-weight: 500;
}
.sticky-product .action.primary {
  font-size: 14px !important;
  padding: 8px 18px !important;
}
.sticky-product .action.primary .icon .st-icon {
  margin-top: -3px;
}
.product.info.detailed {
  width: 100%;
  margin-bottom: 0;
  /* Vertical Tab Section */
  /* Accordian Tab Section */
}
.product.info.detailed [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product.info.detailed.accordion,
.product.info.detailed.vertical {
  background-color: #fff;
}
.product.info.detailed.vertical {
  width: 100%;
}
.product.info.detailed.vertical #reviews .block.review-add,
.product.info.detailed.vertical #reviews #product-review-container {
  width: 100%;
  margin-right: 0;
}
.product.info.detailed.vertical .product.data.items > .item.title {
  float: none;
  max-width: 200px;
  text-align: right;
  display: block;
}
.product.info.detailed.vertical .product.data.items > .item.title .switch {
  padding: 10px 25px;
  margin: 0;
}
.product.info.detailed.vertical .product.data.items .item.content {
  position: absolute;
  float: none;
  margin: 0;
  right: 1px;
  top: 0;
  min-height: 180px;
  padding: 20px;
  background-color: transparent;
}
.product.info.detailed.accordion .product.data.items > .item.title {
  float: none;
  margin-bottom: 0;
  display: block;
  text-align: left;
  border-bottom: solid 1px #e9e9e9;
}
.product.info.detailed.accordion .product.data.items > .item.title:last-of-type {
  border-bottom: 0 !important;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch {
  font-size: 18px;
  line-height: normal;
  padding: 20px 40px 20px 0;
  position: relative;
  height: auto;
  margin: 0 !important;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch:after {
  content: "\002B";
  display: block !important;
  text-align: center;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 16px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch:before {
  display: none !important;
}
.product.info.detailed.accordion .product.data.items > .item.title.active .switch:after {
  content: "\2212" !important;
  top: 16px;
}
.product.info.detailed.accordion .product.data.items > .item.title.active:before {
  display: none !important;
}
.product.info.detailed.accordion .product.data.items .item.content {
  float: none;
  margin-left: 0;
  margin-top: 0;
  border: 0 !important;
  padding: 40px 0;
}
.product.info.detailed .product.data.items {
  text-align: center;
  margin-bottom: 0 !important;
}
.product.info.detailed .product.data.items > .item.title {
  display: inline-block;
  float: none;
  border: 0;
  margin-right: 1px;
}
.product.info.detailed .product.data.items > .item.title .switch {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  margin: 0 25px;
  height: auto;
  font-weight: 500;
  border: 0;
  position: relative;
}
.product.info.detailed .product.data.items > .item.title .switch .counter {
  display: none;
}
.product.info.detailed .product.data.items > .item.title .switch:before {
  content: " ";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: transparent;
}
.product.info.detailed .product.data.items > .item.title.active .switch {
  border: 0;
}
.product.info.detailed .product.data.items > .item.title.active .switch:before {
  content: " ";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
}
.product.info.detailed .product.data.items > .item.content {
  margin-top: 50px;
  padding: 70px 0 0;
  text-align: left;
  background-color: transparent;
  font-size: 18px;
  line-height: 32px;
}
.product.info.detailed .product.data.items > .item.content .description p:last-of-type {
  margin-bottom: 0;
}
.product.info.detailed .product.data.items > .item.content .description ul {
  margin-left: 0;
  padding-left: 25px;
}
.product.info.detailed .product.data.items > .item.content .description ol {
  margin: 0 0 10px 15px;
}
.product.info.detailed .product.data.items > .item.content .description ol li {
  margin-bottom: 3px;
}
.product.info.detailed .product.data.items .data.table.additional-attributes {
  width: 100%;
}
.product.info.detailed .product.data.items .data.table.additional-attributes th.label,
.product.info.detailed .product.data.items .data.table.additional-attributes td.data {
  width: 50%;
  padding: 5px 10px;
}
.product.info.detailed #reviews:before,
.product.info.detailed #reviews:after {
  content: "";
  clear: both;
  display: block;
}
.product.info.detailed #reviews #product-review-container {
  float: left;
  width: 51.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.product.info.detailed #reviews #product-review-container .review-ratings .rating-summary {
  display: inline-block;
  padding-right: 10px;
}
.product.info.detailed #reviews .review-list {
  margin-bottom: 0 !Important;
}
.product.info.detailed #reviews .review-list .block-title strong {
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.product.info.detailed #reviews .review-list .review-items {
  max-height: 480px;
  overflow-y: auto;
}
.product.info.detailed #reviews .review-list .review-item {
  padding: 20px 0;
}
.product.info.detailed #reviews .review-list .review-item .review-ratings {
  max-width: inherit;
  display: block;
  float: none;
  padding: 10px 0 20px;
}
.product.info.detailed #reviews .review-list .review-item .review-ratings:before,
.product.info.detailed #reviews .review-list .review-item .review-ratings:after {
  content: "";
  clear: both;
  display: block;
}
.product.info.detailed #reviews .review-list .review-item .rating-summary {
  padding: 10px;
  background-color: #f7f6f4;
  width: 32%;
  float: left;
  margin-right: 1%;
  text-align: center;
}
.product.info.detailed #reviews .review-list .review-item .rating-summary .rating-label {
  font-weight: 600;
  padding: 0;
  display: inline;
  font-size: 15px;
  margin-right: 10px;
  vertical-align: middle;
}
.product.info.detailed #reviews .review-list .review-item .review-content {
  margin-bottom: 20px;
}
.product.info.detailed #reviews .review-list .review-item .review-details {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product.info.detailed #reviews .review-list .review-item .review-details p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin: 0;
}
.product.info.detailed #reviews .review-list .review-item .review-details strong {
  font-weight: 500;
}
.product.info.detailed #reviews .review-list .review-toolbar {
  border: 0;
  margin: 0 0 20px;
}
.product.info.detailed #reviews .review-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.product.info.detailed #reviews .review-ratings ~ .review-content,
.product.info.detailed #reviews .review-ratings ~ .review-details {
  margin-left: 0;
}
.product.info.detailed #reviews .block.review-add {
  float: left;
  width: 45.5%;
}
.product.info.detailed #reviews .review-add .block-title {
  display: block;
}
.product.info.detailed #reviews .review-add .block-title strong {
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 700;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.product.info.detailed #reviews .review-add .block-content {
  padding: 0;
  background-color: transparent !important;
}
.product.info.detailed #reviews #review-form .review-field-ratings .label {
  padding: 0 10px 10px 0;
  text-transform: none;
  font-weight: 600;
  line-height: normal;
}
.product.info.detailed #reviews #review-form .review-field-ratings legend {
  display: none;
}
.product.info.detailed #reviews #review-form .review-field-ratings .review-field-rating {
  position: relative;
}
.product.info.detailed #reviews #review-form .label {
  text-align: left;
  padding: 0;
}
.product.info.detailed #reviews #review-form .review-legend.legend {
  margin-bottom: 20px;
}
.product.info.detailed #reviews #review-form .review-field-rating .control {
  padding-top: 0;
}
.product.info.detailed #reviews #review-form .fieldset {
  margin-bottom: 10px;
}
.product.info.detailed #reviews #review-form .fieldset > .legend {
  text-transform: none;
}
.product.info.detailed #reviews #review-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.product.info.detailed #reviews #review-form .fieldset > .field {
  margin: 0 0 10px !important;
}
.product.info.detailed #reviews #review-form .fieldset .review-field-ratings {
  margin: 0 0 20px !important;
}
.product.info.detailed #reviews #review-form .fieldset > .field.review-field-text {
  margin: 0 !important;
}
.product.info.detailed #reviews #review-form .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 20px;
}
.product.info.detailed #reviews #review-form .review-legend.legend span {
  font-size: 17px;
}
.product.info.detailed #reviews #review-form .review-legend.legend strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding-left: 5px;
}
.product.info.detailed .description ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 20px;
}
.product.info.detailed .description ul > li {
  position: relative;
  padding-left: 35px;
  margin: 0;
}
.product.info.detailed .description ul > li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.product.info.detailed .description ol {
  margin: 0 0 10px 15px;
}
.product.info.detailed .description ol li {
  margin-bottom: 3px;
}
.product.info.detailed .description table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.product.info.detailed .description table th {
  padding: 10px;
  text-align: left;
}
.product.info.detailed .description table td {
  padding: 10px;
}
.product.info.detailed .product.description img[style="float: left;"] {
  margin: 0 20px 20px 0;
}
.product.info.detailed .product.description img[style="float: right;"] {
  margin: 0 0 20px 20px;
}
.page-layout-2columns-right.catalog-product-view .product-info-main,
.page-layout-2columns-left.catalog-product-view .product-info-main {
  width: 50% !important;
  padding-left: 25px;
}
.page-layout-2columns-right.catalog-product-view .product.media,
.page-layout-2columns-left.catalog-product-view .product.media {
  width: 50% !important;
  padding-right: 25px;
}
.page-layout-2columns-right.catalog-product-view .product.info.detailed #reviews .review-list .review-item .rating-summary,
.page-layout-2columns-left.catalog-product-view .product.info.detailed #reviews .review-list .review-item .rating-summary {
  width: 49%;
  margin-bottom: 5px;
  margin-right: 1%;
}
.page-layout-2columns-right .product.info.detailed .product.data.items > .item.title,
.page-layout-2columns-left .product.info.detailed .product.data.items > .item.title {
  margin-right: 0;
}
.page-layout-2columns-right .product.info.detailed .product.data.items > .item.title .switch,
.page-layout-2columns-left .product.info.detailed .product.data.items > .item.title .switch {
  margin: 0 15px;
}
.page-layout-2columns-right .product.info.detailed.vertical .product.data.items > .item.title .switch,
.page-layout-2columns-left .product.info.detailed.vertical .product.data.items > .item.title .switch {
  margin: 0;
  font-size: 14px;
}
.page-layout-2columns-right .product.info.detailed.vertical .product.data.items > .item.title.active .switch:before,
.page-layout-2columns-left .product.info.detailed.vertical .product.data.items > .item.title.active .switch:before {
  display: none;
}
.page-layout-2columns-right .product.info.detailed.vertical .product.data.items .pl-7,
.page-layout-2columns-left .product.info.detailed.vertical .product.data.items .pl-7 {
  padding-left: 40px !important;
}
.page-layout-2columns-right .product.info.detailed.vertical #reviews .review-list .block-title strong,
.page-layout-2columns-left .product.info.detailed.vertical #reviews .review-list .block-title strong {
  margin: 0 !important;
  padding: 0 !important;
}
.page-layout-2columns-right .quickViewDetails.modal-popup .product-info-main,
.page-layout-2columns-left .quickViewDetails.modal-popup .product-info-main,
.page-layout-2columns-right .quickViewDetails.modal-popup .product.media,
.page-layout-2columns-left .quickViewDetails.modal-popup .product.media {
  width: 100% !important;
}
.page-layout-2columns-right .quickViewDetails .product.info.detailed:not(.accordion) .product.data.items > .item.title .switch,
.page-layout-2columns-left .quickViewDetails .product.info.detailed:not(.accordion) .product.data.items > .item.title .switch {
  margin: 0;
}
.page-layout-2columns-right .fotorama__nav--thumbs .fotorama__nav__frame,
.page-layout-2columns-left .fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0 !important;
}
.page-layout-2columns-right .fotorama__stage,
.page-layout-2columns-left .fotorama__stage {
  margin-bottom: 20px;
}
.magebees-timecountdown-container:before,
.magebees-timecountdown-container:after {
  content: "";
  clear: both;
  display: block;
}
.page-layout-1column .column.main .block.widget.block-viewed-products-grid .product-item {
  margin-left: 0;
}
/* Product Type */
.bundle-options-container .legend.title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: none;
}
.bundle-options-container .product.name {
  font-size: 14px;
}
.bundle-options-container .available.stock {
  margin: 0;
}
.bundle-options-container .action.back {
  margin-bottom: 10px;
}
.bundle-options-container .nested .field.qty {
  margin-top: 10px;
}
.bundle-options-container .nested .field.qty .control,
.bundle-options-container .nested .field.qty .label {
  display: inline-block;
}
.bundle-options-container .block-bundle-summary {
  padding: 20px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 600;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  width: 110px !important;
  float: left;
  margin-right: 15px;
}
.bundle-options-container .block-bundle-summary .product-details {
  padding-left: 120px;
  display: block;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin: 0 !important;
  padding: 5px 0 !important;
  border: 0 !important;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  margin-right: 15px !important;
  margin-bottom: 5px !important;
  vertical-align: middle;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty .input-text.qty {
  width: 50px !important;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty .control-qty {
  right: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  margin-bottom: 0 !important;
}
.bundle-options-container .block-bundle-summary .box-tocart .available.stock {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .price-box {
  clear: both;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
}
.bundle-options-container .bundle-options-wrapper {
  width: 100% !important;
}
.bundle-options-container {
  margin: 0 !important;
}
.bundle-options-container .product-add-form {
  margin-bottom: 40px;
}
.bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.bundle-options-container .product-options-wrapper .fieldset {
  margin: 0 0 10px;
}
.bundle-options-container .product-options-wrapper .fieldset .field {
  width: 100%;
  float: none;
  display: block;
}
.bundle-options-container .product-options-wrapper .fieldset .field:nth-of-type(2n) {
  padding-left: 0;
}
.bundle-options-container .block-bundle-summary {
  width: 100% !important;
  padding: 0 !important;
}
.table-wrapper.grouped {
  margin-top: 20px;
}
.table-wrapper.grouped #super-product-table {
  font-size: 14px;
  border: solid 1px #ddd;
}
.table-wrapper.grouped #super-product-table tr:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.table-wrapper.grouped #super-product-table td,
.table-wrapper.grouped #super-product-table th {
  padding: 5px 10px;
}
.table-wrapper.grouped td,
.table-wrapper.grouped th {
  padding: 5px 10px;
}
.table-wrapper.grouped .product-info-main .price-box {
  margin-bottom: 0;
}
.table-wrapper.grouped .price-box .price {
  font-size: 14px !important;
}
.table-wrapper.grouped .control .qty {
  height: 30px;
}
.page-product-bundle .bundle-options-container .product-add-form {
  background-color: #f3f3f3;
  padding: 20px;
}
.page-product-bundle .bundle-options-container .product-add-form:before,
.page-product-bundle .bundle-options-container .product-add-form:after {
  content: '';
  clear: both;
  display: block;
}
.page-product-bundle .bundle-options-container:before,
.page-product-bundle .bundle-options-container:after {
  content: '';
  clear: both;
  display: block;
}
.page-product-bundle .bundle-options-container .legend.title,
.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  background-color: #f3f3f3;
}
.page-product-bundle .product-info-main .price-box .price-wrapper .price {
  font-size: 2.4rem;
}
.page-product-bundle .product-info-main .price-box .price-to,
.page-product-bundle .product-info-main .price-box .price-from {
  display: inline-block;
  margin-right: 10px;
}
.page-product-downloadable .product-options-bottom {
  width: 100% !important;
}
.page-product-downloadable .product-options-wrapper {
  width: 100% !important;
  padding-right: 0;
}
.page-product-downloadable .product-options-wrapper .fieldset .field {
  width: 100% !important;
  padding-right: 0;
}
.page-product-downloadable .items.samples dd {
  display: inline-block;
  padding-right: 5px;
}
.page-product-downloadable .items.samples dd a {
  background-color: #f2f2f2;
  padding: 3px 10px;
}
.page-product-downloadable .product-add-form .box-tocart {
  margin-top: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.fotorama__stage {
  border: 0 !important;
}
/* ------------------------------------------------------------
   End Product Detail Page ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Cart Page Common  ------------------------------------------
--------------------------------------------------------------- */
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update .cart-container .form-cart .action.continue,
.block-cart-failed .action.continue {
  padding: 5px 10px;
  font-weight: normal;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update .cart-container .form-cart .action.continue:before,
.block-cart-failed .action.continue:before {
  display: none;
}
.block-cart-failed .action.continue,
.cart-container .actions .action.continue,
.cart-container .actions .action.clear,
.cart-container .actions .action.update {
  padding: 5px 10px;
  font-size: 13px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
}
.block-cart-failed .action.continue:focus,
.cart-container .actions .action.continue:focus,
.cart-container .actions .action.clear:focus,
.cart-container .actions .action.update:focus,
.block-cart-failed .action.continue:active,
.cart-container .actions .action.continue:active,
.cart-container .actions .action.clear:active,
.cart-container .actions .action.update:active,
.block-cart-failed .action.continue:hover,
.cart-container .actions .action.continue:hover,
.cart-container .actions .action.clear:hover,
.cart-container .actions .action.update:hover {
  border: 0;
}
.cart-container .cart-totals {
  padding: 10px 0;
  border: 0;
}
.cart-container .checkout-methods-items {
  text-align: left;
  margin-top: 40px;
}
.cart-container .checkout-methods-items .action.primary {
  width: auto;
  font-size: 15px;
  font-weight: 600;
}
.cart-container .cart-summary {
  padding: 0;
  width: 24%;
  margin-left: 3%;
  background-color: transparent;
}
.cart-container .cart-summary > .title {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border: 0;
  padding: 0 0 40px;
}
.cart-container .cart-summary .block > .title {
  margin-bottom: 10px;
  background-color: #f7f5f4;
  padding: 10px 30px 10px 10px;
}
.cart-container .cart-summary .block > .title strong {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
.cart-container .cart-summary .data.table.totals {
  border: 0 !important;
}
.cart-container .cart-summary .data.table.totals tr:not(:last-of-type) {
  border-bottom: solid 1px #dbdbdb;
}
.cart-container .cart-summary .data.table.totals tbody tr:nth-of-type(even) {
  background-color: inherit !important;
}
.cart-container .cart-summary .data.table.totals tr.grand.totals,
.cart-container .cart-summary .data.table.totals tr.grand.totals td {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-container .cart-summary .data.table.totals tr.grand.totals strong,
.cart-container .cart-summary .data.table.totals tr.grand.totals td strong {
  font-weight: 600;
}
.cart-container .cart-summary .block .fieldset .field.note {
  font-size: 15px;
}
.cart-container .cart-summary .block .fieldset .field {
  margin-bottom: 10px !important;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
  font-weight: normal;
}
.cart-container .cart-summary #discount-coupon-form .field {
  margin-bottom: 10px !important;
  margin-top: 30px;
}
.cart-container .cart-summary #discount-coupon-form .field .label {
  display: none;
}
.cart-container .cart-summary #discount-coupon-form .actions-toolbar .primary button {
  padding: 10px 25px !important;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  padding: 8px 30px 8px 0;
  border: 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 9px;
  width: 9px;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 16px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
}
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  transform: rotate(312deg);
  top: 20px;
}
.column.main .block.crosssell {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0 !important;
  clear: both;
}
.column.main .block.crosssell .products {
  margin-bottom: 0 !important;
}
.column.main .block.crosssell .products-grid .product-item {
  padding: 0 !important;
}
.column.main .block.crosssell .title {
  text-align: center;
  position: relative;
}
.column.main .block.crosssell .title strong {
  font-size: 25px;
  font-weight: 600;
  text-transform: none;
  margin: 0;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.column.main .block.crosssell .products-grid .product-item {
  width: 23.5%;
  margin-right: 2%;
  margin-left: 0;
}
.column.main .block.crosssell .products-grid .product-item:nth-child(4n) {
  margin-right: 0;
}
.column.main .block.crosssell .products-grid .product-item .product-item-name {
  font-size: 14px;
}
.checkout-cart-index .minicart-wrapper .minicart-items-wrapper {
  height: auto !important;
}
/* ------------------------------------------------------------
   End Cart Page Common  --------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   One page checkout   ----------------------------------------
--------------------------------------------------------------- */
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin: 0;
}
.opc-wrapper .fieldset .field.required,
.opc-wrapper .fieldset .field._required {
  margin-bottom: 5px !important;
}
.mageb-osc .magebees-discount-code-wrapper .payment-option-content .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar,
.checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index.magebees-onepage-checkout .modal-popup .action-close {
  padding: 15px;
}
.mageb-success-page h2,
.mageb-success-page h3,
.mageb-success-page h4,
.mageb-success-page h3.product-name,
.sucess-col .sub-title,
.sucess-col .left-success .sub-title {
  font-weight: 600;
}
.opc-wrapper .form-discount {
  max-width: 100%;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: left !important;
}
.checkout-index-index .nav-sections {
  display: block;
}
.magebees-onepage-checkout .modal-popup .actions-toolbar {
  display: inline-block;
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.magebees-onepage-checkout .modal-popup .secondary {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .form.form-login .actions-toolbar .primary,
  .magebees-onepage-checkout .modal-popup .actions-toolbar {
    margin-left: 26%;
  }
  .form.form-login .actions-toolbar .primary {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------
   End One page checkout   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Quickview Modal Popup  -------------------------------------
--------------------------------------------------------------- */
.quickViewDetails {
  max-width: 1040px;
  margin: 0 auto;
}
.quickViewDetails.modal-popup._inner-scroll .modal-inner-wrap {
  width: 100% !important;
  max-width: 100% !important;
}
.quickViewDetails .modal-footer {
  padding: 0;
}
.quickViewDetails.modal-popup._inner-scroll .modal-content {
  padding: 20px 60px 60px 60px;
}
.quickViewDetails .product.info.detailed .product.data.items > .item.content h2 {
  font-size: 22px;
  line-height: normal;
}
.quickViewDetails .product.data.items > .item.content {
  background-color: transparent;
}
.quickViewDetails .product-item .product-item-name {
  font-size: 14px;
}
.quickViewDetails .mageb-qv-popup:after,
.quickViewDetails .mageb-qv-popup:before {
  content: '';
  clear: both;
  display: block;
}
.quickViewDetails .mageb-qv-popup .row:after,
.quickViewDetails .mageb-qv-popup .row:before {
  content: '';
  clear: both;
  display: block;
}
.quickViewDetails .mageb-qv-popup .image-box-detail {
  width: 50%;
  padding-right: 20px;
  float: left;
}
.quickViewDetails .mageb-qv-popup .info-box-detail {
  width: 50%;
  padding-left: 20px;
  float: left;
}
.quickViewDetails .mageb-qv-popup .info-detail-container {
  width: 100% !important;
  float: none !important;
}
.quickViewDetails .quickview-product-name h3 {
  font-size: 36px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
.quickViewDetails .product-options-wrapper .swatch-opt {
  padding-top: 0 !important;
  margin: 0 !important;
}
.quickViewDetails .product-options-wrapper .swatch-option.color {
  border: 0 !important;
}
.quickViewDetails .product-options-wrapper .swatch-option.text {
  height: auto !important;
}
.quickViewDetails .product-info-main label,
.quickViewDetails .product-options-bottom label,
.quickViewDetails .product-info-main .swatch-attribute-label label,
.quickViewDetails .product-options-bottom .swatch-attribute-label label {
  font-size: 14px !important;
}
.quickViewDetails .magnifier-preview,
.quickViewDetails .magnifier-preview.magnify-hidden,
.quickViewDetails .magnify-lens.magnify-hidden,
.quickViewDetails .magnify-lens {
  display: none !important;
  pointer-events: none !important;
}
.quickViewDetails .product-add-form {
  border-top: 1px solid #e9e9e9;
  padding-top: 25px !important;
  margin-top: 0 !important;
}
.quickViewDetails .product-social-links {
  clear: both;
}
.quickViewDetails .product.info.detailed:not(.accordion) .product.data.items > .item.title .switch {
  margin: 0 15px;
}
.quickViewDetails .product-add-form .fieldset:last-child {
  margin-bottom: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart {
  background-color: transparent;
  padding: 15px 0 25px;
  border: 0 !important;
  margin: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart:before,
.quickViewDetails .product-add-form .box-tocart:after {
  content: '';
  clear: both;
  display: block;
}
.quickViewDetails .product-add-form .box-tocart .fieldset {
  display: table;
  margin: 0;
  padding-right: 40px;
}
.quickViewDetails .product-add-form .box-tocart .fieldset .control-qty-cart {
  position: static;
  float: left !important;
}
.quickViewDetails .product-add-form .box-tocart .actions {
  display: table-cell !important;
  vertical-align: middle;
  width: auto;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct {
  width: 100%;
}
.quickViewDetails .product-add-form .box-tocart .field.qty {
  display: table-cell !important;
  vertical-align: middle;
  margin-bottom: 0 !important;
  float: none;
  width: 85px;
  height: 62px;
  position: relative;
  border: solid 1px #d7d7db;
  padding-right: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .input-text.qty {
  font-size: 18px;
  font-weight: 500;
  float: left;
  height: 60px !important;
  width: 55px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 0;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .field-error,
.quickViewDetails .product-add-form .box-tocart .field.qty div.mage-error {
  width: 100%;
  position: absolute;
  top: 100%;
  line-height: normal;
  white-space: normal;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct:before {
  margin-right: 2px;
  display: none;
}
.quickViewDetails.modal-popup .price-box {
  padding-bottom: 15px !important;
  padding-top: 10px;
}
.quickViewDetails.modal-popup .product-options-bottom .price-box .price-container .price,
.quickViewDetails.modal-popup .product-info-price .price-box .price-container .price {
  font-size: 24px !important;
  line-height: normal !important;
}
.quickViewDetails #quickview-product-review-container {
  float: left;
  width: 52%;
  margin-right: 2.5%;
}
.quickViewDetails .review-form {
  max-width: 100%;
}
.quickViewDetails .block {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 50px !important;
}
.quickViewDetails .block .title strong {
  font-size: 24px !important;
  border-bottom: 0 !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.quickViewDetails .block .section-title {
  margin-bottom: 30px;
}
.quickViewDetails .block.block-slider.crosssell {
  margin-bottom: 0 !important;
}
.quickViewDetails .block.block-slider:not(.related) .product-item-inner.style2 .btn-horizontal .cart-btn .icon {
  display: block;
  line-height: 48px;
}
.quickViewDetails .block.block-slider:not(.related) .product-item-inner.style2 .btn-horizontal .cart-btn .text {
  display: none;
}
.quickViewDetails .block.block-slider:not(.related) .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
  padding: 0 30px !important;
}
.quickViewDetails .block.related {
  border-top: 0;
}
.quickViewDetails .block.related .block-actions {
  margin-bottom: 30px;
}
.quickViewDetails .product-social-links .product-addto-links {
  padding-bottom: 30px;
}
.quickViewDetails .product-info-main {
  float: none !important;
  display: block;
  padding-left: 0 !important;
  width: 100% !important;
}
.quickViewDetails .product-info-main .product.attribute.overview {
  margin: 15px 0;
  font-size: 16px;
  line-height: 28px;
  padding: 25px 0;
  display: none !important;
}
.quickViewDetails .product-info-main .product.attribute.overview ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.quickViewDetails .product-info-main .product.attribute.overview ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: normal;
}
.quickViewDetails .product-info-main .product.attribute.overview ul > li:before {
  content: "\2713";
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.quickViewDetails .product-info-main .stock {
  margin-bottom: 0 !important;
}
.quickViewDetails .product-info-main .product-info-price .price-label {
  display: none !important;
}
.quickViewDetails .product-info-main .product-info-price {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare {
  margin-right: 0;
  padding-right: 15px !important;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare {
  width: auto;
  vertical-align: middle;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist span,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare span {
  display: inline-block;
  vertical-align: middle;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare:before {
  font-size: 14px;
  line-height: inherit;
  width: auto;
  vertical-align: middle;
  height: auto;
  padding-right: 8px;
}
.quickViewDetails .product-info-main .stock.available {
  width: 50%;
}
.quickViewDetails .product-info-main .stock.available span {
  background-color: transparent;
  padding-left: 0;
}
.quickViewDetails .product-info-main .stock.unavailable {
  display: block !important;
  padding: 0 0 10px;
}
.quickViewDetails .product-info-main .stock.unavailable span {
  text-transform: uppercase;
  font-weight: 600;
  color: #cc0000;
}
.quickViewDetails .product-info-main .product-info-price .price-box,
.quickViewDetails .product-info-main .product-info-stock-sku {
  float: none !important;
}
.quickViewDetails .product-info-main .product.attribute.sku,
.quickViewDetails .product-info-main .product-info-stock-sku .stock.available {
  display: inline-block !important;
  padding-right: 10px;
  margin-bottom: 0 !important;
}
.quickViewDetails .product-info-main .items .item {
  display: inline-block;
  padding-right: 10px;
}
.quickViewDetails .product-reviews-summary .reviews-actions a {
  display: inline-block !important;
}
.quickViewDetails .product-reviews-summary .reviews-actions .action.add,
.quickViewDetails .product-reviews-summary .reviews-actions .view:after {
  display: none !important;
}
.quickViewDetails .product.info.detailed #reviews .review-list .review-item .rating-summary {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.quickViewDetails .product-add-form .product-options-wrapper .fieldset > .legend.links-title {
  display: none;
}
.quickViewDetails .bundle-options-container .legend.title {
  font-size: 22px !important;
}
.quickViewDetails .bundle-options-container p.required {
  margin: 0;
}
.quickViewDetails .bundle-options-container .block-bundle-summary {
  padding: 20px !important;
  width: 100% !important;
}
.quickViewDetails .bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 22px;
  margin-top: 0;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .price-box {
  clear: none;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart {
  display: table !important;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .fieldset,
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: table-cell !important;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .fieldset {
  padding-right: 10px;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .available,
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .price-box p {
  margin-bottom: 10px;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .price {
  font-size: 16px;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .product-addto-links {
  margin-top: 10px;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .product-addto-links .action {
  border: 0;
  padding: 7px 15px !important;
}
.quickViewDetails .buynow-button {
  width: 100%;
}
.quickViewDetails .buynow-button #buy-now {
  width: 100%;
  margin-bottom: 30px;
}
.quickViewDetails .fotorama__stage__frame.fotorama_vertical_ratio {
  width: 100% !important;
  height: 100% !important;
}
.quickViewDetails .fotorama__stage {
  width: 100% !important;
  margin-bottom: 15px;
}
.quickViewDetails .fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 15px;
  padding: 0 !important;
  width: 96px !important;
  height: 114px !important;
}
.quickViewDetails .fotorama__thumb {
  border-color: transparent !important;
}
.quickViewDetails.modal-popup .products-grid .product-detail,
.quickViewDetails.modal-popup .products-grid .product-item-details {
  text-align: center !important;
}
.quickViewDetails.modal-popup .products-grid .product-item-inner .actions-primary {
  display: inline-block;
}
.quickViewDetails .product.info.detailed {
  padding: 25px 0;
}
.quickViewDetails .product.info.detailed .product.data.items > .item.content {
  padding: 40px 0 0;
}
.quickViewDetails .block.review-add {
  margin-bottom: 0 !important;
}
.quickViewDetails .product.info.detailed .product.data.items > .item.title {
  margin: 0 10px !important;
}
.quickViewDetails .block-slider .products-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn {
  border-right: solid 1px #ececec;
}
.quickViewDetails .block-slider .products-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary {
  padding: 0 10px !important;
}
.quickViewDetails .block-slider .products-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .icon {
  display: block;
}
.quickViewDetails .block-slider .products-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .text {
  display: none;
}
.swatch-attribute-selected-option {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.poco-themes:not(.poco-home-page-style-2) .quickViewDetails .quickview-product-name h3 {
  font-size: 26px !important;
  font-weight: 700 !important;
}
.poco-themes.poco-home-page-style-8 .quickViewDetails .quickview-product-name h3 {
  font-weight: 600 !important;
}
/* ------------------------------------------------------------
   End Quickview Modal Popup  ---------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Cart Detail Modal Popup on Products Listing  ---------------
--------------------------------------------------------------- */
.modal-custom .action-close,
.action-close,
.modal-slide .action-close {
  width: 23px;
  height: 23px;
  padding: 0;
  right: 20px;
  top: 10px;
}
.modal-custom .action-close:before,
.action-close:before,
.modal-slide .action-close:before {
  content: "\2716" !important;
  display: block !important;
  background-image: none !important;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .cartDetails.modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 450px;
  }
}
.cartDetails .modal-header,
.cartDetails .modal-content,
.cartDetails .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.cartDetails .modal-header {
  padding-bottom: 0;
  padding-top: 40px;
}
.cartDetails .modal-custom .action-close,
.cartDetails .action-close,
.cartDetails .modal-slide .action-close {
  width: 23px;
  height: 23px;
  padding: 0;
  right: 0;
  top: -5px;
  padding: 0 !important;
}
.cartDetails .price-box .price-label {
  display: none !important;
}
.cartDetails .pImageBox {
  width: 100% !important;
  padding-right: 0;
}
.cartDetails .pName,
.cartDetails .product-add-form {
  width: 100% !important;
}
.cartDetails .product-add-form .box-tocart {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.cartDetails .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.cartDetails .product-options-wrapper {
  margin-bottom: 10px;
}
.cartDetails .product-options-wrapper .swatch-attribute {
  margin-bottom: 20px;
}
.cartDetails .product-options-wrapper .swatch-attribute.size .swatch-option {
  font-size: 13px !important;
  width: 40px;
  height: 30px;
  line-height: 25px;
}
.cartDetails .product-options-wrapper .swatch-option {
  margin-right: 10px;
}
.cartDetails .product-options-wrapper label,
.cartDetails .product-options-wrapper .swatch-attribute-label {
  font-size: 14px;
}
.cartDetails .product-add-form .box-tocart .field.qty,
.cartDetails .product-add-form .update .field.qty {
  padding-right: 20px;
}
.cartDetails .product-add-form .box-tocart .field.qty .qnty,
.cartDetails .product-add-form .update .field.qty .qnty {
  width: 29px;
}
.cartDetails .price-container .price {
  font-weight: 600;
}
.cartDetails .product-info-main .box-tocart,
.cartDetails .product-options-bottom .box-tocart {
  display: block;
}
.cartDetails .fieldset {
  margin-bottom: 0 !important;
}
.cartDetails .pname {
  font-size: 20px;
  line-height: normal;
  font-weight: 500 !important;
  padding-right: 0;
  margin-bottom: 20px !important;
}
.cartDetails .modal-inner-wrap .pName {
  font-size: 25px !important;
  line-height: normal !important;
  font-weight: 600 !important;
  padding-right: 0;
  margin-bottom: 30px !important;
  text-transform: uppercase;
}
.cartDetails .pImage {
  margin-bottom: 10px;
}
.cartDetails .modal-content .action {
  width: 100%;
}
.cartDetails .modal-content .action.checkout {
  margin-bottom: 10px;
}
.cartDetails .product-add-form .box-tocart,
.cartDetails .product-add-form .update {
  margin: 20px 0;
}
.cartDetails .block .title strong {
  font-size: 20px;
}
.cartDetails .block .title strong:after {
  display: none;
}
.cartDetails .products-grid .product-item {
  width: 32% !important;
  margin: 0 2% 10px 0;
  float: left;
}
.cartDetails .products-grid .product-item:nth-child(3n) {
  margin-right: 0;
}
.cartDetails .products-grid .product-item:nth-child(3n+1) {
  clear: left;
}
.cartDetails .products-grid .product-item .product-item-name {
  line-height: normal;
}
.cartDetails .products-grid .product-item .price-box .price {
  font-size: 14px;
  font-weight: 600;
}
.cartDetails .related,
.cartDetails .upsell,
.cartDetails .block.crosssell {
  border-top: 0;
}
/* ------------------------------------------------------------
   End Cart Detail Modal Popup on Products Listing  -----------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Blog Wordpress  --------------------------------------------
--------------------------------------------------------------- */
.is-blog .page-title {
  font-weight: 600;
  text-transform: uppercase;
}
.is-blog.wordpress-post-view .page-title {
  font-weight: 600;
  text-transform: none;
}
.sidebar .block {
  width: 100%;
}
.sidebar .block.mageTestimonials {
  padding: 20px;
  margin-bottom: 40px !important;
}
.sidebar .block.mageTestimonials .block-title {
  background-color: transparent;
  margin-top: 0;
}
.sidebar .block.mageTestimonials .magetmQuotes {
  line-height: 22px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  background: url(../images/quote-bg.jpg) no-repeat right bottom;
}
.sidebar .block.mageTestimonials .mageTmClient:before,
.sidebar .block.mageTestimonials .mageTmClient:after {
  content: '';
  clear: both;
  display: block;
}
.sidebar .block.mageTestimonials .mageTmClient .clientPic {
  float: left;
  margin-right: 0;
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 0 4px;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails {
  margin-left: 80px;
  line-height: normal;
  display: block;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails b {
  display: block;
  line-height: normal;
  text-transform: uppercase;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails .mageTmEmail {
  word-break: break-all;
}
.sidebar .block-recent-posts .block-content .item {
  display: table;
  width: 100%;
}
.sidebar .block-recent-posts .block-content .item .post-image {
  width: 30%;
  padding-right: 10px;
}
.sidebar .block-recent-posts .block-content .item .post-image,
.sidebar .block-recent-posts .block-content .item .detail {
  display: table-cell;
  vertical-align: top;
}
.sidebar .block-recent-posts .block-content .item .post-date {
  color: #888888;
  font-size: 12px;
}
.sidebar .block-recent-posts .block-content .item .post-date:before {
  display: none;
}
.sidebar .block-recent-posts .block-content .item .detail a {
  line-height: normal;
}
.sidebar .block-blog-search {
  margin-bottom: 30px !important;
}
.sidebar .block-blog-search .blog-search {
  position: relative;
}
.sidebar .block-blog-search .block-title {
  display: none !important;
}
.sidebar .block-blog-search .block-content {
  padding: 0 !important;
}
.sidebar .block-blog-search .block-content .button {
  font-weight: normal;
}
.sidebar .block-blog-search .button {
  color: #8c8c8c;
  position: absolute;
  right: 0;
  top: 6px;
  background-color: transparent;
  border: 0;
}
.sidebar .block-blog-search .button:hover {
  color: #333333;
}
.sidebar .block-blog-search .button span {
  display: none;
}
.sidebar .block-blog-search .input-text {
  margin-bottom: 10px;
  padding-right: 40px;
}
.sidebar .block-blog .block-title {
  border-bottom: 0;
}
.sidebar .block-blog .block-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .block-blog .block-content .item {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.sidebar .block-blog .block-content .item a {
  position: relative;
  display: block;
}
.sidebar .block-blog-cloud .tags-list li {
  display: inline-block;
}
.sidebar .block-blog-cloud .tags-list li a {
  margin: 0 2px 10px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 50px;
}
.comments-wrapper .fieldset {
  margin-bottom: 20px !important;
  margin-top: 40px;
}
.comments-wrapper .fieldset .legend {
  font-size: 3rem;
  font-weight: 600;
}
.comments-wrapper .fieldset .field:not(.choice) > .label {
  display: block;
  width: 100%;
  text-align: left;
}
.comments-wrapper .fieldset .field:not(.choice) > .control {
  width: 100%;
}
.comments-wrapper .fieldset textarea {
  height: 100px;
}
.comments-wrapper .fieldset .feild {
  display: block;
  margin-bottom: 15px !important;
}
.comments-wrapper .fieldset .textarea {
  margin-bottom: 0 !important;
}
.comments-wrapper .fieldset .feilds {
  padding-bottom: 15px;
}
.comments-wrapper .fieldset .feilds:before,
.comments-wrapper .fieldset .feilds:after {
  content: '';
  clear: both;
  display: block;
}
.comments-wrapper .fieldset .feilds .field {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.comments-wrapper .fieldset .feilds .field.last {
  padding-right: 0;
  padding-left: 15px;
}
.comments-wrapper .actions-toolbar .primary .action {
  padding: 15px 25px;
  font-size: 16px;
}
.comments-wrapper .comment-image img {
  border-radius: 50%;
}
.comments-wrapper .comment-author .comment-url {
  font-weight: 600;
}
.comments-wrapper .comment-meta {
  margin-left: 90px;
}
.comments-wrapper .comment-entry {
  clear: none;
  margin-left: 90px;
  font-size: 13px;
}
.comments-wrapper > h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.comments-wrapper .comment-date .comment-when {
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
.comments-wrapper .reply .comment-reply-link {
  text-transform: uppercase;
}
/* ------------------------------------------------------------
   End Blog Wordpress  ----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   My Account  ------------------------------------------------
--------------------------------------------------------------- */
.limiter-options {
  min-width: 80px;
}
.customer-review .product-info .product-name {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 20px;
}
.customer-review .product-reviews-summary {
  display: block;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: inline-block;
}
.customer-review .product-media {
  max-width: 270px;
}
.customer-review .product-media .product-image-photo {
  width: 100%;
  border: 0;
}
.customer-review .review-details .review-title {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .column:not(.sidebar-main) form .field-recaptcha,
  .column:not(.sidebar-additional) form .field-recaptcha {
    margin-left: 25.8% !important;
  }
}
.sendfriend-product-send .form.send.friend .fieldset {
  margin-bottom: 20px !important;
}
.sendfriend-product-send .form.send.friend .fieldset > .field:not(.choice) > .label {
  width: 135px;
}
.sendfriend-product-send .form.send.friend .fieldset > .field.choice:before,
.sendfriend-product-send .form.send.friend .fieldset > .field.no-label:before {
  width: 135px;
}
.sendfriend-product-send .form.send.friend .actions-toolbar .secondary .action.add {
  margin-top: 0 !important;
}
.sendfriend-product-send .column:not(.sidebar-main) form .actions-toolbar,
.sendfriend-product-send .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 135px !important;
}
.items.order-links {
  display: none;
}
.order-details-items {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.order-details-items .order-title > strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 30px;
  display: block;
}
.order-items .price-including-tax,
.order-items .price-excluding-tax {
  font-size: 14px;
  font-weight: normal;
}
.order-actions-toolbar .actions .action {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.order-details-items .order-items .price,
.order-details-items .table-order-items .product-item-name {
  font-weight: normal;
}
.ordered .table-order-items strong,
.ordered .table-order-items strong .price {
  font-weight: 600;
}
.account.wishlist-index-index .pager:before,
.account.wishlist-index-index .pager:after {
  content: '';
  clear: both;
  display: block;
}
.account.wishlist-index-index .column.main .pager .toolbar-amount {
  padding-top: 3px;
}
.account.wishlist-index-index .column.main .products-grid .product-item {
  position: relative;
  width: 32% !important;
  margin-right: 2%;
  margin-left: 0 !important;
  padding: 0 !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item:nth-child(3n) {
  margin-right: 0;
}
.account.wishlist-index-index .column.main .products-grid .product-item .price-box .price {
  margin: 0 !important;
  display: inline-block;
}
.account.wishlist-index-index .column.main .products-grid .product-item .price-box p {
  margin-bottom: 0;
  display: flex;
}
.account.wishlist-index-index .column.main .products-grid .product-item:hover .product-item-inner,
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-inner {
  opacity: 1;
  visibility: visible;
  position: static;
  padding: 10px !important;
  width: auto;
}
.account.wishlist-index-index .column.main .products-grid .product-item .fieldset {
  margin-bottom: 10px !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .fieldset .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .fieldset .field.qty .label {
  width: auto !important;
  display: none;
}
.account.wishlist-index-index .column.main .products-grid .product-item .box-tocart input.qty {
  height: 40px;
}
.account.wishlist-index-index .column.main .products-grid .product-item .fieldset > .field:not(.choice) > .control {
  width: auto !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions {
  margin: 0;
}
.account.wishlist-index-index .column.main .products-grid .product-item .actions-primary .action.tocart.primary:before {
  line-height: 39px;
  width: 40px;
  height: 40px;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-name {
  margin-top: 20px !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info .magebees_quickview {
  font-size: 14px;
  padding: 15px !important;
  margin: 10px 0;
  border: 0 !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info .magebees_quickview:before {
  font-size: 16px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  display: none !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info .magebees_quickview span {
  display: inline-block;
  vertical-align: middle;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info:hover .magebees_quickview {
  width: 100% !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info .magebees_quickview:hover span {
  color: #fff !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .actions-primary .action.primary {
  padding: 9px 18px !important;
  font-size: 14px !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.edit {
  margin-right: 10px;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.edit:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23aaa" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path></svg>');
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.edit span {
  display: none;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.delete:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23aaa" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line></svg>');
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.delete span {
  display: none;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-inner .stock.unavailable {
  padding: 7px 18px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  font-weight: 600;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar {
  margin-bottom: 40px !important;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar br {
  display: none;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .pager {
  padding: 10px 0;
  margin-top: 0;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .pager .toolbar-amount {
  padding-top: 9px;
}
.account.wishlist-index-index .form-wishlist-items ~ .toolbar.wishlist-toolbar {
  margin-bottom: 0 !important;
  margin-top: 40px !important;
}
.account.wishlist-index-index .actions-toolbar {
  padding: 10px 0 30px;
}
.account.wishlist-index-index .actions-toolbar .action {
  padding: 8px 25px !important;
  font-size: 13px !important;
}
.account.wishlist-index-index .sidebar .actions-toolbar {
  padding: 0;
  margin: 0;
}
.account.wishlist-index-index .column:not(.sidebar-main) form .actions-toolbar,
.account.wishlist-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
  padding-left: 0;
}
.block .title strong {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.account .page-title-wrapper .page-title {
  margin-right: 0 !important;
}
.account .fieldset > .field:not(.choice) > .label {
  width: 155px;
}
.account .fieldset > .field.choice:before,
.account .fieldset > .field.no-label:before {
  width: 155px;
}
.account .form.form-newsletter-manage .fieldset > .field.choice:before {
  width: inherit;
}
.account .form.form-newsletter-manage .fieldset > .legend {
  float: none;
  display: block;
  padding: 10px;
  width: 100%;
}
.account .form.form-newsletter-manage .actions-toolbar {
  margin-left: 0 !important;
}
.account form.form-address-edit .fieldset > .legend,
.account .form.form-edit-account .fieldset > .legend,
.account .form.form-newsletter-manage .fieldset > .legend {
  float: none;
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #f7f5f4;
  margin-left: 0 !important;
}
.account form.form-address-edit .fieldset,
.account .form.form-edit-account .fieldset,
.account .form.form-newsletter-manage .fieldset {
  margin-bottom: 20px;
}
.account form.form-address-edit .actions-toolbar,
.account .form.form-edit-account .actions-toolbar,
.account .form.form-newsletter-manage .actions-toolbar {
  margin-left: 155px !important;
}
.account .form.form-newsletter-manage .actions-toolbar {
  margin-left: 0 !important;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.block-collapsible-nav .content {
  padding: 30px 20px !important;
}
.block-collapsible-nav .item .delimiter {
  margin: 25px 1.8rem;
}
.account .column .block .block-title .action {
  font-size: 13px;
}
.block-reviews-dashboard .item:not(:last-of-type) {
  border-bottom: 1px solid #dddbde;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* ------------------------------------------------------------
   End My Account  --------------------------------------------
--------------------------------------------------------------- */
/* Safari Browser Hack CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .cart.table-wrapper .items {
    width: 100% !important;
    min-width: inherit !important;
  }
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
  padding-bottom: 20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100% !important;
}
.checkout-payment-method .payment-option-title {
  border: 0;
  padding: 0 !important;
  position: relative;
}
.checkout-payment-method .payment-option-title .action-toggle {
  display: block;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  content: "";
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e646";
}
.checkout-payment-method .payment-option-content {
  padding: 10px 0 0;
}
.checkout-payment-method .payment-option-inner {
  margin-bottom: 10px;
}
.opc-block-shipping-information {
  padding: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: -5px;
}
.checkout-success {
  text-align: center;
  padding-top: 0px;
}
.checkout-success .actions-toolbar .primary {
  float: none;
}
button.mfp-arrow,
button.mfp-arrow:hover {
  background-color: transparent !important;
}
.checkout-onepage-success .page-title-wrapper {
  display: none !important;
}
.checkout-onepage-success .left-success .buttons-set,
.checkout-onepage-success .mageb-saveform .buttons-set {
  text-align: center;
}
.cms-home-demo1-cosmetic .cws-arw a {
  width: 45px !important;
  height: 45px !important;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.cms-home-demo1-cosmetic .cws-arw a:before {
  font-size: 22px !important;
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}
.cms-home-demo1-cosmetic .cws-pager {
  z-index: 10 !important;
}
.cms-home-demo1-cosmetic .cws-pager li a {
  margin: 0 4px !important;
  border: 0 !important;
}
.faqs-list-item {
  border-bottom: 1px dotted #ccc;
  padding-top: 30px;
  padding-bottom: 20px;
}
.faqs-list-item:last-of-type {
  border-bottom: 0;
}
.faqs-list-item .faqs-list h5 {
  margin-bottom: 10px;
}
.onepage-index-successpreview .page-title-wrap {
  padding: 0;
}
.mageb-success-page img {
  max-width: 60px;
  height: auto !important;
}
.magebees_Onepagecheckout_section_delimiter {
  background: #fff !important;
}
.mb-comment-form .actions-toolbar .action.submit.primary {
  padding: 10px 30px;
}
.blog-post-view .page-title-wrapper {
  text-align: left;
}
/* Today Deal Widgets */
.page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide) {
  width: 23.5%;
  margin-right: 2%;
  margin-left: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(4n+1):not(div) {
  clear: left;
  margin-left: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(4n):not(div) {
  margin-right: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .swatch-attribute .swatch-option.text {
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px !important;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .swatch-attribute .swatch-option {
  width: 20px;
  height: 20px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .learn-more .action.secondary {
  font-size: 12px;
  padding: 5px 10px;
}
.block.widget .products-grid .product-item,
.page-layout-1column .block.widget .products-grid .product-item.swiper-slide {
  margin-left: 0;
}
.mage-products.mage-deal-products {
  background-position: 50% 50%;
  margin-bottom: 0 !important;
}
.mage-products.mage-deal-products .section-title .sort-detail {
  margin: 0 auto !important;
}
.mage-products.mage-deal-products .block-title .timer-product {
  position: static;
}
.mage-products.mage-deal-products .deal-container {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.mage-products.mage-deal-products .timer-product {
  float: none !important;
  display: block;
}
.mage-products.mage-deal-products .price-container .price {
  font-size: 26px;
  font-weight: 600;
}
.mage-products.mage-deal-products #timer-countbox .countdown-section,
.mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-period,
.mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-amount {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.mage-products.mage-deal-products #timer-countbox .countdown-section {
  line-height: 30px;
  padding: 20px 0 10px;
  width: 32.2%;
  margin-right: 1% !important;
}
.mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-amount {
  font-size: 32px;
  font-weight: 700;
}
.mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-period {
  font-size: 15px;
  font-weight: 600;
}
.mage-products.mage-deal-products .deal-timer {
  margin-bottom: 20px;
}
.mage-products.mage-deal-products .price-box {
  margin-bottom: 20px;
}
.mage-products.mage-deal-products .action.tocart.primary {
  width: 100%;
  font-weight: 600;
}
.mage-products.mage-deal-products .buynow-btn + .swatches-listing,
.mage-products.mage-deal-products .buynow-btn + div + .swatches-listing {
  margin-top: 15px;
}
.block-mage-sidebar {
  max-width: 300px;
}
.block-mage-sidebar .block-title {
  margin-bottom: 20px;
}
.block-mage-sidebar .block-title strong {
  margin: 0;
  font-size: 20px;
  line-height: normal;
}
.block-mage-sidebar.mage-products .timer-product {
  float: none !important;
  margin-bottom: 20px;
  position: static;
}
.block-mage-sidebar .products-grid .product-items .product-item.swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.block-mage-sidebar .deal-description {
  margin-bottom: 0;
}
.block-mage-sidebar .swiper-button-next,
.block-mage-sidebar .swiper-button-prev,
.mage-deal-slider .swiper-button-next,
.mage-deal-slider .swiper-button-prev,
.ajax-category-product-items .swiper-button-next,
.ajax-category-product-items .swiper-button-prev {
  top: 35%;
}
.block-mage-sidebar .swiper-button-next,
.mage-deal-slider .swiper-button-next,
.ajax-category-product-items .swiper-button-next {
  right: 5px;
}
.block-mage-sidebar .swiper-button-prev,
.mage-deal-slider .swiper-button-prev,
.ajax-category-product-items .swiper-button-prev {
  left: 5px;
}
.block-mage-sidebar .swiper-button-prev,
.block-mage-sidebar .swiper-rtl .swiper-button-next,
.mage-deal-slider .swiper-button-prev,
.mage-deal-slider .swiper-rtl .swiper-button-next,
.ajax-category-product-items .swiper-button-prev,
.ajax-category-product-items .swiper-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}
.block-mage-sidebar .swiper-button-next,
.block-mage-sidebar .swiper-rtl .swiper-button-prev,
.mage-deal-slider .swiper-button-next,
.mage-deal-slider .swiper-rtl .swiper-button-prev,
.ajax-category-product-items .swiper-button-next,
.ajax-category-product-items .swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}
.ajax-category-product-items .product-item .buynow-btn ~ .swatches-listing,
.product-item .buynow-btn ~ .swatches-listing {
  margin-top: 15px;
}
.widget.mage-products .block-title {
  position: relative;
}
.mage-deal-products.widget.mage-products .block-title {
  text-align: center;
  background-color: inherit;
  padding: 0;
  position: relative;
}
.mage-deal-products.widget.mage-products .product-items {
  margin: 0;
}
.mage-deal-products.widget.mage-products .block-title {
  background-color: #f5f5f5;
  padding: 20px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .deal-container {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .timer-product {
  float: none;
  display: block;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .product-title {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .price-container .price {
  font-size: 26px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section,
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section .countdown-period,
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section .countdown-amount {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section {
  line-height: 35px;
  padding: 20px 0 10px;
  width: 32.2%;
  margin-right: 1% !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section .countdown-amount {
  font-size: 40px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section .countdown-period {
  font-size: 18px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .deal-timer {
  margin-bottom: 20px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .price-box {
  margin-bottom: 20px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .action.tocart.primary {
  font-size: 20px !important;
  width: 100%;
  height: 50px !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
  text-align: left;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title .timer-product {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-justify-content: end;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section {
  width: 100px;
  margin-right: 10px !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section .countdown-period {
  font-size: 14px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title .title {
  margin-bottom: 0;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .products-grid.grid .product-item:nth-child(4n) {
  margin-right: 0;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .products-grid.grid .product-item .product-image-photo {
  margin: 0;
}
.mage-deal-slider-sidebar .product-items.widget-new-grid {
  margin: 0 !important;
}
.product-items.widget-new-grid {
  margin: 0 !important;
}
.mage-deal-slider .section-title {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.mage-deal-slider .section-title .timer-product {
  position: static;
  margin: 0;
  width: auto;
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.mage-deal-slider .swiper {
  padding: 0 !important;
}
.mage-deal-slider .view-more {
  text-align: center;
  margin-top: 80px;
}
/* End Today Deal Widgets */
.mb-postview-footer .addthis_toolbox .label {
  padding-top: 0 !important;
}
.megamenu-small-banners ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-small-banners ul > li {
  float: left;
  width: 49%;
  margin-right: 2% !important;
}
.megamenu-small-banners ul > li:nth-of-type(2),
.megamenu-small-banners ul > li:nth-of-type(3),
.megamenu-small-banners ul > li:last-of-type {
  margin-right: 0 !important;
}
.megamenu-small-banners ul > li img {
  width: 100%;
}
.single-add-banners img {
  display: block;
}
.customer-review.view .product-details .product-name {
  font-size: 20px;
  font-weight: 700;
}
.customer-review.view .review-details .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.customer-review.view .review-details .title strong {
  font-weight: 600;
}
.customer-review.view .review-details .review-date {
  font-size: 13px;
  color: #888;
}
.customer-review.view .customer-review-rating .item {
  margin-bottom: 0;
}
.customer-review.view .customer-review-rating .item .rating-label {
  margin-right: 5px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-block;
}
.order-actions-toolbar .actions .action {
  text-transform: uppercase;
  text-decoration: underline;
}
.order-actions-toolbar .action.print {
  display: inline-block !important;
  float: none !important;
}
.search.results .block dd.item {
  display: inline-block;
  padding-right: 10px;
}
.search.results .block dd.item a {
  color: #000;
  background-color: #efefef;
  padding: 5px 10px;
  display: inline-block;
}
.search.results .block dd.item a:hover {
  color: #000;
  background-color: #ddd;
}
.page-layout-2columns-left .main {
  padding-left: 0 !important;
}
.magebees_empty_cart_wrapper .magebees_empty_page_column .magebees_empty_page_title {
  font-weight: 600 !important;
}
.modal-popup .modal-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-popup .loading-mask {
  background: none !important;
}
.static-text-offer-banner {
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 10px;
}
.static-text-offer-banner .static-text-offer-banner-in {
  border: 1px solid #fff;
  padding: 30px 20px;
}
.static-text-offer-banner h3 {
  margin: 0 0 7px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.static-text-offer-banner p {
  margin: 0;
  font-size: 17px;
}
.static-text-offer-banner b {
  color: #e41515;
  text-decoration: underline;
}
/* Magento Default New Products */
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sidebar .block-title > strong {
  font-weight: 700;
}
.block-new-products.list .products-list .product-item .product-item-details {
  padding-left: 30px;
}
.block-new-products.list .product-item-description,
.block-new-products.list .product-item-description p {
  font-size: 16px;
  line-height: 26px;
}
.block-new-products.list .product-item-description p {
  margin: 0;
}
.block-new-products.list .products-list .product-item .price-box {
  margin: 10px 0;
}
.block-new-products.list .action.more {
  display: block;
}
.block.widget .widget-product-grid {
  margin: 0 !important;
}
.block.widget .pager {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.block.widget .pager .items {
  margin: 0;
}
.block.widget .pager .toolbar-amount {
  font-size: 15px;
}
.checkout-index-index #maincontent {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-content {
  padding-left: 0;
}
.block-collapsible-nav {
  position: static;
}
.block-collapsible-nav .title {
  border-bottom: 0;
  border-top: 0;
  padding: 0;
}
.block-collapsible-nav .title:after {
  top: 0;
  right: 0;
}
.modal-popup.confirm .modal-content,
.modal-popup.confirm .modal-footer {
  text-align: center;
}
.availability.only {
  background-color: #fff5f5;
  padding: 10px 10px 10px 40px;
  color: #d00;
  position: relative;
  margin-top: 20px;
}
.availability.only:before {
  content: "\f252";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 17px;
}
.cms-noroute-index .error-detail h2 {
  font-weight: 600;
}
.block.newsletter .field.newsletter {
  max-width: 100% !important;
}
.block.newsletter input {
  margin-right: 0 !important;
}
.page-layout-2columns-left .main {
  padding-left: 0 !important;
}
.full-width-layout-poco .category-images .category-image-list,
.full-width-layout-poco .megamenu-small-banners ul > li img {
  width: 100%;
}
.full-width-layout-poco .sidebar .block.banner-block img {
  width: 100%;
}
.opc-sidebar .opc-block-summary .qty-box .reviewQty {
  width: 40px;
  text-align: center;
}
.opc-sidebar .opc-block-summary .qty-box .btnDec,
.opc-sidebar .opc-block-summary .qty-box .btnInc {
  padding: 7px 10px;
}
.opc-block-summary {
  padding: 20px;
}
.opc-block-summary .oscProductName .product-name {
  margin: 0;
}
.opc-block-summary .oscproductRow td {
  vertical-align: middle;
}
.opc-block-summary .subtotal .price-excluding-tax {
  font-size: 13px;
}
[data-element="mobile_image"],
[data-element="desktop_image"] {
  display: block;
}
.icon-text {
  position: relative;
}
.icon-text .icon {
  position: absolute;
  margin-top: -5px;
}
.icon-text .icon svg {
  width: 30px;
  height: 30px;
}
.icon-text .details {
  padding-left: 50px;
  display: block;
}
.list-style1 {
  margin: 0 0 20px !important;
  padding: 0;
  list-style: none !important;
}
.list-style1 li {
  position: relative;
  padding-left: 30px;
}
.list-style1 li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.team-section.style1 .item {
  text-align: center;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.team-section.style1 .item:last-of-type {
  margin-right: 0;
}
.team-section.style1 .team-member-photo {
  margin-bottom: 45px;
  position: relative;
}
.team-section.style1 .item .img {
  position: relative;
  overflow: hidden;
}
.team-section.style1 .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.team-section.style1 .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.team-section.style1 .team-member-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}
.team-section.style1 .team-member-position {
  font-size: 20px;
}
.team-section.style1 .item .social-icons {
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  position: absolute;
  bottom: -20px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-section.style1 .item:hover .social-icons {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.team-section.style1 .social-icons ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}
.team-section.style1 .social-icons ul li {
  display: inline-block;
  margin: 0 10px;
}
.team-section.style1 .social-icons a:hover {
  opacity: 0.6;
}
.image-height-section {
  position: relative;
}
.image-height-section:before {
  content: '';
  background-color: #f7f5f4;
  height: 65%;
  width: 100%;
  position: absolute;
  top: 0;
}
.image-height-section figure {
  z-index: 1;
}
.title-404 {
  font-size: 230px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 0.8;
}
.title-small-404 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 70px;
  font-weight: 400;
}
.faqs-links ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.faqs-links ul > li {
  display: block;
}
.accordian-content {
  padding: 60px 80px;
  background-color: #f7f5f4;
  margin-bottom: 30px;
}
.accordian-content h2 {
  font-size: 28px;
  font-weight: 700 !important;
}
.accordian-content .item {
  border-bottom: 1px solid #e2e0e0;
}
.accordian-content .item:last-child {
  border-bottom: 0;
}
.accordian-content .accordion {
  position: relative;
  cursor: pointer;
  padding: 20px 40px 20px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  text-transform: uppercase;
}
.accordian-content .accordion:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  position: absolute;
  right: 10px;
  top: 20px;
}
.accordian-content .accordion.active:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  position: absolute;
  right: 10px;
  top: 20px;
}
.accordian-content .accordion-panel {
  padding: 0;
  display: none;
  overflow: hidden;
}
.accordian-content .accordion-panel p {
  font-size: 18px !important;
  line-height: 32px !important;
}
.contact-index-index .column.main {
  font-size: 20px;
  line-height: 32px;
}
.contact-info {
  font-size: 20px;
  line-height: 32px;
}
.contact-info .icon svg {
  width: 26px;
  height: 26px;
}
.contact-form-default .legend,
.contact-form-default .field.note,
.contact-form-default .label {
  display: none !important;
}
.contact-form-default .actions-toolbar {
  margin-left: 0 !important;
}
.contact-form-default {
  background-color: #f7f5f4;
}
.contact-form-default form {
  min-width: inherit !important;
  width: 100% !important;
  max-width: 530px;
}
.contact-form-default input[type="text"],
.contact-form-default input[type="password"],
.contact-form-default input[type="url"],
.contact-form-default input[type="tel"],
.contact-form-default input[type="search"],
.contact-form-default input[type="number"],
.contact-form-default input[type*="date"],
.contact-form-default input[type="email"],
.contact-form-default textarea {
  font-size: 18px;
  background-color: #fff;
  border: 0 !important;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.contact-form-default .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.contact-form-default textarea {
  height: 120px;
}
.contact-info-features .flex-1 {
  padding: 0 60px;
}
.control.captcha-image .captcha-img {
  width: auto !important;
}
.our-stores {
  background-color: #f7f6f4;
}
.our-store-list {
  background-color: #fff;
  padding: 7rem 3rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  position: relative;
}
.our-store-list:hover {
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
}
.our-store-flag {
  margin-bottom: 50px;
}
.our-store-flag img {
  display: block;
  margin: 0 auto;
}
.our-store-address {
  margin-bottom: 35px;
}
.our-store-list .button--link {
  position: relative;
  min-width: 8rem;
  height: 3.5rem;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 45px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.our-store-list .button--link span {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.our-store-list .button--link .default {
  top: 0;
  -webkit-transition: top 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s;
}
.our-store-list .button--link .onhover {
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
  top: auto;
  -webkit-transition: bottom 0.3s ease-in-out 0s;
  transition: bottom 0.3s ease-in-out 0s;
}
.our-store-list:hover .button--link {
  min-width: 9.7rem;
}
.our-store-list:hover .button--link .onhover {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  min-width: auto;
}
.our-store-list:hover .button--link .default {
  opacity: 0;
  visibility: hidden;
  top: -100%;
}
#ourStores .swiper-wrapper {
  padding: 3px 5px 100px;
}
#ourStores .swiper-horizontal > .swiper-scrollbar,
#ourStores .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0;
  width: 420px !important;
  cursor: pointer;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.search-drawer .mbAjaxSearch ul#ajax_ul li .action.primary {
  padding: 7px 20px !important;
}
.mbAjaxSearch .product-reviews-summary {
  font-size: 13px;
}
.mbAutoSearch #mageb-search-auto-inner {
  max-height: 440px;
}
.mbAjaxSearch .item .action.primary {
  padding: 5px 10px !important;
  font-size: 12px !important;
}
.mbAjaxSearch .item .ajxSku {
  font-size: 13px !important;
}
.field-tooltip .field-tooltip-content {
  background: #f7f5f4 !important;
  border: 1px solid #ece8e6 !important;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border-width: 6px !important;
  left: -13px !important;
  top: 16px !important;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #bdbab9 !important;
}
/* ------------------------------------------------------------
   Home Demo 1 Furniture   ------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-1.cms-poco-themes-style-1 .products-grid .product-item .pro-hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}
.poco-home-page-style-1 .products-grid .hover-style4 .product-item .pro-hover,
.poco-home-page-style-1 .products-grid .hover-style5 .product-item .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.poco-home-page-style-1 .products-grid .product-item .product-item-photo {
  background-color: #fff;
}
.poco-home-page-style-1 .products-grid .product-item .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: solid 1px #ececec;
}
.poco-home-page-style-1 .products-grid .hover-style7 .product-item .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .hvr_dtl .actions-primary {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .price-box {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .price-box .price {
  font-size: 15px;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .product-item-name {
  margin-bottom: 10px;
}
.poco-home-page-style-1 .featured-product-section.container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.poco-home-page-style-1 .product-item-name,
.poco-home-page-style-1 .product.name a {
  font-size: 18px;
  font-weight: 500 !important;
}
.poco-home-page-style-1 .products-grid .product-item .price-box .price {
  font-size: 18px;
  font-weight: 700 !important;
}
.poco-home-page-style-1 .products-grid .product-item .product-item-name {
  margin: 0 0 5px;
}
.poco-home-page-style-1 .products-grid .product-item .detail-left {
  display: flex;
  flex-direction: column;
}
.poco-home-page-style-1 .products-grid .hover-style9 .product-item .detail-left {
  display: flex;
  justify-content: space-between;
  min-height: inherit !important;
  flex-wrap: wrap;
  flex-direction: row;
}
.poco-home-page-style-1 .products-grid .hover-style9 .product-item .swatches-listing {
  -webkit-order: 2;
  order: 2;
  -ms-order: 2;
}
.poco-home-page-style-1 .products-grid .product-item .product-item-name,
.poco-home-page-style-1 .products-grid .product-item .price-box,
.poco-home-page-style-1 .products-grid .product-item .p_sku {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-1 .products-grid .product-item .field.choice.related {
  order: 3;
  -webkit-order: 3;
  -ms-order: 3;
}
.poco-home-page-style-1 .products-grid .product-item .swatches-listing {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-1 .products-grid .product-item .swatches-listing .swatch-option {
  height: 12px;
  width: 12px;
  margin: 0 8px;
}
.poco-home-page-style-1 .products-grid .product-item .swatch-attribute .swatch-option.color {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.poco-home-page-style-1.cms-poco-themes-style-1.poco-themes .pager {
  margin-top: 0;
}
.poco-home-page-style-1 .newsletter-in .block.newsletter .title {
  font-size: 26px;
  font-weight: 400;
}
.poco-home-page-style-1 .newsletter-in .block.newsletter .detail {
  font-size: 34px;
  font-weight: 800;
}
.poco-home-page-style-1 .newsletter-in .block.newsletter input {
  font-size: 18px;
}
.poco-home-page-style-1 .our-stores,
.poco-home-page-style-1 .accordian-content,
.poco-home-page-style-1 .contact-form-default,
.poco-home-page-style-1 .image-height-section:before {
  background-color: #f9f5f4;
}
.poco-home-page-style-1 .block.related .product-items .product-item .field.choice.related {
  margin-top: 10px;
}
.poco-home-page-style-1 .productsListing-section .toolbar.bottom {
  padding-top: 0;
}
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 13px;
}
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .action,
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .magebees_quickview {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0 !important;
}
/* ------------------------------------------------------------
   Home Demo 2 Fashion   --------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-2 .product-item .price-box .price,
.poco-home-page-style-2 .products-grid .product-item {
  font-size: 16px;
  font-weight: 500;
}
.poco-home-page-style-2 .products-grid .product-item .product-name a,
.poco-home-page-style-2 .products-grid .product-item .product-item-name a {
  color: #737384 !important;
  font-size: 18px;
  font-weight: 400;
}
.poco-home-page-style-2 .products-grid .product-item .product-item-inner.style9 .action.tocart {
  font-size: 12px !important;
}
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .mb-block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .filter-options-title,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .filter-options-title,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .filter-options-title,
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .block .block-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .block .block-title strong,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .block .block-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title strong,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .mb-block .block-title strong,
.poco-home-page-style-2 .login-container .block .block-title strong {
  font-weight: 600;
}
.poco-home-page-style-2 .product-info-main .page-title-wrapper .page-title {
  text-transform: uppercase;
  font-weight: 600;
}
.poco-home-page-style-2.account.wishlist-index-index .column.main .products-grid .product-item .product-image-container,
.poco-home-page-style-2.account.wishlist-index-index .column.main .products-grid .product-item .product-item-photo img {
  width: 100% !important;
}
.poco-home-page-style-2 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-2 .newsletter-in .block.newsletter .title {
  font-size: 28px;
  line-height: 34px;
}
.poco-home-page-style-2 .newsletter-in .block.newsletter .actions .subscribe.primary {
  font-weight: 700;
}
.poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn {
  margin: 0 2px;
}
.poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 12px;
}
/* ------------------------------------------------------------
   End Home Demo 2 Fashion   ----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 3 Cosmetics   ------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-3 .block-slider .section-title .sort-details,
.poco-home-page-style-3 .block-slider .section-title p.sort-detail {
  margin-bottom: 15px;
}
.poco-home-page-style-3 .swiper-button-next,
.poco-home-page-style-3 .swiper-button-prev {
  border: 1px solid #d9d9d9;
  width: 60px !important;
  height: 60px !important;
  margin-top: -30px;
}
.poco-home-page-style-3 .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  border: 0;
  width: auto;
  height: auto;
  position: static;
  transform: none;
  font-size: 0;
}
.poco-home-page-style-3 .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  border: 0;
  width: auto;
  height: auto;
  position: static;
  transform: none;
  font-size: 0;
}
.poco-home-page-style-3.cms-index-index .productsListing-section {
  padding: 0 20px;
}
.poco-home-page-style-3.cms-index-index .products-grid .product-item .product-item-inner.style9 {
  padding: 0 10px;
}
.poco-home-page-style-3.cms-index-index .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-3.cms-index-index .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 12px !important;
}
.poco-home-page-style-3 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-3 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-3 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-3 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-3 .products-grid .product-item .product-item-info {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.poco-home-page-style-3 .productsListing-section .products-grid.swiper .swiper-wrapper {
  padding: 5px 0;
}
.poco-home-page-style-3 .products-grid .hover-style3 .product-item .prodLabel.top-left,
.poco-home-page-style-3 .products-grid .hover-style3 .product-item .prodLabel.top,
.poco-home-page-style-3 .products-grid .hover-style3 .product-item .prodLabel.top-right {
  top: -25px;
}
.poco-home-page-style-3 .products-grid .hover-style3 .product-item .prodLabel > div,
.poco-home-page-style-3 .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-3 .products-grid .product-item .product-item-inner.style1 .stock {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.poco-home-page-style-3 .products-grid .product-item .product-name,
.poco-home-page-style-3 .products-grid .product-item .product-item-name {
  margin: 0 0 20px;
}
.poco-home-page-style-3 .products-grid .product-item .product-reviews-summary {
  margin: 0 auto 10px;
}
.poco-home-page-style-3 .products-grid .product-item .product-name a,
.poco-home-page-style-3 .products-grid .product-item .product-item-name a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.poco-home-page-style-3 .product-item .price-box .price {
  font-size: 16px;
  font-weight: bold;
}
.poco-home-page-style-3 .products-grid .product-item .pro-hover {
  padding-bottom: 20px;
}
.poco-home-page-style-3 .products-grid .product-item .price-box {
  margin: 0;
}
.poco-home-page-style-3 .products-grid .product-item .product-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.poco-home-page-style-3 .rating-summary .rating-result:before {
  color: #c9c9c9;
}
.poco-home-page-style-3 .rating-summary .rating-result > span:before {
  color: #dd6d3c;
}
.poco-home-page-style-3 .products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
.poco-home-page-style-3 .products-grid .product-item .product-reviews-summary .rating-result > span:before {
  letter-spacing: 4px;
}
.poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
  left: -100px !important;
}
.poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
  right: -100px !important;
}
.poco-home-page-style-3 .brandlogoSliderLayer {
  margin: 0 auto;
}
.poco-home-page-style-3 .brandlogoSliderLayer .logoSliderLayer a {
  min-height: 110px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.poco-home-page-style-3 .section-title .st-icon {
  width: 32px;
  height: 32px;
  margin: -7px 7px 0 7px;
}
.poco-home-page-style-3 .magetmQuotes {
  color: #9b9ca6;
  font-size: 30px;
  line-height: 50px;
  max-width: 470px;
  margin-bottom: 30px !important;
}
.poco-home-page-style-3 .clientPic {
  margin: 0 0 25px;
}
.poco-home-page-style-3 .clientPic img {
  margin: 0 auto;
  display: block;
  border-radius: 100px;
}
.poco-home-page-style-3 .mageTestimonials .clientname b {
  font-size: 16px !important;
}
.poco-home-page-style-3 .mageTmClient .clientDetails {
  font-size: 16px !important;
  font-weight: bold;
}
.poco-home-page-style-3 .mageTmClient .clientname {
  text-transform: uppercase;
}
.poco-home-page-style-3 .newsletter-section .container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.poco-home-page-style-3 .newsletter-section .title {
  font-size: 28px;
  text-transform: uppercase;
}
.poco-home-page-style-3 .newsletter-section .content {
  max-width: 585px;
  width: 100%;
  margin: 0;
  padding-left: 60px;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe {
  width: 100%;
}
.poco-home-page-style-3 .newsletter-section .section-title {
  margin-bottom: 0 !important;
  display: block;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe input[type="email"] {
  border: 1px solid #dddde1 !important;
  border-radius: 50px !important;
  height: 63px;
  padding: 0 80px 0 40px;
  width: 100%;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe .action {
  top: 0;
  width: 80px;
  height: 63px;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe .action .st-icon {
  width: 22px;
  height: 22px;
  margin-top: -7px;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe .action span {
  display: none;
}
.poco-home-page-style-3 .store-features {
  border-top: 0;
}
.poco-home-page-style-3 .store-features .container {
  max-width: 840px;
  padding: 0;
}
.poco-home-page-style-3 .store-features li {
  max-width: 33.33%;
  padding: 42px 10px;
}
.poco-home-page-style-3 .store-features.store-feature-style1 li:not(:last-of-type) {
  border: 0;
}
.poco-home-page-style-3 .store-features span {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.poco-home-page-style-3 .glry_img_widget .container {
  max-width: 100% !important;
  padding: 0;
}
.poco-home-page-style-3 .galleryimage-item .zoom-scal:hover:before,
.poco-home-page-style-3 .galleryimage-item .zoomscal-hov:hover .zoom-scal:before {
  opacity: 0.9;
}
.poco-home-page-style-3 .galleryimage-item .zoom-scal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.poco-home-page-style-3 .galleryimage-item .zoom-scal:hover:after {
  display: none;
}
.poco-home-page-style-3 .block-slider .section-title .title {
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-3 .block-slider .swiper {
  padding: 5px;
}
.poco-home-page-style-3 .category-view .subcategory-grid .product-item-name,
.poco-home-page-style-3 .category-view .subcategory-grid img,
.poco-home-page-style-3 .category-view .subcategory-grid .block-promo {
  border-radius: 16px;
}
.poco-home-page-style-3 .category-view .subcategory-grid .product-item-name a {
  border-radius: 8px;
}
.poco-home-page-style-3 .newsletter-in .block.newsletter .title {
  font-weight: 500;
  font-size: 24px;
}
.poco-home-page-style-3 .newsletter-in .block.newsletter .detail {
  font-size: 35px;
  line-height: 43px;
  font-weight: 800;
}
.poco-home-page-style-3 .block.block-slider .products-grid .product-item .product-item-name,
.poco-home-page-style-3 .block.block-slider .products-grid .product-item .price-box {
  margin-bottom: 10px;
}
.poco-home-page-style-3 .block.block-slider .products-grid .product-item .hover-style3 {
  padding: 20px 0;
}
.poco-home-page-style-3 .our-stores,
.poco-home-page-style-3 .image-height-section:before,
.poco-home-page-style-3 .accordian-content,
.poco-home-page-style-3 .contact-form-default {
  background-color: #f3f2ed !important;
}
/* ------------------------------------------------------------
   End Home Demo 3 Cosmetics   --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 4 Electronics   ----------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-4 .sidebar .productsListing-section .prodlist {
  margin-top: 0;
}
.poco-home-page-style-4 .products-grid .product-item .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);
}
.poco-home-page-style-4 .products-grid .product-item .pro-hover {
  padding: 10px 10px 0;
}
.poco-home-page-style-4 .rating-summary .rating-result > span:before {
  color: #000;
}
.poco-home-page-style-4 .rating-summary .rating-result:before {
  color: #c9c9c9;
}
.poco-home-page-style-4 .products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
.poco-home-page-style-4 .products-grid .product-item .product-reviews-summary .rating-result > span:before {
  letter-spacing: 5px;
}
.poco-home-page-style-4 .products-grid .product-item .product-name a,
.poco-home-page-style-4 .products-grid .product-item .product-item-name a {
  font-size: 18px;
  font-weight: bold;
}
.poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 12px !important;
}
.poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .product-reviews-summary {
  margin: 10px 0;
}
.poco-home-page-style-4 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-4 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-4 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-4 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 10px;
}
.poco-home-page-style-4 .p_list_section .section-title {
  margin-bottom: 0;
}
.poco-home-page-style-4 .p_list_section .pagebuilder-column {
  margin-right: 30px;
}
.poco-home-page-style-4 .p_list_section .pagebuilder-column:last-of-type {
  margin-right: 0;
}
.poco-home-page-style-4 .p_list_section .productsListing-section {
  background-color: #fff;
  padding: 40px;
}
.poco-home-page-style-4 .p_list_section .productsListing-section .container {
  padding: 0 !important;
}
.poco-home-page-style-4 .p_list_section .section-title .title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.poco-home-page-style-4 .p_list_section .productsListing-section .prodlist {
  margin-top: 0;
}
.poco-home-page-style-4 .p_list_section .view-more {
  text-align: left !important;
}
.poco-home-page-style-4 .p_list_section .view-more .action {
  padding: 12px 25px 13px 25px !important;
}
.poco-home-page-style-4 .mage-deal-slider.sections-spacing {
  padding-top: 0 !important;
  margin-bottom: 0;
}
.poco-home-page-style-4 .mage-deal-slider .section-title .title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section {
  margin-right: 25px !important;
  width: 94px;
  padding: 15px 5px;
  border: 1px solid;
}
.poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
.poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-amount {
  font-size: 26px;
  font-weight: 800;
  padding: 8px 0 !important;
}
.poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-period {
  color: #606060;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.poco-home-page-style-4 .advertisement-block .mageb-zoomin a img,
.poco-home-page-style-4 .advertisement-block .mageb-pattern-list.mageb-zoomin a img {
  width: 100%;
}
.poco-home-page-style-4 .cws-pager li a {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border: 0 !important;
  opacity: 0.8;
}
.poco-home-page-style-4 .cws-pager a.cws-active {
  opacity: 1;
}
.poco-home-page-style-4 .newsletter-section .container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: url(../images/sl_bg.png) no-repeat center #5d67f0;
  background-size: cover;
  padding: 30px;
  position: relative;
}
.poco-home-page-style-4 .newsletter-section .container:before {
  content: "";
  background: url(../images/sl_dtd_bg.png) no-repeat top left;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.poco-home-page-style-4 .newsletter-section .section-title,
.poco-home-page-style-4 .newsletter-section .section-title .title {
  font-size: 24px !important;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0 !important;
  color: #fff !important;
  text-align: right;
}
.poco-home-page-style-4 .newsletter-section .section-title .title b {
  font-weight: 800 !important;
}
.poco-home-page-style-4 .newsletter-section .section-title {
  padding-right: 40px;
}
.poco-home-page-style-4 .newsletter-section .section-title,
.poco-home-page-style-4 .newsletter-section .content {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.poco-home-page-style-4 .newsletter-section .content {
  max-width: 100%;
}
.poco-home-page-style-4 .newsletter-section .form.subscribe {
  max-width: 470px;
}
.poco-home-page-style-4 .newsletter-section .form.subscribe input[type=email] {
  color: #7c7c7c;
  font-size: 16px;
  padding: 0 70px 0 20px !important;
  border-bottom: 0 !important;
}
.poco-home-page-style-4 .newsletter-section .newsletter {
  background-color: #fff;
  padding: 5px;
}
.poco-home-page-style-4 .newsletter-section .form.subscribe .action {
  height: 52px;
  width: 70px;
  top: 0;
  font-size: 15px;
  font-weight: 800;
}
.poco-home-page-style-4 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-4 .home-blog-post-style-1 .mb-readmore .action {
  font-size: 14px !important;
  font-weight: 800 !important;
  width: 82px;
  height: 82px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  text-align: center;
}
.poco-home-page-style-4 .home-blog-post-style-1 .mb-readmore .action span {
  padding: 0 10px;
  line-height: normal;
}
.poco-home-page-style-4 .home-blog-post-style-1 .detail {
  padding: 40px 0 0;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.poco-home-page-style-4 .home-blog-post-style-1.home-blog-post .detail h3 {
  font-weight: 600;
}
.poco-home-page-style-4 .home-blog-post-style-1 .detail h3 {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  margin: 0 0 25px;
}
.poco-home-page-style-4 .home-blog-post-style-1 .detail .post-date,
.poco-home-page-style-4 .home-blog-post-style-1 .detail .mb-post-meta {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-4 .home-blog-post-style-1.mb-post-grid-block .mb-post-meta {
  margin-bottom: 0;
}
.poco-home-page-style-4 .home-blog-post-style-1.mb-post-grid-block .mb-post-meta .meta-item,
.poco-home-page-style-4 .home-blog-post-style-1 .detail .post-detail {
  font-size: 15px;
  color: #606060;
  font-weight: 600;
  font-style: italic;
  text-transform: none;
}
.poco-home-page-style-4 .home-blog-post-style-1.mb-post-grid-block .mb-post-meta .meta-item .label {
  text-transform: none;
}
.poco-home-page-style-4 .home-blog-post-style-1 .post-image a {
  position: relative;
}
.poco-home-page-style-4 .home-blog-post-style-1 .post-image a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.poco-home-page-style-4 .store-feature-style2 {
  padding: 80px 0 !important;
}
.poco-home-page-style-4 .store-feature-style2.store-features li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item .icn {
  color: #606060;
  margin-top: 0;
  margin-right: 15px;
}
.poco-home-page-style-4 .store-feature-style2 .st-icon {
  width: 32px;
  height: 32px;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item {
  color: #606060;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item b {
  color: #2b3140;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item .detail {
  text-align: left;
}
.poco-home-page-style-4 .products-grid + .toolbar-products .loading-btn {
  margin-top: 40px !important;
}
.poco-home-page-style-4 .block-slider .swiper {
  padding: 0 5px;
}
.poco-home-page-style-4 .newsletter-in .block.newsletter .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.poco-home-page-style-4 .newsletter-in .block.newsletter .detail {
  font-weight: 800;
}
.poco-home-page-style-4 .newsletter-in .block.newsletter input {
  font-size: 18px;
}
.poco-home-page-style-4 .block-mage-sidebar .swiper-button-next,
.poco-home-page-style-4 .block-mage-sidebar .swiper-button-prev,
.poco-home-page-style-4 .mage-deal-slider .swiper-button-next,
.poco-home-page-style-4 .mage-deal-slider .swiper-button-prev,
.poco-home-page-style-4 .ajax-category-product-items .swiper-button-next,
.poco-home-page-style-4 .ajax-category-product-items .swiper-button-prev {
  top: 50%;
}
.poco-home-page-style-4 .block-slider .section-title .title {
  text-transform: uppercase;
}
.poco-home-page-style-4 .block-slider .section-title .sort-details {
  margin-bottom: 10px;
}
.poco-home-page-style-4 .product.info.detailed #reviews .review-add .block-title strong,
.poco-home-page-style-4 .product.info.detailed #reviews .review-list .block-title strong,
.poco-home-page-style-4 .product.info.detailed.accordion .product.data.items > .item.title .switch {
  font-weight: 700;
}
.poco-home-page-style-4 .our-stores,
.poco-home-page-style-4 .image-height-section:before,
.poco-home-page-style-4 .accordian-content,
.poco-home-page-style-4 .contact-form-default {
  background-color: #f6f6f6 !important;
}
/* ------------------------------------------------------------
   End Home Demo 4 Electronics   ------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 5 Autoparts   ------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-5 .action.primary:after,
.poco-home-page-style-5 .loading-btn .load_next:after,
.poco-home-page-style-5 a.mageb-button:after,
.poco-home-page-style-5 .newsletter-section .form.subscribe .action:hover:after,
.poco-home-page-style-5 .newsletter-section .form.subscribe .action:focus:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>');
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.poco-home-page-style-5 .action.primary:hover:after,
.poco-home-page-style-5 .loading-btn .load_next:hover:after,
.poco-home-page-style-5 a.mageb-button:hover:after,
.poco-home-page-style-5 .action.primary:focus:after,
.poco-home-page-style-5 .loading-btn .load_next:focus:after,
.poco-home-page-style-5 a.mageb-button:focus:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>');
}
.poco-home-page-style-5 .cws-pager li a {
  width: 25px !important;
  height: 3px !important;
  border: 0 !important;
  margin: 0 5px !important;
  box-shadow: none !important;
}
.poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header {
  margin: 0 30px !important;
}
.poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  font-size: 22px !important;
  padding: 0 !important;
  font-weight: 700 !important;
  position: relative;
}
.poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-tabs-active a.tab-title:after {
  content: '';
  background-color: #2f2f2d;
  height: 2px;
  margin-top: 15px;
  display: block;
}
.poco-home-page-style-5 .products-grid .product-item {
  margin-bottom: 2.2222222222222223% !important;
}
.poco-home-page-style-5 .products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
.poco-home-page-style-5 .products-grid .product-item .product-reviews-summary .rating-result > span:before {
  letter-spacing: 10px;
}
.poco-home-page-style-5 .products-grid .product-item .detail-left {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.poco-home-page-style-5 .products-grid .product-item .product-reviews-summary {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-5 .products-grid .product-item .product-name,
.poco-home-page-style-5 .products-grid .product-item .product-item-name {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-5 .products-grid .product-item .price-box {
  order: 3;
  -webkit-order: 3;
  -ms-order: 3;
}
.poco-home-page-style-5 .products-grid .product-item .p_sku {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-5 .products-grid .product-item .buynow-btn {
  order: 6;
  -webkit-order: 6;
  -ms-order: 6;
}
.poco-home-page-style-5 .products-grid .product-item .product-image-wrapper {
  padding-bottom: 80% !important;
}
.poco-home-page-style-5 .products-grid .product-item .timer-product {
  position: static;
}
.poco-home-page-style-5 .products-grid .product-item:hover .timer-product {
  display: block;
}
.poco-home-page-style-5 .products-grid .hover-style6 .pro-hover,
.poco-home-page-style-5 .products-grid .hover-style8 .pro-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0;
}
.poco-home-page-style-5 .products-grid .hover-style6 .product-item .prodLabel.top-left,
.poco-home-page-style-5 .products-grid .hover-style6 .product-item .prodLabel.top-right,
.poco-home-page-style-5 .products-grid .hover-style8 .product-item .prodLabel.top-left,
.poco-home-page-style-5 .products-grid .hover-style8 .product-item .prodLabel.top-right {
  top: -20px !important;
}
.poco-home-page-style-5 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-5 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-5 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-5 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 5px;
}
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 11px !important;
}
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .magebees_quickview,
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .action.secondary {
  padding: 0 5px !important;
}
.poco-home-page-style-5 .products-grid .product-item:hover .product-item-inner.style9 {
  top: 0;
}
.poco-home-page-style-5 .products-grid .hover-style10 .product-item .price-box {
  -webkit-order: 1;
  order: 1;
  -ms-order: 1;
}
.poco-home-page-style-5 .products-grid .hover-style10 .product-item .hvr_dtl .actions-primary {
  -webkit-order: 2;
  order: 2;
  -ms-order: 2;
}
.poco-home-page-style-5 .products-grid .hover-style10 .product-item .hvr_dtl .action.primary:after {
  display: none;
}
.poco-home-page-style-5 .view-more .action,
.poco-home-page-style-5 .loading-btn .load_next {
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 20px 34px !important;
}
.poco-home-page-style-5 .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible {
  line-height: inherit;
}
.poco-home-page-style-5 .newsletter-section .content {
  max-width: 560px;
}
.poco-home-page-style-5 .newsletter-section .form.subscribe input[type=email] {
  font-weight: 500;
  border: 0 !important;
  padding: 20px 150px 20px 30px;
  height: 63px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.poco-home-page-style-5 .newsletter-section .form.subscribe .action {
  top: 23px;
  right: 30px;
  font-weight: 800;
}
.poco-home-page-style-5 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-5 .newsletter-section .form.subscribe .action.primary:after {
  padding-left: 0;
  font-size: 18px;
}
.poco-home-page-style-5 .newsletter-section .section-title {
  margin-bottom: 65px !important;
}
.poco-home-page-style-5 .home-blog-post .view-more {
  margin-top: 100px;
}
.poco-home-page-style-5 .store-feature-style2.store-features ul {
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
}
.poco-home-page-style-5 .store-feature-style2 .store-feature h4,
.poco-home-page-style-5 .store-feature-style2 .store-feature .h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-5 .store-feature-style2 .store-feature p {
  color: #949494;
  font-size: 18px;
  font-weight: 500;
}
.poco-home-page-style-5 .store-feature-style2.store-features li {
  padding: 0 5%;
}
.poco-home-page-style-5 .store-feature-style2.store-features .st-icon {
  margin-right: 0;
  margin-top: 1px;
}
.poco-home-page-style-5 .store-features.store-feature-style2 .icon {
  margin-bottom: 30px;
}
.poco-home-page-style-5 .column.main #layered-filter-block .filter-subtitle,
.poco-home-page-style-5 .column.main #layered-filter-block-top .filter-subtitle {
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7 !important;
}
.poco-home-page-style-5 .column.main #layered-filter-block .filter-options,
.poco-home-page-style-5 .column.main #layered-filter-block-top .filter-options,
.poco-home-page-style-5 .column.main #layered-filter-block .ddFilter,
.poco-home-page-style-5 .column.main #layered-filter-block-top .ddFilter {
  border: 1px solid #e7e7e7 !important;
  border-top: 0 !important;
}
.poco-home-page-style-5 .product.info.detailed #reviews .review-add .block-title strong,
.poco-home-page-style-5 .product.info.detailed #reviews .review-list .block-title strong,
.poco-home-page-style-5 .block.filter .filter-title strong {
  font-weight: 800 !important;
}
.poco-home-page-style-5 .page-title-wrap .page-title-wrapper {
  top: 60%;
}
.poco-home-page-style-5.catalog-product-view .page-title-wrap .breadcrumbs .container {
  top: 70%;
}
.poco-home-page-style-5 .product-info-main .page-title-wrapper .page-title {
  font-size: 40px;
}
.poco-home-page-style-5 .product-add-form .box-tocart #product-addtocart-button,
.poco-home-page-style-5 .product-add-form .update #product-addtocart-button {
  font-size: 18px;
  font-weight: 800 !important;
}
.poco-home-page-style-5 .product.info.detailed .product.data.items > .item.title .switch {
  font-weight: 700;
}
.poco-home-page-style-5 .block-slider .section-title .title {
  text-transform: uppercase;
}
.poco-home-page-style-5 .block-slider.related .section-title {
  margin-bottom: 25px !important;
}
.poco-home-page-style-5 .cart-container .checkout-methods-items .action.primary {
  font-size: 16px;
  font-weight: 800;
}
.poco-home-page-style-5 .mageb-osc .mbOpc-terms .checkout-agreements button.mageb-button:after {
  display: none;
}
.poco-home-page-style-5 a.mageb-button {
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 15px 25px !important;
}
.poco-home-page-style-5 .accordian-content,
.poco-home-page-style-5 .data-table thead th,
.poco-home-page-style-5 .data.table thead th,
.poco-home-page-style-5 .table.table-comparison thead th {
  background-color: #f6f6f6;
}
.poco-home-page-style-5 .modal-popup_ajaxwishlist_magebees .action.primary {
  padding: 16px 18px !important;
}
.poco-home-page-style-5 .modal-popup_ajaxwishlist_magebees .action.primary.after {
  padding-left: 5px;
}
.poco-home-page-style-5.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .actions-primary .action.primary {
  padding: 11px 18px 10px !important;
}
.poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar .action:after,
.poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar .action:after,
.poco-home-page-style-5.poco-themes.page-with-filter .sidebar .action:after,
.poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar .action.primary:after,
.poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar .action.primary:after,
.poco-home-page-style-5.poco-themes.page-with-filter .sidebar .action.primary:after {
  font-size: 13px;
  padding-left: 4px;
  margin-top: -3px;
}
.poco-home-page-style-5 .cookie .action.primary {
  font-size: 14px;
  padding: 10px 20px !important;
}
.poco-home-page-style-5 .cookie .action.primary:after {
  padding-left: 5px;
  font-size: 18px;
}
.poco-home-page-style-5 .cookie #close_cookie_bar:after {
  font-size: 14px;
}
.poco-home-page-style-5 #popup a.close {
  color: #fff;
}
.poco-home-page-style-5 .newsletter-in .block.newsletter .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
.poco-home-page-style-5 .newsletter-in .block.newsletter .detail {
  font-weight: 800;
}
.poco-home-page-style-5 .newsletter-in .block.newsletter .actions .subscribe.primary:after {
  display: none;
}
.poco-home-page-style-5:not(.cms-index-index) .columns .finderProducts .finder_header {
  margin-bottom: 30px !important;
}
.poco-home-page-style-5 .our-stores,
.poco-home-page-style-5 .image-height-section:before,
.poco-home-page-style-5 .accordian-content,
.poco-home-page-style-5 .contact-form-default {
  background-color: #f6f6f6 !important;
}
.poco-home-page-style-5 .logoSliderLayer .swiper-button-next,
.poco-home-page-style-5 .logoSliderLayer .swiper-button-prev {
  margin: -20px 0 0 !important;
  opacity: 0;
}
.poco-home-page-style-5 .logoSliderLayer:hover .swiper-button-next,
.poco-home-page-style-5 .logoSliderLayer:hover .swiper-button-prev {
  opacity: 1;
}
.poco-home-page-style-5 .logoSliderLayer .swiper-button-next {
  right: 0 !important;
}
.poco-home-page-style-5 .logoSliderLayer .swiper-button-prev {
  left: 0 !important;
}
.poco-home-page-style-5 .logoSliderLayer .swiper-slide {
  padding: 1px;
}
.poco-home-page-style-5 .swiper-button-next,
.poco-home-page-style-5 .swiper-button-prev {
  margin: -20px 0 0;
}
.poco-home-page-style-5 .block-slider .products-grid {
  padding-bottom: 1px;
}
/* ------------------------------------------------------------
   End Home Demo 6 Medical   ----------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-6 .text_bnr_small .pagebuilder-column-group {
  margin: 0 -15px;
}
.poco-home-page-style-6 .text_bnr_small .sml_details {
  color: #fff;
  padding: 45px 60px;
}
.poco-home-page-style-6 .text_bnr_small .sml_content {
  padding-right: 10px;
}
.poco-home-page-style-6 .text_bnr_small .sml_details p {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.poco-home-page-style-6 .text_bnr_small .sml_details h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.poco-home-page-style-6 .text_bnr_small .pagebuilder-column {
  border-radius: 6px;
  background-position: 77% top !important;
  background-size: auto !important;
  margin: 0 15px;
}
.poco-home-page-style-6 .text_bnr_small .action.secondary {
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  padding: 0 !important;
  font-size: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}
.poco-home-page-style-6 .text_bnr_small .action.secondary .st-icon {
  width: 24px;
  height: 24px;
  margin-top: -5px;
}
.poco-home-page-style-6.cms-index-index .productsListing-section,
.poco-home-page-style-6.cms-index-index .mageTestimonials {
  background: #eaeffd !important;
  background: -moz-linear-gradient(90deg, #eaeffd 0%, #eff0fa 50%, #f5f1f5 100%) !important;
  background: -webkit-linear-gradient(90deg, #eaeffd 0%, #eff0fa 50%, #f5f1f5 100%) !important;
  background: linear-gradient(90deg, #eaeffd 0%, #eff0fa 50%, #f5f1f5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeffd", endColorstr="#f5f1f5", GradientType=1);
}
.poco-home-page-style-6.cms-index-index .products-grid .product-item .hover-style6 .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.poco-home-page-style-6 .products-grid .product-item {
  margin-bottom: 35px !important;
}
.poco-home-page-style-6 .products-grid .product-item .pro-hover {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 1px #000;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.poco-home-page-style-6 .products-grid .product-item .product-item-name {
  margin: 5px 0 8px 0;
}
.poco-home-page-style-6 .products-grid .product-item .p_sku,
.poco-home-page-style-6 .products-grid .product-item .price-box {
  display: inline-block;
}
.poco-home-page-style-6 .products-grid .product-item .price-box .price,
.poco-home-page-style-6 .products-grid .product-item .p_sku {
  font-size: 16px;
  font-weight: 600;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .p_sku {
  padding-bottom: 10px;
}
.poco-home-page-style-6 .view-more .action,
.poco-home-page-style-6 .loading-btn .load_next,
.poco-home-page-style-6 .btn-large,
.poco-home-page-style-6 .action.btn-large {
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 21px 40px !important;
}
.poco-home-page-style-6 .welcome-content {
  border-top: 1px solid #e0e0e0;
}
.poco-home-page-style-6 .welcome-content h1 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.25;
  margin-bottom: 40px;
}
.poco-home-page-style-6 .welcome-content [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.poco-home-page-style-6 .welcome-content .image_section {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.poco-home-page-style-6 .welcome-content .image_section img {
  border-radius: 5px;
}
.poco-home-page-style-6 .welcome-content .right {
  text-align: left !important;
}
.poco-home-page-style-6 .welcome-content .content_section {
  padding-left: 10%;
}
.poco-home-page-style-6 .welcome-content .content_section ul {
  margin: 0 0 50px;
  font-size: 20px;
  font-weight: 500;
}
.poco-home-page-style-6 .welcome-content .content_section li {
  margin-bottom: 15px;
}
.poco-home-page-style-6 .welcome-content .content_section li span {
  font-size: 18px;
  font-weight: 600;
  line-height: 59px;
  width: 59px;
  height: 59px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
.poco-home-page-style-6 .welcome-content .action.btn-large {
  display: inline-block;
}
.poco-home-page-style-6 .mageTestimonials .clientPic {
  margin-bottom: 45px;
}
.poco-home-page-style-6 .mageTestimonials .clientPic img {
  border-radius: 100px;
}
.poco-home-page-style-6 .mageTestimonials .swiper-slide {
  opacity: 0.4;
}
.poco-home-page-style-6 .mageTestimonials .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.poco-home-page-style-6 .magetmQuotes {
  font-size: 24px;
  line-height: 45px;
  font-weight: 400;
  max-width: 780px;
  margin: 0 auto 40px !important;
}
.poco-home-page-style-6 .mageTestimonials .clientDetails {
  text-align: center !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.poco-home-page-style-6 .mageTestimonials .clientname {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-6 .mageTestimonials .mageTmRating {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-6 .mageTmClient .clientDetails #ratings {
  margin: 0 0 10px;
}
.poco-home-page-style-6 .mageTmRating img {
  margin: 0 2px;
  width: 18px;
}
.poco-home-page-style-6 .home-blog-post .item .post-image,
.poco-home-page-style-6 .home-blog-post .item .post-image img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.poco-home-page-style-6 .home-blog-post-style-3 .detail {
  padding: 40px 0 0;
}
.poco-home-page-style-6 .home-blog-post .detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.poco-home-page-style-6 .home-blog-post-style-3 .detail .f_wr {
  position: absolute;
  top: -71px;
  left: 20px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}
.poco-home-page-style-6 .home-blog-post-style-3 .detail .post-date {
  text-transform: uppercase;
}
.poco-home-page-style-6 .home-blog-post-style-3 .meta-item,
.poco-home-page-style-6 .home-blog-post-style-3 .meta-item a,
.poco-home-page-style-6 .home-blog-post-style-3 .mb-post-meta .meta-item .label {
  font-style: normal;
  font-weight: 700;
}
.poco-home-page-style-6 .home-blog-post-style-3 .mb-readmore {
  padding: 0;
  margin: 15px 0 0;
  border: 0;
}
.poco-home-page-style-6 .home-blog-post-style-3 .btn-small.mb-post-readmore {
  font-weight: 700;
  font-size: 16px !important;
  text-decoration: underline;
}
.poco-home-page-style-6 .home-blog-post-style-3 .btn-small.mb-post-readmore .st-icon {
  display: none;
}
.poco-home-page-style-6 .newsletter-in .block.newsletter .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
.poco-home-page-style-6 .newsletter-in .block.newsletter .detail {
  font-size: 32px;
  line-height: 46px;
  font-weight: 800;
}
.poco-home-page-style-6 .magebees-onepage-checkout-container .opc-wrapper .step-title,
.poco-home-page-style-6 .mageb-osc .magebees-Onepagecheckout-shipping-method .step-title {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.poco-home-page-style-6 .mageb-osc .magebees-discount-code-wrapper .payment-option-content,
.poco-home-page-style-6 .mageb-osc .step-content {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.poco-home-page-style-6 .mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title,
.poco-home-page-style-6 .mageb-osc .payment-option-title {
  border-radius: 5px;
}
.poco-home-page-style-6 .loading-btn,
.poco-home-page-style-6.poco-themes .loading-btn {
  margin-top: 40px !important;
}
.poco-home-page-style-6.catalog-product-view .page-title-wrap .breadcrumbs .container {
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.poco-home-page-style-6 .page-title-wrapper.product .page-title {
  font-size: 40px;
  text-align: left;
  padding-bottom: 0;
}
.poco-home-page-style-6 .page-title-wrapper.product .page-title:after {
  display: none;
}
.poco-home-page-style-6 .block.related .section-title {
  margin-bottom: 20px !important;
}
.poco-home-page-style-6 .block.related .product-items .product-item .field.choice.related {
  margin-top: 10px;
}
.poco-home-page-style-6 .our-stores,
.poco-home-page-style-6 .image-height-section:before,
.poco-home-page-style-6 .accordian-content,
.poco-home-page-style-6 .contact-form-default {
  background-color: #f3f0f7 !important;
}
.poco-home-page-style-6 .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title h2.title,
.poco-home-page-style-6 .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title h2.title {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 13px;
}
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .action,
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .magebees_quickview {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0 !important;
}
/* ------------------------------------------------------------
   Home Demo 7 Kids   -----------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-7 .newsletter-section {
  padding: 55px 0;
  position: relative;
}
.poco-home-page-style-7 .newsletter-section .container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.poco-home-page-style-7 .newsletter-section .section-title,
.poco-home-page-style-7 .newsletter-section .section-title .title {
  font-weight: 400;
  margin-bottom: 0 !important;
  color: #fff !important;
  text-align: right;
}
.poco-home-page-style-7 .newsletter-section .section-title .title b {
  font-weight: 800 !important;
}
.poco-home-page-style-7 .newsletter-section .section-title {
  padding-right: 40px;
}
.poco-home-page-style-7 .newsletter-section .section-title,
.poco-home-page-style-7 .newsletter-section .content {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.poco-home-page-style-7 .newsletter-section .content {
  max-width: 100%;
}
.poco-home-page-style-7 .newsletter-section .form.subscribe {
  max-width: 410px;
}
.poco-home-page-style-7 .newsletter-section .form.subscribe input[type=email] {
  color: #7c7c7c;
  font-size: 18px;
  padding: 0 120px 0 30px !important;
  border-bottom: 0 !important;
  height: 60px;
  border-radius: 10px;
}
.poco-home-page-style-7 .newsletter-section .newsletter {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
}
.poco-home-page-style-7 .newsletter-section .form.subscribe .action {
  height: 60px;
  width: auto;
  top: 0;
  right: 30px;
  font-size: 16px;
  font-weight: 800;
}
.poco-home-page-style-7 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-7 .mageTestimonials .swiper {
  padding-left: 70px;
  padding-right: 70px;
}
.poco-home-page-style-7 .magetmQuotes {
  padding: 0 40px !important;
  line-height: 38px;
}
.poco-home-page-style-7 .mageTestimonials .clientPic {
  margin-bottom: 35px;
  position: relative;
}
.poco-home-page-style-7 .mageTestimonials .clientPic img {
  border-radius: 100px;
}
.poco-home-page-style-7 .mageTmClient .clientDetails,
.poco-home-page-style-7 .mageTestimonials .clientname b,
.poco-home-page-style-7 .mageTmClient .mageTmComp {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail img,
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail {
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 auto;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail a {
  padding: 10px;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail:before {
  display: none;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-item .category-title .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-item:hover .category-title .title {
  opacity: 1;
  visibility: visible;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail {
  margin-bottom: 25px;
}
.poco-home-page-style-7 .store-features.store-feature-style2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 0;
  margin-bottom: 10px;
}
.poco-home-page-style-7 .store-features.store-feature-style2 li h4,
.poco-home-page-style-7 .store-features.store-feature-style2 li .h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
}
.poco-home-page-style-7 .store-features.store-feature-style2 .icon .st-icon {
  margin-right: 0;
  width: 30px;
  height: 30px;
}
.poco-home-page-style-7 .glry_img_widget .container {
  padding-left: 0;
  padding-right: 0;
}
.poco-home-page-style-7 .galleryimage-item .gallery-thumbnail a,
.poco-home-page-style-7 .galleryimage-item img {
  border-radius: 10px;
}
.poco-home-page-style-7 .proListShop,
.poco-home-page-style-7 .proListShop_2 {
  position: relative;
}
.poco-home-page-style-7 .proListShop .productsListing-section:before {
  content: "";
  background: url(../images/kids_sp_icon.png) no-repeat center;
  height: 113px;
  width: 78px;
  position: absolute;
  right: 30%;
  top: -70px;
  z-index: 10;
  animation-name: flo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-7 .proListShop_2 .productsListing-section:after {
  content: "";
  background: url(../images/kids_icon.png) no-repeat center;
  height: 162px;
  width: 126px;
  position: absolute;
  left: 19%;
  bottom: -70px;
  z-index: 10;
  animation-name: flo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-7 .proListShop .productsListing-section {
  position: relative;
}
.poco-home-page-style-7 .proListShop .container,
.poco-home-page-style-7 .proListShop_2 .container {
  padding-left: 0;
  padding-right: 0;
}
.poco-home-page-style-7 .products-grid .product-item .product-item-info {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px !important;
}
.poco-home-page-style-7 .products-grid .product-item .product-detail,
.poco-home-page-style-7 .products-grid .product-item .product-item-details {
  padding: 0 10px 10px;
}
.poco-home-page-style-7 .products-grid .product-item .product-name,
.poco-home-page-style-7 .products-grid .product-item .product-item-name {
  margin: 0 0 10px;
}
.poco-home-page-style-7 .products-grid .product-item .product-name a,
.poco-home-page-style-7 .products-grid .product-item .product-item-name a {
  font-size: 18px;
  font-weight: 500;
}
.poco-home-page-style-7 .products-grid .product-item .price-box .old-price {
  order: 2;
  -webkit-order: 2;
  padding-right: 0;
  padding-left: 10px;
}
.poco-home-page-style-7 .products-grid .product-item .price-box .old-price:before {
  content: "/";
  font-weight: 700;
  padding-right: 7px;
}
.poco-home-page-style-7 .products-grid .product-item .price-box .old-price .price {
  color: #828282 !important;
}
.poco-home-page-style-7 .products-grid .product-item .price-box .special-price .price {
  font-weight: 700 !important;
}
.poco-home-page-style-7 .products-grid .product-item {
  margin-bottom: 30px !important;
}
.poco-home-page-style-7 .mageb-no-more-load {
  background-color: #fff !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.poco-home-page-style-7.poco-themes .pager {
  margin-top: 0;
}
.poco-home-page-style-7 .column.main .toolbar-products ~ .toolbar-products {
  margin-top: 40px;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid img {
  margin: 0 auto;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .product-item-name {
  position: static;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  font-size: 18px;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .block-promo {
  padding: 10px 0;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .swiper-button-next,
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .swiper-button-prev {
  margin-top: -40px;
  width: 47px !important;
  height: 47px !important;
  background-size: contain;
}
.poco-home-page-style-7 .product.info .product.description h2,
.poco-home-page-style-7 .product.info .product.description h3,
.poco-home-page-style-7 .product.info .product.description h4,
.poco-home-page-style-7 .product.info .product.description h5,
.poco-home-page-style-7 .product.info .product.description h6 {
  font-weight: 400 !important;
}
.poco-home-page-style-7 .product-info-main .page-title-wrapper .page-title {
  font-weight: 400;
}
.poco-home-page-style-7 .block.related .block-actions,
.poco-home-page-style-7 .block-slider .section-title {
  margin-bottom: 30px !important;
}
.poco-home-page-style-7 .page-title-wrap .image {
  width: 100%;
}
.poco-home-page-style-7 .product.info.detailed #reviews .review-list .block-title strong,
.poco-home-page-style-7 .product.info.detailed #reviews .review-add .block-title strong {
  font-weight: 700;
}
.poco-home-page-style-7 .newsletter-in .block.newsletter .detail {
  font-size: 35px;
}
.poco-home-page-style-7 .newsletter-in .block.newsletter .title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
.poco-home-page-style-7 .image-height-section:before,
.poco-home-page-style-7 .contact-form-default,
.poco-home-page-style-7 .our-stores,
.poco-home-page-style-7 .accordian-content {
  background-color: #eef3f6;
}
.poco-home-page-style-7 .contact-form-default input[type="text"],
.poco-home-page-style-7 .contact-form-default input[type="password"],
.poco-home-page-style-7 .contact-form-default input[type="url"],
.poco-home-page-style-7 .contact-form-default input[type="tel"],
.poco-home-page-style-7 .contact-form-default input[type="search"],
.poco-home-page-style-7 .contact-form-default input[type="number"],
.poco-home-page-style-7 .contact-form-default input[type*="date"],
.poco-home-page-style-7 .contact-form-default input[type="email"],
.poco-home-page-style-7 .contact-form-default textarea,
.poco-home-page-style-7 .contact-index-index iframe,
.poco-home-page-style-7 .our-store-flag img,
.poco-home-page-style-7 .our-store-list {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.poco-home-page-style-7 .block.related .product-items .product-item .field.choice.related {
  border-radius: 5px;
}
.poco-home-page-style-7 .view-more {
  text-align: center;
}
.poco-home-page-style-7 .products-grid .hover-style6 .pro-hover,
.poco-home-page-style-7 .products-grid .hover-style8 .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* ------------------------------------------------------------
   End Home Demo 7 Kids   -------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 8 Fashion 2   ------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-8 .product-item .price-box .price,
.poco-home-page-style-8 .products-grid .product-item,
.poco-home-page-style-8 .products-grid .product-item .product-name a,
.poco-home-page-style-8 .products-grid .product-item .product-item-name a {
  text-transform: uppercase;
}
.poco-home-page-style-8 .products-grid .product-item .price-box .old-price {
  padding-right: 5px;
}
.poco-home-page-style-8 .products-grid .product-item .price-box .old-price .price {
  color: #6f6f6f !important;
}
.poco-home-page-style-8 .swiper-button-next:after,
.poco-home-page-style-8 .swiper-button-prev:after {
  transform: none;
  border: 0;
  width: auto;
  height: auto;
  position: static;
}
.poco-home-page-style-8 .swiper-button-next,
.poco-home-page-style-8 .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  border: 2px solid #f2f2f2;
  margin: 0;
}
.poco-home-page-style-8 .swiper-button-next:hover,
.poco-home-page-style-8 .swiper-button-prev:hover {
  background-color: #f2f2f2;
}
.poco-home-page-style-8 .productsListing-section .swiper-button-prev {
  left: -115px !important;
}
.poco-home-page-style-8 .productsListing-section .swiper-button-next {
  right: -115px !important;
}
.poco-home-page-style-8 .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  border: 0 !important;
  width: auto;
  height: auto;
  position: static;
  transform: none;
}
.poco-home-page-style-8 .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  border: 0 !important;
  width: auto;
  height: auto;
  position: static;
  transform: none;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item {
  display: flex;
  align-items: center;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item .detail {
  text-align: left;
  flex: auto;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item .icon {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  background: #fff;
  line-height: 74px;
  border-radius: 100%;
  margin-right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  margin-bottom: 0;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item svg {
  margin-top: -10px;
  margin-right: 0;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item span {
  font-size: 18px;
  font-weight: 500;
  color: #6f6f6f;
}
.poco-home-page-style-8 .store-features.store-feature-style2 {
  border-bottom: 0 !important;
}
.poco-home-page-style-8 .store-features.store-feature-style2 li {
  max-width: 33.333%;
}
.poco-home-page-style-8 .store-features li {
  padding: 10px;
}
.poco-home-page-style-8 .blogNwslSection {
  border-top: 2px solid #eef5f2 !important;
}
.poco-home-page-style-8 .blogNwslSection .home-blog-post {
  margin-bottom: 0 !important;
}
.poco-home-page-style-8 .home-blog-post-style-1 .item {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.poco-home-page-style-8 .home-blog-post-style-1 .flx_pst {
  margin-top: 0;
}
.poco-home-page-style-8 .home-blog-post-style-1 .item .post-date {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 30px;
  background: #fff;
}
.poco-home-page-style-8 .home-blog-post-style-1 .container {
  padding: 0;
}
.poco-home-page-style-8 .home-blog-post .detail {
  padding: 0 30px;
  margin-top: -50px;
  background: transparent;
}
.poco-home-page-style-8 .blogNwslSection .pagebuilder-column {
  justify-content: center !important;
}
.poco-home-page-style-8 .blogNwslSection .pagebuilder-column:first-of-type {
  padding-right: 3.65%;
}
.poco-home-page-style-8 .blogNwslSection .pagebuilder-column:last-of-type {
  padding-left: 3.65%;
}
.poco-home-page-style-8 .newsletter-section .section-title {
  margin-bottom: 30px !important;
}
.poco-home-page-style-8 .newsletter-section .form.subscribe {
  height: 51px;
  border: 2px solid #eef5f2 !important;
  max-width: 340px;
  margin: 0 auto;
}
.poco-home-page-style-8 .newsletter-section .form.subscribe input[type="email"] {
  padding: 10px 115px 10px 20px;
  border: 0 !important;
  font-size: 15px;
  height: 47px;
}
.poco-home-page-style-8 .newsletter-section .form.subscribe .action {
  top: 12px;
  right: 20px;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  border-left: 1px solid #d7d7d7 !important;
  padding-left: 20px !important;
}
.poco-home-page-style-8 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-8 .page-footer {
  background-repeat: no-repeat;
  background-position: center 40px;
}
.poco-home-page-style-8 .mb-post-listing .mb-post-title {
  font-size: 20px !important;
  font-weight: 600;
}
.poco-home-page-style-8 .product-info-main .page-title-wrapper .page-title {
  font-size: 32px;
}
.poco-home-page-style-8 .products-grid .product-item .product-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.poco-home-page-style-8 .products-grid .hover-style9 .product-item .product-item-name,
.poco-home-page-style-8 .products-grid .hover-style9 .product-item .price-box {
  flex: 1;
}
.poco-home-page-style-8 .products-grid .hover-style9 .product-item .swatches-listing {
  flex: 0 0 100%;
  text-align: left;
}
.poco-home-page-style-8 .block.block-slider.related .products-grid .product-item .price-box {
  margin: 10px 0;
}
.poco-home-page-style-8 .newsletter-in .block.newsletter .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 12px;
}
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .action,
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .magebees_quickview {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0 !important;
}
/* ------------------------------------------------------------
   End Home Demo 8 Fashion 2   --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 9 Decor   ----------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-9 .products-grid .product-item .product-item-name {
  order: 2;
}
.poco-home-page-style-9 .products-grid .product-item .product-reviews-summary {
  order: 1;
}
.poco-home-page-style-9 .products-grid .product-item .price-box {
  order: 3;
}
.poco-home-page-style-9 .product-items .product-item .field.choice.related {
  order: 4;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .price-box {
  display: flex;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .price-box .special-price {
  -webkit-order: 2;
  order: 2;
  -ms-order: 2;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .price-box .old-price {
  -webkit-order: 1;
  order: 1;
  -ms-order: 1;
}
.poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 11px !important;
}
.poco-home-page-style-9 .products-grid .product-items-4 .product-item .product-item-inner.style9 .action.tocart .text,
.poco-home-page-style-9 .products-grid .product-items-4 .product-item .product-item-inner.style9 .magebees_quickview .text {
  display: none;
}
.poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 10px;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-9 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary {
  width: auto;
}
.poco-home-page-style-9 .products-grid .product-item .product-name a,
.poco-home-page-style-9 .products-grid .product-item .product-item-name a {
  font-weight: 700;
}
.poco-home-page-style-9 .product-item .price-box .price,
.poco-home-page-style-9 .products-grid .product-item .price-box .special-price .price {
  font-weight: 500 !important;
}
.poco-home-page-style-9 .products-grid .product-item .price-box .old-price {
  padding-right: 7px;
}
.poco-home-page-style-9 .products-grid .product-item .price-box .old-price:after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
}
.poco-home-page-style-9 .products-grid .product-item-photo img {
  border-radius: 6px !important;
}
.poco-home-page-style-9 .products-grid .product-item .product-name,
.poco-home-page-style-9 .products-grid .product-item .product-item-name {
  margin: 0 0 10px;
}
.poco-home-page-style-9 .products-grid .product-item {
  margin-bottom: 40px !important;
}
.poco-home-page-style-9 .view-more .action {
  text-transform: none;
  font-weight: 700;
}
.poco-home-page-style-9 .mage-deal-slider .container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.poco-home-page-style-9 .mage-deal-slider .section-title {
  flex: 1;
  max-width: 43%;
  margin: 0;
}
.poco-home-page-style-9 .mage-deal-slider .section-title .sort-details {
  margin-bottom: 20px;
}
.poco-home-page-style-9 .mage-deal-slider .section-title .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  border-radius: 4px;
}
.poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr {
  height: 100%;
}
.poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr img {
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.poco-home-page-style-9 .mage-deal-slider .content {
  flex: 1;
  max-width: 57%;
  position: relative;
  overflow: hidden;
  background-color: #eeeeed;
  border-radius: 0 8px 8px 0;
}
.poco-home-page-style-9 .mage-deal-slider .content:after {
  content: 'discount';
  font-size: 235px;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  color: #e7e7e6;
  letter-spacing: -10px;
  left: -20px;
}
.poco-home-page-style-9:not(.rtl-layout-poco) .mage-deal-slider .products-grid .product-item,
.poco-home-page-style-9:not(.rtl-layout-poco) .mage-deal-slider .products-grid .product-item:nth-child(3n+1) {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.poco-home-page-style-9 .mage-deal-slider .products-grid {
  padding: 80px 0;
}
.poco-home-page-style-9 .mage-deal-slider.mage-products .timer-product {
  float: none !important;
}
.poco-home-page-style-9 #timer-countbox .countdown-section {
  float: none !important;
  width: auto;
  flex: 1;
  padding: 0 15px;
  margin: 0 !important;
  position: relative;
}
.poco-home-page-style-9 #timer-countbox .countdown-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.poco-home-page-style-9 .timer-countbox {
  width: 100%;
}
.poco-home-page-style-9 #timer-countbox .countdown-amount {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}
.poco-home-page-style-9 .mage-deal-slider #timer-countbox .countdown-section,
.poco-home-page-style-9 .mage-deal-slider #category-timer-countbox .countdown-section,
.poco-home-page-style-9 .mage-deal-slider #timer-countbox .countdown-section .countdown-period,
.poco-home-page-style-9 .mage-deal-slider #category-timer-countbox .countdown-section .countdown-period,
.poco-home-page-style-9 .mage-deal-slider #timer-countbox .countdown-section .countdown-amount,
.poco-home-page-style-9 .mage-deal-slider #category-timer-countbox .countdown-section .countdown-amount {
  background-color: transparent !important;
  border: 0 !important;
}
.poco-home-page-style-9 .mage-deal-slider #timer-countbox .countdown-section .countdown-period {
  margin-top: 10px;
}
.poco-home-page-style-9 .product-item .timer-product {
  bottom: 20px;
}
.poco-home-page-style-9 .product-item .timer-product #category-timer-countbox .countdown-section {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.poco-home-page-style-9 .mage-deal-slider .swiper-container {
  margin: 0 130px;
  overflow: hidden;
}
.poco-home-page-style-9 .swiper-button-next,
.poco-home-page-style-9 .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-color: #fff !important;
  top: 50%;
  margin: 0;
}
.poco-home-page-style-9 .brandlogoSliderLayer .swiper-button-next,
.poco-home-page-style-9 .brandlogoSliderLayer .swiper-button-prev {
  margin: -20px 0 0;
}
.poco-home-page-style-9 .mage-deal-slider .swiper-button-next {
  right: 40px !important;
}
.poco-home-page-style-9 .mage-deal-slider .swiper-button-prev {
  left: 40px !important;
}
.poco-home-page-style-9 .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23727272" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  border: 0 !important;
  width: auto;
  height: auto;
  position: static;
  transform: none;
  font-size: 0;
}
.poco-home-page-style-9 .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23727272" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  border: 0 !important;
  width: auto;
  height: auto;
  position: static;
  transform: none;
  font-size: 0;
}
.poco-home-page-style-9 .mage-deal-slider .product-item-photo img {
  filter: brightness(1.05);
}
.poco-home-page-style-9 .mage-deal-slider .products-grid .product-item .product-item-photo {
  overflow: hidden;
  border-radius: 6px;
}
.gift_bnr {
  position: relative;
}
.gift_bnr img {
  border-radius: 6px;
  display: block;
}
.gift_bnr h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-bottom: 0;
  white-space: nowrap;
}
.gift_bnr a {
  color: #fff !important;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.gift_bnr a:hover {
  border-bottom-color: transparent;
}
.poco-home-page-style-9 .mageTmRating img {
  filter: contrast(1%);
}
.poco-home-page-style-9 .mageTmClient .clientDetails #ratings {
  margin: 0 0 20px;
}
.poco-home-page-style-9 .magetmQuotes {
  font-size: 22px;
  line-height: 34px;
  max-width: 520px;
}
.poco-home-page-style-9 .mageTestimonials .clientname b {
  display: block;
  font-size: 16px;
  line-height: 26px;
}
.poco-home-page-style-9 .mageTmClient .clientDetails {
  font-size: 16px !important;
  text-align: center;
}
.poco-home-page-style-9 .mageTestimonials {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.poco-home-page-style-9 .mageTestimonials:after {
  content: 'happy customer';
  font-size: 175px;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  color: #efede9;
  letter-spacing: -10px;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
}
.poco-home-page-style-9 .brandlogoSliderLayer {
  margin: 0;
}
.poco-home-page-style-9 .brandlogoSliderLayer .swiper-button-next,
.poco-home-page-style-9 .brandlogoSliderLayer .swiper-button-prev {
  top: 35%;
  background-color: transparent !important;
  opacity: 0;
  visibility: hidden;
}
.poco-home-page-style-9 .brandlogoSliderLayer:hover .swiper-button-next,
.poco-home-page-style-9 .brandlogoSliderLayer:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.poco-home-page-style-9 .galleryimage-item .item,
.poco-home-page-style-9 .galleryimage-item .item img {
  border-radius: 6px;
}
.poco-home-page-style-9 .galleryimage-item .item .icon {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
}
.poco-home-page-style-9 .galleryimage-item .item .icon svg {
  fill: #000;
}
.poco-home-page-style-9 .galleryimage-item .item .icon svg {
  width: 20px;
  height: 20px;
}
.poco-home-page-style-9 .glry_img_widget_sidebar .galleryimage-item .item .icon {
  width: 35px;
  height: 35px;
  line-height: 38px;
}
.poco-home-page-style-9 .glry_img_widget_sidebar .galleryimage-item .item .icon svg {
  width: 16px;
  height: 16px;
}
.poco-home-page-style-9 .glry_img_widget .sort-details {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 80px 0 0;
  text-transform: none;
}
.poco-home-page-style-9 .glry_img_widget .sort-detail {
  margin: 0;
}
.poco-home-page-style-9 .glry_img_widget .sort-details b {
  font-weight: 700;
}
.poco-home-page-style-9 .glry_img_widget .sort-details .sort-detail:before,
.poco-home-page-style-9 .glry_img_widget .sort-details .sort-detail:after {
  display: none;
}
.poco-home-page-style-9 .block-slider {
  max-width: 1380px;
  margin: 0 auto;
}
.poco-home-page-style-9 .products-list .product-item .pro-hover .product-item-photo {
  border: 0 !important;
}
.poco-home-page-style-9 .product.info.detailed #reviews .review-list .block-title strong,
.poco-home-page-style-9 .product.info.detailed #reviews .review-add .block-title strong {
  font-size: 24px;
  font-weight: 700;
}
.poco-home-page-style-9 .product-info-main .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 32px;
  padding: 0 !important;
}
.poco-home-page-style-9 .product-info-main #timer-countbox .countdown-section:after {
  display: none;
}
.poco-home-page-style-9 .product-info-main .timer-product #timer-countbox .countdown-section {
  padding: 20px 0 !important;
}
.poco-home-page-style-9 .product-info-main #timer-countbox .countdown-section .countdown-period {
  margin-top: 0;
}
.poco-home-page-style-9 .product-info-main .timer-product .timer-countbox {
  border-radius: 10px;
  overflow: hidden;
}
.poco-home-page-style-9 .loading-btn button {
  text-transform: none;
}
.poco-home-page-style-9 #layered-filter-block-top {
  margin-bottom: 0 !important;
}
.poco-home-page-style-9 .products-list .product-item .timer-product,
.poco-home-page-style-9 .block.widget.block-products-list .widget-product-grid .product-item .timer-product {
  bottom: 80px;
}
.poco-home-page-style-9 .scroll-top {
  bottom: 50px;
}
.poco-home-page-style-9 .products-grid .hover-style10 .product-item .price-box {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-9 .products-grid .hover-style10 .product-item .price-box .price {
  font-size: 15px;
}
.poco-home-page-style-9 .products-grid .hover-style10 .product-item .hvr_dtl .actions-primary {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-9 .products-grid .hover-style10 .product-item .price-box .old-price:after {
  display: none;
}
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 13px;
}
.poco-home-page-style-9 .products-grid .hover-style11.product-items-4 .product-item .product-item-inner .cart-btn .lble {
  display: none;
}
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .action,
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .magebees_quickview {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0 !important;
}
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .price-box .old-price:after {
  display: none;
}
/* ------------------------------------------------------------
   End Home Demo 9 Decor   ------------------------------------
--------------------------------------------------------------- */
.paypal_btn .paypal.after:before {
  margin: 2px 0;
  font-size: 12px;
}
.paypal_btn input {
  border: 0 !important;
}
/* ------------------------------------------------------------
   YMM Finder   -----------------------------------------------
--------------------------------------------------------------- */
.poco-themes:not(.catalog-category-view ) .finderProducts {
  margin-bottom: 0;
}
.poco-themes .finderProducts {
  background-color: transparent;
  padding: 0;
}
.poco-themes .finderProducts .finder_header {
  text-align: center;
  font-weight: 800;
}
.poco-themes .finderProducts button[name="reset"] {
  display: none !important;
}
.poco-themes .finderProducts button {
  height: 116px;
  font-size: 20px !important;
  padding: 15px 80px !important;
  opacity: 1;
}
.poco-themes .finderProducts button .icon {
  margin-right: 10px;
}
.poco-themes .finderDropdowns {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.poco-themes .finderDropdowns > li {
  width: 33.3333333% !important;
  margin: 0 !important;
}
.poco-themes .finderDropdowns select,
.poco-themes .finderform .chosen-container-single .chosen-single {
  height: 116px;
  border: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 0 50px;
  background-position: 95% center !important;
  cursor: pointer;
  line-height: 116px;
}
.poco-themes .finderform .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.poco-themes .finderform .chosen-container-active .chosen-single {
  border: 0 !important;
}
.poco-themes .finderform .chosen-container-single .chosen-single span {
  margin-right: 0;
}
.poco-themes .finderform .chosen-container-single .chosen-single div b {
  background-position: 0 60% !important;
}
.poco-themes .finderform .chosen-container-single .chosen-single div {
  right: 15px;
}
.poco-themes .finderform .chosen-container-active .chosen-single {
  box-shadow: none !important;
  border: 0 !important;
}
.poco-themes.page-layout-2columns-left .finderDropdowns select,
.poco-themes.page-layout-2columns-right .finderDropdowns select {
  font-size: 18px;
  padding: 0 30px;
}
.poco-themes.page-layout-2columns-left .finderProducts button,
.poco-themes.page-layout-2columns-right .finderProducts button {
  font-size: 18px !important;
  padding: 0 50px !important;
}
/* ------------------------------------------------------------
   End YMM Finder   -------------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Latest Post Section ----------------------------------------
--------------------------------------------------------------- */
.home-blog-post .sort-detail {
  margin: 0 auto !important;
}
.home-blog-post .view-more {
  display: block;
  text-align: center;
  margin: 65px 0 0;
}
.home-blog-post .post-title {
  font-size: 16px;
  margin: 5px 0;
  line-height: normal;
  min-height: auto !important;
}
.home-blog-post .post-title a {
  color: #000;
}
.home-blog-post .post-title a:hover {
  opacity: 0.8;
}
.home-blog-post .post-user {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.home-blog-post .read-more {
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}
.home-blog-post .read-more:hover {
  opacity: 0.8;
}
.home-blog-post .detail {
  padding: 30px;
  position: relative;
  background-color: #fff;
  width: 100%;
}
.home-blog-post .detail h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 10px 0;
}
.home-blog-post .detail .post-user .label {
  display: none;
}
.home-blog-post .detail .sort-details {
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  display: block;
}
.home-blog-post .detail .readMore {
  font-weight: normal;
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 11px;
  margin-right: 20px;
}
.home-blog-post .mb-post-meta .meta-item {
  display: inline;
}
.home-blog-post .mb-post-meta .meta-item::after {
  display: none !important;
}
.home-blog-post .homepost-listing .item .mb-post-meta .meta-item .label {
  font-weight: 500;
}
.home-blog-post .mb-post-meta .meta-item,
.home-blog-post .post-detail {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-blog-post .post-detail:after {
  content: "|";
  padding: 0 3px 0 8px;
  display: inline;
}
.home-blog-post .post-detail:last-of-type:after {
  display: none;
}
.home-blog-post .item .post-image {
  overflow: hidden;
  display: block !important;
  -ms-transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.home-blog-post .item .post-image img {
  display: block;
  margin: 0 auto;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
}
.home-blog-post .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-blog-post .swiper .item {
  margin-bottom: 0;
}
.home-blog-post .homepost-listing {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.home-blog-post .homepost-listing:before,
.home-blog-post .homepost-listing:after {
  content: '';
  clear: both;
  display: block;
}
.home-blog-post .grab-cursor.swiper-wrapper {
  cursor: url(../images/icon-move-pink.png), move !important;
}
.home-blog-post-style-1 .mb-post-excerpt {
  font-size: 15px;
  line-height: 1.6;
}
.home-blog-post-style-1 .post-detail,
.home-blog-post-style-1 .mb-post-meta {
  margin: 0;
}
.home-blog-post-style-1 .mb-post-meta .meta-item .label {
  display: inline-block;
}
.home-blog-post-style-1 .detail {
  text-align: center;
}
.home-blog-post-style-1 .post-image {
  position: relative;
}
.home-blog-post-style-1 .mb-readmore {
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.home-blog-post-style-1 .mb-readmore .action {
  position: relative;
  font-size: 16px !important;
  font-weight: 500;
  padding: 1px 0 !important;
  height: auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: auto;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.home-blog-post-style-1 .item:hover .mb-readmore {
  opacity: 1;
  visibility: visible;
}
.home-blog-post-style-1 .post-date,
.home-blog-post-style-1 .post-user {
  display: inline-block;
}
.home-blog-post-style-2 .container {
  padding-left: 0;
  padding-right: 0;
}
.home-blog-post-style-2 .item .post-image {
  position: relative;
}
.home-blog-post-style-2 .post-date {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-transform: none;
}
.home-blog-post-style-2 .post-date span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}
.home-blog-post-style-2 .detail {
  padding: 40px 0 0;
}
.home-blog-post-style-2 .detail h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.home-blog-post-style-2 .detail h3 a {
  color: #6c6c6c !important;
}
.home-blog-post-style-2 .mb-post-readmore {
  padding-right: 0 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
}
.home-blog-post-style-2 .item .mb-post-readmore:before {
  content: '';
  background-color: #312f2f;
  width: 13px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.home-blog-post-style-2 .item:hover .mb-post-readmore {
  padding-left: 45px !important;
}
.home-blog-post-style-2 .item:hover .mb-post-readmore:before {
  width: 33px;
}
.home-blog-post-style-2 .mb-post-readmore {
  background-color: transparent !important;
  border: 0 !important;
}
.home-blog-post-style-2 .mb-post-excerpt {
  margin: 15px 0;
}
.home-blog-post-style-3 .detail {
  padding: 25px 40px;
}
.home-blog-post-style-3 .post-detail:after {
  display: none;
}
.home-blog-post-style-3 .detail h3 {
  font-weight: 600;
  line-height: 28px;
  margin-top: 20px;
}
.home-blog-post-style-3 .mb-readmore {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  padding-top: 30px;
}
.home-blog-post-style-3 .btn-small.mb-post-readmore {
  font-size: 15px !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.home-blog-post-style-3 .btn-small.mb-post-readmore i {
  font-size: 20px;
}
.home-blog-post-style-3 .meta-item {
  flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
}
.home-blog-post-style-3 .meta-item:nth-of-type(2n) {
  padding-left: 10px;
  text-align: right;
}
.home-blog-post-style-4 .item .post-image {
  position: relative;
}
.home-blog-post-style-4 .item .post_in:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home-blog-post-style-4 .rd_mr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.home-blog-post-style-4 .rd_mr .icon {
  margin-left: 5px;
}
.home-blog-post-style-4 .item:hover .rd_mr {
  opacity: 1;
  visibility: visible;
}
.home-blog-post-style-4 .item .detail {
  padding: 0;
}
.home-blog-post-style-4 .pst_ttl {
  padding: 30px;
  font-size: 18px;
  line-height: 26px;
}
.home-blog-post-style-4 .mb-post-excerpt {
  margin: 0;
}
.home-blog-post-style-4 .pst_meta {
  padding: 15px 30px 5px 30px;
  border-top: 1px solid #e5e5e5;
  font-weight: 400;
}
.home-blog-post-style-4 .pst_meta .d_fl:not(:last-of-type) {
  margin-bottom: 10px;
}
.home-blog-post-style-4 .mb-post-tags {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.home-blog-post-style-4 .mb-post-categories {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-right: 10px;
}
.home-blog-post-style-4 .mb-post-categories .label {
  display: none;
}
.home-blog-post-style-4 .d_fl .meta-item {
  flex: 1;
  line-height: normal;
  font-weight: 400;
}
.home-blog-post-style-4 .post-detail:after {
  display: none !important;
}
.home-blog-post-style-4 .post-user {
  margin: 0 !important;
  color: #777;
}
.home-blog-post-style-4 .post-user a {
  color: #777;
}
.home-blog-post-style-4 .post-date {
  display: none !important;
}
/* ------------------------------------------------------------
   End Latest Post Section  -----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Newsletter Home Section ------------------------------------
--------------------------------------------------------------- */
.newsletter-section .section-title {
  margin-bottom: 60px !important;
}
.newsletter-section .icon {
  margin-bottom: 30px;
}
.newsletter-section .content {
  max-width: 470px;
  margin: 0 auto;
}
.newsletter-section .newsletter {
  background-color: transparent;
}
.newsletter-section .form.subscribe {
  position: relative;
}
.newsletter-section .form.subscribe input[type="email"] {
  padding: 0 45px 10px 0;
  font-size: 18px;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  border: 0 !important;
  border-bottom: 4px solid #25252b !important;
}
.newsletter-section .form.subscribe .action {
  display: block;
  background: none;
  border: 0 none;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  color: #4d3ad2;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 !important;
}
.newsletter-section .form.subscribe .action:hover {
  opacity: 0.8;
}
.newsletter-section .form.subscribe #newsletter-error {
  padding: 10px;
  background: #fff4f4;
  font-size: 14px;
  margin-top: 10px;
}
/* ------------------------------------------------------------
   End Newsletter Home Section --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Testimonial Section   --------------------------------------
--------------------------------------------------------------- */
.sidebar .mageTestimonials .mageTmClient .clientDetails i {
  display: inline-block;
}
.sidebar .block.mageTestimonials .mageTmClient .clientPic {
  min-height: 60px;
}
.sidebar .mageTestimonials .mageTmRating img {
  width: 12px !important;
}
.mageTmClient .clientPic {
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}
.mageTestList {
  margin: 0;
  padding: 0;
}
.mageTestList .items .magetmQuotes {
  text-align: left;
  padding: 15px 57px 15px 57px;
}
.mageTestList .items .magetmQuotes:before {
  top: 30px;
}
.mageTestList .items .mageTmClient .clientPic {
  max-height: 70px;
  max-width: 70px;
}
.mageTestList .items .clientDetails .mageTmEmail,
.mageTestList .items .clientDetails .mageTmAddress {
  position: relative;
  padding-left: 22px;
}
.mageTestList .items .clientDetails .mageTmEmail i,
.mageTestList .items .clientDetails .mageTmAddress i {
  position: absolute;
  left: 0;
  top: 3px;
}
.mageTestimonials .swiper.show-pagination {
  padding-bottom: 0;
}
.mageTestimonials .swiper-wrapper.pagination-on {
  padding-bottom: 100px;
}
.magetmQuotes {
  max-width: 610px;
  margin: 0 auto 20px!important;
  padding: 0 !important;
  font-size: 20px;
  line-height: 36px;
  color: #737384;
}
.mageTestimonials .clientname b {
  font-size: 20px;
  font-weight: 600;
}
.magetmQuotes:before,
.magetmQuotes:after {
  display: none !important;
}
.mageTestimonials .mageTmAddress {
  max-width: 250px;
  line-height: normal;
  position: relative;
  padding-left: 25px;
}
.mageTestimonials .mageTmAddress i {
  position: absolute;
  left: 0;
}
.mageTmClient .clientDetails > div {
  line-height: normal;
}
.mageTmClient .clientPic {
  margin: 0 20px 10px 0;
}
.mageTestimonials .clientPic {
  text-align: center;
}
#testimonial_details .mageTestList {
  margin: 0 !important;
  list-style: none !important;
}
#testimonial_details .magetmQuotes {
  max-width: 100%;
}
.mageTestList .items .clientDetails .mageTmEmail,
.mageTestList .items .clientDetails .mageTmAddress {
  padding-left: 25px;
}
#testimonial_details .clientname b {
  font-size: 15px;
  font-weight: 500;
}
.mageTmClient .clientDetails {
  font-size: 14px !important;
}
.mageTestList .items .clientDetails .mageTmEmail i,
.mageTestList .items .clientDetails .mageTmAddress i {
  top: 0;
}
#testimonial_details .mageTmClient {
  text-align: left;
}
#testimonial_details .mageTmAddress {
  max-width: 250px;
  line-height: normal;
}
.mageTestList li.items:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea !important;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}
.mageTestitoolbar {
  border: 0 !important;
  margin: 30px 0 !important;
  padding: 0 !important;
}
.mageTestitoolbar .pager {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.mageTestitoolbar .limiter,
.mageTestitoolbar .toolbar-number {
  font-size: 16px;
  font-weight: 400;
}
.mageTestList .mageTmClient .clientPic {
  max-width: 90px;
  max-height: 90px;
}
.mageTestList .mageTmClient .clientPic img {
  display: block;
  width: auto;
  height: auto;
}
.magetmQuotes {
  padding: 0 20px !important;
}
#testimonial_details .magetmQuotes {
  padding: 0 !important;
}
.mageTestForm .testimonial label {
  display: block;
}
.mageTestForm .block-title h3 {
  font-size: 22px;
  font-weight: 600;
}
.mageTestForm .fieldset > .field:not(.choice) > .control,
.mageTestForm textarea {
  width: 100% !important;
}
.mageTestForm .captcha img {
  margin-right: 10px;
}
/* ------------------------------------------------------------
   End Testimonial Section   ----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Product Page Slider   --------------------------------------
--------------------------------------------------------------- */
.block-slider {
  width: 100%;
  clear: both;
}
.block.related .section-title {
  margin-bottom: 20px;
}
.block.related .block-actions {
  margin-bottom: 80px;
}
.block.related .product-item .cart-btn,
.block.related .product-item .action.tocart {
  display: none !important;
}
.block.related .product-items .product-item .field.choice.related {
  cursor: pointer;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background-color: #e8e5e0;
  display: inline-block;
}
.block.related .product-items .product-item .field.choice.related input,
.block.related .product-items .product-item .field.choice.related label {
  cursor: pointer;
}
.block-slider .swiper-horizontal.show-pagination {
  padding-bottom: 60px;
}
.block-slider .products-grid .product-item {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0;
  padding: 1px !important;
}
.block-slider.block.widget .swiper.products-grid:not(.swiper-rtl) .product-item {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.poco-themes:not( poco-home-page-style-2) .block.related .action.select {
  color: #000 !important;
  background-color: #e6e6e6 !important;
  padding: 8px 15px !important;
}
.poco-themes:not( poco-home-page-style-2) .block.related .action.select:hover,
.poco-themes:not( poco-home-page-style-2) .block.related .action.select:focus {
  color: #000 !important;
  background-color: #d9d8d8 !important;
}
.poco-themes:not( poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related {
  color: #000 !important;
  background-color: #e6e6e6 !important;
}
.poco-themes:not( poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related:hover,
.poco-themes:not( poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related:focus {
  color: #000 !important;
  background-color: #e6e6e6 !important;
}
.block-slider .hover-style4 {
  padding: 2px;
}
.block.related .hover-style4 .product-item .field.choice.related {
  order: 3;
  -webkit-order: 3;
  -ms-order: 3;
  margin-top: 10px;
}
.block.related .products-grid .product-item .product-item-inner.style7 {
  display: none !important;
}
/* ------------------------------------------------------------
   End Product Page Slider   ----------------------------------
--------------------------------------------------------------- */
.prodLabel .productlabel-txt {
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .mbcomparemodalpopup.modal-popup .modal-inner-wrap,
  .modal-popup_ajaxwishlist_magebees .modal-inner-wrap,
  .customer-popup-ajaxwishlist .modal-inner-wrap,
  .cartDetails .modal-inner-wrap {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transition: none !important;
    -webkit-transition: none !important;
    margin: 0 !important;
  }
  .mbcomparemodalpopup.modal-popup .modal-inner-wrap,
  .modal-popup_ajaxwishlist_magebees .modal-inner-wrap {
    max-width: 425px !important;
  }
}
.modal-popup.customer-popup-ajaxwishlist.modal-popup.modal-slide .modal-header {
  padding: 20px 0 !important;
}
.mbcomparepopupwrapper span.product-image-wrapper {
  padding: 0 !important;
}
.mbcomparepopupwrapper span.product-image-wrapper img {
  max-width: 180px;
  margin: 0 auto;
}
.customer-popup-ajaxwishlist .logo {
  float: none !important;
}
.customer-popup-ajaxwishlist .logo img {
  margin: 0 auto 10px !important;
}
.customer-popup-ajaxwishlist .fieldset > .field:not(.choice) > .label,
.customer-popup-ajaxwishlist .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
  float: none !important;
  display: block;
  text-align: left;
  padding: 0 !important;
}
.customer-popup-ajaxwishlist .fieldset > .field {
  margin-bottom: 15px !important;
}
.customer-popup-ajaxwishlist .fieldset.login .field.note {
  font-size: 14px !important;
  background: #f5fbf2;
  padding: 10px;
  text-transform: uppercase;
}
.customer-popup-ajaxwishlist .fieldset.login .field.password .secondary {
  padding-top: 10px;
  clear: both;
  margin-top: 10px;
}
.customer-popup-ajaxwishlist .modal-inner-wrap {
  width: 100%;
  max-width: 470px !important;
}
.customer-popup-ajaxwishlist .fieldset {
  margin-bottom: 0 !important;
}
.modal-slide .action-close {
  padding: 10px !important;
}
.mbpopupbox .mbproname {
  font-size: 18px;
}
.mbsuccessmsg {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.mbcomparemodalpopup .mbcomwishbtns .action {
  width: 100%;
}
.mbcomparemodalpopup #mbcompareviewbtn {
  margin-bottom: 10px;
}
.modal-popup.mbcomparemodalpopup.modal-popup.modal-slide .modal-header,
.modal-popup.modal-popup_ajaxwishlist_magebees.modal-popup.modal-slide .modal-header {
  padding: 20px !important;
}
.mbpopupbox .mbproname {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.modal-popup.confirm .modal-footer button {
  margin: 0 10px !important;
}
.mbcomwishbtns .action {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mbpopupbox .product-image-wrapper {
  padding: 0 !important;
}
/* ------------------------------------------------------------
   One page checkout   ----------------------------------------
--------------------------------------------------------------- */
.mageb-osc {
  margin-bottom: 0 !important;
}
.mageb-osc .messages .message {
  margin-bottom: 30px;
}
.mageb-osc .control.captcha-image .captcha-img {
  margin-bottom: 10px !important;
}
.mageb-osc .form.form-login .actions-toolbar .secondary .action {
  text-transform: none !important;
}
.mageb-osc .control.captcha-image {
  margin: 20px 0 !important;
}
.mageb-osc .opc-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
a.mageb-button {
  display: inline-block;
  font-size: 15px !important;
}
.mageb-checkout-title h1 {
  text-transform: uppercase !important;
}
.mageb-osc input[type="checkbox"],
.mageb-osc input[type="radio"] {
  margin-top: 6px !important;
  margin-right: 10px;
}
.mageb-osc .field-tooltip {
  margin-top: 9px !important;
}
.checkout-index-index .mageb-osc .field .control._with-tooltip input {
  margin-right: 0 !important;
}
.checkout-index-index .minicart .minicart-items .product.actions {
  display: none !important;
}
.mageb-osc .newsletter-check {
  padding: 15px !important;
  background-color: #f7f5f4 !important;
}
.mageb-osc .opc-wrapper .step-title {
  font-size: 18px !important;
  padding: 15px 15px 15px 80px !important;
}
.mageb-summary .step-content {
  padding: 20px !important;
}
.magebees-onepage-checkout-container .opc-wrapper .step-title {
  background-image: none !important;
  position: relative;
}
#Onepagecheckout-shipping .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.mageb-osc .magebees-Onepagecheckout-shipping-method .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 15px;
}
.mageb-osc .magebees-checkout-payment-method .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.mageb-osc .mageb-summary .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.mageb-osc #order-attachment {
  margin-bottom: 40px;
}
.mageb-osc #order-attachment .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.mageb-osc .step-content {
  padding: 30px !important;
}
.mageb-summary table#opcReviewTable > tbody > tr {
  border-bottom: solid 1px #e5e5e5;
}
.mageb-osc .step-content {
  border: solid 1px #e5e5e5 !important;
}
#opcReviewTable > thead {
  box-shadow: 0px 2px 0 #e5e5e5 !important;
  -webkit-box-shadow: 0px 2px 0 #e5e5e5 !important;
}
.mageb-summary #opcReviewTable td.oscProductName .product-name,
.mageb-summary table#opcReviewTable thead tr th {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.mageb-summary table td.oscProductImage {
  padding: 30px 0 40px 0 !important;
}
#opcReviewTable .oscProductImage .oscpiw img {
  border: 0 !important;
}
.mageb-summary table#opcReviewTable > tbody > tr:not(:last-child) {
  border-bottom: solid 1px #e5e5e5 !important;
}
#opcReviewTable .oscDelete {
  bottom: 15px !important;
}
.mageb-summary #opcTotalTable {
  background-color: #f7f5f4 !important;
  border: solid 1px #e5e5e5 !important;
  border-top: 0 !important;
}
.mageb-summary table#opcTotalTable > tbody > tr.magebees-totals-wrapper > th,
.mageb-summary table#opcTotalTable > tbody > tr.magebees-totals-wrapper > td {
  padding-top: 30px !important;
}
.mageb-summary table#opcTotalTable > tbody > tr:last-child > th,
.mageb-summary table#opcTotalTable > tbody > tr:last-child > td {
  padding-bottom: 30px !important;
}
.mageb-summary table#opcTotalTable > tbody > tr > th,
.mageb-summary table#opcTotalTable > tbody > tr > td {
  font-weight: 500 !important;
}
.mageb-summary table#opcTotalTable > tbody > tr > th strong,
.mageb-summary table#opcTotalTable > tbody > tr > td strong {
  font-weight: 600 !important;
}
.checkout-index-index .page-title-wrapper {
  width: auto !important;
  height: auto !important;
  clip: inherit !important;
}
.mageb-osc .payment-option-title {
  padding: 15px 10px 15px 45px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #f7f5f4 !important;
  position: relative;
}
.mageb-osc .payment-option-title,
.mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title {
  background-image: none !important;
}
.mageb-osc .magebees-Onepagecheckout-additional-blocks .payment-option-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg>');
  position: absolute;
  left: 15px;
  font-weight: normal;
  margin-top: 2px;
}
.mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle></svg>');
  position: absolute;
  left: 15px;
  font-weight: normal;
  margin-top: 2px;
}
.mageb-osc .magebees-discount-code-wrapper .payment-option-content {
  background-color: #f7f5f4 !important;
  padding: 20px !important;
}
.mageb-osc .magebees-discount-code-wrapper {
  margin-bottom: 40px !important;
}
.mageb-osc .magebees-discount-code-wrapper.discount-code {
  padding-right: 20px !important;
  padding-left: 0 !important;
}
#popup-login .fieldset > .field,
.fieldset > .fields > .field {
  margin-bottom: 20px !important;
}
.checkout-index-index.magebees-onepage-checkout .modals-wrapper .modal-popup .modal-header {
  padding: 0 !important;
}
.magebees-onepage-checkout .modal-popup .modal-content {
  padding: 50px 50px 20px !important;
}
@media (min-width: 769px) {
  .magebees-onepage-checkout .modal-popup .modal-footer {
    padding: 10px 0 !important;
    margin: 0 10px;
    border-top: 1px solid #e3e3e3;
    text-align: right;
  }
}
.magebees-onepage-checkout .agreements-modal.modal-popup .modal-footer .action-hide-popup {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.mageb-osc .block-order-comments .addMorebtn,
.mageb-osc .block-order-comments .attComRmv {
  font-weight: 600;
}
.magebees-onepage-checkout .minicart-wrapper .minicart-items .product.actions,
.magebees-onepage-checkout .minicart-wrapper .minicart-items .details-qty {
  display: none !important;
}
@media (min-width: 768px) {
  .magebees-onepage-checkout .modal-popup .actions-toolbar {
    margin: 10px 0 10px 120px !important;
  }
  .magebees-onepage-checkout .modal-popup._inner-scroll .modal-content {
    padding: 50px !important;
  }
}
#popup-login .fieldset > .field.note {
  font-size: 16px !important;
  color: #737384 !important;
}
#popup-login h1 {
  font-weight: 600;
}
#popup-login .form-login .fieldset > .field,
.fieldset > .fields > .field {
  margin-bottom: 20px !important;
}
.mageb-osc .two-fields {
  margin-right: 4% !important;
}
.mageb-osc .two-fields.last {
  margin-right: 0 !important;
}
.mageb-summary .magebees-grand-total-item,
.mageb-summary .magebees-grand-total-item-label {
  font-weight: 600;
}
.magebees-checkout-payment-method .fieldset .billing-address-form + .magebees-buttons-for-update.actions-toolbar {
  margin: 0 !important;
}
.magebees-buttons-for-update.actions-toolbar .action {
  margin-right: 20px !important;
}
.mageb-osc .checkout-payment-method .payment-method-content .payment-method-billing-address .fieldset {
  margin-bottom: 0 !important;
}
.mageb-osc .opc-wrapper.mageb-onecolumn-layout .mageb-review-2col .magebees-discount-code-wrapper.discount-code {
  padding-right: 0 !important;
}
.mageb-osc .opc-wrapper.mageb-onecolumn-layout .mageb-review-2col .magebees-discount-code-wrapper {
  padding-left: 0 !important;
}
#opcReviewTable .qty-wrap .button.btnDec,
#opcReviewTable .qty-wrap .button.btnInc {
  font-size: 18px !important;
  padding: 0 !important;
  font-weight: 400 !important;
  width: 25px !important;
  height: 40px !important;
  line-height: normal !important;
  background-color: #fff !important;
  color: #333 !important;
  border: solid 1px #ddd !important;
  top: 0 !important;
}
#opcReviewTable .qty-wrap .button.btnDec {
  left: -25px !important;
  border-right: 0 !important;
}
#opcReviewTable .qty-wrap .button.btnInc {
  left: 40px !important;
  border-left: 0 !important;
}
#opcReviewTable .oscProductName .item-options dt,
#opcReviewTable .oscProductName .item-options dd {
  font-size: 13px !important;
}
#opcReviewTable .oscProductName .item-options dt + dd + dt {
  display: inline-block !important;
}
.mageb-osc .magebees-shipping-address-item.shipping-address-item.magebees-selected-item {
  border-color: #dbdbdb !important;
}
.magebees-shipping-address-item.magebees-selected-item {
  background-color: #f9f9f9 !important;
}
.magebeesLoader {
  right: 20px !important;
  top: 22px !important;
}
.sucess-col .legend,
.sucess-col .sub-title,
.mageb-success-page h3.product-name {
  font-style: normal !important;
}
.mageb-success-page h3.product-name {
  font-style: normal !important;
  text-transform: none !important;
  font-size: 16px !important;
  margin: 0;
}
.sucess-col .left-success .sub-title {
  font-weight: 600 !important;
}
.left-success {
  text-align: center !important;
  padding: 40px !important;
}
.left-success,
.mageb-success-page .col-set {
  border: 1px solid #e3e3e6 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.sucess-col #checkout-review-table-wrapper .data-table tbody tr td.a-center {
  text-align: center;
}
.mageb-success-static-b [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sucess-col #checkout-review-table-wrapper .data-table thead th,
.sucess-col #checkout-review-table-wrapper .data-table tfoot td {
  background-color: #f7f5f4 !important;
}
.mageb-success-page .col-set h3 {
  background-color: #f7f5f4 !important;
  padding: 10px 15px !important;
  font-size: 18px;
  margin: 0 0 10px;
}
.sucess-col #checkout-review-table-wrapper,
.mageb-success-static-b {
  margin: 0 0 40px !important;
}
.left-success img {
  max-width: 40px;
}
.mageb-success-page .col-set:not(:last-of-type) {
  margin-bottom: 40px !important;
}
.mageb-success-page #mockBottom {
  margin: 0 !important;
}
.sucess-col .legend,
.sucess-col .sub-title,
.mageb-success-page h3.product-name {
  font-weight: 700 !important;
}
#opcReviewTable .oscProductImage .oscpiw img:hover {
  transform: scale(1.3) !important;
  -webkit-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
}
.mageb-osc .actions-toolbar-trigger .action.primary {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.mageb-osc .mbOpc-terms .checkout-agreements button.mageb-button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
#opcReviewTable .qty-wrap .button.btnDec,
#opcReviewTable .qty-wrap .button.btnInc {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.mageb-osc .payment-method-billing-address .fieldset {
  margin-bottom: 30px !important;
}
/* ------------------------------------------------------------
   End One page checkout   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Blog  ------------------------------------------------------
--------------------------------------------------------------- */
.mb-blog-toolbar .toolbar-amount,
.toolbar.top.mb-blog-toolbar,
.mb-blog-toolbar .limiter {
  display: none !important;
}
.mb-post-listing .mb-post-gridview .items {
  display: flex;
  flex-wrap: wrap;
  margin: -5.92592593% -30px 0;
}
.mb-post-listing .mb-post-gridview .item {
  max-width: 33.33%;
  width: 100%;
  padding: 0 30px;
  margin-top: 5.9259259259259265%;
}
.mb-post-listing .mb-featured-image {
  overflow: hidden;
  display: block !important;
}
.mb-post-listing .mb-featured-image img {
  display: block;
  margin: 0 auto;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
}
.mb-post-listing .mb-post-gridview .item:hover .mb-featured-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mb-post-listing .mb-post-title {
  font-size: 18px !important;
  line-height: 34px !important;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px !important;
}
.mb-post-listing .mb-featured-image {
  margin-bottom: 45px !important;
}
.mb-post-listing .mb-post-meta {
  font-size: 16px !important;
  text-transform: uppercase;
}
.mb-post-listing .mb-post-text {
  font-size: 20px !important;
  line-height: 32px;
}
.mb-post-listing .mb-post-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.mb-post-listing .mb-post-header .mb-post-title {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.mb-post-listing .mb-post-header .mb-post-meta {
  font-size: 15px !important;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  margin-bottom: 25px !important;
}
.mb-post-viewpage .mb-metadata .item-meta:after,
.mb-post-listing .mb-post-meta .item-meta:after {
  content: "/" !important;
  padding: 0 10px;
}
.mb-post-listing .mb-post-meta .item-meta.mb-post-post-date .label,
.mb-post-listing .mb-post-meta .item-meta .label,
.mb-post-listing .mb-post-meta .item-meta.mb-post-categories .label,
.mb-post-viewpage .mb-post-posed-date .label,
.mb-post-viewpage .mb-post-categories .label {
  display: none;
}
.mb-post-listing .mb-read-btn {
  margin-top: 30px !important;
}
.poco-themes .mb-post-listing .mb-read-btn .mb-post-readmore,
poco-themes .mb-comment-list .reply-me,
.catalog-product-view .mb-post-grid-block .mb-post-readmore {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
}
.mb-post-listing .mb-read-btn .mb-post-readmore:after,
.mb-comment-list .reply-me:after,
.catalog-product-view .mb-post-grid-block .mb-post-readmore:after {
  content: "";
  background-color: #25252b;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.mb-post-listing .mb-post-excerpt {
  margin-bottom: 0 !important;
}
.mb-comment-list .p-actions .reply-me {
  position: relative;
  background-color: transparent;
  padding: 0;
  font-size: 15px;
  font-weight: bold !important;
}
.mb-post-listview .featured-image {
  max-width: 418px;
}
.mb-post-listview .mb-post-listview-content {
  padding-left: 70px;
}
.mb-post-listview .mb-post-header {
  display: block;
}
.mb-post-listview .featured-image img {
  display: block;
}
.mb-post-listview .featured-image {
  margin: 0 !important;
}
.mb-post-listview .item {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 40px !important;
  margin-bottom: 40px !important;
}
.mb-blog-toolbar.bottom {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.mb-blog-toolbar .pager {
  text-align: center;
}
.mb-blog-toolbar.toolbar select {
  background-color: #fff !important;
}
.sidebar .mb-block-search.mb-block .block-title {
  display: none !important;
}
.sidebar .mb-block-search.mb-block input {
  font-size: 18px !important;
  background-color: #fff !important;
  border: 0 !important;
  border-bottom: solid 1px #e3e3e6 !important;
  padding: 0 30px 10px 0 !important;
  height: 40px !important;
  line-height: 40px !important;
}
.sidebar .mb-block-search.mb-block .action.search {
  padding: 0 !important;
  top: 2px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
}
.sidebar .mb-block-search.mb-block .action.search:hover {
  opacity: 0.6;
}
.sidebar .mb-block-search.mb-block .action.search:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
  background-image: none !important;
  opacity: 1 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
.sidebar .mb-recent-post .mb-thumb {
  width: 85px !important;
  padding-right: 0 !important;
}
.sidebar .mb-recent-post .detail {
  padding-left: 20px !important;
  padding-right: 0 !important;
}
.sidebar .mb-block-recent-posts .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.sidebar .mb-recent-post .detail .mb-time {
  font-size: 15px !important;
  line-height: normal;
  margin-bottom: 10px !important;
}
.sidebar .mb-recent-post .items .item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar .mb-block-categories ul,
.sidebar .mb-block-archive ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sidebar .mb-block-categories ul li,
.sidebar .mb-block-archive ul li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 15px !important;
}
.sidebar .mb-block-categories ul li:last-of-type,
.sidebar .mb-block-archive ul li:last-of-type {
  margin: 0 !important;
}
.sidebar .mb-block-categories a span {
  float: right;
}
.sidebar .mb-block-recent-comments .mb-author {
  background-image: none !important;
  font-size: 15px !important;
  padding: 10px 0 0 30px !important;
  position: relative;
}
.sidebar .mb-block-recent-comments .mb-author:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');
  position: absolute;
  left: 0;
  margin-top: 3px;
}
.sidebar .mb-block-recent-comments .mb-comment {
  font-style: normal !important;
  color: #888;
}
.sidebar .block.newsletter {
  max-width: 100%;
}
.sidebar .mb-block-newsletter .title {
  display: block !important;
}
.sidebar .mb-block-newsletter .label {
  display: none !important;
}
.sidebar .mb-block-newsletter .form {
  position: relative;
}
.sidebar .mb-block-newsletter input[type="email"] {
  border: 0 !important;
  border-bottom: solid 1px #e3e3e6 !important;
  padding: 0 40px 10px 0 !important;
}
.sidebar .mb-block-newsletter .actions {
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  text-align: center;
}
.sidebar .mb-block-newsletter .actions .subscribe {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.sidebar .mb-block-newsletter .actions .subscribe .icon {
  font-size: 20px;
}
.sidebar .mb-block-newsletter .actions .subscribe .text {
  display: none !important;
}
.mb-block-recent-comments .mb-time {
  margin: 0 !important;
}
.mb-post-viewpage .mb-metadata .item-meta {
  font-size: 15px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.mb-post-viewpage .mb-metadata .item-meta:after {
  content: "/" !important;
  padding: 0 10px !important;
}
.mb-post-viewpage .mb-featured-thumb {
  margin-bottom: 60px !important;
}
.mb-post-viewpage .mb-featured-thumb img {
  display: block;
}
.mb-post-viewpage .mb-post-header {
  margin-bottom: 25px !important;
}
.mb-post-viewpage .mb-post-content {
  font-size: 20px !important;
  line-height: 36px !important;
}
.mb-block-search.mb-block {
  background-color: #f7f5f4;
  border: 0 !important;
  padding: 30px !important;
  margin-bottom: 50px !important;
}
.mb-block-search.mb-block input {
  background-color: #fff !important;
  border: 0 !important;
  height: 60px !important;
  line-height: 60px !important;
  padding: 10px 60px 10px 20px !important;
}
.mb-block-search.mb-block .action.search {
  padding: 0 !important;
}
.mb-block-search.mb-block .block-title strong {
  display: none !important;
}
.mb-block-search.mb-block .action.search {
  top: 0 !important;
  right: 0 !important;
}
.mb-postview-footer {
  background-color: #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.mb-postview-footer .item-meta {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mb-postview-footer .item-meta.mb-post-tags a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background-color: #25252b !important;
  padding: 3px 14px !important;
  margin-right: 10px;
  margin-bottom: 5px;
}
.mb-postview-footer .mgblog-post-vote {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
.mb-postview-footer .item-meta.addthis_toolbox {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.mb-postview-footer .item-meta.addthis_toolbox .label {
  display: none !important;
}
.mb-related-products,
.mb-related-post,
.mb-comment-list,
.mb-comment-form {
  border-top: 1px solid #e9e9e9 !important;
  padding-top: 50px !important;
  margin-top: 50px !important;
}
.mb-related-products .title,
.mb-related-post .title {
  margin: 0 0 30px !important;
}
.mb-related-products .block-title strong,
.mb-related-post .block-title strong {
  margin: 0 !important;
}
.mb-comment-list h2,
.mb-related-products .block-title strong {
  font-size: 20px !important;
  text-transform: uppercase !important;
}
.mb-related-products .product-item-photo img {
  max-width: 100%;
}
.mb-postview-pagination {
  padding: 0 !important;
  margin-bottom: 30px !important;
  font-weight: 500 !important;
}
.mb-postview-pagination .mb-next a,
.mb-postview-pagination .mb-prev a {
  background: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mb-postview-pagination .mb-next a:before,
.mb-postview-pagination .mb-prev a:before,
.mb-postview-pagination .mb-next a:after,
.mb-postview-pagination .mb-prev a:after {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin-top: 1px;
}
.mb-postview-pagination .mb-next a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  padding-left: 5px;
}
.mb-postview-pagination .mb-prev a:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>');
  padding-right: 5px;
}
.mb-related-post .block-title strong {
  font-size: 20px !important;
}
.mb-related-post {
  margin-bottom: 50px !important;
}
.mb-related-post .item,
.mb-related-products .products-grid .product-item {
  width: 17.4% !important;
  margin-right: 3% !important;
}
.mb-related-post .item:last-of-type,
.mb-related-products .products-grid .product-item:last-of-type {
  margin-right: 0 !important;
}
.mb-related-post .item a {
  display: block;
}
.mb-related-post .item a .featured-img {
  margin-bottom: 20px !important;
  display: block;
}
.mb-related-post .item a .title {
  display: block;
  margin: 0 !important;
}
.mb-post-viewpage .mb-metadata .item-meta .label {
  font-weight: 500 !important;
}
.mb-related-products .product-items {
  margin: 0 !important;
}
.mb-related-products .products-grid .product-item {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.mb-related-products .products-grid .product-item .product-item-details {
  padding: 20px 10px 0 !important;
}
.mb-related-products .products-grid .product-item .product-image-wrapper {
  height: 100%;
}
.mb-comment-list {
  padding-bottom: 0 !important;
}
.mb-c-comment .c-comment .p-name {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}
.mb-comment-list .mb-c-comment .p-text {
  font-size: 20px !important;
  line-height: 36px;
}
.mb-comment-list .reply-me {
  background-image: none !important;
}
.mb-comment-list .c-comment-parent {
  margin-top: 50px !important;
  padding-left: 40px !important;
  border-left: 3px solid #e9e9e9 !important;
}
.mb-comment-list .p-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.mb-comment-list .publish-date {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.mb-comment-list .reply-me {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.mb-comment-form {
  padding: 50px 0 0 !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.mb-comment-form .fieldset > .legend {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  display: block;
  margin-bottom: 40px !important;
}
.mb-comment-form input[type="checkbox"] {
  margin-right: 10px !important;
}
.mb-comment-form .fieldset input[type="text"],
.mb-comment-form .fieldset input[type="author_email"] {
  font-size: 18px !important;
  height: 60px !important;
  line-height: 60px !important;
  padding: 0 20px !important;
}
.mb-comment-form .fieldset input[type="text"]::placeholder,
.mb-comment-form .fieldset input[type="author_email"]::placeholder,
.mb-comment-form textarea::placeholder {
  opacity: 1 !important;
}
.mb-comment-form textarea {
  padding: 20px !important;
  font-size: 18px !important;
  width: 100% !important;
}
.mb-comment-form .field .label {
  display: none !important;
}
.mb-comment-form .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.mb-comment-form .fieldset > .field.author_confirm .control {
  position: relative;
  padding-left: 30px;
  display: block;
}
.mb-comment-form .fieldset > .field.author_confirm .control input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
}
.mb-comment-form .actions-toolbar {
  margin: 0 !important;
}
.mb-comment-form .g-recaptcha {
  margin-top: 40px !important;
}
.mb-comment-form .field.author_confirm {
  margin-top: 40px !important;
}
.modal-popup .mb-comment-form {
  margin-top: 0 !important;
  border-top: 0 !important;
  padding: 0 !important;
}
.catalog-product-view .mb-post-grid-block .mb-fetured-thumb {
  margin-bottom: 30px !important;
  overflow: hidden;
  display: block !important;
}
.catalog-product-view .mb-post-grid-block .mb-fetured-thumb img {
  display: block;
  margin: 0 auto;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
}
.catalog-product-view .mb-post-grid-block .item:hover .mb-fetured-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item {
  font-size: 15px !important;
}
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item,
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item a {
  text-transform: uppercase;
}
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item:after {
  content: "/" !important;
  padding: 0 10px !important;
}
.catalog-product-view .mb-post-grid-block .mb-post-title {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 0 0 15px !important;
}
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item.mb-post-date .label,
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item.mb-post-categories .label {
  display: none !important;
}
.catalog-product-view .mb-post-grid-block .mb-post-meta {
  margin-bottom: 20px;
}
.catalog-product-view .mb-post-grid-block .mb-post-excerpt {
  font-size: 18px !important;
  line-height: 30px;
}
/* ------------------------------------------------------------
   End Blog  --------------------------------------------------
--------------------------------------------------------------- */
.mfp-iframe-holder .mfp-close {
  padding: 0 !important;
  font-family: inherit !important;
  font-size: 30px;
  font-weight: 400;
}
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent !important;
}
.columns .block-slider:last-of-type {
  margin-bottom: 0 !important;
}
.full-width-layout-poco .products-list .product-item .pro-hover,
.full-width-layout-poco .block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}
.full-width-layout-poco.cms-page-view [data-element="mobile_image"],
.full-width-layout-poco.cms-page-view [data-element="desktop_image"],
.full-width-layout-poco.cms-page-view [data-content-type="row"][data-appearance="contained"] [data-element="desktop_image"],
.full-width-layout-poco .welcome-content #image_section img,
.full-width-layout-poco .mb-post-content .col2-set .col-1 img,
.full-width-layout-poco .mb-post-content .col2-set .col-2 img {
  width: 100%;
}
.boxed-layout-poco .page-header.sticky-header {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) !important;
}
.boxed-layout-poco .category-images.category-images-style3 .category-title .title {
  font-size: 20px;
}
.boxed-layout-poco .category-images.category-images-style3 .cat-product-count {
  font-size: 14px;
}
.boxed-layout-poco .page-footer {
  margin-left: -30px;
  margin-right: -30px;
}
.boxed-layout-poco .page-header {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.boxed-layout-poco.cms-index-index #maincontent {
  padding: 0;
}
.boxed-layout-poco .prev-next-products {
  display: none !important;
}
.boxed-layout-poco .product.info.detailed {
  background-color: transparent;
}
.boxed-layout-poco .mageb-patn-inner {
  max-width: 100%;
}
.boxed-layout-poco .welcome-content .image_section img,
.boxed-layout-poco .mageb-patn-inner .mageb-zoomin a img,
.boxed-layout-poco .mageb-patn-inner .mageb-pattern-list.mageb-zoomin a img {
  width: 100%;
}
.boxed-layout-poco .container-fluid {
  margin: 0;
}
.table-order-items dl.item-options {
  font-size: 14px;
}
.order-details-items .item-options dt {
  display: inline-block;
}
.order-details-items .item-options dd {
  display: inline-block;
  padding-right: 10px;
}
#Onepagecheckout-forgot-popup .actions-toolbar > .primary .action {
  padding: 10px !important;
  font-size: 14px !important;
}
.modal-popup.confirm .modal-content {
  padding: 20px;
}
.multicheckout .box-title > span {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.multicheckout.order-review .block-title > strong {
  font-weight: 600 !important;
}
.form.multicheckout.order-review .price-including-tax .price,
.form.multicheckout.order-review .price-excluding-tax .price {
  font-weight: 500 !important;
}
/* ------------------------------------------------------------
   Products Listing Extention ---------------------------------
--------------------------------------------------------------- */
.productsListing-section .products-grid.swiper .product-item.swiper-slide {
  margin-left: 0;
  margin-bottom: 0 !important;
}
.productsListing-section .swiper-slide {
  width: 312px;
  margin-right: 30px;
}
.productsListing-section .show-scrollbar {
  padding-bottom: 90px;
}
.productsListing-section .products-grid.swiper .product-swiper-item-5 .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary,
.productsListing-section .products-grid .product-item-5 .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
  padding: 0 20px !important;
  font-size: 13px;
}
.productsListing-section .toolbar.bottom {
  text-align: center;
  padding-top: 40px;
}
.productsListing-section .toolbar .pages .action.next:before,
.productsListing-section .toolbar .pages .action.previous:before {
  font-size: 20px !important;
}
.productsListing-section .loading-btn {
  margin: 0 !important;
}
.productsListing-section .prodlist > .loading-btn {
  margin-bottom: 60px !important;
}
.productsListing-section .prodlist {
  position: relative;
}
.productsListing-section .products-list {
  margin: 0;
}
.productsListing-section .products-list .product-item {
  padding-bottom: 0;
}
.productsListing-section .products-list .product-item:last-of-type {
  margin-bottom: 0;
}
.productsListing-section .products-list .product-item .product-item-info {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-align-items: flex-start;
}
.productsListing-section .products-list .product-item .product-item-details,
.productsListing-section .products-list .product-item .pro-hover {
  flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
}
.productsListing-section .products-list .product-item .pro-hover {
  max-width: 120px;
}
.productsListing-section .products-list .product-item .product-item-details {
  padding-left: 20px;
}
.productsListing-section .products-list .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
  height: auto;
}
.productsListing-section .products-list .product-image-container {
  width: 100% !important;
}
.productsListing-section .products-list .product-image-wrapper .product-image-photo {
  height: 110px;
  width: 230px;
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  position: static !important;
}
.productsListing-section .products-list .product-item .pro-hover .product-item-photo {
  border: 0 !important;
  float: none !important;
}
.productsListing-section .products-list .product-item-name,
.productsListing-section .products-list .product-item-name a {
  font-size: 16px;
  font-weight: 700 !important;
}
.productsListing-section .products-list .product-item-name,
.productsListing-section .products-list .p_ctgry {
  margin-bottom: 5px;
}
.productsListing-section .products-list .product-reviews-summary {
  margin: 0 !important;
}
.productsListing-section .products-list .product-item .price-box {
  margin: 0;
}
.productsListing-section .products-list .product-item-inner .action .text,
.productsListing-section .products-list .product-item-inner .magebees_quickview span {
  display: none;
}
.productsListing-section .products-list .product-item .product-item-info .magebees_quickview,
.productsListing-section .products-list .product-item .product-item-info .magebees_quickview:hover {
  opacity: 1;
  visibility: visible;
  position: static !important;
}
.productsListing-section .products-list .product-item .price-box .price {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.productsListing-section .products-list .product-item-shortdesc {
  font-size: 14px;
  margin: 10px 0;
}
.productsListing-section .products-list .product-item-inner .action.primary {
  padding: 10px 15px !important;
  line-height: normal;
  margin-right: 3px;
}
.productsListing-section .products-list .product-item-inner .stock.unavailable,
.productsListing-section .products-list .product-item-inner .action.primary span {
  font-size: 13px;
  font-weight: 700;
  vertical-align: initial;
  display: none;
}
.productsListing-section .products-list .product-item-actions .actions-secondary > .action {
  padding: 10px 15px;
  width: auto;
  line-height: normal;
}
.productsListing-section .products-list .prodLabel.top-right {
  top: 0;
  right: 0;
}
.productsListing-section .products-list .prodLabel.top-left {
  top: 0;
  left: 0;
}
.productsListing-section .products-list .hover-style10 .hvr_dtl {
  display: block;
}
.productsListing-section .products-list .hover-style10 .hvr_dtl .actions-primary {
  display: none;
}
/* ------------------------------------------------------------
   End Products Listing Extention -----------------------------
--------------------------------------------------------------- */
div[data-content-type="tabs"] .tabs-content {
  border: 0;
}
div[data-content-type="tabs"] .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header,
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-tabs-active {
  border: 0 !important;
  background: transparent !important;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
  font-size: 34px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: 0 4rem !important;
}
@media (min-width: 1024px), print {
  .page-products .products-grid .product-item:not(.swiper-slide):nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.mageb-no-more-load {
  background-color: #f2f2f2 !important;
}
@media (min-width: 767px) {
  .page-products.page-layout-1column #layered-filter-block.filter.block {
    margin: 0 0 50px !important;
    padding: 0;
  }
}
.contactInfo-static-block {
  background-color: #dbeee5;
  padding: 80px;
}
.contactInfo-static-block .col {
  position: relative;
}
.contactInfo-static-block .col.img-col {
  flex: 0 0 469px !important;
  -webkit-flex: 0 0 469px !important;
  -ms-flex: 0 0 469px !important;
}
.contactInfo-static-block .col h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
}
.contactInfo-static-block .col h2 b {
  font-weight: 800;
}
.contactInfo-static-block .col a {
  color: #6c6c6c;
  font-size: 18px;
  font-weight: 500;
}
.contactInfo-static-block .col a:hover {
  opacity: 0.8;
}
.contactInfo-static-block .col p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}
.contactInfo-static-block .col svg {
  margin-right: 10px;
}
.contactInfo-static-block .col .img {
  position: absolute;
  top: -157px;
  -webkit-animation: down_mover 2s infinite  alternate;
  animation: down_mover 2s infinite  alternate;
}
@-webkit-keyframes down_mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes down_mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
.timer-product {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.timer-product #category-timer-countbox .countdown-row {
  display: flex;
}
.timer-product #category-timer-countbox .countdown-section {
  width: 45px;
  min-width: inherit !important;
  text-align: center;
  margin-left: 0 !important;
  display: inline-block;
  float: none !important;
  padding: 6px 0 !important;
  border: 0 !important;
  line-height: 14px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.timer-product #category-timer-countbox .countdown-section .countdown-amount {
  font-size: 13px;
  padding: 10px !important;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 700;
}
.timer-product #category-timer-countbox .countdown-section .countdown-period {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
}
.sale_discount_banner .items {
  position: relative;
  min-height: 114px;
  background: url(../images/sl_bg.png) no-repeat center #5d67f0;
}
.sale_discount_banner .items:before {
  content: "";
  background: url(../images/sl_dtd_bg.png) no-repeat top left;
  height: 200%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sale_discount_banner .item.first:after {
  content: "";
  background: url(../images/sl_line.png) repeat center;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.sale_discount_banner .item.first:before {
  content: "";
  background: url(../images/sl_ssr-icon.png) no-repeat center;
  height: 22px;
  width: 22px;
  position: absolute;
  bottom: 13px;
  right: -11px;
}
.sale_discount_banner .ttl {
  color: #ffffff;
  font-size: 45px;
  margin: 0 0 0 20%;
}
.sale_discount_banner .ttl .code {
  color: #e7fd40;
}
.sale_discount_banner .item {
  position: relative;
}
.sale_discount_banner .item.first {
  max-width: 478px;
}
.sale_discount_banner .item.second {
  max-width: 405px;
}
.sale_discount_banner .btn {
  font-size: 26px !important;
  margin-left: 13.6rem;
  font-weight: 800 !important;
  padding: 1rem 3.6rem !important;
}
.sale_discount_banner p {
  color: #fff;
  font-size: 26px;
  margin-right: 11rem;
  font-weight: 500;
  margin-bottom: 0;
}
.ourFindStore {
  margin: 0 -15px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.ourFindStore .our-store-list {
  max-width: 33.33%;
  flex: 33.33%;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  background-color: transparent;
  padding: 0 15px;
  margin-bottom: 30px;
}
.ourFindStore .our-store-list:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ourFindStore .our-store-list:last-of-type {
  margin-bottom: 0;
}
.ourFindStore .our-store-list-in {
  background-color: #f7f7f7;
  padding: 40px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  border: 5px solid transparent;
}
.ourFindStore .our-store-list-in:hover {
  border-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.ourFindStore .our-store-list .button--link {
  height: auto;
  min-width: inherit;
}
.ourFindStore .our-store-list:hover .button--link {
  min-width: inherit;
}
.ourFindStore .our-store-address,
.ourFindStore .our-store-flag {
  margin-bottom: 30px;
}
.ourFindStore .our-store-list .button--link {
  margin-top: 30px;
}
.custom_banner_col .pagebuilder-column-group {
  margin: 0 -15px;
}
.custom_banner_col .pagebuilder-column {
  padding: 0 15px;
}
.custom_banner_col .slick-dots {
  position: absolute;
  bottom: 25px;
  padding: 0;
}
.custom_banner_col .slick-dots li {
  margin: 0 2px;
}
.custom_banner_col .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  font-size: 0;
  opacity: 0.2;
  background-color: #fff !important;
  padding: 0 !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  text-indent: -99999px;
  transition: .3s;
}
.custom_banner_col .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fff !important;
  border-radius: 100px !important;
}
.custom_banner_col .pagebuilder-slide-wrapper {
  background-position: center center !important;
}
.poco_text_banner {
  position: relative;
  overflow: hidden;
}
.poco_text_banner img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  min-height: 366px;
  width: 100%;
  display: block;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
}
.poco_text_banner:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.poco_text_banner .details {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  padding: 50px;
}
.poco_text_banner h1 {
  color: #fff;
  font-size: 80px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin: 0;
}
.poco_text_banner p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
.poco_text_banner a.action {
  font-size: 15px !important;
  font-weight: 800 !important;
  padding: 16px 24px !important;
}
.poco_textCnt_banner {
  position: relative;
  overflow: hidden;
}
.poco_textCnt_banner img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  min-height: 366px;
  width: 100%;
  display: block;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
}
.poco_textCnt_banner:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.poco_textCnt_banner .details {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.poco_textCnt_banner h2 {
  color: #fff;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 60px;
  text-transform: uppercase;
}
.poco_textCnt_banner p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.poco_textCnt_banner a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}
.sml_2-col_banner {
  padding-left: 5px;
  padding-right: 5px;
}
.sml_2-col_banner .pagebuilder-column {
  margin: 0 15px;
}
.sml_2-col_banner .sml_bnr_2col {
  padding: 50px 12%;
}
.sml_2-col_banner .sml_bnr_2col h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
}
.sml_2-col_banner .sml_bnr_2col p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.sml_2-col_banner .sml_bnr_2col .action {
  font-size: 15px !important;
  padding: 17px 24px 15px 24px !important;
  font-weight: 800 !important;
}
.sml_2-col_banner .sml_bnr_2col .action.primary:after {
  padding-left: 5px;
  font-size: 19px;
}
.galleryimage-item {
  width: 240px;
}
.galleryimage-item img {
  width: 100%;
}
.category-filter li button {
  margin: 5px 0 0 5px !important;
}
.sales-guest-form .form-orders-search {
  margin: 0 auto;
  max-width: 790px;
  width: 100% !important;
  min-width: inherit !important;
  padding: 50px;
  background-color: #f8f8f8;
}
.sales-guest-form .form-orders-search .fieldset > .legend {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.catalogsearch-result-index .sidebar #layered-filter-block .filter-title {
  display: block !important;
}
.catalogsearch-result-index .sidebar #layered-filter-block .filter-subtitle {
  display: none !important;
}
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .filter-options-item {
  float: none;
}
.contact-form-image .img img {
  height: 100% !important;
  object-fit: cover;
  max-width: 100%;
  display: block;
}
.cartBox .pImage {
  max-height: 200px !important;
}
/* ------------------------------------------------------------
   Custom Ajax Cart Popup -------------------------------------
--------------------------------------------------------------- */
.poco_ctm_cart_popup_in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.poco_ctm_cart_popup .fitem {
  flex: 0 0 31.33%;
  max-width: 31.33%;
  margin-right: 3%;
}
.poco_ctm_cart_popup .fitem:last-of-type {
  margin-right: 0;
}
.poco_ctm_cart_popup .subtitle {
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.poco_ctm_cart_popup .minicart-items-wrapper {
  border: 0;
}
.poco_ctm_cart_popup .minicart-items .action {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  line-height: 23px !important;
  font-size: 13px;
  vertical-align: middle;
}
.poco_ctm_cart_popup .minicart-items .action:before {
  overflow: hidden;
  speak: none;
  text-align: center;
  display: block;
}
.poco_ctm_cart_popup .minicart-items .action.delete:before {
  content: "\2716";
}
.poco_ctm_cart_popup .minicart-items .action.edit:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path></svg>');
  line-height: 28px !important;
}
.poco_ctm_cart_popup .minicart-items-wrapper {
  padding: 0;
  margin: 0;
}
.poco_ctm_cart_popup .minicart-items .item {
  display: flex;
  flex-wrap: wrap;
}
.poco_ctm_cart_popup .minicart-items .thumb {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
  text-align: center;
}
.poco_ctm_cart_popup .minicart-items .details {
  flex: 1;
}
.poco_ctm_cart_popup .minicart-items .product-image-photo {
  border: 1px solid #ddd;
  display: block;
}
.poco_ctm_cart_popup .minicart-items .product-image-container {
  width: auto !important;
}
.poco_ctm_cart_popup .product-item-name {
  font-size: 15px;
  line-height: normal;
  display: block;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.poco_ctm_cart_popup .product-item-photo {
  margin-bottom: 10px;
}
.poco_ctm_cart_popup {
  padding: 40px;
}
.cart-informed-modal .modal-content,
.cart-informed-modal .modal-header {
  padding: 0 !important;
}
.poco_ctm_cart_popup .viewcart:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
}
.poco_ctm_cart_popup .viewcart span {
  display: none;
}
.poco_ctm_cart_popup .price-container {
  margin-bottom: 10px;
}
.poco_ctm_cart_popup .total-qty,
.poco_ctm_cart_popup .subtotal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.poco_ctm_cart_popup .subtotal .price-container {
  margin: 0;
}
.poco_ctm_cart_popup .actions button {
  width: 100%;
  font-size: 14px;
  padding: 16px !important;
}
.poco_ctm_cart_popup .minicart-items .item-qty {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  width: 45px;
  text-align: center;
}
.poco_ctm_cart_popup .minicart-items .update-cart-item {
  padding: 7px 15px !important;
  font-size: 14px;
  margin-left: 10px;
}
.poco_ctm_cart_popup .minicart-items .details-qty .label {
  display: none;
}
.poco_ctm_cart_popup #minicartpro-btn-checkout {
  margin-top: 10px;
}
.poco_ctm_cart_popup .mcart_summary .actions {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.poco_ctm_cart_popup .mcart_summary {
  background-color: #f6f6f6;
  padding: 20px;
}
.poco_ctm_cart_popup .minicart-items .details-qty {
  margin-bottom: 5px;
}
.poco_ctm_cart_popup .subtotal .price-container .price {
  font-weight: 700;
  font-size: 16px;
}
.poco_ctm_cart_popup .thumb .action {
  background-color: #efefef;
  padding: 5px;
  line-height: normal;
  border-radius: 100px !important;
}
.poco_ctm_cart_popup .minicart-items .product-item:not(:first-child) {
  border-top: 0;
}
.poco_ctm_cart_popup .minicart-items .product-item {
  padding: 10px 0;
}
.poco_ctm_cart_popup .minicart-items .product-item:first-of-type {
  padding-top: 0;
}
.poco_ctm_cart_popup .minicart-items .product-item:last-child {
  padding-bottom: 0;
}
.poco_ctm_cart_popup .section-content-inner {
  height: auto !important;
  max-height: 250px;
}
.poco_ctm_cart_popup .cart-empty {
  text-align: center;
  padding: 30px 0;
}
.poco_ctm_cart_popup .cart-empty i {
  font-size: 50px;
  margin-bottom: 20px;
  display: block;
}
.poco_ctm_cart_popup .cart-empty p {
  font-size: 20px;
  margin: 0;
}
#poco-minicart-popup .ajaxcart-loading {
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.poco_ctm_cart_popup .paypal {
  text-align: center;
}
.poco_ctm_cart_popup .paypal.after:before {
  font-size: 12px;
  margin: 5px 0;
}
.poco_ctm_cart_popup .item .product.options {
  font-size: 13px;
  margin-bottom: 5px;
  background: #f5f5f5;
  padding: 5px;
  display: inline-block;
  line-height: normal;
  cursor: pointer;
}
.poco_ctm_cart_popup .item .product.options .subtitle {
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0;
}
.poco_ctm_cart_popup .item .product.options .product.options.list {
  line-height: normal;
}
.poco_ctm_cart_popup .item .product.options .product.options.list dd {
  margin-bottom: 10px;
}
.poco_ctm_cart_popup .item .product.options .product.options.list .label {
  font-weight: 600;
  margin-bottom: 0;
}
/* ------------------------------------------------------------
   End Custom Ajax Cart Popup ---------------------------------
--------------------------------------------------------------- */
.paypal-buttons.paypal-buttons-layout-vertical {
  margin-top: 20px;
}
.ajx_loader {
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbAjaxSearch .mbAutoSearch .ajxRightDetails .product-reviews-summary .rating-summary {
  padding-right: 0;
  display: block;
}
.mbAjaxSearch .search-autocomplete .ajxRightDetails .product-reviews-summary .reviews-actions {
  display: block;
  font-size: 12px;
  line-height: normal;
}
.ajx_ldr_bg .ajx_loader {
  background-color: #f7f7f7;
}
.cms-index-index .tabs-content p,
.p_list_section .pagebuilder-column-group p {
  margin: 0;
}
.customer-popup-login._disabled,
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.review-toolbar:first-child,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption,
.review-toolbar .limiter,
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.sorter-action > span,
.pages > .label,
.minicart-items .action.edit > span,
.minicart-items .action.delete > span,
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.rating-summary .rating-result > span span,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label,
.review-control-vote input[type="radio"],
.review-control-vote label span,
table > caption,
.pages .item .label,
.pages .action.next > span,
.pages .action.previous > span,
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span,
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span,
.swatch-input.super-attribute-select {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-popup.confirm._show {
  z-index: 1000 !important;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s,opacity .3s ease;
  transition: visibility 0s .3s,opacity .3s ease;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  transition: transform .2s ease;
}
@media (min-width: 768px) {
  .modal-popup .modal-inner-wrap {
    width: 95%;
    max-width: 900px;
    left: 50%;
    top: 50%;
    right: auto;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  flex-grow: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 0.5rem;
}
@media (min-width: 769px), print {
  .popup-authentication .block-authentication {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .field {
  border: 0;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
#reviews .rating-summary .rating-result > span:before,
#reviews .rating-summary .rating-result:before {
  font-size: 20px;
}
#reviews .rating-summary .rating-result {
  margin-top: -5px;
}
.fieldset > .legend {
  margin: 0 0 20px;
  line-height: 1.2;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
div.mage-error {
  color: #e02b27;
  font-size: 12px;
}
.cart-summary > .title {
  display: block;
  line-height: 1.1;
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt {
  margin-bottom: 0;
  line-height: normal;
}
.cart.table-wrapper .item-options dd {
  line-height: normal;
}
.cart-summary .block .fieldset {
  margin: 0 0 20px;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
@media (min-width: 769px), print {
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td:first-child {
  width: 20px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
@media (min-width: 769px) {
  .create.account.form-create-account .fieldset .legend {
    margin-left: 25.8%;
  }
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form.password.forget .actions-toolbar {
  display: flex;
  align-items: center;
}
.form.password.forget .fieldset {
  margin-bottom: 10px;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item .delimiter {
  margin: 25px 1.8rem;
  border-top: 1px solid #d1d1d1;
  display: block;
}
address {
  font-style: normal;
}
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.block p:last-child {
  margin: 0;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
  line-height: normal;
  width: auto;
}
.block-wishlist .product-item-name {
  padding-right: 20px;
  display: block;
  margin: 0 0 5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s,opacity .3s ease;
  transition: visibility 0s .3s,opacity .3s ease;
}
.modal-slide,
.modal-popup {
  visibility: hidden;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 769px), print {
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: 0 0;
  box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .modal-popup .modal-inner-wrap {
    width: 95% !important;
    max-width: 900px;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    margin: 0 auto !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
  }
  .sizeGuidePopup.modal-popup._inner-scroll .modal-content {
    padding: 10px 40px 40px !important;
  }
  .sizeGuidePopup.modal-popup._inner-scroll .modal-header {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.modal-popup .modal-title {
  border-bottom-color: #e9e9e9 !important;
}
.modal-popup .action-close {
  padding: 0 !important;
  right: 15px;
  top: 10px;
}
.modal-popup .modal-header {
  padding-bottom: 0;
  padding-top: 40px;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 40px;
  padding-top: 20px;
}
.modal-popup.confirm .modal-content,
.modal-popup.confirm .modal-footer {
  text-align: center;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 500px;
}
#block-shipping {
  margin-bottom: 0 !important;
}
/* Magento Tabs */
div[data-content-type="tabs"] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type="tabs"] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
/* End Magento Tabs */
/* Magento Slick Slider */
div[data-content-type="slider"] .slick-list,
div[data-content-type="slider"] .slick-track,
div[data-content-type="slider"] .slick-slide {
  min-height: inherit;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after {
  clear: both;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
div[data-content-type="slider"] .slick-list > div,
div[data-content-type="slider"] .slick-track > div,
div[data-content-type="slider"] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
.slick-initialized .slick-slide {
  display: block;
}
[data-content-type="slide"] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type="slide"] > [data-element="link"],
[data-content-type="slide"] > [data-element="empty_link"] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
#html-body [data-pb-style="BC6SVA1"] {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 0.5s ease;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
.pagebuilder-slide-wrapper [data-element="content"] {
  min-height: 50px;
  overflow: auto;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
div[data-content-type="slider"].slick-initialized {
  visibility: visible;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
/* End Magento Slick Slider */
.block-collapsible-nav .title {
  display: none;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.table:not(.cart):not(.totals) {
  border: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.block .box-actions {
  margin-top: 5px;
}
.poco-home-page-style-10 .loading-btn button:after,
.poco-home-page-style-10.poco-themes .loading-btn button:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 8px;
}
.poco-home-page-style-10.poco-themes .productsListing-section .pager {
  margin-top: 10px;
}
.mageb-patterns.mageb-pattern33 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px !important;
  width: auto;
}
.mageb-patterns.mageb-pattern33 li {
  padding: 0 15px;
  flex: 1;
}
.mageb-patterns.mageb-pattern33 li .b-text {
  display: none;
}
.mageb-patterns.mageb-pattern33 .mageb-caption .text {
  display: flex;
  flex-direction: column;
}
.mageb-patterns.mageb-pattern33 .mageb-caption .h4 {
  order: 2;
  letter-spacing: -0.8px;
  line-height: 1;
}
.mageb-patterns.mageb-pattern33 .mageb-caption .sort-text {
  order: 1;
  margin-bottom: 20px;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:nth-of-type(2) .mageb-caption.v-bottom .mageb-full-caption {
  margin-bottom: 40px;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption,
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 40px 60px;
  text-align: left;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption .h4,
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption .h4 {
  font-weight: 700;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button,
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button {
  color: #fff;
  padding: 0;
  width: 65px;
  height: 65px;
  line-height: 58px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 100% !important;
  margin-top: 40px;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button .st-icon,
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button .st-icon {
  width: 24px;
  height: 24px;
}
.offers_bnr {
  position: relative;
}
.offers_bnr img {
  display: block;
}
.offers_bnr .details {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
.offers_bnr a {
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}
.offers_bnr a:hover {
  border-bottom-color: transparent;
}
.poco-home-page-style-10 .products-grid .product-item .price-box .special-price {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-10 .store-features.store-feature-style2 {
  padding: 60px 0;
}
.poco-home-page-style-10 .store-feature-style2 .container {
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
}
.poco-home-page-style-10 .store-feature-style2 .icon-item {
  display: flex;
  align-items: center;
  text-align: left;
}
.poco-home-page-style-10 .store-feature-style2 .icn {
  margin-right: 10px;
  color: #777;
}
.poco-home-page-style-10 .store-feature-style2 .st-icon {
  width: 42px;
  height: 42px;
}
.poco-home-page-style-10 .store-feature-style2 .ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.poco-home-page-style-10 .store-feature-style2 .detail span {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.poco-home-page-style-10 .products-list .product-item .product.name a {
  font-weight: 600 !important;
}
.poco-home-page-style-10.poco-themes.page-layout-2columns-left .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-2columns-right .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.page-with-filter .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-3columns .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.catalogsearch-result-index .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.page-with-filter .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-3columns .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-2columns-left .sidebar .filter-options-title,
.poco-home-page-style-10.poco-themes.page-layout-2columns-right .sidebar .filter-options-title,
.poco-home-page-style-10.poco-themes.page-with-filter .sidebar .filter-options-title,
.poco-home-page-style-10.poco-themes.page-layout-3columns .sidebar .filter-options-title,
.poco-home-page-style-10.poco-themes.catalogsearch-result-index .sidebar .filter-options-title {
  font-weight: 500;
}
.poco-home-page-style-10.catalog-category-view:not(.poco-home-page-style-2) .category-view .subcategory-grid .product-item-name a {
  font-weight: 600 !important;
  font-size: 16px;
}
.poco-home-page-style-10 .sidebar .productsListing-section .section-title .title {
  letter-spacing: -0.7px;
}
.poco-home-page-style-10 .productsListing-section .products-list .product-item-name,
.poco-home-page-style-10.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-home-page-style-10.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-home-page-style-10.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-home-page-style-10.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-home-page-style-10.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .product-item-name a {
  font-weight: 500 !important;
}
.poco-home-page-style-10 .hrl_filter .filter-subtitle {
  font-weight: 600;
}
.poco-home-page-style-10 .product.info.detailed.accordion .product.data.items > .item.title .switch,
.poco-home-page-style-10 .product.info.detailed.accordion .product.data.items > .item.title .switch:focus {
  border-bottom: 1px solid transparent !important;
  border: 0 !important;
}
.poco-home-page-style-10 .block.block-slider .block-actions {
  text-align: left !important;
}
.poco-home-page-style-10 .block.related .product-items .product-item .field.choice.related {
  flex: 0 0 100% !important;
  margin-top: 10px;
}
.poco-home-page-style-10 .block.related .section-title {
  margin-bottom: 10px;
}
.poco-home-page-style-10 .block.related .block-actions {
  margin-bottom: 40px;
}
.poco-home-page-style-10 .mb-post-listing .mb-post-text,
.poco-home-page-style-10 .mb-post-listing .mb-post-meta .item-meta.mb-post-post-date {
  color: #777 !important;
}
.poco-home-page-style-10 .mb-post-listing .mb-post-text {
  font-size: 18px !important;
  line-height: 30px;
}
.poco-home-page-style-10 .mb-post-listing .mb-post-title {
  font-size: 20px !important;
  text-transform: none;
}
.poco-home-page-style-10 .mb-post-content img {
  width: 100%;
}
.poco-home-page-style-10 .sucess-col .legend,
.poco-home-page-style-10 .sucess-col .sub-title,
.poco-home-page-style-10 .mageb-success-page h3.product-name {
  font-weight: 500 !important;
}
.poco-home-page-style-10 .mageb-success-page h2 {
  font-size: 30px !important;
}
.poco-home-page-style-10 .newsletter-in .block.newsletter .title {
  font-size: 26px;
  font-weight: 400;
}
.poco-home-page-style-10 .newsletter-in .block.newsletter .detail {
  font-size: 34px;
  font-weight: 600;
}
.poco-home-page-style-10 .poco_ctm_cart_popup .actions button {
  padding: 16px 12px !important;
}
.poco-home-page-style-10 .home-blog-post {
  margin-bottom: 0 !important;
}
.poco-home-page-style-10 .store-features.store-feature-style2 .st-icon {
  width: 40px;
  height: 40px;
}
.poco-home-page-style-10 .products-grid .hover-style10 .product-item .price-box .special-price:after,
.poco-home-page-style-10 .products-grid .hover-style11 .product-item .price-box .special-price:after {
  display: none;
}
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.mageb-osc .magebees-shipping-address-item.shipping-address-item.magebees-selected-item:after {
  content: "\2713" !important;
  font-family: inherit !important;
  line-height: 24px !important;
}
.jw-pro_bg_clr {
  background-color: #f0edeb;
  background: -moz-linear-gradient(to top, #ffffff 0%, #f0edeb 100%);
  background: -webkit-linear-gradient(to top, #ffffff 0%, #f0edeb 100%);
  background: linear-gradient(to top, #ffffff 0%, #f0edeb 100%);
}
.jw-pro_bg_clr:before {
  content: '';
  position: absolute;
  background-image: url(../images/jw-bg-ptrn.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.poco-home-page-style-11 .mage-ajaxpro-page {
  position: relative;
}
.poco-home-page-style-11 .products-grid .product-item {
  margin-bottom: 30px !important;
}
.poco-home-page-style-11 .products-grid .product-item .product-image-photo {
  transition: .3s all;
}
.poco-home-page-style-11 .products-grid .product-item:hover .product-image-photo {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.poco-home-page-style-11 .products-grid .product-item .pro-hover {
  border: 1px solid #e2e0de;
  border-radius: 5px;
  background-color: #fff;
}
.poco-home-page-style-11 .products-grid .hover-style4 .product-item .pro-hover {
  border: 0 !important;
  border-radius: 0 !important;
}
.poco-home-page-style-11 .products-grid .product-item .product-name a,
.poco-home-page-style-11 .products-grid .product-item .product-item-name a {
  font-size: 20px;
  font-weight: 500;
}
.poco-home-page-style-11 .products-grid .product-item .price-box .price {
  font-size: 18px;
  font-weight: 400;
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary {
  width: auto;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary .text span {
  display: none;
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .action,
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .quick-view-btn {
  order: 3;
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .compare-btn {
  order: 2;
}
.poco-home-page-style-11 .category-view .subcategory-grid .product-item-name a {
  border-radius: 6px;
  font-size: 18px;
  text-transform: none;
}
.poco-home-page-style-11.catalog-category-view .category-view .subcategory-grid .block-promo {
  border-radius: 6px;
}
.poco-home-page-style-11 .products-list .product-item .product.name a {
  font-weight: 500 !important;
}
.poco-home-page-style-11 .products-list .product-item .product-item-inner.style8 .btn-horizontal {
  order: 2;
}
.poco-home-page-style-11 .sidebar .productsListing-section .product-image-photo {
  border: 1px solid #eee;
  border-radius: 4px;
}
.poco-home-page-style-11 .sidebar .productsListing-section .products-list .product-item .price-box .price {
  font-weight: 500 !important;
}
.poco-home-page-style-11 .block-slider .section-title {
  flex-direction: column;
}
.poco-home-page-style-11 .block-slider .section-title .title {
  -webkit-order: 2;
  order: 2;
  margin-bottom: 10px;
}
.poco-home-page-style-11 .block-slider .section-title .sort-details {
  -webkit-order: 1;
  order: 1;
  margin-bottom: 10px;
}
.poco-home-page-style-11 .block.related .section-title {
  margin-bottom: 0;
}
.poco-home-page-style-11.poco-themes:not(poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related {
  border-radius: 6px;
  margin-top: 10px;
  font-size: 14px;
}
.poco-home-page-style-11 .newsletter-in .block.newsletter .title {
  font-size: 25px;
  line-height: 35px;
}
.poco-home-page-style-11 .login-container .block .actions-toolbar .primary a,
.poco-home-page-style-11 .login-container .block .actions-toolbar .secondary a,
.poco-home-page-style-11 .login-container .block .actions-toolbar .primary .action,
.poco-home-page-style-11 .login-container .block .actions-toolbar .secondary .action {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.poco-home-page-style-11 .block-collapsible-nav .content,
.poco-home-page-style-11.account .block .block-title {
  background-color: #f0edeb;
}
.poco-home-page-style-11 .account .column .block .block-title > strong {
  font-weight: 600 !important;
}
.poco-home-page-style-11 .mb-post-listing .mb-post-title {
  font-size: 22px !important;
  text-transform: none !important;
}
.poco-home-page-style-11 .productsListing-section .section-title .title {
  flex: auto;
  text-align: left;
}
.poco-home-page-style-11 .productsListing-section .section-title .view-more {
  order: 3;
}
.poco-home-page-style-11.poco-themes:not(.poco-home-page-style-2) .quickViewDetails .quickview-product-name h3 {
  font-size: 30px !important;
  text-transform: none;
}
.poco-home-page-style-11 .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-11 .sidebar .galleryimage-item .item .icon {
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
}
.poco-home-page-style-11 .sidebar .glry_img_widget_sidebar .item .icon svg {
  width: 16px;
  height: 16px;
}
.poco-home-page-style-11 .products-grid .hover-style11 .product-item .pro-hover {
  border: 0;
}
.jw-her-him-bnr .pagebuilder-column img {
  border-radius: 6px;
}
.jw-stc-for-hh-cnt {
  position: absolute;
  right: 0;
  top: 70px;
  width: 330px;
  text-align: center;
}
.jw-stc-for-hh-cnt.right {
  right: auto;
  left: 0;
  top: auto;
  bottom: 70px;
}
.jw-stc-for-hh-cnt h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-top: 30%;
  margin-bottom: 0;
}
.jw-stc-for-hh-cnt h2 strong {
  font-size: 70px;
  letter-spacing: -1px;
  text-transform: none;
  line-height: 75px;
}
.jw-stc-for-hh-cnt button {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  border-radius: 0 0 6px 6px !important;
}
.jw-stc-for-hh-cnt button:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path></svg>');
  width: 18px;
  height: 18px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: -7px 0 0 10px;
}
.poco-home-page-style-11 .maagebees-add {
  margin: 0 -23px;
}
.mageb-patn-inner .mageb-pattern34 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mageb-pattern34 .mageb-pattern-list {
  width: 33.33%;
  padding: 0 23px;
}
.mageb-pattern34 .mageb-pattern-list .mageb-caption.mageb-on-load-caption {
  background-color: transparent;
  padding: 0 23px;
}
.mageb-pattern34 .mageb-effects,
.mageb-pattern34 .mageb-effects img {
  border-radius: 6px;
}
.mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-caption,
.mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
  text-align: left;
}
.mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
  width: auto;
  left: 65px;
}
.mageb-pattern34 .mageb-pattern-list:nth-of-type(2) .sort-text {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
  width: auto;
  left: auto;
  right: 75px;
  text-align: left;
}
.mageb-pattern34 .mageb-caption.v-middle .mageb-full-caption {
  transform: translateY(-50%);
  margin: 0;
}
.mageb-pattern34 .h4 {
  font-weight: 700;
  margin-bottom: 40px;
  order: 2;
}
.mageb-pattern34 .mageb-full-caption .text {
  display: flex;
  flex-direction: column;
}
.mageb-pattern34 .sort-text {
  order: 1;
  font-weight: 300;
  margin-bottom: 10px;
}
.mageb-pattern34 .mageb-pattern-list .button {
  font-size: 14px;
  padding: 12px 20px;
  letter-spacing: 0.5px;
}
.mageb-pattern34 .mageb-pattern-list .button .b-icon {
  display: none;
}
.mageb-pattern34 .mageb-pattern-list:nth-of-type(2) .button {
  border: 1px dashed #d5c3aa;
  background-color: #aa8755;
}
.mageTestimonials.style3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px !important;
}
.mageTestimonials.style3:after {
  content: 'happy customers';
  font-size: 150px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  color: transparent;
  letter-spacing: -6px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d9cab5;
}
.mageTestimonials.style3 .container {
  max-width: 100%;
  padding: 0;
}
.mageTestimonials.style3 .item {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e2e0de;
}
.mageTestimonials.style3 .pht {
  flex: 1;
  max-width: 185px;
}
.mageTestimonials.style3 .pht img {
  display: block;
}
.mageTestimonials.style3 .qte_dtls {
  flex: 1;
  padding: 0 40px;
}
.mageTestimonials.style3 .qte_cnt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.mageTestimonials.style3 .mageTmRating {
  margin: 0;
}
.mageTestimonials.style3 .nme {
  font-size: 16px;
}
.mageTestimonials.style3 .nme b {
  font-weight: 500;
}
.mageTestimonials.style3 .nme .sep {
  margin: 0 6px;
}
.mageTestimonials.style3 .eml,
.mageTestimonials.style3 .adrs,
.mageTestimonials.style3 .dte {
  font-size: 13px;
}
.mageTestimonials.style3 .eml .st-icon,
.mageTestimonials.style3 .adrs .st-icon,
.mageTestimonials.style3 .dte .st-icon {
  margin-right: 5px;
}
.mageTestimonials.style3 #ratings {
  margin-bottom: 10px;
  line-height: normal;
}
.mageTestimonials.style3 .swiper-slide {
  max-width: 587px;
  width: auto !important;
}
.page-title-wrapper .order-date {
  margin-top: 0;
}
.poco-home-page-style-12 .product-tabs-grid {
  padding-top: 110px !important;
}
.poco-home-page-style-12 .products-grid .product-item .pro-hover {
  background-color: #fff;
}
.poco-home-page-style-12 .products-grid .product-item .product-item-details {
  background: #fff;
  padding: 20px 0 0;
}
.poco-home-page-style-12 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
  padding: 11px 18px;
  letter-spacing: 0;
}
.poco-home-page-style-12 .store-features.store-feature-style2 {
  padding: 80px 0;
}
.poco-home-page-style-12 .store-feature-style2 .icon-item {
  display: flex;
  align-items: center;
  text-align: left;
}
.poco-home-page-style-12 .store-feature-style2 .icn {
  margin-right: 15px;
}
.poco-home-page-style-12 .store-feature-style2 .st-icon {
  width: 35px;
  height: 35px;
}
.poco-home-page-style-12 .store-feature-style2 .ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.poco-home-page-style-12 .store-feature-style2 .detail span {
  color: #717171;
  font-size: 16px;
  font-weight: 500;
}
.poco-home-page-style-12 .newsletter-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1150px;
}
.poco-home-page-style-12 .newsletter-section .content {
  margin: 0;
  max-width: 690px;
  width: 100%;
}
.poco-home-page-style-12 .newsletter-section .section-title {
  margin-bottom: 0 !important;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  text-align: left;
  padding-right: 60px;
}
.poco-home-page-style-12 .newsletter-section .section-title .title {
  text-align: left;
}
.poco-home-page-style-12 .newsletter-section .section-title .sort-detail {
  text-align: left;
  margin: 0 0 5px;
}
.poco-home-page-style-12 .newsletter-section .form.subscribe input[type="email"] {
  border: 1px solid #e3e3e3 !important;
  height: 68px;
  border-radius: 8px;
  padding: 10px 160px 10px 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.poco-home-page-style-12 .newsletter-section .form.subscribe input[type="email"]:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.poco-home-page-style-12 .newsletter-section .form.subscribe .action {
  font-size: 16px;
  padding: 0 35px !important;
  height: 68px;
  top: 0;
  border-left: 1px solid #e3e3e3 !important;
  border-radius: 0 !important;
}
.poco-home-page-style-12 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-12 .maagebees-add {
  margin: 0 -15px;
}
.poco-home-page-style-12 .mageb-pattern34 .mageb-pattern-list,
.poco-home-page-style-12 .mageb-pattern34 .mageb-pattern-list .mageb-caption.mageb-on-load-caption {
  padding: 0 15px;
}
.poco-home-page-style-12 .mageb-pattern34 .mageb-effects,
.poco-home-page-style-12 .mageb-pattern34 .mageb-effects img {
  border-radius: 10px;
}
.poco-home-page-style-12 .mageb-pattern34 .mageb-pattern-list:nth-of-type(2) .h4 {
  margin-bottom: 0;
}
.poco-home-page-style-12 .mageb-pattern-list:hover.mageb-zoomin a img,
.poco-home-page-style-12 .mageb-zoomin a:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.poco-home-page-style-12 .mageb-pattern34 .sort-text {
  font-weight: 700;
}
.poco-home-page-style-12 .mageb-pattern34 .h4 {
  font-weight: 600;
}
.poco-home-page-style-12 .rating-summary .rating-result > span:before {
  color: #f2a12e;
}
.poco-home-page-style-12 .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-12 .p_ctgry {
  margin-bottom: 0;
}
.poco-home-page-style-12 .block-slider .swiper {
  padding: 15px;
}
.poco-home-page-style-12 #timer-countbox .countdown-section {
  border-radius: 8px !important;
  padding: 10px 0;
}
.poco-home-page-style-12 .mage-deal-slider .swiper {
  padding: 12px !important;
}
.poco-home-page-style-12 .products-grid .hover-style3 .product-item .product-item-info {
  padding: 10px 0;
}
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style6 .btn-horizontal .action,
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .action {
  margin-bottom: 2px;
}
.poco-home-page-style-12 .products-grid .product-item:hover .product-item-inner.style6 .cart-btn,
.poco-home-page-style-12 .products-grid .product-item:hover .product-item-inner.style8 .cart-btn {
  bottom: 0;
}
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 10px;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .product-item-name,
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .price-box {
  text-align: center;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .product-item-name {
  margin-top: 10px;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .product-reviews-summary {
  margin-bottom: 10px;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-12 .products-grid .hover-style9 .price-box .special-price {
  padding-right: 10px;
}
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 13px !important;
}
.poco-home-page-style-12 .category-view .subcategory-grid .product-item-name a,
.poco-home-page-style-12.catalog-category-view .category-view .subcategory-grid .block-promo {
  border-radius: 8px;
}
.poco-home-page-style-12 .block.related .product-items .product-item .field.choice.related {
  display: block;
}
.poco-home-page-style-12 .block.related .products-grid .hover-style10 .product-item .hvr_dtl .actions-primary {
  display: none;
}
.poco-home-page-style-12 .block.related .products-grid .hover-style10 .product-item .hvr_dtl {
  border: 0 !important;
  border-radius: 0 !important;
  margin-top: 10px;
}
.poco-home-page-style-12 .block-slider .section-title .title {
  margin: 0 auto;
  order: 2;
}
.poco-home-page-style-12 .block-slider .section-title .sort-details {
  margin: 0 auto 10px;
  order: 1;
}
.poco-home-page-style-12 .block-slider .products-grid .product-item .product-item-details,
.poco-home-page-style-12 .block-slider.block-viewed-products-grid .item .detail-left {
  min-height: inherit !important;
}
.poco-home-page-style-12 .block-slider .products-grid .product-item .product-item-actions {
  width: 100%;
}
.poco-home-page-style-12 .block.related .block-actions {
  margin-bottom: 50px;
}
.poco-home-page-style-12.poco-themes:not(poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related {
  border-radius: 5px;
}
.products-grid .product-item.swiper-slide {
  margin-bottom: 0 !important;
}
.hover-style10 .swiper-slide {
  width: 324px;
  margin-right: 30px;
}
.section-title.style1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.section-title.style1 .ttl_sec,
.section-title.style1 .sort-detail,
.section-title.style1 p.sort-detail {
  text-align: left;
}
.section-title.style1 .swp_arw_wrp {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: static;
}
.section-title.style1 .swp_arw_wrp .swiper-pagination {
  position: static;
  font-size: 16px;
  color: #717171;
  font-weight: 600;
  min-width: 55px;
  width: auto;
}
.section-title.style1 .swp_arw_wrp .swiper-button-prev {
  border-right: 1px solid #e3e3e3;
  border-radius: 0;
  margin: 0;
  width: 30px !important;
  background-color: transparent !important;
}
.section-title.style1 .swp_arw_wrp .swiper-button-next {
  border-left: 1px solid #e3e3e3;
  border-radius: 0;
  margin: 0;
  width: 30px !important;
  background-color: transparent !important;
}
.section-title.style1 .swp_arw_wrp .st-icon {
  stroke: #747474;
  width: 20px;
  height: 20px;
}
.section-title.style1 .swp_arw_wrp .swiper-button-next:after,
.section-title.style1 .swp_arw_wrp .swiper-button-prev:after {
  display: none;
}
.mage-products .swiper-pagination-bullet {
  font-size: 0;
}
.mage-deal-slider.style3 .timer-product {
  margin-left: 20px;
}
.mage-deal-slider.style3 .hover-style10 .swiper {
  padding: 15px !important;
  margin: -15px -15px 0;
}
.mage-deal-slider.style3 .show-scrollbar {
  padding-bottom: 60px;
}
.mage-deal-slider.style2 {
  background-size: auto !important;
  background-position: left bottom;
}
.mage-deal-slider.style2 .timer-product {
  position: static;
  float: none;
  display: block;
  margin: 50px 0;
}
.mage-deal-slider.style2 .deal_dtls {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}
.mage-deal-slider.style2 .ttl {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  letter-spacing: -2px;
}
.mage-deal-slider.style2 .f-item {
  max-width: 50%;
}
.mage-deal-slider.style2 .f-item.dtls {
  padding: 40px 0 40px 10%;
}
.mage-deal-slider.style2 #timer-countbox .countdown-section {
  background-color: #fff !important;
  border-color: #fff !important;
  width: 95px;
  padding: 20px 0;
  margin-right: 20px !important;
}
.mage-deal-slider.style2 #timer-countbox .countdown-section .countdown-amount {
  background-color: #fff !important;
  border-color: #fff !important;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
}
.mage-deal-slider.style2 #timer-countbox .countdown-section .countdown-period {
  background-color: #fff !important;
  border-color: #fff !important;
  font-size: 16px;
  text-transform: none;
}
.mage-deal-slider.style2 .action {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 18px 35px !important;
}
.mage-deal-slider.style2 .action .st-icon {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.poco-home-page-style-13 .newsletter-section {
  padding: 40px;
  border-radius: 10px;
  margin-bottom: -70px;
}
.poco-home-page-style-13 .newsletter-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1265px;
  padding: 0;
}
.poco-home-page-style-13 .newsletter-section .content {
  margin: 0;
  max-width: 570px;
  width: 100%;
}
.poco-home-page-style-13 .newsletter-section .section-title {
  margin-bottom: 0 !important;
  text-align: left;
  padding-right: 40px;
}
.poco-home-page-style-13 .newsletter-section .section-title .title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.poco-home-page-style-13 .newsletter-section .section-title .icon {
  position: absolute;
  right: -125px;
  top: -104px;
}
.poco-home-page-style-13 .newsletter-section .form.subscribe input[type="email"] {
  font-size: 16px;
  font-weight: 500;
  border: 0 !important;
  height: 57px;
  border-radius: 4px;
  padding: 10px 150px 10px 25px;
  background-color: #eaedff;
}
.poco-home-page-style-13 .newsletter-section .form.subscribe input[type="email"]:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.poco-home-page-style-13 .newsletter-section .form.subscribe .action {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px !important;
  height: 57px;
  top: 0;
  border-radius: 0 !important;
}
.poco-home-page-style-13 .newsletter-section .form.subscribe .action .st-icon {
  order: 2;
  margin-left: 5px;
}
.poco-home-page-style-13 .newsletter-section .form.subscribe #newsletter-error {
  position: absolute;
  width: 100%;
  margin-top: -10px;
}
.poco-home-page-style-13 .welcome-content {
  border-radius: 8px;
  background-position: center;
  margin: 30px 0;
}
.poco-home-page-style-13 .welcome-content .left .section-title .title,
.poco-home-page-style-13 .welcome-content .left .section-title .sort-detail {
  text-align: left;
}
.poco-home-page-style-13 .welcome-content .left .section-title .sort-detail {
  font-size: 24px;
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 30px !important;
}
.poco-home-page-style-13 .welcome-content .section-title {
  margin-bottom: 50px !important;
}
.poco-home-page-style-13 .welcome-content .section-title .title {
  color: #fff !important;
  font-size: 80px !important;
  line-height: 1;
}
.poco-home-page-style-13 .welcome-content .content_section {
  padding: 10px 10px 10px 5%;
}
.poco-home-page-style-13 .welcome-content .content_section .d-flex {
  align-items: start;
  -webkit-align-items: start;
  -ms-align-items: start;
}
.poco-home-page-style-13 .welcome-content .content_section .w-description {
  margin: 0;
}
.poco-home-page-style-13 .welcome-content .content_section .read-more-btn .button {
  text-transform: none;
}
.poco-home-page-style-13 .welcome-content .content_section .read-more-btn .button .st-icon {
  margin-top: -2px;
}
.srv_box_guns {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
}
.srv_box_guns .bdge_lbl {
  color: #dc3131;
  background-color: #fbeaea;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 7px 15px;
  line-height: normal;
}
.srv_box_guns .bdge_lbl.grn {
  color: #02975d;
  background-color: #dff7f2;
}
.srv_box_guns .bdge_lbl.blue {
  color: #445fed;
  background-color: #eaedff;
}
.srv_box_guns h3 {
  font-size: 32px;
  line-height: normal;
  margin: 0 0 20px;
}
.srv_box_guns [data-content-type="text"] {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.srv_box_guns .pagebuilder-button-primary {
  padding: 12px 25px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
.srv_box_guns img {
  margin-bottom: 30px;
  margin-top: 20px;
}
.poco-home-page-style-13 .mageTestimonials .clientPic {
  margin-bottom: 20px;
}
.poco-home-page-style-13 .mageTestimonials .clientPic img {
  border-radius: 100%;
}
.poco-home-page-style-13 .mageTestimonials .swiper-slide {
  display: flex;
  flex-direction: column;
}
.poco-home-page-style-13 .mageTestimonials .magetmQuotes {
  order: 1;
}
.poco-home-page-style-13 .mageTestimonials .mageTmClient {
  order: 3;
}
.poco-home-page-style-13 .mageTestimonials .mageTmClient:last-of-type {
  order: 2;
}
.poco-home-page-style-13 .mageTestimonials .clientname b {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-13 .mageTestimonials .mageTmClient .clientDetails #ratings,
.poco-home-page-style-13 .mageTestimonials .mageTmClient .clientDetails > div {
  margin: 0;
}
.poco-home-page-style-13 .mageTestimonials .magetmQuotes {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 auto 30px !important;
}
@media (min-width: 640px) {
  .poco-home-page-style-13:not(.cms-page-view) .mageTestimonials:before {
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #ffffff 80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 40%;
    height: 101%;
  }
  .poco-home-page-style-13:not(.cms-page-view) .mageTestimonials:after {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ffffff 80%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 40%;
    height: 101%;
  }
}
.poco-home-page-style-13:not(.cms-page-view) .mageTestimonials {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.poco-home-page-style-13 .productsListing-section,
.poco-home-page-style-13 .mage-ajaxpro-page {
  border-radius: 8px;
}
.poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
  margin-left: 30px;
  display: flex;
}
.poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  letter-spacing: 0;
}
.poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item a:hover:after,
.poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item.cat-active a:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.poco-home-page-style-13 .mb-post-listing .mb-post-title {
  font-size: 20px !important;
  font-weight: 600;
}
.poco-home-page-style-13 .page-footer {
  margin-top: 0 !important;
}
.poco-home-page-style-13 .mageb-patn-inner {
  margin: 0 -15px;
}
.poco-home-page-style-13.poco-themes.page-with-filter .sidebar .productsListing-section .section-title .title {
  font-weight: 700 !important;
}
.poco-home-page-style-13 .newsletter-in .block.newsletter .detail {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
.poco-home-page-style-13 #timer-countbox .countdown-section,
.poco-home-page-style-13 .timer-product #category-timer-countbox .countdown-section {
  border-radius: 5px;
}
.poco-home-page-style-13 .prodLabel > div {
  border-radius: 4px;
}
.mageb-patterns.mageb-pattern35 {
  display: flex;
}
.mageb-pattern35 .mageb-pattern-list {
  padding: 0 15px;
}
.mageb-pattern35 .mageb-caption.mageb-on-load-caption {
  background-color: transparent;
}
.mageb-pattern35 .mageb-effects {
  border-radius: 8px;
}
.mageb-pattern35 img {
  width: 100%;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: auto;
  text-align: left;
  padding-left: 6%;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .text {
  display: flex;
  flex-direction: column-reverse;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text {
  margin-bottom: 15px;
  font-weight: 500;
}
.btn-radius-style .mageb-pattern35 .button {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  padding: 12px 20px;
}
.home-blog-post-style-6 .post-image {
  border-radius: 8px;
}
.home-blog-post-style-6 .post-image > a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.24);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
}
.home-blog-post-style-6 .ovrl_dtl {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  z-index: 2;
}
.home-blog-post.home-blog-post-style-6 .detail {
  padding: 30px 0 0;
}
.home-blog-post-style-6 .pst_ttl {
  margin-bottom: 10px;
}
.home-blog-post-style-6 .pst_ttl a {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
}
.home-blog-post-style-6 .mb-post-readmore.btn-small {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  display: inline-block;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.home-blog-post-style-6 .mb-post-readmore:hover,
.home-blog-post-style-6 .mb-post-readmore:focus {
  color: #fff !important;
}
.home-blog-post-style-6 .mb-post-readmore .st-icon {
  margin-top: -2px;
}
.home-blog-post-style-6 .pst_meta {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.home-blog-post-style-6 .pst_meta .meta-item {
  margin-right: 10px;
}
.home-blog-post-style-6 .post-date {
  color: #fff !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.home-blog-post-style-6 .swiper-button-next,
.home-blog-post-style-6 .swiper-button-prev {
  margin-top: -20px;
}
.home-blog-post.home-blog-post-style-6 .post-user {
  display: inline-block;
  margin: 0;
}
.home-blog-post.home-blog-post-style-6 .post-detail:after {
  display: none;
}
.hme_blg_style_7 .post-date {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  transition: all ease-out 0.4s;
}
.hme_blg_style_7 .item:hover .post-date {
  opacity: 1;
  visibility: visible;
}
.hme_blg_style_7 .item .post-image {
  border-radius: 8px;
  margin-bottom: 40px;
}
.hme_blg_style_7 .post-user {
  font-size: 14px !important;
}
.hme_blg_style_7 .pst_meta {
  margin-bottom: 20px;
}
.hme_blg_style_7 .pst_meta a {
  font-size: 14px;
}
.hme_blg_style_7 .pst_ttl {
  margin-bottom: 20px;
}
.hme_blg_style_7 .pst_ttl a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.hme_blg_style_7 .exprt {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
}
.hme_blg_style_7 .red_mr_link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: all ease-out 0.4s;
}
.hme_blg_style_7 .red_mr_link .st-icon {
  margin: 0 0 0 25px;
  width: 22px;
  height: 22px;
}
.hme_blg_style_7 .item .red_mr_link .st-icon {
  transition: all ease-out 0.4s;
}
.hme_blg_style_7 .item:hover .red_mr_link .st-icon {
  transform: rotate(45deg);
  transition: all ease-out 0.4s;
}
/* Home Demo 14 Games style */
.poco-home-page-style-14.cms-index-index .productsListing-section,
.poco-home-page-style-14 .mage-ajaxpro-page {
  position: relative;
}
.poco-home-page-style-14.cms-index-index .productsListing-section:before {
  content: "";
  position: absolute;
  top: -61px;
  right: 28%;
  background-image: url(../images/gmg_anm_img3.png);
  background-repeat: no-repeat;
  width: 260px;
  height: 103px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.poco-home-page-style-14.cms-index-index .productsListing-section:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -140px;
  background-image: url(../images/gmg_anm_img4.png);
  background-repeat: no-repeat;
  width: 187px;
  height: 137px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.poco-home-page-style-14 .mage-ajaxpro-page:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 43%;
  background-image: url(../images/gmg_anm_img5.png);
  background-repeat: no-repeat;
  width: 170px;
  height: 122px;
  overflow: hidden;
  animation: leftright 6s infinite alternate linear;
}
@keyframes leftright {
  50% {
    transform: translateX(20px);
  }
}
.poco-home-page-style-14 .rating-summary .rating-result > span:before {
  color: #ecbf22;
}
.poco-home-page-style-14 .mage-ajaxpro-page .sidebar-shopby .item a {
  border-radius: 50px;
  padding: 17px 30px;
}
.cnt_sec_gme .section-title {
  margin: 0 !important;
}
.cnt_sec_gme .section-title,
.cnt_sec_gme .section-title .title {
  text-align: left;
}
.cnt_sec_gme .section-title .title {
  font-size: 60px !important;
}
.cnt_sec_gme strong,
.stc_pro_cnt_gme .h4 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}
.cnt_sec_gme p,
.stc_pro_cnt_gme p,
.wlcm_text_gme p {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
.cnt_sec_gme .btn_sets,
.stc_pro_cnt_gme .btn_sets {
  margin-top: 40px;
}
.cnt_sec_gme .btn_sets .action .st-icon,
.stc_pro_cnt_gme .btn_sets .st-icon {
  margin-right: 3px;
  margin-top: -2px;
}
.cnt_sec_gme .btn_sets .action:first-of-type {
  margin-right: 40px;
}
.cnt_sec_gme .pagebuilder-column:last-of-type {
  padding-left: 40px;
  padding-right: 20px;
}
.stc_pro_cnt_gme .h4 {
  margin-bottom: 15px;
}
.stc_pro_cnt_gme .h4 strong {
  font-weight: 600;
}
.stc_pro_cnt_gme .pagebuilder-column:nth-of-type(2n) {
  padding-left: 20px;
}
.img_anm_rnd img {
  animation: rotating 4s linear infinite;
}
.ps_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotating {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wlcm_text_gme h1 {
  font-size: 60px !important;
  line-height: normal;
  font-weight: 500;
  margin: 0;
}
.wlcm_text_gme .h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}
.action.grdt_btn .st-icon {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
.wlcm_text_gme .btn_sets {
  margin-top: 50px;
}
.snd_img img {
  float: right;
  margin-top: -70px;
  margin-right: 70px;
}
.top_btm_anm img {
  animation-name: flo;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-14 .newsletter-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1265px;
  padding: 0;
}
.poco-home-page-style-14 .newsletter-section .content {
  margin: 0;
  max-width: 570px;
  width: 100%;
}
.poco-home-page-style-14 .newsletter-section .section-title {
  margin-bottom: 0 !important;
  text-align: left;
  padding-right: 60px;
  display: block;
}
.poco-home-page-style-14 .newsletter-section .section-title .title {
  text-align: left;
  font-size: 40px;
}
.poco-home-page-style-14 .newsletter-section .section-title .sort-detail {
  text-align: left;
  margin: 0;
  font-size: 30px;
}
.poco-home-page-style-14 .newsletter-section .section-title .icon {
  position: absolute;
  right: -125px;
  top: -104px;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe input[type="email"] {
  font-size: 20px;
  font-weight: 300;
  border: 0 !important;
  height: 66px;
  border-radius: 50px;
  padding: 10px 120px 10px 40px;
  background-color: #1d1c29 !important;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe input[type="email"]:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.poco-home-page-style-14 .newsletter-section .form.subscribe input[type="email"]::placeholder {
  opacity: 1;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe .action {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px !important;
  height: 66px;
  top: 0;
  border-radius: 0 !important;
  border: 0 !important;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe .action .st-icon {
  order: 2;
  margin-left: 5px;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe #newsletter-error {
  position: absolute;
  width: 100%;
  margin-top: -10px;
}
.poco-home-page-style-14 .mb-post-listing .mb-post-title {
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}
.poco-home-page-style-14 .mb-post-listing .mb-post-meta {
  text-transform: none;
}
.poco-home-page-style-14 .mb-post-listing .mb-featured-image {
  border-radius: 8px;
}
.poco-home-page-style-14 .sidebar .mb-block-search.mb-block .action.search:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
}
.poco-home-page-style-14 .mb-postview-pagination .mb-next a:after,
.poco-home-page-style-14 .mb-postview-pagination .mb-prev a:before {
  display: none;
}
.poco-home-page-style-14 .accordian-content .accordion:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2358575e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.poco-home-page-style-14 .accordian-content .accordion.active:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2358575e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.poco-home-page-style-14 .list-style1 li:before,
.poco-home-page-style-14 .product.info.detailed .description ul > li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%2358575e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
}
.poco-home-page-style-14.catalog-category-view .category-view .subcategory-grid .block-promo {
  border-radius: 8px;
}
.poco-home-page-style-14.catalog-category-view .category-view .subcategory-grid .block-promo:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.poco-home-page-style-14 .column.main .pages .action.previous,
.poco-home-page-style-14 .column.main .pages .action.next {
  background-color: #fff !important;
}
.poco-home-page-style-14 .product-info-main .page-title-wrapper .page-title {
  font-weight: 500;
}
.poco-home-page-style-14 .mageb-osc .block-order-comments .block-order-for input,
.poco-home-page-style-14 .mageb-osc .mbOpc-terms .checkout-agreements button.mageb-button,
.product.info.detailed table {
  border: 0 !important;
}
.poco-home-page-style-14 #opcReviewTable > thead {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.poco-home-page-style-14 .mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title:before,
.poco-home-page-style-14 .mageb-osc .magebees-Onepagecheckout-additional-blocks .payment-option-title:before {
  display: none;
}
.poco-home-page-style-14 .mageb-osc .payment-option-title {
  padding: 15px 10px 15px 20px !important;
}
.poco-home-page-style-14.poco-themes.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.poco-home-page-style-14.poco-themes.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.poco-home-page-style-14.poco-themes.page-with-filter .sidebar #layered-filter-block .collapsible.active:after,
.poco-home-page-style-14.poco-themes.page-layout-3columns .sidebar #layered-filter-block .collapsible.active:after,
.poco-home-page-style-14.poco-themes.catalogsearch-result-index .sidebar #layered-filter-block .collapsible.active:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.poco-home-page-style-14.poco-themes.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.poco-home-page-style-14.poco-themes.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.poco-home-page-style-14.poco-themes.page-with-filter .sidebar #layered-filter-block .collapsible:after,
.poco-home-page-style-14.poco-themes.page-layout-3columns .sidebar #layered-filter-block .collapsible:after,
.poco-home-page-style-14.poco-themes.catalogsearch-result-index .sidebar #layered-filter-block .collapsible:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.poco-home-page-style-14 .newsletter-in .block.newsletter .detail {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
}
.poco-home-page-style-14 .newsletter-in .block.newsletter .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
/* End Home Demo 14 Games style */
/* Products Flex Grid */
.products-grid .fx_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0 -15px;
}
.products-grid .fx_grid .product-item {
  padding: 0 15px !important;
  margin: 30px 0 0 !important;
  width: 100% !important;
  max-width: 25%;
}
.products-grid .fx_grid.hover-style10 .product-item {
  margin: 30px 0 0 !important;
}
.products-grid .fx_grid.products-items-2 .product-item {
  max-width: 50%;
}
.products-grid .fx_grid.products-items-3 .product-item {
  max-width: 33.333%;
}
.products-grid .fx_grid.products-items-4 .product-item {
  max-width: 25%;
}
.products-grid .fx_grid.products-items-5 .product-item {
  max-width: 20%;
}
@media (max-width: 1201px) {
  .products-grid .fx_grid .product-item,
  .products-grid .fx_grid.products-items-4 .product-item,
  .products-grid .fx_grid.products-items-5 .product-item {
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .products-grid .fx_grid .product-item,
  .products-grid .fx_grid.products-items-3 .product-item,
  .products-grid .fx_grid.products-items-4 .product-item,
  .products-grid .fx_grid.products-items-5 .product-item {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .products-grid .fx_grid {
    margin: -15px -5px 0 -5px;
  }
  .products-grid .fx_grid .product-item {
    padding: 0 5px !important;
    margin-top: 15px !important;
  }
  .products-grid .fx_grid.hover-style10 .product-item {
    margin: 15px 0 0 !important;
  }
}
/* End Products Flex Grid */
.home-blog-post-style-5 .swiper-slide {
  width: 300px;
  margin-right: 30px;
}
.home-blog-post-style-5 .item .detail {
  background-color: transparent;
  padding: 0;
}
.home-blog-post-style-5 .item .post-image {
  margin-bottom: 40px;
  border-radius: 8px;
}
.home-blog-post-style-5 .pst_ttl {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.home-blog-post-style-5 .post-user {
  margin: 0 !important;
}
.home-blog-post-style-5 .pst_meta {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.home-blog-post-style-5 .post-user {
  display: inline;
}
.home-blog-post-style-5 .btn-small {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 8px 20px 8px 20px !important;
  border-radius: 4px !important;
  text-transform: uppercase;
  display: inline-block;
}
.home-blog-post-style-5 .post-listing-5 .pst_ttl {
  font-size: 17px;
}
.home-blog-post-style-5 .post-listing-5 .post-detail,
.home-blog-post-style-5 .post-listing-5 .post-date {
  font-size: 14px !important;
}
.home-blog-post-style-5 .post-listing-5 .item .post-image {
  margin-bottom: 20px;
}
.home-blog-post-style-5 .post-listing-5 .pst_meta {
  margin-bottom: 10px;
}
.home-blog-post-style-5 .show-pagination {
  padding-bottom: 0 !important;
}
.home-blog-post-style-5 .show-scrollbar {
  padding-bottom: 80px !important;
}
/* Home Post Flex Grid */
.flx_pst {
  margin: -50px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.flx_pst .item {
  padding: 0 15px;
  margin-top: 50px;
}
.flx_pst.post-listing-2 .item {
  max-width: 50%;
  width: 100%;
}
.flx_pst.post-listing-3 .item {
  max-width: 33.33%;
  width: 100%;
}
.flx_pst.post-listing-4 .item {
  max-width: 25%;
  width: 100%;
}
.flx_pst.post-listing-5 .item {
  max-width: 20%;
  width: 100%;
}
@media (max-width: 999px) {
  .flx_pst.post-listing-4 .item,
  .flx_pst.post-listing-5 .item {
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .flx_pst {
    margin: -20px -10px 0;
  }
  .flx_pst .item {
    padding: 0 10px;
    margin-top: 20px;
  }
  .flx_pst.post-listing-2 .item,
  .flx_pst.post-listing-3 .item,
  .flx_pst.post-listing-4 .item,
  .flx_pst.post-listing-5 .item {
    max-width: 50%;
  }
}
/* End Home Post Flex Grid */
#checkout_multishipping_form .title {
  margin-bottom: 20px;
}
#checkout_multishipping_form .data.table td {
  padding: 10px;
}
.mageb-osc .mbOpc-terms .checkout-agreements input[type="checkbox"],
.mb-comment-form .fieldset > .field.author_confirm .control label {
  cursor: pointer;
}
.product-options-wrapper select {
  cursor: pointer;
}
/* .price-including-tax +  */
.price-excluding-tax,
.weee[data-label] {
  display: block;
}
/* .price-including-tax +  */
.price-excluding-tax:before,
.weee[data-label]::before {
  content: attr(data-label) ': ';
  font-size: 12px;
}
.price-excluding-tax:before,
.weee[data-label]::before {
  content: attr(data-label) ': ';
  font-size: 12px;
}
.price-including-tax:before {
  content: attr(data-label) ': ';
  font-size: 12px;
}
.price-excluding-tax + .price-including-tax {
  display: block;
}
#blog_search_mini_form .action.search {
  width: 60px;
  height: 67px;
  top: 0;
  right: 0;
}
/* Footer General */
.block.newsletter input {
  margin-right: 0 !important;
}
.page-footer .switcher .options {
  cursor: pointer;
}
.page-footer .switcher .options ul.dropdown {
  top: auto;
  left: auto !important;
  right: 0;
  bottom: 40px;
}
.page-footer .switcher .options ul.dropdown:before {
  top: auto;
  bottom: -11px;
  left: auto;
  right: 10px;
  border-color: #ffffff transparent transparent transparent;
}
.page-footer .switcher .options ul.dropdown:after {
  top: auto;
  left: auto;
  right: 9px;
  bottom: -14px;
  border-color: #bbbbbb transparent transparent transparent;
}
.page-footer {
  clear: both;
}
.page-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-footer ul li {
  padding: 0;
  margin-bottom: 15px;
}
.page-footer .switcher {
  clear: both;
  padding: 0;
  margin-right: 0;
}
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
  padding: 5px 20px 5px 10px;
}
.page-footer .switcher .options.active ul.dropdown {
  display: block !important;
}
.page-footer .switcher .options ul.dropdown {
  text-align: left;
  left: 0;
  display: none !important;
}
.page-footer .switcher .options ul.dropdown a {
  padding: 5px;
}
.page-footer .switcher .options ul.dropdown a {
  padding: 10px;
  font-size: 15px;
}
.page-footer .switcher strong {
  font-size: 15px;
  font-weight: normal;
  padding-left: 0 !important;
}
.footer-social ul li {
  margin-bottom: 0;
}
.footer-social ul li a .text {
  display: none !important;
}
/* Footer Style */
.poco-home-page-style-7 .page-footer {
  background-color: transparent;
}
.footer-7-wrp .footer-bottom .container:after,
.cstm_ftr_7 .footer-bottom:after {
  content: "";
  background: url(../images/kids_fs_icon.png) no-repeat center;
  height: 87px;
  width: 139px;
  position: absolute;
  right: -73px;
  top: -85px;
  z-index: 10;
  animation-name: flo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes flo {
  50% {
    transform: translateY(20px);
  }
}
.footer-7 .footer-logo:before,
.cstm_ftr_7 .footer-logo:before {
  content: '';
  background: url(../images/d_line.png) repeat-x;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}
.footer-14:before,
.cstm_ftr_14:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 25%;
  z-index: 2;
  background-image: url(../images/gmg_anm_img6.png);
  background-repeat: no-repeat;
  width: 176px;
  height: 101px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.footer-14:after,
.cstm_ftr_14:after {
  content: "";
  position: absolute;
  top: -170px;
  right: 0;
  z-index: 2;
  background-image: url(../images/ftr_anm-img.png);
  background-repeat: no-repeat;
  width: 252px;
  height: 413px;
  overflow: hidden;
  animation-name: flo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.social-icons a .text {
  display: none !important;
}
.payment-option [data-appearance="contained"] {
  padding: 0 !important;
}
.payment-option svg {
  width: 26px;
  height: 26px;
}
/* Responsive Media Query */
@media (max-width: 1660px) {
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: -40px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: -40px !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-next {
    right: -40px !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-prev {
    left: -40px !important;
  }
  .poco-home-page-style-14 .container-fluid {
    margin: 0 20px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    background-size: 100%;
    width: 202px;
    height: 333px;
    top: -140px;
  }
}
@media (max-width: 1440px) {
  .snd_img img {
    margin-right: 0;
  }
  .footer-14:before,
  .cstm_ftr_14:before {
    background-size: 100%;
    width: 126px;
    height: 73px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    width: 162px;
    height: 273px;
    top: -100px;
  }
  .poco-home-page-style-14 .mage-ajaxpro-page:before {
    top: -40px;
    width: 140px;
    height: 102px;
    background-size: 100%;
  }
  .poco-home-page-style-14.cms-index-index .productsListing-section:after {
    left: -70px;
    width: 147px;
    height: 107px;
    background-size: 100%;
  }
  .poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .action.tocart .text,
  .poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .magebees_quickview .text,
  .poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .action.tocart .text,
  .poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .magebees_quickview .text,
  .poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .action.tocart .text,
  .poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .magebees_quickview .text {
    display: none;
  }
  .poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9.action.tocart,
  .poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
    font-size: 11px !important;
  }
  .poco-home-page-style-12 .products-grid .hover-style9 .product-item .product-item-details {
    padding: 10px;
    text-align: center;
  }
  .poco-home-page-style-11 .maagebees-add {
    margin: 0 -20px;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
    right: 14%;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-container {
    margin: 0 100px;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-button-next {
    right: 20px !important;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-button-prev {
    left: 20px !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-next {
    right: 0 !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-prev {
    left: 0 !important;
  }
  .sml_2-col_banner .sml_bnr_2col {
    padding: 50px 7%;
  }
  .poco-home-page-style-5 .store-feature-style2.store-features li {
    padding: 0 30px;
  }
  .page-layout-2columns-right .product-social-links .product-addto-links,
  .page-layout-2columns-left .product-social-links .product-addto-links {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .page-layout-2columns-right .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-left .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-right .product-social-links .product-addto-links .action.sizeguide,
  .page-layout-2columns-left .product-social-links .product-addto-links .action.sizeguide {
    flex: 0 0 45%;
    -wwbkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    margin-bottom: 0;
  }
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.sizeguide,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.sizeguide {
    flex: 0 0 45%;
    -wwbkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    margin-bottom: 0;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: -15px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: -15px !important;
  }
  .sale_discount_banner .ttl {
    font-size: 38px;
    margin: 0 0 0 12%;
  }
  .sale_discount_banner .btn {
    margin-left: 18%;
  }
  .sale_discount_banner p {
    font-size: 22px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details {
    padding: 45px;
  }
  .poco-home-page-style-12 .store-features.store-feature-style2 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1350px) {
  .catalog-product-view.page-layout-1column .product-info-main {
    padding-left: 80px;
  }
}
@media (max-width: 1201px) {
  .cookie.style2 {
    max-width: 300px;
    right: 70px;
    bottom: 70px;
    padding: 25px;
  }
  .hme_blg_style_7 .post-date {
    font-size: 13px;
    padding: 8px 18px;
    bottom: 20px;
    left: 20px;
  }
  .hme_blg_style_7 .red_mr_link {
    font-size: 15px;
  }
  .hme_blg_style_7 .red_mr_link .st-icon {
    margin: 0 0 0 15px;
    width: 20px;
    height: 20px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    width: 132px;
    height: 223px;
    top: -80px;
  }
  .footer-14:before,
  .cstm_ftr_14:before {
    top: 0;
  }
  .wlcm_text_gme h1 {
    font-size: 50px !important;
  }
  .wlcm_text_gme .h3 {
    font-size: 30px;
  }
  .poco-home-page-style-14 .productsListing-section:before {
    top: -47px;
    width: 200px;
    height: 83px;
    background-size: 100%;
  }
  .cnt_sec_gme .section-title .title {
    font-size: 45px !important;
  }
  .cnt_sec_gme strong {
    font-size: 30px;
  }
  .stc_pro_cnt_gme .h4 {
    font-size: 30px;
    line-height: 34px;
  }
  .cnt_sec_gme p br,
  .stc_pro_cnt_gme p br,
  .wlcm_text_gme p br {
    display: none;
  }
  .mb-post-listing .mb-post-gridview .items {
    margin: -40px -20px 0;
  }
  .mb-post-listing .mb-post-gridview .item {
    padding: 0 20px;
    margin-top: 40px;
  }
  .home-blog-post-style-6 .ovrl_dtl {
    padding: 20px;
  }
  .srv_box_guns [data-content-type="text"] br {
    display: none;
  }
  .srv_box_guns h3 {
    font-size: 28px;
  }
  .srv_box_guns [data-content-type="text"] {
    font-size: 16px;
    line-height: 28px;
  }
  .poco-home-page-style-13 .welcome-content .section-title .title {
    font-size: 60px !important;
  }
  .poco-home-page-style-13 .welcome-content .left .section-title .sort-detail {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-13 .welcome-content .left .read-more-btn {
    margin: 0;
  }
  .poco-home-page-style-13 .welcome-content .content_section {
    padding: 10px 10px 10px 20px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 30px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 35px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    font-size: 16px !important;
  }
  .poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    font-size: 18px;
  }
  .poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin: 0 15px;
  }
  .account.page-layout-2columns-left .column.main {
    order: 1;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main {
    order: 0;
  }
  .mage-deal-slider.style2 {
    background-size: contain !important;
  }
  .mage-deal-slider.style2 .ttl {
    font-size: 50px;
    line-height: 60px;
  }
  .mage-deal-slider.style2 .deal_dtls {
    font-size: 20px;
  }
  .mage-deal-slider.style2 .timer-product {
    margin: 35px 0;
  }
  .poco-home-page-style-12 .newsletter-section .container {
    flex-direction: column;
  }
  .poco-home-page-style-12 .newsletter-section .section-title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-12 .newsletter-section .section-title .sort-detail,
  .poco-home-page-style-12 .newsletter-section .section-title .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .poco-home-page-style-12 .newsletter-section .section-title .sort-detail,
  .poco-home-page-style-12 .newsletter-section .section-title p.sort-detail {
    font-size: 18px;
  }
  .vt_home_pro_ftr .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .vt_home_pro_ftr .pagebuilder-column {
    flex-basis: 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 10px;
  }
  .vt_home_pro_ftr .pagebuilder-column:nth-of-type(1),
  .vt_home_pro_ftr .pagebuilder-column:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .vt_home_pro_ftr .pagebuilder-column p br {
    display: none;
  }
  .poco-home-page-style-12 .store-features.store-feature-style2 {
    padding: 50px 0;
  }
  .mb-post-viewpage .mb-featured-thumb {
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-11 .productsListing-section .section-title .view-more {
    margin-top: 10px;
  }
  .poco-home-page-style-11 .newsletter-section .section-title {
    margin-bottom: 15px !important;
  }
  .poco-home-page-style-11 .newsletter-section .container {
    padding: 0;
  }
  .mageTestimonials.style3 .swiper-slide {
    max-width: 510px;
  }
  .mageTestimonials.style3:after {
    font-size: 110px;
    bottom: 10px;
  }
  .mageTestimonials.style3 {
    padding-bottom: 90px !important;
  }
  .mageb-pattern34 .h4 {
    margin-bottom: 25px;
  }
  .mageb-pattern34 .h4 a {
    font-size: 27px !important;
  }
  .mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
    left: 14%;
  }
  .mageb-pattern34 .mageb-pattern-list {
    padding: 0 20px;
  }
  .poco-home-page-style-11 .maagebees-add {
    margin: 0 -20px;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    margin-bottom: 0;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content {
    padding: 0 !important;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    padding-right: 0;
  }
  .product-tabs-slider .sidebar-shopby,
  .product-tabs-grid .sidebar-shopby {
    flex-direction: column;
  }
  .mage-ajaxpro-page .section-title {
    align-items: center;
  }
  .mage-ajaxpro-page .section-title .sort-details {
    margin-bottom: 30px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content ol {
    justify-content: center;
  }
  .product-tabs-slider .sidebar-shopby .block-title,
  .product-tabs-grid .sidebar-shopby .block-title {
    margin-bottom: 20px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    padding: 10px 15px;
    line-height: normal;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content,
  .product-tabs-grid .sidebar-shopby .block-content {
    width: 100%;
    margin-top: 20px;
  }
  .home-blog-post-style-4 .swiper-button-next,
  .home-blog-post-style-4 .swiper-button-prev {
    margin-top: -40px;
  }
  .poco-home-page-style-10 .store-feature-style2 .detail span,
  .poco-home-page-style-12 .store-feature-style2 .detail span {
    font-size: 14px;
  }
  .poco-home-page-style-10 .store-feature-style2 .ttl,
  .poco-home-page-style-12 .store-feature-style2 .ttl {
    font-size: 16px;
    line-height: 23px;
  }
  .home-blog-post-style-4 .item .post-image img {
    width: 100% !important;
  }
  .blogNwslSection .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .gift_bnr h3 {
    font-size: 18px;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-items .product-image-container,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-items .product-image-container,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-items .product-image-container,
  .poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-items .product-image-container {
    width: 85px !important;
  }
  .poco-themes.page-layout-3columns .sidebar .product-items .product-item-photo .product-image-container {
    width: 70px !important;
  }
  .page-layout-3columns .sidebar .product-items .product-item-details {
    padding-left: 85px;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 li {
    padding: 5px;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item b {
    font-size: 18px;
    margin: 0;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item span {
    font-size: 15px;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item .icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    line-height: 57px;
    margin-right: 20px;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item svg {
    width: 20px;
    height: 20px;
    margin-top: -4px;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column-group {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start !important;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:first-of-type {
    padding-right: 20px;
    order: 1;
    width: 50% !important;
    flex: 0 0 auto;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:last-of-type {
    padding-left: 20px;
    order: 2;
    width: 50% !important;
    flex: 0 0 auto;
  }
  .poco-home-page-style-8 .home-blog-post-style-1 .item .post-image {
    margin: 0 auto;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:first-of-type .sections-spacing,
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:last-of-type .sections-spacing {
    padding-bottom: 0 !important;
  }
  .poco-home-page-style-8 .newsletter-section .form.subscribe {
    max-width: 480px;
  }
  .poco-home-page-style-8 .prodlist .swiper-button-next,
  .poco-home-page-style-8 .prodlist .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-next {
    right: 5px !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-prev {
    left: 5px !important;
  }
  .poco-home-page-style-8 .swiper-button-next,
  .poco-home-page-style-8 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    margin: 0;
  }
  .page-products.page-layout-3columns .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .poco-home-page-style-7 .newsletter-section .section-title,
  .poco-home-page-style-7 .newsletter-section .section-title .title {
    font-size: 36px !important;
  }
  .poco-home-page-style-6 .magetmQuotes {
    font-size: 20px;
    line-height: 36px;
  }
  .poco-home-page-style-6 .welcome-content .content_section {
    padding-right: 0;
    padding-left: 8%;
  }
  .poco-home-page-style-6 .welcome-content h1 {
    font-size: 30px;
  }
  .poco-home-page-style-6 .welcome-content .content_section li {
    margin-bottom: 10px;
  }
  .poco-home-page-style-6 .welcome-content .content_section li span {
    font-size: 16px;
    line-height: 49px;
    width: 49px;
    height: 49px;
  }
  .poco-home-page-style-6 .welcome-content .content_section ul {
    font-size: 18px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details h2 {
    font-size: 22px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details h2 br {
    display: none;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details {
    padding: 35px;
  }
  /* Footers */
  .footer-col .ltr ul,
  .footer-links .ltr ul {
    margin-bottom: 30px;
  }
  .page-footer .footer-links .menuTitle {
    position: relative;
    cursor: pointer;
    margin: 15px 0;
  }
  .page-footer .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);
  }
  .page-footer .footer-links .menuTitle.active:after {
    transform: rotate(315deg);
    top: 9px;
  }
  .page-footer .footer-links ul {
    display: none;
  }
  .footer-about-col,
  .footer-col {
    width: 100% !important;
    padding-right: 0 !important;
  }
  /* End Footers */
  .sml_2-col_banner .sml_bnr_2col {
    padding: 40px;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
  }
  .sml_2-col_banner .sml_bnr_2col h2 {
    font-size: 35px;
  }
  .sml_2-col_banner .sml_bnr_2col p {
    font-size: 16px;
  }
  .sml_2-col_banner .sml_bnr_2col .action {
    font-size: 14px !important;
    padding: 15px 20px 15px !important;
  }
  .sml_2-col_banner .sml_bnr_2col .right {
    margin-top: 30px;
  }
  .poco-home-page-style-5 .home-blog-post .view-more {
    margin-top: 70px;
  }
  .poco-home-page-style-5 .store-feature-style2.store-features li {
    padding: 0 20px;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header {
    margin: 0 20px !important;
  }
  .poco_text_banner h1 {
    font-size: 60px;
  }
  .poco_text_banner .details {
    right: 5%;
  }
  .poco_text_banner a.action {
    padding: 13px 20px !important;
  }
  .poco_textCnt_banner h2 {
    font-size: 25px;
  }
  .poco_textCnt_banner a {
    font-size: 20px;
  }
  .poco-themes .finderProducts button {
    padding: 15px 50px !important;
    flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
  }
  .poco-themes .finderDropdowns select {
    padding: 0 30px;
    font-size: 20px;
  }
  .poco-themes .finderDropdowns {
    flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
  }
  .poco-home-page-style-5 .finderDropdowns li:last-of-type select {
    border-right: 0 !important;
  }
  .ourFindStore .our-store-list-in {
    padding: 30px;
  }
  .ourFindStore .our-store-details {
    font-size: 17px;
    line-height: 30px;
  }
  .ourFindStore .our-store-list .button--link {
    font-size: 17px;
  }
  .sale_discount_banner p {
    margin-right: 30px;
  }
  .sale_discount_banner .btn {
    font-size: 20px !important;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption {
    padding: 25px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 a,
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 20px !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    font-size: 12px !important;
    padding: 10px 20px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
    line-height: 1.1;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
    padding: 5%;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .button {
    font-size: 11px !important;
    padding: 7px 15px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    margin-top: 0;
  }
  .poco-home-page-style-4 .p_list_section .productsListing-section {
    padding: 20px;
  }
  .poco-home-page-style-4 .newsletter-section .section-title,
  .poco-home-page-style-4 .newsletter-section .section-title .title {
    text-align: left;
  }
  div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
    font-size: 25px !important;
    padding: 0 2rem !important;
  }
  .poco-home-page-style-3 .productsListing-section .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .poco-home-page-style-3.cms-index-index .productsListing-section {
    padding: 0;
  }
  .poco-home-page-style-3 .newsletter-section .container {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .poco-home-page-style-3 .newsletter-section .section-title {
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-3 .newsletter-section .content {
    padding-left: 0;
    max-width: 100%;
  }
  .poco-home-page-style-3 .swiper-button-next,
  .poco-home-page-style-3 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: 0px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: 0px !important;
  }
  .contactInfo-static-block {
    padding: 60px;
  }
  .contactInfo-static-block .col p br {
    display: none;
  }
  .contactInfo-static-block .col.img-col {
    -webkit-flex: 0 0 380px !important;
    flex: 0 0 380px !important;
    -ms-flex: 0 0 380px !important;
  }
  .contactInfo-static-block .col .img {
    top: -133px;
  }
  .products-list .product-item,
  .block.widget.block-products-list .widget-product-grid .product-item {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .products-list .product-item .product-item-details,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-details {
    padding-left: 40px;
  }
  .products-grid .product-items-4.product-items .product-item {
    width: 31.25%;
    margin-right: 3%;
    margin-left: 0;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 3%;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .catalog-category-view .category-view .subcategory-grid img {
    width: 100%;
  }
  .catalog-category-view .column.main,
  .page-with-filter .column.main {
    margin-bottom: 40px;
  }
  .page-layout-2columns-left.blog-post-view .page-main .column.main,
  .page-layout-2columns-right.blog-post-view .page-main .column.main {
    margin-bottom: 40px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right.blog-post-view .page-main .sidebar,
  .page-layout-2columns-left.blog-post-view .page-main .sidebar {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .magnifier-preview,
  .magnifier-preview.magnify-hidden,
  .magnify-lens.magnify-hidden,
  .magnify-lens {
    display: none !important;
    pointer-events: none !important;
  }
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main {
    padding-right: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    padding-right: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.sizeguide,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.sizeguide {
    flex: 0 0 100%;
    -wwbkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .quickViewDetails .product-info-main {
    padding-top: 0 !important;
  }
  .product.info.detailed #reviews .review-list .review-item .rating-summary {
    width: 49%;
    margin-bottom: 1%;
  }
  .checkout-index-index .nav-toggle {
    display: block !important;
  }
  .mageb-osc .magebees-discount-code-wrapper {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .mageb-osc .magebees-discount-code-wrapper.discount-code {
    padding-right: 0 !important;
  }
  .contact-info-features .flex-1 {
    padding: 0 20px;
  }
  .accordian-content {
    padding: 40px 60px;
  }
  .poco-home-page-style-2 .products-offer-block ul li {
    font-size: 16px;
  }
  .poco-home-page-style-2 .products-offer-block ul li img {
    max-width: 35px;
  }
  .product-info-main .product-social-links {
    clear: both;
  }
  .product-add-form .box-tocart:after,
  .product-add-form .box-tocart:before {
    content: '';
    clear: both;
    display: block;
  }
  .product-add-form .box-tocart .actions,
  .product-add-form .update .actions {
    display: table-cell;
  }
  .product.media .store-feature li {
    width: 100%;
  }
  .mageb-patn-inner .mageb-caption.v-middle .mageb-full-caption {
    top: 50%;
  }
  .product.info.detailed .product.data.items > .item.content {
    margin-top: 41px;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    padding: 10px 0;
    margin: 0 8px;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content ol li {
    display: inline-block !important;
  }
  .mage-ajaxpro-page.left-sidebar .category-product-filter {
    width: 100% !important;
  }
  .poco-home-page-style-1 .products-grid .product-item .actions-primary {
    float: none !important;
  }
  .catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 {
    padding: 30px 0 !important;
  }
  .catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 li {
    width: 33.3%;
  }
  .gallery-thumb-section {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .testimonial-outer .mageTestimonials .button-set {
    margin-bottom: 0 !important;
  }
  .fotorama__stage__frame .fotorama__img {
    width: auto;
  }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .fotorama__arr {
    display: block !important;
  }
  .table-wrapper.comparison {
    max-width: 880px;
    overflow-x: scroll;
  }
  .table-wrapper.comparison .cell {
    padding: 10px;
    min-width: 250px;
    width: inherit;
  }
  .table-comparison {
    table-layout: inherit;
  }
  .boxed-layout-poco .main-nav .nav-sections {
    display: none;
  }
  .side-menu .closebtn {
    display: none;
  }
  .side-menu .nav-sections .switcher-trigger strong {
    padding-left: 30px;
    background-position: 6px center;
  }
  .side-menu .nav-sections .switcher-trigger strong:after {
    display: none;
  }
  .side-menu .nav-sections .switcher-trigger:after {
    right: 0;
    top: 0;
    font-size: 11px;
  }
  .side-menu .nav-sections .switcher-trigger.active:after {
    font-size: 11px;
  }
  /* Parallax Section -------------------------------------------- */
  .parallax-section .parallax-img-left,
  .parallax-section .parallax-img-right {
    display: none;
  }
  .parallax-section .half-col {
    width: 100% !important;
  }
  .parallax-section .section-title .title {
    margin-top: 0;
  }
  .parallax-section .half-col {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .parallax-section .parallax-product {
    background-color: rgba(255, 255, 255, 0.71);
    padding: 20px;
    margin: 0 20px;
  }
  .parallax-section .parallax-text-center {
    margin: 20px;
  }
  /* End Parallax Section ---------------------------------------- */
  /* Products Listing Style -------------------------------------- */
  .products-grid .product-item {
    margin-bottom: 20px;
  }
  .products-grid .product-item:hover .timer-product {
    display: flex;
  }
  .products-grid .product-item .timer-product {
    bottom: 0;
  }
  .products-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
    padding: 0 30px !important;
    width: 100% !important;
  }
  .loading-btn button,
  .loading-btn .cart.table-wrapper .actions-toolbar > .action,
  .loading-btn .action-gift {
    padding: 10px 20px !important;
  }
  /* End Products Listing Style -------------------------------------- */
  /* Poco Home Style ----------------------------------------------- */
  .poco-themes .page-header .switcher#switcher-currency,
  .poco-themes .nav-sections .switcher#switcher-currency {
    display: none;
  }
  .poco-themes .page-header .switcher .options ul.dropdown {
    position: static;
    min-width: inherit;
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
  }
  .poco-themes .nav-sections .switcher.switcher-language .view-default {
    background-color: inherit;
  }
  .poco-themes .nav-sections .switcher.switcher-currency .switcher-trigger strong {
    background-color: inherit;
    cursor: pointer;
    display: block;
  }
  .poco-themes .nav-sections .switcher .label {
    display: none;
  }
  .poco-themes .page-header .switcher .options ul.dropdown,
  .poco-themes .page-header .switcher .options ul.dropdown {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .poco-themes .page-header .switcher .options ul.dropdown:before,
  .poco-themes .page-header .switcher .options ul.dropdown:before {
    display: none;
  }
  .poco-themes .nav-sections .switcher.switcher-currency .switcher-options.active .switcher-dropdown {
    width: 100%;
    padding: 0;
  }
  .poco-themes .vertical-thumb-slider .fotorama-inner .fotorama__stage__frame.fotorama_vertical_ratio {
    border-color: transparent !important;
  }
  .poco-themes.page-layout-1column .poco-themes.page-layout-2columns-left .product.media,
  .poco-themes.page-layout-2columns-right .product.media,
  .poco-themes.page-layout-3columns .product.media,
  .poco-themes.page-layout-1column .poco-themes.page-layout-2columns-left .product-info-main,
  .poco-themes.page-layout-2columns-right .product-info-main,
  .poco-themes.page-layout-3columns .product-info-main {
    width: 100%;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
    width: 31.5%;
    margin-right: 2.564102564102564%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 2.564102564102564%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: 22.6%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0 !important;
  }
  .cart.main.actions .action.clear {
    margin-bottom: 10px;
  }
  .cart.table-wrapper .col.qty {
    min-width: 130px;
  }
  /* Product Detail page ------------------------------------------- */
  .page-layout-2columns-right.catalog-product-view .product.info.detailed #reviews .review-list .review-item .rating-summary,
  .page-layout-2columns-left.catalog-product-view .product.info.detailed #reviews .review-list .review-item .rating-summary {
    width: 100%;
    margin-right: 0 !important;
  }
  .product.media {
    margin-bottom: 0;
  }
  .product.media .store-feature li {
    width: 50%;
  }
  .product.media .store-feature.store-feature-style4 {
    padding-bottom: 0;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media,
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 100% !important;
    float: left !important;
  }
  .catalog-product-view.page-layout-2columns-left .column.main,
  .catalog-product-view.page-layout-2columns-right .column.main,
  .catalog-product-view.page-layout-3columns .column.main {
    display: flex;
    display: -webkit-flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .catalog-product-view.page-layout-2columns-left .product.media,
  .catalog-product-view.page-layout-2columns-right .product.media,
  .catalog-product-view.page-layout-3columns .product.media,
  .catalog-product-view.page-layout-2columns-left .product-info-main,
  .catalog-product-view.page-layout-2columns-right .product-info-main,
  .catalog-product-view.page-layout-3columns .product-info-main {
    width: 100%;
    padding-left: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .catalog-product-view.page-layout-2columns-left .product.media,
  .catalog-product-view.page-layout-2columns-right .product.media,
  .catalog-product-view.page-layout-3columns .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  /* 1 Column style */
  .catalog-product-view.page-layout-1column .column.main {
    display: flex;
    display: -webkit-flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .catalog-product-view.page-layout-1column .product.media,
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
    padding-left: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .catalog-product-view.page-layout-1column .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .bundle-options-container .block-bundle-summary .legend.title,
  .bundle-options-container .block-bundle-summary > .title > strong {
    font-size: 2.4rem;
  }
  .bundle-options-container .block-bundle-summary .product-image-container {
    width: 70px !important;
  }
  .bundle-options-container .block-bundle-summary .product-details {
    padding-left: 80px;
  }
  .page-layout-1column .fotorama__stage__frame.fotorama_vertical_ratio {
    width: 100% !important;
  }
  .product.media .prodLabel > div {
    background-size: auto !important;
  }
  .product-info-main {
    padding-top: 30px;
  }
  .prev-next-products {
    display: none !important;
  }
  /* End Product Detail page -------------------------------------- */
  /* ------------------------------------------------------------
   		Cart Page Common  -----------------------------------------
	   ------------------------------------------------------------ */
  .cart-container .cart-summary {
    width: 30%;
    top: 0 !important;
  }
  .checkout-cart-index .abs-shopping-cart-items-desktop,
  .checkout-cart-index .block-cart-failed,
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .cart-gift-item {
    width: 67%;
  }
  /* ------------------------------------------------------------
   		End Cart Page Common  -------------------------------------
	  ------------------------------------------------------------- */
  .quickViewDetails .quickview-product-name h3 {
    font-size: 30px !important;
  }
  .quickViewDetails.modal-popup .box-tocart .field.qty {
    margin-bottom: 10px !important;
  }
  .quickViewDetails .product.info.detailed .product.data.items > .item.title .switch {
    margin: 0 6px;
    font-size: 15px;
    padding: 10px 0;
  }
  .quickViewDetails .product.info.detailed.accordion .product.data.items > .item.title .switch {
    margin: 0;
  }
  .quickViewDetails .product.info.detailed #reviews .block.review-add,
  .quickViewDetails #quickview-product-review-container {
    width: 100%;
    margin-right: 0;
  }
  .login-container .block .actions-toolbar .secondary {
    float: left;
    clear: left;
    margin-top: 10px;
    padding-left: 0;
  }
  /* ------------------------------------------------------------
	   404 Error Page  --------------------------------------------
	--------------------------------------------------------------- */
  .error-img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .error-detail {
    display: block;
    padding-left: 0;
    width: 100%;
  }
  /* ------------------------------------------------------------
	   End 404 Error Page  ----------------------------------------
	--------------------------------------------------------------- */
  .aboutus-page .grid-services .item {
    width: 50%;
  }
  .aboutus-page .grid-services .item:nth-child(3n+1) {
    clear: none;
  }
  .aboutus-page .grid-services .item:nth-child(2n+1) {
    clear: both;
  }
  .account .page.messages {
    margin: 0;
  }
  .account .columns {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .account .columns .column.main {
    margin-bottom: 40px;
  }
  .account .columns .sidebar .sidebar-main {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .account .block-collapsible-nav .content {
    margin-bottom: 0 !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption .h4 a,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption .h4 a {
    font-size: 40px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list .mageb-full-caption .h4 a {
    font-size: 20px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-caption .sort-text {
    margin-bottom: 10px;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption {
    padding: 30px 40px;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button {
    width: 45px;
    height: 45px;
    line-height: 38px;
  }
  .mageb-patterns.mageb-pattern33 {
    margin: 0 -10px !important;
  }
  .mageb-patterns.mageb-pattern33 li {
    padding: 0 10px;
  }
}
@media (max-width: 999px) {
  .wlcm_text_gme .pagebuilder-column-line {
    flex-direction: column;
  }
  .wlcm_text_gme .pagebuilder-column-line > .pagebuilder-column {
    width: 100% !important;
  }
  .top_btm_anm {
    background-size: 40% !important;
    background-position: top center !important;
  }
  .wlcm_text_gme .btn_sets {
    margin-top: 40px;
  }
  .bg_anm_rnd {
    padding-bottom: 20px;
  }
  .stc_pro_cnt_gme .h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .stc_pro_cnt_gme .pagebuilder-column:nth-of-type(2n) {
    padding-right: 20px;
  }
  .poco-home-page-style-14 .newsletter-section .container {
    flex-direction: column;
  }
  .poco-home-page-style-14 .newsletter-section .section-title {
    padding: 0;
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-14 .newsletter-section .section-title .title {
    text-align: center;
  }
  .poco-home-page-style-14 .newsletter-section .section-title .sort-detail {
    text-align: center;
    font-size: 22px;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe .action,
  .poco-home-page-style-14 .newsletter-section .form.subscribe input[type=email] {
    height: 60px;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe input[type=email] {
    font-size: 17px;
  }
  .guns_srvc .pagebuilder-column-line {
    flex-direction: column;
  }
  .srv_box_guns {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .guns_srvc .srv_box_guns:last-of-type {
    margin: 0;
  }
  .poco-home-page-style-13 .welcome-content .section-title {
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-13 .welcome-content .section-title .title {
    font-size: 50px !important;
  }
  .poco-home-page-style-13 .welcome-content .content_section .read-more-btn .button {
    padding: 13px 25px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 20px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 30px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    margin-bottom: 10px;
  }
  .btn-radius-style .mageb-pattern35 .button {
    padding: 10px 15px;
  }
  .btn-radius-style .mageb-pattern35 .button .b-text {
    font-size: 12px !important;
  }
  .vt_home_pro_ftr .pagebuilder-column .mb-2 {
    margin-bottom: 10px !important;
  }
  .fs-22 {
    font-size: 20px !important;
  }
  .mage-deal-slider.style2 .f-item.dtls {
    padding: 40px 0 40px 30px;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section {
    margin-right: 10px !important;
  }
  .poco-home-page-style-12 .p_catgry_link {
    font-size: 14px;
  }
  .sidebar .productsListing-section .section-title {
    align-items: start;
  }
  .mageTestimonials.style3 .swiper-slide {
    max-width: 480px;
  }
  .mageb-pattern34 .sort-text {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  .mageb-pattern34 .h4 {
    margin-bottom: 15px;
  }
  .mageb-pattern34 .h4 a {
    font-size: 24px !important;
  }
  .mageb-pattern34 .mageb-pattern-list:nth-of-type(2) .sort-text {
    font-size: 14px !important;
  }
  .mageb-pattern34 .mageb-pattern-list {
    padding: 0 15px;
  }
  .poco-home-page-style-11 .maagebees-add {
    margin: 0 -15px;
  }
  .mageb-pattern34 .mageb-pattern-list .button {
    font-size: 12px;
  }
  .mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
    left: 40px;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
    right: 30px;
  }
  .mageb-pattern34 .mageb-pattern-list .button {
    padding: 8px 15px;
  }
  .mageb-pattern34 .mageb-effects img {
    height: 200px;
    object-fit: cover;
  }
  .jw-her-him-bnr .pagebuilder-column img {
    max-width: 80% !important;
  }
  .jw-stc-for-hh-cnt {
    width: 260px;
  }
  .jw-stc-for-hh-cnt .pagebuilder-banner-wrapper {
    background-size: cover !important;
    min-height: 220px !important;
  }
  .jw-stc-for-hh-cnt h2 {
    padding-top: 20%;
  }
  .jw-stc-for-hh-cnt h2 strong {
    font-size: 55px;
  }
  .poco-home-page-style-10 .store-feature-style2 .st-icon,
  .poco-home-page-style-12 .store-feature-style2 .st-icon {
    width: 32px;
    height: 32px;
  }
  .sidebar .product-items .product-item-actions .actions-primary,
  .sidebar .product-items .product-item-actions .actions-secondary {
    text-align: left;
  }
  .poco-home-page-style-9 .mage-deal-slider .container {
    flex-direction: column;
  }
  .poco-home-page-style-9 .mage-deal-slider .content,
  .poco-home-page-style-9 .mage-deal-slider .section-title {
    max-width: 100%;
  }
  .poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr img,
  .poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr {
    width: 100%;
  }
  .poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr img {
    border-radius: 8px 8px 0 0;
  }
  .poco-home-page-style-9 .mage-deal-slider .content {
    border-radius: 0 0 8px 8px;
  }
  .poco-home-page-style-9 .mage-deal-slider .content:after {
    font-size: 215px;
  }
  .gift_bnr img {
    height: 88px;
    object-fit: cover;
    object-position: 85% 100%;
  }
  .offers_bnr {
    text-align: center;
  }
  .offers_bnr img {
    height: 108px;
    object-fit: cover;
    object-position: 85% 100%;
  }
  .offers_bnr .details {
    font-size: 15px;
    line-height: normal;
    width: 100%;
    padding: 0 20px;
    white-space: normal;
  }
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-2 .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-3 .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-4 .product-item {
    width: 30.64% !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-of-type(2n) {
    margin-right: 4% !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .page-layout-3columns .columns {
    flex-direction: column;
  }
  .page-layout-3columns .column.main {
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100% !important;
  }
  .poco-themes.page-layout-3columns .sidebar {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 2;
  }
  .poco-themes.page-layout-3columns .sidebar .product-items .product-item-photo .product-image-container {
    margin: 0;
  }
  .poco-themes.page-layout-3columns .productsListing-section .products-list .product-item .pro-hover {
    max-width: 80px;
  }
  .poco-themes.page-layout-3columns .sidebar .product-items .product-item-actions .actions-primary {
    text-align: left;
  }
  .catalog-product-view.page-layout-3columns .sidebar.sidebar-additional .block:last-of-type {
    margin-bottom: 50px;
  }
  .poco-home-page-style-7 .mageTestimonials .swiper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .poco-home-page-style-7 .magetmQuotes {
    padding: 0 20px !important;
  }
  .poco-home-page-style-7 .proListShop .productsListing-section:before {
    height: 73px;
    width: 48px;
    background-size: 50px;
    top: -40px;
    right: 10%;
  }
  .poco-home-page-style-7 .proListShop_2 .productsListing-section:after {
    background-size: 70px;
    height: 90px;
    width: 72px;
    bottom: -30px;
    left: 5%;
  }
  .sale_discount_banner .ttl {
    font-size: 27px;
  }
  .sale_discount_banner p {
    font-size: 18px;
  }
  .sale_discount_banner .btn {
    margin-left: 10%;
    padding: 15px 20px !important;
  }
  .custom_banner_col .pagebuilder-column-group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .custom_banner_col .pagebuilder-column:first-of-type {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .custom_banner_col .pagebuilder-column {
    width: 50% !important;
  }
  .poco_textCnt_banner img {
    height: 366px;
  }
  .ourFindStore .our-store-details {
    font-size: 16px;
  }
  .ourFindStore .our-store-list-in {
    padding: 20px;
  }
  .ourFindStore .our-store-address br {
    display: none;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title .title {
    margin-bottom: 20px;
  }
  .productsListing-section .products-list .product-item .product-item-inner {
    display: none;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column-group {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column-line {
    flex-direction: column;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column {
    width: 100% !important;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column:nth-of-type(2) {
    margin-right: 0;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column:last-of-type {
    margin-bottom: 0;
  }
  .p_list_section .section-title .title {
    font-size: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: -10px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: -10px !important;
  }
  .poco-home-page-style-3 .swiper-button-next,
  .poco-home-page-style-3 .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    margin-top: -18px !important;
  }
  .poco-home-page-style-3 .swiper-button-next:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  }
  .poco-home-page-style-3 .swiper-button-prev:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-pattern-list:nth-of-type(2) .mageb-caption.v-top .mageb-full-caption {
    right: 0;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
    line-height: 1;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 16px !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    font-size: 11px !important;
    padding: 7px 15px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
    padding: 3%;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .contact-info .flex-1 {
    flex: 1 0 50% !important;
    -webkit-flex: 1 0 50% !important;
    -ms-flex: 1 0 50% !important;
  }
  .form-image-section {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .form-image-section .flex-1 {
    width: 100%;
    -webkit-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
  }
  .contact-form-default form {
    max-width: 100%;
  }
  .form-image-section img {
    width: 100%;
  }
  .mageb-osc .actions-toolbar-trigger,
  .mageb-osc .mbOpc-terms {
    width: 100% !important;
  }
  .mageb-osc .actions-toolbar-trigger {
    margin-top: 20px;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item {
    width: 31%;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(4n) {
    margin-right: 3%;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide) {
    width: 32%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(4n+1) {
    clear: none;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(3n+1) {
    clear: left;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(4n) {
    margin-right: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(3n) {
    margin-right: 0;
  }
  .contactInfo-static-block .col p {
    font-size: 18px;
    line-height: 30px;
  }
  .contactInfo-static-block .col h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
  .contactInfo-static-block .col a {
    font-size: 15px;
  }
  .contactInfo-static-block .col i {
    margin-right: 5px;
  }
  .contactInfo-static-block {
    padding: 60px 30px;
  }
  .contactInfo-static-block .col.img-col {
    flex: 0 0 340px !important;
    -webkit-flex: 0 0 340px !important;
    -ms-flex: 0 0 340px !important;
  }
  .cms-poco-themes-style-1.cms-index-index .page-footer {
    margin-top: 0 !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption .h4 a,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption .h4 a {
    font-size: 30px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list .mageb-full-caption .h4 a {
    font-size: 18px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .poco-home-page-style-3 .products-grid .product-item .product-item-name {
    -webkit-line-clamp: 2;
  }
  .poco-home-page-style-14 .newsletter-in .block.newsletter .detail {
    font-size: 35px;
    line-height: 40px;
  }
  .poco-home-page-style-14 .newsletter-in .block.newsletter .title {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .sticky-product .action.primary {
    font-size: 12px !important;
  }
  .sticky-product .action.primary .st-icon {
    width: 14px;
    height: 14px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    width: 102px;
    height: 173px;
    top: -60px;
  }
  .footer-14:before,
  .cstm_ftr_14:before {
    width: 96px;
    height: 63px;
    left: 45%;
  }
  .wlcm_text_gme h1 {
    font-size: 40px !important;
  }
  .wlcm_text_gme .h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .snd_img img {
    max-width: 80px;
    margin-top: -50px;
  }
  .action.grdt_btn {
    font-size: 16px !important;
  }
  .poco-home-page-style-14 .container-fluid {
    margin: 0 15px;
  }
  .poco-home-page-style-14 .mage-ajaxpro-page:before {
    width: 110px;
    height: 82px;
    top: -30px;
  }
  .poco-home-page-style-14.cms-index-index .productsListing-section:before {
    top: -35px;
    width: 150px;
    height: 63px;
  }
  .poco-home-page-style-14.cms-index-index .productsListing-section:after {
    left: -50px;
    width: 107px;
    height: 87px;
  }
  .stc_pro_cnt_gme .pagebuilder-column {
    text-align: center;
  }
  .stc_pro_cnt_gme .pagebuilder-column:nth-of-type(2n) {
    padding: 20px 0;
  }
  .stc_pro_cnt_gme .btn_sets {
    margin-top: 20px;
  }
  .poco-home-page-style-14 .cnt_sec_gme .section-title .title {
    font-size: 35px !important;
    text-align: center;
  }
  .cnt_sec_gme .pagebuilder-column {
    text-align: center;
  }
  .cnt_sec_gme .pagebuilder-column:last-of-type {
    padding: 30px 0 0;
  }
  .cnt_sec_gme strong,
  .stc_pro_cnt_gme .h4 {
    font-size: 25px;
    margin-top: 10px;
  }
  .cnt_sec_gme .btn_sets,
  .stc_pro_cnt_gme .btn_sets {
    justify-content: center;
  }
  .cnt_sec_gme p,
  .stc_pro_cnt_gme p,
  .wlcm_text_gme p {
    font-size: 18px;
    line-height: 24px;
  }
  .cnt_sec_gme .btn_sets .action:first-of-type {
    margin-right: 20px;
  }
  .cartDetails.modal-popup .box-tocart .field.qty {
    margin: 0 !important;
  }
  .cartDetails .product-info-main .box-tocart .qty-outer,
  .cartDetails .product-options-bottom .box-tocart .qty-outer,
  .cartDetails .product-info-main .box-tocart .field.qty,
  .cartDetails .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 20px !important;
  }
  .cartDetails .modal-inner-wrap .pName {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }
  .cartDetails .product-add-form .box-tocart #product-addtocart-button {
    width: 100% !important;
  }
  .products-grid .product-item {
    margin-bottom: 40px !important;
  }
  .product-info-main .product.info.detailed.vertical .product.data.items > .item.title .switch:after {
    display: block !important;
  }
  .poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
  .poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
  .poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
  .poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
  .poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
  .poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
  .poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
  .poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
    padding: 0 !important;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
  .poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin: 0 10px;
  }
  .poco-home-page-style-13 .mageb-patn-inner {
    margin: 0;
  }
  .mageb-patterns.mageb-pattern35 {
    flex-direction: column;
  }
  .mageb-pattern35 .mageb-pattern-list {
    padding: 0;
  }
  .mageb-pattern35 .mageb-pattern-list:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern35 .mageb-full-caption .button,
  .mageb-pattern35 .mageb-full-caption .sort-text {
    display: block !important;
  }
  .scroll-top a {
    width: 32px;
    height: 32px;
    line-height: 28px;
  }
  .scroll-top svg {
    width: 16px;
    height: 16px;
  }
  .poco-home-page-style-12 .block.related .block-actions {
    margin-bottom: 30px;
  }
  .home-blog-post-style-5 .pst_ttl {
    font-size: 17px;
  }
  .home-blog-post-style-5 .item .post-image {
    margin: 0 0 20px !important;
  }
  .home-blog-post-style-5 .pst_meta {
    margin-bottom: 10px;
  }
  .home-blog-post-style-5 .post-detail,
  .home-blog-post-style-5 .post-date {
    font-size: 14px !important;
  }
  .home-blog-post-style-5 .show-scrollbar {
    padding-bottom: 60px !important;
  }
  .poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-item-details {
    padding: 10px 0;
  }
  .poco-home-page-style-7 .products-grid .hover-style9 .product-item .product-item-details {
    padding: 10px;
  }
  .poco-home-page-style-7 .products-grid .hover-style10 .product-item .product-item-details {
    flex-direction: column;
  }
  .poco-home-page-style-1 .products-grid .hover-style9 .product-item .detail-left {
    flex-direction: column;
    text-align: left;
  }
  .poco-home-page-style-3 .products-grid .hover-style9 .product-item .price-box,
  .poco-home-page-style-4 .products-grid .hover-style9 .product-item .price-box,
  .poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-detail,
  .poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-item-details,
  .poco-home-page-style-9 .products-grid .hover-style9 .product-item .product-item-details {
    text-align: center;
  }
  .products-grid .hover-style9 .product-item .product-detail,
  .products-grid .hover-style9 .product-item .product-item-details {
    text-align: left;
  }
  .products-grid .hover-style9 .product-item .product-detail .swatches-listing {
    margin-top: 10px;
  }
  .poco-home-page-style-7 .products-grid .product-item .prodLabel.top-right {
    top: 0;
    right: 0;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-detail,
  .poco-home-page-style-7 .products-grid .product-item .product-item-details {
    padding-left: 0;
    padding-right: 0;
  }
  .poco-home-page-style-4 .products-grid .product-item .product-name a,
  .poco-home-page-style-4 .products-grid .product-item .product-item-name a {
    font-size: 16px;
  }
  .productsListing-section .show-scrollbar {
    padding-bottom: 60px;
  }
  .poco-home-page-style-1 .products-grid .product-item .swatches-listing .swatch-option,
  .products-grid .product-item .swatches-listing .swatch-option {
    margin: 0 5px;
  }
  .mage-deal-slider.style2 .d-flex {
    flex-direction: column;
  }
  .mage-deal-slider.style2 .f-item {
    max-width: 100%;
    width: 100%;
  }
  .mage-deal-slider.style2 .f-item.dtls {
    padding: 20px 20px 60px;
    text-align: center;
  }
  .mage-deal-slider.style2 .timer-product {
    margin: 10px auto 35px auto;
    display: block !important;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section {
    float: none;
  }
  .mage-deal-slider.style3 .timer-product {
    margin: 10px 0 0;
  }
  .poco-home-page-style-12 .mageb-pattern34 .mageb-effects img {
    height: 260px;
  }
  .poco-home-page-style-12 .store-features.store-feature-style2 {
    padding: 40px 0;
  }
  .poco-home-page-style-12 .store-features.store-feature-style2 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .poco-home-page-style-12 .product-tabs-grid {
    padding-top: 90px !important;
  }
  .poco-themes.page-layout-2columns-left.blog-post-view .page-main .column.main,
  .poco-themes.page-layout-2columns-right.blog-post-view .page-main .column.main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .poco-themes.page-layout-2columns-right.blog-post-view .page-main .sidebar,
  .poco-themes.page-layout-2columns-left.blog-post-view .page-main .sidebar {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .poco-home-page-style-11 .glry_img_widget .icon {
    width: 40px;
    height: 40px;
    line-height: 43px;
  }
  .poco-home-page-style-11 .galleryimage-item .item .icon svg {
    width: 18px;
    height: 18px;
  }
  .catalog-product-view.poco-themes.page-layout-2columns-left .column.main {
    -webkit-order: 0;
    order: 0;
    -ms-order: 0;
  }
  .catalog-product-view.poco-themes.page-layout-2columns-left .sidebar.sidebar-main {
    -webkit-order: 1;
    order: 1;
    -ms-order: 1;
  }
  .poco-home-page-style-11 .sidebar .productsListing-section .section-title {
    align-items: start;
  }
  .productsListing-section .products-list .product-item .pro-hover {
    max-width: 80px;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-item .product-item-info {
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
  }
  .footer-11 .footer-logo.mb-4 {
    margin-bottom: 20px !important;
  }
  .mageTestimonials.style3 .qte_dtls {
    padding: 0 20px;
  }
  .mageTestimonials.style3:after {
    font-size: 90px;
  }
  .mageTestimonials.style3 .swiper-slide {
    max-width: 520px;
  }
  .poco-home-page-style-11 .maagebees-add {
    margin: 0;
  }
  .poco-home-page-style-11 .page-title-wrap .image {
    object-position: 70%;
  }
  .mageb-patn-inner .mageb-pattern34 {
    flex-direction: column;
  }
  .mageb-pattern34 .mageb-pattern-list {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type {
    margin-bottom: 0;
  }
  .mageb-patn-inner .mageb-pattern34 .mageb-full-caption .button,
  .mageb-patn-inner .mageb-pattern34 .mageb-full-caption .sort-text {
    display: inline-block !important;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
    right: 60px;
  }
  .jw-her-him-bnr .pagebuilder-column img {
    max-width: 100% !important;
  }
  .jw-her-him-bnr .pagebuilder-column:nth-of-type(2) {
    margin-top: 30px !important;
  }
  .jw-stc-for-hh-cnt {
    width: 220px;
  }
  .jw-stc-for-hh-cnt .pagebuilder-banner-wrapper {
    min-height: 180px !important;
  }
  .jw-stc-for-hh-cnt h2 {
    font-size: 16px;
    padding-top: 22%;
  }
  .jw-stc-for-hh-cnt h2 strong {
    font-size: 40px;
    line-height: 50px;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-name a,
  .poco-home-page-style-11 .products-grid .product-item .product-item-name a {
    font-size: 16px;
  }
  .poco-home-page-style-11 .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title,
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter .item {
    margin: 0 5px 5px;
  }
  .mage-ajaxpro-page .load-more-text {
    margin-top: 30px;
  }
  .product-tabs-slider .sidebar-shopby,
  .product-tabs-grid .sidebar-shopby {
    margin-bottom: 50px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    padding: 7px 10px;
    font-size: 13px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content ol {
    flex-wrap: wrap;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action {
    margin-bottom: 5px;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-slide._show .modal-inner-wrap,
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .products-list .product-item .product-item-inner.style8 .btn-horizontal .action.secondary,
  .products-list .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview {
    line-height: 32px;
  }
  .products-list .product-item .product-item-inner.style8 .icon-btn .action,
  .products-list .product-item .product-item-inner.style8 .icon-btn .magebees_quickview {
    height: 35px !important;
    width: 35px !important;
  }
  .products-list .product-item .product-item-inner.style8 .action.unavailable,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .action.unavailable {
    line-height: 33px;
  }
  .poco-home-page-style-10 .sidebar .productsListing-section .section-title {
    flex-direction: row;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 {
    padding: 40px 0;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 li {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 li:nth-of-type(1),
  .poco-home-page-style-10 .store-features.store-feature-style2 li:nth-of-type(2) {
    margin-bottom: 15px;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:nth-of-type(2) .mageb-caption.v-bottom .mageb-full-caption {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .page-layout-1column #layered-filter-block .collapsible:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .page-layout-1column #layered-filter-block .collapsible.active:after {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    top: 24px !important;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .quickViewDetails.modal-popup .fotorama__stage__shaft {
    background-color: transparent !important;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .block-collapsible-nav .content {
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.type,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    /* white-space: nowrap; */
    width: 24%;
  }
  .cart.table-wrapper .product-image-container {
    max-width: 100%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar,
  .cart-container .cart.main.actions .action {
    text-align: center;
  }
  .cart.table-wrapper .actions-toolbar > .action,
  .action-gift {
    margin-bottom: 0;
  }
  .poco-home-page-style-9 .swiper-button-next,
  .poco-home-page-style-9 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-container {
    margin: 0 70px;
  }
  .poco-home-page-style-9 .mage-deal-slider .products-grid {
    padding: 60px 0;
  }
  .poco-home-page-style-9 .mage-deal-slider .section-title .details {
    padding: 30px;
  }
  .poco-home-page-style-9 #timer-countbox .countdown-amount {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }
  .poco-home-page-style-9 .mage-deal-slider .content:after {
    font-size: 157px;
  }
  .gift_bnr h3 {
    white-space: normal;
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }
  .gift_bnr a {
    display: inline-block;
  }
  .poco-home-page-style-9 .magetmQuotes {
    font-size: 20px;
    line-height: 31px;
  }
  .poco-home-page-style-9 .mageTestimonials:after {
    font-size: 115px;
  }
  .fotorama__nav--dots .fotorama__nav__frame.fotorama__nav__frame--thumb {
    display: none !important;
  }
  .magebees-onepage-checkout .modal-popup .modal-footer {
    margin: 0 30px;
  }
  .magebees-onepage-checkout .modal-popup .modal-content {
    padding: 30px 30px 20px !important;
  }
  .magebees-onepage-checkout .modal-popup.confirm .modal-footer button {
    margin: 0 4px;
    padding: 8px 20px !important;
  }
  .poco_ctm_cart_popup_in {
    flex-direction: column;
  }
  .poco_ctm_cart_popup .fitem {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .poco_ctm_cart_popup .fitem:last-of-type {
    margin-bottom: 0;
  }
  .poco_ctm_cart_popup .fitem.cart_items {
    display: none;
  }
  .poco-home-page-style-3 .newsletter-in .block.newsletter .detail {
    font-size: 28px;
    line-height: normal;
  }
  .productsListing-section .prodlist > .loading-btn {
    margin-bottom: 40px !important;
  }
  .poco-home-page-style-7 .block.related .block-actions,
  .poco-home-page-style-7 .block-slider .section-title {
    margin-bottom: 10px !important;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-item-details {
    display: flex;
    flex-direction: column;
  }
  .poco-home-page-style-7 .productsListing-section .toolbar.bottom {
    padding-top: 20px;
  }
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-2 .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-3 .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-4 .product-item {
    width: 48% !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-of-type(3n) {
    margin-right: 4% !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-of-type(2n) {
    margin-right: 0% !important;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item b {
    font-size: 16px;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item span {
    font-size: 14px;
    line-height: normal;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item .icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    margin-right: 15px;
  }
  .page-layout-3columns .columns {
    flex-direction: column;
  }
  .page-layout-3columns .column.main {
    max-width: 100%;
    flex: auto;
  }
  .page-layout-3columns .sidebar.sidebar-additional,
  .page-layout-3columns .sidebar,
  .page-layout-3columns .sidebar.sidebar-main {
    max-width: 100%;
    flex: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li h4,
  .poco-home-page-style-7 .store-features.store-feature-style2 li .h4 {
    font-size: 15px;
  }
  .poco-home-page-style-7 .newsletter-section .container {
    flex-direction: column;
  }
  .poco-home-page-style-7 .newsletter-section .section-title {
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-7 .newsletter-section .section-title,
  .poco-home-page-style-7 .newsletter-section .content {
    padding-right: 0;
  }
  .poco-home-page-style-7 .newsletter-section .section-title,
  .poco-home-page-style-7 .newsletter-section .section-title .title {
    font-size: 28px !important;
    text-align: center;
  }
  .poco-home-page-style-6 .products-grid .product-item .price-box .price,
  .poco-home-page-style-6 .products-grid .product-item .p_sku {
    font-size: 15px;
  }
  .page-layout-3columns .products-grid .product-item {
    margin-bottom: 30px !important;
  }
  .products-grid .product-item .p_sku_seprator {
    padding: 0 1px;
  }
  .poco-home-page-style-6 .home-blog-post-style-3 .detail .f_wr {
    padding: 10px 15px;
    top: -61px;
  }
  .poco-home-page-style-6 .home-blog-post-style-3 .meta-item,
  .poco-home-page-style-6 .home-blog-post-style-3 .meta-item a,
  .poco-home-page-style-6 .home-blog-post-style-3 .mb-post-meta .meta-item .label {
    font-size: 13px;
  }
  .poco-home-page-style-6 .home-blog-post .detail h3 {
    font-size: 17px;
  }
  .poco-home-page-style-6 .home-blog-post-style-3 .btn-small.mb-post-readmore {
    font-size: 14px !important;
  }
  .poco-home-page-style-6 .home-blog-post-style-3 .detail {
    padding: 20px 0 0;
  }
  .poco-home-page-style-6 .welcome-content .content_section {
    padding: 20px 0 0;
  }
  .poco-home-page-style-6 .welcome-content h1 {
    margin-bottom: 20px;
  }
  .poco-home-page-style-6 .welcome-content h1 br {
    display: none;
  }
  .poco-home-page-style-6 .welcome-content .content_section ul {
    margin: 0 0 30px;
  }
  .poco-home-page-style-6 .text_bnr_small .pagebuilder-column:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .poco-home-page-style-6 .text_bnr_small .action.secondary {
    font-size: 21px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details h2 {
    font-size: 20px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details p {
    font-size: 14px;
  }
  .poco-home-page-style-1 .newsletter-in .block.newsletter .detail {
    font-size: 28px;
  }
  .poco-home-page-style-5 #popup a.close {
    color: #000;
  }
  .sale_discount_banner .items {
    min-height: inherit;
    padding: 20px;
    background-size: cover;
  }
  .sale_discount_banner .item {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .sale_discount_banner .item.first,
  .sale_discount_banner .item.second {
    max-width: 50%;
    flex: 0 0 50% !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .sale_discount_banner .btn {
    margin-left: 0;
  }
  .sale_discount_banner .items {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sale_discount_banner p {
    margin-right: 0;
    padding-top: 20px;
  }
  .sale_discount_banner .ttl {
    margin-left: 0;
  }
  .sml_2-col_banner .pagebuilder-column:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .sml_2-col_banner .sml_bnr_2col h2 br {
    display: none;
  }
  .poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter {
    color: #2f2f2d;
    background-color: #f6f6f6;
  }
  .poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter strong {
    font-weight: 800 !important;
  }
  .poco-home-page-style-5 .newsletter-section .section-title {
    margin-bottom: 40px !important;
  }
  .poco-home-page-style-5 .home-blog-post .view-more {
    margin-top: 50px;
  }
  .poco-home-page-style-5 .store-features.store-feature-style2 .icon {
    margin-bottom: 20px;
  }
  .poco-home-page-style-5 .store-feature-style2 .store-feature h4,
  .poco-home-page-style-5 .store-feature-style2 .store-feature .h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .poco-home-page-style-5 .store-features.store-feature-style2 li {
    max-width: 100%;
    padding: 0 20px;
  }
  .poco-home-page-style-5 .store-feature-style2 .store-feature p {
    font-size: 16px;
  }
  .poco-home-page-style-5 .store-features.store-feature-style2 li:first-of-type,
  .poco-home-page-style-5 .store-features.store-feature-style2 li:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header {
    margin: 0 10px !important;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 18px !important;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-tabs-active a.tab-title:after {
    margin-top: 10px;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom_banner_col .pagebuilder-column:first-of-type {
    flex-basis: 100% !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
  }
  .custom_banner_col .pagebuilder-column {
    width: 50% !important;
    flex-basis: 50% !important;
    -webkit-flex-basis: 50% !important;
    -ms-flex-basis: 50% !important;
  }
  .poco-themes .finderDropdowns select,
  .poco-themes .finderProducts button {
    height: 80px;
    font-size: 18px !important;
  }
  .ourFindStore .our-store-list {
    max-width: 50%;
    -webkit-flex: 50%;
    flex: 50%;
    -ms-flex: 50%;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title .timer-product {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-justify-content: center;
  }
  .poco-themes:not(.poco-home-page-style-2) .quickViewDetails .quickview-product-name h3 {
    font-size: 20px !important;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li {
    margin-bottom: 20px;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li:nth-of-type(3),
  .poco-home-page-style-4 .store-feature-style2.store-features li:nth-of-type(4) {
    margin-bottom: 0;
  }
  .poco-home-page-style-4 .store-feature-style2 {
    padding: 50px 0 !important;
  }
  .poco-home-page-style-4 .newsletter-section .section-title {
    margin: 0 0 20px !important;
    padding-right: 0;
  }
  .poco-home-page-style-4 .newsletter-section .content {
    width: 100%;
  }
  .poco-home-page-style-4 .newsletter-section .form.subscribe {
    max-width: 100%;
  }
  .poco-home-page-style-4 .newsletter-section .section-title .title {
    text-align: center;
  }
  .poco-home-page-style-4 .store-feature-style2 .store-feature {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .poco-home-page-style-4 .cws-pager li a {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
  .poco-home-page-style-4 .products-grid + .toolbar-products .loading-btn {
    margin-top: 0 !important;
  }
  .mage-deal-slider .view-more {
    margin-top: 40px;
  }
  .productsListing-section .products-list .product-item-name,
  .productsListing-section .products-list .product-item-name a {
    font-size: 15px;
  }
  .productsListing-section .products-list .product-item .price-box .price {
    font-size: 15px !important;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column {
    margin-right: 0;
  }
  .p_list_section .section-title .title {
    margin-bottom: 25px !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section {
    width: 84px;
    padding: 10px 5px;
    margin-right: 15px !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-amount {
    font-size: 22px;
    padding: 4px 0 !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-period {
    font-size: 14px;
  }
  .poco-home-page-style-4 .newsletter-section .container {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .sale_discount_banner .ttl {
    font-size: 30px;
  }
  .sale_discount_banner p {
    font-size: 18px;
  }
  .sale_discount_banner .btn {
    font-size: 18px !important;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption {
    padding: 15px;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 18px !important;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .button {
    font-size: 11px !important;
    padding: 8px 18px;
    display: block;
  }
  .advertisement-block .mageb-pattern31 .mageb-pattern-list {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .advertisement-block .mageb-pattern31 .mageb-pattern-list:last-of-type {
    margin: 0;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
    padding: 5%;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    display: block !important;
    font-size: 13px !important;
    padding: 10px 25px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 26px !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li {
    max-width: 50%;
  }
  .sct_grid {
    margin: 0 -10px;
  }
  .sct_grid .item {
    max-width: 33.333%;
    -webkit-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .sct_grid .ttl {
    line-height: normal;
    margin-bottom: 10px;
  }
  .sct_grid .ct_dtl .d-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
  }
  div[data-content-type="tabs"] .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
    font-size: 18px !important;
    padding: 0 1rem !important;
  }
  .mageTestimonials .swiper-wrapper.pagination-on {
    padding-bottom: 60px;
  }
  .poco-home-page-style-3 .store-features .container {
    max-width: 100%;
  }
  .poco-home-page-style-3 .store-features span {
    font-size: 16px;
  }
  .poco-home-page-style-3 .store-features li {
    padding: 30px 10px;
  }
  .poco-home-page-style-3 .section-title .feather-heart {
    font-size: 21px;
  }
  .poco-home-page-style-3 .magetmQuotes {
    font-size: 24px;
    line-height: 40px;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: 0 !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: 0 !important;
  }
  .contactInfo-static-block {
    padding: 30px 20px;
  }
  .contactInfo-static-block .d-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
  }
  .contactInfo-static-block .col,
  .contactInfo-static-block .col.img-col {
    flex: auto !important;
    -webkit-flex: auto !important;
    -ms-flex: auto !important;
    width: 100%;
  }
  .contactInfo-static-block .col .img {
    position: static;
  }
  .contactInfo-static-block .col .img img {
    display: block;
    margin: 0 auto;
  }
  .contactInfo-static-block .col p {
    margin-top: 20px;
  }
  .contactInfo-static-block .col a {
    font-size: 17px;
  }
  .contactInfo-static-block .col h2 {
    font-size: 33px;
  }
  .store-features.store-feature-style2 p {
    font-size: 16px;
    line-height: 28px;
  }
  .mageb-osc #opcReviewTableWrapper .step-content {
    margin-bottom: 0;
  }
  .mb-blog-toolbar .pages {
    float: none !important;
  }
  .productsListing-section .products-grid .product-item-photo img {
    width: 100%;
  }
  #layered-filter-block.filter div.block-subtitle:before {
    display: none !important;
  }
  #layered-filter-block.filter .filter-current .items,
  #layered-filter-block.filter .filter-current + .block-actions,
  #layered-filter-block.filter .filter-current .items {
    display: block;
  }
  #Onepagecheckout-forgot-popup .actions-toolbar > .primary .action {
    padding: 16px 20px !important;
    margin-right: 0;
    width: 100%;
  }
  .block-collapsible-nav .title {
    background-color: #f7f5f4;
  }
  .page.messages.Top .message > div {
    text-align: left;
  }
  .page.messages.Top .message.error > :first-child:before,
  .page.messages.Top .message.notice > :first-child:before,
  .page.messages.Top .message.success > :first-child:before,
  .page.messages.Top .message.warning > :first-child:before,
  .page.messages.Top .message.warning > :first-child:before {
    top: -3px !important;
    line-height: 23px;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide) {
    width: 48.5%;
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(3n+1) {
    clear: none;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(2n+1) {
    clear: left;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(3n) {
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(2n) {
    margin-right: 0;
  }
  .parallax-section .parallax-product {
    margin: 20px;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item {
    width: 48%;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(3n) {
    margin-right: 3%;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .poco-themes.page-layout-2columns-left .columns,
  .poco-themes.page-layout-2columns-right .columns,
  .poco-themes.catalog-category-view .columns,
  .poco-themes.page-with-filter .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .poco-themes.page-layout-2columns-left .column.main,
  .poco-themes.page-layout-2columns-right .column.main,
  .poco-themes.catalog-category-view .column.main,
  .poco-themes.page-with-filter .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .poco-themes.page-layout-2columns-left .column.main #layered-filter-block-top,
  .poco-themes.page-layout-2columns-right .column.main #layered-filter-block-top,
  .poco-themes.catalog-category-view .column.main #layered-filter-block-top,
  .poco-themes.page-with-filter .column.main #layered-filter-block-top {
    display: none !important;
  }
  .poco-themes.page-layout-2columns-left .column.main #layered-filter-block-top .ddFilter:before,
  .poco-themes.page-layout-2columns-right .column.main #layered-filter-block-top .ddFilter:before,
  .poco-themes.catalog-category-view .column.main #layered-filter-block-top .ddFilter:before,
  .poco-themes.page-with-filter .column.main #layered-filter-block-top .ddFilter:before,
  .poco-themes.page-layout-2columns-left .column.main #layered-filter-block-top .ddFilter:after,
  .poco-themes.page-layout-2columns-right .column.main #layered-filter-block-top .ddFilter:after,
  .poco-themes.catalog-category-view .column.main #layered-filter-block-top .ddFilter:after,
  .poco-themes.page-with-filter .column.main #layered-filter-block-top .ddFilter:after {
    content: '';
    clear: both;
    display: block;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main,
  .poco-themes.page-layout-2columns-right .sidebar-main,
  .poco-themes.catalog-category-view .sidebar-main,
  .poco-themes.page-with-filter .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main,
  .poco-themes.page-layout-2columns-right .sidebar-main,
  .poco-themes.catalog-category-view .sidebar-main,
  .poco-themes.page-with-filter .sidebar-main,
  .poco-themes.page-layout-2columns-left .sidebar-additional,
  .poco-themes.page-layout-2columns-right .sidebar-additional,
  .poco-themes.catalog-category-view .sidebar-additional,
  .poco-themes.page-with-filter .sidebar-additional {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main .block.banner-block,
  .poco-themes.page-layout-2columns-right .sidebar-main .block.banner-block,
  .poco-themes.catalog-category-view .sidebar-main .block.banner-block,
  .poco-themes.page-with-filter .sidebar-main .block.banner-block,
  .poco-themes.page-layout-2columns-left .sidebar-additional .block.banner-block,
  .poco-themes.page-layout-2columns-right .sidebar-additional .block.banner-block,
  .poco-themes.catalog-category-view .sidebar-additional .block.banner-block,
  .poco-themes.page-with-filter .sidebar-additional .block.banner-block {
    text-align: center;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-layout-2columns-right .sidebar-main .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.catalog-category-view .sidebar-main .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-with-filter .sidebar-main .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-layout-2columns-left .sidebar-additional .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-layout-2columns-right .sidebar-additional .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.catalog-category-view .sidebar-additional .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-with-filter .sidebar-additional .widget.block-viewed-products-list .product-item-info .product-item-photo {
    float: left !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter {
    padding: 20px !important;
    color: #737384;
    background-color: #f7f5f4;
    margin-bottom: 40px !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-title {
    text-align: left;
    cursor: pointer;
    padding: 0;
    position: relative;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-title strong {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    display: block;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-title strong:before {
    content: '' !important;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 9px;
    width: 9px;
    transform: rotate(135deg);
    position: absolute;
    right: 0px;
    top: 3px;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter.active .filter-title strong:before {
    transform: rotate(315deg);
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-current,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-current,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-current {
    padding: 20px 0 0 !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-current .filter-subtitle {
    border: 0 !important;
    margin-bottom: 0 !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-current .items {
    display: block !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-current div.block-subtitle:before {
    display: none !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .block-subtitle.filter-subtitle {
    display: none;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter.active .filter-content {
    margin-top: 30px;
    display: block;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-options-title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-options-item {
    margin-bottom: 30px !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-options-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .poco-themes.page-layout-2columns-left .column.main {
    order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
  }
  .poco-themes.page-layout-2columns-left .sidebar {
    order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
  }
  .poco-themes.page-layout-2columns-left .sidebar.sidebar-main {
    order: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
  }
  .poco-themes.page-layout-2columns-left:not(.catalog-category-view) .sidebar.sidebar-additional {
    margin-bottom: 60px;
  }
  .poco-themes.catalog-product-view.page-layout-2columns-right .columns {
    display: block;
  }
  .poco-themes.page-layout-2columns-right:not(.catalog-category-view) .sidebar-additional .block:last-of-type {
    margin-bottom: 40px !important;
  }
  .column.main .toolbar-products ~ .toolbar-products {
    margin: 40px 0;
  }
  .hrl_filter {
    padding: 20px !important;
    background-color: #f7f5f4;
    display: block !important;
    margin-bottom: 40px !important;
  }
  .hrl_filter .filter-title {
    display: block !important;
    text-align: left !important;
    cursor: pointer;
    padding: 0;
  }
  .hrl_filter .filter-title strong:before {
    content: '' !important;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 9px;
    width: 9px;
    transform: rotate(135deg);
    position: absolute;
    right: 3px;
    top: 8px;
  }
  .hrl_filter.filter.active .filter-title strong:before {
    transform: rotate(315deg);
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title {
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid;
    margin-bottom: 0;
  }
  .hrl_filter .filter-options .filter-options-item:last-of-type .filter-options-title {
    border-bottom: 0 !important;
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title:after {
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    top: 13px;
    right: 10px;
  }
  .hrl_filter .filter-options .filter-options-content {
    max-height: inherit;
    padding: 15px;
    margin-bottom: 0;
  }
  .hrl_filter .filter-title strong {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    position: relative;
    text-transform: uppercase;
  }
  .hrl_filter strong.filter-subtitle {
    display: none !important;
  }
  .hrl_filter .filter-options-item {
    float: none;
    width: 100%;
    display: block;
    border: 0 !important;
    margin-bottom: 10px;
  }
  .hrl_filter .filter-options .filter-options-content {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title {
    border-bottom: 0 !important;
  }
  .hrl_filter .filter-content {
    display: none;
    margin-top: 20px;
  }
  .hrl_filter.block.filter.active .filter-content {
    display: block;
  }
  .hrl_filter .filter-options {
    border: 0 !important;
  }
  .hrl_filter .filter-options .filter-options-content {
    padding: 0 !important;
    background-color: transparent;
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible,
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible.active {
    padding: 13px 30px 11px 0 !important;
    font-weight: 600;
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible.active:after,
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible:after {
    top: 20px !important;
    right: 4px !important;
    height: 9px !important;
    width: 9px !important;
    background: none !important;
    transform: rotate(315deg);
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible:after {
    transform: rotate(135deg);
  }
  .hrl_filter .filter-options-item li a {
    padding-left: 0;
  }
  .hrl_filter.block.filter.active .filter-current {
    display: block !important;
  }
  .hrl_filter .filter-subtitle {
    border: 0 !important;
    padding: 15px 0;
  }
  .mb-post-listing .mb-post-gridview .items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mb-post-listing .mb-post-gridview .item {
    max-width: 50%;
    padding: 0 15px;
  }
  .mb-post-listing .mb-post-header .mb-post-meta {
    margin-bottom: 20px !important;
  }
  .mb-post-listing .mb-featured-image {
    margin-bottom: 20px !important;
  }
  .mb-blog-toolbar .toolbar-amount {
    float: none !important;
    margin-bottom: 20px;
  }
  .mb-blog-toolbar .pages {
    float: left;
  }
  .mb-post-listview .mb-post-listview-content {
    padding-left: 40px;
  }
  .mb-post-listview .item .display-flex {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
  .mb-post-listview .mb-post-header .mb-post-meta {
    margin-bottom: 10px !important;
  }
  .mb-postview-footer {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .mb-postview-footer .item-meta {
    margin-bottom: 10px !important;
  }
  .mb-postview-footer .mgblog-post-vote {
    margin-bottom: 10px !important;
  }
  .mb-related-post .item,
  .mb-related-products .products-grid .product-item {
    width: 31.3% !important;
    margin-bottom: 30px !important;
  }
  .mb-related-post .item:last-of-type,
  .mb-related-products .products-grid .product-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .mb-related-post .item:nth-of-type(3n),
  .mb-related-products .products-grid .product-item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .mb-related-post {
    margin-bottom: 20px !important;
  }
  .product-info-main .product.info.detailed .product.data.items > .item.title .switch {
    border-bottom: 0 !important;
  }
  .block.related .action.select {
    margin: 5px auto !important;
  }
  .block.related .block-actions {
    margin-bottom: 60px;
  }
  .catalog-product-nobanner .page-title-wrap {
    padding: 20px 0 30px;
  }
  .newsletter-in .newsletter-img {
    display: none !important;
  }
  .newsletter-in .newsletter-form,
  .newsletter-in .block.newsletter {
    max-width: 100%;
  }
  .account.wishlist-index-index .column.main .products-grid .product-item {
    width: 48% !important;
    margin-right: 4%;
    border-width: 0 !important;
    margin-bottom: 30px !important;
  }
  .account.wishlist-index-index .column.main .products-grid .product-item:nth-child(3n) {
    margin-right: 4%;
  }
  .account.wishlist-index-index .column.main .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .account.wishlist-index-index .actions-toolbar > .primary,
  .account.wishlist-index-index .actions-toolbar > .secondary {
    display: block;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action,
  .account.wishlist-index-index .actions-toolbar > .secondary .action {
    width: 100%;
  }
  .account.wishlist-index-index .column:not(.sidebar-main) form .actions-toolbar,
  .account.wishlist-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    padding: 0;
  }
  .account.wishlist-index-index.account .column.main .toolbar {
    margin-bottom: 20px;
  }
  .account.wishlist-index-index .toolbar.wishlist-toolbar .pager {
    margin: 0;
  }
  .account.wishlist-index-index .toolbar .limiter,
  .account.wishlist-index-index .column.main .pager .toolbar-amount {
    margin: 0;
  }
  .account.wishlist-index-index.account .column.main .pager .toolbar-amount {
    padding-top: 0;
    padding-right: 10px;
  }
  .account.wishlist-index-index .actions-toolbar > .primary,
  .account.wishlist-index-index .actions-toolbar > .secondary {
    display: block;
  }
  .account.wishlist-index-index .actions-toolbar > .secondary {
    float: none;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action {
    width: 100%;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 9px;
    width: 9px;
    transform: rotate(135deg);
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    transform: rotate(315deg);
  }
  .block-collapsible-nav .title {
    padding: 20px;
  }
  .block-collapsible-nav .title::after {
    top: 26px;
    right: 20px;
  }
  .block-collapsible-nav .content {
    padding: 10px 20px 30px 20px !important;
  }
  .account form.form-address-edit .actions-toolbar,
  .account .form.form-edit-account .actions-toolbar {
    margin-left: 0 !important;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-right-color: transparent !important;
    border-bottom-color: #bdbab9 !important;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    left: auto !important;
    top: 8px !important;
  }
  .contact-info-features {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .contact-info-features .flex-1 {
    flex: 1 0 100% !important;
    -webkit-flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-info-features .flex-1:last-child {
    margin-bottom: 0;
  }
  .accordian-content {
    padding: 20px 40px;
  }
  .accordian-content h2 {
    font-size: 24px;
  }
  .title-404 {
    font-size: 150px;
  }
  .title-small-404 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .team-section.style1 .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .team-section.style1 .item:nth-of-type(1n),
  .team-section.style1 .item:nth-of-type(2n) {
    margin-bottom: 30px;
  }
  .team-section.style1 .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .team-section.style1 .team-member-photo {
    margin-bottom: 30px;
  }
  .team-section.style1 .team-member-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .team-section.style1 .team-member-position {
    font-size: 17px;
  }
  .team-section.style1 .social-icons ul li {
    margin: 0 5px;
  }
  .team-section.style1 .item .social-icons {
    padding: 10px 0;
  }
  .sections-spacing.image-height-section {
    padding-bottom: 0 !important;
  }
  .image-height-section:before {
    height: 80%;
  }
  .search-drawer .mbAutoSearch #search_autocomplete_first {
    width: 100%;
  }
  .cart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .cart-container .cart-summary {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
    margin-top: 30px;
  }
  .quickViewDetails .product-add-form {
    padding-bottom: 20px;
  }
  .quickViewDetails.modal-popup .price-box {
    padding-bottom: 0 !important;
  }
  .quickViewDetails.modal-popup._inner-scroll .modal-content {
    padding: 0 30px 30px 30px;
  }
  .quickViewDetails.modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  }
  .quickViewDetails .product.info.detailed {
    padding-left: 0;
    padding-right: 0;
  }
  .quickViewDetails .product-add-form .box-tocart {
    padding: 0;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    margin-bottom: 10px;
  }
  .quickViewDetails .mageb-qv-popup .info-box-detail {
    width: 100%;
    padding-left: 0;
  }
  .quickViewDetails .mageb-qv-popup .info-detail-container {
    width: 100% !important;
  }
  .quickViewDetails .mageb-qv-popup .image-box-detail {
    padding-right: 0;
  }
  .quickViewDetails .block.related .action.select {
    display: inline-block;
  }
  .quickViewDetails.modal-popup .fotorama__stage__frame .fotorama__img {
    width: 100%;
    padding: 3px;
  }
  .quickViewDetails .product-add-form .box-tocart {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    width: 125px;
    padding-right: 20px;
  }
  .quickViewDetails.modal-popup .product-info-main .box-tocart .actions {
    margin-bottom: 0 !important;
  }
  .quickViewDetails .product-add-form {
    padding-bottom: 10px;
  }
  .quickViewDetails.modal-popup .product-options-bottom .price-box .price-container .price,
  .quickViewDetails.modal-popup .product-info-price .price-box .price-container .price {
    font-size: 20px !important;
  }
  .quickViewDetails .product-info-main {
    margin-top: 0 !important;
  }
  .quickViewDetails .product-social-links .product-addto-links {
    padding-bottom: 20px;
    margin: 0 0 35px;
  }
  .quickViewDetails .block.related {
    border-top: 0 !important;
    margin-top: 0 !important;
  }
  .quickViewDetails .product.info.detailed .product.data.items > .item.title .switch {
    padding: 15px 0;
    font-size: 16px;
  }
  .quickViewDetails .product.info.detailed {
    padding-top: 0;
    background-color: transparent;
  }
  .quickViewDetails .product-add-form .box-tocart .field.qty .input-text.qty {
    background-color: transparent;
  }
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.sizeguide,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.sizeguide {
    margin-bottom: 0;
    margin-right: 0;
  }
  .quickViewDetails .product-add-form {
    padding-bottom: 20px !important;
  }
  .quickViewDetails .product-info-main .price-box {
    margin-bottom: 0 !important;
  }
  .fotorama__nav--dots .fotorama__dot {
    margin: 0 !important;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content ol li {
    display: inline-block !important;
  }
  .page-layout-2columns-left .sidebar .block.filter,
  .page-layout-2columns-right .sidebar .block.filter,
  .page-with-filter .sidebar .block.filter {
    padding: 15px !important;
  }
  .page-layout-2columns-left .sidebar .block .block-title.filter-title strong:after,
  .page-layout-2columns-right .sidebar .block .block-title.filter-title strong:after,
  .page-with-filter .sidebar .block .block-title.filter-title strong:after,
  .page-layout-2columns-left .sidebar .mb-block .block-title.filter-title strong:after,
  .page-layout-2columns-right .sidebar .mb-block .block-title.filter-title strong:after,
  .page-with-filter .sidebar .mb-block .block-title.filter-title strong:after {
    display: block;
    background: transparent;
    margin: 0;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content ol li {
    display: inline-block !important;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    text-align: center;
  }
  /* Today Deal Page Listing */
  .page-layout-1column .block.widget .products-grid .product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column .block.widget.mage-deal-slider-sidebar .products-grid .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  .product.info.detailed #reviews #review-form .fieldset > .field {
    clear: both;
  }
  .catalog-category-view .category-view .subcategory-grid .product-item-name a {
    font-size: 14px;
  }
  .catalog-category-view .category-view .subcategory-grid .swiper-button-next,
  .catalog-category-view .category-view .subcategory-grid .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
  .products-list .product-item .product-item-info .product-item-inner.style1 .magebees_quickview,
  .products-list .product-item .product-item-info:hover .product-item-inner.style1 .magebees_quickview,
  .products-list .product-item .product-item-info .product-item-inner.style2 .magebees_quickview,
  .products-list .product-item .product-item-info:hover .product-item-inner.style2 .magebees_quickview,
  .products-list .product-item .product-item-info .product-item-inner.style3 .magebees_quickview,
  .products-list .product-item .product-item-info:hover .product-item-inner.style3 .magebees_quickview,
  .products-list .product-item .product-item-info .product-item-inner.style4 .magebees_quickview,
  .products-list .product-item .product-item-info:hover .product-item-inner.style4 .magebees_quickview {
    position: static;
    margin-top: 0;
  }
  .products-list .product-item .product-item-inner.style1 .btn,
  .products-list .product-item .product-item-inner.style2 .btn,
  .products-list .product-item .product-item-inner.style4 .btn,
  .products-list .product-item .product-item-inner.style1 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style2 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style1 .action.towishlist,
  .products-list .product-item .product-item-inner.style2 .action.towishlist,
  .products-list .product-item .product-item-inner.style4 .action.towishlist,
  .products-list .product-item .product-item-inner.style1 .action.tocompare,
  .products-list .product-item .product-item-inner.style2 .action.tocompare,
  .products-list .product-item .product-item-inner.style4 .action.tocompare,
  .products-list .product-item .product-item-inner.style1 .stock.available,
  .products-list .product-item .product-item-inner.style2 .stock.available,
  .products-list .product-item .product-item-inner.style4 .stock.available,
  .products-list .product-item .product-item-inner.style1 .stock.unavailable,
  .products-list .product-item .product-item-inner.style2 .stock.unavailable,
  .products-list .product-item .product-item-inner.style4 .stock.unavailable,
  .products-list .product-item .product-item-inner.style1 .magebees_quickview,
  .products-list .product-item .product-item-inner.style2 .magebees_quickview,
  .products-list .product-item .product-item-inner.style4 .magebees_quickview {
    width: 100%;
  }
  .products-list .product-item .product-item-inner.style1 .btn:before,
  .products-list .product-item .product-item-inner.style2 .btn:before,
  .products-list .product-item .product-item-inner.style4 .btn:before,
  .products-list .product-item .product-item-inner.style1 .action.tocart.primary:before,
  .products-list .product-item .product-item-inner.style2 .action.tocart.primary:before,
  .products-list .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .products-list .product-item .product-item-inner.style1 .action.towishlist:before,
  .products-list .product-item .product-item-inner.style2 .action.towishlist:before,
  .products-list .product-item .product-item-inner.style4 .action.towishlist:before,
  .products-list .product-item .product-item-inner.style1 .action.tocompare:before,
  .products-list .product-item .product-item-inner.style2 .action.tocompare:before,
  .products-list .product-item .product-item-inner.style4 .action.tocompare:before,
  .products-list .product-item .product-item-inner.style1 .stock.available:before,
  .products-list .product-item .product-item-inner.style2 .stock.available:before,
  .products-list .product-item .product-item-inner.style4 .stock.available:before,
  .products-list .product-item .product-item-inner.style1 .stock.unavailable:before,
  .products-list .product-item .product-item-inner.style2 .stock.unavailable:before,
  .products-list .product-item .product-item-inner.style4 .stock.unavailable:before,
  .products-list .product-item .product-item-inner.style1 .magebees_quickview:before,
  .products-list .product-item .product-item-inner.style2 .magebees_quickview:before,
  .products-list .product-item .product-item-inner.style4 .magebees_quickview:before {
    width: 100%;
  }
  .products-list .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style4 .action.towishlist,
  .products-list .product-item .product-item-inner.style4 .action.tocompare,
  .products-list .product-item .product-item-inner.style4 .stock.available,
  .products-list .product-item .product-item-inner.style4 .stock.unavailable,
  .products-list .product-item .product-item-inner.style4 .magebees_quickview {
    width: 100% !important;
  }
  .products-list .product-item .product-item-inner.style3 .btn,
  .products-list .product-item .product-item-inner.style3 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style3 .action.towishlist,
  .products-list .product-item .product-item-inner.style3 .action.tocompare,
  .products-list .product-item .product-item-inner.style3 .stock.available,
  .products-list .product-item .product-item-inner.style3 .stock.unavailable,
  .products-list .product-item .product-item-inner.style3 .magebees_quickview {
    width: 100%;
  }
  .cms-page-view .column.main img[style="float: left;"],
  .cms-page-view .column.main img[style="float: right;"] {
    margin: 0 auto 20px;
    display: block;
    float: none !important;
    text-align: center;
  }
  .catalog-category-view .category-view .subcategory-grid img {
    width: 100%;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: none;
  }
  .product.info.detailed .product.description img[style="float: left;"] {
    margin: 20px 0;
    float: none !important;
    display: block;
  }
  .product.info.detailed .product.description img[style="float: right;"] {
    margin: 20px 0;
    float: none !important;
    display: block;
  }
  .page-with-filter .sidebar .block.filter,
  .page-layout-2columns-left .sidebar .block.filter {
    margin-bottom: 20px !important;
  }
  .products-list .product-item .product-item-info .magebees_quickview,
  .products-list .product-item .product-item-info:hover .magebees_quickview {
    position: static;
    margin: 0;
  }
  .cart-container .cart.main.actions .action {
    display: block;
    width: 100%;
  }
  .cart-container .cart.main.actions .action.continue {
    margin-bottom: 10px;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 10px;
  }
  .product-info-main .product.attribute.overview {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
  .product-info-main .product-add-form {
    padding-top: 30px !important;
    margin-top: 30px !important;
  }
  .product-social-links .product-addto-links {
    margin: 0 0 30px;
    padding-bottom: 30px;
  }
  .product-add-form .box-tocart .buynow-button {
    padding-left: 10px;
  }
  .product-add-form .box-tocart .actions .action.primary,
  .product-add-form .box-tocart .actions .action.secondary {
    font-size: 16px;
  }
  .block.block-slider {
    order: 3;
    -webkit-order: 3;
    -ms-order: 3;
  }
  .block.block-viewed-products-grid {
    width: 100%;
  }
  #popup.modal-box {
    width: 85%;
  }
  #popup.modal-box footer,
  #popup.modal-box .modal-footer {
    margin: 0;
  }
  .comments-wrapper .fieldset .textarea {
    margin-bottom: 15px !important;
  }
  .comments-wrapper .fieldset .feilds .field,
  .comments-wrapper .fieldset .feilds .field.last {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cartDetails,
  .quickViewDetails {
    margin: 0;
  }
  .cartDetails.modal-popup._inner-scroll .modal-inner-wrap,
  .quickViewDetails.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
  }
  .cartDetails .modal-custom .action-close,
  .quickViewDetails .modal-custom .action-close,
  .cartDetails .action-close,
  .quickViewDetails .action-close,
  .cartDetails .modal-slide .action-close,
  .quickViewDetails .modal-slide .action-close {
    right: 10px;
    top: 10px;
    z-index: 10;
  }
  .cartDetails.modal-popup .box-tocart .field.qty,
  .quickViewDetails.modal-popup .box-tocart .field.qty {
    margin-bottom: 0 !important;
  }
  .cartDetails.modal-popup .product-info-main .box-tocart .actions,
  .quickViewDetails.modal-popup .product-info-main .box-tocart .actions,
  .cartDetails.modal-popup .product-options-bottom .box-tocart .actions,
  .quickViewDetails.modal-popup .product-options-bottom .box-tocart .actions {
    margin: 0 0 15px;
  }
  .product-social-links .product-addto-links .action {
    font-size: 14px;
  }
  .product-tabs-slider .sidebar-shopby .block-content,
  .product-tabs-slider .sidebar-shopby .section-title,
  .brand.brand-slider-style1 .section-title .title-in,
  .brand.brand-slider-style1 .section-title,
  .brand.brand-slider-style1 .section-title .brand-nav-arrow {
    display: block;
    text-align: center;
  }
  .product-tabs-slider .sidebar-shopby .section-title,
  .brand.brand-slider-style1 .section-title .title-in {
    margin-bottom: 15px;
  }
  .hidden-s {
    display: none !important;
  }
  .search-drawer .mbAjaxSearch .mbAutoSearch.right .search-autocomplete {
    left: 0;
  }
  .search-drawer .mbAjaxSearch #search_autocomplete_second {
    width: 100%;
  }
  .ajaxSearch.block-search .label {
    display: none !important;
  }
  .mbAjaxSearch .control,
  .block-search .mbAjaxSearch .label.active + .control {
    display: block !important;
    padding-top: 0 !important;
    margin: 0;
    border-top: 0;
  }
  .mbAjaxSearch div.select-wrapper,
  .mbAjaxSearch .searchField {
    display: table-cell;
  }
  .search-drawer .mbAjaxSearch #search {
    position: static;
  }
  .testimonial-outer {
    background-position: left !important;
  }
  /* Today Deal Product --------------------------------------------- */
  .page-layout-1column .today-deal-timer .product.media {
    width: 100%;
  }
  .page-layout-1column .today-deal-timer .product-info-main {
    width: 100%;
    padding-left: 0;
  }
  .today-deal-timer .deal-timer .countdown-section {
    margin-left: 0 !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-period {
    font-size: 14px;
  }
  /* End Today Deal Product ----------------------------------------- */
  .search-drawer .block.block-search.ajaxSearch,
  .search-drawer .block-search {
    position: inherit;
    margin-right: 0;
    margin-top: 0;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .search-drawer .block-search .mbAjaxSearch #search {
    font-size: 16px;
    padding-right: 35px;
    margin-bottom: 15px;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch input,
  .search-drawer .block-search .mbAjaxSearch input {
    position: static !important;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .control,
  .search-drawer .block-search .mbAjaxSearch .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    display: block !important;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .search-drawer .block-search .mbAjaxSearch .label {
    text-align: center;
    display: none !important;
    cursor: pointer;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .search-drawer .block-search .mbAjaxSearch .label.active + .control {
    display: block !important;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .search-drawer .block-search .mbAjaxSearch .action.search {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    font-weight: normal;
    background-color: inherit;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search span,
  .search-drawer .block-search .mbAjaxSearch .action.search span {
    display: none !important;
  }
  .poco-themes .mbAjaxSearch div.select-wrapper,
  .poco-themes .mbAjaxSearch .searchField {
    display: block;
  }
  .page-layout-1column .product.media .store-feature {
    display: none;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 3 Products Grid Row */
    /* End 3 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item {
    width: 48.3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .swatch-attribute .swatch-option.color,
  .catalogsearch-result-index .column.main .product-items-3.product-items .swatch-attribute .swatch-option.color {
    height: 10px;
    width: 10px;
  }
  /* Products Listing Style ----------------------------------------- */
  .products-grid {
    /* 3 Products Grid Row */
    /* End 3 Products Grid Row */
  }
  .products-grid .product-items-3.product-items .product-item {
    width: 48.3%;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .products-grid .product-items-4.product-items .product-item {
    width: 31.2%;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-right: 0;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .products-grid .product-item .magebees_quickview {
    position: static;
    display: inline-block;
  }
  .products-grid .product-item .swatch-attribute .swatch-option.image {
    width: 25px !important;
    height: 25px !important;
    margin-right: 3px;
  }
  .products-grid .product-item .product-item-info:hover .magebees_quickview {
    position: static;
    display: inline-block;
  }
  .products-list .product-item .actions-secondary .action,
  .block.widget.block-products-list .product-item .actions-secondary .action {
    margin-right: 0;
  }
  .products-list .product-item .product-item-inner ul > li .magebees_quickview,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .magebees_quickview,
  .products-list .product-item .product-item-inner ul > li .action.tocart.primary,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.tocart.primary,
  .products-list .product-item .product-item-inner ul > li .btn,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .btn,
  .products-list .product-item .product-item-inner ul > li .action.towishlist,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.towishlist,
  .products-list .product-item .product-item-inner ul > li .action.tocompare,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.tocompare,
  .products-list .product-item .product-item-inner ul > li .stock.available,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .stock.available,
  .products-list .product-item .product-item-inner ul > li .stock.unavailable,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .stock.unavailable {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .products-list .product-item .product-item-inner ul > li .magebees_quickview:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .magebees_quickview:before,
  .products-list .product-item .product-item-inner ul > li .action.tocart.primary:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.tocart.primary:before,
  .products-list .product-item .product-item-inner ul > li .btn:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .btn:before,
  .products-list .product-item .product-item-inner ul > li .action.towishlist:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.towishlist:before,
  .products-list .product-item .product-item-inner ul > li .action.tocompare:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.tocompare:before,
  .products-list .product-item .product-item-inner ul > li .stock.available:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .stock.available:before,
  .products-list .product-item .product-item-inner ul > li .stock.unavailable:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .stock.unavailable:before {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
    width: 48.5%;
    margin-right: 2.564102564102564%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 2.564102564102564%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(1n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(1n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: 31.1%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  .column.main .toolbar-products .modes {
    vertical-align: middle;
  }
  .column.main .toolbar-products .modes .modes-mode {
    padding: 0;
    float: left;
    width: 32px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
  }
  .column.main #layered-filter-block-top {
    display: block;
    margin: 10px 0 20px !important;
  }
  .column.main #layered-filter-block-top .filter-options-item {
    padding-bottom: 0;
  }
  .column.main #layered-filter-block-top .filter-options .filter-options-title {
    margin-bottom: 1px;
    padding: 10px 30px 10px 10px;
  }
  /* End Products Listing Style ------------------------------------- */
  /* Product Detail page ------------------------------------------- */
  .table-wrapper.grouped .product-item-name {
    margin: 0;
  }
  .table-wrapper.grouped .price-box {
    margin-bottom: 0;
  }
  .product-options-bottom,
  .product-info-main {
    margin-top: 10px;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section,
  .product-info-main #timer-countbox.timer-countbox .countdown-section {
    min-width: inherit;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section .countdown-amount,
  .product-info-main #timer-countbox.timer-countbox .countdown-section .countdown-amount {
    font-size: 20px;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section .countdown-period,
  .product-info-main #timer-countbox.timer-countbox .countdown-section .countdown-period {
    font-size: 14px;
  }
  .product-options-bottom .product-add-form .box-tocart .field.qty .fieldset > .field,
  .product-info-main .product-add-form .box-tocart .field.qty .fieldset > .field {
    margin-bottom: 0 !important;
  }
  .product-options-bottom .fieldset > .field,
  .product-info-main .fieldset > .field {
    margin-bottom: 0 !important;
  }
  .product-options-bottom .actions,
  .product-info-main .actions {
    display: inline-block;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 30px;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 10px !important;
  }
  .fotorama__nav--dots .fotorama__dot {
    top: 0;
  }
  .product.info.detailed {
    padding: 20px 0 60px;
  }
  .product.info.detailed .product.data.items > .item.title {
    text-align: left;
    border-bottom: solid 1px #e9e9e9;
    margin: 0;
    display: block;
  }
  .product.info.detailed .product.data.items > .item.title:last-of-type {
    border-bottom: 0 !important;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    line-height: normal;
    padding: 15px 0;
    position: relative;
    height: auto;
    margin: 0;
  }
  .product.info.detailed .product.data.items > .item.title .switch:after {
    content: "\002B" !important;
    display: block !important;
    text-align: center;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 12px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .product.info.detailed .product.data.items > .item.title.active .switch:after {
    content: "\2212" !important;
    top: 10px;
  }
  .product.info.detailed .product.data.items > .item.content {
    margin-top: 0;
    padding: 20px 0;
    border: 0 !important;
    margin: 0 !important;
  }
  .product.info.detailed .product.data.items > .item.content .product.description {
    margin-bottom: 0;
  }
  .product.info.detailed.vertical {
    padding-top: 60px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title .switch:after,
  .product.info.detailed.vertical .product.data.items > .item.title.active .switch:after {
    top: 4px;
    right: 3px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    margin: 0 0 10px;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    padding: 20px 0 !important;
  }
  .product.info.detailed #reviews .block.review-add {
    width: 100%;
  }
  .product.info.detailed #reviews .review-form {
    max-width: 100%;
  }
  .product.info.detailed #reviews .actions-toolbar .action.primary {
    width: auto;
    text-align: left !important;
  }
  .product.info.detailed #reviews #product-review-container {
    width: 100%;
    margin-right: 0;
  }
  .product-options-wrapper .fieldset > .field {
    margin-bottom: 10px !important;
  }
  .product-options-bottom,
  .product-info-main {
    margin: 0 !important;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media,
  .page-layout-2columns-right.catalog-product-view .product.media,
  .page-layout-2columns-left.catalog-product-view .product.media,
  .page-layout-2columns-right.catalog-product-view .product-info-main,
  .page-layout-2columns-left.catalog-product-view .product-info-main {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-layout-2columns-right .product.info.detailed .product.data.items > .item.title .switch,
  .page-layout-2columns-left .product.info.detailed .product.data.items > .item.title .switch {
    margin: 0 !important;
  }
  .page-layout-2columns-right .product.info.detailed.vertical .product.data.items .pl-7,
  .page-layout-2columns-left .product.info.detailed.vertical .product.data.items .pl-7 {
    padding-left: 0 !important;
  }
  .page-layout-2columns-right .product.info.detailed.vertical .product.data.items > .item.title .switch,
  .page-layout-2columns-left .product.info.detailed.vertical .product.data.items > .item.title .switch {
    font-size: 15px;
  }
  .columns .sidebar-main,
  .columns .sidebar-additional {
    -webkit-flex-basis: inherit !important;
    flex-basis: inherit !important;
  }
  .columns .sidebar-main .block,
  .columns .sidebar-additional .block,
  .columns .sidebar-main .cwsMostviewed,
  .columns .sidebar-additional .cwsMostviewed {
    width: 100%;
    max-width: 100%;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 15px !important;
  }
  .product-info-main .timer-product .countdown-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    max-width: inherit;
    text-align: left;
  }
  .product.info.detailed.vertical .product.data.items > .item.title .switch {
    padding: 10px;
  }
  .product.info.detailed.vertical .product.data.items .item.content {
    width: 100% !important;
    position: static;
    padding: 10px 0 20px 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title.active .switch::before {
    top: 10px;
  }
  .page-product-bundle .product-options-bottom,
  .page-product-bundle .product-info-main {
    margin-top: 0;
  }
  .bundle-options-container .bundle-options-wrapper {
    width: 100% !important;
  }
  .bundle-options-container .fieldset {
    margin-bottom: 15px;
  }
  .vertical-thumb-slider .fotorama__stage {
    margin-left: 0;
  }
  /* End Product Detail Page ---------------------------------------- */
  .cart.main.actions .action {
    margin-bottom: 10px;
    display: block;
  }
  /* ------------------------------------------------------------
   		Cart Page Common  -----------------------------------------
	   ------------------------------------------------------------ */
  .cart-container .cart.table-wrapper .cart.items.data.table th {
    padding-bottom: 20px !important;
    font-size: 16px !important;
  }
  .cart-container .cart.table-wrapper .product-item-photo {
    max-width: 85px;
  }
  .cart-container .cart-summary {
    width: 100%;
    top: 0 !important;
    margin-left: 0;
  }
  .cart-container .product-item-details {
    display: block;
    padding-left: 70px;
  }
  .cart-container .item-options dt,
  .cart-container .block-giftregistry-shared-items .product .item-options dt,
  .cart-container .multicheckout .item-options dt {
    clear: none !important;
  }
  .cart-container .item-options dd,
  .cart-container .block-giftregistry-shared-items .product .item-options dd,
  .cart-container .multicheckout .item-options dd {
    margin-right: 10px !important;
  }
  .cart-container .cart.items.data.table thead tr th.col.item {
    text-align: center;
  }
  .cart-container .cart.items.data.table tbody tr td {
    border: 0;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: inline-block;
  }
  .cart.table-wrapper .col.qty[data-th]::before,
  .cart.table-wrapper .col.price[data-th]::before,
  .cart.table-wrapper .col.subtotal[data-th]::before,
  .cart.table-wrapper .col.msrp[data-th]::before {
    font-weight: 500;
  }
  .cart.table-wrapper .cart.items.data.table td {
    padding: 30px 0 !important;
  }
  .cart.table-wrapper .col.qty .field.qty .input-text.qty {
    height: 51px !important;
  }
  .cart.table-wrapper .col.qty .field.qty .quantity-controls {
    height: 26px;
    line-height: 30px;
  }
  .cart.table-wrapper .cart.items.data.table tr.item-actions td {
    padding: 10px 0 15px !important;
  }
  .cart-container .product-item-details {
    padding-left: 110px !important;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    padding-bottom: 5px;
  }
  .cart.items.data.table {
    margin-bottom: 10px;
  }
  .cart.items.data.table {
    border: 0 !important;
  }
  .checkout-cart-index .abs-shopping-cart-items-desktop,
  .checkout-cart-index .block-cart-failed,
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .cart-gift-item {
    width: 100%;
  }
  /* ------------------------------------------------------------
   		End Cart Page Common  -------------------------------------
	   ------------------------------------------------------------ */
  .quickViewDetails .mageb-qv-popup .info-detail-container,
  .quickViewDetails .mageb-qv-popup .image-box-detail {
    width: 100%;
    margin-right: 0;
  }
  .quickViewDetails.modal-popup .product-info-main .product.attribute.overview {
    display: none;
  }
  .quickViewDetails.modal-popup .fotorama__stage__shaft {
    background-color: #fff;
  }
  .quickViewDetails.modal-popup .fotorama__stage {
    margin-bottom: 10px;
  }
  .sidebar .block-reorder .actions-toolbar:before,
  .sidebar .block-reorder .actions-toolbar:after {
    content: "";
    clear: both;
    display: block;
  }
  /* My Account --------------------- */
  .account.wishlist-index-index .products-grid .product-item-name,
  .account.wishlist-index-index .products-grid .product-item-description,
  .account.wishlist-index-index .products-grid .product-item .price-box,
  .account.wishlist-index-index .products-grid .product-item-tooltip {
    margin-left: 0;
  }
  .account.wishlist-index-index .products-grid .product-item-photo {
    float: none;
  }
  .account.wishlist-index-index .products-grid .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .account.wishlist-index-index .products-grid .product-item .fieldset .field.qty .label {
    display: none;
  }
  .account.wishlist-index-index .products-grid .product-item .box-tocart {
    float: none;
    margin-right: 0;
  }
  .account.wishlist-index-index .products-grid .product-image-container {
    max-width: 100%;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    display: inline-block;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
  }
  .actions-toolbar > .secondary {
    float: right;
  }
  .account form.form-address-edit .actions-toolbar .primary,
  .account .form.form-edit-account .actions-toolbar .primary {
    margin-left: 0;
  }
  .account .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-title-wrapper .page-title,
  .sales-guest-view .page-title-wrapper .page-title {
    margin-right: 0;
  }
  /* End My Account --------------------- */
  /* Blog Section ----------------------- */
  .post-list-wrapper .pager .pages {
    float: none;
  }
  .comments-wrapper .actions-toolbar {
    margin-bottom: 10px;
  }
  .comments-wrapper .actions-toolbar .primary {
    margin-left: 0 !important;
  }
  .comments-wrapper .fieldset {
    margin-bottom: 0 !important;
  }
  /* End Blog Section ------------------- */
  .fieldset > .field {
    margin-bottom: 10px !important;
  }
  blockquote h2 {
    font-size: 2rem;
  }
  blockquote code {
    display: none;
  }
  .contact-index-index .contact-form-page {
    width: 100%;
    padding: 20px;
  }
  .contact-form-page,
  .contact-info-left {
    width: 100%;
    padding-right: 0;
  }
  .login-container .block .block-content {
    min-height: inherit;
  }
  .login-container .block .actions-toolbar .secondary {
    float: none;
    clear: none;
    margin-top: 0;
    padding-left: 10px;
  }
  .login-container .block .actions-toolbar .secondary .action {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 10px !important;
    display: block;
  }
  .login-container .block .fieldset > .field > .control {
    width: 100%;
  }
  .sticky-product .sticky-detail,
  .sticky-product .sticky-price {
    padding-left: 0;
  }
  .sticky-product .sticky-detail {
    padding-right: 0;
  }
  .cart.table-wrapper {
    clear: both;
  }
  .magebees-payment-option-content .payment-option-content:before,
  .magebees-payment-option-content .payment-option-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .column.main .toolbar-products {
    clear: both;
  }
  .widget.mage-products .block-title strong {
    margin-top: 0;
    display: inline-block;
  }
  .widget.mage-products .block-title strong {
    display: block;
  }
  .mage-products.mage-deal-slider .timer-product {
    float: none;
    display: inline-block !important;
  }
  .mageb-patn-inner .mageb-caption.v-middle .mageb-full-caption {
    margin-top: 0;
  }
  .mageb-patn-inner .mageb-full-caption h4 {
    font-size: 15px !important;
  }
  .mageb-patn-inner .mageb-full-caption .button,
  .mageb-patn-inner .mageb-full-caption .sort-text {
    display: none;
  }
  /* Ajax add to cart Popup */
  .cartDetails.modal-popup .modal-header,
  .cartDetails.modal-popup .modal-content,
  .cartDetails.modal-popup .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cartDetails .pImageBox {
    width: 100% !important;
  }
  .cartDetails .pName,
  .cartDetails .product-add-form {
    width: 100% !important;
  }
  .cartDetails .cartBox .pname {
    padding-right: 20px;
  }
  .cartDetails .action {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .cartDetails .block.upsell,
  .cartDetails .block.related,
  .cartDetails .block.crosssell {
    display: none;
  }
  .cartDetails .product-info-main .box-tocart .actions .action.primary,
  .cartDetails .product-options-bottom .box-tocart .actions .action.primary {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .cartDetails .product-info-main .box-tocart .input-text.qty,
  .cartDetails .product-options-bottom .box-tocart .input-text.qty {
    width: 80px;
    padding: 0 10px;
    text-align: left;
    margin-left: 0;
  }
  .cartDetails .product-add-form .box-tocart .field.qty .control-qty,
  .cartDetails .product-add-form .update .field.qty .control-qty {
    right: 9px;
  }
  .cartDetails .fieldset .qty-holder .control {
    margin-right: 0;
  }
  .cartDetails .fieldset .qty .label {
    display: none;
  }
  .cartDetails .product-info-main label,
  .cartDetails .product-options-bottom label,
  .cartDetails .product-info-main .swatch-attribute-label,
  .cartDetails .product-options-bottom .swatch-attribute-label {
    font-size: 12px;
  }
  .cartDetails .product-info-main .box-tocart .field.qty,
  .cartDetails .product-options-bottom .box-tocart .field.qty {
    padding-right: 10px;
  }
  .cartDetails .product-add-form .box-tocart,
  .cartDetails .product-add-form .update {
    padding: 10px 0;
    margin: 10px 0;
  }
  /* End Ajax add to cart Popup */
  .aboutus-page .grid-services .item {
    width: 100%;
  }
  .aboutus-page .grid-services .item:nth-child(2n+1) {
    clear: none;
  }
  .account.wishlist-index-index .products-grid .product-item .product-item-actions {
    float: none;
  }
  .products-list .product-item,
  .block.widget.block-products-list .product-item {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .products-list .product-item .product-item-details,
  .block.widget.block-products-list .product-item .product-item-details {
    padding-left: 30px;
  }
  .prev-next-products {
    display: none !important;
  }
  .products-list .product-item .product-item-inner.style3 .icon-btn .action,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .action,
  .products-list .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
  .products-list .product-item .product-item-inner.style5 .icon-btn .action,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn .action,
  .products-list .product-item .product-item-inner.style5 .icon-btn .magebees_quickview,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn .magebees_quickview,
  .products-list .product-item .product-item-inner.style6 .icon-btn .action,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn .action,
  .products-list .product-item .product-item-inner.style6 .icon-btn .magebees_quickview,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn .magebees_quickview {
    width: 35px !important;
    height: 35px !important;
    line-height: 33px !important;
  }
  .block .box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .footer-14:before,
  .cstm_ftr_14:before {
    width: 66px;
    height: 43px;
    left: 40%;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe input[type=email] {
    padding: 10px 50px 10px 25px;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe .action {
    padding: 0 20px !important;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-14 .newsletter-section .section-title .sort-detail {
    font-size: 18px;
  }
  .poco-home-page-style-14 .mage-ajaxpro-page:before {
    width: 90px;
    height: 72px;
    top: -26px;
  }
  .poco-home-page-style-13 .newsletter-in .block.newsletter .detail {
    font-size: 34px;
    line-height: 40px;
  }
  .poco-home-page-style-13 .newsletter-in .block.newsletter .title {
    font-size: 16px !important;
    line-height: 26px !important;
    margin: 0 0 20px;
  }
  .newsletter-in .social-icons {
    margin-top: 10px;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section .countdown-period,
  .product-info-main #timer-countbox.timer-countbox .countdown-section .countdown-period {
    font-size: 12px;
  }
  .products-grid .product-item {
    margin-bottom: 30px !important;
  }
  .home-blog-post-style-4 .flx_pst .pst_meta .d_fl {
    flex-direction: column;
  }
  .home-blog-post-style-4 .flx_pst .meta-item {
    padding: 0 0 5px;
  }
  .home-blog-post-style-4 .pst_meta {
    width: 100%;
  }
  .poco-home-page-style-4 .mage-deal-slider .section-title {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
  }
  .poco-home-page-style-4 .mage-deal-slider .section-title .title {
    margin-bottom: 20px;
  }
  .home-blog-post-style-2 .post-date {
    font-size: 13px;
    padding: 5px 10px;
    left: 10px;
    line-height: normal;
  }
  .home-blog-post-style-2 .post-date span {
    font-size: 18px;
  }
  .poco-home-page-style-13 .welcome-content .left .section-title .sort-detail {
    font-size: 17px;
  }
  .poco-home-page-style-13 .welcome-content .section-title .title {
    font-size: 40px !important;
  }
  .poco-home-page-style-13 .welcome-content .content_section {
    padding: 10px;
  }
  .poco-home-page-style-13 .welcome-content .content_section .read-more-btn .button {
    padding: 10px 15px !important;
  }
  .poco-home-page-style-13 .marquee-section .marquee-info p {
    font-size: 14px;
  }
  .poco-home-page-style-13 .marquee-section .marquee-item {
    padding: 0 15px;
  }
  .section-title.style1 {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .section-title.style1 .ttl_sec,
  .section-title.style1 .sort-detail,
  .section-title.style1 p.sort-detail {
    text-align: center;
  }
  .section-title.style1 .ttl_sec {
    margin-bottom: 15px;
  }
  .mage-deal-slider.style2 .timer-product {
    margin: 0 auto 25px auto;
  }
  .mage-deal-slider.style2 .ttl {
    font-size: 40px;
    line-height: 50px;
  }
  .mage-deal-slider.style2 .f-item.dtls {
    padding: 0 10px 60px;
  }
  .mage-deal-slider.style2 .deal_dtls {
    font-size: 17px;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section {
    width: 90px;
    margin-right: 10px !important;
    padding: 12px 0;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section .countdown-amount {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section .countdown-period {
    font-size: 14px;
  }
  .mb-post-viewpage .mb-post-content {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .table-wrapper {
    margin-bottom: 0;
  }
  .product.info.detailed .product.data.items .data.table.additional-attributes th.label,
  .product.info.detailed .product.data.items .data.table.additional-attributes td.data {
    width: 100%;
  }
  .poco-home-page-style-11 .column.main .toolbar-products ~ .toolbar-products {
    margin: 0;
  }
  .mageTestimonials.style3 {
    padding-bottom: 60px !important;
  }
  .mageTestimonials.style3 .swiper-slide {
    max-width: 100%;
    width: inherit !important;
  }
  .mageTestimonials.style3:after {
    font-size: 65px;
    bottom: 0px;
    letter-spacing: -3px;
  }
  .jw-her-him-bnr .pagebuilder-column img {
    max-width: 80% !important;
  }
  .jw-her-him-bnr .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary {
    font-size: 13px;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .action,
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin: 0 4px 10px;
    display: inherit;
  }
  .product-tabs-slider .sidebar-shopby,
  .product-tabs-grid .sidebar-shopby {
    margin-bottom: 40px;
  }
  .poco-home-page-style-8 .prodlist .swiper-button-next,
  .poco-home-page-style-8 .prodlist .swiper-button-prev {
    margin-top: -50px;
  }
  .mageb-patterns.mageb-pattern33 {
    flex-direction: column;
    margin: 0 !important;
  }
  .mageb-patterns.mageb-pattern33 li {
    padding: 0;
    margin-bottom: 20px;
  }
  .mageb-patterns.mageb-pattern33 li:last-of-type {
    margin-bottom: 0;
  }
  .mageb-patterns.mageb-pattern33 .mageb-full-caption .sort-text,
  .mageb-patterns.mageb-pattern33 .mageb-full-caption .button {
    display: block;
  }
  .mageb-patterns.mageb-pattern33 .mageb-full-caption .sort-text {
    font-size: 15px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button .st-icon,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button .st-icon {
    width: 18px;
    height: 18px;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button {
    width: 40px;
    height: 40px;
    line-height: 33px;
  }
  .poco-home-page-style-9 .products-grid .product-item .price-box {
    margin: 0;
  }
  .poco-home-page-style-9 .product-item .price-box .price,
  .poco-home-page-style-9 .products-grid .product-item,
  .poco-home-page-style-9 .products-grid .product-item .product-name a,
  .poco-home-page-style-9 .products-grid .product-item .product-item-name a {
    font-size: 15px;
  }
  .poco-home-page-style-9 .mage-deal-slider .content:after {
    font-size: 127px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .poco-home-page-style-9 .glry_img_widget .sort-details {
    margin-top: 50px;
  }
  .poco_ctm_cart_popup {
    padding: 20px;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 li {
    max-width: 50%;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 li:first-of-type {
    margin-bottom: 20px;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column-group {
    flex-direction: column;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:first-of-type {
    padding-right: 0;
    order: 1;
    width: 100% !important;
    flex: 0 0 auto;
    align-self: center;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:last-of-type {
    padding-left: 0;
    order: 2;
    width: 100% !important;
    flex: 0 0 auto;
    align-self: center;
  }
  .poco-home-page-style-8 .home-blog-post-style-1 .item .post-image img {
    width: auto;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column {
    width: 100% !important;
  }
  .poco-home-page-style-8 .home-blog-post-style-1 .item .post-date {
    font-size: 14px;
    padding: 10px 20px;
  }
  .poco-home-page-style-8 .home-blog-post .detail {
    margin-top: -40px;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li {
    margin-bottom: 20px;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li:nth-of-type(3) {
    margin-bottom: 0;
  }
  .poco-home-page-style-7 .mageTestimonials .swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .poco-home-page-style-7 .magetmQuotes {
    line-height: 30px;
    font-size: 17px;
    padding: 0 40px !important;
  }
  .poco-home-page-style-6 .products-grid .product-item .p_sku,
  .poco-home-page-style-6 .products-grid .product-item .price-box {
    margin: 0;
  }
  .poco-home-page-style-6 .products-grid .product-item .price-box .price,
  .poco-home-page-style-6 .products-grid .product-item .p_sku {
    line-height: 1;
  }
  .poco-home-page-style-6 .products-grid .product-item .p_sku {
    padding-bottom: 0;
  }
  .sales-guest-form .form-orders-search {
    padding: 30px;
  }
  .poco-home-page-style-4 .productsListing-section .products-grid .product-item .product-item-photo .product-image-container {
    width: auto !important;
  }
  .poco-home-page-style-4 .productsListing-section .products-grid .product-item .product-image-wrapper {
    padding-bottom: 81.6% !important;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 16px !important;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-tabs-active a.tab-title:after {
    margin-top: 5px;
  }
  .poco-themes .finderDropdowns li {
    width: 100% !important;
  }
  .poco-themes .finderDropdowns select {
    padding: 0 20px;
    background-position: 97% center !important;
  }
  .poco-themes .finderDropdowns select,
  .poco-themes .finderProducts button {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
  .poco-themes .finderProducts button {
    padding: 0 !important;
  }
  .poco-themes .finderform .chosen-container-single .chosen-single {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding: 0 50px 0 20px;
  }
  .poco-themes .finderform .chosen-container-single .chosen-single div b {
    background-position: 0 100% !important;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section {
    width: 90px;
    margin-right: 2px !important;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section .countdown-period {
    font-size: 12px;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 #timer-countbox .countdown-section .countdown-amount {
    font-size: 24px;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 #timer-countbox .countdown-section {
    padding: 10px 0;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li:last-of-type {
    margin-bottom: 20px;
  }
  .sale_discount_banner .ttl {
    font-size: 25px;
  }
  .poco-home-page-style-3 .store-features span {
    font-size: 14px;
  }
  .poco-home-page-style-3 .store-features i {
    display: block;
    margin-top: 0;
    margin: 0 0 5px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
    padding: 20px 30px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 20px !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
    line-height: 1.1;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    font-size: 12px !important;
    padding: 8px 20px;
  }
  .mageb-osc .opc-wrapper .form-shipping-address {
    padding: 10px 0 !important;
  }
  .product-add-form .box-tocart .field.qty .field-error,
  .product-add-form .update .field.qty .field-error,
  .product-add-form .box-tocart .field.qty div.mage-error,
  .product-add-form .update .field.qty div.mage-error {
    margin-top: 2px;
  }
  #ourStores .swiper-wrapper {
    padding-bottom: 60px;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
    font-size: 14px;
    padding: 0 10px !important;
  }
  .column.main .toolbar-products ~ .toolbar-products {
    margin: 30px 0;
  }
  .column.main .pages .item a.page,
  .column.main .pages .item .action,
  .column.main .pages .item strong.page {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .column.main .toolbar-products ~ .toolbar-products,
  .column.main .toolbar-products ~ .toolbar-products .toolbar-amount,
  .column.main .toolbar-products ~ .toolbar-products .limiter,
  .column.main .toolbar-products ~ .toolbar-products .modes,
  .products.wrapper ~ .toolbar-products .pages {
    display: block;
  }
  .products.wrapper ~ .toolbar-products .field.limiter {
    margin-top: 20px;
    display: none !important;
  }
  .mb-post-gridview .item {
    border-bottom: 0 !important;
  }
  .mb-post-listing .mb-post-header .mb-post-meta {
    font-size: 14px !important;
  }
  .mb-post-listing .mb-post-title {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .mb-post-listing .mb-post-text {
    font-size: 16px !important;
    line-height: 26px;
  }
  .mb-post-listing .mb-read-btn {
    margin-top: 20px !important;
  }
  .mb-post-listing .mb-post-meta .item-meta {
    display: inline-block !important;
  }
  .home-blog-post-style-2 .detail {
    padding: 20px 0 0;
  }
  .product-social-links .product-info-stock-sku {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .product-info-main .product.attribute.sku {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]::before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]::before {
    font-weight: 600;
  }
  .contact-info .flex-1 {
    flex: 1 0 100% !important;
    -webkit-flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
    padding: 0 10px;
  }
  .poco-home-page-style-2 .products-offer-block ul {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .poco-home-page-style-2 .products-offer-block ul li {
    width: 100%;
  }
  .poco-home-page-style-2 .products-offer-block ul li .item {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .poco-home-page-style-2 .products-offer-block ul li:last-of-type .item {
    border-bottom: 0;
  }
  .mageb-checkout-title h1 {
    font-size: 2.4rem;
  }
  .mageb-osc .magebees-checkout-payment-method .payment-method .payment-method-title {
    margin: 10px 0;
  }
  .home-blog-post .post-image,
  .home-blog-post-style-2 .post-image {
    margin-bottom: 0;
  }
  .mageTestList .items .magetmQuotes {
    padding: 15px;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientPic {
    text-align: left;
    margin-right: 15px;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .magetmQuotes::after {
    display: block;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    flex: 50px;
    -webkit-flex: 50px;
    -ms-flex: 50px;
  }
  .mageTmClient .clientPic {
    display: inline-block;
  }
  .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .testimonial-outer .magetmQuotes {
    padding: 20px 20px 20px 50px;
  }
  .testimonial-outer .magetmQuotes:before {
    font-size: 20px;
    top: 15px;
    left: 15px;
  }
  .testimonial-outer .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: inline-block;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientPic {
    text-align: left;
    margin-right: 15px;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    text-align: center;
  }
  .poco-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
  .poco-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li .info h5 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .quickViewDetails.modal-popup._inner-scroll .modal-content {
    padding-right: 30px !important;
  }
  .quickViewDetails .block .product-item-photo img {
    max-width: 100%;
    width: 100% !important;
  }
  .quickViewDetails .product-add-form .box-tocart .field.qty {
    margin-top: 0 !important;
  }
  .page-product-downloadable .product.media .gallery-list .item-image {
    width: 100%;
  }
  .column.main .mageTestitoolbar .toolbar-amount,
  .column.main .mageTestitoolbar .limiter {
    display: none;
  }
  .testimonial-outer .magetmQuotes:after {
    display: block;
  }
  .home-blog-post-style-2.home-blog-post .detail {
    padding: 20px 0 0;
  }
  .mbAutoSearch #mageb-search-auto-inner {
    display: block;
  }
  .mbAutoSearch #search_autocomplete_first {
    order: inherit;
  }
  .mbAutoSearch #mageb-search-auto-inner,
  .mbAjaxSearch .mbAutoSearch .search-autocomplete {
    max-height: 300px;
    overflow-y: scroll;
  }
  .block-minicart .block-content > .actions > .primary {
    margin-left: 0;
    margin-right: 0;
  }
  /* Products Listing Style -------------------------------------- */
  .products-grid .product-item .swatch-attribute .swatch-option {
    min-width: 10px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    line-height: 17px !important;
  }
  .products-grid .product-item .swatch-attribute .swatch-option.text {
    line-height: 17px !important;
    min-width: 8px;
    height: 20px;
    width: 20px;
    font-size: 10px;
  }
  .products-grid .product-item .learn-more {
    margin-bottom: 0;
  }
  .products-grid .product-item .learn-more .secondary {
    font-size: 13px;
    padding: 5px 10px;
  }
  .products-grid .product-item .product-item-photo .product-image-container {
    width: 100% !important;
  }
  .products-grid .product-item .product-item-photo img {
    width: auto;
  }
  .products-grid .product-item .product-item-name a {
    font-size: 14px;
  }
  .products-grid .product-item .price-box {
    margin: 5px 0;
  }
  .products-grid .product-items-4.product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0%;
  }
  .products-grid .product-items-4.product-items .product-item .product-item-info {
    width: 100%;
  }
  /* Today Deal Product --------------------------------------------- */
  .today-deal-timer .deal-timer .countdown-section {
    margin: 0 !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-amount {
    font-size: 18px !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-period {
    font-size: 14px !important;
  }
  /* End Today Deal Product ----------------------------------------- */
  /* End Products Listing Style -------------------------------------- */
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(2n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  /* Sticky Product Page */
  .sticky-product .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sticky-product .sticky-image {
    max-width: 50px;
    margin-right: 10px;
    float: left;
  }
  .sticky-product .sticky-detail {
    display: block;
    padding-left: 60px;
    padding-right: 20px;
  }
  .sticky-product .sticky-detail .product-name {
    margin: 0;
    font-size: 14px;
  }
  .sticky-product .sticky-price {
    display: block;
    padding-right: 20px;
  }
  .sticky-product .sticky-price .product-info-stock-sku {
    font-size: 13px;
  }
  .sticky-product .product-info-price .stock.available {
    margin-bottom: 0;
  }
  .sticky-product .action.primary {
    padding: 5px 10px !important;
  }
  .page-product-downloadable .product-options-bottom,
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 100% !important;
  }
  .quickViewDetails.modal-popup .product-info-main .product-info-stock-sku {
    float: none;
  }
  .quickViewDetails.modal-popup .product-info-main .product-info-price {
    margin-bottom: 0;
  }
  .quickViewDetails .quickview-product-name h3 {
    font-size: 23px !important;
    line-height: normal;
  }
  .quickViewDetails .product-options-bottom,
  .quickViewDetails .product-info-main {
    margin-top: 0 !important;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .sidebar .block.mageTestimonials .mageTmClient .clientDetails {
    text-align: left;
  }
  .col2-set > .col-1 {
    float: none;
    clear: both;
    width: 100%;
    padding: 20px 0 0 0!important;
    max-width: 100%;
  }
  .col2-set > .col-2 {
    float: none;
    clear: both;
    width: 100%;
    padding: 20px 0 !important;
    max-width: 100%;
  }
  .col2-set > .col-1 img,
  .col2-set > .col-2 img {
    width: 100%;
  }
  blockquote br {
    display: none !important;
  }
  .product.info.detailed .description table,
  .tabel-data {
    font-size: 13px;
    width: 300px;
    overflow-x: scroll;
    display: block;
  }
  .widget.mage-products .block-title strong {
    display: block;
  }
  .mage-products .timer-product {
    float: none;
    display: block;
  }
  .products-grid .timer-product #timer-countbox .countdown-section {
    width: 50px;
    line-height: 16px;
    padding: 2px 0 !important;
  }
  .products-grid .timer-product #timer-countbox .countdown-section .countdown-amount {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .products-grid .timer-product #timer-countbox .countdown-section .countdown-period {
    font-size: 10px;
    line-height: 16px;
  }
  .newsletter-section .section-title {
    margin-bottom: 40px !important;
  }
  .products-list .product-image-wrapper .product-image-photo,
  .products-list .product-item .product-item-photo,
  .products-list .product-image-container {
    width: 100% !important;
  }
  .products-list .product-item-photo {
    display: block !important;
  }
  .products-list .product-item .product-item-inner.style2 .btn-wishlist {
    width: 60px;
  }
  .product-add-form .box-tocart .fieldset,
  .product-add-form .update .fieldset {
    display: block;
  }
  .product-add-form .box-tocart .field.qty {
    padding: 0 !important;
    margin: 20px 0 !important;
  }
  .product-add-form .box-tocart #product-addtocart-button,
  .product-add-form .update #product-addtocart-button {
    float: left;
    width: 50%;
  }
  .product-add-form .box-tocart .buynow-button {
    float: left;
    width: 50%;
  }
  .catalog-product-view #buy-now {
    width: 100% !important;
  }
  .product-info-stock-sku .shareIcons {
    padding-top: 15px;
  }
  .product-item .price-box .price,
  .products-grid .product-item,
  .products-grid .product-item .product-name a,
  .products-grid .product-item .product-item-name a {
    font-size: 15px;
  }
  .poco-home-page-style-1 .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .poco-home-page-style-1 .products-grid .product-item {
    margin-bottom: 30px;
  }
  .products-list .hover-style3 .pro-hover,
  .block.widget.block-products-list .widget-product-grid .hover-style3 .pro-hover {
    flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
  }
  .cms-poco-themes-style-3 .products-grid .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview,
  .cms-poco-themes-style-3 .products-grid .product-item .product-item-inner.style3 .cart-btn .action,
  .cms-poco-themes-style-3 .products-grid .product-item .product-item-inner.style3 .btn-horizontal .action {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .products-list .product-item .product-item-inner.style3 .cart-btn .action.secondary,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .cart-btn .action.secondary {
    height: 35px;
    width: 35px;
  }
  .products-list .product-item .product-item-inner.style3 .icon-btn .action,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .action,
  .products-list .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .magebees_quickview {
    height: 35px !important;
    width: 35px !important;
  }
  .products-list .product-item .product-item-inner.style3 .icon-btn .action:before,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .action:before,
  .products-list .product-item .product-item-inner.style3 .icon-btn .magebees_quickview:before,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .magebees_quickview:before {
    line-height: 35px !important;
    vertical-align: inherit;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    font-weight: 600;
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .products-grid .hover-style9 .product-item .product-item-name a,
  .products-grid .hover-style9 .product-item .product-item-name {
    font-size: 15px !important;
  }
  .poco-home-page-style-10 .products-grid .product-item .price-box,
  .poco-home-page-style-10 .products-grid .product-item .price-box .special-price .price,
  .poco-home-page-style-10 .products-grid .product-item .price-box .price {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .text-medium-18 {
    font-size: 16px;
    line-height: 28px;
  }
  .poco-home-page-style-2 .store-features span {
    display: block;
  }
  .cookie.style2 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .poco-home-page-style-14 .newsletter-in .block.newsletter .detail {
    font-size: 30px;
    line-height: 35px;
  }
  .poco-home-page-style-14 .newsletter-in .block.newsletter .title {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .product-add-form .box-tocart #product-addtocart-button,
  .product-add-form .update #product-addtocart-button {
    font-size: 15px;
  }
  .hme_blg_style_7 .swiper-slide .post-image img {
    width: 100% !important;
  }
  .hme_blg_style_7 .item .post-image {
    margin-bottom: 30px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    width: 72px;
    height: 124px;
    top: -50px;
  }
  .wlcm_text_gme h1 {
    font-size: 35px !important;
  }
  .wlcm_text_gme .h3 {
    font-size: 22px;
  }
  .snd_img img {
    max-width: 50px;
    margin-top: -30px;
  }
  .poco-home-page-style-14 .mage-ajaxpro-page:before {
    width: 80px;
    height: 62px;
    top: -24px;
  }
  .poco-home-page-style-14 .productsListing-section:before {
    top: -26px;
    width: 110px;
    height: 53px;
  }
  .poco-home-page-style-14 .cnt_sec_gme .section-title .title {
    font-size: 30px !important;
  }
  .cnt_sec_gme strong,
  .stc_pro_cnt_gme .h4 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: normal;
  }
  .cnt_sec_gme .pagebuilder-column:last-of-type {
    padding: 20px 0 0;
  }
  .cnt_sec_gme .btn_sets {
    margin-top: 25px;
  }
  .modal-popup.confirm .modal-footer button {
    margin: 0 !important;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-blog-post.home-blog-post-style-6 .post-image img {
    width: 100% !important;
  }
  .home-blog-post-style-6 .ovrl_dtl {
    text-align: left;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    font-size: 13px !important;
    margin-bottom: 5px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 22px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption {
    padding-left: 0;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    line-height: normal;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 10px;
  }
  .btn-radius-style .mageb-pattern35 .button {
    padding: 7px 12px;
  }
  .home-blog-post-style-5 .item .post-image img {
    width: 100% !important;
  }
  .home-blog-post-style-5 .show-scrollbar {
    padding-bottom: 40px !important;
  }
  .poco-home-page-style-6 .products-grid .hover-style10 .product-item .hvr_dtl .action.tocart.primary span,
  .poco-home-page-style-1 .products-grid .hover-style10 .product-item .action.tocart.primary span {
    display: none;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-item-info {
    padding: 10px 5px !important;
  }
  .productsListing-section .show-scrollbar {
    padding-bottom: 40px;
  }
  .poco-home-page-style-9 .products-grid .product-item .price-box {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .poco-home-page-style-9 .products-grid .product-item .price-box .old-price {
    padding-right: 5px;
  }
  .poco-home-page-style-12 .mageb-pattern34 .mageb-effects img {
    height: 190px;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe input[type="email"] {
    font-size: 16px;
    padding: 10px 70px 10px 20px;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe .action {
    padding: 0 25px !important;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe .action .st-icon {
    display: block;
    width: 20px;
    height: 20px;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe .action,
  .poco-home-page-style-12 .newsletter-section .form.subscribe input[type="email"] {
    height: 55px;
  }
  .fs-22 {
    font-size: 18px !important;
  }
  .fs-18 {
    font-size: 16px !important;
  }
  .vt_home_pro_ftr .pagebuilder-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .vt_home_pro_ftr .pagebuilder-column:nth-of-type(1),
  .vt_home_pro_ftr .pagebuilder-column:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .vt_home_pro_ftr .pagebuilder-column:last-of-type {
    margin-bottom: 0;
  }
  .vt_home_pro_ftr .pagebuilder-column .mb-3 {
    margin-bottom: 15px !important;
  }
  .poco-home-page-style-11 .newsletter-section .form.subscribe .action .st-icon {
    display: block;
  }
  .poco-home-page-style-11 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-11 .product-social-links .product-addto-links .action.towishlist {
    padding-bottom: 0 !important;
  }
  .mageTestimonials.style3 {
    padding-bottom: 40px !important;
  }
  .mageTestimonials.style3:after {
    font-size: 40px;
    letter-spacing: -1px;
    bottom: -5px;
  }
  .mageTestimonials.style3 .item {
    align-items: start !important;
  }
  .mageTestimonials.style3 .pht,
  .mageTestimonials.style3 .pht img {
    max-width: 100px;
  }
  .mageTestimonials.style3 .qte_dtls {
    padding: 0 10px 0 15px;
  }
  .mageTestimonials.style3 .qte_cnt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .mageTestimonials.style3 #ratings {
    margin-bottom: 5px;
  }
  .mageTestimonials.style3 .nme {
    font-size: 14px;
  }
  .mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
    left: 30px;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
    right: 30px;
  }
  .jw-stc-for-hh-cnt h2 strong {
    font-size: 35px;
    line-height: 47px;
  }
  .jw-stc-for-hh-cnt .pagebuilder-banner-wrapper {
    min-height: 130px !important;
  }
  .jw-stc-for-hh-cnt h2 {
    padding-top: 16%;
    font-size: 14px;
  }
  .jw-stc-for-hh-cnt {
    width: 180px;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary {
    font-size: 12px;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .action,
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview {
    width: 30px;
    height: 30px;
    line-height: 29px;
  }
  .poco-home-page-style-11 .category-images-style10 .section-title .sort-detail,
  .poco-home-page-style-11 .category-images-style10 .section-title p.sort-detail {
    text-align: left;
  }
  .poco-home-page-style-11 .section-title .sort-details {
    flex-direction: column-reverse;
  }
  .products-grid .product-item .product-item-inner .action.unavailable {
    padding: 5px;
  }
  .checkout-index-index .mageb-checkout-title p {
    margin-bottom: 20px;
  }
  .magebees-onepage-checkout .modal-popup .modal-footer .secondary {
    padding: 8px 20px !important;
    font-size: 12px !important;
  }
  .poco-home-page-style-10 .store-feature-style2 .ttl,
  .poco-home-page-style-12 .store-feature-style2 .ttl {
    font-size: 15px;
    line-height: 18px;
  }
  .poco-home-page-style-10 .store-feature-style2 .detail span,
  .poco-home-page-style-12 .store-feature-style2 .detail span {
    line-height: normal;
  }
  .poco-home-page-style-10 .store-feature-style2 .st-icon,
  .poco-home-page-style-12 .store-feature-style2 .st-icon {
    width: 30px;
    height: 30px;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 li,
  .poco-home-page-style-12 .store-features.store-feature-style2 li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 li:not(:last-of-type),
  .poco-home-page-style-12 .store-features.store-feature-style2 li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .footer-11 .email-address .icn .st-icon,
  .footer-11 .phone-no .icn .st-icon,
  .footer-11 .address .icn .st-icon {
    width: 16px;
    height: 16px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    display: none !important;
  }
  .poco-home-page-style-4 .store-feature-style2 .st-icon {
    width: 22px;
    height: 22px;
  }
  .poco-home-page-style-9 .products-grid .product-items-4.product-items .product-item .price-box .price,
  .poco-home-page-style-9 .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .poco-home-page-style-9 #timer-countbox .countdown-section:not(:last-of-type):after {
    font-size: 34px;
    right: -7px;
  }
  .poco-home-page-style-9 .mage-deal-slider .products-grid {
    padding: 40px 0;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-container {
    margin: 0 50px;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-button-next {
    right: 6px !important;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-button-prev {
    left: 6px !important;
  }
  .poco-home-page-style-9 .mage-deal-slider .content:after {
    font-size: 100px;
    bottom: 10px;
  }
  .gift_bnr h3 {
    font-size: 16px;
  }
  .poco-home-page-style-7 .newsletter-in .block.newsletter .detail {
    font-size: 25px;
  }
  .poco-home-page-style-7 .productsListing-section .products-grid .product-item,
  .poco-home-page-style-7 .productsListing-section .products-grid .product-item-3 .product-item,
  .poco-home-page-style-7 .productsListing-section .products-grid .product-item-4 .product-item,
  .poco-home-page-style-7 .productsListing-section .products-grid .product-item-5 .product-item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  .poco-home-page-style-7 .productsListing-section .toolbar.bottom {
    padding-top: 10px;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 .store-feature {
    align-items: flex-start !important;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 li {
    max-width: 100%;
    flex: 0 0 100% !important;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-name a,
  .poco-home-page-style-7 .products-grid .product-item .product-item-name a {
    font-size: 16px;
  }
  .poco-home-page-style-7 .products-grid .product-item .price-box .old-price:before {
    display: none;
  }
  .poco-home-page-style-7 .products-grid .product-item .price-box .old-price {
    padding-left: 0;
  }
  .poco-home-page-style-7 .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li h4,
  .poco-home-page-style-7 .store-features.store-feature-style2 li .h4 {
    line-height: 24px;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 .icon {
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-bottom: 0;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li:nth-of-type(3) {
    margin-bottom: 20px;
  }
  .poco-home-page-style-7 .newsletter-section {
    padding: 40px 0;
  }
  .poco-home-page-style-7 .newsletter-section:before,
  .poco-home-page-style-7 .newsletter-section:after {
    background-size: 25px;
  }
  .poco-home-page-style-7 .newsletter-section .form.subscribe input[type="email"] {
    padding: 0 110px 0 15px !important;
    font-size: 15px;
  }
  .poco-home-page-style-7 .newsletter-section .form.subscribe .action {
    right: 15px;
    font-size: 13px;
  }
  .poco-home-page-style-6.catalog-product-view .page-title-wrap .breadcrumbs .container {
    top: 70%;
    width: 100%;
    left: 37%;
  }
  .poco-home-page-style-6 .block.related .product-items .product-item .field.choice.related {
    display: block;
  }
  .magebees_Onepagecheckout_universal_wrapper {
    max-width: 260px;
    margin: 20px auto;
  }
  .poco-home-page-style-6 .newsletter-in .block.newsletter .detail {
    font-size: 28px;
  }
  .newsletter-in .block.newsletter .title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .poco-home-page-style-6 .magetmQuotes {
    font-size: 18px;
    line-height: 34px;
    margin: 0 auto 30px !important;
  }
  .poco-home-page-style-6 .mageTestimonials .clientPic {
    margin-bottom: 25px;
  }
  .poco-home-page-style-6 .view-more .action,
  .poco-home-page-style-6 .loading-btn .load_next,
  .poco-home-page-style-6 .btn-large,
  .poco-home-page-style-6 .action.btn-large {
    font-size: 15px !important;
    padding: 16px 30px !important;
  }
  .poco-home-page-style-6 .welcome-content h1 {
    font-size: 25px;
  }
  .poco-home-page-style-6 .welcome-content .content_section li span {
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details {
    padding: 25px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details h2 {
    font-size: 17px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details p {
    font-size: 13px;
  }
  .poco-home-page-style-6 .text_bnr_small .action.secondary {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #popup.modal-box footer,
  #popup.modal-box .modal-footer {
    font-size: 13px;
  }
  .accordian-content {
    padding: 25px;
  }
  .accordian-content .accordion.active:after,
  .accordian-content .accordion:after {
    font-size: 18px;
  }
  .poco-home-page-style-5 .product-add-form .box-tocart #product-addtocart-button,
  .poco-home-page-style-5 .product-add-form .update #product-addtocart-button {
    font-size: 15px;
  }
  .poco-home-page-style-5 .product-add-form .box-tocart #product-addtocart-button,
  .poco-home-page-style-5 .product-add-form .update #product-addtocart-button {
    width: 100%;
  }
  .scroll-top {
    right: 10px !important;
  }
  .left-success {
    padding: 20px !important;
  }
  .mageb-success-page h2 {
    font-size: 25px;
    font-weight: 700;
  }
  .poco-home-page-style-5 .view-more .action,
  .poco-home-page-style-5 .loading-btn .load_next {
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 18px 30px !important;
  }
  .poco-home-page-style-5 .action.primary:after,
  .poco-home-page-style-5 .loading-btn .load_next:after {
    font-size: 17px;
    padding-left: 5px;
  }
  .sml_2-col_banner .sml_bnr_2col h2 {
    font-size: 30px;
  }
  .poco-home-page-style-5 .newsletter-section .form.subscribe input[type=email] {
    font-size: 16px;
    padding: 20px 120px 20px 15px;
  }
  .poco-home-page-style-5 .newsletter-section .form.subscribe .action {
    right: 20px;
    font-size: 14px;
  }
  .poco-home-page-style-5 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-5 .newsletter-section .form.subscribe .action.primary:after {
    font-size: 20px;
  }
  .poco-home-page-style-5 .store-features.store-feature-style2 li {
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    width: 100%;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation {
    overflow-x: auto;
    white-space: nowrap;
  }
  .poco-home-page-style-5 .products-grid .product-item .price-box {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .poco-home-page-style-5 .products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
  .poco-home-page-style-5 .products-grid .product-item .product-reviews-summary .rating-result > span:before {
    letter-spacing: 6px;
  }
  .poco_text_banner img {
    min-height: 275px;
  }
  .poco_text_banner h1 {
    font-size: 45px;
  }
  .poco_text_banner p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .poco_text_banner .details {
    right: 0;
    padding: 30px;
  }
  .custom_banner_col .pagebuilder-column {
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .custom_banner_col .pagebuilder-column:last-of-type {
    margin-bottom: 0;
  }
  .poco_textCnt_banner img {
    height: 275px;
    min-height: 275px;
  }
  .poco_text_banner a.action {
    padding: 10px 15px !important;
  }
  .ourFindStore .our-store-list {
    max-width: 100%;
    -webkit-flex: 100%;
    flex: 100%;
    -ms-flex: 100%;
  }
  .ourFindStore .our-store-list-in {
    padding: 30px;
  }
  .products-grid .product-item .buynow-btn .buynow.primary {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    padding: 15px;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section {
    width: 61px;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section .countdown-period {
    font-size: 11px;
  }
  .p_ctgry {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .poco-home-page-style-4 .home-blog-post-style-1 .detail {
    padding: 20px 0 0;
  }
  .home-blog-post .item .post-image {
    margin: 0 auto;
    text-align: center;
  }
  .home-blog-post-style-1 .post-image a {
    display: block;
  }
  .poco-home-page-style-4 .mage-products.mage-deal-slider #timer-countbox .countdown-section {
    padding: 10px 5px;
    margin-right: 3px !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-amount {
    font-size: 20px;
    padding: 4px 0 !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-period {
    font-size: 12px;
  }
  .poco-home-page-style-4 .newsletter-section .container {
    padding: 25px;
  }
  .poco-home-page-style-4 .newsletter-section .form.subscribe input[type=email] {
    padding-left: 5px;
  }
  .poco-home-page-style-4 .newsletter-section .form.subscribe .action {
    width: 60px;
    font-size: 13px;
  }
  .poco-home-page-style-4 .store-feature-style2 {
    padding: 40px 0 !important;
  }
  .poco-home-page-style-4 .store-features.store-feature-style2 .store-feature {
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
  }
  .poco-home-page-style-4 .store-feature-style2 .icon-item {
    font-size: 13px;
    line-height: 1.6;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li {
    margin-bottom: 15px;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li:last-of-type {
    margin-bottom: 0;
  }
  .poco-home-page-style-4 .store-feature-style2 .icon-item b {
    font-size: 14px;
  }
  .poco-home-page-style-4 .store-feature-style2 .icon-item i {
    font-size: 22px;
    margin-right: 10px;
  }
  .poco-home-page-style-4 .productsListing-section .products-grid .hover-style4 .product-item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 20px !important;
  }
  .productsListing-section .products-list .product-item .product-item-details {
    padding-left: 20px;
  }
  .productsListing-section .products-list .product-item .pro-hover {
    max-width: 60px;
  }
  .productsListing-section .products-list .product-item .product-item-info {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .productsListing-section .prodLabel .productlabel-txt {
    font-size: 11px !important;
  }
  .productsListing-section .products-list .product-item .product-item-details {
    margin-top: 0;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .pro-hover,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .pro-hover,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .pro-hover {
    max-width: 80px;
  }
  .sale_discount_banner .items {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .sale_discount_banner .item.first,
  .sale_discount_banner .item.second,
  .sale_discount_banner .item {
    max-width: 100%;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    text-align: center;
  }
  .sale_discount_banner .ttl {
    margin-bottom: 20px;
  }
  .sale_discount_banner .item.first:before,
  .sale_discount_banner .item.first:after {
    display: none;
  }
  .sale_discount_banner p {
    font-size: 16px;
  }
  .timer-product #category-timer-countbox .countdown-section {
    width: 33px;
    line-height: 14px;
    padding-top: 4px !important;
    margin: 0 1px;
  }
  .timer-product #category-timer-countbox .countdown-section .countdown-amount {
    font-size: 13px;
  }
  .timer-product #category-timer-countbox .countdown-section .countdown-period {
    font-size: 10px;
  }
  .sct_grid .item {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
  .galleryimage-item img {
    width: 100%;
  }
  .poco-home-page-style-3 .products-grid .product-item .product-name a,
  .poco-home-page-style-3 .products-grid .product-item .product-item-name a {
    font-size: 16px;
  }
  .products-grid .product-item .prodLabel .productlabel-txt {
    font-size: 11px !important;
  }
  .poco-home-page-style-3 .store-features {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    padding: 20px 0;
  }
  .poco-home-page-style-3 .products-grid.swiper .product-item-photo img {
    width: auto !important;
  }
  .poco-home-page-style-3 .store-features li {
    max-width: 100%;
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    padding: 15px 5px;
  }
  .poco-home-page-style-3 .store-features span {
    font-size: 15px;
  }
  .poco-home-page-style-3 .store-features i {
    font-size: 25px;
  }
  div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
    font-size: 16px !important;
    padding: 0 1rem !important;
  }
  .poco-home-page-style-1 .home-blog-post-style-2.home-blog-post .detail {
    padding: 10px 0 0;
  }
  .mageb-osc .opc-wrapper .form-login {
    margin-bottom: 20px !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item {
    padding: 0;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-info,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-info,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-info {
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .pro-hover,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .pro-hover,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .pro-hover {
    width: auto;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-details,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-details,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-details {
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    width: auto;
    margin: 0;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-items .product-image-container,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-items .product-image-container,
  .poco-themes.page-with-filter .sidebar .productsListing-section .product-items .product-image-container {
    width: 365px !important;
  }
  .products-grid.swiper .product-item-photo img {
    width: 100% !important;
  }
  .mageb-success-page .linearize-table tfoot {
    background-color: #f7f5f4 !important;
  }
  #testimonial_details .mageTmClient {
    text-align: center;
  }
  .mage-products.mage-deal-slider #timer-countbox .countdown-section {
    width: 69px;
  }
  .mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-amount {
    font-size: 25px;
  }
  .mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-period {
    font-size: 13px;
  }
  .parallax-section .parallax-product {
    margin: 0;
  }
  .block.widget .pager {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .block.widget .pager .toolbar-amount {
    margin-bottom: 10px;
  }
  .block-new-products.list .products-list .product-item .product-item-details {
    padding-left: 0;
  }
  .products-grid .prodLabel.top-left {
    top: 10px;
    left: 10px;
  }
  .products-grid .prodLabel.top-right {
    top: 10px;
    right: 10px;
  }
  .products-grid .prodLabel.bottom-right {
    right: 10px;
    bottom: 10px;
  }
  .products-grid .prodLabel.bottom-left {
    left: 10px;
    bottom: 10px;
  }
  .products-grid .prodLabel.bottom-center {
    bottom: 10px;
  }
  .products-grid .prodLabel.top-center {
    top: 10px;
  }
  .products-grid .product-item .product-item-details {
    padding: 20px 10px 0;
  }
  .products-grid .product-items .product-item .product-name,
  .products-grid .product-items .product-item .product-item-name {
    line-height: normal;
  }
  .mb-post-listing .mb-post-gridview .items {
    margin-left: 0;
    margin-right: 0;
  }
  .mb-post-listing .mb-post-gridview .item {
    max-width: 100%;
    padding: 0;
  }
  .mb-post-listing .mb-featured-image img {
    width: 100% !important;
  }
  .mb-blog-toolbar .limiter,
  .mb-blog-toolbar .pages {
    float: none !important;
    display: block !important;
  }
  .mb-blog-toolbar .limiter {
    float: none !important;
    display: none !important;
  }
  .mb-blog-toolbar .pages {
    margin-bottom: 20px !important;
  }
  .mb-post-listing .mb-post-header .mb-post-title,
  .mb-post-listing .mb-post-header .mb-post-meta {
    min-height: inherit !important;
  }
  .mb-post-listing .mb-post-header .mb-post-meta {
    margin-bottom: 15px !important;
  }
  .mb-post-listing .mb-read-btn .mb-post-readmore {
    font-size: 14px !important;
  }
  .mb-post-listview .item .display-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .mb-post-listview .featured-image {
    margin-bottom: 20px !important;
  }
  .mb-post-listview .mb-post-listview-content {
    padding-left: 0 !important;
  }
  .mb-related-post .item,
  .mb-related-products .products-grid .product-item {
    width: 48.5% !important;
  }
  .mb-related-post .item:nth-of-type(3n),
  .mb-related-products .products-grid .product-item:nth-of-type(3n) {
    margin-right: 3% !important;
  }
  .mb-related-post .item:nth-of-type(2n),
  .mb-related-products .products-grid .product-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .mb-related-post .item:nth-of-type(3n+1) {
    clear: none !important;
  }
  .mb-related-post .item:nth-of-type(2n+1) {
    clear: left !important;
  }
  .account.wishlist-index-index .column.main .products-grid .product-item .fieldset .field.qty {
    display: block;
    margin-bottom: 10px !important;
    padding-right: 0 !important;
  }
  .title-404 {
    font-size: 100px;
  }
  .title-small-404 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .team-section.style1 .team-member-position,
  .team-section.style1 .team-member-title {
    font-size: 14px;
    line-height: normal;
  }
  .team-section.style1 .team-member-photo {
    margin-bottom: 20px;
  }
  .icon-text .details p br {
    display: none;
  }
  .icon-text .icon {
    font-size: 22px;
    top: 3px;
  }
  .icon-text .details {
    padding-left: 35px;
  }
  .productsListing-section .show-scrollbar {
    padding-bottom: 50px;
  }
  .poco-home-page-style-2.catalog-product-view .mb-product-related-posts .block-title strong {
    font-size: 25px !important;
  }
  .store-features i {
    display: block;
    margin: 0;
  }
  .store-features.store-feature-style1 li {
    padding: 20px 5px;
  }
  .top-header .leftTop {
    flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
  }
  .top-header .rightTop {
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
  }
  .allBrandsLayer ul.logoList li,
  .resultInfo li {
    width: 31.5%;
    padding: 5px;
  }
  .product-social-links .product-addto-links {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .product-social-links .product-addto-links .action.sizeguide,
  .product-social-links .product-addto-links .action.towishlist {
    padding-bottom: 10px !important;
  }
  .g-recaptcha > div {
    width: 244px !important;
  }
  .g-recaptcha > div iframe {
    width: 100%;
  }
  .guaranteed-safe-checkout h4 {
    font-size: 14px;
  }
  .cartDetails .product-add-form .box-tocart .action.ajaxproduct,
  .cartDetails .product-add-form .box-tocart .buynow-button {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .cartDetails .product-info-main .box-tocart .actions .action.primary,
  .cartDetails .product-options-bottom .box-tocart .actions .action.primary,
  .cartDetails .product-info-main .box-tocart .buynow-button .action.secondary,
  .cartDetails .product-options-bottom .box-tocart .buynow-button .action.secondary {
    font-size: 18px;
  }
  .products-grid .product-item {
    margin-bottom: 10px;
  }
  .products-grid .product-item .price-box {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .products-grid .product-item .price-box .old-price {
    padding-right: 0;
  }
  .column.main .block.crosssell .title strong {
    font-size: 22px;
    padding: 0 10px;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    margin-bottom: 20px !important;
  }
  .quickViewDetails .product-add-form .box-tocart {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    width: 105px;
    padding-right: 0;
  }
  .quickViewDetails .product-info-main .product.attribute.sku,
  .quickViewDetails .product-info-main .product-info-stock-sku .stock.available {
    width: 100%;
    padding-right: 0;
    display: block !important;
  }
  .quickViewDetails .product-reviews-summary {
    margin: 0 0 10px;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    display: block;
  }
  .quickViewDetails .product-add-form .box-tocart .field.qty,
  .quickViewDetails .product-add-form .box-tocart .actions {
    display: block !important;
    width: 100%;
  }
  .quickViewDetails .product-add-form .box-tocart .actions {
    margin-bottom: 0;
  }
  .quickViewDetails .product-social-links .product-addto-links {
    padding-bottom: 20px;
    margin: 0 0 25px;
  }
  .hidden-xs {
    display: none !important;
  }
  /* Header Style ------------------------------------------------ */
  .mbAjaxSearch div.select-wrapper,
  .mbAjaxSearch .searchField {
    display: block;
  }
  .mbAjaxSearch span.select-wrapper {
    width: 100%;
  }
  .search-drawer .close {
    right: 10px;
    top: 10px;
  }
  /* End Header Style -------------------------------------------- */
  .mageb-patn-inner .mageb-pattern16 .mageb-full-caption h4 {
    display: none;
  }
  .search-drawer .container-fluid .block-search {
    width: 100%;
  }
  .search-drawer .block-search {
    width: 100%;
  }
  .mbAjaxSearch div.select-wrapper,
  .mbAjaxSearch .searchField {
    display: block;
  }
  .mbAjaxSearch span.select-wrapper {
    width: 100%;
  }
  .mbAjaxSearch span.select-wrapper .holder:after {
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 15px;
  }
  .search-drawer .mbAjaxSearch #search {
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 5px;
  }
  .cwsSlider.defaultTheme .pagerBelow .cws-pager {
    bottom: 0;
  }
  /* Poco Home --------------------------------------------- */
  .poco-themes .cws-arw a {
    height: 30px;
    width: 20px;
  }
  .poco-themes .cws-arw a:before {
    font-size: 20px;
    line-height: 38px;
    height: 20px;
    width: 20px;
  }
  /* End Poco Home ------------------------------------------*/
  /* Blog Section ----------------------- */
  .post-list-wrapper .post-list .item {
    margin-bottom: 10px;
  }
  .home-blog-post .homepost-listing .item {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 315px;
    display: block;
    float: none;
  }
  .home-blog-post .detail {
    min-height: auto !important;
    padding: 20px;
    width: 100%;
  }
  .home-blog-post .detail h3 {
    font-size: 16px;
  }
  .home-blog-post .post-image img {
    width: auto !important;
  }
  .home-blog-post.home-blog-post-style-3 .post-image img {
    width: 100% !important;
  }
  .mb-post-listing .mb-featured-image img {
    width: auto !important;
  }
  /* Products Listing Style -------------------------------------- */
  .products-grid .product-items-4.product-items .product-item .product-item-inner ul,
  .products-grid .product-item .product-item-inner ul {
    padding: 0;
  }
  .products-grid .product-items-4.product-items .product-item .price-box .price,
  .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .products-list .product-item,
  .block.widget.block-products-list .widget-product-grid .product-item {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .products-list .product-item .product-item-info,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-info {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .products-list .product-item .product-item-details,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-details,
  .products-list .product-item .pro-hover,
  .block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
  .products-list .product-item .product-item-details,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-details {
    margin-top: 20px;
  }
  .products-list .product-item .product-item-inner.style2 .btn-wishlist,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist {
    width: 30%;
  }
  .products-list .product-item .action.tocart.primary,
  .block.widget.block-products-list .widget-product-grid .product-item .action.tocart.primary {
    padding: 10px 15px;
  }
  .products-list .product-item .action.tocart.primary span,
  .block.widget.block-products-list .widget-product-grid .product-item .action.tocart.primary span {
    font-size: 13px;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section,
  .block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section {
    padding: 2px !important;
    line-height: normal;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section .countdown-amount {
    font-size: 11px;
    line-height: normal;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-period,
  .block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section .countdown-period {
    font-size: 10px;
  }
  .products-list .product-item .learn-more,
  .block.widget.block-products-list .widget-product-grid .product-item .learn-more {
    margin-bottom: 0;
  }
  .products-list .product-item .product-image-container,
  .block.widget.block-products-list .widget-product-grid .product-item .product-image-container {
    width: 100% !important;
  }
  .products-list .product-item .product-item-description,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-description,
  .products-list .product-item .price-box,
  .block.widget.block-products-list .widget-product-grid .product-item .price-box {
    margin: 10px 0;
  }
  .products-list .product-item .swatch-attribute .swatch-option,
  .block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-option {
    margin-right: 5px;
  }
  .products-list .product-item .swatch-attribute .swatch-option.image,
  .block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-option.image {
    width: 30px !important;
    height: 30px !important;
  }
  /* End Products Listing Style ------------------------------------- */
  .page-layout-1column.catalog-category-view .products-list .product-item .product-item-inner,
  .catalogsearch-result-index .products-list .product-item .product-item-inner {
    width: 100%;
  }
  .login-container .block .block-content {
    padding: 20px;
  }
  .login-container .fieldset:after {
    margin-top: 15px;
  }
  .column.main .toolbar-products .sorter-options {
    font-size: 15px;
  }
  .column.main .toolbar-products .modes {
    padding-right: 10px;
    margin-bottom: 5px;
  }
  /* Product Detail Page */
  .product-options-wrapper .fieldset:before,
  .product-options-wrapper .fieldset:after {
    content: '';
    clear: both;
    display: table;
  }
  .product-options-wrapper .fieldset .field {
    width: 100%;
    padding-right: 0;
  }
  .product-options-wrapper .fieldset .field:nth-of-type(2n) {
    padding-left: 0;
  }
  .product-info-main label,
  .product-options-bottom label,
  .product-info-main .swatch-attribute-label,
  .product-options-bottom .swatch-attribute-label {
    font-size: 14px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .product-reviews-summary .reviews-actions a {
    margin-right: 0;
  }
  .product-reviews-summary .reviews-actions .view:after {
    padding: 0 5px;
  }
  .product.info.detailed #reviews #review-form .fieldset .review-field-ratings {
    position: relative;
    float: left;
  }
  .product.info.detailed #reviews #review-form .fieldset .review-control-vote:before {
    left: 71px;
  }
  .product.info.detailed #reviews #review-form .review-legend.legend strong {
    margin-left: 0;
  }
  /* Sticky Product Page */
  .poco-home-page-style-10 .sticky-product .action.primary {
    padding: 3px 6px !important;
    font-size: 12px !important;
  }
  .sticky-product .sticky-cart-btn {
    position: static;
    margin-top: 0;
    margin-left: 60px;
  }
  .sticky-product .action.primary {
    padding: 3px 6px;
    font-size: 12px;
  }
  .sticky-product .sticky-detail .product-name {
    margin: 0;
    font-size: 14px;
  }
  .sticky-product .sticky-price .product-info-stock-sku {
    font-size: 12px;
  }
  .block-cart-failed .action.continue,
  .cart-container .actions .action.continue,
  .cart-container .actions .action.clear,
  .cart-container .actions .action.update {
    width: 100%;
    display: block;
  }
  /* One Page Checkout */
  .magebees-onepage-checkout .modal-popup .secondary {
    display: block;
  }
  .page-title-wrap .page-title,
  .poco-themes .mageb-checkout-title h1 {
    font-size: 2.2rem;
  }
  .mageb-success-page .data-table td,
  .mageb-success-page .data-table th {
    border: 0;
  }
  /* End One Page Checkout */
  .login-container .block .actions-toolbar .secondary {
    padding-left: 0;
  }
  .login-container .block .actions-toolbar > .primary,
  .login-container .block .actions-toolbar > .secondary {
    padding-left: 0;
  }
  .login-container .fieldset:after {
    text-align: left;
  }
  .mageb-patn-inner .mageb-pattern19 li {
    width: 47.5%;
    margin-right: 5%;
  }
  .mageb-patn-inner .mageb-pattern19 li:nth-child(1),
  .mageb-patn-inner .mageb-pattern19 li:nth-child(6) {
    width: 100%;
    margin-right: 0;
  }
  .mageb-patn-inner .mageb-pattern19 li:nth-child(3),
  .mageb-patn-inner .mageb-pattern19 li:nth-child(5) {
    margin-right: 0;
  }
  .newsletter-in .block.newsletter {
    padding: 20px 20px 50px;
  }
  .newsletter-in .block.newsletter .control {
    margin-bottom: 20px;
  }
  .newsletter-in .block.newsletter .actions {
    top: 10px;
  }
  #popup.modal-box footer {
    bottom: 15px;
    padding: 0 30px;
  }
  .newsletter-in .block.newsletter .detail {
    font-size: 25px;
    line-height: normal;
  }
  .cookie .cookie-text {
    display: block;
    line-height: 20px;
  }
  .post-list-wrapper .post-list .item .post-meta .sep {
    display: none;
  }
  .post-list-wrapper .post-list .item .post-meta .post-meta-item {
    display: block;
  }
  .post-list-wrapper .post-list .item .post-meta .post-meta-item.post-user {
    padding-left: 0;
  }
  .product.info.detailed #reviews .review-list .review-item .rating-summary {
    width: 100%;
    margin-right: 0;
  }
  .quickViewDetails .product.info.detailed #reviews .review-list .review-item .rating-summary {
    width: 100%;
    margin-right: 0;
  }
  .cart-container .cart.table-wrapper .product-item-photo {
    max-width: 65px;
  }
  .cart-container .product-item-details {
    padding-left: 85px !important;
  }
  .cart.table-wrapper .col.qty {
    min-width: 97px;
  }
  .magebees-onepage-checkout .modal-popup .secondary {
    padding-left: 0 !important;
    margin-top: 15px;
  }
  .mageb-summary table#opcTotalTable > tbody > tr > th,
  .mageb-summary table#opcTotalTable > tbody > tr > td {
    font-size: 15px !important;
  }
  .mageb-osc .opc-wrapper .step-title {
    font-size: 16px !important;
  }
  .mageb-osc .magebees-discount-code-wrapper {
    margin-bottom: 20px !important;
  }
  .mageb-osc .step-content {
    padding: 20px !important;
  }
  #opcReviewTable .qty-wrap .button.btnInc {
    left: 30px !important;
  }
  #opcReviewTable .qty-wrap .button.btnDec,
  #opcReviewTable .qty-wrap .button.btnInc {
    height: 30px !important;
    width: 20px !important;
  }
  #opcReviewTable .qty-wrap .button.btnDec {
    left: -20px !important;
  }
  .mageb-summary #opcReviewTable td.oscProductName .product-name,
  .mageb-summary table#opcReviewTable thead tr th {
    font-size: 14px !important;
    line-height: normal;
  }
  .mageb-summary #opcReviewTable td.oscProductName .product-name {
    padding-right: 15px !important;
  }
  .block.related .block-actions {
    margin-bottom: 40px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .product-add-form .box-tocart .buynow-button .action,
  .product-add-form .update .buynow-button .action,
  .product-add-form .box-tocart #product-addtocart-button,
  .product-add-form .update #product-addtocart-button {
    padding: 19px 15px !important;
  }
  .product-info-main .product-reviews-summary,
  .product-info-main .product-reviews-summary .rating-summary,
  .product-info-main .product-reviews-summary .reviews-actions {
    display: block;
  }
  .poco-home-page-style-3 .modal-popup.confirm .modal-footer button {
    padding: 16px 20px !important;
    margin: 0 6px !important;
  }
  #popup.modal-box input[type=checkbox] {
    top: 2px;
  }
  .home-blog-post-style-2 .mb-post-readmore {
    padding-bottom: 0 !important;
  }
  .poco-home-page-style-4 .newsletter-in .block.newsletter .title {
    font-size: 16px !important;
  }
  .poco-home-page-style-4 .home-blog-post .post-image img {
    width: 100% !important;
  }
  .magebees-buttons-for-update.actions-toolbar .action {
    margin-right: 10px !important;
  }
  .mageb-success-page .linearize-table td {
    width: 100% !important;
  }
}
.action.primary::hover {
  background-color: #ffffff;
  border: 1px solid #37245a !important;
}
.header_top_strip {
  display: flex;
  padding: 0px;
}
.header_top_strip .header_top_strip_content {
  flex: 1;
  text-align: center;
  padding: 7px;
  line-height: 1;
}
.header_top_strip .header_top_strip_content.sign_link {
  background-color: #EBE5FF;
}
.header_top_strip .header_top_strip_content .shipping-msg {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 0px;
  border: none;
  text-transform: none;
  display: block;
}
.header_top_strip .header_top_strip_content a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #5D5194;
  display: inline-flex;
  align-items: center;
}
.header_top_strip .header_top_strip_content a::after {
  content: '';
  margin-left: 7px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTMxMjUgNS4yNUw0LjkzMTI1IDEuMDVMNiAtNC4yOTEzOGUtMDdMMTIgNkw2IDEyTDQuOTMxMjUgMTAuOTVMOS4xMzEyNSA2Ljc1TDQuOTQ3MDVlLTA3IDYuNzVMMy42MzU3MWUtMDcgNS4yNUw5LjEzMTI1IDUuMjVaIiBmaWxsPSIjNUQ1MTk0Ii8+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
  background-size: contain;
}
.header-8 .icon-right {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-8 .icon-right .icon {
  margin-left: 20px;
  margin-right: 0px;
}
.header-8 .icon-right .icon svg {
  color: #2E245A;
  width: 22px;
}
.header-8 .icon-right .search-toggle {
  margin-right: 0px;
}
.header-8 .icon-right .search-toggle .icon {
  margin-left: 0px;
}
.header-8 .icon-right .whilist-link {
  left: 0px;
}
.header-8 .setting-links {
  margin: 0px;
}
.header-8 .nav-toggle span {
  display: none;
}
.header-8 div.minicart {
  padding-right: 5px;
}
.header-8 div.minicart .minicart-wrapper span.counter-label {
  border: 1px solid #000000;
  font-size: 8px;
  font-weight: 700;
  border-radius: 50%;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  bottom: -2px;
  right: -3px;
  text-align: center;
  line-height: 0;
  align-content: center;
}
.header-8 div.minicart .quickcart-wrapper .action.showcart {
  display: flex;
}
.header-8 div.minicart .quickcart-wrapper .icon {
  position: static;
}
.header-8 div.minicart .action.showcart .counter.qty,
.header-8 div.minicart .action.showcart .counter.qty.empty {
  min-width: unset !important;
  margin-left: 0 !important;
  height: unset !important;
  position: unset;
}
.header-8 div.minicart .action.showcart .counter.qty .counter-number,
.header-8 div.minicart .action.showcart .counter.qty.empty .counter-number {
  display: block;
  border: 1px solid #000000;
  font-size: 8px;
  border-radius: 50%;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  text-align: center;
  line-height: 0;
  align-content: center;
}
.header-8 div.minicart .action.showcart .counter.qty span,
.header-8 div.minicart .action.showcart .counter.qty.empty span {
  display: none;
}
.header-8 div.minicart .counter.qty .counter-number,
.header-8 div.minicart .counter.qty span.counter-label {
  background-color: #994FF3;
  color: #ffffff;
}
.header-8 div.minicart .counter.qty.empty span.counter-label,
.header-8 div.minicart .counter.qty.empty .counter-number {
  background: #ffffff;
  color: #000000;
}
.header-8 .whilist-link {
  margin-right: 0px;
}
.header-8 .whilist-link .icon {
  margin-left: 0px;
}
.header-8 .icon .st-icon {
  width: 20px;
  height: 20px;
}
.header-8 .main-nav {
  background: #F3F3F3;
}
.header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu {
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
}
.header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu::after {
  content: unset;
}
.header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu a.Level0 {
  color: #2E245A !important;
  padding: 14px 0px;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 700;
}
.header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu .view-all-custom a {
  color: #2E245A !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu .view-all-custom a:hover {
  color: #615A7F !important;
}
.header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu .view-all-custom a::after {
  content: '';
  display: block;
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.4802%204.8125L8.79096%200.9625L9.72973%200L15%205.5L9.72973%2011L8.79096%2010.0375L12.4802%206.1875H0V4.8125H12.4802Z%22%20fill%3D%22%232E245A%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-footer .footer-8 .footer-newsletter .block.newsletter {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 55px 0px 43px;
  border-bottom: 2px solid #9B79DA;
  margin-bottom: 0px;
}
.page-footer .footer-8 .footer-newsletter .block.newsletter .title-section {
  flex: 1;
}
.page-footer .footer-8 .footer-newsletter .block.newsletter .content {
  flex: 1;
}
.page-footer .footer-8 .footer-newsletter .block.newsletter .title {
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: none;
}
.page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter {
  display: flex;
  border: 2px solid #fff;
  border-radius: 100px;
  overflow: hidden;
  max-width: 494px !important;
  width: 100%;
  margin: 0px 0px 0px auto;
}
.page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter input {
  background: transparent;
  color: #fff;
  height: 100%;
  border: unset !important;
  font-size: 17px;
  font-weight: 600;
  padding-left: 28px;
}
.page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter input::placeholder {
  color: #fff;
}
.page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter .action.subscribe {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: unset !important;
  background: #fff !important;
  color: #805CC5;
  text-transform: unset;
  padding: 14px 28px 14px 25px !important;
  font-size: 18px;
  font-weight: 600;
}
.page-footer .footer-8 .footer-links ul li a:hover {
  color: #ffffff !important;
}
.page-footer .footer-8 .footer-links ul li a:focus {
  color: #ffffff !important;
}
.page-footer .footer-8 .footer-bottom-links .menuTitle {
  display: none;
}
.page-footer .footer-8 .footer-bottom-links ul {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.page-footer .footer-8 .footer-bottom-links ul li {
  margin-bottom: 0px !important;
  line-height: 1;
}
.page-footer .footer-8 .footer-bottom-links ul li a {
  font-size: 14px;
  font-weight: 500;
}
.page-footer .footer-8 .footer-top {
  padding: 43px 0px 53px !important;
}
.page-footer .footer-8 .footer-top .footer-about-col {
  flex: 1;
}
.page-footer .footer-8 .footer-top .footer_info_content {
  max-width: 550px;
  width: 100%;
  margin-bottom: 12px;
}
.page-footer .footer-8 .footer-top .footer_info_content p,
.page-footer .footer-8 .footer-top .footer_info_content span {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 23px;
}
.page-footer .footer-8 .footer-top .html-block {
  padding-top: 25px;
}
.page-footer .footer-8 .footer-top .copytext {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.page-footer .footer-8 .footer-top .copytext a {
  text-decoration: underline;
}
.page-footer .footer-8 .footer-top .footer-col .menuTitle,
.page-footer .footer-8 .footer-top .footer-col .ftr_title {
  text-transform: unset;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.page-footer .footer-8 .footer-top .footer-links .Level0 {
  margin-bottom: 8px;
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
}
.page-footer .footer-8 .footer-top .ftr_contact_info {
  max-width: 205px;
  width: 100%;
}
.page-footer .footer-8 .footer-top .ftr_contact_info .phone-no,
.page-footer .footer-8 .footer-top .ftr_contact_info .email-address {
  margin-bottom: 8px;
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
}
.page-footer .footer-8 .footer-top .footer-social {
  margin-top: 12px;
}
.page-footer .footer-8 .footer-top .footer-social ul > li {
  margin-right: 10px;
}
.page-footer .footer-8 .footer-top .footer-social a {
  background: #fff;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #805CC5;
  line-height: 0;
}
.page-footer .footer-8 .footer-bottom {
  background: transparent;
  padding: 0px;
}
.simplepopup.popup-content .simplepopup-content {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) {
  .container {
    padding: 0px 100px;
  }
  .header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu {
    padding: 0px 100px;
  }
}
@media only screen and (max-width: 1201px) {
  body.nav-open .simplepopup {
    display: none !important;
  }
  .header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu {
    padding: 0px 0px;
    flex-direction: column;
  }
  .header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu a.Level0 {
    padding: 14px 20px !important;
    font-size: 14px !important;
  }
  .header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu .subMenu {
    box-shadow: none !important;
  }
  .header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu li.megamenu.parent > a {
    position: relative;
  }
  .header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu li.megamenu.parent > a span.arw {
    background: none;
    position: absolute;
    inset: 0;
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .header-8 .main-nav #cwsMenu-19 .cwsMenu.mega-menu li.megamenu.parent > a span.arw:after {
    color: #615A7F !important;
    background: #EBE5FF;
    width: 34px;
    height: 100%;
    position: static;
    align-content: center;
    margin: 0 !important;
  }
  .header-8 .main-nav .nav-sections-item-title {
    width: 50%;
    height: 60px;
    padding: 0;
    align-content: center;
    background: none;
    border: none;
  }
  .header-8 .main-nav .nav-sections-item-title.active {
    background: #EBE5FF;
  }
  .header-8 .main-nav .nav-sections-item-title.active a {
    color: #615A7F !important;
  }
  .header-8 .nav-toggle .close_icon {
    top: 10px;
    left: 10px;
    margin: 0 !important;
  }
  .header-8 .nav-toggle .bar_icon {
    position: static;
    margin: 0;
    display: block !important;
  }
  .header-8 .section-item-content #user-links a {
    color: #2E245A;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 20px;
  }
  .header-8 #cwsMenu-19 .cwsMenu li.Level1 > a {
    font-weight: 500;
    color: #615A7F;
    padding-left: 30px !important;
  }
  .header-8 #cwsMenu-19 .cwsMenu li.Level1.active > a {
    color: #994FF3 !important;
  }
  .header-8 #cwsMenu-19 .cwsMenu li.Level1 .nav-menu-title {
    display: none;
  }
  .page-footer .footer-8 .footer-top .footer_info_content {
    margin: 0px auto;
  }
  .page-footer .footer-8 .footer-top .footer-links .Level0 {
    line-height: 20px;
    font-size: 14px;
  }
  .page-footer .footer-8 .footer-top .ftr_contact_info .phone-no,
  .page-footer .footer-8 .footer-top .ftr_contact_info .email-address {
    font-size: 14px;
  }
  .page-footer .footer-8 .footer-bottom-links ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1202px) {
  .header-8 .logo {
    padding: 30px 0px;
  }
  .header-8 .search-toggle {
    max-width: 296px;
    width: 100%;
  }
  .header-8 .search-toggle .topSearch {
    border: 1px solid #2E245A;
    border-radius: 50px;
    width: 100%;
    padding: 12px 18px;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .header-8 .search-toggle .topSearch .label {
    display: block;
    color: #5D5194;
    text-transform: unset;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
  .header-8 .search-toggle .topSearch svg {
    height: 19px;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu a.Level0:hover {
    color: #5D5194 !important;
    text-decoration: underline;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu {
    padding: 30px 44px !important;
    border-radius: 5px;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu li.Level1 {
    padding: 0px;
    position: static;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu .Level1.subMenu {
    padding-right: 10px;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu .Level1.subMenu:last-child {
    padding-right: 0px;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu .Level1.subMenu li {
    padding: 0 0 16px 0;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu .Level1.subMenu li:last-child {
    margin-bottom: 0px;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu .Level1.subMenu li a {
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #615A7F;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu .Level1.subMenu .nav-menu-title {
    position: absolute;
    top: 30px;
    left: 44px;
    z-index: 9;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu .Level1.subMenu .nav-menu-title a {
    pointer-events: none;
    font-size: 23px;
    font-weight: 700;
    color: #2E245A;
    line-height: 31px;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu .Level1.subMenu .view-all-custom {
    position: absolute;
    top: 36px;
    right: 44px;
    z-index: 9;
  }
  .header-8 #cwsMenu-19 .cwsMenu.mega-menu > li.megamenu > ul.subMenu:has(.nav-menu-title, .view-all-custom) {
    padding-top: 96px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page-footer .footer-8 .footer-newsletter .block.newsletter .title {
    font-size: 24px;
    line-height: 30px;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter {
    max-width: 394px !important;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter .action.subscribe {
    padding: 10px 15px !important;
    font-size: 16px;
    gap: 6px;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter input {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .header_top_strip {
    flex-direction: column;
  }
  .header_top_strip .header_top_strip_content .shipping-msg,
  .header_top_strip .header_top_strip_content a {
    font-size: 14px;
    line-height: 1;
  }
  .header-8 .search-toggle {
    margin: 0;
  }
  .header-8 .icon-right .icon {
    margin-left: 12px;
  }
  .header-8 .icon .st-icon {
    width: 20px;
    height: 18px;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter {
    padding: 40px 0px;
    flex-direction: column;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter .title-section {
    margin-bottom: 16px;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter .title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter input {
    font-size: 14px;
    padding-left: 14px;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter .action.subscribe {
    padding: 8px 12px 8px 8px !important;
    font-size: 14px;
  }
  .page-footer .footer-8 .footer-newsletter .block.newsletter .field.newsletter .action.subscribe svg {
    width: 14px;
    height: 13px;
  }
  .page-footer .footer-8 .footer-bottom-links ul li a {
    font-size: 12px;
  }
  .page-footer .footer-8 .footer-top {
    padding: 40px 0px 10px !important;
  }
  .page-footer .footer-8 .logo img {
    max-width: 300px;
  }
  .page-footer .footer-8 .footer-top .footer_info_content p {
    margin-bottom: 0px;
  }
  .page-footer .footer-8 .footer-top .footer_info_content p,
  .page-footer .footer-8 .footer-top .footer_info_content span {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .page-footer .footer-8 .footer-top .html-block {
    padding-top: 20px;
  }
  .page-footer .footer-8 .footer-top .copytext {
    font-size: 12px;
    line-height: 18px;
  }
  .page-footer .footer-8 .footer-top .footer-col .menuTitle,
  .page-footer .footer-8 .footer-top .footer-col .ftr_title {
    font-size: 16px;
    line-height: 20px;
  }
  .page-footer .footer-8 .footer-top .footer-col .ftr_title {
    margin-bottom: 12px;
  }
  .page-footer .footer-8 .footer-top .footer-col ul {
    margin-bottom: 20px;
  }
  .page-footer .footer-8 .footer-top .footer-social a {
    width: 26px;
    height: 26px;
  }
  .page-footer .footer-8 .footer-top .footer-social a svg {
    height: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .header-8 .logo {
    max-width: 42%;
  }
}
.header .minicart .minicart-wrapper .block-minicart {
  width: 321px !important;
  box-shadow: 0px 4px 20.4px 0px rgba(38, 41, 48, 0.07000000000000001);
  top: 53px !important;
  right: -55px !important;
  padding: 26px 19px !important;
  z-index: 9;
  background-color: #ffffff;
  border-radius: 14px;
}
.header .minicart .minicart-wrapper .block-minicart .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #37245A;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
  background: no-repeat;
  line-height: 20px;
}
.header .minicart .minicart-wrapper .block-minicart .block-title .action.close {
  position: static;
  height: auto;
}
.header .minicart .minicart-wrapper .block-minicart .block-title .action.close svg {
  width: 20px;
  height: 20px;
  color: #37245A;
}
.header .minicart .minicart-wrapper .block-quotecart {
  display: none !important;
}
.header .minicart .minicart-wrapper .ui-dialog .block-quotecart {
  display: block !important;
}
.header .minicart .minicart-items {
  max-height: 333px;
}
.header .minicart .minicart-items .product-item-details {
  padding-left: 132px;
}
.header .minicart .minicart-items .product-item {
  border: none;
  padding-bottom: 0px !important;
  margin-bottom: 20px;
}
.header .minicart .minicart-items .product-item > .product {
  position: relative;
  padding-bottom: 0px;
  min-height: 87px;
}
.header .minicart .minicart-items .product-item-photo {
  position: absolute;
  top: 0;
  left: 20px;
}
.header .minicart .minicart-items .product-image-container {
  width: unset !important;
}
.header .minicart .minicart-items .product-image-wrapper {
  width: 87px !important;
  height: 87px !important;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
.header .minicart .minicart-items .product-image-wrapper .product-image-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  border-radius: 8px;
  width: 100% !important;
  height: auto !important;
  border: none;
}
.header .minicart .minicart-items .product-item-name a {
  color: #37245A !important;
  font-size: 14px;
  font-weight: 600;
}
.header .minicart .minicart-items .details-qty {
  margin: 0;
}
.header .minicart .minicart-items .details-qty .item-qty {
  height: 20px;
  width: 33px;
  line-height: 20px;
  font-size: 12px;
}
.header .minicart .minicart-items .price-container .price-excluding-tax {
  line-height: 1;
}
.header .minicart .minicart-items .price-container .price-excluding-tax::before {
  font-size: 14px;
  font-weight: 600;
  color: #797979;
}
.header .minicart .minicart-items .price-container .price-excluding-tax .price {
  font-size: 14px;
}
.header .minicart .minicart-items .product.actions .action.edit {
  display: none;
}
.header .minicart .minicart-items .product.actions .secondary {
  top: 38px;
  left: 0;
  bottom: unset;
  transform: unset;
}
.header .minicart .minicart-items .product.actions .secondary .delete {
  background-color: unset;
  line-height: 1;
  padding: 0;
}
.header .minicart .minicart-items .product.actions .secondary .delete::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC43NSAwLjc1TDcuNzUgNy43NU03Ljc1IDAuNzVMMC43NSA3Ljc1IiBzdHJva2U9IiNCQUJBQkEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  height: 8px;
  width: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.header .minicart .quickcart-bottom-container {
  margin: 0;
  padding: 24px 10px 0px;
  border-top: 1px solid #BABABA;
}
.header .minicart .quickcart-bottom-container .subtotal {
  margin-bottom: 22px;
  line-height: 1;
}
.header .minicart .quickcart-bottom-container .subtotal span.label span {
  text-transform: none;
  color: #37245A;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.header .minicart .quickcart-bottom-container .price-container span.price {
  font-weight: 700 !important;
  color: #2E245A !important;
}
.header .minicart .quickcart-bottom-container .d-flex {
  gap: 7px;
}
.header .minicart .quickcart-bottom-container .actions {
  margin: 0px;
}
.header .minicart .quickcart-bottom-container .actions .action.viewcart,
.header .minicart .quickcart-bottom-container .actions .action.checkout {
  color: #ffffff !important;
  background-color: #37245a !important;
  border: 1px solid #37245a !important;
  min-height: 38px;
  height: auto;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.header .minicart .quickcart-bottom-container .actions .action.viewcart:hover,
.header .minicart .quickcart-bottom-container .actions .action.checkout:hover {
  color: #37245a !important;
  background-color: #ffffff !important;
  border: 1px solid #37245a !important;
}
.header .minicart .amquote-cart-wrapper .block-content .subtotal {
  order: 1;
  padding: 24px 10px 0px;
  border-top: 1px solid #BABABA;
  margin-bottom: 22px;
  display: block !important;
}
.header .minicart .amquote-cart-wrapper .block-content .subtotal span.label span {
  text-transform: none;
  color: #37245A;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.header .minicart .amquote-cart-wrapper .block-content > .actions {
  order: 2;
  text-align: center;
}
.header .minicart .amquote-cart-wrapper .block-content > .actions .amquote-top-quotecart {
  font-size: 14px;
  line-height: 23px;
  padding: 7px 0px 8px !important;
  width: 100%;
  text-transform: none;
  font-weight: 600;
}
@media only screen and (max-width: 1201px) {
  .header .minicart .minicart-wrapper .block-minicart {
    top: 40px !important;
    right: -20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .header .minicart .minicart-wrapper .block-minicart {
    padding: 16px !important;
    width: 270px !important;
  }
  .header .minicart .minicart-wrapper .block-minicart .block-title {
    margin-bottom: 16px;
  }
  .header .minicart .minicart-items {
    max-height: 238px;
  }
  .header .minicart .minicart-items .product-image-wrapper {
    width: 75px !important;
    height: 75px !important;
  }
  .header .minicart .minicart-items .product-item-details {
    padding-left: 110px;
  }
  .header .minicart .minicart-items .product.actions .secondary {
    top: 28px;
  }
  .header .minicart .minicart-items .product-item {
    margin-bottom: 16px;
  }
  .header .minicart .minicart-items .product-item > .product {
    min-height: 75px;
  }
  .header .minicart .quickcart-bottom-container {
    padding: 16px 0px 0px;
  }
  .header .minicart .quickcart-bottom-container .subtotal {
    margin-bottom: 16px;
  }
}
.catalog-category-view.page-layout-2columns-left .page-title-wrap,
.catalogsearch-result-index.page-layout-2columns-left .page-title-wrap {
  background-color: #EBE5FF;
  margin-bottom: 105px !important;
}
.catalog-category-view.page-layout-2columns-left .page-title-wrap .page-title-wrapper.noimage,
.catalogsearch-result-index.page-layout-2columns-left .page-title-wrap .page-title-wrapper.noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.catalog-category-view.page-layout-2columns-left .page-title-wrap .page-title,
.catalogsearch-result-index.page-layout-2columns-left .page-title-wrap .page-title {
  padding: 0;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main {
  padding-right: 5%;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-title,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-title {
  margin-bottom: 22px !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-title strong,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-title strong {
  font-size: 17px;
  font-weight: 500;
  text-transform: none !important;
  color: #0D0D0D !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item {
  border-top: 1px dashed #c9c9c9;
  margin-bottom: 0px !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-title,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-title {
  color: #0D0D0D !important;
  padding: 16px 0px !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 22px;
  text-transform: none;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-title::after,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-title::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgOS41TDUuNSA1TDAuNSAwLjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  align-content: center;
  text-align: center;
  transition: 0.3s;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-title.active::after,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-title.active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content {
  padding: 8px 0px 16px 0px !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content li a,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content li a {
  color: #615A7F !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content li .counter,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content li .counter {
  margin: 0px 5px;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content li input,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content li input {
  margin-right: 13px !important;
  margin-left: 0px !important;
  width: 16px;
  height: 16px;
  accent-color: #2E245A;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content button,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content button {
  border: 1px solid #37245a !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content button:hover,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-options-item .filter-options-content button:hover {
  background: #fff !important;
  color: #37245a;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .ui-slider-horizontal,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .ui-slider-horizontal {
  height: 1px;
  background: #818181;
  margin: 8px 0px !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .ui-slider-horizontal .ui-slider-handle,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .ui-slider-horizontal .ui-slider-handle {
  top: -8px !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-current,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-current {
  background: none;
  padding: 16px 0px;
  border-top: 1px dashed #c9c9c9;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-current .item,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-current .item {
  font-size: 14px;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-current .item .filter-label,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-current .item .filter-label {
  color: #0D0D0D !important;
  text-transform: none;
  margin-right: 5px;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-current .item .filter-value,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-current .item .filter-value {
  color: #615A7F !important;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-subtitle,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-subtitle {
  color: #0D0D0D !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: none;
  border: unset !important;
  margin: 0;
  padding-bottom: 19px;
}
.catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-clear:hover,
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block .filter-content .filter-clear:hover {
  color: #0D0D0D !important;
}
.catalog-category-view.page-layout-2columns-left .breadcrumbs,
.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs {
  padding: 0;
}
.catalog-category-view.page-layout-2columns-left .breadcrumbs .items,
.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs .items {
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.catalog-category-view.page-layout-2columns-left .breadcrumbs .item:not(:last-child):after,
.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs .item:not(:last-child):after {
  content: '/';
  margin: 0;
  padding: 0px;
  font-weight: 400;
  color: #7A7A7AA8 !important;
}
.catalog-category-view.page-layout-2columns-left .breadcrumbs .item:nth-last-child(2)::after,
.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs .item:nth-last-child(2)::after {
  color: #7A7A7A !important;
}
.catalog-category-view.page-layout-2columns-left .breadcrumbs .item,
.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs .item {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #7A7A7A !important;
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.catalog-category-view.page-layout-2columns-left .breadcrumbs a,
.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs a {
  color: #7A7A7AA8 !important;
  text-transform: none !important;
  letter-spacing: 1px;
}
.catalog-category-view.page-layout-2columns-left .breadcrumbs strong,
.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs strong {
  text-transform: none !important;
  letter-spacing: 1px;
}
.catalog-category-view.page-layout-2columns-left .search-result-list-container,
.catalogsearch-result-index.page-layout-2columns-left .search-result-list-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.catalog-category-view.page-layout-2columns-left .search-result-list-container .block,
.catalogsearch-result-index.page-layout-2columns-left .search-result-list-container .block {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 0px;
  flex: 1;
}
.catalog-category-view.page-layout-2columns-left .search-result-list-container .block .title,
.catalogsearch-result-index.page-layout-2columns-left .search-result-list-container .block .title {
  margin: 0px;
  padding-right: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #2E245A;
}
.catalog-category-view.page-layout-2columns-left .search-result-list-container .block .title::after,
.catalogsearch-result-index.page-layout-2columns-left .search-result-list-container .block .title::after {
  content: ':';
}
.catalog-category-view.page-layout-2columns-left .search-result-list-container .block .item,
.catalogsearch-result-index.page-layout-2columns-left .search-result-list-container .block .item {
  padding: 0px;
}
.catalog-category-view.page-layout-2columns-left .search-result-list-container .block .item a,
.catalogsearch-result-index.page-layout-2columns-left .search-result-list-container .block .item a {
  background: #EBE5FF;
  border-radius: 30px;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.catalog-category-view.page-layout-2columns-left .toolbar-products,
.catalogsearch-result-index.page-layout-2columns-left .toolbar-products {
  margin-bottom: 0px;
  margin-left: auto;
  flex-wrap: nowrap;
  justify-content: center !important;
}
.catalog-category-view.page-layout-2columns-left .toolbar-products .toolbar-sorter,
.catalogsearch-result-index.page-layout-2columns-left .toolbar-products .toolbar-sorter {
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .toolbar-products .sorter-label,
.catalogsearch-result-index.page-layout-2columns-left .toolbar-products .sorter-label {
  display: block;
  font-size: 15px;
  color: #2E245A;
  position: absolute;
  left: 24px;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.catalog-category-view.page-layout-2columns-left .toolbar-products .sorter-options,
.catalogsearch-result-index.page-layout-2columns-left .toolbar-products .sorter-options {
  padding: 0px 40px 0px 80px;
  font-size: 15px;
  font-weight: 500;
  color: #2E245A;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc0OTk5OSAwLjc1TDYuMjUgNS43NUwxMS43NSAwLjc0OTk5OSIgc3Ryb2tlPSIjMzcyNDVBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 12px 100%;
  background-position: calc(100% - 24px) center;
  border: 1px solid #2E245A !important;
  border-radius: 50px;
  overflow: hidden;
}
.catalog-category-view.page-layout-2columns-left .toolbar-products .toolbar-amount,
.catalogsearch-result-index.page-layout-2columns-left .toolbar-products .toolbar-amount {
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #2E245A;
}
.catalog-category-view.page-layout-2columns-left .toolbar-products .sorter-action::before,
.catalogsearch-result-index.page-layout-2columns-left .toolbar-products .sorter-action::before {
  font-size: 22px;
}
.catalog-category-view.page-layout-2columns-left .toolbar-products .field.limiter,
.catalogsearch-result-index.page-layout-2columns-left .toolbar-products .field.limiter {
  display: flex;
  align-items: center;
  color: #2E245A;
  font-size: 15px;
  font-weight: 500;
  margin-left: auto;
}
.catalog-category-view.page-layout-2columns-left .toolbar-products .field.limiter .limiter-options,
.catalogsearch-result-index.page-layout-2columns-left .toolbar-products .field.limiter .limiter-options {
  border-radius: 50px;
  border: 1px solid #2E245A !important;
  padding: 0px 40px 0px 20px;
  min-width: unset;
  background-position-x: calc(100% - 10px);
  cursor: pointer;
}
.catalog-category-view.page-layout-2columns-left .pages .pages-items,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-items {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog-category-view.page-layout-2columns-left .pages .pages-items .item .page,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-items .item .page {
  font-weight: 500;
  color: #1E1E1E !important;
  width: 32px;
  height: 32px;
  border: none;
  line-height: 32px;
  border-radius: 8px !important;
}
.catalog-category-view.page-layout-2columns-left .pages .pages-items .item .page:hover,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-items .item .page:hover,
.catalog-category-view.page-layout-2columns-left .pages .pages-items .item strong.page,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-items .item strong.page {
  background-color: #D0C6FF !important;
  color: #ffffff !important;
  border: none;
  border-radius: 8px !important;
}
.catalog-category-view.page-layout-2columns-left .pages .pages-items .item .action.previous:before,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-items .item .action.previous:before,
.catalog-category-view.page-layout-2columns-left .pages .pages-items .item .action.next:before,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-items .item .action.next:before {
  content: url("data:image/svg+xml,%3Csvg%20width='6'%20height='10'%20viewBox='0%200%206%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M5%200.5L0.5%205L5%209.5'%20stroke='%231E1E1E'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  margin: 0;
}
.catalog-category-view.page-layout-2columns-left .pages .pages-items .item .action.next:before,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-items .item .action.next:before {
  transform: rotate(180deg);
}
.catalog-category-view.page-layout-2columns-left .pages .pages-items .item.disable,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-items .item.disable {
  opacity: 0.5;
  pointer-events: none;
}
.catalog-category-view.page-layout-2columns-left .pages .pages-item-next,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-item-next,
.catalog-category-view.page-layout-2columns-left .pages .pages-item-previous,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-item-previous {
  margin: 0px;
}
.catalog-category-view.page-layout-2columns-left .pages .pages-item-next .action,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-item-next .action,
.catalog-category-view.page-layout-2columns-left .pages .pages-item-previous .action,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-item-previous .action {
  width: 20px;
  height: 32px;
  line-height: 32px;
}
.catalog-category-view.page-layout-2columns-left .pages .pages-item-next .action:hover,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-item-next .action:hover,
.catalog-category-view.page-layout-2columns-left .pages .pages-item-previous .action:hover,
.catalogsearch-result-index.page-layout-2columns-left .pages .pages-item-previous .action:hover {
  border-color: transparent !important;
}
.catalog-category-view.page-layout-2columns-left .catalog_page_title,
.catalogsearch-result-index.page-layout-2columns-left .catalog_page_title {
  margin-bottom: 10px;
}
.catalog-category-view.page-layout-2columns-left .catalog_page_title .page-title-wrapper,
.catalogsearch-result-index.page-layout-2columns-left .catalog_page_title .page-title-wrapper {
  padding: 0 !important;
}
.catalog-category-view.page-layout-2columns-left .catalog_page_title .page-title-wrapper .page-title,
.catalogsearch-result-index.page-layout-2columns-left .catalog_page_title .page-title-wrapper .page-title {
  font-size: 26px;
  font-weight: 600;
  padding: 0;
  color: #2E245A !important;
}
.catalog-category-view.page-layout-2columns-left .block.filter.hrl_filter,
.catalogsearch-result-index.page-layout-2columns-left .block.filter.hrl_filter {
  margin-bottom: 0px;
}
.catalog-category-view.page-layout-2columns-left .products-grid,
.catalogsearch-result-index.page-layout-2columns-left .products-grid {
  margin-bottom: 30px;
}
.catalog-category-view.page-layout-2columns-left .products-grid .product-items-3,
.catalogsearch-result-index.page-layout-2columns-left .products-grid .product-items-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 14px;
}
.catalog-category-view.page-layout-2columns-left .products-grid .product-items-3 .product-item,
.catalogsearch-result-index.page-layout-2columns-left .products-grid .product-items-3 .product-item {
  margin: 0 !important;
  flex: 0 0 calc((100% - 28px) / 3);
}
.price-box .price-container {
  display: flex;
  flex-direction: column;
}
.price-box .price-container .price-excluding-tax {
  order: 1;
}
.price-box .price-container .price-including-tax {
  order: 2;
}
.price-box .price-container .rewards__product-earn-points {
  order: 3;
}
.poco-home-page-style-6 .product-items .product-item .product-image-wrapper {
  padding-bottom: 100% !important;
  border-radius: 22px;
  overflow: hidden;
}
.poco-home-page-style-6 .product-items .product-item .product-image-wrapper img {
  border-radius: 22px;
}
.poco-home-page-style-6 .product-items .product-item .product-image-wrapper .container-product-list {
  border-radius: 30px;
}
.poco-home-page-style-6 .product-items .product-item .product-item-info {
  position: relative;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details {
  padding: 10px 8px 0px !important;
  text-align: left !important;
  position: static !important;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .product-item-name {
  line-height: 21px;
  margin: 0px 0px 9px;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .product-item-name .product-item-link {
  font-size: 17px;
  font-weight: 800;
  color: #37245A !important;
  margin: 0px 0px 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .price-box {
  display: block !important;
  margin-bottom: 12px;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .price-box .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .price-box .price-wrapper::before {
  font-size: 15px;
  font-weight: 700;
  color: #37245A;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .price-box .price-wrapper .price {
  font-size: 17px;
  font-weight: 800;
  color: #37245A !important;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points {
  background: #D0C6FF;
  box-shadow: 0px 0px 6.4px 1px rgba(55, 36, 90, 0.3);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  inset: 17px auto auto 17px;
  margin: 0;
  z-index: 9;
  text-align: left;
  padding: 2px 15px;
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 30px;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points::before {
  content: '';
  line-height: 0;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='7.21875' cy='7.21875' r='7.21875' fill='%232E245A'/><path d='M5.75196 9.84999C5.37078 10.0678 4.914 9.72379 5.01814 9.29728L5.31941 8.06339C5.365 7.87669 5.29954 7.68039 5.15103 7.55841L4.16226 6.74629C3.8151 6.46115 3.99089 5.89842 4.43863 5.8616L5.80078 5.74958C5.98272 5.73462 6.14204 5.62169 6.21642 5.45497L6.76211 4.23179C6.93835 3.83673 7.49911 3.83673 7.67535 4.23179L8.22104 5.45497C8.29541 5.62169 8.45474 5.73462 8.63668 5.74958L9.99883 5.8616C10.4466 5.89842 10.6224 6.46115 10.2752 6.74629L9.28643 7.55841C9.13791 7.68039 9.07246 7.87669 9.11804 8.06339L9.41932 9.29728C9.52346 9.72379 9.06668 10.0678 8.6855 9.84999L7.46682 9.15353C7.31309 9.06567 7.12437 9.06567 6.97064 9.15353L5.75196 9.84999Z' fill='white'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points.show {
  display: inline-flex;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards {
  color: #2E245A !important;
}
.poco-home-page-style-6 .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: static;
}
.poco-home-page-style-6 .product-items .product-item .view_product_btn_container .view_product_btn {
  font-size: 16px;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  background: #37245A;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #37245A;
}
.poco-home-page-style-6 .product-items .product-item .view_product_btn_container .view_product_btn::after {
  content: url("data:image/svg+xml;utf8,<svg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.6375 4.375L8.17868 0.875L9.05882 0L14 5L9.05882 10L8.17868 9.125L11.6375 5.625H0V4.375H11.6375Z' fill='white'/></svg>");
  margin-left: 7px;
  width: 14px;
  height: 10px;
  display: flex;
  align-items: center;
}
.catalog-category-view .faq_section_cms,
.catalogsearch-result-index .faq_section_cms {
  margin-top: 186px;
}
@media only screen and (min-width: 1400px) {
  .page-main {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1202px) {
  .catalog-category-view.page-layout-2columns-left .page-title-wrap .page-title-wrapper.noimage,
  .catalogsearch-result-index.page-layout-2columns-left .page-title-wrap .page-title-wrapper.noimage {
    padding: 136px 0px !important;
  }
  .catalog-category-view.page-layout-2columns-left .page-title-wrap .page-title,
  .catalogsearch-result-index.page-layout-2columns-left .page-title-wrap .page-title {
    font-size: 45px !important;
  }
}
@media only screen and (max-width: 1201px) {
  .catalog-category-view.page-layout-2columns-left .catalog_page_title,
  .catalogsearch-result-index.page-layout-2columns-left .catalog_page_title {
    margin-bottom: 20px;
  }
  .catalog-category-view.page-layout-2columns-left .page-title-wrap,
  .catalogsearch-result-index.page-layout-2columns-left .page-title-wrap {
    margin-bottom: 40px !important;
  }
  .catalog-category-view.page-layout-2columns-left .faq_section_cms,
  .catalogsearch-result-index.page-layout-2columns-left .faq_section_cms {
    margin-top: 70px;
  }
  .catalog-category-view.page-layout-2columns-left .column.main,
  .catalogsearch-result-index.page-layout-2columns-left .column.main {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-items .product-item .view_product_btn_container {
    opacity: 0;
    transition: 0.3s;
  }
  .product-items .product-item:hover .view_product_btn_container {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view.page-layout-2columns-left .search-result-list-container,
  .catalogsearch-result-index.page-layout-2columns-left .search-result-list-container {
    flex-direction: column;
    row-gap: 20px;
  }
  .catalog-category-view.page-layout-2columns-left .search-result-list-container .block,
  .catalogsearch-result-index.page-layout-2columns-left .search-result-list-container .block {
    gap: 5px;
  }
  .catalog-category-view.page-layout-2columns-left .search-result-list-container .block .item a,
  .catalogsearch-result-index.page-layout-2columns-left .search-result-list-container .block .item a {
    padding: 3px 10px;
  }
  .catalog-category-view.page-layout-2columns-left .products-grid .product-items-3 .product-item,
  .catalogsearch-result-index.page-layout-2columns-left .products-grid .product-items-3 .product-item {
    flex: 0 0 calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .page-title-wrap .page-title,
  .catalogsearch-result-index.page-layout-2columns-left .page-title-wrap .page-title {
    font-size: 26px !important;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter {
    padding: 0 !important;
    background: none;
    border-bottom: 1px dashed #c9c9c9 !important;
    margin-bottom: 24px !important;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title {
    margin-bottom: 16px !important;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong:before {
    top: 8px;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content {
    margin-top: 0px !important;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .filter-current,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .filter-current,
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .filter-actions,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .filter-actions {
    display: none;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content .filter-current,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content .filter-current,
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content .filter-actions,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content .filter-actions {
    display: block !important;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-item {
    margin-bottom: 0px !important;
  }
  .catalog-category-view.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-item .filter-options-content,
  .catalogsearch-result-index.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-item .filter-options-content {
    padding-top: 0px !important;
  }
  .catalog-category-view.page-layout-2columns-left .catalog_page_title .page-title-wrapper .page-title,
  .catalogsearch-result-index.page-layout-2columns-left .catalog_page_title .page-title-wrapper .page-title {
    font-size: 20px;
  }
  .catalog-category-view.page-layout-2columns-left .toolbar-products .sorter-label,
  .catalogsearch-result-index.page-layout-2columns-left .toolbar-products .sorter-label {
    left: 16px;
    font-size: 12px;
  }
  .catalog-category-view.page-layout-2columns-left .toolbar-products .sorter-options,
  .catalogsearch-result-index.page-layout-2columns-left .toolbar-products .sorter-options {
    height: 35px;
    padding: 0px 30px 0px 60px;
    background-position: calc(100% - 14px) center;
    font-size: 12px;
  }
  .catalog-category-view.page-layout-2columns-left .toolbar-products .toolbar-amount,
  .catalogsearch-result-index.page-layout-2columns-left .toolbar-products .toolbar-amount {
    font-size: 14px;
  }
  .catalog-category-view.page-layout-2columns-left .pages .pages-items,
  .catalogsearch-result-index.page-layout-2columns-left .pages .pages-items {
    gap: 5px;
  }
  .catalog-category-view.page-layout-2columns-left .pages .pages-items .item .page,
  .catalogsearch-result-index.page-layout-2columns-left .pages .pages-items .item .page {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .catalog-category-view.page-layout-2columns-left .faq_section_cms,
  .catalogsearch-result-index.page-layout-2columns-left .faq_section_cms {
    margin-top: 50px;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-image-wrapper,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-image-wrapper {
    border-radius: 14px;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-image-wrapper img,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-image-wrapper img {
    border-radius: 14px;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-details,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-item-details {
    padding: 10px 4px 0px !important;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-details .product-item-name .product-item-link,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-details .price-box .price-wrapper,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-item-details .price-box .price-wrapper {
    align-items: end;
    margin-bottom: 4px;
    gap: 2px;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-details .price-box .price-wrapper .price,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-item-details .price-box .price-wrapper .price {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-details .price-box .price-wrapper::before,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-item-details .price-box .price-wrapper::before {
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points {
    inset: 6px auto auto 6px;
    max-width: calc(100% - 12px);
    padding: 2px 6px;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards {
    font-size: 11px !important;
  }
  .catalog-category-view.page-layout-2columns-left .product-items .product-item .view_product_btn_container .view_product_btn,
  .catalogsearch-result-index.page-layout-2columns-left .product-items .product-item .view_product_btn_container .view_product_btn {
    font-size: 12px;
    padding: 2px;
    line-height: 22px;
  }
  .poco-home-page-style-6 .product-items .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 16px;
  }
  .poco-home-page-style-6 .product-items .product-item .product-item-details .price-box .price-wrapper::before {
    font-size: 14px;
  }
  .poco-home-page-style-6 .product-items .product-item .product-item-details .price-box .price-wrapper .price {
    font-size: 16px;
  }
  .poco-home-page-style-6 .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points {
    padding: 2px 15px;
    min-height: 24px;
    gap: 6px;
  }
  .poco-home-page-style-6 .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points::before {
    width: 13px;
    height: 13px;
  }
  .poco-home-page-style-6 .product-items .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards {
    font-size: 12px !important;
  }
  .poco-home-page-style-6 ol.products.list.items.product-items {
    flex-direction: unset;
  }
}
@media only screen and (max-width: 575px) {
  .catalog-category-view.page-layout-2columns-left .toolbar-products,
  .catalogsearch-result-index.page-layout-2columns-left .toolbar-products {
    flex-wrap: wrap;
  }
  .catalog-category-view.page-layout-2columns-left .toolbar-products .toolbar-amount,
  .catalogsearch-result-index.page-layout-2columns-left .toolbar-products .toolbar-amount {
    order: 1;
    margin-left: auto;
    margin-top: 4px;
  }
}
.product-item-photo .container-product-list {
  top: unset !important;
  bottom: 10px;
}
.poco-home-page-style-6.catalog-product-view .page-main {
  overflow: hidden;
}
.poco-home-page-style-6.catalog-product-view .page-title-wrap {
  padding: 39px 0px;
}
.poco-home-page-style-6.catalog-product-view .breadcrumbs {
  padding: 0;
  margin-bottom: 28px;
  margin-top: 78px;
}
.poco-home-page-style-6.catalog-product-view .breadcrumbs .items {
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.poco-home-page-style-6.catalog-product-view .breadcrumbs .item:not(:last-child):after {
  content: '/';
  margin: 0;
  padding: 0px;
  font-weight: 400;
  color: #7A7A7AA8 !important;
}
.poco-home-page-style-6.catalog-product-view .breadcrumbs .item:nth-last-child(2)::after {
  color: #7A7A7A !important;
}
.poco-home-page-style-6.catalog-product-view .breadcrumbs .item {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #7A7A7A !important;
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.poco-home-page-style-6.catalog-product-view .breadcrumbs a {
  color: #7A7A7AA8 !important;
  text-transform: none !important;
  letter-spacing: 1px;
}
.poco-home-page-style-6.catalog-product-view .breadcrumbs strong {
  text-transform: none !important;
  letter-spacing: 1px;
}
.poco-home-page-style-6.catalog-product-view .product-info-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 113px;
}
.poco-home-page-style-6.catalog-product-view .product.media {
  width: 53%;
}
.poco-home-page-style-6.catalog-product-view .product-info-main {
  width: 40%;
  padding: 0;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage {
  border: none !important;
  border-radius: 22px !important;
  overflow: hidden;
  margin-bottom: 33px;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr {
  width: 58px;
  opacity: 1;
  background: none;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--disabled .fotorama__arr__arr {
  background: #fff !important;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr.fotorama__arr--disabled .fotorama__arr__arr::before {
  border-color: #37245A;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr__arr {
  border-radius: 10px;
  background: #37245A !important;
  width: 58px;
  height: 58px;
  color: #fff;
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5.5px 0px #0000001C;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--prev {
  left: 24px;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--prev .fotorama__arr__arr::before {
  margin-left: 3px;
  height: 12px;
  width: 12px;
  border-width: 3px 3px 0 0;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--next {
  right: 24px;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--next .fotorama__arr__arr::before {
  margin-right: 3px;
  height: 12px;
  width: 12px;
  border-width: 0 0 3px 3px;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__img {
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__nav-wrap {
  margin-top: 20px;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav--dots .fotorama__active .fotorama__dot {
  border-color: #37245A !important;
  background-color: #37245A !important;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__nav--thumbs .fotorama__nav__shaft {
  height: 128px;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame {
  height: 128px !important;
  width: 145px !important;
  padding: 0px 15px 0px 0px !important;
  box-sizing: border-box;
  opacity: 0.5;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  border: none !important;
  border-radius: 22px;
  overflow: hidden;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  opacity: 1;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame:last-child {
  width: 130px !important;
  padding: 0px !important;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__nav--thumbs .fotorama__thumb__arr {
  top: 50% !important;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__wrap .fotorama__stage {
  margin-bottom: 0px;
  padding-bottom: 20px;
  height: calc(100dvh - 128px) !important;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap {
  margin: 0px;
}
.poco-home-page-style-6.catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon:focus:after {
  box-shadow: none;
}
.poco-home-page-style-6.catalog-product-view #prodLabel {
  display: none;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .stock_status {
  border-radius: 20px;
  padding: 4px 13px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 15px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .stock_available {
  color: #4BC72C;
  border: 1px solid #4BC72C;
  background: rgba(79, 243, 115, 0.1);
}
.poco-home-page-style-6.catalog-product-view .product-info-main .stock_unavailable {
  color: #FF4545;
  border: 1px solid #FF4545;
  background: rgba(255, 69, 69, 0.1);
}
.poco-home-page-style-6.catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
  font-size: 42px;
  line-height: 47px;
  font-weight: 600;
  margin-bottom: 24px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-info-price .price {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #37245A !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-info-price .price-wrapper:before {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 27px;
  color: #615A7F;
  margin-right: 35px;
  max-width: 184px;
  width: 100% !important;
  display: inline-block;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-info-price .price-box {
  margin-bottom: 27px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .rewards__product-earn-points.rewards__product-points {
  background: #D0C6FF;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 5px 20px;
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  margin-top: 24px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .rewards__product-earn-points.rewards__product-points::before {
  content: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='7.21875' cy='7.21875' r='7.21875' fill='%235D5194'/><path d='M5.75196 9.84999C5.37078 10.0678 4.914 9.72379 5.01814 9.29728L5.31941 8.06339C5.365 7.87669 5.29954 7.68039 5.15103 7.55841L4.16226 6.74629C3.8151 6.46115 3.99089 5.89842 4.43863 5.8616L5.80078 5.74958C5.98272 5.73462 6.14204 5.62169 6.21642 5.45497L6.76211 4.23179C6.93835 3.83673 7.49911 3.83673 7.67535 4.23179L8.22104 5.45497C8.29541 5.62169 8.45474 5.73462 8.63668 5.74958L9.99883 5.8616C10.4466 5.89842 10.6224 6.46115 10.2752 6.74629L9.28643 7.55841C9.13791 7.68039 9.07246 7.87669 9.11804 8.06339L9.41932 9.29728C9.52346 9.72379 9.06668 10.0678 8.6855 9.84999L7.46682 9.15353C7.31309 9.06567 7.12437 9.06567 6.97064 9.15353L5.75196 9.84999Z' fill='white'/></svg>");
  line-height: 0;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .rewards__product-earn-points.rewards__product-points.show {
  display: inline-flex;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .rewards__product-earn-points.rewards__product-points .price.rewards {
  color: #5D5194 !important;
  background: none !important;
  padding: 0;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: static;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.attribute.overview {
  padding: 25px 0px 31px;
  margin-top: 0px;
  border-color: #BBBBBB;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.attribute.overview .value {
  color: #615A7F;
  max-height: 122px;
  font-weight: 500;
  overflow: auto;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.attribute.overview .value::-webkit-scrollbar {
  width: 11px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.attribute.overview .value::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.attribute.overview .value::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 10px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.attribute.overview .value::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-add-form {
  padding: 27px 0px 0px !important;
  margin-top: 0px !important;
  border-color: #BBBBBB;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-add-form:has(.action.disabled-button) {
  display: none;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-add-form:not(:has(.box-tocart)) {
  display: none;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.alert.stock {
  padding: 27px 0px 0px;
  border-top: 1px solid #BBBBBB;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.alert.stock a {
  border: 2px solid #2E245A;
  background: #2E245A;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  padding: 15px;
  display: block;
  text-align: center;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product.alert.stock a:hover {
  color: #2E245A;
  background: #fff;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart {
  width: 100%;
  margin-bottom: 0px !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .fieldset {
  flex-wrap: wrap;
  align-items: end;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .action.primary#product-addtocart-button {
  flex: 1;
  border: 2px solid #2E245A !important;
  background: #fff !important;
  color: #2E245A !important;
  font-size: 17px;
  font-weight: 600 !important;
  text-transform: none;
  padding: 15px !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .action.primary#product-addtocart-button:hover {
  background: #2E245A !important;
  color: #ffffff !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .amquote-addto-button {
  flex: 0 0 100%;
  margin-top: 21px;
  border: 2px solid #2E245A !important;
  background: #2E245A !important;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 600 !important;
  text-transform: none;
  padding: 15px !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .amquote-addto-button:hover {
  background: #ffffff !important;
  color: #2E245A !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty {
  padding-right: 15px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .label {
  display: block;
  font-size: 15px;
  font-weight: 500 !important;
  margin-bottom: 14px;
  line-height: 18px;
  color: #666666 !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .qnty {
  position: static;
  width: unset;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .qty-outer {
  position: relative;
  width: unset;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
  overflow: hidden;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .input-text.qty {
  height: 56px !important;
  width: 130px;
  font-size: 15px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-controls {
  border: none;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-controls:before {
  font-size: 20px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-minus {
  left: 0px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-plus {
  right: 0px;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-options-wrapper .fieldset .field {
  margin-bottom: 28px !important;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-options-wrapper .label {
  font-weight: 700 !important;
  color: #37245A !important;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 8px;
  display: inline-block;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-options-wrapper .label::after {
  font-size: 18px;
  color: #EE8C8C;
  margin: 0;
}
.poco-home-page-style-6.catalog-product-view .product-info-main .product-options-wrapper .product-custom-option {
  border: 1px solid #E0DCEA !important;
  border-radius: 6px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%227%22%20viewBox%3D%220%200%2013%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.5%200.5L6.5%206.5L12.5%200.5%22%20stroke%3D%22%231E1E1E%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-position-x: calc(100% - 18px);
  color: #828282;
  font-size: 15px;
  font-weight: 500;
}
.poco-home-page-style-6.catalog-product-view .product.info {
  margin-bottom: 125px;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 83px;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items::before,
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items::after {
  content: unset;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.title {
  display: inline-block;
  order: 1;
  border-bottom: none;
  margin: 0;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.title a {
  color: #615A7F !important;
  font-size: 30px;
  font-weight: 600;
  padding: 0 0 13px;
  border-bottom: 2px solid transparent;
  text-transform: none;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.title a::after {
  content: unset !important;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.title.active a {
  border-color: #37245A;
  color: #37245A !important;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.title.active a::after {
  content: unset !important;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content {
  order: 2;
  flex: 0 0 100%;
  border-top: 1px solid rgba(122, 122, 122, 0.66) !important;
  border-bottom: 1px solid rgba(122, 122, 122, 0.66) !important;
  padding: 36px 0px 36px;
  color: #615A7F;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content blockquote {
  padding-left: 50px;
  margin: 0px;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content blockquote:before {
  font-size: 85px;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content p {
  margin-bottom: 20px;
  color: #615A7F;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content .review-fieldset .label {
  font-size: 16px;
  font-weight: 600 !important;
  color: #37245A;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content .review-fieldset input,
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content .review-fieldset textarea {
  border: 1px solid #EBE5FF !important;
  border-radius: 6px;
  color: #37245A;
}
.poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content #reviews #review-form .review-legend.legend {
  color: #615A7F;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell {
  margin-bottom: 0px !important;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-wrapper,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-wrapper {
  cursor: unset !important;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-wrapper .swiper-slide,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-wrapper .swiper-slide {
  transition: none;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-next,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-next,
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-prev,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-prev {
  background-color: #ffffff;
  width: 46px !important;
  height: 46px !important;
  box-shadow: 0px 0px 5.5px 0px #0000001C;
  top: calc((100% - 144px) / 2) !important;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-next.swiper-button-disabled,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-next.swiper-button-disabled,
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-prev.swiper-button-disabled,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-next::after,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-next::after,
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-prev::after,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-prev::after {
  content: '' !important;
  width: 17px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-next::after,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-next::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width=%2217%22%20height=%2212%22%20viewBox=%220%200%2017%2012%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%0A%3Cpath%20d=%22M14.1312%205.25L9.93125%201.05L11%20-4.29138e-07L17%206L11%2012L9.93125%2010.95L14.1312%206.75L-4.5897e-07%206.75L-5.90104e-07%205.25L14.1312%205.25Z%22%20fill=%22%235368A2%22/%3E%0A%3C/svg%3E");
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-prev::after,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-prev::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22rotate(180%208.5%206)%22%3E%3Cpath%20d%3D%22M14.1312%205.25L9.93125%201.05L11%200L17%206L11%2012L9.93125%2010.95L14.1312%206.75H0V5.25H14.1312Z%22%20fill%3D%22%235368A2%22/%3E%3C/g%3E%3C/svg%3E");
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .section-title,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .section-title {
  margin-bottom: 63px !important;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .section-title .title,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .section-title .title {
  font-size: 50px;
  line-height: 47px;
  font-weight: 600;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .block-content .products-grid,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .block-content .products-grid {
  overflow: unset;
  margin-bottom: 80px;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-image-wrapper,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-image-wrapper {
  padding-bottom: 100% !important;
  border-radius: 22px;
  overflow: hidden;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-info,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-info {
  position: relative;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details {
  padding: 10px 8px 0px !important;
  text-align: left !important;
  position: static !important;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .product-item-name,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .product-item-name {
  line-height: 21px;
  margin: 0px 0px 11px;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .product-item-name .product-item-link,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .product-item-name .product-item-link {
  font-size: 18px;
  font-weight: 800;
  color: #37245A !important;
  margin: 0px 0px 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .price-box,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .price-box {
  display: block !important;
  margin-bottom: 12px;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .price-box .price-wrapper,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .price-box .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .price-box .price-wrapper::before,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .price-box .price-wrapper::before {
  font-size: 15px;
  font-weight: 700;
  color: #37245A;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .price-box .price-wrapper .price,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .price-box .price-wrapper .price {
  font-size: 17px;
  font-weight: 800;
  color: #37245A !important;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .rewards__product-earn-points.rewards__product-points,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .rewards__product-earn-points.rewards__product-points {
  background: #D0C6FF;
  box-shadow: 0px 0px 6.4px 1px rgba(55, 36, 90, 0.3);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  inset: 17px auto auto 17px;
  margin: 0;
  z-index: 9;
  text-align: left;
  padding: 2px 15px;
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 30px;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .rewards__product-earn-points.rewards__product-points::before,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .rewards__product-earn-points.rewards__product-points::before {
  content: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='7.21875' cy='7.21875' r='7.21875' fill='%232E245A'/><path d='M5.75196 9.84999C5.37078 10.0678 4.914 9.72379 5.01814 9.29728L5.31941 8.06339C5.365 7.87669 5.29954 7.68039 5.15103 7.55841L4.16226 6.74629C3.8151 6.46115 3.99089 5.89842 4.43863 5.8616L5.80078 5.74958C5.98272 5.73462 6.14204 5.62169 6.21642 5.45497L6.76211 4.23179C6.93835 3.83673 7.49911 3.83673 7.67535 4.23179L8.22104 5.45497C8.29541 5.62169 8.45474 5.73462 8.63668 5.74958L9.99883 5.8616C10.4466 5.89842 10.6224 6.46115 10.2752 6.74629L9.28643 7.55841C9.13791 7.68039 9.07246 7.87669 9.11804 8.06339L9.41932 9.29728C9.52346 9.72379 9.06668 10.0678 8.6855 9.84999L7.46682 9.15353C7.31309 9.06567 7.12437 9.06567 6.97064 9.15353L5.75196 9.84999Z' fill='white'/></svg>");
  line-height: 0;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .rewards__product-earn-points.rewards__product-points.show,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .rewards__product-earn-points.rewards__product-points.show {
  display: flex;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards {
  color: #2E245A !important;
  background: none !important;
  padding: 0px;
  font-weight: 500 !important;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .points-loader.loader,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: static;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-actions,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-actions {
  display: none;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .view_product_btn_container .view_product_btn,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .view_product_btn_container .view_product_btn {
  font-size: 16px;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  background: #37245A;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #37245A;
}
.poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .view_product_btn_container .view_product_btn::after,
.poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .view_product_btn_container .view_product_btn::after {
  content: url("data:image/svg+xml;utf8,<svg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.6375 4.375L8.17868 0.875L9.05882 0L14 5L9.05882 10L8.17868 9.125L11.6375 5.625H0V4.375H11.6375Z' fill='white'/></svg>");
  margin-left: 7px;
  width: 14px;
  height: 10px;
  display: flex;
  align-items: center;
}
.poco-home-page-style-6.catalog-product-view .product.info.detailed #reviews #product-review-container {
  width: unset;
  margin-right: 0px;
}
.amcountdown-block-wrapper.-progress {
  max-width: unset !important;
  padding: 0px;
  margin-bottom: 18px;
}
.amcountdown-block-wrapper.-progress .amcountdown-text {
  margin-bottom: 0px;
}
.amcountdown-block-wrapper.-progress .amcountdown-text .top_product_countdown_info {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0px;
  color: #805CC5;
}
.amcountdown-block-wrapper.-progress .amcountdown-text .truck-icon::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2215%22%20viewBox%3D%220%200%2022%2015%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M21.9478%205.4444L20.6644%202.32056C20.5555%202.05612%2020.3675%201.82964%2020.1247%201.67049C19.882%201.51135%2019.5958%201.42688%2019.3032%201.42804H16.1333V0.714019C16.1333%200.524649%2016.0561%200.343036%2015.9185%200.209131C15.781%200.0752269%2015.5945%200%2015.4%200H1.46667C1.07768%200%200.70463%200.150454%200.429577%200.418263C0.154523%200.686072%200%201.0493%200%201.42804V11.4243C0%2011.803%200.154523%2012.1663%200.429577%2012.4341C0.70463%2012.7019%201.07768%2012.8523%201.46667%2012.8523H3.025C3.18655%2013.4667%203.55351%2014.0112%204.06803%2014.4001C4.58254%2014.7889%205.21534%2015%205.86667%2015C6.51799%2015%207.15079%2014.7889%207.66531%2014.4001C8.17982%2014.0112%208.54678%2013.4667%208.70833%2012.8523H13.2917C13.4532%2013.4667%2013.8202%2014.0112%2014.3347%2014.4001C14.8492%2014.7889%2015.482%2015%2016.1333%2015C16.7847%2015%2017.4175%2014.7889%2017.932%2014.4001C18.4465%2014.0112%2018.8134%2013.4667%2018.975%2012.8523H20.5333C20.9223%2012.8523%2021.2954%2012.7019%2021.5704%2012.4341C21.8455%2012.1663%2022%2011.803%2022%2011.4243V5.71215C22.0001%205.62049%2021.9824%205.52963%2021.9478%205.4444ZM5.86667%2013.5664C5.57659%2013.5664%205.29302%2013.4826%205.05183%2013.3257C4.81064%2013.1688%204.62265%2012.9458%204.51164%2012.6848C4.40063%2012.4239%204.37159%2012.1367%204.42818%2011.8597C4.48477%2011.5827%204.62446%2011.3283%204.82958%2011.1285C5.03469%2010.9288%205.29603%2010.7928%205.58053%2010.7377C5.86504%2010.6826%206.15994%2010.7109%206.42794%2010.819C6.69593%2010.9271%206.925%2011.1101%207.08616%2011.3449C7.24731%2011.5798%207.33333%2011.8559%207.33333%2012.1383C7.33333%2012.5171%207.17881%2012.8803%206.90376%2013.1481C6.6287%2013.4159%206.25565%2013.5664%205.86667%2013.5664ZM1.46667%207.14019V1.42804H14.6667V7.14019H1.46667ZM16.1333%2013.5664C15.8433%2013.5664%2015.5597%2013.4826%2015.3185%2013.3257C15.0773%2013.1688%2014.8893%2012.9458%2014.7783%2012.6848C14.6673%2012.4239%2014.6383%2012.1367%2014.6948%2011.8597C14.7514%2011.5827%2014.8911%2011.3283%2015.0962%2011.1285C15.3014%2010.9288%2015.5627%2010.7928%2015.8472%2010.7377C16.1317%2010.6826%2016.4266%2010.7109%2016.6946%2010.819C16.9626%2010.9271%2017.1917%2011.1101%2017.3528%2011.3449C17.514%2011.5798%2017.6%2011.8559%2017.6%2012.1383C17.6%2012.5171%2017.4455%2012.8803%2017.1704%2013.1481C16.8954%2013.4159%2016.5223%2013.5664%2016.1333%2013.5664ZM16.1333%204.99813V2.85608H19.3032L20.1832%204.99813H16.1333Z%22%20fill%3D%22%23805CC5%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar {
  display: none;
}
.amcountdown-block-wrapper.-progress .amcountdown-content .amcountdown-list {
  margin: 0px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #805CC5;
}
.amcountdown-block-wrapper.-progress .amcountdown-content .amcountdown-list .amcountdown-wrap {
  margin-right: 0px;
}
.amcountdown-block-wrapper.-progress .amcountdown-content .amcountdown-list .amcountdown-item {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #805CC5;
  margin-right: 5px;
  min-width: unset;
}
.amcountdown-block-wrapper.-progress .amcountdown-content .amcountdown-list .amcountdown-number {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #805CC5;
  margin-right: 2px;
}
@media only screen and (min-width: 1400px) {
  .catalog-product-view .page-main {
    padding: 0px 100px;
  }
}
@media only screen and (min-width: 1202px) {
  .poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-next,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-next,
  .poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-prev,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-prev {
    top: calc((100% - 147px) / 2) !important;
  }
}
@media only screen and (max-width: 1201px) {
  .poco-home-page-style-6.catalog-product-view .breadcrumbs {
    margin: 20px 0px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-wrapper .product.media {
    width: 53%;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-wrapper .product-info-main {
    width: 43%;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr {
    width: 45px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr__arr {
    width: 45px;
    height: 45px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--next {
    right: 16px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--prev {
    left: 16px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-wrapper {
    margin-bottom: 50px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
    font-size: 34px;
    line-height: 40px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .block-content .products-grid,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .block-content .products-grid {
    margin-bottom: 70px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  .poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .view_product_btn_container,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .view_product_btn_container {
    opacity: 0;
    transition: 0.3s;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .product-item:hover .view_product_btn_container,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item:hover .view_product_btn_container {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.title a {
    font-size: 24px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content .value,
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content .additional-attributes {
    font-size: 16px;
    line-height: 24px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .section-title,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .section-title {
    margin-bottom: 40px !important;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .section-title .title,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .section-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .poco-home-page-style-6.catalog-product-view .product.info {
    padding: 0px;
    margin-bottom: 50px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items {
    column-gap: 10px;
    justify-content: space-evenly;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.title a {
    font-size: 18px;
    padding: 0 0 8px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content {
    padding: 24px 0px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content .value,
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content .additional-attributes,
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content p {
    font-size: 14px;
    line-height: 20px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content p {
    margin-bottom: 16px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content #reviews #review-form .review-legend.legend span,
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content #reviews #review-form .review-legend.legend strong {
    font-size: 14px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content blockquote {
    margin: 0px;
    padding: 0px 0px 0px 40px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content blockquote:before {
    font-size: 80px;
  }
  .poco-home-page-style-6.catalog-product-view .product.info .product.data.items .data.item.content td.data {
    padding: 5px 10px !important;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage {
    margin-bottom: 20px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr {
    width: 30px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr__arr {
    width: 30px;
    height: 30px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--prev {
    left: 5px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--prev .fotorama__arr__arr::before {
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--next {
    right: 5px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__arr--next .fotorama__arr__arr::before {
    height: 8px;
    width: 8px;
    border-width: 0 0 2px 2px;
  }
  .poco-home-page-style-6.catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__wrap .fotorama__stage {
    height: calc(100dvh - 28px) !important;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
    line-height: 28px;
    margin-bottom: 16px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .product-info-price .price-wrapper:before {
    font-size: 14px !important;
    margin-right: 16px;
    line-height: 22px;
    max-width: 150px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .product-info-price .price {
    font-size: 18px;
    line-height: 22px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .rewards__product-earn-points.rewards__product-points {
    margin-top: 16px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .product.attribute.overview {
    padding: 16px 0px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .product-add-form {
    padding: 16px 0px 0px !important;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .product.alert.stock {
    padding: 16px 0px 0px !important;
    margin-bottom: 16px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .product.alert.stock a {
    padding: 4px;
    font-size: 14px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .fieldset {
    display: flex;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty {
    margin: 0px !important;
    padding-right: 10px !important;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .label {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .input-text.qty {
    height: 43px !important;
    width: 90px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-controls {
    width: 30px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .action.primary#product-addtocart-button {
    padding: 10px !important;
    font-size: 14px;
  }
  .poco-home-page-style-6.catalog-product-view .product-info-main .box-tocart .amquote-addto-button {
    margin-top: 16px;
    padding: 10px !important;
    font-size: 14px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-next,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-next,
  .poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-prev,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-next::after,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-next::after,
  .poco-home-page-style-6.catalog-product-view .block-slider.related .swiper-button-prev::after,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .swiper-button-prev::after {
    width: 12px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .section-title,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .section-title {
    margin-bottom: 24px !important;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .section-title .title,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .section-title .title {
    font-size: 28px !important;
    line-height: 34px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .product-item-name .product-item-link,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 16px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .price-box .price-wrapper::before,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .price-box .price-wrapper::before {
    font-size: 14px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .price-box .price-wrapper .price,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .price-box .price-wrapper .price {
    font-size: 16px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .rewards__product-earn-points.rewards__product-points,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .rewards__product-earn-points.rewards__product-points {
    padding: 2px 15px;
    min-height: 24px;
    gap: 6px;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards {
    font-size: 12px !important;
  }
  .poco-home-page-style-6.catalog-product-view .block-slider.related .block-content .products-grid,
  .poco-home-page-style-6.catalog-product-view .block-slider.upsell .block-content .products-grid {
    margin-bottom: 50px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-text .top_product_countdown_info {
    font-size: 16px;
    line-height: 24px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-content .amcountdown-list {
    font-size: 16px;
    line-height: 24px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-content .amcountdown-list .amcountdown-item {
    font-size: 16px;
    line-height: 24px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-content .amcountdown-list .amcountdown-number {
    font-size: 16px;
    line-height: 24px;
  }
}
div:has(> .faq_section_cms) {
  width: 100%;
}
.faq_section_cms {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.faq_section_cms .faq_section_list {
  flex: 0 0 49%;
}
.faq_section_cms .faq_section_list_item {
  font-size: 18px;
  font-weight: 700;
  background: #ebe5ff;
  padding: 16px 21px;
  border-radius: 18px;
  color: #615a7f;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.faq_section_cms .faq_section_list_item:hover {
  color: #37245a;
}
.faq_section_cms .faq_section_list_item::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14.1312%205.25L9.93125%201.05L11%200L17%206L11%2012L9.93125%2010.95L14.1312%206.75H0V5.25H14.1312Z%22%20fill%3D%22%235D5194%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  display: inline-block;
}
.faq_section_cms .faq_info {
  font-size: 17px;
  font-weight: 700;
  color: #615a7f;
  margin-bottom: 54px;
  max-width: 410px;
  width: 100%;
}
.faq_section_cms .faq_title {
  font-size: 50px;
  font-weight: 700;
  color: #37245a;
  line-height: 53px;
  margin-bottom: 26px;
}
.faq_section_cms .talk_us_btn {
  border: 2px solid #2e245a;
  padding: 6px 18px;
  border-radius: 50px;
  max-width: 153px;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #2e245a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  line-height: 23px;
}
.faq_section_cms .talk_us_btn::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.3417%204.47702L7.9708%200.895424L8.82857%200L13.6442%205.11659L8.82858%2010.2332L7.9708%209.33776L11.3417%205.75616H0V4.47702H11.3417Z%22%20fill%3D%22%232E245A%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  display: inline-block;
}
.faq_section_cms .talk_us_btn:hover {
  color: #ffffff;
  background-color: #2e245a;
}
.faq_section_cms .talk_us_btn:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNjM3NSA0LjM3NUw4LjE3ODY4IDAuODc1TDkuMDU4ODIgMEwxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1SDBWNC40NzcyaDExLjYzNzV6IiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
}
@media only screen and (max-width: 1201px) {
  .faq_section_cms .faq_title {
    font-size: 35px;
    line-height: 38px;
  }
  .faq_section_cms .faq_info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_section_cms {
    flex-direction: column;
  }
  .faq_section_cms .faq_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
  }
  .faq_section_cms .faq_info {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0px auto 20px;
  }
  .faq_section_cms .talk_us_btn {
    margin: auto;
    font-size: 14px;
    padding: 6px 14px;
    max-width: 120px;
  }
  .faq_section_cms .talk_us_btn::after {
    width: 14px;
  }
  .faq_section_cms .faq_section_list_item {
    padding: 10px 16px;
    font-size: 14px;
  }
  .faq_section_cms .faq_section_list_item::after {
    width: 14px;
  }
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 1.9em;
}
.reward-message .success.message {
  background: #D0C6FF;
  border-radius: 5px;
  color: #5D5194;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  padding: 18px 22px 18px 57px;
  margin-bottom: 27px;
}
.reward-message .success.message .message-earn-points:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cellipse%20cx%3D%2210%22%20cy%3D%229.86607%22%20rx%3D%2210%22%20ry%3D%229.86607%22%20fill%3D%22%235D5194%22/%3E%3Cpath%20d%3D%22M7.57869%2013.6819C7.19681%2013.8972%206.74244%2013.5518%206.84776%2013.1262L7.39584%2010.9116C7.44243%2010.7233%207.37595%2010.5251%207.22528%2010.403L5.41423%208.93546C5.06374%208.65144%205.23894%208.08511%205.68858%208.04863L8.15068%207.84886C8.33193%207.83416%208.49091%207.7222%208.56583%207.55651L9.54438%205.39243C9.72163%205.00044%2010.2783%205.00044%2010.4556%205.39243L11.4341%207.55651C11.509%207.7222%2011.668%207.83416%2011.8493%207.84886L14.3114%208.04863C14.761%208.08511%2014.9362%208.65144%2014.5857%208.93546L12.7747%2010.403C12.624%2010.5251%2012.5575%2010.7233%2012.6041%2010.9116L13.1522%2013.1262C13.2575%2013.5518%2012.8031%2013.8972%2012.4212%2013.6819L10.2455%2012.4552C10.0931%2012.3692%209.90683%2012.3692%209.7544%2012.4552L7.57869%2013.6819Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  margin-top: 0px !important;
}
.cart_page_title {
  margin-top: 92px;
}
.cart_page_title .title {
  font-size: 30px;
  font-weight: 700;
  color: #37245A;
  margin-bottom: 27px;
}
.cart-container .form-cart {
  box-shadow: 0px 2px 44px 0px #00000012;
  border-radius: 18px;
  overflow: hidden;
  width: 100% !important;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items {
  background-color: #ffffff;
  border: none;
  margin: 0;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items th.col {
  background: #EBE5FF !important;
  font-size: 18px !important;
  color: #37245A !important;
  padding: 24px 20px 24px 48px !important;
  text-transform: none !important;
  border: none;
  border-right: 1px solid #ffffff;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items th.col:last-child {
  border-right: none;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items th.col.item {
  width: 28%;
  padding-left: 67px !important;
  min-width: 270px;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items th.col.type {
  width: 19%;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items th.col.price {
  width: 18.5%;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items th.col.qty {
  width: 15.5%;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items th.col.subtotal {
  width: 19%;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .cart.item {
  position: relative;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info td {
  border: none;
  padding: 17px 20px 17px 48px;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col {
  align-content: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #5D5194;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col.item {
  display: flex;
  align-items: center;
  padding-left: 67px;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col.subtotal .price {
  color: #994FF3 !important;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .product-item-details {
  line-height: 19px !important;
  width: unset;
  flex: 1;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .product-item-details .product-item-name a {
  font-size: 15px;
  color: #37245A !important;
  line-height: 19px !important;
  word-break: break-word;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .product-item-photo {
  padding-right: 15px;
  max-width: 100px;
  width: 100%;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .product-image-container {
  max-width: 85px;
  aspect-ratio: unset;
  display: block;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .product-image-container .product-image-wrapper {
  padding-top: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .product-image-container .product-image-wrapper .product-image-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .cart-price .price {
  color: #5D5194 !important;
  font-size: 15px;
  font-weight: 600 !important;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .control.qty {
  display: flex;
  align-items: center;
  border: 1px solid #BABABA;
  border-radius: 5px;
  width: 84px;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .control.qty .quantity-controls {
  border: none;
  width: 28px;
  align-content: center;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .control.qty .quantity-controls:before {
  font-size: 16px;
  color: #212121;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .control.qty input {
  width: 28px;
  color: #212121;
  padding: 0;
  border: none !important;
  height: 34px !important;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-actions {
  background: none;
  padding: 5px 20px 20px !important;
  border-top: none;
  border-left: none;
  border-right: none;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-actions td {
  position: static;
  padding: 0px !important;
  border: none;
  justify-content: end;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .item-actions .action-edit {
  display: none;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .action-delete {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.cart-container .form-cart .cart.table-wrapper table.cart.items .action-delete::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC43NSAwLjc1TDcuNzUgNy43NU03Ljc1IDAuNzVMMC43NSA3Ljc1IiBzdHJva2U9IiNCQUJBQkEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
.cart-container .form-cart .cart.main.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  padding: 25px 0px 28px;
  border-top: 1px solid #E0DCEA;
  max-width: calc(100% - 60px);
  margin: 25px auto 0px;
}
.cart-container .form-cart .cart.main.actions .action {
  margin: 0;
  padding: 0 !important;
  background: no-repeat;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: none;
  color: #797979 !important;
  width: fit-content;
}
.cart-container .form-cart .cart.main.actions .action:hover {
  color: #37245A !important;
  background: none !important;
}
.cart-container .form-cart .cart.main.actions .checkout-button-container {
  margin-left: auto;
}
.cart-container .form-cart .cart.main.actions .action.checkout {
  background: #37245A !important;
  color: #ffffff !important;
  padding: 9px 27px !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  border: 1px solid #37245A !important;
  margin-left: auto;
}
.cart-container .form-cart .cart.main.actions .action.checkout:hover {
  background: #ffffff !important;
  color: #37245A !important;
}
.cart-container .form-cart .cart.main.actions .checkout-button-container {
  margin-left: auto;
}
.amasty_quote-cart-index .page-title-wrap {
  background: none;
  margin: 92px 0px 30px;
}
.amasty_quote-cart-index .page-title-wrap .page-title-wrapper.noimage {
  padding: 0 !important;
  background: none;
  text-align: left;
}
.amasty_quote-cart-index .page-title-wrap .page-title-wrapper.noimage .page-title {
  font-size: 30px !important;
  font-weight: 700;
  color: #37245A !important;
  padding-bottom: 0px;
}
.amasty_quote-cart-index .cart-container .amasty-quote-update {
  width: 70% !important;
  margin-bottom: 56px;
}
.amasty_quote-cart-index .cart-container .form-cart .cart.main.actions .action.continue {
  margin-right: auto;
}
.amasty_quote-cart-index .cart-container .cart.main.actions .action {
  font-weight: 500;
  text-decoration: none;
}
.cart-summary {
  box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  overflow: hidden;
  width: calc(30% - 20px) !important;
  margin-left: 20px !important;
}
.cart-summary .summary.title {
  background: #EBE5FF;
  padding: 27px;
  color: #37245A !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
.cart-summary .cart-totals,
.cart-summary .quote-details,
.cart-summary .checkout-methods-items {
  padding: 0px 27px;
}
.cart-summary .cart-totals .data.table.totals th,
.cart-summary .quote-details .data.table.totals th,
.cart-summary .checkout-methods-items .data.table.totals th {
  font-size: 18px;
  font-weight: 700;
  color: #37245A;
  padding: 20px 0px;
  border: 0px;
}
.cart-summary .cart-totals .data.table.totals td,
.cart-summary .quote-details .data.table.totals td,
.cart-summary .checkout-methods-items .data.table.totals td {
  padding: 20px 0px;
  border: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #5D5194;
}
.cart-summary .cart-totals .data.table.totals tr,
.cart-summary .quote-details .data.table.totals tr,
.cart-summary .checkout-methods-items .data.table.totals tr {
  border-color: #E0DCEA;
}
.cart-summary .cart-totals .field.textarea .label,
.cart-summary .quote-details .field.textarea .label,
.cart-summary .checkout-methods-items .field.textarea .label {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 700 !important;
  color: #37245A;
  padding: 20px 0px;
  border: 0px;
  display: flex;
}
.cart-summary .cart-totals .field.textarea .control,
.cart-summary .quote-details .field.textarea .control,
.cart-summary .checkout-methods-items .field.textarea .control {
  width: 100%;
  line-height: 1;
}
.cart-summary .cart-totals select,
.cart-summary .quote-details select,
.cart-summary .checkout-methods-items select {
  border-radius: 10px;
  border-color: #E0DCEA !important;
  padding: 0px 10px;
}
.cart-summary .cart-totals textarea,
.cart-summary .quote-details textarea,
.cart-summary .checkout-methods-items textarea {
  border-radius: 10px;
  border-color: #E0DCEA !important;
  min-height: 150px;
}
.cart-summary .cart-totals .action.checkout,
.cart-summary .quote-details .action.checkout,
.cart-summary .checkout-methods-items .action.checkout {
  font-size: 15px;
  color: #fff !important;
  font-weight: 600;
  text-transform: none;
  background: #37245A !important;
  padding: 9px !important;
  line-height: 23px;
  margin-bottom: 20px;
}
.cart-summary .cart-totals .action.checkout.disabled-button,
.cart-summary .quote-details .action.checkout.disabled-button,
.cart-summary .checkout-methods-items .action.checkout.disabled-button {
  opacity: 0.8;
}
.cart-summary .cart-totals .totals.sub .price,
.cart-summary .quote-details .totals.sub .price,
.cart-summary .checkout-methods-items .totals.sub .price {
  color: #994FF3;
}
.cart-summary .cart-totals .totals.sub .price::before,
.cart-summary .quote-details .totals.sub .price::before,
.cart-summary .checkout-methods-items .totals.sub .price::before {
  content: 'Excl. VAT: ';
  color: #5D5194;
}
.cart-summary .cart-totals .quote-request-notice-message,
.cart-summary .quote-details .quote-request-notice-message,
.cart-summary .checkout-methods-items .quote-request-notice-message {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #E95051;
  margin-bottom: 16px;
}
.cart-summary .cart-totals .quote-request-notice-message p,
.cart-summary .quote-details .quote-request-notice-message p,
.cart-summary .checkout-methods-items .quote-request-notice-message p {
  margin-bottom: 0px;
}
.cart-patient-container {
  width: 70%;
  padding-left: 32px;
}
.cart-patient-container .cart h6 {
  font-size: 17px;
  margin-bottom: 20px;
}
.cart-patient-container .cart .action.add#openPatientDetailsModal,
.cart-patient-container .cart .action.add#removePatient {
  background: #37245A !important;
  border: 2px solid#37245A !important;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
  padding: 7px 38px !important;
  letter-spacing: 0.3px;
  margin: 0px;
  margin-right: 14px;
}
.cart-patient-container .cart .action.add#openPatientDetailsModal:hover,
.cart-patient-container .cart .action.add#removePatient:hover {
  background: #ffffff !important;
  color: #37245A !important;
}
.cart-patient-container .cart p {
  font-size: 17px;
  color: #5D5194;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 0px;
}
.cart-patient-container .cart p strong {
  font-weight: 700;
  color: #2E245A;
}
.cart-patient-container .patient_info_title {
  font-size: 25px;
  font-weight: 700;
  color: #37245A;
  line-height: 42px;
  margin-bottom: 21px;
}
.cart-patient-container .patient_info_title p {
  font-size: 17px;
  color: #5D5194;
  margin: 0;
  line-height: 37px;
}
.cart-patient-container .patient_info_title p strong {
  color: #2E2459;
}
.cart-patient-container .cart-patient-details {
  margin-bottom: 31px;
}
.patient-register-form .modal-inner-wrap,
.new-shipping-address-modal .modal-inner-wrap {
  max-width: 726px;
  width: 100% !important;
  max-height: 95% !important;
  border-radius: 20px;
  overflow: hidden;
}
.patient-register-form .modal-header,
.new-shipping-address-modal .modal-header {
  padding: 38px 46px 38px !important;
  position: sticky;
  top: 0;
  background-color: #ffffff;
}
.patient-register-form .modal-header .modal-title,
.new-shipping-address-modal .modal-header .modal-title {
  font-size: 25px;
  line-height: 28px;
  text-transform: none;
  font-weight: 700;
  color: #37245A;
  margin-bottom: 0px;
}
.patient-register-form .modal-header .action-close,
.new-shipping-address-modal .modal-header .action-close {
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
}
.patient-register-form .modal-header .action-close::before,
.new-shipping-address-modal .modal-header .action-close::before {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15%201L1%2014.8128M1%201L15%2014.8128%22%20stroke%3D%22%231E1E1E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E) !important;
}
.patient-register-form .modal-header .action-close:hover,
.new-shipping-address-modal .modal-header .action-close:hover {
  background: none !important;
}
.patient-register-form .modal-content,
.new-shipping-address-modal .modal-content {
  padding: 0px 48px;
  overflow-y: auto;
}
.patient-register-form .modal-content .fieldset,
.new-shipping-address-modal .modal-content .fieldset {
  margin-bottom: 20px;
}
.patient-register-form .modal-content .fieldset > .field,
.new-shipping-address-modal .modal-content .fieldset > .field {
  margin-bottom: 17px !important;
}
.patient-register-form .modal-content .fieldset > .field .control,
.new-shipping-address-modal .modal-content .fieldset > .field .control {
  width: 100%;
}
.patient-register-form .modal-content .fieldset > .field > .label,
.new-shipping-address-modal .modal-content .fieldset > .field > .label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600 !important;
  color: #37245A;
  padding: 0;
  width: fit-content;
  text-align: left;
}
.patient-register-form .modal-content input,
.new-shipping-address-modal .modal-content input,
.patient-register-form .modal-content textarea,
.new-shipping-address-modal .modal-content textarea,
.patient-register-form .modal-content select,
.new-shipping-address-modal .modal-content select {
  border: 1px solid #EBE5FF !important;
  border-radius: 6px;
  height: 42px;
  color: #37245A;
  padding-left: 14px;
  font-size: 15px;
}
.patient-register-form .modal-content input::placeholder,
.new-shipping-address-modal .modal-content input::placeholder,
.patient-register-form .modal-content textarea::placeholder,
.new-shipping-address-modal .modal-content textarea::placeholder,
.patient-register-form .modal-content select::placeholder,
.new-shipping-address-modal .modal-content select::placeholder {
  color: #828282;
}
.patient-register-form .modal-content .patient_note,
.new-shipping-address-modal .modal-content .patient_note {
  font-size: 15px;
  font-weight: 500;
  color: #F07C7F;
  margin-top: 30px;
  display: block;
}
.patient-register-form .modal-content .date-picker-container,
.new-shipping-address-modal .modal-content .date-picker-container {
  display: flex;
  gap: 6px;
}
.patient-register-form .modal-content .date-picker-container input,
.new-shipping-address-modal .modal-content .date-picker-container input {
  flex: 1;
}
.patient-register-form .modal-content .date-picker-container .date-picker-icon,
.new-shipping-address-modal .modal-content .date-picker-container .date-picker-icon {
  width: 45px;
  text-align: center;
  background: #37245A;
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.patient-register-form .modal-content .field.choice,
.new-shipping-address-modal .modal-content .field.choice {
  display: flex;
  align-items: center;
  gap: 10px;
}
.patient-register-form .modal-content .field.choice::before,
.new-shipping-address-modal .modal-content .field.choice::before {
  padding: 0;
  width: unset;
}
.patient-register-form .modal-content .field.choice input[type="checkbox"],
.new-shipping-address-modal .modal-content .field.choice input[type="checkbox"] {
  height: unset;
}
.patient-register-form.modal-popup.modal-slide .modal-footer,
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer {
  padding: 17px 48px 30px;
  border: none;
  text-align: left;
  display: flex;
  gap: 16px;
  position: sticky;
  bottom: 0;
  background: #fff;
}
.patient-register-form.modal-popup.modal-slide .modal-footer .action,
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action {
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #37245A !important;
  text-transform: none;
  padding: 9px 27px !important;
}
.patient-register-form.modal-popup.modal-slide .modal-footer .action.submit,
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action.submit {
  background: #fff !important;
  color: #37245A;
}
.patient-register-form.modal-popup.modal-slide .modal-footer .action.submit:hover,
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action.submit:hover {
  background: #37245A !important;
  color: #fff;
}
.patient-register-form.modal-popup.modal-slide .modal-footer .action.cancel,
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action.cancel {
  background: #37245A !important;
  color: #fff;
  max-width: 123px;
  width: 100%;
}
.patient-register-form.modal-popup.modal-slide .modal-footer .action.cancel:hover,
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action.cancel:hover {
  background: #fff !important;
  color: #37245A;
}
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action.primary {
  background: #37245A !important;
  color: #fff;
}
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action.primary:hover {
  background: #fff !important;
  color: #37245A;
}
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action.secondary {
  background: #fff !important;
  color: #37245A;
}
.new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action.secondary:hover {
  background: #37245A !important;
  color: #fff;
}
.checkout-cart-index .block-slider.crosssell .section-title,
.amasty_quote-cart-index .block-slider.crosssell .section-title {
  margin-bottom: 63px !important;
}
.checkout-cart-index .block-slider.crosssell .section-title .title,
.amasty_quote-cart-index .block-slider.crosssell .section-title .title {
  font-size: 50px;
  line-height: 47px;
  font-weight: 600;
}
.checkout-cart-index .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards,
.amasty_quote-cart-index .product-item .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards {
  background: none !important;
}
@media only screen and (min-width: 1440px) {
  .checkout-cart-index .page-main,
  .amasty_quote-cart-index .page-main,
  .checkout-cart-index .container,
  .amasty_quote-cart-index .container {
    padding: 0px 100px;
  }
}
@media only screen and (max-width: 1201px) {
  .cart_page_title {
    margin-top: 30px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items th.col {
    padding: 20px 16px !important;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items th.col.item {
    padding-left: 36px !important;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info td {
    padding: 20px 16px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col.item {
    padding-left: 36px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .product-item-photo {
    max-width: 85px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .product-image-container {
    max-width: 70px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .action-delete {
    left: 16px;
  }
  .amasty_quote-cart-index .page-title-wrap {
    margin: 20px 0px !important;
  }
  .amasty_quote-cart-index .cart-container .amasty-quote-update {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .amasty_quote-cart-index .cart-container .cart-summary {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .cart-patient-container {
    width: 100%;
    padding-left: 16px;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .amquote-cart-summary {
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .block-slider.crosssell .section-title,
  .amasty_quote-cart-index .block-slider.crosssell .section-title {
    margin-bottom: 40px !important;
  }
  .checkout-cart-index .block-slider.crosssell .section-title .title,
  .amasty_quote-cart-index .block-slider.crosssell .section-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .table-wrapper table tbody tr {
    border: none;
  }
  .cart-container .cart-totals .totals.sub .amount {
    display: block !important;
    padding: 14px 0px !important;
  }
  .cart-container .cart-totals .totals.sub .amount::before {
    content: unset !important;
  }
}
@media only screen and (max-width: 768px) {
  .cart_page_title {
    margin-top: 20px;
  }
  .cart_page_title .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .reward-message .success.message {
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .reward-message .success.message .message-earn-points:before {
    width: 16px;
    height: 16px;
    left: 14px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items thead {
    display: none;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .product-item-details {
    padding: 0 !important;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info {
    border: none;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col {
    padding: 5px 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col::before {
    padding-bottom: 0px;
    color: #37245A;
    font-size: 14px;
    font-weight: 700;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col.type::before {
    content: attr(data-th) ':';
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col.item {
    padding: 20px 20px 5px !important;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col.item::before {
    content: unset !important;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .col.subtotal {
    padding: 5px 20px !important;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .actions-toolbar {
    padding: 5px 20px 20px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .price-excluding-tax:before {
    font-size: 14px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .item-info .price-excluding-tax .price {
    font-size: 14px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items tr.item-actions {
    border-bottom: 1px solid #ddd;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .control.qty input {
    height: 28px !important;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .actions-toolbar {
    padding: 5px 20px 20px;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .action-delete {
    position: static;
    font-size: 14px;
    color: #797979;
    text-decoration: underline;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .action-delete:hover {
    color: #37245A;
  }
  .cart-container .form-cart .cart.table-wrapper table.cart.items .action-delete::before {
    content: unset;
  }
  .cart-container .form-cart .cart.main.actions {
    max-width: 100%;
    margin: 0px;
    padding: 20px;
    border: none;
  }
  .cart-container .form-cart .cart.main.actions .action.checkout {
    margin-right: auto;
  }
  .cart-container .cart-summary {
    margin-top: 0px;
  }
  .amasty_quote-cart-index .page-title-wrap .page-title-wrapper.noimage .page-title {
    font-size: 24px !important;
  }
  .cart-patient-container {
    padding-left: 0px;
    padding: 0px 20px;
  }
  .cart-patient-container .cart h6 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .cart-patient-container .cart .action.add#openPatientDetailsModal,
  .cart-patient-container .cart .action.add#removePatient {
    padding: 5px 20px !important;
    font-size: 14px !important;
    margin-right: 3px;
  }
  .cart-patient-container .cart p {
    font-size: 14px;
    line-height: 27px;
  }
  .cart-patient-container .cart-patient-details {
    margin-bottom: 20px;
  }
  .cart-patient-container .patient_info_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .cart-patient-container .action.add {
    margin-bottom: 5px !important;
  }
  .cart-summary .summary.title {
    padding: 20px;
    font-size: 16px;
  }
  .cart-summary .cart-totals,
  .cart-summary .quote-details,
  .cart-summary .checkout-methods-items {
    padding: 0px 20px;
  }
  .cart-summary .cart-totals .label,
  .cart-summary .quote-details .label,
  .cart-summary .checkout-methods-items .label {
    font-size: 14px;
    padding: 14px 0px;
  }
  .cart-summary .cart-totals .data.table.totals th,
  .cart-summary .quote-details .data.table.totals th,
  .cart-summary .checkout-methods-items .data.table.totals th,
  .cart-summary .cart-totals .data.table.totals td,
  .cart-summary .quote-details .data.table.totals td,
  .cart-summary .checkout-methods-items .data.table.totals td {
    font-size: 14px;
    padding: 14px 0px;
  }
  .cart-summary .cart-totals .data.table.totals .label,
  .cart-summary .quote-details .data.table.totals .label,
  .cart-summary .checkout-methods-items .data.table.totals .label {
    font-size: 14px;
    padding: 14px 0px;
  }
  .patient-register-form .modal-inner-wrap,
  .new-shipping-address-modal .modal-inner-wrap {
    top: 0 !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    max-height: 100dvh;
    height: 100% !important;
  }
  .patient-register-form .modal-header,
  .new-shipping-address-modal .modal-header {
    padding: 20px !important;
  }
  .patient-register-form .modal-header .modal-title,
  .new-shipping-address-modal .modal-header .modal-title {
    font-size: 18px;
  }
  .patient-register-form .modal-header .action-close,
  .new-shipping-address-modal .modal-header .action-close {
    right: 20px;
  }
  .patient-register-form .modal-content,
  .new-shipping-address-modal .modal-content {
    padding: 0px 20px;
  }
  .patient-register-form .modal-content .fieldset > .field > .label,
  .new-shipping-address-modal .modal-content .fieldset > .field > .label {
    font-size: 14px;
  }
  .patient-register-form .modal-content .patient_note,
  .new-shipping-address-modal .modal-content .patient_note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .patient-register-form.modal-popup.modal-slide .modal-footer,
  .new-shipping-address-modal.modal-popup.modal-slide .modal-footer {
    padding: 20px;
    gap: 8px;
  }
  .patient-register-form.modal-popup.modal-slide .modal-footer .action,
  .new-shipping-address-modal.modal-popup.modal-slide .modal-footer .action {
    font-size: 14px;
    padding: 9px 16px !important;
    width: fit-content !important;
  }
  .checkout-cart-index .block-slider.crosssell .section-title,
  .amasty_quote-cart-index .block-slider.crosssell .section-title {
    margin-bottom: 24px !important;
  }
  .checkout-cart-index .block-slider.crosssell .section-title .title,
  .amasty_quote-cart-index .block-slider.crosssell .section-title .title {
    font-size: 28px !important;
    line-height: 34px;
  }
  .checkout-button-container {
    width: calc(100% + 40px);
    margin: 0px -20px !important;
    padding: 20px 20px 0px;
    border-top: 1px solid #dddddd;
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .cart-container .form-cart .cart.main.actions .action {
    border: 1px solid #797979 !important;
    padding: 11px !important;
    text-decoration: none;
  }
}
.checkout-index-index .step-title {
  padding: 27px 34px;
  background: #EBE5FF;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #37245A;
}
.checkout-index-index .loading-mask {
  display: block;
}
.checkout-index-index .amquote-cart-wrapper.minicart-wrapper {
  pointer-events: none;
}
.checkout-shipping-address {
  box-shadow: 0px 2px 38.9px 0px #0000000D;
  border-radius: 18px;
  overflow: hidden;
}
.checkout-shipping-address .step-content .shipping-address-items {
  padding: 35px;
  color: #5D5194;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.checkout-shipping-address .step-content .shipping-address-items .shipping-address-item {
  flex: 0 0 calc(50% - 10px);
}
.checkout-shipping-address .step-content .shipping-address-items a {
  color: #5D5194;
}
.checkout-shipping-address .step-content .shipping-address-items a:hover {
  text-decoration: underline;
}
.checkout-shipping-address .step-content .shipping-address-items .edit-address-link {
  margin-top: 22px;
  box-shadow: 0px 0px 7px 0px #00000012;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #868686;
  text-transform: none;
  padding: 3px 15px !important;
  margin-right: 8px;
  background: none;
  border-radius: 7px !important;
}
.checkout-shipping-address .step-content .shipping-address-items .edit-address-link:hover {
  background-color: #37245A !important;
  color: #fff !important;
}
.checkout-shipping-address .step-content .shipping-address-items .action-select-shipping-item {
  margin-top: 22px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
  padding: 3px 15px !important;
  border: 1px solid #37245A !important;
}
.checkout-shipping-address .step-content .shipping-address-items .action-select-shipping-item:hover {
  background-color: #fff !important;
  color: #37245A !important;
}
.checkout-shipping-address .step-content .new-address-popup {
  padding: 0px 35px 0px;
}
.checkout-shipping-address .step-content .new-address-popup a {
  border: 2px solid #37245A;
  padding: 4px 20px;
  background: #37245A;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 35px;
}
.checkout-shipping-address .step-content .new-address-popup a:hover {
  background: #ffffff;
  color: #37245A;
}
.opc-progress-bar {
  margin-bottom: 37px;
}
.opc-progress-bar .opc-progress-bar-item {
  font-size: 30px;
  line-height: 42px;
  color: #37245A;
  font-weight: 700;
  display: none;
  width: auto;
}
.opc-progress-bar .opc-progress-bar-item._active {
  display: block;
}
.opc-payment-additional.rewards-block .form-discount {
  color: #37245A;
}
.opc-payment-additional.rewards-block .form-discount p {
  margin-bottom: 20px;
}
.opc-payment-additional.rewards-block .form-discount label[for="points_amount"] {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
}
.opc-payment-additional.rewards-block .form-discount input[type="range"] {
  accent-color: #37245A;
  height: auto;
}
.opc-payment-additional.rewards-block .form-discount .onestepcheckout-newsletter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.opc-payment-additional.rewards-block .form-discount .onestepcheckout-newsletter input[type="checkbox"] {
  height: auto;
}
.opc-payment-additional.rewards-block .actions-toolbar .primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.opc-payment-additional.rewards-block .actions-toolbar .primary button {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
  padding: 8px 20px !important;
  background: #37245A !important;
  color: #fff !important;
  border: 2px solid #37245A !important;
}
.opc-payment-additional.rewards-block .actions-toolbar .primary button:hover {
  background: #fff !important;
  color: #37245A !important;
}
.opc-wrapper {
  width: 61%;
}
.opc-sidebar {
  margin: 0px;
  width: 39%;
}
.opc-sidebar .opc-block-summary {
  border-radius: 18px;
  box-shadow: 0px 2px 38.9px 0px #0000000D;
  padding: 0px;
  overflow: hidden;
}
.opc-sidebar .opc-block-summary > .title {
  padding: 27px;
  background: #EBE5FF;
  font-size: 18px;
  font-weight: 700;
  color: #37245A;
  line-height: 20px;
  margin-bottom: 0px;
  display: block;
}
.opc-sidebar .opc-block-summary .block.items-in-cart {
  padding: 22px 27px;
  margin: 0px;
}
.opc-sidebar .opc-block-summary .block.items-in-cart .title {
  margin-bottom: 33px;
}
.opc-sidebar .opc-block-summary .block.items-in-cart .title strong {
  color: #37245A;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 20px;
}
.opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items {
  display: block !important;
}
.opc-sidebar .opc-block-summary .product-item {
  margin-bottom: 16px;
  border-bottom: none;
}
.opc-sidebar .opc-block-summary .product-item .product {
  display: flex;
  align-items: center;
  gap: 33px;
}
.opc-sidebar .opc-block-summary .product-image-container {
  width: 93px !important;
  height: 93px !important;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.opc-sidebar .opc-block-summary .product-image-container img {
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.opc-sidebar .opc-block-summary .product-item-name-block .product-item-name {
  font-size: 15px;
  color: #37245A !important;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 5px;
}
.opc-sidebar .opc-block-summary .product-item-name-block .details-qty {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #37245A;
  margin-bottom: 3px;
}
.opc-sidebar .opc-block-summary .price-excluding-tax {
  font-size: 14px;
  font-weight: 600;
  color: #797979;
}
.opc-sidebar .opc-block-summary .price-excluding-tax:before {
  font-size: 14px;
}
.opc-sidebar .opc-block-summary .product-item-details {
  flex: 1;
}
.opc-sidebar .data.table.table-totals {
  max-width: calc(100% - 54px);
  margin: auto;
}
.opc-sidebar .data.table.table-totals th {
  font-size: 16px;
  font-weight: 700;
  color: #37245A;
  padding: 20px 0px;
  border: 0px;
}
.opc-sidebar .data.table.table-totals td {
  padding: 20px 0px;
  border: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #5D5194;
}
.opc-sidebar .data.table.table-totals tr {
  border-bottom: 1px solid #E0DCEA;
  background: none;
}
.opc-sidebar .opc-payment-additional {
  background: #fff;
  box-shadow: 0px 2px 38.9px 0px #0000000D;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 30px;
}
.opc-sidebar .opc-payment-additional .payment-option-title {
  padding: 27px;
  background: #EBE5FF;
  font-size: 18px;
  font-weight: 700;
  color: #37245A;
  line-height: 20px;
  margin-bottom: 0px;
  display: block;
}
.opc-sidebar .opc-payment-additional .payment-option-content {
  padding: 27px;
}
.opc-sidebar .opc-payment-additional .payment-option-content .control {
  margin-top: 0px;
}
.opc-sidebar .opc-payment-additional .payment-option-content input {
  height: 42px;
  border-radius: 6px;
  border-color: #E0DCEA !important;
  font-size: 15px;
}
.opc-sidebar .opc-payment-additional .payment-option-content .action-apply {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
  padding: 6px 28px !important;
  background: #37245A !important;
  color: #fff !important;
  border: 2px solid #37245A !important;
}
.opc-sidebar .opc-payment-additional .payment-option-content .action-apply:hover {
  background: #fff !important;
  color: #37245A !important;
}
div.checkout-shipping-method {
  box-shadow: 0px 2px 38.9px 0px #0000000D;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 30px;
}
div.checkout-shipping-method .table-checkout-shipping-method {
  width: 100%;
}
div.checkout-shipping-method .table-checkout-shipping-method td {
  font-size: 15px;
  font-weight: 600;
  color: #37245A;
  padding: 10px 0px;
}
div.checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
  border-bottom: 1px solid #ccc;
}
div.checkout-shipping-method .table-checkout-shipping-method .col-price {
  text-align: right;
}
div.checkout-shipping-method .step-content {
  padding: 35px;
}
div.checkout-shipping-method .message.notice {
  color: #E95051;
  font-size: 14px;
  line-height: 20px;
}
div.checkout-shipping-method .actions-toolbar {
  margin-top: 35px;
}
div.checkout-shipping-method .actions-toolbar .primary {
  float: unset !important;
}
div.checkout-shipping-method .actions-toolbar .button.action {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
  padding: 6px 28px !important;
  background: #37245A !important;
  color: #fff !important;
  border: 2px solid #37245A !important;
}
div.checkout-shipping-method .actions-toolbar .button.action:hover {
  background: #fff !important;
  color: #37245A !important;
}
.items.payment-methods {
  background: #fff;
  box-shadow: 0px 2px 38.9px 0px #0000000D;
  border-radius: 18px;
  overflow: hidden;
}
.items.payment-methods .payment-method {
  padding: 27px;
}
.items.payment-methods .payment-method-title.field.choice {
  padding: 0px !important;
  color: #37245A;
  font-weight: 600;
  font-size: 18px;
}
.items.payment-methods .payment-method-content {
  margin-top: 20px;
  color: #5D5194;
  font-weight: 500;
}
.items.payment-methods .payment-method-content a {
  color: #5D5194;
}
.items.payment-methods .payment-method-content .billing-address-same-as-shipping-block {
  margin-bottom: 10px;
}
.items.payment-methods .actions-toolbar {
  margin-bottom: 0px !important;
  display: flex;
  justify-content: end;
}
.items.payment-methods .actions-toolbar .primary {
  padding-top: 20px !important;
}
.items.payment-methods .actions-toolbar .action.primary.checkout {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
  padding: 10px 40px !important;
  background: #37245A !important;
  color: #fff !important;
  border: 2px solid #37245A !important;
}
.items.payment-methods .actions-toolbar .action.primary.checkout:hover {
  background: #fff !important;
  color: #37245A !important;
}
.items.payment-methods .back-to-shipping-link {
  text-decoration: none;
  margin: 0px 27px 27px;
  display: inline-block;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
  padding: 6px 28px !important;
  background: #fff !important;
  color: #37245A !important;
  border: 2px solid #37245A !important;
}
.items.payment-methods .back-to-shipping-link:hover {
  background: #37245A !important;
  color: #fff !important;
}
.checkout-onepage-success .prescription-checkout-success .actions-toolbar {
  margin-bottom: 0px;
}
.prescription-checkout-success {
  display: flex;
  gap: 79px;
  padding: 54px 47px 57px;
  box-shadow: 0px 2px 44px 0px #00000012;
  border-radius: 18px;
  overflow: hidden;
  max-width: 1197px;
  margin: 0px auto;
  text-align: left;
}
.prescription-checkout-success .prescription-success-image {
  width: 148px;
  height: 148px;
}
.prescription-checkout-success .prescription-success-image img {
  width: 100%;
}
.prescription-checkout-success .prescription-success-content {
  flex: 1;
}
.prescription-checkout-success .prescription-success-content .page-title-wrapper.noimage {
  padding: 0px !important;
}
.prescription-checkout-success .prescription-success-content .page-title-wrapper.noimage .page-title {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #37245A;
}
.prescription-checkout-success .prescription-success-content .page-title {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #37245A;
  margin-bottom: 0px;
}
.prescription-checkout-success .prescription-success-info {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  color: #615A7F;
  margin-bottom: 26px;
}
.prescription-checkout-success .prescription-success-info.bottom-info {
  margin-bottom: 0px;
}
.prescription-checkout-success .prescription-success-customer-info {
  border: 1px solid #E0DCEA;
  background-color: #FBFBFE;
  padding: 11px 20px;
  border-radius: 8px;
  margin-bottom: 26px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.prescription-checkout-success .prescription-success-customer-info p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #2E245A;
}
.prescription-checkout-success .prescription-success-customer-info p span {
  font-weight: 600;
  color: #615A7F;
}
.prescription-checkout-success .prescription-success-customer-info p a {
  color: #2E245A;
}
.prescription-checkout-success .prescription-success-customer-info .prescription-info {
  display: flex;
  align-items: center;
}
.prescription-checkout-success .prescription-success-customer-info .prescription-info::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #2E245A;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 20px;
}
.prescription-checkout-success .actions-toolbar {
  margin-bottom: 38px;
}
.prescription-checkout-success .actions-toolbar .primary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.prescription-checkout-success .actions-toolbar .need-help-link {
  font-size: 17px;
  font-weight: 500;
  color: #615A7F;
}
.prescription-checkout-success .actions-toolbar .need-help-link a {
  font-weight: 700;
  color: #805CC5;
}
.prescription-checkout-success .actions-toolbar .need-help-link a:hover {
  color: #37245A;
}
.prescription-checkout-success .actions-toolbar .action {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  padding: 13px 35px !important;
  background-color: #37245A !important;
  color: #ffffff !important;
  border: 2px solid #37245A !important;
  text-transform: none;
  margin: 0px;
}
.prescription-checkout-success .actions-toolbar .action:hover {
  background-color: #fff !important;
  color: #37245A !important;
}
.prescription-checkout-success .actions-toolbar .action.continue-shopping-link {
  background-color: #fff !important;
  color: #37245A !important;
}
.prescription-checkout-success .actions-toolbar .action.continue-shopping-link:hover {
  color: #ffffff !important;
  background-color: #37245A !important;
}
.checkout-onepage-success .prescription-checkout-success,
.amasty_quote-quote-success .prescription-checkout-success {
  margin-top: 108px;
}
@media only screen and (min-width: 1400px) {
  .checkout-index-index .page-main {
    padding: 0px 100px;
    margin-top: 61px;
  }
  .checkout-onepage-success .page-main,
  .amasty_quote-quote-success .page-main {
    padding: 0px 100px;
  }
}
@media only screen and (max-width: 1201px) {
  .opc-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .opc-sidebar {
    width: 100%;
    margin-top: 30px;
  }
  .checkout-onepage-success .prescription-checkout-success,
  .amasty_quote-quote-success .prescription-checkout-success {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .prescription-checkout-success {
    gap: 20px;
    padding: 40px;
  }
  .prescription-checkout-success .prescription-success-content .page-title-wrapper.noimage .page-title {
    font-size: 28px;
  }
  .prescription-checkout-success .prescription-success-content .page-title {
    font-size: 28px;
  }
  .prescription-checkout-success .prescription-success-info {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .prescription-checkout-success .prescription-success-customer-info {
    margin-bottom: 20px;
    padding: 8px 10px;
  }
  .prescription-checkout-success .prescription-success-customer-info p {
    font-size: 16px;
  }
  .prescription-checkout-success .actions-toolbar {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-onepage-success .prescription-checkout-success,
  .amasty_quote-quote-success .prescription-checkout-success {
    margin-top: 20px;
  }
  .prescription-checkout-success {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }
  .prescription-checkout-success .prescription-success-image {
    width: 85px;
    height: 85px;
    margin: auto;
  }
  .prescription-checkout-success .prescription-success-content .page-title-wrapper.noimage .page-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .prescription-checkout-success .prescription-success-content .page-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .prescription-checkout-success .prescription-success-info {
    font-size: 14px;
  }
  .prescription-checkout-success .prescription-success-customer-info {
    justify-content: center;
  }
  .prescription-checkout-success .prescription-success-customer-info .prescription-info::after {
    margin: 0px 10px;
    width: 3px;
    height: 3px;
  }
  .prescription-checkout-success .prescription-success-customer-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .prescription-checkout-success .actions-toolbar .action {
    font-size: 14px;
    padding: 7px 20px !important;
    line-height: 20px;
  }
  .prescription-checkout-success .actions-toolbar .primary {
    justify-content: center;
  }
  .prescription-checkout-success .actions-toolbar .need-help-link {
    font-size: 14px;
  }
  .checkout-index-index .step-title {
    padding: 20px;
    font-size: 16px;
    line-height: 17px;
  }
  ul.opc-progress-bar {
    margin: 20px 0px;
  }
  ul.opc-progress-bar .opc-progress-bar-item {
    font-size: 24px;
    line-height: 30px;
  }
  .checkout-shipping-address .step-content .shipping-address-items {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .checkout-shipping-address .step-content .shipping-address-items .shipping-address-item {
    flex: 0 0 100%;
  }
  .checkout-shipping-address .step-content .new-address-popup {
    padding: 0px 20px;
  }
  .checkout-shipping-address .step-content .new-address-popup a {
    font-size: 14px;
    padding: 4px 20px;
    margin-bottom: 20px;
  }
  div.checkout-shipping-method {
    margin-top: 20px;
  }
  div.checkout-shipping-method .step-content {
    padding: 20px;
  }
  .opc-sidebar {
    margin-top: 20px;
  }
  .opc-sidebar .opc-block-summary > .title {
    padding: 20px;
    font-size: 16px;
    line-height: 17px;
  }
  .opc-sidebar .opc-block-summary .block.items-in-cart {
    padding: 20px;
  }
  .opc-sidebar .opc-block-summary .product-item .product {
    gap: 20px;
  }
  .opc-sidebar .opc-block-summary .block.items-in-cart .title {
    margin-bottom: 20px;
  }
  .opc-sidebar .opc-block-summary .product-image-container {
    width: 70px !important;
    height: 70px !important;
  }
  .opc-sidebar .opc-block-summary .product-item-name-block .product-item-name {
    font-size: 14px;
  }
  .opc-sidebar .opc-block-summary .product-item-name-block .details-qty {
    font-size: 14px;
    line-height: 18px;
  }
  .opc-sidebar .opc-block-summary .price-excluding-tax {
    font-size: 12px;
    line-height: 18px;
  }
  .opc-sidebar .opc-block-summary .price-excluding-tax:before {
    font-size: 12px;
  }
  .opc-sidebar .data.table.table-totals {
    max-width: calc(100% - 40px);
  }
  .opc-sidebar .data.table.table-totals th,
  .opc-sidebar .data.table.table-totals td {
    font-size: 14px;
    padding: 14px 0px;
  }
  .opc-sidebar .opc-payment-additional {
    margin-top: 20px;
  }
  .opc-sidebar .opc-payment-additional .payment-option-title {
    padding: 20px;
    font-size: 16px;
    line-height: 17px;
  }
  .opc-sidebar .opc-payment-additional .payment-option-content {
    padding: 20px;
  }
  .form.payments .fieldset {
    margin-bottom: 20px;
  }
  .items.payment-methods .payment-method {
    padding: 20px;
  }
  .items.payment-methods .payment-method-title.field.choice {
    font-size: 16px;
  }
  .items.payment-methods .actions-toolbar .action.primary.checkout {
    font-size: 16px;
    padding: 7px 30px !important;
  }
}
.cms-about-us #maincontent .row-full-width-inner {
  padding: 0 20px;
  max-width: 100%;
}
@media screen and (min-width: 1400px) {
  .cms-about-us #maincontent .row-full-width-inner {
    padding: 0 100px;
  }
}
.cms-about-us {
  /* text-editor */
}
.cms-about-us .block {
  margin-bottom: 0;
}
.cms-about-us .page-title-wrap {
  display: none;
}
.cms-about-us .about-us-banner-wrapper {
  padding: 100px 0;
}
.cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line {
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line {
    gap: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line {
    justify-content: space-between;
    gap: 137px;
  }
}
.cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .about-us-left figure {
  width: 100%;
  max-width: 100%;
}
.cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .about-us-left figure img {
  width: 100%;
  object-fit: cover;
}
.cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .about-us-right {
  max-width: 505px;
  justify-content: center !important;
}
@media screen and (max-width: 1201px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .about-us-right {
    max-width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .about-us-right {
    max-width: 50%;
  }
}
.cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .about-us-right-content .title {
  color: #37245a;
  font-size: 49px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .about-us-right-content .title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .about-us-right-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .about-us-right-content .description {
  color: #615a7f;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 16px;
  max-width: 467px;
}
@media screen and (max-width: 768px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .about-us-right-content .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 1201px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .about-us-right-content .description {
    max-width: 95%;
  }
}
@media screen and (min-width: 1441px) {
  .cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .about-us-right-content .description {
    max-width: 100%;
  }
}
.cms-about-us .about-us-banner-wrapper .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .about-us-right-content .description:last-child {
  margin-bottom: 0;
}
.cms-about-us .text-editor p {
  color: #37245a;
  text-align: center;
  font-size: 35px !important;
  font-weight: 700;
  line-height: 50px !important;
  padding: 43px 0 79px;
  max-width: 886px;
  margin: 0 auto;
}
.cms-about-us .best-seller-product {
  margin-bottom: 147px;
}
@media only screen and (max-width: 1024px) {
  .cms-about-us .about-us-banner-wrapper {
    padding: 70px 0;
  }
  .cms-about-us .best-seller-product {
    margin-bottom: 70px;
  }
  .cms-about-us .text-editor p {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 768px) {
  .cms-about-us .about-us-banner-wrapper {
    padding: 50px 0;
  }
  .cms-about-us .text-editor p {
    padding: 0 0 20px;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .cms-about-us .best-seller-product {
    margin-bottom: 50px;
  }
}
div:has(> .faq_section_cms) {
  width: 100%;
}
.faq_section_cms {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.faq_section_cms .faq_section_list {
  flex: 0 0 50%;
}
.faq_section_cms .faq_section_list_item {
  font-size: 18px;
  font-weight: 700;
  background: #ebe5ff;
  padding: 16px 21px;
  border-radius: 18px;
  color: #615a7f;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.faq_section_cms .faq_section_list_item:hover {
  color: #37245a;
}
.faq_section_cms .faq_section_list_item::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M14.1312%205.25L9.93125%201.05L11%200L17%206L11%2012L9.93125%2010.95L14.1312%206.75H0V5.25H14.1312Z%22%20fill%3D%22%235D5194%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  display: inline-block;
}
.faq_section_cms .faq_info {
  font-size: 17px;
  font-weight: 700;
  color: #615a7f;
  margin-bottom: 54px;
  max-width: 410px;
  width: 100%;
}
.faq_section_cms .faq_title {
  font-size: 50px;
  font-weight: 700;
  color: #37245a;
  line-height: 53px;
  margin-bottom: 26px;
}
.faq_section_cms .talk_us_btn {
  border: 2px solid #2e245a;
  padding: 9px 18px;
  border-radius: 50px;
  max-width: 153px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #2e245a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.faq_section_cms .talk_us_btn::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.3417%204.47702L7.9708%200.895424L8.82857%200L13.6442%205.11659L8.82858%2010.2332L7.9708%209.33776L11.3417%205.75616H0V4.47702H11.3417Z%22%20fill%3D%22%232E245A%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 12px;
  display: inline-block;
}
.faq_section_cms .talk_us_btn:hover {
  color: #ffffff;
  background-color: #2e245a;
}
.faq_section_cms .talk_us_btn:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNjM3NSA0LjM3NUw4LjE3ODY4IDAuODc1TDkuMDU4ODIgMEwxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1SDBWNC40NzcyaDExLjYzNzV6IiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
}
@media only screen and (max-width: 1201px) {
  .faq_section_cms .faq_title {
    font-size: 35px;
    line-height: 38px;
  }
  .faq_section_cms .faq_info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_section_cms {
    flex-direction: column;
  }
  .faq_section_cms .faq_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
  }
  .faq_section_cms .faq_info {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0px auto 20px;
  }
  .faq_section_cms .talk_us_btn {
    margin: auto;
    font-size: 14px;
    padding: 6px 14px;
    max-width: 120px;
  }
  .faq_section_cms .talk_us_btn::after {
    width: 14px;
  }
  .faq_section_cms .faq_section_list_item {
    padding: 10px 16px;
    font-size: 14px;
  }
  .faq_section_cms .faq_section_list_item::after {
    width: 14px;
  }
}
.account .message.info {
  background: #EBE5FF;
  border-radius: 8px;
  color: #5D5194;
  width: 100%;
}
.mst-rewards-account-amount-wrapper {
  margin-bottom: 32px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-points-block {
  display: flex;
  gap: 5px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-points-block .mst-rewards-account-subtitle,
.mst-rewards-account-amount-wrapper .mst-rewards-points-block .points {
  color: #37245A;
  font-size: 25px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 0;
}
.rewards-account__tiers {
  padding-top: 1px;
  margin-bottom: 66px;
}
.rewards-account__tiers .to-next {
  color: #37245A;
}
.rewards-account__tiers .to-next a {
  color: #37245A !important;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  color: #5D5194;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.rewards-tab-buttons {
  gap: 21px !important;
  margin-bottom: 66px !important;
  flex-wrap: wrap;
  padding-top: 24px;
}
.rewards-tab-buttons a {
  border: 2px solid #2E245A !important;
  border-radius: 30px !important;
  padding: 5px 11px 5px 21px !important;
  color: #2E245A !important;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
}
.rewards-tab-buttons a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0iIzJFMjQ1QSIvPgo8L3N2Zz4K);
  width: 14px;
  display: inline-block;
  line-height: 1;
}
.rewards-tab-buttons a:hover {
  background-color: #37245A !important;
  color: #ffffff !important;
}
.rewards-tab-buttons a:hover:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.rewards-tab-buttons a.active {
  background: #37245A;
  border: unset;
  color: #FFFFFF !important;
  font-weight: 600 !important;
}
.rewards-tab-buttons a.active:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.rewards-tab-buttons a.active:hover {
  background: #37245A;
}
.block-rewards-account-summary {
  background: unset !important;
  box-shadow: unset !important;
  padding: 0 !important;
}
.block-rewards-account-summary .reward-history-subscribe-title .unsubscribe {
  font-size: 18px !important;
  line-height: 28px;
  letter-spacing: 0.32px;
  font-weight: 600;
  color: #5D5194;
  padding-top: 7px;
}
.block-rewards-account-summary .reward-history-subscribe-title .unsubscribe a {
  text-decoration: underline;
}
.block-rewards-account-summary p {
  margin-bottom: 0;
}
.block-rewards-account-summary .block-content .block {
  padding: 0 !important;
  background: unset !important;
  box-shadow: unset !important;
}
.block-rewards-account-summary .block-content .block .block-title strong {
  margin-bottom: 7px;
}
.block-rewards-account-summary .block-content .block .block-title .rewards-subtitle .points {
  font-weight: 700;
}
.block-rewards-account-summary .block-content .table-wrapper {
  margin-top: 37px;
}
.block-rewards-account-summary .block-content .table-wrapper table thead tr th {
  background: #EBE5FF;
  border-right: 1px solid white;
  padding: 27px 38px;
  color: #37245A;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.block-rewards-account-summary .block-content .table-wrapper table thead tr th:last-child {
  border: none;
}
.block-rewards-account-summary .block-content .table-wrapper table tbody tr {
  background: #FFFFFF;
}
.block-rewards-account-summary .block-content .table-wrapper table tbody tr td {
  padding: 22px 33px 22px 38px;
  color: #37245A;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  vertical-align: baseline;
}
.block-rewards-account-summary .block-content .table-wrapper table tbody tr td .buttons-set button {
  padding: 8px 31px !important;
  white-space: nowrap;
  margin-right: 0;
  background: unset;
  border: 2px solid #2E245A !important;
  color: #37245A;
}
.block-rewards-account-summary .block-content .table-wrapper table tbody tr td .buttons-set button:hover {
  background: #2E245A !important;
  color: #ffffff !important;
}
.block-rewards-account-summary .block-content .table-wrapper table tbody tr td input,
.block-rewards-account-summary .block-content .table-wrapper table tbody tr td textarea {
  border: 1px solid #E0DCEA !important;
  border-radius: 6px;
}
.block-rewards-account-summary .block-content .table-wrapper table tbody tr .message {
  text-align: left;
}
.block-rewards-account-summary .block-content .table-wrapper table tbody tr .message .control {
  margin-top: 11px;
}
.block-rewards-account-summary .block-content .block-rewards-referral-list .rewards-social-buttons {
  display: flex;
  align-items: center;
  line-height: 1;
  float: unset;
}
.block-rewards-account-summary .block-content .rewards-referral-link {
  font-size: 18px;
  line-height: 28px;
  color: #5D5194;
  word-break: break-word;
}
.block-rewards-account-summary .tier-rewards-block {
  background: #EBE5FF;
  border-radius: 24px;
  padding: 37px 91px 51px 106px;
}
.block-rewards-account-summary .tier-rewards-block .tier-heading {
  text-align: center;
}
.block-rewards-account-summary .tier-rewards-block .tier-heading h1 {
  color: #2E245A;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 474px;
  margin: 0 auto;
}
.block-rewards-account-summary .tier-rewards-block .tier-heading p {
  font-size: 17px;
  line-height: 1.5;
  color: #5D5194;
  font-weight: 700;
  margin-bottom: 59px;
}
.block-rewards-account-summary .tier-rewards-block .tier-rewards-cards {
  display: flex;
  justify-content: center;
  gap: 19px;
  margin-top: 59px;
}
.block-rewards-account-summary .tier-rewards-block .tier-rewards-cards .tier-rewards-card {
  background: white;
  padding: 24px 20px 11px;
  border-radius: 24px;
  text-align: center;
  flex: 1;
}
.block-rewards-account-summary .tier-rewards-block .tier-rewards-cards .tier-rewards-card .heading {
  color: #2E245A;
  font-size: 30px;
  line-height: 47px;
  margin-bottom: 0;
  font-weight: 700;
}
.block-rewards-account-summary .tier-rewards-block .tier-rewards-cards .tier-rewards-card .points-cashback {
  font-size: 16px;
  line-height: 24px;
  color: #5D5194;
  font-weight: 700;
}
.block-rewards-account-summary .earn {
  margin-top: 14px !important;
}
.review-customer-view .column.main .customer-review .product-info {
  margin-top: 10px;
}
.review-customer-view .column.main .customer-review .product-info .product-name {
  color: #37245A !important;
  font-size: 25px !important;
  line-height: 46px;
  font-weight: 600 !important;
  margin-bottom: 0;
}
.review-customer-view .column.main .customer-review .product-info .rating-average-label {
  color: #5D5194;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.review-customer-view .column.main .customer-review .review-details {
  margin-top: 30px;
}
.review-customer-view .column.main .customer-review .review-details .title {
  color: #37245A;
}
.review-customer-view .column.main .customer-review .review-details .review-title {
  margin-top: 0;
}
.review-customer-view .column.main .customer-review .review-details .review-title,
.review-customer-view .column.main .customer-review .review-details .review-content,
.review-customer-view .column.main .customer-review .review-details .review-date {
  color: #5D5194;
}
.review-customer-view .column.main .customer-review .customer-review-rating .rating-label {
  color: #37245A;
}
.review-customer-view .column.main .customer-review .customer-review-rating .rating-summary .rating-result span:before {
  color: #37245A;
}
.review-customer-index .table-wrapper {
  margin-bottom: 0;
  margin-top: 11px;
}
.review-customer-index .table-wrapper table tbody tr td {
  color: #37245A !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}
.review-customer-index .table-wrapper table tbody tr td a {
  color: #37245A !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}
.review-customer-index .table-wrapper table tbody tr td .rating-summary .rating-result:before {
  display: none;
}
.review-customer-index .table-wrapper table tbody tr td .rating-summary .rating-result > span:before {
  color: #37245A;
  line-height: 15px;
  font-size: 16px;
}
.review-customer-index .table-wrapper table tbody tr td.actions a {
  display: block;
  white-space: nowrap;
}
.customer-account-pinchange h1 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #37245A;
  font-weight: 600;
}
.customer-account-pinchange form .fieldset .field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px !important;
}
.customer-account-pinchange form .fieldset .field:before {
  display: none;
}
.customer-account-pinchange form .fieldset .field:after {
  display: none;
}
.customer-account-pinchange form .fieldset .field label {
  text-align: left;
  width: unset !important;
  color: #37245A;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600 !important;
  text-align: left !important;
}
.customer-account-pinchange form .fieldset .field .control input {
  border-radius: 6px;
  color: #37245A;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.customer-account-pinchange form .fieldset .field .control input:placeholder {
  color: #828282;
}
.customer-account-pinchange .columns .column.main .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-pinchange .columns .column.main .actions-toolbar .primary .action {
  padding: 10px 36px !important;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
  border: 2px solid #37245A !important;
}
.customer-account-pinchange .columns .column.main .actions-toolbar .primary .action:hover {
  background: unset !important;
  color: #37245a !important;
  border: 2px solid #37245A !important;
}
.customer-account-pinchange .columns .column.main .actions-toolbar .primary .action:disabled {
  border-color: #ccc !important;
}
.customer-account-pinchange .columns .column.main .actions-toolbar .primary .action:disabled:hover {
  border-color: #ccc !important;
}
.newsletter-manage-index .page-title-wrapper {
  display: none;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .legend {
  background-color: unset !important;
  font-size: 25px;
  line-height: 46px;
  font-weight: 700;
  color: #37245A;
  padding: 0 !important;
  margin-bottom: 7px;
  text-transform: none;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .newsletter-des {
  margin-bottom: 36px;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .newsletter-des p {
  color: #5D5194;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .choice {
  margin-bottom: 15px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .choice:before {
  display: none;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .choice:after {
  display: none;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .choice input {
  width: 17px;
  height: 17px;
  margin: 0;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .choice .label {
  color: #37245A;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600 !important;
}
.newsletter-manage-index .form-newsletter-manage .actions-toolbar .action {
  background: unset;
  border: 2px solid #37245A !important;
  border-radius: 30px !important;
  color: #37245A;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  padding: 10px 36px !important;
}
.newsletter-manage-index .form-newsletter-manage .actions-toolbar .action:hover {
  background: #37245A !important;
  color: #ffffff !important;
  border: 2px solid #37245A !important;
}
.customer-address-form form .fieldset .legend {
  color: #37245A;
  background-color: #EBE5FF !important;
  border-radius: 18px;
}
.customer-address-form form .fieldset .field .control input,
.customer-address-form form .fieldset .field .control select {
  border-radius: 6px;
  border: 1px solid #EBE5FF !important;
  color: #37245A;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.customer-address-form form .fieldset .field .control input:placeholder,
.customer-address-form form .fieldset .field .control select:placeholder {
  color: #828282;
}
.customer-address-form form .fieldset .field .label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600 !important;
  color: #37245A;
}
.customer-account-edit .column.main form .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-edit .column.main form .actions-toolbar .action.save {
  background: unset;
  color: #37245A;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  border: 2px solid #37245A !important;
  padding: 10px 36px !important;
}
.customer-account-edit .column.main form .actions-toolbar .action.save:hover {
  background: #37245A !important;
  color: #ffffff !important;
}
.customer-account-edit form {
  box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 18px;
  padding: 20px 30px 45px;
}
.customer-account-edit form .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.customer-account-edit form .info .legend {
  display: none !important;
}
.customer-account-edit form .info .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px !important;
  gap: 10px;
}
.customer-account-edit form .info .field:before {
  display: none;
}
.customer-account-edit form .info .field:after {
  display: none;
}
.customer-account-edit form .info .field .label {
  color: #37245A;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600 !important;
  text-align: left;
  width: unset;
}
.customer-account-edit form .info .field .control {
  width: 100%;
}
.customer-account-edit form .info .checkbox-block {
  display: flex;
  gap: 10px 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.customer-account-edit form .info .checkbox-block .choice {
  flex-direction: row;
  align-items: center;
}
.customer-account-edit form .info .checkbox-block .choice .checkbox {
  width: 17px;
  height: 17px;
  border: 1px solid #37245A !important;
  margin: 0;
}
.customer-account-edit form .info .field-name-firstname,
.customer-account-edit form .info .field-name-lastname {
  flex: 1;
}
.customer-account-edit form .info .field-dob {
  width: 100%;
  position: relative;
}
.customer-account-edit form .info .field-dob .customer-dob {
  display: inline-flex;
  gap: 7px;
}
.customer-account-edit form .info .field-dob .customer-dob div.mage-error {
  position: absolute;
  bottom: -25px;
}
.customer-account-edit form .password {
  margin-bottom: 4px !important;
}
.customer-account-edit form .password .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.customer-account-edit form .password .field:before {
  display: none;
}
.customer-account-edit form .password .field:after {
  display: none;
}
.customer-account-edit form .password .field .label {
  color: #37245A;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600 !important;
  text-align: left;
  width: unset !important;
}
.customer-account-edit form .password .field .control .password-strength-meter {
  background-color: unset;
  padding: 0;
  height: unset;
  line-height: 28px;
  font-weight: 500;
  color: #828282;
}
.customer-account-edit form .password .legend {
  color: #37245A;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  background-color: unset !important;
  text-transform: none;
  padding: 0 !important;
  margin-bottom: 29px;
}
.customer-account-edit form .password .choice {
  flex-direction: row;
  align-items: center;
}
.customer-account-edit form .password .choice .checkbox {
  width: 17px;
  height: 17px;
  margin: 0;
  border: 1px solid #37245A !important;
}
.customer-account-edit form .password .choice .label {
  color: #37245A;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
}
.customer-account-edit form input {
  border: 1px solid #EBE5FF !important;
  border-radius: 6px;
  color: #37245A;
  font-size: 15px;
  line-height: 28px;
}
.customer-account-edit form input:placeholder {
  color: #828282;
}
.customer-address-index .page-title {
  margin-left: 26px;
}
.customer-address-index .column.main .block-addresses-default {
  padding: 0;
}
.customer-address-index .column.main .block-addresses-default .box {
  flex: unset !important;
}
.customer-address-index .column.main .block-addresses-default .block-title {
  display: none;
}
.customer-address-index .column.main .block-addresses-default .block-content {
  display: flex;
}
.customer-address-index .column.main .block-addresses-default .block-content .box strong {
  background: #EBE5FF;
  padding: 25px 34px;
  margin-bottom: 33px;
}
.customer-address-index .column.main .block-addresses-default .block-content .box .box-content {
  padding: 0px 34px;
}
.customer-address-index .column.main .block-addresses-default .block-content .box .box-actions {
  margin-top: 29px;
  margin-left: 20px;
}
.customer-address-index .column.main .block-addresses-list {
  background: unset;
  box-shadow: unset;
  padding: 0;
  margin-top: 52px;
}
.customer-address-index .column.main .block-addresses-list .block-title {
  margin-bottom: 25px !important;
  margin-left: 26px;
}
.customer-address-index .column.main .block-addresses-list .block-content .customer-addresses-toolbar {
  margin-bottom: 0;
}
.customer-address-index .column.main .block-addresses-list .block-content .customer-addresses-toolbar .pager {
  flex-direction: row-reverse;
}
.customer-address-index .column.main .block-addresses-list .block-content .table-additional-addresses-items tbody .actions div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.customer-address-form .actions-toolbar button,
.customer-address-index .actions-toolbar button {
  text-transform: none;
  border: 1px solid #2E245A !important;
}
.customer-address-form .actions-toolbar button:hover,
.customer-address-index .actions-toolbar button:hover {
  background: unset !important;
  border: 1px solid #2E245A !important;
  color: #2E245A !important;
}
.customer-account-linkprescriber .page-title-wrapper {
  display: none;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange h1 {
  color: #37245A;
  font-size: 25px;
  line-height: 46px;
  font-weight: 700 !important;
  margin-bottom: 17px !important;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange .pres-text {
  margin-bottom: 37px;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange .pres-text p {
  color: #5D5194;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 28px;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange .pres-text p:last-child {
  margin-bottom: 0;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange .or-divider {
  color: #5D5194;
  text-align: left;
  margin: 20px 0 16px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange .prescribers-list label {
  color: #37245A;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange .prescribers-list .select {
  margin-top: 20px;
  padding: 6px 15px;
  font-size: 15px;
  color: #828282;
  line-height: 28px;
  font-weight: 500;
  border: 1px solid #E0DCEA !important;
  border-radius: 6px !important;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange form .label {
  color: #37245A;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange form input {
  border: 1px solid #E0DCEA !important;
  border-radius: 6px !important;
  font-size: 15px;
  color: #828282 !important;
  line-height: 28px;
  font-weight: 500;
  padding: 6px 15px;
  margin: 17px 0;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange form button {
  text-transform: none;
  font-size: 15px;
  border: 1px solid #37245a !important;
}
.customer-account-linkprescriber .column.main .customer-account-pinchange form button:hover {
  background: unset;
  border: 1px solid #37245a !important;
  color: #37245a;
}
.amasty_quote-account-index table td .action-btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.amasty_quote-account-index #mass-action-form .actions-toolbar .primary .action {
  opacity: 1 !important;
  padding: 10px 20px !important;
}
.amasty_quote-account-index .actions-toolbar {
  display: inline-block;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}
.amasty_quote-account-index .actions-toolbar:before {
  display: none;
}
.amasty_quote-account-index .actions-toolbar:after {
  display: none;
}
.amasty_quote-account-index .actions-toolbar .primary {
  display: flex;
  float: unset;
}
.amasty_quote-account-index .actions-toolbar .primary .action {
  border: 1px solid #37245a !important;
  margin-right: 0;
}
.amasty_quote-account-index .actions-toolbar .primary .action:hover {
  color: #37245a;
  background: unset;
  border: 1px solid #37245a !important;
}
.amasty_quote-account-index .status-filter {
  display: inline-flex;
  margin-right: 30px;
}
.amasty_quote-account-index .status-filter label {
  margin-right: 0;
  color: #5d5194;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.amasty_quote-account-index .status-filter select {
  border-radius: 6px;
  margin-left: 16px;
  padding: 10px 14px;
  border: 1px solid #ebe5ff !important;
  font-size: 16px;
  line-height: 20px;
  color: #2E245A;
}
.amasty_quote-account-view .ui-dialog {
  position: fixed !important;
}
.amasty_quote-account-view .column.main .block-order-details-comments {
  padding: 0;
  margin-bottom: 49px;
}
.amasty_quote-account-view .column.main .block-order-details-comments .block-title {
  padding: 25px 34px 29px !important;
  background: #EBE5FF;
  border-radius: 18px 18px 0 0;
  margin-bottom: 0 !important;
}
.amasty_quote-account-view .column.main .block-order-details-comments .block-content:has(li) {
  padding: 50px 34px;
}
.amasty_quote-account-view .column.main .block-order-details-comments .block-content .amquote-report-container li {
  font-size: 17px;
  line-height: 37px;
  color: #2E245A;
  letter-spacing: 2%;
  font-weight: 700;
}
.amasty_quote-account-view .column.main .block-order-details-comments .block-content .amquote-report-container li div {
  font-weight: 500;
  color: #5D5194;
}
.amasty_quote-account-view .page-title-wrapper .order-date {
  display: none;
}
.amasty_quote-account-view .price-excluding-tax {
  text-align: left;
}
.amasty_quote-account-view .price-excluding-tax:before {
  display: none;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) {
  background: white;
  box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
  width: 100% !important;
  max-width: 334px;
  padding: 27px 50px 40px !important;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) .ui-dialog-buttonset {
  gap: 5px;
  margin-top: 32px;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) .ui-dialog-buttonset button {
  flex: 1;
  padding: 8px !important;
  color: #FFFFFF;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) .ui-dialog-buttonset button:nth-child(2) {
  background: unset !important;
  border: 2px solid #2E245A !important;
  color: #2E245A !important;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) .ui-dialog-buttonset button:nth-child(2):hover {
  background: #2E245A !important;
  color: #ffffff !important;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) .ui-dialog-buttonset button:hover {
  background: unset !important;
  border: 2px solid #2E245A !important;
  color: #2E245A !important;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) form {
  gap: 18px !important;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) form .confirm-code {
  font-size: 25px;
  line-height: 46px;
  font-weight: 700;
  color: #37245a;
  text-align: center;
}
.amasty_quote-account-view .ui-dialog:has(#approveDialog) form input {
  border-radius: 6px;
  border: 1px solid #EBE5FF !important;
  padding: 14px;
  font-size: 15px;
  color: #37245A;
}
.amasty_quote-account-view .table-wrapper table thead .am-quotes-head .item {
  width: 22%;
}
.amasty_quote-account-view .table-wrapper table thead .am-quotes-head .name,
.amasty_quote-account-view .table-wrapper table thead .am-quotes-head .price {
  width: 28%;
}
.amasty_quote-account-view .table-wrapper table thead .am-quotes-head .qty {
  width: 10%;
}
.amasty_quote-account-view .table-wrapper table thead .am-quotes-head .subtotal {
  width: 12%;
}
.amasty_quote-account-view .table-wrapper table tbody .fieldset {
  margin: 0;
}
.amasty_quote-account-view .table-wrapper table tbody .fieldset .label {
  text-align: left;
  color: #37245A;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700 !important;
  padding: 0;
  width: 100% !important;
}
.amasty_quote-account-view .table-wrapper table tbody tr {
  border-bottom: none !important;
}
.amasty_quote-account-view .table-wrapper table tbody tr .form-table-label {
  padding-right: 10px !important;
}
.amasty_quote-account-view .table-wrapper table tbody tr .form-table-content {
  padding-left: 16px !important;
}
.amasty_quote-account-view .table-wrapper table tbody tr .form-table-content .action-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.amasty_quote-account-view .table-wrapper table tbody tr td textarea,
.amasty_quote-account-view .table-wrapper table tbody tr td input {
  border: 1px solid #EBE5FF !important;
  border-radius: 10px !important;
  color: #828282;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500 !important;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .date-para {
  margin-top: 13px;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .terms-cond-field {
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  align-items: flex-start;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .terms-cond-field input {
  margin: 6px 4px 0 0;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .terms-cond-field .terms {
  margin: 0 0 35px;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .phyexam-date-field {
  padding-bottom: 0;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .phyexam-date-field .control .date-para {
  color: #828282;
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .terms-cond-field p {
  color: #828282;
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 0;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .table-instructions {
  width: 100%;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .action {
  text-transform: none;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  background: #2E245A !important;
  text-align: center;
  max-width: 250px;
  border: 1px solid #2e245a !important;
  white-space: nowrap;
  display: inline-block;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .action:hover {
  background: unset !important;
  border: 1px solid #2e245a !important;
  color: #2e245a !important;
}
.amasty_quote-account-view .table-wrapper table tbody tr td .disabled-link {
  pointer-events: none;
  opacity: 0.7;
}
.customer-account-index .column.main {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 42px;
}
.customer-account-index .column.main .prescriptions-info .subtitle,
.customer-account-index .column.main .view-review .subtitle,
.customer-account-index .column.main .view-order .subtitle {
  margin-bottom: 5px;
}
.customer-account-index .page-title-wrap {
  display: none;
}
.customer-account-index #authenticationPopup {
  display: none;
}
.account form .info .field-dob .customer-dob button.ui-datepicker-trigger.v-middle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNSAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yMC45Nzk4IDMuNDEwNTFIMy40OTc0N0MyLjExODE2IDMuNDEwNTEgMSA0LjQ4OTczIDEgNS44MjEwMVYyMi42OTQ2QzEgMjQuMDI1OCAyLjExODE2IDI1LjEwNTEgMy40OTc0NyAyNS4xMDUxSDIwLjk3OThDMjIuMzU5MSAyNS4xMDUxIDIzLjQ3NzMgMjQuMDI1OCAyMy40NzczIDIyLjY5NDZWNS44MjEwMUMyMy40NzczIDQuNDg5NzMgMjIuMzU5MSAzLjQxMDUxIDIwLjk3OTggMy40MTA1MVoiIGZpbGw9InRyYW5zcGFyZW50Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMTcuMjMzNiAxVjUuODIxMDFNNy4yNDM2OSAxVjUuODIxMDFNMSAxMC42NDJIMjMuNDc3M00zLjQ5NzQ3IDMuNDEwNTFIMjAuOTc5OEMyMi4zNTkxIDMuNDEwNTEgMjMuNDc3MyA0LjQ4OTczIDIzLjQ3NzMgNS44MjEwMVYyMi42OTQ2QzIzLjQ3NzMgMjQuMDI1OCAyMi4zNTkxIDI1LjEwNTEgMjAuOTc5OCAyNS4xMDUxSDMuNDk3NDdDMi4xMTgxNiAyNS4xMDUxIDEgMjQuMDI1OCAxIDIyLjY5NDZWNS44MjEwMUMxIDQuNDg5NzMgMi4xMTgxNiAzLjQxMDUxIDMuNDk3NDcgMy40MTA1MVoiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KPC9zdmc+);
  padding: 0 !important;
  flex: 0 0 43px;
  background-color: #37245A !important;
  position: unset;
  border-radius: 8px !important;
}
.account form .info .field-dob .customer-dob button.ui-datepicker-trigger.v-middle span {
  display: none;
}
.account .toolbar .pager {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.account .toolbar .pager .pages {
  position: unset;
  max-width: max-content;
}
.account .toolbar .pager .pages .item.current strong.page {
  background-color: #2e245a !important;
  color: #f5f5f5 !important;
}
.account .toolbar .pager .pages .pages-items {
  display: flex;
  align-items: center;
}
.account .toolbar .pager .pages .pages-items li.item.pages-item-previous.disable.active {
  display: none;
}
.account .toolbar .pager .pages .pages-items .item:hover a {
  background-color: #2e245a !important;
  color: #ffffff !important;
}
.account .toolbar .pager .pages .pages-items .item:hover .action.previous::before,
.account .toolbar .pager .pages .pages-items .item:hover .action.next::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.account .toolbar .pager .pages .pages-items .item .label {
  display: none;
}
.account .toolbar .pager .pages .pages-items .item .page {
  width: 32px;
  height: 32px;
  border: unset;
  border-radius: 12px !important;
  line-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e245a !important;
}
.account .toolbar .pager .pages .action.previous,
.account .toolbar .pager .pages .action.next {
  width: 32px !important;
  height: 32px !important;
  margin-right: 0;
  line-height: unset !important;
}
.account .toolbar .pager .pages .action.previous:before,
.account .toolbar .pager .pages .action.next:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNi41SDE5TTE5IDYuNUwxMy41IDFNMTkgNi41TDEzLjUgMTIiIHN0cm9rZT0iIzJFMjQ1QSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  line-height: unset;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.account .toolbar .pager .pages .action.previous {
  transform: rotate(180deg);
}
.account .toolbar .limiter {
  position: unset;
  float: unset;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.account .toolbar .limiter .limiter-label,
.account .toolbar .limiter .limiter-text {
  color: #5d5194;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.account .toolbar .limiter .limiter-options {
  border-radius: 6px;
  margin: 0 16px;
  padding: 10px 14px;
  border: 1px solid #ebe5ff !important;
  font-size: 16px;
  line-height: 20px;
}
.account.sales-order-view .block-order-details-comments {
  margin-bottom: 30px !important;
}
.account.sales-order-view .block-order-details-comments .order-comments {
  color: #37245a;
}
.account.sales-order-view .main .order-prescription-info {
  box-shadow: unset !important;
  padding: 0 !important;
}
.account.sales-order-view .main .order-prescription-info .block-content {
  flex-direction: column;
  flex-wrap: unset;
}
.account.sales-order-view .main .order-prescription-info .block-content .box .box-title {
  margin-bottom: 14px !important;
}
.account.sales-order-view .main .order-prescription-info .block-content .box .box-title span {
  font-size: 25px !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  color: #37245a !important;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title strong {
  text-transform: none;
  font-weight: 700;
}
.account.sales-order-view .column.main .block .block-content {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}
.account.sales-order-view .column.main .block .block-content:before {
  display: none !important;
}
.account.sales-order-view .column.main .block .block-content:after {
  display: none;
}
.account.sales-order-view .column.main .block .block-content .table {
  width: 100%;
  box-shadow: 0px 2px 44px 0px rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 12px;
  overflow: hidden;
  background: white;
}
.account.sales-order-view .column.main .block .block-content .table thead {
  background: #EBE5FF;
}
.account.sales-order-view .column.main .block .block-content .table tr th {
  border-bottom: none;
  padding: 20px;
  color: #37245A;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  border-right: 1px solid #FFFFFF;
}
.account.sales-order-view .column.main .block .block-content .table tr th:last-child {
  border-right: none;
}
.account.sales-order-view .column.main .block .block-content .table tr td {
  padding: 20px;
  color: #5D5194;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: 600;
}
.account.sales-order-view .block-order-details-view {
  margin-bottom: 40px !important;
}
.account.sales-order-view .box-order-billing-method,
.account.sales-order-view .box-order-shipping-method {
  margin-bottom: 12px !important;
}
.account.sales-order-view .box-order-billing-method .box-title,
.account.sales-order-view .box-order-shipping-method .box-title {
  margin-bottom: 12px !important;
}
.account.sales-order-view .box-order-billing-method .box-content,
.account.sales-order-view .box-order-shipping-method .box-content {
  color: #5d5194;
}
.account.sales-order-view .box-order-billing-method .box-content > div,
.account.sales-order-view .box-order-shipping-method .box-content > div {
  line-height: 30px !important;
}
.account.sales-order-view .box-order-billing-method .box-content .payment-method,
.account.sales-order-view .box-order-shipping-method .box-content .payment-method {
  margin-bottom: 0;
}
.account.sales-order-view .box-order-billing-method .box-content:before,
.account.sales-order-view .box-order-shipping-method .box-content:before {
  display: none !important;
}
.account.sales-order-view .box-order-billing-method .box-content:after,
.account.sales-order-view .box-order-shipping-method .box-content:after {
  display: none;
}
.account .page-main {
  margin-top: 68px;
}
.account .columns .column .page-title-wrap {
  flex: 0 0 100%;
}
.account .page-main .page-title-wrap {
  background: unset;
  margin-bottom: 0 !important;
}
.account .page-main .page-title-wrap .container {
  padding: 0;
}
.account .page-main .page-title-wrap .container .page-title-wrapper {
  padding: 0 !important;
  text-align: left;
}
.account .page-main .page-title-wrap .container .page-title-wrapper span.order-status {
  border: unset;
  margin-top: 8px;
  color: #37245a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-left: 0;
}
.account .page-main .page-title-wrap .container .page-title-wrapper .page-title {
  padding: 0;
  font-size: 25px !important;
  line-height: 46px;
  margin-bottom: 21px;
  font-weight: 700;
  color: #37245a !important;
}
.account .page-main .page-title-wrap .container .page-title-wrapper .order-date {
  color: #37245a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.account .block-collapsible-nav {
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
}
.account .block-collapsible-nav .block-collapsible-nav-content {
  border-radius: 18px !important;
  padding: 35px 27px 32px 28px !important;
  background: #ffffff;
}
.account .block-collapsible-nav .items {
  display: flex;
  flex-direction: column;
}
.account .block-collapsible-nav .item.current > strong,
.account .block-collapsible-nav .item.current > a {
  background: #ebe5ff !important;
  border-radius: 30px;
  border-left: unset;
  padding: 15px 20px;
  font-weight: 700;
}
.account .block-collapsible-nav .item:nth-child(12) {
  order: 1;
}
.account .block-collapsible-nav .item a,
.account .block-collapsible-nav .item strong {
  color: #5d5194;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}
.account .block-collapsible-nav .item a:before,
.account .block-collapsible-nav .item strong:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.account .block-collapsible-nav .item a strong:before,
.account .block-collapsible-nav .item strong strong:before {
  content: unset;
}
.account .block-collapsible-nav .item .delimiter {
  margin: 10px 1.8rem 24px !important;
}
.account .block-collapsible-nav .item:nth-child(1) a:before,
.account .block-collapsible-nav .item:nth-child(1) strong:before {
  background: url("../images/my-account.svg");
}
.account .block-collapsible-nav .item:nth-child(2) a:before,
.account .block-collapsible-nav .item:nth-child(2) strong:before {
  background: url("../images/my-orders.svg");
}
.account .block-collapsible-nav .item:nth-child(3) a:before,
.account .block-collapsible-nav .item:nth-child(3) strong:before {
  background: url("../images/my-prescriptions.svg");
}
.account .block-collapsible-nav .item:nth-child(4) a:before,
.account .block-collapsible-nav .item:nth-child(4) strong:before {
  background: url("../images/link-prescriber.svg");
}
.account .block-collapsible-nav .item:nth-child(7) a:before,
.account .block-collapsible-nav .item:nth-child(7) strong:before {
  background: url("../images/address-book.svg");
}
.account .block-collapsible-nav .item:nth-child(8) a:before,
.account .block-collapsible-nav .item:nth-child(8) strong:before {
  background: url("../images/account-info.svg");
}
.account .block-collapsible-nav .item:nth-child(10) a:before,
.account .block-collapsible-nav .item:nth-child(10) strong:before {
  background: url("../images/my-product-review.svg");
}
.account .block-collapsible-nav .item:nth-child(11) a:before,
.account .block-collapsible-nav .item:nth-child(11) strong:before {
  background: url("../images/newsletters.svg");
}
.account .block-collapsible-nav .item:nth-child(5) a:before,
.account .block-collapsible-nav .item:nth-child(5) strong:before {
  background: url("../images/rewards-points.svg");
}
.account .block-collapsible-nav .item:nth-child(13) a:before,
.account .block-collapsible-nav .item:nth-child(13) strong:before {
  background: url("../images/forgot.svg");
}
.account .block-collapsible-nav .item:nth-child(12) a:before,
.account .block-collapsible-nav .item:nth-child(12) strong:before {
  background: url("../images/logout.svg");
}
.account .sidebar-main {
  padding-right: 44px !important;
}
.account .main .table-wrapper {
  overflow: auto;
  box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
}
.account .main .table-wrapper::-webkit-scrollbar {
  height: 11px;
}
.account .main .table-wrapper::-webkit-scrollbar-button {
  display: none;
}
.account .main .table-wrapper::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 17px;
}
.account .main .table-wrapper::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 17px;
  cursor: pointer;
}
.account .main .table-wrapper table {
  border: unset;
  box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 18px;
}
.account .main .data.table thead th {
  background-color: #ebe5ff;
  text-align: left;
  border-right: 1px solid #ffffff;
  border-bottom: unset;
  font-size: 18px;
  line-height: 20px;
  color: #37245a;
  font-weight: 700;
  text-transform: none;
}
.account .main .data.table thead th:last-child {
  border-right: unset;
}
.account .main .data.table td,
.account .main .data.table th {
  padding: 27px 36px;
}
.account .main .data.table tbody tr {
  border-bottom: 1px solid #e0dcea;
  background: #ffffff;
}
.account .main .data.table tbody tr:last-child {
  border-bottom: none;
}
.account .main .data.table tbody tr .id {
  color: #37245a !important;
}
.account .main .data.table tbody tr td[data-th="Patient"] {
  color: #5d5194 !important;
}
.account .main .data.table tbody tr .col {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #5d5194;
}
.account .main .data.table tbody tr .col .product-item-name,
.account .main .data.table tbody tr .col .item-options,
.account .main .data.table tbody tr .col .price-excluding-tax,
.account .main .data.table tbody tr .col .cart-price {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  color: #37245a !important;
}
.account .main .data.table tbody tr .col .product-item-name:before,
.account .main .data.table tbody tr .col .item-options:before,
.account .main .data.table tbody tr .col .price-excluding-tax:before,
.account .main .data.table tbody tr .col .cart-price:before {
  font-size: 15px;
}
.account .main .data.table tbody td.actions a {
  padding: 5px 24px;
  background: #2e245a;
  border-radius: 30px !important;
  margin-right: 0;
  text-align: center;
  border: 1px solid #2e245a;
}
.account .main .data.table tbody td.actions a:hover {
  background: unset;
  border: 1px solid #2e245a;
}
.account .main .data.table tbody td.actions a:hover span {
  color: #2e245a;
}
.account .main .data.table tbody td.actions a span {
  color: #fefefe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}
.account .main .data.table tfoot tr {
  color: #37245a;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.account .main .data.table tfoot tr th {
  font-size: 16px;
  font-weight: 700;
}
.account .main .data.table tfoot tr th,
.account .main .data.table tfoot tr td {
  padding: 10px;
}
.account .main .block {
  background: #ffffff;
  box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 24px 35px;
}
.account .main .block .subtitle {
  font-size: 25px !important;
  line-height: 46px !important;
  letter-spacing: 0;
  font-weight: 700 !important;
  color: #5d5194 !important;
  margin: 0;
}
.account .main .block .block-content .box {
  width: 100% !important;
  flex: 0 0 calc((100% - 30px) / 4);
}
.account .main .block .block-content .box .box-title {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 26px;
}
.account .main .block .block-content .box .box-title > span {
  font-size: 18px !important;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700 !important;
  color: #37245a;
}
.account .main .block .block-content .box .box-actions .action {
  text-decoration: none !important;
  background: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07000000000000001);
  padding: 3px 14px;
  border-radius: 7px !important;
  text-transform: none !important;
  line-height: 20px;
  display: inline-block;
}
.account .main .block .block-content .box .box-actions .action:hover {
  background: #37245A;
  color: #ffffff;
}
.account .main .block .block-content p,
.account .main .block .block-content address {
  font-size: 18px;
  letter-spacing: 0.36px;
  font-weight: 600;
  color: #5d5194;
  line-height: 20px;
}
.account .main .block .block-content address {
  line-height: 28px;
}
.account .main .block .block-content address a {
  text-decoration: underline;
  color: #5d5194;
}
.account .main .block .block-title {
  background-color: unset;
  padding: 0 !important;
  margin-bottom: 14px !important;
  text-transform: none;
}
.account .main .block .block-title > strong {
  font-size: 25px !important;
  line-height: 46px !important;
  letter-spacing: 0;
  font-weight: 700 !important;
  color: #37245a !important;
}
.account .main .block-dashboard-info {
  flex:  0 0 calc(45% - 21px);
  display: flex;
  flex-direction: column;
}
.account .main .block-dashboard-info .block-content {
  height: 100%;
}
.account .main .block-dashboard-info .block-content .box-information {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.account .main .block-dashboard-info .block-content .box-information .box-actions {
  margin-top: auto;
}
.account .main .block-dashboard-addresses {
  flex:  0 0 calc(55% - 21px);
}
.account .main .block-dashboard-addresses .block-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 200px;
  width: 100%;
}
.account .main .block-dashboard-addresses .block-content::-webkit-scrollbar {
  width: 11px;
}
.account .main .block-dashboard-addresses .block-content::-webkit-scrollbar-button {
  display: none;
}
.account .main .block-dashboard-addresses .block-content::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 17px;
}
.account .main .block-dashboard-addresses .block-content::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 17px;
  cursor: pointer;
}
.account .main .block-dashboard-addresses .block-content .box-actions {
  margin-top: 20px;
}
.account .main .block-dashboard-addresses .block-content .box-shipping-address {
  margin-bottom: 0 !important;
}
.account .main .prescriptions-box {
  max-height: 230px;
  padding: 24px 35px 19px 35px;
}
.account .main .prescriptions-box .block-title {
  margin-bottom: 5px !important;
}
.account .main .prescriptions-box .prescriptions-description {
  max-height: 85px;
  overflow: auto;
}
.account .main .prescriptions-box .prescriptions-description .prescriptions-description-text {
  color: #5D5194;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
}
.account .main .prescriptions-box .prescriptions-description::-webkit-scrollbar {
  width: 11px;
}
.account .main .prescriptions-box .prescriptions-description::-webkit-scrollbar-button {
  display: none;
}
.account .main .prescriptions-box .prescriptions-description::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 17px;
}
.account .main .prescriptions-box .prescriptions-description::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 17px;
  cursor: pointer;
}
.account .main .prescriptions-box .practitioner-description {
  max-height: 130px;
}
.account .main .prescriptions-box .prescriptions-actions {
  border: 2px solid #5d5194;
  border-radius: 30px;
  max-width: 198px;
  text-align: center;
}
.account .main .prescriptions-box .prescriptions-actions:hover {
  background: #5d5194;
}
.account .main .prescriptions-box .prescriptions-actions:hover a {
  color: #ffffff;
}
.account .main .prescriptions-box .prescriptions-actions:hover a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.account .main .prescriptions-box .prescriptions-actions a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #5d5194;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}
.account .main .prescriptions-box .prescriptions-actions a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0iIzVENTE5NCIvPgo8L3N2Zz4K");
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 1;
}
.account .main .prescriptions-info {
  order: 3;
}
.account .main .view-precriptions {
  order: 2;
}
.account .main .view-review {
  order: 4;
}
.account .main .view-order {
  order: 5;
}
.rewards-account-referral .block-rewards-account-summary .page-title-wrapper.noimage {
  display: none;
}
.rewards-account-referral .referral-link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.rewards-account-referral .referral-link-wrap:before,
.rewards-account-referral .referral-link-wrap:after {
  display: none !important;
}
.rewards-account-referral .referral-link-wrap .action.copy-button {
  padding: 10px 15px !important;
  text-transform: none;
  border: 2px solid #37245A !important;
}
.rewards-account-referral .referral-link-wrap .action.copy-button:hover {
  background: white;
  color: #37245A;
  border: 2px solid #37245A !important;
}
.rewards-account-referral .block-rewards-account-summary {
  overflow: unset !important;
  border-radius: unset !important;
}
.rewards-account-referral .block-rewards-account-summary .invite-list-wrap {
  border: 1px dashed #5D5194;
  margin: 14px 0;
}
.rewards-account-referral .block-rewards-account-summary .invite-list-wrap .block-referral-subtitle {
  color: #5D5194;
  padding: 10px;
}
.rewards-account-referral .block-rewards-account-summary .block-content .block {
  box-shadow: unset !important;
  overflow: unset !important;
}
.rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper {
  margin-top: 0;
  overflow: unset;
  box-shadow: unset;
}
.rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper .referral-table {
  margin-top: 27px;
}
.rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper table {
  margin-top: 51px;
}
.rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper table .message-label {
  display: block;
  margin-bottom: 11px;
}
.rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper table tbody tr td textarea {
  border: 1px solid #EBE5FF !important;
}
.rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper table tbody tr td input,
.rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper table tbody tr td textarea {
  color: #5D5194;
}
.rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper table tbody tr td .buttons-set {
  margin-top: 33px;
}
.rewards-account-referral .column.main .block .block-title {
  margin-bottom: 7px !important;
}
.rewards-account-referral .column.main .block:not(.widget) .block-content:before,
.rewards-account-referral .column.main .block:not(.widget) .block-content:after {
  display: none !important;
}
.rewards-account-share .rewards-history {
  border-radius: unset !important;
}
.rewards-account-history.account .main .table-wrapper {
  box-shadow: unset !important;
  overflow: unset !important;
}
.rewards-account-history.account .main .table-wrapper table.pending-transactions tbody tr td a,
.rewards-account-history.account .main .table-wrapper table.pending-transactions tbody tr td span.yellow {
  color: #37245A;
}
.rewards-account-history.account .main .table-wrapper table.transactions-history tbody tr td a,
.rewards-account-history.account .main .table-wrapper table.transactions-history tbody tr td span.green {
  color: #7CC292;
}
.rewards-account-history.account .main .table-wrapper table.transactions-history tbody tr td span.red {
  color: #FF6267;
}
.rewards-account-history.account .main .table-wrapper table.transactions-history tbody tr td span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.rewards-account-history.account .main .table-wrapper table.transactions-history tbody td[data-th="Created"],
.rewards-account-history.account .main .table-wrapper table.transactions-history tbody td[data-th="Comment"] {
  color: #5D5194;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.rewards-account-history.account .block-rewards-account-summary {
  overflow: unset !important;
}
@media only screen and (min-width: 1440px) {
  .account .page-main {
    padding: 0 100px;
  }
  .account .column.main {
    width: 72.4% !important;
  }
  .account .sidebar.sidebar-main {
    width: 27.6% !important;
  }
}
@media screen and (max-width: 1201px) {
  .account .sidebar-main {
    padding-right: 0 !important;
  }
  .account .page-title-wrap .page-title-wrapper {
    margin-top: 0px;
  }
  .account .main .block {
    flex:  0 0 calc(50% - 21px);
  }
}
@media only screen and (max-width: 1024px) {
  .account .main .block .block-content .box {
    flex: 0 0 calc((100% - 30px) / 2) !important;
  }
}
@media only screen and (max-width: 992px) {
  .review-customer-index .table-wrapper table tbody tr td {
    text-align: right;
  }
  .review-customer-index .table-wrapper table tbody tr td[data-th]:before {
    text-align: left;
  }
  .amasty_quote-account-index table td .action-btns {
    flex-direction: unset;
  }
  .amasty_quote-account-view .column.main table tbody .col span {
    text-align: right;
  }
  .amasty_quote-account-view .column.main table tbody .form-table-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .amasty_quote-account-view .column.main table tr .form-table-label {
    padding-right: 0 !important;
  }
  .amasty_quote-account-view .column.main table tr .form-table-label span {
    flex: 1;
    margin-left: 15px;
  }
  .sales-order-view table tfoot {
    display: flex;
    flex-direction: column;
    align-items: end;
    background: #ffffff;
  }
  .table-wrapper {
    width: 100%;
    box-shadow: unset !important;
  }
  .table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    overflow: unset !important;
  }
  .table-wrapper table thead {
    display: none;
  }
  .table-wrapper table tbody tr {
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e0dcea;
  }
  .table-wrapper table tbody tr:last-child {
    border-bottom: 1px solid #e0dcea !important;
  }
  .table-wrapper table tbody td {
    display: flex !important;
    justify-content: space-between;
    padding: 8px 0 !important;
  }
  .table-wrapper table tbody td[data-th]:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    color: #37245a;
  }
  .table-wrapper table tbody .col .col-name-content {
    text-align: right;
  }
  .rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper table.invite-table tbody tr:last-child td {
    display: block !important;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .customer-account-index .column.main .block-dashboard-info {
    order: 1;
  }
  .customer-account-index .column.main .prescriptions-info {
    order: 2 !important;
  }
  .customer-account-index .column.main .view-precriptions {
    order: 3;
  }
  .customer-account-index .column.main .block-dashboard-addresses {
    order: 4;
  }
  .customer-account-index .column.main .view-review {
    order: 5;
  }
  .customer-account-index .column.main .view-order {
    order: 5;
  }
  .amasty_quote-account-index .status-filter select {
    min-width: unset !important;
  }
  .amasty_quote-account-index #mass-action-form .actions-toolbar {
    width: 100%;
  }
  .amasty_quote-account-index #mass-action-form .actions-toolbar .primary .action.primary {
    justify-content: center;
  }
  .block-rewards-account-summary {
    padding: 0;
  }
  .block-rewards-account-summary .tier-rewards-block .tier-rewards-cards {
    flex-direction: column;
  }
  .block-rewards-account-summary .block-content .table-wrapper table tbody td .field {
    width: 100%;
  }
  .account .sidebar-main {
    padding-right: 0 !important;
  }
  .account .main .data.table td,
  .account .main .data.table th {
    padding: 10px;
  }
  .account .main .block {
    flex: unset !important;
    width: 100%;
    padding: 24px;
  }
  .account .main .block .block-title > strong {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .account .main .block .block-content p,
  .account .main .block .block-content address {
    font-size: 14px !important;
  }
  .account .main .block .block-content address {
    line-height: 24px !important;
  }
  .account .main .block .block-content .box .box-title {
    margin-bottom: 16px !important;
  }
  .account .main .block .block-content .box .box-title > span {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .account .main .prescriptions-box .prescriptions-description .prescriptions-description-text {
    font-size: 14px;
  }
  .account .page-main {
    margin-top: 30px;
  }
  .account .page-main .block.block-collapsible-nav {
    margin-bottom: 20px;
    border-radius: 18px;
    overflow: hidden;
  }
  .account .page-main .block.block-collapsible-nav .content.active {
    border-radius: unset !important;
  }
  .account .page-main .block.block-collapsible-nav .block-collapsible-nav-title {
    color: #37245A;
  }
  .account .page-main .block.block-collapsible-nav .title {
    background: #ffffff;
  }
  .account .page-main .block.block-collapsible-nav .title.active::after {
    top: 32px;
  }
  .account .page-main .block.block-collapsible-nav .block-collapsible-nav-content {
    border-top: 1px solid #f1f1f1;
    padding: 10px 10px 10px 5px !important;
  }
  .account .page-main .block.block-collapsible-nav .block-collapsible-nav-content .item.current > strong {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 15px;
  }
  .account .page-main .block.block-collapsible-nav .block-collapsible-nav-content .item a {
    font-size: 12px;
    line-height: 16px;
  }
  .account .page-main .block.block-collapsible-nav .block-collapsible-nav-content .item .delimiter {
    margin: 15px 0;
  }
  .account .page-main .page-title-wrap .container .page-title-wrapper .page-title {
    font-size: 22px !important;
    line-height: 36px;
  }
  .account .table-wrapper {
    width: 100%;
    box-shadow: unset !important;
  }
  .account table {
    width: 100%;
    border-collapse: collapse;
    overflow: unset !important;
  }
  .account table thead {
    display: none;
  }
  .account table tbody tr {
    margin-bottom: 15px !important;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e0dcea;
  }
  .account table tbody td {
    display: flex !important;
    justify-content: space-between;
    padding: 8px 0;
    text-align: right;
  }
  .account table tbody td[data-th]:before {
    content: attr(data-th) ": " !important;
    font-weight: 700 !important;
    color: #37245a !important;
    margin-right: 10px;
    text-align: left;
  }
  .account .toolbar .pager {
    flex-direction: column;
    gap: 15px;
  }
  .customer-account-index .column.main {
    row-gap: 20px;
  }
  .customer-account-edit form {
    padding: 20px;
  }
  .customer-account-edit .column.main form .actions-toolbar .action.save {
    padding: 6px 25px !important;
  }
  .customer-account-linkprescriber .column.main .customer-account-pinchange h1 {
    font-size: 22px;
    line-height: 36px;
  }
  .customer-account-linkprescriber .column.main .customer-account-pinchange .pres-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .newsletter-manage-index .form-newsletter-manage .fieldset .newsletter-des {
    margin-bottom: 20px;
  }
  .newsletter-manage-index .form-newsletter-manage .fieldset .newsletter-des p {
    font-size: 16px;
    line-height: 24px;
  }
  .newsletter-manage-index .form-newsletter-manage .actions-toolbar .action {
    padding: 6px 25px !important;
  }
  .rewards-tab-buttons {
    margin-bottom: 30px !important;
    gap: 10px !important;
  }
  .rewards-tab-buttons a {
    padding: 4px 11px !important;
    font-size: 12px;
  }
  .block-rewards-account-summary {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
  }
  .block-rewards-account-summary .block-content .block {
    border-radius: 0px;
  }
  .block-rewards-account-summary .block-content .table-wrapper table tbody tr td {
    font-size: 16px;
  }
  .mst-rewards-account-amount-wrapper {
    margin-bottom: 20px;
  }
  .mst-rewards-account-amount-wrapper .mst-rewards-points-block .mst-rewards-account-subtitle,
  .mst-rewards-account-amount-wrapper .mst-rewards-points-block .points {
    font-size: 22px;
    line-height: 36px;
  }
  .block-rewards-account-summary .reward-history-subscribe-title .unsubscribe {
    font-size: 16px !important;
    line-height: 24px;
  }
  .customer-address-index .page-title {
    margin-left: 0px;
  }
  .customer-address-index .column.main .block-addresses-default .block-content {
    flex-direction: column;
  }
  .customer-address-index .column.main .block-addresses-default .block-content .box strong {
    padding: 20px;
  }
  .customer-address-index .column.main .block-addresses-default .block-content .box .box-content {
    padding: 0px 20px;
  }
  .customer-address-index .column.main .block-addresses-default .block-content .box-address-shipping strong {
    border-radius: 18px 18px 0px 0px;
  }
  .customer-address-index .column.main .block-addresses-list .block-title {
    margin-left: 0px;
  }
  .sales-order-view .column.main .block-content .table tr td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    color: #37245a;
    text-align: left;
  }
  .sales-order-view .column.main .block .block-content {
    display: block;
  }
  .account .main .block .block-content .box {
    flex: 0 0 100% !important;
  }
  .account.sales-order-view .main .block.block-order-details-comments,
  .account.sales-order-view .main .block.block-order-details-view {
    padding: 20px;
  }
  .account.sales-order-view .main .order-prescription-info .block-content .box {
    flex: 0 0 100% !important;
    box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
  }
  .account.sales-order-view .main .order-prescription-info .block-content .box .box-title {
    background: #EBE5FF;
    padding: 20px;
    margin-bottom: 0 !important;
  }
  .account.sales-order-view .main .order-prescription-info .block-content .box .box-title span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .account.sales-order-view .main .order-prescription-info .block-content .table {
    box-shadow: unset;
    background: unset;
  }
  .account.sales-order-view .main .order-prescription-info .block-content .table tr {
    border: none;
    padding: 0 20px;
    display: block;
  }
  .account.sales-order-view .main .order-prescription-info .block-content .table tr td {
    white-space: wrap !important;
    padding: 20px 0 !important;
  }
  .amasty_quote-account-view .column.main .block-order-details-comments .block-content:has(li) {
    padding: 20px;
  }
  .customer-address-index .column.main .block-addresses-default .box {
    flex: unset !important;
  }
  .customer-account-edit form {
    padding: 20px;
  }
  .rewards-account-index .block-rewards-account-summary .tier-rewards-block {
    padding: 20px;
  }
  .rewards-account-referral .block-rewards-account-summary .block-content .table-wrapper table.invite-table tbody tr:last-child td {
    display: block !important;
    text-align: left;
  }
}
.contact-index-index .page-wrapper .page-title-wrap {
  margin-bottom: 93px !important;
}
.contact-index-index .page-title-wrapper .page-title {
  font-size: 45px;
  line-height: 61px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0;
}
.contact-form-section {
  display: flex;
  gap: 130px;
}
.contact-form-section .content-section {
  flex: 1;
}
.contact-form-section .section-title {
  margin-bottom: 30px !important;
}
.contact-form-section .section-title .title {
  order: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  font-weight: 700;
  color: #37245a;
  text-align: left;
}
.contact-form-section .section-title .sort-detail {
  text-align: left;
  font-size: 16px !important;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 700;
  color: #615a7f;
  margin-bottom: 0;
}
.contact-form-section .contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form-section .contact-info .detail-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact-form-section .contact-info .detail-box:first-child {
  align-items: baseline;
}
.contact-form-section .contact-info .detail-box .icon {
  line-height: 1;
}
.contact-form-section .contact-info .detail-box p {
  color: #615A7F;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0;
}
.contact-form-section .contact-info .detail-box .contact-time > div:first-of-type {
  padding: 0;
}
.contact-form-section .contact-info .icon svg {
  width: 20px;
  height: 20px;
  color: #2E245A;
}
.contact-form-section .contact-form-default {
  border: 1px solid #bdbdbd;
  padding: 50px 50px 32px 50px;
  border-radius: 10px;
  background-color: #ffffff !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  flex: 1;
}
.contact-form-section .contact-form-default .form {
  max-width: unset;
}
.contact-form-section .contact-form-default .form .fieldset {
  margin-bottom: 0 !important;
}
.contact-form-section .contact-form-default .form .comment div.mage-error {
  margin: 3px 0;
}
.contact-form-section .contact-form-default .form .field .control {
  line-height: 1;
}
.contact-form-section .contact-form-default .form .field input {
  border: 1px solid #828282 !important;
  height: 50px;
  border-radius: 10px;
  color: #011334;
  background: #f9f9f9;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form-section .contact-form-default .form .field input:focus {
  border: 1px solid #5d5194 !important;
  background: #ffffff;
}
.contact-form-section .contact-form-default .form .field input::placeholder {
  color: #828282;
}
.contact-form-section .contact-form-default .form .field textarea {
  border: 1px solid #828282 !important;
  min-height: 140px;
  color: #011334;
  background: #f9f9f9;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 10px;
}
.contact-form-section .contact-form-default .form .field textarea:focus {
  border: 1px solid #5d5194;
  background: #ffffff;
}
.contact-form-section .contact-form-default .form .field textarea::placeholder {
  color: #828282;
}
.contact-form-section .contact-form-default .form div.mage-error {
  margin-top: 8px;
}
.contact-form-section .contact-form-default .form .check-box {
  line-height: 1;
}
.contact-form-section .contact-form-default .form .check-box .consent-checkbox {
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.contact-form-section .contact-form-default .form .check-box .consent-text {
  font-size: 11px;
  line-height: 1;
  color: #6B6B6B;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}
.contact-form-section .contact-form-default .form .check-box .consent-text .star {
  color: #FF8787;
}
.contact-form-section .contact-form-default .form .actions-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form-section .contact-form-default .form .actions-toolbar:before,
.contact-form-section .contact-form-default .form .actions-toolbar:after {
  display: none;
}
.contact-form-section .contact-form-default .form .actions-toolbar .field-recaptcha {
  margin-left: 0 !important;
}
.contact-form-section .contact-form-default .form .actions-toolbar .field-recaptcha .g-recaptcha > div {
  max-width: 196px;
}
.contact-form-section .contact-form-default .form .actions-toolbar .primary {
  width: 100%;
  max-width: 243px;
}
.contact-form-section .contact-form-default .form .actions-toolbar .primary .submit {
  width: 100%;
  border-radius: 30px !important;
  background: #37245a !important;
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px !important;
  text-transform: none;
  border: 1px solid #37245a !important;
}
.contact-form-section .contact-form-default .form .actions-toolbar .primary .submit:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  margin-left: 7px;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 1;
}
.contact-form-section .contact-form-default .form .actions-toolbar .primary .submit:hover {
  color: #37245a;
  background: unset !important;
  border: 1px solid #37245a !important;
}
.contact-form-section .contact-form-default .form .actions-toolbar .primary .submit:hover:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
}
.contact-form-section .contact-form-default .form .actions-toolbar .primary:disabled,
.contact-form-section .contact-form-default .form .actions-toolbar .primary[disabled],
.contact-form-section .contact-form-default .form .actions-toolbar .primary.is-submitting {
  background: #37245a !important;
  color: #ffffff;
  border: 1px solid #37245a !important;
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (max-width: 1201px) {
  .contact-form-section .contact-form-default .form .actions-toolbar {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form-section {
    gap: 70px;
  }
  .contact-index-index .page-wrapper .page-title-wrap {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-section {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .contact-form-section .content-section {
    max-width: unset;
  }
  .contact-form-section .contact-form-default {
    padding: 20px;
  }
  .contact-form-section .contact-form-default .form .actions-toolbar .primary .submit::after {
    margin-left: 0;
  }
  .contact-index-index .page-wrapper .page-title-wrap {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1440px) {
  .contact-index-index .page-wrapper .page-main {
    padding: 0 100px;
  }
  .poco-home-page-style-6.contact-index-index .page-title-wrapper.noimage {
    padding: 116px 0 115px 0 !important;
  }
}
.cms-page-view .page-title-wrap {
  background: #ebe5ff !important;
}
.cms-page-view .page-title-wrap .page-title-wrapper.noimage {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 0;
}
.cms-page-view .page-title-wrap .page-title-wrapper.noimage .page-title {
  font-size: 45px;
  line-height: 61px;
  color: #37245a !important;
  font-weight: 700;
  padding-bottom: 0;
}
.cms-page-view .page-title-wrap .page-title-wrapper.noimage .breadcrumbs {
  display: block;
}
.cms-page-view .page-title-wrap .page-title-wrapper.noimage .breadcrumbs .items .item a {
  color: rgba(122, 122, 122, 0.66) !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500 !important;
  letter-spacing: 1px;
}
.cms-page-view .page-title-wrap .page-title-wrapper.noimage .breadcrumbs .items .item strong {
  color: #7a7a7a !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500 !important;
  letter-spacing: 1px;
}
.cms-page-view .page-title-wrap .page-title-wrapper.noimage .breadcrumbs .items .item:not(:last-child):after {
  content: "/";
  font-size: 12px !important;
  padding: 0;
  display: inline;
}
.cms-page-view .column.main .section-title {
  margin-bottom: 50px !important;
}
.cms-page-view .column.main h2,
.cms-page-view .column.main h3,
.cms-page-view .column.main h4 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 600;
  color: #37245a;
}
.cms-page-view .column.main h2 strong,
.cms-page-view .column.main h3 strong,
.cms-page-view .column.main h4 strong {
  font-weight: 600;
}
.cms-page-view .column.main p {
  font-size: 18px;
  margin-bottom: 22px;
}
.cms-page-view .column.main p strong {
  font-weight: 600;
}
.cms-page-view .column.main p a {
  color: #615A7F;
}
.cms-page-view .column.main p,
.cms-page-view .column.main li {
  color: #615A7F;
}
.cms-page-view .column.main p em {
  color: #37245a;
}
.cms-noroute-index .page-title-wrap {
  background: #ebe5ff !important;
}
.cms-noroute-index .page-title-wrap .page-title-wrapper.noimage .page-title {
  font-size: 45px;
  line-height: 61px;
  color: #37245a !important;
  font-weight: 700;
  padding-bottom: 0;
}
.cms-page-view:has(.faq_iframe_page) .page-title-wrap {
  background: #ebe5ff;
}
.cms-page-view:has(.faq_iframe_page) .page-title-wrap .page-title-wrapper.noimage {
  display: flex;
  flex-direction: column-reverse;
}
.cms-page-view:has(.faq_iframe_page) .page-title-wrap .page-title-wrapper.noimage .page-title {
  text-align: center;
  font-size: 45px;
  line-height: 61px;
  padding: 0;
}
.cms-page-view:has(.faq_iframe_page) .page-title-wrap .page-title-wrapper.noimage .breadcrumbs .items .item a {
  color: rgba(122, 122, 122, 0.66) !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500 !important;
  letter-spacing: 1px;
}
.cms-page-view:has(.faq_iframe_page) .page-title-wrap .page-title-wrapper.noimage .breadcrumbs .items .item strong {
  color: #7a7a7a !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500 !important;
  letter-spacing: 1px;
}
.cms-page-view:has(.faq_iframe_page) .page-title-wrap .page-title-wrapper.noimage .breadcrumbs .items .item:not(:last-child):after {
  content: "/";
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.cms-page-view:has(.faq_iframe_page) .faq_iframe_page .faq-answer p {
  margin: 0 0 30px;
  color: #5D5194;
}
.cms-faqs .page-title-wrap {
  background: #ebe5ff !important;
}
.cms-faqs .page-title-wrap .page-title-wrapper.noimage .page-title {
  font-size: 45px;
  line-height: 61px;
  color: #37245a !important;
  font-weight: 700;
}
.cms-faqs .page-title-wrap .page-title-wrapper.noimage .breadcrumbs {
  display: none;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .faq-section {
  margin-bottom: 161px;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .faq-section:last-child {
  margin-bottom: 0;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content {
  background-color: unset !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  max-width: 1114px;
  margin: 0 auto;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content .accordion-heading .heading {
  color: #37245a;
  font-size: 38px;
  line-height: 42px;
  font-weight: 600 !important;
  margin-bottom: 16px;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content .accordion-heading .subheading {
  max-width: 304px;
  line-height: 20px;
  font-size: 15px;
  color: #615a7f;
  margin-bottom: 0;
  font-weight: 700;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content .item-container {
  width: 100%;
  max-width: 515px;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content .item-container .accordion {
  position: unset;
  text-transform: none;
  border-bottom: 1px solid #d5d4d0;
  padding: 0 16px 0 0;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content .item-container .accordion:first-child {
  padding-top: 0;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content .item-container .accordion:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content .item-container .accordion a {
  padding: 17px 0 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  color: #1e1e1e;
  letter-spacing: -0.68px;
}
.cms-faqs .faq-page-accordian .accordian-wrapper .accordian-content .item-container .accordion a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjEzMTIgNS4yNUw5LjkzMTI1IDEuMDVMMTEgLTQuMjkxMzhlLTA3TDE3IDZMMTEgMTJMOS45MzEyNSAxMC45NUwxNC4xMzEyIDYuNzVMLTQuNTg5N2UtMDcgNi43NUwtNS45MDEwNGUtMDcgNS4yNUwxNC4xMzEyIDUuMjVaIiBmaWxsPSIjNUQ1MTk0Ii8+Cjwvc3ZnPgo=");
  line-height: 1;
  position: unset;
}
@media only screen and (max-width: 1201px) {
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-page-view .page-title-wrapper .page-title {
    line-height: 30px !important;
  }
  .cms-page-view .column.main .section-title {
    margin-bottom: 30px !important;
  }
  .cms-page-view .column.main h2,
  .cms-page-view .column.main h3,
  .cms-page-view .column.main h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .cms-page-view .column.main p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section {
    margin-bottom: 50px;
  }
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section .accordian-content {
    flex-direction: column;
    gap: 20px;
  }
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section .accordian-content .accordion-heading {
    text-align: center;
  }
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section .accordian-content .accordion-heading .heading {
    font-size: 28px;
    line-height: 32px;
  }
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section .accordian-content .accordion-heading .subheading {
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
  }
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section .accordian-content .item-container {
    max-width: unset;
  }
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section .accordian-content .item-container .accordion {
    padding: 0 16px 0 0;
  }
  .cms-page-view .faq-page-accordian .accordian-wrapper .faq-section .accordian-content .item-container .accordion a {
    font-size: 14px;
    padding: 14px 0;
  }
}
@media only screen and (min-width: 1202px) {
  .cms-page-view .page-title-wrap {
    margin-bottom: 108px !important;
  }
  .cms-page-view .page-title-wrap .page-title-wrapper.noimage {
    padding: 126px 0 !important;
  }
  .cms-page-view:has(.faq_iframe_page) .page-title-wrap {
    margin-bottom: 60px !important;
  }
  .cms-page-view:has(.faq_iframe_page) .page-title-wrap .page-title-wrapper.noimage {
    padding: 111px 20px 99px 20px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .cms-page-view [data-content-type='row'][data-appearance='contained'] {
    padding: 0 100px !important;
  }
  .cms-noroute-index [data-content-type='row'][data-appearance='contained'] {
    padding: 0 100px !important;
  }
  .cms-page-view:has(.faq_iframe_page) div[data-appearance="contained"] {
    padding: 0 100px;
  }
}
.cms-index-index .cwsRwdSlider.swiper-container {
  margin-bottom: 50px;
}
.cms-index-index .cwsRwdSlider.swiper-container img {
  max-height: 692px;
}
.cms-index-index .block {
  margin-bottom: 0 !important;
}
.cms-index-index .page-footer {
  margin-top: 120px !important;
}
.cms-index-index .row-full-width-inner {
  overflow: hidden;
}
.cms-aesthi-home-page main#maincontent {
  background: #ffffff !important;
}
.register_an_account_today {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
  margin-bottom: 159px;
}
.register_an_account_today .section-title {
  font-size: 45px;
  line-height: 61px;
  font-weight: 700;
  color: #37245a;
  margin-bottom: 43px !important;
}
.register_an_account_today .card-wrapper {
  display: flex;
  gap: 43px;
}
.register_an_account_today .card-wrapper .card {
  flex: 1;
  background: #ebe5ff;
  border-radius: 22px;
  padding: 45px 86px;
}
.register_an_account_today .card-wrapper .card .card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.register_an_account_today .card-wrapper .card .card-title {
  font-size: 36px;
  line-height: 42px;
  color: #37245a;
  font-weight: 700;
  text-align: center;
}
.register_an_account_today .card-wrapper .card .card-button {
  border: 2px solid #2e245a;
  border-radius: 30px;
  background: #ffffff;
  padding: 8px 21px 8px 23px;
  display: block;
  margin: 0 auto;
  max-width: 195px;
  width: 100%;
}
.register_an_account_today .card-wrapper .card .card-button a {
  color: #2e245a;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.register_an_account_today .card-wrapper .card .card-button a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
  margin-left: 8px;
}
.register_an_account_today .card-wrapper .card .card-button:hover {
  background: #2e245a;
}
.register_an_account_today .card-wrapper .card .card-button:hover a {
  color: #ffffff;
}
.register_an_account_today .card-wrapper .card .card-button:hover a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.shop_our_brands {
  position: relative;
  padding-top: 37.5%;
  margin-bottom: 157px;
}
.shop_our_brands .shop-our-brands-section {
  position: absolute;
  max-width: 404px;
  top: 50%;
  text-align: left;
  left: 20px;
  transform: translateY(-50%);
}
.shop_our_brands .shop-our-brands-section .section-title {
  text-align: left;
  font-size: 50px;
  line-height: 47px;
  font-weight: 700;
  color: #37245a;
  margin-bottom: 33px !important;
}
.shop_our_brands .shop-our-brands-section .section-description {
  margin-bottom: 30px;
  font-size: 20px;
  color: #615a7f;
  line-height: 23px;
}
.shop_our_brands .shop-our-brands-section .card-button {
  text-align: center;
  max-width: 160px;
  border: 2px solid #2e245a;
  border-radius: 30px;
  background: #ffffff;
  padding: 8px 22px;
  white-space: nowrap;
}
.shop_our_brands .shop-our-brands-section .card-button a {
  color: #2e245a;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.shop_our_brands .shop-our-brands-section .card-button a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
  margin-left: 24px;
}
.shop_our_brands .shop-our-brands-section .card-button:hover {
  background: #2e245a;
}
.shop_our_brands .shop-our-brands-section .card-button:hover a {
  color: #ffffff;
}
.shop_our_brands .shop-our-brands-section .card-button:hover a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.exclusive_perks {
  margin-bottom: 108px;
}
.exclusive_perks .tier-rewards-block {
  border-radius: 24px;
  padding: 53px 0;
  max-width: 992px;
  margin: 0 auto;
}
.exclusive_perks .tier-rewards-block .tier-heading {
  text-align: center;
}
.exclusive_perks .tier-rewards-block .tier-heading h1 {
  color: #37245a;
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  margin-bottom: 25px !important;
  max-width: 455px;
  margin: 0 auto;
}
.exclusive_perks .tier-rewards-block .tier-heading p {
  font-size: 17px;
  line-height: 23px;
  color: #5d5194;
  font-weight: 700;
  margin-bottom: 43px !important;
  max-width: 328px;
  margin: 0 auto;
}
.exclusive_perks .tier-rewards-block .tier-rewards-cards {
  display: flex;
  justify-content: center;
  gap: 46px;
}
.exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card {
  background: white;
  padding: 31px 20px 32px 20px;
  border-radius: 22px;
  text-align: center;
  flex: 1;
}
.exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card .tier-reward-card-image {
  line-height: 0;
}
.exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card .heading {
  color: #2e245a;
  font-size: 30px;
  line-height: 47px;
  margin: 11px 0;
  font-weight: 700;
}
.exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card .points-cashback {
  font-size: 17px;
  line-height: 23px;
  color: #5d5194;
  font-weight: 700;
}
.exclusive_perks .tier-rewards-block .card-button {
  text-align: center;
  max-width: 184px;
  border: 2px solid #2e245a;
  border-radius: 30px;
  background: #ffffff;
  padding: 11px 22px 11px 21px;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 55px;
}
.exclusive_perks .tier-rewards-block .card-button a {
  color: #2e245a;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  display: block;
}
.exclusive_perks .tier-rewards-block .card-button a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
  margin-left: 23px;
}
.exclusive_perks .tier-rewards-block .card-button:hover {
  background: #2e245a;
}
.exclusive_perks .tier-rewards-block .card-button:hover a {
  color: #ffffff;
}
.exclusive_perks .tier-rewards-block .card-button:hover a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.refer_a_friend {
  margin-bottom: 99px;
}
.refer_a_friend .refer-a-friend-section {
  max-width: 1013px;
  margin: 0 auto;
}
.refer_a_friend .refer-a-friend-section .slick-track {
  display: flex;
}
.refer_a_friend .refer-a-friend-section .slick-track .slick-slide {
  margin: 0 5px;
  height: auto;
}
.refer_a_friend .refer-a-friend-section .slick-track .slick-slide > div {
  height: 100%;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend {
  width: 100%;
  padding: 45px 20px;
  background-image: url("../images/refer_a_friend.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 22px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .refer-a-friend-icon {
  margin-bottom: 26px;
  line-height: 0;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .section-title {
  max-width: 588px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 23px !important;
  font-size: 40px;
  line-height: 55px;
  color: #37245a;
  font-weight: 700;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .section-description {
  margin-bottom: 22px !important;
  max-width: 381px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  color: #615a7f;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .card-button {
  margin-top: auto;
  text-align: center;
  border: 2px solid #2e245a;
  border-radius: 30px;
  background: #ffffff;
  padding: 8px 22px;
  padding: 11px 28px 11px 21px;
  width: 100%;
  max-width: 185px;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .card-button a {
  color: #2e245a;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  display: block;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .card-button a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
  margin-left: 8px;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .card-button:hover {
  background: #2e245a;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .card-button:hover a {
  color: #ffffff;
}
.refer_a_friend .refer-a-friend-section .refer-a-friend .card-button:hover a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.refer_a_friend .refer-a-friend-section .slick-arrow {
  z-index: 1;
  padding: 15px !important;
  background: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: absolute;
  aspect-ratio: 1;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}
.refer_a_friend .refer-a-friend-section .slick-arrow:hover {
  transform: translateY(-50%) scale(1.2);
}
.refer_a_friend .refer-a-friend-section .slick-prev {
  left: 20px;
}
.refer_a_friend .refer-a-friend-section .slick-prev:before {
  line-height: unset;
  opacity: 1;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuODY4NzUgNi43NUw3LjA2ODc1IDEwLjk1TDYgMTJMMS4wNDkwN2UtMDYgNkw2IC0xLjA0OTA3ZS0wNkw3LjA2ODc1IDEuMDVMMi44Njg3NSA1LjI1TDE3IDUuMjVMMTcgNi43NUwyLjg2ODc1IDYuNzVaIiBmaWxsPSIjNTM2OEEyIi8+Cjwvc3ZnPgo=);
}
.refer_a_friend .refer-a-friend-section .slick-next {
  right: 20px;
}
.refer_a_friend .refer-a-friend-section .slick-next:before {
  line-height: unset;
  opacity: 1;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjEzMTIgNS4yNUw5LjkzMTI1IDEuMDVMMTEgLTQuMjkxMzhlLTA3TDE3IDZMMTEgMTJMOS45MzEyNSAxMC45NUwxNC4xMzEyIDYuNzVMLTQuNTg5N2UtMDcgNi43NUwtNS45MDEwNGUtMDcgNS4yNUwxNC4xMzEyIDUuMjVaIiBmaWxsPSIjNTM2OEEyIi8+Cjwvc3ZnPgo=);
}
.refer_a_friend .refer-a-friend-section .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 24px;
  padding-bottom: 0;
}
.refer_a_friend .refer-a-friend-section .slick-dots li {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
}
.refer_a_friend .refer-a-friend-section .slick-dots li:hover {
  transform: scale(1.5);
}
.refer_a_friend .refer-a-friend-section .slick-dots li:hover button {
  opacity: 1;
}
.refer_a_friend .refer-a-friend-section .slick-dots li button {
  padding: 0 !important;
  background: #b99af2 !important;
  width: 10px;
  height: 10px;
  font-size: 0;
  opacity: 0.5;
}
.refer_a_friend .refer-a-friend-section .slick-dots li.slick-active button {
  color: #b99af2;
  opacity: 1;
}
.shop_by_category {
  margin-bottom: 159px;
}
.shop_by_category .category-image-list {
  margin-right: -20px;
}
.shop_by_category .category-title .title {
  opacity: 1 !important;
}
.shop_by_category .category-title .title a {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #37245a !important;
  text-transform: uppercase;
}
.shop_by_category .category-title .cat-product-count {
  opacity: 0 !important;
}
.shop_by_category .category-images .container .swiper-scrollbar {
  background: #d0c6ff;
  margin-top: 66px;
  position: unset;
  max-width: calc(100% - 244px) !important;
  width: 100% !important;
}
.shop_by_category .category-images .container .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #2e245a !important;
}
.shop_by_category .category-images .section-title {
  margin-bottom: 56px !important;
  position: unset;
  padding: 0;
}
.shop_by_category .category-images .section-title .title {
  font-weight: 700 !important;
  text-align: left;
  margin: 0;
  color: #37245A;
}
.shop_by_category .category-images .section-title .swp_arw_wrp {
  gap: 6px;
  right: 20px;
  bottom: 0;
  transform: translateY(50%);
  z-index: 99;
}
.shop_by_category .category-images .section-title .swp_arw_wrp .swp_arw {
  border: 2px solid #2e245a;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
}
.shop_by_category .category-images .section-title .swp_arw_wrp .swp_arw::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMTAuNjU2Mkw1LjgyODEyIDUuODI4MTJMMSAxIiBzdHJva2U9IiMyRTI0NUEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+Cg==) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: 9px;
  position: unset;
}
.shop_by_category .category-images .section-title .swp_arw_wrp .swp_arw svg {
  display: none;
}
.shop_by_category .category-images .section-title .swp_arw_wrp .swp_arw.swiper-button-prev {
  transform: rotate(180deg);
}
.shop_by_category .category-images .section-title .swp_arw_wrp .sep {
  display: none;
}
.shop_by_category .category-images .swiper .category-item.swiper-slide {
  margin-right: 23px !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.shop_by_category .category-images .swiper .category-item.swiper-slide .category-details {
  margin-top: auto;
}
.shop_by_category .category-images .category-thumbnail {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 100%;
}
.shop_by_category .category-images .category-thumbnail img {
  min-width: unset;
  min-height: unset;
  border-radius: 22px;
}
.customers_say {
  margin-bottom: 113px;
}
.customers_say .customers_say_inner_contain {
  position: relative;
}
.customers_say .customers_say_inner_contain div:has(> .trustpilot-widget) {
  position: absolute;
  top: 246px;
  left: 46%;
}
.customers_say .customers_say_inner_contain .google-review-btn {
  width: fit-content;
  margin: 0 auto 40px;
  margin-bottom: 20px !important;
  transform: translateX(-60%);
}
.customers_say .customers_say_inner_contain .google-review-btn a {
  display: inline-block;
  border: 1px solid #00b67a;
  border-radius: 2px;
  background: #FFFFFF;
  text-align: center;
  padding: 8px 15px;
  color: #191919;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.customers_say .customers_say_inner_contain .google-review-btn a:hover {
  background: #d9dfddb0;
}
.customers_say .customers_say_section {
  padding: 86px 0 132px;
  position: relative;
}
.customers_say .customers_say_section .section-title {
  line-height: 48px;
  font-size: 50px;
  color: #37245a;
  font-weight: 700;
  margin-bottom: 64px !important;
}
.customers_say .customers_say_section .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1201px;
  margin: 0 auto;
  column-gap: 35px;
  row-gap: 28px;
}
.customers_say .customers_say_section .card-wrap .slick-track {
  display: flex;
}
.customers_say .customers_say_section .card-wrap .slick-track .slick-slide {
  height: unset;
}
.customers_say .customers_say_section .card-wrap .slick-track .slick-slide > div {
  height: 100%;
}
.customers_say .customers_say_section .card-wrap .card {
  background: #ffffff;
  border-radius: 5px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.customers_say .customers_say_section .card-wrap .card .image-customer-name {
  display: flex;
  align-items: center;
  gap: 14px;
}
.customers_say .customers_say_section .card-wrap .card .image-customer-name .img-section {
  background: #d0c6ff;
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}
.customers_say .customers_say_section .card-wrap .card .image-customer-name .img-section img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.customers_say .customers_say_section .card-wrap .card .image-customer-name .customer-name-rating .customer-name {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
}
.customers_say .customers_say_section .card-wrap .card .image-customer-name .customer-name-rating .stars {
  line-height: 1;
}
.customers_say .customers_say_section .card-wrap .card .image-customer-name .customer-name-rating .stars img {
  width: 18px;
  height: 18px;
}
.customers_say .customers_say_section .card-wrap .card .review {
  margin-top: 39px;
  font-size: 18px;
  line-height: 31px;
  color: #615a7f;
  font-weight: 700;
  margin-bottom: 21px;
}
.customers_say .customers_say_section .card-wrap .card .review-date {
  margin-top: auto;
  font-size: 20px;
  line-height: 19px;
  color: #2e245a;
  font-weight: 700;
}
.customers_say .customers_say_section .card-wrap .card-one {
  grid-column: 1;
  grid-row: span 2;
  padding: 67px 42px 70px;
}
.customers_say .customers_say_section .card-wrap .card-two {
  grid-column: 2;
  grid-row: 1;
  padding: 37px 29px 34px 32px;
}
.customers_say .customers_say_section .card-wrap .card-two .review {
  margin-top: 21px;
}
.customers_say .customers_say_section .card-wrap .card-three {
  grid-column: 2;
  grid-row: 2;
  padding: 37px 29px 34px 32px;
}
.customers_say .customers_say_section .card-wrap .card-three .review {
  margin-top: 21px;
}
.customers_say .customers_say_section .card-wrap .card-four {
  grid-column: 3;
  grid-row: span 2;
  padding: 67px 42px 70px;
}
.promotion-bar {
  margin-bottom: 112px;
}
.promotion-bar .pagebuilder-column-line {
  gap: 20px;
  justify-content: space-between;
}
.promotion-bar .pagebuilder-column-line .pagebuilder-column {
  width: unset !important;
}
.promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper {
  display: flex;
  column-gap: 20px;
}
.promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper .promotion-img svg {
  width: 44px;
  height: 44px;
}
.promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper .promotion-content h3.promotion-title {
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #0d0d0d;
  margin-bottom: 0;
}
.promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper .promotion-content p.promotion-description {
  color: #7A7A7A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.best-seller-product {
  margin-bottom: 146px;
}
.best-seller-product .best-seller-product-col .pagebuilder-column-line {
  gap: 20px;
}
.best-seller-product .best-seller-product-col .pagebuilder-column-line .best-seller-slider-content {
  flex: 1;
  width: calc(100% - 401px) !important;
}
.best-seller-product .best-seller-product-col .most-loved-block {
  background: #ebe5ff;
  padding: 21px 36px 37px 32px;
  border-radius: 22px;
  flex: 0 0 31.5%;
}
.best-seller-product .best-seller-product-col .most-loved-block p {
  font-size: 16px;
  line-height: 40px;
  color: #5d5194;
  letter-spacing: 1.76px;
  font-weight: 700;
}
.best-seller-product .best-seller-product-col .most-loved-block h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #37245a;
}
.best-seller-product .best-seller-product-col .most-loved-block div:has(> .qa-button) {
  margin-top: auto;
}
.best-seller-product .best-seller-product-col .qa-button {
  border-radius: 30px;
  border: 2px solid #2e245a;
  background: #fff;
  align-items: center;
  max-width: 173px;
  display: block;
  padding: 11px 30px 11px 21px;
}
.best-seller-product .best-seller-product-col .qa-button svg {
  display: none;
}
.best-seller-product .best-seller-product-col .qa-button:hover {
  background: #2e245a;
}
.best-seller-product .best-seller-product-col .qa-button:hover .qa-btn {
  color: #ffffff;
}
.best-seller-product .best-seller-product-col .qa-button:hover .qa-btn:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.best-seller-product .best-seller-product-col .qa-btn {
  color: #2e245a;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 23px !important;
  display: flex;
  justify-content: space-between;
}
.best-seller-product .best-seller-product-col .qa-btn:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .slick-arrow {
  font-size: 0;
  background: #ffffff !important;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  position: absolute;
  z-index: 1;
  top: 40%;
  transform: translateY(-50%);
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .slick-arrow:hover {
  transform: translate(0, -50%) scale(1.2);
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .slick-prev {
  left: 30px;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .slick-prev:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuODY4NzUgNi43NUw3LjA2ODc1IDEwLjk1TDYgMTJMMS4wNDkwN2UtMDYgNkw2IC0xLjA0OTA3ZS0wNkw3LjA2ODc1IDEuMDVMMi44Njg3NSA1LjI1TDE3IDUuMjVMMTcgNi43NUwyLjg2ODc1IDYuNzVaIiBmaWxsPSIjNTM2OEEyIi8+Cjwvc3ZnPgo=);
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .slick-next {
  right: 10px;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .slick-next:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjEzMTIgNS4yNUw5LjkzMTI1IDEuMDVMMTEgLTQuMjkxMzhlLTA3TDE3IDZMMTEgMTJMOS45MzEyNSAxMC45NUwxNC4xMzEyIDYuNzVMLTQuNTg5N2UtMDcgNi43NUwtNS45MDEwNGUtMDcgNS4yNUwxNC4xMzEyIDUuMjVaIiBmaWxsPSIjNTM2OEEyIi8+Cjwvc3ZnPgo=);
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid {
  margin-right: -20px;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-image-wrapper {
  border-radius: 22px;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-image-wrapper img {
  aspect-ratio: 1;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .detail-left .product-item-name {
  margin: 0;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .detail-left .product-item-name .product-item-link {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #2E245A !important;
  margin: 0px 0px 9px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .price-final_price .price-wrapper {
  display: flex;
  justify-content: space-between;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .price-final_price .price-wrapper span {
  color: #2e245a !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 28px;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .price-final_price .price-wrapper::before {
  color: #2e245a !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 28px;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .view-product-btn {
  background: #37245a;
  border-radius: 30px;
  padding: 13px 0;
  text-align: center;
  margin-top: 15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .view-product-btn .action {
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  display: block;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .view-product-btn .action:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  margin-left: 15px;
}
.best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info:hover .view-product-btn {
  opacity: 1;
  pointer-events: auto;
}
.best-seller-product-slider .product-item-info {
  flex-direction: column;
}
.best-seller-product-slider .block.widget.block-products-list {
  margin-bottom: 0;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item {
  margin-bottom: 0 !important;
  padding-right: 20px !important;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
  width: 100% !important;
  flex: 100% !important;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .product-item-details {
  padding: 0;
  width: 100%;
  position: unset;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .price-box {
  margin: 0;
  width: 100%;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .price-box .price {
  display: block;
  max-width: 100%;
  position: relative;
  text-align: right;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .price-box .rewards__product-earn-points.rewards__product-points {
  background: #D0C6FF;
  box-shadow: 0px 0px 6.4px 1px rgba(55, 36, 90, 0.3);
  border-radius: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  position: absolute;
  inset: 17px auto auto 17px;
  margin: 0;
  z-index: 9;
  text-align: left;
  padding: 8px 26px 8px 14px;
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 30px;
  width: max-content;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .price-box .rewards__product-earn-points.rewards__product-points::before {
  background: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='7.21875' cy='7.21875' r='7.21875' fill='%232E245A'/><path d='M5.75196 9.84999C5.37078 10.0678 4.914 9.72379 5.01814 9.29728L5.31941 8.06339C5.365 7.87669 5.29954 7.68039 5.15103 7.55841L4.16226 6.74629C3.8151 6.46115 3.99089 5.89842 4.43863 5.8616L5.80078 5.74958C5.98272 5.73462 6.14204 5.62169 6.21642 5.45497L6.76211 4.23179C6.93835 3.83673 7.49911 3.83673 7.67535 4.23179L8.22104 5.45497C8.29541 5.62169 8.45474 5.73462 8.63668 5.74958L9.99883 5.8616C10.4466 5.89842 10.6224 6.46115 10.2752 6.74629L9.28643 7.55841C9.13791 7.68039 9.07246 7.87669 9.11804 8.06339L9.41932 9.29728C9.52346 9.72379 9.06668 10.0678 8.6855 9.84999L7.46682 9.15353C7.31309 9.06567 7.12437 9.06567 6.97064 9.15353L5.75196 9.84999Z' fill='white'/></svg>");
  line-height: 0;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .price-box .rewards__product-earn-points.rewards__product-points.show {
  display: inline-flex;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .price-box .rewards__product-earn-points.rewards__product-points .price.rewards {
  color: #2E245A !important;
  letter-spacing: 0.7px;
  font-size: unset !important;
  font-weight: unset !important;
}
.best-seller-product-slider .block.widget.block-products-list .widget-product-grid .product-item .price-box .rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: static;
}
.best-seller-product-slider .product.photo.product-item-photo {
  display: inline-block !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 18px;
}
.best-seller-product-slider .poco-home-page-style-6 .products-grid .product-item .price-box {
  display: block;
  width: 100%;
}
.cms-index-index .swiper.swiper-container .swiper-pagination-bullets {
  bottom: 5px !important;
}
.cms-index-index .swiper.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 50% !important;
  font-size: 0 !important;
  width: 10px !important;
  height: 10px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  margin: 0 3px;
}
.cms-index-index .swiper.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  transform: scale(1.5);
}
.cms-index-index .swiper.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: none !important;
  background-color: #ffffff !important;
}
.follow_us_instagram {
  margin-bottom: 123px;
}
.follow_us_instagram .title {
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}
.follow_us_instagram .title a {
  color: #2E245A;
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
}
.follow_us_instagram .mpinstagramfeed-container {
  background: unset;
}
.follow_us_instagram .mpinstagramfeed-container button.slick-arrow {
  width: 46px;
  height: 46px;
}
.follow_us_instagram .mpinstagramfeed-container button.slick-arrow:hover {
  background-color: #fff !important;
  transform: scale(1.2);
}
.follow_us_instagram .mpinstagramfeed-container button.slick-prev {
  left: 15px !important;
}
.follow_us_instagram .mpinstagramfeed-container button.slick-next {
  right: 15px !important;
}
.follow_us_instagram .mpinstagramfeed-container .mpinstagramfeed-header {
  display: none;
}
.follow_us_instagram .mpinstagramfeed-container .mpinstagramfeed-photo {
  aspect-ratio: 1;
  height: unset !important;
  margin: 0;
  padding: 5px !important;
}
.follow_us_instagram .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-url:after {
  content: '';
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ1LjQgMTQuNkg0NS40MjhNMTYgMkg0NEM1MS43MzIgMiA1OCA4LjI2ODAxIDU4IDE2VjQ0QzU4IDUxLjczMiA1MS43MzIgNTggNDQgNThIMTZDOC4yNjgwMSA1OCAyIDUxLjczMiAyIDQ0VjE2QzIgOC4yNjgwMSA4LjI2ODAxIDIgMTYgMlpNNDEuMiAyOC4yMzZDNDEuNTQ1NiAzMC41NjYzIDQxLjE0NzUgMzIuOTQ2MiA0MC4wNjI1IDM1LjAzNzJDMzguOTc3NSAzNy4xMjgzIDM3LjI2MDggMzguODI0IDM1LjE1NjYgMzkuODgzMUMzMy4wNTIzIDQwLjk0MjIgMzAuNjY3NyA0MS4zMTA5IDI4LjM0MTggNDAuOTM2NkMyNi4wMTYgNDAuNTYyNCAyMy44NjczIDM5LjQ2NDIgMjIuMjAxNSAzNy43OTg1QzIwLjUzNTggMzYuMTMyNyAxOS40Mzc2IDMzLjk4NCAxOS4wNjM0IDMxLjY1ODJDMTguNjg5MSAyOS4zMzIzIDE5LjA1NzggMjYuOTQ3NyAyMC4xMTY5IDI0Ljg0MzRDMjEuMTc2IDIyLjczOTIgMjIuODcxNyAyMS4wMjI1IDI0Ljk2MjggMTkuOTM3NUMyNy4wNTM4IDE4Ljg1MjUgMjkuNDMzNyAxOC40NTQ0IDMxLjc2NCAxOC44QzM0LjE0MSAxOS4xNTI1IDM2LjM0MTYgMjAuMjYwMSAzOC4wNDA3IDIxLjk1OTNDMzkuNzM5OSAyMy42NTg0IDQwLjg0NzUgMjUuODU5IDQxLjIgMjguMjM2WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
  width: 56px;
  height: 56px;
}
@media only screen and (max-width: 1024px) {
  .exclusive_perks .tier-rewards-block .tier-rewards-cards {
    gap: 20px;
  }
  .best-seller-product .best-seller-product-col .most-loved-block h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .best-seller-product .best-seller-product-col .most-loved-block p {
    font-size: 14px;
    line-height: 35px;
  }
  .shop_by_category .category-image-list {
    margin: 0;
  }
  .register_an_account_today .card-wrapper .card {
    padding: 30px;
  }
}
@media only screen and (max-width: 1201px) {
  .cms-index-index .page-footer {
    margin-top: 80px !important;
  }
  .promotion-bar {
    margin-bottom: 70px;
  }
  .promotion-bar .pagebuilder-column-line {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column {
    flex: 0 0 calc(50% - 5px);
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper {
    justify-content: center;
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper .promotion-content {
    max-width: 210px;
    width: 100%;
  }
  .shop_by_category {
    margin-bottom: 70px;
  }
  .shop_by_category .category-images .container .swiper-scrollbar {
    max-width: calc(100% - 144px) !important;
  }
  .register_an_account_today {
    margin-bottom: 70px;
  }
  .shop_our_brands {
    margin-bottom: 70px;
  }
  .best-seller-product {
    margin-bottom: 70px;
  }
  .refer_a_friend {
    margin-bottom: 70px;
  }
  .exclusive_perks {
    margin-bottom: 70px;
  }
  .follow_us_instagram {
    margin-bottom: 70px;
  }
  .customers_say {
    margin-bottom: 70px;
  }
  .customers_say .customers_say_section .card-wrap {
    gap: 20px;
  }
  .customers_say .customers_say_section .card-wrap .card {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .cms-index-index .row-full-width-inner {
    padding: 0 100px !important;
  }
  .cms-index-index .container {
    padding: 0 100px;
  }
  .shop_our_brands .shop-our-brands-section {
    left: 10%;
  }
  .shop_by_category .category-image-list {
    margin-right: -100px;
  }
  .shop_by_category .category-images .section-title .swp_arw_wrp {
    right: 100px;
  }
  .best-seller-slider-content .best-seller-product-slider .products-grid.grid {
    margin-right: -100px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index .page-footer {
    margin-top: 60px !important;
  }
  .promotion-bar {
    margin-bottom: 50px;
  }
  .promotion-bar .pagebuilder-column-line {
    gap: 20px 10px;
    max-width: unset;
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper .promotion-content {
    max-width: unset;
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper .promotion-content h3.promotion-title {
    font-size: 14px;
    line-height: 24px;
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper .promotion-content p.promotion-description {
    font-size: 13px;
    line-height: 20px;
  }
  .promotion-bar .pagebuilder-column-line .pagebuilder-column .promotion-bar-wrapper .promotion-img svg {
    width: 32px;
    height: 32px;
  }
  .register_an_account_today {
    margin-bottom: 50px;
  }
  .register_an_account_today .section-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px !important;
  }
  .register_an_account_today .card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .register_an_account_today .card-wrapper .card {
    padding: 20px;
  }
  .register_an_account_today .card-wrapper .card .card-image img {
    width: 50px;
  }
  .register_an_account_today .card-wrapper .card .card-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .register_an_account_today .card-wrapper .card .card-button {
    max-width: 184px;
    margin: 0 auto;
  }
  .shop_our_brands {
    margin-bottom: 50px;
    position: relative;
    padding-top: calc(57% + 20px);
    padding-left: 20px;
    padding-right: 20px;
    background-size: contain !important;
  }
  .shop_our_brands .shop-our-brands-section {
    position: unset;
    transform: unset;
  }
  .shop_our_brands .shop-our-brands-section .section-title {
    font-size: 28px;
    margin-bottom: 15px !important;
  }
  .shop_our_brands .shop-our-brands-section .section-description {
    font-size: 18px;
  }
  .best-seller-product {
    margin-bottom: 50px;
  }
  .best-seller-product .best-seller-product-col .most-loved-block {
    padding: 20px;
    flex: unset;
    width: 100% !important;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .product.photo.product-item-photo {
    margin-bottom: 9px;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .rewards__product-earn-points.rewards__product-points {
    padding: 2px 15px;
    min-height: 24px;
    gap: 6px;
    font-size: 12px !important;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .rewards__product-earn-points.rewards__product-points .price.rewards {
    line-height: 18px;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .detail-left .product-item-name .product-item-link {
    font-size: 16px;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .detail-left .price-container .price-wrapper:before {
    font-size: 12px !important;
    line-height: 20px;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .detail-left .price-container .price-wrapper span {
    font-size: 14px !important;
    line-height: 24px;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .view-product-btn {
    opacity: unset;
    pointer-events: unset;
    padding: 6px 0;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .products-grid .slick-track .slick-slide .product-item-info .product-item-details .view-product-btn .action {
    font-size: 16px;
    line-height: 20px;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .slick-arrow {
    width: 37px;
    height: 37px;
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .slick-arrow:hover {
    transform: translate(0, -50%) scale(1);
  }
  .best-seller-product .best-seller-product-col .best-seller-product-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .best-seller-product .best-seller-product-col .qa-btn {
    font-size: 15px !important;
  }
  .refer_a_friend {
    margin-bottom: 50px;
  }
  .refer_a_friend .refer-a-friend-section .slick-arrow {
    padding: 10px !important;
  }
  .refer_a_friend .refer-a-friend-section .slick-arrow:hover {
    transform: translate(0, -50%) scale(1);
  }
  .refer_a_friend .refer-a-friend-section .slick-prev {
    left: 10px;
  }
  .refer_a_friend .refer-a-friend-section .slick-next {
    right: 10px;
  }
  .refer_a_friend .refer-a-friend-section .refer-a-friend {
    padding: 20px 44px;
  }
  .refer_a_friend .refer-a-friend-section .refer-a-friend .card-button a:after {
    margin-left: 15px;
  }
  .refer_a_friend .refer-a-friend-section .refer-a-friend .refer-a-friend-icon {
    margin-bottom: 12px;
  }
  .refer_a_friend .refer-a-friend-section .refer-a-friend .refer-a-friend-icon img {
    width: 70px;
  }
  .refer_a_friend .refer-a-friend-section .refer-a-friend .section-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px !important;
  }
  .refer_a_friend .refer-a-friend-section .refer-a-friend .section-description {
    font-size: 14px;
    margin-bottom: 12px !important;
  }
  .exclusive_perks {
    margin-bottom: 50px;
  }
  .exclusive_perks .tier-rewards-block .card-button {
    margin-top: 30px;
  }
  .exclusive_perks .tier-rewards-block .tier-heading h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
  .exclusive_perks .tier-rewards-block .tier-heading p {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .exclusive_perks .tier-rewards-block .tier-rewards-cards {
    flex-direction: column;
  }
  .exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card .tier-reward-card-image {
    width: 100%;
    max-width: 70px;
  }
  .exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card .tier-reward-card-image img {
    width: 70px;
  }
  .exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card .tier-reward-card-content {
    text-align: left;
    max-width: 150px;
    width: 100%;
  }
  .exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card .heading {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
  }
  .exclusive_perks .tier-rewards-block .tier-rewards-cards .tier-rewards-card .points-cashback {
    font-size: 14px;
  }
  .customers_say {
    margin-bottom: 50px;
  }
  .customers_say .customers_say_inner_contain div:has(> .trustpilot-widget) {
    top: 139px;
    left: 46%;
  }
  .customers_say .customers_say_section {
    padding: 40px 0;
  }
  .customers_say .customers_say_section .google-review-btn {
    margin: 0 auto 20px;
    transform: translateX(-52%);
  }
  .customers_say .customers_say_section .google-review-btn a {
    padding: 8px 12px;
  }
  .customers_say .customers_say_section .section-title {
    font-size: 28px;
    margin-bottom: 20px !important;
    line-height: 40px;
  }
  .customers_say .customers_say_section .card-wrap {
    display: flex;
  }
  .customers_say .customers_say_section .card-wrap .slick-slide {
    margin: 0 5px;
  }
  .customers_say .customers_say_section .card-wrap .card {
    padding: 20px !important;
  }
  .customers_say .customers_say_section .card-wrap .card .review {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
  }
  .customers_say .customers_say_section .card-wrap .card .image-customer-name .customer-name-rating .stars img {
    width: 14px;
    height: 14px;
  }
  .shop_by_category {
    margin-bottom: 50px;
  }
  .shop_by_category .category-images .container .swiper-scrollbar {
    margin-top: 40px;
    max-width: calc(100% - 114px) !important;
  }
  .shop_by_category .category-images .section-title {
    margin-bottom: 25px !important;
    padding: 0;
  }
  .shop_by_category .category-images .section-title .title {
    margin-top: 0;
    font-size: 28px !important;
  }
  .shop_by_category .category-images .section-title .swp_arw_wrp .swp_arw {
    width: 34px !important;
    height: 34px !important;
  }
  .shop_by_category .category-title .title a {
    font-size: 14px;
    line-height: 20px;
  }
  .follow_us_instagram {
    margin-bottom: 50px;
  }
  .follow_us_instagram .title {
    margin-bottom: 20px !important;
  }
  .follow_us_instagram .title a {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 639px) {
  .cms-index-index .page-footer {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 575px) {
  .customers_say .customers_say_section .google-review-btn {
    margin: 90px auto 20px;
    transform: unset;
  }
  .customers_say .customers_say_section .google-review-btn a {
    padding: 12px 37px;
  }
  .customers_say .customers_say_inner_contain div:has(> .trustpilot-widget) {
    left: unset;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .navigation,
  .poco-home-page-style-1 .search-drawer .container,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container,
  .mageb-patterns,
  .page-title-wrap .page-title-wrapper,
  [data-content-type='row'][data-appearance='contained'],
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner,
  .cws-pager,
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay),
  .pagebuilder-slider .slick-dots {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 379px) {
  .customers_say .customers_say_section .google-review-btn {
    margin: 75px auto 20px;
  }
  .customers_say .customers_say_section .google-review-btn a {
    padding: 8px 22px;
  }
}
.customer-account-logoutsuccess .column.main p {
  color: #5D5194;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.customer-account-login .page-wrapper .page-title-wrap,
.practitioner-register-index .page-wrapper .page-title-wrap,
.prescriber-register-index .page-wrapper .page-title-wrap,
.customer-account-forgotpassword .page-wrapper .page-title-wrap,
.customer-account-logoutsuccess .page-wrapper .page-title-wrap {
  background: #ebe5ff;
}
.customer-account-login .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage .page-title,
.practitioner-register-index .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage .page-title,
.prescriber-register-index .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage .page-title,
.customer-account-forgotpassword .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage .page-title,
.customer-account-logoutsuccess .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage .page-title {
  font-size: 45px;
  line-height: 61px;
  color: #37245a !important;
  font-weight: 700;
  padding-bottom: 0;
}
.customer-account-login .fieldset > .field.required > .label:after,
.practitioner-register-index .fieldset > .field.required > .label:after,
.prescriber-register-index .fieldset > .field.required > .label:after,
.customer-account-forgotpassword .fieldset > .field.required > .label:after,
.customer-account-logoutsuccess .fieldset > .field.required > .label:after {
  margin: 6px 0 0 1px;
  line-height: 1;
  color: #F07C7F;
  font-size: 16px;
}
.customer-account-login .page-wrapper .column.main .login-container {
  display: flex;
  gap: 28px;
}
.customer-account-login .page-wrapper .column.main .login-container:before {
  display: none;
}
.customer-account-login .page-wrapper .column.main .login-container:after {
  display: none;
}
.customer-account-login .page-wrapper .column.main .login-container .block {
  border: unset;
  border-radius: 18px;
  background: white;
  box-shadow: 0px 2px 38.9px 0px rgba(0, 0, 0, 0.05);
  flex: 1;
  width: unset;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-title {
  padding: 34px 42px 42px 42px;
  background: #ebe5ff;
  border-radius: 18px 18px 0 0;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-title strong {
  color: #37245a;
  font-size: 25px;
  line-height: 46px;
  font-weight: 700;
  text-transform: none;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-title p {
  color: #5d5194;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content {
  padding: 34px 63px 42px 42px;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .field:before {
  display: none;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .field:after {
  display: none;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .field .control {
  width: 100%;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .field .label {
  color: #37245a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600 !important;
  letter-spacing: 0.32px;
  display: inline-flex;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .field input {
  border: 1px solid #ebe5ff;
  border-radius: 6px;
  color: #37245a;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .field input:placeholder {
  color: #828282;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .btn-wrap .choice {
  flex-direction: row;
  align-items: center;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .btn-wrap .choice .label span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.28px;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .btn-wrap .choice .checkbox {
  width: 15px;
  height: 15px;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content form .fieldset .btn-wrap .action.remind {
  color: #5D5194;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content .actions-toolbar {
  margin-left: 0;
  margin-top: 50px;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content .actions-toolbar .primary .action {
  background: unset !important;
  border: 2px solid #2e245a !important;
  padding: 7px 15px !important;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content .actions-toolbar .primary .action:hover {
  background: #2e245a !important;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content .actions-toolbar .primary .action:hover span {
  color: #ffffff !important;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content .actions-toolbar .primary .action:hover span:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content .actions-toolbar .primary .action span {
  color: #2e245a;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: none;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content .actions-toolbar .primary .action span:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
  margin-left: 15px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 1;
}
.customer-account-login .page-wrapper .column.main .login-container .block .block-content p {
  margin: 0 0 23px;
  color: #37245a;
  font-size: 25px;
  line-height: 42px;
  font-weight: 700;
}
.customer-account-login .page-wrapper .column.main .login-container .block-new-customer .block-content {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.customer-account-login .page-wrapper .column.main .login-container .block-new-customer .actions-toolbar {
  margin-top: 0 !important;
}
.form-create-account {
  max-width: 941px;
  width: 100% !important;
  margin: 0 auto;
}
.form-create-account .fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 0 44px;
  padding-bottom: 20px;
}
.form-create-account .fieldset .legend {
  text-align: left !important;
  margin: 0 0 25px;
  margin-left: 0 !important;
  text-transform: none;
}
.form-create-account .fieldset .legend span {
  font-size: 25px;
  line-height: 46px;
  color: #37245a;
  font-weight: 700;
}
.form-create-account .fieldset .sub-header {
  margin: 0 0 45px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #615a7f;
}
.form-create-account .fieldset .field {
  width: calc(50% - 22px);
}
.form-create-account .fieldset .field:before {
  display: none;
}
.form-create-account .fieldset .field:after {
  display: none;
}
.form-create-account .fieldset .field .label {
  text-align: left;
  color: #37245a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600 !important;
  letter-spacing: 0.32px;
  width: unset !important;
  margin-bottom: 12px;
  display: inline-flex;
}
.form-create-account .fieldset .field .control {
  float: unset;
  width: 100%;
}
.form-create-account .fieldset .field .control input,
.form-create-account .fieldset .field .control select {
  border: 1px solid #ebe5ff !important;
  border-radius: 6px;
  color: #37245a;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-weight: 500;
}
.form-create-account .fieldset .field .control input:placeholder,
.form-create-account .fieldset .field .control select:placeholder {
  color: #828282;
}
.form-create-account .fieldset .field .control .password-strength-meter {
  background-color: unset;
  margin-top: 8px;
  color: #828282;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.form-create-account .fieldset .field-dob,
.form-create-account .fieldset .here_from {
  width: 100%;
}
.form-create-account .fieldset .customer-dob,
.form-create-account .fieldset .customer-insurance-expiry {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}
.form-create-account .fieldset .customer-dob input,
.form-create-account .fieldset .customer-insurance-expiry input {
  flex: 1;
}
.form-create-account .fieldset .customer-dob div.mage-error,
.form-create-account .fieldset .customer-insurance-expiry div.mage-error {
  order: 1;
  flex: 0 0 100%;
}
.form-create-account .fieldset .customer-dob .ui-datepicker-trigger,
.form-create-account .fieldset .customer-insurance-expiry .ui-datepicker-trigger {
  border-radius: 8px !important;
  background-color: #37245a;
  padding: 22px 23px !important;
  font-size: 0;
}
.form-create-account .fieldset .confirmation input {
  margin-bottom: 8px;
}
.form-create-account .fieldset .choice .checkbox {
  width: 17px;
  height: 17px;
  border: 1px solid #37245a !important;
  border-radius: 2px;
  margin-right: 9px !important;
  margin-bottom: 0;
}
.form-create-account .fieldset .nested {
  display: flex;
  align-items: flex-end;
}
.form-create-account .fieldset .nested .additional {
  width: 100%;
  margin-top: 0;
}
.form-create-account .fieldset .field-insurance_expiry .customer-insurance-expiry {
  display: flex;
  gap: 7px;
  border: unset;
  padding: 0;
}
.form-create-account .fieldset .street:has(.mage-error) + .nested,
.form-create-account .fieldset .street:has(.mage-error) ~ .nested {
  align-items: center;
}
.form-create-account .fieldset .street:has(.mage-error) + .nested .additional,
.form-create-account .fieldset .street:has(.mage-error) ~ .nested .additional {
  margin-top: 20px;
}
.form-create-account .training-container .field {
  width: 100%;
  display: flex;
  margin-bottom: 10px !important;
  align-items: center;
  min-height: 45px;
}
.form-create-account .training-container .field .label {
  line-height: 17px !important;
  word-break: break-all;
  width: 180px !important;
}
.form-create-account .training-container .field .control {
  max-width: 446px;
  margin-left: 15px;
}
.form-create-account .training-container .field input {
  cursor: pointer;
}
.form-create-account .training-container .sub-header,
.form-create-account .documents-container .sub-header {
  margin: 0 0 32px;
  color: #5D5194;
}
.form-create-account .training-container .control,
.form-create-account .documents-container .control {
  position: relative;
}
.form-create-account .training-container .control label,
.form-create-account .documents-container .control label {
  border: 1px solid #ebe5ff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 9px;
  gap: 14px;
  cursor: pointer;
}
.form-create-account .training-container .control .custom-file-input,
.form-create-account .documents-container .control .custom-file-input {
  visibility: hidden;
  position: absolute;
  inset: 0;
}
.form-create-account .training-container .control .custom-upload-btn,
.form-create-account .documents-container .control .custom-upload-btn {
  padding: 5px 14px;
  background: #37245a;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  display: flex;
}
.form-create-account .training-container .control .file-selected-name,
.form-create-account .documents-container .control .file-selected-name {
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  color: #5d5194;
  display: flex;
}
.form-create-account .authorisation .sub-header {
  margin: 0 0 28px;
}
.form-create-account .checkbox-container {
  display: flex;
  margin-bottom: 19px;
}
.form-create-account .checkbox-container input {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  border: 1px solid #37245a !important;
  margin-top: 3px;
  margin-right: 13px;
  accent-color: #37245a;
}
.form-create-account .checkbox-container label {
  color: #828282;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.form-create-account .checkbox-container label a {
  color: #b99af2;
  text-decoration: underline;
}
.form-create-account .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 48px;
}
.form-create-account .actions-toolbar .primary button {
  background: #37245a !important;
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
  border: 1px solid #37245a !important;
}
.form-create-account .actions-toolbar .primary button:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  margin-left: 16px;
}
.form-create-account .actions-toolbar .primary button:hover {
  background: unset !important;
  color: #37245a !important;
  border: 1px solid #37245a !important;
}
.form-create-account .actions-toolbar .primary button:hover:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
}
.form.password.forget {
  margin: auto;
  box-shadow: 0px 2px 38.9px 0px #0000000D;
  padding: 44px;
  border-radius: 18px;
  max-width: 768px;
  width: 100%;
}
.form.password.forget .fieldset .field.note {
  color: #5D5194 !important;
  font-size: 16px;
  font-weight: 600;
}
.form.password.forget .fieldset .field .label {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #37245A;
  margin-bottom: 5px;
  font-weight: 600 !important;
}
.form.password.forget .fieldset .field .control {
  width: 100%;
}
.form.password.forget .fieldset .field .control input {
  border-color: #EBE5FF;
  border-radius: 6px;
  height: 39px;
}
.form.password.forget .fieldset .captcha-image img {
  height: 52px;
  width: 200px !important;
}
.form.password.forget .fieldset .reload.captcha-reload {
  padding: 7px 15px !important;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  text-transform: none;
}
.form.password.forget .fieldset .reload.captcha-reload:hover {
  background: #2e245a !important;
  color: #ffffff !important;
}
.form.password.forget .actions-toolbar {
  margin-left: 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
.form.password.forget .actions-toolbar .action {
  background: unset !important;
  border: 2px solid #2e245a !important;
  padding: 7px 15px !important;
  color: #2e245a;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: none;
}
.form.password.forget .actions-toolbar .action:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM0MTcgNC40NzcwMkw3Ljk3MDggMC44OTU0MjRMOC44Mjg1NyAyLjUyMTY1ZS0wNUwxMy42NDQyIDUuMTE2NTlMOC44Mjg1OCAxMC4yMzMyTDcuOTcwOCA5LjMzNzc2TDExLjM0MTcgNS43NTYxNkwtNi4xMTM0NGUtMDYgNS43NTYxNkwtNi4yMjUyNmUtMDYgNC40NzcwMkwxMS4zNDE3IDQuNDc3MDJaIiBmaWxsPSIjMkUyNDVBIi8+Cjwvc3ZnPgo=);
  margin-left: 15px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 1;
}
.form.password.forget .actions-toolbar .action:hover {
  background: #2e245a !important;
  color: #ffffff !important;
}
.form.password.forget .actions-toolbar .action:hover:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYzNzUgNC4zNzVMOC4xNzg2OCAwLjg3NUw5LjA1ODgyIC01LjIxNzAzZS0wN0wxNCA1TDkuMDU4ODIgMTBMOC4xNzg2OCA5LjEyNUwxMS42Mzc1IDUuNjI1TDUuNzEyZS0wNyA1LjYyNUw0LjYxOTIxZS0wNyA0LjM3NUwxMS42Mzc1IDQuMzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.form.password.forget .actions-toolbar .action.submit {
  margin-right: 10px;
}
.form.password.forget .actions-toolbar .action.back {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .customer-account-login .page-wrapper .column.main .login-container .block .block-title {
    padding: 30px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-title strong {
    font-size: 22px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-content {
    padding: 30px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-content p {
    font-size: 22px;
    line-height: 30px;
  }
  .form.password.forget {
    padding: 30px;
  }
  .form.password.forget .fieldset .captcha-image img {
    display: inline-block;
  }
  .form.password.forget .actions-toolbar .action {
    padding: 4px 15px !important;
  }
  .form-create-account .fieldset .legend span {
    font-size: 22px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .customer-account-login .page-wrapper .column.main .login-container {
    flex-direction: column;
  }
  .form-create-account .fieldset .field {
    width: 100% !important;
  }
  .form-create-account .fieldset .street:has(.mage-error) + .nested .additional,
  .form-create-account .fieldset .street:has(.mage-error) ~ .nested .additional {
    margin-top: 20px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-title {
    padding: 20px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-title strong {
    font-size: 20px;
    line-height: 40px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-title p {
    font-size: 14px;
    line-height: 20px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-content {
    padding: 30px 20px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block .block-content .actions-toolbar {
    margin-top: 30px;
  }
  .customer-account-login .page-wrapper .column.main .login-container .block-new-customer .block-content {
    gap: 30px;
  }
  .login-container .block .actions-toolbar .primary a,
  .login-container .block .actions-toolbar .secondary a,
  .login-container .block .actions-toolbar .primary .action,
  .login-container .block .actions-toolbar .secondary .action {
    padding: 4px 15px !important;
  }
  .login-container .block .actions-toolbar .primary a span,
  .login-container .block .actions-toolbar .secondary a span,
  .login-container .block .actions-toolbar .primary .action span,
  .login-container .block .actions-toolbar .secondary .action span {
    font-size: 14px;
  }
  .form.password.forget {
    padding: 30px 20px;
  }
  .form.password.forget .fieldset > .field {
    margin-bottom: 20px !important;
  }
  .form.password.forget .fieldset .captcha-image img {
    height: 45px;
    width: 150px !important;
    object-fit: cover;
    margin-bottom: 0px;
  }
  .form.password.forget .fieldset .reload.captcha-reload {
    padding: 5px 15px !important;
  }
  .form.password.forget .actions-toolbar .action {
    font-size: 14px;
  }
  .form.password.forget .actions-toolbar .action:after {
    margin-left: 6px;
  }
  .form-create-account .fieldset {
    margin-bottom: 20px;
  }
  .form-create-account .fieldset .legend {
    margin-bottom: 14px;
  }
  .form-create-account .fieldset .legend span {
    font-size: 18px;
    line-height: 24px;
  }
  .form-create-account .fieldset .sub-header {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .form-create-account .checkbox-container label {
    font-size: 14px;
  }
  .form-create-account .fieldset.training-container .label {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1202px) {
  .customer-account-login .page-wrapper .page-main,
  .practitioner-register-index .page-wrapper .page-main,
  .prescriber-register-index .page-wrapper .page-main,
  .customer-account-forgotpassword .page-wrapper .page-main,
  .customer-account-logoutsuccess .page-wrapper .page-main {
    padding: 0 100px;
  }
  .customer-account-login .page-wrapper .page-title-wrap,
  .practitioner-register-index .page-wrapper .page-title-wrap,
  .prescriber-register-index .page-wrapper .page-title-wrap,
  .customer-account-forgotpassword .page-wrapper .page-title-wrap,
  .customer-account-logoutsuccess .page-wrapper .page-title-wrap {
    margin-bottom: 77px !important;
  }
  .customer-account-login .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage,
  .practitioner-register-index .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage,
  .prescriber-register-index .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage,
  .customer-account-forgotpassword .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage,
  .customer-account-logoutsuccess .page-wrapper .page-title-wrap .container .page-title-wrapper.noimage {
    padding: 115px 0 !important;
  }
}
